Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong version constraint for Guzzle dependency in composer.json #2543

Closed
p-golovin opened this issue Jan 3, 2024 · 2 comments
Closed

Wrong version constraint for Guzzle dependency in composer.json #2543

p-golovin opened this issue Jan 3, 2024 · 2 comments

Comments

@p-golovin
Copy link

Looks that "guzzlehttp/guzzle": "~6.5.8||~7.4.5" is not correct, because ~7.4.5 is equal to >=7.4.5 and <7.5.0, but the current actual version is 7.8.1.

I think it must be changed to "guzzlehttp/guzzle": "^6.5.8||^7.4.5"

@p-golovin
Copy link
Author

Create PR #2544

@bshaffer
Copy link
Contributor

bshaffer commented Jan 4, 2024

@bshaffer bshaffer closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants