Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependencies: set min version of guzzlehttp/psr7 to 1.5.0
Uri::withQueryValues() has been added in psr7 1.5.0 but our direct dependency http-factory-guzzle is currently set to require ^1.4.2 which could cause issues on some installations. Signed-off-by: Kevin Decherf <[email protected]>
- Loading branch information