From 8e60c355173b1f18af2b08044c36301712bcd822 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 3 Feb 2024 19:52:03 +0100 Subject: [PATCH] Update branch metadata (#6291) --- .doctrine-project.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index b0a66e4b73f..ff198562630 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -5,10 +5,28 @@ "slug": "dbal", "docsSlug": "doctrine-dbal", "versions": [ + { + "name": "5.0", + "branchName": "5.0.x", + "slug": "latest", + "upcoming": true + }, + { + "name": "4.1", + "branchName": "4.1.x", + "slug": "4.1", + "upcoming": true + }, { "name": "4.0", "branchName": "4.0.x", - "slug": "latest", + "slug": "4.0", + "upcoming": true + }, + { + "name": "3.9", + "branchName": "3.9.x", + "slug": "3.9", "upcoming": true }, {