forked from terokaisti/ElFinderBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·39 lines (37 loc) · 1.33 KB
/
composer.json
File metadata and controls
executable file
·39 lines (37 loc) · 1.33 KB
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": "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": "info@alphalemon.com"
}
],
"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.1.0"
},
"autoload": {
"psr-0": { "AlphaLemon\\ElFinderBundle": "src" }
},
"target-dir" : "AlphaLemon/ElFinderBundle",
"scripts": {
"post-install-cmd": [
"AlphaLemon\\ElFinderBundle\\Composer\\ScriptHandler::installElFinderLibrary"
],
"post-update-cmd": [
"AlphaLemon\\ElFinderBundle\\Composer\\ScriptHandler::installElFinderLibrary"
]
}
}