From 513e2643c38273d98f980fd21c37819c02c4e374 Mon Sep 17 00:00:00 2001 From: Andrii Vasyliev Date: Thu, 20 Sep 2018 12:14:53 +0300 Subject: [PATCH] Change yii2 version constraint to allow use with older versions (#70) Like it is done in `yii2-twig` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 40bd970..3f92972 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "yiisoft/yii2": "~2.0.4", + "yiisoft/yii2": ">=2.0.4", "swiftmailer/swiftmailer": "~6.0" }, "repositories": [