• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Composer problems

Kulturmensch

Regular Pleskian
I managed recently to fall back to composer version 1.X (Igor recipe, other thread) as Plesk updated automaticaly to v. 2.X. But now it happens twice again what has led to the error message:

The "plesk/composer-command-info" plugin (installed globally) was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.

Now I have removed the composer extension of PLESK to manage my apps. via ssh but the error message still remains. How can I get rid of the plesk/composer-command-info" plugin?
 
Have you managed to rid the warning after uninstalling Plesk Composer?
I've ran into the same problem today.
 
Hi, I need to install the Drupal CMS through composer in a subdomain.
I have updated composer to version 2.0 but I can't set the php version to version 7.4.3
From the control panel the php version is 7.4.3. but when I launch (via putty) the composer diagnose command it returns this indication
PHP version: 7.0.33
PHP binary path: /user/bin/php7.0
I have read that I can choose the php version inside the composer.json file and I have entered this line
"config": {
"sort-packages": true,
"platform": {
"php": "7.4"
}
But it does not work
I didn't understand why
 
Back
Top