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": {
|
2013-10-10 13:27:06 +02:00
|
|
|
"php" : ">=5.3.3",
|
|
|
|
|
"alchemy/binary-driver" : "~1.5",
|
|
|
|
|
"doctrine/cache" : "~1.0",
|
2016-03-02 03:18:02 +01:00
|
|
|
"evenement/evenement" : "^2.0|^1.0",
|
2013-10-10 13:27:06 +02:00
|
|
|
"neutron/temporary-filesystem" : "~2.1, >=2.1.1"
|
2012-04-13 10:20:54 +02:00
|
|
|
},
|
2012-10-30 23:52:10 +01:00
|
|
|
"suggest": {
|
2013-06-25 10:03:20 +02:00
|
|
|
"php-ffmpeg/extras" : "A compilation of common audio & video drivers for PHP-FFMpeg"
|
2012-10-30 23:52:10 +01:00
|
|
|
},
|
2012-05-25 15:44:59 +02:00
|
|
|
"require-dev": {
|
2013-06-25 10:08:47 +02:00
|
|
|
"sami/sami" : "~1.0",
|
2013-06-25 10:03:20 +02:00
|
|
|
"silex/silex" : "~1.0",
|
|
|
|
|
"phpunit/phpunit" : "~3.7"
|
2012-05-25 15:44:59 +02:00
|
|
|
},
|
2012-04-13 10:20:54 +02:00
|
|
|
"autoload": {
|
|
|
|
|
"psr-0": {
|
|
|
|
|
"FFMpeg": "src"
|
|
|
|
|
}
|
2013-06-25 21:52:37 +02:00
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
2013-11-26 23:37:53 +01:00
|
|
|
"dev-master": "0.5-dev"
|
2013-06-25 21:52:37 +02:00
|
|
|
}
|
2012-10-31 00:07:15 +01:00
|
|
|
}
|
2012-04-13 10:20:54 +02:00
|
|
|
}
|