- Issue created by @thecrystalcross
- πΊπΈUnited States mortona2k Seattle
The conflict is not with Drupal core, it's with Address ^2.0. I updated the issue.
drupal/contacts 3.0.0 requires drupal/address ~1.6 -> found drupal/address[dev-1.x, 1.6.0, ..., 1.x-dev (alias of dev-1.x)] but it conflicts with your root composer.json require (^2.0)
- Status changed to Needs review
11 months ago 8:51pm 11 March 2024 - πΊπΈUnited States mortona2k Seattle
To test the composer change, you would have to clone the issue fork outside your modules dir, and set up a custom path repository for it in your composer.json. Require the custom package, and it will use the new composer file to download.
What really needs to be checked is compatibility with Address 2.0. You could just clone this module to your modules dir with Address 2.0 installed and see if it works. That would be a big help.