From fd40b5f96d8d858a4cf1850908450b85cad2856d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:42:26 +0000 Subject: [PATCH] [master]: Update altis/browser-security requirement 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.1.0...2.2.0) --- updated-dependencies: - dependency-name: altis/browser-security dependency-version: 2.2.0 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 589ab6f..1e3d936 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": ">=8.2", "bjeavons/zxcvbn-php": "^1.4.2", - "altis/browser-security": "^2.1.0", + "altis/browser-security": "^2.2.0", "humanmade/disable-accounts": "^0.2.2", "humanmade/php-basic-auth": "^1.1.7", "humanmade/require-login": "~1.0.5",