From 86df65ec65c5660a7e7a755a83a14b50596df61e Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 3 Apr 2024 11:40:22 +0200 Subject: [PATCH] tweak doc configuration --- .doctrine-project.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index f9311161d..32facead3 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -8,17 +8,17 @@ "name": "2.x", "branchName": "2.x", "slug": "latest", - "upcoming": true - }, - { - "name": "1.x", - "branchName": "1.x", - "slug": "1.x", "current": true, "aliases": [ "current", "stable" ] + }, + { + "name": "1.x", + "branchName": "1.x", + "slug": "1.x", + "maintained": true } ] }