forked from thrace-project/media-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·42 lines (42 loc) · 1.34 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
{
"name": "thrace-project/media-bundle",
"description": "The `ThraceMediaBundle` handles file, video, audio and image upload plus some image manipulations.",
"keywords": ["thrace", "media", "upload", "symfony", "plupload", "crop", "jwplayer"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Nikolay Georgiev",
"email": "symfonist@gmail.com"
}
],
"extra": {
"branch-alias": {
"dev-master": "1.0.*-dev"
}
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"symfony/form": "~2.3",
"symfony/validator": "~2.3",
"symfony/twig-bundle": "2.*"
},
"require-dev": {
"thrace/component-bundle": "*",
"phpunit/phpunit": "3.7.*@dev",
"phpunit/php-code-coverage": "1.2.*@dev",
"symfony/doctrine-bridge": "~2.3",
"doctrine/orm": "2.*",
"doctrine/doctrine-bundle": "1.*",
"knplabs/gaufrette": "dev-master",
"knplabs/knp-gaufrette-bundle": "dev-master",
"liip/imagine-bundle": "dev-master",
"mikey179/vfsStream": "dev-master"
},
"autoload": {
"psr-0": { "Thrace\\MediaBundle": "" }
},
"target-dir": "Thrace/MediaBundle"
}