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