We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92688ab commit 6699ce7Copy full SHA for 6699ce7
assets/AppAsset.php
@@ -10,6 +10,8 @@
10
use yii\web\AssetBundle;
11
12
/**
13
+ * Main application asset bundle.
14
+ *
15
* @author Qiang Xue <[email protected]>
16
* @since 2.0
17
*/
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",
18
"yiisoft/yii2": "~2.0.5",
widgets/Alert.php
@@ -43,6 +43,7 @@ class Alert extends \yii\bootstrap\Widget
43
44
public $closeButton = [];
45
46
+
47
48
* {@inheritdoc}
49
0 commit comments