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 0bb0fbc commit f172197Copy full SHA for f172197
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
@@ -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
"phpunit": "run-php-unit-tests",
65
"phpcbf": "run-phpcbf-cleanup",
66
"prepare-tests": "install-package-tests",
67
"test": [
68
"@lint",
69
"@phpcs",
70
+ "@phpstan",
71
"@phpunit",
72
"@behat"
73
]
0 commit comments