thephpleague / flysystem-rackspace

Flysystem Adapter for Rackspace
37 stars 28 forks source link

Package guzzle/guzzle is abandoned #23

Open ghost opened 6 years ago

ghost commented 6 years ago

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

Composer spits out this warning in every single composer command I use... Perhaps consider an update within this library?

Sander-Toonen commented 6 years ago

This library does not use guzzle/guzzle, but depends on rackspace/php-opencloud which requires guzzle/guzzle. This library however is not going to switch over to guzzlehttp/guzzle. (https://github.com/rackspace/php-opencloud/issues/701) It is advised to switch over to php-opencloud/openstack instead.

amosfolz commented 5 years ago

Are there any plans to switch to php-opencloud/openstack?

dsas commented 5 years ago

This is essentially a duplicate of #11