From 6ca9f7a81f802a00b7fb1f9a3b75884ae343642a Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 16 Sep 2013 14:36:45 +0200 Subject: [PATCH] Removed outdated branch alias The repo does not have a develop branch anymore --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 09ad29893..94d7c6f38 100644 --- a/composer.json +++ b/composer.json @@ -41,11 +41,5 @@ } }, - "bin": ["bin/behat"], - - "extra": { - "branch-alias": { - "dev-develop": "2.5-dev" - } - } + "bin": ["bin/behat"] }