Source
xxxxxxxxxx
1
1
{
2
2
"_readme": [
3
3
"This file locks the dependencies of your project to a known state",
4
4
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
5
"This file is @generated automatically"
6
6
],
7
-
"content-hash": "86d1317c7c15fb90cc55f18ab5f5dac5",
7
+
"content-hash": "b9e3c5128c57ca79a0a146dc8f0738cf",
8
8
"packages": [
9
-
{
10
-
"name": "onelogin/php-saml",
11
-
"version": "3.4.1",
12
-
"source": {
13
-
"type": "git",
14
-
"url": "https://github.com/onelogin/php-saml.git",
15
-
"reference": "5fbf3486704ac9835b68184023ab54862c95f213"
16
-
},
17
-
"dist": {
18
-
"type": "zip",
19
-
"url": "https://api.github.com/repos/onelogin/php-saml/zipball/5fbf3486704ac9835b68184023ab54862c95f213",
20
-
"reference": "5fbf3486704ac9835b68184023ab54862c95f213",
21
-
"shasum": ""
22
-
},
23
-
"require": {
24
-
"php": ">=5.4",
25
-
"robrichards/xmlseclibs": ">=3.0.4"
26
-
},
27
-
"require-dev": {
28
-
"pdepend/pdepend": "^2.5.0",
29
-
"php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
30
-
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",
31
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",
32
-
"sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
33
-
"squizlabs/php_codesniffer": "^3.1.1"
34
-
},
35
-
"suggest": {
36
-
"ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
37
-
"ext-gettext": "Install gettext and php5-gettext libs to handle translations",
38
-
"ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)"
39
-
},
40
-
"type": "library",
41
-
"autoload": {
42
-
"psr-4": {
43
-
"OneLogin\\": "src/"
44
-
}
45
-
},
46
-
"notification-url": "https://packagist.org/downloads/",
47
-
"license": [
48
-
"MIT"
49
-
],
50
-
"description": "OneLogin PHP SAML Toolkit",
51
-
"homepage": "https://developers.onelogin.com/saml/php",
52
-
"keywords": [
53
-
"SAML2",
54
-
"onelogin",
55
-
"saml"
56
-
],
57
-
"time": "2019-11-25T17:30:07+00:00"
58
-
},
59
-
{
60
-
"name": "robrichards/xmlseclibs",
61
-
"version": "3.1.0",
62
-
"source": {
63
-
"type": "git",
64
-
"url": "https://github.com/robrichards/xmlseclibs.git",
65
-
"reference": "8d8e56ca7914440a8c60caff1a865e7dff1d9a5a"
66
-
},
67
-
"dist": {
68
-
"type": "zip",
69
-
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/8d8e56ca7914440a8c60caff1a865e7dff1d9a5a",
70
-
"reference": "8d8e56ca7914440a8c60caff1a865e7dff1d9a5a",
71
-
"shasum": ""
72
-
},
73
-
"require": {
74
-
"ext-openssl": "*",
75
-
"php": ">= 5.4"
76
-
},
77
-
"type": "library",
78
-
"autoload": {
79
-
"psr-4": {
80
-
"RobRichards\\XMLSecLibs\\": "src"
81
-
}
82
-
},
83
-
"notification-url": "https://packagist.org/downloads/",
84
-
"license": [
85
-
"BSD-3-Clause"
86
-
],
87
-
"description": "A PHP library for XML Security",
88
-
"homepage": "https://github.com/robrichards/xmlseclibs",
89
-
"keywords": [
90
-
"security",
91
-
"signature",
92
-
"xml",
93
-
"xmldsig"
94
-
],
95
-
"time": "2020-04-22T17:19:51+00:00"
96
-
},
97
9
{
98
10
"name": "symfony/deprecation-contracts",
99
11
"version": "v2.1.3",
100
12
"source": {
101
13
"type": "git",
102
14
"url": "https://github.com/symfony/deprecation-contracts.git",
103
15
"reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
104
16
},
105
17
"dist": {
106
18
"type": "zip",