Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/tutor-pro/vendor/composer/installed.json

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + {
2 + "packages": [
3 + {
4 + "name": "brick/math",
5 + "version": "0.9.3",
6 + "version_normalized": "0.9.3.0",
7 + "source": {
8 + "type": "git",
9 + "url": "https://github.com/brick/math.git",
10 + "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
11 + },
12 + "dist": {
13 + "type": "zip",
14 + "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
15 + "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
16 + "shasum": ""
17 + },
18 + "require": {
19 + "ext-json": "*",
20 + "php": "^7.1 || ^8.0"
21 + },
22 + "require-dev": {
23 + "php-coveralls/php-coveralls": "^2.2",
24 + "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
25 + "vimeo/psalm": "4.9.2"
26 + },
27 + "time": "2021-08-15T20:50:18+00:00",
28 + "type": "library",
29 + "installation-source": "dist",
30 + "autoload": {
31 + "psr-4": {
32 + "Brick\\Math\\": "src/"
33 + }
34 + },
35 + "notification-url": "https://packagist.org/downloads/",
36 + "license": [
37 + "MIT"
38 + ],
39 + "description": "Arbitrary-precision arithmetic library",
40 + "keywords": [
41 + "Arbitrary-precision",
42 + "BigInteger",
43 + "BigRational",
44 + "arithmetic",
45 + "bigdecimal",
46 + "bignum",
47 + "brick",
48 + "math"
49 + ],
50 + "support": {
51 + "issues": "https://github.com/brick/math/issues",
52 + "source": "https://github.com/brick/math/tree/0.9.3"
53 + },
54 + "funding": [
55 + {
56 + "url": "https://github.com/BenMorel",
57 + "type": "github"
58 + },
59 + {
60 + "url": "https://tidelift.com/funding/github/packagist/brick/math",
61 + "type": "tidelift"
62 + }
63 + ],
64 + "install-path": "../brick/math"
65 + },
66 + {
67 + "name": "erusev/parsedown",
68 + "version": "1.8.0-beta-7",
69 + "version_normalized": "1.8.0.0-beta7",
70 + "source": {
71 + "type": "git",
72 + "url": "https://github.com/erusev/parsedown.git",
73 + "reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955"
74 + },
75 + "dist": {
76 + "type": "zip",
77 + "url": "https://api.github.com/repos/erusev/parsedown/zipball/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955",
78 + "reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955",
79 + "shasum": ""
80 + },
81 + "require": {
82 + "ext-mbstring": "*",
83 + "php": ">=5.3.0"
84 + },
85 + "require-dev": {
86 + "phpunit/phpunit": "^4.8.35"
87 + },
88 + "time": "2019-03-17T18:47:21+00:00",
89 + "type": "library",
90 + "installation-source": "dist",
91 + "autoload": {
92 + "psr-0": {
93 + "Parsedown": ""
94 + }
95 + },
96 + "notification-url": "https://packagist.org/downloads/",
97 + "license": [
98 + "MIT"
99 + ],
100 + "authors": [
101 + {
102 + "name": "Emanuil Rusev",
103 + "email": "hello@erusev.com",
104 + "homepage": "http://erusev.com"
105 + }
106 + ],
107 + "description": "Parser for Markdown.",
108 + "homepage": "http://parsedown.org",
109 + "keywords": [
110 + "markdown",
111 + "parser"
112 + ],
113 + "support": {
114 + "issues": "https://github.com/erusev/parsedown/issues",
115 + "source": "https://github.com/erusev/parsedown/tree/1.8.0-beta-7"
116 + },
117 + "install-path": "../erusev/parsedown"
118 + },
119 + {
120 + "name": "fgrosse/phpasn1",
121 + "version": "v2.5.0",
122 + "version_normalized": "2.5.0.0",
123 + "source": {
124 + "type": "git",
125 + "url": "https://github.com/fgrosse/PHPASN1.git",
126 + "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b"
127 + },
128 + "dist": {
129 + "type": "zip",
130 + "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b",
131 + "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
132 + "shasum": ""
133 + },
134 + "require": {
135 + "php": "^7.1 || ^8.0"
136 + },
137 + "require-dev": {
138 + "php-coveralls/php-coveralls": "~2.0",
139 + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
140 + },
141 + "suggest": {
142 + "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
143 + "ext-curl": "For loading OID information from the web if they have not bee defined statically",
144 + "ext-gmp": "GMP is the preferred extension for big integer calculations",
145 + "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
146 + },
147 + "time": "2022-12-19T11:08:26+00:00",
148 + "type": "library",
149 + "extra": {
150 + "branch-alias": {
151 + "dev-master": "2.0.x-dev"
152 + }
153 + },
154 + "installation-source": "dist",
155 + "autoload": {
156 + "psr-4": {
157 + "FG\\": "lib/"
158 + }
159 + },
160 + "notification-url": "https://packagist.org/downloads/",
161 + "license": [
162 + "MIT"
163 + ],
164 + "authors": [
165 + {
166 + "name": "Friedrich Große",
167 + "email": "friedrich.grosse@gmail.com",
168 + "homepage": "https://github.com/FGrosse",
169 + "role": "Author"
170 + },
171 + {
172 + "name": "All contributors",
173 + "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
174 + }
175 + ],
176 + "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
177 + "homepage": "https://github.com/FGrosse/PHPASN1",
178 + "keywords": [
179 + "DER",
180 + "asn.1",
181 + "asn1",
182 + "ber",
183 + "binary",
184 + "decoding",
185 + "encoding",
186 + "x.509",
187 + "x.690",
188 + "x509",
189 + "x690"
190 + ],
191 + "support": {
192 + "issues": "https://github.com/fgrosse/PHPASN1/issues",
193 + "source": "https://github.com/fgrosse/PHPASN1/tree/v2.5.0"
194 + },
195 + "abandoned": true,
196 + "install-path": "../fgrosse/phpasn1"
197 + },
198 + {
199 + "name": "firebase/php-jwt",
200 + "version": "v6.10.0",
201 + "version_normalized": "6.10.0.0",
202 + "source": {
203 + "type": "git",
204 + "url": "https://github.com/firebase/php-jwt.git",
205 + "reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
206 + },
207 + "dist": {
208 + "type": "zip",
209 + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff",
210 + "reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
211 + "shasum": ""
212 + },
213 + "require": {
214 + "php": "^7.4||^8.0"
215 + },
216 + "require-dev": {
217 + "guzzlehttp/guzzle": "^6.5||^7.4",
218 + "phpspec/prophecy-phpunit": "^2.0",
219 + "phpunit/phpunit": "^9.5",
220 + "psr/cache": "^1.0||^2.0",
221 + "psr/http-client": "^1.0",
222 + "psr/http-factory": "^1.0"
223 + },
224 + "suggest": {
225 + "ext-sodium": "Support EdDSA (Ed25519) signatures",
226 + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
227 + },
228 + "time": "2023-12-01T16:26:39+00:00",
229 + "type": "library",
230 + "installation-source": "dist",
231 + "autoload": {
232 + "psr-4": {
233 + "Firebase\\JWT\\": "src"
234 + }
235 + },
236 + "notification-url": "https://packagist.org/downloads/",
237 + "license": [
238 + "BSD-3-Clause"
239 + ],
240 + "authors": [
241 + {
242 + "name": "Neuman Vong",
243 + "email": "neuman+pear@twilio.com",
244 + "role": "Developer"
245 + },
246 + {
247 + "name": "Anant Narayanan",
248 + "email": "anant@php.net",
249 + "role": "Developer"
250 + }
251 + ],
252 + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
253 + "homepage": "https://github.com/firebase/php-jwt",
254 + "keywords": [
255 + "jwt",
256 + "php"
257 + ],
258 + "support": {
259 + "issues": "https://github.com/firebase/php-jwt/issues",
260 + "source": "https://github.com/firebase/php-jwt/tree/v6.10.0"
261 + },
262 + "install-path": "../firebase/php-jwt"
263 + },
264 + {
265 + "name": "google/apiclient",
266 + "version": "v2.16.1",
267 + "version_normalized": "2.16.1.0",
268 + "source": {
269 + "type": "git",
270 + "url": "https://github.com/googleapis/google-api-php-client.git",
271 + "reference": "d7066f3a205aaeb83cce439613770e69394a43c8"
272 + },
273 + "dist": {
274 + "type": "zip",
275 + "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/d7066f3a205aaeb83cce439613770e69394a43c8",
276 + "reference": "d7066f3a205aaeb83cce439613770e69394a43c8",
277 + "shasum": ""
278 + },
279 + "require": {
280 + "firebase/php-jwt": "~6.0",
281 + "google/apiclient-services": "~0.350",
282 + "google/auth": "^1.37",
283 + "guzzlehttp/guzzle": "^6.5.8||^7.4.5",
284 + "guzzlehttp/psr7": "^1.9.1||^2.2.1",
285 + "monolog/monolog": "^2.9||^3.0",
286 + "php": "^7.4|^8.0",
287 + "phpseclib/phpseclib": "^3.0.36"
288 + },
289 + "require-dev": {
290 + "cache/filesystem-adapter": "^1.1",
291 + "composer/composer": "^1.10.23",
292 + "phpcompatibility/php-compatibility": "^9.2",
293 + "phpspec/prophecy-phpunit": "^2.0",
294 + "phpunit/phpunit": "^9.5",
295 + "squizlabs/php_codesniffer": "^3.8",
296 + "symfony/css-selector": "~2.1",
297 + "symfony/dom-crawler": "~2.1"
298 + },
299 + "suggest": {
300 + "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
301 + },
302 + "time": "2024-12-12T17:34:46+00:00",
303 + "type": "library",
304 + "extra": {
305 + "branch-alias": {
306 + "dev-main": "2.x-dev"
307 + }
308 + },
309 + "installation-source": "dist",
310 + "autoload": {
311 + "files": [
312 + "src/aliases.php"
313 + ],
314 + "psr-4": {
315 + "Google\\": "src/"
316 + },
317 + "classmap": [
318 + "src/aliases.php"
319 + ]
320 + },
321 + "notification-url": "https://packagist.org/downloads/",
322 + "license": [
323 + "Apache-2.0"
324 + ],
325 + "description": "Client library for Google APIs",
326 + "homepage": "http://developers.google.com/api-client-library/php",
327 + "keywords": [
328 + "google"
329 + ],
330 + "support": {
331 + "issues": "https://github.com/googleapis/google-api-php-client/issues",
332 + "source": "https://github.com/googleapis/google-api-php-client/tree/v2.16.1"
333 + },
334 + "install-path": "../google/apiclient"
335 + },
336 + {
337 + "name": "google/apiclient-services",
338 + "version": "v0.355.0",
339 + "version_normalized": "0.355.0.0",
340 + "source": {
341 + "type": "git",
342 + "url": "https://github.com/googleapis/google-api-php-client-services.git",
343 + "reference": "235e6a45ecafd77accc102b5ab6d529aab54da23"
344 + },
345 + "dist": {
346 + "type": "zip",
347 + "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/235e6a45ecafd77accc102b5ab6d529aab54da23",
348 + "reference": "235e6a45ecafd77accc102b5ab6d529aab54da23",
349 + "shasum": ""
350 + },
351 + "require": {
352 + "php": "^7.4||^8.0"
353 + },
354 + "require-dev": {
355 + "phpunit/phpunit": "^5.7||^8.5.13"
356 + },
357 + "time": "2024-05-11T01:02:11+00:00",
358 + "type": "library",
359 + "installation-source": "dist",
360 + "autoload": {
361 + "files": [
362 + "autoload.php"
363 + ],
364 + "psr-4": {
365 + "Google\\Service\\": "src"
366 + }
367 + },
368 + "notification-url": "https://packagist.org/downloads/",
369 + "license": [
370 + "Apache-2.0"
371 + ],
372 + "description": "Client library for Google APIs",
373 + "homepage": "http://developers.google.com/api-client-library/php",
374 + "keywords": [
375 + "google"
376 + ],
377 + "support": {
378 + "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
379 + "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.355.0"
380 + },
381 + "install-path": "../google/apiclient-services"
382 + },
383 + {
384 + "name": "google/auth",
385 + "version": "v1.37.0",
386 + "version_normalized": "1.37.0.0",
387 + "source": {
388 + "type": "git",
389 + "url": "https://github.com/googleapis/google-auth-library-php.git",
390 + "reference": "5f16f67375b6f202b857183d7ef4e076acd7d4aa"
391 + },
392 + "dist": {
393 + "type": "zip",
394 + "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/5f16f67375b6f202b857183d7ef4e076acd7d4aa",
395 + "reference": "5f16f67375b6f202b857183d7ef4e076acd7d4aa",
396 + "shasum": ""
397 + },
398 + "require": {
399 + "firebase/php-jwt": "^6.0",
400 + "guzzlehttp/guzzle": "^6.5.8||^7.4.5",
401 + "guzzlehttp/psr7": "^2.4.5",
402 + "php": "^7.4||^8.0",
403 + "psr/cache": "^1.0||^2.0||^3.0",
404 + "psr/http-message": "^1.1||^2.0"
405 + },
406 + "require-dev": {
407 + "guzzlehttp/promises": "^2.0",
408 + "kelvinmo/simplejwt": "0.7.1",
409 + "phpseclib/phpseclib": "^3.0",
410 + "phpspec/prophecy-phpunit": "^2.0",
411 + "phpunit/phpunit": "^9.0.0",
412 + "sebastian/comparator": ">=1.2.3",
413 + "squizlabs/php_codesniffer": "^3.5"
414 + },
415 + "suggest": {
416 + "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
417 + },
418 + "time": "2024-02-21T17:03:52+00:00",
419 + "type": "library",
420 + "installation-source": "dist",
421 + "autoload": {
422 + "psr-4": {
423 + "Google\\Auth\\": "src"
424 + }
425 + },
426 + "notification-url": "https://packagist.org/downloads/",
427 + "license": [
428 + "Apache-2.0"
429 + ],
430 + "description": "Google Auth Library for PHP",
431 + "homepage": "http://github.com/google/google-auth-library-php",
432 + "keywords": [
433 + "Authentication",
434 + "google",
435 + "oauth2"
436 + ],
437 + "support": {
438 + "docs": "https://googleapis.github.io/google-auth-library-php/main/",
439 + "issues": "https://github.com/googleapis/google-auth-library-php/issues",
440 + "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.37.0"
441 + },
442 + "install-path": "../google/auth"
443 + },
444 + {
445 + "name": "guzzlehttp/guzzle",
446 + "version": "7.8.2",
447 + "version_normalized": "7.8.2.0",
448 + "source": {
449 + "type": "git",
450 + "url": "https://github.com/guzzle/guzzle.git",
451 + "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2"
452 + },
453 + "dist": {
454 + "type": "zip",
455 + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4152d9eb85c445fe1f992001d1748e8bec070d2",
456 + "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2",
457 + "shasum": ""
458 + },
459 + "require": {
460 + "ext-json": "*",
461 + "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
462 + "guzzlehttp/psr7": "^1.9.1 || ^2.6.3",
463 + "php": "^7.2.5 || ^8.0",
464 + "psr/http-client": "^1.0",
465 + "symfony/deprecation-contracts": "^2.2 || ^3.0"
466 + },
467 + "provide": {
468 + "psr/http-client-implementation": "1.0"
469 + },
470 + "require-dev": {
471 + "bamarni/composer-bin-plugin": "^1.8.2",
472 + "ext-curl": "*",
473 + "guzzle/client-integration-tests": "3.0.2",
474 + "php-http/message-factory": "^1.1",
475 + "phpunit/phpunit": "^8.5.39 || ^9.6.20",
476 + "psr/log": "^1.1 || ^2.0 || ^3.0"
477 + },
478 + "suggest": {
479 + "ext-curl": "Required for CURL handler support",
480 + "ext-intl": "Required for Internationalized Domain Name (IDN) support",
481 + "psr/log": "Required for using the Log middleware"
482 + },
483 + "time": "2024-07-18T11:12:18+00:00",
484 + "type": "library",
485 + "extra": {
486 + "bamarni-bin": {
487 + "bin-links": true,
488 + "forward-command": false
489 + }
490 + },
491 + "installation-source": "dist",
492 + "autoload": {
493 + "files": [
494 + "src/functions_include.php"
495 + ],
496 + "psr-4": {
497 + "GuzzleHttp\\": "src/"
498 + }
499 + },
500 + "notification-url": "https://packagist.org/downloads/",
501 + "license": [
502 + "MIT"
503 + ],
504 + "authors": [
505 + {
506 + "name": "Graham Campbell",
507 + "email": "hello@gjcampbell.co.uk",
508 + "homepage": "https://github.com/GrahamCampbell"
509 + },
510 + {
511 + "name": "Michael Dowling",
512 + "email": "mtdowling@gmail.com",
513 + "homepage": "https://github.com/mtdowling"
514 + },
515 + {
516 + "name": "Jeremy Lindblom",
517 + "email": "jeremeamia@gmail.com",
518 + "homepage": "https://github.com/jeremeamia"
519 + },
520 + {
521 + "name": "George Mponos",
522 + "email": "gmponos@gmail.com",
523 + "homepage": "https://github.com/gmponos"
524 + },
525 + {
526 + "name": "Tobias Nyholm",
527 + "email": "tobias.nyholm@gmail.com",
528 + "homepage": "https://github.com/Nyholm"
529 + },
530 + {
531 + "name": "Márk Sági-Kazár",
532 + "email": "mark.sagikazar@gmail.com",
533 + "homepage": "https://github.com/sagikazarmark"
534 + },
535 + {
536 + "name": "Tobias Schultze",
537 + "email": "webmaster@tubo-world.de",
538 + "homepage": "https://github.com/Tobion"
539 + }
540 + ],
541 + "description": "Guzzle is a PHP HTTP client library",
542 + "keywords": [
543 + "client",
544 + "curl",
545 + "framework",
546 + "http",
547 + "http client",
548 + "psr-18",
549 + "psr-7",
550 + "rest",
551 + "web service"
552 + ],
553 + "support": {
554 + "issues": "https://github.com/guzzle/guzzle/issues",
555 + "source": "https://github.com/guzzle/guzzle/tree/7.8.2"
556 + },
557 + "funding": [
558 + {
559 + "url": "https://github.com/GrahamCampbell",
560 + "type": "github"
561 + },
562 + {
563 + "url": "https://github.com/Nyholm",
564 + "type": "github"
565 + },
566 + {
567 + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
568 + "type": "tidelift"
569 + }
570 + ],
571 + "install-path": "../guzzlehttp/guzzle"
572 + },
573 + {
574 + "name": "guzzlehttp/promises",
575 + "version": "2.3.0",
576 + "version_normalized": "2.3.0.0",
577 + "source": {
578 + "type": "git",
579 + "url": "https://github.com/guzzle/promises.git",
580 + "reference": "481557b130ef3790cf82b713667b43030dc9c957"
581 + },
582 + "dist": {
583 + "type": "zip",
584 + "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
585 + "reference": "481557b130ef3790cf82b713667b43030dc9c957",
586 + "shasum": ""
587 + },
588 + "require": {
589 + "php": "^7.2.5 || ^8.0"
590 + },
591 + "require-dev": {
592 + "bamarni/composer-bin-plugin": "^1.8.2",
593 + "phpunit/phpunit": "^8.5.44 || ^9.6.25"
594 + },
595 + "time": "2025-08-22T14:34:08+00:00",
596 + "type": "library",
597 + "extra": {
598 + "bamarni-bin": {
599 + "bin-links": true,
600 + "forward-command": false
601 + }
602 + },
603 + "installation-source": "dist",
604 + "autoload": {
605 + "psr-4": {
606 + "GuzzleHttp\\Promise\\": "src/"
607 + }
608 + },
609 + "notification-url": "https://packagist.org/downloads/",
610 + "license": [
611 + "MIT"
612 + ],
613 + "authors": [
614 + {
615 + "name": "Graham Campbell",
616 + "email": "hello@gjcampbell.co.uk",
617 + "homepage": "https://github.com/GrahamCampbell"
618 + },
619 + {
620 + "name": "Michael Dowling",
621 + "email": "mtdowling@gmail.com",
622 + "homepage": "https://github.com/mtdowling"
623 + },
624 + {
625 + "name": "Tobias Nyholm",
626 + "email": "tobias.nyholm@gmail.com",
627 + "homepage": "https://github.com/Nyholm"
628 + },
629 + {
630 + "name": "Tobias Schultze",
631 + "email": "webmaster@tubo-world.de",
632 + "homepage": "https://github.com/Tobion"
633 + }
634 + ],
635 + "description": "Guzzle promises library",
636 + "keywords": [
637 + "promise"
638 + ],
639 + "support": {
640 + "issues": "https://github.com/guzzle/promises/issues",
641 + "source": "https://github.com/guzzle/promises/tree/2.3.0"
642 + },
643 + "funding": [
644 + {
645 + "url": "https://github.com/GrahamCampbell",
646 + "type": "github"
647 + },
648 + {
649 + "url": "https://github.com/Nyholm",
650 + "type": "github"
651 + },
652 + {
653 + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
654 + "type": "tidelift"
655 + }
656 + ],
657 + "install-path": "../guzzlehttp/promises"
658 + },
659 + {
660 + "name": "guzzlehttp/psr7",
661 + "version": "2.8.0",
662 + "version_normalized": "2.8.0.0",
663 + "source": {
664 + "type": "git",
665 + "url": "https://github.com/guzzle/psr7.git",
666 + "reference": "21dc724a0583619cd1652f673303492272778051"
667 + },
668 + "dist": {
669 + "type": "zip",
670 + "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
671 + "reference": "21dc724a0583619cd1652f673303492272778051",
672 + "shasum": ""
673 + },
674 + "require": {
675 + "php": "^7.2.5 || ^8.0",
676 + "psr/http-factory": "^1.0",
677 + "psr/http-message": "^1.1 || ^2.0",
678 + "ralouphie/getallheaders": "^3.0"
679 + },
680 + "provide": {
681 + "psr/http-factory-implementation": "1.0",
682 + "psr/http-message-implementation": "1.0"
683 + },
684 + "require-dev": {
685 + "bamarni/composer-bin-plugin": "^1.8.2",
686 + "http-interop/http-factory-tests": "0.9.0",
687 + "phpunit/phpunit": "^8.5.44 || ^9.6.25"
688 + },
689 + "suggest": {
690 + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
691 + },
692 + "time": "2025-08-23T21:21:41+00:00",
693 + "type": "library",
694 + "extra": {
695 + "bamarni-bin": {
696 + "bin-links": true,
697 + "forward-command": false
698 + }
699 + },
700 + "installation-source": "dist",
701 + "autoload": {
702 + "psr-4": {
703 + "GuzzleHttp\\Psr7\\": "src/"
704 + }
705 + },
706 + "notification-url": "https://packagist.org/downloads/",
707 + "license": [
708 + "MIT"
709 + ],
710 + "authors": [
711 + {
712 + "name": "Graham Campbell",
713 + "email": "hello@gjcampbell.co.uk",
714 + "homepage": "https://github.com/GrahamCampbell"
715 + },
716 + {
717 + "name": "Michael Dowling",
718 + "email": "mtdowling@gmail.com",
719 + "homepage": "https://github.com/mtdowling"
720 + },
721 + {
722 + "name": "George Mponos",
723 + "email": "gmponos@gmail.com",
724 + "homepage": "https://github.com/gmponos"
725 + },
726 + {
727 + "name": "Tobias Nyholm",
728 + "email": "tobias.nyholm@gmail.com",
729 + "homepage": "https://github.com/Nyholm"
730 + },
731 + {
732 + "name": "Márk Sági-Kazár",
733 + "email": "mark.sagikazar@gmail.com",
734 + "homepage": "https://github.com/sagikazarmark"
735 + },
736 + {
737 + "name": "Tobias Schultze",
738 + "email": "webmaster@tubo-world.de",
739 + "homepage": "https://github.com/Tobion"
740 + },
741 + {
742 + "name": "Márk Sági-Kazár",
743 + "email": "mark.sagikazar@gmail.com",
744 + "homepage": "https://sagikazarmark.hu"
745 + }
746 + ],
747 + "description": "PSR-7 message implementation that also provides common utility methods",
748 + "keywords": [
749 + "http",
750 + "message",
751 + "psr-7",
752 + "request",
753 + "response",
754 + "stream",
755 + "uri",
756 + "url"
757 + ],
758 + "support": {
759 + "issues": "https://github.com/guzzle/psr7/issues",
760 + "source": "https://github.com/guzzle/psr7/tree/2.8.0"
761 + },
762 + "funding": [
763 + {
764 + "url": "https://github.com/GrahamCampbell",
765 + "type": "github"
766 + },
767 + {
768 + "url": "https://github.com/Nyholm",
769 + "type": "github"
770 + },
771 + {
772 + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
773 + "type": "tidelift"
774 + }
775 + ],
776 + "install-path": "../guzzlehttp/psr7"
777 + },
778 + {
779 + "name": "minishlink/web-push",
780 + "version": "v6.0.7",
781 + "version_normalized": "6.0.7.0",
782 + "source": {
783 + "type": "git",
784 + "url": "https://github.com/web-push-libs/web-push-php.git",
785 + "reference": "23a78b8585bdcecaa323f1dd1acdc548e28892fe"
786 + },
787 + "dist": {
788 + "type": "zip",
789 + "url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/23a78b8585bdcecaa323f1dd1acdc548e28892fe",
790 + "reference": "23a78b8585bdcecaa323f1dd1acdc548e28892fe",
791 + "shasum": ""
792 + },
793 + "require": {
794 + "ext-curl": "*",
795 + "ext-json": "*",
796 + "ext-mbstring": "*",
797 + "ext-openssl": "*",
798 + "guzzlehttp/guzzle": "^7.0.1|^6.2",
799 + "php": ">=7.2",
800 + "web-token/jwt-key-mgmt": "^2.0",
801 + "web-token/jwt-signature": "^2.0",
802 + "web-token/jwt-signature-algorithm-ecdsa": "^2.0",
803 + "web-token/jwt-util-ecc": "^2.0"
804 + },
805 + "require-dev": {
806 + "friendsofphp/php-cs-fixer": "^2.14",
807 + "phpstan/phpstan": "^0.11|^0.12",
808 + "phpunit/phpunit": "^8.0|^9.0"
809 + },
810 + "time": "2021-11-22T17:36:01+00:00",
811 + "type": "library",
812 + "installation-source": "dist",
813 + "autoload": {
814 + "psr-4": {
815 + "Minishlink\\WebPush\\": "src"
816 + }
817 + },
818 + "notification-url": "https://packagist.org/downloads/",
819 + "license": [
820 + "MIT"
821 + ],
822 + "authors": [
823 + {
824 + "name": "Louis Lagrange",
825 + "email": "lagrange.louis@gmail.com",
826 + "homepage": "https://github.com/Minishlink"
827 + }
828 + ],
829 + "description": "Web Push library for PHP",
830 + "homepage": "https://github.com/web-push-libs/web-push-php",
831 + "keywords": [
832 + "Push API",
833 + "WebPush",
834 + "notifications",
835 + "push",
836 + "web"
837 + ],
838 + "support": {
839 + "issues": "https://github.com/web-push-libs/web-push-php/issues",
840 + "source": "https://github.com/web-push-libs/web-push-php/tree/v6.0.7"
841 + },
842 + "install-path": "../minishlink/web-push"
843 + },
844 + {
845 + "name": "monolog/monolog",
846 + "version": "2.10.0",
847 + "version_normalized": "2.10.0.0",
848 + "source": {
849 + "type": "git",
850 + "url": "https://github.com/Seldaek/monolog.git",
851 + "reference": "5cf826f2991858b54d5c3809bee745560a1042a7"
852 + },
853 + "dist": {
854 + "type": "zip",
855 + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5cf826f2991858b54d5c3809bee745560a1042a7",
856 + "reference": "5cf826f2991858b54d5c3809bee745560a1042a7",
857 + "shasum": ""
858 + },
859 + "require": {
860 + "php": ">=7.2",
861 + "psr/log": "^1.0.1 || ^2.0 || ^3.0"
862 + },
863 + "provide": {
864 + "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
865 + },
866 + "require-dev": {
867 + "aws/aws-sdk-php": "^2.4.9 || ^3.0",
868 + "doctrine/couchdb": "~1.0@dev",
869 + "elasticsearch/elasticsearch": "^7 || ^8",
870 + "ext-json": "*",
871 + "graylog2/gelf-php": "^1.4.2 || ^2@dev",
872 + "guzzlehttp/guzzle": "^7.4",
873 + "guzzlehttp/psr7": "^2.2",
874 + "mongodb/mongodb": "^1.8",
875 + "php-amqplib/php-amqplib": "~2.4 || ^3",
876 + "phpspec/prophecy": "^1.15",
877 + "phpstan/phpstan": "^1.10",
878 + "phpunit/phpunit": "^8.5.38 || ^9.6.19",
879 + "predis/predis": "^1.1 || ^2.0",
880 + "rollbar/rollbar": "^1.3 || ^2 || ^3",
881 + "ruflin/elastica": "^7",
882 + "swiftmailer/swiftmailer": "^5.3|^6.0",
883 + "symfony/mailer": "^5.4 || ^6",
884 + "symfony/mime": "^5.4 || ^6"
885 + },
886 + "suggest": {
887 + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
888 + "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
889 + "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
890 + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
891 + "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
892 + "ext-mbstring": "Allow to work properly with unicode symbols",
893 + "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
894 + "ext-openssl": "Required to send log messages using SSL",
895 + "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
896 + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
897 + "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
898 + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
899 + "rollbar/rollbar": "Allow sending log messages to Rollbar",
900 + "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
901 + },
902 + "time": "2024-11-12T12:43:37+00:00",
903 + "type": "library",
904 + "extra": {
905 + "branch-alias": {
906 + "dev-main": "2.x-dev"
907 + }
908 + },
909 + "installation-source": "dist",
910 + "autoload": {
911 + "psr-4": {
912 + "Monolog\\": "src/Monolog"
913 + }
914 + },
915 + "notification-url": "https://packagist.org/downloads/",
916 + "license": [
917 + "MIT"
918 + ],
919 + "authors": [
920 + {
921 + "name": "Jordi Boggiano",
922 + "email": "j.boggiano@seld.be",
923 + "homepage": "https://seld.be"
924 + }
925 + ],
926 + "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
927 + "homepage": "https://github.com/Seldaek/monolog",
928 + "keywords": [
929 + "log",
930 + "logging",
931 + "psr-3"
932 + ],
933 + "support": {
934 + "issues": "https://github.com/Seldaek/monolog/issues",
935 + "source": "https://github.com/Seldaek/monolog/tree/2.10.0"
936 + },
937 + "funding": [
938 + {
939 + "url": "https://github.com/Seldaek",
940 + "type": "github"
941 + },
942 + {
943 + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
944 + "type": "tidelift"
945 + }
946 + ],
947 + "install-path": "../monolog/monolog"
948 + },
949 + {
950 + "name": "paragonie/constant_time_encoding",
951 + "version": "v2.8.2",
952 + "version_normalized": "2.8.2.0",
953 + "source": {
954 + "type": "git",
955 + "url": "https://github.com/paragonie/constant_time_encoding.git",
956 + "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226"
957 + },
958 + "dist": {
959 + "type": "zip",
960 + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/e30811f7bc69e4b5b6d5783e712c06c8eabf0226",
961 + "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226",
962 + "shasum": ""
963 + },
964 + "require": {
965 + "php": "^7|^8"
966 + },
967 + "require-dev": {
968 + "phpunit/phpunit": "^6|^7|^8|^9",
969 + "vimeo/psalm": "^1|^2|^3|^4"
970 + },
971 + "time": "2025-09-24T15:12:37+00:00",
972 + "type": "library",
973 + "installation-source": "dist",
974 + "autoload": {
975 + "psr-4": {
976 + "ParagonIE\\ConstantTime\\": "src/"
977 + }
978 + },
979 + "notification-url": "https://packagist.org/downloads/",
980 + "license": [
981 + "MIT"
982 + ],
983 + "authors": [
984 + {
985 + "name": "Paragon Initiative Enterprises",
986 + "email": "security@paragonie.com",
987 + "homepage": "https://paragonie.com",
988 + "role": "Maintainer"
989 + },
990 + {
991 + "name": "Steve 'Sc00bz' Thomas",
992 + "email": "steve@tobtu.com",
993 + "homepage": "https://www.tobtu.com",
994 + "role": "Original Developer"
995 + }
996 + ],
997 + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
998 + "keywords": [
999 + "base16",
1000 + "base32",
1001 + "base32_decode",
1002 + "base32_encode",
1003 + "base64",
1004 + "base64_decode",
1005 + "base64_encode",
1006 + "bin2hex",
1007 + "encoding",
1008 + "hex",
1009 + "hex2bin",
1010 + "rfc4648"
1011 + ],
1012 + "support": {
1013 + "email": "info@paragonie.com",
1014 + "issues": "https://github.com/paragonie/constant_time_encoding/issues",
1015 + "source": "https://github.com/paragonie/constant_time_encoding"
1016 + },
1017 + "install-path": "../paragonie/constant_time_encoding"
1018 + },
1019 + {
1020 + "name": "paragonie/random_compat",
1021 + "version": "v9.99.100",
1022 + "version_normalized": "9.99.100.0",
1023 + "source": {
1024 + "type": "git",
1025 + "url": "https://github.com/paragonie/random_compat.git",
1026 + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
1027 + },
1028 + "dist": {
1029 + "type": "zip",
1030 + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
1031 + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
1032 + "shasum": ""
1033 + },
1034 + "require": {
1035 + "php": ">= 7"
1036 + },
1037 + "require-dev": {
1038 + "phpunit/phpunit": "4.*|5.*",
1039 + "vimeo/psalm": "^1"
1040 + },
1041 + "suggest": {
1042 + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1043 + },
1044 + "time": "2020-10-15T08:29:30+00:00",
1045 + "type": "library",
1046 + "installation-source": "dist",
1047 + "notification-url": "https://packagist.org/downloads/",
1048 + "license": [
1049 + "MIT"
1050 + ],
1051 + "authors": [
1052 + {
1053 + "name": "Paragon Initiative Enterprises",
1054 + "email": "security@paragonie.com",
1055 + "homepage": "https://paragonie.com"
1056 + }
1057 + ],
1058 + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1059 + "keywords": [
1060 + "csprng",
1061 + "polyfill",
1062 + "pseudorandom",
1063 + "random"
1064 + ],
1065 + "support": {
1066 + "email": "info@paragonie.com",
1067 + "issues": "https://github.com/paragonie/random_compat/issues",
1068 + "source": "https://github.com/paragonie/random_compat"
1069 + },
1070 + "install-path": "../paragonie/random_compat"
1071 + },
1072 + {
1073 + "name": "phpseclib/phpseclib",
1074 + "version": "3.0.47",
1075 + "version_normalized": "3.0.47.0",
1076 + "source": {
1077 + "type": "git",
1078 + "url": "https://github.com/phpseclib/phpseclib.git",
1079 + "reference": "9d6ca36a6c2dd434765b1071b2644a1c683b385d"
1080 + },
1081 + "dist": {
1082 + "type": "zip",
1083 + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/9d6ca36a6c2dd434765b1071b2644a1c683b385d",
1084 + "reference": "9d6ca36a6c2dd434765b1071b2644a1c683b385d",
1085 + "shasum": ""
1086 + },
1087 + "require": {
1088 + "paragonie/constant_time_encoding": "^1|^2|^3",
1089 + "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
1090 + "php": ">=5.6.1"
1091 + },
1092 + "require-dev": {
1093 + "phpunit/phpunit": "*"
1094 + },
1095 + "suggest": {
1096 + "ext-dom": "Install the DOM extension to load XML formatted public keys.",
1097 + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1098 + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1099 + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1100 + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1101 + },
1102 + "time": "2025-10-06T01:07:24+00:00",
1103 + "type": "library",
1104 + "installation-source": "dist",
1105 + "autoload": {
1106 + "files": [
1107 + "phpseclib/bootstrap.php"
1108 + ],
1109 + "psr-4": {
1110 + "phpseclib3\\": "phpseclib/"
1111 + }
1112 + },
1113 + "notification-url": "https://packagist.org/downloads/",
1114 + "license": [
1115 + "MIT"
1116 + ],
1117 + "authors": [
1118 + {
1119 + "name": "Jim Wigginton",
1120 + "email": "terrafrost@php.net",
1121 + "role": "Lead Developer"
1122 + },
1123 + {
1124 + "name": "Patrick Monnerat",
1125 + "email": "pm@datasphere.ch",
1126 + "role": "Developer"
1127 + },
1128 + {
1129 + "name": "Andreas Fischer",
1130 + "email": "bantu@phpbb.com",
1131 + "role": "Developer"
1132 + },
1133 + {
1134 + "name": "Hans-Jürgen Petrich",
1135 + "email": "petrich@tronic-media.com",
1136 + "role": "Developer"
1137 + },
1138 + {
1139 + "name": "Graham Campbell",
1140 + "email": "graham@alt-three.com",
1141 + "role": "Developer"
1142 + }
1143 + ],
1144 + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1145 + "homepage": "http://phpseclib.sourceforge.net",
1146 + "keywords": [
1147 + "BigInteger",
1148 + "aes",
1149 + "asn.1",
1150 + "asn1",
1151 + "blowfish",
1152 + "crypto",
1153 + "cryptography",
1154 + "encryption",
1155 + "rsa",
1156 + "security",
1157 + "sftp",
1158 + "signature",
1159 + "signing",
1160 + "ssh",
1161 + "twofish",
1162 + "x.509",
1163 + "x509"
1164 + ],
1165 + "support": {
1166 + "issues": "https://github.com/phpseclib/phpseclib/issues",
1167 + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.47"
1168 + },
1169 + "funding": [
1170 + {
1171 + "url": "https://github.com/terrafrost",
1172 + "type": "github"
1173 + },
1174 + {
1175 + "url": "https://www.patreon.com/phpseclib",
1176 + "type": "patreon"
1177 + },
1178 + {
1179 + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
1180 + "type": "tidelift"
1181 + }
1182 + ],
1183 + "install-path": "../phpseclib/phpseclib"
1184 + },
1185 + {
1186 + "name": "psr/cache",
1187 + "version": "1.0.1",
1188 + "version_normalized": "1.0.1.0",
1189 + "source": {
1190 + "type": "git",
1191 + "url": "https://github.com/php-fig/cache.git",
1192 + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1193 + },
1194 + "dist": {
1195 + "type": "zip",
1196 + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1197 + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1198 + "shasum": ""
1199 + },
1200 + "require": {
1201 + "php": ">=5.3.0"
1202 + },
1203 + "time": "2016-08-06T20:24:11+00:00",
1204 + "type": "library",
1205 + "extra": {
1206 + "branch-alias": {
1207 + "dev-master": "1.0.x-dev"
1208 + }
1209 + },
1210 + "installation-source": "dist",
1211 + "autoload": {
1212 + "psr-4": {
1213 + "Psr\\Cache\\": "src/"
1214 + }
1215 + },
1216 + "notification-url": "https://packagist.org/downloads/",
1217 + "license": [
1218 + "MIT"
1219 + ],
1220 + "authors": [
1221 + {
1222 + "name": "PHP-FIG",
1223 + "homepage": "http://www.php-fig.org/"
1224 + }
1225 + ],
1226 + "description": "Common interface for caching libraries",
1227 + "keywords": [
1228 + "cache",
1229 + "psr",
1230 + "psr-6"
1231 + ],
1232 + "support": {
1233 + "source": "https://github.com/php-fig/cache/tree/master"
1234 + },
1235 + "install-path": "../psr/cache"
1236 + },
1237 + {
1238 + "name": "psr/http-client",
1239 + "version": "1.0.3",
1240 + "version_normalized": "1.0.3.0",
1241 + "source": {
1242 + "type": "git",
1243 + "url": "https://github.com/php-fig/http-client.git",
1244 + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
1245 + },
1246 + "dist": {
1247 + "type": "zip",
1248 + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
1249 + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
1250 + "shasum": ""
1251 + },
1252 + "require": {
1253 + "php": "^7.0 || ^8.0",
1254 + "psr/http-message": "^1.0 || ^2.0"
1255 + },
1256 + "time": "2023-09-23T14:17:50+00:00",
1257 + "type": "library",
1258 + "extra": {
1259 + "branch-alias": {
1260 + "dev-master": "1.0.x-dev"
1261 + }
1262 + },
1263 + "installation-source": "dist",
1264 + "autoload": {
1265 + "psr-4": {
1266 + "Psr\\Http\\Client\\": "src/"
1267 + }
1268 + },
1269 + "notification-url": "https://packagist.org/downloads/",
1270 + "license": [
1271 + "MIT"
1272 + ],
1273 + "authors": [
1274 + {
1275 + "name": "PHP-FIG",
1276 + "homepage": "https://www.php-fig.org/"
1277 + }
1278 + ],
1279 + "description": "Common interface for HTTP clients",
1280 + "homepage": "https://github.com/php-fig/http-client",
1281 + "keywords": [
1282 + "http",
1283 + "http-client",
1284 + "psr",
1285 + "psr-18"
1286 + ],
1287 + "support": {
1288 + "source": "https://github.com/php-fig/http-client"
1289 + },
1290 + "install-path": "../psr/http-client"
1291 + },
1292 + {
1293 + "name": "psr/http-factory",
1294 + "version": "1.1.0",
1295 + "version_normalized": "1.1.0.0",
1296 + "source": {
1297 + "type": "git",
1298 + "url": "https://github.com/php-fig/http-factory.git",
1299 + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
1300 + },
1301 + "dist": {
1302 + "type": "zip",
1303 + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
1304 + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
1305 + "shasum": ""
1306 + },
1307 + "require": {
1308 + "php": ">=7.1",
1309 + "psr/http-message": "^1.0 || ^2.0"
1310 + },
1311 + "time": "2024-04-15T12:06:14+00:00",
1312 + "type": "library",
1313 + "extra": {
1314 + "branch-alias": {
1315 + "dev-master": "1.0.x-dev"
1316 + }
1317 + },
1318 + "installation-source": "dist",
1319 + "autoload": {
1320 + "psr-4": {
1321 + "Psr\\Http\\Message\\": "src/"
1322 + }
1323 + },
1324 + "notification-url": "https://packagist.org/downloads/",
1325 + "license": [
1326 + "MIT"
1327 + ],
1328 + "authors": [
1329 + {
1330 + "name": "PHP-FIG",
1331 + "homepage": "https://www.php-fig.org/"
1332 + }
1333 + ],
1334 + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
1335 + "keywords": [
1336 + "factory",
1337 + "http",
1338 + "message",
1339 + "psr",
1340 + "psr-17",
1341 + "psr-7",
1342 + "request",
1343 + "response"
1344 + ],
1345 + "support": {
1346 + "source": "https://github.com/php-fig/http-factory"
1347 + },
1348 + "install-path": "../psr/http-factory"
1349 + },
1350 + {
1351 + "name": "psr/http-message",
1352 + "version": "1.1",
1353 + "version_normalized": "1.1.0.0",
1354 + "source": {
1355 + "type": "git",
1356 + "url": "https://github.com/php-fig/http-message.git",
1357 + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
1358 + },
1359 + "dist": {
1360 + "type": "zip",
1361 + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1362 + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1363 + "shasum": ""
1364 + },
1365 + "require": {
1366 + "php": "^7.2 || ^8.0"
1367 + },
1368 + "time": "2023-04-04T09:50:52+00:00",
1369 + "type": "library",
1370 + "extra": {
1371 + "branch-alias": {
1372 + "dev-master": "1.1.x-dev"
1373 + }
1374 + },
1375 + "installation-source": "dist",
1376 + "autoload": {
1377 + "psr-4": {
1378 + "Psr\\Http\\Message\\": "src/"
1379 + }
1380 + },
1381 + "notification-url": "https://packagist.org/downloads/",
1382 + "license": [
1383 + "MIT"
1384 + ],
1385 + "authors": [
1386 + {
1387 + "name": "PHP-FIG",
1388 + "homepage": "http://www.php-fig.org/"
1389 + }
1390 + ],
1391 + "description": "Common interface for HTTP messages",
1392 + "homepage": "https://github.com/php-fig/http-message",
1393 + "keywords": [
1394 + "http",
1395 + "http-message",
1396 + "psr",
1397 + "psr-7",
1398 + "request",
1399 + "response"
1400 + ],
1401 + "support": {
1402 + "source": "https://github.com/php-fig/http-message/tree/1.1"
1403 + },
1404 + "install-path": "../psr/http-message"
1405 + },
1406 + {
1407 + "name": "psr/log",
1408 + "version": "1.1.4",
1409 + "version_normalized": "1.1.4.0",
1410 + "source": {
1411 + "type": "git",
1412 + "url": "https://github.com/php-fig/log.git",
1413 + "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
1414 + },
1415 + "dist": {
1416 + "type": "zip",
1417 + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
1418 + "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
1419 + "shasum": ""
1420 + },
1421 + "require": {
1422 + "php": ">=5.3.0"
1423 + },
1424 + "time": "2021-05-03T11:20:27+00:00",
1425 + "type": "library",
1426 + "extra": {
1427 + "branch-alias": {
1428 + "dev-master": "1.1.x-dev"
1429 + }
1430 + },
1431 + "installation-source": "dist",
1432 + "autoload": {
1433 + "psr-4": {
1434 + "Psr\\Log\\": "Psr/Log/"
1435 + }
1436 + },
1437 + "notification-url": "https://packagist.org/downloads/",
1438 + "license": [
1439 + "MIT"
1440 + ],
1441 + "authors": [
1442 + {
1443 + "name": "PHP-FIG",
1444 + "homepage": "https://www.php-fig.org/"
1445 + }
1446 + ],
1447 + "description": "Common interface for logging libraries",
1448 + "homepage": "https://github.com/php-fig/log",
1449 + "keywords": [
1450 + "log",
1451 + "psr",
1452 + "psr-3"
1453 + ],
1454 + "support": {
1455 + "source": "https://github.com/php-fig/log/tree/1.1.4"
1456 + },
1457 + "install-path": "../psr/log"
1458 + },
1459 + {
1460 + "name": "ralouphie/getallheaders",
1461 + "version": "3.0.3",
1462 + "version_normalized": "3.0.3.0",
1463 + "source": {
1464 + "type": "git",
1465 + "url": "https://github.com/ralouphie/getallheaders.git",
1466 + "reference": "120b605dfeb996808c31b6477290a714d356e822"
1467 + },
1468 + "dist": {
1469 + "type": "zip",
1470 + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1471 + "reference": "120b605dfeb996808c31b6477290a714d356e822",
1472 + "shasum": ""
1473 + },
1474 + "require": {
1475 + "php": ">=5.6"
1476 + },
1477 + "require-dev": {
1478 + "php-coveralls/php-coveralls": "^2.1",
1479 + "phpunit/phpunit": "^5 || ^6.5"
1480 + },
1481 + "time": "2019-03-08T08:55:37+00:00",
1482 + "type": "library",
1483 + "installation-source": "dist",
1484 + "autoload": {
1485 + "files": [
1486 + "src/getallheaders.php"
1487 + ]
1488 + },
1489 + "notification-url": "https://packagist.org/downloads/",
1490 + "license": [
1491 + "MIT"
1492 + ],
1493 + "authors": [
1494 + {
1495 + "name": "Ralph Khattar",
1496 + "email": "ralph.khattar@gmail.com"
1497 + }
1498 + ],
1499 + "description": "A polyfill for getallheaders.",
1500 + "support": {
1501 + "issues": "https://github.com/ralouphie/getallheaders/issues",
1502 + "source": "https://github.com/ralouphie/getallheaders/tree/develop"
1503 + },
1504 + "install-path": "../ralouphie/getallheaders"
1505 + },
1506 + {
1507 + "name": "spomky-labs/base64url",
1508 + "version": "v2.0.4",
1509 + "version_normalized": "2.0.4.0",
1510 + "source": {
1511 + "type": "git",
1512 + "url": "https://github.com/Spomky-Labs/base64url.git",
1513 + "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
1514 + },
1515 + "dist": {
1516 + "type": "zip",
1517 + "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
1518 + "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
1519 + "shasum": ""
1520 + },
1521 + "require": {
1522 + "php": ">=7.1"
1523 + },
1524 + "require-dev": {
1525 + "phpstan/extension-installer": "^1.0",
1526 + "phpstan/phpstan": "^0.11|^0.12",
1527 + "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
1528 + "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
1529 + "phpstan/phpstan-phpunit": "^0.11|^0.12",
1530 + "phpstan/phpstan-strict-rules": "^0.11|^0.12"
1531 + },
1532 + "time": "2020-11-03T09:10:25+00:00",
1533 + "type": "library",
1534 + "installation-source": "dist",
1535 + "autoload": {
1536 + "psr-4": {
1537 + "Base64Url\\": "src/"
1538 + }
1539 + },
1540 + "notification-url": "https://packagist.org/downloads/",
1541 + "license": [
1542 + "MIT"
1543 + ],
1544 + "authors": [
1545 + {
1546 + "name": "Florent Morselli",
1547 + "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
1548 + }
1549 + ],
1550 + "description": "Base 64 URL Safe Encoding/Decoding PHP Library",
1551 + "homepage": "https://github.com/Spomky-Labs/base64url",
1552 + "keywords": [
1553 + "base64",
1554 + "rfc4648",
1555 + "safe",
1556 + "url"
1557 + ],
1558 + "support": {
1559 + "issues": "https://github.com/Spomky-Labs/base64url/issues",
1560 + "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
1561 + },
1562 + "funding": [
1563 + {
1564 + "url": "https://github.com/Spomky",
1565 + "type": "github"
1566 + },
1567 + {
1568 + "url": "https://www.patreon.com/FlorentMorselli",
1569 + "type": "patreon"
1570 + }
1571 + ],
1572 + "install-path": "../spomky-labs/base64url"
1573 + },
1574 + {
1575 + "name": "symfony/deprecation-contracts",
1576 + "version": "v2.5.4",
1577 + "version_normalized": "2.5.4.0",
1578 + "source": {
1579 + "type": "git",
1580 + "url": "https://github.com/symfony/deprecation-contracts.git",
1581 + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
1582 + },
1583 + "dist": {
1584 + "type": "zip",
1585 + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
1586 + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
1587 + "shasum": ""
1588 + },
1589 + "require": {
1590 + "php": ">=7.1"
1591 + },
1592 + "time": "2024-09-25T14:11:13+00:00",
1593 + "type": "library",
1594 + "extra": {
1595 + "thanks": {
1596 + "url": "https://github.com/symfony/contracts",
1597 + "name": "symfony/contracts"
1598 + },
1599 + "branch-alias": {
1600 + "dev-main": "2.5-dev"
1601 + }
1602 + },
1603 + "installation-source": "dist",
1604 + "autoload": {
1605 + "files": [
1606 + "function.php"
1607 + ]
1608 + },
1609 + "notification-url": "https://packagist.org/downloads/",
1610 + "license": [
1611 + "MIT"
1612 + ],
1613 + "authors": [
1614 + {
1615 + "name": "Nicolas Grekas",
1616 + "email": "p@tchwork.com"
1617 + },
1618 + {
1619 + "name": "Symfony Community",
1620 + "homepage": "https://symfony.com/contributors"
1621 + }
1622 + ],
1623 + "description": "A generic function and convention to trigger deprecation notices",
1624 + "homepage": "https://symfony.com",
1625 + "support": {
1626 + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
1627 + },
1628 + "funding": [
1629 + {
1630 + "url": "https://symfony.com/sponsor",
1631 + "type": "custom"
1632 + },
1633 + {
1634 + "url": "https://github.com/fabpot",
1635 + "type": "github"
1636 + },
1637 + {
1638 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1639 + "type": "tidelift"
1640 + }
1641 + ],
1642 + "install-path": "../symfony/deprecation-contracts"
1643 + },
1644 + {
1645 + "name": "web-token/jwt-core",
1646 + "version": "v2.2.11",
1647 + "version_normalized": "2.2.11.0",
1648 + "source": {
1649 + "type": "git",
1650 + "url": "https://github.com/web-token/jwt-core.git",
1651 + "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678"
1652 + },
1653 + "dist": {
1654 + "type": "zip",
1655 + "url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
1656 + "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
1657 + "shasum": ""
1658 + },
1659 + "require": {
1660 + "brick/math": "^0.8.17|^0.9",
1661 + "ext-json": "*",
1662 + "ext-mbstring": "*",
1663 + "fgrosse/phpasn1": "^2.0",
1664 + "php": ">=7.2",
1665 + "spomky-labs/base64url": "^1.0|^2.0"
1666 + },
1667 + "conflict": {
1668 + "spomky-labs/jose": "*"
1669 + },
1670 + "time": "2021-03-17T14:55:52+00:00",
1671 + "type": "library",
1672 + "installation-source": "dist",
1673 + "autoload": {
1674 + "psr-4": {
1675 + "Jose\\Component\\Core\\": ""
1676 + }
1677 + },
1678 + "notification-url": "https://packagist.org/downloads/",
1679 + "license": [
1680 + "MIT"
1681 + ],
1682 + "authors": [
1683 + {
1684 + "name": "Florent Morselli",
1685 + "homepage": "https://github.com/Spomky"
1686 + },
1687 + {
1688 + "name": "All contributors",
1689 + "homepage": "https://github.com/web-token/jwt-framework/contributors"
1690 + }
1691 + ],
1692 + "description": "Core component of the JWT Framework.",
1693 + "homepage": "https://github.com/web-token",
1694 + "keywords": [
1695 + "JOSE",
1696 + "JWE",
1697 + "JWK",
1698 + "JWKSet",
1699 + "JWS",
1700 + "Jot",
1701 + "RFC7515",
1702 + "RFC7516",
1703 + "RFC7517",
1704 + "RFC7518",
1705 + "RFC7519",
1706 + "RFC7520",
1707 + "bundle",
1708 + "jwa",
1709 + "jwt",
1710 + "symfony"
1711 + ],
1712 + "support": {
1713 + "source": "https://github.com/web-token/jwt-core/tree/v2.2.11"
1714 + },
1715 + "funding": [
1716 + {
1717 + "url": "https://www.patreon.com/FlorentMorselli",
1718 + "type": "patreon"
1719 + }
1720 + ],
1721 + "install-path": "../web-token/jwt-core"
1722 + },
1723 + {
1724 + "name": "web-token/jwt-key-mgmt",
1725 + "version": "v2.2.11",
1726 + "version_normalized": "2.2.11.0",
1727 + "source": {
1728 + "type": "git",
1729 + "url": "https://github.com/web-token/jwt-key-mgmt.git",
1730 + "reference": "0b116379515700d237b4e5de86879078ccb09d8a"
1731 + },
1732 + "dist": {
1733 + "type": "zip",
1734 + "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/0b116379515700d237b4e5de86879078ccb09d8a",
1735 + "reference": "0b116379515700d237b4e5de86879078ccb09d8a",
1736 + "shasum": ""
1737 + },
1738 + "require": {
1739 + "ext-openssl": "*",
1740 + "psr/http-client": "^1.0",
1741 + "psr/http-factory": "^1.0",
1742 + "web-token/jwt-core": "^2.0"
1743 + },
1744 + "suggest": {
1745 + "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
1746 + "php-http/httplug": "To enable JKU/X5U support.",
1747 + "php-http/message-factory": "To enable JKU/X5U support.",
1748 + "web-token/jwt-util-ecc": "To use EC key analyzers."
1749 + },
1750 + "time": "2021-03-17T14:55:52+00:00",
1751 + "type": "library",
1752 + "installation-source": "dist",
1753 + "autoload": {
1754 + "psr-4": {
1755 + "Jose\\Component\\KeyManagement\\": ""
1756 + }
1757 + },
1758 + "notification-url": "https://packagist.org/downloads/",
1759 + "license": [
1760 + "MIT"
1761 + ],
1762 + "authors": [
1763 + {
1764 + "name": "Florent Morselli",
1765 + "homepage": "https://github.com/Spomky"
1766 + },
1767 + {
1768 + "name": "All contributors",
1769 + "homepage": "https://github.com/web-token/jwt-key-mgmt/contributors"
1770 + }
1771 + ],
1772 + "description": "Key Management component of the JWT Framework.",
1773 + "homepage": "https://github.com/web-token",
1774 + "keywords": [
1775 + "JOSE",
1776 + "JWE",
1777 + "JWK",
1778 + "JWKSet",
1779 + "JWS",
1780 + "Jot",
1781 + "RFC7515",
1782 + "RFC7516",
1783 + "RFC7517",
1784 + "RFC7518",
1785 + "RFC7519",
1786 + "RFC7520",
1787 + "bundle",
1788 + "jwa",
1789 + "jwt",
1790 + "symfony"
1791 + ],
1792 + "support": {
1793 + "source": "https://github.com/web-token/jwt-key-mgmt/tree/v2.2.11"
1794 + },
1795 + "funding": [
1796 + {
1797 + "url": "https://www.patreon.com/FlorentMorselli",
1798 + "type": "patreon"
1799 + }
1800 + ],
1801 + "install-path": "../web-token/jwt-key-mgmt"
1802 + },
1803 + {
1804 + "name": "web-token/jwt-signature",
1805 + "version": "v2.2.11",
1806 + "version_normalized": "2.2.11.0",
1807 + "source": {
1808 + "type": "git",
1809 + "url": "https://github.com/web-token/jwt-signature.git",
1810 + "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103"
1811 + },
1812 + "dist": {
1813 + "type": "zip",
1814 + "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
1815 + "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
1816 + "shasum": ""
1817 + },
1818 + "require": {
1819 + "web-token/jwt-core": "^2.1"
1820 + },
1821 + "suggest": {
1822 + "web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
1823 + "web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms",
1824 + "web-token/jwt-signature-algorithm-experimental": "Experimental Signature Algorithms",
1825 + "web-token/jwt-signature-algorithm-hmac": "HMAC Based Signature Algorithms",
1826 + "web-token/jwt-signature-algorithm-none": "None Signature Algorithm",
1827 + "web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms"
1828 + },
1829 + "time": "2021-03-01T19:55:28+00:00",
1830 + "type": "library",
1831 + "installation-source": "dist",
1832 + "autoload": {
1833 + "psr-4": {
1834 + "Jose\\Component\\Signature\\": ""
1835 + }
1836 + },
1837 + "notification-url": "https://packagist.org/downloads/",
1838 + "license": [
1839 + "MIT"
1840 + ],
1841 + "authors": [
1842 + {
1843 + "name": "Florent Morselli",
1844 + "homepage": "https://github.com/Spomky"
1845 + },
1846 + {
1847 + "name": "All contributors",
1848 + "homepage": "https://github.com/web-token/jwt-signature/contributors"
1849 + }
1850 + ],
1851 + "description": "Signature component of the JWT Framework.",
1852 + "homepage": "https://github.com/web-token",
1853 + "keywords": [
1854 + "JOSE",
1855 + "JWE",
1856 + "JWK",
1857 + "JWKSet",
1858 + "JWS",
1859 + "Jot",
1860 + "RFC7515",
1861 + "RFC7516",
1862 + "RFC7517",
1863 + "RFC7518",
1864 + "RFC7519",
1865 + "RFC7520",
1866 + "bundle",
1867 + "jwa",
1868 + "jwt",
1869 + "symfony"
1870 + ],
1871 + "support": {
1872 + "source": "https://github.com/web-token/jwt-signature/tree/v2.2.11"
1873 + },
1874 + "funding": [
1875 + {
1876 + "url": "https://www.patreon.com/FlorentMorselli",
1877 + "type": "patreon"
1878 + }
1879 + ],
1880 + "install-path": "../web-token/jwt-signature"
1881 + },
1882 + {
1883 + "name": "web-token/jwt-signature-algorithm-ecdsa",
1884 + "version": "v2.2.11",
1885 + "version_normalized": "2.2.11.0",
1886 + "source": {
1887 + "type": "git",
1888 + "url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git",
1889 + "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591"
1890 + },
1891 + "dist": {
1892 + "type": "zip",
1893 + "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
1894 + "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
1895 + "shasum": ""
1896 + },
1897 + "require": {
1898 + "ext-openssl": "*",
1899 + "web-token/jwt-signature": "^2.0"
1900 + },
1901 + "time": "2021-01-21T19:18:03+00:00",
1902 + "type": "library",
1903 + "installation-source": "dist",
1904 + "autoload": {
1905 + "psr-4": {
1906 + "Jose\\Component\\Signature\\Algorithm\\": ""
1907 + }
1908 + },
1909 + "notification-url": "https://packagist.org/downloads/",
1910 + "license": [
1911 + "MIT"
1912 + ],
1913 + "authors": [
1914 + {
1915 + "name": "Florent Morselli",
1916 + "homepage": "https://github.com/Spomky"
1917 + },
1918 + {
1919 + "name": "All contributors",
1920 + "homepage": "https://github.com/web-token/jwt-framework/contributors"
1921 + }
1922 + ],
1923 + "description": "ECDSA Based Signature Algorithms the JWT Framework.",
1924 + "homepage": "https://github.com/web-token",
1925 + "keywords": [
1926 + "JOSE",
1927 + "JWE",
1928 + "JWK",
1929 + "JWKSet",
1930 + "JWS",
1931 + "Jot",
1932 + "RFC7515",
1933 + "RFC7516",
1934 + "RFC7517",
1935 + "RFC7518",
1936 + "RFC7519",
1937 + "RFC7520",
1938 + "bundle",
1939 + "jwa",
1940 + "jwt",
1941 + "symfony"
1942 + ],
1943 + "support": {
1944 + "source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/v2.2.11"
1945 + },
1946 + "funding": [
1947 + {
1948 + "url": "https://www.patreon.com/FlorentMorselli",
1949 + "type": "patreon"
1950 + }
1951 + ],
1952 + "install-path": "../web-token/jwt-signature-algorithm-ecdsa"
1953 + },
1954 + {
1955 + "name": "web-token/jwt-util-ecc",
1956 + "version": "v2.2.11",
1957 + "version_normalized": "2.2.11.0",
1958 + "source": {
1959 + "type": "git",
1960 + "url": "https://github.com/web-token/jwt-util-ecc.git",
1961 + "reference": "915f3fde86f5236c205620d61177b9ef43863deb"
1962 + },
1963 + "dist": {
1964 + "type": "zip",
1965 + "url": "https://api.github.com/repos/web-token/jwt-util-ecc/zipball/915f3fde86f5236c205620d61177b9ef43863deb",
1966 + "reference": "915f3fde86f5236c205620d61177b9ef43863deb",
1967 + "shasum": ""
1968 + },
1969 + "require": {
1970 + "brick/math": "^0.8.17|^0.9"
1971 + },
1972 + "suggest": {
1973 + "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
1974 + "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance"
1975 + },
1976 + "time": "2021-03-24T13:35:17+00:00",
1977 + "type": "library",
1978 + "installation-source": "dist",
1979 + "autoload": {
1980 + "psr-4": {
1981 + "Jose\\Component\\Core\\Util\\Ecc\\": ""
1982 + }
1983 + },
1984 + "notification-url": "https://packagist.org/downloads/",
1985 + "license": [
1986 + "MIT"
1987 + ],
1988 + "authors": [
1989 + {
1990 + "name": "Florent Morselli",
1991 + "homepage": "https://github.com/Spomky"
1992 + },
1993 + {
1994 + "name": "All contributors",
1995 + "homepage": "https://github.com/web-token/jwt-framework/contributors"
1996 + }
1997 + ],
1998 + "description": "ECC Tools for the JWT Framework.",
1999 + "homepage": "https://github.com/web-token",
2000 + "keywords": [
2001 + "JOSE",
2002 + "JWE",
2003 + "JWK",
2004 + "JWKSet",
2005 + "JWS",
2006 + "Jot",
2007 + "RFC7515",
2008 + "RFC7516",
2009 + "RFC7517",
2010 + "RFC7518",
2011 + "RFC7519",
2012 + "RFC7520",
2013 + "bundle",
2014 + "jwa",
2015 + "jwt",
2016 + "symfony"
2017 + ],
2018 + "support": {
2019 + "source": "https://github.com/web-token/jwt-util-ecc/tree/v2.2.11"
2020 + },
2021 + "funding": [
2022 + {
2023 + "url": "https://www.patreon.com/FlorentMorselli",
2024 + "type": "patreon"
2025 + }
2026 + ],
2027 + "install-path": "../web-token/jwt-util-ecc"
2028 + }
2029 + ],
2030 + "dev": false,
2031 + "dev-package-names": []
2032 + }
2033 +