-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (28 loc) · 838 Bytes
/
composer.json
File metadata and controls
31 lines (28 loc) · 838 Bytes
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
{
"name": "flame/cms",
"description": "Simple and smart CMS based on framework Flame",
"keywords": ["cms", "nette", "simple", "flame", "jsifalda", "sandbox", "tools"],
"homepage": "https://github.com/flame-cms/CMS",
"license": "BSD-2-Clause-FreeBSD",
"authors": [
{
"name": "Jiří Šifalda",
"homepage": "http://jsifalda.name/"
}
],
"support":{
"email":"flame@jsifalda.name",
"issues":"https://github.com/flame-cms/CMS/issues"
},
"require": {
"kdyby/bootstrap-form-renderer": ">=1.0.0",
"doctrine/orm": "2.3.0",
"flame/framework": "dev-master",
"flame/navbarbuilder-component": "dev-master",
"flame/fileuploader-component": "dev-master",
"nette/nette": "dev-master",
"symfony/console": "2.0.*",
"flame/bootstrapdatepicker-control": "dev-master",
"flame/lightboxgallery-component": "@dev"
}
}