We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f0de8 commit c09527aCopy full SHA for c09527a
ChosenBootstrapAsset.php
@@ -20,7 +20,7 @@ class ChosenBootstrapAsset extends AssetBundle
20
public $sourcePath = '@bower/bootstrap4c-chosen';
21
22
public $css = [
23
- 'component-chosen.min.css',
+ 'dist/css/component-chosen.min.css',
24
];
25
26
public $depends = [
composer.json
@@ -13,7 +13,8 @@
13
],
14
"require": {
15
"yiisoft/yii2": "*",
16
- "bower-asset/bootstrap4c-chosen": "1.1.*"
+ "bower-asset/bootstrap4c-chosen": "1.1.*",
17
+ "bower-asset/chosen": "1.2.*"
18
},
19
"autoload": {
"psr-4": {
0 commit comments