zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

Update OAuth.php #471

Closed RobinBoersma closed 12 months ago

RobinBoersma commented 3 years ago

Deprecated: stream_for will be removed in guzzlehttp/psr7:2.0. Use Utils::streamFor instead. Fixes #470

fabcocco commented 3 years ago

Fine, please merge it!

Gramzivi commented 3 years ago

There is a problem with this commit because it won't work in Guzzle versions from 6.0 to 7.1 as it is written in composer.json, also don't expect merge because this API is not supported anymore https://developer.zendesk.com/documentation/ticketing/api-clients/php/#zendesk-api-client-by-zendesk

ecoologic commented 12 months ago

This solution has already been implemented. Thank you for your contribution.