youtube-dl update

This commit is contained in:
Pierre Rudloff 2016-09-09 00:03:47 +02:00
parent f338b47bd2
commit fcfd64db4d
2 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
"type": "project", "type": "project",
"require": { "require": {
"smarty/smarty": "~3.1.29", "smarty/smarty": "~3.1.29",
"rg3/youtube-dl": "~2016.08.12", "rg3/youtube-dl": "~2016.09.08",
"slim/slim": "~3.5.0", "slim/slim": "~3.5.0",
"mathmarques/smarty-view": "~1.1.0", "mathmarques/smarty-view": "~1.1.0",
"symfony/yaml": "~3.1.0", "symfony/yaml": "~3.1.0",
@ -33,11 +33,11 @@
"type": "package", "type": "package",
"package": { "package": {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2016.08.12", "version": "2016.09.08",
"source": { "source": {
"url": "https://github.com/rg3/youtube-dl.git", "url": "https://github.com/rg3/youtube-dl.git",
"type": "git", "type": "git",
"reference": "2016.08.12" "reference": "2016.09.08"
} }
} }
}, },

8
composer.lock generated
View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "85ec531cf9a73084ab531e5b781f8844", "hash": "a0f80c6bc52ec374622802fb83f64122",
"content-hash": "054a8bdbb08cfac744d4b28965fb6f17", "content-hash": "8d944e2e3dfabcc3c311c954932321f1",
"packages": [ "packages": [
{ {
"name": "container-interop/container-interop", "name": "container-interop/container-interop",
@ -401,11 +401,11 @@
}, },
{ {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2016.08.12", "version": "2016.09.08",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rg3/youtube-dl.git", "url": "https://github.com/rg3/youtube-dl.git",
"reference": "2016.08.12" "reference": "2016.09.08"
}, },
"type": "library" "type": "library"
}, },