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

composer.lock - github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed059b91122ea5d5f2738c778327d9ed1d0dfa61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "b44c3535ef1d4c2c1225bd7b1e8aaf2d",
    "packages": [
        {
            "name": "yubico/u2flib-server",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Yubico/php-u2flib-server.git",
                "reference": "dc318c80b59e62921c210f31b014def26ceebbab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/dc318c80b59e62921c210f31b014def26ceebbab",
                "reference": "dc318c80b59e62921c210f31b014def26ceebbab",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "description": "Library for U2F implementation",
            "homepage": "https://developers.yubico.com/php-u2flib-server",
            "time": "2017-05-09T07:33:58+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}