Hey,
I am trying to install FFMPEG on my server, and I am trying to do that using PHP Composer.
My composer.json file that is in the server's root .composer folder has:
{
"require": {
"php": ">=7.0",
"ffmpeg-php/ffmpeg-php": "^0.14.0"
},
"config": {...