From e6810f91b58eebd760d6b000d054a0c09d0a8c88 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 3 Feb 2024 19:45:39 +0100 Subject: [PATCH] Update branch metadata --- .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 }, {