forked from helios-ag/FMElfinderBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.35 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
{
"name": "helios-ag/fm-elfinder-bundle",
"description": "ElFinder bundle, adds 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/framework-bundle": "~2.1",
"symfony/twig-bundle": "~2.0",
"helios-ag/fm-elfinder-php-connector": "~2.0"
},
"require-dev" : {
"symfony/form": "~2.1",
"doctrine/doctrine-bundle": "~1.0",
"matthiasnoback/symfony-config-test": "0.*",
"matthiasnoback/symfony-dependency-injection-test": "0.*"
},
"suggest": {
"stfalcon/tinymce-bundle": "TinyMCE Bundle by Stfalcon",
"egeloen/ckeditor-bundle": "CKEditor Bundle by Egeloen",
"trsteel/ckeditor-bundle": "CKEditor Bundle by trsteel"
},
"autoload": {
"psr-4": { "FM\\ElfinderBundle\\": "" }
}
}