Skip to content

Commit d3e5820

Browse files
[HttpClient] fix low-deps
1 parent 0c5353a commit d3e5820

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
@@ -18,12 +18,12 @@
1818
"php-http/async-client-implementation": "*",
1919
"php-http/client-implementation": "*",
2020
"psr/http-client-implementation": "1.0",
21-
"symfony/http-client-implementation": "2.5|3.0"
21+
"symfony/http-client-implementation": "3.0"
2222
},
2323
"require": {
2424
"php": ">=8.0.2",
2525
"psr/log": "^1|^2|^3",
26-
"symfony/http-client-contracts": "^2.5|^3.0",
26+
"symfony/http-client-contracts": "^3.0",
2727
"symfony/service-contracts": "^1.0|^2.0|^3.0"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)