We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1252bc7 + 6e927a9 commit 3d23c13Copy full SHA for 3d23c13
.doctrine-project.json
@@ -4,16 +4,22 @@
4
"slug": "doctrine-migrations-bundle",
5
"versions": [
6
{
7
- "name": "3.0",
+ "name": "3.1",
8
"branchName": "master",
9
- "slug": "3.0",
+ "slug": "3.1",
10
"upcoming": true
11
},
12
+ {
13
+ "name": "3.0",
14
+ "branchName": "3.0.x",
15
+ "slug": "3.0",
16
+ "current": true
17
+ },
18
19
"name": "2.1",
20
"branchName": "2.1.x",
21
"slug": "2.1",
- "current": true
22
+ "maintained": false
23
24
25
"name": "2.0",
composer.json
@@ -50,7 +50,7 @@
50
51
"extra": {
52
"branch-alias": {
53
- "dev-master": "3.0.x-dev"
+ "dev-master": "3.1.x-dev"
54
}
55
56
0 commit comments