From 6cdf2bc5a0e5cee14d2407c5853a16268b9d4271 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 5 Sep 2016 14:47:44 +0200 Subject: [PATCH] updated version constraint in extension template avoid unbound constraints yiisoft/yii2#12154 --- composer.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index d459e63..e31abe0 100644 --- a/composer.json +++ b/composer.json @@ -15,16 +15,17 @@ "minimum-stability": "dev", "require": { "php": ">=5.4.0", - "yiisoft/yii2": ">=2.0.5", - "yiisoft/yii2-bootstrap": "*", - "yiisoft/yii2-swiftmailer": "*" + "yiisoft/yii2": "~2.0.5", + "yiisoft/yii2-bootstrap": "~2.0.0", + "yiisoft/yii2-swiftmailer": "~2.0.0" }, "require-dev": { + "yiisoft/yii2-debug": "~2.0.0", + "yiisoft/yii2-gii": "~2.0.0", + "yiisoft/yii2-faker": "~2.0.0", + "codeception/base": "^2.2.3", "codeception/verify": "~0.3.1", - "yiisoft/yii2-debug": "*", - "yiisoft/yii2-gii": "*", - "yiisoft/yii2-faker": "*", "codeception/specify": "~0.4.3" }, "config": {