Skip to content

Commit f172197

Browse files
committed
Update Composer config
1 parent 0bb0fbc commit f172197

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
},
@@ -59,12 +60,14 @@
5960
"behat-rerun": "rerun-behat-tests",
6061
"lint": "run-linter-tests",
6162
"phpcs": "run-phpcs-tests",
63+
"phpstan": "run-phpstan-tests",
6264
"phpunit": "run-php-unit-tests",
6365
"phpcbf": "run-phpcbf-cleanup",
6466
"prepare-tests": "install-package-tests",
6567
"test": [
6668
"@lint",
6769
"@phpcs",
70+
"@phpstan",
6871
"@phpunit",
6972
"@behat"
7073
]

0 commit comments

Comments
 (0)