forked from Guest-Suite/doctrine-schema-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (30 loc) · 881 Bytes
/
composer.json
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
33
{
"name": "guest-suite/doctrine-schema-exporter",
"description": "Extra features for Doctrine, as a Symfony bundle",
"license": "MIT",
"authors": [
{
"name": "Alexandre Salomé",
"homepage": "https://alexandre.salome.fr",
"role": "Original project developer"
},
{
"name": "Arnaud Goulpeau",
"email": "[email protected]"
}
],
"autoload": {
"psr-0": {
"Alex\\DoctrineExtraBundle": ""
}
},
"target-dir": "Alex/DoctrineExtraBundle",
"require": {
"doctrine/orm": "~2.3",
"alom/graphviz": "~1.1",
"symfony/symfony": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
}
}