From 745cf2431a71d0e6c5f08f8605839279b2f7496e Mon Sep 17 00:00:00 2001 From: Devian Date: Thu, 22 Apr 2021 17:03:46 +0800 Subject: Initiate commit --- vendor/doctrine/common/.doctrine-project.json | 38 +++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 vendor/doctrine/common/.doctrine-project.json (limited to 'vendor/doctrine/common/.doctrine-project.json') 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 + } + ] +} -- cgit v1.2.3