From 44ff0a94ad692564944d20decf35a171652b6d76 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Fri, 15 Sep 2023 23:20:28 -0500 Subject: [PATCH] Correct support links (#54) You're right, thanks. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 84e395b..f3b1ed3 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,8 @@ } ], "support": { - "source": "https://github.com/Laragear/TwoFactor", - "issues": "https://github.com/Laragear/TwoFactor/issues" + "source": "https://github.com/Laragear/WebAuthn", + "issues": "https://github.com/Laragear/WebAuthn/issues" }, "require": { "php": "8.*",