mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:02 +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
64143f2dbb
commit
2bf26d5704
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [],
|
"authors": [],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
|
"prefer-stable": true,
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"files": [ "command.php" ]
|
"files": [ "command.php" ]
|
||||||
},
|
},
|
||||||
|
@ -16,6 +17,9 @@
|
||||||
"behat/behat": "~2.5"
|
"behat/behat": "~2.5"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "1.x-dev"
|
||||||
|
},
|
||||||
"commands": [
|
"commands": [
|
||||||
"profile stage",
|
"profile stage",
|
||||||
"profile hook",
|
"profile hook",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue