当我运行composer update
时,在它继续更新之前收到以下警告。
The "extra.asset-installer-paths" option is deprecated, use the "config.fxp-asset.installer-paths" option
在哪里/如何更改这些设置?
将extra.asset-installer-paths
部分替换为:
"config": {
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
}
请参阅为资产安装定义自定义目录