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:
parent
a518e3b7b3
commit
f90a08e89c
4 changed files with 5 additions and 75 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue