summaryrefslogtreecommitdiff
path: root/vendor/doctrine/instantiator/.doctrine-project.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/doctrine/instantiator/.doctrine-project.json')
-rw-r--r--vendor/doctrine/instantiator/.doctrine-project.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/vendor/doctrine/instantiator/.doctrine-project.json b/vendor/doctrine/instantiator/.doctrine-project.json
new file mode 100644
index 0000000..24ae36e
--- /dev/null
+++ b/vendor/doctrine/instantiator/.doctrine-project.json
@@ -0,0 +1,47 @@
1{
2 "active": true,
3 "name": "Instantiator",
4 "slug": "instantiator",
5 "docsSlug": "doctrine-instantiator",
6 "codePath": "/src",
7 "versions": [
8 {
9 "name": "1.5",
10 "branchName": "1.5.x",
11 "slug": "latest",
12 "upcoming": true
13 },
14 {
15 "name": "1.4",
16 "branchName": "1.4.x",
17 "slug": "1.4",
18 "aliases": [
19 "current",
20 "stable"
21 ],
22 "maintained": true,
23 "current": true
24 },
25 {
26 "name": "1.3",
27 "branchName": "1.3.x",
28 "slug": "1.3",
29 "maintained": false
30 },
31 {
32 "name": "1.2",
33 "branchName": "1.2.x",
34 "slug": "1.2"
35 },
36 {
37 "name": "1.1",
38 "branchName": "1.1.x",
39 "slug": "1.1"
40 },
41 {
42 "name": "1.0",
43 "branchName": "1.0.x",
44 "slug": "1.0"
45 }
46 ]
47}