Declare ffmpeg binary in composer.json

This commit is contained in:
Pierre Rudloff 2015-11-21 20:54:38 +01:00
parent cafb75a9c1
commit c74623a9dd
4 changed files with 11 additions and 5 deletions

7
composer.lock generated
View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "f0413ea9f5a3839553b545d6f8d97a04",
"content-hash": "17101d634f04111528073e6c9e5dcb8c",
"hash": "a4d07c0b568b699f11966a06bb02c01a",
"content-hash": "d44f2b04ee42d003e6c04dbde30106c5",
"packages": [
{
"name": "ffmpeg/ffmpeg",
@ -16,6 +16,9 @@
"reference": null,
"shasum": null
},
"bin": [
"ffmpeg"
],
"type": "library"
},
{