From b4b51a3fb9325bdcc8aadeeba21577a7b40043e0 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 23 Apr 2019 15:06:04 +0300 Subject: [PATCH] Fixed composer.json syntax --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c67bc93..8ffc76d 100644 --- a/composer.json +++ b/composer.json @@ -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|~2.0.7" + "yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0" }, "require-dev": { "yiisoft/yii2-debug": "~2.1.0",