Removed Swiftmailer dependency (#264)

This commit is contained in:
Lucas Bartholemy 2022-06-17 17:46:18 +02:00 committed by GitHub
parent 6720c62f68
commit 24d97b99f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@
"php": ">=7.4.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap4": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"yiisoft/yii2-symfonymailer": "~2.0.3"
},
"require-dev": {

View File

@ -17,6 +17,7 @@ return [
'db' => $db,
'mailer' => [
'useFileTransport' => true,
'messageClass' => 'yii\symfonymailer\Message'
],
'assetManager' => [
'basePath' => __DIR__ . '/../web/assets',