We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24b86a commit b9ab0cdCopy full SHA for b9ab0cd
composer.json
@@ -27,7 +27,8 @@
27
"sort-packages": true,
28
"allow-plugins": {
29
"dealerdirect/phpcodesniffer-composer-installer": true,
30
- "johnpbloch/wordpress-core-installer": true
+ "johnpbloch/wordpress-core-installer": true,
31
+ "phpstan/extension-installer": true
32
},
33
"lock": false
34
@@ -232,10 +233,12 @@
232
233
"phpcs": "run-phpcs-tests",
234
"phpunit": "run-php-unit-tests",
235
"phpcbf": "run-phpcbf-cleanup",
236
+ "phpstan": "run-phpstan-tests",
237
"prepare-tests": "install-package-tests",
238
"test": [
239
"@lint",
240
"@phpcs",
241
+ "@phpstan",
242
"@phpunit",
243
"@behat"
244
]
0 commit comments