From 75a9750875d43977bab1368468a4e5389f5e0bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ostroluck=C3=BD?= Date: Wed, 30 Mar 2022 10:22:00 +0200 Subject: [PATCH] 2.6 release --- .doctrine-project.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index ab5f5a863..1296275e9 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -4,15 +4,15 @@ "slug": "doctrine-bundle", "versions": [ { - "name": "2.6", - "branchName": "2.6.x", + "name": "2.7", + "branchName": "2.7.x", "slug": "latest", "upcoming": true }, { - "name": "2.5", - "branchName": "2.5.x", - "slug": "2.4", + "name": "2.6", + "branchName": "2.6.x", + "slug": "2.6", "aliases": [ "current", "stable" @@ -20,6 +20,12 @@ "current": true, "maintained": true }, + { + "name": "2.5", + "branchName": "2.5.x", + "slug": "2.5", + "maintained": false + }, { "name": "2.4", "branchName": "2.4.x",