- π¬π§United Kingdom Eli-T Manchester
Moving to Fixed as merged and new release issued last year.
Automatically closed - issue fixed for 2 weeks with no activity.
When downloading this module with composer require -W drupal/computed_breadcrumbs
in a Drupal 9.2.6 project I get the following error:
Your requirements could not be resolved to an installable set of packages. 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 it conflicts with your root composer.json require (^9.1). - Root composer.json requires drupal/computed_breadcrumbs ^1.0@beta -> satisfiable by drupal/computed_breadcrumbs[1.0.0-beta1, ..., 1.0.0-beta7].
Require module in a Drupal 9.2.6 project: composer require -W drupal/computed_breadcrumbs
Change core_version_requirement
in computed_breadcrumbs.info.yml
from:
core_version_requirement: ^8.8 || 9
to:
core_version_requirement: ^8.8 || ^9
**Patch coming shortly.**
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Moving to Fixed as merged and new release issued last year.
Automatically closed - issue fixed for 2 weeks with no activity.