Subversion Repositories oidplus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
868 daniel-mar 1
{
2
    "packages": [
3
        {
4
            "name": "robrichards/xmlseclibs",
5
            "version": "3.1.1",
6
            "version_normalized": "3.1.1.0",
7
            "source": {
8
                "type": "git",
9
                "url": "https://github.com/robrichards/xmlseclibs.git",
10
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
11
            },
12
            "dist": {
13
                "type": "zip",
14
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
15
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
16
                "shasum": ""
17
            },
18
            "require": {
19
                "ext-openssl": "*",
20
                "php": ">= 5.4"
21
            },
22
            "time": "2020-09-05T13:00:25+00:00",
23
            "type": "library",
24
            "installation-source": "dist",
25
            "autoload": {
26
                "psr-4": {
27
                    "RobRichards\\XMLSecLibs\\": "src"
28
                }
29
            },
30
            "notification-url": "https://packagist.org/downloads/",
31
            "license": [
32
                "BSD-3-Clause"
33
            ],
34
            "description": "A PHP library for XML Security",
35
            "homepage": "https://github.com/robrichards/xmlseclibs",
36
            "keywords": [
37
                "security",
38
                "signature",
39
                "xml",
40
                "xmldsig"
41
            ],
42
            "support": {
43
                "issues": "https://github.com/robrichards/xmlseclibs/issues",
44
                "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
45
            },
46
            "install-path": "../robrichards/xmlseclibs"
47
        }
48
    ],
49
    "dev": true,
50
    "dev-package-names": []
51
}