]> BookStack Code Mirror - bookstack/blob - composer.lock
Maintenance: Updated larastan target level, fixed issues from tests
[bookstack] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "506bcb9f80a5fd736b79c8e138efafa0",
8     "packages": [
9         {
10             "name": "aws/aws-crt-php",
11             "version": "v1.2.7",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/awslabs/aws-crt-php.git",
15                 "reference": "d71d9906c7bb63a28295447ba12e74723bd3730e"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e",
20                 "reference": "d71d9906c7bb63a28295447ba12e74723bd3730e",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.5"
25             },
26             "require-dev": {
27                 "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
28                 "yoast/phpunit-polyfills": "^1.0"
29             },
30             "suggest": {
31                 "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
32             },
33             "type": "library",
34             "autoload": {
35                 "classmap": [
36                     "src/"
37                 ]
38             },
39             "notification-url": "https://packagist.org/downloads/",
40             "license": [
41                 "Apache-2.0"
42             ],
43             "authors": [
44                 {
45                     "name": "AWS SDK Common Runtime Team",
46                     "email": "aws-sdk-common-runtime@amazon.com"
47                 }
48             ],
49             "description": "AWS Common Runtime for PHP",
50             "homepage": "https://github.com/awslabs/aws-crt-php",
51             "keywords": [
52                 "amazon",
53                 "aws",
54                 "crt",
55                 "sdk"
56             ],
57             "support": {
58                 "issues": "https://github.com/awslabs/aws-crt-php/issues",
59                 "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.7"
60             },
61             "time": "2024-10-18T22:15:13+00:00"
62         },
63         {
64             "name": "aws/aws-sdk-php",
65             "version": "3.356.8",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/aws/aws-sdk-php.git",
69                 "reference": "3efa8c62c11fedb17b90f60b2d3a9f815b406e63"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3efa8c62c11fedb17b90f60b2d3a9f815b406e63",
74                 "reference": "3efa8c62c11fedb17b90f60b2d3a9f815b406e63",
75                 "shasum": ""
76             },
77             "require": {
78                 "aws/aws-crt-php": "^1.2.3",
79                 "ext-json": "*",
80                 "ext-pcre": "*",
81                 "ext-simplexml": "*",
82                 "guzzlehttp/guzzle": "^7.4.5",
83                 "guzzlehttp/promises": "^2.0",
84                 "guzzlehttp/psr7": "^2.4.5",
85                 "mtdowling/jmespath.php": "^2.8.0",
86                 "php": ">=8.1",
87                 "psr/http-message": "^2.0"
88             },
89             "require-dev": {
90                 "andrewsville/php-token-reflection": "^1.4",
91                 "aws/aws-php-sns-message-validator": "~1.0",
92                 "behat/behat": "~3.0",
93                 "composer/composer": "^2.7.8",
94                 "dms/phpunit-arraysubset-asserts": "^0.4.0",
95                 "doctrine/cache": "~1.4",
96                 "ext-dom": "*",
97                 "ext-openssl": "*",
98                 "ext-pcntl": "*",
99                 "ext-sockets": "*",
100                 "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
101                 "psr/cache": "^2.0 || ^3.0",
102                 "psr/simple-cache": "^2.0 || ^3.0",
103                 "sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0",
104                 "symfony/filesystem": "^v6.4.0 || ^v7.1.0",
105                 "yoast/phpunit-polyfills": "^2.0"
106             },
107             "suggest": {
108                 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
109                 "doctrine/cache": "To use the DoctrineCacheAdapter",
110                 "ext-curl": "To send requests using cURL",
111                 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
112                 "ext-sockets": "To use client-side monitoring"
113             },
114             "type": "library",
115             "extra": {
116                 "branch-alias": {
117                     "dev-master": "3.0-dev"
118                 }
119             },
120             "autoload": {
121                 "files": [
122                     "src/functions.php"
123                 ],
124                 "psr-4": {
125                     "Aws\\": "src/"
126                 },
127                 "exclude-from-classmap": [
128                     "src/data/"
129                 ]
130             },
131             "notification-url": "https://packagist.org/downloads/",
132             "license": [
133                 "Apache-2.0"
134             ],
135             "authors": [
136                 {
137                     "name": "Amazon Web Services",
138                     "homepage": "http://aws.amazon.com"
139                 }
140             ],
141             "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
142             "homepage": "http://aws.amazon.com/sdkforphp",
143             "keywords": [
144                 "amazon",
145                 "aws",
146                 "cloud",
147                 "dynamodb",
148                 "ec2",
149                 "glacier",
150                 "s3",
151                 "sdk"
152             ],
153             "support": {
154                 "forum": "https://github.com/aws/aws-sdk-php/discussions",
155                 "issues": "https://github.com/aws/aws-sdk-php/issues",
156                 "source": "https://github.com/aws/aws-sdk-php/tree/3.356.8"
157             },
158             "time": "2025-08-29T18:06:18+00:00"
159         },
160         {
161             "name": "bacon/bacon-qr-code",
162             "version": "v3.0.1",
163             "source": {
164                 "type": "git",
165                 "url": "https://github.com/Bacon/BaconQrCode.git",
166                 "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f"
167             },
168             "dist": {
169                 "type": "zip",
170                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f9cc1f52b5a463062251d666761178dbdb6b544f",
171                 "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f",
172                 "shasum": ""
173             },
174             "require": {
175                 "dasprid/enum": "^1.0.3",
176                 "ext-iconv": "*",
177                 "php": "^8.1"
178             },
179             "require-dev": {
180                 "phly/keep-a-changelog": "^2.12",
181                 "phpunit/phpunit": "^10.5.11 || 11.0.4",
182                 "spatie/phpunit-snapshot-assertions": "^5.1.5",
183                 "squizlabs/php_codesniffer": "^3.9"
184             },
185             "suggest": {
186                 "ext-imagick": "to generate QR code images"
187             },
188             "type": "library",
189             "autoload": {
190                 "psr-4": {
191                     "BaconQrCode\\": "src/"
192                 }
193             },
194             "notification-url": "https://packagist.org/downloads/",
195             "license": [
196                 "BSD-2-Clause"
197             ],
198             "authors": [
199                 {
200                     "name": "Ben Scholzen 'DASPRiD'",
201                     "email": "mail@dasprids.de",
202                     "homepage": "https://dasprids.de/",
203                     "role": "Developer"
204                 }
205             ],
206             "description": "BaconQrCode is a QR code generator for PHP.",
207             "homepage": "https://github.com/Bacon/BaconQrCode",
208             "support": {
209                 "issues": "https://github.com/Bacon/BaconQrCode/issues",
210                 "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.1"
211             },
212             "time": "2024-10-01T13:55:55+00:00"
213         },
214         {
215             "name": "brick/math",
216             "version": "0.13.1",
217             "source": {
218                 "type": "git",
219                 "url": "https://github.com/brick/math.git",
220                 "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
221             },
222             "dist": {
223                 "type": "zip",
224                 "url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
225                 "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
226                 "shasum": ""
227             },
228             "require": {
229                 "php": "^8.1"
230             },
231             "require-dev": {
232                 "php-coveralls/php-coveralls": "^2.2",
233                 "phpunit/phpunit": "^10.1",
234                 "vimeo/psalm": "6.8.8"
235             },
236             "type": "library",
237             "autoload": {
238                 "psr-4": {
239                     "Brick\\Math\\": "src/"
240                 }
241             },
242             "notification-url": "https://packagist.org/downloads/",
243             "license": [
244                 "MIT"
245             ],
246             "description": "Arbitrary-precision arithmetic library",
247             "keywords": [
248                 "Arbitrary-precision",
249                 "BigInteger",
250                 "BigRational",
251                 "arithmetic",
252                 "bigdecimal",
253                 "bignum",
254                 "bignumber",
255                 "brick",
256                 "decimal",
257                 "integer",
258                 "math",
259                 "mathematics",
260                 "rational"
261             ],
262             "support": {
263                 "issues": "https://github.com/brick/math/issues",
264                 "source": "https://github.com/brick/math/tree/0.13.1"
265             },
266             "funding": [
267                 {
268                     "url": "https://github.com/BenMorel",
269                     "type": "github"
270                 }
271             ],
272             "time": "2025-03-29T13:50:30+00:00"
273         },
274         {
275             "name": "carbonphp/carbon-doctrine-types",
276             "version": "3.2.0",
277             "source": {
278                 "type": "git",
279                 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
280                 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
281             },
282             "dist": {
283                 "type": "zip",
284                 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
285                 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
286                 "shasum": ""
287             },
288             "require": {
289                 "php": "^8.1"
290             },
291             "conflict": {
292                 "doctrine/dbal": "<4.0.0 || >=5.0.0"
293             },
294             "require-dev": {
295                 "doctrine/dbal": "^4.0.0",
296                 "nesbot/carbon": "^2.71.0 || ^3.0.0",
297                 "phpunit/phpunit": "^10.3"
298             },
299             "type": "library",
300             "autoload": {
301                 "psr-4": {
302                     "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
303                 }
304             },
305             "notification-url": "https://packagist.org/downloads/",
306             "license": [
307                 "MIT"
308             ],
309             "authors": [
310                 {
311                     "name": "KyleKatarn",
312                     "email": "kylekatarnls@gmail.com"
313                 }
314             ],
315             "description": "Types to use Carbon in Doctrine",
316             "keywords": [
317                 "carbon",
318                 "date",
319                 "datetime",
320                 "doctrine",
321                 "time"
322             ],
323             "support": {
324                 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
325                 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
326             },
327             "funding": [
328                 {
329                     "url": "https://github.com/kylekatarnls",
330                     "type": "github"
331                 },
332                 {
333                     "url": "https://opencollective.com/Carbon",
334                     "type": "open_collective"
335                 },
336                 {
337                     "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
338                     "type": "tidelift"
339                 }
340             ],
341             "time": "2024-02-09T16:56:22+00:00"
342         },
343         {
344             "name": "dasprid/enum",
345             "version": "1.0.6",
346             "source": {
347                 "type": "git",
348                 "url": "https://github.com/DASPRiD/Enum.git",
349                 "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90"
350             },
351             "dist": {
352                 "type": "zip",
353                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
354                 "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
355                 "shasum": ""
356             },
357             "require": {
358                 "php": ">=7.1 <9.0"
359             },
360             "require-dev": {
361                 "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
362                 "squizlabs/php_codesniffer": "*"
363             },
364             "type": "library",
365             "autoload": {
366                 "psr-4": {
367                     "DASPRiD\\Enum\\": "src/"
368                 }
369             },
370             "notification-url": "https://packagist.org/downloads/",
371             "license": [
372                 "BSD-2-Clause"
373             ],
374             "authors": [
375                 {
376                     "name": "Ben Scholzen 'DASPRiD'",
377                     "email": "mail@dasprids.de",
378                     "homepage": "https://dasprids.de/",
379                     "role": "Developer"
380                 }
381             ],
382             "description": "PHP 7.1 enum implementation",
383             "keywords": [
384                 "enum",
385                 "map"
386             ],
387             "support": {
388                 "issues": "https://github.com/DASPRiD/Enum/issues",
389                 "source": "https://github.com/DASPRiD/Enum/tree/1.0.6"
390             },
391             "time": "2024-08-09T14:30:48+00:00"
392         },
393         {
394             "name": "dflydev/dot-access-data",
395             "version": "v3.0.3",
396             "source": {
397                 "type": "git",
398                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
399                 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
400             },
401             "dist": {
402                 "type": "zip",
403                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
404                 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
405                 "shasum": ""
406             },
407             "require": {
408                 "php": "^7.1 || ^8.0"
409             },
410             "require-dev": {
411                 "phpstan/phpstan": "^0.12.42",
412                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
413                 "scrutinizer/ocular": "1.6.0",
414                 "squizlabs/php_codesniffer": "^3.5",
415                 "vimeo/psalm": "^4.0.0"
416             },
417             "type": "library",
418             "extra": {
419                 "branch-alias": {
420                     "dev-main": "3.x-dev"
421                 }
422             },
423             "autoload": {
424                 "psr-4": {
425                     "Dflydev\\DotAccessData\\": "src/"
426                 }
427             },
428             "notification-url": "https://packagist.org/downloads/",
429             "license": [
430                 "MIT"
431             ],
432             "authors": [
433                 {
434                     "name": "Dragonfly Development Inc.",
435                     "email": "info@dflydev.com",
436                     "homepage": "http://dflydev.com"
437                 },
438                 {
439                     "name": "Beau Simensen",
440                     "email": "beau@dflydev.com",
441                     "homepage": "http://beausimensen.com"
442                 },
443                 {
444                     "name": "Carlos Frutos",
445                     "email": "carlos@kiwing.it",
446                     "homepage": "https://github.com/cfrutos"
447                 },
448                 {
449                     "name": "Colin O'Dell",
450                     "email": "colinodell@gmail.com",
451                     "homepage": "https://www.colinodell.com"
452                 }
453             ],
454             "description": "Given a deep data structure, access data by dot notation.",
455             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
456             "keywords": [
457                 "access",
458                 "data",
459                 "dot",
460                 "notation"
461             ],
462             "support": {
463                 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
464                 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
465             },
466             "time": "2024-07-08T12:26:09+00:00"
467         },
468         {
469             "name": "doctrine/inflector",
470             "version": "2.1.0",
471             "source": {
472                 "type": "git",
473                 "url": "https://github.com/doctrine/inflector.git",
474                 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
475             },
476             "dist": {
477                 "type": "zip",
478                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
479                 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
480                 "shasum": ""
481             },
482             "require": {
483                 "php": "^7.2 || ^8.0"
484             },
485             "require-dev": {
486                 "doctrine/coding-standard": "^12.0 || ^13.0",
487                 "phpstan/phpstan": "^1.12 || ^2.0",
488                 "phpstan/phpstan-phpunit": "^1.4 || ^2.0",
489                 "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
490                 "phpunit/phpunit": "^8.5 || ^12.2"
491             },
492             "type": "library",
493             "autoload": {
494                 "psr-4": {
495                     "Doctrine\\Inflector\\": "src"
496                 }
497             },
498             "notification-url": "https://packagist.org/downloads/",
499             "license": [
500                 "MIT"
501             ],
502             "authors": [
503                 {
504                     "name": "Guilherme Blanco",
505                     "email": "guilhermeblanco@gmail.com"
506                 },
507                 {
508                     "name": "Roman Borschel",
509                     "email": "roman@code-factory.org"
510                 },
511                 {
512                     "name": "Benjamin Eberlei",
513                     "email": "kontakt@beberlei.de"
514                 },
515                 {
516                     "name": "Jonathan Wage",
517                     "email": "jonwage@gmail.com"
518                 },
519                 {
520                     "name": "Johannes Schmitt",
521                     "email": "schmittjoh@gmail.com"
522                 }
523             ],
524             "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
525             "homepage": "https://www.doctrine-project.org/projects/inflector.html",
526             "keywords": [
527                 "inflection",
528                 "inflector",
529                 "lowercase",
530                 "manipulation",
531                 "php",
532                 "plural",
533                 "singular",
534                 "strings",
535                 "uppercase",
536                 "words"
537             ],
538             "support": {
539                 "issues": "https://github.com/doctrine/inflector/issues",
540                 "source": "https://github.com/doctrine/inflector/tree/2.1.0"
541             },
542             "funding": [
543                 {
544                     "url": "https://www.doctrine-project.org/sponsorship.html",
545                     "type": "custom"
546                 },
547                 {
548                     "url": "https://www.patreon.com/phpdoctrine",
549                     "type": "patreon"
550                 },
551                 {
552                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
553                     "type": "tidelift"
554                 }
555             ],
556             "time": "2025-08-10T19:31:58+00:00"
557         },
558         {
559             "name": "doctrine/lexer",
560             "version": "3.0.1",
561             "source": {
562                 "type": "git",
563                 "url": "https://github.com/doctrine/lexer.git",
564                 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
565             },
566             "dist": {
567                 "type": "zip",
568                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
569                 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
570                 "shasum": ""
571             },
572             "require": {
573                 "php": "^8.1"
574             },
575             "require-dev": {
576                 "doctrine/coding-standard": "^12",
577                 "phpstan/phpstan": "^1.10",
578                 "phpunit/phpunit": "^10.5",
579                 "psalm/plugin-phpunit": "^0.18.3",
580                 "vimeo/psalm": "^5.21"
581             },
582             "type": "library",
583             "autoload": {
584                 "psr-4": {
585                     "Doctrine\\Common\\Lexer\\": "src"
586                 }
587             },
588             "notification-url": "https://packagist.org/downloads/",
589             "license": [
590                 "MIT"
591             ],
592             "authors": [
593                 {
594                     "name": "Guilherme Blanco",
595                     "email": "guilhermeblanco@gmail.com"
596                 },
597                 {
598                     "name": "Roman Borschel",
599                     "email": "roman@code-factory.org"
600                 },
601                 {
602                     "name": "Johannes Schmitt",
603                     "email": "schmittjoh@gmail.com"
604                 }
605             ],
606             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
607             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
608             "keywords": [
609                 "annotations",
610                 "docblock",
611                 "lexer",
612                 "parser",
613                 "php"
614             ],
615             "support": {
616                 "issues": "https://github.com/doctrine/lexer/issues",
617                 "source": "https://github.com/doctrine/lexer/tree/3.0.1"
618             },
619             "funding": [
620                 {
621                     "url": "https://www.doctrine-project.org/sponsorship.html",
622                     "type": "custom"
623                 },
624                 {
625                     "url": "https://www.patreon.com/phpdoctrine",
626                     "type": "patreon"
627                 },
628                 {
629                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
630                     "type": "tidelift"
631                 }
632             ],
633             "time": "2024-02-05T11:56:58+00:00"
634         },
635         {
636             "name": "dompdf/dompdf",
637             "version": "v3.1.0",
638             "source": {
639                 "type": "git",
640                 "url": "https://github.com/dompdf/dompdf.git",
641                 "reference": "a51bd7a063a65499446919286fb18b518177155a"
642             },
643             "dist": {
644                 "type": "zip",
645                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/a51bd7a063a65499446919286fb18b518177155a",
646                 "reference": "a51bd7a063a65499446919286fb18b518177155a",
647                 "shasum": ""
648             },
649             "require": {
650                 "dompdf/php-font-lib": "^1.0.0",
651                 "dompdf/php-svg-lib": "^1.0.0",
652                 "ext-dom": "*",
653                 "ext-mbstring": "*",
654                 "masterminds/html5": "^2.0",
655                 "php": "^7.1 || ^8.0"
656             },
657             "require-dev": {
658                 "ext-gd": "*",
659                 "ext-json": "*",
660                 "ext-zip": "*",
661                 "mockery/mockery": "^1.3",
662                 "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11",
663                 "squizlabs/php_codesniffer": "^3.5",
664                 "symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0"
665             },
666             "suggest": {
667                 "ext-gd": "Needed to process images",
668                 "ext-gmagick": "Improves image processing performance",
669                 "ext-imagick": "Improves image processing performance",
670                 "ext-zlib": "Needed for pdf stream compression"
671             },
672             "type": "library",
673             "autoload": {
674                 "psr-4": {
675                     "Dompdf\\": "src/"
676                 },
677                 "classmap": [
678                     "lib/"
679                 ]
680             },
681             "notification-url": "https://packagist.org/downloads/",
682             "license": [
683                 "LGPL-2.1"
684             ],
685             "authors": [
686                 {
687                     "name": "The Dompdf Community",
688                     "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
689                 }
690             ],
691             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
692             "homepage": "https://github.com/dompdf/dompdf",
693             "support": {
694                 "issues": "https://github.com/dompdf/dompdf/issues",
695                 "source": "https://github.com/dompdf/dompdf/tree/v3.1.0"
696             },
697             "time": "2025-01-15T14:09:04+00:00"
698         },
699         {
700             "name": "dompdf/php-font-lib",
701             "version": "1.0.1",
702             "source": {
703                 "type": "git",
704                 "url": "https://github.com/dompdf/php-font-lib.git",
705                 "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d"
706             },
707             "dist": {
708                 "type": "zip",
709                 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
710                 "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
711                 "shasum": ""
712             },
713             "require": {
714                 "ext-mbstring": "*",
715                 "php": "^7.1 || ^8.0"
716             },
717             "require-dev": {
718                 "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
719             },
720             "type": "library",
721             "autoload": {
722                 "psr-4": {
723                     "FontLib\\": "src/FontLib"
724                 }
725             },
726             "notification-url": "https://packagist.org/downloads/",
727             "license": [
728                 "LGPL-2.1-or-later"
729             ],
730             "authors": [
731                 {
732                     "name": "The FontLib Community",
733                     "homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md"
734                 }
735             ],
736             "description": "A library to read, parse, export and make subsets of different types of font files.",
737             "homepage": "https://github.com/dompdf/php-font-lib",
738             "support": {
739                 "issues": "https://github.com/dompdf/php-font-lib/issues",
740                 "source": "https://github.com/dompdf/php-font-lib/tree/1.0.1"
741             },
742             "time": "2024-12-02T14:37:59+00:00"
743         },
744         {
745             "name": "dompdf/php-svg-lib",
746             "version": "1.0.0",
747             "source": {
748                 "type": "git",
749                 "url": "https://github.com/dompdf/php-svg-lib.git",
750                 "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af"
751             },
752             "dist": {
753                 "type": "zip",
754                 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
755                 "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
756                 "shasum": ""
757             },
758             "require": {
759                 "ext-mbstring": "*",
760                 "php": "^7.1 || ^8.0",
761                 "sabberworm/php-css-parser": "^8.4"
762             },
763             "require-dev": {
764                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
765             },
766             "type": "library",
767             "autoload": {
768                 "psr-4": {
769                     "Svg\\": "src/Svg"
770                 }
771             },
772             "notification-url": "https://packagist.org/downloads/",
773             "license": [
774                 "LGPL-3.0-or-later"
775             ],
776             "authors": [
777                 {
778                     "name": "The SvgLib Community",
779                     "homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md"
780                 }
781             ],
782             "description": "A library to read, parse and export to PDF SVG files.",
783             "homepage": "https://github.com/dompdf/php-svg-lib",
784             "support": {
785                 "issues": "https://github.com/dompdf/php-svg-lib/issues",
786                 "source": "https://github.com/dompdf/php-svg-lib/tree/1.0.0"
787             },
788             "time": "2024-04-29T13:26:35+00:00"
789         },
790         {
791             "name": "dragonmantank/cron-expression",
792             "version": "v3.4.0",
793             "source": {
794                 "type": "git",
795                 "url": "https://github.com/dragonmantank/cron-expression.git",
796                 "reference": "8c784d071debd117328803d86b2097615b457500"
797             },
798             "dist": {
799                 "type": "zip",
800                 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
801                 "reference": "8c784d071debd117328803d86b2097615b457500",
802                 "shasum": ""
803             },
804             "require": {
805                 "php": "^7.2|^8.0",
806                 "webmozart/assert": "^1.0"
807             },
808             "replace": {
809                 "mtdowling/cron-expression": "^1.0"
810             },
811             "require-dev": {
812                 "phpstan/extension-installer": "^1.0",
813                 "phpstan/phpstan": "^1.0",
814                 "phpunit/phpunit": "^7.0|^8.0|^9.0"
815             },
816             "type": "library",
817             "extra": {
818                 "branch-alias": {
819                     "dev-master": "3.x-dev"
820                 }
821             },
822             "autoload": {
823                 "psr-4": {
824                     "Cron\\": "src/Cron/"
825                 }
826             },
827             "notification-url": "https://packagist.org/downloads/",
828             "license": [
829                 "MIT"
830             ],
831             "authors": [
832                 {
833                     "name": "Chris Tankersley",
834                     "email": "chris@ctankersley.com",
835                     "homepage": "https://github.com/dragonmantank"
836                 }
837             ],
838             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
839             "keywords": [
840                 "cron",
841                 "schedule"
842             ],
843             "support": {
844                 "issues": "https://github.com/dragonmantank/cron-expression/issues",
845                 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
846             },
847             "funding": [
848                 {
849                     "url": "https://github.com/dragonmantank",
850                     "type": "github"
851                 }
852             ],
853             "time": "2024-10-09T13:47:03+00:00"
854         },
855         {
856             "name": "egulias/email-validator",
857             "version": "4.0.4",
858             "source": {
859                 "type": "git",
860                 "url": "https://github.com/egulias/EmailValidator.git",
861                 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
862             },
863             "dist": {
864                 "type": "zip",
865                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
866                 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
867                 "shasum": ""
868             },
869             "require": {
870                 "doctrine/lexer": "^2.0 || ^3.0",
871                 "php": ">=8.1",
872                 "symfony/polyfill-intl-idn": "^1.26"
873             },
874             "require-dev": {
875                 "phpunit/phpunit": "^10.2",
876                 "vimeo/psalm": "^5.12"
877             },
878             "suggest": {
879                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
880             },
881             "type": "library",
882             "extra": {
883                 "branch-alias": {
884                     "dev-master": "4.0.x-dev"
885                 }
886             },
887             "autoload": {
888                 "psr-4": {
889                     "Egulias\\EmailValidator\\": "src"
890                 }
891             },
892             "notification-url": "https://packagist.org/downloads/",
893             "license": [
894                 "MIT"
895             ],
896             "authors": [
897                 {
898                     "name": "Eduardo Gulias Davis"
899                 }
900             ],
901             "description": "A library for validating emails against several RFCs",
902             "homepage": "https://github.com/egulias/EmailValidator",
903             "keywords": [
904                 "email",
905                 "emailvalidation",
906                 "emailvalidator",
907                 "validation",
908                 "validator"
909             ],
910             "support": {
911                 "issues": "https://github.com/egulias/EmailValidator/issues",
912                 "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
913             },
914             "funding": [
915                 {
916                     "url": "https://github.com/egulias",
917                     "type": "github"
918                 }
919             ],
920             "time": "2025-03-06T22:45:56+00:00"
921         },
922         {
923             "name": "firebase/php-jwt",
924             "version": "v6.11.1",
925             "source": {
926                 "type": "git",
927                 "url": "https://github.com/firebase/php-jwt.git",
928                 "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"
929             },
930             "dist": {
931                 "type": "zip",
932                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
933                 "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
934                 "shasum": ""
935             },
936             "require": {
937                 "php": "^8.0"
938             },
939             "require-dev": {
940                 "guzzlehttp/guzzle": "^7.4",
941                 "phpspec/prophecy-phpunit": "^2.0",
942                 "phpunit/phpunit": "^9.5",
943                 "psr/cache": "^2.0||^3.0",
944                 "psr/http-client": "^1.0",
945                 "psr/http-factory": "^1.0"
946             },
947             "suggest": {
948                 "ext-sodium": "Support EdDSA (Ed25519) signatures",
949                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
950             },
951             "type": "library",
952             "autoload": {
953                 "psr-4": {
954                     "Firebase\\JWT\\": "src"
955                 }
956             },
957             "notification-url": "https://packagist.org/downloads/",
958             "license": [
959                 "BSD-3-Clause"
960             ],
961             "authors": [
962                 {
963                     "name": "Neuman Vong",
964                     "email": "neuman+pear@twilio.com",
965                     "role": "Developer"
966                 },
967                 {
968                     "name": "Anant Narayanan",
969                     "email": "anant@php.net",
970                     "role": "Developer"
971                 }
972             ],
973             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
974             "homepage": "https://github.com/firebase/php-jwt",
975             "keywords": [
976                 "jwt",
977                 "php"
978             ],
979             "support": {
980                 "issues": "https://github.com/firebase/php-jwt/issues",
981                 "source": "https://github.com/firebase/php-jwt/tree/v6.11.1"
982             },
983             "time": "2025-04-09T20:32:01+00:00"
984         },
985         {
986             "name": "fruitcake/php-cors",
987             "version": "v1.3.0",
988             "source": {
989                 "type": "git",
990                 "url": "https://github.com/fruitcake/php-cors.git",
991                 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
992             },
993             "dist": {
994                 "type": "zip",
995                 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
996                 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
997                 "shasum": ""
998             },
999             "require": {
1000                 "php": "^7.4|^8.0",
1001                 "symfony/http-foundation": "^4.4|^5.4|^6|^7"
1002             },
1003             "require-dev": {
1004                 "phpstan/phpstan": "^1.4",
1005                 "phpunit/phpunit": "^9",
1006                 "squizlabs/php_codesniffer": "^3.5"
1007             },
1008             "type": "library",
1009             "extra": {
1010                 "branch-alias": {
1011                     "dev-master": "1.2-dev"
1012                 }
1013             },
1014             "autoload": {
1015                 "psr-4": {
1016                     "Fruitcake\\Cors\\": "src/"
1017                 }
1018             },
1019             "notification-url": "https://packagist.org/downloads/",
1020             "license": [
1021                 "MIT"
1022             ],
1023             "authors": [
1024                 {
1025                     "name": "Fruitcake",
1026                     "homepage": "https://fruitcake.nl"
1027                 },
1028                 {
1029                     "name": "Barryvdh",
1030                     "email": "barryvdh@gmail.com"
1031                 }
1032             ],
1033             "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
1034             "homepage": "https://github.com/fruitcake/php-cors",
1035             "keywords": [
1036                 "cors",
1037                 "laravel",
1038                 "symfony"
1039             ],
1040             "support": {
1041                 "issues": "https://github.com/fruitcake/php-cors/issues",
1042                 "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
1043             },
1044             "funding": [
1045                 {
1046                     "url": "https://fruitcake.nl",
1047                     "type": "custom"
1048                 },
1049                 {
1050                     "url": "https://github.com/barryvdh",
1051                     "type": "github"
1052                 }
1053             ],
1054             "time": "2023-10-12T05:21:21+00:00"
1055         },
1056         {
1057             "name": "graham-campbell/result-type",
1058             "version": "v1.1.3",
1059             "source": {
1060                 "type": "git",
1061                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1062                 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
1063             },
1064             "dist": {
1065                 "type": "zip",
1066                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
1067                 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
1068                 "shasum": ""
1069             },
1070             "require": {
1071                 "php": "^7.2.5 || ^8.0",
1072                 "phpoption/phpoption": "^1.9.3"
1073             },
1074             "require-dev": {
1075                 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
1076             },
1077             "type": "library",
1078             "autoload": {
1079                 "psr-4": {
1080                     "GrahamCampbell\\ResultType\\": "src/"
1081                 }
1082             },
1083             "notification-url": "https://packagist.org/downloads/",
1084             "license": [
1085                 "MIT"
1086             ],
1087             "authors": [
1088                 {
1089                     "name": "Graham Campbell",
1090                     "email": "hello@gjcampbell.co.uk",
1091                     "homepage": "https://github.com/GrahamCampbell"
1092                 }
1093             ],
1094             "description": "An Implementation Of The Result Type",
1095             "keywords": [
1096                 "Graham Campbell",
1097                 "GrahamCampbell",
1098                 "Result Type",
1099                 "Result-Type",
1100                 "result"
1101             ],
1102             "support": {
1103                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1104                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
1105             },
1106             "funding": [
1107                 {
1108                     "url": "https://github.com/GrahamCampbell",
1109                     "type": "github"
1110                 },
1111                 {
1112                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1113                     "type": "tidelift"
1114                 }
1115             ],
1116             "time": "2024-07-20T21:45:45+00:00"
1117         },
1118         {
1119             "name": "guzzlehttp/guzzle",
1120             "version": "7.10.0",
1121             "source": {
1122                 "type": "git",
1123                 "url": "https://github.com/guzzle/guzzle.git",
1124                 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
1125             },
1126             "dist": {
1127                 "type": "zip",
1128                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
1129                 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
1130                 "shasum": ""
1131             },
1132             "require": {
1133                 "ext-json": "*",
1134                 "guzzlehttp/promises": "^2.3",
1135                 "guzzlehttp/psr7": "^2.8",
1136                 "php": "^7.2.5 || ^8.0",
1137                 "psr/http-client": "^1.0",
1138                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1139             },
1140             "provide": {
1141                 "psr/http-client-implementation": "1.0"
1142             },
1143             "require-dev": {
1144                 "bamarni/composer-bin-plugin": "^1.8.2",
1145                 "ext-curl": "*",
1146                 "guzzle/client-integration-tests": "3.0.2",
1147                 "php-http/message-factory": "^1.1",
1148                 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
1149                 "psr/log": "^1.1 || ^2.0 || ^3.0"
1150             },
1151             "suggest": {
1152                 "ext-curl": "Required for CURL handler support",
1153                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1154                 "psr/log": "Required for using the Log middleware"
1155             },
1156             "type": "library",
1157             "extra": {
1158                 "bamarni-bin": {
1159                     "bin-links": true,
1160                     "forward-command": false
1161                 }
1162             },
1163             "autoload": {
1164                 "files": [
1165                     "src/functions_include.php"
1166                 ],
1167                 "psr-4": {
1168                     "GuzzleHttp\\": "src/"
1169                 }
1170             },
1171             "notification-url": "https://packagist.org/downloads/",
1172             "license": [
1173                 "MIT"
1174             ],
1175             "authors": [
1176                 {
1177                     "name": "Graham Campbell",
1178                     "email": "hello@gjcampbell.co.uk",
1179                     "homepage": "https://github.com/GrahamCampbell"
1180                 },
1181                 {
1182                     "name": "Michael Dowling",
1183                     "email": "mtdowling@gmail.com",
1184                     "homepage": "https://github.com/mtdowling"
1185                 },
1186                 {
1187                     "name": "Jeremy Lindblom",
1188                     "email": "jeremeamia@gmail.com",
1189                     "homepage": "https://github.com/jeremeamia"
1190                 },
1191                 {
1192                     "name": "George Mponos",
1193                     "email": "gmponos@gmail.com",
1194                     "homepage": "https://github.com/gmponos"
1195                 },
1196                 {
1197                     "name": "Tobias Nyholm",
1198                     "email": "tobias.nyholm@gmail.com",
1199                     "homepage": "https://github.com/Nyholm"
1200                 },
1201                 {
1202                     "name": "Márk Sági-Kazár",
1203                     "email": "mark.sagikazar@gmail.com",
1204                     "homepage": "https://github.com/sagikazarmark"
1205                 },
1206                 {
1207                     "name": "Tobias Schultze",
1208                     "email": "webmaster@tubo-world.de",
1209                     "homepage": "https://github.com/Tobion"
1210                 }
1211             ],
1212             "description": "Guzzle is a PHP HTTP client library",
1213             "keywords": [
1214                 "client",
1215                 "curl",
1216                 "framework",
1217                 "http",
1218                 "http client",
1219                 "psr-18",
1220                 "psr-7",
1221                 "rest",
1222                 "web service"
1223             ],
1224             "support": {
1225                 "issues": "https://github.com/guzzle/guzzle/issues",
1226                 "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
1227             },
1228             "funding": [
1229                 {
1230                     "url": "https://github.com/GrahamCampbell",
1231                     "type": "github"
1232                 },
1233                 {
1234                     "url": "https://github.com/Nyholm",
1235                     "type": "github"
1236                 },
1237                 {
1238                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1239                     "type": "tidelift"
1240                 }
1241             ],
1242             "time": "2025-08-23T22:36:01+00:00"
1243         },
1244         {
1245             "name": "guzzlehttp/promises",
1246             "version": "2.3.0",
1247             "source": {
1248                 "type": "git",
1249                 "url": "https://github.com/guzzle/promises.git",
1250                 "reference": "481557b130ef3790cf82b713667b43030dc9c957"
1251             },
1252             "dist": {
1253                 "type": "zip",
1254                 "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
1255                 "reference": "481557b130ef3790cf82b713667b43030dc9c957",
1256                 "shasum": ""
1257             },
1258             "require": {
1259                 "php": "^7.2.5 || ^8.0"
1260             },
1261             "require-dev": {
1262                 "bamarni/composer-bin-plugin": "^1.8.2",
1263                 "phpunit/phpunit": "^8.5.44 || ^9.6.25"
1264             },
1265             "type": "library",
1266             "extra": {
1267                 "bamarni-bin": {
1268                     "bin-links": true,
1269                     "forward-command": false
1270                 }
1271             },
1272             "autoload": {
1273                 "psr-4": {
1274                     "GuzzleHttp\\Promise\\": "src/"
1275                 }
1276             },
1277             "notification-url": "https://packagist.org/downloads/",
1278             "license": [
1279                 "MIT"
1280             ],
1281             "authors": [
1282                 {
1283                     "name": "Graham Campbell",
1284                     "email": "hello@gjcampbell.co.uk",
1285                     "homepage": "https://github.com/GrahamCampbell"
1286                 },
1287                 {
1288                     "name": "Michael Dowling",
1289                     "email": "mtdowling@gmail.com",
1290                     "homepage": "https://github.com/mtdowling"
1291                 },
1292                 {
1293                     "name": "Tobias Nyholm",
1294                     "email": "tobias.nyholm@gmail.com",
1295                     "homepage": "https://github.com/Nyholm"
1296                 },
1297                 {
1298                     "name": "Tobias Schultze",
1299                     "email": "webmaster@tubo-world.de",
1300                     "homepage": "https://github.com/Tobion"
1301                 }
1302             ],
1303             "description": "Guzzle promises library",
1304             "keywords": [
1305                 "promise"
1306             ],
1307             "support": {
1308                 "issues": "https://github.com/guzzle/promises/issues",
1309                 "source": "https://github.com/guzzle/promises/tree/2.3.0"
1310             },
1311             "funding": [
1312                 {
1313                     "url": "https://github.com/GrahamCampbell",
1314                     "type": "github"
1315                 },
1316                 {
1317                     "url": "https://github.com/Nyholm",
1318                     "type": "github"
1319                 },
1320                 {
1321                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1322                     "type": "tidelift"
1323                 }
1324             ],
1325             "time": "2025-08-22T14:34:08+00:00"
1326         },
1327         {
1328             "name": "guzzlehttp/psr7",
1329             "version": "2.8.0",
1330             "source": {
1331                 "type": "git",
1332                 "url": "https://github.com/guzzle/psr7.git",
1333                 "reference": "21dc724a0583619cd1652f673303492272778051"
1334             },
1335             "dist": {
1336                 "type": "zip",
1337                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
1338                 "reference": "21dc724a0583619cd1652f673303492272778051",
1339                 "shasum": ""
1340             },
1341             "require": {
1342                 "php": "^7.2.5 || ^8.0",
1343                 "psr/http-factory": "^1.0",
1344                 "psr/http-message": "^1.1 || ^2.0",
1345                 "ralouphie/getallheaders": "^3.0"
1346             },
1347             "provide": {
1348                 "psr/http-factory-implementation": "1.0",
1349                 "psr/http-message-implementation": "1.0"
1350             },
1351             "require-dev": {
1352                 "bamarni/composer-bin-plugin": "^1.8.2",
1353                 "http-interop/http-factory-tests": "0.9.0",
1354                 "phpunit/phpunit": "^8.5.44 || ^9.6.25"
1355             },
1356             "suggest": {
1357                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1358             },
1359             "type": "library",
1360             "extra": {
1361                 "bamarni-bin": {
1362                     "bin-links": true,
1363                     "forward-command": false
1364                 }
1365             },
1366             "autoload": {
1367                 "psr-4": {
1368                     "GuzzleHttp\\Psr7\\": "src/"
1369                 }
1370             },
1371             "notification-url": "https://packagist.org/downloads/",
1372             "license": [
1373                 "MIT"
1374             ],
1375             "authors": [
1376                 {
1377                     "name": "Graham Campbell",
1378                     "email": "hello@gjcampbell.co.uk",
1379                     "homepage": "https://github.com/GrahamCampbell"
1380                 },
1381                 {
1382                     "name": "Michael Dowling",
1383                     "email": "mtdowling@gmail.com",
1384                     "homepage": "https://github.com/mtdowling"
1385                 },
1386                 {
1387                     "name": "George Mponos",
1388                     "email": "gmponos@gmail.com",
1389                     "homepage": "https://github.com/gmponos"
1390                 },
1391                 {
1392                     "name": "Tobias Nyholm",
1393                     "email": "tobias.nyholm@gmail.com",
1394                     "homepage": "https://github.com/Nyholm"
1395                 },
1396                 {
1397                     "name": "Márk Sági-Kazár",
1398                     "email": "mark.sagikazar@gmail.com",
1399                     "homepage": "https://github.com/sagikazarmark"
1400                 },
1401                 {
1402                     "name": "Tobias Schultze",
1403                     "email": "webmaster@tubo-world.de",
1404                     "homepage": "https://github.com/Tobion"
1405                 },
1406                 {
1407                     "name": "Márk Sági-Kazár",
1408                     "email": "mark.sagikazar@gmail.com",
1409                     "homepage": "https://sagikazarmark.hu"
1410                 }
1411             ],
1412             "description": "PSR-7 message implementation that also provides common utility methods",
1413             "keywords": [
1414                 "http",
1415                 "message",
1416                 "psr-7",
1417                 "request",
1418                 "response",
1419                 "stream",
1420                 "uri",
1421                 "url"
1422             ],
1423             "support": {
1424                 "issues": "https://github.com/guzzle/psr7/issues",
1425                 "source": "https://github.com/guzzle/psr7/tree/2.8.0"
1426             },
1427             "funding": [
1428                 {
1429                     "url": "https://github.com/GrahamCampbell",
1430                     "type": "github"
1431                 },
1432                 {
1433                     "url": "https://github.com/Nyholm",
1434                     "type": "github"
1435                 },
1436                 {
1437                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1438                     "type": "tidelift"
1439                 }
1440             ],
1441             "time": "2025-08-23T21:21:41+00:00"
1442         },
1443         {
1444             "name": "guzzlehttp/uri-template",
1445             "version": "v1.0.5",
1446             "source": {
1447                 "type": "git",
1448                 "url": "https://github.com/guzzle/uri-template.git",
1449                 "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1"
1450             },
1451             "dist": {
1452                 "type": "zip",
1453                 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1",
1454                 "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1",
1455                 "shasum": ""
1456             },
1457             "require": {
1458                 "php": "^7.2.5 || ^8.0",
1459                 "symfony/polyfill-php80": "^1.24"
1460             },
1461             "require-dev": {
1462                 "bamarni/composer-bin-plugin": "^1.8.2",
1463                 "phpunit/phpunit": "^8.5.44 || ^9.6.25",
1464                 "uri-template/tests": "1.0.0"
1465             },
1466             "type": "library",
1467             "extra": {
1468                 "bamarni-bin": {
1469                     "bin-links": true,
1470                     "forward-command": false
1471                 }
1472             },
1473             "autoload": {
1474                 "psr-4": {
1475                     "GuzzleHttp\\UriTemplate\\": "src"
1476                 }
1477             },
1478             "notification-url": "https://packagist.org/downloads/",
1479             "license": [
1480                 "MIT"
1481             ],
1482             "authors": [
1483                 {
1484                     "name": "Graham Campbell",
1485                     "email": "hello@gjcampbell.co.uk",
1486                     "homepage": "https://github.com/GrahamCampbell"
1487                 },
1488                 {
1489                     "name": "Michael Dowling",
1490                     "email": "mtdowling@gmail.com",
1491                     "homepage": "https://github.com/mtdowling"
1492                 },
1493                 {
1494                     "name": "George Mponos",
1495                     "email": "gmponos@gmail.com",
1496                     "homepage": "https://github.com/gmponos"
1497                 },
1498                 {
1499                     "name": "Tobias Nyholm",
1500                     "email": "tobias.nyholm@gmail.com",
1501                     "homepage": "https://github.com/Nyholm"
1502                 }
1503             ],
1504             "description": "A polyfill class for uri_template of PHP",
1505             "keywords": [
1506                 "guzzlehttp",
1507                 "uri-template"
1508             ],
1509             "support": {
1510                 "issues": "https://github.com/guzzle/uri-template/issues",
1511                 "source": "https://github.com/guzzle/uri-template/tree/v1.0.5"
1512             },
1513             "funding": [
1514                 {
1515                     "url": "https://github.com/GrahamCampbell",
1516                     "type": "github"
1517                 },
1518                 {
1519                     "url": "https://github.com/Nyholm",
1520                     "type": "github"
1521                 },
1522                 {
1523                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1524                     "type": "tidelift"
1525                 }
1526             ],
1527             "time": "2025-08-22T14:27:06+00:00"
1528         },
1529         {
1530             "name": "intervention/gif",
1531             "version": "4.2.2",
1532             "source": {
1533                 "type": "git",
1534                 "url": "https://github.com/Intervention/gif.git",
1535                 "reference": "5999eac6a39aa760fb803bc809e8909ee67b451a"
1536             },
1537             "dist": {
1538                 "type": "zip",
1539                 "url": "https://api.github.com/repos/Intervention/gif/zipball/5999eac6a39aa760fb803bc809e8909ee67b451a",
1540                 "reference": "5999eac6a39aa760fb803bc809e8909ee67b451a",
1541                 "shasum": ""
1542             },
1543             "require": {
1544                 "php": "^8.1"
1545             },
1546             "require-dev": {
1547                 "phpstan/phpstan": "^2.1",
1548                 "phpunit/phpunit": "^10.0 || ^11.0  || ^12.0",
1549                 "slevomat/coding-standard": "~8.0",
1550                 "squizlabs/php_codesniffer": "^3.8"
1551             },
1552             "type": "library",
1553             "autoload": {
1554                 "psr-4": {
1555                     "Intervention\\Gif\\": "src"
1556                 }
1557             },
1558             "notification-url": "https://packagist.org/downloads/",
1559             "license": [
1560                 "MIT"
1561             ],
1562             "authors": [
1563                 {
1564                     "name": "Oliver Vogel",
1565                     "email": "oliver@intervention.io",
1566                     "homepage": "https://intervention.io/"
1567                 }
1568             ],
1569             "description": "Native PHP GIF Encoder/Decoder",
1570             "homepage": "https://github.com/intervention/gif",
1571             "keywords": [
1572                 "animation",
1573                 "gd",
1574                 "gif",
1575                 "image"
1576             ],
1577             "support": {
1578                 "issues": "https://github.com/Intervention/gif/issues",
1579                 "source": "https://github.com/Intervention/gif/tree/4.2.2"
1580             },
1581             "funding": [
1582                 {
1583                     "url": "https://paypal.me/interventionio",
1584                     "type": "custom"
1585                 },
1586                 {
1587                     "url": "https://github.com/Intervention",
1588                     "type": "github"
1589                 },
1590                 {
1591                     "url": "https://ko-fi.com/interventionphp",
1592                     "type": "ko_fi"
1593                 }
1594             ],
1595             "time": "2025-03-29T07:46:21+00:00"
1596         },
1597         {
1598             "name": "intervention/image",
1599             "version": "3.11.4",
1600             "source": {
1601                 "type": "git",
1602                 "url": "https://github.com/Intervention/image.git",
1603                 "reference": "8c49eb21a6d2572532d1bc425964264f3e496846"
1604             },
1605             "dist": {
1606                 "type": "zip",
1607                 "url": "https://api.github.com/repos/Intervention/image/zipball/8c49eb21a6d2572532d1bc425964264f3e496846",
1608                 "reference": "8c49eb21a6d2572532d1bc425964264f3e496846",
1609                 "shasum": ""
1610             },
1611             "require": {
1612                 "ext-mbstring": "*",
1613                 "intervention/gif": "^4.2",
1614                 "php": "^8.1"
1615             },
1616             "require-dev": {
1617                 "mockery/mockery": "^1.6",
1618                 "phpstan/phpstan": "^2.1",
1619                 "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
1620                 "slevomat/coding-standard": "~8.0",
1621                 "squizlabs/php_codesniffer": "^3.8"
1622             },
1623             "suggest": {
1624                 "ext-exif": "Recommended to be able to read EXIF data properly."
1625             },
1626             "type": "library",
1627             "autoload": {
1628                 "psr-4": {
1629                     "Intervention\\Image\\": "src"
1630                 }
1631             },
1632             "notification-url": "https://packagist.org/downloads/",
1633             "license": [
1634                 "MIT"
1635             ],
1636             "authors": [
1637                 {
1638                     "name": "Oliver Vogel",
1639                     "email": "oliver@intervention.io",
1640                     "homepage": "https://intervention.io/"
1641                 }
1642             ],
1643             "description": "PHP image manipulation",
1644             "homepage": "https://image.intervention.io/",
1645             "keywords": [
1646                 "gd",
1647                 "image",
1648                 "imagick",
1649                 "resize",
1650                 "thumbnail",
1651                 "watermark"
1652             ],
1653             "support": {
1654                 "issues": "https://github.com/Intervention/image/issues",
1655                 "source": "https://github.com/Intervention/image/tree/3.11.4"
1656             },
1657             "funding": [
1658                 {
1659                     "url": "https://paypal.me/interventionio",
1660                     "type": "custom"
1661                 },
1662                 {
1663                     "url": "https://github.com/Intervention",
1664                     "type": "github"
1665                 },
1666                 {
1667                     "url": "https://ko-fi.com/interventionphp",
1668                     "type": "ko_fi"
1669                 }
1670             ],
1671             "time": "2025-07-30T13:13:19+00:00"
1672         },
1673         {
1674             "name": "knplabs/knp-snappy",
1675             "version": "v1.5.1",
1676             "source": {
1677                 "type": "git",
1678                 "url": "https://github.com/KnpLabs/snappy.git",
1679                 "reference": "3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7"
1680             },
1681             "dist": {
1682                 "type": "zip",
1683                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7",
1684                 "reference": "3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7",
1685                 "shasum": ""
1686             },
1687             "require": {
1688                 "php": ">=8.1",
1689                 "psr/log": "^2.0||^3.0",
1690                 "symfony/process": "^5.0||^6.0||^7.0"
1691             },
1692             "require-dev": {
1693                 "friendsofphp/php-cs-fixer": "^3.0",
1694                 "pedrotroller/php-cs-custom-fixer": "^2.19",
1695                 "phpstan/phpstan": "^1.0.0",
1696                 "phpstan/phpstan-phpunit": "^1.0.0",
1697                 "phpunit/phpunit": "^8.5"
1698             },
1699             "type": "library",
1700             "extra": {
1701                 "branch-alias": {
1702                     "dev-master": "1.x-dev"
1703                 }
1704             },
1705             "autoload": {
1706                 "psr-4": {
1707                     "Knp\\Snappy\\": "src/Knp/Snappy"
1708                 }
1709             },
1710             "notification-url": "https://packagist.org/downloads/",
1711             "license": [
1712                 "MIT"
1713             ],
1714             "authors": [
1715                 {
1716                     "name": "KNP Labs Team",
1717                     "homepage": "http://knplabs.com"
1718                 },
1719                 {
1720                     "name": "Symfony Community",
1721                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1722                 }
1723             ],
1724             "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1725             "homepage": "http://github.com/KnpLabs/snappy",
1726             "keywords": [
1727                 "knp",
1728                 "knplabs",
1729                 "pdf",
1730                 "snapshot",
1731                 "thumbnail",
1732                 "wkhtmltopdf"
1733             ],
1734             "support": {
1735                 "issues": "https://github.com/KnpLabs/snappy/issues",
1736                 "source": "https://github.com/KnpLabs/snappy/tree/v1.5.1"
1737             },
1738             "time": "2025-01-06T16:53:26+00:00"
1739         },
1740         {
1741             "name": "laravel/framework",
1742             "version": "v12.26.4",
1743             "source": {
1744                 "type": "git",
1745                 "url": "https://github.com/laravel/framework.git",
1746                 "reference": "085a367a32ba86fcfa647bfc796098ae6f795b09"
1747             },
1748             "dist": {
1749                 "type": "zip",
1750                 "url": "https://api.github.com/repos/laravel/framework/zipball/085a367a32ba86fcfa647bfc796098ae6f795b09",
1751                 "reference": "085a367a32ba86fcfa647bfc796098ae6f795b09",
1752                 "shasum": ""
1753             },
1754             "require": {
1755                 "brick/math": "^0.11|^0.12|^0.13",
1756                 "composer-runtime-api": "^2.2",
1757                 "doctrine/inflector": "^2.0.5",
1758                 "dragonmantank/cron-expression": "^3.4",
1759                 "egulias/email-validator": "^3.2.1|^4.0",
1760                 "ext-ctype": "*",
1761                 "ext-filter": "*",
1762                 "ext-hash": "*",
1763                 "ext-mbstring": "*",
1764                 "ext-openssl": "*",
1765                 "ext-session": "*",
1766                 "ext-tokenizer": "*",
1767                 "fruitcake/php-cors": "^1.3",
1768                 "guzzlehttp/guzzle": "^7.8.2",
1769                 "guzzlehttp/uri-template": "^1.0",
1770                 "laravel/prompts": "^0.3.0",
1771                 "laravel/serializable-closure": "^1.3|^2.0",
1772                 "league/commonmark": "^2.7",
1773                 "league/flysystem": "^3.25.1",
1774                 "league/flysystem-local": "^3.25.1",
1775                 "league/uri": "^7.5.1",
1776                 "monolog/monolog": "^3.0",
1777                 "nesbot/carbon": "^3.8.4",
1778                 "nunomaduro/termwind": "^2.0",
1779                 "php": "^8.2",
1780                 "psr/container": "^1.1.1|^2.0.1",
1781                 "psr/log": "^1.0|^2.0|^3.0",
1782                 "psr/simple-cache": "^1.0|^2.0|^3.0",
1783                 "ramsey/uuid": "^4.7",
1784                 "symfony/console": "^7.2.0",
1785                 "symfony/error-handler": "^7.2.0",
1786                 "symfony/finder": "^7.2.0",
1787                 "symfony/http-foundation": "^7.2.0",
1788                 "symfony/http-kernel": "^7.2.0",
1789                 "symfony/mailer": "^7.2.0",
1790                 "symfony/mime": "^7.2.0",
1791                 "symfony/polyfill-php83": "^1.33",
1792                 "symfony/polyfill-php84": "^1.33",
1793                 "symfony/polyfill-php85": "^1.33",
1794                 "symfony/process": "^7.2.0",
1795                 "symfony/routing": "^7.2.0",
1796                 "symfony/uid": "^7.2.0",
1797                 "symfony/var-dumper": "^7.2.0",
1798                 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
1799                 "vlucas/phpdotenv": "^5.6.1",
1800                 "voku/portable-ascii": "^2.0.2"
1801             },
1802             "conflict": {
1803                 "tightenco/collect": "<5.5.33"
1804             },
1805             "provide": {
1806                 "psr/container-implementation": "1.1|2.0",
1807                 "psr/log-implementation": "1.0|2.0|3.0",
1808                 "psr/simple-cache-implementation": "1.0|2.0|3.0"
1809             },
1810             "replace": {
1811                 "illuminate/auth": "self.version",
1812                 "illuminate/broadcasting": "self.version",
1813                 "illuminate/bus": "self.version",
1814                 "illuminate/cache": "self.version",
1815                 "illuminate/collections": "self.version",
1816                 "illuminate/concurrency": "self.version",
1817                 "illuminate/conditionable": "self.version",
1818                 "illuminate/config": "self.version",
1819                 "illuminate/console": "self.version",
1820                 "illuminate/container": "self.version",
1821                 "illuminate/contracts": "self.version",
1822                 "illuminate/cookie": "self.version",
1823                 "illuminate/database": "self.version",
1824                 "illuminate/encryption": "self.version",
1825                 "illuminate/events": "self.version",
1826                 "illuminate/filesystem": "self.version",
1827                 "illuminate/hashing": "self.version",
1828                 "illuminate/http": "self.version",
1829                 "illuminate/log": "self.version",
1830                 "illuminate/macroable": "self.version",
1831                 "illuminate/mail": "self.version",
1832                 "illuminate/notifications": "self.version",
1833                 "illuminate/pagination": "self.version",
1834                 "illuminate/pipeline": "self.version",
1835                 "illuminate/process": "self.version",
1836                 "illuminate/queue": "self.version",
1837                 "illuminate/redis": "self.version",
1838                 "illuminate/routing": "self.version",
1839                 "illuminate/session": "self.version",
1840                 "illuminate/support": "self.version",
1841                 "illuminate/testing": "self.version",
1842                 "illuminate/translation": "self.version",
1843                 "illuminate/validation": "self.version",
1844                 "illuminate/view": "self.version",
1845                 "spatie/once": "*"
1846             },
1847             "require-dev": {
1848                 "ably/ably-php": "^1.0",
1849                 "aws/aws-sdk-php": "^3.322.9",
1850                 "ext-gmp": "*",
1851                 "fakerphp/faker": "^1.24",
1852                 "guzzlehttp/promises": "^2.0.3",
1853                 "guzzlehttp/psr7": "^2.4",
1854                 "laravel/pint": "^1.18",
1855                 "league/flysystem-aws-s3-v3": "^3.25.1",
1856                 "league/flysystem-ftp": "^3.25.1",
1857                 "league/flysystem-path-prefixing": "^3.25.1",
1858                 "league/flysystem-read-only": "^3.25.1",
1859                 "league/flysystem-sftp-v3": "^3.25.1",
1860                 "mockery/mockery": "^1.6.10",
1861                 "orchestra/testbench-core": "^10.6.3",
1862                 "pda/pheanstalk": "^5.0.6|^7.0.0",
1863                 "php-http/discovery": "^1.15",
1864                 "phpstan/phpstan": "^2.0",
1865                 "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
1866                 "predis/predis": "^2.3|^3.0",
1867                 "resend/resend-php": "^0.10.0",
1868                 "symfony/cache": "^7.2.0",
1869                 "symfony/http-client": "^7.2.0",
1870                 "symfony/psr-http-message-bridge": "^7.2.0",
1871                 "symfony/translation": "^7.2.0"
1872             },
1873             "suggest": {
1874                 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1875                 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
1876                 "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
1877                 "ext-apcu": "Required to use the APC cache driver.",
1878                 "ext-fileinfo": "Required to use the Filesystem class.",
1879                 "ext-ftp": "Required to use the Flysystem FTP driver.",
1880                 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1881                 "ext-memcached": "Required to use the memcache cache driver.",
1882                 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
1883                 "ext-pdo": "Required to use all database features.",
1884                 "ext-posix": "Required to use all features of the queue worker.",
1885                 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
1886                 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1887                 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
1888                 "laravel/tinker": "Required to use the tinker console command (^2.0).",
1889                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
1890                 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
1891                 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
1892                 "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
1893                 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
1894                 "mockery/mockery": "Required to use mocking (^1.6).",
1895                 "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
1896                 "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
1897                 "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).",
1898                 "predis/predis": "Required to use the predis connector (^2.3|^3.0).",
1899                 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1900                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
1901                 "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
1902                 "symfony/cache": "Required to PSR-6 cache bridge (^7.2).",
1903                 "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).",
1904                 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.2).",
1905                 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.2).",
1906                 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.2).",
1907                 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.2)."
1908             },
1909             "type": "library",
1910             "extra": {
1911                 "branch-alias": {
1912                     "dev-master": "12.x-dev"
1913                 }
1914             },
1915             "autoload": {
1916                 "files": [
1917                     "src/Illuminate/Collections/functions.php",
1918                     "src/Illuminate/Collections/helpers.php",
1919                     "src/Illuminate/Events/functions.php",
1920                     "src/Illuminate/Filesystem/functions.php",
1921                     "src/Illuminate/Foundation/helpers.php",
1922                     "src/Illuminate/Log/functions.php",
1923                     "src/Illuminate/Support/functions.php",
1924                     "src/Illuminate/Support/helpers.php"
1925                 ],
1926                 "psr-4": {
1927                     "Illuminate\\": "src/Illuminate/",
1928                     "Illuminate\\Support\\": [
1929                         "src/Illuminate/Macroable/",
1930                         "src/Illuminate/Collections/",
1931                         "src/Illuminate/Conditionable/"
1932                     ]
1933                 }
1934             },
1935             "notification-url": "https://packagist.org/downloads/",
1936             "license": [
1937                 "MIT"
1938             ],
1939             "authors": [
1940                 {
1941                     "name": "Taylor Otwell",
1942                     "email": "taylor@laravel.com"
1943                 }
1944             ],
1945             "description": "The Laravel Framework.",
1946             "homepage": "https://laravel.com",
1947             "keywords": [
1948                 "framework",
1949                 "laravel"
1950             ],
1951             "support": {
1952                 "issues": "https://github.com/laravel/framework/issues",
1953                 "source": "https://github.com/laravel/framework"
1954             },
1955             "time": "2025-08-29T14:15:53+00:00"
1956         },
1957         {
1958             "name": "laravel/prompts",
1959             "version": "v0.3.6",
1960             "source": {
1961                 "type": "git",
1962                 "url": "https://github.com/laravel/prompts.git",
1963                 "reference": "86a8b692e8661d0fb308cec64f3d176821323077"
1964             },
1965             "dist": {
1966                 "type": "zip",
1967                 "url": "https://api.github.com/repos/laravel/prompts/zipball/86a8b692e8661d0fb308cec64f3d176821323077",
1968                 "reference": "86a8b692e8661d0fb308cec64f3d176821323077",
1969                 "shasum": ""
1970             },
1971             "require": {
1972                 "composer-runtime-api": "^2.2",
1973                 "ext-mbstring": "*",
1974                 "php": "^8.1",
1975                 "symfony/console": "^6.2|^7.0"
1976             },
1977             "conflict": {
1978                 "illuminate/console": ">=10.17.0 <10.25.0",
1979                 "laravel/framework": ">=10.17.0 <10.25.0"
1980             },
1981             "require-dev": {
1982                 "illuminate/collections": "^10.0|^11.0|^12.0",
1983                 "mockery/mockery": "^1.5",
1984                 "pestphp/pest": "^2.3|^3.4",
1985                 "phpstan/phpstan": "^1.11",
1986                 "phpstan/phpstan-mockery": "^1.1"
1987             },
1988             "suggest": {
1989                 "ext-pcntl": "Required for the spinner to be animated."
1990             },
1991             "type": "library",
1992             "extra": {
1993                 "branch-alias": {
1994                     "dev-main": "0.3.x-dev"
1995                 }
1996             },
1997             "autoload": {
1998                 "files": [
1999                     "src/helpers.php"
2000                 ],
2001                 "psr-4": {
2002                     "Laravel\\Prompts\\": "src/"
2003                 }
2004             },
2005             "notification-url": "https://packagist.org/downloads/",
2006             "license": [
2007                 "MIT"
2008             ],
2009             "description": "Add beautiful and user-friendly forms to your command-line applications.",
2010             "support": {
2011                 "issues": "https://github.com/laravel/prompts/issues",
2012                 "source": "https://github.com/laravel/prompts/tree/v0.3.6"
2013             },
2014             "time": "2025-07-07T14:17:42+00:00"
2015         },
2016         {
2017             "name": "laravel/serializable-closure",
2018             "version": "v2.0.4",
2019             "source": {
2020                 "type": "git",
2021                 "url": "https://github.com/laravel/serializable-closure.git",
2022                 "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841"
2023             },
2024             "dist": {
2025                 "type": "zip",
2026                 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
2027                 "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
2028                 "shasum": ""
2029             },
2030             "require": {
2031                 "php": "^8.1"
2032             },
2033             "require-dev": {
2034                 "illuminate/support": "^10.0|^11.0|^12.0",
2035                 "nesbot/carbon": "^2.67|^3.0",
2036                 "pestphp/pest": "^2.36|^3.0",
2037                 "phpstan/phpstan": "^2.0",
2038                 "symfony/var-dumper": "^6.2.0|^7.0.0"
2039             },
2040             "type": "library",
2041             "extra": {
2042                 "branch-alias": {
2043                     "dev-master": "2.x-dev"
2044                 }
2045             },
2046             "autoload": {
2047                 "psr-4": {
2048                     "Laravel\\SerializableClosure\\": "src/"
2049                 }
2050             },
2051             "notification-url": "https://packagist.org/downloads/",
2052             "license": [
2053                 "MIT"
2054             ],
2055             "authors": [
2056                 {
2057                     "name": "Taylor Otwell",
2058                     "email": "taylor@laravel.com"
2059                 },
2060                 {
2061                     "name": "Nuno Maduro",
2062                     "email": "nuno@laravel.com"
2063                 }
2064             ],
2065             "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
2066             "keywords": [
2067                 "closure",
2068                 "laravel",
2069                 "serializable"
2070             ],
2071             "support": {
2072                 "issues": "https://github.com/laravel/serializable-closure/issues",
2073                 "source": "https://github.com/laravel/serializable-closure"
2074             },
2075             "time": "2025-03-19T13:51:03+00:00"
2076         },
2077         {
2078             "name": "laravel/socialite",
2079             "version": "v5.23.0",
2080             "source": {
2081                 "type": "git",
2082                 "url": "https://github.com/laravel/socialite.git",
2083                 "reference": "e9e0fc83b9d8d71c8385a5da20e5b95ca6234cf5"
2084             },
2085             "dist": {
2086                 "type": "zip",
2087                 "url": "https://api.github.com/repos/laravel/socialite/zipball/e9e0fc83b9d8d71c8385a5da20e5b95ca6234cf5",
2088                 "reference": "e9e0fc83b9d8d71c8385a5da20e5b95ca6234cf5",
2089                 "shasum": ""
2090             },
2091             "require": {
2092                 "ext-json": "*",
2093                 "firebase/php-jwt": "^6.4",
2094                 "guzzlehttp/guzzle": "^6.0|^7.0",
2095                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2096                 "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2097                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2098                 "league/oauth1-client": "^1.11",
2099                 "php": "^7.2|^8.0",
2100                 "phpseclib/phpseclib": "^3.0"
2101             },
2102             "require-dev": {
2103                 "mockery/mockery": "^1.0",
2104                 "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
2105                 "phpstan/phpstan": "^1.12.23",
2106                 "phpunit/phpunit": "^8.0|^9.3|^10.4|^11.5"
2107             },
2108             "type": "library",
2109             "extra": {
2110                 "laravel": {
2111                     "aliases": {
2112                         "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
2113                     },
2114                     "providers": [
2115                         "Laravel\\Socialite\\SocialiteServiceProvider"
2116                     ]
2117                 },
2118                 "branch-alias": {
2119                     "dev-master": "5.x-dev"
2120                 }
2121             },
2122             "autoload": {
2123                 "psr-4": {
2124                     "Laravel\\Socialite\\": "src/"
2125                 }
2126             },
2127             "notification-url": "https://packagist.org/downloads/",
2128             "license": [
2129                 "MIT"
2130             ],
2131             "authors": [
2132                 {
2133                     "name": "Taylor Otwell",
2134                     "email": "taylor@laravel.com"
2135                 }
2136             ],
2137             "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
2138             "homepage": "https://laravel.com",
2139             "keywords": [
2140                 "laravel",
2141                 "oauth"
2142             ],
2143             "support": {
2144                 "issues": "https://github.com/laravel/socialite/issues",
2145                 "source": "https://github.com/laravel/socialite"
2146             },
2147             "time": "2025-07-23T14:16:08+00:00"
2148         },
2149         {
2150             "name": "laravel/tinker",
2151             "version": "v2.10.1",
2152             "source": {
2153                 "type": "git",
2154                 "url": "https://github.com/laravel/tinker.git",
2155                 "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3"
2156             },
2157             "dist": {
2158                 "type": "zip",
2159                 "url": "https://api.github.com/repos/laravel/tinker/zipball/22177cc71807d38f2810c6204d8f7183d88a57d3",
2160                 "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3",
2161                 "shasum": ""
2162             },
2163             "require": {
2164                 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2165                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2166                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2167                 "php": "^7.2.5|^8.0",
2168                 "psy/psysh": "^0.11.1|^0.12.0",
2169                 "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
2170             },
2171             "require-dev": {
2172                 "mockery/mockery": "~1.3.3|^1.4.2",
2173                 "phpstan/phpstan": "^1.10",
2174                 "phpunit/phpunit": "^8.5.8|^9.3.3|^10.0"
2175             },
2176             "suggest": {
2177                 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)."
2178             },
2179             "type": "library",
2180             "extra": {
2181                 "laravel": {
2182                     "providers": [
2183                         "Laravel\\Tinker\\TinkerServiceProvider"
2184                     ]
2185                 }
2186             },
2187             "autoload": {
2188                 "psr-4": {
2189                     "Laravel\\Tinker\\": "src/"
2190                 }
2191             },
2192             "notification-url": "https://packagist.org/downloads/",
2193             "license": [
2194                 "MIT"
2195             ],
2196             "authors": [
2197                 {
2198                     "name": "Taylor Otwell",
2199                     "email": "taylor@laravel.com"
2200                 }
2201             ],
2202             "description": "Powerful REPL for the Laravel framework.",
2203             "keywords": [
2204                 "REPL",
2205                 "Tinker",
2206                 "laravel",
2207                 "psysh"
2208             ],
2209             "support": {
2210                 "issues": "https://github.com/laravel/tinker/issues",
2211                 "source": "https://github.com/laravel/tinker/tree/v2.10.1"
2212             },
2213             "time": "2025-01-27T14:24:01+00:00"
2214         },
2215         {
2216             "name": "league/commonmark",
2217             "version": "2.7.1",
2218             "source": {
2219                 "type": "git",
2220                 "url": "https://github.com/thephpleague/commonmark.git",
2221                 "reference": "10732241927d3971d28e7ea7b5712721fa2296ca"
2222             },
2223             "dist": {
2224                 "type": "zip",
2225                 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca",
2226                 "reference": "10732241927d3971d28e7ea7b5712721fa2296ca",
2227                 "shasum": ""
2228             },
2229             "require": {
2230                 "ext-mbstring": "*",
2231                 "league/config": "^1.1.1",
2232                 "php": "^7.4 || ^8.0",
2233                 "psr/event-dispatcher": "^1.0",
2234                 "symfony/deprecation-contracts": "^2.1 || ^3.0",
2235                 "symfony/polyfill-php80": "^1.16"
2236             },
2237             "require-dev": {
2238                 "cebe/markdown": "^1.0",
2239                 "commonmark/cmark": "0.31.1",
2240                 "commonmark/commonmark.js": "0.31.1",
2241                 "composer/package-versions-deprecated": "^1.8",
2242                 "embed/embed": "^4.4",
2243                 "erusev/parsedown": "^1.0",
2244                 "ext-json": "*",
2245                 "github/gfm": "0.29.0",
2246                 "michelf/php-markdown": "^1.4 || ^2.0",
2247                 "nyholm/psr7": "^1.5",
2248                 "phpstan/phpstan": "^1.8.2",
2249                 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
2250                 "scrutinizer/ocular": "^1.8.1",
2251                 "symfony/finder": "^5.3 | ^6.0 | ^7.0",
2252                 "symfony/process": "^5.4 | ^6.0 | ^7.0",
2253                 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
2254                 "unleashedtech/php-coding-standard": "^3.1.1",
2255                 "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"
2256             },
2257             "suggest": {
2258                 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
2259             },
2260             "type": "library",
2261             "extra": {
2262                 "branch-alias": {
2263                     "dev-main": "2.8-dev"
2264                 }
2265             },
2266             "autoload": {
2267                 "psr-4": {
2268                     "League\\CommonMark\\": "src"
2269                 }
2270             },
2271             "notification-url": "https://packagist.org/downloads/",
2272             "license": [
2273                 "BSD-3-Clause"
2274             ],
2275             "authors": [
2276                 {
2277                     "name": "Colin O'Dell",
2278                     "email": "colinodell@gmail.com",
2279                     "homepage": "https://www.colinodell.com",
2280                     "role": "Lead Developer"
2281                 }
2282             ],
2283             "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
2284             "homepage": "https://commonmark.thephpleague.com",
2285             "keywords": [
2286                 "commonmark",
2287                 "flavored",
2288                 "gfm",
2289                 "github",
2290                 "github-flavored",
2291                 "markdown",
2292                 "md",
2293                 "parser"
2294             ],
2295             "support": {
2296                 "docs": "https://commonmark.thephpleague.com/",
2297                 "forum": "https://github.com/thephpleague/commonmark/discussions",
2298                 "issues": "https://github.com/thephpleague/commonmark/issues",
2299                 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
2300                 "source": "https://github.com/thephpleague/commonmark"
2301             },
2302             "funding": [
2303                 {
2304                     "url": "https://www.colinodell.com/sponsor",
2305                     "type": "custom"
2306                 },
2307                 {
2308                     "url": "https://www.paypal.me/colinpodell/10.00",
2309                     "type": "custom"
2310                 },
2311                 {
2312                     "url": "https://github.com/colinodell",
2313                     "type": "github"
2314                 },
2315                 {
2316                     "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
2317                     "type": "tidelift"
2318                 }
2319             ],
2320             "time": "2025-07-20T12:47:49+00:00"
2321         },
2322         {
2323             "name": "league/config",
2324             "version": "v1.2.0",
2325             "source": {
2326                 "type": "git",
2327                 "url": "https://github.com/thephpleague/config.git",
2328                 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
2329             },
2330             "dist": {
2331                 "type": "zip",
2332                 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2333                 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2334                 "shasum": ""
2335             },
2336             "require": {
2337                 "dflydev/dot-access-data": "^3.0.1",
2338                 "nette/schema": "^1.2",
2339                 "php": "^7.4 || ^8.0"
2340             },
2341             "require-dev": {
2342                 "phpstan/phpstan": "^1.8.2",
2343                 "phpunit/phpunit": "^9.5.5",
2344                 "scrutinizer/ocular": "^1.8.1",
2345                 "unleashedtech/php-coding-standard": "^3.1",
2346                 "vimeo/psalm": "^4.7.3"
2347             },
2348             "type": "library",
2349             "extra": {
2350                 "branch-alias": {
2351                     "dev-main": "1.2-dev"
2352                 }
2353             },
2354             "autoload": {
2355                 "psr-4": {
2356                     "League\\Config\\": "src"
2357                 }
2358             },
2359             "notification-url": "https://packagist.org/downloads/",
2360             "license": [
2361                 "BSD-3-Clause"
2362             ],
2363             "authors": [
2364                 {
2365                     "name": "Colin O'Dell",
2366                     "email": "colinodell@gmail.com",
2367                     "homepage": "https://www.colinodell.com",
2368                     "role": "Lead Developer"
2369                 }
2370             ],
2371             "description": "Define configuration arrays with strict schemas and access values with dot notation",
2372             "homepage": "https://config.thephpleague.com",
2373             "keywords": [
2374                 "array",
2375                 "config",
2376                 "configuration",
2377                 "dot",
2378                 "dot-access",
2379                 "nested",
2380                 "schema"
2381             ],
2382             "support": {
2383                 "docs": "https://config.thephpleague.com/",
2384                 "issues": "https://github.com/thephpleague/config/issues",
2385                 "rss": "https://github.com/thephpleague/config/releases.atom",
2386                 "source": "https://github.com/thephpleague/config"
2387             },
2388             "funding": [
2389                 {
2390                     "url": "https://www.colinodell.com/sponsor",
2391                     "type": "custom"
2392                 },
2393                 {
2394                     "url": "https://www.paypal.me/colinpodell/10.00",
2395                     "type": "custom"
2396                 },
2397                 {
2398                     "url": "https://github.com/colinodell",
2399                     "type": "github"
2400                 }
2401             ],
2402             "time": "2022-12-11T20:36:23+00:00"
2403         },
2404         {
2405             "name": "league/flysystem",
2406             "version": "3.30.0",
2407             "source": {
2408                 "type": "git",
2409                 "url": "https://github.com/thephpleague/flysystem.git",
2410                 "reference": "2203e3151755d874bb2943649dae1eb8533ac93e"
2411             },
2412             "dist": {
2413                 "type": "zip",
2414                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2203e3151755d874bb2943649dae1eb8533ac93e",
2415                 "reference": "2203e3151755d874bb2943649dae1eb8533ac93e",
2416                 "shasum": ""
2417             },
2418             "require": {
2419                 "league/flysystem-local": "^3.0.0",
2420                 "league/mime-type-detection": "^1.0.0",
2421                 "php": "^8.0.2"
2422             },
2423             "conflict": {
2424                 "async-aws/core": "<1.19.0",
2425                 "async-aws/s3": "<1.14.0",
2426                 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
2427                 "guzzlehttp/guzzle": "<7.0",
2428                 "guzzlehttp/ringphp": "<1.1.1",
2429                 "phpseclib/phpseclib": "3.0.15",
2430                 "symfony/http-client": "<5.2"
2431             },
2432             "require-dev": {
2433                 "async-aws/s3": "^1.5 || ^2.0",
2434                 "async-aws/simple-s3": "^1.1 || ^2.0",
2435                 "aws/aws-sdk-php": "^3.295.10",
2436                 "composer/semver": "^3.0",
2437                 "ext-fileinfo": "*",
2438                 "ext-ftp": "*",
2439                 "ext-mongodb": "^1.3|^2",
2440                 "ext-zip": "*",
2441                 "friendsofphp/php-cs-fixer": "^3.5",
2442                 "google/cloud-storage": "^1.23",
2443                 "guzzlehttp/psr7": "^2.6",
2444                 "microsoft/azure-storage-blob": "^1.1",
2445                 "mongodb/mongodb": "^1.2|^2",
2446                 "phpseclib/phpseclib": "^3.0.36",
2447                 "phpstan/phpstan": "^1.10",
2448                 "phpunit/phpunit": "^9.5.11|^10.0",
2449                 "sabre/dav": "^4.6.0"
2450             },
2451             "type": "library",
2452             "autoload": {
2453                 "psr-4": {
2454                     "League\\Flysystem\\": "src"
2455                 }
2456             },
2457             "notification-url": "https://packagist.org/downloads/",
2458             "license": [
2459                 "MIT"
2460             ],
2461             "authors": [
2462                 {
2463                     "name": "Frank de Jonge",
2464                     "email": "info@frankdejonge.nl"
2465                 }
2466             ],
2467             "description": "File storage abstraction for PHP",
2468             "keywords": [
2469                 "WebDAV",
2470                 "aws",
2471                 "cloud",
2472                 "file",
2473                 "files",
2474                 "filesystem",
2475                 "filesystems",
2476                 "ftp",
2477                 "s3",
2478                 "sftp",
2479                 "storage"
2480             ],
2481             "support": {
2482                 "issues": "https://github.com/thephpleague/flysystem/issues",
2483                 "source": "https://github.com/thephpleague/flysystem/tree/3.30.0"
2484             },
2485             "time": "2025-06-25T13:29:59+00:00"
2486         },
2487         {
2488             "name": "league/flysystem-aws-s3-v3",
2489             "version": "3.29.0",
2490             "source": {
2491                 "type": "git",
2492                 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2493                 "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9"
2494             },
2495             "dist": {
2496                 "type": "zip",
2497                 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/c6ff6d4606e48249b63f269eba7fabdb584e76a9",
2498                 "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9",
2499                 "shasum": ""
2500             },
2501             "require": {
2502                 "aws/aws-sdk-php": "^3.295.10",
2503                 "league/flysystem": "^3.10.0",
2504                 "league/mime-type-detection": "^1.0.0",
2505                 "php": "^8.0.2"
2506             },
2507             "conflict": {
2508                 "guzzlehttp/guzzle": "<7.0",
2509                 "guzzlehttp/ringphp": "<1.1.1"
2510             },
2511             "type": "library",
2512             "autoload": {
2513                 "psr-4": {
2514                     "League\\Flysystem\\AwsS3V3\\": ""
2515                 }
2516             },
2517             "notification-url": "https://packagist.org/downloads/",
2518             "license": [
2519                 "MIT"
2520             ],
2521             "authors": [
2522                 {
2523                     "name": "Frank de Jonge",
2524                     "email": "info@frankdejonge.nl"
2525                 }
2526             ],
2527             "description": "AWS S3 filesystem adapter for Flysystem.",
2528             "keywords": [
2529                 "Flysystem",
2530                 "aws",
2531                 "file",
2532                 "files",
2533                 "filesystem",
2534                 "s3",
2535                 "storage"
2536             ],
2537             "support": {
2538                 "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.29.0"
2539             },
2540             "time": "2024-08-17T13:10:48+00:00"
2541         },
2542         {
2543             "name": "league/flysystem-local",
2544             "version": "3.30.0",
2545             "source": {
2546                 "type": "git",
2547                 "url": "https://github.com/thephpleague/flysystem-local.git",
2548                 "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10"
2549             },
2550             "dist": {
2551                 "type": "zip",
2552                 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10",
2553                 "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10",
2554                 "shasum": ""
2555             },
2556             "require": {
2557                 "ext-fileinfo": "*",
2558                 "league/flysystem": "^3.0.0",
2559                 "league/mime-type-detection": "^1.0.0",
2560                 "php": "^8.0.2"
2561             },
2562             "type": "library",
2563             "autoload": {
2564                 "psr-4": {
2565                     "League\\Flysystem\\Local\\": ""
2566                 }
2567             },
2568             "notification-url": "https://packagist.org/downloads/",
2569             "license": [
2570                 "MIT"
2571             ],
2572             "authors": [
2573                 {
2574                     "name": "Frank de Jonge",
2575                     "email": "info@frankdejonge.nl"
2576                 }
2577             ],
2578             "description": "Local filesystem adapter for Flysystem.",
2579             "keywords": [
2580                 "Flysystem",
2581                 "file",
2582                 "files",
2583                 "filesystem",
2584                 "local"
2585             ],
2586             "support": {
2587                 "source": "https://github.com/thephpleague/flysystem-local/tree/3.30.0"
2588             },
2589             "time": "2025-05-21T10:34:19+00:00"
2590         },
2591         {
2592             "name": "league/html-to-markdown",
2593             "version": "5.1.1",
2594             "source": {
2595                 "type": "git",
2596                 "url": "https://github.com/thephpleague/html-to-markdown.git",
2597                 "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd"
2598             },
2599             "dist": {
2600                 "type": "zip",
2601                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd",
2602                 "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd",
2603                 "shasum": ""
2604             },
2605             "require": {
2606                 "ext-dom": "*",
2607                 "ext-xml": "*",
2608                 "php": "^7.2.5 || ^8.0"
2609             },
2610             "require-dev": {
2611                 "mikehaertl/php-shellcommand": "^1.1.0",
2612                 "phpstan/phpstan": "^1.8.8",
2613                 "phpunit/phpunit": "^8.5 || ^9.2",
2614                 "scrutinizer/ocular": "^1.6",
2615                 "unleashedtech/php-coding-standard": "^2.7 || ^3.0",
2616                 "vimeo/psalm": "^4.22 || ^5.0"
2617             },
2618             "bin": [
2619                 "bin/html-to-markdown"
2620             ],
2621             "type": "library",
2622             "extra": {
2623                 "branch-alias": {
2624                     "dev-master": "5.2-dev"
2625                 }
2626             },
2627             "autoload": {
2628                 "psr-4": {
2629                     "League\\HTMLToMarkdown\\": "src/"
2630                 }
2631             },
2632             "notification-url": "https://packagist.org/downloads/",
2633             "license": [
2634                 "MIT"
2635             ],
2636             "authors": [
2637                 {
2638                     "name": "Colin O'Dell",
2639                     "email": "colinodell@gmail.com",
2640                     "homepage": "https://www.colinodell.com",
2641                     "role": "Lead Developer"
2642                 },
2643                 {
2644                     "name": "Nick Cernis",
2645                     "email": "nick@cern.is",
2646                     "homepage": "http://modernnerd.net",
2647                     "role": "Original Author"
2648                 }
2649             ],
2650             "description": "An HTML-to-markdown conversion helper for PHP",
2651             "homepage": "https://github.com/thephpleague/html-to-markdown",
2652             "keywords": [
2653                 "html",
2654                 "markdown"
2655             ],
2656             "support": {
2657                 "issues": "https://github.com/thephpleague/html-to-markdown/issues",
2658                 "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.1"
2659             },
2660             "funding": [
2661                 {
2662                     "url": "https://www.colinodell.com/sponsor",
2663                     "type": "custom"
2664                 },
2665                 {
2666                     "url": "https://www.paypal.me/colinpodell/10.00",
2667                     "type": "custom"
2668                 },
2669                 {
2670                     "url": "https://github.com/colinodell",
2671                     "type": "github"
2672                 },
2673                 {
2674                     "url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
2675                     "type": "tidelift"
2676                 }
2677             ],
2678             "time": "2023-07-12T21:21:09+00:00"
2679         },
2680         {
2681             "name": "league/mime-type-detection",
2682             "version": "1.16.0",
2683             "source": {
2684                 "type": "git",
2685                 "url": "https://github.com/thephpleague/mime-type-detection.git",
2686                 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
2687             },
2688             "dist": {
2689                 "type": "zip",
2690                 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
2691                 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
2692                 "shasum": ""
2693             },
2694             "require": {
2695                 "ext-fileinfo": "*",
2696                 "php": "^7.4 || ^8.0"
2697             },
2698             "require-dev": {
2699                 "friendsofphp/php-cs-fixer": "^3.2",
2700                 "phpstan/phpstan": "^0.12.68",
2701                 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2702             },
2703             "type": "library",
2704             "autoload": {
2705                 "psr-4": {
2706                     "League\\MimeTypeDetection\\": "src"
2707                 }
2708             },
2709             "notification-url": "https://packagist.org/downloads/",
2710             "license": [
2711                 "MIT"
2712             ],
2713             "authors": [
2714                 {
2715                     "name": "Frank de Jonge",
2716                     "email": "info@frankdejonge.nl"
2717                 }
2718             ],
2719             "description": "Mime-type detection for Flysystem",
2720             "support": {
2721                 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2722                 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
2723             },
2724             "funding": [
2725                 {
2726                     "url": "https://github.com/frankdejonge",
2727                     "type": "github"
2728                 },
2729                 {
2730                     "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2731                     "type": "tidelift"
2732                 }
2733             ],
2734             "time": "2024-09-21T08:32:55+00:00"
2735         },
2736         {
2737             "name": "league/oauth1-client",
2738             "version": "v1.11.0",
2739             "source": {
2740                 "type": "git",
2741                 "url": "https://github.com/thephpleague/oauth1-client.git",
2742                 "reference": "f9c94b088837eb1aae1ad7c4f23eb65cc6993055"
2743             },
2744             "dist": {
2745                 "type": "zip",
2746                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/f9c94b088837eb1aae1ad7c4f23eb65cc6993055",
2747                 "reference": "f9c94b088837eb1aae1ad7c4f23eb65cc6993055",
2748                 "shasum": ""
2749             },
2750             "require": {
2751                 "ext-json": "*",
2752                 "ext-openssl": "*",
2753                 "guzzlehttp/guzzle": "^6.0|^7.0",
2754                 "guzzlehttp/psr7": "^1.7|^2.0",
2755                 "php": ">=7.1||>=8.0"
2756             },
2757             "require-dev": {
2758                 "ext-simplexml": "*",
2759                 "friendsofphp/php-cs-fixer": "^2.17",
2760                 "mockery/mockery": "^1.3.3",
2761                 "phpstan/phpstan": "^0.12.42",
2762                 "phpunit/phpunit": "^7.5||9.5"
2763             },
2764             "suggest": {
2765                 "ext-simplexml": "For decoding XML-based responses."
2766             },
2767             "type": "library",
2768             "extra": {
2769                 "branch-alias": {
2770                     "dev-master": "1.0-dev",
2771                     "dev-develop": "2.0-dev"
2772                 }
2773             },
2774             "autoload": {
2775                 "psr-4": {
2776                     "League\\OAuth1\\Client\\": "src/"
2777                 }
2778             },
2779             "notification-url": "https://packagist.org/downloads/",
2780             "license": [
2781                 "MIT"
2782             ],
2783             "authors": [
2784                 {
2785                     "name": "Ben Corlett",
2786                     "email": "bencorlett@me.com",
2787                     "homepage": "http://www.webcomm.com.au",
2788                     "role": "Developer"
2789                 }
2790             ],
2791             "description": "OAuth 1.0 Client Library",
2792             "keywords": [
2793                 "Authentication",
2794                 "SSO",
2795                 "authorization",
2796                 "bitbucket",
2797                 "identity",
2798                 "idp",
2799                 "oauth",
2800                 "oauth1",
2801                 "single sign on",
2802                 "trello",
2803                 "tumblr",
2804                 "twitter"
2805             ],
2806             "support": {
2807                 "issues": "https://github.com/thephpleague/oauth1-client/issues",
2808                 "source": "https://github.com/thephpleague/oauth1-client/tree/v1.11.0"
2809             },
2810             "time": "2024-12-10T19:59:05+00:00"
2811         },
2812         {
2813             "name": "league/oauth2-client",
2814             "version": "2.8.1",
2815             "source": {
2816                 "type": "git",
2817                 "url": "https://github.com/thephpleague/oauth2-client.git",
2818                 "reference": "9df2924ca644736c835fc60466a3a60390d334f9"
2819             },
2820             "dist": {
2821                 "type": "zip",
2822                 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/9df2924ca644736c835fc60466a3a60390d334f9",
2823                 "reference": "9df2924ca644736c835fc60466a3a60390d334f9",
2824                 "shasum": ""
2825             },
2826             "require": {
2827                 "ext-json": "*",
2828                 "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
2829                 "php": "^7.1 || >=8.0.0 <8.5.0"
2830             },
2831             "require-dev": {
2832                 "mockery/mockery": "^1.3.5",
2833                 "php-parallel-lint/php-parallel-lint": "^1.4",
2834                 "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
2835                 "squizlabs/php_codesniffer": "^3.11"
2836             },
2837             "type": "library",
2838             "autoload": {
2839                 "psr-4": {
2840                     "League\\OAuth2\\Client\\": "src/"
2841                 }
2842             },
2843             "notification-url": "https://packagist.org/downloads/",
2844             "license": [
2845                 "MIT"
2846             ],
2847             "authors": [
2848                 {
2849                     "name": "Alex Bilbie",
2850                     "email": "hello@alexbilbie.com",
2851                     "homepage": "http://www.alexbilbie.com",
2852                     "role": "Developer"
2853                 },
2854                 {
2855                     "name": "Woody Gilk",
2856                     "homepage": "https://github.com/shadowhand",
2857                     "role": "Contributor"
2858                 }
2859             ],
2860             "description": "OAuth 2.0 Client Library",
2861             "keywords": [
2862                 "Authentication",
2863                 "SSO",
2864                 "authorization",
2865                 "identity",
2866                 "idp",
2867                 "oauth",
2868                 "oauth2",
2869                 "single sign on"
2870             ],
2871             "support": {
2872                 "issues": "https://github.com/thephpleague/oauth2-client/issues",
2873                 "source": "https://github.com/thephpleague/oauth2-client/tree/2.8.1"
2874             },
2875             "time": "2025-02-26T04:37:30+00:00"
2876         },
2877         {
2878             "name": "league/uri",
2879             "version": "7.5.1",
2880             "source": {
2881                 "type": "git",
2882                 "url": "https://github.com/thephpleague/uri.git",
2883                 "reference": "81fb5145d2644324614cc532b28efd0215bda430"
2884             },
2885             "dist": {
2886                 "type": "zip",
2887                 "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
2888                 "reference": "81fb5145d2644324614cc532b28efd0215bda430",
2889                 "shasum": ""
2890             },
2891             "require": {
2892                 "league/uri-interfaces": "^7.5",
2893                 "php": "^8.1"
2894             },
2895             "conflict": {
2896                 "league/uri-schemes": "^1.0"
2897             },
2898             "suggest": {
2899                 "ext-bcmath": "to improve IPV4 host parsing",
2900                 "ext-fileinfo": "to create Data URI from file contennts",
2901                 "ext-gmp": "to improve IPV4 host parsing",
2902                 "ext-intl": "to handle IDN host with the best performance",
2903                 "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
2904                 "league/uri-components": "Needed to easily manipulate URI objects components",
2905                 "php-64bit": "to improve IPV4 host parsing",
2906                 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2907             },
2908             "type": "library",
2909             "extra": {
2910                 "branch-alias": {
2911                     "dev-master": "7.x-dev"
2912                 }
2913             },
2914             "autoload": {
2915                 "psr-4": {
2916                     "League\\Uri\\": ""
2917                 }
2918             },
2919             "notification-url": "https://packagist.org/downloads/",
2920             "license": [
2921                 "MIT"
2922             ],
2923             "authors": [
2924                 {
2925                     "name": "Ignace Nyamagana Butera",
2926                     "email": "nyamsprod@gmail.com",
2927                     "homepage": "https://nyamsprod.com"
2928                 }
2929             ],
2930             "description": "URI manipulation library",
2931             "homepage": "https://uri.thephpleague.com",
2932             "keywords": [
2933                 "data-uri",
2934                 "file-uri",
2935                 "ftp",
2936                 "hostname",
2937                 "http",
2938                 "https",
2939                 "middleware",
2940                 "parse_str",
2941                 "parse_url",
2942                 "psr-7",
2943                 "query-string",
2944                 "querystring",
2945                 "rfc3986",
2946                 "rfc3987",
2947                 "rfc6570",
2948                 "uri",
2949                 "uri-template",
2950                 "url",
2951                 "ws"
2952             ],
2953             "support": {
2954                 "docs": "https://uri.thephpleague.com",
2955                 "forum": "https://thephpleague.slack.com",
2956                 "issues": "https://github.com/thephpleague/uri-src/issues",
2957                 "source": "https://github.com/thephpleague/uri/tree/7.5.1"
2958             },
2959             "funding": [
2960                 {
2961                     "url": "https://github.com/sponsors/nyamsprod",
2962                     "type": "github"
2963                 }
2964             ],
2965             "time": "2024-12-08T08:40:02+00:00"
2966         },
2967         {
2968             "name": "league/uri-interfaces",
2969             "version": "7.5.0",
2970             "source": {
2971                 "type": "git",
2972                 "url": "https://github.com/thephpleague/uri-interfaces.git",
2973                 "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
2974             },
2975             "dist": {
2976                 "type": "zip",
2977                 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
2978                 "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
2979                 "shasum": ""
2980             },
2981             "require": {
2982                 "ext-filter": "*",
2983                 "php": "^8.1",
2984                 "psr/http-factory": "^1",
2985                 "psr/http-message": "^1.1 || ^2.0"
2986             },
2987             "suggest": {
2988                 "ext-bcmath": "to improve IPV4 host parsing",
2989                 "ext-gmp": "to improve IPV4 host parsing",
2990                 "ext-intl": "to handle IDN host with the best performance",
2991                 "php-64bit": "to improve IPV4 host parsing",
2992                 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2993             },
2994             "type": "library",
2995             "extra": {
2996                 "branch-alias": {
2997                     "dev-master": "7.x-dev"
2998                 }
2999             },
3000             "autoload": {
3001                 "psr-4": {
3002                     "League\\Uri\\": ""
3003                 }
3004             },
3005             "notification-url": "https://packagist.org/downloads/",
3006             "license": [
3007                 "MIT"
3008             ],
3009             "authors": [
3010                 {
3011                     "name": "Ignace Nyamagana Butera",
3012                     "email": "nyamsprod@gmail.com",
3013                     "homepage": "https://nyamsprod.com"
3014                 }
3015             ],
3016             "description": "Common interfaces and classes for URI representation and interaction",
3017             "homepage": "https://uri.thephpleague.com",
3018             "keywords": [
3019                 "data-uri",
3020                 "file-uri",
3021                 "ftp",
3022                 "hostname",
3023                 "http",
3024                 "https",
3025                 "parse_str",
3026                 "parse_url",
3027                 "psr-7",
3028                 "query-string",
3029                 "querystring",
3030                 "rfc3986",
3031                 "rfc3987",
3032                 "rfc6570",
3033                 "uri",
3034                 "url",
3035                 "ws"
3036             ],
3037             "support": {
3038                 "docs": "https://uri.thephpleague.com",
3039                 "forum": "https://thephpleague.slack.com",
3040                 "issues": "https://github.com/thephpleague/uri-src/issues",
3041                 "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
3042             },
3043             "funding": [
3044                 {
3045                     "url": "https://github.com/sponsors/nyamsprod",
3046                     "type": "github"
3047                 }
3048             ],
3049             "time": "2024-12-08T08:18:47+00:00"
3050         },
3051         {
3052             "name": "masterminds/html5",
3053             "version": "2.10.0",
3054             "source": {
3055                 "type": "git",
3056                 "url": "https://github.com/Masterminds/html5-php.git",
3057                 "reference": "fcf91eb64359852f00d921887b219479b4f21251"
3058             },
3059             "dist": {
3060                 "type": "zip",
3061                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251",
3062                 "reference": "fcf91eb64359852f00d921887b219479b4f21251",
3063                 "shasum": ""
3064             },
3065             "require": {
3066                 "ext-dom": "*",
3067                 "php": ">=5.3.0"
3068             },
3069             "require-dev": {
3070                 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
3071             },
3072             "type": "library",
3073             "extra": {
3074                 "branch-alias": {
3075                     "dev-master": "2.7-dev"
3076                 }
3077             },
3078             "autoload": {
3079                 "psr-4": {
3080                     "Masterminds\\": "src"
3081                 }
3082             },
3083             "notification-url": "https://packagist.org/downloads/",
3084             "license": [
3085                 "MIT"
3086             ],
3087             "authors": [
3088                 {
3089                     "name": "Matt Butcher",
3090                     "email": "technosophos@gmail.com"
3091                 },
3092                 {
3093                     "name": "Matt Farina",
3094                     "email": "matt@mattfarina.com"
3095                 },
3096                 {
3097                     "name": "Asmir Mustafic",
3098                     "email": "goetas@gmail.com"
3099                 }
3100             ],
3101             "description": "An HTML5 parser and serializer.",
3102             "homepage": "http://masterminds.github.io/html5-php",
3103             "keywords": [
3104                 "HTML5",
3105                 "dom",
3106                 "html",
3107                 "parser",
3108                 "querypath",
3109                 "serializer",
3110                 "xml"
3111             ],
3112             "support": {
3113                 "issues": "https://github.com/Masterminds/html5-php/issues",
3114                 "source": "https://github.com/Masterminds/html5-php/tree/2.10.0"
3115             },
3116             "time": "2025-07-25T09:04:22+00:00"
3117         },
3118         {
3119             "name": "monolog/monolog",
3120             "version": "3.9.0",
3121             "source": {
3122                 "type": "git",
3123                 "url": "https://github.com/Seldaek/monolog.git",
3124                 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
3125             },
3126             "dist": {
3127                 "type": "zip",
3128                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
3129                 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
3130                 "shasum": ""
3131             },
3132             "require": {
3133                 "php": ">=8.1",
3134                 "psr/log": "^2.0 || ^3.0"
3135             },
3136             "provide": {
3137                 "psr/log-implementation": "3.0.0"
3138             },
3139             "require-dev": {
3140                 "aws/aws-sdk-php": "^3.0",
3141                 "doctrine/couchdb": "~1.0@dev",
3142                 "elasticsearch/elasticsearch": "^7 || ^8",
3143                 "ext-json": "*",
3144                 "graylog2/gelf-php": "^1.4.2 || ^2.0",
3145                 "guzzlehttp/guzzle": "^7.4.5",
3146                 "guzzlehttp/psr7": "^2.2",
3147                 "mongodb/mongodb": "^1.8",
3148                 "php-amqplib/php-amqplib": "~2.4 || ^3",
3149                 "php-console/php-console": "^3.1.8",
3150                 "phpstan/phpstan": "^2",
3151                 "phpstan/phpstan-deprecation-rules": "^2",
3152                 "phpstan/phpstan-strict-rules": "^2",
3153                 "phpunit/phpunit": "^10.5.17 || ^11.0.7",
3154                 "predis/predis": "^1.1 || ^2",
3155                 "rollbar/rollbar": "^4.0",
3156                 "ruflin/elastica": "^7 || ^8",
3157                 "symfony/mailer": "^5.4 || ^6",
3158                 "symfony/mime": "^5.4 || ^6"
3159             },
3160             "suggest": {
3161                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3162                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3163                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
3164                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3165                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
3166                 "ext-mbstring": "Allow to work properly with unicode symbols",
3167                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
3168                 "ext-openssl": "Required to send log messages using SSL",
3169                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
3170                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3171                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
3172                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3173                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3174                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
3175             },
3176             "type": "library",
3177             "extra": {
3178                 "branch-alias": {
3179                     "dev-main": "3.x-dev"
3180                 }
3181             },
3182             "autoload": {
3183                 "psr-4": {
3184                     "Monolog\\": "src/Monolog"
3185                 }
3186             },
3187             "notification-url": "https://packagist.org/downloads/",
3188             "license": [
3189                 "MIT"
3190             ],
3191             "authors": [
3192                 {
3193                     "name": "Jordi Boggiano",
3194                     "email": "j.boggiano@seld.be",
3195                     "homepage": "https://seld.be"
3196                 }
3197             ],
3198             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3199             "homepage": "https://github.com/Seldaek/monolog",
3200             "keywords": [
3201                 "log",
3202                 "logging",
3203                 "psr-3"
3204             ],
3205             "support": {
3206                 "issues": "https://github.com/Seldaek/monolog/issues",
3207                 "source": "https://github.com/Seldaek/monolog/tree/3.9.0"
3208             },
3209             "funding": [
3210                 {
3211                     "url": "https://github.com/Seldaek",
3212                     "type": "github"
3213                 },
3214                 {
3215                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
3216                     "type": "tidelift"
3217                 }
3218             ],
3219             "time": "2025-03-24T10:02:05+00:00"
3220         },
3221         {
3222             "name": "mtdowling/jmespath.php",
3223             "version": "2.8.0",
3224             "source": {
3225                 "type": "git",
3226                 "url": "https://github.com/jmespath/jmespath.php.git",
3227                 "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
3228             },
3229             "dist": {
3230                 "type": "zip",
3231                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
3232                 "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
3233                 "shasum": ""
3234             },
3235             "require": {
3236                 "php": "^7.2.5 || ^8.0",
3237                 "symfony/polyfill-mbstring": "^1.17"
3238             },
3239             "require-dev": {
3240                 "composer/xdebug-handler": "^3.0.3",
3241                 "phpunit/phpunit": "^8.5.33"
3242             },
3243             "bin": [
3244                 "bin/jp.php"
3245             ],
3246             "type": "library",
3247             "extra": {
3248                 "branch-alias": {
3249                     "dev-master": "2.8-dev"
3250                 }
3251             },
3252             "autoload": {
3253                 "files": [
3254                     "src/JmesPath.php"
3255                 ],
3256                 "psr-4": {
3257                     "JmesPath\\": "src/"
3258                 }
3259             },
3260             "notification-url": "https://packagist.org/downloads/",
3261             "license": [
3262                 "MIT"
3263             ],
3264             "authors": [
3265                 {
3266                     "name": "Graham Campbell",
3267                     "email": "hello@gjcampbell.co.uk",
3268                     "homepage": "https://github.com/GrahamCampbell"
3269                 },
3270                 {
3271                     "name": "Michael Dowling",
3272                     "email": "mtdowling@gmail.com",
3273                     "homepage": "https://github.com/mtdowling"
3274                 }
3275             ],
3276             "description": "Declaratively specify how to extract elements from a JSON document",
3277             "keywords": [
3278                 "json",
3279                 "jsonpath"
3280             ],
3281             "support": {
3282                 "issues": "https://github.com/jmespath/jmespath.php/issues",
3283                 "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0"
3284             },
3285             "time": "2024-09-04T18:46:31+00:00"
3286         },
3287         {
3288             "name": "nesbot/carbon",
3289             "version": "3.10.2",
3290             "source": {
3291                 "type": "git",
3292                 "url": "https://github.com/CarbonPHP/carbon.git",
3293                 "reference": "76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24"
3294             },
3295             "dist": {
3296                 "type": "zip",
3297                 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24",
3298                 "reference": "76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24",
3299                 "shasum": ""
3300             },
3301             "require": {
3302                 "carbonphp/carbon-doctrine-types": "<100.0",
3303                 "ext-json": "*",
3304                 "php": "^8.1",
3305                 "psr/clock": "^1.0",
3306                 "symfony/clock": "^6.3.12 || ^7.0",
3307                 "symfony/polyfill-mbstring": "^1.0",
3308                 "symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0"
3309             },
3310             "provide": {
3311                 "psr/clock-implementation": "1.0"
3312             },
3313             "require-dev": {
3314                 "doctrine/dbal": "^3.6.3 || ^4.0",
3315                 "doctrine/orm": "^2.15.2 || ^3.0",
3316                 "friendsofphp/php-cs-fixer": "^3.75.0",
3317                 "kylekatarnls/multi-tester": "^2.5.3",
3318                 "phpmd/phpmd": "^2.15.0",
3319                 "phpstan/extension-installer": "^1.4.3",
3320                 "phpstan/phpstan": "^2.1.17",
3321                 "phpunit/phpunit": "^10.5.46",
3322                 "squizlabs/php_codesniffer": "^3.13.0"
3323             },
3324             "bin": [
3325                 "bin/carbon"
3326             ],
3327             "type": "library",
3328             "extra": {
3329                 "laravel": {
3330                     "providers": [
3331                         "Carbon\\Laravel\\ServiceProvider"
3332                     ]
3333                 },
3334                 "phpstan": {
3335                     "includes": [
3336                         "extension.neon"
3337                     ]
3338                 },
3339                 "branch-alias": {
3340                     "dev-2.x": "2.x-dev",
3341                     "dev-master": "3.x-dev"
3342                 }
3343             },
3344             "autoload": {
3345                 "psr-4": {
3346                     "Carbon\\": "src/Carbon/"
3347                 }
3348             },
3349             "notification-url": "https://packagist.org/downloads/",
3350             "license": [
3351                 "MIT"
3352             ],
3353             "authors": [
3354                 {
3355                     "name": "Brian Nesbitt",
3356                     "email": "brian@nesbot.com",
3357                     "homepage": "https://markido.com"
3358                 },
3359                 {
3360                     "name": "kylekatarnls",
3361                     "homepage": "https://github.com/kylekatarnls"
3362                 }
3363             ],
3364             "description": "An API extension for DateTime that supports 281 different languages.",
3365             "homepage": "https://carbon.nesbot.com",
3366             "keywords": [
3367                 "date",
3368                 "datetime",
3369                 "time"
3370             ],
3371             "support": {
3372                 "docs": "https://carbon.nesbot.com/docs",
3373                 "issues": "https://github.com/CarbonPHP/carbon/issues",
3374                 "source": "https://github.com/CarbonPHP/carbon"
3375             },
3376             "funding": [
3377                 {
3378                     "url": "https://github.com/sponsors/kylekatarnls",
3379                     "type": "github"
3380                 },
3381                 {
3382                     "url": "https://opencollective.com/Carbon#sponsor",
3383                     "type": "opencollective"
3384                 },
3385                 {
3386                     "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
3387                     "type": "tidelift"
3388                 }
3389             ],
3390             "time": "2025-08-02T09:36:06+00:00"
3391         },
3392         {
3393             "name": "nette/schema",
3394             "version": "v1.3.2",
3395             "source": {
3396                 "type": "git",
3397                 "url": "https://github.com/nette/schema.git",
3398                 "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
3399             },
3400             "dist": {
3401                 "type": "zip",
3402                 "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
3403                 "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
3404                 "shasum": ""
3405             },
3406             "require": {
3407                 "nette/utils": "^4.0",
3408                 "php": "8.1 - 8.4"
3409             },
3410             "require-dev": {
3411                 "nette/tester": "^2.5.2",
3412                 "phpstan/phpstan-nette": "^1.0",
3413                 "tracy/tracy": "^2.8"
3414             },
3415             "type": "library",
3416             "extra": {
3417                 "branch-alias": {
3418                     "dev-master": "1.3-dev"
3419                 }
3420             },
3421             "autoload": {
3422                 "classmap": [
3423                     "src/"
3424                 ]
3425             },
3426             "notification-url": "https://packagist.org/downloads/",
3427             "license": [
3428                 "BSD-3-Clause",
3429                 "GPL-2.0-only",
3430                 "GPL-3.0-only"
3431             ],
3432             "authors": [
3433                 {
3434                     "name": "David Grudl",
3435                     "homepage": "https://davidgrudl.com"
3436                 },
3437                 {
3438                     "name": "Nette Community",
3439                     "homepage": "https://nette.org/contributors"
3440                 }
3441             ],
3442             "description": "📐 Nette Schema: validating data structures against a given Schema.",
3443             "homepage": "https://nette.org",
3444             "keywords": [
3445                 "config",
3446                 "nette"
3447             ],
3448             "support": {
3449                 "issues": "https://github.com/nette/schema/issues",
3450                 "source": "https://github.com/nette/schema/tree/v1.3.2"
3451             },
3452             "time": "2024-10-06T23:10:23+00:00"
3453         },
3454         {
3455             "name": "nette/utils",
3456             "version": "v4.0.8",
3457             "source": {
3458                 "type": "git",
3459                 "url": "https://github.com/nette/utils.git",
3460                 "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede"
3461             },
3462             "dist": {
3463                 "type": "zip",
3464                 "url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede",
3465                 "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede",
3466                 "shasum": ""
3467             },
3468             "require": {
3469                 "php": "8.0 - 8.5"
3470             },
3471             "conflict": {
3472                 "nette/finder": "<3",
3473                 "nette/schema": "<1.2.2"
3474             },
3475             "require-dev": {
3476                 "jetbrains/phpstorm-attributes": "^1.2",
3477                 "nette/tester": "^2.5",
3478                 "phpstan/phpstan-nette": "^2.0@stable",
3479                 "tracy/tracy": "^2.9"
3480             },
3481             "suggest": {
3482                 "ext-gd": "to use Image",
3483                 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
3484                 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
3485                 "ext-json": "to use Nette\\Utils\\Json",
3486                 "ext-mbstring": "to use Strings::lower() etc...",
3487                 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
3488             },
3489             "type": "library",
3490             "extra": {
3491                 "branch-alias": {
3492                     "dev-master": "4.0-dev"
3493                 }
3494             },
3495             "autoload": {
3496                 "psr-4": {
3497                     "Nette\\": "src"
3498                 },
3499                 "classmap": [
3500                     "src/"
3501                 ]
3502             },
3503             "notification-url": "https://packagist.org/downloads/",
3504             "license": [
3505                 "BSD-3-Clause",
3506                 "GPL-2.0-only",
3507                 "GPL-3.0-only"
3508             ],
3509             "authors": [
3510                 {
3511                     "name": "David Grudl",
3512                     "homepage": "https://davidgrudl.com"
3513                 },
3514                 {
3515                     "name": "Nette Community",
3516                     "homepage": "https://nette.org/contributors"
3517                 }
3518             ],
3519             "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
3520             "homepage": "https://nette.org",
3521             "keywords": [
3522                 "array",
3523                 "core",
3524                 "datetime",
3525                 "images",
3526                 "json",
3527                 "nette",
3528                 "paginator",
3529                 "password",
3530                 "slugify",
3531                 "string",
3532                 "unicode",
3533                 "utf-8",
3534                 "utility",
3535                 "validation"
3536             ],
3537             "support": {
3538                 "issues": "https://github.com/nette/utils/issues",
3539                 "source": "https://github.com/nette/utils/tree/v4.0.8"
3540             },
3541             "time": "2025-08-06T21:43:34+00:00"
3542         },
3543         {
3544             "name": "nikic/php-parser",
3545             "version": "v5.6.1",
3546             "source": {
3547                 "type": "git",
3548                 "url": "https://github.com/nikic/PHP-Parser.git",
3549                 "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"
3550             },
3551             "dist": {
3552                 "type": "zip",
3553                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
3554                 "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
3555                 "shasum": ""
3556             },
3557             "require": {
3558                 "ext-ctype": "*",
3559                 "ext-json": "*",
3560                 "ext-tokenizer": "*",
3561                 "php": ">=7.4"
3562             },
3563             "require-dev": {
3564                 "ircmaxell/php-yacc": "^0.0.7",
3565                 "phpunit/phpunit": "^9.0"
3566             },
3567             "bin": [
3568                 "bin/php-parse"
3569             ],
3570             "type": "library",
3571             "extra": {
3572                 "branch-alias": {
3573                     "dev-master": "5.x-dev"
3574                 }
3575             },
3576             "autoload": {
3577                 "psr-4": {
3578                     "PhpParser\\": "lib/PhpParser"
3579                 }
3580             },
3581             "notification-url": "https://packagist.org/downloads/",
3582             "license": [
3583                 "BSD-3-Clause"
3584             ],
3585             "authors": [
3586                 {
3587                     "name": "Nikita Popov"
3588                 }
3589             ],
3590             "description": "A PHP parser written in PHP",
3591             "keywords": [
3592                 "parser",
3593                 "php"
3594             ],
3595             "support": {
3596                 "issues": "https://github.com/nikic/PHP-Parser/issues",
3597                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1"
3598             },
3599             "time": "2025-08-13T20:13:15+00:00"
3600         },
3601         {
3602             "name": "nunomaduro/termwind",
3603             "version": "v2.3.1",
3604             "source": {
3605                 "type": "git",
3606                 "url": "https://github.com/nunomaduro/termwind.git",
3607                 "reference": "dfa08f390e509967a15c22493dc0bac5733d9123"
3608             },
3609             "dist": {
3610                 "type": "zip",
3611                 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/dfa08f390e509967a15c22493dc0bac5733d9123",
3612                 "reference": "dfa08f390e509967a15c22493dc0bac5733d9123",
3613                 "shasum": ""
3614             },
3615             "require": {
3616                 "ext-mbstring": "*",
3617                 "php": "^8.2",
3618                 "symfony/console": "^7.2.6"
3619             },
3620             "require-dev": {
3621                 "illuminate/console": "^11.44.7",
3622                 "laravel/pint": "^1.22.0",
3623                 "mockery/mockery": "^1.6.12",
3624                 "pestphp/pest": "^2.36.0 || ^3.8.2",
3625                 "phpstan/phpstan": "^1.12.25",
3626                 "phpstan/phpstan-strict-rules": "^1.6.2",
3627                 "symfony/var-dumper": "^7.2.6",
3628                 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
3629             },
3630             "type": "library",
3631             "extra": {
3632                 "laravel": {
3633                     "providers": [
3634                         "Termwind\\Laravel\\TermwindServiceProvider"
3635                     ]
3636                 },
3637                 "branch-alias": {
3638                     "dev-2.x": "2.x-dev"
3639                 }
3640             },
3641             "autoload": {
3642                 "files": [
3643                     "src/Functions.php"
3644                 ],
3645                 "psr-4": {
3646                     "Termwind\\": "src/"
3647                 }
3648             },
3649             "notification-url": "https://packagist.org/downloads/",
3650             "license": [
3651                 "MIT"
3652             ],
3653             "authors": [
3654                 {
3655                     "name": "Nuno Maduro",
3656                     "email": "enunomaduro@gmail.com"
3657                 }
3658             ],
3659             "description": "Its like Tailwind CSS, but for the console.",
3660             "keywords": [
3661                 "cli",
3662                 "console",
3663                 "css",
3664                 "package",
3665                 "php",
3666                 "style"
3667             ],
3668             "support": {
3669                 "issues": "https://github.com/nunomaduro/termwind/issues",
3670                 "source": "https://github.com/nunomaduro/termwind/tree/v2.3.1"
3671             },
3672             "funding": [
3673                 {
3674                     "url": "https://www.paypal.com/paypalme/enunomaduro",
3675                     "type": "custom"
3676                 },
3677                 {
3678                     "url": "https://github.com/nunomaduro",
3679                     "type": "github"
3680                 },
3681                 {
3682                     "url": "https://github.com/xiCO2k",
3683                     "type": "github"
3684                 }
3685             ],
3686             "time": "2025-05-08T08:14:37+00:00"
3687         },
3688         {
3689             "name": "onelogin/php-saml",
3690             "version": "4.3.0",
3691             "source": {
3692                 "type": "git",
3693                 "url": "https://github.com/SAML-Toolkits/php-saml.git",
3694                 "reference": "bf5efce9f2df5d489d05e78c27003a0fc8bc50f0"
3695             },
3696             "dist": {
3697                 "type": "zip",
3698                 "url": "https://api.github.com/repos/SAML-Toolkits/php-saml/zipball/bf5efce9f2df5d489d05e78c27003a0fc8bc50f0",
3699                 "reference": "bf5efce9f2df5d489d05e78c27003a0fc8bc50f0",
3700                 "shasum": ""
3701             },
3702             "require": {
3703                 "php": ">=7.3",
3704                 "robrichards/xmlseclibs": "^3.1"
3705             },
3706             "require-dev": {
3707                 "pdepend/pdepend": "^2.8.0",
3708                 "php-coveralls/php-coveralls": "^2.0",
3709                 "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
3710                 "phpunit/phpunit": "^9.5",
3711                 "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
3712                 "squizlabs/php_codesniffer": "^3.5.8"
3713             },
3714             "suggest": {
3715                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
3716                 "ext-dom": "Install xml lib",
3717                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
3718                 "ext-zlib": "Install zlib"
3719             },
3720             "type": "library",
3721             "autoload": {
3722                 "psr-4": {
3723                     "OneLogin\\": "src/"
3724                 }
3725             },
3726             "notification-url": "https://packagist.org/downloads/",
3727             "license": [
3728                 "MIT"
3729             ],
3730             "description": "PHP SAML Toolkit",
3731             "homepage": "https://github.com/SAML-Toolkits/php-saml",
3732             "keywords": [
3733                 "Federation",
3734                 "SAML2",
3735                 "SSO",
3736                 "identity",
3737                 "saml"
3738             ],
3739             "support": {
3740                 "email": "sixto.martin.garcia@gmail.com",
3741                 "issues": "https://github.com/onelogin/SAML-Toolkits/issues",
3742                 "source": "https://github.com/onelogin/SAML-Toolkits/"
3743             },
3744             "funding": [
3745                 {
3746                     "url": "https://github.com/SAML-Toolkits",
3747                     "type": "github"
3748                 }
3749             ],
3750             "time": "2025-05-25T14:28:00+00:00"
3751         },
3752         {
3753             "name": "paragonie/constant_time_encoding",
3754             "version": "v3.0.0",
3755             "source": {
3756                 "type": "git",
3757                 "url": "https://github.com/paragonie/constant_time_encoding.git",
3758                 "reference": "df1e7fde177501eee2037dd159cf04f5f301a512"
3759             },
3760             "dist": {
3761                 "type": "zip",
3762                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512",
3763                 "reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
3764                 "shasum": ""
3765             },
3766             "require": {
3767                 "php": "^8"
3768             },
3769             "require-dev": {
3770                 "phpunit/phpunit": "^9",
3771                 "vimeo/psalm": "^4|^5"
3772             },
3773             "type": "library",
3774             "autoload": {
3775                 "psr-4": {
3776                     "ParagonIE\\ConstantTime\\": "src/"
3777                 }
3778             },
3779             "notification-url": "https://packagist.org/downloads/",
3780             "license": [
3781                 "MIT"
3782             ],
3783             "authors": [
3784                 {
3785                     "name": "Paragon Initiative Enterprises",
3786                     "email": "security@paragonie.com",
3787                     "homepage": "https://paragonie.com",
3788                     "role": "Maintainer"
3789                 },
3790                 {
3791                     "name": "Steve 'Sc00bz' Thomas",
3792                     "email": "steve@tobtu.com",
3793                     "homepage": "https://www.tobtu.com",
3794                     "role": "Original Developer"
3795                 }
3796             ],
3797             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
3798             "keywords": [
3799                 "base16",
3800                 "base32",
3801                 "base32_decode",
3802                 "base32_encode",
3803                 "base64",
3804                 "base64_decode",
3805                 "base64_encode",
3806                 "bin2hex",
3807                 "encoding",
3808                 "hex",
3809                 "hex2bin",
3810                 "rfc4648"
3811             ],
3812             "support": {
3813                 "email": "info@paragonie.com",
3814                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
3815                 "source": "https://github.com/paragonie/constant_time_encoding"
3816             },
3817             "time": "2024-05-08T12:36:18+00:00"
3818         },
3819         {
3820             "name": "paragonie/random_compat",
3821             "version": "v9.99.100",
3822             "source": {
3823                 "type": "git",
3824                 "url": "https://github.com/paragonie/random_compat.git",
3825                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3826             },
3827             "dist": {
3828                 "type": "zip",
3829                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3830                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3831                 "shasum": ""
3832             },
3833             "require": {
3834                 "php": ">= 7"
3835             },
3836             "require-dev": {
3837                 "phpunit/phpunit": "4.*|5.*",
3838                 "vimeo/psalm": "^1"
3839             },
3840             "suggest": {
3841                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3842             },
3843             "type": "library",
3844             "notification-url": "https://packagist.org/downloads/",
3845             "license": [
3846                 "MIT"
3847             ],
3848             "authors": [
3849                 {
3850                     "name": "Paragon Initiative Enterprises",
3851                     "email": "security@paragonie.com",
3852                     "homepage": "https://paragonie.com"
3853                 }
3854             ],
3855             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3856             "keywords": [
3857                 "csprng",
3858                 "polyfill",
3859                 "pseudorandom",
3860                 "random"
3861             ],
3862             "support": {
3863                 "email": "info@paragonie.com",
3864                 "issues": "https://github.com/paragonie/random_compat/issues",
3865                 "source": "https://github.com/paragonie/random_compat"
3866             },
3867             "time": "2020-10-15T08:29:30+00:00"
3868         },
3869         {
3870             "name": "phpoption/phpoption",
3871             "version": "1.9.4",
3872             "source": {
3873                 "type": "git",
3874                 "url": "https://github.com/schmittjoh/php-option.git",
3875                 "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d"
3876             },
3877             "dist": {
3878                 "type": "zip",
3879                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
3880                 "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
3881                 "shasum": ""
3882             },
3883             "require": {
3884                 "php": "^7.2.5 || ^8.0"
3885             },
3886             "require-dev": {
3887                 "bamarni/composer-bin-plugin": "^1.8.2",
3888                 "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"
3889             },
3890             "type": "library",
3891             "extra": {
3892                 "bamarni-bin": {
3893                     "bin-links": true,
3894                     "forward-command": false
3895                 },
3896                 "branch-alias": {
3897                     "dev-master": "1.9-dev"
3898                 }
3899             },
3900             "autoload": {
3901                 "psr-4": {
3902                     "PhpOption\\": "src/PhpOption/"
3903                 }
3904             },
3905             "notification-url": "https://packagist.org/downloads/",
3906             "license": [
3907                 "Apache-2.0"
3908             ],
3909             "authors": [
3910                 {
3911                     "name": "Johannes M. Schmitt",
3912                     "email": "schmittjoh@gmail.com",
3913                     "homepage": "https://github.com/schmittjoh"
3914                 },
3915                 {
3916                     "name": "Graham Campbell",
3917                     "email": "hello@gjcampbell.co.uk",
3918                     "homepage": "https://github.com/GrahamCampbell"
3919                 }
3920             ],
3921             "description": "Option Type for PHP",
3922             "keywords": [
3923                 "language",
3924                 "option",
3925                 "php",
3926                 "type"
3927             ],
3928             "support": {
3929                 "issues": "https://github.com/schmittjoh/php-option/issues",
3930                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.4"
3931             },
3932             "funding": [
3933                 {
3934                     "url": "https://github.com/GrahamCampbell",
3935                     "type": "github"
3936                 },
3937                 {
3938                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
3939                     "type": "tidelift"
3940                 }
3941             ],
3942             "time": "2025-08-21T11:53:16+00:00"
3943         },
3944         {
3945             "name": "phpseclib/phpseclib",
3946             "version": "3.0.46",
3947             "source": {
3948                 "type": "git",
3949                 "url": "https://github.com/phpseclib/phpseclib.git",
3950                 "reference": "56483a7de62a6c2a6635e42e93b8a9e25d4f0ec6"
3951             },
3952             "dist": {
3953                 "type": "zip",
3954                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/56483a7de62a6c2a6635e42e93b8a9e25d4f0ec6",
3955                 "reference": "56483a7de62a6c2a6635e42e93b8a9e25d4f0ec6",
3956                 "shasum": ""
3957             },
3958             "require": {
3959                 "paragonie/constant_time_encoding": "^1|^2|^3",
3960                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
3961                 "php": ">=5.6.1"
3962             },
3963             "require-dev": {
3964                 "phpunit/phpunit": "*"
3965             },
3966             "suggest": {
3967                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
3968                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3969                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3970                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3971                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3972             },
3973             "type": "library",
3974             "autoload": {
3975                 "files": [
3976                     "phpseclib/bootstrap.php"
3977                 ],
3978                 "psr-4": {
3979                     "phpseclib3\\": "phpseclib/"
3980                 }
3981             },
3982             "notification-url": "https://packagist.org/downloads/",
3983             "license": [
3984                 "MIT"
3985             ],
3986             "authors": [
3987                 {
3988                     "name": "Jim Wigginton",
3989                     "email": "terrafrost@php.net",
3990                     "role": "Lead Developer"
3991                 },
3992                 {
3993                     "name": "Patrick Monnerat",
3994                     "email": "pm@datasphere.ch",
3995                     "role": "Developer"
3996                 },
3997                 {
3998                     "name": "Andreas Fischer",
3999                     "email": "bantu@phpbb.com",
4000                     "role": "Developer"
4001                 },
4002                 {
4003                     "name": "Hans-Jürgen Petrich",
4004                     "email": "petrich@tronic-media.com",
4005                     "role": "Developer"
4006                 },
4007                 {
4008                     "name": "Graham Campbell",
4009                     "email": "graham@alt-three.com",
4010                     "role": "Developer"
4011                 }
4012             ],
4013             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
4014             "homepage": "http://phpseclib.sourceforge.net",
4015             "keywords": [
4016                 "BigInteger",
4017                 "aes",
4018                 "asn.1",
4019                 "asn1",
4020                 "blowfish",
4021                 "crypto",
4022                 "cryptography",
4023                 "encryption",
4024                 "rsa",
4025                 "security",
4026                 "sftp",
4027                 "signature",
4028                 "signing",
4029                 "ssh",
4030                 "twofish",
4031                 "x.509",
4032                 "x509"
4033             ],
4034             "support": {
4035                 "issues": "https://github.com/phpseclib/phpseclib/issues",
4036                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.46"
4037             },
4038             "funding": [
4039                 {
4040                     "url": "https://github.com/terrafrost",
4041                     "type": "github"
4042                 },
4043                 {
4044                     "url": "https://www.patreon.com/phpseclib",
4045                     "type": "patreon"
4046                 },
4047                 {
4048                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
4049                     "type": "tidelift"
4050                 }
4051             ],
4052             "time": "2025-06-26T16:29:55+00:00"
4053         },
4054         {
4055             "name": "pragmarx/google2fa",
4056             "version": "v8.0.3",
4057             "source": {
4058                 "type": "git",
4059                 "url": "https://github.com/antonioribeiro/google2fa.git",
4060                 "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad"
4061             },
4062             "dist": {
4063                 "type": "zip",
4064                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad",
4065                 "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad",
4066                 "shasum": ""
4067             },
4068             "require": {
4069                 "paragonie/constant_time_encoding": "^1.0|^2.0|^3.0",
4070                 "php": "^7.1|^8.0"
4071             },
4072             "require-dev": {
4073                 "phpstan/phpstan": "^1.9",
4074                 "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
4075             },
4076             "type": "library",
4077             "autoload": {
4078                 "psr-4": {
4079                     "PragmaRX\\Google2FA\\": "src/"
4080                 }
4081             },
4082             "notification-url": "https://packagist.org/downloads/",
4083             "license": [
4084                 "MIT"
4085             ],
4086             "authors": [
4087                 {
4088                     "name": "Antonio Carlos Ribeiro",
4089                     "email": "acr@antoniocarlosribeiro.com",
4090                     "role": "Creator & Designer"
4091                 }
4092             ],
4093             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
4094             "keywords": [
4095                 "2fa",
4096                 "Authentication",
4097                 "Two Factor Authentication",
4098                 "google2fa"
4099             ],
4100             "support": {
4101                 "issues": "https://github.com/antonioribeiro/google2fa/issues",
4102                 "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.3"
4103             },
4104             "time": "2024-09-05T11:56:40+00:00"
4105         },
4106         {
4107             "name": "predis/predis",
4108             "version": "v3.2.0",
4109             "source": {
4110                 "type": "git",
4111                 "url": "https://github.com/predis/predis.git",
4112                 "reference": "9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8"
4113             },
4114             "dist": {
4115                 "type": "zip",
4116                 "url": "https://api.github.com/repos/predis/predis/zipball/9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8",
4117                 "reference": "9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8",
4118                 "shasum": ""
4119             },
4120             "require": {
4121                 "php": "^7.2 || ^8.0",
4122                 "psr/http-message": "^1.0|^2.0"
4123             },
4124             "require-dev": {
4125                 "friendsofphp/php-cs-fixer": "^3.3",
4126                 "phpstan/phpstan": "^1.9",
4127                 "phpunit/phpcov": "^6.0 || ^8.0",
4128                 "phpunit/phpunit": "^8.0 || ~9.4.4"
4129             },
4130             "suggest": {
4131                 "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
4132             },
4133             "type": "library",
4134             "autoload": {
4135                 "psr-4": {
4136                     "Predis\\": "src/"
4137                 }
4138             },
4139             "notification-url": "https://packagist.org/downloads/",
4140             "license": [
4141                 "MIT"
4142             ],
4143             "authors": [
4144                 {
4145                     "name": "Till Krüss",
4146                     "homepage": "https://till.im",
4147                     "role": "Maintainer"
4148                 }
4149             ],
4150             "description": "A flexible and feature-complete Redis/Valkey client for PHP.",
4151             "homepage": "http://github.com/predis/predis",
4152             "keywords": [
4153                 "nosql",
4154                 "predis",
4155                 "redis"
4156             ],
4157             "support": {
4158                 "issues": "https://github.com/predis/predis/issues",
4159                 "source": "https://github.com/predis/predis/tree/v3.2.0"
4160             },
4161             "funding": [
4162                 {
4163                     "url": "https://github.com/sponsors/tillkruss",
4164                     "type": "github"
4165                 }
4166             ],
4167             "time": "2025-08-06T06:41:24+00:00"
4168         },
4169         {
4170             "name": "psr/clock",
4171             "version": "1.0.0",
4172             "source": {
4173                 "type": "git",
4174                 "url": "https://github.com/php-fig/clock.git",
4175                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
4176             },
4177             "dist": {
4178                 "type": "zip",
4179                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4180                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4181                 "shasum": ""
4182             },
4183             "require": {
4184                 "php": "^7.0 || ^8.0"
4185             },
4186             "type": "library",
4187             "autoload": {
4188                 "psr-4": {
4189                     "Psr\\Clock\\": "src/"
4190                 }
4191             },
4192             "notification-url": "https://packagist.org/downloads/",
4193             "license": [
4194                 "MIT"
4195             ],
4196             "authors": [
4197                 {
4198                     "name": "PHP-FIG",
4199                     "homepage": "https://www.php-fig.org/"
4200                 }
4201             ],
4202             "description": "Common interface for reading the clock.",
4203             "homepage": "https://github.com/php-fig/clock",
4204             "keywords": [
4205                 "clock",
4206                 "now",
4207                 "psr",
4208                 "psr-20",
4209                 "time"
4210             ],
4211             "support": {
4212                 "issues": "https://github.com/php-fig/clock/issues",
4213                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
4214             },
4215             "time": "2022-11-25T14:36:26+00:00"
4216         },
4217         {
4218             "name": "psr/container",
4219             "version": "2.0.2",
4220             "source": {
4221                 "type": "git",
4222                 "url": "https://github.com/php-fig/container.git",
4223                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
4224             },
4225             "dist": {
4226                 "type": "zip",
4227                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4228                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4229                 "shasum": ""
4230             },
4231             "require": {
4232                 "php": ">=7.4.0"
4233             },
4234             "type": "library",
4235             "extra": {
4236                 "branch-alias": {
4237                     "dev-master": "2.0.x-dev"
4238                 }
4239             },
4240             "autoload": {
4241                 "psr-4": {
4242                     "Psr\\Container\\": "src/"
4243                 }
4244             },
4245             "notification-url": "https://packagist.org/downloads/",
4246             "license": [
4247                 "MIT"
4248             ],
4249             "authors": [
4250                 {
4251                     "name": "PHP-FIG",
4252                     "homepage": "https://www.php-fig.org/"
4253                 }
4254             ],
4255             "description": "Common Container Interface (PHP FIG PSR-11)",
4256             "homepage": "https://github.com/php-fig/container",
4257             "keywords": [
4258                 "PSR-11",
4259                 "container",
4260                 "container-interface",
4261                 "container-interop",
4262                 "psr"
4263             ],
4264             "support": {
4265                 "issues": "https://github.com/php-fig/container/issues",
4266                 "source": "https://github.com/php-fig/container/tree/2.0.2"
4267             },
4268             "time": "2021-11-05T16:47:00+00:00"
4269         },
4270         {
4271             "name": "psr/event-dispatcher",
4272             "version": "1.0.0",
4273             "source": {
4274                 "type": "git",
4275                 "url": "https://github.com/php-fig/event-dispatcher.git",
4276                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
4277             },
4278             "dist": {
4279                 "type": "zip",
4280                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
4281                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
4282                 "shasum": ""
4283             },
4284             "require": {
4285                 "php": ">=7.2.0"
4286             },
4287             "type": "library",
4288             "extra": {
4289                 "branch-alias": {
4290                     "dev-master": "1.0.x-dev"
4291                 }
4292             },
4293             "autoload": {
4294                 "psr-4": {
4295                     "Psr\\EventDispatcher\\": "src/"
4296                 }
4297             },
4298             "notification-url": "https://packagist.org/downloads/",
4299             "license": [
4300                 "MIT"
4301             ],
4302             "authors": [
4303                 {
4304                     "name": "PHP-FIG",
4305                     "homepage": "http://www.php-fig.org/"
4306                 }
4307             ],
4308             "description": "Standard interfaces for event handling.",
4309             "keywords": [
4310                 "events",
4311                 "psr",
4312                 "psr-14"
4313             ],
4314             "support": {
4315                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
4316                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
4317             },
4318             "time": "2019-01-08T18:20:26+00:00"
4319         },
4320         {
4321             "name": "psr/http-client",
4322             "version": "1.0.3",
4323             "source": {
4324                 "type": "git",
4325                 "url": "https://github.com/php-fig/http-client.git",
4326                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
4327             },
4328             "dist": {
4329                 "type": "zip",
4330                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
4331                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
4332                 "shasum": ""
4333             },
4334             "require": {
4335                 "php": "^7.0 || ^8.0",
4336                 "psr/http-message": "^1.0 || ^2.0"
4337             },
4338             "type": "library",
4339             "extra": {
4340                 "branch-alias": {
4341                     "dev-master": "1.0.x-dev"
4342                 }
4343             },
4344             "autoload": {
4345                 "psr-4": {
4346                     "Psr\\Http\\Client\\": "src/"
4347                 }
4348             },
4349             "notification-url": "https://packagist.org/downloads/",
4350             "license": [
4351                 "MIT"
4352             ],
4353             "authors": [
4354                 {
4355                     "name": "PHP-FIG",
4356                     "homepage": "https://www.php-fig.org/"
4357                 }
4358             ],
4359             "description": "Common interface for HTTP clients",
4360             "homepage": "https://github.com/php-fig/http-client",
4361             "keywords": [
4362                 "http",
4363                 "http-client",
4364                 "psr",
4365                 "psr-18"
4366             ],
4367             "support": {
4368                 "source": "https://github.com/php-fig/http-client"
4369             },
4370             "time": "2023-09-23T14:17:50+00:00"
4371         },
4372         {
4373             "name": "psr/http-factory",
4374             "version": "1.1.0",
4375             "source": {
4376                 "type": "git",
4377                 "url": "https://github.com/php-fig/http-factory.git",
4378                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
4379             },
4380             "dist": {
4381                 "type": "zip",
4382                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
4383                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
4384                 "shasum": ""
4385             },
4386             "require": {
4387                 "php": ">=7.1",
4388                 "psr/http-message": "^1.0 || ^2.0"
4389             },
4390             "type": "library",
4391             "extra": {
4392                 "branch-alias": {
4393                     "dev-master": "1.0.x-dev"
4394                 }
4395             },
4396             "autoload": {
4397                 "psr-4": {
4398                     "Psr\\Http\\Message\\": "src/"
4399                 }
4400             },
4401             "notification-url": "https://packagist.org/downloads/",
4402             "license": [
4403                 "MIT"
4404             ],
4405             "authors": [
4406                 {
4407                     "name": "PHP-FIG",
4408                     "homepage": "https://www.php-fig.org/"
4409                 }
4410             ],
4411             "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
4412             "keywords": [
4413                 "factory",
4414                 "http",
4415                 "message",
4416                 "psr",
4417                 "psr-17",
4418                 "psr-7",
4419                 "request",
4420                 "response"
4421             ],
4422             "support": {
4423                 "source": "https://github.com/php-fig/http-factory"
4424             },
4425             "time": "2024-04-15T12:06:14+00:00"
4426         },
4427         {
4428             "name": "psr/http-message",
4429             "version": "2.0",
4430             "source": {
4431                 "type": "git",
4432                 "url": "https://github.com/php-fig/http-message.git",
4433                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
4434             },
4435             "dist": {
4436                 "type": "zip",
4437                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4438                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4439                 "shasum": ""
4440             },
4441             "require": {
4442                 "php": "^7.2 || ^8.0"
4443             },
4444             "type": "library",
4445             "extra": {
4446                 "branch-alias": {
4447                     "dev-master": "2.0.x-dev"
4448                 }
4449             },
4450             "autoload": {
4451                 "psr-4": {
4452                     "Psr\\Http\\Message\\": "src/"
4453                 }
4454             },
4455             "notification-url": "https://packagist.org/downloads/",
4456             "license": [
4457                 "MIT"
4458             ],
4459             "authors": [
4460                 {
4461                     "name": "PHP-FIG",
4462                     "homepage": "https://www.php-fig.org/"
4463                 }
4464             ],
4465             "description": "Common interface for HTTP messages",
4466             "homepage": "https://github.com/php-fig/http-message",
4467             "keywords": [
4468                 "http",
4469                 "http-message",
4470                 "psr",
4471                 "psr-7",
4472                 "request",
4473                 "response"
4474             ],
4475             "support": {
4476                 "source": "https://github.com/php-fig/http-message/tree/2.0"
4477             },
4478             "time": "2023-04-04T09:54:51+00:00"
4479         },
4480         {
4481             "name": "psr/log",
4482             "version": "3.0.2",
4483             "source": {
4484                 "type": "git",
4485                 "url": "https://github.com/php-fig/log.git",
4486                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
4487             },
4488             "dist": {
4489                 "type": "zip",
4490                 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
4491                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
4492                 "shasum": ""
4493             },
4494             "require": {
4495                 "php": ">=8.0.0"
4496             },
4497             "type": "library",
4498             "extra": {
4499                 "branch-alias": {
4500                     "dev-master": "3.x-dev"
4501                 }
4502             },
4503             "autoload": {
4504                 "psr-4": {
4505                     "Psr\\Log\\": "src"
4506                 }
4507             },
4508             "notification-url": "https://packagist.org/downloads/",
4509             "license": [
4510                 "MIT"
4511             ],
4512             "authors": [
4513                 {
4514                     "name": "PHP-FIG",
4515                     "homepage": "https://www.php-fig.org/"
4516                 }
4517             ],
4518             "description": "Common interface for logging libraries",
4519             "homepage": "https://github.com/php-fig/log",
4520             "keywords": [
4521                 "log",
4522                 "psr",
4523                 "psr-3"
4524             ],
4525             "support": {
4526                 "source": "https://github.com/php-fig/log/tree/3.0.2"
4527             },
4528             "time": "2024-09-11T13:17:53+00:00"
4529         },
4530         {
4531             "name": "psr/simple-cache",
4532             "version": "3.0.0",
4533             "source": {
4534                 "type": "git",
4535                 "url": "https://github.com/php-fig/simple-cache.git",
4536                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
4537             },
4538             "dist": {
4539                 "type": "zip",
4540                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
4541                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
4542                 "shasum": ""
4543             },
4544             "require": {
4545                 "php": ">=8.0.0"
4546             },
4547             "type": "library",
4548             "extra": {
4549                 "branch-alias": {
4550                     "dev-master": "3.0.x-dev"
4551                 }
4552             },
4553             "autoload": {
4554                 "psr-4": {
4555                     "Psr\\SimpleCache\\": "src/"
4556                 }
4557             },
4558             "notification-url": "https://packagist.org/downloads/",
4559             "license": [
4560                 "MIT"
4561             ],
4562             "authors": [
4563                 {
4564                     "name": "PHP-FIG",
4565                     "homepage": "https://www.php-fig.org/"
4566                 }
4567             ],
4568             "description": "Common interfaces for simple caching",
4569             "keywords": [
4570                 "cache",
4571                 "caching",
4572                 "psr",
4573                 "psr-16",
4574                 "simple-cache"
4575             ],
4576             "support": {
4577                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
4578             },
4579             "time": "2021-10-29T13:26:27+00:00"
4580         },
4581         {
4582             "name": "psy/psysh",
4583             "version": "v0.12.10",
4584             "source": {
4585                 "type": "git",
4586                 "url": "https://github.com/bobthecow/psysh.git",
4587                 "reference": "6e80abe6f2257121f1eb9a4c55bf29d921025b22"
4588             },
4589             "dist": {
4590                 "type": "zip",
4591                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/6e80abe6f2257121f1eb9a4c55bf29d921025b22",
4592                 "reference": "6e80abe6f2257121f1eb9a4c55bf29d921025b22",
4593                 "shasum": ""
4594             },
4595             "require": {
4596                 "ext-json": "*",
4597                 "ext-tokenizer": "*",
4598                 "nikic/php-parser": "^5.0 || ^4.0",
4599                 "php": "^8.0 || ^7.4",
4600                 "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
4601                 "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
4602             },
4603             "conflict": {
4604                 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
4605             },
4606             "require-dev": {
4607                 "bamarni/composer-bin-plugin": "^1.2"
4608             },
4609             "suggest": {
4610                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
4611                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
4612                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
4613             },
4614             "bin": [
4615                 "bin/psysh"
4616             ],
4617             "type": "library",
4618             "extra": {
4619                 "bamarni-bin": {
4620                     "bin-links": false,
4621                     "forward-command": false
4622                 },
4623                 "branch-alias": {
4624                     "dev-main": "0.12.x-dev"
4625                 }
4626             },
4627             "autoload": {
4628                 "files": [
4629                     "src/functions.php"
4630                 ],
4631                 "psr-4": {
4632                     "Psy\\": "src/"
4633                 }
4634             },
4635             "notification-url": "https://packagist.org/downloads/",
4636             "license": [
4637                 "MIT"
4638             ],
4639             "authors": [
4640                 {
4641                     "name": "Justin Hileman",
4642                     "email": "justin@justinhileman.info"
4643                 }
4644             ],
4645             "description": "An interactive shell for modern PHP.",
4646             "homepage": "https://psysh.org",
4647             "keywords": [
4648                 "REPL",
4649                 "console",
4650                 "interactive",
4651                 "shell"
4652             ],
4653             "support": {
4654                 "issues": "https://github.com/bobthecow/psysh/issues",
4655                 "source": "https://github.com/bobthecow/psysh/tree/v0.12.10"
4656             },
4657             "time": "2025-08-04T12:39:37+00:00"
4658         },
4659         {
4660             "name": "ralouphie/getallheaders",
4661             "version": "3.0.3",
4662             "source": {
4663                 "type": "git",
4664                 "url": "https://github.com/ralouphie/getallheaders.git",
4665                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
4666             },
4667             "dist": {
4668                 "type": "zip",
4669                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
4670                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
4671                 "shasum": ""
4672             },
4673             "require": {
4674                 "php": ">=5.6"
4675             },
4676             "require-dev": {
4677                 "php-coveralls/php-coveralls": "^2.1",
4678                 "phpunit/phpunit": "^5 || ^6.5"
4679             },
4680             "type": "library",
4681             "autoload": {
4682                 "files": [
4683                     "src/getallheaders.php"
4684                 ]
4685             },
4686             "notification-url": "https://packagist.org/downloads/",
4687             "license": [
4688                 "MIT"
4689             ],
4690             "authors": [
4691                 {
4692                     "name": "Ralph Khattar",
4693                     "email": "ralph.khattar@gmail.com"
4694                 }
4695             ],
4696             "description": "A polyfill for getallheaders.",
4697             "support": {
4698                 "issues": "https://github.com/ralouphie/getallheaders/issues",
4699                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
4700             },
4701             "time": "2019-03-08T08:55:37+00:00"
4702         },
4703         {
4704             "name": "ramsey/collection",
4705             "version": "2.1.1",
4706             "source": {
4707                 "type": "git",
4708                 "url": "https://github.com/ramsey/collection.git",
4709                 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
4710             },
4711             "dist": {
4712                 "type": "zip",
4713                 "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
4714                 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
4715                 "shasum": ""
4716             },
4717             "require": {
4718                 "php": "^8.1"
4719             },
4720             "require-dev": {
4721                 "captainhook/plugin-composer": "^5.3",
4722                 "ergebnis/composer-normalize": "^2.45",
4723                 "fakerphp/faker": "^1.24",
4724                 "hamcrest/hamcrest-php": "^2.0",
4725                 "jangregor/phpstan-prophecy": "^2.1",
4726                 "mockery/mockery": "^1.6",
4727                 "php-parallel-lint/php-console-highlighter": "^1.0",
4728                 "php-parallel-lint/php-parallel-lint": "^1.4",
4729                 "phpspec/prophecy-phpunit": "^2.3",
4730                 "phpstan/extension-installer": "^1.4",
4731                 "phpstan/phpstan": "^2.1",
4732                 "phpstan/phpstan-mockery": "^2.0",
4733                 "phpstan/phpstan-phpunit": "^2.0",
4734                 "phpunit/phpunit": "^10.5",
4735                 "ramsey/coding-standard": "^2.3",
4736                 "ramsey/conventional-commits": "^1.6",
4737                 "roave/security-advisories": "dev-latest"
4738             },
4739             "type": "library",
4740             "extra": {
4741                 "captainhook": {
4742                     "force-install": true
4743                 },
4744                 "ramsey/conventional-commits": {
4745                     "configFile": "conventional-commits.json"
4746                 }
4747             },
4748             "autoload": {
4749                 "psr-4": {
4750                     "Ramsey\\Collection\\": "src/"
4751                 }
4752             },
4753             "notification-url": "https://packagist.org/downloads/",
4754             "license": [
4755                 "MIT"
4756             ],
4757             "authors": [
4758                 {
4759                     "name": "Ben Ramsey",
4760                     "email": "ben@benramsey.com",
4761                     "homepage": "https://benramsey.com"
4762                 }
4763             ],
4764             "description": "A PHP library for representing and manipulating collections.",
4765             "keywords": [
4766                 "array",
4767                 "collection",
4768                 "hash",
4769                 "map",
4770                 "queue",
4771                 "set"
4772             ],
4773             "support": {
4774                 "issues": "https://github.com/ramsey/collection/issues",
4775                 "source": "https://github.com/ramsey/collection/tree/2.1.1"
4776             },
4777             "time": "2025-03-22T05:38:12+00:00"
4778         },
4779         {
4780             "name": "ramsey/uuid",
4781             "version": "4.9.0",
4782             "source": {
4783                 "type": "git",
4784                 "url": "https://github.com/ramsey/uuid.git",
4785                 "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0"
4786             },
4787             "dist": {
4788                 "type": "zip",
4789                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/4e0e23cc785f0724a0e838279a9eb03f28b092a0",
4790                 "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0",
4791                 "shasum": ""
4792             },
4793             "require": {
4794                 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13",
4795                 "php": "^8.0",
4796                 "ramsey/collection": "^1.2 || ^2.0"
4797             },
4798             "replace": {
4799                 "rhumsaa/uuid": "self.version"
4800             },
4801             "require-dev": {
4802                 "captainhook/captainhook": "^5.25",
4803                 "captainhook/plugin-composer": "^5.3",
4804                 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
4805                 "ergebnis/composer-normalize": "^2.47",
4806                 "mockery/mockery": "^1.6",
4807                 "paragonie/random-lib": "^2",
4808                 "php-mock/php-mock": "^2.6",
4809                 "php-mock/php-mock-mockery": "^1.5",
4810                 "php-parallel-lint/php-parallel-lint": "^1.4.0",
4811                 "phpbench/phpbench": "^1.2.14",
4812                 "phpstan/extension-installer": "^1.4",
4813                 "phpstan/phpstan": "^2.1",
4814                 "phpstan/phpstan-mockery": "^2.0",
4815                 "phpstan/phpstan-phpunit": "^2.0",
4816                 "phpunit/phpunit": "^9.6",
4817                 "slevomat/coding-standard": "^8.18",
4818                 "squizlabs/php_codesniffer": "^3.13"
4819             },
4820             "suggest": {
4821                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
4822                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
4823                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
4824                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
4825                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4826             },
4827             "type": "library",
4828             "extra": {
4829                 "captainhook": {
4830                     "force-install": true
4831                 }
4832             },
4833             "autoload": {
4834                 "files": [
4835                     "src/functions.php"
4836                 ],
4837                 "psr-4": {
4838                     "Ramsey\\Uuid\\": "src/"
4839                 }
4840             },
4841             "notification-url": "https://packagist.org/downloads/",
4842             "license": [
4843                 "MIT"
4844             ],
4845             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
4846             "keywords": [
4847                 "guid",
4848                 "identifier",
4849                 "uuid"
4850             ],
4851             "support": {
4852                 "issues": "https://github.com/ramsey/uuid/issues",
4853                 "source": "https://github.com/ramsey/uuid/tree/4.9.0"
4854             },
4855             "time": "2025-06-25T14:20:11+00:00"
4856         },
4857         {
4858             "name": "robrichards/xmlseclibs",
4859             "version": "3.1.3",
4860             "source": {
4861                 "type": "git",
4862                 "url": "https://github.com/robrichards/xmlseclibs.git",
4863                 "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07"
4864             },
4865             "dist": {
4866                 "type": "zip",
4867                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/2bdfd742624d739dfadbd415f00181b4a77aaf07",
4868                 "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07",
4869                 "shasum": ""
4870             },
4871             "require": {
4872                 "ext-openssl": "*",
4873                 "php": ">= 5.4"
4874             },
4875             "type": "library",
4876             "autoload": {
4877                 "psr-4": {
4878                     "RobRichards\\XMLSecLibs\\": "src"
4879                 }
4880             },
4881             "notification-url": "https://packagist.org/downloads/",
4882             "license": [
4883                 "BSD-3-Clause"
4884             ],
4885             "description": "A PHP library for XML Security",
4886             "homepage": "https://github.com/robrichards/xmlseclibs",
4887             "keywords": [
4888                 "security",
4889                 "signature",
4890                 "xml",
4891                 "xmldsig"
4892             ],
4893             "support": {
4894                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
4895                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.3"
4896             },
4897             "time": "2024-11-20T21:13:56+00:00"
4898         },
4899         {
4900             "name": "sabberworm/php-css-parser",
4901             "version": "v8.9.0",
4902             "source": {
4903                 "type": "git",
4904                 "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
4905                 "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9"
4906             },
4907             "dist": {
4908                 "type": "zip",
4909                 "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d8e916507b88e389e26d4ab03c904a082aa66bb9",
4910                 "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9",
4911                 "shasum": ""
4912             },
4913             "require": {
4914                 "ext-iconv": "*",
4915                 "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
4916             },
4917             "require-dev": {
4918                 "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41",
4919                 "rawr/cross-data-providers": "^2.0.0"
4920             },
4921             "suggest": {
4922                 "ext-mbstring": "for parsing UTF-8 CSS"
4923             },
4924             "type": "library",
4925             "extra": {
4926                 "branch-alias": {
4927                     "dev-main": "9.0.x-dev"
4928                 }
4929             },
4930             "autoload": {
4931                 "psr-4": {
4932                     "Sabberworm\\CSS\\": "src/"
4933                 }
4934             },
4935             "notification-url": "https://packagist.org/downloads/",
4936             "license": [
4937                 "MIT"
4938             ],
4939             "authors": [
4940                 {
4941                     "name": "Raphael Schweikert"
4942                 },
4943                 {
4944                     "name": "Oliver Klee",
4945                     "email": "github@oliverklee.de"
4946                 },
4947                 {
4948                     "name": "Jake Hotson",
4949                     "email": "jake.github@qzdesign.co.uk"
4950                 }
4951             ],
4952             "description": "Parser for CSS Files written in PHP",
4953             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
4954             "keywords": [
4955                 "css",
4956                 "parser",
4957                 "stylesheet"
4958             ],
4959             "support": {
4960                 "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
4961                 "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.9.0"
4962             },
4963             "time": "2025-07-11T13:20:48+00:00"
4964         },
4965         {
4966             "name": "socialiteproviders/discord",
4967             "version": "4.2.0",
4968             "source": {
4969                 "type": "git",
4970                 "url": "https://github.com/SocialiteProviders/Discord.git",
4971                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c"
4972             },
4973             "dist": {
4974                 "type": "zip",
4975                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c71c379acfdca5ba4aa65a3db5ae5222852a919c",
4976                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c",
4977                 "shasum": ""
4978             },
4979             "require": {
4980                 "ext-json": "*",
4981                 "php": "^7.4 || ^8.0",
4982                 "socialiteproviders/manager": "~4.0"
4983             },
4984             "type": "library",
4985             "autoload": {
4986                 "psr-4": {
4987                     "SocialiteProviders\\Discord\\": ""
4988                 }
4989             },
4990             "notification-url": "https://packagist.org/downloads/",
4991             "license": [
4992                 "MIT"
4993             ],
4994             "authors": [
4995                 {
4996                     "name": "Christopher Eklund",
4997                     "email": "eklundchristopher@gmail.com"
4998                 }
4999             ],
5000             "description": "Discord OAuth2 Provider for Laravel Socialite",
5001             "keywords": [
5002                 "discord",
5003                 "laravel",
5004                 "oauth",
5005                 "provider",
5006                 "socialite"
5007             ],
5008             "support": {
5009                 "docs": "https://socialiteproviders.com/discord",
5010                 "issues": "https://github.com/socialiteproviders/providers/issues",
5011                 "source": "https://github.com/socialiteproviders/providers"
5012             },
5013             "time": "2023-07-24T23:28:47+00:00"
5014         },
5015         {
5016             "name": "socialiteproviders/gitlab",
5017             "version": "4.1.0",
5018             "source": {
5019                 "type": "git",
5020                 "url": "https://github.com/SocialiteProviders/GitLab.git",
5021                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
5022             },
5023             "dist": {
5024                 "type": "zip",
5025                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5026                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5027                 "shasum": ""
5028             },
5029             "require": {
5030                 "ext-json": "*",
5031                 "php": "^7.2 || ^8.0",
5032                 "socialiteproviders/manager": "~4.0"
5033             },
5034             "type": "library",
5035             "autoload": {
5036                 "psr-4": {
5037                     "SocialiteProviders\\GitLab\\": ""
5038                 }
5039             },
5040             "notification-url": "https://packagist.org/downloads/",
5041             "license": [
5042                 "MIT"
5043             ],
5044             "authors": [
5045                 {
5046                     "name": "Christoffer Martinsen",
5047                     "email": "christoffermartinsen@gmail.com"
5048                 }
5049             ],
5050             "description": "GitLab OAuth2 Provider for Laravel Socialite",
5051             "support": {
5052                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
5053             },
5054             "time": "2020-12-01T23:10:59+00:00"
5055         },
5056         {
5057             "name": "socialiteproviders/manager",
5058             "version": "v4.8.1",
5059             "source": {
5060                 "type": "git",
5061                 "url": "https://github.com/SocialiteProviders/Manager.git",
5062                 "reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4"
5063             },
5064             "dist": {
5065                 "type": "zip",
5066                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/8180ec14bef230ec2351cff993d5d2d7ca470ef4",
5067                 "reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4",
5068                 "shasum": ""
5069             },
5070             "require": {
5071                 "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
5072                 "laravel/socialite": "^5.5",
5073                 "php": "^8.1"
5074             },
5075             "require-dev": {
5076                 "mockery/mockery": "^1.2",
5077                 "phpunit/phpunit": "^9.0"
5078             },
5079             "type": "library",
5080             "extra": {
5081                 "laravel": {
5082                     "providers": [
5083                         "SocialiteProviders\\Manager\\ServiceProvider"
5084                     ]
5085                 }
5086             },
5087             "autoload": {
5088                 "psr-4": {
5089                     "SocialiteProviders\\Manager\\": "src/"
5090                 }
5091             },
5092             "notification-url": "https://packagist.org/downloads/",
5093             "license": [
5094                 "MIT"
5095             ],
5096             "authors": [
5097                 {
5098                     "name": "Andy Wendt",
5099                     "email": "andy@awendt.com"
5100                 },
5101                 {
5102                     "name": "Anton Komarev",
5103                     "email": "a.komarev@cybercog.su"
5104                 },
5105                 {
5106                     "name": "Miguel Piedrafita",
5107                     "email": "soy@miguelpiedrafita.com"
5108                 },
5109                 {
5110                     "name": "atymic",
5111                     "email": "atymicq@gmail.com",
5112                     "homepage": "https://atymic.dev"
5113                 }
5114             ],
5115             "description": "Easily add new or override built-in providers in Laravel Socialite.",
5116             "homepage": "https://socialiteproviders.com",
5117             "keywords": [
5118                 "laravel",
5119                 "manager",
5120                 "oauth",
5121                 "providers",
5122                 "socialite"
5123             ],
5124             "support": {
5125                 "issues": "https://github.com/socialiteproviders/manager/issues",
5126                 "source": "https://github.com/socialiteproviders/manager"
5127             },
5128             "time": "2025-02-24T19:33:30+00:00"
5129         },
5130         {
5131             "name": "socialiteproviders/microsoft-azure",
5132             "version": "5.2.0",
5133             "source": {
5134                 "type": "git",
5135                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
5136                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16"
5137             },
5138             "dist": {
5139                 "type": "zip",
5140                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5141                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5142                 "shasum": ""
5143             },
5144             "require": {
5145                 "ext-json": "*",
5146                 "php": "^8.0",
5147                 "socialiteproviders/manager": "^4.4"
5148             },
5149             "type": "library",
5150             "autoload": {
5151                 "psr-4": {
5152                     "SocialiteProviders\\Azure\\": ""
5153                 }
5154             },
5155             "notification-url": "https://packagist.org/downloads/",
5156             "license": [
5157                 "MIT"
5158             ],
5159             "authors": [
5160                 {
5161                     "name": "Chris Hemmings",
5162                     "email": "chris@hemmin.gs"
5163                 }
5164             ],
5165             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
5166             "keywords": [
5167                 "azure",
5168                 "laravel",
5169                 "microsoft",
5170                 "oauth",
5171                 "provider",
5172                 "socialite"
5173             ],
5174             "support": {
5175                 "docs": "https://socialiteproviders.com/microsoft-azure",
5176                 "issues": "https://github.com/socialiteproviders/providers/issues",
5177                 "source": "https://github.com/socialiteproviders/providers"
5178             },
5179             "time": "2024-03-15T03:02:10+00:00"
5180         },
5181         {
5182             "name": "socialiteproviders/okta",
5183             "version": "4.5.0",
5184             "source": {
5185                 "type": "git",
5186                 "url": "https://github.com/SocialiteProviders/Okta.git",
5187                 "reference": "b8b0d5ea72325ead82481524a48576aaf39356ed"
5188             },
5189             "dist": {
5190                 "type": "zip",
5191                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/b8b0d5ea72325ead82481524a48576aaf39356ed",
5192                 "reference": "b8b0d5ea72325ead82481524a48576aaf39356ed",
5193                 "shasum": ""
5194             },
5195             "require": {
5196                 "ext-json": "*",
5197                 "php": "^8.0",
5198                 "socialiteproviders/manager": "^4.4"
5199             },
5200             "type": "library",
5201             "autoload": {
5202                 "psr-4": {
5203                     "SocialiteProviders\\Okta\\": ""
5204                 }
5205             },
5206             "notification-url": "https://packagist.org/downloads/",
5207             "license": [
5208                 "MIT"
5209             ],
5210             "authors": [
5211                 {
5212                     "name": "Chase Coney",
5213                     "email": "chase.coney@gmail.com"
5214                 }
5215             ],
5216             "description": "Okta OAuth2 Provider for Laravel Socialite",
5217             "keywords": [
5218                 "laravel",
5219                 "oauth",
5220                 "okta",
5221                 "provider",
5222                 "socialite"
5223             ],
5224             "support": {
5225                 "docs": "https://socialiteproviders.com/okta",
5226                 "issues": "https://github.com/socialiteproviders/providers/issues",
5227                 "source": "https://github.com/socialiteproviders/providers"
5228             },
5229             "time": "2024-11-07T21:57:40+00:00"
5230         },
5231         {
5232             "name": "socialiteproviders/twitch",
5233             "version": "5.4.0",
5234             "source": {
5235                 "type": "git",
5236                 "url": "https://github.com/SocialiteProviders/Twitch.git",
5237                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d"
5238             },
5239             "dist": {
5240                 "type": "zip",
5241                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/c8791b9d208195b5f02bea432de89d0e612b955d",
5242                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d",
5243                 "shasum": ""
5244             },
5245             "require": {
5246                 "ext-json": "*",
5247                 "php": "^8.0",
5248                 "socialiteproviders/manager": "^4.4"
5249             },
5250             "type": "library",
5251             "autoload": {
5252                 "psr-4": {
5253                     "SocialiteProviders\\Twitch\\": ""
5254                 }
5255             },
5256             "notification-url": "https://packagist.org/downloads/",
5257             "license": [
5258                 "MIT"
5259             ],
5260             "authors": [
5261                 {
5262                     "name": "Brian Faust",
5263                     "email": "hello@brianfaust.de"
5264                 }
5265             ],
5266             "description": "Twitch OAuth2 Provider for Laravel Socialite",
5267             "keywords": [
5268                 "laravel",
5269                 "oauth",
5270                 "provider",
5271                 "socialite",
5272                 "twitch"
5273             ],
5274             "support": {
5275                 "docs": "https://socialiteproviders.com/twitch",
5276                 "issues": "https://github.com/socialiteproviders/providers/issues",
5277                 "source": "https://github.com/socialiteproviders/providers"
5278             },
5279             "time": "2024-04-01T01:15:35+00:00"
5280         },
5281         {
5282             "name": "ssddanbrown/htmldiff",
5283             "version": "v2.0.0",
5284             "source": {
5285                 "type": "git",
5286                 "url": "https://codeberg.org/danb/HtmlDiff",
5287                 "reference": "b7bc848b01ae6e26a3e4ad4f07cd816e6faa8fe8"
5288             },
5289             "dist": {
5290                 "type": "zip",
5291                 "url": "https://codeberg.org/api/v1/repos/danb/HtmlDiff/archive/%prettyVersion%.zip",
5292                 "reference": "b7bc848b01ae6e26a3e4ad4f07cd816e6faa8fe8"
5293             },
5294             "require": {
5295                 "ext-mbstring": "*",
5296                 "php": ">=8.0"
5297             },
5298             "require-dev": {
5299                 "phpunit/phpunit": "^9.6.22",
5300                 "vimeo/psalm": "^4.10"
5301             },
5302             "type": "library",
5303             "autoload": {
5304                 "psr-4": {
5305                     "Ssddanbrown\\HtmlDiff\\": "src"
5306                 }
5307             },
5308             "notification-url": "https://packagist.org/downloads/",
5309             "license": [
5310                 "MIT"
5311             ],
5312             "authors": [
5313                 {
5314                     "name": "Dan Brown",
5315                     "homepage": "https://danb.me",
5316                     "role": "Developer"
5317                 }
5318             ],
5319             "description": "HTML Content Diff Generator",
5320             "homepage": "https://codeberg.org/danb/HtmlDiff",
5321             "funding": [
5322                 {
5323                     "url": "https://github.com/sponsors/ssddanbrown",
5324                     "type": "github"
5325                 },
5326                 {
5327                     "url": "https://ko-fi.com/ssddanbrown",
5328                     "type": "kofi"
5329                 }
5330             ],
5331             "time": "2025-07-07T11:55:59+00:00"
5332         },
5333         {
5334             "name": "symfony/clock",
5335             "version": "v7.3.0",
5336             "source": {
5337                 "type": "git",
5338                 "url": "https://github.com/symfony/clock.git",
5339                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
5340             },
5341             "dist": {
5342                 "type": "zip",
5343                 "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5344                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5345                 "shasum": ""
5346             },
5347             "require": {
5348                 "php": ">=8.2",
5349                 "psr/clock": "^1.0",
5350                 "symfony/polyfill-php83": "^1.28"
5351             },
5352             "provide": {
5353                 "psr/clock-implementation": "1.0"
5354             },
5355             "type": "library",
5356             "autoload": {
5357                 "files": [
5358                     "Resources/now.php"
5359                 ],
5360                 "psr-4": {
5361                     "Symfony\\Component\\Clock\\": ""
5362                 },
5363                 "exclude-from-classmap": [
5364                     "/Tests/"
5365                 ]
5366             },
5367             "notification-url": "https://packagist.org/downloads/",
5368             "license": [
5369                 "MIT"
5370             ],
5371             "authors": [
5372                 {
5373                     "name": "Nicolas Grekas",
5374                     "email": "p@tchwork.com"
5375                 },
5376                 {
5377                     "name": "Symfony Community",
5378                     "homepage": "https://symfony.com/contributors"
5379                 }
5380             ],
5381             "description": "Decouples applications from the system clock",
5382             "homepage": "https://symfony.com",
5383             "keywords": [
5384                 "clock",
5385                 "psr20",
5386                 "time"
5387             ],
5388             "support": {
5389                 "source": "https://github.com/symfony/clock/tree/v7.3.0"
5390             },
5391             "funding": [
5392                 {
5393                     "url": "https://symfony.com/sponsor",
5394                     "type": "custom"
5395                 },
5396                 {
5397                     "url": "https://github.com/fabpot",
5398                     "type": "github"
5399                 },
5400                 {
5401                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5402                     "type": "tidelift"
5403                 }
5404             ],
5405             "time": "2024-09-25T14:21:43+00:00"
5406         },
5407         {
5408             "name": "symfony/console",
5409             "version": "v7.3.3",
5410             "source": {
5411                 "type": "git",
5412                 "url": "https://github.com/symfony/console.git",
5413                 "reference": "cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7"
5414             },
5415             "dist": {
5416                 "type": "zip",
5417                 "url": "https://api.github.com/repos/symfony/console/zipball/cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7",
5418                 "reference": "cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7",
5419                 "shasum": ""
5420             },
5421             "require": {
5422                 "php": ">=8.2",
5423                 "symfony/deprecation-contracts": "^2.5|^3",
5424                 "symfony/polyfill-mbstring": "~1.0",
5425                 "symfony/service-contracts": "^2.5|^3",
5426                 "symfony/string": "^7.2"
5427             },
5428             "conflict": {
5429                 "symfony/dependency-injection": "<6.4",
5430                 "symfony/dotenv": "<6.4",
5431                 "symfony/event-dispatcher": "<6.4",
5432                 "symfony/lock": "<6.4",
5433                 "symfony/process": "<6.4"
5434             },
5435             "provide": {
5436                 "psr/log-implementation": "1.0|2.0|3.0"
5437             },
5438             "require-dev": {
5439                 "psr/log": "^1|^2|^3",
5440                 "symfony/config": "^6.4|^7.0",
5441                 "symfony/dependency-injection": "^6.4|^7.0",
5442                 "symfony/event-dispatcher": "^6.4|^7.0",
5443                 "symfony/http-foundation": "^6.4|^7.0",
5444                 "symfony/http-kernel": "^6.4|^7.0",
5445                 "symfony/lock": "^6.4|^7.0",
5446                 "symfony/messenger": "^6.4|^7.0",
5447                 "symfony/process": "^6.4|^7.0",
5448                 "symfony/stopwatch": "^6.4|^7.0",
5449                 "symfony/var-dumper": "^6.4|^7.0"
5450             },
5451             "type": "library",
5452             "autoload": {
5453                 "psr-4": {
5454                     "Symfony\\Component\\Console\\": ""
5455                 },
5456                 "exclude-from-classmap": [
5457                     "/Tests/"
5458                 ]
5459             },
5460             "notification-url": "https://packagist.org/downloads/",
5461             "license": [
5462                 "MIT"
5463             ],
5464             "authors": [
5465                 {
5466                     "name": "Fabien Potencier",
5467                     "email": "fabien@symfony.com"
5468                 },
5469                 {
5470                     "name": "Symfony Community",
5471                     "homepage": "https://symfony.com/contributors"
5472                 }
5473             ],
5474             "description": "Eases the creation of beautiful and testable command line interfaces",
5475             "homepage": "https://symfony.com",
5476             "keywords": [
5477                 "cli",
5478                 "command-line",
5479                 "console",
5480                 "terminal"
5481             ],
5482             "support": {
5483                 "source": "https://github.com/symfony/console/tree/v7.3.3"
5484             },
5485             "funding": [
5486                 {
5487                     "url": "https://symfony.com/sponsor",
5488                     "type": "custom"
5489                 },
5490                 {
5491                     "url": "https://github.com/fabpot",
5492                     "type": "github"
5493                 },
5494                 {
5495                     "url": "https://github.com/nicolas-grekas",
5496                     "type": "github"
5497                 },
5498                 {
5499                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5500                     "type": "tidelift"
5501                 }
5502             ],
5503             "time": "2025-08-25T06:35:40+00:00"
5504         },
5505         {
5506             "name": "symfony/css-selector",
5507             "version": "v7.3.0",
5508             "source": {
5509                 "type": "git",
5510                 "url": "https://github.com/symfony/css-selector.git",
5511                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
5512             },
5513             "dist": {
5514                 "type": "zip",
5515                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5516                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5517                 "shasum": ""
5518             },
5519             "require": {
5520                 "php": ">=8.2"
5521             },
5522             "type": "library",
5523             "autoload": {
5524                 "psr-4": {
5525                     "Symfony\\Component\\CssSelector\\": ""
5526                 },
5527                 "exclude-from-classmap": [
5528                     "/Tests/"
5529                 ]
5530             },
5531             "notification-url": "https://packagist.org/downloads/",
5532             "license": [
5533                 "MIT"
5534             ],
5535             "authors": [
5536                 {
5537                     "name": "Fabien Potencier",
5538                     "email": "fabien@symfony.com"
5539                 },
5540                 {
5541                     "name": "Jean-François Simon",
5542                     "email": "jeanfrancois.simon@sensiolabs.com"
5543                 },
5544                 {
5545                     "name": "Symfony Community",
5546                     "homepage": "https://symfony.com/contributors"
5547                 }
5548             ],
5549             "description": "Converts CSS selectors to XPath expressions",
5550             "homepage": "https://symfony.com",
5551             "support": {
5552                 "source": "https://github.com/symfony/css-selector/tree/v7.3.0"
5553             },
5554             "funding": [
5555                 {
5556                     "url": "https://symfony.com/sponsor",
5557                     "type": "custom"
5558                 },
5559                 {
5560                     "url": "https://github.com/fabpot",
5561                     "type": "github"
5562                 },
5563                 {
5564                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5565                     "type": "tidelift"
5566                 }
5567             ],
5568             "time": "2024-09-25T14:21:43+00:00"
5569         },
5570         {
5571             "name": "symfony/deprecation-contracts",
5572             "version": "v3.6.0",
5573             "source": {
5574                 "type": "git",
5575                 "url": "https://github.com/symfony/deprecation-contracts.git",
5576                 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
5577             },
5578             "dist": {
5579                 "type": "zip",
5580                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
5581                 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
5582                 "shasum": ""
5583             },
5584             "require": {
5585                 "php": ">=8.1"
5586             },
5587             "type": "library",
5588             "extra": {
5589                 "thanks": {
5590                     "url": "https://github.com/symfony/contracts",
5591                     "name": "symfony/contracts"
5592                 },
5593                 "branch-alias": {
5594                     "dev-main": "3.6-dev"
5595                 }
5596             },
5597             "autoload": {
5598                 "files": [
5599                     "function.php"
5600                 ]
5601             },
5602             "notification-url": "https://packagist.org/downloads/",
5603             "license": [
5604                 "MIT"
5605             ],
5606             "authors": [
5607                 {
5608                     "name": "Nicolas Grekas",
5609                     "email": "p@tchwork.com"
5610                 },
5611                 {
5612                     "name": "Symfony Community",
5613                     "homepage": "https://symfony.com/contributors"
5614                 }
5615             ],
5616             "description": "A generic function and convention to trigger deprecation notices",
5617             "homepage": "https://symfony.com",
5618             "support": {
5619                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
5620             },
5621             "funding": [
5622                 {
5623                     "url": "https://symfony.com/sponsor",
5624                     "type": "custom"
5625                 },
5626                 {
5627                     "url": "https://github.com/fabpot",
5628                     "type": "github"
5629                 },
5630                 {
5631                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5632                     "type": "tidelift"
5633                 }
5634             ],
5635             "time": "2024-09-25T14:21:43+00:00"
5636         },
5637         {
5638             "name": "symfony/error-handler",
5639             "version": "v7.3.2",
5640             "source": {
5641                 "type": "git",
5642                 "url": "https://github.com/symfony/error-handler.git",
5643                 "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3"
5644             },
5645             "dist": {
5646                 "type": "zip",
5647                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/0b31a944fcd8759ae294da4d2808cbc53aebd0c3",
5648                 "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3",
5649                 "shasum": ""
5650             },
5651             "require": {
5652                 "php": ">=8.2",
5653                 "psr/log": "^1|^2|^3",
5654                 "symfony/var-dumper": "^6.4|^7.0"
5655             },
5656             "conflict": {
5657                 "symfony/deprecation-contracts": "<2.5",
5658                 "symfony/http-kernel": "<6.4"
5659             },
5660             "require-dev": {
5661                 "symfony/console": "^6.4|^7.0",
5662                 "symfony/deprecation-contracts": "^2.5|^3",
5663                 "symfony/http-kernel": "^6.4|^7.0",
5664                 "symfony/serializer": "^6.4|^7.0",
5665                 "symfony/webpack-encore-bundle": "^1.0|^2.0"
5666             },
5667             "bin": [
5668                 "Resources/bin/patch-type-declarations"
5669             ],
5670             "type": "library",
5671             "autoload": {
5672                 "psr-4": {
5673                     "Symfony\\Component\\ErrorHandler\\": ""
5674                 },
5675                 "exclude-from-classmap": [
5676                     "/Tests/"
5677                 ]
5678             },
5679             "notification-url": "https://packagist.org/downloads/",
5680             "license": [
5681                 "MIT"
5682             ],
5683             "authors": [
5684                 {
5685                     "name": "Fabien Potencier",
5686                     "email": "fabien@symfony.com"
5687                 },
5688                 {
5689                     "name": "Symfony Community",
5690                     "homepage": "https://symfony.com/contributors"
5691                 }
5692             ],
5693             "description": "Provides tools to manage errors and ease debugging PHP code",
5694             "homepage": "https://symfony.com",
5695             "support": {
5696                 "source": "https://github.com/symfony/error-handler/tree/v7.3.2"
5697             },
5698             "funding": [
5699                 {
5700                     "url": "https://symfony.com/sponsor",
5701                     "type": "custom"
5702                 },
5703                 {
5704                     "url": "https://github.com/fabpot",
5705                     "type": "github"
5706                 },
5707                 {
5708                     "url": "https://github.com/nicolas-grekas",
5709                     "type": "github"
5710                 },
5711                 {
5712                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5713                     "type": "tidelift"
5714                 }
5715             ],
5716             "time": "2025-07-07T08:17:57+00:00"
5717         },
5718         {
5719             "name": "symfony/event-dispatcher",
5720             "version": "v7.3.3",
5721             "source": {
5722                 "type": "git",
5723                 "url": "https://github.com/symfony/event-dispatcher.git",
5724                 "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191"
5725             },
5726             "dist": {
5727                 "type": "zip",
5728                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7dc69e71de420ac04bc9ab830cf3ffebba48191",
5729                 "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191",
5730                 "shasum": ""
5731             },
5732             "require": {
5733                 "php": ">=8.2",
5734                 "symfony/event-dispatcher-contracts": "^2.5|^3"
5735             },
5736             "conflict": {
5737                 "symfony/dependency-injection": "<6.4",
5738                 "symfony/service-contracts": "<2.5"
5739             },
5740             "provide": {
5741                 "psr/event-dispatcher-implementation": "1.0",
5742                 "symfony/event-dispatcher-implementation": "2.0|3.0"
5743             },
5744             "require-dev": {
5745                 "psr/log": "^1|^2|^3",
5746                 "symfony/config": "^6.4|^7.0",
5747                 "symfony/dependency-injection": "^6.4|^7.0",
5748                 "symfony/error-handler": "^6.4|^7.0",
5749                 "symfony/expression-language": "^6.4|^7.0",
5750                 "symfony/http-foundation": "^6.4|^7.0",
5751                 "symfony/service-contracts": "^2.5|^3",
5752                 "symfony/stopwatch": "^6.4|^7.0"
5753             },
5754             "type": "library",
5755             "autoload": {
5756                 "psr-4": {
5757                     "Symfony\\Component\\EventDispatcher\\": ""
5758                 },
5759                 "exclude-from-classmap": [
5760                     "/Tests/"
5761                 ]
5762             },
5763             "notification-url": "https://packagist.org/downloads/",
5764             "license": [
5765                 "MIT"
5766             ],
5767             "authors": [
5768                 {
5769                     "name": "Fabien Potencier",
5770                     "email": "fabien@symfony.com"
5771                 },
5772                 {
5773                     "name": "Symfony Community",
5774                     "homepage": "https://symfony.com/contributors"
5775                 }
5776             ],
5777             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5778             "homepage": "https://symfony.com",
5779             "support": {
5780                 "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.3"
5781             },
5782             "funding": [
5783                 {
5784                     "url": "https://symfony.com/sponsor",
5785                     "type": "custom"
5786                 },
5787                 {
5788                     "url": "https://github.com/fabpot",
5789                     "type": "github"
5790                 },
5791                 {
5792                     "url": "https://github.com/nicolas-grekas",
5793                     "type": "github"
5794                 },
5795                 {
5796                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5797                     "type": "tidelift"
5798                 }
5799             ],
5800             "time": "2025-08-13T11:49:31+00:00"
5801         },
5802         {
5803             "name": "symfony/event-dispatcher-contracts",
5804             "version": "v3.6.0",
5805             "source": {
5806                 "type": "git",
5807                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5808                 "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
5809             },
5810             "dist": {
5811                 "type": "zip",
5812                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
5813                 "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
5814                 "shasum": ""
5815             },
5816             "require": {
5817                 "php": ">=8.1",
5818                 "psr/event-dispatcher": "^1"
5819             },
5820             "type": "library",
5821             "extra": {
5822                 "thanks": {
5823                     "url": "https://github.com/symfony/contracts",
5824                     "name": "symfony/contracts"
5825                 },
5826                 "branch-alias": {
5827                     "dev-main": "3.6-dev"
5828                 }
5829             },
5830             "autoload": {
5831                 "psr-4": {
5832                     "Symfony\\Contracts\\EventDispatcher\\": ""
5833                 }
5834             },
5835             "notification-url": "https://packagist.org/downloads/",
5836             "license": [
5837                 "MIT"
5838             ],
5839             "authors": [
5840                 {
5841                     "name": "Nicolas Grekas",
5842                     "email": "p@tchwork.com"
5843                 },
5844                 {
5845                     "name": "Symfony Community",
5846                     "homepage": "https://symfony.com/contributors"
5847                 }
5848             ],
5849             "description": "Generic abstractions related to dispatching event",
5850             "homepage": "https://symfony.com",
5851             "keywords": [
5852                 "abstractions",
5853                 "contracts",
5854                 "decoupling",
5855                 "interfaces",
5856                 "interoperability",
5857                 "standards"
5858             ],
5859             "support": {
5860                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
5861             },
5862             "funding": [
5863                 {
5864                     "url": "https://symfony.com/sponsor",
5865                     "type": "custom"
5866                 },
5867                 {
5868                     "url": "https://github.com/fabpot",
5869                     "type": "github"
5870                 },
5871                 {
5872                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5873                     "type": "tidelift"
5874                 }
5875             ],
5876             "time": "2024-09-25T14:21:43+00:00"
5877         },
5878         {
5879             "name": "symfony/finder",
5880             "version": "v7.3.2",
5881             "source": {
5882                 "type": "git",
5883                 "url": "https://github.com/symfony/finder.git",
5884                 "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe"
5885             },
5886             "dist": {
5887                 "type": "zip",
5888                 "url": "https://api.github.com/repos/symfony/finder/zipball/2a6614966ba1074fa93dae0bc804227422df4dfe",
5889                 "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe",
5890                 "shasum": ""
5891             },
5892             "require": {
5893                 "php": ">=8.2"
5894             },
5895             "require-dev": {
5896                 "symfony/filesystem": "^6.4|^7.0"
5897             },
5898             "type": "library",
5899             "autoload": {
5900                 "psr-4": {
5901                     "Symfony\\Component\\Finder\\": ""
5902                 },
5903                 "exclude-from-classmap": [
5904                     "/Tests/"
5905                 ]
5906             },
5907             "notification-url": "https://packagist.org/downloads/",
5908             "license": [
5909                 "MIT"
5910             ],
5911             "authors": [
5912                 {
5913                     "name": "Fabien Potencier",
5914                     "email": "fabien@symfony.com"
5915                 },
5916                 {
5917                     "name": "Symfony Community",
5918                     "homepage": "https://symfony.com/contributors"
5919                 }
5920             ],
5921             "description": "Finds files and directories via an intuitive fluent interface",
5922             "homepage": "https://symfony.com",
5923             "support": {
5924                 "source": "https://github.com/symfony/finder/tree/v7.3.2"
5925             },
5926             "funding": [
5927                 {
5928                     "url": "https://symfony.com/sponsor",
5929                     "type": "custom"
5930                 },
5931                 {
5932                     "url": "https://github.com/fabpot",
5933                     "type": "github"
5934                 },
5935                 {
5936                     "url": "https://github.com/nicolas-grekas",
5937                     "type": "github"
5938                 },
5939                 {
5940                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5941                     "type": "tidelift"
5942                 }
5943             ],
5944             "time": "2025-07-15T13:41:35+00:00"
5945         },
5946         {
5947             "name": "symfony/http-foundation",
5948             "version": "v7.3.3",
5949             "source": {
5950                 "type": "git",
5951                 "url": "https://github.com/symfony/http-foundation.git",
5952                 "reference": "7475561ec27020196c49bb7c4f178d33d7d3dc00"
5953             },
5954             "dist": {
5955                 "type": "zip",
5956                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7475561ec27020196c49bb7c4f178d33d7d3dc00",
5957                 "reference": "7475561ec27020196c49bb7c4f178d33d7d3dc00",
5958                 "shasum": ""
5959             },
5960             "require": {
5961                 "php": ">=8.2",
5962                 "symfony/deprecation-contracts": "^2.5|^3.0",
5963                 "symfony/polyfill-mbstring": "~1.1",
5964                 "symfony/polyfill-php83": "^1.27"
5965             },
5966             "conflict": {
5967                 "doctrine/dbal": "<3.6",
5968                 "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
5969             },
5970             "require-dev": {
5971                 "doctrine/dbal": "^3.6|^4",
5972                 "predis/predis": "^1.1|^2.0",
5973                 "symfony/cache": "^6.4.12|^7.1.5",
5974                 "symfony/clock": "^6.4|^7.0",
5975                 "symfony/dependency-injection": "^6.4|^7.0",
5976                 "symfony/expression-language": "^6.4|^7.0",
5977                 "symfony/http-kernel": "^6.4|^7.0",
5978                 "symfony/mime": "^6.4|^7.0",
5979                 "symfony/rate-limiter": "^6.4|^7.0"
5980             },
5981             "type": "library",
5982             "autoload": {
5983                 "psr-4": {
5984                     "Symfony\\Component\\HttpFoundation\\": ""
5985                 },
5986                 "exclude-from-classmap": [
5987                     "/Tests/"
5988                 ]
5989             },
5990             "notification-url": "https://packagist.org/downloads/",
5991             "license": [
5992                 "MIT"
5993             ],
5994             "authors": [
5995                 {
5996                     "name": "Fabien Potencier",
5997                     "email": "fabien@symfony.com"
5998                 },
5999                 {
6000                     "name": "Symfony Community",
6001                     "homepage": "https://symfony.com/contributors"
6002                 }
6003             ],
6004             "description": "Defines an object-oriented layer for the HTTP specification",
6005             "homepage": "https://symfony.com",
6006             "support": {
6007                 "source": "https://github.com/symfony/http-foundation/tree/v7.3.3"
6008             },
6009             "funding": [
6010                 {
6011                     "url": "https://symfony.com/sponsor",
6012                     "type": "custom"
6013                 },
6014                 {
6015                     "url": "https://github.com/fabpot",
6016                     "type": "github"
6017                 },
6018                 {
6019                     "url": "https://github.com/nicolas-grekas",
6020                     "type": "github"
6021                 },
6022                 {
6023                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6024                     "type": "tidelift"
6025                 }
6026             ],
6027             "time": "2025-08-20T08:04:18+00:00"
6028         },
6029         {
6030             "name": "symfony/http-kernel",
6031             "version": "v7.3.3",
6032             "source": {
6033                 "type": "git",
6034                 "url": "https://github.com/symfony/http-kernel.git",
6035                 "reference": "72c304de37e1a1cec6d5d12b81187ebd4850a17b"
6036             },
6037             "dist": {
6038                 "type": "zip",
6039                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/72c304de37e1a1cec6d5d12b81187ebd4850a17b",
6040                 "reference": "72c304de37e1a1cec6d5d12b81187ebd4850a17b",
6041                 "shasum": ""
6042             },
6043             "require": {
6044                 "php": ">=8.2",
6045                 "psr/log": "^1|^2|^3",
6046                 "symfony/deprecation-contracts": "^2.5|^3",
6047                 "symfony/error-handler": "^6.4|^7.0",
6048                 "symfony/event-dispatcher": "^7.3",
6049                 "symfony/http-foundation": "^7.3",
6050                 "symfony/polyfill-ctype": "^1.8"
6051             },
6052             "conflict": {
6053                 "symfony/browser-kit": "<6.4",
6054                 "symfony/cache": "<6.4",
6055                 "symfony/config": "<6.4",
6056                 "symfony/console": "<6.4",
6057                 "symfony/dependency-injection": "<6.4",
6058                 "symfony/doctrine-bridge": "<6.4",
6059                 "symfony/form": "<6.4",
6060                 "symfony/http-client": "<6.4",
6061                 "symfony/http-client-contracts": "<2.5",
6062                 "symfony/mailer": "<6.4",
6063                 "symfony/messenger": "<6.4",
6064                 "symfony/translation": "<6.4",
6065                 "symfony/translation-contracts": "<2.5",
6066                 "symfony/twig-bridge": "<6.4",
6067                 "symfony/validator": "<6.4",
6068                 "symfony/var-dumper": "<6.4",
6069                 "twig/twig": "<3.12"
6070             },
6071             "provide": {
6072                 "psr/log-implementation": "1.0|2.0|3.0"
6073             },
6074             "require-dev": {
6075                 "psr/cache": "^1.0|^2.0|^3.0",
6076                 "symfony/browser-kit": "^6.4|^7.0",
6077                 "symfony/clock": "^6.4|^7.0",
6078                 "symfony/config": "^6.4|^7.0",
6079                 "symfony/console": "^6.4|^7.0",
6080                 "symfony/css-selector": "^6.4|^7.0",
6081                 "symfony/dependency-injection": "^6.4|^7.0",
6082                 "symfony/dom-crawler": "^6.4|^7.0",
6083                 "symfony/expression-language": "^6.4|^7.0",
6084                 "symfony/finder": "^6.4|^7.0",
6085                 "symfony/http-client-contracts": "^2.5|^3",
6086                 "symfony/process": "^6.4|^7.0",
6087                 "symfony/property-access": "^7.1",
6088                 "symfony/routing": "^6.4|^7.0",
6089                 "symfony/serializer": "^7.1",
6090                 "symfony/stopwatch": "^6.4|^7.0",
6091                 "symfony/translation": "^6.4|^7.0",
6092                 "symfony/translation-contracts": "^2.5|^3",
6093                 "symfony/uid": "^6.4|^7.0",
6094                 "symfony/validator": "^6.4|^7.0",
6095                 "symfony/var-dumper": "^6.4|^7.0",
6096                 "symfony/var-exporter": "^6.4|^7.0",
6097                 "twig/twig": "^3.12"
6098             },
6099             "type": "library",
6100             "autoload": {
6101                 "psr-4": {
6102                     "Symfony\\Component\\HttpKernel\\": ""
6103                 },
6104                 "exclude-from-classmap": [
6105                     "/Tests/"
6106                 ]
6107             },
6108             "notification-url": "https://packagist.org/downloads/",
6109             "license": [
6110                 "MIT"
6111             ],
6112             "authors": [
6113                 {
6114                     "name": "Fabien Potencier",
6115                     "email": "fabien@symfony.com"
6116                 },
6117                 {
6118                     "name": "Symfony Community",
6119                     "homepage": "https://symfony.com/contributors"
6120                 }
6121             ],
6122             "description": "Provides a structured process for converting a Request into a Response",
6123             "homepage": "https://symfony.com",
6124             "support": {
6125                 "source": "https://github.com/symfony/http-kernel/tree/v7.3.3"
6126             },
6127             "funding": [
6128                 {
6129                     "url": "https://symfony.com/sponsor",
6130                     "type": "custom"
6131                 },
6132                 {
6133                     "url": "https://github.com/fabpot",
6134                     "type": "github"
6135                 },
6136                 {
6137                     "url": "https://github.com/nicolas-grekas",
6138                     "type": "github"
6139                 },
6140                 {
6141                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6142                     "type": "tidelift"
6143                 }
6144             ],
6145             "time": "2025-08-29T08:23:45+00:00"
6146         },
6147         {
6148             "name": "symfony/mailer",
6149             "version": "v7.3.3",
6150             "source": {
6151                 "type": "git",
6152                 "url": "https://github.com/symfony/mailer.git",
6153                 "reference": "a32f3f45f1990db8c4341d5122a7d3a381c7e575"
6154             },
6155             "dist": {
6156                 "type": "zip",
6157                 "url": "https://api.github.com/repos/symfony/mailer/zipball/a32f3f45f1990db8c4341d5122a7d3a381c7e575",
6158                 "reference": "a32f3f45f1990db8c4341d5122a7d3a381c7e575",
6159                 "shasum": ""
6160             },
6161             "require": {
6162                 "egulias/email-validator": "^2.1.10|^3|^4",
6163                 "php": ">=8.2",
6164                 "psr/event-dispatcher": "^1",
6165                 "psr/log": "^1|^2|^3",
6166                 "symfony/event-dispatcher": "^6.4|^7.0",
6167                 "symfony/mime": "^7.2",
6168                 "symfony/service-contracts": "^2.5|^3"
6169             },
6170             "conflict": {
6171                 "symfony/http-client-contracts": "<2.5",
6172                 "symfony/http-kernel": "<6.4",
6173                 "symfony/messenger": "<6.4",
6174                 "symfony/mime": "<6.4",
6175                 "symfony/twig-bridge": "<6.4"
6176             },
6177             "require-dev": {
6178                 "symfony/console": "^6.4|^7.0",
6179                 "symfony/http-client": "^6.4|^7.0",
6180                 "symfony/messenger": "^6.4|^7.0",
6181                 "symfony/twig-bridge": "^6.4|^7.0"
6182             },
6183             "type": "library",
6184             "autoload": {
6185                 "psr-4": {
6186                     "Symfony\\Component\\Mailer\\": ""
6187                 },
6188                 "exclude-from-classmap": [
6189                     "/Tests/"
6190                 ]
6191             },
6192             "notification-url": "https://packagist.org/downloads/",
6193             "license": [
6194                 "MIT"
6195             ],
6196             "authors": [
6197                 {
6198                     "name": "Fabien Potencier",
6199                     "email": "fabien@symfony.com"
6200                 },
6201                 {
6202                     "name": "Symfony Community",
6203                     "homepage": "https://symfony.com/contributors"
6204                 }
6205             ],
6206             "description": "Helps sending emails",
6207             "homepage": "https://symfony.com",
6208             "support": {
6209                 "source": "https://github.com/symfony/mailer/tree/v7.3.3"
6210             },
6211             "funding": [
6212                 {
6213                     "url": "https://symfony.com/sponsor",
6214                     "type": "custom"
6215                 },
6216                 {
6217                     "url": "https://github.com/fabpot",
6218                     "type": "github"
6219                 },
6220                 {
6221                     "url": "https://github.com/nicolas-grekas",
6222                     "type": "github"
6223                 },
6224                 {
6225                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6226                     "type": "tidelift"
6227                 }
6228             ],
6229             "time": "2025-08-13T11:49:31+00:00"
6230         },
6231         {
6232             "name": "symfony/mime",
6233             "version": "v7.3.2",
6234             "source": {
6235                 "type": "git",
6236                 "url": "https://github.com/symfony/mime.git",
6237                 "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1"
6238             },
6239             "dist": {
6240                 "type": "zip",
6241                 "url": "https://api.github.com/repos/symfony/mime/zipball/e0a0f859148daf1edf6c60b398eb40bfc96697d1",
6242                 "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1",
6243                 "shasum": ""
6244             },
6245             "require": {
6246                 "php": ">=8.2",
6247                 "symfony/polyfill-intl-idn": "^1.10",
6248                 "symfony/polyfill-mbstring": "^1.0"
6249             },
6250             "conflict": {
6251                 "egulias/email-validator": "~3.0.0",
6252                 "phpdocumentor/reflection-docblock": "<3.2.2",
6253                 "phpdocumentor/type-resolver": "<1.4.0",
6254                 "symfony/mailer": "<6.4",
6255                 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
6256             },
6257             "require-dev": {
6258                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6259                 "league/html-to-markdown": "^5.0",
6260                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6261                 "symfony/dependency-injection": "^6.4|^7.0",
6262                 "symfony/process": "^6.4|^7.0",
6263                 "symfony/property-access": "^6.4|^7.0",
6264                 "symfony/property-info": "^6.4|^7.0",
6265                 "symfony/serializer": "^6.4.3|^7.0.3"
6266             },
6267             "type": "library",
6268             "autoload": {
6269                 "psr-4": {
6270                     "Symfony\\Component\\Mime\\": ""
6271                 },
6272                 "exclude-from-classmap": [
6273                     "/Tests/"
6274                 ]
6275             },
6276             "notification-url": "https://packagist.org/downloads/",
6277             "license": [
6278                 "MIT"
6279             ],
6280             "authors": [
6281                 {
6282                     "name": "Fabien Potencier",
6283                     "email": "fabien@symfony.com"
6284                 },
6285                 {
6286                     "name": "Symfony Community",
6287                     "homepage": "https://symfony.com/contributors"
6288                 }
6289             ],
6290             "description": "Allows manipulating MIME messages",
6291             "homepage": "https://symfony.com",
6292             "keywords": [
6293                 "mime",
6294                 "mime-type"
6295             ],
6296             "support": {
6297                 "source": "https://github.com/symfony/mime/tree/v7.3.2"
6298             },
6299             "funding": [
6300                 {
6301                     "url": "https://symfony.com/sponsor",
6302                     "type": "custom"
6303                 },
6304                 {
6305                     "url": "https://github.com/fabpot",
6306                     "type": "github"
6307                 },
6308                 {
6309                     "url": "https://github.com/nicolas-grekas",
6310                     "type": "github"
6311                 },
6312                 {
6313                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6314                     "type": "tidelift"
6315                 }
6316             ],
6317             "time": "2025-07-15T13:41:35+00:00"
6318         },
6319         {
6320             "name": "symfony/polyfill-ctype",
6321             "version": "v1.33.0",
6322             "source": {
6323                 "type": "git",
6324                 "url": "https://github.com/symfony/polyfill-ctype.git",
6325                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
6326             },
6327             "dist": {
6328                 "type": "zip",
6329                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
6330                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
6331                 "shasum": ""
6332             },
6333             "require": {
6334                 "php": ">=7.2"
6335             },
6336             "provide": {
6337                 "ext-ctype": "*"
6338             },
6339             "suggest": {
6340                 "ext-ctype": "For best performance"
6341             },
6342             "type": "library",
6343             "extra": {
6344                 "thanks": {
6345                     "url": "https://github.com/symfony/polyfill",
6346                     "name": "symfony/polyfill"
6347                 }
6348             },
6349             "autoload": {
6350                 "files": [
6351                     "bootstrap.php"
6352                 ],
6353                 "psr-4": {
6354                     "Symfony\\Polyfill\\Ctype\\": ""
6355                 }
6356             },
6357             "notification-url": "https://packagist.org/downloads/",
6358             "license": [
6359                 "MIT"
6360             ],
6361             "authors": [
6362                 {
6363                     "name": "Gert de Pagter",
6364                     "email": "BackEndTea@gmail.com"
6365                 },
6366                 {
6367                     "name": "Symfony Community",
6368                     "homepage": "https://symfony.com/contributors"
6369                 }
6370             ],
6371             "description": "Symfony polyfill for ctype functions",
6372             "homepage": "https://symfony.com",
6373             "keywords": [
6374                 "compatibility",
6375                 "ctype",
6376                 "polyfill",
6377                 "portable"
6378             ],
6379             "support": {
6380                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
6381             },
6382             "funding": [
6383                 {
6384                     "url": "https://symfony.com/sponsor",
6385                     "type": "custom"
6386                 },
6387                 {
6388                     "url": "https://github.com/fabpot",
6389                     "type": "github"
6390                 },
6391                 {
6392                     "url": "https://github.com/nicolas-grekas",
6393                     "type": "github"
6394                 },
6395                 {
6396                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6397                     "type": "tidelift"
6398                 }
6399             ],
6400             "time": "2024-09-09T11:45:10+00:00"
6401         },
6402         {
6403             "name": "symfony/polyfill-intl-grapheme",
6404             "version": "v1.33.0",
6405             "source": {
6406                 "type": "git",
6407                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6408                 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
6409             },
6410             "dist": {
6411                 "type": "zip",
6412                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
6413                 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
6414                 "shasum": ""
6415             },
6416             "require": {
6417                 "php": ">=7.2"
6418             },
6419             "suggest": {
6420                 "ext-intl": "For best performance"
6421             },
6422             "type": "library",
6423             "extra": {
6424                 "thanks": {
6425                     "url": "https://github.com/symfony/polyfill",
6426                     "name": "symfony/polyfill"
6427                 }
6428             },
6429             "autoload": {
6430                 "files": [
6431                     "bootstrap.php"
6432                 ],
6433                 "psr-4": {
6434                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6435                 }
6436             },
6437             "notification-url": "https://packagist.org/downloads/",
6438             "license": [
6439                 "MIT"
6440             ],
6441             "authors": [
6442                 {
6443                     "name": "Nicolas Grekas",
6444                     "email": "p@tchwork.com"
6445                 },
6446                 {
6447                     "name": "Symfony Community",
6448                     "homepage": "https://symfony.com/contributors"
6449                 }
6450             ],
6451             "description": "Symfony polyfill for intl's grapheme_* functions",
6452             "homepage": "https://symfony.com",
6453             "keywords": [
6454                 "compatibility",
6455                 "grapheme",
6456                 "intl",
6457                 "polyfill",
6458                 "portable",
6459                 "shim"
6460             ],
6461             "support": {
6462                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
6463             },
6464             "funding": [
6465                 {
6466                     "url": "https://symfony.com/sponsor",
6467                     "type": "custom"
6468                 },
6469                 {
6470                     "url": "https://github.com/fabpot",
6471                     "type": "github"
6472                 },
6473                 {
6474                     "url": "https://github.com/nicolas-grekas",
6475                     "type": "github"
6476                 },
6477                 {
6478                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6479                     "type": "tidelift"
6480                 }
6481             ],
6482             "time": "2025-06-27T09:58:17+00:00"
6483         },
6484         {
6485             "name": "symfony/polyfill-intl-idn",
6486             "version": "v1.33.0",
6487             "source": {
6488                 "type": "git",
6489                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6490                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
6491             },
6492             "dist": {
6493                 "type": "zip",
6494                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
6495                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
6496                 "shasum": ""
6497             },
6498             "require": {
6499                 "php": ">=7.2",
6500                 "symfony/polyfill-intl-normalizer": "^1.10"
6501             },
6502             "suggest": {
6503                 "ext-intl": "For best performance"
6504             },
6505             "type": "library",
6506             "extra": {
6507                 "thanks": {
6508                     "url": "https://github.com/symfony/polyfill",
6509                     "name": "symfony/polyfill"
6510                 }
6511             },
6512             "autoload": {
6513                 "files": [
6514                     "bootstrap.php"
6515                 ],
6516                 "psr-4": {
6517                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6518                 }
6519             },
6520             "notification-url": "https://packagist.org/downloads/",
6521             "license": [
6522                 "MIT"
6523             ],
6524             "authors": [
6525                 {
6526                     "name": "Laurent Bassin",
6527                     "email": "laurent@bassin.info"
6528                 },
6529                 {
6530                     "name": "Trevor Rowbotham",
6531                     "email": "trevor.rowbotham@pm.me"
6532                 },
6533                 {
6534                     "name": "Symfony Community",
6535                     "homepage": "https://symfony.com/contributors"
6536                 }
6537             ],
6538             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6539             "homepage": "https://symfony.com",
6540             "keywords": [
6541                 "compatibility",
6542                 "idn",
6543                 "intl",
6544                 "polyfill",
6545                 "portable",
6546                 "shim"
6547             ],
6548             "support": {
6549                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
6550             },
6551             "funding": [
6552                 {
6553                     "url": "https://symfony.com/sponsor",
6554                     "type": "custom"
6555                 },
6556                 {
6557                     "url": "https://github.com/fabpot",
6558                     "type": "github"
6559                 },
6560                 {
6561                     "url": "https://github.com/nicolas-grekas",
6562                     "type": "github"
6563                 },
6564                 {
6565                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6566                     "type": "tidelift"
6567                 }
6568             ],
6569             "time": "2024-09-10T14:38:51+00:00"
6570         },
6571         {
6572             "name": "symfony/polyfill-intl-normalizer",
6573             "version": "v1.33.0",
6574             "source": {
6575                 "type": "git",
6576                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6577                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
6578             },
6579             "dist": {
6580                 "type": "zip",
6581                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
6582                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
6583                 "shasum": ""
6584             },
6585             "require": {
6586                 "php": ">=7.2"
6587             },
6588             "suggest": {
6589                 "ext-intl": "For best performance"
6590             },
6591             "type": "library",
6592             "extra": {
6593                 "thanks": {
6594                     "url": "https://github.com/symfony/polyfill",
6595                     "name": "symfony/polyfill"
6596                 }
6597             },
6598             "autoload": {
6599                 "files": [
6600                     "bootstrap.php"
6601                 ],
6602                 "psr-4": {
6603                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6604                 },
6605                 "classmap": [
6606                     "Resources/stubs"
6607                 ]
6608             },
6609             "notification-url": "https://packagist.org/downloads/",
6610             "license": [
6611                 "MIT"
6612             ],
6613             "authors": [
6614                 {
6615                     "name": "Nicolas Grekas",
6616                     "email": "p@tchwork.com"
6617                 },
6618                 {
6619                     "name": "Symfony Community",
6620                     "homepage": "https://symfony.com/contributors"
6621                 }
6622             ],
6623             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6624             "homepage": "https://symfony.com",
6625             "keywords": [
6626                 "compatibility",
6627                 "intl",
6628                 "normalizer",
6629                 "polyfill",
6630                 "portable",
6631                 "shim"
6632             ],
6633             "support": {
6634                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
6635             },
6636             "funding": [
6637                 {
6638                     "url": "https://symfony.com/sponsor",
6639                     "type": "custom"
6640                 },
6641                 {
6642                     "url": "https://github.com/fabpot",
6643                     "type": "github"
6644                 },
6645                 {
6646                     "url": "https://github.com/nicolas-grekas",
6647                     "type": "github"
6648                 },
6649                 {
6650                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6651                     "type": "tidelift"
6652                 }
6653             ],
6654             "time": "2024-09-09T11:45:10+00:00"
6655         },
6656         {
6657             "name": "symfony/polyfill-mbstring",
6658             "version": "v1.33.0",
6659             "source": {
6660                 "type": "git",
6661                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6662                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
6663             },
6664             "dist": {
6665                 "type": "zip",
6666                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
6667                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
6668                 "shasum": ""
6669             },
6670             "require": {
6671                 "ext-iconv": "*",
6672                 "php": ">=7.2"
6673             },
6674             "provide": {
6675                 "ext-mbstring": "*"
6676             },
6677             "suggest": {
6678                 "ext-mbstring": "For best performance"
6679             },
6680             "type": "library",
6681             "extra": {
6682                 "thanks": {
6683                     "url": "https://github.com/symfony/polyfill",
6684                     "name": "symfony/polyfill"
6685                 }
6686             },
6687             "autoload": {
6688                 "files": [
6689                     "bootstrap.php"
6690                 ],
6691                 "psr-4": {
6692                     "Symfony\\Polyfill\\Mbstring\\": ""
6693                 }
6694             },
6695             "notification-url": "https://packagist.org/downloads/",
6696             "license": [
6697                 "MIT"
6698             ],
6699             "authors": [
6700                 {
6701                     "name": "Nicolas Grekas",
6702                     "email": "p@tchwork.com"
6703                 },
6704                 {
6705                     "name": "Symfony Community",
6706                     "homepage": "https://symfony.com/contributors"
6707                 }
6708             ],
6709             "description": "Symfony polyfill for the Mbstring extension",
6710             "homepage": "https://symfony.com",
6711             "keywords": [
6712                 "compatibility",
6713                 "mbstring",
6714                 "polyfill",
6715                 "portable",
6716                 "shim"
6717             ],
6718             "support": {
6719                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
6720             },
6721             "funding": [
6722                 {
6723                     "url": "https://symfony.com/sponsor",
6724                     "type": "custom"
6725                 },
6726                 {
6727                     "url": "https://github.com/fabpot",
6728                     "type": "github"
6729                 },
6730                 {
6731                     "url": "https://github.com/nicolas-grekas",
6732                     "type": "github"
6733                 },
6734                 {
6735                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6736                     "type": "tidelift"
6737                 }
6738             ],
6739             "time": "2024-12-23T08:48:59+00:00"
6740         },
6741         {
6742             "name": "symfony/polyfill-php80",
6743             "version": "v1.33.0",
6744             "source": {
6745                 "type": "git",
6746                 "url": "https://github.com/symfony/polyfill-php80.git",
6747                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
6748             },
6749             "dist": {
6750                 "type": "zip",
6751                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
6752                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
6753                 "shasum": ""
6754             },
6755             "require": {
6756                 "php": ">=7.2"
6757             },
6758             "type": "library",
6759             "extra": {
6760                 "thanks": {
6761                     "url": "https://github.com/symfony/polyfill",
6762                     "name": "symfony/polyfill"
6763                 }
6764             },
6765             "autoload": {
6766                 "files": [
6767                     "bootstrap.php"
6768                 ],
6769                 "psr-4": {
6770                     "Symfony\\Polyfill\\Php80\\": ""
6771                 },
6772                 "classmap": [
6773                     "Resources/stubs"
6774                 ]
6775             },
6776             "notification-url": "https://packagist.org/downloads/",
6777             "license": [
6778                 "MIT"
6779             ],
6780             "authors": [
6781                 {
6782                     "name": "Ion Bazan",
6783                     "email": "ion.bazan@gmail.com"
6784                 },
6785                 {
6786                     "name": "Nicolas Grekas",
6787                     "email": "p@tchwork.com"
6788                 },
6789                 {
6790                     "name": "Symfony Community",
6791                     "homepage": "https://symfony.com/contributors"
6792                 }
6793             ],
6794             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6795             "homepage": "https://symfony.com",
6796             "keywords": [
6797                 "compatibility",
6798                 "polyfill",
6799                 "portable",
6800                 "shim"
6801             ],
6802             "support": {
6803                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
6804             },
6805             "funding": [
6806                 {
6807                     "url": "https://symfony.com/sponsor",
6808                     "type": "custom"
6809                 },
6810                 {
6811                     "url": "https://github.com/fabpot",
6812                     "type": "github"
6813                 },
6814                 {
6815                     "url": "https://github.com/nicolas-grekas",
6816                     "type": "github"
6817                 },
6818                 {
6819                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6820                     "type": "tidelift"
6821                 }
6822             ],
6823             "time": "2025-01-02T08:10:11+00:00"
6824         },
6825         {
6826             "name": "symfony/polyfill-php83",
6827             "version": "v1.33.0",
6828             "source": {
6829                 "type": "git",
6830                 "url": "https://github.com/symfony/polyfill-php83.git",
6831                 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
6832             },
6833             "dist": {
6834                 "type": "zip",
6835                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
6836                 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
6837                 "shasum": ""
6838             },
6839             "require": {
6840                 "php": ">=7.2"
6841             },
6842             "type": "library",
6843             "extra": {
6844                 "thanks": {
6845                     "url": "https://github.com/symfony/polyfill",
6846                     "name": "symfony/polyfill"
6847                 }
6848             },
6849             "autoload": {
6850                 "files": [
6851                     "bootstrap.php"
6852                 ],
6853                 "psr-4": {
6854                     "Symfony\\Polyfill\\Php83\\": ""
6855                 },
6856                 "classmap": [
6857                     "Resources/stubs"
6858                 ]
6859             },
6860             "notification-url": "https://packagist.org/downloads/",
6861             "license": [
6862                 "MIT"
6863             ],
6864             "authors": [
6865                 {
6866                     "name": "Nicolas Grekas",
6867                     "email": "p@tchwork.com"
6868                 },
6869                 {
6870                     "name": "Symfony Community",
6871                     "homepage": "https://symfony.com/contributors"
6872                 }
6873             ],
6874             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
6875             "homepage": "https://symfony.com",
6876             "keywords": [
6877                 "compatibility",
6878                 "polyfill",
6879                 "portable",
6880                 "shim"
6881             ],
6882             "support": {
6883                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
6884             },
6885             "funding": [
6886                 {
6887                     "url": "https://symfony.com/sponsor",
6888                     "type": "custom"
6889                 },
6890                 {
6891                     "url": "https://github.com/fabpot",
6892                     "type": "github"
6893                 },
6894                 {
6895                     "url": "https://github.com/nicolas-grekas",
6896                     "type": "github"
6897                 },
6898                 {
6899                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6900                     "type": "tidelift"
6901                 }
6902             ],
6903             "time": "2025-07-08T02:45:35+00:00"
6904         },
6905         {
6906             "name": "symfony/polyfill-php84",
6907             "version": "v1.33.0",
6908             "source": {
6909                 "type": "git",
6910                 "url": "https://github.com/symfony/polyfill-php84.git",
6911                 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
6912             },
6913             "dist": {
6914                 "type": "zip",
6915                 "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
6916                 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
6917                 "shasum": ""
6918             },
6919             "require": {
6920                 "php": ">=7.2"
6921             },
6922             "type": "library",
6923             "extra": {
6924                 "thanks": {
6925                     "url": "https://github.com/symfony/polyfill",
6926                     "name": "symfony/polyfill"
6927                 }
6928             },
6929             "autoload": {
6930                 "files": [
6931                     "bootstrap.php"
6932                 ],
6933                 "psr-4": {
6934                     "Symfony\\Polyfill\\Php84\\": ""
6935                 },
6936                 "classmap": [
6937                     "Resources/stubs"
6938                 ]
6939             },
6940             "notification-url": "https://packagist.org/downloads/",
6941             "license": [
6942                 "MIT"
6943             ],
6944             "authors": [
6945                 {
6946                     "name": "Nicolas Grekas",
6947                     "email": "p@tchwork.com"
6948                 },
6949                 {
6950                     "name": "Symfony Community",
6951                     "homepage": "https://symfony.com/contributors"
6952                 }
6953             ],
6954             "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
6955             "homepage": "https://symfony.com",
6956             "keywords": [
6957                 "compatibility",
6958                 "polyfill",
6959                 "portable",
6960                 "shim"
6961             ],
6962             "support": {
6963                 "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0"
6964             },
6965             "funding": [
6966                 {
6967                     "url": "https://symfony.com/sponsor",
6968                     "type": "custom"
6969                 },
6970                 {
6971                     "url": "https://github.com/fabpot",
6972                     "type": "github"
6973                 },
6974                 {
6975                     "url": "https://github.com/nicolas-grekas",
6976                     "type": "github"
6977                 },
6978                 {
6979                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6980                     "type": "tidelift"
6981                 }
6982             ],
6983             "time": "2025-06-24T13:30:11+00:00"
6984         },
6985         {
6986             "name": "symfony/polyfill-php85",
6987             "version": "v1.33.0",
6988             "source": {
6989                 "type": "git",
6990                 "url": "https://github.com/symfony/polyfill-php85.git",
6991                 "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91"
6992             },
6993             "dist": {
6994                 "type": "zip",
6995                 "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
6996                 "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
6997                 "shasum": ""
6998             },
6999             "require": {
7000                 "php": ">=7.2"
7001             },
7002             "type": "library",
7003             "extra": {
7004                 "thanks": {
7005                     "url": "https://github.com/symfony/polyfill",
7006                     "name": "symfony/polyfill"
7007                 }
7008             },
7009             "autoload": {
7010                 "files": [
7011                     "bootstrap.php"
7012                 ],
7013                 "psr-4": {
7014                     "Symfony\\Polyfill\\Php85\\": ""
7015                 },
7016                 "classmap": [
7017                     "Resources/stubs"
7018                 ]
7019             },
7020             "notification-url": "https://packagist.org/downloads/",
7021             "license": [
7022                 "MIT"
7023             ],
7024             "authors": [
7025                 {
7026                     "name": "Nicolas Grekas",
7027                     "email": "p@tchwork.com"
7028                 },
7029                 {
7030                     "name": "Symfony Community",
7031                     "homepage": "https://symfony.com/contributors"
7032                 }
7033             ],
7034             "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions",
7035             "homepage": "https://symfony.com",
7036             "keywords": [
7037                 "compatibility",
7038                 "polyfill",
7039                 "portable",
7040                 "shim"
7041             ],
7042             "support": {
7043                 "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.0"
7044             },
7045             "funding": [
7046                 {
7047                     "url": "https://symfony.com/sponsor",
7048                     "type": "custom"
7049                 },
7050                 {
7051                     "url": "https://github.com/fabpot",
7052                     "type": "github"
7053                 },
7054                 {
7055                     "url": "https://github.com/nicolas-grekas",
7056                     "type": "github"
7057                 },
7058                 {
7059                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7060                     "type": "tidelift"
7061                 }
7062             ],
7063             "time": "2025-06-23T16:12:55+00:00"
7064         },
7065         {
7066             "name": "symfony/polyfill-uuid",
7067             "version": "v1.33.0",
7068             "source": {
7069                 "type": "git",
7070                 "url": "https://github.com/symfony/polyfill-uuid.git",
7071                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
7072             },
7073             "dist": {
7074                 "type": "zip",
7075                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
7076                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
7077                 "shasum": ""
7078             },
7079             "require": {
7080                 "php": ">=7.2"
7081             },
7082             "provide": {
7083                 "ext-uuid": "*"
7084             },
7085             "suggest": {
7086                 "ext-uuid": "For best performance"
7087             },
7088             "type": "library",
7089             "extra": {
7090                 "thanks": {
7091                     "url": "https://github.com/symfony/polyfill",
7092                     "name": "symfony/polyfill"
7093                 }
7094             },
7095             "autoload": {
7096                 "files": [
7097                     "bootstrap.php"
7098                 ],
7099                 "psr-4": {
7100                     "Symfony\\Polyfill\\Uuid\\": ""
7101                 }
7102             },
7103             "notification-url": "https://packagist.org/downloads/",
7104             "license": [
7105                 "MIT"
7106             ],
7107             "authors": [
7108                 {
7109                     "name": "Grégoire Pineau",
7110                     "email": "lyrixx@lyrixx.info"
7111                 },
7112                 {
7113                     "name": "Symfony Community",
7114                     "homepage": "https://symfony.com/contributors"
7115                 }
7116             ],
7117             "description": "Symfony polyfill for uuid functions",
7118             "homepage": "https://symfony.com",
7119             "keywords": [
7120                 "compatibility",
7121                 "polyfill",
7122                 "portable",
7123                 "uuid"
7124             ],
7125             "support": {
7126                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0"
7127             },
7128             "funding": [
7129                 {
7130                     "url": "https://symfony.com/sponsor",
7131                     "type": "custom"
7132                 },
7133                 {
7134                     "url": "https://github.com/fabpot",
7135                     "type": "github"
7136                 },
7137                 {
7138                     "url": "https://github.com/nicolas-grekas",
7139                     "type": "github"
7140                 },
7141                 {
7142                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7143                     "type": "tidelift"
7144                 }
7145             ],
7146             "time": "2024-09-09T11:45:10+00:00"
7147         },
7148         {
7149             "name": "symfony/process",
7150             "version": "v7.3.3",
7151             "source": {
7152                 "type": "git",
7153                 "url": "https://github.com/symfony/process.git",
7154                 "reference": "32241012d521e2e8a9d713adb0812bb773b907f1"
7155             },
7156             "dist": {
7157                 "type": "zip",
7158                 "url": "https://api.github.com/repos/symfony/process/zipball/32241012d521e2e8a9d713adb0812bb773b907f1",
7159                 "reference": "32241012d521e2e8a9d713adb0812bb773b907f1",
7160                 "shasum": ""
7161             },
7162             "require": {
7163                 "php": ">=8.2"
7164             },
7165             "type": "library",
7166             "autoload": {
7167                 "psr-4": {
7168                     "Symfony\\Component\\Process\\": ""
7169                 },
7170                 "exclude-from-classmap": [
7171                     "/Tests/"
7172                 ]
7173             },
7174             "notification-url": "https://packagist.org/downloads/",
7175             "license": [
7176                 "MIT"
7177             ],
7178             "authors": [
7179                 {
7180                     "name": "Fabien Potencier",
7181                     "email": "fabien@symfony.com"
7182                 },
7183                 {
7184                     "name": "Symfony Community",
7185                     "homepage": "https://symfony.com/contributors"
7186                 }
7187             ],
7188             "description": "Executes commands in sub-processes",
7189             "homepage": "https://symfony.com",
7190             "support": {
7191                 "source": "https://github.com/symfony/process/tree/v7.3.3"
7192             },
7193             "funding": [
7194                 {
7195                     "url": "https://symfony.com/sponsor",
7196                     "type": "custom"
7197                 },
7198                 {
7199                     "url": "https://github.com/fabpot",
7200                     "type": "github"
7201                 },
7202                 {
7203                     "url": "https://github.com/nicolas-grekas",
7204                     "type": "github"
7205                 },
7206                 {
7207                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7208                     "type": "tidelift"
7209                 }
7210             ],
7211             "time": "2025-08-18T09:42:54+00:00"
7212         },
7213         {
7214             "name": "symfony/routing",
7215             "version": "v7.3.2",
7216             "source": {
7217                 "type": "git",
7218                 "url": "https://github.com/symfony/routing.git",
7219                 "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4"
7220             },
7221             "dist": {
7222                 "type": "zip",
7223                 "url": "https://api.github.com/repos/symfony/routing/zipball/7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
7224                 "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
7225                 "shasum": ""
7226             },
7227             "require": {
7228                 "php": ">=8.2",
7229                 "symfony/deprecation-contracts": "^2.5|^3"
7230             },
7231             "conflict": {
7232                 "symfony/config": "<6.4",
7233                 "symfony/dependency-injection": "<6.4",
7234                 "symfony/yaml": "<6.4"
7235             },
7236             "require-dev": {
7237                 "psr/log": "^1|^2|^3",
7238                 "symfony/config": "^6.4|^7.0",
7239                 "symfony/dependency-injection": "^6.4|^7.0",
7240                 "symfony/expression-language": "^6.4|^7.0",
7241                 "symfony/http-foundation": "^6.4|^7.0",
7242                 "symfony/yaml": "^6.4|^7.0"
7243             },
7244             "type": "library",
7245             "autoload": {
7246                 "psr-4": {
7247                     "Symfony\\Component\\Routing\\": ""
7248                 },
7249                 "exclude-from-classmap": [
7250                     "/Tests/"
7251                 ]
7252             },
7253             "notification-url": "https://packagist.org/downloads/",
7254             "license": [
7255                 "MIT"
7256             ],
7257             "authors": [
7258                 {
7259                     "name": "Fabien Potencier",
7260                     "email": "fabien@symfony.com"
7261                 },
7262                 {
7263                     "name": "Symfony Community",
7264                     "homepage": "https://symfony.com/contributors"
7265                 }
7266             ],
7267             "description": "Maps an HTTP request to a set of configuration variables",
7268             "homepage": "https://symfony.com",
7269             "keywords": [
7270                 "router",
7271                 "routing",
7272                 "uri",
7273                 "url"
7274             ],
7275             "support": {
7276                 "source": "https://github.com/symfony/routing/tree/v7.3.2"
7277             },
7278             "funding": [
7279                 {
7280                     "url": "https://symfony.com/sponsor",
7281                     "type": "custom"
7282                 },
7283                 {
7284                     "url": "https://github.com/fabpot",
7285                     "type": "github"
7286                 },
7287                 {
7288                     "url": "https://github.com/nicolas-grekas",
7289                     "type": "github"
7290                 },
7291                 {
7292                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7293                     "type": "tidelift"
7294                 }
7295             ],
7296             "time": "2025-07-15T11:36:08+00:00"
7297         },
7298         {
7299             "name": "symfony/service-contracts",
7300             "version": "v3.6.0",
7301             "source": {
7302                 "type": "git",
7303                 "url": "https://github.com/symfony/service-contracts.git",
7304                 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
7305             },
7306             "dist": {
7307                 "type": "zip",
7308                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
7309                 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
7310                 "shasum": ""
7311             },
7312             "require": {
7313                 "php": ">=8.1",
7314                 "psr/container": "^1.1|^2.0",
7315                 "symfony/deprecation-contracts": "^2.5|^3"
7316             },
7317             "conflict": {
7318                 "ext-psr": "<1.1|>=2"
7319             },
7320             "type": "library",
7321             "extra": {
7322                 "thanks": {
7323                     "url": "https://github.com/symfony/contracts",
7324                     "name": "symfony/contracts"
7325                 },
7326                 "branch-alias": {
7327                     "dev-main": "3.6-dev"
7328                 }
7329             },
7330             "autoload": {
7331                 "psr-4": {
7332                     "Symfony\\Contracts\\Service\\": ""
7333                 },
7334                 "exclude-from-classmap": [
7335                     "/Test/"
7336                 ]
7337             },
7338             "notification-url": "https://packagist.org/downloads/",
7339             "license": [
7340                 "MIT"
7341             ],
7342             "authors": [
7343                 {
7344                     "name": "Nicolas Grekas",
7345                     "email": "p@tchwork.com"
7346                 },
7347                 {
7348                     "name": "Symfony Community",
7349                     "homepage": "https://symfony.com/contributors"
7350                 }
7351             ],
7352             "description": "Generic abstractions related to writing services",
7353             "homepage": "https://symfony.com",
7354             "keywords": [
7355                 "abstractions",
7356                 "contracts",
7357                 "decoupling",
7358                 "interfaces",
7359                 "interoperability",
7360                 "standards"
7361             ],
7362             "support": {
7363                 "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
7364             },
7365             "funding": [
7366                 {
7367                     "url": "https://symfony.com/sponsor",
7368                     "type": "custom"
7369                 },
7370                 {
7371                     "url": "https://github.com/fabpot",
7372                     "type": "github"
7373                 },
7374                 {
7375                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7376                     "type": "tidelift"
7377                 }
7378             ],
7379             "time": "2025-04-25T09:37:31+00:00"
7380         },
7381         {
7382             "name": "symfony/string",
7383             "version": "v7.3.3",
7384             "source": {
7385                 "type": "git",
7386                 "url": "https://github.com/symfony/string.git",
7387                 "reference": "17a426cce5fd1f0901fefa9b2a490d0038fd3c9c"
7388             },
7389             "dist": {
7390                 "type": "zip",
7391                 "url": "https://api.github.com/repos/symfony/string/zipball/17a426cce5fd1f0901fefa9b2a490d0038fd3c9c",
7392                 "reference": "17a426cce5fd1f0901fefa9b2a490d0038fd3c9c",
7393                 "shasum": ""
7394             },
7395             "require": {
7396                 "php": ">=8.2",
7397                 "symfony/polyfill-ctype": "~1.8",
7398                 "symfony/polyfill-intl-grapheme": "~1.0",
7399                 "symfony/polyfill-intl-normalizer": "~1.0",
7400                 "symfony/polyfill-mbstring": "~1.0"
7401             },
7402             "conflict": {
7403                 "symfony/translation-contracts": "<2.5"
7404             },
7405             "require-dev": {
7406                 "symfony/emoji": "^7.1",
7407                 "symfony/error-handler": "^6.4|^7.0",
7408                 "symfony/http-client": "^6.4|^7.0",
7409                 "symfony/intl": "^6.4|^7.0",
7410                 "symfony/translation-contracts": "^2.5|^3.0",
7411                 "symfony/var-exporter": "^6.4|^7.0"
7412             },
7413             "type": "library",
7414             "autoload": {
7415                 "files": [
7416                     "Resources/functions.php"
7417                 ],
7418                 "psr-4": {
7419                     "Symfony\\Component\\String\\": ""
7420                 },
7421                 "exclude-from-classmap": [
7422                     "/Tests/"
7423                 ]
7424             },
7425             "notification-url": "https://packagist.org/downloads/",
7426             "license": [
7427                 "MIT"
7428             ],
7429             "authors": [
7430                 {
7431                     "name": "Nicolas Grekas",
7432                     "email": "p@tchwork.com"
7433                 },
7434                 {
7435                     "name": "Symfony Community",
7436                     "homepage": "https://symfony.com/contributors"
7437                 }
7438             ],
7439             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7440             "homepage": "https://symfony.com",
7441             "keywords": [
7442                 "grapheme",
7443                 "i18n",
7444                 "string",
7445                 "unicode",
7446                 "utf-8",
7447                 "utf8"
7448             ],
7449             "support": {
7450                 "source": "https://github.com/symfony/string/tree/v7.3.3"
7451             },
7452             "funding": [
7453                 {
7454                     "url": "https://symfony.com/sponsor",
7455                     "type": "custom"
7456                 },
7457                 {
7458                     "url": "https://github.com/fabpot",
7459                     "type": "github"
7460                 },
7461                 {
7462                     "url": "https://github.com/nicolas-grekas",
7463                     "type": "github"
7464                 },
7465                 {
7466                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7467                     "type": "tidelift"
7468                 }
7469             ],
7470             "time": "2025-08-25T06:35:40+00:00"
7471         },
7472         {
7473             "name": "symfony/translation",
7474             "version": "v7.3.3",
7475             "source": {
7476                 "type": "git",
7477                 "url": "https://github.com/symfony/translation.git",
7478                 "reference": "e0837b4cbcef63c754d89a4806575cada743a38d"
7479             },
7480             "dist": {
7481                 "type": "zip",
7482                 "url": "https://api.github.com/repos/symfony/translation/zipball/e0837b4cbcef63c754d89a4806575cada743a38d",
7483                 "reference": "e0837b4cbcef63c754d89a4806575cada743a38d",
7484                 "shasum": ""
7485             },
7486             "require": {
7487                 "php": ">=8.2",
7488                 "symfony/deprecation-contracts": "^2.5|^3",
7489                 "symfony/polyfill-mbstring": "~1.0",
7490                 "symfony/translation-contracts": "^2.5|^3.0"
7491             },
7492             "conflict": {
7493                 "nikic/php-parser": "<5.0",
7494                 "symfony/config": "<6.4",
7495                 "symfony/console": "<6.4",
7496                 "symfony/dependency-injection": "<6.4",
7497                 "symfony/http-client-contracts": "<2.5",
7498                 "symfony/http-kernel": "<6.4",
7499                 "symfony/service-contracts": "<2.5",
7500                 "symfony/twig-bundle": "<6.4",
7501                 "symfony/yaml": "<6.4"
7502             },
7503             "provide": {
7504                 "symfony/translation-implementation": "2.3|3.0"
7505             },
7506             "require-dev": {
7507                 "nikic/php-parser": "^5.0",
7508                 "psr/log": "^1|^2|^3",
7509                 "symfony/config": "^6.4|^7.0",
7510                 "symfony/console": "^6.4|^7.0",
7511                 "symfony/dependency-injection": "^6.4|^7.0",
7512                 "symfony/finder": "^6.4|^7.0",
7513                 "symfony/http-client-contracts": "^2.5|^3.0",
7514                 "symfony/http-kernel": "^6.4|^7.0",
7515                 "symfony/intl": "^6.4|^7.0",
7516                 "symfony/polyfill-intl-icu": "^1.21",
7517                 "symfony/routing": "^6.4|^7.0",
7518                 "symfony/service-contracts": "^2.5|^3",
7519                 "symfony/yaml": "^6.4|^7.0"
7520             },
7521             "type": "library",
7522             "autoload": {
7523                 "files": [
7524                     "Resources/functions.php"
7525                 ],
7526                 "psr-4": {
7527                     "Symfony\\Component\\Translation\\": ""
7528                 },
7529                 "exclude-from-classmap": [
7530                     "/Tests/"
7531                 ]
7532             },
7533             "notification-url": "https://packagist.org/downloads/",
7534             "license": [
7535                 "MIT"
7536             ],
7537             "authors": [
7538                 {
7539                     "name": "Fabien Potencier",
7540                     "email": "fabien@symfony.com"
7541                 },
7542                 {
7543                     "name": "Symfony Community",
7544                     "homepage": "https://symfony.com/contributors"
7545                 }
7546             ],
7547             "description": "Provides tools to internationalize your application",
7548             "homepage": "https://symfony.com",
7549             "support": {
7550                 "source": "https://github.com/symfony/translation/tree/v7.3.3"
7551             },
7552             "funding": [
7553                 {
7554                     "url": "https://symfony.com/sponsor",
7555                     "type": "custom"
7556                 },
7557                 {
7558                     "url": "https://github.com/fabpot",
7559                     "type": "github"
7560                 },
7561                 {
7562                     "url": "https://github.com/nicolas-grekas",
7563                     "type": "github"
7564                 },
7565                 {
7566                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7567                     "type": "tidelift"
7568                 }
7569             ],
7570             "time": "2025-08-01T21:02:37+00:00"
7571         },
7572         {
7573             "name": "symfony/translation-contracts",
7574             "version": "v3.6.0",
7575             "source": {
7576                 "type": "git",
7577                 "url": "https://github.com/symfony/translation-contracts.git",
7578                 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
7579             },
7580             "dist": {
7581                 "type": "zip",
7582                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
7583                 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
7584                 "shasum": ""
7585             },
7586             "require": {
7587                 "php": ">=8.1"
7588             },
7589             "type": "library",
7590             "extra": {
7591                 "thanks": {
7592                     "url": "https://github.com/symfony/contracts",
7593                     "name": "symfony/contracts"
7594                 },
7595                 "branch-alias": {
7596                     "dev-main": "3.6-dev"
7597                 }
7598             },
7599             "autoload": {
7600                 "psr-4": {
7601                     "Symfony\\Contracts\\Translation\\": ""
7602                 },
7603                 "exclude-from-classmap": [
7604                     "/Test/"
7605                 ]
7606             },
7607             "notification-url": "https://packagist.org/downloads/",
7608             "license": [
7609                 "MIT"
7610             ],
7611             "authors": [
7612                 {
7613                     "name": "Nicolas Grekas",
7614                     "email": "p@tchwork.com"
7615                 },
7616                 {
7617                     "name": "Symfony Community",
7618                     "homepage": "https://symfony.com/contributors"
7619                 }
7620             ],
7621             "description": "Generic abstractions related to translation",
7622             "homepage": "https://symfony.com",
7623             "keywords": [
7624                 "abstractions",
7625                 "contracts",
7626                 "decoupling",
7627                 "interfaces",
7628                 "interoperability",
7629                 "standards"
7630             ],
7631             "support": {
7632                 "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
7633             },
7634             "funding": [
7635                 {
7636                     "url": "https://symfony.com/sponsor",
7637                     "type": "custom"
7638                 },
7639                 {
7640                     "url": "https://github.com/fabpot",
7641                     "type": "github"
7642                 },
7643                 {
7644                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7645                     "type": "tidelift"
7646                 }
7647             ],
7648             "time": "2024-09-27T08:32:26+00:00"
7649         },
7650         {
7651             "name": "symfony/uid",
7652             "version": "v7.3.1",
7653             "source": {
7654                 "type": "git",
7655                 "url": "https://github.com/symfony/uid.git",
7656                 "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb"
7657             },
7658             "dist": {
7659                 "type": "zip",
7660                 "url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb",
7661                 "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb",
7662                 "shasum": ""
7663             },
7664             "require": {
7665                 "php": ">=8.2",
7666                 "symfony/polyfill-uuid": "^1.15"
7667             },
7668             "require-dev": {
7669                 "symfony/console": "^6.4|^7.0"
7670             },
7671             "type": "library",
7672             "autoload": {
7673                 "psr-4": {
7674                     "Symfony\\Component\\Uid\\": ""
7675                 },
7676                 "exclude-from-classmap": [
7677                     "/Tests/"
7678                 ]
7679             },
7680             "notification-url": "https://packagist.org/downloads/",
7681             "license": [
7682                 "MIT"
7683             ],
7684             "authors": [
7685                 {
7686                     "name": "Grégoire Pineau",
7687                     "email": "lyrixx@lyrixx.info"
7688                 },
7689                 {
7690                     "name": "Nicolas Grekas",
7691                     "email": "p@tchwork.com"
7692                 },
7693                 {
7694                     "name": "Symfony Community",
7695                     "homepage": "https://symfony.com/contributors"
7696                 }
7697             ],
7698             "description": "Provides an object-oriented API to generate and represent UIDs",
7699             "homepage": "https://symfony.com",
7700             "keywords": [
7701                 "UID",
7702                 "ulid",
7703                 "uuid"
7704             ],
7705             "support": {
7706                 "source": "https://github.com/symfony/uid/tree/v7.3.1"
7707             },
7708             "funding": [
7709                 {
7710                     "url": "https://symfony.com/sponsor",
7711                     "type": "custom"
7712                 },
7713                 {
7714                     "url": "https://github.com/fabpot",
7715                     "type": "github"
7716                 },
7717                 {
7718                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7719                     "type": "tidelift"
7720                 }
7721             ],
7722             "time": "2025-06-27T19:55:54+00:00"
7723         },
7724         {
7725             "name": "symfony/var-dumper",
7726             "version": "v7.3.3",
7727             "source": {
7728                 "type": "git",
7729                 "url": "https://github.com/symfony/var-dumper.git",
7730                 "reference": "34d8d4c4b9597347306d1ec8eb4e1319b1e6986f"
7731             },
7732             "dist": {
7733                 "type": "zip",
7734                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/34d8d4c4b9597347306d1ec8eb4e1319b1e6986f",
7735                 "reference": "34d8d4c4b9597347306d1ec8eb4e1319b1e6986f",
7736                 "shasum": ""
7737             },
7738             "require": {
7739                 "php": ">=8.2",
7740                 "symfony/deprecation-contracts": "^2.5|^3",
7741                 "symfony/polyfill-mbstring": "~1.0"
7742             },
7743             "conflict": {
7744                 "symfony/console": "<6.4"
7745             },
7746             "require-dev": {
7747                 "symfony/console": "^6.4|^7.0",
7748                 "symfony/http-kernel": "^6.4|^7.0",
7749                 "symfony/process": "^6.4|^7.0",
7750                 "symfony/uid": "^6.4|^7.0",
7751                 "twig/twig": "^3.12"
7752             },
7753             "bin": [
7754                 "Resources/bin/var-dump-server"
7755             ],
7756             "type": "library",
7757             "autoload": {
7758                 "files": [
7759                     "Resources/functions/dump.php"
7760                 ],
7761                 "psr-4": {
7762                     "Symfony\\Component\\VarDumper\\": ""
7763                 },
7764                 "exclude-from-classmap": [
7765                     "/Tests/"
7766                 ]
7767             },
7768             "notification-url": "https://packagist.org/downloads/",
7769             "license": [
7770                 "MIT"
7771             ],
7772             "authors": [
7773                 {
7774                     "name": "Nicolas Grekas",
7775                     "email": "p@tchwork.com"
7776                 },
7777                 {
7778                     "name": "Symfony Community",
7779                     "homepage": "https://symfony.com/contributors"
7780                 }
7781             ],
7782             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7783             "homepage": "https://symfony.com",
7784             "keywords": [
7785                 "debug",
7786                 "dump"
7787             ],
7788             "support": {
7789                 "source": "https://github.com/symfony/var-dumper/tree/v7.3.3"
7790             },
7791             "funding": [
7792                 {
7793                     "url": "https://symfony.com/sponsor",
7794                     "type": "custom"
7795                 },
7796                 {
7797                     "url": "https://github.com/fabpot",
7798                     "type": "github"
7799                 },
7800                 {
7801                     "url": "https://github.com/nicolas-grekas",
7802                     "type": "github"
7803                 },
7804                 {
7805                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7806                     "type": "tidelift"
7807                 }
7808             ],
7809             "time": "2025-08-13T11:49:31+00:00"
7810         },
7811         {
7812             "name": "tijsverkoyen/css-to-inline-styles",
7813             "version": "v2.3.0",
7814             "source": {
7815                 "type": "git",
7816                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7817                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
7818             },
7819             "dist": {
7820                 "type": "zip",
7821                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
7822                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
7823                 "shasum": ""
7824             },
7825             "require": {
7826                 "ext-dom": "*",
7827                 "ext-libxml": "*",
7828                 "php": "^7.4 || ^8.0",
7829                 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
7830             },
7831             "require-dev": {
7832                 "phpstan/phpstan": "^2.0",
7833                 "phpstan/phpstan-phpunit": "^2.0",
7834                 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
7835             },
7836             "type": "library",
7837             "extra": {
7838                 "branch-alias": {
7839                     "dev-master": "2.x-dev"
7840                 }
7841             },
7842             "autoload": {
7843                 "psr-4": {
7844                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7845                 }
7846             },
7847             "notification-url": "https://packagist.org/downloads/",
7848             "license": [
7849                 "BSD-3-Clause"
7850             ],
7851             "authors": [
7852                 {
7853                     "name": "Tijs Verkoyen",
7854                     "email": "css_to_inline_styles@verkoyen.eu",
7855                     "role": "Developer"
7856                 }
7857             ],
7858             "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
7859             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7860             "support": {
7861                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7862                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
7863             },
7864             "time": "2024-12-21T16:25:41+00:00"
7865         },
7866         {
7867             "name": "vlucas/phpdotenv",
7868             "version": "v5.6.2",
7869             "source": {
7870                 "type": "git",
7871                 "url": "https://github.com/vlucas/phpdotenv.git",
7872                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
7873             },
7874             "dist": {
7875                 "type": "zip",
7876                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
7877                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
7878                 "shasum": ""
7879             },
7880             "require": {
7881                 "ext-pcre": "*",
7882                 "graham-campbell/result-type": "^1.1.3",
7883                 "php": "^7.2.5 || ^8.0",
7884                 "phpoption/phpoption": "^1.9.3",
7885                 "symfony/polyfill-ctype": "^1.24",
7886                 "symfony/polyfill-mbstring": "^1.24",
7887                 "symfony/polyfill-php80": "^1.24"
7888             },
7889             "require-dev": {
7890                 "bamarni/composer-bin-plugin": "^1.8.2",
7891                 "ext-filter": "*",
7892                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7893             },
7894             "suggest": {
7895                 "ext-filter": "Required to use the boolean validator."
7896             },
7897             "type": "library",
7898             "extra": {
7899                 "bamarni-bin": {
7900                     "bin-links": true,
7901                     "forward-command": false
7902                 },
7903                 "branch-alias": {
7904                     "dev-master": "5.6-dev"
7905                 }
7906             },
7907             "autoload": {
7908                 "psr-4": {
7909                     "Dotenv\\": "src/"
7910                 }
7911             },
7912             "notification-url": "https://packagist.org/downloads/",
7913             "license": [
7914                 "BSD-3-Clause"
7915             ],
7916             "authors": [
7917                 {
7918                     "name": "Graham Campbell",
7919                     "email": "hello@gjcampbell.co.uk",
7920                     "homepage": "https://github.com/GrahamCampbell"
7921                 },
7922                 {
7923                     "name": "Vance Lucas",
7924                     "email": "vance@vancelucas.com",
7925                     "homepage": "https://github.com/vlucas"
7926                 }
7927             ],
7928             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7929             "keywords": [
7930                 "dotenv",
7931                 "env",
7932                 "environment"
7933             ],
7934             "support": {
7935                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7936                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
7937             },
7938             "funding": [
7939                 {
7940                     "url": "https://github.com/GrahamCampbell",
7941                     "type": "github"
7942                 },
7943                 {
7944                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7945                     "type": "tidelift"
7946                 }
7947             ],
7948             "time": "2025-04-30T23:37:27+00:00"
7949         },
7950         {
7951             "name": "voku/portable-ascii",
7952             "version": "2.0.3",
7953             "source": {
7954                 "type": "git",
7955                 "url": "https://github.com/voku/portable-ascii.git",
7956                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
7957             },
7958             "dist": {
7959                 "type": "zip",
7960                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7961                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7962                 "shasum": ""
7963             },
7964             "require": {
7965                 "php": ">=7.0.0"
7966             },
7967             "require-dev": {
7968                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7969             },
7970             "suggest": {
7971                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7972             },
7973             "type": "library",
7974             "autoload": {
7975                 "psr-4": {
7976                     "voku\\": "src/voku/"
7977                 }
7978             },
7979             "notification-url": "https://packagist.org/downloads/",
7980             "license": [
7981                 "MIT"
7982             ],
7983             "authors": [
7984                 {
7985                     "name": "Lars Moelleken",
7986                     "homepage": "https://www.moelleken.org/"
7987                 }
7988             ],
7989             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7990             "homepage": "https://github.com/voku/portable-ascii",
7991             "keywords": [
7992                 "ascii",
7993                 "clean",
7994                 "php"
7995             ],
7996             "support": {
7997                 "issues": "https://github.com/voku/portable-ascii/issues",
7998                 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
7999             },
8000             "funding": [
8001                 {
8002                     "url": "https://www.paypal.me/moelleken",
8003                     "type": "custom"
8004                 },
8005                 {
8006                     "url": "https://github.com/voku",
8007                     "type": "github"
8008                 },
8009                 {
8010                     "url": "https://opencollective.com/portable-ascii",
8011                     "type": "open_collective"
8012                 },
8013                 {
8014                     "url": "https://www.patreon.com/voku",
8015                     "type": "patreon"
8016                 },
8017                 {
8018                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
8019                     "type": "tidelift"
8020                 }
8021             ],
8022             "time": "2024-11-21T01:49:47+00:00"
8023         },
8024         {
8025             "name": "webmozart/assert",
8026             "version": "1.11.0",
8027             "source": {
8028                 "type": "git",
8029                 "url": "https://github.com/webmozarts/assert.git",
8030                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
8031             },
8032             "dist": {
8033                 "type": "zip",
8034                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
8035                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
8036                 "shasum": ""
8037             },
8038             "require": {
8039                 "ext-ctype": "*",
8040                 "php": "^7.2 || ^8.0"
8041             },
8042             "conflict": {
8043                 "phpstan/phpstan": "<0.12.20",
8044                 "vimeo/psalm": "<4.6.1 || 4.6.2"
8045             },
8046             "require-dev": {
8047                 "phpunit/phpunit": "^8.5.13"
8048             },
8049             "type": "library",
8050             "extra": {
8051                 "branch-alias": {
8052                     "dev-master": "1.10-dev"
8053                 }
8054             },
8055             "autoload": {
8056                 "psr-4": {
8057                     "Webmozart\\Assert\\": "src/"
8058                 }
8059             },
8060             "notification-url": "https://packagist.org/downloads/",
8061             "license": [
8062                 "MIT"
8063             ],
8064             "authors": [
8065                 {
8066                     "name": "Bernhard Schussek",
8067                     "email": "bschussek@gmail.com"
8068                 }
8069             ],
8070             "description": "Assertions to validate method input/output with nice error messages.",
8071             "keywords": [
8072                 "assert",
8073                 "check",
8074                 "validate"
8075             ],
8076             "support": {
8077                 "issues": "https://github.com/webmozarts/assert/issues",
8078                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
8079             },
8080             "time": "2022-06-03T18:03:27+00:00"
8081         }
8082     ],
8083     "packages-dev": [
8084         {
8085             "name": "fakerphp/faker",
8086             "version": "v1.24.1",
8087             "source": {
8088                 "type": "git",
8089                 "url": "https://github.com/FakerPHP/Faker.git",
8090                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
8091             },
8092             "dist": {
8093                 "type": "zip",
8094                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
8095                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
8096                 "shasum": ""
8097             },
8098             "require": {
8099                 "php": "^7.4 || ^8.0",
8100                 "psr/container": "^1.0 || ^2.0",
8101                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8102             },
8103             "conflict": {
8104                 "fzaninotto/faker": "*"
8105             },
8106             "require-dev": {
8107                 "bamarni/composer-bin-plugin": "^1.4.1",
8108                 "doctrine/persistence": "^1.3 || ^2.0",
8109                 "ext-intl": "*",
8110                 "phpunit/phpunit": "^9.5.26",
8111                 "symfony/phpunit-bridge": "^5.4.16"
8112             },
8113             "suggest": {
8114                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8115                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8116                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8117                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8118                 "ext-mbstring": "Required for multibyte Unicode string functionality."
8119             },
8120             "type": "library",
8121             "autoload": {
8122                 "psr-4": {
8123                     "Faker\\": "src/Faker/"
8124                 }
8125             },
8126             "notification-url": "https://packagist.org/downloads/",
8127             "license": [
8128                 "MIT"
8129             ],
8130             "authors": [
8131                 {
8132                     "name": "François Zaninotto"
8133                 }
8134             ],
8135             "description": "Faker is a PHP library that generates fake data for you.",
8136             "keywords": [
8137                 "data",
8138                 "faker",
8139                 "fixtures"
8140             ],
8141             "support": {
8142                 "issues": "https://github.com/FakerPHP/Faker/issues",
8143                 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
8144             },
8145             "time": "2024-11-21T13:46:39+00:00"
8146         },
8147         {
8148             "name": "filp/whoops",
8149             "version": "2.18.4",
8150             "source": {
8151                 "type": "git",
8152                 "url": "https://github.com/filp/whoops.git",
8153                 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
8154             },
8155             "dist": {
8156                 "type": "zip",
8157                 "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
8158                 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
8159                 "shasum": ""
8160             },
8161             "require": {
8162                 "php": "^7.1 || ^8.0",
8163                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
8164             },
8165             "require-dev": {
8166                 "mockery/mockery": "^1.0",
8167                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
8168                 "symfony/var-dumper": "^4.0 || ^5.0"
8169             },
8170             "suggest": {
8171                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
8172                 "whoops/soap": "Formats errors as SOAP responses"
8173             },
8174             "type": "library",
8175             "extra": {
8176                 "branch-alias": {
8177                     "dev-master": "2.7-dev"
8178                 }
8179             },
8180             "autoload": {
8181                 "psr-4": {
8182                     "Whoops\\": "src/Whoops/"
8183                 }
8184             },
8185             "notification-url": "https://packagist.org/downloads/",
8186             "license": [
8187                 "MIT"
8188             ],
8189             "authors": [
8190                 {
8191                     "name": "Filipe Dobreira",
8192                     "homepage": "https://github.com/filp",
8193                     "role": "Developer"
8194                 }
8195             ],
8196             "description": "php error handling for cool kids",
8197             "homepage": "https://filp.github.io/whoops/",
8198             "keywords": [
8199                 "error",
8200                 "exception",
8201                 "handling",
8202                 "library",
8203                 "throwable",
8204                 "whoops"
8205             ],
8206             "support": {
8207                 "issues": "https://github.com/filp/whoops/issues",
8208                 "source": "https://github.com/filp/whoops/tree/2.18.4"
8209             },
8210             "funding": [
8211                 {
8212                     "url": "https://github.com/denis-sokolov",
8213                     "type": "github"
8214                 }
8215             ],
8216             "time": "2025-08-08T12:00:00+00:00"
8217         },
8218         {
8219             "name": "hamcrest/hamcrest-php",
8220             "version": "v2.1.1",
8221             "source": {
8222                 "type": "git",
8223                 "url": "https://github.com/hamcrest/hamcrest-php.git",
8224                 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
8225             },
8226             "dist": {
8227                 "type": "zip",
8228                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
8229                 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
8230                 "shasum": ""
8231             },
8232             "require": {
8233                 "php": "^7.4|^8.0"
8234             },
8235             "replace": {
8236                 "cordoval/hamcrest-php": "*",
8237                 "davedevelopment/hamcrest-php": "*",
8238                 "kodova/hamcrest-php": "*"
8239             },
8240             "require-dev": {
8241                 "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
8242                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
8243             },
8244             "type": "library",
8245             "extra": {
8246                 "branch-alias": {
8247                     "dev-master": "2.1-dev"
8248                 }
8249             },
8250             "autoload": {
8251                 "classmap": [
8252                     "hamcrest"
8253                 ]
8254             },
8255             "notification-url": "https://packagist.org/downloads/",
8256             "license": [
8257                 "BSD-3-Clause"
8258             ],
8259             "description": "This is the PHP port of Hamcrest Matchers",
8260             "keywords": [
8261                 "test"
8262             ],
8263             "support": {
8264                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8265                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
8266             },
8267             "time": "2025-04-30T06:54:44+00:00"
8268         },
8269         {
8270             "name": "iamcal/sql-parser",
8271             "version": "v0.6",
8272             "source": {
8273                 "type": "git",
8274                 "url": "https://github.com/iamcal/SQLParser.git",
8275                 "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62"
8276             },
8277             "dist": {
8278                 "type": "zip",
8279                 "url": "https://api.github.com/repos/iamcal/SQLParser/zipball/947083e2dca211a6f12fb1beb67a01e387de9b62",
8280                 "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62",
8281                 "shasum": ""
8282             },
8283             "require-dev": {
8284                 "php-coveralls/php-coveralls": "^1.0",
8285                 "phpunit/phpunit": "^5|^6|^7|^8|^9"
8286             },
8287             "type": "library",
8288             "autoload": {
8289                 "psr-4": {
8290                     "iamcal\\": "src"
8291                 }
8292             },
8293             "notification-url": "https://packagist.org/downloads/",
8294             "license": [
8295                 "MIT"
8296             ],
8297             "authors": [
8298                 {
8299                     "name": "Cal Henderson",
8300                     "email": "cal@iamcal.com"
8301                 }
8302             ],
8303             "description": "MySQL schema parser",
8304             "support": {
8305                 "issues": "https://github.com/iamcal/SQLParser/issues",
8306                 "source": "https://github.com/iamcal/SQLParser/tree/v0.6"
8307             },
8308             "time": "2025-03-17T16:59:46+00:00"
8309         },
8310         {
8311             "name": "itsgoingd/clockwork",
8312             "version": "v5.3.4",
8313             "source": {
8314                 "type": "git",
8315                 "url": "https://github.com/itsgoingd/clockwork.git",
8316                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5"
8317             },
8318             "dist": {
8319                 "type": "zip",
8320                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8321                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8322                 "shasum": ""
8323             },
8324             "require": {
8325                 "ext-json": "*",
8326                 "php": ">=7.1"
8327             },
8328             "suggest": {
8329                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8330                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8331                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8332                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8333                 "ext-redis": "Needed in order to use Redis for metadata storage",
8334                 "php-http/discovery": "Vanilla integration - required for the middleware zero-configuration setup"
8335             },
8336             "type": "library",
8337             "extra": {
8338                 "laravel": {
8339                     "aliases": {
8340                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8341                     },
8342                     "providers": [
8343                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8344                     ]
8345                 }
8346             },
8347             "autoload": {
8348                 "psr-4": {
8349                     "Clockwork\\": "Clockwork/"
8350                 }
8351             },
8352             "notification-url": "https://packagist.org/downloads/",
8353             "license": [
8354                 "MIT"
8355             ],
8356             "authors": [
8357                 {
8358                     "name": "itsgoingd",
8359                     "email": "itsgoingd@luzer.sk",
8360                     "homepage": "https://twitter.com/itsgoingd"
8361                 }
8362             ],
8363             "description": "php dev tools in your browser",
8364             "homepage": "https://underground.works/clockwork",
8365             "keywords": [
8366                 "Devtools",
8367                 "debugging",
8368                 "laravel",
8369                 "logging",
8370                 "lumen",
8371                 "profiling",
8372                 "slim"
8373             ],
8374             "support": {
8375                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8376                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.3.4"
8377             },
8378             "funding": [
8379                 {
8380                     "url": "https://github.com/itsgoingd",
8381                     "type": "github"
8382                 }
8383             ],
8384             "time": "2025-02-09T15:57:21+00:00"
8385         },
8386         {
8387             "name": "larastan/larastan",
8388             "version": "v3.6.1",
8389             "source": {
8390                 "type": "git",
8391                 "url": "https://github.com/larastan/larastan.git",
8392                 "reference": "3c223047e374befd1b64959784685d6ecccf66aa"
8393             },
8394             "dist": {
8395                 "type": "zip",
8396                 "url": "https://api.github.com/repos/larastan/larastan/zipball/3c223047e374befd1b64959784685d6ecccf66aa",
8397                 "reference": "3c223047e374befd1b64959784685d6ecccf66aa",
8398                 "shasum": ""
8399             },
8400             "require": {
8401                 "ext-json": "*",
8402                 "iamcal/sql-parser": "^0.6.0",
8403                 "illuminate/console": "^11.44.2 || ^12.4.1",
8404                 "illuminate/container": "^11.44.2 || ^12.4.1",
8405                 "illuminate/contracts": "^11.44.2 || ^12.4.1",
8406                 "illuminate/database": "^11.44.2 || ^12.4.1",
8407                 "illuminate/http": "^11.44.2 || ^12.4.1",
8408                 "illuminate/pipeline": "^11.44.2 || ^12.4.1",
8409                 "illuminate/support": "^11.44.2 || ^12.4.1",
8410                 "php": "^8.2",
8411                 "phpstan/phpstan": "^2.1.11"
8412             },
8413             "require-dev": {
8414                 "doctrine/coding-standard": "^13",
8415                 "laravel/framework": "^11.44.2 || ^12.7.2",
8416                 "mockery/mockery": "^1.6.12",
8417                 "nikic/php-parser": "^5.4",
8418                 "orchestra/canvas": "^v9.2.2 || ^10.0.1",
8419                 "orchestra/testbench-core": "^9.12.0 || ^10.1",
8420                 "phpstan/phpstan-deprecation-rules": "^2.0.1",
8421                 "phpunit/phpunit": "^10.5.35 || ^11.5.15"
8422             },
8423             "suggest": {
8424                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8425             },
8426             "type": "phpstan-extension",
8427             "extra": {
8428                 "phpstan": {
8429                     "includes": [
8430                         "extension.neon"
8431                     ]
8432                 },
8433                 "branch-alias": {
8434                     "dev-master": "3.0-dev"
8435                 }
8436             },
8437             "autoload": {
8438                 "psr-4": {
8439                     "Larastan\\Larastan\\": "src/"
8440                 }
8441             },
8442             "notification-url": "https://packagist.org/downloads/",
8443             "license": [
8444                 "MIT"
8445             ],
8446             "authors": [
8447                 {
8448                     "name": "Can Vural",
8449                     "email": "can9119@gmail.com"
8450                 }
8451             ],
8452             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel",
8453             "keywords": [
8454                 "PHPStan",
8455                 "code analyse",
8456                 "code analysis",
8457                 "larastan",
8458                 "laravel",
8459                 "package",
8460                 "php",
8461                 "static analysis"
8462             ],
8463             "support": {
8464                 "issues": "https://github.com/larastan/larastan/issues",
8465                 "source": "https://github.com/larastan/larastan/tree/v3.6.1"
8466             },
8467             "funding": [
8468                 {
8469                     "url": "https://github.com/canvural",
8470                     "type": "github"
8471                 }
8472             ],
8473             "time": "2025-08-25T07:24:56+00:00"
8474         },
8475         {
8476             "name": "mockery/mockery",
8477             "version": "1.6.12",
8478             "source": {
8479                 "type": "git",
8480                 "url": "https://github.com/mockery/mockery.git",
8481                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
8482             },
8483             "dist": {
8484                 "type": "zip",
8485                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8486                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8487                 "shasum": ""
8488             },
8489             "require": {
8490                 "hamcrest/hamcrest-php": "^2.0.1",
8491                 "lib-pcre": ">=7.0",
8492                 "php": ">=7.3"
8493             },
8494             "conflict": {
8495                 "phpunit/phpunit": "<8.0"
8496             },
8497             "require-dev": {
8498                 "phpunit/phpunit": "^8.5 || ^9.6.17",
8499                 "symplify/easy-coding-standard": "^12.1.14"
8500             },
8501             "type": "library",
8502             "autoload": {
8503                 "files": [
8504                     "library/helpers.php",
8505                     "library/Mockery.php"
8506                 ],
8507                 "psr-4": {
8508                     "Mockery\\": "library/Mockery"
8509                 }
8510             },
8511             "notification-url": "https://packagist.org/downloads/",
8512             "license": [
8513                 "BSD-3-Clause"
8514             ],
8515             "authors": [
8516                 {
8517                     "name": "Pádraic Brady",
8518                     "email": "padraic.brady@gmail.com",
8519                     "homepage": "https://github.com/padraic",
8520                     "role": "Author"
8521                 },
8522                 {
8523                     "name": "Dave Marshall",
8524                     "email": "dave.marshall@atstsolutions.co.uk",
8525                     "homepage": "https://davedevelopment.co.uk",
8526                     "role": "Developer"
8527                 },
8528                 {
8529                     "name": "Nathanael Esayeas",
8530                     "email": "nathanael.esayeas@protonmail.com",
8531                     "homepage": "https://github.com/ghostwriter",
8532                     "role": "Lead Developer"
8533                 }
8534             ],
8535             "description": "Mockery is a simple yet flexible PHP mock object framework",
8536             "homepage": "https://github.com/mockery/mockery",
8537             "keywords": [
8538                 "BDD",
8539                 "TDD",
8540                 "library",
8541                 "mock",
8542                 "mock objects",
8543                 "mockery",
8544                 "stub",
8545                 "test",
8546                 "test double",
8547                 "testing"
8548             ],
8549             "support": {
8550                 "docs": "https://docs.mockery.io/",
8551                 "issues": "https://github.com/mockery/mockery/issues",
8552                 "rss": "https://github.com/mockery/mockery/releases.atom",
8553                 "security": "https://github.com/mockery/mockery/security/advisories",
8554                 "source": "https://github.com/mockery/mockery"
8555             },
8556             "time": "2024-05-16T03:13:13+00:00"
8557         },
8558         {
8559             "name": "myclabs/deep-copy",
8560             "version": "1.13.4",
8561             "source": {
8562                 "type": "git",
8563                 "url": "https://github.com/myclabs/DeepCopy.git",
8564                 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
8565             },
8566             "dist": {
8567                 "type": "zip",
8568                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
8569                 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
8570                 "shasum": ""
8571             },
8572             "require": {
8573                 "php": "^7.1 || ^8.0"
8574             },
8575             "conflict": {
8576                 "doctrine/collections": "<1.6.8",
8577                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
8578             },
8579             "require-dev": {
8580                 "doctrine/collections": "^1.6.8",
8581                 "doctrine/common": "^2.13.3 || ^3.2.2",
8582                 "phpspec/prophecy": "^1.10",
8583                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8584             },
8585             "type": "library",
8586             "autoload": {
8587                 "files": [
8588                     "src/DeepCopy/deep_copy.php"
8589                 ],
8590                 "psr-4": {
8591                     "DeepCopy\\": "src/DeepCopy/"
8592                 }
8593             },
8594             "notification-url": "https://packagist.org/downloads/",
8595             "license": [
8596                 "MIT"
8597             ],
8598             "description": "Create deep copies (clones) of your objects",
8599             "keywords": [
8600                 "clone",
8601                 "copy",
8602                 "duplicate",
8603                 "object",
8604                 "object graph"
8605             ],
8606             "support": {
8607                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8608                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
8609             },
8610             "funding": [
8611                 {
8612                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8613                     "type": "tidelift"
8614                 }
8615             ],
8616             "time": "2025-08-01T08:46:24+00:00"
8617         },
8618         {
8619             "name": "nunomaduro/collision",
8620             "version": "v8.8.2",
8621             "source": {
8622                 "type": "git",
8623                 "url": "https://github.com/nunomaduro/collision.git",
8624                 "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb"
8625             },
8626             "dist": {
8627                 "type": "zip",
8628                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
8629                 "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
8630                 "shasum": ""
8631             },
8632             "require": {
8633                 "filp/whoops": "^2.18.1",
8634                 "nunomaduro/termwind": "^2.3.1",
8635                 "php": "^8.2.0",
8636                 "symfony/console": "^7.3.0"
8637             },
8638             "conflict": {
8639                 "laravel/framework": "<11.44.2 || >=13.0.0",
8640                 "phpunit/phpunit": "<11.5.15 || >=13.0.0"
8641             },
8642             "require-dev": {
8643                 "brianium/paratest": "^7.8.3",
8644                 "larastan/larastan": "^3.4.2",
8645                 "laravel/framework": "^11.44.2 || ^12.18",
8646                 "laravel/pint": "^1.22.1",
8647                 "laravel/sail": "^1.43.1",
8648                 "laravel/sanctum": "^4.1.1",
8649                 "laravel/tinker": "^2.10.1",
8650                 "orchestra/testbench-core": "^9.12.0 || ^10.4",
8651                 "pestphp/pest": "^3.8.2",
8652                 "sebastian/environment": "^7.2.1 || ^8.0"
8653             },
8654             "type": "library",
8655             "extra": {
8656                 "laravel": {
8657                     "providers": [
8658                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8659                     ]
8660                 },
8661                 "branch-alias": {
8662                     "dev-8.x": "8.x-dev"
8663                 }
8664             },
8665             "autoload": {
8666                 "files": [
8667                     "./src/Adapters/Phpunit/Autoload.php"
8668                 ],
8669                 "psr-4": {
8670                     "NunoMaduro\\Collision\\": "src/"
8671                 }
8672             },
8673             "notification-url": "https://packagist.org/downloads/",
8674             "license": [
8675                 "MIT"
8676             ],
8677             "authors": [
8678                 {
8679                     "name": "Nuno Maduro",
8680                     "email": "enunomaduro@gmail.com"
8681                 }
8682             ],
8683             "description": "Cli error handling for console/command-line PHP applications.",
8684             "keywords": [
8685                 "artisan",
8686                 "cli",
8687                 "command-line",
8688                 "console",
8689                 "dev",
8690                 "error",
8691                 "handling",
8692                 "laravel",
8693                 "laravel-zero",
8694                 "php",
8695                 "symfony"
8696             ],
8697             "support": {
8698                 "issues": "https://github.com/nunomaduro/collision/issues",
8699                 "source": "https://github.com/nunomaduro/collision"
8700             },
8701             "funding": [
8702                 {
8703                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8704                     "type": "custom"
8705                 },
8706                 {
8707                     "url": "https://github.com/nunomaduro",
8708                     "type": "github"
8709                 },
8710                 {
8711                     "url": "https://www.patreon.com/nunomaduro",
8712                     "type": "patreon"
8713                 }
8714             ],
8715             "time": "2025-06-25T02:12:12+00:00"
8716         },
8717         {
8718             "name": "phar-io/manifest",
8719             "version": "2.0.4",
8720             "source": {
8721                 "type": "git",
8722                 "url": "https://github.com/phar-io/manifest.git",
8723                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8724             },
8725             "dist": {
8726                 "type": "zip",
8727                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8728                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8729                 "shasum": ""
8730             },
8731             "require": {
8732                 "ext-dom": "*",
8733                 "ext-libxml": "*",
8734                 "ext-phar": "*",
8735                 "ext-xmlwriter": "*",
8736                 "phar-io/version": "^3.0.1",
8737                 "php": "^7.2 || ^8.0"
8738             },
8739             "type": "library",
8740             "extra": {
8741                 "branch-alias": {
8742                     "dev-master": "2.0.x-dev"
8743                 }
8744             },
8745             "autoload": {
8746                 "classmap": [
8747                     "src/"
8748                 ]
8749             },
8750             "notification-url": "https://packagist.org/downloads/",
8751             "license": [
8752                 "BSD-3-Clause"
8753             ],
8754             "authors": [
8755                 {
8756                     "name": "Arne Blankerts",
8757                     "email": "arne@blankerts.de",
8758                     "role": "Developer"
8759                 },
8760                 {
8761                     "name": "Sebastian Heuer",
8762                     "email": "sebastian@phpeople.de",
8763                     "role": "Developer"
8764                 },
8765                 {
8766                     "name": "Sebastian Bergmann",
8767                     "email": "sebastian@phpunit.de",
8768                     "role": "Developer"
8769                 }
8770             ],
8771             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8772             "support": {
8773                 "issues": "https://github.com/phar-io/manifest/issues",
8774                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8775             },
8776             "funding": [
8777                 {
8778                     "url": "https://github.com/theseer",
8779                     "type": "github"
8780                 }
8781             ],
8782             "time": "2024-03-03T12:33:53+00:00"
8783         },
8784         {
8785             "name": "phar-io/version",
8786             "version": "3.2.1",
8787             "source": {
8788                 "type": "git",
8789                 "url": "https://github.com/phar-io/version.git",
8790                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8791             },
8792             "dist": {
8793                 "type": "zip",
8794                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8795                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8796                 "shasum": ""
8797             },
8798             "require": {
8799                 "php": "^7.2 || ^8.0"
8800             },
8801             "type": "library",
8802             "autoload": {
8803                 "classmap": [
8804                     "src/"
8805                 ]
8806             },
8807             "notification-url": "https://packagist.org/downloads/",
8808             "license": [
8809                 "BSD-3-Clause"
8810             ],
8811             "authors": [
8812                 {
8813                     "name": "Arne Blankerts",
8814                     "email": "arne@blankerts.de",
8815                     "role": "Developer"
8816                 },
8817                 {
8818                     "name": "Sebastian Heuer",
8819                     "email": "sebastian@phpeople.de",
8820                     "role": "Developer"
8821                 },
8822                 {
8823                     "name": "Sebastian Bergmann",
8824                     "email": "sebastian@phpunit.de",
8825                     "role": "Developer"
8826                 }
8827             ],
8828             "description": "Library for handling version information and constraints",
8829             "support": {
8830                 "issues": "https://github.com/phar-io/version/issues",
8831                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8832             },
8833             "time": "2022-02-21T01:04:05+00:00"
8834         },
8835         {
8836             "name": "phpstan/phpstan",
8837             "version": "2.1.22",
8838             "source": {
8839                 "type": "git",
8840                 "url": "https://github.com/phpstan/phpstan.git",
8841                 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4"
8842             },
8843             "dist": {
8844                 "type": "zip",
8845                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4",
8846                 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4",
8847                 "shasum": ""
8848             },
8849             "require": {
8850                 "php": "^7.4|^8.0"
8851             },
8852             "conflict": {
8853                 "phpstan/phpstan-shim": "*"
8854             },
8855             "bin": [
8856                 "phpstan",
8857                 "phpstan.phar"
8858             ],
8859             "type": "library",
8860             "autoload": {
8861                 "files": [
8862                     "bootstrap.php"
8863                 ]
8864             },
8865             "notification-url": "https://packagist.org/downloads/",
8866             "license": [
8867                 "MIT"
8868             ],
8869             "description": "PHPStan - PHP Static Analysis Tool",
8870             "keywords": [
8871                 "dev",
8872                 "static analysis"
8873             ],
8874             "support": {
8875                 "docs": "https://phpstan.org/user-guide/getting-started",
8876                 "forum": "https://github.com/phpstan/phpstan/discussions",
8877                 "issues": "https://github.com/phpstan/phpstan/issues",
8878                 "security": "https://github.com/phpstan/phpstan/security/policy",
8879                 "source": "https://github.com/phpstan/phpstan-src"
8880             },
8881             "funding": [
8882                 {
8883                     "url": "https://github.com/ondrejmirtes",
8884                     "type": "github"
8885                 },
8886                 {
8887                     "url": "https://github.com/phpstan",
8888                     "type": "github"
8889                 }
8890             ],
8891             "time": "2025-08-04T19:17:37+00:00"
8892         },
8893         {
8894             "name": "phpunit/php-code-coverage",
8895             "version": "11.0.11",
8896             "source": {
8897                 "type": "git",
8898                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8899                 "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4"
8900             },
8901             "dist": {
8902                 "type": "zip",
8903                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4",
8904                 "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4",
8905                 "shasum": ""
8906             },
8907             "require": {
8908                 "ext-dom": "*",
8909                 "ext-libxml": "*",
8910                 "ext-xmlwriter": "*",
8911                 "nikic/php-parser": "^5.4.0",
8912                 "php": ">=8.2",
8913                 "phpunit/php-file-iterator": "^5.1.0",
8914                 "phpunit/php-text-template": "^4.0.1",
8915                 "sebastian/code-unit-reverse-lookup": "^4.0.1",
8916                 "sebastian/complexity": "^4.0.1",
8917                 "sebastian/environment": "^7.2.0",
8918                 "sebastian/lines-of-code": "^3.0.1",
8919                 "sebastian/version": "^5.0.2",
8920                 "theseer/tokenizer": "^1.2.3"
8921             },
8922             "require-dev": {
8923                 "phpunit/phpunit": "^11.5.2"
8924             },
8925             "suggest": {
8926                 "ext-pcov": "PHP extension that provides line coverage",
8927                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8928             },
8929             "type": "library",
8930             "extra": {
8931                 "branch-alias": {
8932                     "dev-main": "11.0.x-dev"
8933                 }
8934             },
8935             "autoload": {
8936                 "classmap": [
8937                     "src/"
8938                 ]
8939             },
8940             "notification-url": "https://packagist.org/downloads/",
8941             "license": [
8942                 "BSD-3-Clause"
8943             ],
8944             "authors": [
8945                 {
8946                     "name": "Sebastian Bergmann",
8947                     "email": "sebastian@phpunit.de",
8948                     "role": "lead"
8949                 }
8950             ],
8951             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8952             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8953             "keywords": [
8954                 "coverage",
8955                 "testing",
8956                 "xunit"
8957             ],
8958             "support": {
8959                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8960                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8961                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.11"
8962             },
8963             "funding": [
8964                 {
8965                     "url": "https://github.com/sebastianbergmann",
8966                     "type": "github"
8967                 },
8968                 {
8969                     "url": "https://liberapay.com/sebastianbergmann",
8970                     "type": "liberapay"
8971                 },
8972                 {
8973                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
8974                     "type": "thanks_dev"
8975                 },
8976                 {
8977                     "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
8978                     "type": "tidelift"
8979                 }
8980             ],
8981             "time": "2025-08-27T14:37:49+00:00"
8982         },
8983         {
8984             "name": "phpunit/php-file-iterator",
8985             "version": "5.1.0",
8986             "source": {
8987                 "type": "git",
8988                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8989                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
8990             },
8991             "dist": {
8992                 "type": "zip",
8993                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
8994                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
8995                 "shasum": ""
8996             },
8997             "require": {
8998                 "php": ">=8.2"
8999             },
9000             "require-dev": {
9001                 "phpunit/phpunit": "^11.0"
9002             },
9003             "type": "library",
9004             "extra": {
9005                 "branch-alias": {
9006                     "dev-main": "5.0-dev"
9007                 }
9008             },
9009             "autoload": {
9010                 "classmap": [
9011                     "src/"
9012                 ]
9013             },
9014             "notification-url": "https://packagist.org/downloads/",
9015             "license": [
9016                 "BSD-3-Clause"
9017             ],
9018             "authors": [
9019                 {
9020                     "name": "Sebastian Bergmann",
9021                     "email": "sebastian@phpunit.de",
9022                     "role": "lead"
9023                 }
9024             ],
9025             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9026             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9027             "keywords": [
9028                 "filesystem",
9029                 "iterator"
9030             ],
9031             "support": {
9032                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
9033                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
9034                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
9035             },
9036             "funding": [
9037                 {
9038                     "url": "https://github.com/sebastianbergmann",
9039                     "type": "github"
9040                 }
9041             ],
9042             "time": "2024-08-27T05:02:59+00:00"
9043         },
9044         {
9045             "name": "phpunit/php-invoker",
9046             "version": "5.0.1",
9047             "source": {
9048                 "type": "git",
9049                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
9050                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
9051             },
9052             "dist": {
9053                 "type": "zip",
9054                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
9055                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
9056                 "shasum": ""
9057             },
9058             "require": {
9059                 "php": ">=8.2"
9060             },
9061             "require-dev": {
9062                 "ext-pcntl": "*",
9063                 "phpunit/phpunit": "^11.0"
9064             },
9065             "suggest": {
9066                 "ext-pcntl": "*"
9067             },
9068             "type": "library",
9069             "extra": {
9070                 "branch-alias": {
9071                     "dev-main": "5.0-dev"
9072                 }
9073             },
9074             "autoload": {
9075                 "classmap": [
9076                     "src/"
9077                 ]
9078             },
9079             "notification-url": "https://packagist.org/downloads/",
9080             "license": [
9081                 "BSD-3-Clause"
9082             ],
9083             "authors": [
9084                 {
9085                     "name": "Sebastian Bergmann",
9086                     "email": "sebastian@phpunit.de",
9087                     "role": "lead"
9088                 }
9089             ],
9090             "description": "Invoke callables with a timeout",
9091             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9092             "keywords": [
9093                 "process"
9094             ],
9095             "support": {
9096                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9097                 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
9098                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
9099             },
9100             "funding": [
9101                 {
9102                     "url": "https://github.com/sebastianbergmann",
9103                     "type": "github"
9104                 }
9105             ],
9106             "time": "2024-07-03T05:07:44+00:00"
9107         },
9108         {
9109             "name": "phpunit/php-text-template",
9110             "version": "4.0.1",
9111             "source": {
9112                 "type": "git",
9113                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9114                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
9115             },
9116             "dist": {
9117                 "type": "zip",
9118                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
9119                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
9120                 "shasum": ""
9121             },
9122             "require": {
9123                 "php": ">=8.2"
9124             },
9125             "require-dev": {
9126                 "phpunit/phpunit": "^11.0"
9127             },
9128             "type": "library",
9129             "extra": {
9130                 "branch-alias": {
9131                     "dev-main": "4.0-dev"
9132                 }
9133             },
9134             "autoload": {
9135                 "classmap": [
9136                     "src/"
9137                 ]
9138             },
9139             "notification-url": "https://packagist.org/downloads/",
9140             "license": [
9141                 "BSD-3-Clause"
9142             ],
9143             "authors": [
9144                 {
9145                     "name": "Sebastian Bergmann",
9146                     "email": "sebastian@phpunit.de",
9147                     "role": "lead"
9148                 }
9149             ],
9150             "description": "Simple template engine.",
9151             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9152             "keywords": [
9153                 "template"
9154             ],
9155             "support": {
9156                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9157                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
9158                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
9159             },
9160             "funding": [
9161                 {
9162                     "url": "https://github.com/sebastianbergmann",
9163                     "type": "github"
9164                 }
9165             ],
9166             "time": "2024-07-03T05:08:43+00:00"
9167         },
9168         {
9169             "name": "phpunit/php-timer",
9170             "version": "7.0.1",
9171             "source": {
9172                 "type": "git",
9173                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9174                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
9175             },
9176             "dist": {
9177                 "type": "zip",
9178                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
9179                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
9180                 "shasum": ""
9181             },
9182             "require": {
9183                 "php": ">=8.2"
9184             },
9185             "require-dev": {
9186                 "phpunit/phpunit": "^11.0"
9187             },
9188             "type": "library",
9189             "extra": {
9190                 "branch-alias": {
9191                     "dev-main": "7.0-dev"
9192                 }
9193             },
9194             "autoload": {
9195                 "classmap": [
9196                     "src/"
9197                 ]
9198             },
9199             "notification-url": "https://packagist.org/downloads/",
9200             "license": [
9201                 "BSD-3-Clause"
9202             ],
9203             "authors": [
9204                 {
9205                     "name": "Sebastian Bergmann",
9206                     "email": "sebastian@phpunit.de",
9207                     "role": "lead"
9208                 }
9209             ],
9210             "description": "Utility class for timing",
9211             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9212             "keywords": [
9213                 "timer"
9214             ],
9215             "support": {
9216                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9217                 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
9218                 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
9219             },
9220             "funding": [
9221                 {
9222                     "url": "https://github.com/sebastianbergmann",
9223                     "type": "github"
9224                 }
9225             ],
9226             "time": "2024-07-03T05:09:35+00:00"
9227         },
9228         {
9229             "name": "phpunit/phpunit",
9230             "version": "11.5.35",
9231             "source": {
9232                 "type": "git",
9233                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9234                 "reference": "d341ee94ee5007b286fc7907b383aae6b5b3cc91"
9235             },
9236             "dist": {
9237                 "type": "zip",
9238                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d341ee94ee5007b286fc7907b383aae6b5b3cc91",
9239                 "reference": "d341ee94ee5007b286fc7907b383aae6b5b3cc91",
9240                 "shasum": ""
9241             },
9242             "require": {
9243                 "ext-dom": "*",
9244                 "ext-json": "*",
9245                 "ext-libxml": "*",
9246                 "ext-mbstring": "*",
9247                 "ext-xml": "*",
9248                 "ext-xmlwriter": "*",
9249                 "myclabs/deep-copy": "^1.13.4",
9250                 "phar-io/manifest": "^2.0.4",
9251                 "phar-io/version": "^3.2.1",
9252                 "php": ">=8.2",
9253                 "phpunit/php-code-coverage": "^11.0.11",
9254                 "phpunit/php-file-iterator": "^5.1.0",
9255                 "phpunit/php-invoker": "^5.0.1",
9256                 "phpunit/php-text-template": "^4.0.1",
9257                 "phpunit/php-timer": "^7.0.1",
9258                 "sebastian/cli-parser": "^3.0.2",
9259                 "sebastian/code-unit": "^3.0.3",
9260                 "sebastian/comparator": "^6.3.2",
9261                 "sebastian/diff": "^6.0.2",
9262                 "sebastian/environment": "^7.2.1",
9263                 "sebastian/exporter": "^6.3.0",
9264                 "sebastian/global-state": "^7.0.2",
9265                 "sebastian/object-enumerator": "^6.0.1",
9266                 "sebastian/type": "^5.1.3",
9267                 "sebastian/version": "^5.0.2",
9268                 "staabm/side-effects-detector": "^1.0.5"
9269             },
9270             "suggest": {
9271                 "ext-soap": "To be able to generate mocks based on WSDL files"
9272             },
9273             "bin": [
9274                 "phpunit"
9275             ],
9276             "type": "library",
9277             "extra": {
9278                 "branch-alias": {
9279                     "dev-main": "11.5-dev"
9280                 }
9281             },
9282             "autoload": {
9283                 "files": [
9284                     "src/Framework/Assert/Functions.php"
9285                 ],
9286                 "classmap": [
9287                     "src/"
9288                 ]
9289             },
9290             "notification-url": "https://packagist.org/downloads/",
9291             "license": [
9292                 "BSD-3-Clause"
9293             ],
9294             "authors": [
9295                 {
9296                     "name": "Sebastian Bergmann",
9297                     "email": "sebastian@phpunit.de",
9298                     "role": "lead"
9299                 }
9300             ],
9301             "description": "The PHP Unit Testing framework.",
9302             "homepage": "https://phpunit.de/",
9303             "keywords": [
9304                 "phpunit",
9305                 "testing",
9306                 "xunit"
9307             ],
9308             "support": {
9309                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9310                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9311                 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.35"
9312             },
9313             "funding": [
9314                 {
9315                     "url": "https://phpunit.de/sponsors.html",
9316                     "type": "custom"
9317                 },
9318                 {
9319                     "url": "https://github.com/sebastianbergmann",
9320                     "type": "github"
9321                 },
9322                 {
9323                     "url": "https://liberapay.com/sebastianbergmann",
9324                     "type": "liberapay"
9325                 },
9326                 {
9327                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9328                     "type": "thanks_dev"
9329                 },
9330                 {
9331                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9332                     "type": "tidelift"
9333                 }
9334             ],
9335             "time": "2025-08-28T05:13:54+00:00"
9336         },
9337         {
9338             "name": "sebastian/cli-parser",
9339             "version": "3.0.2",
9340             "source": {
9341                 "type": "git",
9342                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9343                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
9344             },
9345             "dist": {
9346                 "type": "zip",
9347                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
9348                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
9349                 "shasum": ""
9350             },
9351             "require": {
9352                 "php": ">=8.2"
9353             },
9354             "require-dev": {
9355                 "phpunit/phpunit": "^11.0"
9356             },
9357             "type": "library",
9358             "extra": {
9359                 "branch-alias": {
9360                     "dev-main": "3.0-dev"
9361                 }
9362             },
9363             "autoload": {
9364                 "classmap": [
9365                     "src/"
9366                 ]
9367             },
9368             "notification-url": "https://packagist.org/downloads/",
9369             "license": [
9370                 "BSD-3-Clause"
9371             ],
9372             "authors": [
9373                 {
9374                     "name": "Sebastian Bergmann",
9375                     "email": "sebastian@phpunit.de",
9376                     "role": "lead"
9377                 }
9378             ],
9379             "description": "Library for parsing CLI options",
9380             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9381             "support": {
9382                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9383                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9384                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
9385             },
9386             "funding": [
9387                 {
9388                     "url": "https://github.com/sebastianbergmann",
9389                     "type": "github"
9390                 }
9391             ],
9392             "time": "2024-07-03T04:41:36+00:00"
9393         },
9394         {
9395             "name": "sebastian/code-unit",
9396             "version": "3.0.3",
9397             "source": {
9398                 "type": "git",
9399                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9400                 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
9401             },
9402             "dist": {
9403                 "type": "zip",
9404                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
9405                 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
9406                 "shasum": ""
9407             },
9408             "require": {
9409                 "php": ">=8.2"
9410             },
9411             "require-dev": {
9412                 "phpunit/phpunit": "^11.5"
9413             },
9414             "type": "library",
9415             "extra": {
9416                 "branch-alias": {
9417                     "dev-main": "3.0-dev"
9418                 }
9419             },
9420             "autoload": {
9421                 "classmap": [
9422                     "src/"
9423                 ]
9424             },
9425             "notification-url": "https://packagist.org/downloads/",
9426             "license": [
9427                 "BSD-3-Clause"
9428             ],
9429             "authors": [
9430                 {
9431                     "name": "Sebastian Bergmann",
9432                     "email": "sebastian@phpunit.de",
9433                     "role": "lead"
9434                 }
9435             ],
9436             "description": "Collection of value objects that represent the PHP code units",
9437             "homepage": "https://github.com/sebastianbergmann/code-unit",
9438             "support": {
9439                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9440                 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
9441                 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
9442             },
9443             "funding": [
9444                 {
9445                     "url": "https://github.com/sebastianbergmann",
9446                     "type": "github"
9447                 }
9448             ],
9449             "time": "2025-03-19T07:56:08+00:00"
9450         },
9451         {
9452             "name": "sebastian/code-unit-reverse-lookup",
9453             "version": "4.0.1",
9454             "source": {
9455                 "type": "git",
9456                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9457                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
9458             },
9459             "dist": {
9460                 "type": "zip",
9461                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
9462                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
9463                 "shasum": ""
9464             },
9465             "require": {
9466                 "php": ">=8.2"
9467             },
9468             "require-dev": {
9469                 "phpunit/phpunit": "^11.0"
9470             },
9471             "type": "library",
9472             "extra": {
9473                 "branch-alias": {
9474                     "dev-main": "4.0-dev"
9475                 }
9476             },
9477             "autoload": {
9478                 "classmap": [
9479                     "src/"
9480                 ]
9481             },
9482             "notification-url": "https://packagist.org/downloads/",
9483             "license": [
9484                 "BSD-3-Clause"
9485             ],
9486             "authors": [
9487                 {
9488                     "name": "Sebastian Bergmann",
9489                     "email": "sebastian@phpunit.de"
9490                 }
9491             ],
9492             "description": "Looks up which function or method a line of code belongs to",
9493             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9494             "support": {
9495                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9496                 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
9497                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
9498             },
9499             "funding": [
9500                 {
9501                     "url": "https://github.com/sebastianbergmann",
9502                     "type": "github"
9503                 }
9504             ],
9505             "time": "2024-07-03T04:45:54+00:00"
9506         },
9507         {
9508             "name": "sebastian/comparator",
9509             "version": "6.3.2",
9510             "source": {
9511                 "type": "git",
9512                 "url": "https://github.com/sebastianbergmann/comparator.git",
9513                 "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8"
9514             },
9515             "dist": {
9516                 "type": "zip",
9517                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8",
9518                 "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8",
9519                 "shasum": ""
9520             },
9521             "require": {
9522                 "ext-dom": "*",
9523                 "ext-mbstring": "*",
9524                 "php": ">=8.2",
9525                 "sebastian/diff": "^6.0",
9526                 "sebastian/exporter": "^6.0"
9527             },
9528             "require-dev": {
9529                 "phpunit/phpunit": "^11.4"
9530             },
9531             "suggest": {
9532                 "ext-bcmath": "For comparing BcMath\\Number objects"
9533             },
9534             "type": "library",
9535             "extra": {
9536                 "branch-alias": {
9537                     "dev-main": "6.3-dev"
9538                 }
9539             },
9540             "autoload": {
9541                 "classmap": [
9542                     "src/"
9543                 ]
9544             },
9545             "notification-url": "https://packagist.org/downloads/",
9546             "license": [
9547                 "BSD-3-Clause"
9548             ],
9549             "authors": [
9550                 {
9551                     "name": "Sebastian Bergmann",
9552                     "email": "sebastian@phpunit.de"
9553                 },
9554                 {
9555                     "name": "Jeff Welch",
9556                     "email": "whatthejeff@gmail.com"
9557                 },
9558                 {
9559                     "name": "Volker Dusch",
9560                     "email": "github@wallbash.com"
9561                 },
9562                 {
9563                     "name": "Bernhard Schussek",
9564                     "email": "bschussek@2bepublished.at"
9565                 }
9566             ],
9567             "description": "Provides the functionality to compare PHP values for equality",
9568             "homepage": "https://github.com/sebastianbergmann/comparator",
9569             "keywords": [
9570                 "comparator",
9571                 "compare",
9572                 "equality"
9573             ],
9574             "support": {
9575                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9576                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9577                 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2"
9578             },
9579             "funding": [
9580                 {
9581                     "url": "https://github.com/sebastianbergmann",
9582                     "type": "github"
9583                 },
9584                 {
9585                     "url": "https://liberapay.com/sebastianbergmann",
9586                     "type": "liberapay"
9587                 },
9588                 {
9589                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9590                     "type": "thanks_dev"
9591                 },
9592                 {
9593                     "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
9594                     "type": "tidelift"
9595                 }
9596             ],
9597             "time": "2025-08-10T08:07:46+00:00"
9598         },
9599         {
9600             "name": "sebastian/complexity",
9601             "version": "4.0.1",
9602             "source": {
9603                 "type": "git",
9604                 "url": "https://github.com/sebastianbergmann/complexity.git",
9605                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
9606             },
9607             "dist": {
9608                 "type": "zip",
9609                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
9610                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
9611                 "shasum": ""
9612             },
9613             "require": {
9614                 "nikic/php-parser": "^5.0",
9615                 "php": ">=8.2"
9616             },
9617             "require-dev": {
9618                 "phpunit/phpunit": "^11.0"
9619             },
9620             "type": "library",
9621             "extra": {
9622                 "branch-alias": {
9623                     "dev-main": "4.0-dev"
9624                 }
9625             },
9626             "autoload": {
9627                 "classmap": [
9628                     "src/"
9629                 ]
9630             },
9631             "notification-url": "https://packagist.org/downloads/",
9632             "license": [
9633                 "BSD-3-Clause"
9634             ],
9635             "authors": [
9636                 {
9637                     "name": "Sebastian Bergmann",
9638                     "email": "sebastian@phpunit.de",
9639                     "role": "lead"
9640                 }
9641             ],
9642             "description": "Library for calculating the complexity of PHP code units",
9643             "homepage": "https://github.com/sebastianbergmann/complexity",
9644             "support": {
9645                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9646                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9647                 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
9648             },
9649             "funding": [
9650                 {
9651                     "url": "https://github.com/sebastianbergmann",
9652                     "type": "github"
9653                 }
9654             ],
9655             "time": "2024-07-03T04:49:50+00:00"
9656         },
9657         {
9658             "name": "sebastian/diff",
9659             "version": "6.0.2",
9660             "source": {
9661                 "type": "git",
9662                 "url": "https://github.com/sebastianbergmann/diff.git",
9663                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
9664             },
9665             "dist": {
9666                 "type": "zip",
9667                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
9668                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
9669                 "shasum": ""
9670             },
9671             "require": {
9672                 "php": ">=8.2"
9673             },
9674             "require-dev": {
9675                 "phpunit/phpunit": "^11.0",
9676                 "symfony/process": "^4.2 || ^5"
9677             },
9678             "type": "library",
9679             "extra": {
9680                 "branch-alias": {
9681                     "dev-main": "6.0-dev"
9682                 }
9683             },
9684             "autoload": {
9685                 "classmap": [
9686                     "src/"
9687                 ]
9688             },
9689             "notification-url": "https://packagist.org/downloads/",
9690             "license": [
9691                 "BSD-3-Clause"
9692             ],
9693             "authors": [
9694                 {
9695                     "name": "Sebastian Bergmann",
9696                     "email": "sebastian@phpunit.de"
9697                 },
9698                 {
9699                     "name": "Kore Nordmann",
9700                     "email": "mail@kore-nordmann.de"
9701                 }
9702             ],
9703             "description": "Diff implementation",
9704             "homepage": "https://github.com/sebastianbergmann/diff",
9705             "keywords": [
9706                 "diff",
9707                 "udiff",
9708                 "unidiff",
9709                 "unified diff"
9710             ],
9711             "support": {
9712                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9713                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9714                 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
9715             },
9716             "funding": [
9717                 {
9718                     "url": "https://github.com/sebastianbergmann",
9719                     "type": "github"
9720                 }
9721             ],
9722             "time": "2024-07-03T04:53:05+00:00"
9723         },
9724         {
9725             "name": "sebastian/environment",
9726             "version": "7.2.1",
9727             "source": {
9728                 "type": "git",
9729                 "url": "https://github.com/sebastianbergmann/environment.git",
9730                 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"
9731             },
9732             "dist": {
9733                 "type": "zip",
9734                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4",
9735                 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",
9736                 "shasum": ""
9737             },
9738             "require": {
9739                 "php": ">=8.2"
9740             },
9741             "require-dev": {
9742                 "phpunit/phpunit": "^11.3"
9743             },
9744             "suggest": {
9745                 "ext-posix": "*"
9746             },
9747             "type": "library",
9748             "extra": {
9749                 "branch-alias": {
9750                     "dev-main": "7.2-dev"
9751                 }
9752             },
9753             "autoload": {
9754                 "classmap": [
9755                     "src/"
9756                 ]
9757             },
9758             "notification-url": "https://packagist.org/downloads/",
9759             "license": [
9760                 "BSD-3-Clause"
9761             ],
9762             "authors": [
9763                 {
9764                     "name": "Sebastian Bergmann",
9765                     "email": "sebastian@phpunit.de"
9766                 }
9767             ],
9768             "description": "Provides functionality to handle HHVM/PHP environments",
9769             "homepage": "https://github.com/sebastianbergmann/environment",
9770             "keywords": [
9771                 "Xdebug",
9772                 "environment",
9773                 "hhvm"
9774             ],
9775             "support": {
9776                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9777                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9778                 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.1"
9779             },
9780             "funding": [
9781                 {
9782                     "url": "https://github.com/sebastianbergmann",
9783                     "type": "github"
9784                 },
9785                 {
9786                     "url": "https://liberapay.com/sebastianbergmann",
9787                     "type": "liberapay"
9788                 },
9789                 {
9790                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9791                     "type": "thanks_dev"
9792                 },
9793                 {
9794                     "url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
9795                     "type": "tidelift"
9796                 }
9797             ],
9798             "time": "2025-05-21T11:55:47+00:00"
9799         },
9800         {
9801             "name": "sebastian/exporter",
9802             "version": "6.3.0",
9803             "source": {
9804                 "type": "git",
9805                 "url": "https://github.com/sebastianbergmann/exporter.git",
9806                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
9807             },
9808             "dist": {
9809                 "type": "zip",
9810                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
9811                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
9812                 "shasum": ""
9813             },
9814             "require": {
9815                 "ext-mbstring": "*",
9816                 "php": ">=8.2",
9817                 "sebastian/recursion-context": "^6.0"
9818             },
9819             "require-dev": {
9820                 "phpunit/phpunit": "^11.3"
9821             },
9822             "type": "library",
9823             "extra": {
9824                 "branch-alias": {
9825                     "dev-main": "6.1-dev"
9826                 }
9827             },
9828             "autoload": {
9829                 "classmap": [
9830                     "src/"
9831                 ]
9832             },
9833             "notification-url": "https://packagist.org/downloads/",
9834             "license": [
9835                 "BSD-3-Clause"
9836             ],
9837             "authors": [
9838                 {
9839                     "name": "Sebastian Bergmann",
9840                     "email": "sebastian@phpunit.de"
9841                 },
9842                 {
9843                     "name": "Jeff Welch",
9844                     "email": "whatthejeff@gmail.com"
9845                 },
9846                 {
9847                     "name": "Volker Dusch",
9848                     "email": "github@wallbash.com"
9849                 },
9850                 {
9851                     "name": "Adam Harvey",
9852                     "email": "aharvey@php.net"
9853                 },
9854                 {
9855                     "name": "Bernhard Schussek",
9856                     "email": "bschussek@gmail.com"
9857                 }
9858             ],
9859             "description": "Provides the functionality to export PHP variables for visualization",
9860             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9861             "keywords": [
9862                 "export",
9863                 "exporter"
9864             ],
9865             "support": {
9866                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9867                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9868                 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
9869             },
9870             "funding": [
9871                 {
9872                     "url": "https://github.com/sebastianbergmann",
9873                     "type": "github"
9874                 }
9875             ],
9876             "time": "2024-12-05T09:17:50+00:00"
9877         },
9878         {
9879             "name": "sebastian/global-state",
9880             "version": "7.0.2",
9881             "source": {
9882                 "type": "git",
9883                 "url": "https://github.com/sebastianbergmann/global-state.git",
9884                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
9885             },
9886             "dist": {
9887                 "type": "zip",
9888                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
9889                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
9890                 "shasum": ""
9891             },
9892             "require": {
9893                 "php": ">=8.2",
9894                 "sebastian/object-reflector": "^4.0",
9895                 "sebastian/recursion-context": "^6.0"
9896             },
9897             "require-dev": {
9898                 "ext-dom": "*",
9899                 "phpunit/phpunit": "^11.0"
9900             },
9901             "type": "library",
9902             "extra": {
9903                 "branch-alias": {
9904                     "dev-main": "7.0-dev"
9905                 }
9906             },
9907             "autoload": {
9908                 "classmap": [
9909                     "src/"
9910                 ]
9911             },
9912             "notification-url": "https://packagist.org/downloads/",
9913             "license": [
9914                 "BSD-3-Clause"
9915             ],
9916             "authors": [
9917                 {
9918                     "name": "Sebastian Bergmann",
9919                     "email": "sebastian@phpunit.de"
9920                 }
9921             ],
9922             "description": "Snapshotting of global state",
9923             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9924             "keywords": [
9925                 "global state"
9926             ],
9927             "support": {
9928                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9929                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9930                 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
9931             },
9932             "funding": [
9933                 {
9934                     "url": "https://github.com/sebastianbergmann",
9935                     "type": "github"
9936                 }
9937             ],
9938             "time": "2024-07-03T04:57:36+00:00"
9939         },
9940         {
9941             "name": "sebastian/lines-of-code",
9942             "version": "3.0.1",
9943             "source": {
9944                 "type": "git",
9945                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9946                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
9947             },
9948             "dist": {
9949                 "type": "zip",
9950                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9951                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9952                 "shasum": ""
9953             },
9954             "require": {
9955                 "nikic/php-parser": "^5.0",
9956                 "php": ">=8.2"
9957             },
9958             "require-dev": {
9959                 "phpunit/phpunit": "^11.0"
9960             },
9961             "type": "library",
9962             "extra": {
9963                 "branch-alias": {
9964                     "dev-main": "3.0-dev"
9965                 }
9966             },
9967             "autoload": {
9968                 "classmap": [
9969                     "src/"
9970                 ]
9971             },
9972             "notification-url": "https://packagist.org/downloads/",
9973             "license": [
9974                 "BSD-3-Clause"
9975             ],
9976             "authors": [
9977                 {
9978                     "name": "Sebastian Bergmann",
9979                     "email": "sebastian@phpunit.de",
9980                     "role": "lead"
9981                 }
9982             ],
9983             "description": "Library for counting the lines of code in PHP source code",
9984             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9985             "support": {
9986                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9987                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9988                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
9989             },
9990             "funding": [
9991                 {
9992                     "url": "https://github.com/sebastianbergmann",
9993                     "type": "github"
9994                 }
9995             ],
9996             "time": "2024-07-03T04:58:38+00:00"
9997         },
9998         {
9999             "name": "sebastian/object-enumerator",
10000             "version": "6.0.1",
10001             "source": {
10002                 "type": "git",
10003                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
10004                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
10005             },
10006             "dist": {
10007                 "type": "zip",
10008                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
10009                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
10010                 "shasum": ""
10011             },
10012             "require": {
10013                 "php": ">=8.2",
10014                 "sebastian/object-reflector": "^4.0",
10015                 "sebastian/recursion-context": "^6.0"
10016             },
10017             "require-dev": {
10018                 "phpunit/phpunit": "^11.0"
10019             },
10020             "type": "library",
10021             "extra": {
10022                 "branch-alias": {
10023                     "dev-main": "6.0-dev"
10024                 }
10025             },
10026             "autoload": {
10027                 "classmap": [
10028                     "src/"
10029                 ]
10030             },
10031             "notification-url": "https://packagist.org/downloads/",
10032             "license": [
10033                 "BSD-3-Clause"
10034             ],
10035             "authors": [
10036                 {
10037                     "name": "Sebastian Bergmann",
10038                     "email": "sebastian@phpunit.de"
10039                 }
10040             ],
10041             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10042             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10043             "support": {
10044                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
10045                 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
10046                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
10047             },
10048             "funding": [
10049                 {
10050                     "url": "https://github.com/sebastianbergmann",
10051                     "type": "github"
10052                 }
10053             ],
10054             "time": "2024-07-03T05:00:13+00:00"
10055         },
10056         {
10057             "name": "sebastian/object-reflector",
10058             "version": "4.0.1",
10059             "source": {
10060                 "type": "git",
10061                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
10062                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
10063             },
10064             "dist": {
10065                 "type": "zip",
10066                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
10067                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
10068                 "shasum": ""
10069             },
10070             "require": {
10071                 "php": ">=8.2"
10072             },
10073             "require-dev": {
10074                 "phpunit/phpunit": "^11.0"
10075             },
10076             "type": "library",
10077             "extra": {
10078                 "branch-alias": {
10079                     "dev-main": "4.0-dev"
10080                 }
10081             },
10082             "autoload": {
10083                 "classmap": [
10084                     "src/"
10085                 ]
10086             },
10087             "notification-url": "https://packagist.org/downloads/",
10088             "license": [
10089                 "BSD-3-Clause"
10090             ],
10091             "authors": [
10092                 {
10093                     "name": "Sebastian Bergmann",
10094                     "email": "sebastian@phpunit.de"
10095                 }
10096             ],
10097             "description": "Allows reflection of object attributes, including inherited and non-public ones",
10098             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
10099             "support": {
10100                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10101                 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
10102                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
10103             },
10104             "funding": [
10105                 {
10106                     "url": "https://github.com/sebastianbergmann",
10107                     "type": "github"
10108                 }
10109             ],
10110             "time": "2024-07-03T05:01:32+00:00"
10111         },
10112         {
10113             "name": "sebastian/recursion-context",
10114             "version": "6.0.3",
10115             "source": {
10116                 "type": "git",
10117                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10118                 "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc"
10119             },
10120             "dist": {
10121                 "type": "zip",
10122                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc",
10123                 "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc",
10124                 "shasum": ""
10125             },
10126             "require": {
10127                 "php": ">=8.2"
10128             },
10129             "require-dev": {
10130                 "phpunit/phpunit": "^11.3"
10131             },
10132             "type": "library",
10133             "extra": {
10134                 "branch-alias": {
10135                     "dev-main": "6.0-dev"
10136                 }
10137             },
10138             "autoload": {
10139                 "classmap": [
10140                     "src/"
10141                 ]
10142             },
10143             "notification-url": "https://packagist.org/downloads/",
10144             "license": [
10145                 "BSD-3-Clause"
10146             ],
10147             "authors": [
10148                 {
10149                     "name": "Sebastian Bergmann",
10150                     "email": "sebastian@phpunit.de"
10151                 },
10152                 {
10153                     "name": "Jeff Welch",
10154                     "email": "whatthejeff@gmail.com"
10155                 },
10156                 {
10157                     "name": "Adam Harvey",
10158                     "email": "aharvey@php.net"
10159                 }
10160             ],
10161             "description": "Provides functionality to recursively process PHP variables",
10162             "homepage": "https://github.com/sebastianbergmann/recursion-context",
10163             "support": {
10164                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10165                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
10166                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.3"
10167             },
10168             "funding": [
10169                 {
10170                     "url": "https://github.com/sebastianbergmann",
10171                     "type": "github"
10172                 },
10173                 {
10174                     "url": "https://liberapay.com/sebastianbergmann",
10175                     "type": "liberapay"
10176                 },
10177                 {
10178                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
10179                     "type": "thanks_dev"
10180                 },
10181                 {
10182                     "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
10183                     "type": "tidelift"
10184                 }
10185             ],
10186             "time": "2025-08-13T04:42:22+00:00"
10187         },
10188         {
10189             "name": "sebastian/type",
10190             "version": "5.1.3",
10191             "source": {
10192                 "type": "git",
10193                 "url": "https://github.com/sebastianbergmann/type.git",
10194                 "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449"
10195             },
10196             "dist": {
10197                 "type": "zip",
10198                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
10199                 "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
10200                 "shasum": ""
10201             },
10202             "require": {
10203                 "php": ">=8.2"
10204             },
10205             "require-dev": {
10206                 "phpunit/phpunit": "^11.3"
10207             },
10208             "type": "library",
10209             "extra": {
10210                 "branch-alias": {
10211                     "dev-main": "5.1-dev"
10212                 }
10213             },
10214             "autoload": {
10215                 "classmap": [
10216                     "src/"
10217                 ]
10218             },
10219             "notification-url": "https://packagist.org/downloads/",
10220             "license": [
10221                 "BSD-3-Clause"
10222             ],
10223             "authors": [
10224                 {
10225                     "name": "Sebastian Bergmann",
10226                     "email": "sebastian@phpunit.de",
10227                     "role": "lead"
10228                 }
10229             ],
10230             "description": "Collection of value objects that represent the types of the PHP type system",
10231             "homepage": "https://github.com/sebastianbergmann/type",
10232             "support": {
10233                 "issues": "https://github.com/sebastianbergmann/type/issues",
10234                 "security": "https://github.com/sebastianbergmann/type/security/policy",
10235                 "source": "https://github.com/sebastianbergmann/type/tree/5.1.3"
10236             },
10237             "funding": [
10238                 {
10239                     "url": "https://github.com/sebastianbergmann",
10240                     "type": "github"
10241                 },
10242                 {
10243                     "url": "https://liberapay.com/sebastianbergmann",
10244                     "type": "liberapay"
10245                 },
10246                 {
10247                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
10248                     "type": "thanks_dev"
10249                 },
10250                 {
10251                     "url": "https://tidelift.com/funding/github/packagist/sebastian/type",
10252                     "type": "tidelift"
10253                 }
10254             ],
10255             "time": "2025-08-09T06:55:48+00:00"
10256         },
10257         {
10258             "name": "sebastian/version",
10259             "version": "5.0.2",
10260             "source": {
10261                 "type": "git",
10262                 "url": "https://github.com/sebastianbergmann/version.git",
10263                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
10264             },
10265             "dist": {
10266                 "type": "zip",
10267                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
10268                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
10269                 "shasum": ""
10270             },
10271             "require": {
10272                 "php": ">=8.2"
10273             },
10274             "type": "library",
10275             "extra": {
10276                 "branch-alias": {
10277                     "dev-main": "5.0-dev"
10278                 }
10279             },
10280             "autoload": {
10281                 "classmap": [
10282                     "src/"
10283                 ]
10284             },
10285             "notification-url": "https://packagist.org/downloads/",
10286             "license": [
10287                 "BSD-3-Clause"
10288             ],
10289             "authors": [
10290                 {
10291                     "name": "Sebastian Bergmann",
10292                     "email": "sebastian@phpunit.de",
10293                     "role": "lead"
10294                 }
10295             ],
10296             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10297             "homepage": "https://github.com/sebastianbergmann/version",
10298             "support": {
10299                 "issues": "https://github.com/sebastianbergmann/version/issues",
10300                 "security": "https://github.com/sebastianbergmann/version/security/policy",
10301                 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
10302             },
10303             "funding": [
10304                 {
10305                     "url": "https://github.com/sebastianbergmann",
10306                     "type": "github"
10307                 }
10308             ],
10309             "time": "2024-10-09T05:16:32+00:00"
10310         },
10311         {
10312             "name": "squizlabs/php_codesniffer",
10313             "version": "3.13.2",
10314             "source": {
10315                 "type": "git",
10316                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10317                 "reference": "5b5e3821314f947dd040c70f7992a64eac89025c"
10318             },
10319             "dist": {
10320                 "type": "zip",
10321                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5b5e3821314f947dd040c70f7992a64eac89025c",
10322                 "reference": "5b5e3821314f947dd040c70f7992a64eac89025c",
10323                 "shasum": ""
10324             },
10325             "require": {
10326                 "ext-simplexml": "*",
10327                 "ext-tokenizer": "*",
10328                 "ext-xmlwriter": "*",
10329                 "php": ">=5.4.0"
10330             },
10331             "require-dev": {
10332                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10333             },
10334             "bin": [
10335                 "bin/phpcbf",
10336                 "bin/phpcs"
10337             ],
10338             "type": "library",
10339             "extra": {
10340                 "branch-alias": {
10341                     "dev-master": "3.x-dev"
10342                 }
10343             },
10344             "notification-url": "https://packagist.org/downloads/",
10345             "license": [
10346                 "BSD-3-Clause"
10347             ],
10348             "authors": [
10349                 {
10350                     "name": "Greg Sherwood",
10351                     "role": "Former lead"
10352                 },
10353                 {
10354                     "name": "Juliette Reinders Folmer",
10355                     "role": "Current lead"
10356                 },
10357                 {
10358                     "name": "Contributors",
10359                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10360                 }
10361             ],
10362             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10363             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10364             "keywords": [
10365                 "phpcs",
10366                 "standards",
10367                 "static analysis"
10368             ],
10369             "support": {
10370                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10371                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10372                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10373                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10374             },
10375             "funding": [
10376                 {
10377                     "url": "https://github.com/PHPCSStandards",
10378                     "type": "github"
10379                 },
10380                 {
10381                     "url": "https://github.com/jrfnl",
10382                     "type": "github"
10383                 },
10384                 {
10385                     "url": "https://opencollective.com/php_codesniffer",
10386                     "type": "open_collective"
10387                 },
10388                 {
10389                     "url": "https://thanks.dev/u/gh/phpcsstandards",
10390                     "type": "thanks_dev"
10391                 }
10392             ],
10393             "time": "2025-06-17T22:17:01+00:00"
10394         },
10395         {
10396             "name": "ssddanbrown/asserthtml",
10397             "version": "v3.1.0",
10398             "source": {
10399                 "type": "git",
10400                 "url": "https://codeberg.org/danb/asserthtml",
10401                 "reference": "cf8206171d667d43e1bdde17d67191f30e95c8a0"
10402             },
10403             "dist": {
10404                 "type": "zip",
10405                 "url": "https://codeberg.org/api/v1/repos/danb/asserthtml/archive/%prettyVersion%.zip"
10406             },
10407             "require": {
10408                 "ext-dom": "*",
10409                 "ext-json": "*",
10410                 "php": ">=8.1",
10411                 "phpunit/phpunit": "^10.0|^11.0",
10412                 "symfony/css-selector": "^6.0|^7.0",
10413                 "symfony/dom-crawler": "^6.0|^7.0"
10414             },
10415             "require-dev": {
10416                 "phpstan/phpstan": "^2.0"
10417             },
10418             "type": "library",
10419             "autoload": {
10420                 "psr-4": {
10421                     "Ssddanbrown\\AssertHtml\\": "src"
10422                 }
10423             },
10424             "notification-url": "https://packagist.org/downloads/",
10425             "license": [
10426                 "MIT"
10427             ],
10428             "authors": [
10429                 {
10430                     "name": "Dan Brown",
10431                     "homepage": "https://danb.me",
10432                     "role": "Developer"
10433                 }
10434             ],
10435             "description": "HTML Content Assertions for PHPUnit",
10436             "homepage": "https://codeberg.org/danb/asserthtml",
10437             "time": "2025-01-11T13:35:55+00:00"
10438         },
10439         {
10440             "name": "staabm/side-effects-detector",
10441             "version": "1.0.5",
10442             "source": {
10443                 "type": "git",
10444                 "url": "https://github.com/staabm/side-effects-detector.git",
10445                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
10446             },
10447             "dist": {
10448                 "type": "zip",
10449                 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
10450                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
10451                 "shasum": ""
10452             },
10453             "require": {
10454                 "ext-tokenizer": "*",
10455                 "php": "^7.4 || ^8.0"
10456             },
10457             "require-dev": {
10458                 "phpstan/extension-installer": "^1.4.3",
10459                 "phpstan/phpstan": "^1.12.6",
10460                 "phpunit/phpunit": "^9.6.21",
10461                 "symfony/var-dumper": "^5.4.43",
10462                 "tomasvotruba/type-coverage": "1.0.0",
10463                 "tomasvotruba/unused-public": "1.0.0"
10464             },
10465             "type": "library",
10466             "autoload": {
10467                 "classmap": [
10468                     "lib/"
10469                 ]
10470             },
10471             "notification-url": "https://packagist.org/downloads/",
10472             "license": [
10473                 "MIT"
10474             ],
10475             "description": "A static analysis tool to detect side effects in PHP code",
10476             "keywords": [
10477                 "static analysis"
10478             ],
10479             "support": {
10480                 "issues": "https://github.com/staabm/side-effects-detector/issues",
10481                 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
10482             },
10483             "funding": [
10484                 {
10485                     "url": "https://github.com/staabm",
10486                     "type": "github"
10487                 }
10488             ],
10489             "time": "2024-10-20T05:08:20+00:00"
10490         },
10491         {
10492             "name": "symfony/dom-crawler",
10493             "version": "v7.3.3",
10494             "source": {
10495                 "type": "git",
10496                 "url": "https://github.com/symfony/dom-crawler.git",
10497                 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba"
10498             },
10499             "dist": {
10500                 "type": "zip",
10501                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/efa076ea0eeff504383ff0dcf827ea5ce15690ba",
10502                 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba",
10503                 "shasum": ""
10504             },
10505             "require": {
10506                 "masterminds/html5": "^2.6",
10507                 "php": ">=8.2",
10508                 "symfony/polyfill-ctype": "~1.8",
10509                 "symfony/polyfill-mbstring": "~1.0"
10510             },
10511             "require-dev": {
10512                 "symfony/css-selector": "^6.4|^7.0"
10513             },
10514             "type": "library",
10515             "autoload": {
10516                 "psr-4": {
10517                     "Symfony\\Component\\DomCrawler\\": ""
10518                 },
10519                 "exclude-from-classmap": [
10520                     "/Tests/"
10521                 ]
10522             },
10523             "notification-url": "https://packagist.org/downloads/",
10524             "license": [
10525                 "MIT"
10526             ],
10527             "authors": [
10528                 {
10529                     "name": "Fabien Potencier",
10530                     "email": "fabien@symfony.com"
10531                 },
10532                 {
10533                     "name": "Symfony Community",
10534                     "homepage": "https://symfony.com/contributors"
10535                 }
10536             ],
10537             "description": "Eases DOM navigation for HTML and XML documents",
10538             "homepage": "https://symfony.com",
10539             "support": {
10540                 "source": "https://github.com/symfony/dom-crawler/tree/v7.3.3"
10541             },
10542             "funding": [
10543                 {
10544                     "url": "https://symfony.com/sponsor",
10545                     "type": "custom"
10546                 },
10547                 {
10548                     "url": "https://github.com/fabpot",
10549                     "type": "github"
10550                 },
10551                 {
10552                     "url": "https://github.com/nicolas-grekas",
10553                     "type": "github"
10554                 },
10555                 {
10556                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10557                     "type": "tidelift"
10558                 }
10559             ],
10560             "time": "2025-08-06T20:13:54+00:00"
10561         },
10562         {
10563             "name": "theseer/tokenizer",
10564             "version": "1.2.3",
10565             "source": {
10566                 "type": "git",
10567                 "url": "https://github.com/theseer/tokenizer.git",
10568                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10569             },
10570             "dist": {
10571                 "type": "zip",
10572                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10573                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10574                 "shasum": ""
10575             },
10576             "require": {
10577                 "ext-dom": "*",
10578                 "ext-tokenizer": "*",
10579                 "ext-xmlwriter": "*",
10580                 "php": "^7.2 || ^8.0"
10581             },
10582             "type": "library",
10583             "autoload": {
10584                 "classmap": [
10585                     "src/"
10586                 ]
10587             },
10588             "notification-url": "https://packagist.org/downloads/",
10589             "license": [
10590                 "BSD-3-Clause"
10591             ],
10592             "authors": [
10593                 {
10594                     "name": "Arne Blankerts",
10595                     "email": "arne@blankerts.de",
10596                     "role": "Developer"
10597                 }
10598             ],
10599             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10600             "support": {
10601                 "issues": "https://github.com/theseer/tokenizer/issues",
10602                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10603             },
10604             "funding": [
10605                 {
10606                     "url": "https://github.com/theseer",
10607                     "type": "github"
10608                 }
10609             ],
10610             "time": "2024-03-03T12:36:25+00:00"
10611         }
10612     ],
10613     "aliases": [],
10614     "minimum-stability": "stable",
10615     "stability-flags": {},
10616     "prefer-stable": true,
10617     "prefer-lowest": false,
10618     "platform": {
10619         "php": "^8.2.0",
10620         "ext-curl": "*",
10621         "ext-dom": "*",
10622         "ext-fileinfo": "*",
10623         "ext-gd": "*",
10624         "ext-json": "*",
10625         "ext-mbstring": "*",
10626         "ext-xml": "*",
10627         "ext-zip": "*"
10628     },
10629     "platform-dev": {},
10630     "platform-overrides": {
10631         "php": "8.2.0"
10632     },
10633     "plugin-api-version": "2.6.0"
10634 }