Skip to content

Outdated version of guzzlehttp/guzzle in composer.json #4

@rikgirbes

Description

@rikgirbes

Description:
The php-sdk currently relies on guzzlehttp/guzzle version 6.3, while version 7.9.2 is the latest. This causes dependency issues.

Actions:

  • Upgrade guzzlehttp/guzzle from version 6.3 to 7.9.2.
  • Test the php-sdk functionality after the upgrade.

Impact:
Guzzle 7 includes optimizations and updates that align better with modern PHP versions. A composer update should suffice and not cause any big issues.

Sidenote
Why is guzzle in require-dev in composer.json? If it's used in the package and not just in tests, it should be in require

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions