Merge branch 'develop' of github.com:Rudloff/alltube into develop

This commit is contained in:
Pierre Rudloff 2019-10-01 22:17:53 +02:00
commit f063f2ead4
2 changed files with 17 additions and 18 deletions

View File

@ -22,10 +22,9 @@
"symfony/var-dumper": "~3.4.1", "symfony/var-dumper": "~3.4.1",
"squizlabs/php_codesniffer": "~3.4.0", "squizlabs/php_codesniffer": "~3.4.0",
"phpunit/phpunit": "~6.5.2", "phpunit/phpunit": "~6.5.2",
"doctrine/instantiator": "~1.0.0", "ffmpeg/ffmpeg": "^4.1",
"ffmpeg/ffmpeg": "4.0.3", "rg3/youtube-dl": "^2019.09",
"rg3/youtube-dl": "2019.09.12.1", "heroku/heroku-buildpack-php": "^162.0",
"heroku/heroku-buildpack-php": "*",
"anam/phantomjs-linux-x86-binary": "~2.1.1", "anam/phantomjs-linux-x86-binary": "~2.1.1",
"phpstan/phpstan": "~0.9.2", "phpstan/phpstan": "~0.9.2",
"roave/security-advisories": "dev-master" "roave/security-advisories": "dev-master"
@ -42,10 +41,10 @@
"type": "package", "type": "package",
"package": { "package": {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2019.09.12.1", "version": "2019.09.28",
"dist": { "dist": {
"type": "zip", "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"
} }
} }
}, },
@ -53,9 +52,9 @@
"type": "package", "type": "package",
"package": { "package": {
"name": "ffmpeg/ffmpeg", "name": "ffmpeg/ffmpeg",
"version": "4.0.3", "version": "4.1.4",
"dist": { "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" "type": "xz"
}, },
"bin": [ "bin": [

20
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "fa44824cd5988d0f0ed0cc3b68461702", "content-hash": "33493e464172695368aaecf1f8e4e563",
"packages": [ "packages": [
{ {
"name": "aura/session", "name": "aura/session",
@ -1493,10 +1493,10 @@
}, },
{ {
"name": "ffmpeg/ffmpeg", "name": "ffmpeg/ffmpeg",
"version": "4.0.3", "version": "4.1.4",
"dist": { "dist": {
"type": "xz", "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": [ "bin": [
"ffmpeg" "ffmpeg"
@ -1505,16 +1505,16 @@
}, },
{ {
"name": "heroku/heroku-buildpack-php", "name": "heroku/heroku-buildpack-php",
"version": "v158", "version": "v162",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/heroku/heroku-buildpack-php.git", "url": "https://github.com/heroku/heroku-buildpack-php.git",
"reference": "26be51dee125027ac81bac756c3f27279623912d" "reference": "343fa959d4c195beb7febe1996340624baf713b9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/26be51dee125027ac81bac756c3f27279623912d", "url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/343fa959d4c195beb7febe1996340624baf713b9",
"reference": "26be51dee125027ac81bac756c3f27279623912d", "reference": "343fa959d4c195beb7febe1996340624baf713b9",
"shasum": "" "shasum": ""
}, },
"bin": [ "bin": [
@ -1545,7 +1545,7 @@
"nginx", "nginx",
"php" "php"
], ],
"time": "2019-07-04T10:43:37+00:00" "time": "2019-09-27T22:17:17+00:00"
}, },
{ {
"name": "jean85/pretty-package-versions", "name": "jean85/pretty-package-versions",
@ -3046,10 +3046,10 @@
}, },
{ {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2019.09.12.1", "version": "2019.09.28",
"dist": { "dist": {
"type": "zip", "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" "type": "library"
}, },