forked from sonata-project/SonataDoctrineORMAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1.04 KB
/
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": "sonata-project/doctrine-orm-admin-bundle",
"type": "symfony-bundle",
"description": "Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle",
"keywords": ["Admin Generator", "admin", "sonata", "bootstrap", "generator"],
"homepage": "http://sonata-project.org/bundles/admin",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "[email protected]",
"homepage": "http://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors"
}
],
"require": {
"doctrine/orm": "~2.3",
"sonata-project/admin-bundle": ">=2.2.2",
"symfony/symfony": ">=2.2,<2.4"
},
"autoload": {
"psr-0": { "Sonata\\DoctrineORMAdminBundle": "" }
},
"target-dir": "Sonata/DoctrineORMAdminBundle",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
}
}