Use https://github.com/slimphp/Slim/pull/1872 in order to support popen streams in Slim

This commit is contained in:
Pierre Rudloff 2016-05-25 18:39:48 +02:00
parent fd3aa1d4aa
commit 3370695e9e
3 changed files with 49 additions and 116 deletions

View file

@ -7,15 +7,14 @@
"require": {
"smarty/smarty": "~3.1.29",
"rg3/youtube-dl": "2016.04.13",
"slim/slim": "~3.4.2",
"slim/slim": "1838.x-dev as 3.3.0",
"mathmarques/smarty-view": "~1.1.0",
"symfony/yaml": "~3.0.0",
"symfony/process": "~3.0.0",
"ptachoire/process-builder-chain": "~1.2.0",
"ffmpeg/ffmpeg": "dev-release",
"rudloff/smarty-plugin-noscheme": "~0.1.0",
"rudloff/rtmpdump-bin": "~2.3",
"rudloff/psr7-process-stream": "~0.1.0"
"rudloff/rtmpdump-bin": "~2.3"
},
"require-dev": {
"symfony/var-dumper": "~3.0.0"
@ -51,6 +50,9 @@
"ffmpeg"
]
}
}, {
"type": "vcs",
"url": "https://github.com/llvdl/Slim.git"
}],
"authors": [{
"name": "Pierre Rudloff",