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
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue