-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
57 lines (57 loc) · 1.11 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
{
"name": "rob006/yii-elfinder2",
"description": "elFinder 2.1 integration for Yii 1.1",
"keywords": [
"widget",
"tinymce",
"file manager",
"elFinder"
],
"type": "yii-extension",
"homepage": "https://github.com/rob006-software/yii-elfinder2",
"support": {
"issues": "https://github.com/rob006-software/yii-elfinder2/issues",
"source": "https://github.com/rob006-software/yii-elfinder2"
},
"license": "BSD-3-Clause",
"authors": [
{
"name": "Robert Korulczyk",
"email": "[email protected]",
"homepage": "https://rob006.net/"
},
{
"name": "Bogdan Savluk",
"email": "[email protected]"
}
],
"require": {
"php": "^5.4 || ^7.0 || ^8.0",
"yiisoft/yii": "~1.1.18"
},
"require-dev": {
"rob006/yii-tinymce": "^1.0 | ^2.0"
},
"replace": {
"studio-42/elfinder": "2.1.64"
},
"autoload": {
"classmap": [
"."
],
"exclude-from-classmap": [
"/composer-vendor/"
]
},
"suggest": {
"rob006/yii-tinymce": "Provides WYSIWYG editor integration."
},
"config": {
"vendor-dir": "composer-vendor"
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}