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