-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
38 lines (38 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
38
{
"name": "nullref/yii2-cms",
"description": "CMS for Yii2",
"type": "yii2-extension",
"keywords": ["yii2","extension","cms"],
"license": "MIT",
"authors": [
],
"minimum-stability": "dev",
"require": {
"bower-asset/owl.carousel": "2.*",
"mihaildev/yii2-ckeditor": "*",
"mihaildev/yii2-elfinder": "*",
"nullref/yii2-core": ">=0.0.4",
"nullref/yii2-useful": ">=0.0.4",
"rmrevin/yii2-fontawesome": ">=2.16.0",
"trntv/yii2-aceeditor": "*",
"unclead/yii2-multiple-input": ">=1.2.10",
"wbraganca/yii2-fancytree-widget": "*",
"yiisoft/yii2": ">=2.0.13",
"yiisoft/yii2-bootstrap": "^2.0@dev",
"yiisoft/yii2-jui": "~2.0.0"
},
"require-dev": {
"yiisoft/yii2-gii": "^2.0@dev"
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"nullref\\cms\\": "src/"
}
},
"extra": {
"bootstrap":"nullref\\cms\\Bootstrap"
}
}