forked from sonata-project/SonataBlockBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 840 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
28
{
"name": "sonata-project/block-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataBlockBundle",
"keywords": ["sonata", "block"],
"homepage": "http://sonata-project.org/bundles/block",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "[email protected]",
"homepage": "http://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"sonata-project/cache-bundle": "master-dev"
},
"autoload": {
"psr-0": { "Sonata\\BlockBundle": "" }
},
"target-dir": "Sonata/BlockBundle"
}