From cab046bddcac9cf179fbcbe48ab62aa512f088ad Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Tue, 24 Mar 2015 13:41:29 +0200 Subject: [PATCH] `swiftmailer` version locked on '~5.4' --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 409c710..6cd09cc 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "yiisoft/yii2": "*", - "swiftmailer/swiftmailer": "*" + "swiftmailer/swiftmailer": "~5.4" }, "autoload": { "psr-4": { "yii\\swiftmailer\\": "" }