From 6a362a0a74fb15522d583e650b1762e6b05c067f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 07:27:01 +0000 Subject: [PATCH] chore(deps): update nowo-tech/password-strength-bundle requirement Updates the requirements on [nowo-tech/password-strength-bundle](https://github.com/nowo-tech/PasswordStrengthBundle) to permit the latest version. - [Release notes](https://github.com/nowo-tech/PasswordStrengthBundle/releases) - [Changelog](https://github.com/nowo-tech/PasswordStrengthBundle/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/nowo-tech/PasswordStrengthBundle/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: nowo-tech/password-strength-bundle dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 21ae6ed..2e86353 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "nowo-tech/password-strength-bundle": "^1.0", + "nowo-tech/password-strength-bundle": "^2.0", "nowo-tech/password-toggle-bundle": "^2.0.0", "nowo-tech/phpstan-frankenphp": "^1.0", "phpstan/phpstan": "^2.0",