From 3af1c60a12defb05767f8090b946da0bfdeb72c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 1 Jan 2025 23:16:38 +0100 Subject: [PATCH] Update branch metadata - 3.5.x is now the current/stable branch - 3.4.x is no longer maintained Although 3.6.x and 4.0.x exist, hopefully they will not receive any commits before we decide to abandon this package. --- .doctrine-project.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 7db7eaee8..0190ebb10 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -4,15 +4,17 @@ "slug": "common", "docsSlug": "doctrine-common", "versions": [ + { + "name": "3.5", + "branchName": "3.5.x", + "slug": "3.5", + "current": true + }, { "name": "3.4", "branchName": "3.4.x", "slug": "3.4", - "current": true, - "aliases": [ - "current", - "stable" - ] + "maintained": false }, { "name": "3.3",