-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpClient] stop all server processes after tests have run #54400
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
cd01164
to
36345e0
Compare
@@ -52,7 +52,7 @@ | |||
"minimum-stability": "dev", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-main": "2.5-dev" | |||
"dev-main": "2.6-dev" |
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.
I wouldn't bump here. I think we can ship this as a bugfix.
Thank you @xabbuh. |
@@ -25,7 +25,7 @@ | |||
"php": ">=7.2.5", | |||
"psr/log": "^1|^2|^3", | |||
"symfony/deprecation-contracts": "^2.1|^3", | |||
"symfony/http-client-contracts": "^2.4", | |||
"symfony/http-client-contracts": "^2.6", |
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 should be updated to the next 2.4 I guess?
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.
see a95835f
This PR was merged into the 6.4 branch. Discussion ---------- [HttpClient] fix contracts constraint | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT following #54400, a95835f and 9821d5c Commits ------- 8b4521a fix contracts constraint
spotted while working on #54388