Add Symfony dependencies: http-client and mailgun-mailer

- Updated `composer.json` and `composer.lock` to include `symfony/http-client` and `symfony/mailgun-mailer` for enhanced HTTP and mail functionality.
This commit is contained in:
HolgerHatGarKeineNode
2025-11-24 00:50:58 +01:00
parent d656811456
commit 23becb255b
2 changed files with 250 additions and 1 deletions

View File

@@ -38,6 +38,8 @@
"staudenmeir/eloquent-has-many-deep": "^1.21",
"stefro/laravel-lang-country": "^4.1",
"swentel/nostr-php": "^1.9",
"symfony/http-client": "^7.3",
"symfony/mailgun-mailer": "^7.3",
"woodsandwalker/laravel-countries": "^1.5"
},
"require-dev": {