I tried to install this module for Drupal 11 version.
When I try to install it using
composer require 'drupal/next:^2.0@beta'
it gives this error message:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/next ^2.0@beta -> satisfiable by drupal/next[2.0.0-beta0, 2.0.0-beta1].
- drupal/next 2.0.0-beta0 requires drupal/core ^9 || ^10 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.3.10] but the package is fixed to 11.0.9 (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/simple_oauth[5.2.3, ..., 5.2.5] require drupal/core ^9 || ^10 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.3.10] but the package is fixed to 11.0.9 (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/next 2.0.0-beta1 requires drupal/simple_oauth ^5.0 || ^6.0 -> satisfiable by drupal/simple_oauth[5.0.0, ..., 5.2.5].
- drupal/simple_oauth[5.0.0, ..., 5.2.2] require drupal/core ^8 || ^9 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11] but the package is fixed to 11.0.9 (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.