Skip to content

Commit

Permalink
fix contracts constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Apr 1, 2024
1 parent 9821d5c commit 8b4521a
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 8b4521a

Please sign in to comment.