forked from 1up-lab/OneupUploaderBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (39 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
{
"name": "oneup/uploader-bundle",
"type": "symfony-bundle",
"description": "Handles multi file uploads in Symfony2. Features included: Chunked upload, Orphans management, Gaufrette support.",
"keywords": ["fileupload", "upload", "FineUploader", "blueimp", "jQuery File Uploader", "YUI3 Uploader", "Uploadify", "FancyUpload", "MooUpload", "Plupload", "Dropzone"],
"homepage": "http://1up.io",
"license": "MIT",
"authors": [
{
"name": "Jim Schmid",
"email": "[email protected]",
"homepage": "http://1up.io",
"role": "Developer"
}
],
"require": {
"php":">=5.4",
"symfony/framework-bundle": "^2.4.0|~3.0",
"symfony/finder": "^2.4.0|~3.0"
},
"require-dev": {
"amazonwebservices/aws-sdk-for-php": "1.5.*",
"knplabs/gaufrette": "0.2.*@dev",
"symfony/class-loader": "2.*|~3.0",
"symfony/security-bundle": "2.*|~3.0",
"sensio/framework-extra-bundle": "2.*|~3.0",
"symfony/browser-kit": "2.*|~3.0",
"phpunit/phpunit": "~4.4",
"oneup/flysystem-bundle": "^1.2"
},
"suggest": {
"knplabs/knp-gaufrette-bundle": "0.1.*",
"oneup/flysystem-bundle": "^1.2"
},
"autoload": {
"psr-0": { "Oneup\\UploaderBundle": "" }
},
"target-dir": "Oneup/UploaderBundle"
}