From 7f7b6728831f40ac55ffe7bf66721dcb07d67fdc Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Thu, 26 Feb 2015 04:22:25 +0300 Subject: [PATCH] Fixed swiftmailer extension composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 409c710..c20a84f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "yiisoft/yii2": "*", + "yiisoft/yii2": "~2.0.0", "swiftmailer/swiftmailer": "*" }, "autoload": {