From 71ee8a08a0fbe6856d50075d92a35b10be39ab77 Mon Sep 17 00:00:00 2001 From: Davert Date: Thu, 14 Jul 2016 17:20:08 +0300 Subject: [PATCH] dependencies should be stable --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4ad3787..1631da6 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": ">=2.0.5",