ffmpeg and youtube-dl should be dev dependencies as they can be installed from elsewhere

This commit is contained in:
Pierre Rudloff 2016-10-18 09:17:16 +02:00
parent eedaa338a9
commit 0d2d1cd548
3 changed files with 30 additions and 30 deletions

View file

@ -6,20 +6,20 @@
"type": "project",
"require": {
"smarty/smarty": "~3.1.29",
"rg3/youtube-dl": "~2016.09.08",
"slim/slim": "~3.5.0",
"mathmarques/smarty-view": "~1.1.0",
"symfony/yaml": "~3.1.0",
"symfony/process": "~3.1.0",
"ptachoire/process-builder-chain": "~1.2.0",
"ffmpeg/ffmpeg": "dev-release",
"rudloff/smarty-plugin-noscheme": "~0.1.0",
"rudloff/rtmpdump-bin": "~2.3"
},
"require-dev": {
"symfony/var-dumper": "~3.1.0",
"squizlabs/php_codesniffer": "~2.7.0",
"phpunit/phpunit": "~5.5.2"
"phpunit/phpunit": "~5.5.2",
"ffmpeg/ffmpeg": "dev-release",
"rg3/youtube-dl": "~2016.09.08"
},
"extra": {
"paas": {