googleapis / google-api-php-client

A PHP client library for accessing Google APIs
Apache License 2.0
9.2k stars 3.52k forks source link

Wrong version constraint for Guzzle dependency in composer.json #2543

Closed p-golovin closed 6 months ago

p-golovin commented 6 months ago

Looks that "guzzlehttp/guzzle": "~6.5.8||~7.4.5" is not correct, because ~7.4.5 is equal to >=7.4.5 and <7.5.0, but the current actual version is 7.8.1.

I think it must be changed to "guzzlehttp/guzzle": "^6.5.8||^7.4.5"

p-golovin commented 6 months ago

Create PR #2544

bshaffer commented 6 months ago

fixed in https://github.com/googleapis/google-api-php-client/releases/tag/v2.15.3