forked from artgris/FileManagerBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.28 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
40
41
42
43
44
45
46
47
{
"name": "artgris/filemanager-bundle",
"type": "symfony-bundle",
"description": "FileManager is a simple Multilingual File Manager Bundle for Symfony",
"keywords": [
"symfony",
"bundle",
"file manager"
],
"homepage": "https://github.com/artgris/FileManagerBundle",
"license": "MIT",
"authors": [
{
"name": "Arthur Gribet",
"email": "a.gribet@gmail.com"
}
],
"require": {
"php": ">=5.6.0",
"sensio/framework-extra-bundle": "~2.3|~3.0,>=3.0.2|4.0.x|~5.0",
"symfony/translation": "~2.3|~3.0|^4.0",
"twig/extensions": "~1.0",
"symfony/form": "~2.3|~3.0|^4.0",
"symfony/validator": "~2.3|~3.0|^4.0",
"symfony/twig-bundle": "^2.3.4|~3.0|^4.0",
"symfony/twig-bridge": "^2.3.4|~3.0|^4.0",
"symfony/asset": "~2.3|~3.0|^4.0",
"twig/twig": "^1.28 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "4.0|^5.0",
"symfony/security-bundle": "~2.3|~3.0|^4.0",
"symfony/css-selector": "~2.3|~3.0|^4.0",
"symfony/browser-kit": "~2.3|~3.0|^4.0",
"symfony/var-dumper": "~2.3|~3.0|^4.0",
"symfony/yaml": "~2.3|~3.0|^4.0",
"symfony/templating": "~2.3|~3.0|^4.0"
},
"autoload": {
"psr-4": {
"Artgris\\Bundle\\FileManagerBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
}
}