Skip to content

Commit b9ab0cd

Browse files
committed
Update Composer config
[dependabot skip]
1 parent f24b86a commit b9ab0cd

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
@@ -27,7 +27,8 @@
2727
"sort-packages": true,
2828
"allow-plugins": {
2929
"dealerdirect/phpcodesniffer-composer-installer": true,
30-
"johnpbloch/wordpress-core-installer": true
30+
"johnpbloch/wordpress-core-installer": true,
31+
"phpstan/extension-installer": true
3132
},
3233
"lock": false
3334
},
@@ -232,10 +233,12 @@
232233
"phpcs": "run-phpcs-tests",
233234
"phpunit": "run-php-unit-tests",
234235
"phpcbf": "run-phpcbf-cleanup",
236+
"phpstan": "run-phpstan-tests",
235237
"prepare-tests": "install-package-tests",
236238
"test": [
237239
"@lint",
238240
"@phpcs",
241+
"@phpstan",
239242
"@phpunit",
240243
"@behat"
241244
]

0 commit comments

Comments
 (0)