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 a43b3478d8
commit 686ac7fb9a

View file

@ -6,6 +6,7 @@
"license": "MIT",
"authors": [],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"files": [ "command.php" ]
},
@ -16,6 +17,9 @@
"behat/behat": "~2.5"
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"commands": [
"profile stage",
"profile hook",