Source
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": "b9e3c5128c57ca79a0a146dc8f0738cf",
7
+
"content-hash": "1ee52b25c924d066e2a8bbb59364146f",
8
8
"packages": [
9
+
{
10
+
"name": "duosecurity/duo_universal_php",
11
+
"version": "1.0.2",
12
+
"source": {
13
+
"type": "git",
14
+
"url": "https://github.com/duosecurity/duo_universal_php.git",
15
+
"reference": "8734a47480d2d2f0539e8ee782675e052025d026"
16
+
},
17
+
"dist": {
18
+
"type": "zip",
19
+
"url": "https://api.github.com/repos/duosecurity/duo_universal_php/zipball/8734a47480d2d2f0539e8ee782675e052025d026",
20
+
"reference": "8734a47480d2d2f0539e8ee782675e052025d026",
21
+
"shasum": ""
22
+
},
23
+
"require": {
24
+
"ext-curl": "*",
25
+
"ext-json": "*",
26
+
"firebase/php-jwt": "^6.0",
27
+
"php": ">=7.3"
28
+
},
29
+
"require-dev": {
30
+
"phpunit/phpunit": "^9.0",
31
+
"squizlabs/php_codesniffer": "3.*"
32
+
},
33
+
"type": "library",
34
+
"autoload": {
35
+
"psr-4": {
36
+
"Duo\\DuoUniversal\\": "src/"
37
+
}
38
+
},
39
+
"notification-url": "https://packagist.org/downloads/",
40
+
"description": "A PHP implementation of the Duo Universal SDK.",
41
+
"homepage": "https://duo.com/",
42
+
"support": {
43
+
"email": "support@duosecurity.com",
44
+
"issues": "https://github.com/duosecurity/duo_universal_php/issues",
45
+
"source": "https://github.com/duosecurity/duo_universal_php/tree/1.0.2"
46
+
},
47
+
"time": "2023-01-13T18:47:58+00:00"
48
+
},
49
+
{
50
+
"name": "firebase/php-jwt",
51
+
"version": "v6.10.0",
52
+
"source": {
53
+
"type": "git",
54
+
"url": "https://github.com/firebase/php-jwt.git",
55
+
"reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
56
+
},
57
+
"dist": {
58
+
"type": "zip",
59
+
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff",
60
+
"reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
61
+
"shasum": ""
62
+
},
63
+
"require": {
64
+
"php": "^7.4||^8.0"
65
+
},
66
+
"require-dev": {
67
+
"guzzlehttp/guzzle": "^6.5||^7.4",
68
+
"phpspec/prophecy-phpunit": "^2.0",
69
+
"phpunit/phpunit": "^9.5",
70
+
"psr/cache": "^1.0||^2.0",
71
+
"psr/http-client": "^1.0",
72
+
"psr/http-factory": "^1.0"
73
+
},
74
+
"suggest": {
75
+
"ext-sodium": "Support EdDSA (Ed25519) signatures",
76
+
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
77
+
},
78
+
"type": "library",
79
+
"autoload": {
80
+
"psr-4": {
81
+
"Firebase\\JWT\\": "src"
82
+
}
83
+
},
84
+
"notification-url": "https://packagist.org/downloads/",
85
+
"license": [
86
+
"BSD-3-Clause"
87
+
],
88
+
"authors": [
89
+
{
90
+
"name": "Neuman Vong",
91
+
"email": "neuman+pear@twilio.com",
92
+
"role": "Developer"
93
+
},
94
+
{
95
+
"name": "Anant Narayanan",
96
+
"email": "anant@php.net",
97
+
"role": "Developer"
98
+
}
99
+
],
100
+
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
101
+
"homepage": "https://github.com/firebase/php-jwt",
102
+
"keywords": [
103
+
"jwt",
104
+
"php"
105
+
],
106
+
"support": {
107
+
"issues": "https://github.com/firebase/php-jwt/issues",
108
+
"source": "https://github.com/firebase/php-jwt/tree/v6.10.0"
109
+
},
110
+
"time": "2023-12-01T16:26:39+00:00"
111
+
},
112
+
{
113
+
"name": "onelogin/php-saml",
114
+
"version": "4.0.0",
115
+
"source": {
116
+
"type": "git",
117
+
"url": "https://github.com/onelogin/php-saml.git",
118
+
"reference": "f30f5062f3653c4d2082892d207f4dc3e577d979"
119
+
},
120
+
"dist": {
121
+
"type": "zip",
122
+
"url": "https://api.github.com/repos/onelogin/php-saml/zipball/f30f5062f3653c4d2082892d207f4dc3e577d979",
123
+
"reference": "f30f5062f3653c4d2082892d207f4dc3e577d979",
124
+
"shasum": ""
125
+
},
126
+
"require": {
127
+
"php": ">=7.3",
128
+
"robrichards/xmlseclibs": ">=3.1.1"
129
+
},
130
+
"require-dev": {
131
+
"pdepend/pdepend": "^2.8.0",
132
+
"php-coveralls/php-coveralls": "^2.0",
133
+
"phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
134
+
"phpunit/phpunit": "^9.5",
135
+
"sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
136
+
"squizlabs/php_codesniffer": "^3.5.8"
137
+
},
138
+
"suggest": {
139
+
"ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
140
+
"ext-dom": "Install xml lib",
141
+
"ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
142
+
"ext-zlib": "Install zlib"
143
+
},
144
+
"type": "library",
145
+
"autoload": {
146
+
"psr-4": {
147
+
"OneLogin\\": "src/"
148
+
}
149
+
},
150
+
"notification-url": "https://packagist.org/downloads/",
151
+
"license": [
152
+
"MIT"
153
+
],
154
+
"description": "OneLogin PHP SAML Toolkit",
155
+
"homepage": "https://developers.onelogin.com/saml/php",
156
+
"keywords": [
157
+
"SAML2",
158
+
"onelogin",
159
+
"saml"
160
+
],
161
+
"support": {
162
+
"email": "sixto.garcia@onelogin.com",
163
+
"issues": "https://github.com/onelogin/php-saml/issues",
164
+
"source": "https://github.com/onelogin/php-saml/"
165
+
},
166
+
"time": "2021-03-02T10:19:19+00:00"
167
+
},
168
+
{
169
+
"name": "paragonie/constant_time_encoding",
170
+
"version": "v2.6.3",
171
+
"source": {
172
+
"type": "git",
173
+
"url": "https://github.com/paragonie/constant_time_encoding.git",
174
+
"reference": "58c3f47f650c94ec05a151692652a868995d2938"
175
+
},
176
+
"dist": {
177
+
"type": "zip",
178
+
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
179
+
"reference": "58c3f47f650c94ec05a151692652a868995d2938",
180
+
"shasum": ""
181
+
},
182
+
"require": {
183
+
"php": "^7|^8"
184
+
},
185
+
"require-dev": {
186
+
"phpunit/phpunit": "^6|^7|^8|^9",
187
+
"vimeo/psalm": "^1|^2|^3|^4"
188
+
},
189
+
"type": "library",
190
+
"autoload": {
191
+
"psr-4": {
192
+
"ParagonIE\\ConstantTime\\": "src/"
193
+
}
194
+
},
195
+
"notification-url": "https://packagist.org/downloads/",
196
+
"license": [
197
+
"MIT"
198
+
],
199
+
"authors": [
200
+
{
201
+
"name": "Paragon Initiative Enterprises",
202
+
"email": "security@paragonie.com",
203
+
"homepage": "https://paragonie.com",
204
+
"role": "Maintainer"
205
+
},
206
+
{
207
+
"name": "Steve 'Sc00bz' Thomas",
208
+
"email": "steve@tobtu.com",
209
+
"homepage": "https://www.tobtu.com",
210
+
"role": "Original Developer"
211
+
}
212
+
],
213
+
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
214
+
"keywords": [
215
+
"base16",
216
+
"base32",
217
+
"base32_decode",
218
+
"base32_encode",
219
+
"base64",
220
+
"base64_decode",
221
+
"base64_encode",
222
+
"bin2hex",
223
+
"encoding",
224
+
"hex",
225
+
"hex2bin",
226
+
"rfc4648"
227
+
],
228
+
"support": {
229
+
"email": "info@paragonie.com",
230
+
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
231
+
"source": "https://github.com/paragonie/constant_time_encoding"
232
+
},
233
+
"time": "2022-06-14T06:56:20+00:00"
234
+
},
235
+
{
236
+
"name": "pragmarx/google2fa",
237
+
"version": "v8.0.1",
238
+
"source": {
239
+
"type": "git",
240
+
"url": "https://github.com/antonioribeiro/google2fa.git",
241
+
"reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3"
242
+
},
243
+
"dist": {
244
+
"type": "zip",
245
+
"url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/80c3d801b31fe165f8fe99ea085e0a37834e1be3",
246
+
"reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3",
247
+
"shasum": ""
248
+
},
249
+
"require": {
250
+
"paragonie/constant_time_encoding": "^1.0|^2.0",
251
+
"php": "^7.1|^8.0"
252
+
},
253
+
"require-dev": {
254
+
"phpstan/phpstan": "^0.12.18",
255
+
"phpunit/phpunit": "^7.5.15|^8.5|^9.0"
256
+
},
257
+
"type": "library",
258
+
"autoload": {
259
+
"psr-4": {
260
+
"PragmaRX\\Google2FA\\": "src/"
261
+
}
262
+
},
263
+
"notification-url": "https://packagist.org/downloads/",
264
+
"license": [
265
+
"MIT"
266
+
],
267
+
"authors": [
268
+
{
269
+
"name": "Antonio Carlos Ribeiro",
270
+
"email": "acr@antoniocarlosribeiro.com",
271
+
"role": "Creator & Designer"
272
+
}
273
+
],
274
+
"description": "A One Time Password Authentication package, compatible with Google Authenticator.",
275
+
"keywords": [
276
+
"2fa",
277
+
"Authentication",
278
+
"Two Factor Authentication",
279
+
"google2fa"
280
+
],
281
+
"support": {
282
+
"issues": "https://github.com/antonioribeiro/google2fa/issues",
283
+
"source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.1"
284
+
},
285
+
"time": "2022-06-13T21:57:56+00:00"
286
+
},
287
+
{
288
+
"name": "robrichards/xmlseclibs",
289
+
"version": "3.1.1",
290
+
"source": {
291
+
"type": "git",
292
+
"url": "https://github.com/robrichards/xmlseclibs.git",
293
+
"reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
294
+
},
295
+
"dist": {
296
+
"type": "zip",
297
+
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
298
+
"reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
299
+
"shasum": ""
300
+
},
301
+
"require": {
302
+
"ext-openssl": "*",
303
+
"php": ">= 5.4"
304
+
},
305
+
"type": "library",
306
+
"autoload": {
307
+
"psr-4": {
308
+
"RobRichards\\XMLSecLibs\\": "src"
309
+
}
310
+
},
311
+
"notification-url": "https://packagist.org/downloads/",
312
+
"license": [
313
+
"BSD-3-Clause"
314
+
],
315
+
"description": "A PHP library for XML Security",
316
+
"homepage": "https://github.com/robrichards/xmlseclibs",
317
+
"keywords": [
318
+
"security",
319
+
"signature",
320
+
"xml",
321
+
"xmldsig"
322
+
],
323
+
"support": {
324
+
"issues": "https://github.com/robrichards/xmlseclibs/issues",
325
+
"source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
326
+
},
327
+
"time": "2020-09-05T13:00:25+00:00"
328
+
},
9
329
{
10
330
"name": "symfony/deprecation-contracts",
11
331
"version": "v2.1.3",
12
332
"source": {
13
333
"type": "git",
14
334
"url": "https://github.com/symfony/deprecation-contracts.git",
15
335
"reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
16
336
},
17
337
"dist": {
18
338
"type": "zip",
225
545
}
226
546
],
227
547
"packages-dev": [],
228
548
"aliases": [],
229
549
"minimum-stability": "stable",
230
550
"stability-flags": [],
231
551
"prefer-stable": false,
232
552
"prefer-lowest": false,
233
553
"platform": [],
234
554
"platform-dev": [],
235
-
"plugin-api-version": "1.1.0"
555
+
"plugin-api-version": "2.3.0"
236
556
}