From d9430f78a6ed8c1e1439b5f3aa4249d7752c0b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sun, 26 Feb 2023 14:14:58 -0300 Subject: [PATCH] Update pragmarx/google2fa-qrcode to version 3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f43f908217..faa425fcac 100644 --- a/composer.json +++ b/composer.json @@ -89,7 +89,7 @@ "ext-gd2": "For image transformations", "ext-mbstring": "For best performance", "tecnickcom/tcpdf": "For PDF support", - "pragmarx/google2fa-qrcode": "^2.1 - For 2FA authentication", + "pragmarx/google2fa-qrcode": "^2.1 or ^3.0 - For 2FA authentication", "bacon/bacon-qr-code": "^2.0 - For 2FA authentication", "code-lts/u2f-php-server": "For FIDO U2F authentication", "web-auth/webauthn-lib": "For better WebAuthn/FIDO2 authentication support" @@ -105,7 +105,7 @@ "phpstan/phpstan-strict-rules": "^1.5", "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^10.0", - "pragmarx/google2fa-qrcode": "^2.1", + "pragmarx/google2fa-qrcode": "^3.0", "psalm/plugin-phpunit": "^0.18.4", "roave/security-advisories": "dev-latest", "symfony/console": "^6.2",