File: Remove-suggest-of-not-existing-webauthn-lib.patch

package info (click to toggle)
phpmyadmin 4%3A5.2.2-really%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140,348 kB
  • sloc: javascript: 228,478; php: 166,896; xml: 17,847; sql: 504; sh: 275; makefile: 209; python: 205
file content (24 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (2)
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",