我正在使用Rackspace云文件的OpenCloud库。是否有用于Rackspace云文件的更新库?
当前库工作正常,但在composer上显示以下错误:
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
我明白了,他们也提到了使用OpneStack库,但我不知道它将如何在Rackspace中实现。有人能分享一个例子吗?
谢谢
发布于 2018-02-02 19:41:04
尝试在composer.json文件中将依赖行guzzle/guzzle更改为guzzle/guzzlehttp,然后运行composer update。
guzzle/guzzle
guzzle/guzzlehttp
https://stackoverflow.com/questions/48581828
相似问题