Skip to content

Commit

Permalink
Update to bootstrap 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehran Barzandeh committed May 14, 2020
1 parent d96b248 commit 2c0fea2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DateAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DateAsset extends AssetBundle
];
public $depends = [
'yii\web\JqueryAsset',
'yii\bootstrap\BootstrapPluginAsset',
'yii\bootstrap\BootstrapAsset',
'yii\bootstrap4\BootstrapPluginAsset',
'yii\bootstrap4\BootstrapAsset',
];
}
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"yii2-jalali-datepicker",
"yii2-hijri-datepicker",
"yii2 persian datepicker",
"yii2 persian bootstrap datepicker",
"yii2 persian bootstrap 3 datepicker",
"yii2 persian bootstrap 4 datepicker",
"yii2 jalali bootstrap datepicker",
"yii2 hijri bootstrap datepicker"
],
Expand All @@ -24,6 +25,7 @@
],
"require": {
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-bootstrap4": "^2.0",
"bower-asset/persian-datepicker": "1.2.0"
},
"autoload": {
Expand All @@ -34,10 +36,8 @@
"config": {
"process-timeout": 1800,
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}
"enabled": false
},
"optimize-autoloader": true
},
}

0 comments on commit 2c0fea2

Please sign in to comment.