diff options
Diffstat (limited to 'vendor/doctrine/common/.doctrine-project.json')
-rw-r--r-- | vendor/doctrine/common/.doctrine-project.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/vendor/doctrine/common/.doctrine-project.json b/vendor/doctrine/common/.doctrine-project.json new file mode 100644 index 0000000..1f33c55 --- /dev/null +++ b/vendor/doctrine/common/.doctrine-project.json @@ -0,0 +1,38 @@ +{ + "active": true, + "name": "Common", + "slug": "common", + "docsSlug": "doctrine-common", + "versions": [ + { + "name": "3.1", + "branchName": "3.1.x", + "slug": "3.1", + "upcoming": true + }, + { + "name": "3.0", + "branchName": "3.0.x", + "slug": "3.0", + "current": true + }, + { + "name": "2.13", + "branchName": "2.13.x", + "slug": "2.13", + "maintained": false + }, + { + "name": "2.12", + "branchName": "2.12.x", + "slug": "2.12", + "maintained": false + }, + { + "name": "2.11", + "branchName": "2.11", + "slug": "2.11", + "maintained": false + } + ] +} |