issue: https://github.com/composer/composer/issues/8726

出现类似以下错误的时候,需要降级进行安装

 require composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.

降级安装composer

composer self-update --1

降级后如果想退回到高版本,根据提示还可以执行以下命令:

Use composer self-update --rollback to return to version 2.0.14

标签: none

添加新评论