Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with guzzle package used. #51

Open
arasub opened this issue Sep 2, 2016 · 2 comments
Open

issue with guzzle package used. #51

arasub opened this issue Sep 2, 2016 · 2 comments

Comments

@arasub
Copy link

arasub commented Sep 2, 2016

sites/all/modules/contrib/amazons3$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)

  • Installing guzzle/guzzle (v3.9.3)
    Downloading: 100%
  • Removing aws/aws-sdk-php (2.8.5-p1)
  • Installing aws/aws-sdk-php (2.8.0)
    Downloading: 100%

guzzle/guzzle suggests installing guzzlehttp/guzzle (Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated.)
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.

@mayday6971
Copy link

mayday6971 commented Nov 3, 2016

When running a composer install, the following is shown:

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

Can we get this updated to the new standard please?

Thanks!

@mayday6971
Copy link

Just to be clear on this issue, the problem is the reliance on an older version of the aws/aws-sdk-php composer package.

https://github.com/aws/aws-sdk-php/blob/master/composer.json

You can see they have adapted to the new versions and there is also a new doctrine/cache package. Can we get this module updated to look at the new version of the awes/aws-sdk-php package?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants