From 734282698a3dcba50491e77c4dec070013f94d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:26:29 +0000 Subject: [PATCH] Update altis/browser-security requirement from ^2.0.0 to ^2.0.2 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.0...2.0.2) --- 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 f36f0e9..ec9b008 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.0", + "altis/browser-security": "^2.0.2", "humanmade/disable-accounts": "^0.2.1", "humanmade/php-basic-auth": "^1.1.7", "humanmade/require-login": "~1.0.5",