Skip to content

Commit a3e2d92

Browse files
committed
Update branch metadata
New branches: - 5.0.x - 4.1.x 3.4.x is still maintained, but is no longer the default branch (it is a legacy patch branch). 4.0.x is the new default branch.
1 parent 45004ac commit a3e2d92

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.doctrine-project.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,28 @@
55
"docsSlug": "doctrine-persistence",
66
"versions": [
77
{
8-
"name": "4.0",
9-
"branchName": "4.0.x",
8+
"name": "5.0",
9+
"branchName": "5.0.x",
1010
"slug": "latest",
1111
"upcoming": true
1212
},
13+
{
14+
"name": "4.1",
15+
"branchName": "4.1.x",
16+
"slug": "4.1",
17+
"upcoming": true
18+
},
19+
{
20+
"name": "4.0",
21+
"branchName": "4.0.x",
22+
"slug": "4.0",
23+
"current": true
24+
},
1325
{
1426
"name": "3.4",
1527
"branchName": "3.4.x",
1628
"slug": "3.4",
17-
"current": true
29+
"maintained": true
1830
},
1931
{
2032
"name": "3.3",

0 commit comments

Comments
 (0)