forked from Netpositive/NetpositiveDiscriminatorMapBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 867 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
{
"name": "netpositive/discriminatormap-bundle",
"description": "Dynamic DiscriminatorMap extender for Symfony2 with Doctrine ORM 2",
"type": "symfony-bundle",
"keywords": ["doctrine", "discriminator map", "single table inheritance"],
"license": "MIT",
"homepage": "https://github.com/Netpositive/NetpositiveDiscriminatorMapBundle",
"authors": [
{
"name": "Netpositive Kft.",
"homepage": "http://netpositive.hu"
}
],
"require": {
"php": ">=5.3.1",
"symfony/framework-bundle": ">=2.0"
},
"suggest": {
"doctrine/doctrine-bundle": "*"
},
"autoload": {
"psr-0": { "Netpositive\\DiscriminatorMapBundle": "" }
},
"target-dir": "Netpositive/DiscriminatorMapBundle"
}