You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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"toguzzlehttp/psr7": "^1.4.2|^2.0