From e28de2859cc0a8a676031bd5a0562341f885258a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:23:57 +0000 Subject: [PATCH] Update altis/browser-security requirement from ^2.0.2 to ^2.1.0 Updates the requirements on [altis/browser-security](https://github.com/humanmade/altis-browser-security) to permit the latest version. - [Release notes](https://github.com/humanmade/altis-browser-security/releases) - [Commits](https://github.com/humanmade/altis-browser-security/compare/2.0.2...2.1.0) --- updated-dependencies: - dependency-name: altis/browser-security 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 daf6f58..334f803 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": ">=7.1", "bjeavons/zxcvbn-php": "^1.1.0", - "altis/browser-security": "^2.0.2", + "altis/browser-security": "^2.1.0", "humanmade/disable-accounts": "^0.2.2", "humanmade/php-basic-auth": "^1.1.7", "humanmade/require-login": "~1.0.5",