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

composer.lock « 3rdparty - github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f658728042026392267c19eda6c1c0864940381f (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
    "_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": "bf3d6d016eca22c120719d73eb98378d",
    "packages": [
        {
            "name": "onelogin/php-saml",
            "version": "2.10.2",
            "source": {
                "type": "git",
                "url": "https://github.com/onelogin/php-saml.git",
                "reference": "f9543a05494633671ec587ae1611238dae6edfd4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/onelogin/php-saml/zipball/f9543a05494633671ec587ae1611238dae6edfd4",
                "reference": "f9543a05494633671ec587ae1611238dae6edfd4",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mcrypt": "*",
                "ext-openssl": "*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "pdepend/pdepend": "1.1.0",
                "phploc/phploc": "*",
                "phpunit/phpunit": "4.8",
                "satooshi/php-coveralls": "1.0.1",
                "sebastian/phpcpd": "*",
                "squizlabs/php_codesniffer": "*"
            },
            "suggest": {
                "ext-gettext": "Install gettext and php5-gettext libs to handle translations",
                "ext-mcrypt": "Install mcrypt and php5-mcrypt libs in order to support encryption",
                "lib-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "extlib/xmlseclibs",
                    "lib/Saml",
                    "lib/Saml2"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "OneLogin PHP SAML Toolkit",
            "homepage": "https://onelogin.zendesk.com/hc/en-us/sections/200245634-SAML-Toolkits",
            "keywords": [
                "SAML2",
                "onelogin",
                "saml"
            ],
            "time": "2016-11-15T15:34:53+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}