Sync your WordPress posts to standard.site records on your PDS
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": "537faf77e859d2dd17d094f14226ae7f",
8 "packages": [
9 {
10 "name": "brick/math",
11 "version": "0.12.3",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/brick/math.git",
15 "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba",
20 "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba",
21 "shasum": ""
22 },
23 "require": {
24 "php": "^8.1"
25 },
26 "require-dev": {
27 "php-coveralls/php-coveralls": "^2.2",
28 "phpunit/phpunit": "^10.1",
29 "vimeo/psalm": "6.8.8"
30 },
31 "type": "library",
32 "autoload": {
33 "psr-4": {
34 "Brick\\Math\\": "src/"
35 }
36 },
37 "notification-url": "https://packagist.org/downloads/",
38 "license": [
39 "MIT"
40 ],
41 "description": "Arbitrary-precision arithmetic library",
42 "keywords": [
43 "Arbitrary-precision",
44 "BigInteger",
45 "BigRational",
46 "arithmetic",
47 "bigdecimal",
48 "bignum",
49 "bignumber",
50 "brick",
51 "decimal",
52 "integer",
53 "math",
54 "mathematics",
55 "rational"
56 ],
57 "support": {
58 "issues": "https://github.com/brick/math/issues",
59 "source": "https://github.com/brick/math/tree/0.12.3"
60 },
61 "funding": [
62 {
63 "url": "https://github.com/BenMorel",
64 "type": "github"
65 }
66 ],
67 "time": "2025-02-28T13:11:00+00:00"
68 },
69 {
70 "name": "danielburger1337/oauth2-dpop",
71 "version": "dev-main",
72 "source": {
73 "type": "git",
74 "url": "https://github.com/TylerFisher/oauth2-dpop-php.git",
75 "reference": "10b257e14de3af2b49f3e4a6d5f3ce2aa9712b5f"
76 },
77 "dist": {
78 "type": "zip",
79 "url": "https://api.github.com/repos/TylerFisher/oauth2-dpop-php/zipball/10b257e14de3af2b49f3e4a6d5f3ce2aa9712b5f",
80 "reference": "10b257e14de3af2b49f3e4a6d5f3ce2aa9712b5f",
81 "shasum": ""
82 },
83 "require": {
84 "php": "^8.3",
85 "psr/clock": "^1.0",
86 "spomky-labs/base64url": "^2.0"
87 },
88 "require-dev": {
89 "friendsofphp/php-cs-fixer": "^3.91",
90 "nyholm/psr7": "^1.8",
91 "paragonie/constant_time_encoding": "^3.1",
92 "phpstan/phpstan": "^2.1",
93 "phpunit/phpunit": "^12.5",
94 "psr/cache": "^3.0",
95 "psr/http-message": "^2.0",
96 "spomky-labs/otphp": "^11.3",
97 "symfony/clock": "^7.2 || ^8.0",
98 "symfony/http-foundation": "^7.2 || ^8.0",
99 "web-token/jwt-library": "^3.4.6 || ^4.0"
100 },
101 "default-branch": true,
102 "type": "library",
103 "extra": {
104 "branch-alias": {
105 "dev-main": "1.x-dev"
106 }
107 },
108 "autoload": {
109 "psr-4": {
110 "danielburger1337\\OAuth2\\DPoP\\": "src/"
111 }
112 },
113 "autoload-dev": {
114 "psr-4": {
115 "danielburger1337\\OAuth2\\DPoP\\Tests\\": "test"
116 }
117 },
118 "license": [
119 "MIT"
120 ],
121 "authors": [
122 {
123 "name": "Daniel Burger",
124 "homepage": "https://github.com/danielburger1337"
125 }
126 ],
127 "description": "Create/Verify OAuth2 DPoP tokens.",
128 "homepage": "https://github.com/danielburger1337/oauth2-dpop-php",
129 "keywords": [
130 "dpop",
131 "oauth2"
132 ],
133 "support": {
134 "source": "https://github.com/TylerFisher/oauth2-dpop-php/tree/main"
135 },
136 "time": "2026-03-19T19:59:35+00:00"
137 },
138 {
139 "name": "paragonie/constant_time_encoding",
140 "version": "v3.1.3",
141 "source": {
142 "type": "git",
143 "url": "https://github.com/paragonie/constant_time_encoding.git",
144 "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77"
145 },
146 "dist": {
147 "type": "zip",
148 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77",
149 "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77",
150 "shasum": ""
151 },
152 "require": {
153 "php": "^8"
154 },
155 "require-dev": {
156 "infection/infection": "^0",
157 "nikic/php-fuzzer": "^0",
158 "phpunit/phpunit": "^9|^10|^11",
159 "vimeo/psalm": "^4|^5|^6"
160 },
161 "type": "library",
162 "autoload": {
163 "psr-4": {
164 "ParagonIE\\ConstantTime\\": "src/"
165 }
166 },
167 "notification-url": "https://packagist.org/downloads/",
168 "license": [
169 "MIT"
170 ],
171 "authors": [
172 {
173 "name": "Paragon Initiative Enterprises",
174 "email": "security@paragonie.com",
175 "homepage": "https://paragonie.com",
176 "role": "Maintainer"
177 },
178 {
179 "name": "Steve 'Sc00bz' Thomas",
180 "email": "steve@tobtu.com",
181 "homepage": "https://www.tobtu.com",
182 "role": "Original Developer"
183 }
184 ],
185 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
186 "keywords": [
187 "base16",
188 "base32",
189 "base32_decode",
190 "base32_encode",
191 "base64",
192 "base64_decode",
193 "base64_encode",
194 "bin2hex",
195 "encoding",
196 "hex",
197 "hex2bin",
198 "rfc4648"
199 ],
200 "support": {
201 "email": "info@paragonie.com",
202 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
203 "source": "https://github.com/paragonie/constant_time_encoding"
204 },
205 "time": "2025-09-24T15:06:41+00:00"
206 },
207 {
208 "name": "paragonie/sodium_compat",
209 "version": "v2.5.0",
210 "source": {
211 "type": "git",
212 "url": "https://github.com/paragonie/sodium_compat.git",
213 "reference": "4714da6efdc782c06690bc72ce34fae7941c2d9f"
214 },
215 "dist": {
216 "type": "zip",
217 "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/4714da6efdc782c06690bc72ce34fae7941c2d9f",
218 "reference": "4714da6efdc782c06690bc72ce34fae7941c2d9f",
219 "shasum": ""
220 },
221 "require": {
222 "php": "^8.1",
223 "php-64bit": "*"
224 },
225 "require-dev": {
226 "infection/infection": "^0",
227 "nikic/php-fuzzer": "^0",
228 "phpunit/phpunit": "^7|^8|^9|^10|^11",
229 "vimeo/psalm": "^4|^5|^6"
230 },
231 "suggest": {
232 "ext-sodium": "Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
233 },
234 "type": "library",
235 "extra": {
236 "branch-alias": {
237 "dev-master": "2.0.x-dev"
238 }
239 },
240 "autoload": {
241 "files": [
242 "autoload.php"
243 ],
244 "psr-4": {
245 "ParagonIE\\Sodium\\": "namespaced/"
246 }
247 },
248 "notification-url": "https://packagist.org/downloads/",
249 "license": [
250 "ISC"
251 ],
252 "authors": [
253 {
254 "name": "Paragon Initiative Enterprises",
255 "email": "security@paragonie.com"
256 },
257 {
258 "name": "Frank Denis",
259 "email": "jedisct1@pureftpd.org"
260 }
261 ],
262 "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
263 "keywords": [
264 "Authentication",
265 "BLAKE2b",
266 "ChaCha20",
267 "ChaCha20-Poly1305",
268 "Chapoly",
269 "Curve25519",
270 "Ed25519",
271 "EdDSA",
272 "Edwards-curve Digital Signature Algorithm",
273 "Elliptic Curve Diffie-Hellman",
274 "Poly1305",
275 "Pure-PHP cryptography",
276 "RFC 7748",
277 "RFC 8032",
278 "Salpoly",
279 "Salsa20",
280 "X25519",
281 "XChaCha20-Poly1305",
282 "XSalsa20-Poly1305",
283 "Xchacha20",
284 "Xsalsa20",
285 "aead",
286 "cryptography",
287 "ecdh",
288 "elliptic curve",
289 "elliptic curve cryptography",
290 "encryption",
291 "libsodium",
292 "php",
293 "public-key cryptography",
294 "secret-key cryptography",
295 "side-channel resistant"
296 ],
297 "support": {
298 "issues": "https://github.com/paragonie/sodium_compat/issues",
299 "source": "https://github.com/paragonie/sodium_compat/tree/v2.5.0"
300 },
301 "time": "2025-12-30T16:12:18+00:00"
302 },
303 {
304 "name": "psr/cache",
305 "version": "3.0.0",
306 "source": {
307 "type": "git",
308 "url": "https://github.com/php-fig/cache.git",
309 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
310 },
311 "dist": {
312 "type": "zip",
313 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
314 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
315 "shasum": ""
316 },
317 "require": {
318 "php": ">=8.0.0"
319 },
320 "type": "library",
321 "extra": {
322 "branch-alias": {
323 "dev-master": "1.0.x-dev"
324 }
325 },
326 "autoload": {
327 "psr-4": {
328 "Psr\\Cache\\": "src/"
329 }
330 },
331 "notification-url": "https://packagist.org/downloads/",
332 "license": [
333 "MIT"
334 ],
335 "authors": [
336 {
337 "name": "PHP-FIG",
338 "homepage": "https://www.php-fig.org/"
339 }
340 ],
341 "description": "Common interface for caching libraries",
342 "keywords": [
343 "cache",
344 "psr",
345 "psr-6"
346 ],
347 "support": {
348 "source": "https://github.com/php-fig/cache/tree/3.0.0"
349 },
350 "time": "2021-02-03T23:26:27+00:00"
351 },
352 {
353 "name": "psr/clock",
354 "version": "1.0.0",
355 "source": {
356 "type": "git",
357 "url": "https://github.com/php-fig/clock.git",
358 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
359 },
360 "dist": {
361 "type": "zip",
362 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
363 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
364 "shasum": ""
365 },
366 "require": {
367 "php": "^7.0 || ^8.0"
368 },
369 "type": "library",
370 "autoload": {
371 "psr-4": {
372 "Psr\\Clock\\": "src/"
373 }
374 },
375 "notification-url": "https://packagist.org/downloads/",
376 "license": [
377 "MIT"
378 ],
379 "authors": [
380 {
381 "name": "PHP-FIG",
382 "homepage": "https://www.php-fig.org/"
383 }
384 ],
385 "description": "Common interface for reading the clock.",
386 "homepage": "https://github.com/php-fig/clock",
387 "keywords": [
388 "clock",
389 "now",
390 "psr",
391 "psr-20",
392 "time"
393 ],
394 "support": {
395 "issues": "https://github.com/php-fig/clock/issues",
396 "source": "https://github.com/php-fig/clock/tree/1.0.0"
397 },
398 "time": "2022-11-25T14:36:26+00:00"
399 },
400 {
401 "name": "psr/container",
402 "version": "2.0.2",
403 "source": {
404 "type": "git",
405 "url": "https://github.com/php-fig/container.git",
406 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
407 },
408 "dist": {
409 "type": "zip",
410 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
411 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
412 "shasum": ""
413 },
414 "require": {
415 "php": ">=7.4.0"
416 },
417 "type": "library",
418 "extra": {
419 "branch-alias": {
420 "dev-master": "2.0.x-dev"
421 }
422 },
423 "autoload": {
424 "psr-4": {
425 "Psr\\Container\\": "src/"
426 }
427 },
428 "notification-url": "https://packagist.org/downloads/",
429 "license": [
430 "MIT"
431 ],
432 "authors": [
433 {
434 "name": "PHP-FIG",
435 "homepage": "https://www.php-fig.org/"
436 }
437 ],
438 "description": "Common Container Interface (PHP FIG PSR-11)",
439 "homepage": "https://github.com/php-fig/container",
440 "keywords": [
441 "PSR-11",
442 "container",
443 "container-interface",
444 "container-interop",
445 "psr"
446 ],
447 "support": {
448 "issues": "https://github.com/php-fig/container/issues",
449 "source": "https://github.com/php-fig/container/tree/2.0.2"
450 },
451 "time": "2021-11-05T16:47:00+00:00"
452 },
453 {
454 "name": "psr/http-client",
455 "version": "1.0.3",
456 "source": {
457 "type": "git",
458 "url": "https://github.com/php-fig/http-client.git",
459 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
460 },
461 "dist": {
462 "type": "zip",
463 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
464 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
465 "shasum": ""
466 },
467 "require": {
468 "php": "^7.0 || ^8.0",
469 "psr/http-message": "^1.0 || ^2.0"
470 },
471 "type": "library",
472 "extra": {
473 "branch-alias": {
474 "dev-master": "1.0.x-dev"
475 }
476 },
477 "autoload": {
478 "psr-4": {
479 "Psr\\Http\\Client\\": "src/"
480 }
481 },
482 "notification-url": "https://packagist.org/downloads/",
483 "license": [
484 "MIT"
485 ],
486 "authors": [
487 {
488 "name": "PHP-FIG",
489 "homepage": "https://www.php-fig.org/"
490 }
491 ],
492 "description": "Common interface for HTTP clients",
493 "homepage": "https://github.com/php-fig/http-client",
494 "keywords": [
495 "http",
496 "http-client",
497 "psr",
498 "psr-18"
499 ],
500 "support": {
501 "source": "https://github.com/php-fig/http-client"
502 },
503 "time": "2023-09-23T14:17:50+00:00"
504 },
505 {
506 "name": "psr/http-factory",
507 "version": "1.1.0",
508 "source": {
509 "type": "git",
510 "url": "https://github.com/php-fig/http-factory.git",
511 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
512 },
513 "dist": {
514 "type": "zip",
515 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
516 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
517 "shasum": ""
518 },
519 "require": {
520 "php": ">=7.1",
521 "psr/http-message": "^1.0 || ^2.0"
522 },
523 "type": "library",
524 "extra": {
525 "branch-alias": {
526 "dev-master": "1.0.x-dev"
527 }
528 },
529 "autoload": {
530 "psr-4": {
531 "Psr\\Http\\Message\\": "src/"
532 }
533 },
534 "notification-url": "https://packagist.org/downloads/",
535 "license": [
536 "MIT"
537 ],
538 "authors": [
539 {
540 "name": "PHP-FIG",
541 "homepage": "https://www.php-fig.org/"
542 }
543 ],
544 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
545 "keywords": [
546 "factory",
547 "http",
548 "message",
549 "psr",
550 "psr-17",
551 "psr-7",
552 "request",
553 "response"
554 ],
555 "support": {
556 "source": "https://github.com/php-fig/http-factory"
557 },
558 "time": "2024-04-15T12:06:14+00:00"
559 },
560 {
561 "name": "psr/http-message",
562 "version": "2.0",
563 "source": {
564 "type": "git",
565 "url": "https://github.com/php-fig/http-message.git",
566 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
567 },
568 "dist": {
569 "type": "zip",
570 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
571 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
572 "shasum": ""
573 },
574 "require": {
575 "php": "^7.2 || ^8.0"
576 },
577 "type": "library",
578 "extra": {
579 "branch-alias": {
580 "dev-master": "2.0.x-dev"
581 }
582 },
583 "autoload": {
584 "psr-4": {
585 "Psr\\Http\\Message\\": "src/"
586 }
587 },
588 "notification-url": "https://packagist.org/downloads/",
589 "license": [
590 "MIT"
591 ],
592 "authors": [
593 {
594 "name": "PHP-FIG",
595 "homepage": "https://www.php-fig.org/"
596 }
597 ],
598 "description": "Common interface for HTTP messages",
599 "homepage": "https://github.com/php-fig/http-message",
600 "keywords": [
601 "http",
602 "http-message",
603 "psr",
604 "psr-7",
605 "request",
606 "response"
607 ],
608 "support": {
609 "source": "https://github.com/php-fig/http-message/tree/2.0"
610 },
611 "time": "2023-04-04T09:54:51+00:00"
612 },
613 {
614 "name": "psr/log",
615 "version": "3.0.2",
616 "source": {
617 "type": "git",
618 "url": "https://github.com/php-fig/log.git",
619 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
620 },
621 "dist": {
622 "type": "zip",
623 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
624 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
625 "shasum": ""
626 },
627 "require": {
628 "php": ">=8.0.0"
629 },
630 "type": "library",
631 "extra": {
632 "branch-alias": {
633 "dev-master": "3.x-dev"
634 }
635 },
636 "autoload": {
637 "psr-4": {
638 "Psr\\Log\\": "src"
639 }
640 },
641 "notification-url": "https://packagist.org/downloads/",
642 "license": [
643 "MIT"
644 ],
645 "authors": [
646 {
647 "name": "PHP-FIG",
648 "homepage": "https://www.php-fig.org/"
649 }
650 ],
651 "description": "Common interface for logging libraries",
652 "homepage": "https://github.com/php-fig/log",
653 "keywords": [
654 "log",
655 "psr",
656 "psr-3"
657 ],
658 "support": {
659 "source": "https://github.com/php-fig/log/tree/3.0.2"
660 },
661 "time": "2024-09-11T13:17:53+00:00"
662 },
663 {
664 "name": "spomky-labs/base64url",
665 "version": "v2.0.4",
666 "source": {
667 "type": "git",
668 "url": "https://github.com/Spomky-Labs/base64url.git",
669 "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
670 },
671 "dist": {
672 "type": "zip",
673 "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
674 "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
675 "shasum": ""
676 },
677 "require": {
678 "php": ">=7.1"
679 },
680 "require-dev": {
681 "phpstan/extension-installer": "^1.0",
682 "phpstan/phpstan": "^0.11|^0.12",
683 "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
684 "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
685 "phpstan/phpstan-phpunit": "^0.11|^0.12",
686 "phpstan/phpstan-strict-rules": "^0.11|^0.12"
687 },
688 "type": "library",
689 "autoload": {
690 "psr-4": {
691 "Base64Url\\": "src/"
692 }
693 },
694 "notification-url": "https://packagist.org/downloads/",
695 "license": [
696 "MIT"
697 ],
698 "authors": [
699 {
700 "name": "Florent Morselli",
701 "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
702 }
703 ],
704 "description": "Base 64 URL Safe Encoding/Decoding PHP Library",
705 "homepage": "https://github.com/Spomky-Labs/base64url",
706 "keywords": [
707 "base64",
708 "rfc4648",
709 "safe",
710 "url"
711 ],
712 "support": {
713 "issues": "https://github.com/Spomky-Labs/base64url/issues",
714 "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
715 },
716 "funding": [
717 {
718 "url": "https://github.com/Spomky",
719 "type": "github"
720 },
721 {
722 "url": "https://www.patreon.com/FlorentMorselli",
723 "type": "patreon"
724 }
725 ],
726 "time": "2020-11-03T09:10:25+00:00"
727 },
728 {
729 "name": "spomky-labs/pki-framework",
730 "version": "1.4.1",
731 "source": {
732 "type": "git",
733 "url": "https://github.com/Spomky-Labs/pki-framework.git",
734 "reference": "f0e9a548df4e3942886adc9b7830581a46334631"
735 },
736 "dist": {
737 "type": "zip",
738 "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/f0e9a548df4e3942886adc9b7830581a46334631",
739 "reference": "f0e9a548df4e3942886adc9b7830581a46334631",
740 "shasum": ""
741 },
742 "require": {
743 "brick/math": "^0.10|^0.11|^0.12|^0.13|^0.14",
744 "ext-mbstring": "*",
745 "php": ">=8.1"
746 },
747 "require-dev": {
748 "ekino/phpstan-banned-code": "^1.0|^2.0|^3.0",
749 "ext-gmp": "*",
750 "ext-openssl": "*",
751 "infection/infection": "^0.28|^0.29|^0.31",
752 "php-parallel-lint/php-parallel-lint": "^1.3",
753 "phpstan/extension-installer": "^1.3|^2.0",
754 "phpstan/phpstan": "^1.8|^2.0",
755 "phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
756 "phpstan/phpstan-phpunit": "^1.1|^2.0",
757 "phpstan/phpstan-strict-rules": "^1.3|^2.0",
758 "phpunit/phpunit": "^10.1|^11.0|^12.0",
759 "rector/rector": "^1.0|^2.0",
760 "roave/security-advisories": "dev-latest",
761 "symfony/string": "^6.4|^7.0|^8.0",
762 "symfony/var-dumper": "^6.4|^7.0|^8.0",
763 "symplify/easy-coding-standard": "^12.0"
764 },
765 "suggest": {
766 "ext-bcmath": "For better performance (or GMP)",
767 "ext-gmp": "For better performance (or BCMath)",
768 "ext-openssl": "For OpenSSL based cyphering"
769 },
770 "type": "library",
771 "autoload": {
772 "psr-4": {
773 "SpomkyLabs\\Pki\\": "src/"
774 }
775 },
776 "notification-url": "https://packagist.org/downloads/",
777 "license": [
778 "MIT"
779 ],
780 "authors": [
781 {
782 "name": "Joni Eskelinen",
783 "email": "jonieske@gmail.com",
784 "role": "Original developer"
785 },
786 {
787 "name": "Florent Morselli",
788 "email": "florent.morselli@spomky-labs.com",
789 "role": "Spomky-Labs PKI Framework developer"
790 }
791 ],
792 "description": "A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation.",
793 "homepage": "https://github.com/spomky-labs/pki-framework",
794 "keywords": [
795 "DER",
796 "Private Key",
797 "ac",
798 "algorithm identifier",
799 "asn.1",
800 "asn1",
801 "attribute certificate",
802 "certificate",
803 "certification request",
804 "cryptography",
805 "csr",
806 "decrypt",
807 "ec",
808 "encrypt",
809 "pem",
810 "pkcs",
811 "public key",
812 "rsa",
813 "sign",
814 "signature",
815 "verify",
816 "x.509",
817 "x.690",
818 "x509",
819 "x690"
820 ],
821 "support": {
822 "issues": "https://github.com/Spomky-Labs/pki-framework/issues",
823 "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.4.1"
824 },
825 "funding": [
826 {
827 "url": "https://github.com/Spomky",
828 "type": "github"
829 },
830 {
831 "url": "https://www.patreon.com/FlorentMorselli",
832 "type": "patreon"
833 }
834 ],
835 "time": "2025-12-20T12:57:40+00:00"
836 },
837 {
838 "name": "symfony/clock",
839 "version": "v7.4.0",
840 "source": {
841 "type": "git",
842 "url": "https://github.com/symfony/clock.git",
843 "reference": "9169f24776edde469914c1e7a1442a50f7a4e110"
844 },
845 "dist": {
846 "type": "zip",
847 "url": "https://api.github.com/repos/symfony/clock/zipball/9169f24776edde469914c1e7a1442a50f7a4e110",
848 "reference": "9169f24776edde469914c1e7a1442a50f7a4e110",
849 "shasum": ""
850 },
851 "require": {
852 "php": ">=8.2",
853 "psr/clock": "^1.0",
854 "symfony/polyfill-php83": "^1.28"
855 },
856 "provide": {
857 "psr/clock-implementation": "1.0"
858 },
859 "type": "library",
860 "autoload": {
861 "files": [
862 "Resources/now.php"
863 ],
864 "psr-4": {
865 "Symfony\\Component\\Clock\\": ""
866 },
867 "exclude-from-classmap": [
868 "/Tests/"
869 ]
870 },
871 "notification-url": "https://packagist.org/downloads/",
872 "license": [
873 "MIT"
874 ],
875 "authors": [
876 {
877 "name": "Nicolas Grekas",
878 "email": "p@tchwork.com"
879 },
880 {
881 "name": "Symfony Community",
882 "homepage": "https://symfony.com/contributors"
883 }
884 ],
885 "description": "Decouples applications from the system clock",
886 "homepage": "https://symfony.com",
887 "keywords": [
888 "clock",
889 "psr20",
890 "time"
891 ],
892 "support": {
893 "source": "https://github.com/symfony/clock/tree/v7.4.0"
894 },
895 "funding": [
896 {
897 "url": "https://symfony.com/sponsor",
898 "type": "custom"
899 },
900 {
901 "url": "https://github.com/fabpot",
902 "type": "github"
903 },
904 {
905 "url": "https://github.com/nicolas-grekas",
906 "type": "github"
907 },
908 {
909 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
910 "type": "tidelift"
911 }
912 ],
913 "time": "2025-11-12T15:39:26+00:00"
914 },
915 {
916 "name": "symfony/console",
917 "version": "v7.4.7",
918 "source": {
919 "type": "git",
920 "url": "https://github.com/symfony/console.git",
921 "reference": "e1e6770440fb9c9b0cf725f81d1361ad1835329d"
922 },
923 "dist": {
924 "type": "zip",
925 "url": "https://api.github.com/repos/symfony/console/zipball/e1e6770440fb9c9b0cf725f81d1361ad1835329d",
926 "reference": "e1e6770440fb9c9b0cf725f81d1361ad1835329d",
927 "shasum": ""
928 },
929 "require": {
930 "php": ">=8.2",
931 "symfony/deprecation-contracts": "^2.5|^3",
932 "symfony/polyfill-mbstring": "~1.0",
933 "symfony/service-contracts": "^2.5|^3",
934 "symfony/string": "^7.2|^8.0"
935 },
936 "conflict": {
937 "symfony/dependency-injection": "<6.4",
938 "symfony/dotenv": "<6.4",
939 "symfony/event-dispatcher": "<6.4",
940 "symfony/lock": "<6.4",
941 "symfony/process": "<6.4"
942 },
943 "provide": {
944 "psr/log-implementation": "1.0|2.0|3.0"
945 },
946 "require-dev": {
947 "psr/log": "^1|^2|^3",
948 "symfony/config": "^6.4|^7.0|^8.0",
949 "symfony/dependency-injection": "^6.4|^7.0|^8.0",
950 "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
951 "symfony/http-foundation": "^6.4|^7.0|^8.0",
952 "symfony/http-kernel": "^6.4|^7.0|^8.0",
953 "symfony/lock": "^6.4|^7.0|^8.0",
954 "symfony/messenger": "^6.4|^7.0|^8.0",
955 "symfony/process": "^6.4|^7.0|^8.0",
956 "symfony/stopwatch": "^6.4|^7.0|^8.0",
957 "symfony/var-dumper": "^6.4|^7.0|^8.0"
958 },
959 "type": "library",
960 "autoload": {
961 "psr-4": {
962 "Symfony\\Component\\Console\\": ""
963 },
964 "exclude-from-classmap": [
965 "/Tests/"
966 ]
967 },
968 "notification-url": "https://packagist.org/downloads/",
969 "license": [
970 "MIT"
971 ],
972 "authors": [
973 {
974 "name": "Fabien Potencier",
975 "email": "fabien@symfony.com"
976 },
977 {
978 "name": "Symfony Community",
979 "homepage": "https://symfony.com/contributors"
980 }
981 ],
982 "description": "Eases the creation of beautiful and testable command line interfaces",
983 "homepage": "https://symfony.com",
984 "keywords": [
985 "cli",
986 "command-line",
987 "console",
988 "terminal"
989 ],
990 "support": {
991 "source": "https://github.com/symfony/console/tree/v7.4.7"
992 },
993 "funding": [
994 {
995 "url": "https://symfony.com/sponsor",
996 "type": "custom"
997 },
998 {
999 "url": "https://github.com/fabpot",
1000 "type": "github"
1001 },
1002 {
1003 "url": "https://github.com/nicolas-grekas",
1004 "type": "github"
1005 },
1006 {
1007 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1008 "type": "tidelift"
1009 }
1010 ],
1011 "time": "2026-03-06T14:06:20+00:00"
1012 },
1013 {
1014 "name": "symfony/deprecation-contracts",
1015 "version": "v3.6.0",
1016 "source": {
1017 "type": "git",
1018 "url": "https://github.com/symfony/deprecation-contracts.git",
1019 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
1020 },
1021 "dist": {
1022 "type": "zip",
1023 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
1024 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
1025 "shasum": ""
1026 },
1027 "require": {
1028 "php": ">=8.1"
1029 },
1030 "type": "library",
1031 "extra": {
1032 "thanks": {
1033 "url": "https://github.com/symfony/contracts",
1034 "name": "symfony/contracts"
1035 },
1036 "branch-alias": {
1037 "dev-main": "3.6-dev"
1038 }
1039 },
1040 "autoload": {
1041 "files": [
1042 "function.php"
1043 ]
1044 },
1045 "notification-url": "https://packagist.org/downloads/",
1046 "license": [
1047 "MIT"
1048 ],
1049 "authors": [
1050 {
1051 "name": "Nicolas Grekas",
1052 "email": "p@tchwork.com"
1053 },
1054 {
1055 "name": "Symfony Community",
1056 "homepage": "https://symfony.com/contributors"
1057 }
1058 ],
1059 "description": "A generic function and convention to trigger deprecation notices",
1060 "homepage": "https://symfony.com",
1061 "support": {
1062 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
1063 },
1064 "funding": [
1065 {
1066 "url": "https://symfony.com/sponsor",
1067 "type": "custom"
1068 },
1069 {
1070 "url": "https://github.com/fabpot",
1071 "type": "github"
1072 },
1073 {
1074 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1075 "type": "tidelift"
1076 }
1077 ],
1078 "time": "2024-09-25T14:21:43+00:00"
1079 },
1080 {
1081 "name": "symfony/http-client",
1082 "version": "v7.4.7",
1083 "source": {
1084 "type": "git",
1085 "url": "https://github.com/symfony/http-client.git",
1086 "reference": "1010624285470eb60e88ed10035102c75b4ea6af"
1087 },
1088 "dist": {
1089 "type": "zip",
1090 "url": "https://api.github.com/repos/symfony/http-client/zipball/1010624285470eb60e88ed10035102c75b4ea6af",
1091 "reference": "1010624285470eb60e88ed10035102c75b4ea6af",
1092 "shasum": ""
1093 },
1094 "require": {
1095 "php": ">=8.2",
1096 "psr/log": "^1|^2|^3",
1097 "symfony/deprecation-contracts": "^2.5|^3",
1098 "symfony/http-client-contracts": "~3.4.4|^3.5.2",
1099 "symfony/polyfill-php83": "^1.29",
1100 "symfony/service-contracts": "^2.5|^3"
1101 },
1102 "conflict": {
1103 "amphp/amp": "<2.5",
1104 "amphp/socket": "<1.1",
1105 "php-http/discovery": "<1.15",
1106 "symfony/http-foundation": "<6.4"
1107 },
1108 "provide": {
1109 "php-http/async-client-implementation": "*",
1110 "php-http/client-implementation": "*",
1111 "psr/http-client-implementation": "1.0",
1112 "symfony/http-client-implementation": "3.0"
1113 },
1114 "require-dev": {
1115 "amphp/http-client": "^4.2.1|^5.0",
1116 "amphp/http-tunnel": "^1.0|^2.0",
1117 "guzzlehttp/promises": "^1.4|^2.0",
1118 "nyholm/psr7": "^1.0",
1119 "php-http/httplug": "^1.0|^2.0",
1120 "psr/http-client": "^1.0",
1121 "symfony/amphp-http-client-meta": "^1.0|^2.0",
1122 "symfony/cache": "^6.4|^7.0|^8.0",
1123 "symfony/dependency-injection": "^6.4|^7.0|^8.0",
1124 "symfony/http-kernel": "^6.4|^7.0|^8.0",
1125 "symfony/messenger": "^6.4|^7.0|^8.0",
1126 "symfony/process": "^6.4|^7.0|^8.0",
1127 "symfony/rate-limiter": "^6.4|^7.0|^8.0",
1128 "symfony/stopwatch": "^6.4|^7.0|^8.0"
1129 },
1130 "type": "library",
1131 "autoload": {
1132 "psr-4": {
1133 "Symfony\\Component\\HttpClient\\": ""
1134 },
1135 "exclude-from-classmap": [
1136 "/Tests/"
1137 ]
1138 },
1139 "notification-url": "https://packagist.org/downloads/",
1140 "license": [
1141 "MIT"
1142 ],
1143 "authors": [
1144 {
1145 "name": "Nicolas Grekas",
1146 "email": "p@tchwork.com"
1147 },
1148 {
1149 "name": "Symfony Community",
1150 "homepage": "https://symfony.com/contributors"
1151 }
1152 ],
1153 "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
1154 "homepage": "https://symfony.com",
1155 "keywords": [
1156 "http"
1157 ],
1158 "support": {
1159 "source": "https://github.com/symfony/http-client/tree/v7.4.7"
1160 },
1161 "funding": [
1162 {
1163 "url": "https://symfony.com/sponsor",
1164 "type": "custom"
1165 },
1166 {
1167 "url": "https://github.com/fabpot",
1168 "type": "github"
1169 },
1170 {
1171 "url": "https://github.com/nicolas-grekas",
1172 "type": "github"
1173 },
1174 {
1175 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1176 "type": "tidelift"
1177 }
1178 ],
1179 "time": "2026-03-05T11:16:58+00:00"
1180 },
1181 {
1182 "name": "symfony/http-client-contracts",
1183 "version": "v3.6.0",
1184 "source": {
1185 "type": "git",
1186 "url": "https://github.com/symfony/http-client-contracts.git",
1187 "reference": "75d7043853a42837e68111812f4d964b01e5101c"
1188 },
1189 "dist": {
1190 "type": "zip",
1191 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c",
1192 "reference": "75d7043853a42837e68111812f4d964b01e5101c",
1193 "shasum": ""
1194 },
1195 "require": {
1196 "php": ">=8.1"
1197 },
1198 "type": "library",
1199 "extra": {
1200 "thanks": {
1201 "url": "https://github.com/symfony/contracts",
1202 "name": "symfony/contracts"
1203 },
1204 "branch-alias": {
1205 "dev-main": "3.6-dev"
1206 }
1207 },
1208 "autoload": {
1209 "psr-4": {
1210 "Symfony\\Contracts\\HttpClient\\": ""
1211 },
1212 "exclude-from-classmap": [
1213 "/Test/"
1214 ]
1215 },
1216 "notification-url": "https://packagist.org/downloads/",
1217 "license": [
1218 "MIT"
1219 ],
1220 "authors": [
1221 {
1222 "name": "Nicolas Grekas",
1223 "email": "p@tchwork.com"
1224 },
1225 {
1226 "name": "Symfony Community",
1227 "homepage": "https://symfony.com/contributors"
1228 }
1229 ],
1230 "description": "Generic abstractions related to HTTP clients",
1231 "homepage": "https://symfony.com",
1232 "keywords": [
1233 "abstractions",
1234 "contracts",
1235 "decoupling",
1236 "interfaces",
1237 "interoperability",
1238 "standards"
1239 ],
1240 "support": {
1241 "source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0"
1242 },
1243 "funding": [
1244 {
1245 "url": "https://symfony.com/sponsor",
1246 "type": "custom"
1247 },
1248 {
1249 "url": "https://github.com/fabpot",
1250 "type": "github"
1251 },
1252 {
1253 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1254 "type": "tidelift"
1255 }
1256 ],
1257 "time": "2025-04-29T11:18:49+00:00"
1258 },
1259 {
1260 "name": "symfony/polyfill-ctype",
1261 "version": "v1.33.0",
1262 "source": {
1263 "type": "git",
1264 "url": "https://github.com/symfony/polyfill-ctype.git",
1265 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
1266 },
1267 "dist": {
1268 "type": "zip",
1269 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
1270 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
1271 "shasum": ""
1272 },
1273 "require": {
1274 "php": ">=7.2"
1275 },
1276 "provide": {
1277 "ext-ctype": "*"
1278 },
1279 "suggest": {
1280 "ext-ctype": "For best performance"
1281 },
1282 "type": "library",
1283 "extra": {
1284 "thanks": {
1285 "url": "https://github.com/symfony/polyfill",
1286 "name": "symfony/polyfill"
1287 }
1288 },
1289 "autoload": {
1290 "files": [
1291 "bootstrap.php"
1292 ],
1293 "psr-4": {
1294 "Symfony\\Polyfill\\Ctype\\": ""
1295 }
1296 },
1297 "notification-url": "https://packagist.org/downloads/",
1298 "license": [
1299 "MIT"
1300 ],
1301 "authors": [
1302 {
1303 "name": "Gert de Pagter",
1304 "email": "BackEndTea@gmail.com"
1305 },
1306 {
1307 "name": "Symfony Community",
1308 "homepage": "https://symfony.com/contributors"
1309 }
1310 ],
1311 "description": "Symfony polyfill for ctype functions",
1312 "homepage": "https://symfony.com",
1313 "keywords": [
1314 "compatibility",
1315 "ctype",
1316 "polyfill",
1317 "portable"
1318 ],
1319 "support": {
1320 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
1321 },
1322 "funding": [
1323 {
1324 "url": "https://symfony.com/sponsor",
1325 "type": "custom"
1326 },
1327 {
1328 "url": "https://github.com/fabpot",
1329 "type": "github"
1330 },
1331 {
1332 "url": "https://github.com/nicolas-grekas",
1333 "type": "github"
1334 },
1335 {
1336 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1337 "type": "tidelift"
1338 }
1339 ],
1340 "time": "2024-09-09T11:45:10+00:00"
1341 },
1342 {
1343 "name": "symfony/polyfill-intl-grapheme",
1344 "version": "v1.33.0",
1345 "source": {
1346 "type": "git",
1347 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1348 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
1349 },
1350 "dist": {
1351 "type": "zip",
1352 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
1353 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
1354 "shasum": ""
1355 },
1356 "require": {
1357 "php": ">=7.2"
1358 },
1359 "suggest": {
1360 "ext-intl": "For best performance"
1361 },
1362 "type": "library",
1363 "extra": {
1364 "thanks": {
1365 "url": "https://github.com/symfony/polyfill",
1366 "name": "symfony/polyfill"
1367 }
1368 },
1369 "autoload": {
1370 "files": [
1371 "bootstrap.php"
1372 ],
1373 "psr-4": {
1374 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
1375 }
1376 },
1377 "notification-url": "https://packagist.org/downloads/",
1378 "license": [
1379 "MIT"
1380 ],
1381 "authors": [
1382 {
1383 "name": "Nicolas Grekas",
1384 "email": "p@tchwork.com"
1385 },
1386 {
1387 "name": "Symfony Community",
1388 "homepage": "https://symfony.com/contributors"
1389 }
1390 ],
1391 "description": "Symfony polyfill for intl's grapheme_* functions",
1392 "homepage": "https://symfony.com",
1393 "keywords": [
1394 "compatibility",
1395 "grapheme",
1396 "intl",
1397 "polyfill",
1398 "portable",
1399 "shim"
1400 ],
1401 "support": {
1402 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
1403 },
1404 "funding": [
1405 {
1406 "url": "https://symfony.com/sponsor",
1407 "type": "custom"
1408 },
1409 {
1410 "url": "https://github.com/fabpot",
1411 "type": "github"
1412 },
1413 {
1414 "url": "https://github.com/nicolas-grekas",
1415 "type": "github"
1416 },
1417 {
1418 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1419 "type": "tidelift"
1420 }
1421 ],
1422 "time": "2025-06-27T09:58:17+00:00"
1423 },
1424 {
1425 "name": "symfony/polyfill-intl-normalizer",
1426 "version": "v1.33.0",
1427 "source": {
1428 "type": "git",
1429 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1430 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
1431 },
1432 "dist": {
1433 "type": "zip",
1434 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
1435 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
1436 "shasum": ""
1437 },
1438 "require": {
1439 "php": ">=7.2"
1440 },
1441 "suggest": {
1442 "ext-intl": "For best performance"
1443 },
1444 "type": "library",
1445 "extra": {
1446 "thanks": {
1447 "url": "https://github.com/symfony/polyfill",
1448 "name": "symfony/polyfill"
1449 }
1450 },
1451 "autoload": {
1452 "files": [
1453 "bootstrap.php"
1454 ],
1455 "psr-4": {
1456 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1457 },
1458 "classmap": [
1459 "Resources/stubs"
1460 ]
1461 },
1462 "notification-url": "https://packagist.org/downloads/",
1463 "license": [
1464 "MIT"
1465 ],
1466 "authors": [
1467 {
1468 "name": "Nicolas Grekas",
1469 "email": "p@tchwork.com"
1470 },
1471 {
1472 "name": "Symfony Community",
1473 "homepage": "https://symfony.com/contributors"
1474 }
1475 ],
1476 "description": "Symfony polyfill for intl's Normalizer class and related functions",
1477 "homepage": "https://symfony.com",
1478 "keywords": [
1479 "compatibility",
1480 "intl",
1481 "normalizer",
1482 "polyfill",
1483 "portable",
1484 "shim"
1485 ],
1486 "support": {
1487 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
1488 },
1489 "funding": [
1490 {
1491 "url": "https://symfony.com/sponsor",
1492 "type": "custom"
1493 },
1494 {
1495 "url": "https://github.com/fabpot",
1496 "type": "github"
1497 },
1498 {
1499 "url": "https://github.com/nicolas-grekas",
1500 "type": "github"
1501 },
1502 {
1503 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1504 "type": "tidelift"
1505 }
1506 ],
1507 "time": "2024-09-09T11:45:10+00:00"
1508 },
1509 {
1510 "name": "symfony/polyfill-mbstring",
1511 "version": "v1.33.0",
1512 "source": {
1513 "type": "git",
1514 "url": "https://github.com/symfony/polyfill-mbstring.git",
1515 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
1516 },
1517 "dist": {
1518 "type": "zip",
1519 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
1520 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
1521 "shasum": ""
1522 },
1523 "require": {
1524 "ext-iconv": "*",
1525 "php": ">=7.2"
1526 },
1527 "provide": {
1528 "ext-mbstring": "*"
1529 },
1530 "suggest": {
1531 "ext-mbstring": "For best performance"
1532 },
1533 "type": "library",
1534 "extra": {
1535 "thanks": {
1536 "url": "https://github.com/symfony/polyfill",
1537 "name": "symfony/polyfill"
1538 }
1539 },
1540 "autoload": {
1541 "files": [
1542 "bootstrap.php"
1543 ],
1544 "psr-4": {
1545 "Symfony\\Polyfill\\Mbstring\\": ""
1546 }
1547 },
1548 "notification-url": "https://packagist.org/downloads/",
1549 "license": [
1550 "MIT"
1551 ],
1552 "authors": [
1553 {
1554 "name": "Nicolas Grekas",
1555 "email": "p@tchwork.com"
1556 },
1557 {
1558 "name": "Symfony Community",
1559 "homepage": "https://symfony.com/contributors"
1560 }
1561 ],
1562 "description": "Symfony polyfill for the Mbstring extension",
1563 "homepage": "https://symfony.com",
1564 "keywords": [
1565 "compatibility",
1566 "mbstring",
1567 "polyfill",
1568 "portable",
1569 "shim"
1570 ],
1571 "support": {
1572 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
1573 },
1574 "funding": [
1575 {
1576 "url": "https://symfony.com/sponsor",
1577 "type": "custom"
1578 },
1579 {
1580 "url": "https://github.com/fabpot",
1581 "type": "github"
1582 },
1583 {
1584 "url": "https://github.com/nicolas-grekas",
1585 "type": "github"
1586 },
1587 {
1588 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1589 "type": "tidelift"
1590 }
1591 ],
1592 "time": "2024-12-23T08:48:59+00:00"
1593 },
1594 {
1595 "name": "symfony/polyfill-php83",
1596 "version": "v1.33.0",
1597 "source": {
1598 "type": "git",
1599 "url": "https://github.com/symfony/polyfill-php83.git",
1600 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
1601 },
1602 "dist": {
1603 "type": "zip",
1604 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
1605 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
1606 "shasum": ""
1607 },
1608 "require": {
1609 "php": ">=7.2"
1610 },
1611 "type": "library",
1612 "extra": {
1613 "thanks": {
1614 "url": "https://github.com/symfony/polyfill",
1615 "name": "symfony/polyfill"
1616 }
1617 },
1618 "autoload": {
1619 "files": [
1620 "bootstrap.php"
1621 ],
1622 "psr-4": {
1623 "Symfony\\Polyfill\\Php83\\": ""
1624 },
1625 "classmap": [
1626 "Resources/stubs"
1627 ]
1628 },
1629 "notification-url": "https://packagist.org/downloads/",
1630 "license": [
1631 "MIT"
1632 ],
1633 "authors": [
1634 {
1635 "name": "Nicolas Grekas",
1636 "email": "p@tchwork.com"
1637 },
1638 {
1639 "name": "Symfony Community",
1640 "homepage": "https://symfony.com/contributors"
1641 }
1642 ],
1643 "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
1644 "homepage": "https://symfony.com",
1645 "keywords": [
1646 "compatibility",
1647 "polyfill",
1648 "portable",
1649 "shim"
1650 ],
1651 "support": {
1652 "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
1653 },
1654 "funding": [
1655 {
1656 "url": "https://symfony.com/sponsor",
1657 "type": "custom"
1658 },
1659 {
1660 "url": "https://github.com/fabpot",
1661 "type": "github"
1662 },
1663 {
1664 "url": "https://github.com/nicolas-grekas",
1665 "type": "github"
1666 },
1667 {
1668 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1669 "type": "tidelift"
1670 }
1671 ],
1672 "time": "2025-07-08T02:45:35+00:00"
1673 },
1674 {
1675 "name": "symfony/service-contracts",
1676 "version": "v3.6.1",
1677 "source": {
1678 "type": "git",
1679 "url": "https://github.com/symfony/service-contracts.git",
1680 "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
1681 },
1682 "dist": {
1683 "type": "zip",
1684 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43",
1685 "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
1686 "shasum": ""
1687 },
1688 "require": {
1689 "php": ">=8.1",
1690 "psr/container": "^1.1|^2.0",
1691 "symfony/deprecation-contracts": "^2.5|^3"
1692 },
1693 "conflict": {
1694 "ext-psr": "<1.1|>=2"
1695 },
1696 "type": "library",
1697 "extra": {
1698 "thanks": {
1699 "url": "https://github.com/symfony/contracts",
1700 "name": "symfony/contracts"
1701 },
1702 "branch-alias": {
1703 "dev-main": "3.6-dev"
1704 }
1705 },
1706 "autoload": {
1707 "psr-4": {
1708 "Symfony\\Contracts\\Service\\": ""
1709 },
1710 "exclude-from-classmap": [
1711 "/Test/"
1712 ]
1713 },
1714 "notification-url": "https://packagist.org/downloads/",
1715 "license": [
1716 "MIT"
1717 ],
1718 "authors": [
1719 {
1720 "name": "Nicolas Grekas",
1721 "email": "p@tchwork.com"
1722 },
1723 {
1724 "name": "Symfony Community",
1725 "homepage": "https://symfony.com/contributors"
1726 }
1727 ],
1728 "description": "Generic abstractions related to writing services",
1729 "homepage": "https://symfony.com",
1730 "keywords": [
1731 "abstractions",
1732 "contracts",
1733 "decoupling",
1734 "interfaces",
1735 "interoperability",
1736 "standards"
1737 ],
1738 "support": {
1739 "source": "https://github.com/symfony/service-contracts/tree/v3.6.1"
1740 },
1741 "funding": [
1742 {
1743 "url": "https://symfony.com/sponsor",
1744 "type": "custom"
1745 },
1746 {
1747 "url": "https://github.com/fabpot",
1748 "type": "github"
1749 },
1750 {
1751 "url": "https://github.com/nicolas-grekas",
1752 "type": "github"
1753 },
1754 {
1755 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1756 "type": "tidelift"
1757 }
1758 ],
1759 "time": "2025-07-15T11:30:57+00:00"
1760 },
1761 {
1762 "name": "symfony/string",
1763 "version": "v7.4.6",
1764 "source": {
1765 "type": "git",
1766 "url": "https://github.com/symfony/string.git",
1767 "reference": "9f209231affa85aa930a5e46e6eb03381424b30b"
1768 },
1769 "dist": {
1770 "type": "zip",
1771 "url": "https://api.github.com/repos/symfony/string/zipball/9f209231affa85aa930a5e46e6eb03381424b30b",
1772 "reference": "9f209231affa85aa930a5e46e6eb03381424b30b",
1773 "shasum": ""
1774 },
1775 "require": {
1776 "php": ">=8.2",
1777 "symfony/deprecation-contracts": "^2.5|^3.0",
1778 "symfony/polyfill-ctype": "~1.8",
1779 "symfony/polyfill-intl-grapheme": "~1.33",
1780 "symfony/polyfill-intl-normalizer": "~1.0",
1781 "symfony/polyfill-mbstring": "~1.0"
1782 },
1783 "conflict": {
1784 "symfony/translation-contracts": "<2.5"
1785 },
1786 "require-dev": {
1787 "symfony/emoji": "^7.1|^8.0",
1788 "symfony/http-client": "^6.4|^7.0|^8.0",
1789 "symfony/intl": "^6.4|^7.0|^8.0",
1790 "symfony/translation-contracts": "^2.5|^3.0",
1791 "symfony/var-exporter": "^6.4|^7.0|^8.0"
1792 },
1793 "type": "library",
1794 "autoload": {
1795 "files": [
1796 "Resources/functions.php"
1797 ],
1798 "psr-4": {
1799 "Symfony\\Component\\String\\": ""
1800 },
1801 "exclude-from-classmap": [
1802 "/Tests/"
1803 ]
1804 },
1805 "notification-url": "https://packagist.org/downloads/",
1806 "license": [
1807 "MIT"
1808 ],
1809 "authors": [
1810 {
1811 "name": "Nicolas Grekas",
1812 "email": "p@tchwork.com"
1813 },
1814 {
1815 "name": "Symfony Community",
1816 "homepage": "https://symfony.com/contributors"
1817 }
1818 ],
1819 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
1820 "homepage": "https://symfony.com",
1821 "keywords": [
1822 "grapheme",
1823 "i18n",
1824 "string",
1825 "unicode",
1826 "utf-8",
1827 "utf8"
1828 ],
1829 "support": {
1830 "source": "https://github.com/symfony/string/tree/v7.4.6"
1831 },
1832 "funding": [
1833 {
1834 "url": "https://symfony.com/sponsor",
1835 "type": "custom"
1836 },
1837 {
1838 "url": "https://github.com/fabpot",
1839 "type": "github"
1840 },
1841 {
1842 "url": "https://github.com/nicolas-grekas",
1843 "type": "github"
1844 },
1845 {
1846 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1847 "type": "tidelift"
1848 }
1849 ],
1850 "time": "2026-02-09T09:33:46+00:00"
1851 },
1852 {
1853 "name": "web-token/jwt-library",
1854 "version": "3.4.9",
1855 "source": {
1856 "type": "git",
1857 "url": "https://github.com/web-token/jwt-library.git",
1858 "reference": "8fe1650bf3a73673a9c520feff8f9a0e9cbbcd8f"
1859 },
1860 "dist": {
1861 "type": "zip",
1862 "url": "https://api.github.com/repos/web-token/jwt-library/zipball/8fe1650bf3a73673a9c520feff8f9a0e9cbbcd8f",
1863 "reference": "8fe1650bf3a73673a9c520feff8f9a0e9cbbcd8f",
1864 "shasum": ""
1865 },
1866 "require": {
1867 "brick/math": "^0.9|^0.10|^0.11|^0.12",
1868 "ext-json": "*",
1869 "ext-mbstring": "*",
1870 "paragonie/constant_time_encoding": "^2.6|^3.0",
1871 "paragonie/sodium_compat": "^1.20|^2.0",
1872 "php": ">=8.1",
1873 "psr/cache": "^2.0|^3.0",
1874 "psr/clock": "^1.0",
1875 "psr/http-client": "^1.0",
1876 "psr/http-factory": "^1.0",
1877 "spomky-labs/pki-framework": "^1.2.1",
1878 "symfony/console": "^5.4|^6.0|^7.0",
1879 "symfony/http-client": "^5.4|^6.0|^7.0",
1880 "symfony/polyfill-mbstring": "^1.12"
1881 },
1882 "conflict": {
1883 "spomky-labs/jose": "*"
1884 },
1885 "suggest": {
1886 "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
1887 "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance",
1888 "ext-openssl": "For key management (creation, optimization, etc.) and some algorithms (AES, RSA, ECDSA, etc.)",
1889 "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
1890 "paragonie/sodium_compat": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
1891 "spomky-labs/aes-key-wrap": "For all Key Wrapping algorithms (A128KW, A192KW, A256KW, A128GCMKW, A192GCMKW, A256GCMKW, PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW...)",
1892 "symfony/http-client": "To enable JKU/X5U support."
1893 },
1894 "type": "library",
1895 "autoload": {
1896 "psr-4": {
1897 "Jose\\Component\\": ""
1898 }
1899 },
1900 "notification-url": "https://packagist.org/downloads/",
1901 "license": [
1902 "MIT"
1903 ],
1904 "authors": [
1905 {
1906 "name": "Florent Morselli",
1907 "homepage": "https://github.com/Spomky"
1908 },
1909 {
1910 "name": "All contributors",
1911 "homepage": "https://github.com/web-token/jwt-framework/contributors"
1912 }
1913 ],
1914 "description": "JWT library",
1915 "homepage": "https://github.com/web-token",
1916 "keywords": [
1917 "JOSE",
1918 "JWE",
1919 "JWK",
1920 "JWKSet",
1921 "JWS",
1922 "Jot",
1923 "RFC7515",
1924 "RFC7516",
1925 "RFC7517",
1926 "RFC7518",
1927 "RFC7519",
1928 "RFC7520",
1929 "bundle",
1930 "jwa",
1931 "jwt",
1932 "symfony"
1933 ],
1934 "support": {
1935 "issues": "https://github.com/web-token/jwt-library/issues",
1936 "source": "https://github.com/web-token/jwt-library/tree/3.4.9"
1937 },
1938 "funding": [
1939 {
1940 "url": "https://github.com/Spomky",
1941 "type": "github"
1942 },
1943 {
1944 "url": "https://www.patreon.com/FlorentMorselli",
1945 "type": "patreon"
1946 }
1947 ],
1948 "time": "2025-11-17T20:20:37+00:00"
1949 }
1950 ],
1951 "packages-dev": [],
1952 "aliases": [
1953 {
1954 "package": "danielburger1337/oauth2-dpop",
1955 "version": "dev-main",
1956 "alias": "1.2.0",
1957 "alias_normalized": "1.2.0.0"
1958 }
1959 ],
1960 "minimum-stability": "dev",
1961 "stability-flags": {
1962 "danielburger1337/oauth2-dpop": 20
1963 },
1964 "prefer-stable": true,
1965 "prefer-lowest": false,
1966 "platform": {
1967 "php": "^8.3"
1968 },
1969 "platform-dev": [],
1970 "platform-overrides": {
1971 "php": "8.3.0"
1972 },
1973 "plugin-api-version": "2.3.0"
1974}