From b85c549d0a942babc9cf34e56039aeb39b6ca5bb Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Mon, 15 Oct 2018 16:31:39 +1300 Subject: [PATCH] Remove obsolete branch-alias --- composer.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index bdefdc2..1c5ddb5 100755 --- a/composer.json +++ b/composer.json @@ -26,11 +26,7 @@ "require-dev": { "phpunit/PHPUnit": "~5.7" }, - "extra": { - "branch-alias": { - "1.x-dev": "1.3.x-dev" - } - }, + "extra": [], "scripts": { "lint": "phpcs -s src/ tests/" }, @@ -42,4 +38,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file