google-api-php-client
google-api-php-client copied to clipboard
class Google\AuthHandler\Guzzle5AuthHandler is using classes removed from Google\Auth namespace
These classes have been removed from https://github.com/googleapis/google-auth-library-php from version v1.19.0 https://github.com/googleapis/google-auth-library-php/releases/tag/v1.19.0
https://github.com/googleapis/google-api-php-client/blob/a9a27c25d625a95133f790f3b4a1036ad5b4e9eb/src/AuthHandler/Guzzle5AuthHandler.php#L8 https://github.com/googleapis/google-api-php-client/blob/a9a27c25d625a95133f790f3b4a1036ad5b4e9eb/src/AuthHandler/Guzzle5AuthHandler.php#L9 https://github.com/googleapis/google-api-php-client/blob/a9a27c25d625a95133f790f3b4a1036ad5b4e9eb/src/AuthHandler/Guzzle5AuthHandler.php#L10
This library still allows for older versions of google/auth which rely on these classes. We could update the minimum required version of google/auth to v1.19 and remove these classes.