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