From 9c768d4af7698b04f93b918b7b9ed56995abfba0 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Sun, 5 Feb 2023 21:58:22 +0100 Subject: [PATCH] bump webauthn lib to 4.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 85c2a79..138975b 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "require": { "php": ">=7.4", "oxid-esales/oxideshop-ce": "6.8 - 6.13", - "web-auth/webauthn-lib": "^3.3", + "web-auth/webauthn-lib": "^4.3", "nyholm/psr7": "^1.5.1", "nyholm/psr7-server": "^1.0.2", "ext-json": "*",