From c7ce46059ca99e03a908fac871c6dfb02c1c89e8 Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Sun, 15 Oct 2023 12:25:14 +0800 Subject: [PATCH] updated branch names --- .doctrine-project.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 3dc02dd6..a13235f0 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -4,18 +4,18 @@ "slug": "doctrine-orm-module", "versions": [ { - "name": "5.4", - "branchName": "5.4.x", - "slug": "5.4", + "name": "6.1", + "branchName": "6.1.x", + "slug": "6.1", "aliases": [ "latest" ], "upcoming": true }, { - "name": "5.3", - "branchName": "5.3.x", - "slug": "5.3", + "name": "6.0", + "branchName": "6.0.x", + "slug": "6.0", "aliases": [ "current", "stable" @@ -23,6 +23,12 @@ "current": true, "maintained": true }, + { + "name": "5.3", + "branchName": "5.3.x", + "slug": "5.3", + "maintained": false + }, { "name": "5.2", "branchName": "5.2.x",