ffmpeg-mappable-media/composer.json

43 lines
1.1 KiB
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": {
2013-02-07 11:16:28 +01:00
"php" : ">=5.3.3",
"symfony/process" : "~2.0",
"monolog/monolog" : "~1.0"
2012-04-13 10:20:54 +02:00
},
2012-10-30 23:52:10 +01:00
"suggest": {
2012-10-30 23:54:44 +01: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-02-07 11:16:28 +01:00
"sami/sami" : "dev-master",
"silex/silex" : "dev-master",
"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"
}
2012-10-31 00:08:06 +01:00
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
2012-10-31 00:07:15 +01:00
}
2012-04-13 10:20:54 +02:00
}