-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
28 lines (27 loc) · 909 Bytes
/
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
{
"name": "sujayjaju/video-bundle",
"type": "symfony-bundle",
"description": "Video Bundle adding functiunalities to Sonata media bundle:<br>=> a video provider- handle video upload- re-encode uploaded video to th defined formats - thumbs generation",
"keywords": ["video", "bundle", "media", "ffmpeg", "sonata"],
"homepage": "http://github.com/sujayjaju/MaesboxVideoBundle",
"license": "MIT",
"authors": [
{
"name": "Sujay Jaju ",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"sonata-project/media-bundle": "@stable",
"phansys/getid3": "2.1.*@dev"
},
"require-dev": {
"symfony/framework-bundle": ">=2.1"
},
"autoload": {
"psr-0": { "Maesbox\\VideoBundle": "" }
},
"minimum-stability": "dev",
"target-dir": "Maesbox/VideoBundle"
}