lbuchs / WebAuthn

A simple PHP WebAuthn (FIDO2/Passkey) server library

Home Page:https://webauthn.lubu.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update packagist

MordiSacks opened this issue · comments

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"
        }
    ],
commented

duplicate of #67 , check me response there.

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