From 6699ce788aca3d678dae4857788cd34e16f05de0 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 3 Nov 2017 01:38:39 +0300 Subject: [PATCH] release version 2.0.13 --- assets/AppAsset.php | 2 ++ composer.json | 2 +- widgets/Alert.php | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/AppAsset.php b/assets/AppAsset.php index 0e495a8..47932b1 100644 --- a/assets/AppAsset.php +++ b/assets/AppAsset.php @@ -10,6 +10,8 @@ namespace app\assets; use yii\web\AssetBundle; /** + * Main application asset bundle. + * * @author Qiang Xue * @since 2.0 */ diff --git a/composer.json b/composer.json index 39af5d6..ea0991a 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", diff --git a/widgets/Alert.php b/widgets/Alert.php index cd85bd5..ae6c1d8 100644 --- a/widgets/Alert.php +++ b/widgets/Alert.php @@ -43,6 +43,7 @@ class Alert extends \yii\bootstrap\Widget */ public $closeButton = []; + /** * {@inheritdoc} */