Skip to content

Commit 4756880

Browse files
authored
Merge pull request #503 from linawolf/bugfix-require-http-client
[BUGFIX] Require symfony/http-client directly in the guides
2 parents 1044fa9 + 4270ce4 commit 4756880

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)