Skip to content

Commit 9388861

Browse files
authored
Merge pull request #93 from wp-cli/branch-alias
Accommodate 1.2.0-alpha as a potential version
2 parents 9c15c31 + 9278605 commit 9388861

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
}
1616
],
1717
"minimum-stability": "dev",
18+
"prefer-stable": true,
1819
"autoload": {
1920
"psr-4": { "WP_CLI\\": "src" },
2021
"files": [ "scaffold-package-command.php" ]
@@ -27,7 +28,7 @@
2728
},
2829
"extra": {
2930
"branch-alias": {
30-
"dev-master": "1.0.x-dev"
31+
"dev-master": "1.x-dev"
3132
},
3233
"commands": [
3334
"scaffold package",

0 commit comments

Comments
 (0)