]> BookStack Code Mirror - bookstack/blob - composer.lock
ZIP Exports: Fixed reference handling for images
[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.352.5",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/aws/aws-sdk-php.git",
69                 "reference": "e226dcc96c0a1165d9c8248ec637d1006b883609"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e226dcc96c0a1165d9c8248ec637d1006b883609",
74                 "reference": "e226dcc96c0a1165d9c8248ec637d1006b883609",
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.352.5"
157             },
158             "time": "2025-08-08T18:09:38+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.9.3",
1121             "source": {
1122                 "type": "git",
1123                 "url": "https://github.com/guzzle/guzzle.git",
1124                 "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
1125             },
1126             "dist": {
1127                 "type": "zip",
1128                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
1129                 "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
1130                 "shasum": ""
1131             },
1132             "require": {
1133                 "ext-json": "*",
1134                 "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
1135                 "guzzlehttp/psr7": "^2.7.0",
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.9.3"
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-03-27T13:37:11+00:00"
1243         },
1244         {
1245             "name": "guzzlehttp/promises",
1246             "version": "2.2.0",
1247             "source": {
1248                 "type": "git",
1249                 "url": "https://github.com/guzzle/promises.git",
1250                 "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
1251             },
1252             "dist": {
1253                 "type": "zip",
1254                 "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
1255                 "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
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.39 || ^9.6.20"
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.2.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-03-27T13:27:01+00:00"
1326         },
1327         {
1328             "name": "guzzlehttp/psr7",
1329             "version": "2.7.1",
1330             "source": {
1331                 "type": "git",
1332                 "url": "https://github.com/guzzle/psr7.git",
1333                 "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
1334             },
1335             "dist": {
1336                 "type": "zip",
1337                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
1338                 "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
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.39 || ^9.6.20"
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.7.1"
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-03-27T12:30:47+00:00"
1442         },
1443         {
1444             "name": "guzzlehttp/uri-template",
1445             "version": "v1.0.4",
1446             "source": {
1447                 "type": "git",
1448                 "url": "https://github.com/guzzle/uri-template.git",
1449                 "reference": "30e286560c137526eccd4ce21b2de477ab0676d2"
1450             },
1451             "dist": {
1452                 "type": "zip",
1453                 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/30e286560c137526eccd4ce21b2de477ab0676d2",
1454                 "reference": "30e286560c137526eccd4ce21b2de477ab0676d2",
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.36 || ^9.6.15",
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.4"
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-02-03T10:55:03+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.1",
1743             "source": {
1744                 "type": "git",
1745                 "url": "https://github.com/laravel/framework.git",
1746                 "reference": "b09ba32795b8e71df10856a2694706663984a239"
1747             },
1748             "dist": {
1749                 "type": "zip",
1750                 "url": "https://api.github.com/repos/laravel/framework/zipball/b09ba32795b8e71df10856a2694706663984a239",
1751                 "reference": "b09ba32795b8e71df10856a2694706663984a239",
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.13.2",
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-06-03T14:01:40+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.0",
3544             "source": {
3545                 "type": "git",
3546                 "url": "https://github.com/nikic/PHP-Parser.git",
3547                 "reference": "221b0d0fdf1369c71047ad1d18bb5880017bbc56"
3548             },
3549             "dist": {
3550                 "type": "zip",
3551                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/221b0d0fdf1369c71047ad1d18bb5880017bbc56",
3552                 "reference": "221b0d0fdf1369c71047ad1d18bb5880017bbc56",
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.0-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.0"
3596             },
3597             "time": "2025-07-27T20:03:57+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.3",
3870             "source": {
3871                 "type": "git",
3872                 "url": "https://github.com/schmittjoh/php-option.git",
3873                 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
3874             },
3875             "dist": {
3876                 "type": "zip",
3877                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
3878                 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
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.39 || ^9.6.20 || ^10.5.28"
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.3"
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": "2024-07-20T21:41:07+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.32.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.32.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://tidelift.com/funding/github/packagist/symfony/symfony",
6386                     "type": "tidelift"
6387                 }
6388             ],
6389             "time": "2024-09-09T11:45:10+00:00"
6390         },
6391         {
6392             "name": "symfony/polyfill-intl-grapheme",
6393             "version": "v1.32.0",
6394             "source": {
6395                 "type": "git",
6396                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6397                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
6398             },
6399             "dist": {
6400                 "type": "zip",
6401                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6402                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6403                 "shasum": ""
6404             },
6405             "require": {
6406                 "php": ">=7.2"
6407             },
6408             "suggest": {
6409                 "ext-intl": "For best performance"
6410             },
6411             "type": "library",
6412             "extra": {
6413                 "thanks": {
6414                     "url": "https://github.com/symfony/polyfill",
6415                     "name": "symfony/polyfill"
6416                 }
6417             },
6418             "autoload": {
6419                 "files": [
6420                     "bootstrap.php"
6421                 ],
6422                 "psr-4": {
6423                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6424                 }
6425             },
6426             "notification-url": "https://packagist.org/downloads/",
6427             "license": [
6428                 "MIT"
6429             ],
6430             "authors": [
6431                 {
6432                     "name": "Nicolas Grekas",
6433                     "email": "p@tchwork.com"
6434                 },
6435                 {
6436                     "name": "Symfony Community",
6437                     "homepage": "https://symfony.com/contributors"
6438                 }
6439             ],
6440             "description": "Symfony polyfill for intl's grapheme_* functions",
6441             "homepage": "https://symfony.com",
6442             "keywords": [
6443                 "compatibility",
6444                 "grapheme",
6445                 "intl",
6446                 "polyfill",
6447                 "portable",
6448                 "shim"
6449             ],
6450             "support": {
6451                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
6452             },
6453             "funding": [
6454                 {
6455                     "url": "https://symfony.com/sponsor",
6456                     "type": "custom"
6457                 },
6458                 {
6459                     "url": "https://github.com/fabpot",
6460                     "type": "github"
6461                 },
6462                 {
6463                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6464                     "type": "tidelift"
6465                 }
6466             ],
6467             "time": "2024-09-09T11:45:10+00:00"
6468         },
6469         {
6470             "name": "symfony/polyfill-intl-idn",
6471             "version": "v1.32.0",
6472             "source": {
6473                 "type": "git",
6474                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6475                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
6476             },
6477             "dist": {
6478                 "type": "zip",
6479                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
6480                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
6481                 "shasum": ""
6482             },
6483             "require": {
6484                 "php": ">=7.2",
6485                 "symfony/polyfill-intl-normalizer": "^1.10"
6486             },
6487             "suggest": {
6488                 "ext-intl": "For best performance"
6489             },
6490             "type": "library",
6491             "extra": {
6492                 "thanks": {
6493                     "url": "https://github.com/symfony/polyfill",
6494                     "name": "symfony/polyfill"
6495                 }
6496             },
6497             "autoload": {
6498                 "files": [
6499                     "bootstrap.php"
6500                 ],
6501                 "psr-4": {
6502                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6503                 }
6504             },
6505             "notification-url": "https://packagist.org/downloads/",
6506             "license": [
6507                 "MIT"
6508             ],
6509             "authors": [
6510                 {
6511                     "name": "Laurent Bassin",
6512                     "email": "laurent@bassin.info"
6513                 },
6514                 {
6515                     "name": "Trevor Rowbotham",
6516                     "email": "trevor.rowbotham@pm.me"
6517                 },
6518                 {
6519                     "name": "Symfony Community",
6520                     "homepage": "https://symfony.com/contributors"
6521                 }
6522             ],
6523             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6524             "homepage": "https://symfony.com",
6525             "keywords": [
6526                 "compatibility",
6527                 "idn",
6528                 "intl",
6529                 "polyfill",
6530                 "portable",
6531                 "shim"
6532             ],
6533             "support": {
6534                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.32.0"
6535             },
6536             "funding": [
6537                 {
6538                     "url": "https://symfony.com/sponsor",
6539                     "type": "custom"
6540                 },
6541                 {
6542                     "url": "https://github.com/fabpot",
6543                     "type": "github"
6544                 },
6545                 {
6546                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6547                     "type": "tidelift"
6548                 }
6549             ],
6550             "time": "2024-09-10T14:38:51+00:00"
6551         },
6552         {
6553             "name": "symfony/polyfill-intl-normalizer",
6554             "version": "v1.32.0",
6555             "source": {
6556                 "type": "git",
6557                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6558                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
6559             },
6560             "dist": {
6561                 "type": "zip",
6562                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
6563                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
6564                 "shasum": ""
6565             },
6566             "require": {
6567                 "php": ">=7.2"
6568             },
6569             "suggest": {
6570                 "ext-intl": "For best performance"
6571             },
6572             "type": "library",
6573             "extra": {
6574                 "thanks": {
6575                     "url": "https://github.com/symfony/polyfill",
6576                     "name": "symfony/polyfill"
6577                 }
6578             },
6579             "autoload": {
6580                 "files": [
6581                     "bootstrap.php"
6582                 ],
6583                 "psr-4": {
6584                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6585                 },
6586                 "classmap": [
6587                     "Resources/stubs"
6588                 ]
6589             },
6590             "notification-url": "https://packagist.org/downloads/",
6591             "license": [
6592                 "MIT"
6593             ],
6594             "authors": [
6595                 {
6596                     "name": "Nicolas Grekas",
6597                     "email": "p@tchwork.com"
6598                 },
6599                 {
6600                     "name": "Symfony Community",
6601                     "homepage": "https://symfony.com/contributors"
6602                 }
6603             ],
6604             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6605             "homepage": "https://symfony.com",
6606             "keywords": [
6607                 "compatibility",
6608                 "intl",
6609                 "normalizer",
6610                 "polyfill",
6611                 "portable",
6612                 "shim"
6613             ],
6614             "support": {
6615                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
6616             },
6617             "funding": [
6618                 {
6619                     "url": "https://symfony.com/sponsor",
6620                     "type": "custom"
6621                 },
6622                 {
6623                     "url": "https://github.com/fabpot",
6624                     "type": "github"
6625                 },
6626                 {
6627                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6628                     "type": "tidelift"
6629                 }
6630             ],
6631             "time": "2024-09-09T11:45:10+00:00"
6632         },
6633         {
6634             "name": "symfony/polyfill-mbstring",
6635             "version": "v1.32.0",
6636             "source": {
6637                 "type": "git",
6638                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6639                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
6640             },
6641             "dist": {
6642                 "type": "zip",
6643                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
6644                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
6645                 "shasum": ""
6646             },
6647             "require": {
6648                 "ext-iconv": "*",
6649                 "php": ">=7.2"
6650             },
6651             "provide": {
6652                 "ext-mbstring": "*"
6653             },
6654             "suggest": {
6655                 "ext-mbstring": "For best performance"
6656             },
6657             "type": "library",
6658             "extra": {
6659                 "thanks": {
6660                     "url": "https://github.com/symfony/polyfill",
6661                     "name": "symfony/polyfill"
6662                 }
6663             },
6664             "autoload": {
6665                 "files": [
6666                     "bootstrap.php"
6667                 ],
6668                 "psr-4": {
6669                     "Symfony\\Polyfill\\Mbstring\\": ""
6670                 }
6671             },
6672             "notification-url": "https://packagist.org/downloads/",
6673             "license": [
6674                 "MIT"
6675             ],
6676             "authors": [
6677                 {
6678                     "name": "Nicolas Grekas",
6679                     "email": "p@tchwork.com"
6680                 },
6681                 {
6682                     "name": "Symfony Community",
6683                     "homepage": "https://symfony.com/contributors"
6684                 }
6685             ],
6686             "description": "Symfony polyfill for the Mbstring extension",
6687             "homepage": "https://symfony.com",
6688             "keywords": [
6689                 "compatibility",
6690                 "mbstring",
6691                 "polyfill",
6692                 "portable",
6693                 "shim"
6694             ],
6695             "support": {
6696                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
6697             },
6698             "funding": [
6699                 {
6700                     "url": "https://symfony.com/sponsor",
6701                     "type": "custom"
6702                 },
6703                 {
6704                     "url": "https://github.com/fabpot",
6705                     "type": "github"
6706                 },
6707                 {
6708                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6709                     "type": "tidelift"
6710                 }
6711             ],
6712             "time": "2024-12-23T08:48:59+00:00"
6713         },
6714         {
6715             "name": "symfony/polyfill-php80",
6716             "version": "v1.32.0",
6717             "source": {
6718                 "type": "git",
6719                 "url": "https://github.com/symfony/polyfill-php80.git",
6720                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
6721             },
6722             "dist": {
6723                 "type": "zip",
6724                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
6725                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
6726                 "shasum": ""
6727             },
6728             "require": {
6729                 "php": ">=7.2"
6730             },
6731             "type": "library",
6732             "extra": {
6733                 "thanks": {
6734                     "url": "https://github.com/symfony/polyfill",
6735                     "name": "symfony/polyfill"
6736                 }
6737             },
6738             "autoload": {
6739                 "files": [
6740                     "bootstrap.php"
6741                 ],
6742                 "psr-4": {
6743                     "Symfony\\Polyfill\\Php80\\": ""
6744                 },
6745                 "classmap": [
6746                     "Resources/stubs"
6747                 ]
6748             },
6749             "notification-url": "https://packagist.org/downloads/",
6750             "license": [
6751                 "MIT"
6752             ],
6753             "authors": [
6754                 {
6755                     "name": "Ion Bazan",
6756                     "email": "ion.bazan@gmail.com"
6757                 },
6758                 {
6759                     "name": "Nicolas Grekas",
6760                     "email": "p@tchwork.com"
6761                 },
6762                 {
6763                     "name": "Symfony Community",
6764                     "homepage": "https://symfony.com/contributors"
6765                 }
6766             ],
6767             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6768             "homepage": "https://symfony.com",
6769             "keywords": [
6770                 "compatibility",
6771                 "polyfill",
6772                 "portable",
6773                 "shim"
6774             ],
6775             "support": {
6776                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
6777             },
6778             "funding": [
6779                 {
6780                     "url": "https://symfony.com/sponsor",
6781                     "type": "custom"
6782                 },
6783                 {
6784                     "url": "https://github.com/fabpot",
6785                     "type": "github"
6786                 },
6787                 {
6788                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6789                     "type": "tidelift"
6790                 }
6791             ],
6792             "time": "2025-01-02T08:10:11+00:00"
6793         },
6794         {
6795             "name": "symfony/polyfill-php83",
6796             "version": "v1.32.0",
6797             "source": {
6798                 "type": "git",
6799                 "url": "https://github.com/symfony/polyfill-php83.git",
6800                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
6801             },
6802             "dist": {
6803                 "type": "zip",
6804                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
6805                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
6806                 "shasum": ""
6807             },
6808             "require": {
6809                 "php": ">=7.2"
6810             },
6811             "type": "library",
6812             "extra": {
6813                 "thanks": {
6814                     "url": "https://github.com/symfony/polyfill",
6815                     "name": "symfony/polyfill"
6816                 }
6817             },
6818             "autoload": {
6819                 "files": [
6820                     "bootstrap.php"
6821                 ],
6822                 "psr-4": {
6823                     "Symfony\\Polyfill\\Php83\\": ""
6824                 },
6825                 "classmap": [
6826                     "Resources/stubs"
6827                 ]
6828             },
6829             "notification-url": "https://packagist.org/downloads/",
6830             "license": [
6831                 "MIT"
6832             ],
6833             "authors": [
6834                 {
6835                     "name": "Nicolas Grekas",
6836                     "email": "p@tchwork.com"
6837                 },
6838                 {
6839                     "name": "Symfony Community",
6840                     "homepage": "https://symfony.com/contributors"
6841                 }
6842             ],
6843             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
6844             "homepage": "https://symfony.com",
6845             "keywords": [
6846                 "compatibility",
6847                 "polyfill",
6848                 "portable",
6849                 "shim"
6850             ],
6851             "support": {
6852                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.32.0"
6853             },
6854             "funding": [
6855                 {
6856                     "url": "https://symfony.com/sponsor",
6857                     "type": "custom"
6858                 },
6859                 {
6860                     "url": "https://github.com/fabpot",
6861                     "type": "github"
6862                 },
6863                 {
6864                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6865                     "type": "tidelift"
6866                 }
6867             ],
6868             "time": "2024-09-09T11:45:10+00:00"
6869         },
6870         {
6871             "name": "symfony/polyfill-uuid",
6872             "version": "v1.32.0",
6873             "source": {
6874                 "type": "git",
6875                 "url": "https://github.com/symfony/polyfill-uuid.git",
6876                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
6877             },
6878             "dist": {
6879                 "type": "zip",
6880                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6881                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6882                 "shasum": ""
6883             },
6884             "require": {
6885                 "php": ">=7.2"
6886             },
6887             "provide": {
6888                 "ext-uuid": "*"
6889             },
6890             "suggest": {
6891                 "ext-uuid": "For best performance"
6892             },
6893             "type": "library",
6894             "extra": {
6895                 "thanks": {
6896                     "url": "https://github.com/symfony/polyfill",
6897                     "name": "symfony/polyfill"
6898                 }
6899             },
6900             "autoload": {
6901                 "files": [
6902                     "bootstrap.php"
6903                 ],
6904                 "psr-4": {
6905                     "Symfony\\Polyfill\\Uuid\\": ""
6906                 }
6907             },
6908             "notification-url": "https://packagist.org/downloads/",
6909             "license": [
6910                 "MIT"
6911             ],
6912             "authors": [
6913                 {
6914                     "name": "Grégoire Pineau",
6915                     "email": "lyrixx@lyrixx.info"
6916                 },
6917                 {
6918                     "name": "Symfony Community",
6919                     "homepage": "https://symfony.com/contributors"
6920                 }
6921             ],
6922             "description": "Symfony polyfill for uuid functions",
6923             "homepage": "https://symfony.com",
6924             "keywords": [
6925                 "compatibility",
6926                 "polyfill",
6927                 "portable",
6928                 "uuid"
6929             ],
6930             "support": {
6931                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.32.0"
6932             },
6933             "funding": [
6934                 {
6935                     "url": "https://symfony.com/sponsor",
6936                     "type": "custom"
6937                 },
6938                 {
6939                     "url": "https://github.com/fabpot",
6940                     "type": "github"
6941                 },
6942                 {
6943                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6944                     "type": "tidelift"
6945                 }
6946             ],
6947             "time": "2024-09-09T11:45:10+00:00"
6948         },
6949         {
6950             "name": "symfony/process",
6951             "version": "v7.3.0",
6952             "source": {
6953                 "type": "git",
6954                 "url": "https://github.com/symfony/process.git",
6955                 "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
6956             },
6957             "dist": {
6958                 "type": "zip",
6959                 "url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
6960                 "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
6961                 "shasum": ""
6962             },
6963             "require": {
6964                 "php": ">=8.2"
6965             },
6966             "type": "library",
6967             "autoload": {
6968                 "psr-4": {
6969                     "Symfony\\Component\\Process\\": ""
6970                 },
6971                 "exclude-from-classmap": [
6972                     "/Tests/"
6973                 ]
6974             },
6975             "notification-url": "https://packagist.org/downloads/",
6976             "license": [
6977                 "MIT"
6978             ],
6979             "authors": [
6980                 {
6981                     "name": "Fabien Potencier",
6982                     "email": "fabien@symfony.com"
6983                 },
6984                 {
6985                     "name": "Symfony Community",
6986                     "homepage": "https://symfony.com/contributors"
6987                 }
6988             ],
6989             "description": "Executes commands in sub-processes",
6990             "homepage": "https://symfony.com",
6991             "support": {
6992                 "source": "https://github.com/symfony/process/tree/v7.3.0"
6993             },
6994             "funding": [
6995                 {
6996                     "url": "https://symfony.com/sponsor",
6997                     "type": "custom"
6998                 },
6999                 {
7000                     "url": "https://github.com/fabpot",
7001                     "type": "github"
7002                 },
7003                 {
7004                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7005                     "type": "tidelift"
7006                 }
7007             ],
7008             "time": "2025-04-17T09:11:12+00:00"
7009         },
7010         {
7011             "name": "symfony/routing",
7012             "version": "v7.3.2",
7013             "source": {
7014                 "type": "git",
7015                 "url": "https://github.com/symfony/routing.git",
7016                 "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4"
7017             },
7018             "dist": {
7019                 "type": "zip",
7020                 "url": "https://api.github.com/repos/symfony/routing/zipball/7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
7021                 "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
7022                 "shasum": ""
7023             },
7024             "require": {
7025                 "php": ">=8.2",
7026                 "symfony/deprecation-contracts": "^2.5|^3"
7027             },
7028             "conflict": {
7029                 "symfony/config": "<6.4",
7030                 "symfony/dependency-injection": "<6.4",
7031                 "symfony/yaml": "<6.4"
7032             },
7033             "require-dev": {
7034                 "psr/log": "^1|^2|^3",
7035                 "symfony/config": "^6.4|^7.0",
7036                 "symfony/dependency-injection": "^6.4|^7.0",
7037                 "symfony/expression-language": "^6.4|^7.0",
7038                 "symfony/http-foundation": "^6.4|^7.0",
7039                 "symfony/yaml": "^6.4|^7.0"
7040             },
7041             "type": "library",
7042             "autoload": {
7043                 "psr-4": {
7044                     "Symfony\\Component\\Routing\\": ""
7045                 },
7046                 "exclude-from-classmap": [
7047                     "/Tests/"
7048                 ]
7049             },
7050             "notification-url": "https://packagist.org/downloads/",
7051             "license": [
7052                 "MIT"
7053             ],
7054             "authors": [
7055                 {
7056                     "name": "Fabien Potencier",
7057                     "email": "fabien@symfony.com"
7058                 },
7059                 {
7060                     "name": "Symfony Community",
7061                     "homepage": "https://symfony.com/contributors"
7062                 }
7063             ],
7064             "description": "Maps an HTTP request to a set of configuration variables",
7065             "homepage": "https://symfony.com",
7066             "keywords": [
7067                 "router",
7068                 "routing",
7069                 "uri",
7070                 "url"
7071             ],
7072             "support": {
7073                 "source": "https://github.com/symfony/routing/tree/v7.3.2"
7074             },
7075             "funding": [
7076                 {
7077                     "url": "https://symfony.com/sponsor",
7078                     "type": "custom"
7079                 },
7080                 {
7081                     "url": "https://github.com/fabpot",
7082                     "type": "github"
7083                 },
7084                 {
7085                     "url": "https://github.com/nicolas-grekas",
7086                     "type": "github"
7087                 },
7088                 {
7089                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7090                     "type": "tidelift"
7091                 }
7092             ],
7093             "time": "2025-07-15T11:36:08+00:00"
7094         },
7095         {
7096             "name": "symfony/service-contracts",
7097             "version": "v3.6.0",
7098             "source": {
7099                 "type": "git",
7100                 "url": "https://github.com/symfony/service-contracts.git",
7101                 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
7102             },
7103             "dist": {
7104                 "type": "zip",
7105                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
7106                 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
7107                 "shasum": ""
7108             },
7109             "require": {
7110                 "php": ">=8.1",
7111                 "psr/container": "^1.1|^2.0",
7112                 "symfony/deprecation-contracts": "^2.5|^3"
7113             },
7114             "conflict": {
7115                 "ext-psr": "<1.1|>=2"
7116             },
7117             "type": "library",
7118             "extra": {
7119                 "thanks": {
7120                     "url": "https://github.com/symfony/contracts",
7121                     "name": "symfony/contracts"
7122                 },
7123                 "branch-alias": {
7124                     "dev-main": "3.6-dev"
7125                 }
7126             },
7127             "autoload": {
7128                 "psr-4": {
7129                     "Symfony\\Contracts\\Service\\": ""
7130                 },
7131                 "exclude-from-classmap": [
7132                     "/Test/"
7133                 ]
7134             },
7135             "notification-url": "https://packagist.org/downloads/",
7136             "license": [
7137                 "MIT"
7138             ],
7139             "authors": [
7140                 {
7141                     "name": "Nicolas Grekas",
7142                     "email": "p@tchwork.com"
7143                 },
7144                 {
7145                     "name": "Symfony Community",
7146                     "homepage": "https://symfony.com/contributors"
7147                 }
7148             ],
7149             "description": "Generic abstractions related to writing services",
7150             "homepage": "https://symfony.com",
7151             "keywords": [
7152                 "abstractions",
7153                 "contracts",
7154                 "decoupling",
7155                 "interfaces",
7156                 "interoperability",
7157                 "standards"
7158             ],
7159             "support": {
7160                 "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
7161             },
7162             "funding": [
7163                 {
7164                     "url": "https://symfony.com/sponsor",
7165                     "type": "custom"
7166                 },
7167                 {
7168                     "url": "https://github.com/fabpot",
7169                     "type": "github"
7170                 },
7171                 {
7172                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7173                     "type": "tidelift"
7174                 }
7175             ],
7176             "time": "2025-04-25T09:37:31+00:00"
7177         },
7178         {
7179             "name": "symfony/string",
7180             "version": "v7.3.2",
7181             "source": {
7182                 "type": "git",
7183                 "url": "https://github.com/symfony/string.git",
7184                 "reference": "42f505aff654e62ac7ac2ce21033818297ca89ca"
7185             },
7186             "dist": {
7187                 "type": "zip",
7188                 "url": "https://api.github.com/repos/symfony/string/zipball/42f505aff654e62ac7ac2ce21033818297ca89ca",
7189                 "reference": "42f505aff654e62ac7ac2ce21033818297ca89ca",
7190                 "shasum": ""
7191             },
7192             "require": {
7193                 "php": ">=8.2",
7194                 "symfony/polyfill-ctype": "~1.8",
7195                 "symfony/polyfill-intl-grapheme": "~1.0",
7196                 "symfony/polyfill-intl-normalizer": "~1.0",
7197                 "symfony/polyfill-mbstring": "~1.0"
7198             },
7199             "conflict": {
7200                 "symfony/translation-contracts": "<2.5"
7201             },
7202             "require-dev": {
7203                 "symfony/emoji": "^7.1",
7204                 "symfony/error-handler": "^6.4|^7.0",
7205                 "symfony/http-client": "^6.4|^7.0",
7206                 "symfony/intl": "^6.4|^7.0",
7207                 "symfony/translation-contracts": "^2.5|^3.0",
7208                 "symfony/var-exporter": "^6.4|^7.0"
7209             },
7210             "type": "library",
7211             "autoload": {
7212                 "files": [
7213                     "Resources/functions.php"
7214                 ],
7215                 "psr-4": {
7216                     "Symfony\\Component\\String\\": ""
7217                 },
7218                 "exclude-from-classmap": [
7219                     "/Tests/"
7220                 ]
7221             },
7222             "notification-url": "https://packagist.org/downloads/",
7223             "license": [
7224                 "MIT"
7225             ],
7226             "authors": [
7227                 {
7228                     "name": "Nicolas Grekas",
7229                     "email": "p@tchwork.com"
7230                 },
7231                 {
7232                     "name": "Symfony Community",
7233                     "homepage": "https://symfony.com/contributors"
7234                 }
7235             ],
7236             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7237             "homepage": "https://symfony.com",
7238             "keywords": [
7239                 "grapheme",
7240                 "i18n",
7241                 "string",
7242                 "unicode",
7243                 "utf-8",
7244                 "utf8"
7245             ],
7246             "support": {
7247                 "source": "https://github.com/symfony/string/tree/v7.3.2"
7248             },
7249             "funding": [
7250                 {
7251                     "url": "https://symfony.com/sponsor",
7252                     "type": "custom"
7253                 },
7254                 {
7255                     "url": "https://github.com/fabpot",
7256                     "type": "github"
7257                 },
7258                 {
7259                     "url": "https://github.com/nicolas-grekas",
7260                     "type": "github"
7261                 },
7262                 {
7263                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7264                     "type": "tidelift"
7265                 }
7266             ],
7267             "time": "2025-07-10T08:47:49+00:00"
7268         },
7269         {
7270             "name": "symfony/translation",
7271             "version": "v7.3.2",
7272             "source": {
7273                 "type": "git",
7274                 "url": "https://github.com/symfony/translation.git",
7275                 "reference": "81b48f4daa96272efcce9c7a6c4b58e629df3c90"
7276             },
7277             "dist": {
7278                 "type": "zip",
7279                 "url": "https://api.github.com/repos/symfony/translation/zipball/81b48f4daa96272efcce9c7a6c4b58e629df3c90",
7280                 "reference": "81b48f4daa96272efcce9c7a6c4b58e629df3c90",
7281                 "shasum": ""
7282             },
7283             "require": {
7284                 "php": ">=8.2",
7285                 "symfony/deprecation-contracts": "^2.5|^3",
7286                 "symfony/polyfill-mbstring": "~1.0",
7287                 "symfony/translation-contracts": "^2.5|^3.0"
7288             },
7289             "conflict": {
7290                 "nikic/php-parser": "<5.0",
7291                 "symfony/config": "<6.4",
7292                 "symfony/console": "<6.4",
7293                 "symfony/dependency-injection": "<6.4",
7294                 "symfony/http-client-contracts": "<2.5",
7295                 "symfony/http-kernel": "<6.4",
7296                 "symfony/service-contracts": "<2.5",
7297                 "symfony/twig-bundle": "<6.4",
7298                 "symfony/yaml": "<6.4"
7299             },
7300             "provide": {
7301                 "symfony/translation-implementation": "2.3|3.0"
7302             },
7303             "require-dev": {
7304                 "nikic/php-parser": "^5.0",
7305                 "psr/log": "^1|^2|^3",
7306                 "symfony/config": "^6.4|^7.0",
7307                 "symfony/console": "^6.4|^7.0",
7308                 "symfony/dependency-injection": "^6.4|^7.0",
7309                 "symfony/finder": "^6.4|^7.0",
7310                 "symfony/http-client-contracts": "^2.5|^3.0",
7311                 "symfony/http-kernel": "^6.4|^7.0",
7312                 "symfony/intl": "^6.4|^7.0",
7313                 "symfony/polyfill-intl-icu": "^1.21",
7314                 "symfony/routing": "^6.4|^7.0",
7315                 "symfony/service-contracts": "^2.5|^3",
7316                 "symfony/yaml": "^6.4|^7.0"
7317             },
7318             "type": "library",
7319             "autoload": {
7320                 "files": [
7321                     "Resources/functions.php"
7322                 ],
7323                 "psr-4": {
7324                     "Symfony\\Component\\Translation\\": ""
7325                 },
7326                 "exclude-from-classmap": [
7327                     "/Tests/"
7328                 ]
7329             },
7330             "notification-url": "https://packagist.org/downloads/",
7331             "license": [
7332                 "MIT"
7333             ],
7334             "authors": [
7335                 {
7336                     "name": "Fabien Potencier",
7337                     "email": "fabien@symfony.com"
7338                 },
7339                 {
7340                     "name": "Symfony Community",
7341                     "homepage": "https://symfony.com/contributors"
7342                 }
7343             ],
7344             "description": "Provides tools to internationalize your application",
7345             "homepage": "https://symfony.com",
7346             "support": {
7347                 "source": "https://github.com/symfony/translation/tree/v7.3.2"
7348             },
7349             "funding": [
7350                 {
7351                     "url": "https://symfony.com/sponsor",
7352                     "type": "custom"
7353                 },
7354                 {
7355                     "url": "https://github.com/fabpot",
7356                     "type": "github"
7357                 },
7358                 {
7359                     "url": "https://github.com/nicolas-grekas",
7360                     "type": "github"
7361                 },
7362                 {
7363                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7364                     "type": "tidelift"
7365                 }
7366             ],
7367             "time": "2025-07-30T17:31:46+00:00"
7368         },
7369         {
7370             "name": "symfony/translation-contracts",
7371             "version": "v3.6.0",
7372             "source": {
7373                 "type": "git",
7374                 "url": "https://github.com/symfony/translation-contracts.git",
7375                 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
7376             },
7377             "dist": {
7378                 "type": "zip",
7379                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
7380                 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
7381                 "shasum": ""
7382             },
7383             "require": {
7384                 "php": ">=8.1"
7385             },
7386             "type": "library",
7387             "extra": {
7388                 "thanks": {
7389                     "url": "https://github.com/symfony/contracts",
7390                     "name": "symfony/contracts"
7391                 },
7392                 "branch-alias": {
7393                     "dev-main": "3.6-dev"
7394                 }
7395             },
7396             "autoload": {
7397                 "psr-4": {
7398                     "Symfony\\Contracts\\Translation\\": ""
7399                 },
7400                 "exclude-from-classmap": [
7401                     "/Test/"
7402                 ]
7403             },
7404             "notification-url": "https://packagist.org/downloads/",
7405             "license": [
7406                 "MIT"
7407             ],
7408             "authors": [
7409                 {
7410                     "name": "Nicolas Grekas",
7411                     "email": "p@tchwork.com"
7412                 },
7413                 {
7414                     "name": "Symfony Community",
7415                     "homepage": "https://symfony.com/contributors"
7416                 }
7417             ],
7418             "description": "Generic abstractions related to translation",
7419             "homepage": "https://symfony.com",
7420             "keywords": [
7421                 "abstractions",
7422                 "contracts",
7423                 "decoupling",
7424                 "interfaces",
7425                 "interoperability",
7426                 "standards"
7427             ],
7428             "support": {
7429                 "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
7430             },
7431             "funding": [
7432                 {
7433                     "url": "https://symfony.com/sponsor",
7434                     "type": "custom"
7435                 },
7436                 {
7437                     "url": "https://github.com/fabpot",
7438                     "type": "github"
7439                 },
7440                 {
7441                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7442                     "type": "tidelift"
7443                 }
7444             ],
7445             "time": "2024-09-27T08:32:26+00:00"
7446         },
7447         {
7448             "name": "symfony/uid",
7449             "version": "v7.3.1",
7450             "source": {
7451                 "type": "git",
7452                 "url": "https://github.com/symfony/uid.git",
7453                 "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb"
7454             },
7455             "dist": {
7456                 "type": "zip",
7457                 "url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb",
7458                 "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb",
7459                 "shasum": ""
7460             },
7461             "require": {
7462                 "php": ">=8.2",
7463                 "symfony/polyfill-uuid": "^1.15"
7464             },
7465             "require-dev": {
7466                 "symfony/console": "^6.4|^7.0"
7467             },
7468             "type": "library",
7469             "autoload": {
7470                 "psr-4": {
7471                     "Symfony\\Component\\Uid\\": ""
7472                 },
7473                 "exclude-from-classmap": [
7474                     "/Tests/"
7475                 ]
7476             },
7477             "notification-url": "https://packagist.org/downloads/",
7478             "license": [
7479                 "MIT"
7480             ],
7481             "authors": [
7482                 {
7483                     "name": "Grégoire Pineau",
7484                     "email": "lyrixx@lyrixx.info"
7485                 },
7486                 {
7487                     "name": "Nicolas Grekas",
7488                     "email": "p@tchwork.com"
7489                 },
7490                 {
7491                     "name": "Symfony Community",
7492                     "homepage": "https://symfony.com/contributors"
7493                 }
7494             ],
7495             "description": "Provides an object-oriented API to generate and represent UIDs",
7496             "homepage": "https://symfony.com",
7497             "keywords": [
7498                 "UID",
7499                 "ulid",
7500                 "uuid"
7501             ],
7502             "support": {
7503                 "source": "https://github.com/symfony/uid/tree/v7.3.1"
7504             },
7505             "funding": [
7506                 {
7507                     "url": "https://symfony.com/sponsor",
7508                     "type": "custom"
7509                 },
7510                 {
7511                     "url": "https://github.com/fabpot",
7512                     "type": "github"
7513                 },
7514                 {
7515                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7516                     "type": "tidelift"
7517                 }
7518             ],
7519             "time": "2025-06-27T19:55:54+00:00"
7520         },
7521         {
7522             "name": "symfony/var-dumper",
7523             "version": "v7.3.2",
7524             "source": {
7525                 "type": "git",
7526                 "url": "https://github.com/symfony/var-dumper.git",
7527                 "reference": "53205bea27450dc5c65377518b3275e126d45e75"
7528             },
7529             "dist": {
7530                 "type": "zip",
7531                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/53205bea27450dc5c65377518b3275e126d45e75",
7532                 "reference": "53205bea27450dc5c65377518b3275e126d45e75",
7533                 "shasum": ""
7534             },
7535             "require": {
7536                 "php": ">=8.2",
7537                 "symfony/deprecation-contracts": "^2.5|^3",
7538                 "symfony/polyfill-mbstring": "~1.0"
7539             },
7540             "conflict": {
7541                 "symfony/console": "<6.4"
7542             },
7543             "require-dev": {
7544                 "symfony/console": "^6.4|^7.0",
7545                 "symfony/http-kernel": "^6.4|^7.0",
7546                 "symfony/process": "^6.4|^7.0",
7547                 "symfony/uid": "^6.4|^7.0",
7548                 "twig/twig": "^3.12"
7549             },
7550             "bin": [
7551                 "Resources/bin/var-dump-server"
7552             ],
7553             "type": "library",
7554             "autoload": {
7555                 "files": [
7556                     "Resources/functions/dump.php"
7557                 ],
7558                 "psr-4": {
7559                     "Symfony\\Component\\VarDumper\\": ""
7560                 },
7561                 "exclude-from-classmap": [
7562                     "/Tests/"
7563                 ]
7564             },
7565             "notification-url": "https://packagist.org/downloads/",
7566             "license": [
7567                 "MIT"
7568             ],
7569             "authors": [
7570                 {
7571                     "name": "Nicolas Grekas",
7572                     "email": "p@tchwork.com"
7573                 },
7574                 {
7575                     "name": "Symfony Community",
7576                     "homepage": "https://symfony.com/contributors"
7577                 }
7578             ],
7579             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7580             "homepage": "https://symfony.com",
7581             "keywords": [
7582                 "debug",
7583                 "dump"
7584             ],
7585             "support": {
7586                 "source": "https://github.com/symfony/var-dumper/tree/v7.3.2"
7587             },
7588             "funding": [
7589                 {
7590                     "url": "https://symfony.com/sponsor",
7591                     "type": "custom"
7592                 },
7593                 {
7594                     "url": "https://github.com/fabpot",
7595                     "type": "github"
7596                 },
7597                 {
7598                     "url": "https://github.com/nicolas-grekas",
7599                     "type": "github"
7600                 },
7601                 {
7602                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7603                     "type": "tidelift"
7604                 }
7605             ],
7606             "time": "2025-07-29T20:02:46+00:00"
7607         },
7608         {
7609             "name": "tijsverkoyen/css-to-inline-styles",
7610             "version": "v2.3.0",
7611             "source": {
7612                 "type": "git",
7613                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7614                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
7615             },
7616             "dist": {
7617                 "type": "zip",
7618                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
7619                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
7620                 "shasum": ""
7621             },
7622             "require": {
7623                 "ext-dom": "*",
7624                 "ext-libxml": "*",
7625                 "php": "^7.4 || ^8.0",
7626                 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
7627             },
7628             "require-dev": {
7629                 "phpstan/phpstan": "^2.0",
7630                 "phpstan/phpstan-phpunit": "^2.0",
7631                 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
7632             },
7633             "type": "library",
7634             "extra": {
7635                 "branch-alias": {
7636                     "dev-master": "2.x-dev"
7637                 }
7638             },
7639             "autoload": {
7640                 "psr-4": {
7641                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7642                 }
7643             },
7644             "notification-url": "https://packagist.org/downloads/",
7645             "license": [
7646                 "BSD-3-Clause"
7647             ],
7648             "authors": [
7649                 {
7650                     "name": "Tijs Verkoyen",
7651                     "email": "css_to_inline_styles@verkoyen.eu",
7652                     "role": "Developer"
7653                 }
7654             ],
7655             "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.",
7656             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7657             "support": {
7658                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7659                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
7660             },
7661             "time": "2024-12-21T16:25:41+00:00"
7662         },
7663         {
7664             "name": "vlucas/phpdotenv",
7665             "version": "v5.6.2",
7666             "source": {
7667                 "type": "git",
7668                 "url": "https://github.com/vlucas/phpdotenv.git",
7669                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
7670             },
7671             "dist": {
7672                 "type": "zip",
7673                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
7674                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
7675                 "shasum": ""
7676             },
7677             "require": {
7678                 "ext-pcre": "*",
7679                 "graham-campbell/result-type": "^1.1.3",
7680                 "php": "^7.2.5 || ^8.0",
7681                 "phpoption/phpoption": "^1.9.3",
7682                 "symfony/polyfill-ctype": "^1.24",
7683                 "symfony/polyfill-mbstring": "^1.24",
7684                 "symfony/polyfill-php80": "^1.24"
7685             },
7686             "require-dev": {
7687                 "bamarni/composer-bin-plugin": "^1.8.2",
7688                 "ext-filter": "*",
7689                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7690             },
7691             "suggest": {
7692                 "ext-filter": "Required to use the boolean validator."
7693             },
7694             "type": "library",
7695             "extra": {
7696                 "bamarni-bin": {
7697                     "bin-links": true,
7698                     "forward-command": false
7699                 },
7700                 "branch-alias": {
7701                     "dev-master": "5.6-dev"
7702                 }
7703             },
7704             "autoload": {
7705                 "psr-4": {
7706                     "Dotenv\\": "src/"
7707                 }
7708             },
7709             "notification-url": "https://packagist.org/downloads/",
7710             "license": [
7711                 "BSD-3-Clause"
7712             ],
7713             "authors": [
7714                 {
7715                     "name": "Graham Campbell",
7716                     "email": "hello@gjcampbell.co.uk",
7717                     "homepage": "https://github.com/GrahamCampbell"
7718                 },
7719                 {
7720                     "name": "Vance Lucas",
7721                     "email": "vance@vancelucas.com",
7722                     "homepage": "https://github.com/vlucas"
7723                 }
7724             ],
7725             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7726             "keywords": [
7727                 "dotenv",
7728                 "env",
7729                 "environment"
7730             ],
7731             "support": {
7732                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7733                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
7734             },
7735             "funding": [
7736                 {
7737                     "url": "https://github.com/GrahamCampbell",
7738                     "type": "github"
7739                 },
7740                 {
7741                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7742                     "type": "tidelift"
7743                 }
7744             ],
7745             "time": "2025-04-30T23:37:27+00:00"
7746         },
7747         {
7748             "name": "voku/portable-ascii",
7749             "version": "2.0.3",
7750             "source": {
7751                 "type": "git",
7752                 "url": "https://github.com/voku/portable-ascii.git",
7753                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
7754             },
7755             "dist": {
7756                 "type": "zip",
7757                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7758                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7759                 "shasum": ""
7760             },
7761             "require": {
7762                 "php": ">=7.0.0"
7763             },
7764             "require-dev": {
7765                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7766             },
7767             "suggest": {
7768                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7769             },
7770             "type": "library",
7771             "autoload": {
7772                 "psr-4": {
7773                     "voku\\": "src/voku/"
7774                 }
7775             },
7776             "notification-url": "https://packagist.org/downloads/",
7777             "license": [
7778                 "MIT"
7779             ],
7780             "authors": [
7781                 {
7782                     "name": "Lars Moelleken",
7783                     "homepage": "https://www.moelleken.org/"
7784                 }
7785             ],
7786             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7787             "homepage": "https://github.com/voku/portable-ascii",
7788             "keywords": [
7789                 "ascii",
7790                 "clean",
7791                 "php"
7792             ],
7793             "support": {
7794                 "issues": "https://github.com/voku/portable-ascii/issues",
7795                 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
7796             },
7797             "funding": [
7798                 {
7799                     "url": "https://www.paypal.me/moelleken",
7800                     "type": "custom"
7801                 },
7802                 {
7803                     "url": "https://github.com/voku",
7804                     "type": "github"
7805                 },
7806                 {
7807                     "url": "https://opencollective.com/portable-ascii",
7808                     "type": "open_collective"
7809                 },
7810                 {
7811                     "url": "https://www.patreon.com/voku",
7812                     "type": "patreon"
7813                 },
7814                 {
7815                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7816                     "type": "tidelift"
7817                 }
7818             ],
7819             "time": "2024-11-21T01:49:47+00:00"
7820         },
7821         {
7822             "name": "webmozart/assert",
7823             "version": "1.11.0",
7824             "source": {
7825                 "type": "git",
7826                 "url": "https://github.com/webmozarts/assert.git",
7827                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7828             },
7829             "dist": {
7830                 "type": "zip",
7831                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7832                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7833                 "shasum": ""
7834             },
7835             "require": {
7836                 "ext-ctype": "*",
7837                 "php": "^7.2 || ^8.0"
7838             },
7839             "conflict": {
7840                 "phpstan/phpstan": "<0.12.20",
7841                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7842             },
7843             "require-dev": {
7844                 "phpunit/phpunit": "^8.5.13"
7845             },
7846             "type": "library",
7847             "extra": {
7848                 "branch-alias": {
7849                     "dev-master": "1.10-dev"
7850                 }
7851             },
7852             "autoload": {
7853                 "psr-4": {
7854                     "Webmozart\\Assert\\": "src/"
7855                 }
7856             },
7857             "notification-url": "https://packagist.org/downloads/",
7858             "license": [
7859                 "MIT"
7860             ],
7861             "authors": [
7862                 {
7863                     "name": "Bernhard Schussek",
7864                     "email": "bschussek@gmail.com"
7865                 }
7866             ],
7867             "description": "Assertions to validate method input/output with nice error messages.",
7868             "keywords": [
7869                 "assert",
7870                 "check",
7871                 "validate"
7872             ],
7873             "support": {
7874                 "issues": "https://github.com/webmozarts/assert/issues",
7875                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7876             },
7877             "time": "2022-06-03T18:03:27+00:00"
7878         }
7879     ],
7880     "packages-dev": [
7881         {
7882             "name": "fakerphp/faker",
7883             "version": "v1.24.1",
7884             "source": {
7885                 "type": "git",
7886                 "url": "https://github.com/FakerPHP/Faker.git",
7887                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
7888             },
7889             "dist": {
7890                 "type": "zip",
7891                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7892                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7893                 "shasum": ""
7894             },
7895             "require": {
7896                 "php": "^7.4 || ^8.0",
7897                 "psr/container": "^1.0 || ^2.0",
7898                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
7899             },
7900             "conflict": {
7901                 "fzaninotto/faker": "*"
7902             },
7903             "require-dev": {
7904                 "bamarni/composer-bin-plugin": "^1.4.1",
7905                 "doctrine/persistence": "^1.3 || ^2.0",
7906                 "ext-intl": "*",
7907                 "phpunit/phpunit": "^9.5.26",
7908                 "symfony/phpunit-bridge": "^5.4.16"
7909             },
7910             "suggest": {
7911                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
7912                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
7913                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
7914                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
7915                 "ext-mbstring": "Required for multibyte Unicode string functionality."
7916             },
7917             "type": "library",
7918             "autoload": {
7919                 "psr-4": {
7920                     "Faker\\": "src/Faker/"
7921                 }
7922             },
7923             "notification-url": "https://packagist.org/downloads/",
7924             "license": [
7925                 "MIT"
7926             ],
7927             "authors": [
7928                 {
7929                     "name": "François Zaninotto"
7930                 }
7931             ],
7932             "description": "Faker is a PHP library that generates fake data for you.",
7933             "keywords": [
7934                 "data",
7935                 "faker",
7936                 "fixtures"
7937             ],
7938             "support": {
7939                 "issues": "https://github.com/FakerPHP/Faker/issues",
7940                 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
7941             },
7942             "time": "2024-11-21T13:46:39+00:00"
7943         },
7944         {
7945             "name": "filp/whoops",
7946             "version": "2.18.4",
7947             "source": {
7948                 "type": "git",
7949                 "url": "https://github.com/filp/whoops.git",
7950                 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
7951             },
7952             "dist": {
7953                 "type": "zip",
7954                 "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
7955                 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
7956                 "shasum": ""
7957             },
7958             "require": {
7959                 "php": "^7.1 || ^8.0",
7960                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
7961             },
7962             "require-dev": {
7963                 "mockery/mockery": "^1.0",
7964                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
7965                 "symfony/var-dumper": "^4.0 || ^5.0"
7966             },
7967             "suggest": {
7968                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
7969                 "whoops/soap": "Formats errors as SOAP responses"
7970             },
7971             "type": "library",
7972             "extra": {
7973                 "branch-alias": {
7974                     "dev-master": "2.7-dev"
7975                 }
7976             },
7977             "autoload": {
7978                 "psr-4": {
7979                     "Whoops\\": "src/Whoops/"
7980                 }
7981             },
7982             "notification-url": "https://packagist.org/downloads/",
7983             "license": [
7984                 "MIT"
7985             ],
7986             "authors": [
7987                 {
7988                     "name": "Filipe Dobreira",
7989                     "homepage": "https://github.com/filp",
7990                     "role": "Developer"
7991                 }
7992             ],
7993             "description": "php error handling for cool kids",
7994             "homepage": "https://filp.github.io/whoops/",
7995             "keywords": [
7996                 "error",
7997                 "exception",
7998                 "handling",
7999                 "library",
8000                 "throwable",
8001                 "whoops"
8002             ],
8003             "support": {
8004                 "issues": "https://github.com/filp/whoops/issues",
8005                 "source": "https://github.com/filp/whoops/tree/2.18.4"
8006             },
8007             "funding": [
8008                 {
8009                     "url": "https://github.com/denis-sokolov",
8010                     "type": "github"
8011                 }
8012             ],
8013             "time": "2025-08-08T12:00:00+00:00"
8014         },
8015         {
8016             "name": "hamcrest/hamcrest-php",
8017             "version": "v2.1.1",
8018             "source": {
8019                 "type": "git",
8020                 "url": "https://github.com/hamcrest/hamcrest-php.git",
8021                 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
8022             },
8023             "dist": {
8024                 "type": "zip",
8025                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
8026                 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
8027                 "shasum": ""
8028             },
8029             "require": {
8030                 "php": "^7.4|^8.0"
8031             },
8032             "replace": {
8033                 "cordoval/hamcrest-php": "*",
8034                 "davedevelopment/hamcrest-php": "*",
8035                 "kodova/hamcrest-php": "*"
8036             },
8037             "require-dev": {
8038                 "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
8039                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
8040             },
8041             "type": "library",
8042             "extra": {
8043                 "branch-alias": {
8044                     "dev-master": "2.1-dev"
8045                 }
8046             },
8047             "autoload": {
8048                 "classmap": [
8049                     "hamcrest"
8050                 ]
8051             },
8052             "notification-url": "https://packagist.org/downloads/",
8053             "license": [
8054                 "BSD-3-Clause"
8055             ],
8056             "description": "This is the PHP port of Hamcrest Matchers",
8057             "keywords": [
8058                 "test"
8059             ],
8060             "support": {
8061                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8062                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
8063             },
8064             "time": "2025-04-30T06:54:44+00:00"
8065         },
8066         {
8067             "name": "iamcal/sql-parser",
8068             "version": "v0.6",
8069             "source": {
8070                 "type": "git",
8071                 "url": "https://github.com/iamcal/SQLParser.git",
8072                 "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62"
8073             },
8074             "dist": {
8075                 "type": "zip",
8076                 "url": "https://api.github.com/repos/iamcal/SQLParser/zipball/947083e2dca211a6f12fb1beb67a01e387de9b62",
8077                 "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62",
8078                 "shasum": ""
8079             },
8080             "require-dev": {
8081                 "php-coveralls/php-coveralls": "^1.0",
8082                 "phpunit/phpunit": "^5|^6|^7|^8|^9"
8083             },
8084             "type": "library",
8085             "autoload": {
8086                 "psr-4": {
8087                     "iamcal\\": "src"
8088                 }
8089             },
8090             "notification-url": "https://packagist.org/downloads/",
8091             "license": [
8092                 "MIT"
8093             ],
8094             "authors": [
8095                 {
8096                     "name": "Cal Henderson",
8097                     "email": "cal@iamcal.com"
8098                 }
8099             ],
8100             "description": "MySQL schema parser",
8101             "support": {
8102                 "issues": "https://github.com/iamcal/SQLParser/issues",
8103                 "source": "https://github.com/iamcal/SQLParser/tree/v0.6"
8104             },
8105             "time": "2025-03-17T16:59:46+00:00"
8106         },
8107         {
8108             "name": "itsgoingd/clockwork",
8109             "version": "v5.3.4",
8110             "source": {
8111                 "type": "git",
8112                 "url": "https://github.com/itsgoingd/clockwork.git",
8113                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5"
8114             },
8115             "dist": {
8116                 "type": "zip",
8117                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8118                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8119                 "shasum": ""
8120             },
8121             "require": {
8122                 "ext-json": "*",
8123                 "php": ">=7.1"
8124             },
8125             "suggest": {
8126                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8127                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8128                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8129                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8130                 "ext-redis": "Needed in order to use Redis for metadata storage",
8131                 "php-http/discovery": "Vanilla integration - required for the middleware zero-configuration setup"
8132             },
8133             "type": "library",
8134             "extra": {
8135                 "laravel": {
8136                     "aliases": {
8137                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8138                     },
8139                     "providers": [
8140                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8141                     ]
8142                 }
8143             },
8144             "autoload": {
8145                 "psr-4": {
8146                     "Clockwork\\": "Clockwork/"
8147                 }
8148             },
8149             "notification-url": "https://packagist.org/downloads/",
8150             "license": [
8151                 "MIT"
8152             ],
8153             "authors": [
8154                 {
8155                     "name": "itsgoingd",
8156                     "email": "itsgoingd@luzer.sk",
8157                     "homepage": "https://twitter.com/itsgoingd"
8158                 }
8159             ],
8160             "description": "php dev tools in your browser",
8161             "homepage": "https://underground.works/clockwork",
8162             "keywords": [
8163                 "Devtools",
8164                 "debugging",
8165                 "laravel",
8166                 "logging",
8167                 "lumen",
8168                 "profiling",
8169                 "slim"
8170             ],
8171             "support": {
8172                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8173                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.3.4"
8174             },
8175             "funding": [
8176                 {
8177                     "url": "https://github.com/itsgoingd",
8178                     "type": "github"
8179                 }
8180             ],
8181             "time": "2025-02-09T15:57:21+00:00"
8182         },
8183         {
8184             "name": "larastan/larastan",
8185             "version": "v3.6.0",
8186             "source": {
8187                 "type": "git",
8188                 "url": "https://github.com/larastan/larastan.git",
8189                 "reference": "6431d010dd383a9279eb8874a76ddb571738564a"
8190             },
8191             "dist": {
8192                 "type": "zip",
8193                 "url": "https://api.github.com/repos/larastan/larastan/zipball/6431d010dd383a9279eb8874a76ddb571738564a",
8194                 "reference": "6431d010dd383a9279eb8874a76ddb571738564a",
8195                 "shasum": ""
8196             },
8197             "require": {
8198                 "ext-json": "*",
8199                 "iamcal/sql-parser": "^0.6.0",
8200                 "illuminate/console": "^11.44.2 || ^12.4.1",
8201                 "illuminate/container": "^11.44.2 || ^12.4.1",
8202                 "illuminate/contracts": "^11.44.2 || ^12.4.1",
8203                 "illuminate/database": "^11.44.2 || ^12.4.1",
8204                 "illuminate/http": "^11.44.2 || ^12.4.1",
8205                 "illuminate/pipeline": "^11.44.2 || ^12.4.1",
8206                 "illuminate/support": "^11.44.2 || ^12.4.1",
8207                 "php": "^8.2",
8208                 "phpstan/phpstan": "^2.1.11"
8209             },
8210             "require-dev": {
8211                 "doctrine/coding-standard": "^13",
8212                 "laravel/framework": "^11.44.2 || ^12.7.2",
8213                 "mockery/mockery": "^1.6.12",
8214                 "nikic/php-parser": "^5.4",
8215                 "orchestra/canvas": "^v9.2.2 || ^10.0.1",
8216                 "orchestra/testbench-core": "^9.12.0 || ^10.1",
8217                 "phpstan/phpstan-deprecation-rules": "^2.0.1",
8218                 "phpunit/phpunit": "^10.5.35 || ^11.5.15"
8219             },
8220             "suggest": {
8221                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8222             },
8223             "type": "phpstan-extension",
8224             "extra": {
8225                 "phpstan": {
8226                     "includes": [
8227                         "extension.neon"
8228                     ]
8229                 },
8230                 "branch-alias": {
8231                     "dev-master": "3.0-dev"
8232                 }
8233             },
8234             "autoload": {
8235                 "psr-4": {
8236                     "Larastan\\Larastan\\": "src/"
8237                 }
8238             },
8239             "notification-url": "https://packagist.org/downloads/",
8240             "license": [
8241                 "MIT"
8242             ],
8243             "authors": [
8244                 {
8245                     "name": "Can Vural",
8246                     "email": "can9119@gmail.com"
8247                 }
8248             ],
8249             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel",
8250             "keywords": [
8251                 "PHPStan",
8252                 "code analyse",
8253                 "code analysis",
8254                 "larastan",
8255                 "laravel",
8256                 "package",
8257                 "php",
8258                 "static analysis"
8259             ],
8260             "support": {
8261                 "issues": "https://github.com/larastan/larastan/issues",
8262                 "source": "https://github.com/larastan/larastan/tree/v3.6.0"
8263             },
8264             "funding": [
8265                 {
8266                     "url": "https://github.com/canvural",
8267                     "type": "github"
8268                 }
8269             ],
8270             "time": "2025-07-11T06:52:52+00:00"
8271         },
8272         {
8273             "name": "mockery/mockery",
8274             "version": "1.6.12",
8275             "source": {
8276                 "type": "git",
8277                 "url": "https://github.com/mockery/mockery.git",
8278                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
8279             },
8280             "dist": {
8281                 "type": "zip",
8282                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8283                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8284                 "shasum": ""
8285             },
8286             "require": {
8287                 "hamcrest/hamcrest-php": "^2.0.1",
8288                 "lib-pcre": ">=7.0",
8289                 "php": ">=7.3"
8290             },
8291             "conflict": {
8292                 "phpunit/phpunit": "<8.0"
8293             },
8294             "require-dev": {
8295                 "phpunit/phpunit": "^8.5 || ^9.6.17",
8296                 "symplify/easy-coding-standard": "^12.1.14"
8297             },
8298             "type": "library",
8299             "autoload": {
8300                 "files": [
8301                     "library/helpers.php",
8302                     "library/Mockery.php"
8303                 ],
8304                 "psr-4": {
8305                     "Mockery\\": "library/Mockery"
8306                 }
8307             },
8308             "notification-url": "https://packagist.org/downloads/",
8309             "license": [
8310                 "BSD-3-Clause"
8311             ],
8312             "authors": [
8313                 {
8314                     "name": "Pádraic Brady",
8315                     "email": "padraic.brady@gmail.com",
8316                     "homepage": "https://github.com/padraic",
8317                     "role": "Author"
8318                 },
8319                 {
8320                     "name": "Dave Marshall",
8321                     "email": "dave.marshall@atstsolutions.co.uk",
8322                     "homepage": "https://davedevelopment.co.uk",
8323                     "role": "Developer"
8324                 },
8325                 {
8326                     "name": "Nathanael Esayeas",
8327                     "email": "nathanael.esayeas@protonmail.com",
8328                     "homepage": "https://github.com/ghostwriter",
8329                     "role": "Lead Developer"
8330                 }
8331             ],
8332             "description": "Mockery is a simple yet flexible PHP mock object framework",
8333             "homepage": "https://github.com/mockery/mockery",
8334             "keywords": [
8335                 "BDD",
8336                 "TDD",
8337                 "library",
8338                 "mock",
8339                 "mock objects",
8340                 "mockery",
8341                 "stub",
8342                 "test",
8343                 "test double",
8344                 "testing"
8345             ],
8346             "support": {
8347                 "docs": "https://docs.mockery.io/",
8348                 "issues": "https://github.com/mockery/mockery/issues",
8349                 "rss": "https://github.com/mockery/mockery/releases.atom",
8350                 "security": "https://github.com/mockery/mockery/security/advisories",
8351                 "source": "https://github.com/mockery/mockery"
8352             },
8353             "time": "2024-05-16T03:13:13+00:00"
8354         },
8355         {
8356             "name": "myclabs/deep-copy",
8357             "version": "1.13.4",
8358             "source": {
8359                 "type": "git",
8360                 "url": "https://github.com/myclabs/DeepCopy.git",
8361                 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
8362             },
8363             "dist": {
8364                 "type": "zip",
8365                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
8366                 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
8367                 "shasum": ""
8368             },
8369             "require": {
8370                 "php": "^7.1 || ^8.0"
8371             },
8372             "conflict": {
8373                 "doctrine/collections": "<1.6.8",
8374                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
8375             },
8376             "require-dev": {
8377                 "doctrine/collections": "^1.6.8",
8378                 "doctrine/common": "^2.13.3 || ^3.2.2",
8379                 "phpspec/prophecy": "^1.10",
8380                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8381             },
8382             "type": "library",
8383             "autoload": {
8384                 "files": [
8385                     "src/DeepCopy/deep_copy.php"
8386                 ],
8387                 "psr-4": {
8388                     "DeepCopy\\": "src/DeepCopy/"
8389                 }
8390             },
8391             "notification-url": "https://packagist.org/downloads/",
8392             "license": [
8393                 "MIT"
8394             ],
8395             "description": "Create deep copies (clones) of your objects",
8396             "keywords": [
8397                 "clone",
8398                 "copy",
8399                 "duplicate",
8400                 "object",
8401                 "object graph"
8402             ],
8403             "support": {
8404                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8405                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
8406             },
8407             "funding": [
8408                 {
8409                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8410                     "type": "tidelift"
8411                 }
8412             ],
8413             "time": "2025-08-01T08:46:24+00:00"
8414         },
8415         {
8416             "name": "nunomaduro/collision",
8417             "version": "v8.8.2",
8418             "source": {
8419                 "type": "git",
8420                 "url": "https://github.com/nunomaduro/collision.git",
8421                 "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb"
8422             },
8423             "dist": {
8424                 "type": "zip",
8425                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
8426                 "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
8427                 "shasum": ""
8428             },
8429             "require": {
8430                 "filp/whoops": "^2.18.1",
8431                 "nunomaduro/termwind": "^2.3.1",
8432                 "php": "^8.2.0",
8433                 "symfony/console": "^7.3.0"
8434             },
8435             "conflict": {
8436                 "laravel/framework": "<11.44.2 || >=13.0.0",
8437                 "phpunit/phpunit": "<11.5.15 || >=13.0.0"
8438             },
8439             "require-dev": {
8440                 "brianium/paratest": "^7.8.3",
8441                 "larastan/larastan": "^3.4.2",
8442                 "laravel/framework": "^11.44.2 || ^12.18",
8443                 "laravel/pint": "^1.22.1",
8444                 "laravel/sail": "^1.43.1",
8445                 "laravel/sanctum": "^4.1.1",
8446                 "laravel/tinker": "^2.10.1",
8447                 "orchestra/testbench-core": "^9.12.0 || ^10.4",
8448                 "pestphp/pest": "^3.8.2",
8449                 "sebastian/environment": "^7.2.1 || ^8.0"
8450             },
8451             "type": "library",
8452             "extra": {
8453                 "laravel": {
8454                     "providers": [
8455                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8456                     ]
8457                 },
8458                 "branch-alias": {
8459                     "dev-8.x": "8.x-dev"
8460                 }
8461             },
8462             "autoload": {
8463                 "files": [
8464                     "./src/Adapters/Phpunit/Autoload.php"
8465                 ],
8466                 "psr-4": {
8467                     "NunoMaduro\\Collision\\": "src/"
8468                 }
8469             },
8470             "notification-url": "https://packagist.org/downloads/",
8471             "license": [
8472                 "MIT"
8473             ],
8474             "authors": [
8475                 {
8476                     "name": "Nuno Maduro",
8477                     "email": "enunomaduro@gmail.com"
8478                 }
8479             ],
8480             "description": "Cli error handling for console/command-line PHP applications.",
8481             "keywords": [
8482                 "artisan",
8483                 "cli",
8484                 "command-line",
8485                 "console",
8486                 "dev",
8487                 "error",
8488                 "handling",
8489                 "laravel",
8490                 "laravel-zero",
8491                 "php",
8492                 "symfony"
8493             ],
8494             "support": {
8495                 "issues": "https://github.com/nunomaduro/collision/issues",
8496                 "source": "https://github.com/nunomaduro/collision"
8497             },
8498             "funding": [
8499                 {
8500                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8501                     "type": "custom"
8502                 },
8503                 {
8504                     "url": "https://github.com/nunomaduro",
8505                     "type": "github"
8506                 },
8507                 {
8508                     "url": "https://www.patreon.com/nunomaduro",
8509                     "type": "patreon"
8510                 }
8511             ],
8512             "time": "2025-06-25T02:12:12+00:00"
8513         },
8514         {
8515             "name": "phar-io/manifest",
8516             "version": "2.0.4",
8517             "source": {
8518                 "type": "git",
8519                 "url": "https://github.com/phar-io/manifest.git",
8520                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8521             },
8522             "dist": {
8523                 "type": "zip",
8524                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8525                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8526                 "shasum": ""
8527             },
8528             "require": {
8529                 "ext-dom": "*",
8530                 "ext-libxml": "*",
8531                 "ext-phar": "*",
8532                 "ext-xmlwriter": "*",
8533                 "phar-io/version": "^3.0.1",
8534                 "php": "^7.2 || ^8.0"
8535             },
8536             "type": "library",
8537             "extra": {
8538                 "branch-alias": {
8539                     "dev-master": "2.0.x-dev"
8540                 }
8541             },
8542             "autoload": {
8543                 "classmap": [
8544                     "src/"
8545                 ]
8546             },
8547             "notification-url": "https://packagist.org/downloads/",
8548             "license": [
8549                 "BSD-3-Clause"
8550             ],
8551             "authors": [
8552                 {
8553                     "name": "Arne Blankerts",
8554                     "email": "arne@blankerts.de",
8555                     "role": "Developer"
8556                 },
8557                 {
8558                     "name": "Sebastian Heuer",
8559                     "email": "sebastian@phpeople.de",
8560                     "role": "Developer"
8561                 },
8562                 {
8563                     "name": "Sebastian Bergmann",
8564                     "email": "sebastian@phpunit.de",
8565                     "role": "Developer"
8566                 }
8567             ],
8568             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8569             "support": {
8570                 "issues": "https://github.com/phar-io/manifest/issues",
8571                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8572             },
8573             "funding": [
8574                 {
8575                     "url": "https://github.com/theseer",
8576                     "type": "github"
8577                 }
8578             ],
8579             "time": "2024-03-03T12:33:53+00:00"
8580         },
8581         {
8582             "name": "phar-io/version",
8583             "version": "3.2.1",
8584             "source": {
8585                 "type": "git",
8586                 "url": "https://github.com/phar-io/version.git",
8587                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8588             },
8589             "dist": {
8590                 "type": "zip",
8591                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8592                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8593                 "shasum": ""
8594             },
8595             "require": {
8596                 "php": "^7.2 || ^8.0"
8597             },
8598             "type": "library",
8599             "autoload": {
8600                 "classmap": [
8601                     "src/"
8602                 ]
8603             },
8604             "notification-url": "https://packagist.org/downloads/",
8605             "license": [
8606                 "BSD-3-Clause"
8607             ],
8608             "authors": [
8609                 {
8610                     "name": "Arne Blankerts",
8611                     "email": "arne@blankerts.de",
8612                     "role": "Developer"
8613                 },
8614                 {
8615                     "name": "Sebastian Heuer",
8616                     "email": "sebastian@phpeople.de",
8617                     "role": "Developer"
8618                 },
8619                 {
8620                     "name": "Sebastian Bergmann",
8621                     "email": "sebastian@phpunit.de",
8622                     "role": "Developer"
8623                 }
8624             ],
8625             "description": "Library for handling version information and constraints",
8626             "support": {
8627                 "issues": "https://github.com/phar-io/version/issues",
8628                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8629             },
8630             "time": "2022-02-21T01:04:05+00:00"
8631         },
8632         {
8633             "name": "phpstan/phpstan",
8634             "version": "2.1.22",
8635             "source": {
8636                 "type": "git",
8637                 "url": "https://github.com/phpstan/phpstan.git",
8638                 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4"
8639             },
8640             "dist": {
8641                 "type": "zip",
8642                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4",
8643                 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4",
8644                 "shasum": ""
8645             },
8646             "require": {
8647                 "php": "^7.4|^8.0"
8648             },
8649             "conflict": {
8650                 "phpstan/phpstan-shim": "*"
8651             },
8652             "bin": [
8653                 "phpstan",
8654                 "phpstan.phar"
8655             ],
8656             "type": "library",
8657             "autoload": {
8658                 "files": [
8659                     "bootstrap.php"
8660                 ]
8661             },
8662             "notification-url": "https://packagist.org/downloads/",
8663             "license": [
8664                 "MIT"
8665             ],
8666             "description": "PHPStan - PHP Static Analysis Tool",
8667             "keywords": [
8668                 "dev",
8669                 "static analysis"
8670             ],
8671             "support": {
8672                 "docs": "https://phpstan.org/user-guide/getting-started",
8673                 "forum": "https://github.com/phpstan/phpstan/discussions",
8674                 "issues": "https://github.com/phpstan/phpstan/issues",
8675                 "security": "https://github.com/phpstan/phpstan/security/policy",
8676                 "source": "https://github.com/phpstan/phpstan-src"
8677             },
8678             "funding": [
8679                 {
8680                     "url": "https://github.com/ondrejmirtes",
8681                     "type": "github"
8682                 },
8683                 {
8684                     "url": "https://github.com/phpstan",
8685                     "type": "github"
8686                 }
8687             ],
8688             "time": "2025-08-04T19:17:37+00:00"
8689         },
8690         {
8691             "name": "phpunit/php-code-coverage",
8692             "version": "11.0.10",
8693             "source": {
8694                 "type": "git",
8695                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8696                 "reference": "1a800a7446add2d79cc6b3c01c45381810367d76"
8697             },
8698             "dist": {
8699                 "type": "zip",
8700                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1a800a7446add2d79cc6b3c01c45381810367d76",
8701                 "reference": "1a800a7446add2d79cc6b3c01c45381810367d76",
8702                 "shasum": ""
8703             },
8704             "require": {
8705                 "ext-dom": "*",
8706                 "ext-libxml": "*",
8707                 "ext-xmlwriter": "*",
8708                 "nikic/php-parser": "^5.4.0",
8709                 "php": ">=8.2",
8710                 "phpunit/php-file-iterator": "^5.1.0",
8711                 "phpunit/php-text-template": "^4.0.1",
8712                 "sebastian/code-unit-reverse-lookup": "^4.0.1",
8713                 "sebastian/complexity": "^4.0.1",
8714                 "sebastian/environment": "^7.2.0",
8715                 "sebastian/lines-of-code": "^3.0.1",
8716                 "sebastian/version": "^5.0.2",
8717                 "theseer/tokenizer": "^1.2.3"
8718             },
8719             "require-dev": {
8720                 "phpunit/phpunit": "^11.5.2"
8721             },
8722             "suggest": {
8723                 "ext-pcov": "PHP extension that provides line coverage",
8724                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8725             },
8726             "type": "library",
8727             "extra": {
8728                 "branch-alias": {
8729                     "dev-main": "11.0.x-dev"
8730                 }
8731             },
8732             "autoload": {
8733                 "classmap": [
8734                     "src/"
8735                 ]
8736             },
8737             "notification-url": "https://packagist.org/downloads/",
8738             "license": [
8739                 "BSD-3-Clause"
8740             ],
8741             "authors": [
8742                 {
8743                     "name": "Sebastian Bergmann",
8744                     "email": "sebastian@phpunit.de",
8745                     "role": "lead"
8746                 }
8747             ],
8748             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8749             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8750             "keywords": [
8751                 "coverage",
8752                 "testing",
8753                 "xunit"
8754             ],
8755             "support": {
8756                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8757                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8758                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/show"
8759             },
8760             "funding": [
8761                 {
8762                     "url": "https://github.com/sebastianbergmann",
8763                     "type": "github"
8764                 },
8765                 {
8766                     "url": "https://liberapay.com/sebastianbergmann",
8767                     "type": "liberapay"
8768                 },
8769                 {
8770                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
8771                     "type": "thanks_dev"
8772                 },
8773                 {
8774                     "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
8775                     "type": "tidelift"
8776                 }
8777             ],
8778             "time": "2025-06-18T08:56:18+00:00"
8779         },
8780         {
8781             "name": "phpunit/php-file-iterator",
8782             "version": "5.1.0",
8783             "source": {
8784                 "type": "git",
8785                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8786                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
8787             },
8788             "dist": {
8789                 "type": "zip",
8790                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
8791                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
8792                 "shasum": ""
8793             },
8794             "require": {
8795                 "php": ">=8.2"
8796             },
8797             "require-dev": {
8798                 "phpunit/phpunit": "^11.0"
8799             },
8800             "type": "library",
8801             "extra": {
8802                 "branch-alias": {
8803                     "dev-main": "5.0-dev"
8804                 }
8805             },
8806             "autoload": {
8807                 "classmap": [
8808                     "src/"
8809                 ]
8810             },
8811             "notification-url": "https://packagist.org/downloads/",
8812             "license": [
8813                 "BSD-3-Clause"
8814             ],
8815             "authors": [
8816                 {
8817                     "name": "Sebastian Bergmann",
8818                     "email": "sebastian@phpunit.de",
8819                     "role": "lead"
8820                 }
8821             ],
8822             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8823             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8824             "keywords": [
8825                 "filesystem",
8826                 "iterator"
8827             ],
8828             "support": {
8829                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8830                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
8831                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
8832             },
8833             "funding": [
8834                 {
8835                     "url": "https://github.com/sebastianbergmann",
8836                     "type": "github"
8837                 }
8838             ],
8839             "time": "2024-08-27T05:02:59+00:00"
8840         },
8841         {
8842             "name": "phpunit/php-invoker",
8843             "version": "5.0.1",
8844             "source": {
8845                 "type": "git",
8846                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8847                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
8848             },
8849             "dist": {
8850                 "type": "zip",
8851                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
8852                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
8853                 "shasum": ""
8854             },
8855             "require": {
8856                 "php": ">=8.2"
8857             },
8858             "require-dev": {
8859                 "ext-pcntl": "*",
8860                 "phpunit/phpunit": "^11.0"
8861             },
8862             "suggest": {
8863                 "ext-pcntl": "*"
8864             },
8865             "type": "library",
8866             "extra": {
8867                 "branch-alias": {
8868                     "dev-main": "5.0-dev"
8869                 }
8870             },
8871             "autoload": {
8872                 "classmap": [
8873                     "src/"
8874                 ]
8875             },
8876             "notification-url": "https://packagist.org/downloads/",
8877             "license": [
8878                 "BSD-3-Clause"
8879             ],
8880             "authors": [
8881                 {
8882                     "name": "Sebastian Bergmann",
8883                     "email": "sebastian@phpunit.de",
8884                     "role": "lead"
8885                 }
8886             ],
8887             "description": "Invoke callables with a timeout",
8888             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8889             "keywords": [
8890                 "process"
8891             ],
8892             "support": {
8893                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8894                 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
8895                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
8896             },
8897             "funding": [
8898                 {
8899                     "url": "https://github.com/sebastianbergmann",
8900                     "type": "github"
8901                 }
8902             ],
8903             "time": "2024-07-03T05:07:44+00:00"
8904         },
8905         {
8906             "name": "phpunit/php-text-template",
8907             "version": "4.0.1",
8908             "source": {
8909                 "type": "git",
8910                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8911                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
8912             },
8913             "dist": {
8914                 "type": "zip",
8915                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8916                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8917                 "shasum": ""
8918             },
8919             "require": {
8920                 "php": ">=8.2"
8921             },
8922             "require-dev": {
8923                 "phpunit/phpunit": "^11.0"
8924             },
8925             "type": "library",
8926             "extra": {
8927                 "branch-alias": {
8928                     "dev-main": "4.0-dev"
8929                 }
8930             },
8931             "autoload": {
8932                 "classmap": [
8933                     "src/"
8934                 ]
8935             },
8936             "notification-url": "https://packagist.org/downloads/",
8937             "license": [
8938                 "BSD-3-Clause"
8939             ],
8940             "authors": [
8941                 {
8942                     "name": "Sebastian Bergmann",
8943                     "email": "sebastian@phpunit.de",
8944                     "role": "lead"
8945                 }
8946             ],
8947             "description": "Simple template engine.",
8948             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8949             "keywords": [
8950                 "template"
8951             ],
8952             "support": {
8953                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8954                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
8955                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
8956             },
8957             "funding": [
8958                 {
8959                     "url": "https://github.com/sebastianbergmann",
8960                     "type": "github"
8961                 }
8962             ],
8963             "time": "2024-07-03T05:08:43+00:00"
8964         },
8965         {
8966             "name": "phpunit/php-timer",
8967             "version": "7.0.1",
8968             "source": {
8969                 "type": "git",
8970                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8971                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
8972             },
8973             "dist": {
8974                 "type": "zip",
8975                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8976                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8977                 "shasum": ""
8978             },
8979             "require": {
8980                 "php": ">=8.2"
8981             },
8982             "require-dev": {
8983                 "phpunit/phpunit": "^11.0"
8984             },
8985             "type": "library",
8986             "extra": {
8987                 "branch-alias": {
8988                     "dev-main": "7.0-dev"
8989                 }
8990             },
8991             "autoload": {
8992                 "classmap": [
8993                     "src/"
8994                 ]
8995             },
8996             "notification-url": "https://packagist.org/downloads/",
8997             "license": [
8998                 "BSD-3-Clause"
8999             ],
9000             "authors": [
9001                 {
9002                     "name": "Sebastian Bergmann",
9003                     "email": "sebastian@phpunit.de",
9004                     "role": "lead"
9005                 }
9006             ],
9007             "description": "Utility class for timing",
9008             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9009             "keywords": [
9010                 "timer"
9011             ],
9012             "support": {
9013                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9014                 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
9015                 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
9016             },
9017             "funding": [
9018                 {
9019                     "url": "https://github.com/sebastianbergmann",
9020                     "type": "github"
9021                 }
9022             ],
9023             "time": "2024-07-03T05:09:35+00:00"
9024         },
9025         {
9026             "name": "phpunit/phpunit",
9027             "version": "11.5.31",
9028             "source": {
9029                 "type": "git",
9030                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9031                 "reference": "fc44414e0779e94640663b809557b0b599548260"
9032             },
9033             "dist": {
9034                 "type": "zip",
9035                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc44414e0779e94640663b809557b0b599548260",
9036                 "reference": "fc44414e0779e94640663b809557b0b599548260",
9037                 "shasum": ""
9038             },
9039             "require": {
9040                 "ext-dom": "*",
9041                 "ext-json": "*",
9042                 "ext-libxml": "*",
9043                 "ext-mbstring": "*",
9044                 "ext-xml": "*",
9045                 "ext-xmlwriter": "*",
9046                 "myclabs/deep-copy": "^1.13.4",
9047                 "phar-io/manifest": "^2.0.4",
9048                 "phar-io/version": "^3.2.1",
9049                 "php": ">=8.2",
9050                 "phpunit/php-code-coverage": "^11.0.10",
9051                 "phpunit/php-file-iterator": "^5.1.0",
9052                 "phpunit/php-invoker": "^5.0.1",
9053                 "phpunit/php-text-template": "^4.0.1",
9054                 "phpunit/php-timer": "^7.0.1",
9055                 "sebastian/cli-parser": "^3.0.2",
9056                 "sebastian/code-unit": "^3.0.3",
9057                 "sebastian/comparator": "^6.3.2",
9058                 "sebastian/diff": "^6.0.2",
9059                 "sebastian/environment": "^7.2.1",
9060                 "sebastian/exporter": "^6.3.0",
9061                 "sebastian/global-state": "^7.0.2",
9062                 "sebastian/object-enumerator": "^6.0.1",
9063                 "sebastian/type": "^5.1.3",
9064                 "sebastian/version": "^5.0.2",
9065                 "staabm/side-effects-detector": "^1.0.5"
9066             },
9067             "suggest": {
9068                 "ext-soap": "To be able to generate mocks based on WSDL files"
9069             },
9070             "bin": [
9071                 "phpunit"
9072             ],
9073             "type": "library",
9074             "extra": {
9075                 "branch-alias": {
9076                     "dev-main": "11.5-dev"
9077                 }
9078             },
9079             "autoload": {
9080                 "files": [
9081                     "src/Framework/Assert/Functions.php"
9082                 ],
9083                 "classmap": [
9084                     "src/"
9085                 ]
9086             },
9087             "notification-url": "https://packagist.org/downloads/",
9088             "license": [
9089                 "BSD-3-Clause"
9090             ],
9091             "authors": [
9092                 {
9093                     "name": "Sebastian Bergmann",
9094                     "email": "sebastian@phpunit.de",
9095                     "role": "lead"
9096                 }
9097             ],
9098             "description": "The PHP Unit Testing framework.",
9099             "homepage": "https://phpunit.de/",
9100             "keywords": [
9101                 "phpunit",
9102                 "testing",
9103                 "xunit"
9104             ],
9105             "support": {
9106                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9107                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9108                 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.31"
9109             },
9110             "funding": [
9111                 {
9112                     "url": "https://phpunit.de/sponsors.html",
9113                     "type": "custom"
9114                 },
9115                 {
9116                     "url": "https://github.com/sebastianbergmann",
9117                     "type": "github"
9118                 },
9119                 {
9120                     "url": "https://liberapay.com/sebastianbergmann",
9121                     "type": "liberapay"
9122                 },
9123                 {
9124                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9125                     "type": "thanks_dev"
9126                 },
9127                 {
9128                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9129                     "type": "tidelift"
9130                 }
9131             ],
9132             "time": "2025-08-11T05:27:39+00:00"
9133         },
9134         {
9135             "name": "sebastian/cli-parser",
9136             "version": "3.0.2",
9137             "source": {
9138                 "type": "git",
9139                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9140                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
9141             },
9142             "dist": {
9143                 "type": "zip",
9144                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
9145                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
9146                 "shasum": ""
9147             },
9148             "require": {
9149                 "php": ">=8.2"
9150             },
9151             "require-dev": {
9152                 "phpunit/phpunit": "^11.0"
9153             },
9154             "type": "library",
9155             "extra": {
9156                 "branch-alias": {
9157                     "dev-main": "3.0-dev"
9158                 }
9159             },
9160             "autoload": {
9161                 "classmap": [
9162                     "src/"
9163                 ]
9164             },
9165             "notification-url": "https://packagist.org/downloads/",
9166             "license": [
9167                 "BSD-3-Clause"
9168             ],
9169             "authors": [
9170                 {
9171                     "name": "Sebastian Bergmann",
9172                     "email": "sebastian@phpunit.de",
9173                     "role": "lead"
9174                 }
9175             ],
9176             "description": "Library for parsing CLI options",
9177             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9178             "support": {
9179                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9180                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9181                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
9182             },
9183             "funding": [
9184                 {
9185                     "url": "https://github.com/sebastianbergmann",
9186                     "type": "github"
9187                 }
9188             ],
9189             "time": "2024-07-03T04:41:36+00:00"
9190         },
9191         {
9192             "name": "sebastian/code-unit",
9193             "version": "3.0.3",
9194             "source": {
9195                 "type": "git",
9196                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9197                 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
9198             },
9199             "dist": {
9200                 "type": "zip",
9201                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
9202                 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
9203                 "shasum": ""
9204             },
9205             "require": {
9206                 "php": ">=8.2"
9207             },
9208             "require-dev": {
9209                 "phpunit/phpunit": "^11.5"
9210             },
9211             "type": "library",
9212             "extra": {
9213                 "branch-alias": {
9214                     "dev-main": "3.0-dev"
9215                 }
9216             },
9217             "autoload": {
9218                 "classmap": [
9219                     "src/"
9220                 ]
9221             },
9222             "notification-url": "https://packagist.org/downloads/",
9223             "license": [
9224                 "BSD-3-Clause"
9225             ],
9226             "authors": [
9227                 {
9228                     "name": "Sebastian Bergmann",
9229                     "email": "sebastian@phpunit.de",
9230                     "role": "lead"
9231                 }
9232             ],
9233             "description": "Collection of value objects that represent the PHP code units",
9234             "homepage": "https://github.com/sebastianbergmann/code-unit",
9235             "support": {
9236                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9237                 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
9238                 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
9239             },
9240             "funding": [
9241                 {
9242                     "url": "https://github.com/sebastianbergmann",
9243                     "type": "github"
9244                 }
9245             ],
9246             "time": "2025-03-19T07:56:08+00:00"
9247         },
9248         {
9249             "name": "sebastian/code-unit-reverse-lookup",
9250             "version": "4.0.1",
9251             "source": {
9252                 "type": "git",
9253                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9254                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
9255             },
9256             "dist": {
9257                 "type": "zip",
9258                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
9259                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
9260                 "shasum": ""
9261             },
9262             "require": {
9263                 "php": ">=8.2"
9264             },
9265             "require-dev": {
9266                 "phpunit/phpunit": "^11.0"
9267             },
9268             "type": "library",
9269             "extra": {
9270                 "branch-alias": {
9271                     "dev-main": "4.0-dev"
9272                 }
9273             },
9274             "autoload": {
9275                 "classmap": [
9276                     "src/"
9277                 ]
9278             },
9279             "notification-url": "https://packagist.org/downloads/",
9280             "license": [
9281                 "BSD-3-Clause"
9282             ],
9283             "authors": [
9284                 {
9285                     "name": "Sebastian Bergmann",
9286                     "email": "sebastian@phpunit.de"
9287                 }
9288             ],
9289             "description": "Looks up which function or method a line of code belongs to",
9290             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9291             "support": {
9292                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9293                 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
9294                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
9295             },
9296             "funding": [
9297                 {
9298                     "url": "https://github.com/sebastianbergmann",
9299                     "type": "github"
9300                 }
9301             ],
9302             "time": "2024-07-03T04:45:54+00:00"
9303         },
9304         {
9305             "name": "sebastian/comparator",
9306             "version": "6.3.2",
9307             "source": {
9308                 "type": "git",
9309                 "url": "https://github.com/sebastianbergmann/comparator.git",
9310                 "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8"
9311             },
9312             "dist": {
9313                 "type": "zip",
9314                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8",
9315                 "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8",
9316                 "shasum": ""
9317             },
9318             "require": {
9319                 "ext-dom": "*",
9320                 "ext-mbstring": "*",
9321                 "php": ">=8.2",
9322                 "sebastian/diff": "^6.0",
9323                 "sebastian/exporter": "^6.0"
9324             },
9325             "require-dev": {
9326                 "phpunit/phpunit": "^11.4"
9327             },
9328             "suggest": {
9329                 "ext-bcmath": "For comparing BcMath\\Number objects"
9330             },
9331             "type": "library",
9332             "extra": {
9333                 "branch-alias": {
9334                     "dev-main": "6.3-dev"
9335                 }
9336             },
9337             "autoload": {
9338                 "classmap": [
9339                     "src/"
9340                 ]
9341             },
9342             "notification-url": "https://packagist.org/downloads/",
9343             "license": [
9344                 "BSD-3-Clause"
9345             ],
9346             "authors": [
9347                 {
9348                     "name": "Sebastian Bergmann",
9349                     "email": "sebastian@phpunit.de"
9350                 },
9351                 {
9352                     "name": "Jeff Welch",
9353                     "email": "whatthejeff@gmail.com"
9354                 },
9355                 {
9356                     "name": "Volker Dusch",
9357                     "email": "github@wallbash.com"
9358                 },
9359                 {
9360                     "name": "Bernhard Schussek",
9361                     "email": "bschussek@2bepublished.at"
9362                 }
9363             ],
9364             "description": "Provides the functionality to compare PHP values for equality",
9365             "homepage": "https://github.com/sebastianbergmann/comparator",
9366             "keywords": [
9367                 "comparator",
9368                 "compare",
9369                 "equality"
9370             ],
9371             "support": {
9372                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9373                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9374                 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2"
9375             },
9376             "funding": [
9377                 {
9378                     "url": "https://github.com/sebastianbergmann",
9379                     "type": "github"
9380                 },
9381                 {
9382                     "url": "https://liberapay.com/sebastianbergmann",
9383                     "type": "liberapay"
9384                 },
9385                 {
9386                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9387                     "type": "thanks_dev"
9388                 },
9389                 {
9390                     "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
9391                     "type": "tidelift"
9392                 }
9393             ],
9394             "time": "2025-08-10T08:07:46+00:00"
9395         },
9396         {
9397             "name": "sebastian/complexity",
9398             "version": "4.0.1",
9399             "source": {
9400                 "type": "git",
9401                 "url": "https://github.com/sebastianbergmann/complexity.git",
9402                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
9403             },
9404             "dist": {
9405                 "type": "zip",
9406                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
9407                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
9408                 "shasum": ""
9409             },
9410             "require": {
9411                 "nikic/php-parser": "^5.0",
9412                 "php": ">=8.2"
9413             },
9414             "require-dev": {
9415                 "phpunit/phpunit": "^11.0"
9416             },
9417             "type": "library",
9418             "extra": {
9419                 "branch-alias": {
9420                     "dev-main": "4.0-dev"
9421                 }
9422             },
9423             "autoload": {
9424                 "classmap": [
9425                     "src/"
9426                 ]
9427             },
9428             "notification-url": "https://packagist.org/downloads/",
9429             "license": [
9430                 "BSD-3-Clause"
9431             ],
9432             "authors": [
9433                 {
9434                     "name": "Sebastian Bergmann",
9435                     "email": "sebastian@phpunit.de",
9436                     "role": "lead"
9437                 }
9438             ],
9439             "description": "Library for calculating the complexity of PHP code units",
9440             "homepage": "https://github.com/sebastianbergmann/complexity",
9441             "support": {
9442                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9443                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9444                 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
9445             },
9446             "funding": [
9447                 {
9448                     "url": "https://github.com/sebastianbergmann",
9449                     "type": "github"
9450                 }
9451             ],
9452             "time": "2024-07-03T04:49:50+00:00"
9453         },
9454         {
9455             "name": "sebastian/diff",
9456             "version": "6.0.2",
9457             "source": {
9458                 "type": "git",
9459                 "url": "https://github.com/sebastianbergmann/diff.git",
9460                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
9461             },
9462             "dist": {
9463                 "type": "zip",
9464                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
9465                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
9466                 "shasum": ""
9467             },
9468             "require": {
9469                 "php": ">=8.2"
9470             },
9471             "require-dev": {
9472                 "phpunit/phpunit": "^11.0",
9473                 "symfony/process": "^4.2 || ^5"
9474             },
9475             "type": "library",
9476             "extra": {
9477                 "branch-alias": {
9478                     "dev-main": "6.0-dev"
9479                 }
9480             },
9481             "autoload": {
9482                 "classmap": [
9483                     "src/"
9484                 ]
9485             },
9486             "notification-url": "https://packagist.org/downloads/",
9487             "license": [
9488                 "BSD-3-Clause"
9489             ],
9490             "authors": [
9491                 {
9492                     "name": "Sebastian Bergmann",
9493                     "email": "sebastian@phpunit.de"
9494                 },
9495                 {
9496                     "name": "Kore Nordmann",
9497                     "email": "mail@kore-nordmann.de"
9498                 }
9499             ],
9500             "description": "Diff implementation",
9501             "homepage": "https://github.com/sebastianbergmann/diff",
9502             "keywords": [
9503                 "diff",
9504                 "udiff",
9505                 "unidiff",
9506                 "unified diff"
9507             ],
9508             "support": {
9509                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9510                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9511                 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
9512             },
9513             "funding": [
9514                 {
9515                     "url": "https://github.com/sebastianbergmann",
9516                     "type": "github"
9517                 }
9518             ],
9519             "time": "2024-07-03T04:53:05+00:00"
9520         },
9521         {
9522             "name": "sebastian/environment",
9523             "version": "7.2.1",
9524             "source": {
9525                 "type": "git",
9526                 "url": "https://github.com/sebastianbergmann/environment.git",
9527                 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"
9528             },
9529             "dist": {
9530                 "type": "zip",
9531                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4",
9532                 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",
9533                 "shasum": ""
9534             },
9535             "require": {
9536                 "php": ">=8.2"
9537             },
9538             "require-dev": {
9539                 "phpunit/phpunit": "^11.3"
9540             },
9541             "suggest": {
9542                 "ext-posix": "*"
9543             },
9544             "type": "library",
9545             "extra": {
9546                 "branch-alias": {
9547                     "dev-main": "7.2-dev"
9548                 }
9549             },
9550             "autoload": {
9551                 "classmap": [
9552                     "src/"
9553                 ]
9554             },
9555             "notification-url": "https://packagist.org/downloads/",
9556             "license": [
9557                 "BSD-3-Clause"
9558             ],
9559             "authors": [
9560                 {
9561                     "name": "Sebastian Bergmann",
9562                     "email": "sebastian@phpunit.de"
9563                 }
9564             ],
9565             "description": "Provides functionality to handle HHVM/PHP environments",
9566             "homepage": "https://github.com/sebastianbergmann/environment",
9567             "keywords": [
9568                 "Xdebug",
9569                 "environment",
9570                 "hhvm"
9571             ],
9572             "support": {
9573                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9574                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9575                 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.1"
9576             },
9577             "funding": [
9578                 {
9579                     "url": "https://github.com/sebastianbergmann",
9580                     "type": "github"
9581                 },
9582                 {
9583                     "url": "https://liberapay.com/sebastianbergmann",
9584                     "type": "liberapay"
9585                 },
9586                 {
9587                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9588                     "type": "thanks_dev"
9589                 },
9590                 {
9591                     "url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
9592                     "type": "tidelift"
9593                 }
9594             ],
9595             "time": "2025-05-21T11:55:47+00:00"
9596         },
9597         {
9598             "name": "sebastian/exporter",
9599             "version": "6.3.0",
9600             "source": {
9601                 "type": "git",
9602                 "url": "https://github.com/sebastianbergmann/exporter.git",
9603                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
9604             },
9605             "dist": {
9606                 "type": "zip",
9607                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
9608                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
9609                 "shasum": ""
9610             },
9611             "require": {
9612                 "ext-mbstring": "*",
9613                 "php": ">=8.2",
9614                 "sebastian/recursion-context": "^6.0"
9615             },
9616             "require-dev": {
9617                 "phpunit/phpunit": "^11.3"
9618             },
9619             "type": "library",
9620             "extra": {
9621                 "branch-alias": {
9622                     "dev-main": "6.1-dev"
9623                 }
9624             },
9625             "autoload": {
9626                 "classmap": [
9627                     "src/"
9628                 ]
9629             },
9630             "notification-url": "https://packagist.org/downloads/",
9631             "license": [
9632                 "BSD-3-Clause"
9633             ],
9634             "authors": [
9635                 {
9636                     "name": "Sebastian Bergmann",
9637                     "email": "sebastian@phpunit.de"
9638                 },
9639                 {
9640                     "name": "Jeff Welch",
9641                     "email": "whatthejeff@gmail.com"
9642                 },
9643                 {
9644                     "name": "Volker Dusch",
9645                     "email": "github@wallbash.com"
9646                 },
9647                 {
9648                     "name": "Adam Harvey",
9649                     "email": "aharvey@php.net"
9650                 },
9651                 {
9652                     "name": "Bernhard Schussek",
9653                     "email": "bschussek@gmail.com"
9654                 }
9655             ],
9656             "description": "Provides the functionality to export PHP variables for visualization",
9657             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9658             "keywords": [
9659                 "export",
9660                 "exporter"
9661             ],
9662             "support": {
9663                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9664                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9665                 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
9666             },
9667             "funding": [
9668                 {
9669                     "url": "https://github.com/sebastianbergmann",
9670                     "type": "github"
9671                 }
9672             ],
9673             "time": "2024-12-05T09:17:50+00:00"
9674         },
9675         {
9676             "name": "sebastian/global-state",
9677             "version": "7.0.2",
9678             "source": {
9679                 "type": "git",
9680                 "url": "https://github.com/sebastianbergmann/global-state.git",
9681                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
9682             },
9683             "dist": {
9684                 "type": "zip",
9685                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
9686                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
9687                 "shasum": ""
9688             },
9689             "require": {
9690                 "php": ">=8.2",
9691                 "sebastian/object-reflector": "^4.0",
9692                 "sebastian/recursion-context": "^6.0"
9693             },
9694             "require-dev": {
9695                 "ext-dom": "*",
9696                 "phpunit/phpunit": "^11.0"
9697             },
9698             "type": "library",
9699             "extra": {
9700                 "branch-alias": {
9701                     "dev-main": "7.0-dev"
9702                 }
9703             },
9704             "autoload": {
9705                 "classmap": [
9706                     "src/"
9707                 ]
9708             },
9709             "notification-url": "https://packagist.org/downloads/",
9710             "license": [
9711                 "BSD-3-Clause"
9712             ],
9713             "authors": [
9714                 {
9715                     "name": "Sebastian Bergmann",
9716                     "email": "sebastian@phpunit.de"
9717                 }
9718             ],
9719             "description": "Snapshotting of global state",
9720             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9721             "keywords": [
9722                 "global state"
9723             ],
9724             "support": {
9725                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9726                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9727                 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
9728             },
9729             "funding": [
9730                 {
9731                     "url": "https://github.com/sebastianbergmann",
9732                     "type": "github"
9733                 }
9734             ],
9735             "time": "2024-07-03T04:57:36+00:00"
9736         },
9737         {
9738             "name": "sebastian/lines-of-code",
9739             "version": "3.0.1",
9740             "source": {
9741                 "type": "git",
9742                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9743                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
9744             },
9745             "dist": {
9746                 "type": "zip",
9747                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9748                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9749                 "shasum": ""
9750             },
9751             "require": {
9752                 "nikic/php-parser": "^5.0",
9753                 "php": ">=8.2"
9754             },
9755             "require-dev": {
9756                 "phpunit/phpunit": "^11.0"
9757             },
9758             "type": "library",
9759             "extra": {
9760                 "branch-alias": {
9761                     "dev-main": "3.0-dev"
9762                 }
9763             },
9764             "autoload": {
9765                 "classmap": [
9766                     "src/"
9767                 ]
9768             },
9769             "notification-url": "https://packagist.org/downloads/",
9770             "license": [
9771                 "BSD-3-Clause"
9772             ],
9773             "authors": [
9774                 {
9775                     "name": "Sebastian Bergmann",
9776                     "email": "sebastian@phpunit.de",
9777                     "role": "lead"
9778                 }
9779             ],
9780             "description": "Library for counting the lines of code in PHP source code",
9781             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9782             "support": {
9783                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9784                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9785                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
9786             },
9787             "funding": [
9788                 {
9789                     "url": "https://github.com/sebastianbergmann",
9790                     "type": "github"
9791                 }
9792             ],
9793             "time": "2024-07-03T04:58:38+00:00"
9794         },
9795         {
9796             "name": "sebastian/object-enumerator",
9797             "version": "6.0.1",
9798             "source": {
9799                 "type": "git",
9800                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9801                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
9802             },
9803             "dist": {
9804                 "type": "zip",
9805                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
9806                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
9807                 "shasum": ""
9808             },
9809             "require": {
9810                 "php": ">=8.2",
9811                 "sebastian/object-reflector": "^4.0",
9812                 "sebastian/recursion-context": "^6.0"
9813             },
9814             "require-dev": {
9815                 "phpunit/phpunit": "^11.0"
9816             },
9817             "type": "library",
9818             "extra": {
9819                 "branch-alias": {
9820                     "dev-main": "6.0-dev"
9821                 }
9822             },
9823             "autoload": {
9824                 "classmap": [
9825                     "src/"
9826                 ]
9827             },
9828             "notification-url": "https://packagist.org/downloads/",
9829             "license": [
9830                 "BSD-3-Clause"
9831             ],
9832             "authors": [
9833                 {
9834                     "name": "Sebastian Bergmann",
9835                     "email": "sebastian@phpunit.de"
9836                 }
9837             ],
9838             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9839             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9840             "support": {
9841                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9842                 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
9843                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
9844             },
9845             "funding": [
9846                 {
9847                     "url": "https://github.com/sebastianbergmann",
9848                     "type": "github"
9849                 }
9850             ],
9851             "time": "2024-07-03T05:00:13+00:00"
9852         },
9853         {
9854             "name": "sebastian/object-reflector",
9855             "version": "4.0.1",
9856             "source": {
9857                 "type": "git",
9858                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9859                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
9860             },
9861             "dist": {
9862                 "type": "zip",
9863                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9864                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9865                 "shasum": ""
9866             },
9867             "require": {
9868                 "php": ">=8.2"
9869             },
9870             "require-dev": {
9871                 "phpunit/phpunit": "^11.0"
9872             },
9873             "type": "library",
9874             "extra": {
9875                 "branch-alias": {
9876                     "dev-main": "4.0-dev"
9877                 }
9878             },
9879             "autoload": {
9880                 "classmap": [
9881                     "src/"
9882                 ]
9883             },
9884             "notification-url": "https://packagist.org/downloads/",
9885             "license": [
9886                 "BSD-3-Clause"
9887             ],
9888             "authors": [
9889                 {
9890                     "name": "Sebastian Bergmann",
9891                     "email": "sebastian@phpunit.de"
9892                 }
9893             ],
9894             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9895             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9896             "support": {
9897                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9898                 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
9899                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
9900             },
9901             "funding": [
9902                 {
9903                     "url": "https://github.com/sebastianbergmann",
9904                     "type": "github"
9905                 }
9906             ],
9907             "time": "2024-07-03T05:01:32+00:00"
9908         },
9909         {
9910             "name": "sebastian/recursion-context",
9911             "version": "6.0.2",
9912             "source": {
9913                 "type": "git",
9914                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9915                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
9916             },
9917             "dist": {
9918                 "type": "zip",
9919                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
9920                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
9921                 "shasum": ""
9922             },
9923             "require": {
9924                 "php": ">=8.2"
9925             },
9926             "require-dev": {
9927                 "phpunit/phpunit": "^11.0"
9928             },
9929             "type": "library",
9930             "extra": {
9931                 "branch-alias": {
9932                     "dev-main": "6.0-dev"
9933                 }
9934             },
9935             "autoload": {
9936                 "classmap": [
9937                     "src/"
9938                 ]
9939             },
9940             "notification-url": "https://packagist.org/downloads/",
9941             "license": [
9942                 "BSD-3-Clause"
9943             ],
9944             "authors": [
9945                 {
9946                     "name": "Sebastian Bergmann",
9947                     "email": "sebastian@phpunit.de"
9948                 },
9949                 {
9950                     "name": "Jeff Welch",
9951                     "email": "whatthejeff@gmail.com"
9952                 },
9953                 {
9954                     "name": "Adam Harvey",
9955                     "email": "aharvey@php.net"
9956                 }
9957             ],
9958             "description": "Provides functionality to recursively process PHP variables",
9959             "homepage": "https://github.com/sebastianbergmann/recursion-context",
9960             "support": {
9961                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9962                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
9963                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
9964             },
9965             "funding": [
9966                 {
9967                     "url": "https://github.com/sebastianbergmann",
9968                     "type": "github"
9969                 }
9970             ],
9971             "time": "2024-07-03T05:10:34+00:00"
9972         },
9973         {
9974             "name": "sebastian/type",
9975             "version": "5.1.3",
9976             "source": {
9977                 "type": "git",
9978                 "url": "https://github.com/sebastianbergmann/type.git",
9979                 "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449"
9980             },
9981             "dist": {
9982                 "type": "zip",
9983                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
9984                 "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
9985                 "shasum": ""
9986             },
9987             "require": {
9988                 "php": ">=8.2"
9989             },
9990             "require-dev": {
9991                 "phpunit/phpunit": "^11.3"
9992             },
9993             "type": "library",
9994             "extra": {
9995                 "branch-alias": {
9996                     "dev-main": "5.1-dev"
9997                 }
9998             },
9999             "autoload": {
10000                 "classmap": [
10001                     "src/"
10002                 ]
10003             },
10004             "notification-url": "https://packagist.org/downloads/",
10005             "license": [
10006                 "BSD-3-Clause"
10007             ],
10008             "authors": [
10009                 {
10010                     "name": "Sebastian Bergmann",
10011                     "email": "sebastian@phpunit.de",
10012                     "role": "lead"
10013                 }
10014             ],
10015             "description": "Collection of value objects that represent the types of the PHP type system",
10016             "homepage": "https://github.com/sebastianbergmann/type",
10017             "support": {
10018                 "issues": "https://github.com/sebastianbergmann/type/issues",
10019                 "security": "https://github.com/sebastianbergmann/type/security/policy",
10020                 "source": "https://github.com/sebastianbergmann/type/tree/5.1.3"
10021             },
10022             "funding": [
10023                 {
10024                     "url": "https://github.com/sebastianbergmann",
10025                     "type": "github"
10026                 },
10027                 {
10028                     "url": "https://liberapay.com/sebastianbergmann",
10029                     "type": "liberapay"
10030                 },
10031                 {
10032                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
10033                     "type": "thanks_dev"
10034                 },
10035                 {
10036                     "url": "https://tidelift.com/funding/github/packagist/sebastian/type",
10037                     "type": "tidelift"
10038                 }
10039             ],
10040             "time": "2025-08-09T06:55:48+00:00"
10041         },
10042         {
10043             "name": "sebastian/version",
10044             "version": "5.0.2",
10045             "source": {
10046                 "type": "git",
10047                 "url": "https://github.com/sebastianbergmann/version.git",
10048                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
10049             },
10050             "dist": {
10051                 "type": "zip",
10052                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
10053                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
10054                 "shasum": ""
10055             },
10056             "require": {
10057                 "php": ">=8.2"
10058             },
10059             "type": "library",
10060             "extra": {
10061                 "branch-alias": {
10062                     "dev-main": "5.0-dev"
10063                 }
10064             },
10065             "autoload": {
10066                 "classmap": [
10067                     "src/"
10068                 ]
10069             },
10070             "notification-url": "https://packagist.org/downloads/",
10071             "license": [
10072                 "BSD-3-Clause"
10073             ],
10074             "authors": [
10075                 {
10076                     "name": "Sebastian Bergmann",
10077                     "email": "sebastian@phpunit.de",
10078                     "role": "lead"
10079                 }
10080             ],
10081             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10082             "homepage": "https://github.com/sebastianbergmann/version",
10083             "support": {
10084                 "issues": "https://github.com/sebastianbergmann/version/issues",
10085                 "security": "https://github.com/sebastianbergmann/version/security/policy",
10086                 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
10087             },
10088             "funding": [
10089                 {
10090                     "url": "https://github.com/sebastianbergmann",
10091                     "type": "github"
10092                 }
10093             ],
10094             "time": "2024-10-09T05:16:32+00:00"
10095         },
10096         {
10097             "name": "squizlabs/php_codesniffer",
10098             "version": "3.13.2",
10099             "source": {
10100                 "type": "git",
10101                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10102                 "reference": "5b5e3821314f947dd040c70f7992a64eac89025c"
10103             },
10104             "dist": {
10105                 "type": "zip",
10106                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5b5e3821314f947dd040c70f7992a64eac89025c",
10107                 "reference": "5b5e3821314f947dd040c70f7992a64eac89025c",
10108                 "shasum": ""
10109             },
10110             "require": {
10111                 "ext-simplexml": "*",
10112                 "ext-tokenizer": "*",
10113                 "ext-xmlwriter": "*",
10114                 "php": ">=5.4.0"
10115             },
10116             "require-dev": {
10117                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10118             },
10119             "bin": [
10120                 "bin/phpcbf",
10121                 "bin/phpcs"
10122             ],
10123             "type": "library",
10124             "extra": {
10125                 "branch-alias": {
10126                     "dev-master": "3.x-dev"
10127                 }
10128             },
10129             "notification-url": "https://packagist.org/downloads/",
10130             "license": [
10131                 "BSD-3-Clause"
10132             ],
10133             "authors": [
10134                 {
10135                     "name": "Greg Sherwood",
10136                     "role": "Former lead"
10137                 },
10138                 {
10139                     "name": "Juliette Reinders Folmer",
10140                     "role": "Current lead"
10141                 },
10142                 {
10143                     "name": "Contributors",
10144                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10145                 }
10146             ],
10147             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10148             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10149             "keywords": [
10150                 "phpcs",
10151                 "standards",
10152                 "static analysis"
10153             ],
10154             "support": {
10155                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10156                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10157                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10158                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10159             },
10160             "funding": [
10161                 {
10162                     "url": "https://github.com/PHPCSStandards",
10163                     "type": "github"
10164                 },
10165                 {
10166                     "url": "https://github.com/jrfnl",
10167                     "type": "github"
10168                 },
10169                 {
10170                     "url": "https://opencollective.com/php_codesniffer",
10171                     "type": "open_collective"
10172                 },
10173                 {
10174                     "url": "https://thanks.dev/u/gh/phpcsstandards",
10175                     "type": "thanks_dev"
10176                 }
10177             ],
10178             "time": "2025-06-17T22:17:01+00:00"
10179         },
10180         {
10181             "name": "ssddanbrown/asserthtml",
10182             "version": "v3.1.0",
10183             "source": {
10184                 "type": "git",
10185                 "url": "https://codeberg.org/danb/asserthtml",
10186                 "reference": "cf8206171d667d43e1bdde17d67191f30e95c8a0"
10187             },
10188             "dist": {
10189                 "type": "zip",
10190                 "url": "https://codeberg.org/api/v1/repos/danb/asserthtml/archive/%prettyVersion%.zip"
10191             },
10192             "require": {
10193                 "ext-dom": "*",
10194                 "ext-json": "*",
10195                 "php": ">=8.1",
10196                 "phpunit/phpunit": "^10.0|^11.0",
10197                 "symfony/css-selector": "^6.0|^7.0",
10198                 "symfony/dom-crawler": "^6.0|^7.0"
10199             },
10200             "require-dev": {
10201                 "phpstan/phpstan": "^2.0"
10202             },
10203             "type": "library",
10204             "autoload": {
10205                 "psr-4": {
10206                     "Ssddanbrown\\AssertHtml\\": "src"
10207                 }
10208             },
10209             "notification-url": "https://packagist.org/downloads/",
10210             "license": [
10211                 "MIT"
10212             ],
10213             "authors": [
10214                 {
10215                     "name": "Dan Brown",
10216                     "homepage": "https://danb.me",
10217                     "role": "Developer"
10218                 }
10219             ],
10220             "description": "HTML Content Assertions for PHPUnit",
10221             "homepage": "https://codeberg.org/danb/asserthtml",
10222             "time": "2025-01-11T13:35:55+00:00"
10223         },
10224         {
10225             "name": "staabm/side-effects-detector",
10226             "version": "1.0.5",
10227             "source": {
10228                 "type": "git",
10229                 "url": "https://github.com/staabm/side-effects-detector.git",
10230                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
10231             },
10232             "dist": {
10233                 "type": "zip",
10234                 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
10235                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
10236                 "shasum": ""
10237             },
10238             "require": {
10239                 "ext-tokenizer": "*",
10240                 "php": "^7.4 || ^8.0"
10241             },
10242             "require-dev": {
10243                 "phpstan/extension-installer": "^1.4.3",
10244                 "phpstan/phpstan": "^1.12.6",
10245                 "phpunit/phpunit": "^9.6.21",
10246                 "symfony/var-dumper": "^5.4.43",
10247                 "tomasvotruba/type-coverage": "1.0.0",
10248                 "tomasvotruba/unused-public": "1.0.0"
10249             },
10250             "type": "library",
10251             "autoload": {
10252                 "classmap": [
10253                     "lib/"
10254                 ]
10255             },
10256             "notification-url": "https://packagist.org/downloads/",
10257             "license": [
10258                 "MIT"
10259             ],
10260             "description": "A static analysis tool to detect side effects in PHP code",
10261             "keywords": [
10262                 "static analysis"
10263             ],
10264             "support": {
10265                 "issues": "https://github.com/staabm/side-effects-detector/issues",
10266                 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
10267             },
10268             "funding": [
10269                 {
10270                     "url": "https://github.com/staabm",
10271                     "type": "github"
10272                 }
10273             ],
10274             "time": "2024-10-20T05:08:20+00:00"
10275         },
10276         {
10277             "name": "symfony/dom-crawler",
10278             "version": "v7.3.1",
10279             "source": {
10280                 "type": "git",
10281                 "url": "https://github.com/symfony/dom-crawler.git",
10282                 "reference": "8b2ee2e06ab99fa5f067b6699296d4e35c156bb9"
10283             },
10284             "dist": {
10285                 "type": "zip",
10286                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8b2ee2e06ab99fa5f067b6699296d4e35c156bb9",
10287                 "reference": "8b2ee2e06ab99fa5f067b6699296d4e35c156bb9",
10288                 "shasum": ""
10289             },
10290             "require": {
10291                 "masterminds/html5": "^2.6",
10292                 "php": ">=8.2",
10293                 "symfony/polyfill-ctype": "~1.8",
10294                 "symfony/polyfill-mbstring": "~1.0"
10295             },
10296             "require-dev": {
10297                 "symfony/css-selector": "^6.4|^7.0"
10298             },
10299             "type": "library",
10300             "autoload": {
10301                 "psr-4": {
10302                     "Symfony\\Component\\DomCrawler\\": ""
10303                 },
10304                 "exclude-from-classmap": [
10305                     "/Tests/"
10306                 ]
10307             },
10308             "notification-url": "https://packagist.org/downloads/",
10309             "license": [
10310                 "MIT"
10311             ],
10312             "authors": [
10313                 {
10314                     "name": "Fabien Potencier",
10315                     "email": "fabien@symfony.com"
10316                 },
10317                 {
10318                     "name": "Symfony Community",
10319                     "homepage": "https://symfony.com/contributors"
10320                 }
10321             ],
10322             "description": "Eases DOM navigation for HTML and XML documents",
10323             "homepage": "https://symfony.com",
10324             "support": {
10325                 "source": "https://github.com/symfony/dom-crawler/tree/v7.3.1"
10326             },
10327             "funding": [
10328                 {
10329                     "url": "https://symfony.com/sponsor",
10330                     "type": "custom"
10331                 },
10332                 {
10333                     "url": "https://github.com/fabpot",
10334                     "type": "github"
10335                 },
10336                 {
10337                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10338                     "type": "tidelift"
10339                 }
10340             ],
10341             "time": "2025-06-15T10:07:06+00:00"
10342         },
10343         {
10344             "name": "theseer/tokenizer",
10345             "version": "1.2.3",
10346             "source": {
10347                 "type": "git",
10348                 "url": "https://github.com/theseer/tokenizer.git",
10349                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10350             },
10351             "dist": {
10352                 "type": "zip",
10353                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10354                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10355                 "shasum": ""
10356             },
10357             "require": {
10358                 "ext-dom": "*",
10359                 "ext-tokenizer": "*",
10360                 "ext-xmlwriter": "*",
10361                 "php": "^7.2 || ^8.0"
10362             },
10363             "type": "library",
10364             "autoload": {
10365                 "classmap": [
10366                     "src/"
10367                 ]
10368             },
10369             "notification-url": "https://packagist.org/downloads/",
10370             "license": [
10371                 "BSD-3-Clause"
10372             ],
10373             "authors": [
10374                 {
10375                     "name": "Arne Blankerts",
10376                     "email": "arne@blankerts.de",
10377                     "role": "Developer"
10378                 }
10379             ],
10380             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10381             "support": {
10382                 "issues": "https://github.com/theseer/tokenizer/issues",
10383                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10384             },
10385             "funding": [
10386                 {
10387                     "url": "https://github.com/theseer",
10388                     "type": "github"
10389                 }
10390             ],
10391             "time": "2024-03-03T12:36:25+00:00"
10392         }
10393     ],
10394     "aliases": [],
10395     "minimum-stability": "stable",
10396     "stability-flags": {},
10397     "prefer-stable": true,
10398     "prefer-lowest": false,
10399     "platform": {
10400         "php": "^8.2.0",
10401         "ext-curl": "*",
10402         "ext-dom": "*",
10403         "ext-fileinfo": "*",
10404         "ext-gd": "*",
10405         "ext-json": "*",
10406         "ext-mbstring": "*",
10407         "ext-xml": "*",
10408         "ext-zip": "*"
10409     },
10410     "platform-dev": {},
10411     "platform-overrides": {
10412         "php": "8.2.0"
10413     },
10414     "plugin-api-version": "2.6.0"
10415 }