- Issue created by @santhoshabraham
- πΊπΈUnited States bluegeek9
The authorization module does not support Drupal 11 yet.
- Status changed to Fixed
6 months ago 3:13pm 9 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.
How to fix following error for Drupal 11 upgrade?
PS C:\web\drupal\Drupal11\researchgroup11> ddev composer require drupal/ldap:^4.11 --with-all-dependencies
./composer.json has been updated
Running composer update drupal/ldap --with-all-dependencies
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/authorization 1.0.0 requires drupal/core ^8.7.7 || ^9 || ^10 -> found drupal/core[8.7.7, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.3.2] but these were not loaded, likely because it conflicts with another require.
- drupal/authorization[1.1.0, ..., 1.3.0] require drupal/core ^9 || ^10 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.3.2] but these were not loaded, likely because it conflicts with another require.
- drupal/ldap 4.11.0 requires drupal/authorization ^1.0 -> satisfiable by drupal/authorization[1.0.0, 1.1.0, 1.2.0, 1.3.0].
- Root composer.json requires drupal/ldap ^4.11 -> satisfiable by drupal/ldap[4.11.0].
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Composer [require drupal/ldap:^4.11 --with-all-dependencies] failed, composer command failed: exit status 2. stderr=
Fixed
4.11
Code
The authorization module does not support Drupal 11 yet.
Automatically closed - issue fixed for 2 weeks with no activity.