-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.01 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
{
"name": "kalamu/cms-core-bundle",
"type": "library",
"description": "Core functionalites for Kalamu CMS",
"license": "MIT",
"authors": [
{
"name": "Johan DESMYTER",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kalamu/cms-core-bundle.git"
}
],
"require": {
"kalamu/dashboard-bundle": "^1.1.1",
"kalamu/dynamique-config-bundle": "^1.0.0",
"symfony/symfony": "^2.4||^3.0",
"gibilogic/tinymce-bundle": "1.3.*",
"stof/doctrine-extensions-bundle": "^1.2.0",
"knplabs/knp-paginator-bundle": "~2.4",
"helios-ag/fm-elfinder-bundle": "~6.0,>=6.0.2",
"liip/imagine-bundle": "^1.4",
"friendsofsymfony/elastica-bundle": "^3.1"
},
"autoload": {
"psr-4": { "Kalamu\\CmsCoreBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}