mirror of
https://github.com/doctrine/DoctrineMigrationsBundle.git
synced 2026-03-23 22:32:17 +01:00
4.0.0 has been released. As a consequence: - 3.7.x is just maintained; - 4.0.x is the new current branch; - 4.1.x and 5.0.x have been created, and are upcoming. I have also taken this as an occasion to remove old doc versions.
38 lines
685 B
JSON
38 lines
685 B
JSON
{
|
|
"name": "Doctrine Migrations Bundle",
|
|
"shortName": "DoctrineMigrationsBundle",
|
|
"slug": "doctrine-migrations-bundle",
|
|
"versions": [
|
|
{
|
|
"name": "5.0",
|
|
"branchName": "5.0.x",
|
|
"slug": "5.0",
|
|
"upcoming": true
|
|
},
|
|
{
|
|
"name": "4.1",
|
|
"branchName": "4.1.x",
|
|
"slug": "4.1",
|
|
"upcoming": true
|
|
},
|
|
{
|
|
"name": "4.0",
|
|
"branchName": "4.0.x",
|
|
"slug": "4.0",
|
|
"current": true
|
|
},
|
|
{
|
|
"name": "3.8",
|
|
"branchName": "3.8.x",
|
|
"slug": "latest",
|
|
"upcoming": true
|
|
},
|
|
{
|
|
"name": "3.7",
|
|
"branchName": "3.7.x",
|
|
"slug": "3.7",
|
|
"maintained": true
|
|
}
|
|
]
|
|
}
|