Are you sure they arent just suggestions? Can you show the exact "error" ?
Oct 13, 2020
8
Level 2
Plesk PHP Extensions Missing
Trying to run composer require intervention/image on my Plesk Server and apart from getting the following error Do not run Composer as root/super user! See https://getcomposer.org/root for details , I keep getting errors for missing extensions such as requires phpoffice/phpspreadsheet. After installing an extension I usually get prompted to install another extension and so on.
Level 102
You are supposed to make a working version of composer.json and composer.lock. Then those files go onto your plesk server, where you simply run
composer install
This will install packages based on those files (meaning versions etc will match)
Please or to participate in this conversation.