-
-
Notifications
You must be signed in to change notification settings - Fork 45
Loosened requirement for psr/http-message - ^1.0|^2.0 #107
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
Conversation
composer.json
Outdated
@@ -18,7 +18,7 @@ | |||
], | |||
"require": { | |||
"php": ">=8.0", | |||
"psr/http-message": "~1.0" | |||
"psr/http-message": "^1.1|^2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will increase the minimum as well as the maximum, this should probably be ^1.0
to ensure full backwards compatibility
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done. feel free to squash, I did this using Github so I was not able to rebase.
@mad-briller not sure what is wrong with the CI but I suppose it is not related to this PR, is it? |
Yes, that's right. Some tests are flaky so I did rerun the CI and they're passed. 👌 |
I noticed that https://github.com/ackintosh/ganesha/actions/runs/5901311195/job/16038538654?pr=107#step:5:53
|
I have updated guzzle (in require-dev) and confirmed that:
|
Thanks for the effort :) |
This PR has been released as v3.1.2. 🎉 https://github.com/ackintosh/ganesha/releases/tag/3.1.2 @Rastusik Thanks for your contribution! @mad-briller Thanks for your review! |
This PR was created according to #106