]> git.mxchange.org Git - friendica-addons.git/blob - saml/composer.lock
„audon/messages.po“ löschen
[friendica-addons.git] / saml / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "3b4cc13e4ad8a08e53069e39d86dd86f",
8     "packages": [
9         {
10             "name": "onelogin/php-saml",
11             "version": "4.0.0",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/onelogin/php-saml.git",
15                 "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/onelogin/php-saml/zipball/f30f5062f3653c4d2082892d207f4dc3e577d979",
20                 "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=7.3",
25                 "robrichards/xmlseclibs": ">=3.1.1"
26             },
27             "require-dev": {
28                 "pdepend/pdepend": "^2.8.0",
29                 "php-coveralls/php-coveralls": "^2.0",
30                 "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
31                 "phpunit/phpunit": "^9.5",
32                 "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
33                 "squizlabs/php_codesniffer": "^3.5.8"
34             },
35             "suggest": {
36                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
37                 "ext-dom": "Install xml lib",
38                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
39                 "ext-zlib": "Install zlib"
40             },
41             "type": "library",
42             "autoload": {
43                 "psr-4": {
44                     "OneLogin\\": "src/"
45                 }
46             },
47             "notification-url": "https://packagist.org/downloads/",
48             "license": [
49                 "MIT"
50             ],
51             "description": "OneLogin PHP SAML Toolkit",
52             "homepage": "https://developers.onelogin.com/saml/php",
53             "keywords": [
54                 "SAML2",
55                 "onelogin",
56                 "saml"
57             ],
58             "support": {
59                 "email": "sixto.garcia@onelogin.com",
60                 "issues": "https://github.com/onelogin/php-saml/issues",
61                 "source": "https://github.com/onelogin/php-saml/"
62             },
63             "time": "2021-03-02T10:19:19+00:00"
64         },
65         {
66             "name": "robrichards/xmlseclibs",
67             "version": "3.1.1",
68             "source": {
69                 "type": "git",
70                 "url": "https://github.com/robrichards/xmlseclibs.git",
71                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
72             },
73             "dist": {
74                 "type": "zip",
75                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
76                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
77                 "shasum": ""
78             },
79             "require": {
80                 "ext-openssl": "*",
81                 "php": ">= 5.4"
82             },
83             "type": "library",
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             "time": "2020-09-05T13:00:25+00:00"
106         }
107     ],
108     "packages-dev": [],
109     "aliases": [],
110     "minimum-stability": "stable",
111     "stability-flags": [],
112     "prefer-stable": false,
113     "prefer-lowest": false,
114     "platform": [],
115     "platform-dev": [],
116     "plugin-api-version": "2.0.0"
117 }