• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question How to disable PHP Composer in Customer Panel?

tanasis

Regular Pleskian
Server operating system version
AlmaLinux 8.9
Plesk version and microupdate number
Version 18.0.57 Update #2
Hello,
Is there any way to disable PHP Composer in Customer Panel?

image4107.jpg


Thank you
 
As this is an extension, it cannot be disabled for individual subscriptions. But you can blacklist the extension in general if you don't want to use it. To do so, add or edit the "extensions" setting to the panel.ini file:

[extensions]
blacklist = composer
 
Back
Top