Skip to content

Commit 57a9bea

Browse files
committed
Update Composer config
1 parent 1508435 commit 57a9bea

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
@@ -22,7 +22,8 @@
2222
"sort-packages": true,
2323
"allow-plugins": {
2424
"dealerdirect/phpcodesniffer-composer-installer": true,
25-
"johnpbloch/wordpress-core-installer": true
25+
"johnpbloch/wordpress-core-installer": true,
26+
"phpstan/extension-installer": true
2627
},
2728
"lock": false
2829
},
@@ -54,12 +55,14 @@
5455
"behat-rerun": "rerun-behat-tests",
5556
"lint": "run-linter-tests",
5657
"phpcs": "run-phpcs-tests",
58+
"phpstan": "run-phpstan-tests",
5759
"phpcbf": "run-phpcbf-cleanup",
5860
"phpunit": "run-php-unit-tests",
5961
"prepare-tests": "install-package-tests",
6062
"test": [
6163
"@lint",
6264
"@phpcs",
65+
"@phpstan",
6366
"@phpunit",
6467
"@behat"
6568
]

0 commit comments

Comments
 (0)