forked from symfony-cmf/media-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.4 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "symfony-cmf/media-bundle",
"type": "symfony-bundle",
"description": "Symfony CMF Media Bundle",
"keywords": ["Symfony CMF", "image", "media"],
"homepage": "http://cmf.symfony.com",
"license": "MIT",
"authors": [
{
"name": "Symfony CMF Community",
"homepage": "https://github.com/symfony-cmf/MediaBundle/contributors"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"symfony-cmf/testing": "~1.1",
"jms/serializer-bundle": "~0.12",
"liip/imagine-bundle": "~1.0.4",
"mikey179/vfsStream": "~1.2"
},
"suggest": {
"symfony-cmf/core-bundle": "Simplifies configuration with other CMF bundles, use PHP >=5.3.9 with PHPCR",
"knplabs/gaufrette": "When using the Gaufrette adapter",
"phpcr/phpcr-utils": "When using the Gaufrette adapter",
"jms/serializer-bundle": "When using the serializer handler",
"liip/imagine-bundle": "To integrate with the Imagine library for processing images",
"helios-ag/fm-elfinder-bundle": "When using the elFinder media browser"
},
"autoload": {
"psr-4": {
"Symfony\\Cmf\\Bundle\\MediaBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
}
}