Rackspace open cloud library Guzzle error

328 views Asked by At

I am using OpenCloud library for Rackspace cloud files. Is there any updated library to use for Rackspace cloud files?

The current library works OK but gives the following error on composer:

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

I see, they have also mentioned to use OpneStack library but I do not know how it will be implemented with Rackspace. Can anyone please share an example?

Thanks

1

There are 1 answers

3
Yvan Watchman On

Try changing the dependency line guzzle/guzzle to guzzle/guzzlehttp in the composer.json file and run composer update.