forked from youshido-php/UploadableBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 710 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 710 Bytes
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
{
"name": "youshido/uploadable",
"type": "symfony-bundle",
"description": "Bundle for easy integrations upload properties to entity",
"keywords": ["upload", "file uploads", "symfony", "file", "form", "bundle"],
"homepage": "https://github.com/Youshido/UploadableBundle",
"license": "MIT",
"authors": [
{
"name": "Portey Vasil",
"email": "portey@gmail.com"
},
{
"name": "Alexandr Viniychuk",
"email": "a@viniychuk.com"
}
],
"require": {
"php": ">=5.4",
"symfony/framework-bundle": "~2.3|~3.0",
"doctrine/doctrine-bundle": "~1.3",
"symfony/form": "~2.3|~3.0"
},
"autoload": {
"psr-4": { "Youshido\\UploadableBundle\\": "" }
}
}