-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathcomposer.json
26 lines (26 loc) · 895 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
{
"name": "pulse00/ffmpeg-bundle",
"type": "symfony-bundle",
"description": "Symfony bundle to provide PHP-FFmpeg as a Symfony service (https://github.com/alchemy-fr/PHP-FFmpeg)",
"keywords": ["multimedia", "video processing", "video", "audio processing", "audio", "avconv", "ffmpeg", "avprobe", "ffprobe"],
"license": "MIT",
"authors": [
{
"name": "Robert Gruendler",
"email": "[email protected]"
}
],
"require": {
"php": "^5.3.9 || ^7.0",
"php-ffmpeg/php-ffmpeg": "^0.5 || ^0.6",
"symfony/dependency-injection": "^2.3 || ^3.0",
"symfony/framework-bundle": "^2.3 || ^3.0"
},
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "~0.7",
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-4": { "Dubture\\FFmpegBundle\\": "" }
}
}