From 254b5291a5f32dce2b5742ebb28c3d8d40f493d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 1 Mar 2024 13:25:41 +0100 Subject: [PATCH] Remove uneeded aliases They are already implied with "current": true. --- .doctrine-project.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index e563697a..19205c35 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -14,11 +14,7 @@ "name": "3.3", "branchName": "3.3.x", "slug": "3.3", - "current": true, - "aliases": [ - "current", - "stable" - ] + "current": true }, { "name": "3.2",