From 145235ffad542c7cf9a2736e9d119471fab9dbf9 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 5 Sep 2016 12:55:27 +0200 Subject: [PATCH] update composer.json contraints avoid unbound constraints https://github.com/yiisoft/yii2/issues/12154 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5faca27..da2c19f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "yiisoft/yii2": ">=2.0.6", + "yiisoft/yii2": "~2.0.6", "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*" }, "autoload": {