web-auth / webauthn-framework

FIDO-U2F / FIDO2 / Webauthn Framework
MIT License
397 stars 51 forks source link

Allow symfony/uid version 7 #536

Closed danielburger1337 closed 8 months ago

danielburger1337 commented 8 months ago

Target branch: 4.8.x

I'm not using your symfony bundle because I usually don't like to wait for third parties to update their bundle so I can upgrade my applications "immediatly" and therefor use webauthn/webauthn-lib directly. Unfortunately this has a hard dependency on symfony/uid 6. This can easily be changed to allow version 7 without any code changes and would allow me to upgrade to symfony 7.

I hope the PR is correct like that, I don't really work with monorepos. Tests have passed locally for me.

Spomky commented 8 months ago

Hi,

Thank you for this reminder and I understand your concerns. The complete suite is now compatible with SF7 (no change actually). It is already tagged on the 4.7.x branch.

Regards.