Skip to content

Commit 6b89def

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: fix contracts constraint
2 parents d5b2c35 + 6e70473 commit 6b89def

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
@@ -24,8 +24,8 @@
2424
"require": {
2525
"php": ">=8.2",
2626
"psr/log": "^1|^2|^3",
27-
"symfony/http-client-contracts": "^3",
28-
"symfony/service-contracts": "^2.5.3|^3.4.2"
27+
"symfony/http-client-contracts": "^3.4.1",
28+
"symfony/service-contracts": "^2.5|^3"
2929
},
3030
"require-dev": {
3131
"amphp/amp": "^2.5",

0 commit comments

Comments
 (0)