- Issue created by @mykola dolynskyi
- Merge request !98https://www.drupal.org/project/password_policy/issues/3476026 → (Open) created by mykola dolynskyi
- Issue was unassigned.
- Status changed to RTBC
4 months ago 8:29am 7 April 2025 Trailing commas on function definitions were introduced in PHP 8.0 which is required for Drupal 10/11. Both PHP 7 and Drupal 9 are EOL and unsupported.
The module's info.yml file could be updated to specify that Drupal 9 is not supported.- 🇮🇳India vishalkhode
@cb_govcms: I agree that PHP 7 and Drupal 9 are EOL and no longer supported. We could merge this and release a new minor version supporting PHP 8.1 and Drupal 10.3 (and above), while using the 4.0.x branch to maintain backward compatibility with older PHP and Drupal versions.