What is the difference between drupal-libraries-installer-plugin and Composer Installers?
{
"type": "drupal-library",
"require": {
"composer/installers": "*"
},
"config": {
"installer-paths": {
"your/custom/someotherspecialpath/libraries{$name}/": ["type:drupal-library"]
}
}
}
What is the difference between
drupal-libraries-installer-pluginand Composer Installers?{ "type": "drupal-library", "require": { "composer/installers": "*" }, "config": { "installer-paths": { "your/custom/someotherspecialpath/libraries{$name}/": ["type:drupal-library"] } } }