From 59fa462d8b2c93b51168435ef71e8110f1419234 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Tue, 10 Oct 2023 16:42:43 +0100 Subject: [PATCH] Updated two-factor dependency --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1d68625..0a01eec 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "humanmade/disable-accounts": "^0.2.2", "humanmade/php-basic-auth": "^1.1.7", "humanmade/require-login": "~1.0.5", - "humanmade/two-factor": "^0.3.0", + "humanmade/two-factor": "^0.3.3", "xwp/stream": "^3.9.3" }, "extra": { @@ -42,4 +42,4 @@ ] } } -} \ No newline at end of file +}