- Issue created by @shafiqhossain
- Status changed to Closed: outdated
19 days ago 11:54pm 18 May 2025 - πΊπΈUnited States jcandan
The
composer.libraries.json
file has been removed in π Doesn't work with multiple phone fields Needs work .
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
The composer.libraries.json
file has been removed in
π
Doesn't work with multiple phone fields
Needs work
.