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 19026da commit 06433c8Copy full SHA for 06433c8
composer.json
@@ -28,7 +28,8 @@
28
"sort-packages": true,
29
"allow-plugins": {
30
"dealerdirect/phpcodesniffer-composer-installer": true,
31
- "johnpbloch/wordpress-core-installer": true
+ "johnpbloch/wordpress-core-installer": true,
32
+ "phpstan/extension-installer": true
33
},
34
"lock": false
35
@@ -56,12 +57,14 @@
56
57
"behat-rerun": "rerun-behat-tests",
58
"lint": "run-linter-tests",
59
"phpcs": "run-phpcs-tests",
60
+ "phpstan": "run-phpstan-tests",
61
"phpcbf": "run-phpcbf-cleanup",
62
"phpunit": "run-php-unit-tests",
63
"prepare-tests": "install-package-tests",
64
"test": [
65
"@lint",
66
"@phpcs",
67
+ "@phpstan",
68
"@phpunit",
69
"@behat"
70
]
0 commit comments