- Issue created by @zaryab_drupal
- Merge request !10Issue #2986255 by manish-31: While replacing a taxonomy term the module is... → (Open) created by zaryab_drupal
- 🇮🇳India anmolgoyal74
MR need to be updated. It has extra changes from #2986255.
Try to install in Drupal version 10 and see below error.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/cleantaxonomy * -> satisfiable by drupal/cleantaxonomy[1.0.0].
- drupal/cleantaxonomy 1.0.0 requires drupal/core ~8.0 -> found drupal/core[8.0.0, ..., 8.9.20] but the package is fixed to 10.1.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require drupal/cleantaxonomy:*" to figure out if any version is installable, or "composer require drupal/cleantaxonomy:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Update php version in composer.json to >=8
Active
2.0
Code
MR need to be updated. It has extra changes from #2986255.