From fd38ddfb48fe3da8a54c8d2377f7abe8c8ef4208 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 30 Sep 2019 23:59:30 +0200 Subject: [PATCH] build(composer): Upgrade youtube-dl to 2019.09.28 --- composer.json | 6 +++--- composer.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index ad09708..34168ec 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "phpunit/phpunit": "~6.5.2", "doctrine/instantiator": "~1.0.0", "ffmpeg/ffmpeg": "4.0.3", - "rg3/youtube-dl": "2019.09.12.1", + "rg3/youtube-dl": "^2019.09", "heroku/heroku-buildpack-php": "*", "anam/phantomjs-linux-x86-binary": "~2.1.1", "phpstan/phpstan": "~0.9.2", @@ -42,10 +42,10 @@ "type": "package", "package": { "name": "rg3/youtube-dl", - "version": "2019.09.12.1", + "version": "2019.09.28", "dist": { "type": "zip", - "url": "https://github.com/rg3/youtube-dl/archive/2019.09.12.1.zip" + "url": "https://github.com/rg3/youtube-dl/archive/2019.09.28.zip" } } }, diff --git a/composer.lock b/composer.lock index ce9bc8f..5224daa 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "fa44824cd5988d0f0ed0cc3b68461702", + "content-hash": "415963c8d85d3112b4f568f718652022", "packages": [ { "name": "aura/session", @@ -3046,10 +3046,10 @@ }, { "name": "rg3/youtube-dl", - "version": "2019.09.12.1", + "version": "2019.09.28", "dist": { "type": "zip", - "url": "https://github.com/rg3/youtube-dl/archive/2019.09.12.1.zip" + "url": "https://github.com/rg3/youtube-dl/archive/2019.09.28.zip" }, "type": "library" },