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 6d99a86 commit 9576145Copy full SHA for 9576145
composer.json
@@ -38,7 +38,8 @@
38
"sort-packages": true,
39
"allow-plugins": {
40
"dealerdirect/phpcodesniffer-composer-installer": true,
41
- "johnpbloch/wordpress-core-installer": true
+ "johnpbloch/wordpress-core-installer": true,
42
+ "phpstan/extension-installer": true
43
},
44
"lock": false
45
@@ -58,12 +59,14 @@
58
59
"behat-rerun": "rerun-behat-tests",
60
"lint": "run-linter-tests",
61
"phpcs": "run-phpcs-tests",
62
+ "phpstan": "run-phpstan-tests",
63
"phpcbf": "run-phpcbf-cleanup",
64
"phpunit": "run-php-unit-tests",
65
"prepare-tests": "install-package-tests",
66
"test": [
67
"@lint",
68
"@phpcs",
69
+ "@phpstan",
70
"@phpunit",
71
"@behat"
72
]
0 commit comments