-
Notifications
You must be signed in to change notification settings - Fork 355
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
aws/aws-sdk-php v~2 dependency #426
Comments
This is now quite important because quite a few packages have upgraded to guzzlehttp/guzzle and now we're getting errors because of classes appearing twice and inconsistencies between those classes. It'd be great to get this dependency updated. |
Actually this appears a bit harder than just updating the composer.json file. rackspace/php-opencloud also includes
but actually, I cannot see a v2 branch for rackspace/php-opencloud. There is this issue: @jamiehannaford may know more about the status of updating php-opencloud to guzzlehttp However, the real solution is to break Gaufrette into multiple packages: Then we could confine this message to the |
👍 |
Is there any special reason why this bundle depends on version 2 of aws/aws-sdk-php.
I'm questioning because the version 2 of aws/aws-sdk-php depends on guzzle/guzzle which is on abandoned project. On the other hand the new versions of aws/aws-sdk-php (3.19.5 atm) depends not on guzzle/guzzle but on guzzlehttp/guzzle.
Can this dependency version be updated?
Thanks,
Eduardo
The text was updated successfully, but these errors were encountered: