Skip to content

Commit 772010a

Browse files
committed
updated branch names
1 parent 7a732ee commit 772010a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.doctrine-project.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,31 @@
44
"slug": "doctrine-orm-module",
55
"versions": [
66
{
7-
"name": "5.0",
8-
"branchName": "5.0.x",
9-
"slug": "5.0",
7+
"name": "5.1",
8+
"branchName": "5.1.x",
9+
"slug": "5.1",
1010
"aliases": [
1111
"latest"
1212
],
1313
"upcoming": true
1414
},
1515
{
16-
"name": "4.2",
17-
"branchName": "4.2.x",
18-
"slug": "4.2",
16+
"name": "5.0",
17+
"branchName": "5.0.x",
18+
"slug": "5.0",
1919
"aliases": [
2020
"current",
2121
"stable"
2222
],
2323
"current": true,
2424
"maintained": true
2525
},
26+
{
27+
"name": "4.2",
28+
"branchName": "4.2.x",
29+
"slug": "4.2",
30+
"maintained": true
31+
},
2632
{
2733
"name": "4.1",
2834
"branchName": "4.1.x",

0 commit comments

Comments
 (0)