From c33158dbd705b0ebd3e67b10ccb8efe876280c3e Mon Sep 17 00:00:00 2001 From: Horat1us Date: Fri, 15 Dec 2017 14:59:56 +0200 Subject: [PATCH] Update README.md (#56) Comment describes using 2.0 version, but json contains 2.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0879fcf..bdbdaf4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ to the require section of your composer.json. > PHP 5.4 and higher. Use the following version constraint in that case: > > ```json -> "yiisoft/yii2-swiftmailer": "~2.1.0" +> "yiisoft/yii2-swiftmailer": "~2.0.0" > ``` Usage