Deps update (fixes #41)

This commit is contained in:
Pierre Rudloff 2015-12-09 10:42:10 +01:00
parent 651ab412a7
commit c96cbad874
2 changed files with 16 additions and 13 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.12.06",
"slim/slim": "~2.6.2", "slim/slim": "~2.6.2",
"slim/views": "~0.1.3" "slim/views": "~0.1.3"
}, },
@ -25,11 +25,11 @@
"type": "package", "type": "package",
"package": { "package": {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2015.10.24", "version": "2015.12.06",
"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.12.06"
} }
} }
} }

23
composer.lock generated
View file

@ -4,16 +4,16 @@
"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": "a3bd183ffb07dc7dd09cf58f9b44f849", "hash": "ddee3cb49e77224263b84bcdab2a5cef",
"content-hash": "171a72e54b647ef8b67a785971c887fa", "content-hash": "edd3cd78a8d70a2c889bf867d611c950",
"packages": [ "packages": [
{ {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2015.10.24", "version": "2015.12.06",
"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.12.06"
}, },
"type": "library" "type": "library"
}, },
@ -175,16 +175,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v2.7.6", "version": "v2.7.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "eb033050050916b6bfa51be71009ef67b16046c9" "reference": "72bcb27411780eaee9469729aace73c0d46fb2b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/eb033050050916b6bfa51be71009ef67b16046c9", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/72bcb27411780eaee9469729aace73c0d46fb2b8",
"reference": "eb033050050916b6bfa51be71009ef67b16046c9", "reference": "72bcb27411780eaee9469729aace73c0d46fb2b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -205,7 +205,10 @@
], ],
"psr-4": { "psr-4": {
"Symfony\\Component\\VarDumper\\": "" "Symfony\\Component\\VarDumper\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -227,7 +230,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2015-10-25 17:17:38" "time": "2015-11-18 13:41:01"
} }
], ],
"aliases": [], "aliases": [],