build(composer): Upgrade ffmpeg/ffmpeg to 4.0.2
4.0 is not available anymore
This commit is contained in:
parent
84452802bf
commit
b25b483d41
2 changed files with 65 additions and 62 deletions
|
@ -22,7 +22,7 @@
|
|||
"squizlabs/php_codesniffer": "~3.2.2",
|
||||
"phpunit/phpunit": "~6.5.2",
|
||||
"doctrine/instantiator": "~1.0.0",
|
||||
"ffmpeg/ffmpeg": "4.0",
|
||||
"ffmpeg/ffmpeg": "4.0.2",
|
||||
"rg3/youtube-dl": "2018.06.02",
|
||||
"heroku/heroku-buildpack-php": "*",
|
||||
"anam/phantomjs-linux-x86-binary": "~2.1.1"
|
||||
|
@ -50,9 +50,9 @@
|
|||
"type": "package",
|
||||
"package": {
|
||||
"name": "ffmpeg/ffmpeg",
|
||||
"version": "4.0",
|
||||
"version": "4.0.2",
|
||||
"dist": {
|
||||
"url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-4.0-64bit-static.tar.xz",
|
||||
"url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-4.0.2-64bit-static.tar.xz",
|
||||
"type": "xz"
|
||||
},
|
||||
"bin": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue