From d4c0768bda29328e3867645aa7bce14586b16cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:12:06 +0000 Subject: [PATCH] Update bjeavons/zxcvbn-php requirement from ^1.1.0 to ^1.3.1 Updates the requirements on [bjeavons/zxcvbn-php](https://github.com/bjeavons/zxcvbn-php) to permit the latest version. - [Release notes](https://github.com/bjeavons/zxcvbn-php/releases) - [Commits](https://github.com/bjeavons/zxcvbn-php/compare/1.1.0...1.3.1) --- updated-dependencies: - dependency-name: bjeavons/zxcvbn-php dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 334f803..9477c76 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require": { "php": ">=7.1", - "bjeavons/zxcvbn-php": "^1.1.0", + "bjeavons/zxcvbn-php": "^1.3.1", "altis/browser-security": "^2.1.0", "humanmade/disable-accounts": "^0.2.2", "humanmade/php-basic-auth": "^1.1.7",