Merge branch 'develop' into feature/stream

Conflicts:
	composer.lock
This commit is contained in:
Pierre Rudloff 2016-07-27 13:21:18 +02:00
commit 29cf3160a0
6 changed files with 22 additions and 16 deletions

View file

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