mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-config-transformer.git
synced 2025-10-04 05:21:55 +08:00
Update Composer config
This commit is contained in:
parent
cb4f847364
commit
844224df72
1 changed files with 5 additions and 1 deletions
|
@ -11,11 +11,13 @@
|
|||
}
|
||||
],
|
||||
"config": {
|
||||
"lock": false,
|
||||
"process-timeout": 7200,
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": true,
|
||||
"johnpbloch/wordpress-core-installer": true
|
||||
"johnpbloch/wordpress-core-installer": true,
|
||||
"phpstan/extension-installer": true
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
|
@ -34,12 +36,14 @@
|
|||
"behat-rerun": "rerun-behat-tests",
|
||||
"lint": "run-linter-tests",
|
||||
"phpcs": "run-phpcs-tests",
|
||||
"phpstan": "run-phpstan-tests",
|
||||
"phpcbf": "run-phpcbf-cleanup",
|
||||
"phpunit": "run-php-unit-tests",
|
||||
"prepare-tests": "install-package-tests",
|
||||
"test": [
|
||||
"@lint",
|
||||
"@phpcs",
|
||||
"@phpstan",
|
||||
"@phpunit",
|
||||
"@behat"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue