Skip to content

Commit 00c4108

Browse files
committed
Fix min symfony/http-client version to improve tests
1 parent 552c26f commit 00c4108

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
@@ -39,7 +39,7 @@
3939
"spiral/roadrunner-kv": "^4.2",
4040
"spiral/roadrunner-worker": "^3.5",
4141
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
42-
"symfony/http-client": "^5.4 || ^6.0 || ^7.0",
42+
"symfony/http-client": "^5.4.3 || ^6.0.3 || ^7.0",
4343
"symfony/process": "^5.4 || ^6.0 || ^7.0"
4444
},
4545
"autoload": {

0 commit comments

Comments
 (0)