Problem/Motivation
The composer.json says that Drupal 11.2 or later is required, but the wa.info.yml says it supports both Drupal 10 and 11.
Proposed resolution
Fix that so that it works with Drupal 10.4 and later as well, and enable pipelines for the previous major too.
Issue fork wa-3559539
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3559539-misconfiguration-of-drupal
changes, plain diff MR !1
Comments
Comment #3
jurgenhaasIt does work with Drupal core 10.4, but it requires version 5 of the
webauthn-liband therefore at least PHP 8.2I've provided an MR that fixes all that. If you could merge that, it would allow me to roll out on all our sites.
Comment #6
mingsongThanks.
The previous major version now is the 10.5 and 10.4 will end of life less than 2 weeks.
Therefore, I update the minimum support version to 10.5
Now, the dev release will support 10.5.
Comment #8
jurgenhaasThank you, this is great.