-
Notifications
You must be signed in to change notification settings - Fork 86
/
composer.json
32 lines (32 loc) · 925 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
23
24
25
26
27
28
29
30
31
32
{
"name": "punkave/symfony2-file-uploader-bundle",
"type": "symfony-bundle",
"description": "Multiple file uploads for Symfony2 with the BlueImp uploader. Also scales uploaded images",
"keywords": ["upload", "file", "multiple file upload", "uploader", "blueimp", "symfony", "symfony bundle", "bundle", "punkave", "image transform", "symfony-2.0", "symfony-2.1"],
"homepage": "https://github.com/punkave/symfony2-file-uploader-bundle",
"license": "MIT",
"authors": [
{
"name": "Thomas Boutell",
"email": "tom@punkave.com"
},
{
"name": "Wes John-Alder",
"email": "wes@punkave.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*"
},
"autoload": {
"psr-0": { "PunkAve\\FileUploaderBundle": "" }
},
"target-dir": "PunkAve/FileUploaderBundle",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}