Browse Source

Removed unused bower.json files. Adjusted version dependencies.

tags/2.0.0-rc
Qiang Xue 10 years ago
parent
commit
de58cb4070
  1. 20
      bower.json
  2. 2
      composer.json

20
bower.json

@ -1,20 +0,0 @@
{
"name": "yii2-bootstrap",
"version": "2.0.0",
"homepage": "http://www.yiiframework.com/",
"authors": [
"Qiang Xue <qiang.xue@gmail.com>"
],
"description": "The Twitter Bootstrap extension for the Yii framework",
"keywords": [
"yii2",
"bootstrap"
],
"license": "BSD-3-Clause",
"ignore": [
"/*"
],
"dependencies": {
"bootstrap": ">=3.0.0"
}
}

2
composer.json

@ -19,7 +19,7 @@
], ],
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"bower-asset/bootstrap": "3.2.*" "bower-asset/bootstrap": "~3.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

Loading…
Cancel
Save