Fixes #204: Allow using older swiftmailer dependency

This commit is contained in:
Alexander Makarov 2019-04-23 15:02:20 +03:00
parent 6dd4e00ce7
commit 4a41e3f53d
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A

View File

@ -17,7 +17,7 @@
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.1.0"
"yiisoft/yii2-swiftmailer": "~2.1.0|~2.0.7"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",