- Issue created by @filipetakanap
- πΊπΈUnited States phenaproxima Massachusetts
If Composer can't be found in the PATH of the web server user, then it won't be detectable.
You could probably solve this by running the following Drush command:
drush cset package_manager.settings executables.composer /usr/lib64/plesk-9.0/composer.phar
.Or, if you don't have Drush, add this to settings.php:
$config['package_manager.settings']['executables']['composer'] = '/usr/lib64/plesk-9.0/composer.phar';
- Status changed to Closed: works as designed
over 1 year ago 5:46pm 8 December 2023 - πΊπΈUnited States phenaproxima Massachusetts
Closing this; the solution I offered in #2 should work, to the best of my knowledge, and I didn't hear back in this issue.