From 1577d6386b27922b825928811ce9bc0fa108f227 Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Mon, 15 Oct 2018 16:31:47 +1300 Subject: [PATCH] Remove obsolete branch-alias --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 65ea199..5a4a54d 100644 --- a/composer.json +++ b/composer.json @@ -24,14 +24,11 @@ "extra": { "project-files": [ "app/src/*" - ], - "branch-alias": { - "4.x-dev": "4.3.x-dev" - } + ] }, "config": { "process-timeout": 600 }, "prefer-stable": true, "minimum-stability": "dev" -} +} \ No newline at end of file