requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.3.0] but it does not match the constraint.
或者
The Windows OneDrive folder is not supported on PHP versions below 7.2.23 and 7.3.10.
Upgrade your PHP (7.3.4) to use this location with Composer.
解决:composer降级执行
#1、查询当前composer版本
composer --version
#2、执行降级
composer self-update --1
#3、查看降级后版本
composer --version