From 639579dd96e54bcbd55b22667529e88617aed3b2 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Tue, 17 Oct 2023 11:12:08 +0100 Subject: [PATCH] Merges upstream version as at 0.8.1 Adds require the external qrcode library, as there is no build step with composer. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 98dcd71..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.2", + "humanmade/two-factor": "^0.3.3", "xwp/stream": "^3.9.3" }, "extra": { @@ -42,4 +42,4 @@ ] } } -} \ No newline at end of file +}