We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d397ffe commit 56ae64eCopy full SHA for 56ae64e
1 file changed
composer.json
@@ -21,11 +21,13 @@
21
"wp-cli/wp-cli-tests": "^5"
22
},
23
"config": {
24
+ "lock": false,
25
"process-timeout": 7200,
26
"sort-packages": true,
27
"allow-plugins": {
28
"dealerdirect/phpcodesniffer-composer-installer": true,
- "johnpbloch/wordpress-core-installer": true
29
+ "johnpbloch/wordpress-core-installer": true,
30
+ "phpstan/extension-installer": true
31
}
32
33
"extra": {
@@ -52,12 +54,14 @@
52
54
"behat-rerun": "rerun-behat-tests",
53
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