forked from helios-ag/FMElfinderBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.2 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
{
"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",
"minimum-stability": "dev",
"authors": [
{
"name": "Al Ganiev",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/helios-ag/FMElfinderBundle/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "*@stable",
"sensio/framework-extra-bundle": "*@dev",
"symfony/twig-bundle": "~2.0",
"helios-ag/fm-elfinder-php-connector": "1.1.1"
},
"suggest": {
"stfalcon/tinymce-bundle": "TinyMCE WYSIWYG Editor Bundle by Stfalcon",
"Trsteel/ckeditor-bundle": "CKEditor WYSIWYG Editor Bundlefor Symfony2 Project by Trsteel"
},
"autoload": {
"psr-0": { "FM\\ElfinderBundle": "" }
},
"target-dir": "FM/ElfinderBundle"
}