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