forked from faparicior/FARSymfony2Upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 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
40
41
42
43
44
45
46
{
"name": "faparicior/far-symfony2-jquery-upload",
"description": "Integrates JqueryUpload into Symfony2 with OneUpFlySystem",
"type": "symfony-bundle",
"keywords" : [
"Bundle JqueryUpload FlySystem Symfony2"
],
"license": "MIT",
"authors": [
{
"name": "Fernando Aparicio",
"email": "[email protected]",
"homepage": "http://www.fernandoaparicio.net",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"faparicior\\FARSymfony2UploadBundle\\": ""
}
},
"require": {
"php": ">=5.3.9",
"symfony/symfony": "2.8.*",
"doctrine/orm": "^2.4.8",
"doctrine/doctrine-bundle": "~1.4",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~4.0",
"sensio/framework-extra-bundle": "^3.0.2",
"incenteev/composer-parameter-handler": "~2.0",
"friendsofsymfony/rest-bundle": "^1.7",
"imagine/imagine": "^0.6.3",
"jms/serializer-bundle": "^1.1",
"oneup/flysystem-bundle": "^1.2",
"symfony/finder": "2.8.*"
},
"require-dev": {
"sensio/generator-bundle": "~2.3",
"symfony/phpunit-bridge": "~2.7"
},
"config": {
"bin-dir": "bin"
}
}