1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: William Desportes <williamdes@wdes.fr>
Date: Thu, 18 Apr 2024 12:29:37 +0200
Subject: Remove suggest of not existing webauthn lib
Origin: vendor
Forwarded: not-needed
---
composer.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/composer.json b/composer.json
index fc18793..6032cfa 100644
--- a/composer.json
+++ b/composer.json
@@ -92,8 +92,7 @@
"tecnickcom/tcpdf": "For PDF support",
"pragmarx/google2fa-qrcode": "^2.1 - 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"
+ "code-lts/u2f-php-server": "For FIDO U2F authentication"
},
"require-dev": {
"bacon/bacon-qr-code": "^2.0",
|