- Issue created by @bhall
- Status changed to Postponed: needs info
over 1 year ago 4:50pm 8 June 2023 - Status changed to Closed: outdated
over 1 year ago 8:40am 12 June 2023
Attempting a composer install of the module results in an error of "Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/captcha_after ^2.0@alpha -> satisfiable by drupal/captcha_after[2.0.0-alpha1].
- drupal/captcha_after 2.0.0-alpha1 requires drupal/core ~8.0 -> found drupal/core[8.0.0, ..., 8.9.20] but the package is fixed to 9.5.3 (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."
The description on the site says 8+. I would read that as 9 is also an acceptable platform.
run "composer require 'drupal/captcha_after:^2.0@alpha'" on Drupal 9.5
If it does work, include 9 in the requires section of the project
If it doesn't work, change the description on the site to works with 8.x.x
Closed: outdated
2.0
Code