Use Symfony Mailer instead of SwiftMailer because they killed the latter for no reason.

This commit is contained in:
flash 2022-02-15 22:14:38 +00:00
parent f9181fc6f9
commit 2c57107eb9
5 changed files with 608 additions and 153 deletions

View file

@ -1,12 +1,12 @@
{
"require": {
"twig/twig": "^3.0",
"swiftmailer/swiftmailer": "~6.0",
"erusev/parsedown": "~1.6",
"geoip2/geoip2": "~2.0",
"jublonet/codebird-php": "^3.1",
"chillerlan/php-qrcode": "^3.0",
"whichbrowser/parser": "^2.0"
"whichbrowser/parser": "^2.0",
"symfony/mailer": "^6.0"
},
"autoload": {
"classmap": [