summaryrefslogtreecommitdiffstats
path: root/vendor/doctrine/collections/.doctrine-project.json
blob: 9c89e50c0e538fae570053d60ae42598da65b1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "active": true,
    "name": "Collections",
    "slug": "collections",
    "docsSlug": "doctrine-collections",
    "versions": [
        {
            "name": "2.0",
            "branchName": "2.0.x",
            "slug": "latest",
            "upcoming": true
        },
        {
            "name": "1.8",
            "branchName": "1.8.x",
            "slug": "1.8",
            "upcoming": true
        },
        {
            "name": "1.7",
            "branchName": "1.7.x",
            "slug": "1.7",
            "current": true
        },
        {
            "name": "1.6",
            "branchName": "1.6.x",
            "slug": "1.6",
            "maintained": false
        }
    ]
}