Skip to content

Commit 6f5b847

Browse files
committed
Update Composer config
1 parent 9de06c7 commit 6f5b847

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"sort-packages": true,
2626
"allow-plugins": {
2727
"dealerdirect/phpcodesniffer-composer-installer": true,
28-
"johnpbloch/wordpress-core-installer": true
28+
"johnpbloch/wordpress-core-installer": true,
29+
"phpstan/extension-installer": true
2930
},
3031
"lock": false
3132
},
@@ -58,12 +59,14 @@
5859
"behat-rerun": "rerun-behat-tests",
5960
"lint": "run-linter-tests",
6061
"phpcs": "run-phpcs-tests",
62+
"phpstan": "run-phpstan-tests",
6163
"phpcbf": "run-phpcbf-cleanup",
6264
"phpunit": "run-php-unit-tests",
6365
"prepare-tests": "install-package-tests",
6466
"test": [
6567
"@lint",
6668
"@phpcs",
69+
"@phpstan",
6770
"@phpunit",
6871
"@behat"
6972
]

0 commit comments

Comments
 (0)