kamermans / guzzle-oauth2-subscriber

OAuth 2.0 Client for Guzzle 4, 5, 6 and 7 with PHP 5.4 - PHP 8.0 - no more dependency hell!
MIT License
140 stars 31 forks source link

fix: remove getConfig() call in Guzzle 6+ #47

Closed kamermans closed 1 year ago

kamermans commented 1 year ago

Remove calls to GuzzleHttp\Client::getConfig() for Guzzle 6+. Fixes: #29