You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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