Skip to content

Commit f3608d7

Browse files
committed
fix lowest allowed version of the HTTP client contracts
1 parent 99a1741 commit f3608d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": ">=7.2.5",
2525
"psr/log": "^1.0",
26-
"symfony/http-client-contracts": "^2.1.1",
26+
"symfony/http-client-contracts": "^2.2",
2727
"symfony/polyfill-php73": "^1.11",
2828
"symfony/polyfill-php80": "^1.15",
2929
"symfony/service-contracts": "^1.0|^2"

0 commit comments

Comments
 (0)