From fc94e7bd429a9b18e87fdb36c1fe0997ecf9b09b Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Tue, 23 Jul 2019 12:21:11 +0200 Subject: [PATCH] Remove obsolete branch alias and duplicated license configuration --- composer.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 9a7fa62..477d9ca 100644 --- a/composer.json +++ b/composer.json @@ -22,10 +22,5 @@ { "hafriedlander/phockito": "dev-master" }, - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "license": "BSD-3-Clause" + "extra": [] }