Skip to content

Commit 06433c8

Browse files
committed
Update composer config
1 parent 19026da commit 06433c8

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
@@ -28,7 +28,8 @@
2828
"sort-packages": true,
2929
"allow-plugins": {
3030
"dealerdirect/phpcodesniffer-composer-installer": true,
31-
"johnpbloch/wordpress-core-installer": true
31+
"johnpbloch/wordpress-core-installer": true,
32+
"phpstan/extension-installer": true
3233
},
3334
"lock": false
3435
},
@@ -56,12 +57,14 @@
5657
"behat-rerun": "rerun-behat-tests",
5758
"lint": "run-linter-tests",
5859
"phpcs": "run-phpcs-tests",
60+
"phpstan": "run-phpstan-tests",
5961
"phpcbf": "run-phpcbf-cleanup",
6062
"phpunit": "run-php-unit-tests",
6163
"prepare-tests": "install-package-tests",
6264
"test": [
6365
"@lint",
6466
"@phpcs",
67+
"@phpstan",
6568
"@phpunit",
6669
"@behat"
6770
]

0 commit comments

Comments
 (0)