]> BookStack Code Mirror - bookstack/blob - composer.lock
2c7d2cede0f9c8c74e60b6d388fb603b93614b58
[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": "e5783454db9e549054438a448bcc9570",
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": "v2.4.0",
4109             "source": {
4110                 "type": "git",
4111                 "url": "https://github.com/predis/predis.git",
4112                 "reference": "f49e13ee3a2a825631562aa0223ac922ec5d058b"
4113             },
4114             "dist": {
4115                 "type": "zip",
4116                 "url": "https://api.github.com/repos/predis/predis/zipball/f49e13ee3a2a825631562aa0223ac922ec5d058b",
4117                 "reference": "f49e13ee3a2a825631562aa0223ac922ec5d058b",
4118                 "shasum": ""
4119             },
4120             "require": {
4121                 "php": "^7.2 || ^8.0"
4122             },
4123             "require-dev": {
4124                 "friendsofphp/php-cs-fixer": "^3.3",
4125                 "phpstan/phpstan": "^1.9",
4126                 "phpunit/phpcov": "^6.0 || ^8.0",
4127                 "phpunit/phpunit": "^8.0 || ^9.4"
4128             },
4129             "suggest": {
4130                 "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
4131             },
4132             "type": "library",
4133             "autoload": {
4134                 "psr-4": {
4135                     "Predis\\": "src/"
4136                 }
4137             },
4138             "notification-url": "https://packagist.org/downloads/",
4139             "license": [
4140                 "MIT"
4141             ],
4142             "authors": [
4143                 {
4144                     "name": "Till Krüss",
4145                     "homepage": "https://till.im",
4146                     "role": "Maintainer"
4147                 }
4148             ],
4149             "description": "A flexible and feature-complete Redis/Valkey client for PHP.",
4150             "homepage": "http://github.com/predis/predis",
4151             "keywords": [
4152                 "nosql",
4153                 "predis",
4154                 "redis"
4155             ],
4156             "support": {
4157                 "issues": "https://github.com/predis/predis/issues",
4158                 "source": "https://github.com/predis/predis/tree/v2.4.0"
4159             },
4160             "funding": [
4161                 {
4162                     "url": "https://github.com/sponsors/tillkruss",
4163                     "type": "github"
4164                 }
4165             ],
4166             "time": "2025-04-30T15:16:02+00:00"
4167         },
4168         {
4169             "name": "psr/clock",
4170             "version": "1.0.0",
4171             "source": {
4172                 "type": "git",
4173                 "url": "https://github.com/php-fig/clock.git",
4174                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
4175             },
4176             "dist": {
4177                 "type": "zip",
4178                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4179                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4180                 "shasum": ""
4181             },
4182             "require": {
4183                 "php": "^7.0 || ^8.0"
4184             },
4185             "type": "library",
4186             "autoload": {
4187                 "psr-4": {
4188                     "Psr\\Clock\\": "src/"
4189                 }
4190             },
4191             "notification-url": "https://packagist.org/downloads/",
4192             "license": [
4193                 "MIT"
4194             ],
4195             "authors": [
4196                 {
4197                     "name": "PHP-FIG",
4198                     "homepage": "https://www.php-fig.org/"
4199                 }
4200             ],
4201             "description": "Common interface for reading the clock.",
4202             "homepage": "https://github.com/php-fig/clock",
4203             "keywords": [
4204                 "clock",
4205                 "now",
4206                 "psr",
4207                 "psr-20",
4208                 "time"
4209             ],
4210             "support": {
4211                 "issues": "https://github.com/php-fig/clock/issues",
4212                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
4213             },
4214             "time": "2022-11-25T14:36:26+00:00"
4215         },
4216         {
4217             "name": "psr/container",
4218             "version": "2.0.2",
4219             "source": {
4220                 "type": "git",
4221                 "url": "https://github.com/php-fig/container.git",
4222                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
4223             },
4224             "dist": {
4225                 "type": "zip",
4226                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4227                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4228                 "shasum": ""
4229             },
4230             "require": {
4231                 "php": ">=7.4.0"
4232             },
4233             "type": "library",
4234             "extra": {
4235                 "branch-alias": {
4236                     "dev-master": "2.0.x-dev"
4237                 }
4238             },
4239             "autoload": {
4240                 "psr-4": {
4241                     "Psr\\Container\\": "src/"
4242                 }
4243             },
4244             "notification-url": "https://packagist.org/downloads/",
4245             "license": [
4246                 "MIT"
4247             ],
4248             "authors": [
4249                 {
4250                     "name": "PHP-FIG",
4251                     "homepage": "https://www.php-fig.org/"
4252                 }
4253             ],
4254             "description": "Common Container Interface (PHP FIG PSR-11)",
4255             "homepage": "https://github.com/php-fig/container",
4256             "keywords": [
4257                 "PSR-11",
4258                 "container",
4259                 "container-interface",
4260                 "container-interop",
4261                 "psr"
4262             ],
4263             "support": {
4264                 "issues": "https://github.com/php-fig/container/issues",
4265                 "source": "https://github.com/php-fig/container/tree/2.0.2"
4266             },
4267             "time": "2021-11-05T16:47:00+00:00"
4268         },
4269         {
4270             "name": "psr/event-dispatcher",
4271             "version": "1.0.0",
4272             "source": {
4273                 "type": "git",
4274                 "url": "https://github.com/php-fig/event-dispatcher.git",
4275                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
4276             },
4277             "dist": {
4278                 "type": "zip",
4279                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
4280                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
4281                 "shasum": ""
4282             },
4283             "require": {
4284                 "php": ">=7.2.0"
4285             },
4286             "type": "library",
4287             "extra": {
4288                 "branch-alias": {
4289                     "dev-master": "1.0.x-dev"
4290                 }
4291             },
4292             "autoload": {
4293                 "psr-4": {
4294                     "Psr\\EventDispatcher\\": "src/"
4295                 }
4296             },
4297             "notification-url": "https://packagist.org/downloads/",
4298             "license": [
4299                 "MIT"
4300             ],
4301             "authors": [
4302                 {
4303                     "name": "PHP-FIG",
4304                     "homepage": "http://www.php-fig.org/"
4305                 }
4306             ],
4307             "description": "Standard interfaces for event handling.",
4308             "keywords": [
4309                 "events",
4310                 "psr",
4311                 "psr-14"
4312             ],
4313             "support": {
4314                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
4315                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
4316             },
4317             "time": "2019-01-08T18:20:26+00:00"
4318         },
4319         {
4320             "name": "psr/http-client",
4321             "version": "1.0.3",
4322             "source": {
4323                 "type": "git",
4324                 "url": "https://github.com/php-fig/http-client.git",
4325                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
4326             },
4327             "dist": {
4328                 "type": "zip",
4329                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
4330                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
4331                 "shasum": ""
4332             },
4333             "require": {
4334                 "php": "^7.0 || ^8.0",
4335                 "psr/http-message": "^1.0 || ^2.0"
4336             },
4337             "type": "library",
4338             "extra": {
4339                 "branch-alias": {
4340                     "dev-master": "1.0.x-dev"
4341                 }
4342             },
4343             "autoload": {
4344                 "psr-4": {
4345                     "Psr\\Http\\Client\\": "src/"
4346                 }
4347             },
4348             "notification-url": "https://packagist.org/downloads/",
4349             "license": [
4350                 "MIT"
4351             ],
4352             "authors": [
4353                 {
4354                     "name": "PHP-FIG",
4355                     "homepage": "https://www.php-fig.org/"
4356                 }
4357             ],
4358             "description": "Common interface for HTTP clients",
4359             "homepage": "https://github.com/php-fig/http-client",
4360             "keywords": [
4361                 "http",
4362                 "http-client",
4363                 "psr",
4364                 "psr-18"
4365             ],
4366             "support": {
4367                 "source": "https://github.com/php-fig/http-client"
4368             },
4369             "time": "2023-09-23T14:17:50+00:00"
4370         },
4371         {
4372             "name": "psr/http-factory",
4373             "version": "1.1.0",
4374             "source": {
4375                 "type": "git",
4376                 "url": "https://github.com/php-fig/http-factory.git",
4377                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
4378             },
4379             "dist": {
4380                 "type": "zip",
4381                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
4382                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
4383                 "shasum": ""
4384             },
4385             "require": {
4386                 "php": ">=7.1",
4387                 "psr/http-message": "^1.0 || ^2.0"
4388             },
4389             "type": "library",
4390             "extra": {
4391                 "branch-alias": {
4392                     "dev-master": "1.0.x-dev"
4393                 }
4394             },
4395             "autoload": {
4396                 "psr-4": {
4397                     "Psr\\Http\\Message\\": "src/"
4398                 }
4399             },
4400             "notification-url": "https://packagist.org/downloads/",
4401             "license": [
4402                 "MIT"
4403             ],
4404             "authors": [
4405                 {
4406                     "name": "PHP-FIG",
4407                     "homepage": "https://www.php-fig.org/"
4408                 }
4409             ],
4410             "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
4411             "keywords": [
4412                 "factory",
4413                 "http",
4414                 "message",
4415                 "psr",
4416                 "psr-17",
4417                 "psr-7",
4418                 "request",
4419                 "response"
4420             ],
4421             "support": {
4422                 "source": "https://github.com/php-fig/http-factory"
4423             },
4424             "time": "2024-04-15T12:06:14+00:00"
4425         },
4426         {
4427             "name": "psr/http-message",
4428             "version": "2.0",
4429             "source": {
4430                 "type": "git",
4431                 "url": "https://github.com/php-fig/http-message.git",
4432                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
4433             },
4434             "dist": {
4435                 "type": "zip",
4436                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4437                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4438                 "shasum": ""
4439             },
4440             "require": {
4441                 "php": "^7.2 || ^8.0"
4442             },
4443             "type": "library",
4444             "extra": {
4445                 "branch-alias": {
4446                     "dev-master": "2.0.x-dev"
4447                 }
4448             },
4449             "autoload": {
4450                 "psr-4": {
4451                     "Psr\\Http\\Message\\": "src/"
4452                 }
4453             },
4454             "notification-url": "https://packagist.org/downloads/",
4455             "license": [
4456                 "MIT"
4457             ],
4458             "authors": [
4459                 {
4460                     "name": "PHP-FIG",
4461                     "homepage": "https://www.php-fig.org/"
4462                 }
4463             ],
4464             "description": "Common interface for HTTP messages",
4465             "homepage": "https://github.com/php-fig/http-message",
4466             "keywords": [
4467                 "http",
4468                 "http-message",
4469                 "psr",
4470                 "psr-7",
4471                 "request",
4472                 "response"
4473             ],
4474             "support": {
4475                 "source": "https://github.com/php-fig/http-message/tree/2.0"
4476             },
4477             "time": "2023-04-04T09:54:51+00:00"
4478         },
4479         {
4480             "name": "psr/log",
4481             "version": "3.0.2",
4482             "source": {
4483                 "type": "git",
4484                 "url": "https://github.com/php-fig/log.git",
4485                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
4486             },
4487             "dist": {
4488                 "type": "zip",
4489                 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
4490                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
4491                 "shasum": ""
4492             },
4493             "require": {
4494                 "php": ">=8.0.0"
4495             },
4496             "type": "library",
4497             "extra": {
4498                 "branch-alias": {
4499                     "dev-master": "3.x-dev"
4500                 }
4501             },
4502             "autoload": {
4503                 "psr-4": {
4504                     "Psr\\Log\\": "src"
4505                 }
4506             },
4507             "notification-url": "https://packagist.org/downloads/",
4508             "license": [
4509                 "MIT"
4510             ],
4511             "authors": [
4512                 {
4513                     "name": "PHP-FIG",
4514                     "homepage": "https://www.php-fig.org/"
4515                 }
4516             ],
4517             "description": "Common interface for logging libraries",
4518             "homepage": "https://github.com/php-fig/log",
4519             "keywords": [
4520                 "log",
4521                 "psr",
4522                 "psr-3"
4523             ],
4524             "support": {
4525                 "source": "https://github.com/php-fig/log/tree/3.0.2"
4526             },
4527             "time": "2024-09-11T13:17:53+00:00"
4528         },
4529         {
4530             "name": "psr/simple-cache",
4531             "version": "3.0.0",
4532             "source": {
4533                 "type": "git",
4534                 "url": "https://github.com/php-fig/simple-cache.git",
4535                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
4536             },
4537             "dist": {
4538                 "type": "zip",
4539                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
4540                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
4541                 "shasum": ""
4542             },
4543             "require": {
4544                 "php": ">=8.0.0"
4545             },
4546             "type": "library",
4547             "extra": {
4548                 "branch-alias": {
4549                     "dev-master": "3.0.x-dev"
4550                 }
4551             },
4552             "autoload": {
4553                 "psr-4": {
4554                     "Psr\\SimpleCache\\": "src/"
4555                 }
4556             },
4557             "notification-url": "https://packagist.org/downloads/",
4558             "license": [
4559                 "MIT"
4560             ],
4561             "authors": [
4562                 {
4563                     "name": "PHP-FIG",
4564                     "homepage": "https://www.php-fig.org/"
4565                 }
4566             ],
4567             "description": "Common interfaces for simple caching",
4568             "keywords": [
4569                 "cache",
4570                 "caching",
4571                 "psr",
4572                 "psr-16",
4573                 "simple-cache"
4574             ],
4575             "support": {
4576                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
4577             },
4578             "time": "2021-10-29T13:26:27+00:00"
4579         },
4580         {
4581             "name": "psy/psysh",
4582             "version": "v0.12.10",
4583             "source": {
4584                 "type": "git",
4585                 "url": "https://github.com/bobthecow/psysh.git",
4586                 "reference": "6e80abe6f2257121f1eb9a4c55bf29d921025b22"
4587             },
4588             "dist": {
4589                 "type": "zip",
4590                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/6e80abe6f2257121f1eb9a4c55bf29d921025b22",
4591                 "reference": "6e80abe6f2257121f1eb9a4c55bf29d921025b22",
4592                 "shasum": ""
4593             },
4594             "require": {
4595                 "ext-json": "*",
4596                 "ext-tokenizer": "*",
4597                 "nikic/php-parser": "^5.0 || ^4.0",
4598                 "php": "^8.0 || ^7.4",
4599                 "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
4600                 "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
4601             },
4602             "conflict": {
4603                 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
4604             },
4605             "require-dev": {
4606                 "bamarni/composer-bin-plugin": "^1.2"
4607             },
4608             "suggest": {
4609                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
4610                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
4611                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
4612             },
4613             "bin": [
4614                 "bin/psysh"
4615             ],
4616             "type": "library",
4617             "extra": {
4618                 "bamarni-bin": {
4619                     "bin-links": false,
4620                     "forward-command": false
4621                 },
4622                 "branch-alias": {
4623                     "dev-main": "0.12.x-dev"
4624                 }
4625             },
4626             "autoload": {
4627                 "files": [
4628                     "src/functions.php"
4629                 ],
4630                 "psr-4": {
4631                     "Psy\\": "src/"
4632                 }
4633             },
4634             "notification-url": "https://packagist.org/downloads/",
4635             "license": [
4636                 "MIT"
4637             ],
4638             "authors": [
4639                 {
4640                     "name": "Justin Hileman",
4641                     "email": "justin@justinhileman.info"
4642                 }
4643             ],
4644             "description": "An interactive shell for modern PHP.",
4645             "homepage": "https://psysh.org",
4646             "keywords": [
4647                 "REPL",
4648                 "console",
4649                 "interactive",
4650                 "shell"
4651             ],
4652             "support": {
4653                 "issues": "https://github.com/bobthecow/psysh/issues",
4654                 "source": "https://github.com/bobthecow/psysh/tree/v0.12.10"
4655             },
4656             "time": "2025-08-04T12:39:37+00:00"
4657         },
4658         {
4659             "name": "ralouphie/getallheaders",
4660             "version": "3.0.3",
4661             "source": {
4662                 "type": "git",
4663                 "url": "https://github.com/ralouphie/getallheaders.git",
4664                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
4665             },
4666             "dist": {
4667                 "type": "zip",
4668                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
4669                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
4670                 "shasum": ""
4671             },
4672             "require": {
4673                 "php": ">=5.6"
4674             },
4675             "require-dev": {
4676                 "php-coveralls/php-coveralls": "^2.1",
4677                 "phpunit/phpunit": "^5 || ^6.5"
4678             },
4679             "type": "library",
4680             "autoload": {
4681                 "files": [
4682                     "src/getallheaders.php"
4683                 ]
4684             },
4685             "notification-url": "https://packagist.org/downloads/",
4686             "license": [
4687                 "MIT"
4688             ],
4689             "authors": [
4690                 {
4691                     "name": "Ralph Khattar",
4692                     "email": "ralph.khattar@gmail.com"
4693                 }
4694             ],
4695             "description": "A polyfill for getallheaders.",
4696             "support": {
4697                 "issues": "https://github.com/ralouphie/getallheaders/issues",
4698                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
4699             },
4700             "time": "2019-03-08T08:55:37+00:00"
4701         },
4702         {
4703             "name": "ramsey/collection",
4704             "version": "2.1.1",
4705             "source": {
4706                 "type": "git",
4707                 "url": "https://github.com/ramsey/collection.git",
4708                 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
4709             },
4710             "dist": {
4711                 "type": "zip",
4712                 "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
4713                 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
4714                 "shasum": ""
4715             },
4716             "require": {
4717                 "php": "^8.1"
4718             },
4719             "require-dev": {
4720                 "captainhook/plugin-composer": "^5.3",
4721                 "ergebnis/composer-normalize": "^2.45",
4722                 "fakerphp/faker": "^1.24",
4723                 "hamcrest/hamcrest-php": "^2.0",
4724                 "jangregor/phpstan-prophecy": "^2.1",
4725                 "mockery/mockery": "^1.6",
4726                 "php-parallel-lint/php-console-highlighter": "^1.0",
4727                 "php-parallel-lint/php-parallel-lint": "^1.4",
4728                 "phpspec/prophecy-phpunit": "^2.3",
4729                 "phpstan/extension-installer": "^1.4",
4730                 "phpstan/phpstan": "^2.1",
4731                 "phpstan/phpstan-mockery": "^2.0",
4732                 "phpstan/phpstan-phpunit": "^2.0",
4733                 "phpunit/phpunit": "^10.5",
4734                 "ramsey/coding-standard": "^2.3",
4735                 "ramsey/conventional-commits": "^1.6",
4736                 "roave/security-advisories": "dev-latest"
4737             },
4738             "type": "library",
4739             "extra": {
4740                 "captainhook": {
4741                     "force-install": true
4742                 },
4743                 "ramsey/conventional-commits": {
4744                     "configFile": "conventional-commits.json"
4745                 }
4746             },
4747             "autoload": {
4748                 "psr-4": {
4749                     "Ramsey\\Collection\\": "src/"
4750                 }
4751             },
4752             "notification-url": "https://packagist.org/downloads/",
4753             "license": [
4754                 "MIT"
4755             ],
4756             "authors": [
4757                 {
4758                     "name": "Ben Ramsey",
4759                     "email": "ben@benramsey.com",
4760                     "homepage": "https://benramsey.com"
4761                 }
4762             ],
4763             "description": "A PHP library for representing and manipulating collections.",
4764             "keywords": [
4765                 "array",
4766                 "collection",
4767                 "hash",
4768                 "map",
4769                 "queue",
4770                 "set"
4771             ],
4772             "support": {
4773                 "issues": "https://github.com/ramsey/collection/issues",
4774                 "source": "https://github.com/ramsey/collection/tree/2.1.1"
4775             },
4776             "time": "2025-03-22T05:38:12+00:00"
4777         },
4778         {
4779             "name": "ramsey/uuid",
4780             "version": "4.9.0",
4781             "source": {
4782                 "type": "git",
4783                 "url": "https://github.com/ramsey/uuid.git",
4784                 "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0"
4785             },
4786             "dist": {
4787                 "type": "zip",
4788                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/4e0e23cc785f0724a0e838279a9eb03f28b092a0",
4789                 "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0",
4790                 "shasum": ""
4791             },
4792             "require": {
4793                 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13",
4794                 "php": "^8.0",
4795                 "ramsey/collection": "^1.2 || ^2.0"
4796             },
4797             "replace": {
4798                 "rhumsaa/uuid": "self.version"
4799             },
4800             "require-dev": {
4801                 "captainhook/captainhook": "^5.25",
4802                 "captainhook/plugin-composer": "^5.3",
4803                 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
4804                 "ergebnis/composer-normalize": "^2.47",
4805                 "mockery/mockery": "^1.6",
4806                 "paragonie/random-lib": "^2",
4807                 "php-mock/php-mock": "^2.6",
4808                 "php-mock/php-mock-mockery": "^1.5",
4809                 "php-parallel-lint/php-parallel-lint": "^1.4.0",
4810                 "phpbench/phpbench": "^1.2.14",
4811                 "phpstan/extension-installer": "^1.4",
4812                 "phpstan/phpstan": "^2.1",
4813                 "phpstan/phpstan-mockery": "^2.0",
4814                 "phpstan/phpstan-phpunit": "^2.0",
4815                 "phpunit/phpunit": "^9.6",
4816                 "slevomat/coding-standard": "^8.18",
4817                 "squizlabs/php_codesniffer": "^3.13"
4818             },
4819             "suggest": {
4820                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
4821                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
4822                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
4823                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
4824                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4825             },
4826             "type": "library",
4827             "extra": {
4828                 "captainhook": {
4829                     "force-install": true
4830                 }
4831             },
4832             "autoload": {
4833                 "files": [
4834                     "src/functions.php"
4835                 ],
4836                 "psr-4": {
4837                     "Ramsey\\Uuid\\": "src/"
4838                 }
4839             },
4840             "notification-url": "https://packagist.org/downloads/",
4841             "license": [
4842                 "MIT"
4843             ],
4844             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
4845             "keywords": [
4846                 "guid",
4847                 "identifier",
4848                 "uuid"
4849             ],
4850             "support": {
4851                 "issues": "https://github.com/ramsey/uuid/issues",
4852                 "source": "https://github.com/ramsey/uuid/tree/4.9.0"
4853             },
4854             "time": "2025-06-25T14:20:11+00:00"
4855         },
4856         {
4857             "name": "robrichards/xmlseclibs",
4858             "version": "3.1.3",
4859             "source": {
4860                 "type": "git",
4861                 "url": "https://github.com/robrichards/xmlseclibs.git",
4862                 "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07"
4863             },
4864             "dist": {
4865                 "type": "zip",
4866                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/2bdfd742624d739dfadbd415f00181b4a77aaf07",
4867                 "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07",
4868                 "shasum": ""
4869             },
4870             "require": {
4871                 "ext-openssl": "*",
4872                 "php": ">= 5.4"
4873             },
4874             "type": "library",
4875             "autoload": {
4876                 "psr-4": {
4877                     "RobRichards\\XMLSecLibs\\": "src"
4878                 }
4879             },
4880             "notification-url": "https://packagist.org/downloads/",
4881             "license": [
4882                 "BSD-3-Clause"
4883             ],
4884             "description": "A PHP library for XML Security",
4885             "homepage": "https://github.com/robrichards/xmlseclibs",
4886             "keywords": [
4887                 "security",
4888                 "signature",
4889                 "xml",
4890                 "xmldsig"
4891             ],
4892             "support": {
4893                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
4894                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.3"
4895             },
4896             "time": "2024-11-20T21:13:56+00:00"
4897         },
4898         {
4899             "name": "sabberworm/php-css-parser",
4900             "version": "v8.9.0",
4901             "source": {
4902                 "type": "git",
4903                 "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
4904                 "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9"
4905             },
4906             "dist": {
4907                 "type": "zip",
4908                 "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d8e916507b88e389e26d4ab03c904a082aa66bb9",
4909                 "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9",
4910                 "shasum": ""
4911             },
4912             "require": {
4913                 "ext-iconv": "*",
4914                 "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
4915             },
4916             "require-dev": {
4917                 "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41",
4918                 "rawr/cross-data-providers": "^2.0.0"
4919             },
4920             "suggest": {
4921                 "ext-mbstring": "for parsing UTF-8 CSS"
4922             },
4923             "type": "library",
4924             "extra": {
4925                 "branch-alias": {
4926                     "dev-main": "9.0.x-dev"
4927                 }
4928             },
4929             "autoload": {
4930                 "psr-4": {
4931                     "Sabberworm\\CSS\\": "src/"
4932                 }
4933             },
4934             "notification-url": "https://packagist.org/downloads/",
4935             "license": [
4936                 "MIT"
4937             ],
4938             "authors": [
4939                 {
4940                     "name": "Raphael Schweikert"
4941                 },
4942                 {
4943                     "name": "Oliver Klee",
4944                     "email": "github@oliverklee.de"
4945                 },
4946                 {
4947                     "name": "Jake Hotson",
4948                     "email": "jake.github@qzdesign.co.uk"
4949                 }
4950             ],
4951             "description": "Parser for CSS Files written in PHP",
4952             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
4953             "keywords": [
4954                 "css",
4955                 "parser",
4956                 "stylesheet"
4957             ],
4958             "support": {
4959                 "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
4960                 "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.9.0"
4961             },
4962             "time": "2025-07-11T13:20:48+00:00"
4963         },
4964         {
4965             "name": "socialiteproviders/discord",
4966             "version": "4.2.0",
4967             "source": {
4968                 "type": "git",
4969                 "url": "https://github.com/SocialiteProviders/Discord.git",
4970                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c"
4971             },
4972             "dist": {
4973                 "type": "zip",
4974                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c71c379acfdca5ba4aa65a3db5ae5222852a919c",
4975                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c",
4976                 "shasum": ""
4977             },
4978             "require": {
4979                 "ext-json": "*",
4980                 "php": "^7.4 || ^8.0",
4981                 "socialiteproviders/manager": "~4.0"
4982             },
4983             "type": "library",
4984             "autoload": {
4985                 "psr-4": {
4986                     "SocialiteProviders\\Discord\\": ""
4987                 }
4988             },
4989             "notification-url": "https://packagist.org/downloads/",
4990             "license": [
4991                 "MIT"
4992             ],
4993             "authors": [
4994                 {
4995                     "name": "Christopher Eklund",
4996                     "email": "eklundchristopher@gmail.com"
4997                 }
4998             ],
4999             "description": "Discord OAuth2 Provider for Laravel Socialite",
5000             "keywords": [
5001                 "discord",
5002                 "laravel",
5003                 "oauth",
5004                 "provider",
5005                 "socialite"
5006             ],
5007             "support": {
5008                 "docs": "https://socialiteproviders.com/discord",
5009                 "issues": "https://github.com/socialiteproviders/providers/issues",
5010                 "source": "https://github.com/socialiteproviders/providers"
5011             },
5012             "time": "2023-07-24T23:28:47+00:00"
5013         },
5014         {
5015             "name": "socialiteproviders/gitlab",
5016             "version": "4.1.0",
5017             "source": {
5018                 "type": "git",
5019                 "url": "https://github.com/SocialiteProviders/GitLab.git",
5020                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
5021             },
5022             "dist": {
5023                 "type": "zip",
5024                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5025                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5026                 "shasum": ""
5027             },
5028             "require": {
5029                 "ext-json": "*",
5030                 "php": "^7.2 || ^8.0",
5031                 "socialiteproviders/manager": "~4.0"
5032             },
5033             "type": "library",
5034             "autoload": {
5035                 "psr-4": {
5036                     "SocialiteProviders\\GitLab\\": ""
5037                 }
5038             },
5039             "notification-url": "https://packagist.org/downloads/",
5040             "license": [
5041                 "MIT"
5042             ],
5043             "authors": [
5044                 {
5045                     "name": "Christoffer Martinsen",
5046                     "email": "christoffermartinsen@gmail.com"
5047                 }
5048             ],
5049             "description": "GitLab OAuth2 Provider for Laravel Socialite",
5050             "support": {
5051                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
5052             },
5053             "time": "2020-12-01T23:10:59+00:00"
5054         },
5055         {
5056             "name": "socialiteproviders/manager",
5057             "version": "v4.8.1",
5058             "source": {
5059                 "type": "git",
5060                 "url": "https://github.com/SocialiteProviders/Manager.git",
5061                 "reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4"
5062             },
5063             "dist": {
5064                 "type": "zip",
5065                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/8180ec14bef230ec2351cff993d5d2d7ca470ef4",
5066                 "reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4",
5067                 "shasum": ""
5068             },
5069             "require": {
5070                 "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
5071                 "laravel/socialite": "^5.5",
5072                 "php": "^8.1"
5073             },
5074             "require-dev": {
5075                 "mockery/mockery": "^1.2",
5076                 "phpunit/phpunit": "^9.0"
5077             },
5078             "type": "library",
5079             "extra": {
5080                 "laravel": {
5081                     "providers": [
5082                         "SocialiteProviders\\Manager\\ServiceProvider"
5083                     ]
5084                 }
5085             },
5086             "autoload": {
5087                 "psr-4": {
5088                     "SocialiteProviders\\Manager\\": "src/"
5089                 }
5090             },
5091             "notification-url": "https://packagist.org/downloads/",
5092             "license": [
5093                 "MIT"
5094             ],
5095             "authors": [
5096                 {
5097                     "name": "Andy Wendt",
5098                     "email": "andy@awendt.com"
5099                 },
5100                 {
5101                     "name": "Anton Komarev",
5102                     "email": "a.komarev@cybercog.su"
5103                 },
5104                 {
5105                     "name": "Miguel Piedrafita",
5106                     "email": "soy@miguelpiedrafita.com"
5107                 },
5108                 {
5109                     "name": "atymic",
5110                     "email": "atymicq@gmail.com",
5111                     "homepage": "https://atymic.dev"
5112                 }
5113             ],
5114             "description": "Easily add new or override built-in providers in Laravel Socialite.",
5115             "homepage": "https://socialiteproviders.com",
5116             "keywords": [
5117                 "laravel",
5118                 "manager",
5119                 "oauth",
5120                 "providers",
5121                 "socialite"
5122             ],
5123             "support": {
5124                 "issues": "https://github.com/socialiteproviders/manager/issues",
5125                 "source": "https://github.com/socialiteproviders/manager"
5126             },
5127             "time": "2025-02-24T19:33:30+00:00"
5128         },
5129         {
5130             "name": "socialiteproviders/microsoft-azure",
5131             "version": "5.2.0",
5132             "source": {
5133                 "type": "git",
5134                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
5135                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16"
5136             },
5137             "dist": {
5138                 "type": "zip",
5139                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5140                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5141                 "shasum": ""
5142             },
5143             "require": {
5144                 "ext-json": "*",
5145                 "php": "^8.0",
5146                 "socialiteproviders/manager": "^4.4"
5147             },
5148             "type": "library",
5149             "autoload": {
5150                 "psr-4": {
5151                     "SocialiteProviders\\Azure\\": ""
5152                 }
5153             },
5154             "notification-url": "https://packagist.org/downloads/",
5155             "license": [
5156                 "MIT"
5157             ],
5158             "authors": [
5159                 {
5160                     "name": "Chris Hemmings",
5161                     "email": "chris@hemmin.gs"
5162                 }
5163             ],
5164             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
5165             "keywords": [
5166                 "azure",
5167                 "laravel",
5168                 "microsoft",
5169                 "oauth",
5170                 "provider",
5171                 "socialite"
5172             ],
5173             "support": {
5174                 "docs": "https://socialiteproviders.com/microsoft-azure",
5175                 "issues": "https://github.com/socialiteproviders/providers/issues",
5176                 "source": "https://github.com/socialiteproviders/providers"
5177             },
5178             "time": "2024-03-15T03:02:10+00:00"
5179         },
5180         {
5181             "name": "socialiteproviders/okta",
5182             "version": "4.5.0",
5183             "source": {
5184                 "type": "git",
5185                 "url": "https://github.com/SocialiteProviders/Okta.git",
5186                 "reference": "b8b0d5ea72325ead82481524a48576aaf39356ed"
5187             },
5188             "dist": {
5189                 "type": "zip",
5190                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/b8b0d5ea72325ead82481524a48576aaf39356ed",
5191                 "reference": "b8b0d5ea72325ead82481524a48576aaf39356ed",
5192                 "shasum": ""
5193             },
5194             "require": {
5195                 "ext-json": "*",
5196                 "php": "^8.0",
5197                 "socialiteproviders/manager": "^4.4"
5198             },
5199             "type": "library",
5200             "autoload": {
5201                 "psr-4": {
5202                     "SocialiteProviders\\Okta\\": ""
5203                 }
5204             },
5205             "notification-url": "https://packagist.org/downloads/",
5206             "license": [
5207                 "MIT"
5208             ],
5209             "authors": [
5210                 {
5211                     "name": "Chase Coney",
5212                     "email": "chase.coney@gmail.com"
5213                 }
5214             ],
5215             "description": "Okta OAuth2 Provider for Laravel Socialite",
5216             "keywords": [
5217                 "laravel",
5218                 "oauth",
5219                 "okta",
5220                 "provider",
5221                 "socialite"
5222             ],
5223             "support": {
5224                 "docs": "https://socialiteproviders.com/okta",
5225                 "issues": "https://github.com/socialiteproviders/providers/issues",
5226                 "source": "https://github.com/socialiteproviders/providers"
5227             },
5228             "time": "2024-11-07T21:57:40+00:00"
5229         },
5230         {
5231             "name": "socialiteproviders/twitch",
5232             "version": "5.4.0",
5233             "source": {
5234                 "type": "git",
5235                 "url": "https://github.com/SocialiteProviders/Twitch.git",
5236                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d"
5237             },
5238             "dist": {
5239                 "type": "zip",
5240                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/c8791b9d208195b5f02bea432de89d0e612b955d",
5241                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d",
5242                 "shasum": ""
5243             },
5244             "require": {
5245                 "ext-json": "*",
5246                 "php": "^8.0",
5247                 "socialiteproviders/manager": "^4.4"
5248             },
5249             "type": "library",
5250             "autoload": {
5251                 "psr-4": {
5252                     "SocialiteProviders\\Twitch\\": ""
5253                 }
5254             },
5255             "notification-url": "https://packagist.org/downloads/",
5256             "license": [
5257                 "MIT"
5258             ],
5259             "authors": [
5260                 {
5261                     "name": "Brian Faust",
5262                     "email": "hello@brianfaust.de"
5263                 }
5264             ],
5265             "description": "Twitch OAuth2 Provider for Laravel Socialite",
5266             "keywords": [
5267                 "laravel",
5268                 "oauth",
5269                 "provider",
5270                 "socialite",
5271                 "twitch"
5272             ],
5273             "support": {
5274                 "docs": "https://socialiteproviders.com/twitch",
5275                 "issues": "https://github.com/socialiteproviders/providers/issues",
5276                 "source": "https://github.com/socialiteproviders/providers"
5277             },
5278             "time": "2024-04-01T01:15:35+00:00"
5279         },
5280         {
5281             "name": "ssddanbrown/htmldiff",
5282             "version": "v2.0.0",
5283             "source": {
5284                 "type": "git",
5285                 "url": "https://codeberg.org/danb/HtmlDiff",
5286                 "reference": "b7bc848b01ae6e26a3e4ad4f07cd816e6faa8fe8"
5287             },
5288             "dist": {
5289                 "type": "zip",
5290                 "url": "https://codeberg.org/api/v1/repos/danb/HtmlDiff/archive/%prettyVersion%.zip",
5291                 "reference": "b7bc848b01ae6e26a3e4ad4f07cd816e6faa8fe8"
5292             },
5293             "require": {
5294                 "ext-mbstring": "*",
5295                 "php": ">=8.0"
5296             },
5297             "require-dev": {
5298                 "phpunit/phpunit": "^9.6.22",
5299                 "vimeo/psalm": "^4.10"
5300             },
5301             "type": "library",
5302             "autoload": {
5303                 "psr-4": {
5304                     "Ssddanbrown\\HtmlDiff\\": "src"
5305                 }
5306             },
5307             "notification-url": "https://packagist.org/downloads/",
5308             "license": [
5309                 "MIT"
5310             ],
5311             "authors": [
5312                 {
5313                     "name": "Dan Brown",
5314                     "homepage": "https://danb.me",
5315                     "role": "Developer"
5316                 }
5317             ],
5318             "description": "HTML Content Diff Generator",
5319             "homepage": "https://codeberg.org/danb/HtmlDiff",
5320             "funding": [
5321                 {
5322                     "url": "https://github.com/sponsors/ssddanbrown",
5323                     "type": "github"
5324                 },
5325                 {
5326                     "url": "https://ko-fi.com/ssddanbrown",
5327                     "type": "kofi"
5328                 }
5329             ],
5330             "time": "2025-07-07T11:55:59+00:00"
5331         },
5332         {
5333             "name": "symfony/clock",
5334             "version": "v7.3.0",
5335             "source": {
5336                 "type": "git",
5337                 "url": "https://github.com/symfony/clock.git",
5338                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
5339             },
5340             "dist": {
5341                 "type": "zip",
5342                 "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5343                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5344                 "shasum": ""
5345             },
5346             "require": {
5347                 "php": ">=8.2",
5348                 "psr/clock": "^1.0",
5349                 "symfony/polyfill-php83": "^1.28"
5350             },
5351             "provide": {
5352                 "psr/clock-implementation": "1.0"
5353             },
5354             "type": "library",
5355             "autoload": {
5356                 "files": [
5357                     "Resources/now.php"
5358                 ],
5359                 "psr-4": {
5360                     "Symfony\\Component\\Clock\\": ""
5361                 },
5362                 "exclude-from-classmap": [
5363                     "/Tests/"
5364                 ]
5365             },
5366             "notification-url": "https://packagist.org/downloads/",
5367             "license": [
5368                 "MIT"
5369             ],
5370             "authors": [
5371                 {
5372                     "name": "Nicolas Grekas",
5373                     "email": "p@tchwork.com"
5374                 },
5375                 {
5376                     "name": "Symfony Community",
5377                     "homepage": "https://symfony.com/contributors"
5378                 }
5379             ],
5380             "description": "Decouples applications from the system clock",
5381             "homepage": "https://symfony.com",
5382             "keywords": [
5383                 "clock",
5384                 "psr20",
5385                 "time"
5386             ],
5387             "support": {
5388                 "source": "https://github.com/symfony/clock/tree/v7.3.0"
5389             },
5390             "funding": [
5391                 {
5392                     "url": "https://symfony.com/sponsor",
5393                     "type": "custom"
5394                 },
5395                 {
5396                     "url": "https://github.com/fabpot",
5397                     "type": "github"
5398                 },
5399                 {
5400                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5401                     "type": "tidelift"
5402                 }
5403             ],
5404             "time": "2024-09-25T14:21:43+00:00"
5405         },
5406         {
5407             "name": "symfony/console",
5408             "version": "v7.3.3",
5409             "source": {
5410                 "type": "git",
5411                 "url": "https://github.com/symfony/console.git",
5412                 "reference": "cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7"
5413             },
5414             "dist": {
5415                 "type": "zip",
5416                 "url": "https://api.github.com/repos/symfony/console/zipball/cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7",
5417                 "reference": "cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7",
5418                 "shasum": ""
5419             },
5420             "require": {
5421                 "php": ">=8.2",
5422                 "symfony/deprecation-contracts": "^2.5|^3",
5423                 "symfony/polyfill-mbstring": "~1.0",
5424                 "symfony/service-contracts": "^2.5|^3",
5425                 "symfony/string": "^7.2"
5426             },
5427             "conflict": {
5428                 "symfony/dependency-injection": "<6.4",
5429                 "symfony/dotenv": "<6.4",
5430                 "symfony/event-dispatcher": "<6.4",
5431                 "symfony/lock": "<6.4",
5432                 "symfony/process": "<6.4"
5433             },
5434             "provide": {
5435                 "psr/log-implementation": "1.0|2.0|3.0"
5436             },
5437             "require-dev": {
5438                 "psr/log": "^1|^2|^3",
5439                 "symfony/config": "^6.4|^7.0",
5440                 "symfony/dependency-injection": "^6.4|^7.0",
5441                 "symfony/event-dispatcher": "^6.4|^7.0",
5442                 "symfony/http-foundation": "^6.4|^7.0",
5443                 "symfony/http-kernel": "^6.4|^7.0",
5444                 "symfony/lock": "^6.4|^7.0",
5445                 "symfony/messenger": "^6.4|^7.0",
5446                 "symfony/process": "^6.4|^7.0",
5447                 "symfony/stopwatch": "^6.4|^7.0",
5448                 "symfony/var-dumper": "^6.4|^7.0"
5449             },
5450             "type": "library",
5451             "autoload": {
5452                 "psr-4": {
5453                     "Symfony\\Component\\Console\\": ""
5454                 },
5455                 "exclude-from-classmap": [
5456                     "/Tests/"
5457                 ]
5458             },
5459             "notification-url": "https://packagist.org/downloads/",
5460             "license": [
5461                 "MIT"
5462             ],
5463             "authors": [
5464                 {
5465                     "name": "Fabien Potencier",
5466                     "email": "fabien@symfony.com"
5467                 },
5468                 {
5469                     "name": "Symfony Community",
5470                     "homepage": "https://symfony.com/contributors"
5471                 }
5472             ],
5473             "description": "Eases the creation of beautiful and testable command line interfaces",
5474             "homepage": "https://symfony.com",
5475             "keywords": [
5476                 "cli",
5477                 "command-line",
5478                 "console",
5479                 "terminal"
5480             ],
5481             "support": {
5482                 "source": "https://github.com/symfony/console/tree/v7.3.3"
5483             },
5484             "funding": [
5485                 {
5486                     "url": "https://symfony.com/sponsor",
5487                     "type": "custom"
5488                 },
5489                 {
5490                     "url": "https://github.com/fabpot",
5491                     "type": "github"
5492                 },
5493                 {
5494                     "url": "https://github.com/nicolas-grekas",
5495                     "type": "github"
5496                 },
5497                 {
5498                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5499                     "type": "tidelift"
5500                 }
5501             ],
5502             "time": "2025-08-25T06:35:40+00:00"
5503         },
5504         {
5505             "name": "symfony/css-selector",
5506             "version": "v7.3.0",
5507             "source": {
5508                 "type": "git",
5509                 "url": "https://github.com/symfony/css-selector.git",
5510                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
5511             },
5512             "dist": {
5513                 "type": "zip",
5514                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5515                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5516                 "shasum": ""
5517             },
5518             "require": {
5519                 "php": ">=8.2"
5520             },
5521             "type": "library",
5522             "autoload": {
5523                 "psr-4": {
5524                     "Symfony\\Component\\CssSelector\\": ""
5525                 },
5526                 "exclude-from-classmap": [
5527                     "/Tests/"
5528                 ]
5529             },
5530             "notification-url": "https://packagist.org/downloads/",
5531             "license": [
5532                 "MIT"
5533             ],
5534             "authors": [
5535                 {
5536                     "name": "Fabien Potencier",
5537                     "email": "fabien@symfony.com"
5538                 },
5539                 {
5540                     "name": "Jean-François Simon",
5541                     "email": "jeanfrancois.simon@sensiolabs.com"
5542                 },
5543                 {
5544                     "name": "Symfony Community",
5545                     "homepage": "https://symfony.com/contributors"
5546                 }
5547             ],
5548             "description": "Converts CSS selectors to XPath expressions",
5549             "homepage": "https://symfony.com",
5550             "support": {
5551                 "source": "https://github.com/symfony/css-selector/tree/v7.3.0"
5552             },
5553             "funding": [
5554                 {
5555                     "url": "https://symfony.com/sponsor",
5556                     "type": "custom"
5557                 },
5558                 {
5559                     "url": "https://github.com/fabpot",
5560                     "type": "github"
5561                 },
5562                 {
5563                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5564                     "type": "tidelift"
5565                 }
5566             ],
5567             "time": "2024-09-25T14:21:43+00:00"
5568         },
5569         {
5570             "name": "symfony/deprecation-contracts",
5571             "version": "v3.6.0",
5572             "source": {
5573                 "type": "git",
5574                 "url": "https://github.com/symfony/deprecation-contracts.git",
5575                 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
5576             },
5577             "dist": {
5578                 "type": "zip",
5579                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
5580                 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
5581                 "shasum": ""
5582             },
5583             "require": {
5584                 "php": ">=8.1"
5585             },
5586             "type": "library",
5587             "extra": {
5588                 "thanks": {
5589                     "url": "https://github.com/symfony/contracts",
5590                     "name": "symfony/contracts"
5591                 },
5592                 "branch-alias": {
5593                     "dev-main": "3.6-dev"
5594                 }
5595             },
5596             "autoload": {
5597                 "files": [
5598                     "function.php"
5599                 ]
5600             },
5601             "notification-url": "https://packagist.org/downloads/",
5602             "license": [
5603                 "MIT"
5604             ],
5605             "authors": [
5606                 {
5607                     "name": "Nicolas Grekas",
5608                     "email": "p@tchwork.com"
5609                 },
5610                 {
5611                     "name": "Symfony Community",
5612                     "homepage": "https://symfony.com/contributors"
5613                 }
5614             ],
5615             "description": "A generic function and convention to trigger deprecation notices",
5616             "homepage": "https://symfony.com",
5617             "support": {
5618                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
5619             },
5620             "funding": [
5621                 {
5622                     "url": "https://symfony.com/sponsor",
5623                     "type": "custom"
5624                 },
5625                 {
5626                     "url": "https://github.com/fabpot",
5627                     "type": "github"
5628                 },
5629                 {
5630                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5631                     "type": "tidelift"
5632                 }
5633             ],
5634             "time": "2024-09-25T14:21:43+00:00"
5635         },
5636         {
5637             "name": "symfony/error-handler",
5638             "version": "v7.3.2",
5639             "source": {
5640                 "type": "git",
5641                 "url": "https://github.com/symfony/error-handler.git",
5642                 "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3"
5643             },
5644             "dist": {
5645                 "type": "zip",
5646                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/0b31a944fcd8759ae294da4d2808cbc53aebd0c3",
5647                 "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3",
5648                 "shasum": ""
5649             },
5650             "require": {
5651                 "php": ">=8.2",
5652                 "psr/log": "^1|^2|^3",
5653                 "symfony/var-dumper": "^6.4|^7.0"
5654             },
5655             "conflict": {
5656                 "symfony/deprecation-contracts": "<2.5",
5657                 "symfony/http-kernel": "<6.4"
5658             },
5659             "require-dev": {
5660                 "symfony/console": "^6.4|^7.0",
5661                 "symfony/deprecation-contracts": "^2.5|^3",
5662                 "symfony/http-kernel": "^6.4|^7.0",
5663                 "symfony/serializer": "^6.4|^7.0",
5664                 "symfony/webpack-encore-bundle": "^1.0|^2.0"
5665             },
5666             "bin": [
5667                 "Resources/bin/patch-type-declarations"
5668             ],
5669             "type": "library",
5670             "autoload": {
5671                 "psr-4": {
5672                     "Symfony\\Component\\ErrorHandler\\": ""
5673                 },
5674                 "exclude-from-classmap": [
5675                     "/Tests/"
5676                 ]
5677             },
5678             "notification-url": "https://packagist.org/downloads/",
5679             "license": [
5680                 "MIT"
5681             ],
5682             "authors": [
5683                 {
5684                     "name": "Fabien Potencier",
5685                     "email": "fabien@symfony.com"
5686                 },
5687                 {
5688                     "name": "Symfony Community",
5689                     "homepage": "https://symfony.com/contributors"
5690                 }
5691             ],
5692             "description": "Provides tools to manage errors and ease debugging PHP code",
5693             "homepage": "https://symfony.com",
5694             "support": {
5695                 "source": "https://github.com/symfony/error-handler/tree/v7.3.2"
5696             },
5697             "funding": [
5698                 {
5699                     "url": "https://symfony.com/sponsor",
5700                     "type": "custom"
5701                 },
5702                 {
5703                     "url": "https://github.com/fabpot",
5704                     "type": "github"
5705                 },
5706                 {
5707                     "url": "https://github.com/nicolas-grekas",
5708                     "type": "github"
5709                 },
5710                 {
5711                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5712                     "type": "tidelift"
5713                 }
5714             ],
5715             "time": "2025-07-07T08:17:57+00:00"
5716         },
5717         {
5718             "name": "symfony/event-dispatcher",
5719             "version": "v7.3.3",
5720             "source": {
5721                 "type": "git",
5722                 "url": "https://github.com/symfony/event-dispatcher.git",
5723                 "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191"
5724             },
5725             "dist": {
5726                 "type": "zip",
5727                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7dc69e71de420ac04bc9ab830cf3ffebba48191",
5728                 "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191",
5729                 "shasum": ""
5730             },
5731             "require": {
5732                 "php": ">=8.2",
5733                 "symfony/event-dispatcher-contracts": "^2.5|^3"
5734             },
5735             "conflict": {
5736                 "symfony/dependency-injection": "<6.4",
5737                 "symfony/service-contracts": "<2.5"
5738             },
5739             "provide": {
5740                 "psr/event-dispatcher-implementation": "1.0",
5741                 "symfony/event-dispatcher-implementation": "2.0|3.0"
5742             },
5743             "require-dev": {
5744                 "psr/log": "^1|^2|^3",
5745                 "symfony/config": "^6.4|^7.0",
5746                 "symfony/dependency-injection": "^6.4|^7.0",
5747                 "symfony/error-handler": "^6.4|^7.0",
5748                 "symfony/expression-language": "^6.4|^7.0",
5749                 "symfony/http-foundation": "^6.4|^7.0",
5750                 "symfony/service-contracts": "^2.5|^3",
5751                 "symfony/stopwatch": "^6.4|^7.0"
5752             },
5753             "type": "library",
5754             "autoload": {
5755                 "psr-4": {
5756                     "Symfony\\Component\\EventDispatcher\\": ""
5757                 },
5758                 "exclude-from-classmap": [
5759                     "/Tests/"
5760                 ]
5761             },
5762             "notification-url": "https://packagist.org/downloads/",
5763             "license": [
5764                 "MIT"
5765             ],
5766             "authors": [
5767                 {
5768                     "name": "Fabien Potencier",
5769                     "email": "fabien@symfony.com"
5770                 },
5771                 {
5772                     "name": "Symfony Community",
5773                     "homepage": "https://symfony.com/contributors"
5774                 }
5775             ],
5776             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5777             "homepage": "https://symfony.com",
5778             "support": {
5779                 "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.3"
5780             },
5781             "funding": [
5782                 {
5783                     "url": "https://symfony.com/sponsor",
5784                     "type": "custom"
5785                 },
5786                 {
5787                     "url": "https://github.com/fabpot",
5788                     "type": "github"
5789                 },
5790                 {
5791                     "url": "https://github.com/nicolas-grekas",
5792                     "type": "github"
5793                 },
5794                 {
5795                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5796                     "type": "tidelift"
5797                 }
5798             ],
5799             "time": "2025-08-13T11:49:31+00:00"
5800         },
5801         {
5802             "name": "symfony/event-dispatcher-contracts",
5803             "version": "v3.6.0",
5804             "source": {
5805                 "type": "git",
5806                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5807                 "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
5808             },
5809             "dist": {
5810                 "type": "zip",
5811                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
5812                 "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
5813                 "shasum": ""
5814             },
5815             "require": {
5816                 "php": ">=8.1",
5817                 "psr/event-dispatcher": "^1"
5818             },
5819             "type": "library",
5820             "extra": {
5821                 "thanks": {
5822                     "url": "https://github.com/symfony/contracts",
5823                     "name": "symfony/contracts"
5824                 },
5825                 "branch-alias": {
5826                     "dev-main": "3.6-dev"
5827                 }
5828             },
5829             "autoload": {
5830                 "psr-4": {
5831                     "Symfony\\Contracts\\EventDispatcher\\": ""
5832                 }
5833             },
5834             "notification-url": "https://packagist.org/downloads/",
5835             "license": [
5836                 "MIT"
5837             ],
5838             "authors": [
5839                 {
5840                     "name": "Nicolas Grekas",
5841                     "email": "p@tchwork.com"
5842                 },
5843                 {
5844                     "name": "Symfony Community",
5845                     "homepage": "https://symfony.com/contributors"
5846                 }
5847             ],
5848             "description": "Generic abstractions related to dispatching event",
5849             "homepage": "https://symfony.com",
5850             "keywords": [
5851                 "abstractions",
5852                 "contracts",
5853                 "decoupling",
5854                 "interfaces",
5855                 "interoperability",
5856                 "standards"
5857             ],
5858             "support": {
5859                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
5860             },
5861             "funding": [
5862                 {
5863                     "url": "https://symfony.com/sponsor",
5864                     "type": "custom"
5865                 },
5866                 {
5867                     "url": "https://github.com/fabpot",
5868                     "type": "github"
5869                 },
5870                 {
5871                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5872                     "type": "tidelift"
5873                 }
5874             ],
5875             "time": "2024-09-25T14:21:43+00:00"
5876         },
5877         {
5878             "name": "symfony/finder",
5879             "version": "v7.3.2",
5880             "source": {
5881                 "type": "git",
5882                 "url": "https://github.com/symfony/finder.git",
5883                 "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe"
5884             },
5885             "dist": {
5886                 "type": "zip",
5887                 "url": "https://api.github.com/repos/symfony/finder/zipball/2a6614966ba1074fa93dae0bc804227422df4dfe",
5888                 "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe",
5889                 "shasum": ""
5890             },
5891             "require": {
5892                 "php": ">=8.2"
5893             },
5894             "require-dev": {
5895                 "symfony/filesystem": "^6.4|^7.0"
5896             },
5897             "type": "library",
5898             "autoload": {
5899                 "psr-4": {
5900                     "Symfony\\Component\\Finder\\": ""
5901                 },
5902                 "exclude-from-classmap": [
5903                     "/Tests/"
5904                 ]
5905             },
5906             "notification-url": "https://packagist.org/downloads/",
5907             "license": [
5908                 "MIT"
5909             ],
5910             "authors": [
5911                 {
5912                     "name": "Fabien Potencier",
5913                     "email": "fabien@symfony.com"
5914                 },
5915                 {
5916                     "name": "Symfony Community",
5917                     "homepage": "https://symfony.com/contributors"
5918                 }
5919             ],
5920             "description": "Finds files and directories via an intuitive fluent interface",
5921             "homepage": "https://symfony.com",
5922             "support": {
5923                 "source": "https://github.com/symfony/finder/tree/v7.3.2"
5924             },
5925             "funding": [
5926                 {
5927                     "url": "https://symfony.com/sponsor",
5928                     "type": "custom"
5929                 },
5930                 {
5931                     "url": "https://github.com/fabpot",
5932                     "type": "github"
5933                 },
5934                 {
5935                     "url": "https://github.com/nicolas-grekas",
5936                     "type": "github"
5937                 },
5938                 {
5939                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5940                     "type": "tidelift"
5941                 }
5942             ],
5943             "time": "2025-07-15T13:41:35+00:00"
5944         },
5945         {
5946             "name": "symfony/http-foundation",
5947             "version": "v7.3.3",
5948             "source": {
5949                 "type": "git",
5950                 "url": "https://github.com/symfony/http-foundation.git",
5951                 "reference": "7475561ec27020196c49bb7c4f178d33d7d3dc00"
5952             },
5953             "dist": {
5954                 "type": "zip",
5955                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7475561ec27020196c49bb7c4f178d33d7d3dc00",
5956                 "reference": "7475561ec27020196c49bb7c4f178d33d7d3dc00",
5957                 "shasum": ""
5958             },
5959             "require": {
5960                 "php": ">=8.2",
5961                 "symfony/deprecation-contracts": "^2.5|^3.0",
5962                 "symfony/polyfill-mbstring": "~1.1",
5963                 "symfony/polyfill-php83": "^1.27"
5964             },
5965             "conflict": {
5966                 "doctrine/dbal": "<3.6",
5967                 "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
5968             },
5969             "require-dev": {
5970                 "doctrine/dbal": "^3.6|^4",
5971                 "predis/predis": "^1.1|^2.0",
5972                 "symfony/cache": "^6.4.12|^7.1.5",
5973                 "symfony/clock": "^6.4|^7.0",
5974                 "symfony/dependency-injection": "^6.4|^7.0",
5975                 "symfony/expression-language": "^6.4|^7.0",
5976                 "symfony/http-kernel": "^6.4|^7.0",
5977                 "symfony/mime": "^6.4|^7.0",
5978                 "symfony/rate-limiter": "^6.4|^7.0"
5979             },
5980             "type": "library",
5981             "autoload": {
5982                 "psr-4": {
5983                     "Symfony\\Component\\HttpFoundation\\": ""
5984                 },
5985                 "exclude-from-classmap": [
5986                     "/Tests/"
5987                 ]
5988             },
5989             "notification-url": "https://packagist.org/downloads/",
5990             "license": [
5991                 "MIT"
5992             ],
5993             "authors": [
5994                 {
5995                     "name": "Fabien Potencier",
5996                     "email": "fabien@symfony.com"
5997                 },
5998                 {
5999                     "name": "Symfony Community",
6000                     "homepage": "https://symfony.com/contributors"
6001                 }
6002             ],
6003             "description": "Defines an object-oriented layer for the HTTP specification",
6004             "homepage": "https://symfony.com",
6005             "support": {
6006                 "source": "https://github.com/symfony/http-foundation/tree/v7.3.3"
6007             },
6008             "funding": [
6009                 {
6010                     "url": "https://symfony.com/sponsor",
6011                     "type": "custom"
6012                 },
6013                 {
6014                     "url": "https://github.com/fabpot",
6015                     "type": "github"
6016                 },
6017                 {
6018                     "url": "https://github.com/nicolas-grekas",
6019                     "type": "github"
6020                 },
6021                 {
6022                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6023                     "type": "tidelift"
6024                 }
6025             ],
6026             "time": "2025-08-20T08:04:18+00:00"
6027         },
6028         {
6029             "name": "symfony/http-kernel",
6030             "version": "v7.3.3",
6031             "source": {
6032                 "type": "git",
6033                 "url": "https://github.com/symfony/http-kernel.git",
6034                 "reference": "72c304de37e1a1cec6d5d12b81187ebd4850a17b"
6035             },
6036             "dist": {
6037                 "type": "zip",
6038                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/72c304de37e1a1cec6d5d12b81187ebd4850a17b",
6039                 "reference": "72c304de37e1a1cec6d5d12b81187ebd4850a17b",
6040                 "shasum": ""
6041             },
6042             "require": {
6043                 "php": ">=8.2",
6044                 "psr/log": "^1|^2|^3",
6045                 "symfony/deprecation-contracts": "^2.5|^3",
6046                 "symfony/error-handler": "^6.4|^7.0",
6047                 "symfony/event-dispatcher": "^7.3",
6048                 "symfony/http-foundation": "^7.3",
6049                 "symfony/polyfill-ctype": "^1.8"
6050             },
6051             "conflict": {
6052                 "symfony/browser-kit": "<6.4",
6053                 "symfony/cache": "<6.4",
6054                 "symfony/config": "<6.4",
6055                 "symfony/console": "<6.4",
6056                 "symfony/dependency-injection": "<6.4",
6057                 "symfony/doctrine-bridge": "<6.4",
6058                 "symfony/form": "<6.4",
6059                 "symfony/http-client": "<6.4",
6060                 "symfony/http-client-contracts": "<2.5",
6061                 "symfony/mailer": "<6.4",
6062                 "symfony/messenger": "<6.4",
6063                 "symfony/translation": "<6.4",
6064                 "symfony/translation-contracts": "<2.5",
6065                 "symfony/twig-bridge": "<6.4",
6066                 "symfony/validator": "<6.4",
6067                 "symfony/var-dumper": "<6.4",
6068                 "twig/twig": "<3.12"
6069             },
6070             "provide": {
6071                 "psr/log-implementation": "1.0|2.0|3.0"
6072             },
6073             "require-dev": {
6074                 "psr/cache": "^1.0|^2.0|^3.0",
6075                 "symfony/browser-kit": "^6.4|^7.0",
6076                 "symfony/clock": "^6.4|^7.0",
6077                 "symfony/config": "^6.4|^7.0",
6078                 "symfony/console": "^6.4|^7.0",
6079                 "symfony/css-selector": "^6.4|^7.0",
6080                 "symfony/dependency-injection": "^6.4|^7.0",
6081                 "symfony/dom-crawler": "^6.4|^7.0",
6082                 "symfony/expression-language": "^6.4|^7.0",
6083                 "symfony/finder": "^6.4|^7.0",
6084                 "symfony/http-client-contracts": "^2.5|^3",
6085                 "symfony/process": "^6.4|^7.0",
6086                 "symfony/property-access": "^7.1",
6087                 "symfony/routing": "^6.4|^7.0",
6088                 "symfony/serializer": "^7.1",
6089                 "symfony/stopwatch": "^6.4|^7.0",
6090                 "symfony/translation": "^6.4|^7.0",
6091                 "symfony/translation-contracts": "^2.5|^3",
6092                 "symfony/uid": "^6.4|^7.0",
6093                 "symfony/validator": "^6.4|^7.0",
6094                 "symfony/var-dumper": "^6.4|^7.0",
6095                 "symfony/var-exporter": "^6.4|^7.0",
6096                 "twig/twig": "^3.12"
6097             },
6098             "type": "library",
6099             "autoload": {
6100                 "psr-4": {
6101                     "Symfony\\Component\\HttpKernel\\": ""
6102                 },
6103                 "exclude-from-classmap": [
6104                     "/Tests/"
6105                 ]
6106             },
6107             "notification-url": "https://packagist.org/downloads/",
6108             "license": [
6109                 "MIT"
6110             ],
6111             "authors": [
6112                 {
6113                     "name": "Fabien Potencier",
6114                     "email": "fabien@symfony.com"
6115                 },
6116                 {
6117                     "name": "Symfony Community",
6118                     "homepage": "https://symfony.com/contributors"
6119                 }
6120             ],
6121             "description": "Provides a structured process for converting a Request into a Response",
6122             "homepage": "https://symfony.com",
6123             "support": {
6124                 "source": "https://github.com/symfony/http-kernel/tree/v7.3.3"
6125             },
6126             "funding": [
6127                 {
6128                     "url": "https://symfony.com/sponsor",
6129                     "type": "custom"
6130                 },
6131                 {
6132                     "url": "https://github.com/fabpot",
6133                     "type": "github"
6134                 },
6135                 {
6136                     "url": "https://github.com/nicolas-grekas",
6137                     "type": "github"
6138                 },
6139                 {
6140                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6141                     "type": "tidelift"
6142                 }
6143             ],
6144             "time": "2025-08-29T08:23:45+00:00"
6145         },
6146         {
6147             "name": "symfony/mailer",
6148             "version": "v7.3.3",
6149             "source": {
6150                 "type": "git",
6151                 "url": "https://github.com/symfony/mailer.git",
6152                 "reference": "a32f3f45f1990db8c4341d5122a7d3a381c7e575"
6153             },
6154             "dist": {
6155                 "type": "zip",
6156                 "url": "https://api.github.com/repos/symfony/mailer/zipball/a32f3f45f1990db8c4341d5122a7d3a381c7e575",
6157                 "reference": "a32f3f45f1990db8c4341d5122a7d3a381c7e575",
6158                 "shasum": ""
6159             },
6160             "require": {
6161                 "egulias/email-validator": "^2.1.10|^3|^4",
6162                 "php": ">=8.2",
6163                 "psr/event-dispatcher": "^1",
6164                 "psr/log": "^1|^2|^3",
6165                 "symfony/event-dispatcher": "^6.4|^7.0",
6166                 "symfony/mime": "^7.2",
6167                 "symfony/service-contracts": "^2.5|^3"
6168             },
6169             "conflict": {
6170                 "symfony/http-client-contracts": "<2.5",
6171                 "symfony/http-kernel": "<6.4",
6172                 "symfony/messenger": "<6.4",
6173                 "symfony/mime": "<6.4",
6174                 "symfony/twig-bridge": "<6.4"
6175             },
6176             "require-dev": {
6177                 "symfony/console": "^6.4|^7.0",
6178                 "symfony/http-client": "^6.4|^7.0",
6179                 "symfony/messenger": "^6.4|^7.0",
6180                 "symfony/twig-bridge": "^6.4|^7.0"
6181             },
6182             "type": "library",
6183             "autoload": {
6184                 "psr-4": {
6185                     "Symfony\\Component\\Mailer\\": ""
6186                 },
6187                 "exclude-from-classmap": [
6188                     "/Tests/"
6189                 ]
6190             },
6191             "notification-url": "https://packagist.org/downloads/",
6192             "license": [
6193                 "MIT"
6194             ],
6195             "authors": [
6196                 {
6197                     "name": "Fabien Potencier",
6198                     "email": "fabien@symfony.com"
6199                 },
6200                 {
6201                     "name": "Symfony Community",
6202                     "homepage": "https://symfony.com/contributors"
6203                 }
6204             ],
6205             "description": "Helps sending emails",
6206             "homepage": "https://symfony.com",
6207             "support": {
6208                 "source": "https://github.com/symfony/mailer/tree/v7.3.3"
6209             },
6210             "funding": [
6211                 {
6212                     "url": "https://symfony.com/sponsor",
6213                     "type": "custom"
6214                 },
6215                 {
6216                     "url": "https://github.com/fabpot",
6217                     "type": "github"
6218                 },
6219                 {
6220                     "url": "https://github.com/nicolas-grekas",
6221                     "type": "github"
6222                 },
6223                 {
6224                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6225                     "type": "tidelift"
6226                 }
6227             ],
6228             "time": "2025-08-13T11:49:31+00:00"
6229         },
6230         {
6231             "name": "symfony/mime",
6232             "version": "v7.3.2",
6233             "source": {
6234                 "type": "git",
6235                 "url": "https://github.com/symfony/mime.git",
6236                 "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1"
6237             },
6238             "dist": {
6239                 "type": "zip",
6240                 "url": "https://api.github.com/repos/symfony/mime/zipball/e0a0f859148daf1edf6c60b398eb40bfc96697d1",
6241                 "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1",
6242                 "shasum": ""
6243             },
6244             "require": {
6245                 "php": ">=8.2",
6246                 "symfony/polyfill-intl-idn": "^1.10",
6247                 "symfony/polyfill-mbstring": "^1.0"
6248             },
6249             "conflict": {
6250                 "egulias/email-validator": "~3.0.0",
6251                 "phpdocumentor/reflection-docblock": "<3.2.2",
6252                 "phpdocumentor/type-resolver": "<1.4.0",
6253                 "symfony/mailer": "<6.4",
6254                 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
6255             },
6256             "require-dev": {
6257                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6258                 "league/html-to-markdown": "^5.0",
6259                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6260                 "symfony/dependency-injection": "^6.4|^7.0",
6261                 "symfony/process": "^6.4|^7.0",
6262                 "symfony/property-access": "^6.4|^7.0",
6263                 "symfony/property-info": "^6.4|^7.0",
6264                 "symfony/serializer": "^6.4.3|^7.0.3"
6265             },
6266             "type": "library",
6267             "autoload": {
6268                 "psr-4": {
6269                     "Symfony\\Component\\Mime\\": ""
6270                 },
6271                 "exclude-from-classmap": [
6272                     "/Tests/"
6273                 ]
6274             },
6275             "notification-url": "https://packagist.org/downloads/",
6276             "license": [
6277                 "MIT"
6278             ],
6279             "authors": [
6280                 {
6281                     "name": "Fabien Potencier",
6282                     "email": "fabien@symfony.com"
6283                 },
6284                 {
6285                     "name": "Symfony Community",
6286                     "homepage": "https://symfony.com/contributors"
6287                 }
6288             ],
6289             "description": "Allows manipulating MIME messages",
6290             "homepage": "https://symfony.com",
6291             "keywords": [
6292                 "mime",
6293                 "mime-type"
6294             ],
6295             "support": {
6296                 "source": "https://github.com/symfony/mime/tree/v7.3.2"
6297             },
6298             "funding": [
6299                 {
6300                     "url": "https://symfony.com/sponsor",
6301                     "type": "custom"
6302                 },
6303                 {
6304                     "url": "https://github.com/fabpot",
6305                     "type": "github"
6306                 },
6307                 {
6308                     "url": "https://github.com/nicolas-grekas",
6309                     "type": "github"
6310                 },
6311                 {
6312                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6313                     "type": "tidelift"
6314                 }
6315             ],
6316             "time": "2025-07-15T13:41:35+00:00"
6317         },
6318         {
6319             "name": "symfony/polyfill-ctype",
6320             "version": "v1.33.0",
6321             "source": {
6322                 "type": "git",
6323                 "url": "https://github.com/symfony/polyfill-ctype.git",
6324                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
6325             },
6326             "dist": {
6327                 "type": "zip",
6328                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
6329                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
6330                 "shasum": ""
6331             },
6332             "require": {
6333                 "php": ">=7.2"
6334             },
6335             "provide": {
6336                 "ext-ctype": "*"
6337             },
6338             "suggest": {
6339                 "ext-ctype": "For best performance"
6340             },
6341             "type": "library",
6342             "extra": {
6343                 "thanks": {
6344                     "url": "https://github.com/symfony/polyfill",
6345                     "name": "symfony/polyfill"
6346                 }
6347             },
6348             "autoload": {
6349                 "files": [
6350                     "bootstrap.php"
6351                 ],
6352                 "psr-4": {
6353                     "Symfony\\Polyfill\\Ctype\\": ""
6354                 }
6355             },
6356             "notification-url": "https://packagist.org/downloads/",
6357             "license": [
6358                 "MIT"
6359             ],
6360             "authors": [
6361                 {
6362                     "name": "Gert de Pagter",
6363                     "email": "BackEndTea@gmail.com"
6364                 },
6365                 {
6366                     "name": "Symfony Community",
6367                     "homepage": "https://symfony.com/contributors"
6368                 }
6369             ],
6370             "description": "Symfony polyfill for ctype functions",
6371             "homepage": "https://symfony.com",
6372             "keywords": [
6373                 "compatibility",
6374                 "ctype",
6375                 "polyfill",
6376                 "portable"
6377             ],
6378             "support": {
6379                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
6380             },
6381             "funding": [
6382                 {
6383                     "url": "https://symfony.com/sponsor",
6384                     "type": "custom"
6385                 },
6386                 {
6387                     "url": "https://github.com/fabpot",
6388                     "type": "github"
6389                 },
6390                 {
6391                     "url": "https://github.com/nicolas-grekas",
6392                     "type": "github"
6393                 },
6394                 {
6395                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6396                     "type": "tidelift"
6397                 }
6398             ],
6399             "time": "2024-09-09T11:45:10+00:00"
6400         },
6401         {
6402             "name": "symfony/polyfill-intl-grapheme",
6403             "version": "v1.33.0",
6404             "source": {
6405                 "type": "git",
6406                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6407                 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
6408             },
6409             "dist": {
6410                 "type": "zip",
6411                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
6412                 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
6413                 "shasum": ""
6414             },
6415             "require": {
6416                 "php": ">=7.2"
6417             },
6418             "suggest": {
6419                 "ext-intl": "For best performance"
6420             },
6421             "type": "library",
6422             "extra": {
6423                 "thanks": {
6424                     "url": "https://github.com/symfony/polyfill",
6425                     "name": "symfony/polyfill"
6426                 }
6427             },
6428             "autoload": {
6429                 "files": [
6430                     "bootstrap.php"
6431                 ],
6432                 "psr-4": {
6433                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6434                 }
6435             },
6436             "notification-url": "https://packagist.org/downloads/",
6437             "license": [
6438                 "MIT"
6439             ],
6440             "authors": [
6441                 {
6442                     "name": "Nicolas Grekas",
6443                     "email": "p@tchwork.com"
6444                 },
6445                 {
6446                     "name": "Symfony Community",
6447                     "homepage": "https://symfony.com/contributors"
6448                 }
6449             ],
6450             "description": "Symfony polyfill for intl's grapheme_* functions",
6451             "homepage": "https://symfony.com",
6452             "keywords": [
6453                 "compatibility",
6454                 "grapheme",
6455                 "intl",
6456                 "polyfill",
6457                 "portable",
6458                 "shim"
6459             ],
6460             "support": {
6461                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
6462             },
6463             "funding": [
6464                 {
6465                     "url": "https://symfony.com/sponsor",
6466                     "type": "custom"
6467                 },
6468                 {
6469                     "url": "https://github.com/fabpot",
6470                     "type": "github"
6471                 },
6472                 {
6473                     "url": "https://github.com/nicolas-grekas",
6474                     "type": "github"
6475                 },
6476                 {
6477                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6478                     "type": "tidelift"
6479                 }
6480             ],
6481             "time": "2025-06-27T09:58:17+00:00"
6482         },
6483         {
6484             "name": "symfony/polyfill-intl-idn",
6485             "version": "v1.33.0",
6486             "source": {
6487                 "type": "git",
6488                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6489                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
6490             },
6491             "dist": {
6492                 "type": "zip",
6493                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
6494                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
6495                 "shasum": ""
6496             },
6497             "require": {
6498                 "php": ">=7.2",
6499                 "symfony/polyfill-intl-normalizer": "^1.10"
6500             },
6501             "suggest": {
6502                 "ext-intl": "For best performance"
6503             },
6504             "type": "library",
6505             "extra": {
6506                 "thanks": {
6507                     "url": "https://github.com/symfony/polyfill",
6508                     "name": "symfony/polyfill"
6509                 }
6510             },
6511             "autoload": {
6512                 "files": [
6513                     "bootstrap.php"
6514                 ],
6515                 "psr-4": {
6516                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6517                 }
6518             },
6519             "notification-url": "https://packagist.org/downloads/",
6520             "license": [
6521                 "MIT"
6522             ],
6523             "authors": [
6524                 {
6525                     "name": "Laurent Bassin",
6526                     "email": "laurent@bassin.info"
6527                 },
6528                 {
6529                     "name": "Trevor Rowbotham",
6530                     "email": "trevor.rowbotham@pm.me"
6531                 },
6532                 {
6533                     "name": "Symfony Community",
6534                     "homepage": "https://symfony.com/contributors"
6535                 }
6536             ],
6537             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6538             "homepage": "https://symfony.com",
6539             "keywords": [
6540                 "compatibility",
6541                 "idn",
6542                 "intl",
6543                 "polyfill",
6544                 "portable",
6545                 "shim"
6546             ],
6547             "support": {
6548                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
6549             },
6550             "funding": [
6551                 {
6552                     "url": "https://symfony.com/sponsor",
6553                     "type": "custom"
6554                 },
6555                 {
6556                     "url": "https://github.com/fabpot",
6557                     "type": "github"
6558                 },
6559                 {
6560                     "url": "https://github.com/nicolas-grekas",
6561                     "type": "github"
6562                 },
6563                 {
6564                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6565                     "type": "tidelift"
6566                 }
6567             ],
6568             "time": "2024-09-10T14:38:51+00:00"
6569         },
6570         {
6571             "name": "symfony/polyfill-intl-normalizer",
6572             "version": "v1.33.0",
6573             "source": {
6574                 "type": "git",
6575                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6576                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
6577             },
6578             "dist": {
6579                 "type": "zip",
6580                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
6581                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
6582                 "shasum": ""
6583             },
6584             "require": {
6585                 "php": ">=7.2"
6586             },
6587             "suggest": {
6588                 "ext-intl": "For best performance"
6589             },
6590             "type": "library",
6591             "extra": {
6592                 "thanks": {
6593                     "url": "https://github.com/symfony/polyfill",
6594                     "name": "symfony/polyfill"
6595                 }
6596             },
6597             "autoload": {
6598                 "files": [
6599                     "bootstrap.php"
6600                 ],
6601                 "psr-4": {
6602                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6603                 },
6604                 "classmap": [
6605                     "Resources/stubs"
6606                 ]
6607             },
6608             "notification-url": "https://packagist.org/downloads/",
6609             "license": [
6610                 "MIT"
6611             ],
6612             "authors": [
6613                 {
6614                     "name": "Nicolas Grekas",
6615                     "email": "p@tchwork.com"
6616                 },
6617                 {
6618                     "name": "Symfony Community",
6619                     "homepage": "https://symfony.com/contributors"
6620                 }
6621             ],
6622             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6623             "homepage": "https://symfony.com",
6624             "keywords": [
6625                 "compatibility",
6626                 "intl",
6627                 "normalizer",
6628                 "polyfill",
6629                 "portable",
6630                 "shim"
6631             ],
6632             "support": {
6633                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
6634             },
6635             "funding": [
6636                 {
6637                     "url": "https://symfony.com/sponsor",
6638                     "type": "custom"
6639                 },
6640                 {
6641                     "url": "https://github.com/fabpot",
6642                     "type": "github"
6643                 },
6644                 {
6645                     "url": "https://github.com/nicolas-grekas",
6646                     "type": "github"
6647                 },
6648                 {
6649                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6650                     "type": "tidelift"
6651                 }
6652             ],
6653             "time": "2024-09-09T11:45:10+00:00"
6654         },
6655         {
6656             "name": "symfony/polyfill-mbstring",
6657             "version": "v1.33.0",
6658             "source": {
6659                 "type": "git",
6660                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6661                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
6662             },
6663             "dist": {
6664                 "type": "zip",
6665                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
6666                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
6667                 "shasum": ""
6668             },
6669             "require": {
6670                 "ext-iconv": "*",
6671                 "php": ">=7.2"
6672             },
6673             "provide": {
6674                 "ext-mbstring": "*"
6675             },
6676             "suggest": {
6677                 "ext-mbstring": "For best performance"
6678             },
6679             "type": "library",
6680             "extra": {
6681                 "thanks": {
6682                     "url": "https://github.com/symfony/polyfill",
6683                     "name": "symfony/polyfill"
6684                 }
6685             },
6686             "autoload": {
6687                 "files": [
6688                     "bootstrap.php"
6689                 ],
6690                 "psr-4": {
6691                     "Symfony\\Polyfill\\Mbstring\\": ""
6692                 }
6693             },
6694             "notification-url": "https://packagist.org/downloads/",
6695             "license": [
6696                 "MIT"
6697             ],
6698             "authors": [
6699                 {
6700                     "name": "Nicolas Grekas",
6701                     "email": "p@tchwork.com"
6702                 },
6703                 {
6704                     "name": "Symfony Community",
6705                     "homepage": "https://symfony.com/contributors"
6706                 }
6707             ],
6708             "description": "Symfony polyfill for the Mbstring extension",
6709             "homepage": "https://symfony.com",
6710             "keywords": [
6711                 "compatibility",
6712                 "mbstring",
6713                 "polyfill",
6714                 "portable",
6715                 "shim"
6716             ],
6717             "support": {
6718                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
6719             },
6720             "funding": [
6721                 {
6722                     "url": "https://symfony.com/sponsor",
6723                     "type": "custom"
6724                 },
6725                 {
6726                     "url": "https://github.com/fabpot",
6727                     "type": "github"
6728                 },
6729                 {
6730                     "url": "https://github.com/nicolas-grekas",
6731                     "type": "github"
6732                 },
6733                 {
6734                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6735                     "type": "tidelift"
6736                 }
6737             ],
6738             "time": "2024-12-23T08:48:59+00:00"
6739         },
6740         {
6741             "name": "symfony/polyfill-php80",
6742             "version": "v1.33.0",
6743             "source": {
6744                 "type": "git",
6745                 "url": "https://github.com/symfony/polyfill-php80.git",
6746                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
6747             },
6748             "dist": {
6749                 "type": "zip",
6750                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
6751                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
6752                 "shasum": ""
6753             },
6754             "require": {
6755                 "php": ">=7.2"
6756             },
6757             "type": "library",
6758             "extra": {
6759                 "thanks": {
6760                     "url": "https://github.com/symfony/polyfill",
6761                     "name": "symfony/polyfill"
6762                 }
6763             },
6764             "autoload": {
6765                 "files": [
6766                     "bootstrap.php"
6767                 ],
6768                 "psr-4": {
6769                     "Symfony\\Polyfill\\Php80\\": ""
6770                 },
6771                 "classmap": [
6772                     "Resources/stubs"
6773                 ]
6774             },
6775             "notification-url": "https://packagist.org/downloads/",
6776             "license": [
6777                 "MIT"
6778             ],
6779             "authors": [
6780                 {
6781                     "name": "Ion Bazan",
6782                     "email": "ion.bazan@gmail.com"
6783                 },
6784                 {
6785                     "name": "Nicolas Grekas",
6786                     "email": "p@tchwork.com"
6787                 },
6788                 {
6789                     "name": "Symfony Community",
6790                     "homepage": "https://symfony.com/contributors"
6791                 }
6792             ],
6793             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6794             "homepage": "https://symfony.com",
6795             "keywords": [
6796                 "compatibility",
6797                 "polyfill",
6798                 "portable",
6799                 "shim"
6800             ],
6801             "support": {
6802                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
6803             },
6804             "funding": [
6805                 {
6806                     "url": "https://symfony.com/sponsor",
6807                     "type": "custom"
6808                 },
6809                 {
6810                     "url": "https://github.com/fabpot",
6811                     "type": "github"
6812                 },
6813                 {
6814                     "url": "https://github.com/nicolas-grekas",
6815                     "type": "github"
6816                 },
6817                 {
6818                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6819                     "type": "tidelift"
6820                 }
6821             ],
6822             "time": "2025-01-02T08:10:11+00:00"
6823         },
6824         {
6825             "name": "symfony/polyfill-php83",
6826             "version": "v1.33.0",
6827             "source": {
6828                 "type": "git",
6829                 "url": "https://github.com/symfony/polyfill-php83.git",
6830                 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
6831             },
6832             "dist": {
6833                 "type": "zip",
6834                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
6835                 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
6836                 "shasum": ""
6837             },
6838             "require": {
6839                 "php": ">=7.2"
6840             },
6841             "type": "library",
6842             "extra": {
6843                 "thanks": {
6844                     "url": "https://github.com/symfony/polyfill",
6845                     "name": "symfony/polyfill"
6846                 }
6847             },
6848             "autoload": {
6849                 "files": [
6850                     "bootstrap.php"
6851                 ],
6852                 "psr-4": {
6853                     "Symfony\\Polyfill\\Php83\\": ""
6854                 },
6855                 "classmap": [
6856                     "Resources/stubs"
6857                 ]
6858             },
6859             "notification-url": "https://packagist.org/downloads/",
6860             "license": [
6861                 "MIT"
6862             ],
6863             "authors": [
6864                 {
6865                     "name": "Nicolas Grekas",
6866                     "email": "p@tchwork.com"
6867                 },
6868                 {
6869                     "name": "Symfony Community",
6870                     "homepage": "https://symfony.com/contributors"
6871                 }
6872             ],
6873             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
6874             "homepage": "https://symfony.com",
6875             "keywords": [
6876                 "compatibility",
6877                 "polyfill",
6878                 "portable",
6879                 "shim"
6880             ],
6881             "support": {
6882                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
6883             },
6884             "funding": [
6885                 {
6886                     "url": "https://symfony.com/sponsor",
6887                     "type": "custom"
6888                 },
6889                 {
6890                     "url": "https://github.com/fabpot",
6891                     "type": "github"
6892                 },
6893                 {
6894                     "url": "https://github.com/nicolas-grekas",
6895                     "type": "github"
6896                 },
6897                 {
6898                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6899                     "type": "tidelift"
6900                 }
6901             ],
6902             "time": "2025-07-08T02:45:35+00:00"
6903         },
6904         {
6905             "name": "symfony/polyfill-php84",
6906             "version": "v1.33.0",
6907             "source": {
6908                 "type": "git",
6909                 "url": "https://github.com/symfony/polyfill-php84.git",
6910                 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
6911             },
6912             "dist": {
6913                 "type": "zip",
6914                 "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
6915                 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
6916                 "shasum": ""
6917             },
6918             "require": {
6919                 "php": ">=7.2"
6920             },
6921             "type": "library",
6922             "extra": {
6923                 "thanks": {
6924                     "url": "https://github.com/symfony/polyfill",
6925                     "name": "symfony/polyfill"
6926                 }
6927             },
6928             "autoload": {
6929                 "files": [
6930                     "bootstrap.php"
6931                 ],
6932                 "psr-4": {
6933                     "Symfony\\Polyfill\\Php84\\": ""
6934                 },
6935                 "classmap": [
6936                     "Resources/stubs"
6937                 ]
6938             },
6939             "notification-url": "https://packagist.org/downloads/",
6940             "license": [
6941                 "MIT"
6942             ],
6943             "authors": [
6944                 {
6945                     "name": "Nicolas Grekas",
6946                     "email": "p@tchwork.com"
6947                 },
6948                 {
6949                     "name": "Symfony Community",
6950                     "homepage": "https://symfony.com/contributors"
6951                 }
6952             ],
6953             "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
6954             "homepage": "https://symfony.com",
6955             "keywords": [
6956                 "compatibility",
6957                 "polyfill",
6958                 "portable",
6959                 "shim"
6960             ],
6961             "support": {
6962                 "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0"
6963             },
6964             "funding": [
6965                 {
6966                     "url": "https://symfony.com/sponsor",
6967                     "type": "custom"
6968                 },
6969                 {
6970                     "url": "https://github.com/fabpot",
6971                     "type": "github"
6972                 },
6973                 {
6974                     "url": "https://github.com/nicolas-grekas",
6975                     "type": "github"
6976                 },
6977                 {
6978                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6979                     "type": "tidelift"
6980                 }
6981             ],
6982             "time": "2025-06-24T13:30:11+00:00"
6983         },
6984         {
6985             "name": "symfony/polyfill-php85",
6986             "version": "v1.33.0",
6987             "source": {
6988                 "type": "git",
6989                 "url": "https://github.com/symfony/polyfill-php85.git",
6990                 "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91"
6991             },
6992             "dist": {
6993                 "type": "zip",
6994                 "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
6995                 "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
6996                 "shasum": ""
6997             },
6998             "require": {
6999                 "php": ">=7.2"
7000             },
7001             "type": "library",
7002             "extra": {
7003                 "thanks": {
7004                     "url": "https://github.com/symfony/polyfill",
7005                     "name": "symfony/polyfill"
7006                 }
7007             },
7008             "autoload": {
7009                 "files": [
7010                     "bootstrap.php"
7011                 ],
7012                 "psr-4": {
7013                     "Symfony\\Polyfill\\Php85\\": ""
7014                 },
7015                 "classmap": [
7016                     "Resources/stubs"
7017                 ]
7018             },
7019             "notification-url": "https://packagist.org/downloads/",
7020             "license": [
7021                 "MIT"
7022             ],
7023             "authors": [
7024                 {
7025                     "name": "Nicolas Grekas",
7026                     "email": "p@tchwork.com"
7027                 },
7028                 {
7029                     "name": "Symfony Community",
7030                     "homepage": "https://symfony.com/contributors"
7031                 }
7032             ],
7033             "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions",
7034             "homepage": "https://symfony.com",
7035             "keywords": [
7036                 "compatibility",
7037                 "polyfill",
7038                 "portable",
7039                 "shim"
7040             ],
7041             "support": {
7042                 "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.0"
7043             },
7044             "funding": [
7045                 {
7046                     "url": "https://symfony.com/sponsor",
7047                     "type": "custom"
7048                 },
7049                 {
7050                     "url": "https://github.com/fabpot",
7051                     "type": "github"
7052                 },
7053                 {
7054                     "url": "https://github.com/nicolas-grekas",
7055                     "type": "github"
7056                 },
7057                 {
7058                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7059                     "type": "tidelift"
7060                 }
7061             ],
7062             "time": "2025-06-23T16:12:55+00:00"
7063         },
7064         {
7065             "name": "symfony/polyfill-uuid",
7066             "version": "v1.33.0",
7067             "source": {
7068                 "type": "git",
7069                 "url": "https://github.com/symfony/polyfill-uuid.git",
7070                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
7071             },
7072             "dist": {
7073                 "type": "zip",
7074                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
7075                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
7076                 "shasum": ""
7077             },
7078             "require": {
7079                 "php": ">=7.2"
7080             },
7081             "provide": {
7082                 "ext-uuid": "*"
7083             },
7084             "suggest": {
7085                 "ext-uuid": "For best performance"
7086             },
7087             "type": "library",
7088             "extra": {
7089                 "thanks": {
7090                     "url": "https://github.com/symfony/polyfill",
7091                     "name": "symfony/polyfill"
7092                 }
7093             },
7094             "autoload": {
7095                 "files": [
7096                     "bootstrap.php"
7097                 ],
7098                 "psr-4": {
7099                     "Symfony\\Polyfill\\Uuid\\": ""
7100                 }
7101             },
7102             "notification-url": "https://packagist.org/downloads/",
7103             "license": [
7104                 "MIT"
7105             ],
7106             "authors": [
7107                 {
7108                     "name": "Grégoire Pineau",
7109                     "email": "lyrixx@lyrixx.info"
7110                 },
7111                 {
7112                     "name": "Symfony Community",
7113                     "homepage": "https://symfony.com/contributors"
7114                 }
7115             ],
7116             "description": "Symfony polyfill for uuid functions",
7117             "homepage": "https://symfony.com",
7118             "keywords": [
7119                 "compatibility",
7120                 "polyfill",
7121                 "portable",
7122                 "uuid"
7123             ],
7124             "support": {
7125                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0"
7126             },
7127             "funding": [
7128                 {
7129                     "url": "https://symfony.com/sponsor",
7130                     "type": "custom"
7131                 },
7132                 {
7133                     "url": "https://github.com/fabpot",
7134                     "type": "github"
7135                 },
7136                 {
7137                     "url": "https://github.com/nicolas-grekas",
7138                     "type": "github"
7139                 },
7140                 {
7141                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7142                     "type": "tidelift"
7143                 }
7144             ],
7145             "time": "2024-09-09T11:45:10+00:00"
7146         },
7147         {
7148             "name": "symfony/process",
7149             "version": "v7.3.3",
7150             "source": {
7151                 "type": "git",
7152                 "url": "https://github.com/symfony/process.git",
7153                 "reference": "32241012d521e2e8a9d713adb0812bb773b907f1"
7154             },
7155             "dist": {
7156                 "type": "zip",
7157                 "url": "https://api.github.com/repos/symfony/process/zipball/32241012d521e2e8a9d713adb0812bb773b907f1",
7158                 "reference": "32241012d521e2e8a9d713adb0812bb773b907f1",
7159                 "shasum": ""
7160             },
7161             "require": {
7162                 "php": ">=8.2"
7163             },
7164             "type": "library",
7165             "autoload": {
7166                 "psr-4": {
7167                     "Symfony\\Component\\Process\\": ""
7168                 },
7169                 "exclude-from-classmap": [
7170                     "/Tests/"
7171                 ]
7172             },
7173             "notification-url": "https://packagist.org/downloads/",
7174             "license": [
7175                 "MIT"
7176             ],
7177             "authors": [
7178                 {
7179                     "name": "Fabien Potencier",
7180                     "email": "fabien@symfony.com"
7181                 },
7182                 {
7183                     "name": "Symfony Community",
7184                     "homepage": "https://symfony.com/contributors"
7185                 }
7186             ],
7187             "description": "Executes commands in sub-processes",
7188             "homepage": "https://symfony.com",
7189             "support": {
7190                 "source": "https://github.com/symfony/process/tree/v7.3.3"
7191             },
7192             "funding": [
7193                 {
7194                     "url": "https://symfony.com/sponsor",
7195                     "type": "custom"
7196                 },
7197                 {
7198                     "url": "https://github.com/fabpot",
7199                     "type": "github"
7200                 },
7201                 {
7202                     "url": "https://github.com/nicolas-grekas",
7203                     "type": "github"
7204                 },
7205                 {
7206                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7207                     "type": "tidelift"
7208                 }
7209             ],
7210             "time": "2025-08-18T09:42:54+00:00"
7211         },
7212         {
7213             "name": "symfony/routing",
7214             "version": "v7.3.2",
7215             "source": {
7216                 "type": "git",
7217                 "url": "https://github.com/symfony/routing.git",
7218                 "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4"
7219             },
7220             "dist": {
7221                 "type": "zip",
7222                 "url": "https://api.github.com/repos/symfony/routing/zipball/7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
7223                 "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
7224                 "shasum": ""
7225             },
7226             "require": {
7227                 "php": ">=8.2",
7228                 "symfony/deprecation-contracts": "^2.5|^3"
7229             },
7230             "conflict": {
7231                 "symfony/config": "<6.4",
7232                 "symfony/dependency-injection": "<6.4",
7233                 "symfony/yaml": "<6.4"
7234             },
7235             "require-dev": {
7236                 "psr/log": "^1|^2|^3",
7237                 "symfony/config": "^6.4|^7.0",
7238                 "symfony/dependency-injection": "^6.4|^7.0",
7239                 "symfony/expression-language": "^6.4|^7.0",
7240                 "symfony/http-foundation": "^6.4|^7.0",
7241                 "symfony/yaml": "^6.4|^7.0"
7242             },
7243             "type": "library",
7244             "autoload": {
7245                 "psr-4": {
7246                     "Symfony\\Component\\Routing\\": ""
7247                 },
7248                 "exclude-from-classmap": [
7249                     "/Tests/"
7250                 ]
7251             },
7252             "notification-url": "https://packagist.org/downloads/",
7253             "license": [
7254                 "MIT"
7255             ],
7256             "authors": [
7257                 {
7258                     "name": "Fabien Potencier",
7259                     "email": "fabien@symfony.com"
7260                 },
7261                 {
7262                     "name": "Symfony Community",
7263                     "homepage": "https://symfony.com/contributors"
7264                 }
7265             ],
7266             "description": "Maps an HTTP request to a set of configuration variables",
7267             "homepage": "https://symfony.com",
7268             "keywords": [
7269                 "router",
7270                 "routing",
7271                 "uri",
7272                 "url"
7273             ],
7274             "support": {
7275                 "source": "https://github.com/symfony/routing/tree/v7.3.2"
7276             },
7277             "funding": [
7278                 {
7279                     "url": "https://symfony.com/sponsor",
7280                     "type": "custom"
7281                 },
7282                 {
7283                     "url": "https://github.com/fabpot",
7284                     "type": "github"
7285                 },
7286                 {
7287                     "url": "https://github.com/nicolas-grekas",
7288                     "type": "github"
7289                 },
7290                 {
7291                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7292                     "type": "tidelift"
7293                 }
7294             ],
7295             "time": "2025-07-15T11:36:08+00:00"
7296         },
7297         {
7298             "name": "symfony/service-contracts",
7299             "version": "v3.6.0",
7300             "source": {
7301                 "type": "git",
7302                 "url": "https://github.com/symfony/service-contracts.git",
7303                 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
7304             },
7305             "dist": {
7306                 "type": "zip",
7307                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
7308                 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
7309                 "shasum": ""
7310             },
7311             "require": {
7312                 "php": ">=8.1",
7313                 "psr/container": "^1.1|^2.0",
7314                 "symfony/deprecation-contracts": "^2.5|^3"
7315             },
7316             "conflict": {
7317                 "ext-psr": "<1.1|>=2"
7318             },
7319             "type": "library",
7320             "extra": {
7321                 "thanks": {
7322                     "url": "https://github.com/symfony/contracts",
7323                     "name": "symfony/contracts"
7324                 },
7325                 "branch-alias": {
7326                     "dev-main": "3.6-dev"
7327                 }
7328             },
7329             "autoload": {
7330                 "psr-4": {
7331                     "Symfony\\Contracts\\Service\\": ""
7332                 },
7333                 "exclude-from-classmap": [
7334                     "/Test/"
7335                 ]
7336             },
7337             "notification-url": "https://packagist.org/downloads/",
7338             "license": [
7339                 "MIT"
7340             ],
7341             "authors": [
7342                 {
7343                     "name": "Nicolas Grekas",
7344                     "email": "p@tchwork.com"
7345                 },
7346                 {
7347                     "name": "Symfony Community",
7348                     "homepage": "https://symfony.com/contributors"
7349                 }
7350             ],
7351             "description": "Generic abstractions related to writing services",
7352             "homepage": "https://symfony.com",
7353             "keywords": [
7354                 "abstractions",
7355                 "contracts",
7356                 "decoupling",
7357                 "interfaces",
7358                 "interoperability",
7359                 "standards"
7360             ],
7361             "support": {
7362                 "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
7363             },
7364             "funding": [
7365                 {
7366                     "url": "https://symfony.com/sponsor",
7367                     "type": "custom"
7368                 },
7369                 {
7370                     "url": "https://github.com/fabpot",
7371                     "type": "github"
7372                 },
7373                 {
7374                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7375                     "type": "tidelift"
7376                 }
7377             ],
7378             "time": "2025-04-25T09:37:31+00:00"
7379         },
7380         {
7381             "name": "symfony/string",
7382             "version": "v7.3.3",
7383             "source": {
7384                 "type": "git",
7385                 "url": "https://github.com/symfony/string.git",
7386                 "reference": "17a426cce5fd1f0901fefa9b2a490d0038fd3c9c"
7387             },
7388             "dist": {
7389                 "type": "zip",
7390                 "url": "https://api.github.com/repos/symfony/string/zipball/17a426cce5fd1f0901fefa9b2a490d0038fd3c9c",
7391                 "reference": "17a426cce5fd1f0901fefa9b2a490d0038fd3c9c",
7392                 "shasum": ""
7393             },
7394             "require": {
7395                 "php": ">=8.2",
7396                 "symfony/polyfill-ctype": "~1.8",
7397                 "symfony/polyfill-intl-grapheme": "~1.0",
7398                 "symfony/polyfill-intl-normalizer": "~1.0",
7399                 "symfony/polyfill-mbstring": "~1.0"
7400             },
7401             "conflict": {
7402                 "symfony/translation-contracts": "<2.5"
7403             },
7404             "require-dev": {
7405                 "symfony/emoji": "^7.1",
7406                 "symfony/error-handler": "^6.4|^7.0",
7407                 "symfony/http-client": "^6.4|^7.0",
7408                 "symfony/intl": "^6.4|^7.0",
7409                 "symfony/translation-contracts": "^2.5|^3.0",
7410                 "symfony/var-exporter": "^6.4|^7.0"
7411             },
7412             "type": "library",
7413             "autoload": {
7414                 "files": [
7415                     "Resources/functions.php"
7416                 ],
7417                 "psr-4": {
7418                     "Symfony\\Component\\String\\": ""
7419                 },
7420                 "exclude-from-classmap": [
7421                     "/Tests/"
7422                 ]
7423             },
7424             "notification-url": "https://packagist.org/downloads/",
7425             "license": [
7426                 "MIT"
7427             ],
7428             "authors": [
7429                 {
7430                     "name": "Nicolas Grekas",
7431                     "email": "p@tchwork.com"
7432                 },
7433                 {
7434                     "name": "Symfony Community",
7435                     "homepage": "https://symfony.com/contributors"
7436                 }
7437             ],
7438             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7439             "homepage": "https://symfony.com",
7440             "keywords": [
7441                 "grapheme",
7442                 "i18n",
7443                 "string",
7444                 "unicode",
7445                 "utf-8",
7446                 "utf8"
7447             ],
7448             "support": {
7449                 "source": "https://github.com/symfony/string/tree/v7.3.3"
7450             },
7451             "funding": [
7452                 {
7453                     "url": "https://symfony.com/sponsor",
7454                     "type": "custom"
7455                 },
7456                 {
7457                     "url": "https://github.com/fabpot",
7458                     "type": "github"
7459                 },
7460                 {
7461                     "url": "https://github.com/nicolas-grekas",
7462                     "type": "github"
7463                 },
7464                 {
7465                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7466                     "type": "tidelift"
7467                 }
7468             ],
7469             "time": "2025-08-25T06:35:40+00:00"
7470         },
7471         {
7472             "name": "symfony/translation",
7473             "version": "v7.3.3",
7474             "source": {
7475                 "type": "git",
7476                 "url": "https://github.com/symfony/translation.git",
7477                 "reference": "e0837b4cbcef63c754d89a4806575cada743a38d"
7478             },
7479             "dist": {
7480                 "type": "zip",
7481                 "url": "https://api.github.com/repos/symfony/translation/zipball/e0837b4cbcef63c754d89a4806575cada743a38d",
7482                 "reference": "e0837b4cbcef63c754d89a4806575cada743a38d",
7483                 "shasum": ""
7484             },
7485             "require": {
7486                 "php": ">=8.2",
7487                 "symfony/deprecation-contracts": "^2.5|^3",
7488                 "symfony/polyfill-mbstring": "~1.0",
7489                 "symfony/translation-contracts": "^2.5|^3.0"
7490             },
7491             "conflict": {
7492                 "nikic/php-parser": "<5.0",
7493                 "symfony/config": "<6.4",
7494                 "symfony/console": "<6.4",
7495                 "symfony/dependency-injection": "<6.4",
7496                 "symfony/http-client-contracts": "<2.5",
7497                 "symfony/http-kernel": "<6.4",
7498                 "symfony/service-contracts": "<2.5",
7499                 "symfony/twig-bundle": "<6.4",
7500                 "symfony/yaml": "<6.4"
7501             },
7502             "provide": {
7503                 "symfony/translation-implementation": "2.3|3.0"
7504             },
7505             "require-dev": {
7506                 "nikic/php-parser": "^5.0",
7507                 "psr/log": "^1|^2|^3",
7508                 "symfony/config": "^6.4|^7.0",
7509                 "symfony/console": "^6.4|^7.0",
7510                 "symfony/dependency-injection": "^6.4|^7.0",
7511                 "symfony/finder": "^6.4|^7.0",
7512                 "symfony/http-client-contracts": "^2.5|^3.0",
7513                 "symfony/http-kernel": "^6.4|^7.0",
7514                 "symfony/intl": "^6.4|^7.0",
7515                 "symfony/polyfill-intl-icu": "^1.21",
7516                 "symfony/routing": "^6.4|^7.0",
7517                 "symfony/service-contracts": "^2.5|^3",
7518                 "symfony/yaml": "^6.4|^7.0"
7519             },
7520             "type": "library",
7521             "autoload": {
7522                 "files": [
7523                     "Resources/functions.php"
7524                 ],
7525                 "psr-4": {
7526                     "Symfony\\Component\\Translation\\": ""
7527                 },
7528                 "exclude-from-classmap": [
7529                     "/Tests/"
7530                 ]
7531             },
7532             "notification-url": "https://packagist.org/downloads/",
7533             "license": [
7534                 "MIT"
7535             ],
7536             "authors": [
7537                 {
7538                     "name": "Fabien Potencier",
7539                     "email": "fabien@symfony.com"
7540                 },
7541                 {
7542                     "name": "Symfony Community",
7543                     "homepage": "https://symfony.com/contributors"
7544                 }
7545             ],
7546             "description": "Provides tools to internationalize your application",
7547             "homepage": "https://symfony.com",
7548             "support": {
7549                 "source": "https://github.com/symfony/translation/tree/v7.3.3"
7550             },
7551             "funding": [
7552                 {
7553                     "url": "https://symfony.com/sponsor",
7554                     "type": "custom"
7555                 },
7556                 {
7557                     "url": "https://github.com/fabpot",
7558                     "type": "github"
7559                 },
7560                 {
7561                     "url": "https://github.com/nicolas-grekas",
7562                     "type": "github"
7563                 },
7564                 {
7565                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7566                     "type": "tidelift"
7567                 }
7568             ],
7569             "time": "2025-08-01T21:02:37+00:00"
7570         },
7571         {
7572             "name": "symfony/translation-contracts",
7573             "version": "v3.6.0",
7574             "source": {
7575                 "type": "git",
7576                 "url": "https://github.com/symfony/translation-contracts.git",
7577                 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
7578             },
7579             "dist": {
7580                 "type": "zip",
7581                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
7582                 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
7583                 "shasum": ""
7584             },
7585             "require": {
7586                 "php": ">=8.1"
7587             },
7588             "type": "library",
7589             "extra": {
7590                 "thanks": {
7591                     "url": "https://github.com/symfony/contracts",
7592                     "name": "symfony/contracts"
7593                 },
7594                 "branch-alias": {
7595                     "dev-main": "3.6-dev"
7596                 }
7597             },
7598             "autoload": {
7599                 "psr-4": {
7600                     "Symfony\\Contracts\\Translation\\": ""
7601                 },
7602                 "exclude-from-classmap": [
7603                     "/Test/"
7604                 ]
7605             },
7606             "notification-url": "https://packagist.org/downloads/",
7607             "license": [
7608                 "MIT"
7609             ],
7610             "authors": [
7611                 {
7612                     "name": "Nicolas Grekas",
7613                     "email": "p@tchwork.com"
7614                 },
7615                 {
7616                     "name": "Symfony Community",
7617                     "homepage": "https://symfony.com/contributors"
7618                 }
7619             ],
7620             "description": "Generic abstractions related to translation",
7621             "homepage": "https://symfony.com",
7622             "keywords": [
7623                 "abstractions",
7624                 "contracts",
7625                 "decoupling",
7626                 "interfaces",
7627                 "interoperability",
7628                 "standards"
7629             ],
7630             "support": {
7631                 "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
7632             },
7633             "funding": [
7634                 {
7635                     "url": "https://symfony.com/sponsor",
7636                     "type": "custom"
7637                 },
7638                 {
7639                     "url": "https://github.com/fabpot",
7640                     "type": "github"
7641                 },
7642                 {
7643                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7644                     "type": "tidelift"
7645                 }
7646             ],
7647             "time": "2024-09-27T08:32:26+00:00"
7648         },
7649         {
7650             "name": "symfony/uid",
7651             "version": "v7.3.1",
7652             "source": {
7653                 "type": "git",
7654                 "url": "https://github.com/symfony/uid.git",
7655                 "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb"
7656             },
7657             "dist": {
7658                 "type": "zip",
7659                 "url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb",
7660                 "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb",
7661                 "shasum": ""
7662             },
7663             "require": {
7664                 "php": ">=8.2",
7665                 "symfony/polyfill-uuid": "^1.15"
7666             },
7667             "require-dev": {
7668                 "symfony/console": "^6.4|^7.0"
7669             },
7670             "type": "library",
7671             "autoload": {
7672                 "psr-4": {
7673                     "Symfony\\Component\\Uid\\": ""
7674                 },
7675                 "exclude-from-classmap": [
7676                     "/Tests/"
7677                 ]
7678             },
7679             "notification-url": "https://packagist.org/downloads/",
7680             "license": [
7681                 "MIT"
7682             ],
7683             "authors": [
7684                 {
7685                     "name": "Grégoire Pineau",
7686                     "email": "lyrixx@lyrixx.info"
7687                 },
7688                 {
7689                     "name": "Nicolas Grekas",
7690                     "email": "p@tchwork.com"
7691                 },
7692                 {
7693                     "name": "Symfony Community",
7694                     "homepage": "https://symfony.com/contributors"
7695                 }
7696             ],
7697             "description": "Provides an object-oriented API to generate and represent UIDs",
7698             "homepage": "https://symfony.com",
7699             "keywords": [
7700                 "UID",
7701                 "ulid",
7702                 "uuid"
7703             ],
7704             "support": {
7705                 "source": "https://github.com/symfony/uid/tree/v7.3.1"
7706             },
7707             "funding": [
7708                 {
7709                     "url": "https://symfony.com/sponsor",
7710                     "type": "custom"
7711                 },
7712                 {
7713                     "url": "https://github.com/fabpot",
7714                     "type": "github"
7715                 },
7716                 {
7717                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7718                     "type": "tidelift"
7719                 }
7720             ],
7721             "time": "2025-06-27T19:55:54+00:00"
7722         },
7723         {
7724             "name": "symfony/var-dumper",
7725             "version": "v7.3.3",
7726             "source": {
7727                 "type": "git",
7728                 "url": "https://github.com/symfony/var-dumper.git",
7729                 "reference": "34d8d4c4b9597347306d1ec8eb4e1319b1e6986f"
7730             },
7731             "dist": {
7732                 "type": "zip",
7733                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/34d8d4c4b9597347306d1ec8eb4e1319b1e6986f",
7734                 "reference": "34d8d4c4b9597347306d1ec8eb4e1319b1e6986f",
7735                 "shasum": ""
7736             },
7737             "require": {
7738                 "php": ">=8.2",
7739                 "symfony/deprecation-contracts": "^2.5|^3",
7740                 "symfony/polyfill-mbstring": "~1.0"
7741             },
7742             "conflict": {
7743                 "symfony/console": "<6.4"
7744             },
7745             "require-dev": {
7746                 "symfony/console": "^6.4|^7.0",
7747                 "symfony/http-kernel": "^6.4|^7.0",
7748                 "symfony/process": "^6.4|^7.0",
7749                 "symfony/uid": "^6.4|^7.0",
7750                 "twig/twig": "^3.12"
7751             },
7752             "bin": [
7753                 "Resources/bin/var-dump-server"
7754             ],
7755             "type": "library",
7756             "autoload": {
7757                 "files": [
7758                     "Resources/functions/dump.php"
7759                 ],
7760                 "psr-4": {
7761                     "Symfony\\Component\\VarDumper\\": ""
7762                 },
7763                 "exclude-from-classmap": [
7764                     "/Tests/"
7765                 ]
7766             },
7767             "notification-url": "https://packagist.org/downloads/",
7768             "license": [
7769                 "MIT"
7770             ],
7771             "authors": [
7772                 {
7773                     "name": "Nicolas Grekas",
7774                     "email": "p@tchwork.com"
7775                 },
7776                 {
7777                     "name": "Symfony Community",
7778                     "homepage": "https://symfony.com/contributors"
7779                 }
7780             ],
7781             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7782             "homepage": "https://symfony.com",
7783             "keywords": [
7784                 "debug",
7785                 "dump"
7786             ],
7787             "support": {
7788                 "source": "https://github.com/symfony/var-dumper/tree/v7.3.3"
7789             },
7790             "funding": [
7791                 {
7792                     "url": "https://symfony.com/sponsor",
7793                     "type": "custom"
7794                 },
7795                 {
7796                     "url": "https://github.com/fabpot",
7797                     "type": "github"
7798                 },
7799                 {
7800                     "url": "https://github.com/nicolas-grekas",
7801                     "type": "github"
7802                 },
7803                 {
7804                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7805                     "type": "tidelift"
7806                 }
7807             ],
7808             "time": "2025-08-13T11:49:31+00:00"
7809         },
7810         {
7811             "name": "tijsverkoyen/css-to-inline-styles",
7812             "version": "v2.3.0",
7813             "source": {
7814                 "type": "git",
7815                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7816                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
7817             },
7818             "dist": {
7819                 "type": "zip",
7820                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
7821                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
7822                 "shasum": ""
7823             },
7824             "require": {
7825                 "ext-dom": "*",
7826                 "ext-libxml": "*",
7827                 "php": "^7.4 || ^8.0",
7828                 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
7829             },
7830             "require-dev": {
7831                 "phpstan/phpstan": "^2.0",
7832                 "phpstan/phpstan-phpunit": "^2.0",
7833                 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
7834             },
7835             "type": "library",
7836             "extra": {
7837                 "branch-alias": {
7838                     "dev-master": "2.x-dev"
7839                 }
7840             },
7841             "autoload": {
7842                 "psr-4": {
7843                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7844                 }
7845             },
7846             "notification-url": "https://packagist.org/downloads/",
7847             "license": [
7848                 "BSD-3-Clause"
7849             ],
7850             "authors": [
7851                 {
7852                     "name": "Tijs Verkoyen",
7853                     "email": "css_to_inline_styles@verkoyen.eu",
7854                     "role": "Developer"
7855                 }
7856             ],
7857             "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.",
7858             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7859             "support": {
7860                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7861                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
7862             },
7863             "time": "2024-12-21T16:25:41+00:00"
7864         },
7865         {
7866             "name": "vlucas/phpdotenv",
7867             "version": "v5.6.2",
7868             "source": {
7869                 "type": "git",
7870                 "url": "https://github.com/vlucas/phpdotenv.git",
7871                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
7872             },
7873             "dist": {
7874                 "type": "zip",
7875                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
7876                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
7877                 "shasum": ""
7878             },
7879             "require": {
7880                 "ext-pcre": "*",
7881                 "graham-campbell/result-type": "^1.1.3",
7882                 "php": "^7.2.5 || ^8.0",
7883                 "phpoption/phpoption": "^1.9.3",
7884                 "symfony/polyfill-ctype": "^1.24",
7885                 "symfony/polyfill-mbstring": "^1.24",
7886                 "symfony/polyfill-php80": "^1.24"
7887             },
7888             "require-dev": {
7889                 "bamarni/composer-bin-plugin": "^1.8.2",
7890                 "ext-filter": "*",
7891                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7892             },
7893             "suggest": {
7894                 "ext-filter": "Required to use the boolean validator."
7895             },
7896             "type": "library",
7897             "extra": {
7898                 "bamarni-bin": {
7899                     "bin-links": true,
7900                     "forward-command": false
7901                 },
7902                 "branch-alias": {
7903                     "dev-master": "5.6-dev"
7904                 }
7905             },
7906             "autoload": {
7907                 "psr-4": {
7908                     "Dotenv\\": "src/"
7909                 }
7910             },
7911             "notification-url": "https://packagist.org/downloads/",
7912             "license": [
7913                 "BSD-3-Clause"
7914             ],
7915             "authors": [
7916                 {
7917                     "name": "Graham Campbell",
7918                     "email": "hello@gjcampbell.co.uk",
7919                     "homepage": "https://github.com/GrahamCampbell"
7920                 },
7921                 {
7922                     "name": "Vance Lucas",
7923                     "email": "vance@vancelucas.com",
7924                     "homepage": "https://github.com/vlucas"
7925                 }
7926             ],
7927             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7928             "keywords": [
7929                 "dotenv",
7930                 "env",
7931                 "environment"
7932             ],
7933             "support": {
7934                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7935                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
7936             },
7937             "funding": [
7938                 {
7939                     "url": "https://github.com/GrahamCampbell",
7940                     "type": "github"
7941                 },
7942                 {
7943                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7944                     "type": "tidelift"
7945                 }
7946             ],
7947             "time": "2025-04-30T23:37:27+00:00"
7948         },
7949         {
7950             "name": "voku/portable-ascii",
7951             "version": "2.0.3",
7952             "source": {
7953                 "type": "git",
7954                 "url": "https://github.com/voku/portable-ascii.git",
7955                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
7956             },
7957             "dist": {
7958                 "type": "zip",
7959                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7960                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7961                 "shasum": ""
7962             },
7963             "require": {
7964                 "php": ">=7.0.0"
7965             },
7966             "require-dev": {
7967                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7968             },
7969             "suggest": {
7970                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7971             },
7972             "type": "library",
7973             "autoload": {
7974                 "psr-4": {
7975                     "voku\\": "src/voku/"
7976                 }
7977             },
7978             "notification-url": "https://packagist.org/downloads/",
7979             "license": [
7980                 "MIT"
7981             ],
7982             "authors": [
7983                 {
7984                     "name": "Lars Moelleken",
7985                     "homepage": "https://www.moelleken.org/"
7986                 }
7987             ],
7988             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7989             "homepage": "https://github.com/voku/portable-ascii",
7990             "keywords": [
7991                 "ascii",
7992                 "clean",
7993                 "php"
7994             ],
7995             "support": {
7996                 "issues": "https://github.com/voku/portable-ascii/issues",
7997                 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
7998             },
7999             "funding": [
8000                 {
8001                     "url": "https://www.paypal.me/moelleken",
8002                     "type": "custom"
8003                 },
8004                 {
8005                     "url": "https://github.com/voku",
8006                     "type": "github"
8007                 },
8008                 {
8009                     "url": "https://opencollective.com/portable-ascii",
8010                     "type": "open_collective"
8011                 },
8012                 {
8013                     "url": "https://www.patreon.com/voku",
8014                     "type": "patreon"
8015                 },
8016                 {
8017                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
8018                     "type": "tidelift"
8019                 }
8020             ],
8021             "time": "2024-11-21T01:49:47+00:00"
8022         },
8023         {
8024             "name": "webmozart/assert",
8025             "version": "1.11.0",
8026             "source": {
8027                 "type": "git",
8028                 "url": "https://github.com/webmozarts/assert.git",
8029                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
8030             },
8031             "dist": {
8032                 "type": "zip",
8033                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
8034                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
8035                 "shasum": ""
8036             },
8037             "require": {
8038                 "ext-ctype": "*",
8039                 "php": "^7.2 || ^8.0"
8040             },
8041             "conflict": {
8042                 "phpstan/phpstan": "<0.12.20",
8043                 "vimeo/psalm": "<4.6.1 || 4.6.2"
8044             },
8045             "require-dev": {
8046                 "phpunit/phpunit": "^8.5.13"
8047             },
8048             "type": "library",
8049             "extra": {
8050                 "branch-alias": {
8051                     "dev-master": "1.10-dev"
8052                 }
8053             },
8054             "autoload": {
8055                 "psr-4": {
8056                     "Webmozart\\Assert\\": "src/"
8057                 }
8058             },
8059             "notification-url": "https://packagist.org/downloads/",
8060             "license": [
8061                 "MIT"
8062             ],
8063             "authors": [
8064                 {
8065                     "name": "Bernhard Schussek",
8066                     "email": "bschussek@gmail.com"
8067                 }
8068             ],
8069             "description": "Assertions to validate method input/output with nice error messages.",
8070             "keywords": [
8071                 "assert",
8072                 "check",
8073                 "validate"
8074             ],
8075             "support": {
8076                 "issues": "https://github.com/webmozarts/assert/issues",
8077                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
8078             },
8079             "time": "2022-06-03T18:03:27+00:00"
8080         }
8081     ],
8082     "packages-dev": [
8083         {
8084             "name": "fakerphp/faker",
8085             "version": "v1.24.1",
8086             "source": {
8087                 "type": "git",
8088                 "url": "https://github.com/FakerPHP/Faker.git",
8089                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
8090             },
8091             "dist": {
8092                 "type": "zip",
8093                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
8094                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
8095                 "shasum": ""
8096             },
8097             "require": {
8098                 "php": "^7.4 || ^8.0",
8099                 "psr/container": "^1.0 || ^2.0",
8100                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8101             },
8102             "conflict": {
8103                 "fzaninotto/faker": "*"
8104             },
8105             "require-dev": {
8106                 "bamarni/composer-bin-plugin": "^1.4.1",
8107                 "doctrine/persistence": "^1.3 || ^2.0",
8108                 "ext-intl": "*",
8109                 "phpunit/phpunit": "^9.5.26",
8110                 "symfony/phpunit-bridge": "^5.4.16"
8111             },
8112             "suggest": {
8113                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8114                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8115                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8116                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8117                 "ext-mbstring": "Required for multibyte Unicode string functionality."
8118             },
8119             "type": "library",
8120             "autoload": {
8121                 "psr-4": {
8122                     "Faker\\": "src/Faker/"
8123                 }
8124             },
8125             "notification-url": "https://packagist.org/downloads/",
8126             "license": [
8127                 "MIT"
8128             ],
8129             "authors": [
8130                 {
8131                     "name": "François Zaninotto"
8132                 }
8133             ],
8134             "description": "Faker is a PHP library that generates fake data for you.",
8135             "keywords": [
8136                 "data",
8137                 "faker",
8138                 "fixtures"
8139             ],
8140             "support": {
8141                 "issues": "https://github.com/FakerPHP/Faker/issues",
8142                 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
8143             },
8144             "time": "2024-11-21T13:46:39+00:00"
8145         },
8146         {
8147             "name": "filp/whoops",
8148             "version": "2.18.4",
8149             "source": {
8150                 "type": "git",
8151                 "url": "https://github.com/filp/whoops.git",
8152                 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
8153             },
8154             "dist": {
8155                 "type": "zip",
8156                 "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
8157                 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
8158                 "shasum": ""
8159             },
8160             "require": {
8161                 "php": "^7.1 || ^8.0",
8162                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
8163             },
8164             "require-dev": {
8165                 "mockery/mockery": "^1.0",
8166                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
8167                 "symfony/var-dumper": "^4.0 || ^5.0"
8168             },
8169             "suggest": {
8170                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
8171                 "whoops/soap": "Formats errors as SOAP responses"
8172             },
8173             "type": "library",
8174             "extra": {
8175                 "branch-alias": {
8176                     "dev-master": "2.7-dev"
8177                 }
8178             },
8179             "autoload": {
8180                 "psr-4": {
8181                     "Whoops\\": "src/Whoops/"
8182                 }
8183             },
8184             "notification-url": "https://packagist.org/downloads/",
8185             "license": [
8186                 "MIT"
8187             ],
8188             "authors": [
8189                 {
8190                     "name": "Filipe Dobreira",
8191                     "homepage": "https://github.com/filp",
8192                     "role": "Developer"
8193                 }
8194             ],
8195             "description": "php error handling for cool kids",
8196             "homepage": "https://filp.github.io/whoops/",
8197             "keywords": [
8198                 "error",
8199                 "exception",
8200                 "handling",
8201                 "library",
8202                 "throwable",
8203                 "whoops"
8204             ],
8205             "support": {
8206                 "issues": "https://github.com/filp/whoops/issues",
8207                 "source": "https://github.com/filp/whoops/tree/2.18.4"
8208             },
8209             "funding": [
8210                 {
8211                     "url": "https://github.com/denis-sokolov",
8212                     "type": "github"
8213                 }
8214             ],
8215             "time": "2025-08-08T12:00:00+00:00"
8216         },
8217         {
8218             "name": "hamcrest/hamcrest-php",
8219             "version": "v2.1.1",
8220             "source": {
8221                 "type": "git",
8222                 "url": "https://github.com/hamcrest/hamcrest-php.git",
8223                 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
8224             },
8225             "dist": {
8226                 "type": "zip",
8227                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
8228                 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
8229                 "shasum": ""
8230             },
8231             "require": {
8232                 "php": "^7.4|^8.0"
8233             },
8234             "replace": {
8235                 "cordoval/hamcrest-php": "*",
8236                 "davedevelopment/hamcrest-php": "*",
8237                 "kodova/hamcrest-php": "*"
8238             },
8239             "require-dev": {
8240                 "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
8241                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
8242             },
8243             "type": "library",
8244             "extra": {
8245                 "branch-alias": {
8246                     "dev-master": "2.1-dev"
8247                 }
8248             },
8249             "autoload": {
8250                 "classmap": [
8251                     "hamcrest"
8252                 ]
8253             },
8254             "notification-url": "https://packagist.org/downloads/",
8255             "license": [
8256                 "BSD-3-Clause"
8257             ],
8258             "description": "This is the PHP port of Hamcrest Matchers",
8259             "keywords": [
8260                 "test"
8261             ],
8262             "support": {
8263                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8264                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
8265             },
8266             "time": "2025-04-30T06:54:44+00:00"
8267         },
8268         {
8269             "name": "iamcal/sql-parser",
8270             "version": "v0.6",
8271             "source": {
8272                 "type": "git",
8273                 "url": "https://github.com/iamcal/SQLParser.git",
8274                 "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62"
8275             },
8276             "dist": {
8277                 "type": "zip",
8278                 "url": "https://api.github.com/repos/iamcal/SQLParser/zipball/947083e2dca211a6f12fb1beb67a01e387de9b62",
8279                 "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62",
8280                 "shasum": ""
8281             },
8282             "require-dev": {
8283                 "php-coveralls/php-coveralls": "^1.0",
8284                 "phpunit/phpunit": "^5|^6|^7|^8|^9"
8285             },
8286             "type": "library",
8287             "autoload": {
8288                 "psr-4": {
8289                     "iamcal\\": "src"
8290                 }
8291             },
8292             "notification-url": "https://packagist.org/downloads/",
8293             "license": [
8294                 "MIT"
8295             ],
8296             "authors": [
8297                 {
8298                     "name": "Cal Henderson",
8299                     "email": "cal@iamcal.com"
8300                 }
8301             ],
8302             "description": "MySQL schema parser",
8303             "support": {
8304                 "issues": "https://github.com/iamcal/SQLParser/issues",
8305                 "source": "https://github.com/iamcal/SQLParser/tree/v0.6"
8306             },
8307             "time": "2025-03-17T16:59:46+00:00"
8308         },
8309         {
8310             "name": "itsgoingd/clockwork",
8311             "version": "v5.3.4",
8312             "source": {
8313                 "type": "git",
8314                 "url": "https://github.com/itsgoingd/clockwork.git",
8315                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5"
8316             },
8317             "dist": {
8318                 "type": "zip",
8319                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8320                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8321                 "shasum": ""
8322             },
8323             "require": {
8324                 "ext-json": "*",
8325                 "php": ">=7.1"
8326             },
8327             "suggest": {
8328                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8329                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8330                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8331                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8332                 "ext-redis": "Needed in order to use Redis for metadata storage",
8333                 "php-http/discovery": "Vanilla integration - required for the middleware zero-configuration setup"
8334             },
8335             "type": "library",
8336             "extra": {
8337                 "laravel": {
8338                     "aliases": {
8339                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8340                     },
8341                     "providers": [
8342                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8343                     ]
8344                 }
8345             },
8346             "autoload": {
8347                 "psr-4": {
8348                     "Clockwork\\": "Clockwork/"
8349                 }
8350             },
8351             "notification-url": "https://packagist.org/downloads/",
8352             "license": [
8353                 "MIT"
8354             ],
8355             "authors": [
8356                 {
8357                     "name": "itsgoingd",
8358                     "email": "itsgoingd@luzer.sk",
8359                     "homepage": "https://twitter.com/itsgoingd"
8360                 }
8361             ],
8362             "description": "php dev tools in your browser",
8363             "homepage": "https://underground.works/clockwork",
8364             "keywords": [
8365                 "Devtools",
8366                 "debugging",
8367                 "laravel",
8368                 "logging",
8369                 "lumen",
8370                 "profiling",
8371                 "slim"
8372             ],
8373             "support": {
8374                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8375                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.3.4"
8376             },
8377             "funding": [
8378                 {
8379                     "url": "https://github.com/itsgoingd",
8380                     "type": "github"
8381                 }
8382             ],
8383             "time": "2025-02-09T15:57:21+00:00"
8384         },
8385         {
8386             "name": "larastan/larastan",
8387             "version": "v3.6.1",
8388             "source": {
8389                 "type": "git",
8390                 "url": "https://github.com/larastan/larastan.git",
8391                 "reference": "3c223047e374befd1b64959784685d6ecccf66aa"
8392             },
8393             "dist": {
8394                 "type": "zip",
8395                 "url": "https://api.github.com/repos/larastan/larastan/zipball/3c223047e374befd1b64959784685d6ecccf66aa",
8396                 "reference": "3c223047e374befd1b64959784685d6ecccf66aa",
8397                 "shasum": ""
8398             },
8399             "require": {
8400                 "ext-json": "*",
8401                 "iamcal/sql-parser": "^0.6.0",
8402                 "illuminate/console": "^11.44.2 || ^12.4.1",
8403                 "illuminate/container": "^11.44.2 || ^12.4.1",
8404                 "illuminate/contracts": "^11.44.2 || ^12.4.1",
8405                 "illuminate/database": "^11.44.2 || ^12.4.1",
8406                 "illuminate/http": "^11.44.2 || ^12.4.1",
8407                 "illuminate/pipeline": "^11.44.2 || ^12.4.1",
8408                 "illuminate/support": "^11.44.2 || ^12.4.1",
8409                 "php": "^8.2",
8410                 "phpstan/phpstan": "^2.1.11"
8411             },
8412             "require-dev": {
8413                 "doctrine/coding-standard": "^13",
8414                 "laravel/framework": "^11.44.2 || ^12.7.2",
8415                 "mockery/mockery": "^1.6.12",
8416                 "nikic/php-parser": "^5.4",
8417                 "orchestra/canvas": "^v9.2.2 || ^10.0.1",
8418                 "orchestra/testbench-core": "^9.12.0 || ^10.1",
8419                 "phpstan/phpstan-deprecation-rules": "^2.0.1",
8420                 "phpunit/phpunit": "^10.5.35 || ^11.5.15"
8421             },
8422             "suggest": {
8423                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8424             },
8425             "type": "phpstan-extension",
8426             "extra": {
8427                 "phpstan": {
8428                     "includes": [
8429                         "extension.neon"
8430                     ]
8431                 },
8432                 "branch-alias": {
8433                     "dev-master": "3.0-dev"
8434                 }
8435             },
8436             "autoload": {
8437                 "psr-4": {
8438                     "Larastan\\Larastan\\": "src/"
8439                 }
8440             },
8441             "notification-url": "https://packagist.org/downloads/",
8442             "license": [
8443                 "MIT"
8444             ],
8445             "authors": [
8446                 {
8447                     "name": "Can Vural",
8448                     "email": "can9119@gmail.com"
8449                 }
8450             ],
8451             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel",
8452             "keywords": [
8453                 "PHPStan",
8454                 "code analyse",
8455                 "code analysis",
8456                 "larastan",
8457                 "laravel",
8458                 "package",
8459                 "php",
8460                 "static analysis"
8461             ],
8462             "support": {
8463                 "issues": "https://github.com/larastan/larastan/issues",
8464                 "source": "https://github.com/larastan/larastan/tree/v3.6.1"
8465             },
8466             "funding": [
8467                 {
8468                     "url": "https://github.com/canvural",
8469                     "type": "github"
8470                 }
8471             ],
8472             "time": "2025-08-25T07:24:56+00:00"
8473         },
8474         {
8475             "name": "mockery/mockery",
8476             "version": "1.6.12",
8477             "source": {
8478                 "type": "git",
8479                 "url": "https://github.com/mockery/mockery.git",
8480                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
8481             },
8482             "dist": {
8483                 "type": "zip",
8484                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8485                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8486                 "shasum": ""
8487             },
8488             "require": {
8489                 "hamcrest/hamcrest-php": "^2.0.1",
8490                 "lib-pcre": ">=7.0",
8491                 "php": ">=7.3"
8492             },
8493             "conflict": {
8494                 "phpunit/phpunit": "<8.0"
8495             },
8496             "require-dev": {
8497                 "phpunit/phpunit": "^8.5 || ^9.6.17",
8498                 "symplify/easy-coding-standard": "^12.1.14"
8499             },
8500             "type": "library",
8501             "autoload": {
8502                 "files": [
8503                     "library/helpers.php",
8504                     "library/Mockery.php"
8505                 ],
8506                 "psr-4": {
8507                     "Mockery\\": "library/Mockery"
8508                 }
8509             },
8510             "notification-url": "https://packagist.org/downloads/",
8511             "license": [
8512                 "BSD-3-Clause"
8513             ],
8514             "authors": [
8515                 {
8516                     "name": "Pádraic Brady",
8517                     "email": "padraic.brady@gmail.com",
8518                     "homepage": "https://github.com/padraic",
8519                     "role": "Author"
8520                 },
8521                 {
8522                     "name": "Dave Marshall",
8523                     "email": "dave.marshall@atstsolutions.co.uk",
8524                     "homepage": "https://davedevelopment.co.uk",
8525                     "role": "Developer"
8526                 },
8527                 {
8528                     "name": "Nathanael Esayeas",
8529                     "email": "nathanael.esayeas@protonmail.com",
8530                     "homepage": "https://github.com/ghostwriter",
8531                     "role": "Lead Developer"
8532                 }
8533             ],
8534             "description": "Mockery is a simple yet flexible PHP mock object framework",
8535             "homepage": "https://github.com/mockery/mockery",
8536             "keywords": [
8537                 "BDD",
8538                 "TDD",
8539                 "library",
8540                 "mock",
8541                 "mock objects",
8542                 "mockery",
8543                 "stub",
8544                 "test",
8545                 "test double",
8546                 "testing"
8547             ],
8548             "support": {
8549                 "docs": "https://docs.mockery.io/",
8550                 "issues": "https://github.com/mockery/mockery/issues",
8551                 "rss": "https://github.com/mockery/mockery/releases.atom",
8552                 "security": "https://github.com/mockery/mockery/security/advisories",
8553                 "source": "https://github.com/mockery/mockery"
8554             },
8555             "time": "2024-05-16T03:13:13+00:00"
8556         },
8557         {
8558             "name": "myclabs/deep-copy",
8559             "version": "1.13.4",
8560             "source": {
8561                 "type": "git",
8562                 "url": "https://github.com/myclabs/DeepCopy.git",
8563                 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
8564             },
8565             "dist": {
8566                 "type": "zip",
8567                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
8568                 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
8569                 "shasum": ""
8570             },
8571             "require": {
8572                 "php": "^7.1 || ^8.0"
8573             },
8574             "conflict": {
8575                 "doctrine/collections": "<1.6.8",
8576                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
8577             },
8578             "require-dev": {
8579                 "doctrine/collections": "^1.6.8",
8580                 "doctrine/common": "^2.13.3 || ^3.2.2",
8581                 "phpspec/prophecy": "^1.10",
8582                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8583             },
8584             "type": "library",
8585             "autoload": {
8586                 "files": [
8587                     "src/DeepCopy/deep_copy.php"
8588                 ],
8589                 "psr-4": {
8590                     "DeepCopy\\": "src/DeepCopy/"
8591                 }
8592             },
8593             "notification-url": "https://packagist.org/downloads/",
8594             "license": [
8595                 "MIT"
8596             ],
8597             "description": "Create deep copies (clones) of your objects",
8598             "keywords": [
8599                 "clone",
8600                 "copy",
8601                 "duplicate",
8602                 "object",
8603                 "object graph"
8604             ],
8605             "support": {
8606                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8607                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
8608             },
8609             "funding": [
8610                 {
8611                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8612                     "type": "tidelift"
8613                 }
8614             ],
8615             "time": "2025-08-01T08:46:24+00:00"
8616         },
8617         {
8618             "name": "nunomaduro/collision",
8619             "version": "v8.8.2",
8620             "source": {
8621                 "type": "git",
8622                 "url": "https://github.com/nunomaduro/collision.git",
8623                 "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb"
8624             },
8625             "dist": {
8626                 "type": "zip",
8627                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
8628                 "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
8629                 "shasum": ""
8630             },
8631             "require": {
8632                 "filp/whoops": "^2.18.1",
8633                 "nunomaduro/termwind": "^2.3.1",
8634                 "php": "^8.2.0",
8635                 "symfony/console": "^7.3.0"
8636             },
8637             "conflict": {
8638                 "laravel/framework": "<11.44.2 || >=13.0.0",
8639                 "phpunit/phpunit": "<11.5.15 || >=13.0.0"
8640             },
8641             "require-dev": {
8642                 "brianium/paratest": "^7.8.3",
8643                 "larastan/larastan": "^3.4.2",
8644                 "laravel/framework": "^11.44.2 || ^12.18",
8645                 "laravel/pint": "^1.22.1",
8646                 "laravel/sail": "^1.43.1",
8647                 "laravel/sanctum": "^4.1.1",
8648                 "laravel/tinker": "^2.10.1",
8649                 "orchestra/testbench-core": "^9.12.0 || ^10.4",
8650                 "pestphp/pest": "^3.8.2",
8651                 "sebastian/environment": "^7.2.1 || ^8.0"
8652             },
8653             "type": "library",
8654             "extra": {
8655                 "laravel": {
8656                     "providers": [
8657                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8658                     ]
8659                 },
8660                 "branch-alias": {
8661                     "dev-8.x": "8.x-dev"
8662                 }
8663             },
8664             "autoload": {
8665                 "files": [
8666                     "./src/Adapters/Phpunit/Autoload.php"
8667                 ],
8668                 "psr-4": {
8669                     "NunoMaduro\\Collision\\": "src/"
8670                 }
8671             },
8672             "notification-url": "https://packagist.org/downloads/",
8673             "license": [
8674                 "MIT"
8675             ],
8676             "authors": [
8677                 {
8678                     "name": "Nuno Maduro",
8679                     "email": "enunomaduro@gmail.com"
8680                 }
8681             ],
8682             "description": "Cli error handling for console/command-line PHP applications.",
8683             "keywords": [
8684                 "artisan",
8685                 "cli",
8686                 "command-line",
8687                 "console",
8688                 "dev",
8689                 "error",
8690                 "handling",
8691                 "laravel",
8692                 "laravel-zero",
8693                 "php",
8694                 "symfony"
8695             ],
8696             "support": {
8697                 "issues": "https://github.com/nunomaduro/collision/issues",
8698                 "source": "https://github.com/nunomaduro/collision"
8699             },
8700             "funding": [
8701                 {
8702                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8703                     "type": "custom"
8704                 },
8705                 {
8706                     "url": "https://github.com/nunomaduro",
8707                     "type": "github"
8708                 },
8709                 {
8710                     "url": "https://www.patreon.com/nunomaduro",
8711                     "type": "patreon"
8712                 }
8713             ],
8714             "time": "2025-06-25T02:12:12+00:00"
8715         },
8716         {
8717             "name": "phar-io/manifest",
8718             "version": "2.0.4",
8719             "source": {
8720                 "type": "git",
8721                 "url": "https://github.com/phar-io/manifest.git",
8722                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8723             },
8724             "dist": {
8725                 "type": "zip",
8726                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8727                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8728                 "shasum": ""
8729             },
8730             "require": {
8731                 "ext-dom": "*",
8732                 "ext-libxml": "*",
8733                 "ext-phar": "*",
8734                 "ext-xmlwriter": "*",
8735                 "phar-io/version": "^3.0.1",
8736                 "php": "^7.2 || ^8.0"
8737             },
8738             "type": "library",
8739             "extra": {
8740                 "branch-alias": {
8741                     "dev-master": "2.0.x-dev"
8742                 }
8743             },
8744             "autoload": {
8745                 "classmap": [
8746                     "src/"
8747                 ]
8748             },
8749             "notification-url": "https://packagist.org/downloads/",
8750             "license": [
8751                 "BSD-3-Clause"
8752             ],
8753             "authors": [
8754                 {
8755                     "name": "Arne Blankerts",
8756                     "email": "arne@blankerts.de",
8757                     "role": "Developer"
8758                 },
8759                 {
8760                     "name": "Sebastian Heuer",
8761                     "email": "sebastian@phpeople.de",
8762                     "role": "Developer"
8763                 },
8764                 {
8765                     "name": "Sebastian Bergmann",
8766                     "email": "sebastian@phpunit.de",
8767                     "role": "Developer"
8768                 }
8769             ],
8770             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8771             "support": {
8772                 "issues": "https://github.com/phar-io/manifest/issues",
8773                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8774             },
8775             "funding": [
8776                 {
8777                     "url": "https://github.com/theseer",
8778                     "type": "github"
8779                 }
8780             ],
8781             "time": "2024-03-03T12:33:53+00:00"
8782         },
8783         {
8784             "name": "phar-io/version",
8785             "version": "3.2.1",
8786             "source": {
8787                 "type": "git",
8788                 "url": "https://github.com/phar-io/version.git",
8789                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8790             },
8791             "dist": {
8792                 "type": "zip",
8793                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8794                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8795                 "shasum": ""
8796             },
8797             "require": {
8798                 "php": "^7.2 || ^8.0"
8799             },
8800             "type": "library",
8801             "autoload": {
8802                 "classmap": [
8803                     "src/"
8804                 ]
8805             },
8806             "notification-url": "https://packagist.org/downloads/",
8807             "license": [
8808                 "BSD-3-Clause"
8809             ],
8810             "authors": [
8811                 {
8812                     "name": "Arne Blankerts",
8813                     "email": "arne@blankerts.de",
8814                     "role": "Developer"
8815                 },
8816                 {
8817                     "name": "Sebastian Heuer",
8818                     "email": "sebastian@phpeople.de",
8819                     "role": "Developer"
8820                 },
8821                 {
8822                     "name": "Sebastian Bergmann",
8823                     "email": "sebastian@phpunit.de",
8824                     "role": "Developer"
8825                 }
8826             ],
8827             "description": "Library for handling version information and constraints",
8828             "support": {
8829                 "issues": "https://github.com/phar-io/version/issues",
8830                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8831             },
8832             "time": "2022-02-21T01:04:05+00:00"
8833         },
8834         {
8835             "name": "phpstan/phpstan",
8836             "version": "2.1.22",
8837             "source": {
8838                 "type": "git",
8839                 "url": "https://github.com/phpstan/phpstan.git",
8840                 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4"
8841             },
8842             "dist": {
8843                 "type": "zip",
8844                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4",
8845                 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4",
8846                 "shasum": ""
8847             },
8848             "require": {
8849                 "php": "^7.4|^8.0"
8850             },
8851             "conflict": {
8852                 "phpstan/phpstan-shim": "*"
8853             },
8854             "bin": [
8855                 "phpstan",
8856                 "phpstan.phar"
8857             ],
8858             "type": "library",
8859             "autoload": {
8860                 "files": [
8861                     "bootstrap.php"
8862                 ]
8863             },
8864             "notification-url": "https://packagist.org/downloads/",
8865             "license": [
8866                 "MIT"
8867             ],
8868             "description": "PHPStan - PHP Static Analysis Tool",
8869             "keywords": [
8870                 "dev",
8871                 "static analysis"
8872             ],
8873             "support": {
8874                 "docs": "https://phpstan.org/user-guide/getting-started",
8875                 "forum": "https://github.com/phpstan/phpstan/discussions",
8876                 "issues": "https://github.com/phpstan/phpstan/issues",
8877                 "security": "https://github.com/phpstan/phpstan/security/policy",
8878                 "source": "https://github.com/phpstan/phpstan-src"
8879             },
8880             "funding": [
8881                 {
8882                     "url": "https://github.com/ondrejmirtes",
8883                     "type": "github"
8884                 },
8885                 {
8886                     "url": "https://github.com/phpstan",
8887                     "type": "github"
8888                 }
8889             ],
8890             "time": "2025-08-04T19:17:37+00:00"
8891         },
8892         {
8893             "name": "phpunit/php-code-coverage",
8894             "version": "11.0.11",
8895             "source": {
8896                 "type": "git",
8897                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8898                 "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4"
8899             },
8900             "dist": {
8901                 "type": "zip",
8902                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4",
8903                 "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4",
8904                 "shasum": ""
8905             },
8906             "require": {
8907                 "ext-dom": "*",
8908                 "ext-libxml": "*",
8909                 "ext-xmlwriter": "*",
8910                 "nikic/php-parser": "^5.4.0",
8911                 "php": ">=8.2",
8912                 "phpunit/php-file-iterator": "^5.1.0",
8913                 "phpunit/php-text-template": "^4.0.1",
8914                 "sebastian/code-unit-reverse-lookup": "^4.0.1",
8915                 "sebastian/complexity": "^4.0.1",
8916                 "sebastian/environment": "^7.2.0",
8917                 "sebastian/lines-of-code": "^3.0.1",
8918                 "sebastian/version": "^5.0.2",
8919                 "theseer/tokenizer": "^1.2.3"
8920             },
8921             "require-dev": {
8922                 "phpunit/phpunit": "^11.5.2"
8923             },
8924             "suggest": {
8925                 "ext-pcov": "PHP extension that provides line coverage",
8926                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8927             },
8928             "type": "library",
8929             "extra": {
8930                 "branch-alias": {
8931                     "dev-main": "11.0.x-dev"
8932                 }
8933             },
8934             "autoload": {
8935                 "classmap": [
8936                     "src/"
8937                 ]
8938             },
8939             "notification-url": "https://packagist.org/downloads/",
8940             "license": [
8941                 "BSD-3-Clause"
8942             ],
8943             "authors": [
8944                 {
8945                     "name": "Sebastian Bergmann",
8946                     "email": "sebastian@phpunit.de",
8947                     "role": "lead"
8948                 }
8949             ],
8950             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8951             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8952             "keywords": [
8953                 "coverage",
8954                 "testing",
8955                 "xunit"
8956             ],
8957             "support": {
8958                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8959                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8960                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.11"
8961             },
8962             "funding": [
8963                 {
8964                     "url": "https://github.com/sebastianbergmann",
8965                     "type": "github"
8966                 },
8967                 {
8968                     "url": "https://liberapay.com/sebastianbergmann",
8969                     "type": "liberapay"
8970                 },
8971                 {
8972                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
8973                     "type": "thanks_dev"
8974                 },
8975                 {
8976                     "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
8977                     "type": "tidelift"
8978                 }
8979             ],
8980             "time": "2025-08-27T14:37:49+00:00"
8981         },
8982         {
8983             "name": "phpunit/php-file-iterator",
8984             "version": "5.1.0",
8985             "source": {
8986                 "type": "git",
8987                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8988                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
8989             },
8990             "dist": {
8991                 "type": "zip",
8992                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
8993                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
8994                 "shasum": ""
8995             },
8996             "require": {
8997                 "php": ">=8.2"
8998             },
8999             "require-dev": {
9000                 "phpunit/phpunit": "^11.0"
9001             },
9002             "type": "library",
9003             "extra": {
9004                 "branch-alias": {
9005                     "dev-main": "5.0-dev"
9006                 }
9007             },
9008             "autoload": {
9009                 "classmap": [
9010                     "src/"
9011                 ]
9012             },
9013             "notification-url": "https://packagist.org/downloads/",
9014             "license": [
9015                 "BSD-3-Clause"
9016             ],
9017             "authors": [
9018                 {
9019                     "name": "Sebastian Bergmann",
9020                     "email": "sebastian@phpunit.de",
9021                     "role": "lead"
9022                 }
9023             ],
9024             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9025             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9026             "keywords": [
9027                 "filesystem",
9028                 "iterator"
9029             ],
9030             "support": {
9031                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
9032                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
9033                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
9034             },
9035             "funding": [
9036                 {
9037                     "url": "https://github.com/sebastianbergmann",
9038                     "type": "github"
9039                 }
9040             ],
9041             "time": "2024-08-27T05:02:59+00:00"
9042         },
9043         {
9044             "name": "phpunit/php-invoker",
9045             "version": "5.0.1",
9046             "source": {
9047                 "type": "git",
9048                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
9049                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
9050             },
9051             "dist": {
9052                 "type": "zip",
9053                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
9054                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
9055                 "shasum": ""
9056             },
9057             "require": {
9058                 "php": ">=8.2"
9059             },
9060             "require-dev": {
9061                 "ext-pcntl": "*",
9062                 "phpunit/phpunit": "^11.0"
9063             },
9064             "suggest": {
9065                 "ext-pcntl": "*"
9066             },
9067             "type": "library",
9068             "extra": {
9069                 "branch-alias": {
9070                     "dev-main": "5.0-dev"
9071                 }
9072             },
9073             "autoload": {
9074                 "classmap": [
9075                     "src/"
9076                 ]
9077             },
9078             "notification-url": "https://packagist.org/downloads/",
9079             "license": [
9080                 "BSD-3-Clause"
9081             ],
9082             "authors": [
9083                 {
9084                     "name": "Sebastian Bergmann",
9085                     "email": "sebastian@phpunit.de",
9086                     "role": "lead"
9087                 }
9088             ],
9089             "description": "Invoke callables with a timeout",
9090             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9091             "keywords": [
9092                 "process"
9093             ],
9094             "support": {
9095                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9096                 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
9097                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
9098             },
9099             "funding": [
9100                 {
9101                     "url": "https://github.com/sebastianbergmann",
9102                     "type": "github"
9103                 }
9104             ],
9105             "time": "2024-07-03T05:07:44+00:00"
9106         },
9107         {
9108             "name": "phpunit/php-text-template",
9109             "version": "4.0.1",
9110             "source": {
9111                 "type": "git",
9112                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9113                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
9114             },
9115             "dist": {
9116                 "type": "zip",
9117                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
9118                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
9119                 "shasum": ""
9120             },
9121             "require": {
9122                 "php": ">=8.2"
9123             },
9124             "require-dev": {
9125                 "phpunit/phpunit": "^11.0"
9126             },
9127             "type": "library",
9128             "extra": {
9129                 "branch-alias": {
9130                     "dev-main": "4.0-dev"
9131                 }
9132             },
9133             "autoload": {
9134                 "classmap": [
9135                     "src/"
9136                 ]
9137             },
9138             "notification-url": "https://packagist.org/downloads/",
9139             "license": [
9140                 "BSD-3-Clause"
9141             ],
9142             "authors": [
9143                 {
9144                     "name": "Sebastian Bergmann",
9145                     "email": "sebastian@phpunit.de",
9146                     "role": "lead"
9147                 }
9148             ],
9149             "description": "Simple template engine.",
9150             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9151             "keywords": [
9152                 "template"
9153             ],
9154             "support": {
9155                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9156                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
9157                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
9158             },
9159             "funding": [
9160                 {
9161                     "url": "https://github.com/sebastianbergmann",
9162                     "type": "github"
9163                 }
9164             ],
9165             "time": "2024-07-03T05:08:43+00:00"
9166         },
9167         {
9168             "name": "phpunit/php-timer",
9169             "version": "7.0.1",
9170             "source": {
9171                 "type": "git",
9172                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9173                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
9174             },
9175             "dist": {
9176                 "type": "zip",
9177                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
9178                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
9179                 "shasum": ""
9180             },
9181             "require": {
9182                 "php": ">=8.2"
9183             },
9184             "require-dev": {
9185                 "phpunit/phpunit": "^11.0"
9186             },
9187             "type": "library",
9188             "extra": {
9189                 "branch-alias": {
9190                     "dev-main": "7.0-dev"
9191                 }
9192             },
9193             "autoload": {
9194                 "classmap": [
9195                     "src/"
9196                 ]
9197             },
9198             "notification-url": "https://packagist.org/downloads/",
9199             "license": [
9200                 "BSD-3-Clause"
9201             ],
9202             "authors": [
9203                 {
9204                     "name": "Sebastian Bergmann",
9205                     "email": "sebastian@phpunit.de",
9206                     "role": "lead"
9207                 }
9208             ],
9209             "description": "Utility class for timing",
9210             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9211             "keywords": [
9212                 "timer"
9213             ],
9214             "support": {
9215                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9216                 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
9217                 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
9218             },
9219             "funding": [
9220                 {
9221                     "url": "https://github.com/sebastianbergmann",
9222                     "type": "github"
9223                 }
9224             ],
9225             "time": "2024-07-03T05:09:35+00:00"
9226         },
9227         {
9228             "name": "phpunit/phpunit",
9229             "version": "11.5.35",
9230             "source": {
9231                 "type": "git",
9232                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9233                 "reference": "d341ee94ee5007b286fc7907b383aae6b5b3cc91"
9234             },
9235             "dist": {
9236                 "type": "zip",
9237                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d341ee94ee5007b286fc7907b383aae6b5b3cc91",
9238                 "reference": "d341ee94ee5007b286fc7907b383aae6b5b3cc91",
9239                 "shasum": ""
9240             },
9241             "require": {
9242                 "ext-dom": "*",
9243                 "ext-json": "*",
9244                 "ext-libxml": "*",
9245                 "ext-mbstring": "*",
9246                 "ext-xml": "*",
9247                 "ext-xmlwriter": "*",
9248                 "myclabs/deep-copy": "^1.13.4",
9249                 "phar-io/manifest": "^2.0.4",
9250                 "phar-io/version": "^3.2.1",
9251                 "php": ">=8.2",
9252                 "phpunit/php-code-coverage": "^11.0.11",
9253                 "phpunit/php-file-iterator": "^5.1.0",
9254                 "phpunit/php-invoker": "^5.0.1",
9255                 "phpunit/php-text-template": "^4.0.1",
9256                 "phpunit/php-timer": "^7.0.1",
9257                 "sebastian/cli-parser": "^3.0.2",
9258                 "sebastian/code-unit": "^3.0.3",
9259                 "sebastian/comparator": "^6.3.2",
9260                 "sebastian/diff": "^6.0.2",
9261                 "sebastian/environment": "^7.2.1",
9262                 "sebastian/exporter": "^6.3.0",
9263                 "sebastian/global-state": "^7.0.2",
9264                 "sebastian/object-enumerator": "^6.0.1",
9265                 "sebastian/type": "^5.1.3",
9266                 "sebastian/version": "^5.0.2",
9267                 "staabm/side-effects-detector": "^1.0.5"
9268             },
9269             "suggest": {
9270                 "ext-soap": "To be able to generate mocks based on WSDL files"
9271             },
9272             "bin": [
9273                 "phpunit"
9274             ],
9275             "type": "library",
9276             "extra": {
9277                 "branch-alias": {
9278                     "dev-main": "11.5-dev"
9279                 }
9280             },
9281             "autoload": {
9282                 "files": [
9283                     "src/Framework/Assert/Functions.php"
9284                 ],
9285                 "classmap": [
9286                     "src/"
9287                 ]
9288             },
9289             "notification-url": "https://packagist.org/downloads/",
9290             "license": [
9291                 "BSD-3-Clause"
9292             ],
9293             "authors": [
9294                 {
9295                     "name": "Sebastian Bergmann",
9296                     "email": "sebastian@phpunit.de",
9297                     "role": "lead"
9298                 }
9299             ],
9300             "description": "The PHP Unit Testing framework.",
9301             "homepage": "https://phpunit.de/",
9302             "keywords": [
9303                 "phpunit",
9304                 "testing",
9305                 "xunit"
9306             ],
9307             "support": {
9308                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9309                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9310                 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.35"
9311             },
9312             "funding": [
9313                 {
9314                     "url": "https://phpunit.de/sponsors.html",
9315                     "type": "custom"
9316                 },
9317                 {
9318                     "url": "https://github.com/sebastianbergmann",
9319                     "type": "github"
9320                 },
9321                 {
9322                     "url": "https://liberapay.com/sebastianbergmann",
9323                     "type": "liberapay"
9324                 },
9325                 {
9326                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9327                     "type": "thanks_dev"
9328                 },
9329                 {
9330                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9331                     "type": "tidelift"
9332                 }
9333             ],
9334             "time": "2025-08-28T05:13:54+00:00"
9335         },
9336         {
9337             "name": "sebastian/cli-parser",
9338             "version": "3.0.2",
9339             "source": {
9340                 "type": "git",
9341                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9342                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
9343             },
9344             "dist": {
9345                 "type": "zip",
9346                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
9347                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
9348                 "shasum": ""
9349             },
9350             "require": {
9351                 "php": ">=8.2"
9352             },
9353             "require-dev": {
9354                 "phpunit/phpunit": "^11.0"
9355             },
9356             "type": "library",
9357             "extra": {
9358                 "branch-alias": {
9359                     "dev-main": "3.0-dev"
9360                 }
9361             },
9362             "autoload": {
9363                 "classmap": [
9364                     "src/"
9365                 ]
9366             },
9367             "notification-url": "https://packagist.org/downloads/",
9368             "license": [
9369                 "BSD-3-Clause"
9370             ],
9371             "authors": [
9372                 {
9373                     "name": "Sebastian Bergmann",
9374                     "email": "sebastian@phpunit.de",
9375                     "role": "lead"
9376                 }
9377             ],
9378             "description": "Library for parsing CLI options",
9379             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9380             "support": {
9381                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9382                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9383                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
9384             },
9385             "funding": [
9386                 {
9387                     "url": "https://github.com/sebastianbergmann",
9388                     "type": "github"
9389                 }
9390             ],
9391             "time": "2024-07-03T04:41:36+00:00"
9392         },
9393         {
9394             "name": "sebastian/code-unit",
9395             "version": "3.0.3",
9396             "source": {
9397                 "type": "git",
9398                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9399                 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
9400             },
9401             "dist": {
9402                 "type": "zip",
9403                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
9404                 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
9405                 "shasum": ""
9406             },
9407             "require": {
9408                 "php": ">=8.2"
9409             },
9410             "require-dev": {
9411                 "phpunit/phpunit": "^11.5"
9412             },
9413             "type": "library",
9414             "extra": {
9415                 "branch-alias": {
9416                     "dev-main": "3.0-dev"
9417                 }
9418             },
9419             "autoload": {
9420                 "classmap": [
9421                     "src/"
9422                 ]
9423             },
9424             "notification-url": "https://packagist.org/downloads/",
9425             "license": [
9426                 "BSD-3-Clause"
9427             ],
9428             "authors": [
9429                 {
9430                     "name": "Sebastian Bergmann",
9431                     "email": "sebastian@phpunit.de",
9432                     "role": "lead"
9433                 }
9434             ],
9435             "description": "Collection of value objects that represent the PHP code units",
9436             "homepage": "https://github.com/sebastianbergmann/code-unit",
9437             "support": {
9438                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9439                 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
9440                 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
9441             },
9442             "funding": [
9443                 {
9444                     "url": "https://github.com/sebastianbergmann",
9445                     "type": "github"
9446                 }
9447             ],
9448             "time": "2025-03-19T07:56:08+00:00"
9449         },
9450         {
9451             "name": "sebastian/code-unit-reverse-lookup",
9452             "version": "4.0.1",
9453             "source": {
9454                 "type": "git",
9455                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9456                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
9457             },
9458             "dist": {
9459                 "type": "zip",
9460                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
9461                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
9462                 "shasum": ""
9463             },
9464             "require": {
9465                 "php": ">=8.2"
9466             },
9467             "require-dev": {
9468                 "phpunit/phpunit": "^11.0"
9469             },
9470             "type": "library",
9471             "extra": {
9472                 "branch-alias": {
9473                     "dev-main": "4.0-dev"
9474                 }
9475             },
9476             "autoload": {
9477                 "classmap": [
9478                     "src/"
9479                 ]
9480             },
9481             "notification-url": "https://packagist.org/downloads/",
9482             "license": [
9483                 "BSD-3-Clause"
9484             ],
9485             "authors": [
9486                 {
9487                     "name": "Sebastian Bergmann",
9488                     "email": "sebastian@phpunit.de"
9489                 }
9490             ],
9491             "description": "Looks up which function or method a line of code belongs to",
9492             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9493             "support": {
9494                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9495                 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
9496                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
9497             },
9498             "funding": [
9499                 {
9500                     "url": "https://github.com/sebastianbergmann",
9501                     "type": "github"
9502                 }
9503             ],
9504             "time": "2024-07-03T04:45:54+00:00"
9505         },
9506         {
9507             "name": "sebastian/comparator",
9508             "version": "6.3.2",
9509             "source": {
9510                 "type": "git",
9511                 "url": "https://github.com/sebastianbergmann/comparator.git",
9512                 "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8"
9513             },
9514             "dist": {
9515                 "type": "zip",
9516                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8",
9517                 "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8",
9518                 "shasum": ""
9519             },
9520             "require": {
9521                 "ext-dom": "*",
9522                 "ext-mbstring": "*",
9523                 "php": ">=8.2",
9524                 "sebastian/diff": "^6.0",
9525                 "sebastian/exporter": "^6.0"
9526             },
9527             "require-dev": {
9528                 "phpunit/phpunit": "^11.4"
9529             },
9530             "suggest": {
9531                 "ext-bcmath": "For comparing BcMath\\Number objects"
9532             },
9533             "type": "library",
9534             "extra": {
9535                 "branch-alias": {
9536                     "dev-main": "6.3-dev"
9537                 }
9538             },
9539             "autoload": {
9540                 "classmap": [
9541                     "src/"
9542                 ]
9543             },
9544             "notification-url": "https://packagist.org/downloads/",
9545             "license": [
9546                 "BSD-3-Clause"
9547             ],
9548             "authors": [
9549                 {
9550                     "name": "Sebastian Bergmann",
9551                     "email": "sebastian@phpunit.de"
9552                 },
9553                 {
9554                     "name": "Jeff Welch",
9555                     "email": "whatthejeff@gmail.com"
9556                 },
9557                 {
9558                     "name": "Volker Dusch",
9559                     "email": "github@wallbash.com"
9560                 },
9561                 {
9562                     "name": "Bernhard Schussek",
9563                     "email": "bschussek@2bepublished.at"
9564                 }
9565             ],
9566             "description": "Provides the functionality to compare PHP values for equality",
9567             "homepage": "https://github.com/sebastianbergmann/comparator",
9568             "keywords": [
9569                 "comparator",
9570                 "compare",
9571                 "equality"
9572             ],
9573             "support": {
9574                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9575                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9576                 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2"
9577             },
9578             "funding": [
9579                 {
9580                     "url": "https://github.com/sebastianbergmann",
9581                     "type": "github"
9582                 },
9583                 {
9584                     "url": "https://liberapay.com/sebastianbergmann",
9585                     "type": "liberapay"
9586                 },
9587                 {
9588                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9589                     "type": "thanks_dev"
9590                 },
9591                 {
9592                     "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
9593                     "type": "tidelift"
9594                 }
9595             ],
9596             "time": "2025-08-10T08:07:46+00:00"
9597         },
9598         {
9599             "name": "sebastian/complexity",
9600             "version": "4.0.1",
9601             "source": {
9602                 "type": "git",
9603                 "url": "https://github.com/sebastianbergmann/complexity.git",
9604                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
9605             },
9606             "dist": {
9607                 "type": "zip",
9608                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
9609                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
9610                 "shasum": ""
9611             },
9612             "require": {
9613                 "nikic/php-parser": "^5.0",
9614                 "php": ">=8.2"
9615             },
9616             "require-dev": {
9617                 "phpunit/phpunit": "^11.0"
9618             },
9619             "type": "library",
9620             "extra": {
9621                 "branch-alias": {
9622                     "dev-main": "4.0-dev"
9623                 }
9624             },
9625             "autoload": {
9626                 "classmap": [
9627                     "src/"
9628                 ]
9629             },
9630             "notification-url": "https://packagist.org/downloads/",
9631             "license": [
9632                 "BSD-3-Clause"
9633             ],
9634             "authors": [
9635                 {
9636                     "name": "Sebastian Bergmann",
9637                     "email": "sebastian@phpunit.de",
9638                     "role": "lead"
9639                 }
9640             ],
9641             "description": "Library for calculating the complexity of PHP code units",
9642             "homepage": "https://github.com/sebastianbergmann/complexity",
9643             "support": {
9644                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9645                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9646                 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
9647             },
9648             "funding": [
9649                 {
9650                     "url": "https://github.com/sebastianbergmann",
9651                     "type": "github"
9652                 }
9653             ],
9654             "time": "2024-07-03T04:49:50+00:00"
9655         },
9656         {
9657             "name": "sebastian/diff",
9658             "version": "6.0.2",
9659             "source": {
9660                 "type": "git",
9661                 "url": "https://github.com/sebastianbergmann/diff.git",
9662                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
9663             },
9664             "dist": {
9665                 "type": "zip",
9666                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
9667                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
9668                 "shasum": ""
9669             },
9670             "require": {
9671                 "php": ">=8.2"
9672             },
9673             "require-dev": {
9674                 "phpunit/phpunit": "^11.0",
9675                 "symfony/process": "^4.2 || ^5"
9676             },
9677             "type": "library",
9678             "extra": {
9679                 "branch-alias": {
9680                     "dev-main": "6.0-dev"
9681                 }
9682             },
9683             "autoload": {
9684                 "classmap": [
9685                     "src/"
9686                 ]
9687             },
9688             "notification-url": "https://packagist.org/downloads/",
9689             "license": [
9690                 "BSD-3-Clause"
9691             ],
9692             "authors": [
9693                 {
9694                     "name": "Sebastian Bergmann",
9695                     "email": "sebastian@phpunit.de"
9696                 },
9697                 {
9698                     "name": "Kore Nordmann",
9699                     "email": "mail@kore-nordmann.de"
9700                 }
9701             ],
9702             "description": "Diff implementation",
9703             "homepage": "https://github.com/sebastianbergmann/diff",
9704             "keywords": [
9705                 "diff",
9706                 "udiff",
9707                 "unidiff",
9708                 "unified diff"
9709             ],
9710             "support": {
9711                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9712                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9713                 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
9714             },
9715             "funding": [
9716                 {
9717                     "url": "https://github.com/sebastianbergmann",
9718                     "type": "github"
9719                 }
9720             ],
9721             "time": "2024-07-03T04:53:05+00:00"
9722         },
9723         {
9724             "name": "sebastian/environment",
9725             "version": "7.2.1",
9726             "source": {
9727                 "type": "git",
9728                 "url": "https://github.com/sebastianbergmann/environment.git",
9729                 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"
9730             },
9731             "dist": {
9732                 "type": "zip",
9733                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4",
9734                 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",
9735                 "shasum": ""
9736             },
9737             "require": {
9738                 "php": ">=8.2"
9739             },
9740             "require-dev": {
9741                 "phpunit/phpunit": "^11.3"
9742             },
9743             "suggest": {
9744                 "ext-posix": "*"
9745             },
9746             "type": "library",
9747             "extra": {
9748                 "branch-alias": {
9749                     "dev-main": "7.2-dev"
9750                 }
9751             },
9752             "autoload": {
9753                 "classmap": [
9754                     "src/"
9755                 ]
9756             },
9757             "notification-url": "https://packagist.org/downloads/",
9758             "license": [
9759                 "BSD-3-Clause"
9760             ],
9761             "authors": [
9762                 {
9763                     "name": "Sebastian Bergmann",
9764                     "email": "sebastian@phpunit.de"
9765                 }
9766             ],
9767             "description": "Provides functionality to handle HHVM/PHP environments",
9768             "homepage": "https://github.com/sebastianbergmann/environment",
9769             "keywords": [
9770                 "Xdebug",
9771                 "environment",
9772                 "hhvm"
9773             ],
9774             "support": {
9775                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9776                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9777                 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.1"
9778             },
9779             "funding": [
9780                 {
9781                     "url": "https://github.com/sebastianbergmann",
9782                     "type": "github"
9783                 },
9784                 {
9785                     "url": "https://liberapay.com/sebastianbergmann",
9786                     "type": "liberapay"
9787                 },
9788                 {
9789                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9790                     "type": "thanks_dev"
9791                 },
9792                 {
9793                     "url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
9794                     "type": "tidelift"
9795                 }
9796             ],
9797             "time": "2025-05-21T11:55:47+00:00"
9798         },
9799         {
9800             "name": "sebastian/exporter",
9801             "version": "6.3.0",
9802             "source": {
9803                 "type": "git",
9804                 "url": "https://github.com/sebastianbergmann/exporter.git",
9805                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
9806             },
9807             "dist": {
9808                 "type": "zip",
9809                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
9810                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
9811                 "shasum": ""
9812             },
9813             "require": {
9814                 "ext-mbstring": "*",
9815                 "php": ">=8.2",
9816                 "sebastian/recursion-context": "^6.0"
9817             },
9818             "require-dev": {
9819                 "phpunit/phpunit": "^11.3"
9820             },
9821             "type": "library",
9822             "extra": {
9823                 "branch-alias": {
9824                     "dev-main": "6.1-dev"
9825                 }
9826             },
9827             "autoload": {
9828                 "classmap": [
9829                     "src/"
9830                 ]
9831             },
9832             "notification-url": "https://packagist.org/downloads/",
9833             "license": [
9834                 "BSD-3-Clause"
9835             ],
9836             "authors": [
9837                 {
9838                     "name": "Sebastian Bergmann",
9839                     "email": "sebastian@phpunit.de"
9840                 },
9841                 {
9842                     "name": "Jeff Welch",
9843                     "email": "whatthejeff@gmail.com"
9844                 },
9845                 {
9846                     "name": "Volker Dusch",
9847                     "email": "github@wallbash.com"
9848                 },
9849                 {
9850                     "name": "Adam Harvey",
9851                     "email": "aharvey@php.net"
9852                 },
9853                 {
9854                     "name": "Bernhard Schussek",
9855                     "email": "bschussek@gmail.com"
9856                 }
9857             ],
9858             "description": "Provides the functionality to export PHP variables for visualization",
9859             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9860             "keywords": [
9861                 "export",
9862                 "exporter"
9863             ],
9864             "support": {
9865                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9866                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9867                 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
9868             },
9869             "funding": [
9870                 {
9871                     "url": "https://github.com/sebastianbergmann",
9872                     "type": "github"
9873                 }
9874             ],
9875             "time": "2024-12-05T09:17:50+00:00"
9876         },
9877         {
9878             "name": "sebastian/global-state",
9879             "version": "7.0.2",
9880             "source": {
9881                 "type": "git",
9882                 "url": "https://github.com/sebastianbergmann/global-state.git",
9883                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
9884             },
9885             "dist": {
9886                 "type": "zip",
9887                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
9888                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
9889                 "shasum": ""
9890             },
9891             "require": {
9892                 "php": ">=8.2",
9893                 "sebastian/object-reflector": "^4.0",
9894                 "sebastian/recursion-context": "^6.0"
9895             },
9896             "require-dev": {
9897                 "ext-dom": "*",
9898                 "phpunit/phpunit": "^11.0"
9899             },
9900             "type": "library",
9901             "extra": {
9902                 "branch-alias": {
9903                     "dev-main": "7.0-dev"
9904                 }
9905             },
9906             "autoload": {
9907                 "classmap": [
9908                     "src/"
9909                 ]
9910             },
9911             "notification-url": "https://packagist.org/downloads/",
9912             "license": [
9913                 "BSD-3-Clause"
9914             ],
9915             "authors": [
9916                 {
9917                     "name": "Sebastian Bergmann",
9918                     "email": "sebastian@phpunit.de"
9919                 }
9920             ],
9921             "description": "Snapshotting of global state",
9922             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9923             "keywords": [
9924                 "global state"
9925             ],
9926             "support": {
9927                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9928                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9929                 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
9930             },
9931             "funding": [
9932                 {
9933                     "url": "https://github.com/sebastianbergmann",
9934                     "type": "github"
9935                 }
9936             ],
9937             "time": "2024-07-03T04:57:36+00:00"
9938         },
9939         {
9940             "name": "sebastian/lines-of-code",
9941             "version": "3.0.1",
9942             "source": {
9943                 "type": "git",
9944                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9945                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
9946             },
9947             "dist": {
9948                 "type": "zip",
9949                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9950                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9951                 "shasum": ""
9952             },
9953             "require": {
9954                 "nikic/php-parser": "^5.0",
9955                 "php": ">=8.2"
9956             },
9957             "require-dev": {
9958                 "phpunit/phpunit": "^11.0"
9959             },
9960             "type": "library",
9961             "extra": {
9962                 "branch-alias": {
9963                     "dev-main": "3.0-dev"
9964                 }
9965             },
9966             "autoload": {
9967                 "classmap": [
9968                     "src/"
9969                 ]
9970             },
9971             "notification-url": "https://packagist.org/downloads/",
9972             "license": [
9973                 "BSD-3-Clause"
9974             ],
9975             "authors": [
9976                 {
9977                     "name": "Sebastian Bergmann",
9978                     "email": "sebastian@phpunit.de",
9979                     "role": "lead"
9980                 }
9981             ],
9982             "description": "Library for counting the lines of code in PHP source code",
9983             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9984             "support": {
9985                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9986                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9987                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
9988             },
9989             "funding": [
9990                 {
9991                     "url": "https://github.com/sebastianbergmann",
9992                     "type": "github"
9993                 }
9994             ],
9995             "time": "2024-07-03T04:58:38+00:00"
9996         },
9997         {
9998             "name": "sebastian/object-enumerator",
9999             "version": "6.0.1",
10000             "source": {
10001                 "type": "git",
10002                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
10003                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
10004             },
10005             "dist": {
10006                 "type": "zip",
10007                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
10008                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
10009                 "shasum": ""
10010             },
10011             "require": {
10012                 "php": ">=8.2",
10013                 "sebastian/object-reflector": "^4.0",
10014                 "sebastian/recursion-context": "^6.0"
10015             },
10016             "require-dev": {
10017                 "phpunit/phpunit": "^11.0"
10018             },
10019             "type": "library",
10020             "extra": {
10021                 "branch-alias": {
10022                     "dev-main": "6.0-dev"
10023                 }
10024             },
10025             "autoload": {
10026                 "classmap": [
10027                     "src/"
10028                 ]
10029             },
10030             "notification-url": "https://packagist.org/downloads/",
10031             "license": [
10032                 "BSD-3-Clause"
10033             ],
10034             "authors": [
10035                 {
10036                     "name": "Sebastian Bergmann",
10037                     "email": "sebastian@phpunit.de"
10038                 }
10039             ],
10040             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10041             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10042             "support": {
10043                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
10044                 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
10045                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
10046             },
10047             "funding": [
10048                 {
10049                     "url": "https://github.com/sebastianbergmann",
10050                     "type": "github"
10051                 }
10052             ],
10053             "time": "2024-07-03T05:00:13+00:00"
10054         },
10055         {
10056             "name": "sebastian/object-reflector",
10057             "version": "4.0.1",
10058             "source": {
10059                 "type": "git",
10060                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
10061                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
10062             },
10063             "dist": {
10064                 "type": "zip",
10065                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
10066                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
10067                 "shasum": ""
10068             },
10069             "require": {
10070                 "php": ">=8.2"
10071             },
10072             "require-dev": {
10073                 "phpunit/phpunit": "^11.0"
10074             },
10075             "type": "library",
10076             "extra": {
10077                 "branch-alias": {
10078                     "dev-main": "4.0-dev"
10079                 }
10080             },
10081             "autoload": {
10082                 "classmap": [
10083                     "src/"
10084                 ]
10085             },
10086             "notification-url": "https://packagist.org/downloads/",
10087             "license": [
10088                 "BSD-3-Clause"
10089             ],
10090             "authors": [
10091                 {
10092                     "name": "Sebastian Bergmann",
10093                     "email": "sebastian@phpunit.de"
10094                 }
10095             ],
10096             "description": "Allows reflection of object attributes, including inherited and non-public ones",
10097             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
10098             "support": {
10099                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10100                 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
10101                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
10102             },
10103             "funding": [
10104                 {
10105                     "url": "https://github.com/sebastianbergmann",
10106                     "type": "github"
10107                 }
10108             ],
10109             "time": "2024-07-03T05:01:32+00:00"
10110         },
10111         {
10112             "name": "sebastian/recursion-context",
10113             "version": "6.0.3",
10114             "source": {
10115                 "type": "git",
10116                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10117                 "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc"
10118             },
10119             "dist": {
10120                 "type": "zip",
10121                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc",
10122                 "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc",
10123                 "shasum": ""
10124             },
10125             "require": {
10126                 "php": ">=8.2"
10127             },
10128             "require-dev": {
10129                 "phpunit/phpunit": "^11.3"
10130             },
10131             "type": "library",
10132             "extra": {
10133                 "branch-alias": {
10134                     "dev-main": "6.0-dev"
10135                 }
10136             },
10137             "autoload": {
10138                 "classmap": [
10139                     "src/"
10140                 ]
10141             },
10142             "notification-url": "https://packagist.org/downloads/",
10143             "license": [
10144                 "BSD-3-Clause"
10145             ],
10146             "authors": [
10147                 {
10148                     "name": "Sebastian Bergmann",
10149                     "email": "sebastian@phpunit.de"
10150                 },
10151                 {
10152                     "name": "Jeff Welch",
10153                     "email": "whatthejeff@gmail.com"
10154                 },
10155                 {
10156                     "name": "Adam Harvey",
10157                     "email": "aharvey@php.net"
10158                 }
10159             ],
10160             "description": "Provides functionality to recursively process PHP variables",
10161             "homepage": "https://github.com/sebastianbergmann/recursion-context",
10162             "support": {
10163                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10164                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
10165                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.3"
10166             },
10167             "funding": [
10168                 {
10169                     "url": "https://github.com/sebastianbergmann",
10170                     "type": "github"
10171                 },
10172                 {
10173                     "url": "https://liberapay.com/sebastianbergmann",
10174                     "type": "liberapay"
10175                 },
10176                 {
10177                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
10178                     "type": "thanks_dev"
10179                 },
10180                 {
10181                     "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
10182                     "type": "tidelift"
10183                 }
10184             ],
10185             "time": "2025-08-13T04:42:22+00:00"
10186         },
10187         {
10188             "name": "sebastian/type",
10189             "version": "5.1.3",
10190             "source": {
10191                 "type": "git",
10192                 "url": "https://github.com/sebastianbergmann/type.git",
10193                 "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449"
10194             },
10195             "dist": {
10196                 "type": "zip",
10197                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
10198                 "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
10199                 "shasum": ""
10200             },
10201             "require": {
10202                 "php": ">=8.2"
10203             },
10204             "require-dev": {
10205                 "phpunit/phpunit": "^11.3"
10206             },
10207             "type": "library",
10208             "extra": {
10209                 "branch-alias": {
10210                     "dev-main": "5.1-dev"
10211                 }
10212             },
10213             "autoload": {
10214                 "classmap": [
10215                     "src/"
10216                 ]
10217             },
10218             "notification-url": "https://packagist.org/downloads/",
10219             "license": [
10220                 "BSD-3-Clause"
10221             ],
10222             "authors": [
10223                 {
10224                     "name": "Sebastian Bergmann",
10225                     "email": "sebastian@phpunit.de",
10226                     "role": "lead"
10227                 }
10228             ],
10229             "description": "Collection of value objects that represent the types of the PHP type system",
10230             "homepage": "https://github.com/sebastianbergmann/type",
10231             "support": {
10232                 "issues": "https://github.com/sebastianbergmann/type/issues",
10233                 "security": "https://github.com/sebastianbergmann/type/security/policy",
10234                 "source": "https://github.com/sebastianbergmann/type/tree/5.1.3"
10235             },
10236             "funding": [
10237                 {
10238                     "url": "https://github.com/sebastianbergmann",
10239                     "type": "github"
10240                 },
10241                 {
10242                     "url": "https://liberapay.com/sebastianbergmann",
10243                     "type": "liberapay"
10244                 },
10245                 {
10246                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
10247                     "type": "thanks_dev"
10248                 },
10249                 {
10250                     "url": "https://tidelift.com/funding/github/packagist/sebastian/type",
10251                     "type": "tidelift"
10252                 }
10253             ],
10254             "time": "2025-08-09T06:55:48+00:00"
10255         },
10256         {
10257             "name": "sebastian/version",
10258             "version": "5.0.2",
10259             "source": {
10260                 "type": "git",
10261                 "url": "https://github.com/sebastianbergmann/version.git",
10262                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
10263             },
10264             "dist": {
10265                 "type": "zip",
10266                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
10267                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
10268                 "shasum": ""
10269             },
10270             "require": {
10271                 "php": ">=8.2"
10272             },
10273             "type": "library",
10274             "extra": {
10275                 "branch-alias": {
10276                     "dev-main": "5.0-dev"
10277                 }
10278             },
10279             "autoload": {
10280                 "classmap": [
10281                     "src/"
10282                 ]
10283             },
10284             "notification-url": "https://packagist.org/downloads/",
10285             "license": [
10286                 "BSD-3-Clause"
10287             ],
10288             "authors": [
10289                 {
10290                     "name": "Sebastian Bergmann",
10291                     "email": "sebastian@phpunit.de",
10292                     "role": "lead"
10293                 }
10294             ],
10295             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10296             "homepage": "https://github.com/sebastianbergmann/version",
10297             "support": {
10298                 "issues": "https://github.com/sebastianbergmann/version/issues",
10299                 "security": "https://github.com/sebastianbergmann/version/security/policy",
10300                 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
10301             },
10302             "funding": [
10303                 {
10304                     "url": "https://github.com/sebastianbergmann",
10305                     "type": "github"
10306                 }
10307             ],
10308             "time": "2024-10-09T05:16:32+00:00"
10309         },
10310         {
10311             "name": "squizlabs/php_codesniffer",
10312             "version": "3.13.2",
10313             "source": {
10314                 "type": "git",
10315                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10316                 "reference": "5b5e3821314f947dd040c70f7992a64eac89025c"
10317             },
10318             "dist": {
10319                 "type": "zip",
10320                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5b5e3821314f947dd040c70f7992a64eac89025c",
10321                 "reference": "5b5e3821314f947dd040c70f7992a64eac89025c",
10322                 "shasum": ""
10323             },
10324             "require": {
10325                 "ext-simplexml": "*",
10326                 "ext-tokenizer": "*",
10327                 "ext-xmlwriter": "*",
10328                 "php": ">=5.4.0"
10329             },
10330             "require-dev": {
10331                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10332             },
10333             "bin": [
10334                 "bin/phpcbf",
10335                 "bin/phpcs"
10336             ],
10337             "type": "library",
10338             "extra": {
10339                 "branch-alias": {
10340                     "dev-master": "3.x-dev"
10341                 }
10342             },
10343             "notification-url": "https://packagist.org/downloads/",
10344             "license": [
10345                 "BSD-3-Clause"
10346             ],
10347             "authors": [
10348                 {
10349                     "name": "Greg Sherwood",
10350                     "role": "Former lead"
10351                 },
10352                 {
10353                     "name": "Juliette Reinders Folmer",
10354                     "role": "Current lead"
10355                 },
10356                 {
10357                     "name": "Contributors",
10358                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10359                 }
10360             ],
10361             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10362             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10363             "keywords": [
10364                 "phpcs",
10365                 "standards",
10366                 "static analysis"
10367             ],
10368             "support": {
10369                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10370                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10371                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10372                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10373             },
10374             "funding": [
10375                 {
10376                     "url": "https://github.com/PHPCSStandards",
10377                     "type": "github"
10378                 },
10379                 {
10380                     "url": "https://github.com/jrfnl",
10381                     "type": "github"
10382                 },
10383                 {
10384                     "url": "https://opencollective.com/php_codesniffer",
10385                     "type": "open_collective"
10386                 },
10387                 {
10388                     "url": "https://thanks.dev/u/gh/phpcsstandards",
10389                     "type": "thanks_dev"
10390                 }
10391             ],
10392             "time": "2025-06-17T22:17:01+00:00"
10393         },
10394         {
10395             "name": "ssddanbrown/asserthtml",
10396             "version": "v3.1.0",
10397             "source": {
10398                 "type": "git",
10399                 "url": "https://codeberg.org/danb/asserthtml",
10400                 "reference": "cf8206171d667d43e1bdde17d67191f30e95c8a0"
10401             },
10402             "dist": {
10403                 "type": "zip",
10404                 "url": "https://codeberg.org/api/v1/repos/danb/asserthtml/archive/%prettyVersion%.zip"
10405             },
10406             "require": {
10407                 "ext-dom": "*",
10408                 "ext-json": "*",
10409                 "php": ">=8.1",
10410                 "phpunit/phpunit": "^10.0|^11.0",
10411                 "symfony/css-selector": "^6.0|^7.0",
10412                 "symfony/dom-crawler": "^6.0|^7.0"
10413             },
10414             "require-dev": {
10415                 "phpstan/phpstan": "^2.0"
10416             },
10417             "type": "library",
10418             "autoload": {
10419                 "psr-4": {
10420                     "Ssddanbrown\\AssertHtml\\": "src"
10421                 }
10422             },
10423             "notification-url": "https://packagist.org/downloads/",
10424             "license": [
10425                 "MIT"
10426             ],
10427             "authors": [
10428                 {
10429                     "name": "Dan Brown",
10430                     "homepage": "https://danb.me",
10431                     "role": "Developer"
10432                 }
10433             ],
10434             "description": "HTML Content Assertions for PHPUnit",
10435             "homepage": "https://codeberg.org/danb/asserthtml",
10436             "time": "2025-01-11T13:35:55+00:00"
10437         },
10438         {
10439             "name": "staabm/side-effects-detector",
10440             "version": "1.0.5",
10441             "source": {
10442                 "type": "git",
10443                 "url": "https://github.com/staabm/side-effects-detector.git",
10444                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
10445             },
10446             "dist": {
10447                 "type": "zip",
10448                 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
10449                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
10450                 "shasum": ""
10451             },
10452             "require": {
10453                 "ext-tokenizer": "*",
10454                 "php": "^7.4 || ^8.0"
10455             },
10456             "require-dev": {
10457                 "phpstan/extension-installer": "^1.4.3",
10458                 "phpstan/phpstan": "^1.12.6",
10459                 "phpunit/phpunit": "^9.6.21",
10460                 "symfony/var-dumper": "^5.4.43",
10461                 "tomasvotruba/type-coverage": "1.0.0",
10462                 "tomasvotruba/unused-public": "1.0.0"
10463             },
10464             "type": "library",
10465             "autoload": {
10466                 "classmap": [
10467                     "lib/"
10468                 ]
10469             },
10470             "notification-url": "https://packagist.org/downloads/",
10471             "license": [
10472                 "MIT"
10473             ],
10474             "description": "A static analysis tool to detect side effects in PHP code",
10475             "keywords": [
10476                 "static analysis"
10477             ],
10478             "support": {
10479                 "issues": "https://github.com/staabm/side-effects-detector/issues",
10480                 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
10481             },
10482             "funding": [
10483                 {
10484                     "url": "https://github.com/staabm",
10485                     "type": "github"
10486                 }
10487             ],
10488             "time": "2024-10-20T05:08:20+00:00"
10489         },
10490         {
10491             "name": "symfony/dom-crawler",
10492             "version": "v7.3.3",
10493             "source": {
10494                 "type": "git",
10495                 "url": "https://github.com/symfony/dom-crawler.git",
10496                 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba"
10497             },
10498             "dist": {
10499                 "type": "zip",
10500                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/efa076ea0eeff504383ff0dcf827ea5ce15690ba",
10501                 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba",
10502                 "shasum": ""
10503             },
10504             "require": {
10505                 "masterminds/html5": "^2.6",
10506                 "php": ">=8.2",
10507                 "symfony/polyfill-ctype": "~1.8",
10508                 "symfony/polyfill-mbstring": "~1.0"
10509             },
10510             "require-dev": {
10511                 "symfony/css-selector": "^6.4|^7.0"
10512             },
10513             "type": "library",
10514             "autoload": {
10515                 "psr-4": {
10516                     "Symfony\\Component\\DomCrawler\\": ""
10517                 },
10518                 "exclude-from-classmap": [
10519                     "/Tests/"
10520                 ]
10521             },
10522             "notification-url": "https://packagist.org/downloads/",
10523             "license": [
10524                 "MIT"
10525             ],
10526             "authors": [
10527                 {
10528                     "name": "Fabien Potencier",
10529                     "email": "fabien@symfony.com"
10530                 },
10531                 {
10532                     "name": "Symfony Community",
10533                     "homepage": "https://symfony.com/contributors"
10534                 }
10535             ],
10536             "description": "Eases DOM navigation for HTML and XML documents",
10537             "homepage": "https://symfony.com",
10538             "support": {
10539                 "source": "https://github.com/symfony/dom-crawler/tree/v7.3.3"
10540             },
10541             "funding": [
10542                 {
10543                     "url": "https://symfony.com/sponsor",
10544                     "type": "custom"
10545                 },
10546                 {
10547                     "url": "https://github.com/fabpot",
10548                     "type": "github"
10549                 },
10550                 {
10551                     "url": "https://github.com/nicolas-grekas",
10552                     "type": "github"
10553                 },
10554                 {
10555                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10556                     "type": "tidelift"
10557                 }
10558             ],
10559             "time": "2025-08-06T20:13:54+00:00"
10560         },
10561         {
10562             "name": "theseer/tokenizer",
10563             "version": "1.2.3",
10564             "source": {
10565                 "type": "git",
10566                 "url": "https://github.com/theseer/tokenizer.git",
10567                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10568             },
10569             "dist": {
10570                 "type": "zip",
10571                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10572                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10573                 "shasum": ""
10574             },
10575             "require": {
10576                 "ext-dom": "*",
10577                 "ext-tokenizer": "*",
10578                 "ext-xmlwriter": "*",
10579                 "php": "^7.2 || ^8.0"
10580             },
10581             "type": "library",
10582             "autoload": {
10583                 "classmap": [
10584                     "src/"
10585                 ]
10586             },
10587             "notification-url": "https://packagist.org/downloads/",
10588             "license": [
10589                 "BSD-3-Clause"
10590             ],
10591             "authors": [
10592                 {
10593                     "name": "Arne Blankerts",
10594                     "email": "arne@blankerts.de",
10595                     "role": "Developer"
10596                 }
10597             ],
10598             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10599             "support": {
10600                 "issues": "https://github.com/theseer/tokenizer/issues",
10601                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10602             },
10603             "funding": [
10604                 {
10605                     "url": "https://github.com/theseer",
10606                     "type": "github"
10607                 }
10608             ],
10609             "time": "2024-03-03T12:36:25+00:00"
10610         }
10611     ],
10612     "aliases": [],
10613     "minimum-stability": "stable",
10614     "stability-flags": {},
10615     "prefer-stable": true,
10616     "prefer-lowest": false,
10617     "platform": {
10618         "php": "^8.2.0",
10619         "ext-curl": "*",
10620         "ext-dom": "*",
10621         "ext-fileinfo": "*",
10622         "ext-gd": "*",
10623         "ext-json": "*",
10624         "ext-mbstring": "*",
10625         "ext-xml": "*",
10626         "ext-zip": "*"
10627     },
10628     "platform-dev": {},
10629     "platform-overrides": {
10630         "php": "8.2.0"
10631     },
10632     "plugin-api-version": "2.6.0"
10633 }