Attempted to install latest and dev versions of bee_hotel on a new Drupal 11 site with latest recommended commerce 3.0.0 and got the following error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/bee_hotel 2.22.x-dev@dev -> satisfiable by drupal/bee_hotel[2.22.x-dev (alias of dev-2.22.x)].
- drupal/bee_hotel dev-2.22.x requires drupal/commerce ^2.38 -> found drupal/commerce[2.38.0, 2.39.0, 2.40.0] but it conflicts with your root composer.json require (^3.0@beta).
- drupal/bee_hotel 2.22.x-dev is an alias of drupal/bee_hotel dev-2.22.x and thus requires it to be installed too.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Active
2.23
Code