]> git.mxchange.org Git - friendica-addons.git/blob - saml/vendor/composer/installed.json
Add SAML addon.
[friendica-addons.git] / saml / vendor / composer / installed.json
1 {
2     "packages": [
3         {
4             "name": "onelogin/php-saml",
5             "version": "4.0.0",
6             "version_normalized": "4.0.0.0",
7             "source": {
8                 "type": "git",
9                 "url": "https://github.com/onelogin/php-saml.git",
10                 "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979"
11             },
12             "dist": {
13                 "type": "zip",
14                 "url": "https://api.github.com/repos/onelogin/php-saml/zipball/f30f5062f3653c4d2082892d207f4dc3e577d979",
15                 "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979",
16                 "shasum": ""
17             },
18             "require": {
19                 "php": ">=7.3",
20                 "robrichards/xmlseclibs": ">=3.1.1"
21             },
22             "require-dev": {
23                 "pdepend/pdepend": "^2.8.0",
24                 "php-coveralls/php-coveralls": "^2.0",
25                 "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
26                 "phpunit/phpunit": "^9.5",
27                 "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
28                 "squizlabs/php_codesniffer": "^3.5.8"
29             },
30             "suggest": {
31                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
32                 "ext-dom": "Install xml lib",
33                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
34                 "ext-zlib": "Install zlib"
35             },
36             "time": "2021-03-02T10:19:19+00:00",
37             "type": "library",
38             "installation-source": "dist",
39             "autoload": {
40                 "psr-4": {
41                     "OneLogin\\": "src/"
42                 }
43             },
44             "notification-url": "https://packagist.org/downloads/",
45             "license": [
46                 "MIT"
47             ],
48             "description": "OneLogin PHP SAML Toolkit",
49             "homepage": "https://developers.onelogin.com/saml/php",
50             "keywords": [
51                 "SAML2",
52                 "onelogin",
53                 "saml"
54             ],
55             "support": {
56                 "email": "sixto.garcia@onelogin.com",
57                 "issues": "https://github.com/onelogin/php-saml/issues",
58                 "source": "https://github.com/onelogin/php-saml/"
59             },
60             "install-path": "../onelogin/php-saml"
61         },
62         {
63             "name": "robrichards/xmlseclibs",
64             "version": "3.1.1",
65             "version_normalized": "3.1.1.0",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/robrichards/xmlseclibs.git",
69                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
74                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
75                 "shasum": ""
76             },
77             "require": {
78                 "ext-openssl": "*",
79                 "php": ">= 5.4"
80             },
81             "time": "2020-09-05T13:00:25+00:00",
82             "type": "library",
83             "installation-source": "dist",
84             "autoload": {
85                 "psr-4": {
86                     "RobRichards\\XMLSecLibs\\": "src"
87                 }
88             },
89             "notification-url": "https://packagist.org/downloads/",
90             "license": [
91                 "BSD-3-Clause"
92             ],
93             "description": "A PHP library for XML Security",
94             "homepage": "https://github.com/robrichards/xmlseclibs",
95             "keywords": [
96                 "security",
97                 "signature",
98                 "xml",
99                 "xmldsig"
100             ],
101             "support": {
102                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
103                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
104             },
105             "install-path": "../robrichards/xmlseclibs"
106         }
107     ],
108     "dev": true,
109     "dev-package-names": []
110 }