- Issue created by @shafiqhossain
If you going to set merge-plugin section inside composer for Drupal 10, its not working. If you run composer update, it gives compatibility error.
In the composer.libraries.json update the section
"require": {
"composer/installers": "~1.0"
}
to
"require": {
"composer/installers": "~2.0"
}
Active
2.0
Code