Skip to content

Commit 6a46c0e

Browse files
committed
fix contracts constraint
1 parent b740fb5 commit 6a46c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)