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.

@ekayaci
Copy link
Copy Markdown

ekayaci commented May 30, 2026

Composer blocks install of statamic/cms because of this GHSA-f7pm-6hr8-7ggm. Please prio this PR.
image

@jasonvarga
Copy link
Copy Markdown
Member

This PR is to bump to 5.3.
That advisory is resolved in 5.2.4. You can just do a composer update.

@ekayaci
Copy link
Copy Markdown

ekayaci commented May 31, 2026

@jasonvarga composer update what? I don't have statamic/cms to begin with because it fails at installation in a fresh laravel 13 project.

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.

3 participants