Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated Guzzle function call.
The `GuzzleHttp\Psr7\uri_for` function is deprecated and removed in Guzzle 7.2. Where available `GuzzleHttp\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.
- Loading branch information