Skip to content

[6.x] Bump web-auth/webauthn-lib to ^5.3.0 for Laravel Fortify passkeys compatibility#14727

Open
sstraakenbroek wants to merge 3 commits into
statamic:6.xfrom
sstraakenbroek:feature/bump-webauthn-lib-5.3
Open

[6.x] Bump web-auth/webauthn-lib to ^5.3.0 for Laravel Fortify passkeys compatibility#14727
sstraakenbroek wants to merge 3 commits into
statamic:6.xfrom
sstraakenbroek:feature/bump-webauthn-lib-5.3

Conversation

@sstraakenbroek
Copy link
Copy Markdown

@sstraakenbroek sstraakenbroek commented May 26, 2026

What

Updates the web-auth/webauthn-lib constraint in composer.json from ~5.2.0 to ^5.3.0.

Why

Laravel Fortify now ships first-party passkey support via laravel/passkeys, which in turn depends on
laravel/passkeys-server. That package requires:

"web-auth/webauthn-lib": "5.3.x"

Statamic's current constraint ~5.2.0 resolves to >=5.2.0 <5.3.0, which is incompatible with 5.3.x. As a result, installing Statamic alongside
Fortify's passkey feature (or laravel/passkeys-server directly) fails with a Composer dependency resolution error.

References:

@jasonvarga
Copy link
Copy Markdown
Member

There is more work to be done for this beside just bumping the dependency. We're happy to handle it ourselves. Let us know.

@sstraakenbroek sstraakenbroek marked this pull request as ready for review May 26, 2026 14:47
@sstraakenbroek
Copy link
Copy Markdown
Author

There is more work to be done for this beside just bumping the dependency. We're happy to handle it ourselves. Let us know.

@jasonvarga Thanks for the fast reply, changed the other files as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants