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 47d0fbe commit 9618d05Copy full SHA for 9618d05
composer.json
@@ -29,7 +29,8 @@
29
"sort-packages": true,
30
"allow-plugins": {
31
"dealerdirect/phpcodesniffer-composer-installer": true,
32
- "johnpbloch/wordpress-core-installer": true
+ "johnpbloch/wordpress-core-installer": true,
33
+ "phpstan/extension-installer": true
34
},
35
"lock": false
36
@@ -69,12 +70,14 @@
69
70
"behat-rerun": "rerun-behat-tests",
71
"lint": "run-linter-tests",
72
"phpcs": "run-phpcs-tests",
73
+ "phpstan": "run-phpstan-tests",
74
"phpcbf": "run-phpcbf-cleanup",
75
"phpunit": "run-php-unit-tests",
76
"prepare-tests": "install-package-tests",
77
"test": [
78
"@lint",
79
"@phpcs",
80
+ "@phpstan",
81
"@phpunit",
82
"@behat"
83
]
0 commit comments