Use a specific ffmpeg version

This commit is contained in:
Pierre Rudloff 2017-12-23 19:22:50 +01:00
parent c53f5c0b31
commit a72266a19d
2 changed files with 7 additions and 9 deletions

View file

@ -22,7 +22,7 @@
"squizlabs/php_codesniffer": "~3.2.2", "squizlabs/php_codesniffer": "~3.2.2",
"phpunit/phpunit": "~6.5.2", "phpunit/phpunit": "~6.5.2",
"doctrine/instantiator": "~1.0.0", "doctrine/instantiator": "~1.0.0",
"ffmpeg/ffmpeg": "dev-release", "ffmpeg/ffmpeg": "3.4.1",
"rg3/youtube-dl": "2017.12.10", "rg3/youtube-dl": "2017.12.10",
"heroku/heroku-buildpack-php": "*" "heroku/heroku-buildpack-php": "*"
}, },
@ -49,9 +49,9 @@
"type": "package", "type": "package",
"package": { "package": {
"name": "ffmpeg/ffmpeg", "name": "ffmpeg/ffmpeg",
"version": "dev-release", "version": "3.4.1",
"dist": { "dist": {
"url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz", "url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.4.1-64bit-static.tar.xz",
"type": "xz" "type": "xz"
}, },
"bin": [ "bin": [

10
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c67fcb771d11b4f276bd6d5f24660509", "content-hash": "f9b0a5cf05f0e39a11f132701b9a95b4",
"packages": [ "packages": [
{ {
"name": "aura/session", "name": "aura/session",
@ -1343,10 +1343,10 @@
}, },
{ {
"name": "ffmpeg/ffmpeg", "name": "ffmpeg/ffmpeg",
"version": "dev-release", "version": "3.4.1",
"dist": { "dist": {
"type": "xz", "type": "xz",
"url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz", "url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.4.1-64bit-static.tar.xz",
"reference": null, "reference": null,
"shasum": null "shasum": null
}, },
@ -2954,9 +2954,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"ffmpeg/ffmpeg": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],