From c2dd16f28eb0736f4101fbf48f03f94033f0a47c Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 5 Sep 2016 14:00:56 +0200 Subject: [PATCH] update composer.json contraints avoid unbound constraints yiisoft/yii2#12154 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e7479a9..af955d0 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "yiisoft/yii2": ">=2.0.4", + "yiisoft/yii2": "~2.0.4", "swiftmailer/swiftmailer": "~5.0" }, "autoload": {