We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de06c7 commit 6f5b847Copy full SHA for 6f5b847
1 file changed
composer.json
@@ -25,7 +25,8 @@
25
"sort-packages": true,
26
"allow-plugins": {
27
"dealerdirect/phpcodesniffer-composer-installer": true,
28
- "johnpbloch/wordpress-core-installer": true
+ "johnpbloch/wordpress-core-installer": true,
29
+ "phpstan/extension-installer": true
30
},
31
"lock": false
32
@@ -58,12 +59,14 @@
58
59
"behat-rerun": "rerun-behat-tests",
60
"lint": "run-linter-tests",
61
"phpcs": "run-phpcs-tests",
62
+ "phpstan": "run-phpstan-tests",
63
"phpcbf": "run-phpcbf-cleanup",
64
"phpunit": "run-php-unit-tests",
65
"prepare-tests": "install-package-tests",
66
"test": [
67
"@lint",
68
"@phpcs",
69
+ "@phpstan",
70
"@phpunit",
71
"@behat"
72
]
0 commit comments