From 30863ee2693ac5b177de0f0069c626cdd5448d44 Mon Sep 17 00:00:00 2001 From: Claudio Zizza <859964+SenseException@users.noreply.github.com> Date: Sun, 27 Sep 2020 15:40:15 +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 | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 2bca09f1..e5b6dd3c 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -4,21 +4,27 @@ "slug": "coding-standard", "docsSlug": "doctrine-coding-standard", "versions": [ + { + "name": "8.1", + "branchName": "8.1.x", + "slug": "8.1", + "current": true, + "aliases": [ + "current", + "stable" + ] + }, { "name": "8.0", - "branchName": "master", - "slug": "latest", - "upcoming": true + "branchName": "8.0.x", + "slug": "8.0", + "maintained": false }, { "name": "7.0", "branchName": "7.0.x", "slug": "7.0", - "current": true, - "aliases": [ - "current", - "stable" - ] + "maintained": false }, { "name": "6.0",