From b90d9987f5e2cf614c104b1a186df2ad91d076e0 Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Tue, 10 Jan 2017 06:46:15 +0100 Subject: [PATCH] updated constraints - namespaced migrations require this Yii2 version - unbound version constraints (*) should be avoided --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 01fd9ec..f3e6cc8 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ ], "require": { "php": ">=5.4.0", - "yiisoft/yii2": "~2.0.0", + "yiisoft/yii2": "^2.0.10", "kartik-v/yii2-widget-fileinput": "~1.0.0", - "himiklab/yii2-colorbox-widget": "*" + "himiklab/yii2-colorbox-widget": "^1.0.3" }, "require-dev": { "phpunit/phpunit": "~4.0",