当更新 composer guzzle abandoned 错误时
when update composer guzzle abandoned error
作曲家更新时出现此错误
Package guzzle/guzzle is abandoned, you should avoid using it.
Use guzzlehttp/guzzle instead.
我该如何解决?
如果安装了一个你没有明确要求的包,你可以使用 Composer 的 why-not
命令来检查为什么安装这个包:
composer why guzzle/guzzle
这条消息不是错误
尝试
composer update
composer why guzzle/guzzle
作曲家更新时出现此错误
Package guzzle/guzzle is abandoned, you should avoid using it.
Use guzzlehttp/guzzle instead.
我该如何解决?
如果安装了一个你没有明确要求的包,你可以使用 Composer 的 why-not
命令来检查为什么安装这个包:
composer why guzzle/guzzle
这条消息不是错误
尝试
composer update
composer why guzzle/guzzle