flysystem-azure-blob-storage
flysystem-azure-blob-storage copied to clipboard
Support guzzlehttp/psr7 v2
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.
Is it possible to merge this fix into v1 branch as a new version so that it can allow for psr7 v2?
Please merge this 🙌