build(composer): Make sure dependencies work with PHP 7.0

Because this is what Debian stable ships
This commit is contained in:
Pierre Rudloff 2019-06-17 23:12:56 +02:00
parent 457fc99f05
commit c232522429
2 changed files with 237 additions and 295 deletions

View file

@ -92,5 +92,10 @@
"xgettext --omit-header -j -o i18n/template.pot classes/* controllers/*"
],
"youtube-dl": "vendor/rg3/youtube-dl/youtube_dl/__main__.py"
},
"config": {
"platform": {
"php": "7.0.33"
}
}
}