Skip to content

Commit 56ae64e

Browse files
committed
Update Composer config
1 parent d397ffe commit 56ae64e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
"wp-cli/wp-cli-tests": "^5"
2222
},
2323
"config": {
24+
"lock": false,
2425
"process-timeout": 7200,
2526
"sort-packages": true,
2627
"allow-plugins": {
2728
"dealerdirect/phpcodesniffer-composer-installer": true,
28-
"johnpbloch/wordpress-core-installer": true
29+
"johnpbloch/wordpress-core-installer": true,
30+
"phpstan/extension-installer": true
2931
}
3032
},
3133
"extra": {
@@ -52,12 +54,14 @@
5254
"behat-rerun": "rerun-behat-tests",
5355
"lint": "run-linter-tests",
5456
"phpcs": "run-phpcs-tests",
57+
"phpstan": "run-phpstan-tests",
5558
"phpcbf": "run-phpcbf-cleanup",
5659
"phpunit": "run-php-unit-tests",
5760
"prepare-tests": "install-package-tests",
5861
"test": [
5962
"@lint",
6063
"@phpcs",
64+
"@phpstan",
6165
"@phpunit",
6266
"@behat"
6367
]

0 commit comments

Comments
 (0)