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
I'm not sure where to mention this, but google-api-php-client-2.22 (the latest I think) still fails with the 'count()' error discussed in guzzle/guzzle#1956 when using PHP Version 7.2.8.
See: guzzle/guzzle#1956
Guzzle needs to be version >=6.3 to avoid error in PHP7.2
Don't know if you can just update composer.json to say "guzzlehttp/guzzle": "~6.0" or if other code needs updating.
The text was updated successfully, but these errors were encountered: