Skip to content

Commit

Permalink
Add missing dependency symfony/http-client
Browse files Browse the repository at this point in the history
The new invite client uses the Symfony http client.
But this was not listed as an explicit dependency, so it only worked in non-prod mode where it came along with other dev deps.
  • Loading branch information
johanib committed Nov 26, 2024
1 parent 01618d2 commit 6b0eb1a
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 172 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"symfony/flex": "^2.4.7",
"symfony/form": "^6.4.13",
"symfony/framework-bundle": "^6.4.13",
"symfony/http-client": "6.4.*",
"symfony/mailer": "^6.4.13",
"symfony/monolog-bundle": "^3.10.0",
"symfony/polyfill-apcu": "^1.31",
Expand Down
344 changes: 172 additions & 172 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b0eb1a

Please sign in to comment.