Merge pull request #137 from wp-cli/add-prefer-stable

Add `prefer-stable` to `composer-json`
This commit is contained in:
Daniel Bachhuber 2017-04-06 05:53:31 -07:00 committed by GitHub
commit a996398e7b

View file

@ -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",