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

Command icon 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

joelpittet created an issue. See original summary.

joelpittet’s picture

Status: Active » Needs review
greggles’s picture

Interesting. 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.

joelpittet’s picture

I 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

puregin’s picture

The proposed change enables updating password_policy. I agree that there's little risk of impact. Looks RTBC.

puregin’s picture

Status: Needs review » Reviewed & tested by the community

greggles’s picture

Status: Reviewed & tested by the community » Fixed

Fixed! Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.