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