Skip to content

Commit 563ea0c

Browse files
committed
Merge branch '3.9.x' into 4.0.x
* 3.9.x: Update branch metadata (#6291)
2 parents 755d4cc + 8e60c35 commit 563ea0c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.doctrine-project.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,28 @@
55
"slug": "dbal",
66
"docsSlug": "doctrine-dbal",
77
"versions": [
8+
{
9+
"name": "5.0",
10+
"branchName": "5.0.x",
11+
"slug": "latest",
12+
"upcoming": true
13+
},
14+
{
15+
"name": "4.1",
16+
"branchName": "4.1.x",
17+
"slug": "4.1",
18+
"upcoming": true
19+
},
820
{
921
"name": "4.0",
1022
"branchName": "4.0.x",
11-
"slug": "latest",
23+
"slug": "4.0",
24+
"upcoming": true
25+
},
26+
{
27+
"name": "3.9",
28+
"branchName": "3.9.x",
29+
"slug": "3.9",
1230
"upcoming": true
1331
},
1432
{

0 commit comments

Comments
 (0)