-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcomposer.json
31 lines (31 loc) · 942 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
{
"name": "guillermomartinez/filemanager-php",
"description": "Filemanager for php, it is the connector to the File Manager, regardless of the GUI.",
"license": "MIT",
"keyworks": ["filemanager","php","filemanager php","upload","file","manager"],
"authors": [
{
"name": "Guillermo M.",
"email": "guille_55_88@hotmail.com"
}
],
"require": {
"php": ">=5.4.0",
"symfony/finder": "~2.5|3.*|4.*|5.*",
"symfony/http-foundation": "~2.5|3.*|4.*|5.*",
"symfony/filesystem": "~2.5|3.*|4.*|5.*",
"monolog/monolog": "~1.12|2.*",
"gregwar/image": "2.*"
},
"require-dev": {
"phpunit/phpunit": "~4.5",
"codeception/codeception": "*",
"guzzlehttp/guzzle": "~5.0"
},
"autoload": {
"psr-4": {
"GuillermoMartinez\\":"src/GuillermoMartinez"
}
},
"minimum-stability": "stable"
}