Skip to content

Commit b9e6f1a

Browse files
authored
Merge pull request #94 from wp-cli/prefer-stable
Prefer stable when scaffolding a new command
2 parents 9388861 + 8dbdaad commit b9e6f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/composer.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"license": "{{license}}",
77
"authors": [],
88
"minimum-stability": "dev",
9+
"prefer-stable": true,
910
"autoload": {
1011
"files": [ "command.php" ]
1112
},

0 commit comments

Comments
 (0)