Skip to content

Commit 9576145

Browse files
committed
Update composer config
1 parent 6d99a86 commit 9576145

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
@@ -38,7 +38,8 @@
3838
"sort-packages": true,
3939
"allow-plugins": {
4040
"dealerdirect/phpcodesniffer-composer-installer": true,
41-
"johnpbloch/wordpress-core-installer": true
41+
"johnpbloch/wordpress-core-installer": true,
42+
"phpstan/extension-installer": true
4243
},
4344
"lock": false
4445
},
@@ -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)