From 227ef755dc5af7b3c523765a28fc2a996d254671 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sat, 6 Apr 2024 20:10:49 +0200 Subject: [PATCH] Update composer branch alias --- 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" - } } }