mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:24 +08:00
Update Composer config
This commit is contained in:
parent
d1072aef3c
commit
d4df8d7a37
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": true,
|
||||
"johnpbloch/wordpress-core-installer": true
|
||||
"johnpbloch/wordpress-core-installer": true,
|
||||
"phpstan/extension-installer": true
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
|
@ -57,12 +58,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