Skip to content

Commit 8794d2b

Browse files
committed
Update Composer config
1 parent a5d6042 commit 8794d2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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
},
@@ -34,12 +35,14 @@
3435
"behat-rerun": "rerun-behat-tests",
3536
"lint": "run-linter-tests",
3637
"phpcs": "run-phpcs-tests",
38+
"phpstan": "run-phpstan-tests",
3739
"phpcbf": "run-phpcbf-cleanup",
3840
"phpunit": "run-php-unit-tests",
3941
"prepare-tests": "install-package-tests",
4042
"test": [
4143
"@lint",
4244
"@phpcs",
45+
"@phpstan",
4346
"@phpunit",
4447
"@behat"
4548
]

0 commit comments

Comments
 (0)