flysystem-azure-blob-storage icon indicating copy to clipboard operation
flysystem-azure-blob-storage copied to clipboard

Support guzzlehttp/psr7 v2

Open brandonkelly opened this issue 4 years ago • 2 comments

This PR adds compatibility with guzzlehttp/psr7 v2, resolving conflicts with other packages that require it for Guzzle 7 + PHP 8 compatibility.

The only breaking change this package was affected by was the removal of GuzzleHttp\Psr7\stream_for, which had been deprecated/replaced by GuzzleHttp\Psr7\Utils::streamFor() in v1.7. So I’ve also bumped the minimum v1 requirement to ^1.7, and started calling the new method instead.

brandonkelly avatar Sep 15 '21 18:09 brandonkelly

Is it possible to merge this fix into v1 branch as a new version so that it can allow for psr7 v2?

dawb avatar Jan 22 '23 23:01 dawb

Please merge this 🙌

karensg avatar Mar 06 '23 14:03 karensg