From 2bf26d5704c79c3809980404e63d03e6e4ca5b7a Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 6 Apr 2017 08:09:24 +0200 Subject: [PATCH] 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. --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 86f198a..18a4593 100644 --- a/composer.json +++ b/composer.json @@ -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",