This repository was archived by the owner on Apr 14, 2024. It is now read-only.
This repository was archived by the owner on Apr 14, 2024. It is now read-only.
Allow "guzzlhttp/psr7": "^2" #28
Closed
Description
Current Behavior
I have deprecation warnings because guzzlhttp/psr7 (a dependency of this project) is still in v1. I would like to use v2, but the version constraints don't allow this.
Possible Solution
Loosen the requirements from "guzzlehttp/psr7": "^1.4.2"
to guzzlehttp/psr7": "^1.4.2|^2.0
Metadata
Metadata
Assignees
Labels
No labels