From 0e640dd481f47952631f6cf8f1f1bdc16445c6a7 Mon Sep 17 00:00:00 2001 From: Claudio Zizza <859964+SenseException@users.noreply.github.com> Date: Fri, 7 May 2021 23:18:17 +0200 Subject: [PATCH] Update versions for default branch --- .doctrine-project.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index a08648bb182..3706f8616f8 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -6,8 +6,8 @@ "docsSlug": "doctrine-dbal", "versions": [ { - "name": "3.0", - "branchName": "3.0.x", + "name": "3.1", + "branchName": "3.1.x", "slug": "latest", "current": true, "aliases": [ @@ -15,10 +15,22 @@ "stable" ] }, + { + "name": "3.0", + "branchName": "3.0.x", + "slug": "3.0", + "maintained": false + }, + { + "name": "2.13", + "branchName": "2.13.x", + "slug": "2.13", + "current": true + }, { "name": "2.12", - "branchName": "2.12.x", - "slug": "2.12" + "slug": "2.12", + "maintained": false }, { "name": "2.11",