-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
22 lines (22 loc) · 918 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "jbouzekri/file-uploader-bundle",
"type": "symfony-bundle",
"description": "Aggregate some bundles and libraries to provide easy ajax file upload integration with functionnalities like image croping or storage on amazon",
"keywords": ["Symfony", "upload", "ajax", "jcrop", "file", "upload", "S3", "resize", "crop"],
"homepage": "https://github.com/jbouzekri/FileUploaderBundle",
"license": "MIT",
"require": {
"oneup/uploader-bundle": "~1.3",
"knplabs/knp-gaufrette-bundle": "~0.5.0",
"liip/imagine-bundle": "~1.7.1",
"symfony/symfony": "~3.0"
},
"suggest": {
"willdurand/js-translation-bundle": "Provide js translation in ajax",
"aws/aws-sdk-php": "Store your uploads in amazon s3"
},
"autoload": {
"psr-0": { "Jb\\Bundle\\FileUploaderBundle": "" }
},
"target-dir": "Jb/Bundle/FileUploaderBundle"
}