Skip to content

Commit 24d97b9

Browse files
authored
Removed Swiftmailer dependency (#264)
1 parent 6720c62 commit 24d97b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"php": ">=7.4.0",
1818
"yiisoft/yii2": "~2.0.14",
1919
"yiisoft/yii2-bootstrap4": "~2.0.0",
20-
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
2120
"yiisoft/yii2-symfonymailer": "~2.0.3"
2221
},
2322
"require-dev": {

config/test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'db' => $db,
1818
'mailer' => [
1919
'useFileTransport' => true,
20+
'messageClass' => 'yii\symfonymailer\Message'
2021
],
2122
'assetManager' => [
2223
'basePath' => __DIR__ . '/../web/assets',

0 commit comments

Comments
 (0)