build(composer): Upgrade ffmpeg to 4.1.4
This commit is contained in:
parent
fd38ddfb48
commit
33aff18eec
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
"squizlabs/php_codesniffer": "~3.4.0",
|
||||
"phpunit/phpunit": "~6.5.2",
|
||||
"doctrine/instantiator": "~1.0.0",
|
||||
"ffmpeg/ffmpeg": "4.0.3",
|
||||
"ffmpeg/ffmpeg": "^4.1",
|
||||
"rg3/youtube-dl": "^2019.09",
|
||||
"heroku/heroku-buildpack-php": "*",
|
||||
"anam/phantomjs-linux-x86-binary": "~2.1.1",
|
||||
|
@ -53,9 +53,9 @@
|
|||
"type": "package",
|
||||
"package": {
|
||||
"name": "ffmpeg/ffmpeg",
|
||||
"version": "4.0.3",
|
||||
"version": "4.1.4",
|
||||
"dist": {
|
||||
"url": "https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.0.3-64bit-static.tar.xz",
|
||||
"url": "https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.1.4-amd64-static.tar.xz",
|
||||
"type": "xz"
|
||||
},
|
||||
"bin": [
|
||||
|
|
6
composer.lock
generated
6
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "415963c8d85d3112b4f568f718652022",
|
||||
"content-hash": "e0b21647fe89408b93d7778c1f034c64",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aura/session",
|
||||
|
@ -1493,10 +1493,10 @@
|
|||
},
|
||||
{
|
||||
"name": "ffmpeg/ffmpeg",
|
||||
"version": "4.0.3",
|
||||
"version": "4.1.4",
|
||||
"dist": {
|
||||
"type": "xz",
|
||||
"url": "https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.0.3-64bit-static.tar.xz"
|
||||
"url": "https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.1.4-amd64-static.tar.xz"
|
||||
},
|
||||
"bin": [
|
||||
"ffmpeg"
|
||||
|
|
Loading…
Reference in a new issue