Use Symfony Mailer instead of SwiftMailer because they killed the latter for no reason.
This commit is contained in:
parent
f9181fc6f9
commit
2c57107eb9
5 changed files with 608 additions and 153 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue