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 646c5ba commit 1f845d2Copy full SHA for 1f845d2
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
@@ -50,12 +51,14 @@
50
51
"behat-rerun": "rerun-behat-tests",
52
"lint": "run-linter-tests",
53
"phpcs": "run-phpcs-tests",
54
+ "phpstan": "run-phpstan-tests",
55
"phpunit": "run-php-unit-tests",
56
"phpcbf": "run-phpcbf-cleanup",
57
"prepare-tests": "install-package-tests",
58
"test": [
59
"@lint",
60
"@phpcs",
61
+ "@phpstan",
62
"@phpunit",
63
"@behat"
64
]
0 commit comments