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

@ -74,14 +74,14 @@ class Config
*
* @var string
*/
public $avconv = 'vendor/bin/ffmpeg';
public $avconv = '/usr/bin/ffmpeg';
/**
* Path to the directory that contains the phantomjs binary.
*
* @var string
*/
public $phantomjsDir = 'vendor/bin/';
public $phantomjsDir = '/usr/bin/';
/**
* Disable URL rewriting.