Closed bencorlett closed 3 years ago
Hi, I have this issue yesterday and tested this PR. Seems to be a good solution.
Have the same issue, tested this PR and it solves the problem as well
@masakik and @hawkinbj thank you both for testing! Incoming release.
function is deprecated and removed in Guzzle 7.2
This is not true. Guzzle follows semantic versioning.
@GrahamCampbell if you would like, feel welcome to submit a PR
The
GuzzleHttp\Psr7\uri_for
function is deprecated and removed in Guzzle 7.2. Where availableGuzzleHttp\Psr7\Utils::uriFor
is used instead.Given we support Guzzle 6 and 7, both the method and function call are required to be supported.
Fixes #134.