Skip to content

Commit 91d708f

Browse files
committed
minor symfony#54451 [HttpClient]  fix contracts constraint (xabbuh)
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 symfony#54400, a95835f and 9821d5c Commits ------- 8b4521a fix contracts constraint
2 parents 9821d5c + 8b4521a commit 91d708f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpClient/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"php": ">=8.1",
2626
"psr/log": "^1|^2|^3",
2727
"symfony/deprecation-contracts": "^2.5|^3",
28-
"symfony/http-client-contracts": "^3",
29-
"symfony/service-contracts": "^2.5.3|^3.4.2"
28+
"symfony/http-client-contracts": "^3.4.1",
29+
"symfony/service-contracts": "^2.5|^3"
3030
},
3131
"require-dev": {
3232
"amphp/amp": "^2.5",

0 commit comments

Comments
 (0)