From c13b8139e55c13150d1e0c9957d6d5f816e08c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 27 Feb 2024 08:31:00 +0100 Subject: [PATCH] Update branch metadata (#402) --- .doctrine-project.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index ec0cae0c..1907133a 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -11,11 +11,17 @@ "upcoming": true }, { - "name": "2.1", - "branchName": "2.1.x", + "name": "2.2", + "branchName": "2.2.x", "slug": "stable", "current": true }, + { + "name": "2.1", + "branchName": "2.1.x", + "slug": "2.1", + "maintained": false + }, { "name": "2.0", "branchName": "2.0.x",