Stop installing ffmpeg and phantomjs with Composer

It is convenient but this a the job of the OS package manager
This commit is contained in:
Pierre Rudloff 2020-06-22 23:16:42 +02:00
parent a518e3b7b3
commit f90a08e89c
4 changed files with 5 additions and 75 deletions

View file

@ -23,13 +23,13 @@ convertAdvanced: false
convertAdvancedFormats: [mp3, avi, flv, wav]
# Path to your avconv or ffmpeg binary
avconv: vendor/bin/ffmpeg
avconv: /usr/bin/ffmpeg
# avconv/ffmpeg logging level.
avconvVerbosity: error
# Path to the directory that contains the phantomjs binary.
phantomjsDir: vendor/bin/
phantomjsDir: /usr/bin/
# True to disable URL rewriting
uglyUrls: false