web-auth / webauthn-framework

FIDO-U2F / FIDO2 / Webauthn Framework
MIT License
410 stars 54 forks source link

chore: allow paragonie/constant_time_encoding v3 #594

Closed joostdebruijn closed 3 months ago

joostdebruijn commented 4 months ago

Target branch: v4.9.0 Resolves issue: n/a

This change allows paragonie/constant_time_encoding v3. The breaking change in v3 is that it supports only PHP v8.0 or higher. As this package requires PHP v8.1 or higher, that should not be a problem. Using v2 is still allowed, as paragonie/constant_time_encoding is widely used and may not be updated for other dependencies of a project. Therefore this will not be a breaking change for existing users of this library.

Spomky commented 3 months ago

Many thanks

joostdebruijn commented 2 months ago

@Spomky FYI: This one was missing in the changelog for release v4.9.0. I think because it's missing the milestone?

Spomky commented 2 months ago

Hello @joostdebruijn,

Indeed, I missed the milestone and the tags. Sorry for not doing so. I just updated the release note.