forked from V-labs/VlabsMediaBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (30 loc) · 848 Bytes
/
composer.json
File metadata and controls
34 lines (30 loc) · 848 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
28
29
30
31
32
33
34
{
"name": "vlabs/media-bundle",
"type": "symfony-bundle",
"description": "Form, database and filesystem abstraction for files",
"keywords": ["files", "upload", "media"],
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Valentin Ferriere",
"homepage": "http://www.v-labs.fr"
}
],
"require": {
"php": ">=5.3.2",
"symfony/form": ">=2.1 | >=2.3",
"symfony/validator": ">=2.1 | >=2.3",
"imagine/Imagine": "<=0.5",
"doctrine/orm": "*",
"knplabs/knp-gaufrette-bundle": "v0.1.7",
"symfony/finder": ">=2.1"
},
"require-dev": {
"doctrine/mongodb-odm-bundle": "*"
},
"autoload": {
"psr-0": { "Vlabs\\MediaBundle": "" }
},
"target-dir": "Vlabs/MediaBundle"
}