forked from dustin10/VichUploaderBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 701 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 701 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
{
"name": "vich/uploader-bundle",
"type": "symfony-bundle",
"description": "Ease file uploads attached to entities",
"keywords": ["file uploads", "upload"],
"homepage": "https://github.com/dustin10/VichUploaderBundle",
"license": "MIT",
"authors": [
{
"name": "Dustin Dobervich",
"email": "ddobervich@gmail.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*"
},
"suggest": {
"symfony/doctrine-bundle": "*",
"symfony/mongodb-odm-bundle": "*"
},
"autoload": {
"psr-0": { "Vich\\UploaderBundle": "" }
},
"target-dir": "Vich/UploaderBundle"
}