File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 "role" : " Developer"
1414 }
1515 ],
16- "version" : " 3.1.0" ,
1716 "require" : {
1817 "php" : " ^7.4 || ^8.0" ,
1918 "yiisoft/yii2" : " ~2.0.0" ,
2019
21- "npm-asset/materializecss--materialize" : " 1.1.0"
20+ "npm-asset/materializecss--materialize" : " 1.1.0" ,
21+ "npm-asset/material-icons" : " *"
2222 },
2323 "autoload" : {
2424 "psr-4" : {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class MaterializeAsset extends AssetBundle
2020 /**
2121 * @var string the directory that contains the source asset files for this asset bundle.
2222 */
23- public $ sourcePath = '@bower/ materialize/dist ' ;
23+ public $ sourcePath = '@npm/materializecss-- materialize/dist ' ;
2424
2525 /**
2626 * @var array list of CSS files that this bundle contains.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class MaterializePluginAsset extends AssetBundle
2020 /**
2121 * @var string the directory that contains the source asset files for this asset bundle.
2222 */
23- public $ sourcePath = '@bower/ materialize/dist ' ;
23+ public $ sourcePath = '@npm/materializecss-- materialize/dist ' ;
2424
2525 /**
2626 * @var array list of JS files that this bundle contains.
You can’t perform that action at this time.
0 commit comments