From 700c1b64518a91a70bae9b2974bbaf00e6e60650 Mon Sep 17 00:00:00 2001 From: Claudio Zizza <859964+SenseException@users.noreply.github.com> Date: Sun, 27 Sep 2020 15:34:50 +0200 Subject: [PATCH] Move website config to default branch Adapts the website config to be compatible with the doctrine/doctrine-website#356 changes --- .doctrine-project.json | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 25d470860..38553aa66 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -5,25 +5,34 @@ "docsSlug": "doctrine-annotations", "versions": [ { - "name": "1.9", - "branchName": "1.9", - "slug": "1.9", - "aliases": [ - "latest" - ], + "name": "1.11", + "branchName": "master", + "slug": "latest", "upcoming": true }, { - "name": "1.8", - "branchName": "1.8", - "slug": "1.8", - "current": true, + "name": "1.10", + "branchName": "1.10.x", + "slug": "1.10", "aliases": [ "current", "stable" ], + "current": true, "maintained": true }, + { + "name": "1.9", + "branchName": "1.9.x", + "slug": "1.9", + "maintained": false + }, + { + "name": "1.8", + "branchName": "1.8", + "slug": "1.8", + "maintained": false + }, { "name": "1.7", "branchName": "1.7",