Deps update

This commit is contained in:
Pierre Rudloff 2016-02-20 12:18:28 +01:00
parent 8a5b9a179b
commit 0acb7bab24
2 changed files with 14 additions and 15 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.02.01", "rg3/youtube-dl": "2016.02.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": "2016.02.01", "version": "2016.02.13",
"source": { "source": {
"url": "https://github.com/rg3/youtube-dl.git", "url": "https://github.com/rg3/youtube-dl.git",
"type": "git", "type": "git",
"reference": "2016.02.01" "reference": "2016.02.13"
} }
} }
}, { }, {

23
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": "85c7efc400ab64f09501a7c6737493bf", "hash": "62a165fbf5c81c67023d447d89c61e6d",
"content-hash": "25903adcac9a1c8b291f19f671f940bf", "content-hash": "da0a4f9673993c5180676befd77c0bc2",
"packages": [ "packages": [
{ {
"name": "ffmpeg/ffmpeg", "name": "ffmpeg/ffmpeg",
@ -85,16 +85,16 @@
}, },
{ {
"name": "league/uri", "name": "league/uri",
"version": "4.0.1", "version": "4.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri.git", "url": "https://github.com/thephpleague/uri.git",
"reference": "671150fbd1d4120746195d6bec1aa78b95b14104" "reference": "a4f0ea3323745214c955af2f6451d7743f30a076"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/671150fbd1d4120746195d6bec1aa78b95b14104", "url": "https://api.github.com/repos/thephpleague/uri/zipball/a4f0ea3323745214c955af2f6451d7743f30a076",
"reference": "671150fbd1d4120746195d6bec1aa78b95b14104", "reference": "a4f0ea3323745214c955af2f6451d7743f30a076",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -112,7 +112,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.0-dev" "dev-master": "4.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -128,8 +128,7 @@
{ {
"name": "Ignace Nyamagana Butera", "name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com", "email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/", "homepage": "https://nyamsprod.com"
"role": "Developer"
} }
], ],
"description": "URI manipulation library", "description": "URI manipulation library",
@ -146,7 +145,7 @@
"url", "url",
"ws" "ws"
], ],
"time": "2015-11-03 07:54:30" "time": "2016-02-18 14:46:01"
}, },
{ {
"name": "psr/http-message", "name": "psr/http-message",
@ -199,11 +198,11 @@
}, },
{ {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2016.02.01", "version": "2016.02.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rg3/youtube-dl.git", "url": "https://github.com/rg3/youtube-dl.git",
"reference": "2016.02.01" "reference": "2016.02.13"
}, },
"type": "library" "type": "library"
}, },