forked from phuongdev89/yii2-roxymce
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
60 lines (60 loc) · 1.42 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "janki1/yii2-roxymce",
"description": "Integrate tinymce + roxy manager to yii2",
"keywords": [
"yii2",
"navatech",
"tinymce",
"file manager",
"roxy"
],
"type": "yii2-extension",
"license": "MIT",
"homepage": "https://navatech.vn",
"support": {
"source": "https://github.com/janki1/yii2-roxymce"
},
"authors": [
{
"name": "Le Phuong",
"email": "[email protected]"
},
{
"name": "Ján Janki Úskoba",
"email": "[email protected]"
}
],
"require": {
"ext-gd": "*",
"ext-mbstring": "*",
"ext-zip": "*",
"yiisoft/yii2": "~2",
"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": {
"janki1\\roxymce\\": "src"
}
},
"extra": {
"bootstrap": "janki1\\roxymce\\Bootstrap"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true
}
}
}