-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.28 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": "alpixel/cmsbundle",
"description": "This bundle is used by our team to build a CMS tool on top of Sonata",
"type": "symfony-bundle",
"keywords": [
"alpixel",
"cms",
"symfony2",
"symfony",
"bundle"
],
"homepage": "https://www.alpixel.fr",
"license": "MIT",
"authors": [
{
"name": "ALPIXEL",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"symfony/symfony": "~3.0",
"egeloen/ckeditor-bundle": "4.0.1",
"doctrine/orm": "~2.4",
"doctrine/doctrine-bundle": "~1.6",
"stof/doctrine-extensions-bundle": "^1.2",
"sonata-project/admin-bundle": "^3.0",
"sonata-project/doctrine-orm-admin-bundle": "^3.0",
"sonata-project/block-bundle": "^3.0",
"sonata-project/core-bundle": "^3.0",
"alpixel/userbundle": "~2.0",
"alpixel/menu-bundle": "~1.0",
"alpixel/seobundle": "~2.0",
"alpixel/mediabundle": "~2.0",
"lunetics/locale-bundle": "^2.4",
"jms/i18n-routing-bundle": "^2.0",
"jms/translation-bundle": "~1.1",
"php-http/guzzle6-adapter": "^1.0",
"happyr/translation-bundle": "~0.3",
"php-http/httplug-bundle": "^1.0",
"pixassociates/sortable-behavior-bundle": "~1.0"
},
"autoload": {
"psr-4": {
"Alpixel\\Bundle\\CMSBundle\\": ""
}
}
}