From 2ab0180a5912e306c2646829af26957a4746739d Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 12 Oct 2014 13:09:06 -0400 Subject: [PATCH] 2.0.0 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": "*",