Problem/Motivation
https://www.drupal.org/project/password_policy has dropped support for 3.x and released a 4.x version.
Steps to reproduce
Try to update password_policy is blocked by this module
composer require 'drupal/password_policy:^4.0' -W
Proposed resolution
Add 3 and 4
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork password_strength-3320918
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
joelpittetComment #4
gregglesInteresting. Thanks for filing this.
It seems like maybe the 4.x is a small change from 8.x-3.x so we don't need to worry too much about regressions due to the API changing?
I filed #3321294: 3.x to 4.x migration? to clarify the situation a bit.
Comment #5
joelpittetI think it is very small non api breaking. The service constructor changed one one class but should be safe if not extended or better decorated
Comment #6
puregin commentedThe proposed change enables updating password_policy. I agree that there's little risk of impact. Looks RTBC.
Comment #7
puregin commentedComment #9
gregglesFixed! Thanks.