mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:38:51 +08:00
Add prefer-stable
to composer-json
Also add the branch alias `dev-master as 1.x-dev` as well, to conform to the setup of the other packages.
This commit is contained in:
parent
a43b3478d8
commit
686ac7fb9a
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
"license": "MIT",
|
||||
"authors": [],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"autoload": {
|
||||
"files": [ "command.php" ]
|
||||
},
|
||||
|
@ -16,6 +17,9 @@
|
|||
"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