forked from sunhater/kcfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 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
{
"name": "sunhater/kcfinder",
"description": "KCFinder web file manager",
"version": "3.20-test2",
"type": "library",
"keywords": [
"kcfinder",
"finder",
"file",
"manager",
"explorer",
"file manager",
"file explorer"
],
"homepage": "http://kcfinder.sunhater.com",
"time": "2014-08-24",
"license": [
"GPL-3.0+",
"LGPL-3.0+"
],
"authors": [
{
"name": "Pavel Tzonkov",
"email": "sunhater@sunhater.com",
"homepage": "http://sunhater.com",
"role": "Developer"
}
],
"support": {
"email": "sunhater@sunhater.com",
"issues": "https://github.com/sunhater/kcfinder/issues",
"source": "https://github.com/sunhater/kcfinder"
},
"require": {
"php": ">=5.3.0",
"ext-gd": "*"
},
"suggest": {
"ext-fileinfo": "*",
"ext-exif": "*",
"ext-curl": "*",
"ext-http": "*",
"ext-sockets": "*",
"ext-imagick": "*",
"ext-gmagick": "*",
"ext-zip": "*"
}
}