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 47199e9 commit 79dda70Copy full SHA for 79dda70
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
@@ -59,12 +60,14 @@
59
60
"behat-rerun": "rerun-behat-tests",
61
"lint": "run-linter-tests",
62
"phpcs": "run-phpcs-tests",
63
+ "phpstan": "run-phpstan-tests",
64
"phpcbf": "run-phpcbf-cleanup",
65
"phpunit": "run-php-unit-tests",
66
"prepare-tests": "install-package-tests",
67
"test": [
68
"@lint",
69
"@phpcs",
70
+ "@phpstan",
71
"@phpunit",
72
"@behat"
73
]
0 commit comments