When I run a composer update
I get the following warning before it proceeds with the update.
The "extra.asset-installer-paths" option is deprecated, use the "config.fxp-asset.installer-paths" option
Where/how can I change these settings?
Replace the extra.asset-installer-paths
section with:
"config": {
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
}
See Define a custom directory for the assets installation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With