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