Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
    "name": "lbuchs/webauthn",
3
    "description": "A simple PHP WebAuthn (FIDO2) server library",
4
    "keywords": [
5
        "webauthn", "authentication"
6
    ],
7
    "homepage": "https://github.com/lbuchs/webauthn",
8
    "license": "MIT",
9
    "authors": [
10
        {
11
            "name": "Lukas Buchs",
12
            "role": "Developer"
13
        }
14
    ],
15
    "require": {
16
        "php" : ">=8.0.0"
17
    },
18
    "autoload": {
19
        "psr-4": {
20
            "lbuchs\\WebAuthn\\": "src"
21
        }
22
    }
23
}