From abba09d7e6a656500ae4ce0ef1b1bb22225cd137 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 7 Dec 2014 11:42:41 -0500 Subject: [PATCH] prepare for 2.0.1 release --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 56756ec..faf0732 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "irc": "irc://irc.freenode.net/yii", "source": "https://github.com/yiisoft/yii2" }, - "minimum-stability": "dev", + "minimum-stability": "stable", "require": { "php": ">=5.4.0", "yiisoft/yii2": "*",