-
Notifications
You must be signed in to change notification settings - Fork 15
/
composer.json
44 lines (44 loc) · 933 Bytes
/
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
{
"name" : "phuongdev89/yii2-roxymce",
"description" : "Integrate tinymce + roxy manager to yii2",
"keywords" : [
"yii2",
"phuongdev89",
"tinymce",
"file manager",
"roxy"
],
"type" : "yii2-extension",
"license" : "MIT",
"support" : {
"source" : "https://github.com/phuongdev89/yii2-roxymce"
},
"authors" : [
{
"name" : "Phuong Dev",
"email" : "[email protected]"
}
],
"require" : {
"ext-gd" : "*",
"ext-mbstring" : "*",
"ext-zip" : "*",
"phuongdev89/yii2-base" : "@dev",
"bower-asset/tinymce" : "^4.3",
"bower-asset/fontawesome" : "^4.6",
"bower-asset/patternfly-bootstrap-treeview" : "~2.1",
"bower-asset/jquery.lazyload" : "~1.9",
"bower-asset/fancybox" : "~2.1"
},
"conflict" : {
"skeeks/yii2-assets-auto-compress" : "1.2.*"
},
"autoload" : {
"psr-4" : {
"phuongdev89\\roxymce\\" : "src"
}
},
"extra" : {
"bootstrap" : "phuongdev89\\roxymce\\Bootstrap"
}
}