Problem requiring module via composer with Drupal 9.2.6

Created on 14 October 2021, over 2 years ago
Updated 6 July 2023, 12 months ago

Problem/Motivation

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].

Steps to reproduce

Require module in a Drupal 9.2.6 project: composer require -W drupal/computed_breadcrumbs

Proposed resolution

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.**

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States z3cka

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024