- Issue created by @hosisam
- 🇬🇧United Kingdom Eli-T Manchester
Suggest this is marked as a duplicate of 📌 Automated Drupal 10 compatibility fixes Fixed and closed.
- Status changed to Closed: duplicate
over 1 year ago 11:41am 7 July 2023
When trying to install the module through composer in a Drupal 10 environment, the following error occurs:
Problem 1
- drupal/computed_breadcrumbs[1.0.0-beta1, ..., 1.0.0-beta7] require drupal/core ^8.8 || 9 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0] but the package is fixed to 10.0.9 (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.
- drupal/computed_breadcrumbs 1.0.0 requires drupal/core ^8.8.0 || ^9.0 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but the package is fixed to 10.0.9 (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.
- Root composer.json requires drupal/computed_breadcrumbs ^1.0@beta -> satisfiable by drupal/computed_breadcrumbs[1.0.0-beta1, ..., 1.0.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Closed: duplicate
1.0
Code
Suggest this is marked as a duplicate of 📌 Automated Drupal 10 compatibility fixes Fixed and closed.