mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:01 +08:00
Merge pull request #137 from wp-cli/add-prefer-stable
Add `prefer-stable` to `composer-json`
This commit is contained in:
commit
a996398e7b
1 changed files with 6 additions and 1 deletions
|
@ -6,16 +6,21 @@
|
|||
"license": "MIT",
|
||||
"authors": [],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"autoload": {
|
||||
"files": [ "command.php" ]
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
"php": ">=5.4",
|
||||
"wp-cli/wp-cli": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"behat/behat": "~2.5"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
},
|
||||
"commands": [
|
||||
"profile stage",
|
||||
"profile hook",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue