4
當我運行composer update
時,在繼續更新之前,出現以下警告。在作曲家中設置「config.fxp-asset.installer-paths」選項
The "extra.asset-installer-paths" option is deprecated, use the "config.fxp-asset.installer-paths" option
哪裏/如何更改這些設置?
當我運行composer update
時,在繼續更新之前,出現以下警告。在作曲家中設置「config.fxp-asset.installer-paths」選項
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"
}
},
}