Drupal 11 version requires Drupal 10 version of menu_item_extras

Created on 19 February 2025, 3 months ago

Problem/Motivation

If I do run

composer require 'drupal/group_content_menu_bundles:^1.0@alpha'

Then I do see this error:

Problem 1
- Root composer.json requires drupal/group_content_menu_bundles ^1.0@alpha -> satisfiable by drupal/group_content_menu_bundles[1.0.0-alpha1, 1.0.0-alpha2, 1.0.0-alpha3, 1.0.0-alpha4].
- drupal/group_content_menu_bundles[1.0.0-alpha1, ..., 1.0.0-alpha3] require drupal/group_content_menu 3.0.x-dev -> found drupal/group_content_menu[dev-3.0.x, 3.0.x-dev (alias of dev-3.0.x)] but the package is fixed to 3.0.5 (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/group_content_menu_bundles 1.0.0-alpha4 requires drupal/menu_item_extras ^2.19 -> satisfiable by drupal/menu_item_extras[2.19.0, 2.x-dev].
- drupal/menu_item_extras[2.19.0, ..., 2.x-dev] require drupal/core ^9.4 || ^10.0 -> found drupal/core[9.4.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev] but the package is fixed to 11.1.1 (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.

The error occurs, because group_content_menu_bundles requires version 2.19.0 of the menu_item_extras module. This module version does not support Drupal 11.

Steps to reproduce

Just run

composer require 'drupal/group_content_menu_bundles:^1.0@alpha'

Proposed resolution

Require the latest stable version of menu_item_extras. Currently version 3.1.0. This version supports Drupal 11.

๐Ÿ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

๐Ÿ‡ฉ๐Ÿ‡ชGermany Peter Majmesku ๐Ÿ‡ฉ๐Ÿ‡ชDรผsseldorf

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024