- Issue created by @carma03
Despite the module is compatible with Drupal 11 as per core_version_requirement: ^8.8 || ^9 || ^10 || ^11
into menu_markup.info.yml
file, when I try to install the module on a fresh Drupal 11 installation using the composer
command composer require 'drupal/menu_markup:^1.3'
, the following error is thrown:
Problem 1
- Root composer.json requires drupal/menu_markup ^1.3 -> satisfiable by drupal/menu_markup[1.3.0].
- drupal/menu_markup 1.3.0 requires drupal/core ^8.8 || ^9 || ^10 -> found drupal/core[8.8.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.1] but the package is fixed to 11.1.7 (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.
composer require 'drupal/menu_markup:^1.3'
Add Drupal 11 core requirement into the composer.json
file.
No
No
No
Active
10.0
Code