From d1e3ba55073507c11e6f501b6b3cfc9c1dc7acaf Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 4 Jul 2022 09:09:49 +0200 Subject: [PATCH] no need for branch alias with semantically named branches --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 3936634..3a3edac 100644 --- a/composer.json +++ b/composer.json @@ -39,10 +39,5 @@ "psr-4": { "Symfony\\Cmf\\Component\\Routing\\Tests\\": "tests/" } - }, - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } } }