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 1508435 commit 57a9beaCopy full SHA for 57a9bea
composer.json
@@ -22,7 +22,8 @@
22
"sort-packages": true,
23
"allow-plugins": {
24
"dealerdirect/phpcodesniffer-composer-installer": true,
25
- "johnpbloch/wordpress-core-installer": true
+ "johnpbloch/wordpress-core-installer": true,
26
+ "phpstan/extension-installer": true
27
},
28
"lock": false
29
@@ -54,12 +55,14 @@
54
55
"behat-rerun": "rerun-behat-tests",
56
"lint": "run-linter-tests",
57
"phpcs": "run-phpcs-tests",
58
+ "phpstan": "run-phpstan-tests",
59
"phpcbf": "run-phpcbf-cleanup",
60
"phpunit": "run-php-unit-tests",
61
"prepare-tests": "install-package-tests",
62
"test": [
63
"@lint",
64
"@phpcs",
65
+ "@phpstan",
66
"@phpunit",
67
"@behat"
68
]
0 commit comments