forked from sonata-project/SonataPageBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 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
34
{
"name": "sonata-project/page-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataPageBundle",
"keywords": ["page", "sonata", "cms"],
"homepage": "http://sonata-project.org/bundles/page",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "[email protected]",
"homepage": "http://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataPageBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.0.*",
"sonata-project/admin-bundle": "2.0.*",
"sonata-project/seo-bundle": "master-dev",
"sonata-project/notification-bundle": "2.0.*",
"friendsofsymfony/user-bundle": "1.*"
},
"suggest": {
"sonata-project/doctrine-orm-admin-bundle": "2.0.*"
},
"autoload": {
"psr-0": { "Sonata\\PageBundle": "" }
},
"target-dir": "Sonata/PageBundle"
}