From 4bf867f6d5f446300e416e930f2b3574d786d437 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Mon, 28 Sep 2020 20:08:00 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index f68f2fd0bc3..ff81ef1e9f0 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -7,7 +7,7 @@ "versions": [ { "name": "3.0", - "branchName": "develop", + "branchName": "3.0.x", "slug": "latest", "upcoming": true },