-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.13 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
{
"name": "kalamu/cms-admin-bundle",
"type": "library",
"description": "Administration interface for Kalamu CMS",
"license": "MIT",
"authors": [
{
"name": "Johan DESMYTER",
"email": "johan@etic.yt"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kalamu/cms-admin-bundle.git"
}
],
"require": {
"kalamu/dashboard-bundle": "^1.2",
"kalamu/cms-core-bundle": "^1.0.0",
"symfony/symfony": "^2.8||^3.0",
"sonata-project/admin-bundle": "^3.16",
"gibilogic/tinymce-bundle": "1.3.*",
"knplabs/knp-paginator-bundle": "~2.4",
"helios-ag/fm-elfinder-bundle": "^6.0.2",
"sonata-project/intl-bundle": "^2.3",
"friendsofsymfony/user-bundle": "~2.0.0"
},
"suggest": {
"kalamu/default-bootstrap-elements-bundle": "Allows to design contents with the bootstrap elements"
},
"autoload": {
"psr-4": { "Kalamu\\CmsAdminBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}