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:
Alain Schlesser 2017-04-06 08:09:24 +02:00
parent 64143f2dbb
commit 2bf26d5704
No known key found for this signature in database
GPG key ID: 14D455078E18D81E

View file

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