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