forked from sonata-project/SonataAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.17 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
34
35
36
{
"name": "sonata-project/admin-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataAdminBundle",
"keywords": ["Admin Generator", "admin", "sonata", "bootstrap"],
"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/SonataAdminBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"symfony/security-bundle": "2.*",
"knplabs/knp-menu-bundle": "master-dev",
"sonata-project/jquery-bundle": "master-dev",
"sonata-project/exporter": "master-dev",
"sonata-project/block-bundle": "master-dev"
},
"suggest": {
"sonata-project/doctrine-orm-admin-bundle": "*",
"sonata-project/intl-bundle": "master-dev"
},
"autoload": {
"psr-0": { "Sonata\\AdminBundle": "" }
},
"target-dir": "Sonata/AdminBundle"
}