The module is updated using composer require 'drupal/layout_builder_kit:^1.0@beta' , and receive the following error message.
Problem 1
- drupal/layout_builder_kit 1.0.0-beta1 requires drupal/core ^8 -> found drupal/core[8.0.0, ..., 8.9.20] but the package is fixed to 9.3.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.
- drupal/layout_builder_kit[1.0.0-beta2, ..., 1.0.0-beta4] require drupal/default_content ^1.0 -> found drupal/default_content[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.
- drupal/layout_builder_kit 1.0.0-beta5 requires drupal/default_content ^2 -> found drupal/default_content[dev-2.0.x, 2.0.0-alpha1, 2.0.x-dev (alias of dev-2.0.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/layout_builder_kit ^1.0@beta -> satisfiable by drupal/layout_builder_kit[1.0.0-beta1, ..., 1.0.0-beta5].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Comments
Comment #2
lliu commentedThe issue is resolved after switching hook event dispatch version 3.1 back to 2.5.