Skip to content

Commit 7cc1cfc

Browse files
authored
Merge pull request #744 from driehle/fix/branch-names
Updated branch names (.doctrine-project.json)
2 parents 988671e + c7ce460 commit 7cc1cfc

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.4",
8-
"branchName": "5.4.x",
9-
"slug": "5.4",
7+
"name": "6.1",
8+
"branchName": "6.1.x",
9+
"slug": "6.1",
1010
"aliases": [
1111
"latest"
1212
],
1313
"upcoming": true
1414
},
1515
{
16-
"name": "5.3",
17-
"branchName": "5.3.x",
18-
"slug": "5.3",
16+
"name": "6.0",
17+
"branchName": "6.0.x",
18+
"slug": "6.0",
1919
"aliases": [
2020
"current",
2121
"stable"
2222
],
2323
"current": true,
2424
"maintained": true
2525
},
26+
{
27+
"name": "5.3",
28+
"branchName": "5.3.x",
29+
"slug": "5.3",
30+
"maintained": false
31+
},
2632
{
2733
"name": "5.2",
2834
"branchName": "5.2.x",

0 commit comments

Comments
 (0)