forked from sonata-project/SonataBlockBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.2 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
37
38
39
40
41
42
{
"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": "thomas.rabaix@sonata-project.org",
"homepage": "http://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
}
],
"require": {
"symfony/http-foundation": ">=2.2,<2.3-dev",
"symfony/form": ">=2.2,<2.3-dev"
},
"require-dev": {
"sonata-project/cache-bundle": "2.1.*",
"sonata-project/admin-bundle": "2.2.*@dev"
},
"suggest": {
"sonata-project/cache-bundle": "2.1.*",
"sonata-project/admin-bundle": "2.2.*@dev"
},
"autoload": {
"psr-0": { "Sonata\\BlockBundle": "" }
},
"target-dir": "Sonata/BlockBundle",
"extra": {
"branch-alias": {
"dev-2.0": "2.0.x-dev",
"dev-2.1": "2.1.x-dev",
"dev-master": "2.2.x-dev"
}
}
}