From 6dd75a2884874be95c89627af44107ce414e5a3a Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Thu, 14 Feb 2019 17:43:28 +0700 Subject: [PATCH] Remove obsolete branch alias --- composer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4509584..ac0b679 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,5 @@ "suggest": { "silverstripe/staticpublisher": "Allows publishing documentation as HTML" }, - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - } + "extra": [] }