build(composer): Upgrade youtube-dl to 2019.06.21

This commit is contained in:
Pierre Rudloff 2019-06-21 20:57:09 +02:00
parent f6dad71596
commit 7c3ca7c152
2 changed files with 7 additions and 11 deletions

View file

@ -23,7 +23,7 @@
"phpunit/phpunit": "~6.5.2",
"doctrine/instantiator": "~1.0.0",
"ffmpeg/ffmpeg": "4.0.3",
"rg3/youtube-dl": "2019.06.08",
"rg3/youtube-dl": "2019.06.21",
"heroku/heroku-buildpack-php": "*",
"anam/phantomjs-linux-x86-binary": "~2.1.1",
"phpstan/phpstan": "~0.9.2"
@ -40,10 +40,10 @@
"type": "package",
"package": {
"name": "rg3/youtube-dl",
"version": "2019.06.08",
"version": "2019.06.21",
"dist": {
"type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2019.06.08.zip"
"url": "https://github.com/rg3/youtube-dl/archive/2019.06.21.zip"
}
}
},