Skip to content

Commit

Permalink
minor #54451 [HttpClient]  fix contracts constraint (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xabbuh committed Apr 1, 2024
2 parents 9821d5c + 8b4521a commit 91d708f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/HttpClient/composer.json
Expand Up @@ -25,8 +25,8 @@
"php": ">=8.1",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-client-contracts": "^3",
"symfony/service-contracts": "^2.5.3|^3.4.2"
"symfony/http-client-contracts": "^3.4.1",
"symfony/service-contracts": "^2.5|^3"
},
"require-dev": {
"amphp/amp": "^2.5",
Expand Down

0 comments on commit 91d708f

Please sign in to comment.