forked from sonata-project/SonataBlockBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.35 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
43
44
45
{
"name": "sonata-project/block-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataBlockBundle",
"keywords": ["sonata", "block"],
"homepage": "https://sonata-project.org/bundles/block",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "[email protected]",
"homepage": "https://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
}
],
"require": {
"symfony/http-kernel": "~2.3|~3.0",
"symfony/form": "~2.3|~3.0",
"doctrine/common": "~2.3",
"sonata-project/core-bundle": "~2.3,>=2.3.10",
"sonata-project/cache": "~1.0"
},
"require-dev": {
"knplabs/knp-menu-bundle": "~2.0|~2.1@dev",
"sonata-project/admin-bundle": "dev-master",
"symfony/phpunit-bridge": "~2.7|~3.0",
"fabpot/php-cs-fixer": "~0.5|~1.11@dev"
},
"suggest": {
"knplabs/knp-menu-bundle": "~2.0",
"sonata-project/cache-bundle": "~2.1"
},
"autoload": {
"psr-4": { "Sonata\\BlockBundle\\": "" },
"files": ["Resources/stubs/symfony2.php"]
},
"extra": {
"branch-alias": {
"dev-master": "2.4.x-dev"
}
}
}