Problem/Motivation
The module is currently not compatible with Drupal 11. The core_version_requirement needs to be updated and any deprecated code must be resolved to ensure the module works on the latest major version.
Steps to reproduce
- Attempt to install the module on a Drupal 11 environment.
- Run the
upgrade_statusmodule analysis on the codebase.
Proposed resolution
- Update
http_auth.info.ymlto allow Drupal 10 and 11 (^10 || ^11) and remove the deprecatedcore: 8.xkey. - Fix YAML syntax by adding quotes to strings.
- Resolve any remaining PHP/Drupal deprecations across the module files.
Remaining tasks
Code review and merge.
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork http_auth-3579726
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:
Comments
Comment #3
ion.eftodii commentedComment #4
ion.eftodii commented