forked from helios-ag/FMElfinderBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 775 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "helios-ag/fm-elfinder-bundle",
"description": "ElFinder bundle, add ElFinder file manager to your Symfony2 project",
"keywords": ["elfinder","file manager"],
"type": "symfony-bundle",
"homepage": "https://github.com/helios-ag/FMElfinderBundle",
"license": "MIT",
"authors": [
{
"name": "Al Ganiev",
"email": "helios.ag@gmail.com"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "*@stable",
"sensio/framework-extra-bundle": "*@dev",
"helios-ag/fm-elfinder": "2.x-dev"
},
"autoload": {
"psr-0": { "FM\\ElfinderBundle": "" }
},
"target-dir": "FM/ElfinderBundle"
}