forked from helios-ag/ElFinderPHP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 972 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
{
"name": "helios-ag/fm-elfinder-php-connector",
"description": "ElFinder PHP backend, 5.4 compliant",
"keywords": ["elfinder", "filemanager"],
"homepage": "http://github.com/helios-ag/ElFinderPHP",
"type": "library",
"license": "BSD-3 Clause",
"authors": [
{
"name": "Al Ganiev",
"email": "[email protected]"
},
{
"name": "ElFinder authors",
"homepage": "https://github.com/Studio-42/elFinder"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/helios-ag/ElFinderPHP/contributors"
}
],
"require": {
"php": ">=5.4",
"intervention/image": "^2.3"
},
"suggest": {
"dropbox-php/dropbox-php": "Allows you to use Dropbox storage",
"aws/aws-sdk-php": "Allows you to use AWS S3 storage"
},
"autoload": {
"psr-4": {"FM\\ElFinderPHP\\": "src/"}
}
}