From ab31a7438cc0ee2230d494ce41a14b3323312b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:38:37 +0000 Subject: [PATCH] Update laragear/webauthn requirement from ^4.0 to ^4.0 || ^5.0 Updates the requirements on [laragear/webauthn](https://github.com/laragear/webauthn) to permit the latest version. - [Release notes](https://github.com/laragear/webauthn/releases) - [Commits](https://github.com/laragear/webauthn/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: laragear/webauthn dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 43cedbb..87cd538 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "laravilt/panel": "^1.0", "laravel/sanctum": "^4.0", "laravel/socialite": "^5.0", - "laragear/webauthn": "^4.0", + "laragear/webauthn": "^4.0 || ^5.0", "laravel/fortify": "^1.30", "socialiteproviders/atlassian": "^4.0", "socialiteproviders/discord": "^4.2",