8000 [HttpClient] Fix deps=low · symfony/symfony@ed84570 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed84570

Browse files
[HttpClient] Fix deps=low
1 parent dc05831 commit ed84570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpClient/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php": ">=8.1",
2626
"psr/log": "^1|^2|^3",
2727
"symfony/deprecation-contracts": "^2.5|^3",
28-
"symfony/http-client-contracts": "^3.4.3",
28+
"symfony/http-client-contracts": "~3.4.3|^3.5.1",
2929
"symfony/service-contracts": "^2.5|^3"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)
0