Browse Source

install bootstrap 3.1 by default but allow 3.0.x

tags/2.0.0-rc
Carsten Brandt 11 years ago
parent
commit
5c3383ed92
  1. 2
      composer.json

2
composer.json

@ -19,7 +19,7 @@
], ],
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"twbs/bootstrap": "3.1.*" "twbs/bootstrap": "3.1.* | 3.0.*"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

Loading…
Cancel
Save