-
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) · 835 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 835 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": "undefined-exception-coders/media-image-bundle",
"description": "The MediaImageBundle adds to the MediaBundle a provider for uploading images",
"type": "symfony-bundle",
"keywords": [
"symfony2","media","upload","provider","image","framework"
],
"license": "MIT",
"homepage": "https://github.com/undefined-exception-coders/UECMediaImageBundle",
"authors": [
{
"name": "Damiano Ciarla",
"email": "damiano.ciarla@gmail.com",
"homepage": "http://www.damianociarla.it/"
}
],
"require": {
"php": ">=5.3",
"symfony/symfony": "~2.3",
"undefined-exception-coders/media-bundle": "dev-master"
},
"autoload": {
"psr-0": { "UEC\\MediaImageBundle": "" }
},
"target-dir": "UEC/MediaImageBundle"
}