Skip to content

Commit c09527a

Browse files
author
kv4nt
committed
change css path and update requirements
1 parent 85f0de8 commit c09527a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChosenBootstrapAsset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ChosenBootstrapAsset extends AssetBundle
2020
public $sourcePath = '@bower/bootstrap4c-chosen';
2121

2222
public $css = [
23-
'component-chosen.min.css',
23+
'dist/css/component-chosen.min.css',
2424
];
2525

2626
public $depends = [

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"require": {
1515
"yiisoft/yii2": "*",
16-
"bower-asset/bootstrap4c-chosen": "1.1.*"
16+
"bower-asset/bootstrap4c-chosen": "1.1.*",
17+
"bower-asset/chosen": "1.2.*"
1718
},
1819
"autoload": {
1920
"psr-4": {

0 commit comments

Comments
 (0)