google-api-php-client icon indicating copy to clipboard operation
google-api-php-client copied to clipboard

class Google\AuthHandler\Guzzle5AuthHandler is using classes removed from Google\Auth namespace

Open samuele-mrapps opened this issue 3 years ago • 1 comments

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

samuele-mrapps avatar May 13 '22 10:05 samuele-mrapps

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.

bshaffer avatar May 31 '22 14:05 bshaffer