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",
"require": {
"smarty/smarty": "~3.1",
"rg3/youtube-dl": "2015.10.24",
"rg3/youtube-dl": "2015.12.06",
"slim/slim": "~2.6.2",
"slim/views": "~0.1.3"
},
@ -25,11 +25,11 @@
"type": "package",
"package": {
"name": "rg3/youtube-dl",
"version": "2015.10.24",
"version": "2015.12.06",
"source": {
"url": "https://github.com/rg3/youtube-dl.git",
"type": "git",
"reference": "2015.10.24"
"reference": "2015.12.06"
}
}
}