Skip to content

Commit 1f4ffc8

Browse files
committed
[BUGFIX] Require symfony/http-client directly in the guides
Otherwise it will be missing when installing the guides via composer
1 parent cfd5bc0 commit 1f4ffc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/guides/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"psr/event-dispatcher": "^1.0",
3131
"symfony/string": "^5.4 || ^6.3",
3232
"symfony/translation-contracts": "^2.1 || ^3.0",
33+
"symfony/http-client": "^5.4.25 || ^6.3",
3334
"twig/twig": "~2.15 || ^3.0",
3435
"webmozart/assert": "^1.11"
3536
},

0 commit comments

Comments
 (0)