forked from sonata-project/SonataCoreBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.19 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/core-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataCoreBundle",
"keywords": ["sonata"],
"homepage": "http://sonata-project.org/bundles/core",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "[email protected]"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
}
],
"require": {
"symfony/http-foundation": "~2.2",
"symfony/form": "~2.2",
"symfony/config": "~2.0",
"symfony/translation": "~2.2",
"twig/twig": "~1.12"
},
"require-dev": {
"doctrine/orm": "~2.4",
"doctrine/phpcr-odm": "~1.0",
"jackalope/jackalope-doctrine-dbal": "~1.0",
"friendsofsymfony/rest-bundle": "~1.1",
"jms/serializer-bundle": "~0.11",
"sensio/framework-extra-bundle": "~2.2",
"sonata-project/exporter": "~1.3"
},
"autoload": {
"psr-4": { "Sonata\\CoreBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
}
}