Download ffmpeg over HTTPS

This commit is contained in:
Pierre Rudloff 2017-03-02 23:10:02 +01:00
parent 15cea297d8
commit c9341acfb9
2 changed files with 3 additions and 6 deletions

View file

@ -50,7 +50,7 @@
"name": "ffmpeg/ffmpeg",
"version": "dev-release",
"dist": {
"url": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
"url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
"type": "xz"
},
"bin": [
@ -79,9 +79,6 @@
"Alltube\\Controller\\": "controllers/"
}
},
"config": {
"secure-http": false
},
"scripts": {
"compile": "composer install --dev"
}