f0rtem
New Pleskian
- Server operating system version
- centos-7.9-x86_64
- Plesk version and microupdate number
- Plesk Obsidian Web Admin Edition 18.0.51 Update #1
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:
Then I go to Websites & Domains > PHP Composer > Scan. Simply nothing happens. I tried restarting the server, but it doesn't help. Maybe someone is facing the same issue and could give me advice on what I can do about it?
PHP Version: 8.2.4.
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:
JSON:
{
"require": {
"php": ">=7.0",
"ffmpeg-php/ffmpeg-php": "^0.14.0"
},
"config": {
"allow-plugins": {
"plesk/composer-command-info": true
}
}
}
Then I go to Websites & Domains > PHP Composer > Scan. Simply nothing happens. I tried restarting the server, but it doesn't help. Maybe someone is facing the same issue and could give me advice on what I can do about it?
PHP Version: 8.2.4.