Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json - github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3db7658c9718ca54dbb8f6d05d4605ef5f43c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "christophwurst/twofactor_u2f",
    "description": "A two factor provider for U2F devices for Nextcloud",
    "type": "project",
    "license": "agplv3",
    "authors": [
        {
            "name": "Christoph Wurst",
            "email": "christoph@winzerhof-wurst.at"
        }
    ],
    "require": {
        "yubico/u2flib-server": "^1.0.1"
    },
    "config": {
        "optimize-autoloader": true,
        "classmap-authoritative": true
    }
}