From a3af2318c6b734bc50d0cbfa3fb16fb7877e164f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 12 Oct 2024 14:23:30 +0200 Subject: [PATCH] Acknowledge the existence of 4.0.x (#1464) --- .doctrine-project.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.doctrine-project.json b/.doctrine-project.json index a6d224576..2265c6015 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -4,6 +4,12 @@ "slug": "migrations", "docsSlug": "doctrine-migrations", "versions": [ + { + "name": "4.0", + "branchName": "4.0.x", + "slug": "4.0", + "upcoming": true + }, { "name": "3.9", "branchName": "3.9.x",