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