From beda8b9aee1d85b68c3c69597566a5ab721252b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Wed, 21 Aug 2019 19:01:36 +0200 Subject: [PATCH] Removed branch-alias parameter form composer.json --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 7102193..84ebae4 100644 --- a/composer.json +++ b/composer.json @@ -30,10 +30,5 @@ "fix-cs": "php-cs-fixer fix -v --show-progress=estimating", "check-cs": "php-cs-fixer fix --dry-run -v --show-progress=estimating", "unit-tests": "phpunit -c phpunit.xml.dist" - }, - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } } }