From c9324fac0053dbafe9f9c3e859ecef312348d88b Mon Sep 17 00:00:00 2001 From: Harry Zheng Date: Thu, 8 Oct 2015 16:55:45 +0800 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 85ff057..e91a9d1 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ } ], "require": { - "yiisoft/yii2": "~2.0.4" + "yiisoft/yii2": ">=2.0.3" }, "autoload": { "psr-4": { "harryzheng0907\\rest\\": "" } } -} \ No newline at end of file +}