Files
archived-DoctrineMigrations…/.doctrine-project.json
Grégoire Paris b2f93b2249 Update branch metadata
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.
2025-12-05 18:28:17 +01:00

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
}
]
}