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 a5d6042 commit 8794d2bCopy full SHA for 8794d2b
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
@@ -34,12 +35,14 @@
34
35
"behat-rerun": "rerun-behat-tests",
36
"lint": "run-linter-tests",
37
"phpcs": "run-phpcs-tests",
38
+ "phpstan": "run-phpstan-tests",
39
"phpcbf": "run-phpcbf-cleanup",
40
"phpunit": "run-php-unit-tests",
41
"prepare-tests": "install-package-tests",
42
"test": [
43
"@lint",
44
"@phpcs",
45
+ "@phpstan",
46
"@phpunit",
47
"@behat"
48
]
0 commit comments