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