build(composer): Upgrade youtube-dl to 2019.07.02

See #234
This commit is contained in:
Pierre Rudloff 2019-07-04 22:58:03 +02:00
parent 7c3ca7c152
commit 03fe447117
2 changed files with 56 additions and 52 deletions

View File

@ -23,7 +23,7 @@
"phpunit/phpunit": "~6.5.2", "phpunit/phpunit": "~6.5.2",
"doctrine/instantiator": "~1.0.0", "doctrine/instantiator": "~1.0.0",
"ffmpeg/ffmpeg": "4.0.3", "ffmpeg/ffmpeg": "4.0.3",
"rg3/youtube-dl": "2019.06.21", "rg3/youtube-dl": "2019.07.02",
"heroku/heroku-buildpack-php": "*", "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"
@ -40,10 +40,10 @@
"type": "package", "type": "package",
"package": { "package": {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2019.06.21", "version": "2019.07.02",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2019.06.21.zip" "url": "https://github.com/rg3/youtube-dl/archive/2019.07.02.zip"
} }
} }
}, },

102
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": "800ee563789a8ddbd1c3917ec223dd19", "content-hash": "e61271a926e9a1df93f64ed32bc0d9ac",
"packages": [ "packages": [
{ {
"name": "aura/session", "name": "aura/session",
@ -257,33 +257,37 @@
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "1.5.2", "version": "1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "9f83dded91781a01c63574e387eaa769be769115" "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "9f83dded91781a01c63574e387eaa769be769115", "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"psr/http-message": "~1.0", "psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5" "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
}, },
"provide": { "provide": {
"psr/http-message-implementation": "1.0" "psr/http-message-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
}, },
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.5-dev" "dev-master": "1.6-dev"
} }
}, },
"autoload": { "autoload": {
@ -320,7 +324,7 @@
"uri", "uri",
"url" "url"
], ],
"time": "2018-12-04T20:46:45+00:00" "time": "2019-07-01T23:21:34+00:00"
}, },
{ {
"name": "hamcrest/hamcrest-php", "name": "hamcrest/hamcrest-php",
@ -891,24 +895,24 @@
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
"version": "2.0.5", "version": "3.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ralouphie/getallheaders.git", "url": "https://github.com/ralouphie/getallheaders.git",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" "reference": "120b605dfeb996808c31b6477290a714d356e822"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7.0", "php-coveralls/php-coveralls": "^2.1",
"satooshi/php-coveralls": ">=1.0" "phpunit/phpunit": "^5 || ^6.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -927,7 +931,7 @@
} }
], ],
"description": "A polyfill for getallheaders.", "description": "A polyfill for getallheaders.",
"time": "2016-02-11T07:05:27+00:00" "time": "2019-03-08T08:55:37+00:00"
}, },
{ {
"name": "rinvex/countries", "name": "rinvex/countries",
@ -1242,16 +1246,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v3.4.28", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "afe411c2a6084f25cff55a01d0d4e1474c97ff13" "reference": "d129c017e8602507688ef2c3007951a16c1a8407"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/afe411c2a6084f25cff55a01d0d4e1474c97ff13", "url": "https://api.github.com/repos/symfony/process/zipball/d129c017e8602507688ef2c3007951a16c1a8407",
"reference": "afe411c2a6084f25cff55a01d0d4e1474c97ff13", "reference": "d129c017e8602507688ef2c3007951a16c1a8407",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1287,11 +1291,11 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-05-22T12:54:11+00:00" "time": "2019-05-30T15:47:52+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.4.28", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
@ -1501,16 +1505,16 @@
}, },
{ {
"name": "heroku/heroku-buildpack-php", "name": "heroku/heroku-buildpack-php",
"version": "v157", "version": "v158",
"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": "62a691bf5937d35a7236c581734352208037d710" "reference": "26be51dee125027ac81bac756c3f27279623912d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/62a691bf5937d35a7236c581734352208037d710", "url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/26be51dee125027ac81bac756c3f27279623912d",
"reference": "62a691bf5937d35a7236c581734352208037d710", "reference": "26be51dee125027ac81bac756c3f27279623912d",
"shasum": "" "shasum": ""
}, },
"bin": [ "bin": [
@ -1541,7 +1545,7 @@
"nginx", "nginx",
"php" "php"
], ],
"time": "2019-06-13T20:23:59+00:00" "time": "2019-07-04T10:43:37+00:00"
}, },
{ {
"name": "jean85/pretty-package-versions", "name": "jean85/pretty-package-versions",
@ -3042,10 +3046,10 @@
}, },
{ {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2019.06.21", "version": "2019.07.02",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2019.06.21.zip" "url": "https://github.com/rg3/youtube-dl/archive/2019.07.02.zip"
}, },
"type": "library" "type": "library"
}, },
@ -3661,16 +3665,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.4.28", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6" "reference": "c4d2f3529755ffc0be9fb823583b28d8744eeb3d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6", "url": "https://api.github.com/repos/symfony/console/zipball/c4d2f3529755ffc0be9fb823583b28d8744eeb3d",
"reference": "8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6", "reference": "c4d2f3529755ffc0be9fb823583b28d8744eeb3d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3729,20 +3733,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-05-09T08:42:51+00:00" "time": "2019-06-05T11:33:52+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v3.4.28", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "671fc55bd14800668b1d0a3708c3714940e30a8c" "reference": "1172dc1abe44dfadd162239153818b074e6e53bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/671fc55bd14800668b1d0a3708c3714940e30a8c", "url": "https://api.github.com/repos/symfony/debug/zipball/1172dc1abe44dfadd162239153818b074e6e53bf",
"reference": "671fc55bd14800668b1d0a3708c3714940e30a8c", "reference": "1172dc1abe44dfadd162239153818b074e6e53bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3785,20 +3789,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-05-18T13:32:47+00:00" "time": "2019-06-18T21:26:03+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.4.28", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "fa5d962a71f2169dfe1cbae217fa5a2799859f6c" "reference": "5f80266a729e30bbcc37f8bf0e62c3d5a38c8208"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/fa5d962a71f2169dfe1cbae217fa5a2799859f6c", "url": "https://api.github.com/repos/symfony/finder/zipball/5f80266a729e30bbcc37f8bf0e62c3d5a38c8208",
"reference": "fa5d962a71f2169dfe1cbae217fa5a2799859f6c", "reference": "5f80266a729e30bbcc37f8bf0e62c3d5a38c8208",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3834,7 +3838,7 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-05-24T12:25:55+00:00" "time": "2019-05-30T15:47:52+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -3897,16 +3901,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v3.4.28", "version": "v3.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "ca5fef348a0440411bbca0f9ec14e9a11625bd6a" "reference": "7b92618169c44af4bb226f69dbac42b56b1a7745"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/ca5fef348a0440411bbca0f9ec14e9a11625bd6a", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7b92618169c44af4bb226f69dbac42b56b1a7745",
"reference": "ca5fef348a0440411bbca0f9ec14e9a11625bd6a", "reference": "7b92618169c44af4bb226f69dbac42b56b1a7745",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3962,7 +3966,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2019-05-01T09:52:10+00:00" "time": "2019-06-13T16:26:35+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",