@ -4,7 +4,7 @@ Yii Framework 2 bootstrap extension Change Log
2.0.0-rc under development
--------------------------
- no changes in this release.
- Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
2.0.0-beta April 13, 2014
@ -19,9 +19,11 @@
],
"require": {
"yiisoft/yii2": "*",
"twbs/bootstrap": "3.0.*"
"twbs/bootstrap": "3.1.*"
},
"autoload": {
"psr-4": { "yii\\bootstrap\\": "" }
"psr-4": {
"yii\\bootstrap\\": ""
}