From 919400f14884c8330530fbb5dc4ec59d76b6b4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 5 Feb 2020 19:08:16 +0100 Subject: [PATCH] Remove stale branch alias This was useful when master was 1.6, but currently it is 2.0, so this will only cause confusion. When releasing 2.0.0, we should create a similar commit on the newly created 2.0.x branch, and bump that number in the master branch. --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 828a7d2f0..a20b5c0ab 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,5 @@ "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" } - }, - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } } }