Upgrade Guzzle to latest version

Created on 15 February 2017, over 7 years ago
Updated 27 April 2023, about 1 year ago

This module becomes unusable when other modules that require the latest guzzlehttp version are installed. Is it possible to have the latest version of guzzle added to prevent conflicts?

5.3.1 is out of date 6.x is the latest.
https://github.com/guzzle/guzzle

composer.json

{
  "require": {
    "guzzlehttp/guzzle": "~5.3.1"
  }
}
✨ Feature request
Status

Needs review

Version

3.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡¨πŸ‡­Switzerland Berdir Switzerland

    At first glance it looks like there aren't that many changes required, the main issue is that all options have been renamed, so we can just define them twice.

    Also, the changed composer.json means that anyone will be updated to version 5 when the do composer update unless another module depends on version 5.

Production build 0.69.0 2024