如何在安装composer时解决此警告?
Some settings on your machine may cause stability issues with Composer.
If you encounter issues, try to change the following:
The xdebug extension is loaded, this can slow down Composer a little.
Disabling it when using Composer is recommended.
答案 0 :(得分:0)
您可以通过在php.ini
中为您的Composer运行禁用PHP扩展xdebug来消除此消息。
引用: