-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
70 lines (70 loc) · 2.27 KB
/
composer.json
File metadata and controls
70 lines (70 loc) · 2.27 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "chilldev/file-manager-bundle",
"description": "File manager bundle for Symfony2.",
"type": "symfony-bundle",
"keywords": [
"chilldev",
"symfony2",
"file manager",
"files",
"filesystem"
],
"homepage": "http://chilloutdevelopment.github.com/ChillDevFileManagerBundle",
"license": "MIT",
"support": {
"issues": "https://github.com/chilloutdevelopment/ChillDevFileManagerBundle/issues",
"source": "https://github.com/chilloutdevelopment/ChillDevFileManagerBundle"
},
"authors": [
{
"name": "Rafał Wrzeszcz",
"email": "rafal.wrzeszcz@wrzasq.pl",
"homepage": "http://wrzasq.pl/",
"role": "creator,manager,architect,developer"
},
{
"name": "Chillout Development",
"email": "biuro@chilldev.pl",
"homepage": "http://chilldev.pl/",
"role": "owner"
}
],
"require": {
"php": ">=5.4",
"symfony/config": "~2.1",
"symfony/dependency-injection": "~2.1",
"symfony/filesystem": "~2.1",
"symfony/form": "~2.1",
"symfony/framework-bundle": "~2.1",
"symfony/http-foundation": "~2.1",
"symfony/http-kernel": "~2.1",
"symfony/monolog-bundle": "~2.1",
"symfony/options-resolver": "~2.1",
"symfony/security": "~2.1",
"symfony/validator": "~2.1",
"sensio/framework-extra-bundle": "~2.1",
"chilldev/view-helpers-bundle": ">=0.1.2",
"chilldev/dependency-injection-extra": ">=0.0.1"
},
"suggest": {
"sonata-project/block-bundle": ">=2.2.1",
"sonata-project/admin-bundle": "~2.2",
"chilldev/proxy-templating-bundle": "0.0.3"
},
"require-dev": {
"phpunit/phpunit": "4.0.7",
"phpmd/phpmd" : "2.0.0",
"sebastian/phpcpd": "2.0.0",
"squizlabs/php_codesniffer": "1.5.2",
"satooshi/php-coveralls": "0.6.1",
"mikey179/vfsStream": "1.2.0",
"sonata-project/block-bundle": ">=2.2.1",
"sonata-project/admin-bundle": "~2.2",
"chilldev/proxy-templating-bundle": "0.0.3"
},
"autoload": {
"psr-4": {
"ChillDev\\Bundle\\FileManagerBundle\\": ""
}
}
}