From 594fd2daed88ad939acf727467e8a4f4d3511f95 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Fri, 20 Dec 2013 07:30:23 -0500 Subject: [PATCH] fixed composer.json. --- extensions/yii/bootstrap/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/yii/bootstrap/composer.json b/extensions/yii/bootstrap/composer.json index 32e9681..3e6031e 100644 --- a/extensions/yii/bootstrap/composer.json +++ b/extensions/yii/bootstrap/composer.json @@ -19,7 +19,7 @@ ], "require": { "yiisoft/yii2": "*", - "twbs/bootstrap": "v3.0.*" + "twbs/bootstrap": "3.0.*" }, "autoload": { "psr-0": { "yii\\bootstrap\\": "" }