-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
27 lines (27 loc) · 913 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
{
"name": "damianociarla/dynamic-discriminator-map-bundle",
"description": "DCSDynamicDiscriminatorMapBundle simplifies the use of Doctrine Single Table Inheritance mapping strategy in Symfony2.",
"type": "library",
"keywords": [
"symfony2","doctrine","inheritance mapping","entity"
],
"license": "MIT",
"homepage": "https://github.com/damianociarla/DCSDynamicDiscriminatorMapBundle",
"authors": [
{
"name": "Damiano Ciarla",
"email": "[email protected]",
"homepage": "http://www.damianociarla.it/"
}
],
"require": {
"php": ">=5.3",
"symfony/symfony": ">=2.3",
"doctrine/orm": ">=2.2.3",
"doctrine/doctrine-bundle": ">=1.2"
},
"autoload": {
"psr-0": { "DCS\\DynamicDiscriminatorMapBundle": "" }
},
"target-dir": "DCS/DynamicDiscriminatorMapBundle"
}