简体   繁体   中英

when update composer guzzle abandoned error

When composer update this error occur

Package guzzle/guzzle is abandoned, you should avoid using it. 
Use guzzlehttp/guzzle instead.

How can I fix that?

如果安装了一个您没有明确要求的软件包,则可以使用Composer的why-not命令来检查此软件包的安装原因:

composer why guzzle/guzzle

this message is not an error

Try

composer update

composer why guzzle/guzzle

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM