youtube-dl update

This commit is contained in:
Pierre Rudloff 2017-03-08 10:25:28 +01:00
parent c9341acfb9
commit 2eb9b642e7
2 changed files with 13 additions and 13 deletions

View file

@ -21,7 +21,7 @@
"squizlabs/php_codesniffer": "~2.7.0",
"phpunit/phpunit": "~5.7.2",
"ffmpeg/ffmpeg": "dev-release",
"rg3/youtube-dl": "~2017.02.24.1",
"rg3/youtube-dl": "~2017.03.07",
"rudloff/rtmpdump-bin": "~2.3",
"heroku/heroku-buildpack-php": "*"
},
@ -37,10 +37,10 @@
"type": "package",
"package": {
"name": "rg3/youtube-dl",
"version": "2017.02.24.1",
"version": "2017.03.07",
"dist": {
"type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2017.02.24.1.zip"
"url": "https://github.com/rg3/youtube-dl/archive/2017.03.07.zip"
}
}
},

20
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "5ff95adf3751e6b743e5467142b41ce7",
"content-hash": "1ac742cf7c2832a7af628c157ced2dbc",
"packages": [
{
"name": "aura/session",
@ -1730,10 +1730,10 @@
},
{
"name": "rg3/youtube-dl",
"version": "2017.02.24.1",
"version": "2017.03.07",
"dist": {
"type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2017.02.24.1.zip",
"url": "https://github.com/rg3/youtube-dl/archive/2017.03.07.zip",
"reference": null,
"shasum": null
},
@ -1741,23 +1741,23 @@
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.0",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
"reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"shasum": ""
},
"require": {
"php": ">=5.6"
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "~5"
"phpunit/phpunit": "^5.7 || ^6.0"
},
"type": "library",
"extra": {
@ -1782,7 +1782,7 @@
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2016-02-13T06:45:14+00:00"
"time": "2017-03-04T06:30:41+00:00"
},
{
"name": "sebastian/comparator",