forked from alphalemon/ElFinderBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·30 lines (29 loc) · 1.04 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
{
"name": "alphalemon/elfinder-bundle",
"description": "The ElFinderBundle encapsulates the elFinder file manager to be used in Symfony2.",
"keywords": ["elfinder", "ajax", "file manager", "cms", "alphalemon"],
"homepage": "http://alphalemon.com",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "AlphaLemon",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": ">=2.0.12",
"doctrine/orm": ">=2.1.0",
"twig/extensions": "*",
"symfony/assetic-bundle": "2.0.*",
"sensio/generator-bundle": "2.0.*",
"sensio/framework-extra-bundle": "2.0.*",
"sensio/distribution-bundle": "2.0.*",
"jms/security-extra-bundle": "1.0.*"
},
"autoload": {
"psr-0": { "AlphaLemon\\ElFinderBundle": "" }
},
"target-dir" : "AlphaLemon/ElFinderBundle"
}