lbuchs / WebAuthn

A simple PHP WebAuthn (FIDO2/Passkey) server library
https://webauthn.lubu.ch
MIT License
458 stars 82 forks source link

update packagist #75

Closed MordiSacks closed 1 year ago

MordiSacks commented 1 year ago

It looks like this package is not auto updated on Packagist on github the latest tag is 2.0.0 but on packagist it's 2.0.0-beta https://packagist.org/packages/lbuchs/webauthn

For anyone looking for a quick fix, add this to your composer.json

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/lbuchs/WebAuthn"
        }
    ],
lbuchs commented 1 year ago

duplicate of #67 , check me response there.

MordiSacks commented 1 year ago

Thank you, OMG this is ridicules, I just updated it.