forked from networking/init-cms-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.68 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
46
47
48
{
"name": "networking/init-cms-bundle",
"description": "This Bundle is a basic cms based on symfony",
"keywords": ["symfony", "cms"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Yorkie Chadwick",
"homepage": "http://web.networking.ch",
"email": "y.chadwick@networking.ch"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": ">=2.3,<2.6",
"sensio/framework-extra-bundle": "~3.0",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/doctrine-fixtures-bundle": "v2.2.0",
"sonata-project/doctrine-orm-admin-bundle": "~2.3.0",
"sonata-project/intl-bundle": "~2.1",
"sonata-project/notification-bundle": "~2.3.0",
"sonata-project/admin-bundle": "~2.3.0",
"sonata-project/media-bundle": "~2.3.0",
"sonata-project/block-bundle": "~2.2,>=2.2.7,<2.3",
"sonata-project/user-bundle": "~2.2,>=2.2.3,<2.3",
"sonata-project/formatter-bundle": "~2.3.0",
"stof/doctrine-extensions-bundle": "v1.1.0",
"mopa/bootstrap-bundle": "~3.0.0",
"twbs/bootstrap": "v3.2.0",
"symfony-cmf/routing-bundle": "1.1.0",
"jms/serializer-bundle": "0.13",
"ibrows/sonata-admin-annotation-bundle": "1.2",
"ibrows/sonata-translation-bundle": "1.0.3",
"knplabs/knp-paginator-bundle": "~2.4",
"phpfastcache/phpfastcache": "3.0.*"
},
"autoload": {
"psr-4": {"Networking\\InitCmsBundle\\": ""}
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
}
}
}