forked from pulse00/ffmpeg-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (25 loc) · 722 Bytes
/
composer.json
File metadata and controls
26 lines (25 loc) · 722 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": "sujayjaju/ffmpeg-bundle",
"description": "Symfony bundle to provide PHP-FFmpeg (https://github.com/PHP-FFmpeg/PHP-FFmpeg) as a Symfony service",
"keywords": ["ffmpeg", "multimedia","php-ffmpeg"],
"license": "MIT",
"type": "symfony-bundle",
"require": {
"php-ffmpeg/php-ffmpeg": "0.6.*@dev"
},
"minimum-stability": "dev",
"authors": [
{
"name": "Robert Gruendler",
"email": "r.gruendler@gmail.com"
},
{
"name": "Sujay Jaju",
"email": "sujay.jaju@gmail.com"
}
],
"autoload": {
"psr-0": { "sujayjaju\\FFmpegBundle": "" }
},
"target-dir": "sujayjaju/FFmpegBundle"
}