[6.x] Bump web-auth/webauthn-lib to ^5.3.0 for Laravel Fortify passkeys compatibility#14727
[6.x] Bump web-auth/webauthn-lib to ^5.3.0 for Laravel Fortify passkeys compatibility#14727sstraakenbroek wants to merge 3 commits into
Conversation
|
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. |
|
Composer blocks install of statamic/cms because of this GHSA-f7pm-6hr8-7ggm. Please prio this PR. |
|
This PR is to bump to 5.3. |
|
@jasonvarga composer update what? I don't have statamic/cms to begin with because it fails at installation in a fresh laravel 13 project. |
|
Maybe they changed the affected versions after you first tried installing. Try |

What
Updates the
web-auth/webauthn-libconstraint incomposer.jsonfrom~5.2.0to^5.3.0.Why
Laravel Fortify now ships first-party passkey support via
laravel/passkeys, which in turn depends onlaravel/passkeys-server. That package requires: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: