zendesk / zendesk_api_client_php

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

change stream_for() to Utils::streamFor() to retain Guzzle 7.2 compatibility #469

Closed spencerrlongg closed 2 years ago

spencerrlongg commented 3 years ago

\GuzzleHttp\Psr7\stream_for has been deprecated, GuzzleHttp\Psr7\Utils::streamFor() is the replacement method, and has been replaced below.

https://docs.aws.amazon.com/aws-sdk-php/v3/api/function-GuzzleHttp.Psr7.stream_for.html

mikebrandl commented 3 years ago

We would like this merged in please, seems to fix the issues I was facing.

beebop1032 commented 2 years ago

+1

tsuzukid commented 2 years ago

+1

beebop1032 commented 2 years ago

@thekindofme can you check this ?

Lydnasty commented 2 years ago

+1