From 5aeaaa93925e1126afef4c5816df119e8a600c8c Mon Sep 17 00:00:00 2001 From: Christopher Pitt Date: Mon, 25 May 2015 09:03:49 +1200 Subject: [PATCH] Removed version alias --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 5fe3397..b320d16 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,5 @@ }, "require": { "silverstripe/framework": "~3.1" - }, - "extra": { - "branch-alias": { - "dev-develop": "2.0.x-dev" - } } }