silverstripe 安装错误 "silverstripe/vendor-plugin 1.3.1 requires composer-plugin-api ^1.1 -> no matching package found"
silverstripe installation error "silverstripe/vendor-plugin 1.3.1 requires composer-plugin-api ^1.1 -> no matching package found"
我正在尝试安装 silverstripe,但出现以下错误。
无法将您的要求解析为一组可安装的软件包。
问题 1
- silverstripe/vendor-plugin 1.3.1 需要 composer-plugin-api ^1.1 -> 找不到匹配的包。
- silverstripe/vendor-plugin 1.3.1 需要 composer-plugin-api ^1.1 -> 找不到匹配的包。
- silverstripe/vendor-plugin 1.3.1 的安装请求 -> silverstripe/vendor-plugin[1.3.1].
可满足
请帮忙解决
很可能您使用的是旧版本的 composer。
更新作曲家并重试:
composer selfupdate
composer install
我正在尝试安装 silverstripe,但出现以下错误。 无法将您的要求解析为一组可安装的软件包。
问题 1 - silverstripe/vendor-plugin 1.3.1 需要 composer-plugin-api ^1.1 -> 找不到匹配的包。 - silverstripe/vendor-plugin 1.3.1 需要 composer-plugin-api ^1.1 -> 找不到匹配的包。 - silverstripe/vendor-plugin 1.3.1 的安装请求 -> silverstripe/vendor-plugin[1.3.1].
可满足请帮忙解决
很可能您使用的是旧版本的 composer。
更新作曲家并重试:
composer selfupdate
composer install