mirror of
https://github.com/doctrine/inflector.git
synced 2026-03-23 22:42:11 +01:00
- 2.2.x is the new minor branch - 2.1.x is the new patch branch - 2.0.x is no longer maintained - some branches no longer exist and should not have a branch name - the aliases are not needed when "current" is true.
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"active": true,
|
|
"name": "Inflector",
|
|
"slug": "inflector",
|
|
"docsSlug": "doctrine-inflector",
|
|
"versions": [
|
|
{
|
|
"name": "2.2",
|
|
"branchName": "2.2.x",
|
|
"slug": "2.2",
|
|
"upcoming": true
|
|
},
|
|
{
|
|
"name": "2.1",
|
|
"branchName": "2.1.x",
|
|
"slug": "2.1",
|
|
"current": true
|
|
},
|
|
{
|
|
"name": "2.0",
|
|
"slug": "2.0",
|
|
"maintained": false
|
|
},
|
|
{
|
|
"name": "1.4",
|
|
"slug": "1.4",
|
|
"maintained": false
|
|
},
|
|
{
|
|
"name": "1.3",
|
|
"branchName": "1.3.x",
|
|
"slug": "1.3",
|
|
"maintained": false
|
|
},
|
|
{
|
|
"name": "1.2",
|
|
"branchName": "1.2.x",
|
|
"slug": "1.2",
|
|
"maintained": false
|
|
},
|
|
{
|
|
"name": "1.1",
|
|
"branchName": "1.1.x",
|
|
"slug": "1.1",
|
|
"maintained": false
|
|
},
|
|
{
|
|
"name": "1.0",
|
|
"branchName": "1.0.x",
|
|
"slug": "1.0",
|
|
"maintained": false
|
|
}
|
|
]
|
|
}
|