ffmpeg-mappable-media/composer.json

30 lines
791 B
JSON
Raw Normal View History

2012-04-13 10:20:54 +02:00
{
"name": "php-ffmpeg/php-ffmpeg",
"type": "library",
2012-05-11 00:36:57 +02:00
"description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
"keywords": ["video processing", "video", "audio processing", "audio", "avconv", "ffmpeg", "avprobe", "ffprobe"],
2012-04-13 10:20:54 +02:00
"license": "MIT",
"authors": [
{
"name": "Romain Neutron",
"email": "imprec@gmail.com",
"homepage": "http://www.lickmychip.com/"
2012-04-13 15:48:47 +02:00
},
{
"name": "Phraseanet Team",
"email": "info@alchemy.fr",
"homepage": "http://www.phraseanet.com/"
2012-04-13 10:20:54 +02:00
}
],
"require": {
2012-04-27 00:15:42 +02:00
"php": ">=5.3.2",
2012-04-13 10:20:54 +02:00
"symfony/process": ">2.0",
2012-04-23 13:32:14 +02:00
"monolog/monolog": "1.0.*"
2012-04-13 10:20:54 +02:00
},
"autoload": {
"psr-0": {
"FFMpeg": "src"
}
}
}