Update youtube-dl

This commit is contained in:
Pierre Rudloff 2015-11-15 11:44:40 +01:00
parent 4b127599da
commit 2da11e3cf2
2 changed files with 14 additions and 12 deletions

View file

@ -6,7 +6,7 @@
"type": "project", "type": "project",
"require": { "require": {
"smarty/smarty": "~3.1", "smarty/smarty": "~3.1",
"rg3/youtube-dl": "2015.10.24", "rg3/youtube-dl": "~2015.11.13",
"slim/slim": "~2.6.2", "slim/slim": "~2.6.2",
"slim/views": "~0.1.3", "slim/views": "~0.1.3",
"rudloff/smarty-plugin-noscheme": "~0.1.0", "rudloff/smarty-plugin-noscheme": "~0.1.0",
@ -27,11 +27,11 @@
"type": "package", "type": "package",
"package": { "package": {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2015.10.24", "version": "2015.11.13",
"source": { "source": {
"url": "https://github.com/rg3/youtube-dl.git", "url": "https://github.com/rg3/youtube-dl.git",
"type": "git", "type": "git",
"reference": "2015.10.24" "reference": "2015.11.13"
} }
} }
} }

20
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": "a7e5944a818030d017d39d13b9ec0ffd", "hash": "9e5e7fd038b781a2e3d8225c106c4cf8",
"content-hash": "2d61af9410d3e5f69fa0d6a956210a83", "content-hash": "f12c36b7fa62650562772e94d85a1a8a",
"packages": [ "packages": [
{ {
"name": "jeremykendall/php-domain-parser", "name": "jeremykendall/php-domain-parser",
@ -71,16 +71,16 @@
}, },
{ {
"name": "league/uri", "name": "league/uri",
"version": "4.0.0", "version": "4.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri.git", "url": "https://github.com/thephpleague/uri.git",
"reference": "a22120c5937814dbadaffccef32bf11040f46c0b" "reference": "671150fbd1d4120746195d6bec1aa78b95b14104"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/a22120c5937814dbadaffccef32bf11040f46c0b", "url": "https://api.github.com/repos/thephpleague/uri/zipball/671150fbd1d4120746195d6bec1aa78b95b14104",
"reference": "a22120c5937814dbadaffccef32bf11040f46c0b", "reference": "671150fbd1d4120746195d6bec1aa78b95b14104",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -121,6 +121,8 @@
"description": "URI manipulation library", "description": "URI manipulation library",
"homepage": "http://url.thephpleague.com", "homepage": "http://url.thephpleague.com",
"keywords": [ "keywords": [
"data",
"data-uri",
"ftp", "ftp",
"http", "http",
"parse_url", "parse_url",
@ -130,7 +132,7 @@
"url", "url",
"ws" "ws"
], ],
"time": "2015-09-23 11:09:45" "time": "2015-11-03 07:54:30"
}, },
{ {
"name": "psr/http-message", "name": "psr/http-message",
@ -183,11 +185,11 @@
}, },
{ {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2015.10.24", "version": "2015.11.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rg3/youtube-dl.git", "url": "https://github.com/rg3/youtube-dl.git",
"reference": "2015.10.24" "reference": "2015.11.13"
}, },
"type": "library" "type": "library"
}, },