]> BookStack Code Mirror - bookstack/blob - composer.lock
b3604dd471adb3a44fb6595bf53dc0c4d2311918
[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.343.3",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/aws/aws-sdk-php.git",
69                 "reference": "d7ad5f6bdee792a16d2c9d5a3d9b56acfaaaf979"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d7ad5f6bdee792a16d2c9d5a3d9b56acfaaaf979",
74                 "reference": "d7ad5f6bdee792a16d2c9d5a3d9b56acfaaaf979",
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.343.3"
157             },
158             "time": "2025-05-02T18:04:58+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.2",
1601             "source": {
1602                 "type": "git",
1603                 "url": "https://github.com/Intervention/image.git",
1604                 "reference": "ebbb711871fb261c064cf4c422f5f3c124fe1842"
1605             },
1606             "dist": {
1607                 "type": "zip",
1608                 "url": "https://api.github.com/repos/Intervention/image/zipball/ebbb711871fb261c064cf4c422f5f3c124fe1842",
1609                 "reference": "ebbb711871fb261c064cf4c422f5f3c124fe1842",
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.2"
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-02-27T13:08:55+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.44.7",
1744             "source": {
1745                 "type": "git",
1746                 "url": "https://github.com/laravel/framework.git",
1747                 "reference": "00bc6ac91a6d577bf051c18ddaa638c0d221e1c7"
1748             },
1749             "dist": {
1750                 "type": "zip",
1751                 "url": "https://api.github.com/repos/laravel/framework/zipball/00bc6ac91a6d577bf051c18ddaa638c0d221e1c7",
1752                 "reference": "00bc6ac91a6d577bf051c18ddaa638c0d221e1c7",
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.6",
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.11.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-04-25T12:40:47+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.20.0",
2079             "source": {
2080                 "type": "git",
2081                 "url": "https://github.com/laravel/socialite.git",
2082                 "reference": "30972c12a41f71abeb418bc9ff157da8d9231519"
2083             },
2084             "dist": {
2085                 "type": "zip",
2086                 "url": "https://api.github.com/repos/laravel/socialite/zipball/30972c12a41f71abeb418bc9ff157da8d9231519",
2087                 "reference": "30972c12a41f71abeb418bc9ff157da8d9231519",
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-04-21T14:21:34+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.9.1",
3289             "source": {
3290                 "type": "git",
3291                 "url": "https://github.com/CarbonPHP/carbon.git",
3292                 "reference": "ced71f79398ece168e24f7f7710462f462310d4d"
3293             },
3294             "dist": {
3295                 "type": "zip",
3296                 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/ced71f79398ece168e24f7f7710462f462310d4d",
3297                 "reference": "ced71f79398ece168e24f7f7710462f462310d4d",
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 || ^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.57.2",
3316                 "kylekatarnls/multi-tester": "^2.5.3",
3317                 "ondrejmirtes/better-reflection": "^6.25.0.4",
3318                 "phpmd/phpmd": "^2.15.0",
3319                 "phpstan/extension-installer": "^1.3.1",
3320                 "phpstan/phpstan": "^1.11.2",
3321                 "phpunit/phpunit": "^10.5.20",
3322                 "squizlabs/php_codesniffer": "^3.9.0"
3323             },
3324             "bin": [
3325                 "bin/carbon"
3326             ],
3327             "type": "library",
3328             "extra": {
3329                 "laravel": {
3330                     "providers": [
3331                         "Carbon\\Laravel\\ServiceProvider"
3332                     ]
3333                 },
3334                 "phpstan": {
3335                     "includes": [
3336                         "extension.neon"
3337                     ]
3338                 },
3339                 "branch-alias": {
3340                     "dev-2.x": "2.x-dev",
3341                     "dev-master": "3.x-dev"
3342                 }
3343             },
3344             "autoload": {
3345                 "psr-4": {
3346                     "Carbon\\": "src/Carbon/"
3347                 }
3348             },
3349             "notification-url": "https://packagist.org/downloads/",
3350             "license": [
3351                 "MIT"
3352             ],
3353             "authors": [
3354                 {
3355                     "name": "Brian Nesbitt",
3356                     "email": "[email protected]",
3357                     "homepage": "https://markido.com"
3358                 },
3359                 {
3360                     "name": "kylekatarnls",
3361                     "homepage": "https://github.com/kylekatarnls"
3362                 }
3363             ],
3364             "description": "An API extension for DateTime that supports 281 different languages.",
3365             "homepage": "https://carbon.nesbot.com",
3366             "keywords": [
3367                 "date",
3368                 "datetime",
3369                 "time"
3370             ],
3371             "support": {
3372                 "docs": "https://carbon.nesbot.com/docs",
3373                 "issues": "https://github.com/CarbonPHP/carbon/issues",
3374                 "source": "https://github.com/CarbonPHP/carbon"
3375             },
3376             "funding": [
3377                 {
3378                     "url": "https://github.com/sponsors/kylekatarnls",
3379                     "type": "github"
3380                 },
3381                 {
3382                     "url": "https://opencollective.com/Carbon#sponsor",
3383                     "type": "opencollective"
3384                 },
3385                 {
3386                     "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
3387                     "type": "tidelift"
3388                 }
3389             ],
3390             "time": "2025-05-01T19:51:51+00:00"
3391         },
3392         {
3393             "name": "nette/schema",
3394             "version": "v1.3.2",
3395             "source": {
3396                 "type": "git",
3397                 "url": "https://github.com/nette/schema.git",
3398                 "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
3399             },
3400             "dist": {
3401                 "type": "zip",
3402                 "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
3403                 "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
3404                 "shasum": ""
3405             },
3406             "require": {
3407                 "nette/utils": "^4.0",
3408                 "php": "8.1 - 8.4"
3409             },
3410             "require-dev": {
3411                 "nette/tester": "^2.5.2",
3412                 "phpstan/phpstan-nette": "^1.0",
3413                 "tracy/tracy": "^2.8"
3414             },
3415             "type": "library",
3416             "extra": {
3417                 "branch-alias": {
3418                     "dev-master": "1.3-dev"
3419                 }
3420             },
3421             "autoload": {
3422                 "classmap": [
3423                     "src/"
3424                 ]
3425             },
3426             "notification-url": "https://packagist.org/downloads/",
3427             "license": [
3428                 "BSD-3-Clause",
3429                 "GPL-2.0-only",
3430                 "GPL-3.0-only"
3431             ],
3432             "authors": [
3433                 {
3434                     "name": "David Grudl",
3435                     "homepage": "https://davidgrudl.com"
3436                 },
3437                 {
3438                     "name": "Nette Community",
3439                     "homepage": "https://nette.org/contributors"
3440                 }
3441             ],
3442             "description": "📐 Nette Schema: validating data structures against a given Schema.",
3443             "homepage": "https://nette.org",
3444             "keywords": [
3445                 "config",
3446                 "nette"
3447             ],
3448             "support": {
3449                 "issues": "https://github.com/nette/schema/issues",
3450                 "source": "https://github.com/nette/schema/tree/v1.3.2"
3451             },
3452             "time": "2024-10-06T23:10:23+00:00"
3453         },
3454         {
3455             "name": "nette/utils",
3456             "version": "v4.0.6",
3457             "source": {
3458                 "type": "git",
3459                 "url": "https://github.com/nette/utils.git",
3460                 "reference": "ce708655043c7050eb050df361c5e313cf708309"
3461             },
3462             "dist": {
3463                 "type": "zip",
3464                 "url": "https://api.github.com/repos/nette/utils/zipball/ce708655043c7050eb050df361c5e313cf708309",
3465                 "reference": "ce708655043c7050eb050df361c5e313cf708309",
3466                 "shasum": ""
3467             },
3468             "require": {
3469                 "php": "8.0 - 8.4"
3470             },
3471             "conflict": {
3472                 "nette/finder": "<3",
3473                 "nette/schema": "<1.2.2"
3474             },
3475             "require-dev": {
3476                 "jetbrains/phpstorm-attributes": "dev-master",
3477                 "nette/tester": "^2.5",
3478                 "phpstan/phpstan": "^1.0",
3479                 "tracy/tracy": "^2.9"
3480             },
3481             "suggest": {
3482                 "ext-gd": "to use Image",
3483                 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
3484                 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
3485                 "ext-json": "to use Nette\\Utils\\Json",
3486                 "ext-mbstring": "to use Strings::lower() etc...",
3487                 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
3488             },
3489             "type": "library",
3490             "extra": {
3491                 "branch-alias": {
3492                     "dev-master": "4.0-dev"
3493                 }
3494             },
3495             "autoload": {
3496                 "classmap": [
3497                     "src/"
3498                 ]
3499             },
3500             "notification-url": "https://packagist.org/downloads/",
3501             "license": [
3502                 "BSD-3-Clause",
3503                 "GPL-2.0-only",
3504                 "GPL-3.0-only"
3505             ],
3506             "authors": [
3507                 {
3508                     "name": "David Grudl",
3509                     "homepage": "https://davidgrudl.com"
3510                 },
3511                 {
3512                     "name": "Nette Community",
3513                     "homepage": "https://nette.org/contributors"
3514                 }
3515             ],
3516             "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
3517             "homepage": "https://nette.org",
3518             "keywords": [
3519                 "array",
3520                 "core",
3521                 "datetime",
3522                 "images",
3523                 "json",
3524                 "nette",
3525                 "paginator",
3526                 "password",
3527                 "slugify",
3528                 "string",
3529                 "unicode",
3530                 "utf-8",
3531                 "utility",
3532                 "validation"
3533             ],
3534             "support": {
3535                 "issues": "https://github.com/nette/utils/issues",
3536                 "source": "https://github.com/nette/utils/tree/v4.0.6"
3537             },
3538             "time": "2025-03-30T21:06:30+00:00"
3539         },
3540         {
3541             "name": "nikic/php-parser",
3542             "version": "v5.4.0",
3543             "source": {
3544                 "type": "git",
3545                 "url": "https://github.com/nikic/PHP-Parser.git",
3546                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
3547             },
3548             "dist": {
3549                 "type": "zip",
3550                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
3551                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
3552                 "shasum": ""
3553             },
3554             "require": {
3555                 "ext-ctype": "*",
3556                 "ext-json": "*",
3557                 "ext-tokenizer": "*",
3558                 "php": ">=7.4"
3559             },
3560             "require-dev": {
3561                 "ircmaxell/php-yacc": "^0.0.7",
3562                 "phpunit/phpunit": "^9.0"
3563             },
3564             "bin": [
3565                 "bin/php-parse"
3566             ],
3567             "type": "library",
3568             "extra": {
3569                 "branch-alias": {
3570                     "dev-master": "5.0-dev"
3571                 }
3572             },
3573             "autoload": {
3574                 "psr-4": {
3575                     "PhpParser\\": "lib/PhpParser"
3576                 }
3577             },
3578             "notification-url": "https://packagist.org/downloads/",
3579             "license": [
3580                 "BSD-3-Clause"
3581             ],
3582             "authors": [
3583                 {
3584                     "name": "Nikita Popov"
3585                 }
3586             ],
3587             "description": "A PHP parser written in PHP",
3588             "keywords": [
3589                 "parser",
3590                 "php"
3591             ],
3592             "support": {
3593                 "issues": "https://github.com/nikic/PHP-Parser/issues",
3594                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
3595             },
3596             "time": "2024-12-30T11:07:19+00:00"
3597         },
3598         {
3599             "name": "nunomaduro/termwind",
3600             "version": "v2.3.0",
3601             "source": {
3602                 "type": "git",
3603                 "url": "https://github.com/nunomaduro/termwind.git",
3604                 "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda"
3605             },
3606             "dist": {
3607                 "type": "zip",
3608                 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/52915afe6a1044e8b9cee1bcff836fb63acf9cda",
3609                 "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda",
3610                 "shasum": ""
3611             },
3612             "require": {
3613                 "ext-mbstring": "*",
3614                 "php": "^8.2",
3615                 "symfony/console": "^7.1.8"
3616             },
3617             "require-dev": {
3618                 "illuminate/console": "^11.33.2",
3619                 "laravel/pint": "^1.18.2",
3620                 "mockery/mockery": "^1.6.12",
3621                 "pestphp/pest": "^2.36.0",
3622                 "phpstan/phpstan": "^1.12.11",
3623                 "phpstan/phpstan-strict-rules": "^1.6.1",
3624                 "symfony/var-dumper": "^7.1.8",
3625                 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
3626             },
3627             "type": "library",
3628             "extra": {
3629                 "laravel": {
3630                     "providers": [
3631                         "Termwind\\Laravel\\TermwindServiceProvider"
3632                     ]
3633                 },
3634                 "branch-alias": {
3635                     "dev-2.x": "2.x-dev"
3636                 }
3637             },
3638             "autoload": {
3639                 "files": [
3640                     "src/Functions.php"
3641                 ],
3642                 "psr-4": {
3643                     "Termwind\\": "src/"
3644                 }
3645             },
3646             "notification-url": "https://packagist.org/downloads/",
3647             "license": [
3648                 "MIT"
3649             ],
3650             "authors": [
3651                 {
3652                     "name": "Nuno Maduro",
3653                     "email": "[email protected]"
3654                 }
3655             ],
3656             "description": "Its like Tailwind CSS, but for the console.",
3657             "keywords": [
3658                 "cli",
3659                 "console",
3660                 "css",
3661                 "package",
3662                 "php",
3663                 "style"
3664             ],
3665             "support": {
3666                 "issues": "https://github.com/nunomaduro/termwind/issues",
3667                 "source": "https://github.com/nunomaduro/termwind/tree/v2.3.0"
3668             },
3669             "funding": [
3670                 {
3671                     "url": "https://www.paypal.com/paypalme/enunomaduro",
3672                     "type": "custom"
3673                 },
3674                 {
3675                     "url": "https://github.com/nunomaduro",
3676                     "type": "github"
3677                 },
3678                 {
3679                     "url": "https://github.com/xiCO2k",
3680                     "type": "github"
3681                 }
3682             ],
3683             "time": "2024-11-21T10:39:51+00:00"
3684         },
3685         {
3686             "name": "onelogin/php-saml",
3687             "version": "4.2.0",
3688             "source": {
3689                 "type": "git",
3690                 "url": "https://github.com/SAML-Toolkits/php-saml.git",
3691                 "reference": "d3b5172f137db2f412239432d77253ceaaa1e939"
3692             },
3693             "dist": {
3694                 "type": "zip",
3695                 "url": "https://api.github.com/repos/SAML-Toolkits/php-saml/zipball/d3b5172f137db2f412239432d77253ceaaa1e939",
3696                 "reference": "d3b5172f137db2f412239432d77253ceaaa1e939",
3697                 "shasum": ""
3698             },
3699             "require": {
3700                 "php": ">=7.3",
3701                 "robrichards/xmlseclibs": "^3.1"
3702             },
3703             "require-dev": {
3704                 "pdepend/pdepend": "^2.8.0",
3705                 "php-coveralls/php-coveralls": "^2.0",
3706                 "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
3707                 "phpunit/phpunit": "^9.5",
3708                 "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
3709                 "squizlabs/php_codesniffer": "^3.5.8"
3710             },
3711             "suggest": {
3712                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
3713                 "ext-dom": "Install xml lib",
3714                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
3715                 "ext-zlib": "Install zlib"
3716             },
3717             "type": "library",
3718             "autoload": {
3719                 "psr-4": {
3720                     "OneLogin\\": "src/"
3721                 }
3722             },
3723             "notification-url": "https://packagist.org/downloads/",
3724             "license": [
3725                 "MIT"
3726             ],
3727             "description": "PHP SAML Toolkit",
3728             "homepage": "https://github.com/SAML-Toolkits/php-saml",
3729             "keywords": [
3730                 "Federation",
3731                 "SAML2",
3732                 "SSO",
3733                 "identity",
3734                 "saml"
3735             ],
3736             "support": {
3737                 "email": "[email protected]",
3738                 "issues": "https://github.com/onelogin/SAML-Toolkits/issues",
3739                 "source": "https://github.com/onelogin/SAML-Toolkits/"
3740             },
3741             "funding": [
3742                 {
3743                     "url": "https://github.com/SAML-Toolkits",
3744                     "type": "github"
3745                 }
3746             ],
3747             "time": "2024-05-30T15:10:40+00:00"
3748         },
3749         {
3750             "name": "paragonie/constant_time_encoding",
3751             "version": "v3.0.0",
3752             "source": {
3753                 "type": "git",
3754                 "url": "https://github.com/paragonie/constant_time_encoding.git",
3755                 "reference": "df1e7fde177501eee2037dd159cf04f5f301a512"
3756             },
3757             "dist": {
3758                 "type": "zip",
3759                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512",
3760                 "reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
3761                 "shasum": ""
3762             },
3763             "require": {
3764                 "php": "^8"
3765             },
3766             "require-dev": {
3767                 "phpunit/phpunit": "^9",
3768                 "vimeo/psalm": "^4|^5"
3769             },
3770             "type": "library",
3771             "autoload": {
3772                 "psr-4": {
3773                     "ParagonIE\\ConstantTime\\": "src/"
3774                 }
3775             },
3776             "notification-url": "https://packagist.org/downloads/",
3777             "license": [
3778                 "MIT"
3779             ],
3780             "authors": [
3781                 {
3782                     "name": "Paragon Initiative Enterprises",
3783                     "email": "[email protected]",
3784                     "homepage": "https://paragonie.com",
3785                     "role": "Maintainer"
3786                 },
3787                 {
3788                     "name": "Steve 'Sc00bz' Thomas",
3789                     "email": "[email protected]",
3790                     "homepage": "https://www.tobtu.com",
3791                     "role": "Original Developer"
3792                 }
3793             ],
3794             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
3795             "keywords": [
3796                 "base16",
3797                 "base32",
3798                 "base32_decode",
3799                 "base32_encode",
3800                 "base64",
3801                 "base64_decode",
3802                 "base64_encode",
3803                 "bin2hex",
3804                 "encoding",
3805                 "hex",
3806                 "hex2bin",
3807                 "rfc4648"
3808             ],
3809             "support": {
3810                 "email": "[email protected]",
3811                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
3812                 "source": "https://github.com/paragonie/constant_time_encoding"
3813             },
3814             "time": "2024-05-08T12:36:18+00:00"
3815         },
3816         {
3817             "name": "paragonie/random_compat",
3818             "version": "v9.99.100",
3819             "source": {
3820                 "type": "git",
3821                 "url": "https://github.com/paragonie/random_compat.git",
3822                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3823             },
3824             "dist": {
3825                 "type": "zip",
3826                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3827                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3828                 "shasum": ""
3829             },
3830             "require": {
3831                 "php": ">= 7"
3832             },
3833             "require-dev": {
3834                 "phpunit/phpunit": "4.*|5.*",
3835                 "vimeo/psalm": "^1"
3836             },
3837             "suggest": {
3838                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3839             },
3840             "type": "library",
3841             "notification-url": "https://packagist.org/downloads/",
3842             "license": [
3843                 "MIT"
3844             ],
3845             "authors": [
3846                 {
3847                     "name": "Paragon Initiative Enterprises",
3848                     "email": "[email protected]",
3849                     "homepage": "https://paragonie.com"
3850                 }
3851             ],
3852             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3853             "keywords": [
3854                 "csprng",
3855                 "polyfill",
3856                 "pseudorandom",
3857                 "random"
3858             ],
3859             "support": {
3860                 "email": "[email protected]",
3861                 "issues": "https://github.com/paragonie/random_compat/issues",
3862                 "source": "https://github.com/paragonie/random_compat"
3863             },
3864             "time": "2020-10-15T08:29:30+00:00"
3865         },
3866         {
3867             "name": "phpoption/phpoption",
3868             "version": "1.9.3",
3869             "source": {
3870                 "type": "git",
3871                 "url": "https://github.com/schmittjoh/php-option.git",
3872                 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
3873             },
3874             "dist": {
3875                 "type": "zip",
3876                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
3877                 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
3878                 "shasum": ""
3879             },
3880             "require": {
3881                 "php": "^7.2.5 || ^8.0"
3882             },
3883             "require-dev": {
3884                 "bamarni/composer-bin-plugin": "^1.8.2",
3885                 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
3886             },
3887             "type": "library",
3888             "extra": {
3889                 "bamarni-bin": {
3890                     "bin-links": true,
3891                     "forward-command": false
3892                 },
3893                 "branch-alias": {
3894                     "dev-master": "1.9-dev"
3895                 }
3896             },
3897             "autoload": {
3898                 "psr-4": {
3899                     "PhpOption\\": "src/PhpOption/"
3900                 }
3901             },
3902             "notification-url": "https://packagist.org/downloads/",
3903             "license": [
3904                 "Apache-2.0"
3905             ],
3906             "authors": [
3907                 {
3908                     "name": "Johannes M. Schmitt",
3909                     "email": "[email protected]",
3910                     "homepage": "https://github.com/schmittjoh"
3911                 },
3912                 {
3913                     "name": "Graham Campbell",
3914                     "email": "[email protected]",
3915                     "homepage": "https://github.com/GrahamCampbell"
3916                 }
3917             ],
3918             "description": "Option Type for PHP",
3919             "keywords": [
3920                 "language",
3921                 "option",
3922                 "php",
3923                 "type"
3924             ],
3925             "support": {
3926                 "issues": "https://github.com/schmittjoh/php-option/issues",
3927                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
3928             },
3929             "funding": [
3930                 {
3931                     "url": "https://github.com/GrahamCampbell",
3932                     "type": "github"
3933                 },
3934                 {
3935                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
3936                     "type": "tidelift"
3937                 }
3938             ],
3939             "time": "2024-07-20T21:41:07+00:00"
3940         },
3941         {
3942             "name": "phpseclib/phpseclib",
3943             "version": "3.0.43",
3944             "source": {
3945                 "type": "git",
3946                 "url": "https://github.com/phpseclib/phpseclib.git",
3947                 "reference": "709ec107af3cb2f385b9617be72af8cf62441d02"
3948             },
3949             "dist": {
3950                 "type": "zip",
3951                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/709ec107af3cb2f385b9617be72af8cf62441d02",
3952                 "reference": "709ec107af3cb2f385b9617be72af8cf62441d02",
3953                 "shasum": ""
3954             },
3955             "require": {
3956                 "paragonie/constant_time_encoding": "^1|^2|^3",
3957                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
3958                 "php": ">=5.6.1"
3959             },
3960             "require-dev": {
3961                 "phpunit/phpunit": "*"
3962             },
3963             "suggest": {
3964                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
3965                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3966                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3967                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3968                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3969             },
3970             "type": "library",
3971             "autoload": {
3972                 "files": [
3973                     "phpseclib/bootstrap.php"
3974                 ],
3975                 "psr-4": {
3976                     "phpseclib3\\": "phpseclib/"
3977                 }
3978             },
3979             "notification-url": "https://packagist.org/downloads/",
3980             "license": [
3981                 "MIT"
3982             ],
3983             "authors": [
3984                 {
3985                     "name": "Jim Wigginton",
3986                     "email": "[email protected]",
3987                     "role": "Lead Developer"
3988                 },
3989                 {
3990                     "name": "Patrick Monnerat",
3991                     "email": "[email protected]",
3992                     "role": "Developer"
3993                 },
3994                 {
3995                     "name": "Andreas Fischer",
3996                     "email": "[email protected]",
3997                     "role": "Developer"
3998                 },
3999                 {
4000                     "name": "Hans-Jürgen Petrich",
4001                     "email": "[email protected]",
4002                     "role": "Developer"
4003                 },
4004                 {
4005                     "name": "Graham Campbell",
4006                     "email": "[email protected]",
4007                     "role": "Developer"
4008                 }
4009             ],
4010             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
4011             "homepage": "http://phpseclib.sourceforge.net",
4012             "keywords": [
4013                 "BigInteger",
4014                 "aes",
4015                 "asn.1",
4016                 "asn1",
4017                 "blowfish",
4018                 "crypto",
4019                 "cryptography",
4020                 "encryption",
4021                 "rsa",
4022                 "security",
4023                 "sftp",
4024                 "signature",
4025                 "signing",
4026                 "ssh",
4027                 "twofish",
4028                 "x.509",
4029                 "x509"
4030             ],
4031             "support": {
4032                 "issues": "https://github.com/phpseclib/phpseclib/issues",
4033                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.43"
4034             },
4035             "funding": [
4036                 {
4037                     "url": "https://github.com/terrafrost",
4038                     "type": "github"
4039                 },
4040                 {
4041                     "url": "https://www.patreon.com/phpseclib",
4042                     "type": "patreon"
4043                 },
4044                 {
4045                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
4046                     "type": "tidelift"
4047                 }
4048             ],
4049             "time": "2024-12-14T21:12:59+00:00"
4050         },
4051         {
4052             "name": "pragmarx/google2fa",
4053             "version": "v8.0.3",
4054             "source": {
4055                 "type": "git",
4056                 "url": "https://github.com/antonioribeiro/google2fa.git",
4057                 "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad"
4058             },
4059             "dist": {
4060                 "type": "zip",
4061                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad",
4062                 "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad",
4063                 "shasum": ""
4064             },
4065             "require": {
4066                 "paragonie/constant_time_encoding": "^1.0|^2.0|^3.0",
4067                 "php": "^7.1|^8.0"
4068             },
4069             "require-dev": {
4070                 "phpstan/phpstan": "^1.9",
4071                 "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
4072             },
4073             "type": "library",
4074             "autoload": {
4075                 "psr-4": {
4076                     "PragmaRX\\Google2FA\\": "src/"
4077                 }
4078             },
4079             "notification-url": "https://packagist.org/downloads/",
4080             "license": [
4081                 "MIT"
4082             ],
4083             "authors": [
4084                 {
4085                     "name": "Antonio Carlos Ribeiro",
4086                     "email": "[email protected]",
4087                     "role": "Creator & Designer"
4088                 }
4089             ],
4090             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
4091             "keywords": [
4092                 "2fa",
4093                 "Authentication",
4094                 "Two Factor Authentication",
4095                 "google2fa"
4096             ],
4097             "support": {
4098                 "issues": "https://github.com/antonioribeiro/google2fa/issues",
4099                 "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.3"
4100             },
4101             "time": "2024-09-05T11:56:40+00:00"
4102         },
4103         {
4104             "name": "predis/predis",
4105             "version": "v2.4.0",
4106             "source": {
4107                 "type": "git",
4108                 "url": "https://github.com/predis/predis.git",
4109                 "reference": "f49e13ee3a2a825631562aa0223ac922ec5d058b"
4110             },
4111             "dist": {
4112                 "type": "zip",
4113                 "url": "https://api.github.com/repos/predis/predis/zipball/f49e13ee3a2a825631562aa0223ac922ec5d058b",
4114                 "reference": "f49e13ee3a2a825631562aa0223ac922ec5d058b",
4115                 "shasum": ""
4116             },
4117             "require": {
4118                 "php": "^7.2 || ^8.0"
4119             },
4120             "require-dev": {
4121                 "friendsofphp/php-cs-fixer": "^3.3",
4122                 "phpstan/phpstan": "^1.9",
4123                 "phpunit/phpcov": "^6.0 || ^8.0",
4124                 "phpunit/phpunit": "^8.0 || ^9.4"
4125             },
4126             "suggest": {
4127                 "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
4128             },
4129             "type": "library",
4130             "autoload": {
4131                 "psr-4": {
4132                     "Predis\\": "src/"
4133                 }
4134             },
4135             "notification-url": "https://packagist.org/downloads/",
4136             "license": [
4137                 "MIT"
4138             ],
4139             "authors": [
4140                 {
4141                     "name": "Till Krüss",
4142                     "homepage": "https://till.im",
4143                     "role": "Maintainer"
4144                 }
4145             ],
4146             "description": "A flexible and feature-complete Redis/Valkey client for PHP.",
4147             "homepage": "http://github.com/predis/predis",
4148             "keywords": [
4149                 "nosql",
4150                 "predis",
4151                 "redis"
4152             ],
4153             "support": {
4154                 "issues": "https://github.com/predis/predis/issues",
4155                 "source": "https://github.com/predis/predis/tree/v2.4.0"
4156             },
4157             "funding": [
4158                 {
4159                     "url": "https://github.com/sponsors/tillkruss",
4160                     "type": "github"
4161                 }
4162             ],
4163             "time": "2025-04-30T15:16:02+00:00"
4164         },
4165         {
4166             "name": "psr/clock",
4167             "version": "1.0.0",
4168             "source": {
4169                 "type": "git",
4170                 "url": "https://github.com/php-fig/clock.git",
4171                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
4172             },
4173             "dist": {
4174                 "type": "zip",
4175                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4176                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4177                 "shasum": ""
4178             },
4179             "require": {
4180                 "php": "^7.0 || ^8.0"
4181             },
4182             "type": "library",
4183             "autoload": {
4184                 "psr-4": {
4185                     "Psr\\Clock\\": "src/"
4186                 }
4187             },
4188             "notification-url": "https://packagist.org/downloads/",
4189             "license": [
4190                 "MIT"
4191             ],
4192             "authors": [
4193                 {
4194                     "name": "PHP-FIG",
4195                     "homepage": "https://www.php-fig.org/"
4196                 }
4197             ],
4198             "description": "Common interface for reading the clock.",
4199             "homepage": "https://github.com/php-fig/clock",
4200             "keywords": [
4201                 "clock",
4202                 "now",
4203                 "psr",
4204                 "psr-20",
4205                 "time"
4206             ],
4207             "support": {
4208                 "issues": "https://github.com/php-fig/clock/issues",
4209                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
4210             },
4211             "time": "2022-11-25T14:36:26+00:00"
4212         },
4213         {
4214             "name": "psr/container",
4215             "version": "2.0.2",
4216             "source": {
4217                 "type": "git",
4218                 "url": "https://github.com/php-fig/container.git",
4219                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
4220             },
4221             "dist": {
4222                 "type": "zip",
4223                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4224                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4225                 "shasum": ""
4226             },
4227             "require": {
4228                 "php": ">=7.4.0"
4229             },
4230             "type": "library",
4231             "extra": {
4232                 "branch-alias": {
4233                     "dev-master": "2.0.x-dev"
4234                 }
4235             },
4236             "autoload": {
4237                 "psr-4": {
4238                     "Psr\\Container\\": "src/"
4239                 }
4240             },
4241             "notification-url": "https://packagist.org/downloads/",
4242             "license": [
4243                 "MIT"
4244             ],
4245             "authors": [
4246                 {
4247                     "name": "PHP-FIG",
4248                     "homepage": "https://www.php-fig.org/"
4249                 }
4250             ],
4251             "description": "Common Container Interface (PHP FIG PSR-11)",
4252             "homepage": "https://github.com/php-fig/container",
4253             "keywords": [
4254                 "PSR-11",
4255                 "container",
4256                 "container-interface",
4257                 "container-interop",
4258                 "psr"
4259             ],
4260             "support": {
4261                 "issues": "https://github.com/php-fig/container/issues",
4262                 "source": "https://github.com/php-fig/container/tree/2.0.2"
4263             },
4264             "time": "2021-11-05T16:47:00+00:00"
4265         },
4266         {
4267             "name": "psr/event-dispatcher",
4268             "version": "1.0.0",
4269             "source": {
4270                 "type": "git",
4271                 "url": "https://github.com/php-fig/event-dispatcher.git",
4272                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
4273             },
4274             "dist": {
4275                 "type": "zip",
4276                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
4277                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
4278                 "shasum": ""
4279             },
4280             "require": {
4281                 "php": ">=7.2.0"
4282             },
4283             "type": "library",
4284             "extra": {
4285                 "branch-alias": {
4286                     "dev-master": "1.0.x-dev"
4287                 }
4288             },
4289             "autoload": {
4290                 "psr-4": {
4291                     "Psr\\EventDispatcher\\": "src/"
4292                 }
4293             },
4294             "notification-url": "https://packagist.org/downloads/",
4295             "license": [
4296                 "MIT"
4297             ],
4298             "authors": [
4299                 {
4300                     "name": "PHP-FIG",
4301                     "homepage": "http://www.php-fig.org/"
4302                 }
4303             ],
4304             "description": "Standard interfaces for event handling.",
4305             "keywords": [
4306                 "events",
4307                 "psr",
4308                 "psr-14"
4309             ],
4310             "support": {
4311                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
4312                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
4313             },
4314             "time": "2019-01-08T18:20:26+00:00"
4315         },
4316         {
4317             "name": "psr/http-client",
4318             "version": "1.0.3",
4319             "source": {
4320                 "type": "git",
4321                 "url": "https://github.com/php-fig/http-client.git",
4322                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
4323             },
4324             "dist": {
4325                 "type": "zip",
4326                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
4327                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
4328                 "shasum": ""
4329             },
4330             "require": {
4331                 "php": "^7.0 || ^8.0",
4332                 "psr/http-message": "^1.0 || ^2.0"
4333             },
4334             "type": "library",
4335             "extra": {
4336                 "branch-alias": {
4337                     "dev-master": "1.0.x-dev"
4338                 }
4339             },
4340             "autoload": {
4341                 "psr-4": {
4342                     "Psr\\Http\\Client\\": "src/"
4343                 }
4344             },
4345             "notification-url": "https://packagist.org/downloads/",
4346             "license": [
4347                 "MIT"
4348             ],
4349             "authors": [
4350                 {
4351                     "name": "PHP-FIG",
4352                     "homepage": "https://www.php-fig.org/"
4353                 }
4354             ],
4355             "description": "Common interface for HTTP clients",
4356             "homepage": "https://github.com/php-fig/http-client",
4357             "keywords": [
4358                 "http",
4359                 "http-client",
4360                 "psr",
4361                 "psr-18"
4362             ],
4363             "support": {
4364                 "source": "https://github.com/php-fig/http-client"
4365             },
4366             "time": "2023-09-23T14:17:50+00:00"
4367         },
4368         {
4369             "name": "psr/http-factory",
4370             "version": "1.1.0",
4371             "source": {
4372                 "type": "git",
4373                 "url": "https://github.com/php-fig/http-factory.git",
4374                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
4375             },
4376             "dist": {
4377                 "type": "zip",
4378                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
4379                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
4380                 "shasum": ""
4381             },
4382             "require": {
4383                 "php": ">=7.1",
4384                 "psr/http-message": "^1.0 || ^2.0"
4385             },
4386             "type": "library",
4387             "extra": {
4388                 "branch-alias": {
4389                     "dev-master": "1.0.x-dev"
4390                 }
4391             },
4392             "autoload": {
4393                 "psr-4": {
4394                     "Psr\\Http\\Message\\": "src/"
4395                 }
4396             },
4397             "notification-url": "https://packagist.org/downloads/",
4398             "license": [
4399                 "MIT"
4400             ],
4401             "authors": [
4402                 {
4403                     "name": "PHP-FIG",
4404                     "homepage": "https://www.php-fig.org/"
4405                 }
4406             ],
4407             "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
4408             "keywords": [
4409                 "factory",
4410                 "http",
4411                 "message",
4412                 "psr",
4413                 "psr-17",
4414                 "psr-7",
4415                 "request",
4416                 "response"
4417             ],
4418             "support": {
4419                 "source": "https://github.com/php-fig/http-factory"
4420             },
4421             "time": "2024-04-15T12:06:14+00:00"
4422         },
4423         {
4424             "name": "psr/http-message",
4425             "version": "2.0",
4426             "source": {
4427                 "type": "git",
4428                 "url": "https://github.com/php-fig/http-message.git",
4429                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
4430             },
4431             "dist": {
4432                 "type": "zip",
4433                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4434                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4435                 "shasum": ""
4436             },
4437             "require": {
4438                 "php": "^7.2 || ^8.0"
4439             },
4440             "type": "library",
4441             "extra": {
4442                 "branch-alias": {
4443                     "dev-master": "2.0.x-dev"
4444                 }
4445             },
4446             "autoload": {
4447                 "psr-4": {
4448                     "Psr\\Http\\Message\\": "src/"
4449                 }
4450             },
4451             "notification-url": "https://packagist.org/downloads/",
4452             "license": [
4453                 "MIT"
4454             ],
4455             "authors": [
4456                 {
4457                     "name": "PHP-FIG",
4458                     "homepage": "https://www.php-fig.org/"
4459                 }
4460             ],
4461             "description": "Common interface for HTTP messages",
4462             "homepage": "https://github.com/php-fig/http-message",
4463             "keywords": [
4464                 "http",
4465                 "http-message",
4466                 "psr",
4467                 "psr-7",
4468                 "request",
4469                 "response"
4470             ],
4471             "support": {
4472                 "source": "https://github.com/php-fig/http-message/tree/2.0"
4473             },
4474             "time": "2023-04-04T09:54:51+00:00"
4475         },
4476         {
4477             "name": "psr/log",
4478             "version": "3.0.2",
4479             "source": {
4480                 "type": "git",
4481                 "url": "https://github.com/php-fig/log.git",
4482                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
4483             },
4484             "dist": {
4485                 "type": "zip",
4486                 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
4487                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
4488                 "shasum": ""
4489             },
4490             "require": {
4491                 "php": ">=8.0.0"
4492             },
4493             "type": "library",
4494             "extra": {
4495                 "branch-alias": {
4496                     "dev-master": "3.x-dev"
4497                 }
4498             },
4499             "autoload": {
4500                 "psr-4": {
4501                     "Psr\\Log\\": "src"
4502                 }
4503             },
4504             "notification-url": "https://packagist.org/downloads/",
4505             "license": [
4506                 "MIT"
4507             ],
4508             "authors": [
4509                 {
4510                     "name": "PHP-FIG",
4511                     "homepage": "https://www.php-fig.org/"
4512                 }
4513             ],
4514             "description": "Common interface for logging libraries",
4515             "homepage": "https://github.com/php-fig/log",
4516             "keywords": [
4517                 "log",
4518                 "psr",
4519                 "psr-3"
4520             ],
4521             "support": {
4522                 "source": "https://github.com/php-fig/log/tree/3.0.2"
4523             },
4524             "time": "2024-09-11T13:17:53+00:00"
4525         },
4526         {
4527             "name": "psr/simple-cache",
4528             "version": "3.0.0",
4529             "source": {
4530                 "type": "git",
4531                 "url": "https://github.com/php-fig/simple-cache.git",
4532                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
4533             },
4534             "dist": {
4535                 "type": "zip",
4536                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
4537                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
4538                 "shasum": ""
4539             },
4540             "require": {
4541                 "php": ">=8.0.0"
4542             },
4543             "type": "library",
4544             "extra": {
4545                 "branch-alias": {
4546                     "dev-master": "3.0.x-dev"
4547                 }
4548             },
4549             "autoload": {
4550                 "psr-4": {
4551                     "Psr\\SimpleCache\\": "src/"
4552                 }
4553             },
4554             "notification-url": "https://packagist.org/downloads/",
4555             "license": [
4556                 "MIT"
4557             ],
4558             "authors": [
4559                 {
4560                     "name": "PHP-FIG",
4561                     "homepage": "https://www.php-fig.org/"
4562                 }
4563             ],
4564             "description": "Common interfaces for simple caching",
4565             "keywords": [
4566                 "cache",
4567                 "caching",
4568                 "psr",
4569                 "psr-16",
4570                 "simple-cache"
4571             ],
4572             "support": {
4573                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
4574             },
4575             "time": "2021-10-29T13:26:27+00:00"
4576         },
4577         {
4578             "name": "psy/psysh",
4579             "version": "v0.12.8",
4580             "source": {
4581                 "type": "git",
4582                 "url": "https://github.com/bobthecow/psysh.git",
4583                 "reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625"
4584             },
4585             "dist": {
4586                 "type": "zip",
4587                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/85057ceedee50c49d4f6ecaff73ee96adb3b3625",
4588                 "reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625",
4589                 "shasum": ""
4590             },
4591             "require": {
4592                 "ext-json": "*",
4593                 "ext-tokenizer": "*",
4594                 "nikic/php-parser": "^5.0 || ^4.0",
4595                 "php": "^8.0 || ^7.4",
4596                 "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
4597                 "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
4598             },
4599             "conflict": {
4600                 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
4601             },
4602             "require-dev": {
4603                 "bamarni/composer-bin-plugin": "^1.2"
4604             },
4605             "suggest": {
4606                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
4607                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
4608                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
4609             },
4610             "bin": [
4611                 "bin/psysh"
4612             ],
4613             "type": "library",
4614             "extra": {
4615                 "bamarni-bin": {
4616                     "bin-links": false,
4617                     "forward-command": false
4618                 },
4619                 "branch-alias": {
4620                     "dev-main": "0.12.x-dev"
4621                 }
4622             },
4623             "autoload": {
4624                 "files": [
4625                     "src/functions.php"
4626                 ],
4627                 "psr-4": {
4628                     "Psy\\": "src/"
4629                 }
4630             },
4631             "notification-url": "https://packagist.org/downloads/",
4632             "license": [
4633                 "MIT"
4634             ],
4635             "authors": [
4636                 {
4637                     "name": "Justin Hileman",
4638                     "email": "[email protected]",
4639                     "homepage": "http://justinhileman.com"
4640                 }
4641             ],
4642             "description": "An interactive shell for modern PHP.",
4643             "homepage": "http://psysh.org",
4644             "keywords": [
4645                 "REPL",
4646                 "console",
4647                 "interactive",
4648                 "shell"
4649             ],
4650             "support": {
4651                 "issues": "https://github.com/bobthecow/psysh/issues",
4652                 "source": "https://github.com/bobthecow/psysh/tree/v0.12.8"
4653             },
4654             "time": "2025-03-16T03:05:19+00:00"
4655         },
4656         {
4657             "name": "ralouphie/getallheaders",
4658             "version": "3.0.3",
4659             "source": {
4660                 "type": "git",
4661                 "url": "https://github.com/ralouphie/getallheaders.git",
4662                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
4663             },
4664             "dist": {
4665                 "type": "zip",
4666                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
4667                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
4668                 "shasum": ""
4669             },
4670             "require": {
4671                 "php": ">=5.6"
4672             },
4673             "require-dev": {
4674                 "php-coveralls/php-coveralls": "^2.1",
4675                 "phpunit/phpunit": "^5 || ^6.5"
4676             },
4677             "type": "library",
4678             "autoload": {
4679                 "files": [
4680                     "src/getallheaders.php"
4681                 ]
4682             },
4683             "notification-url": "https://packagist.org/downloads/",
4684             "license": [
4685                 "MIT"
4686             ],
4687             "authors": [
4688                 {
4689                     "name": "Ralph Khattar",
4690                     "email": "[email protected]"
4691                 }
4692             ],
4693             "description": "A polyfill for getallheaders.",
4694             "support": {
4695                 "issues": "https://github.com/ralouphie/getallheaders/issues",
4696                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
4697             },
4698             "time": "2019-03-08T08:55:37+00:00"
4699         },
4700         {
4701             "name": "ramsey/collection",
4702             "version": "2.1.1",
4703             "source": {
4704                 "type": "git",
4705                 "url": "https://github.com/ramsey/collection.git",
4706                 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
4707             },
4708             "dist": {
4709                 "type": "zip",
4710                 "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
4711                 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
4712                 "shasum": ""
4713             },
4714             "require": {
4715                 "php": "^8.1"
4716             },
4717             "require-dev": {
4718                 "captainhook/plugin-composer": "^5.3",
4719                 "ergebnis/composer-normalize": "^2.45",
4720                 "fakerphp/faker": "^1.24",
4721                 "hamcrest/hamcrest-php": "^2.0",
4722                 "jangregor/phpstan-prophecy": "^2.1",
4723                 "mockery/mockery": "^1.6",
4724                 "php-parallel-lint/php-console-highlighter": "^1.0",
4725                 "php-parallel-lint/php-parallel-lint": "^1.4",
4726                 "phpspec/prophecy-phpunit": "^2.3",
4727                 "phpstan/extension-installer": "^1.4",
4728                 "phpstan/phpstan": "^2.1",
4729                 "phpstan/phpstan-mockery": "^2.0",
4730                 "phpstan/phpstan-phpunit": "^2.0",
4731                 "phpunit/phpunit": "^10.5",
4732                 "ramsey/coding-standard": "^2.3",
4733                 "ramsey/conventional-commits": "^1.6",
4734                 "roave/security-advisories": "dev-latest"
4735             },
4736             "type": "library",
4737             "extra": {
4738                 "captainhook": {
4739                     "force-install": true
4740                 },
4741                 "ramsey/conventional-commits": {
4742                     "configFile": "conventional-commits.json"
4743                 }
4744             },
4745             "autoload": {
4746                 "psr-4": {
4747                     "Ramsey\\Collection\\": "src/"
4748                 }
4749             },
4750             "notification-url": "https://packagist.org/downloads/",
4751             "license": [
4752                 "MIT"
4753             ],
4754             "authors": [
4755                 {
4756                     "name": "Ben Ramsey",
4757                     "email": "[email protected]",
4758                     "homepage": "https://benramsey.com"
4759                 }
4760             ],
4761             "description": "A PHP library for representing and manipulating collections.",
4762             "keywords": [
4763                 "array",
4764                 "collection",
4765                 "hash",
4766                 "map",
4767                 "queue",
4768                 "set"
4769             ],
4770             "support": {
4771                 "issues": "https://github.com/ramsey/collection/issues",
4772                 "source": "https://github.com/ramsey/collection/tree/2.1.1"
4773             },
4774             "time": "2025-03-22T05:38:12+00:00"
4775         },
4776         {
4777             "name": "ramsey/uuid",
4778             "version": "4.7.6",
4779             "source": {
4780                 "type": "git",
4781                 "url": "https://github.com/ramsey/uuid.git",
4782                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
4783             },
4784             "dist": {
4785                 "type": "zip",
4786                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
4787                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
4788                 "shasum": ""
4789             },
4790             "require": {
4791                 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
4792                 "ext-json": "*",
4793                 "php": "^8.0",
4794                 "ramsey/collection": "^1.2 || ^2.0"
4795             },
4796             "replace": {
4797                 "rhumsaa/uuid": "self.version"
4798             },
4799             "require-dev": {
4800                 "captainhook/captainhook": "^5.10",
4801                 "captainhook/plugin-composer": "^5.3",
4802                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4803                 "doctrine/annotations": "^1.8",
4804                 "ergebnis/composer-normalize": "^2.15",
4805                 "mockery/mockery": "^1.3",
4806                 "paragonie/random-lib": "^2",
4807                 "php-mock/php-mock": "^2.2",
4808                 "php-mock/php-mock-mockery": "^1.3",
4809                 "php-parallel-lint/php-parallel-lint": "^1.1",
4810                 "phpbench/phpbench": "^1.0",
4811                 "phpstan/extension-installer": "^1.1",
4812                 "phpstan/phpstan": "^1.8",
4813                 "phpstan/phpstan-mockery": "^1.1",
4814                 "phpstan/phpstan-phpunit": "^1.1",
4815                 "phpunit/phpunit": "^8.5 || ^9",
4816                 "ramsey/composer-repl": "^1.4",
4817                 "slevomat/coding-standard": "^8.4",
4818                 "squizlabs/php_codesniffer": "^3.5",
4819                 "vimeo/psalm": "^4.9"
4820             },
4821             "suggest": {
4822                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
4823                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
4824                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
4825                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
4826                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4827             },
4828             "type": "library",
4829             "extra": {
4830                 "captainhook": {
4831                     "force-install": true
4832                 }
4833             },
4834             "autoload": {
4835                 "files": [
4836                     "src/functions.php"
4837                 ],
4838                 "psr-4": {
4839                     "Ramsey\\Uuid\\": "src/"
4840                 }
4841             },
4842             "notification-url": "https://packagist.org/downloads/",
4843             "license": [
4844                 "MIT"
4845             ],
4846             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
4847             "keywords": [
4848                 "guid",
4849                 "identifier",
4850                 "uuid"
4851             ],
4852             "support": {
4853                 "issues": "https://github.com/ramsey/uuid/issues",
4854                 "source": "https://github.com/ramsey/uuid/tree/4.7.6"
4855             },
4856             "funding": [
4857                 {
4858                     "url": "https://github.com/ramsey",
4859                     "type": "github"
4860                 },
4861                 {
4862                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
4863                     "type": "tidelift"
4864                 }
4865             ],
4866             "time": "2024-04-27T21:32:50+00:00"
4867         },
4868         {
4869             "name": "robrichards/xmlseclibs",
4870             "version": "3.1.3",
4871             "source": {
4872                 "type": "git",
4873                 "url": "https://github.com/robrichards/xmlseclibs.git",
4874                 "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07"
4875             },
4876             "dist": {
4877                 "type": "zip",
4878                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/2bdfd742624d739dfadbd415f00181b4a77aaf07",
4879                 "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07",
4880                 "shasum": ""
4881             },
4882             "require": {
4883                 "ext-openssl": "*",
4884                 "php": ">= 5.4"
4885             },
4886             "type": "library",
4887             "autoload": {
4888                 "psr-4": {
4889                     "RobRichards\\XMLSecLibs\\": "src"
4890                 }
4891             },
4892             "notification-url": "https://packagist.org/downloads/",
4893             "license": [
4894                 "BSD-3-Clause"
4895             ],
4896             "description": "A PHP library for XML Security",
4897             "homepage": "https://github.com/robrichards/xmlseclibs",
4898             "keywords": [
4899                 "security",
4900                 "signature",
4901                 "xml",
4902                 "xmldsig"
4903             ],
4904             "support": {
4905                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
4906                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.3"
4907             },
4908             "time": "2024-11-20T21:13:56+00:00"
4909         },
4910         {
4911             "name": "sabberworm/php-css-parser",
4912             "version": "v8.8.0",
4913             "source": {
4914                 "type": "git",
4915                 "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
4916                 "reference": "3de493bdddfd1f051249af725c7e0d2c38fed740"
4917             },
4918             "dist": {
4919                 "type": "zip",
4920                 "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/3de493bdddfd1f051249af725c7e0d2c38fed740",
4921                 "reference": "3de493bdddfd1f051249af725c7e0d2c38fed740",
4922                 "shasum": ""
4923             },
4924             "require": {
4925                 "ext-iconv": "*",
4926                 "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
4927             },
4928             "require-dev": {
4929                 "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41"
4930             },
4931             "suggest": {
4932                 "ext-mbstring": "for parsing UTF-8 CSS"
4933             },
4934             "type": "library",
4935             "extra": {
4936                 "branch-alias": {
4937                     "dev-main": "9.0.x-dev"
4938                 }
4939             },
4940             "autoload": {
4941                 "psr-4": {
4942                     "Sabberworm\\CSS\\": "src/"
4943                 }
4944             },
4945             "notification-url": "https://packagist.org/downloads/",
4946             "license": [
4947                 "MIT"
4948             ],
4949             "authors": [
4950                 {
4951                     "name": "Raphael Schweikert"
4952                 },
4953                 {
4954                     "name": "Oliver Klee",
4955                     "email": "[email protected]"
4956                 },
4957                 {
4958                     "name": "Jake Hotson",
4959                     "email": "[email protected]"
4960                 }
4961             ],
4962             "description": "Parser for CSS Files written in PHP",
4963             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
4964             "keywords": [
4965                 "css",
4966                 "parser",
4967                 "stylesheet"
4968             ],
4969             "support": {
4970                 "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
4971                 "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.8.0"
4972             },
4973             "time": "2025-03-23T17:59:05+00:00"
4974         },
4975         {
4976             "name": "socialiteproviders/discord",
4977             "version": "4.2.0",
4978             "source": {
4979                 "type": "git",
4980                 "url": "https://github.com/SocialiteProviders/Discord.git",
4981                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c"
4982             },
4983             "dist": {
4984                 "type": "zip",
4985                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c71c379acfdca5ba4aa65a3db5ae5222852a919c",
4986                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c",
4987                 "shasum": ""
4988             },
4989             "require": {
4990                 "ext-json": "*",
4991                 "php": "^7.4 || ^8.0",
4992                 "socialiteproviders/manager": "~4.0"
4993             },
4994             "type": "library",
4995             "autoload": {
4996                 "psr-4": {
4997                     "SocialiteProviders\\Discord\\": ""
4998                 }
4999             },
5000             "notification-url": "https://packagist.org/downloads/",
5001             "license": [
5002                 "MIT"
5003             ],
5004             "authors": [
5005                 {
5006                     "name": "Christopher Eklund",
5007                     "email": "[email protected]"
5008                 }
5009             ],
5010             "description": "Discord OAuth2 Provider for Laravel Socialite",
5011             "keywords": [
5012                 "discord",
5013                 "laravel",
5014                 "oauth",
5015                 "provider",
5016                 "socialite"
5017             ],
5018             "support": {
5019                 "docs": "https://socialiteproviders.com/discord",
5020                 "issues": "https://github.com/socialiteproviders/providers/issues",
5021                 "source": "https://github.com/socialiteproviders/providers"
5022             },
5023             "time": "2023-07-24T23:28:47+00:00"
5024         },
5025         {
5026             "name": "socialiteproviders/gitlab",
5027             "version": "4.1.0",
5028             "source": {
5029                 "type": "git",
5030                 "url": "https://github.com/SocialiteProviders/GitLab.git",
5031                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
5032             },
5033             "dist": {
5034                 "type": "zip",
5035                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5036                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5037                 "shasum": ""
5038             },
5039             "require": {
5040                 "ext-json": "*",
5041                 "php": "^7.2 || ^8.0",
5042                 "socialiteproviders/manager": "~4.0"
5043             },
5044             "type": "library",
5045             "autoload": {
5046                 "psr-4": {
5047                     "SocialiteProviders\\GitLab\\": ""
5048                 }
5049             },
5050             "notification-url": "https://packagist.org/downloads/",
5051             "license": [
5052                 "MIT"
5053             ],
5054             "authors": [
5055                 {
5056                     "name": "Christoffer Martinsen",
5057                     "email": "[email protected]"
5058                 }
5059             ],
5060             "description": "GitLab OAuth2 Provider for Laravel Socialite",
5061             "support": {
5062                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
5063             },
5064             "time": "2020-12-01T23:10:59+00:00"
5065         },
5066         {
5067             "name": "socialiteproviders/manager",
5068             "version": "v4.8.1",
5069             "source": {
5070                 "type": "git",
5071                 "url": "https://github.com/SocialiteProviders/Manager.git",
5072                 "reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4"
5073             },
5074             "dist": {
5075                 "type": "zip",
5076                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/8180ec14bef230ec2351cff993d5d2d7ca470ef4",
5077                 "reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4",
5078                 "shasum": ""
5079             },
5080             "require": {
5081                 "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
5082                 "laravel/socialite": "^5.5",
5083                 "php": "^8.1"
5084             },
5085             "require-dev": {
5086                 "mockery/mockery": "^1.2",
5087                 "phpunit/phpunit": "^9.0"
5088             },
5089             "type": "library",
5090             "extra": {
5091                 "laravel": {
5092                     "providers": [
5093                         "SocialiteProviders\\Manager\\ServiceProvider"
5094                     ]
5095                 }
5096             },
5097             "autoload": {
5098                 "psr-4": {
5099                     "SocialiteProviders\\Manager\\": "src/"
5100                 }
5101             },
5102             "notification-url": "https://packagist.org/downloads/",
5103             "license": [
5104                 "MIT"
5105             ],
5106             "authors": [
5107                 {
5108                     "name": "Andy Wendt",
5109                     "email": "[email protected]"
5110                 },
5111                 {
5112                     "name": "Anton Komarev",
5113                     "email": "[email protected]"
5114                 },
5115                 {
5116                     "name": "Miguel Piedrafita",
5117                     "email": "[email protected]"
5118                 },
5119                 {
5120                     "name": "atymic",
5121                     "email": "[email protected]",
5122                     "homepage": "https://atymic.dev"
5123                 }
5124             ],
5125             "description": "Easily add new or override built-in providers in Laravel Socialite.",
5126             "homepage": "https://socialiteproviders.com",
5127             "keywords": [
5128                 "laravel",
5129                 "manager",
5130                 "oauth",
5131                 "providers",
5132                 "socialite"
5133             ],
5134             "support": {
5135                 "issues": "https://github.com/socialiteproviders/manager/issues",
5136                 "source": "https://github.com/socialiteproviders/manager"
5137             },
5138             "time": "2025-02-24T19:33:30+00:00"
5139         },
5140         {
5141             "name": "socialiteproviders/microsoft-azure",
5142             "version": "5.2.0",
5143             "source": {
5144                 "type": "git",
5145                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
5146                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16"
5147             },
5148             "dist": {
5149                 "type": "zip",
5150                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5151                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5152                 "shasum": ""
5153             },
5154             "require": {
5155                 "ext-json": "*",
5156                 "php": "^8.0",
5157                 "socialiteproviders/manager": "^4.4"
5158             },
5159             "type": "library",
5160             "autoload": {
5161                 "psr-4": {
5162                     "SocialiteProviders\\Azure\\": ""
5163                 }
5164             },
5165             "notification-url": "https://packagist.org/downloads/",
5166             "license": [
5167                 "MIT"
5168             ],
5169             "authors": [
5170                 {
5171                     "name": "Chris Hemmings",
5172                     "email": "[email protected]"
5173                 }
5174             ],
5175             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
5176             "keywords": [
5177                 "azure",
5178                 "laravel",
5179                 "microsoft",
5180                 "oauth",
5181                 "provider",
5182                 "socialite"
5183             ],
5184             "support": {
5185                 "docs": "https://socialiteproviders.com/microsoft-azure",
5186                 "issues": "https://github.com/socialiteproviders/providers/issues",
5187                 "source": "https://github.com/socialiteproviders/providers"
5188             },
5189             "time": "2024-03-15T03:02:10+00:00"
5190         },
5191         {
5192             "name": "socialiteproviders/okta",
5193             "version": "4.5.0",
5194             "source": {
5195                 "type": "git",
5196                 "url": "https://github.com/SocialiteProviders/Okta.git",
5197                 "reference": "b8b0d5ea72325ead82481524a48576aaf39356ed"
5198             },
5199             "dist": {
5200                 "type": "zip",
5201                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/b8b0d5ea72325ead82481524a48576aaf39356ed",
5202                 "reference": "b8b0d5ea72325ead82481524a48576aaf39356ed",
5203                 "shasum": ""
5204             },
5205             "require": {
5206                 "ext-json": "*",
5207                 "php": "^8.0",
5208                 "socialiteproviders/manager": "^4.4"
5209             },
5210             "type": "library",
5211             "autoload": {
5212                 "psr-4": {
5213                     "SocialiteProviders\\Okta\\": ""
5214                 }
5215             },
5216             "notification-url": "https://packagist.org/downloads/",
5217             "license": [
5218                 "MIT"
5219             ],
5220             "authors": [
5221                 {
5222                     "name": "Chase Coney",
5223                     "email": "[email protected]"
5224                 }
5225             ],
5226             "description": "Okta OAuth2 Provider for Laravel Socialite",
5227             "keywords": [
5228                 "laravel",
5229                 "oauth",
5230                 "okta",
5231                 "provider",
5232                 "socialite"
5233             ],
5234             "support": {
5235                 "docs": "https://socialiteproviders.com/okta",
5236                 "issues": "https://github.com/socialiteproviders/providers/issues",
5237                 "source": "https://github.com/socialiteproviders/providers"
5238             },
5239             "time": "2024-11-07T21:57:40+00:00"
5240         },
5241         {
5242             "name": "socialiteproviders/twitch",
5243             "version": "5.4.0",
5244             "source": {
5245                 "type": "git",
5246                 "url": "https://github.com/SocialiteProviders/Twitch.git",
5247                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d"
5248             },
5249             "dist": {
5250                 "type": "zip",
5251                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/c8791b9d208195b5f02bea432de89d0e612b955d",
5252                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d",
5253                 "shasum": ""
5254             },
5255             "require": {
5256                 "ext-json": "*",
5257                 "php": "^8.0",
5258                 "socialiteproviders/manager": "^4.4"
5259             },
5260             "type": "library",
5261             "autoload": {
5262                 "psr-4": {
5263                     "SocialiteProviders\\Twitch\\": ""
5264                 }
5265             },
5266             "notification-url": "https://packagist.org/downloads/",
5267             "license": [
5268                 "MIT"
5269             ],
5270             "authors": [
5271                 {
5272                     "name": "Brian Faust",
5273                     "email": "[email protected]"
5274                 }
5275             ],
5276             "description": "Twitch OAuth2 Provider for Laravel Socialite",
5277             "keywords": [
5278                 "laravel",
5279                 "oauth",
5280                 "provider",
5281                 "socialite",
5282                 "twitch"
5283             ],
5284             "support": {
5285                 "docs": "https://socialiteproviders.com/twitch",
5286                 "issues": "https://github.com/socialiteproviders/providers/issues",
5287                 "source": "https://github.com/socialiteproviders/providers"
5288             },
5289             "time": "2024-04-01T01:15:35+00:00"
5290         },
5291         {
5292             "name": "ssddanbrown/htmldiff",
5293             "version": "v1.0.4",
5294             "source": {
5295                 "type": "git",
5296                 "url": "https://codeberg.org/danb/HtmlDiff",
5297                 "reference": "d5cbd43f66c4e512cc0ab71d0e0b07271e7d6af6"
5298             },
5299             "dist": {
5300                 "type": "zip",
5301                 "url": "https://codeberg.org/api/v1/repos/danb/HtmlDiff/archive/%prettyVersion%.zip"
5302             },
5303             "require": {
5304                 "ext-mbstring": "*",
5305                 "php": ">=7.2"
5306             },
5307             "require-dev": {
5308                 "phpunit/phpunit": "^8.5|^9.5.9",
5309                 "vimeo/psalm": "^4.10"
5310             },
5311             "type": "library",
5312             "autoload": {
5313                 "psr-4": {
5314                     "Ssddanbrown\\HtmlDiff\\": "src"
5315                 }
5316             },
5317             "notification-url": "https://packagist.org/downloads/",
5318             "license": [
5319                 "MIT"
5320             ],
5321             "authors": [
5322                 {
5323                     "name": "Dan Brown",
5324                     "homepage": "https://danb.me",
5325                     "role": "Developer"
5326                 }
5327             ],
5328             "description": "HTML Content Diff Generator",
5329             "homepage": "https://codeberg.org/danb/HtmlDiff",
5330             "funding": [
5331                 {
5332                     "url": "https://github.com/sponsors/ssddanbrown",
5333                     "type": "github"
5334                 },
5335                 {
5336                     "url": "https://ko-fi.com/ssddanbrown",
5337                     "type": "kofi"
5338                 }
5339             ],
5340             "time": "2024-12-12T16:45:37+00:00"
5341         },
5342         {
5343             "name": "ssddanbrown/symfony-mailer",
5344             "version": "7.2.x-dev",
5345             "source": {
5346                 "type": "git",
5347                 "url": "https://github.com/ssddanbrown/symfony-mailer.git",
5348                 "reference": "e9de8dccd76a63fc23475016e6574da6f5f12a2d"
5349             },
5350             "dist": {
5351                 "type": "zip",
5352                 "url": "https://api.github.com/repos/ssddanbrown/symfony-mailer/zipball/e9de8dccd76a63fc23475016e6574da6f5f12a2d",
5353                 "reference": "e9de8dccd76a63fc23475016e6574da6f5f12a2d",
5354                 "shasum": ""
5355             },
5356             "require": {
5357                 "egulias/email-validator": "^2.1.10|^3|^4",
5358                 "php": ">=8.2",
5359                 "psr/event-dispatcher": "^1",
5360                 "psr/log": "^1|^2|^3",
5361                 "symfony/event-dispatcher": "^6.4|^7.0",
5362                 "symfony/mime": "^7.2",
5363                 "symfony/service-contracts": "^2.5|^3"
5364             },
5365             "conflict": {
5366                 "symfony/http-client-contracts": "<2.5",
5367                 "symfony/http-kernel": "<6.4",
5368                 "symfony/messenger": "<6.4",
5369                 "symfony/mime": "<6.4",
5370                 "symfony/twig-bridge": "<6.4"
5371             },
5372             "replace": {
5373                 "symfony/mailer": "^7.0"
5374             },
5375             "require-dev": {
5376                 "symfony/console": "^6.4|^7.0",
5377                 "symfony/http-client": "^6.4|^7.0",
5378                 "symfony/messenger": "^6.4|^7.0",
5379                 "symfony/twig-bridge": "^6.4|^7.0"
5380             },
5381             "default-branch": true,
5382             "type": "library",
5383             "autoload": {
5384                 "psr-4": {
5385                     "Symfony\\Component\\Mailer\\": ""
5386                 },
5387                 "exclude-from-classmap": [
5388                     "/Tests/"
5389                 ]
5390             },
5391             "notification-url": "https://packagist.org/downloads/",
5392             "license": [
5393                 "MIT"
5394             ],
5395             "authors": [
5396                 {
5397                     "name": "Dan Brown",
5398                     "homepage": "https://danb.me"
5399                 },
5400                 {
5401                     "name": "Fabien Potencier",
5402                     "email": "[email protected]"
5403                 },
5404                 {
5405                     "name": "Symfony Community",
5406                     "homepage": "https://symfony.com/contributors"
5407                 }
5408             ],
5409             "description": "Helps sending emails",
5410             "homepage": "https://symfony.com",
5411             "support": {
5412                 "source": "https://github.com/ssddanbrown/symfony-mailer/tree/7.2"
5413             },
5414             "time": "2025-01-11T14:57:07+00:00"
5415         },
5416         {
5417             "name": "symfony/clock",
5418             "version": "v7.2.0",
5419             "source": {
5420                 "type": "git",
5421                 "url": "https://github.com/symfony/clock.git",
5422                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
5423             },
5424             "dist": {
5425                 "type": "zip",
5426                 "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5427                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5428                 "shasum": ""
5429             },
5430             "require": {
5431                 "php": ">=8.2",
5432                 "psr/clock": "^1.0",
5433                 "symfony/polyfill-php83": "^1.28"
5434             },
5435             "provide": {
5436                 "psr/clock-implementation": "1.0"
5437             },
5438             "type": "library",
5439             "autoload": {
5440                 "files": [
5441                     "Resources/now.php"
5442                 ],
5443                 "psr-4": {
5444                     "Symfony\\Component\\Clock\\": ""
5445                 },
5446                 "exclude-from-classmap": [
5447                     "/Tests/"
5448                 ]
5449             },
5450             "notification-url": "https://packagist.org/downloads/",
5451             "license": [
5452                 "MIT"
5453             ],
5454             "authors": [
5455                 {
5456                     "name": "Nicolas Grekas",
5457                     "email": "[email protected]"
5458                 },
5459                 {
5460                     "name": "Symfony Community",
5461                     "homepage": "https://symfony.com/contributors"
5462                 }
5463             ],
5464             "description": "Decouples applications from the system clock",
5465             "homepage": "https://symfony.com",
5466             "keywords": [
5467                 "clock",
5468                 "psr20",
5469                 "time"
5470             ],
5471             "support": {
5472                 "source": "https://github.com/symfony/clock/tree/v7.2.0"
5473             },
5474             "funding": [
5475                 {
5476                     "url": "https://symfony.com/sponsor",
5477                     "type": "custom"
5478                 },
5479                 {
5480                     "url": "https://github.com/fabpot",
5481                     "type": "github"
5482                 },
5483                 {
5484                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5485                     "type": "tidelift"
5486                 }
5487             ],
5488             "time": "2024-09-25T14:21:43+00:00"
5489         },
5490         {
5491             "name": "symfony/console",
5492             "version": "v7.2.6",
5493             "source": {
5494                 "type": "git",
5495                 "url": "https://github.com/symfony/console.git",
5496                 "reference": "0e2e3f38c192e93e622e41ec37f4ca70cfedf218"
5497             },
5498             "dist": {
5499                 "type": "zip",
5500                 "url": "https://api.github.com/repos/symfony/console/zipball/0e2e3f38c192e93e622e41ec37f4ca70cfedf218",
5501                 "reference": "0e2e3f38c192e93e622e41ec37f4ca70cfedf218",
5502                 "shasum": ""
5503             },
5504             "require": {
5505                 "php": ">=8.2",
5506                 "symfony/polyfill-mbstring": "~1.0",
5507                 "symfony/service-contracts": "^2.5|^3",
5508                 "symfony/string": "^6.4|^7.0"
5509             },
5510             "conflict": {
5511                 "symfony/dependency-injection": "<6.4",
5512                 "symfony/dotenv": "<6.4",
5513                 "symfony/event-dispatcher": "<6.4",
5514                 "symfony/lock": "<6.4",
5515                 "symfony/process": "<6.4"
5516             },
5517             "provide": {
5518                 "psr/log-implementation": "1.0|2.0|3.0"
5519             },
5520             "require-dev": {
5521                 "psr/log": "^1|^2|^3",
5522                 "symfony/config": "^6.4|^7.0",
5523                 "symfony/dependency-injection": "^6.4|^7.0",
5524                 "symfony/event-dispatcher": "^6.4|^7.0",
5525                 "symfony/http-foundation": "^6.4|^7.0",
5526                 "symfony/http-kernel": "^6.4|^7.0",
5527                 "symfony/lock": "^6.4|^7.0",
5528                 "symfony/messenger": "^6.4|^7.0",
5529                 "symfony/process": "^6.4|^7.0",
5530                 "symfony/stopwatch": "^6.4|^7.0",
5531                 "symfony/var-dumper": "^6.4|^7.0"
5532             },
5533             "type": "library",
5534             "autoload": {
5535                 "psr-4": {
5536                     "Symfony\\Component\\Console\\": ""
5537                 },
5538                 "exclude-from-classmap": [
5539                     "/Tests/"
5540                 ]
5541             },
5542             "notification-url": "https://packagist.org/downloads/",
5543             "license": [
5544                 "MIT"
5545             ],
5546             "authors": [
5547                 {
5548                     "name": "Fabien Potencier",
5549                     "email": "[email protected]"
5550                 },
5551                 {
5552                     "name": "Symfony Community",
5553                     "homepage": "https://symfony.com/contributors"
5554                 }
5555             ],
5556             "description": "Eases the creation of beautiful and testable command line interfaces",
5557             "homepage": "https://symfony.com",
5558             "keywords": [
5559                 "cli",
5560                 "command-line",
5561                 "console",
5562                 "terminal"
5563             ],
5564             "support": {
5565                 "source": "https://github.com/symfony/console/tree/v7.2.6"
5566             },
5567             "funding": [
5568                 {
5569                     "url": "https://symfony.com/sponsor",
5570                     "type": "custom"
5571                 },
5572                 {
5573                     "url": "https://github.com/fabpot",
5574                     "type": "github"
5575                 },
5576                 {
5577                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5578                     "type": "tidelift"
5579                 }
5580             ],
5581             "time": "2025-04-07T19:09:28+00:00"
5582         },
5583         {
5584             "name": "symfony/css-selector",
5585             "version": "v7.2.0",
5586             "source": {
5587                 "type": "git",
5588                 "url": "https://github.com/symfony/css-selector.git",
5589                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
5590             },
5591             "dist": {
5592                 "type": "zip",
5593                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5594                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5595                 "shasum": ""
5596             },
5597             "require": {
5598                 "php": ">=8.2"
5599             },
5600             "type": "library",
5601             "autoload": {
5602                 "psr-4": {
5603                     "Symfony\\Component\\CssSelector\\": ""
5604                 },
5605                 "exclude-from-classmap": [
5606                     "/Tests/"
5607                 ]
5608             },
5609             "notification-url": "https://packagist.org/downloads/",
5610             "license": [
5611                 "MIT"
5612             ],
5613             "authors": [
5614                 {
5615                     "name": "Fabien Potencier",
5616                     "email": "[email protected]"
5617                 },
5618                 {
5619                     "name": "Jean-François Simon",
5620                     "email": "[email protected]"
5621                 },
5622                 {
5623                     "name": "Symfony Community",
5624                     "homepage": "https://symfony.com/contributors"
5625                 }
5626             ],
5627             "description": "Converts CSS selectors to XPath expressions",
5628             "homepage": "https://symfony.com",
5629             "support": {
5630                 "source": "https://github.com/symfony/css-selector/tree/v7.2.0"
5631             },
5632             "funding": [
5633                 {
5634                     "url": "https://symfony.com/sponsor",
5635                     "type": "custom"
5636                 },
5637                 {
5638                     "url": "https://github.com/fabpot",
5639                     "type": "github"
5640                 },
5641                 {
5642                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5643                     "type": "tidelift"
5644                 }
5645             ],
5646             "time": "2024-09-25T14:21:43+00:00"
5647         },
5648         {
5649             "name": "symfony/deprecation-contracts",
5650             "version": "v3.5.1",
5651             "source": {
5652                 "type": "git",
5653                 "url": "https://github.com/symfony/deprecation-contracts.git",
5654                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
5655             },
5656             "dist": {
5657                 "type": "zip",
5658                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
5659                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
5660                 "shasum": ""
5661             },
5662             "require": {
5663                 "php": ">=8.1"
5664             },
5665             "type": "library",
5666             "extra": {
5667                 "thanks": {
5668                     "url": "https://github.com/symfony/contracts",
5669                     "name": "symfony/contracts"
5670                 },
5671                 "branch-alias": {
5672                     "dev-main": "3.5-dev"
5673                 }
5674             },
5675             "autoload": {
5676                 "files": [
5677                     "function.php"
5678                 ]
5679             },
5680             "notification-url": "https://packagist.org/downloads/",
5681             "license": [
5682                 "MIT"
5683             ],
5684             "authors": [
5685                 {
5686                     "name": "Nicolas Grekas",
5687                     "email": "[email protected]"
5688                 },
5689                 {
5690                     "name": "Symfony Community",
5691                     "homepage": "https://symfony.com/contributors"
5692                 }
5693             ],
5694             "description": "A generic function and convention to trigger deprecation notices",
5695             "homepage": "https://symfony.com",
5696             "support": {
5697                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
5698             },
5699             "funding": [
5700                 {
5701                     "url": "https://symfony.com/sponsor",
5702                     "type": "custom"
5703                 },
5704                 {
5705                     "url": "https://github.com/fabpot",
5706                     "type": "github"
5707                 },
5708                 {
5709                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5710                     "type": "tidelift"
5711                 }
5712             ],
5713             "time": "2024-09-25T14:20:29+00:00"
5714         },
5715         {
5716             "name": "symfony/error-handler",
5717             "version": "v7.2.5",
5718             "source": {
5719                 "type": "git",
5720                 "url": "https://github.com/symfony/error-handler.git",
5721                 "reference": "102be5e6a8e4f4f3eb3149bcbfa33a80d1ee374b"
5722             },
5723             "dist": {
5724                 "type": "zip",
5725                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/102be5e6a8e4f4f3eb3149bcbfa33a80d1ee374b",
5726                 "reference": "102be5e6a8e4f4f3eb3149bcbfa33a80d1ee374b",
5727                 "shasum": ""
5728             },
5729             "require": {
5730                 "php": ">=8.2",
5731                 "psr/log": "^1|^2|^3",
5732                 "symfony/var-dumper": "^6.4|^7.0"
5733             },
5734             "conflict": {
5735                 "symfony/deprecation-contracts": "<2.5",
5736                 "symfony/http-kernel": "<6.4"
5737             },
5738             "require-dev": {
5739                 "symfony/deprecation-contracts": "^2.5|^3",
5740                 "symfony/http-kernel": "^6.4|^7.0",
5741                 "symfony/serializer": "^6.4|^7.0"
5742             },
5743             "bin": [
5744                 "Resources/bin/patch-type-declarations"
5745             ],
5746             "type": "library",
5747             "autoload": {
5748                 "psr-4": {
5749                     "Symfony\\Component\\ErrorHandler\\": ""
5750                 },
5751                 "exclude-from-classmap": [
5752                     "/Tests/"
5753                 ]
5754             },
5755             "notification-url": "https://packagist.org/downloads/",
5756             "license": [
5757                 "MIT"
5758             ],
5759             "authors": [
5760                 {
5761                     "name": "Fabien Potencier",
5762                     "email": "[email protected]"
5763                 },
5764                 {
5765                     "name": "Symfony Community",
5766                     "homepage": "https://symfony.com/contributors"
5767                 }
5768             ],
5769             "description": "Provides tools to manage errors and ease debugging PHP code",
5770             "homepage": "https://symfony.com",
5771             "support": {
5772                 "source": "https://github.com/symfony/error-handler/tree/v7.2.5"
5773             },
5774             "funding": [
5775                 {
5776                     "url": "https://symfony.com/sponsor",
5777                     "type": "custom"
5778                 },
5779                 {
5780                     "url": "https://github.com/fabpot",
5781                     "type": "github"
5782                 },
5783                 {
5784                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5785                     "type": "tidelift"
5786                 }
5787             ],
5788             "time": "2025-03-03T07:12:39+00:00"
5789         },
5790         {
5791             "name": "symfony/event-dispatcher",
5792             "version": "v7.2.0",
5793             "source": {
5794                 "type": "git",
5795                 "url": "https://github.com/symfony/event-dispatcher.git",
5796                 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
5797             },
5798             "dist": {
5799                 "type": "zip",
5800                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
5801                 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
5802                 "shasum": ""
5803             },
5804             "require": {
5805                 "php": ">=8.2",
5806                 "symfony/event-dispatcher-contracts": "^2.5|^3"
5807             },
5808             "conflict": {
5809                 "symfony/dependency-injection": "<6.4",
5810                 "symfony/service-contracts": "<2.5"
5811             },
5812             "provide": {
5813                 "psr/event-dispatcher-implementation": "1.0",
5814                 "symfony/event-dispatcher-implementation": "2.0|3.0"
5815             },
5816             "require-dev": {
5817                 "psr/log": "^1|^2|^3",
5818                 "symfony/config": "^6.4|^7.0",
5819                 "symfony/dependency-injection": "^6.4|^7.0",
5820                 "symfony/error-handler": "^6.4|^7.0",
5821                 "symfony/expression-language": "^6.4|^7.0",
5822                 "symfony/http-foundation": "^6.4|^7.0",
5823                 "symfony/service-contracts": "^2.5|^3",
5824                 "symfony/stopwatch": "^6.4|^7.0"
5825             },
5826             "type": "library",
5827             "autoload": {
5828                 "psr-4": {
5829                     "Symfony\\Component\\EventDispatcher\\": ""
5830                 },
5831                 "exclude-from-classmap": [
5832                     "/Tests/"
5833                 ]
5834             },
5835             "notification-url": "https://packagist.org/downloads/",
5836             "license": [
5837                 "MIT"
5838             ],
5839             "authors": [
5840                 {
5841                     "name": "Fabien Potencier",
5842                     "email": "[email protected]"
5843                 },
5844                 {
5845                     "name": "Symfony Community",
5846                     "homepage": "https://symfony.com/contributors"
5847                 }
5848             ],
5849             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5850             "homepage": "https://symfony.com",
5851             "support": {
5852                 "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
5853             },
5854             "funding": [
5855                 {
5856                     "url": "https://symfony.com/sponsor",
5857                     "type": "custom"
5858                 },
5859                 {
5860                     "url": "https://github.com/fabpot",
5861                     "type": "github"
5862                 },
5863                 {
5864                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5865                     "type": "tidelift"
5866                 }
5867             ],
5868             "time": "2024-09-25T14:21:43+00:00"
5869         },
5870         {
5871             "name": "symfony/event-dispatcher-contracts",
5872             "version": "v3.5.1",
5873             "source": {
5874                 "type": "git",
5875                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5876                 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
5877             },
5878             "dist": {
5879                 "type": "zip",
5880                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
5881                 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
5882                 "shasum": ""
5883             },
5884             "require": {
5885                 "php": ">=8.1",
5886                 "psr/event-dispatcher": "^1"
5887             },
5888             "type": "library",
5889             "extra": {
5890                 "thanks": {
5891                     "url": "https://github.com/symfony/contracts",
5892                     "name": "symfony/contracts"
5893                 },
5894                 "branch-alias": {
5895                     "dev-main": "3.5-dev"
5896                 }
5897             },
5898             "autoload": {
5899                 "psr-4": {
5900                     "Symfony\\Contracts\\EventDispatcher\\": ""
5901                 }
5902             },
5903             "notification-url": "https://packagist.org/downloads/",
5904             "license": [
5905                 "MIT"
5906             ],
5907             "authors": [
5908                 {
5909                     "name": "Nicolas Grekas",
5910                     "email": "[email protected]"
5911                 },
5912                 {
5913                     "name": "Symfony Community",
5914                     "homepage": "https://symfony.com/contributors"
5915                 }
5916             ],
5917             "description": "Generic abstractions related to dispatching event",
5918             "homepage": "https://symfony.com",
5919             "keywords": [
5920                 "abstractions",
5921                 "contracts",
5922                 "decoupling",
5923                 "interfaces",
5924                 "interoperability",
5925                 "standards"
5926             ],
5927             "support": {
5928                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
5929             },
5930             "funding": [
5931                 {
5932                     "url": "https://symfony.com/sponsor",
5933                     "type": "custom"
5934                 },
5935                 {
5936                     "url": "https://github.com/fabpot",
5937                     "type": "github"
5938                 },
5939                 {
5940                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5941                     "type": "tidelift"
5942                 }
5943             ],
5944             "time": "2024-09-25T14:20:29+00:00"
5945         },
5946         {
5947             "name": "symfony/finder",
5948             "version": "v7.2.2",
5949             "source": {
5950                 "type": "git",
5951                 "url": "https://github.com/symfony/finder.git",
5952                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb"
5953             },
5954             "dist": {
5955                 "type": "zip",
5956                 "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb",
5957                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb",
5958                 "shasum": ""
5959             },
5960             "require": {
5961                 "php": ">=8.2"
5962             },
5963             "require-dev": {
5964                 "symfony/filesystem": "^6.4|^7.0"
5965             },
5966             "type": "library",
5967             "autoload": {
5968                 "psr-4": {
5969                     "Symfony\\Component\\Finder\\": ""
5970                 },
5971                 "exclude-from-classmap": [
5972                     "/Tests/"
5973                 ]
5974             },
5975             "notification-url": "https://packagist.org/downloads/",
5976             "license": [
5977                 "MIT"
5978             ],
5979             "authors": [
5980                 {
5981                     "name": "Fabien Potencier",
5982                     "email": "[email protected]"
5983                 },
5984                 {
5985                     "name": "Symfony Community",
5986                     "homepage": "https://symfony.com/contributors"
5987                 }
5988             ],
5989             "description": "Finds files and directories via an intuitive fluent interface",
5990             "homepage": "https://symfony.com",
5991             "support": {
5992                 "source": "https://github.com/symfony/finder/tree/v7.2.2"
5993             },
5994             "funding": [
5995                 {
5996                     "url": "https://symfony.com/sponsor",
5997                     "type": "custom"
5998                 },
5999                 {
6000                     "url": "https://github.com/fabpot",
6001                     "type": "github"
6002                 },
6003                 {
6004                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6005                     "type": "tidelift"
6006                 }
6007             ],
6008             "time": "2024-12-30T19:00:17+00:00"
6009         },
6010         {
6011             "name": "symfony/http-foundation",
6012             "version": "v7.2.6",
6013             "source": {
6014                 "type": "git",
6015                 "url": "https://github.com/symfony/http-foundation.git",
6016                 "reference": "6023ec7607254c87c5e69fb3558255aca440d72b"
6017             },
6018             "dist": {
6019                 "type": "zip",
6020                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6023ec7607254c87c5e69fb3558255aca440d72b",
6021                 "reference": "6023ec7607254c87c5e69fb3558255aca440d72b",
6022                 "shasum": ""
6023             },
6024             "require": {
6025                 "php": ">=8.2",
6026                 "symfony/deprecation-contracts": "^2.5|^3.0",
6027                 "symfony/polyfill-mbstring": "~1.1",
6028                 "symfony/polyfill-php83": "^1.27"
6029             },
6030             "conflict": {
6031                 "doctrine/dbal": "<3.6",
6032                 "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
6033             },
6034             "require-dev": {
6035                 "doctrine/dbal": "^3.6|^4",
6036                 "predis/predis": "^1.1|^2.0",
6037                 "symfony/cache": "^6.4.12|^7.1.5",
6038                 "symfony/dependency-injection": "^6.4|^7.0",
6039                 "symfony/expression-language": "^6.4|^7.0",
6040                 "symfony/http-kernel": "^6.4|^7.0",
6041                 "symfony/mime": "^6.4|^7.0",
6042                 "symfony/rate-limiter": "^6.4|^7.0"
6043             },
6044             "type": "library",
6045             "autoload": {
6046                 "psr-4": {
6047                     "Symfony\\Component\\HttpFoundation\\": ""
6048                 },
6049                 "exclude-from-classmap": [
6050                     "/Tests/"
6051                 ]
6052             },
6053             "notification-url": "https://packagist.org/downloads/",
6054             "license": [
6055                 "MIT"
6056             ],
6057             "authors": [
6058                 {
6059                     "name": "Fabien Potencier",
6060                     "email": "[email protected]"
6061                 },
6062                 {
6063                     "name": "Symfony Community",
6064                     "homepage": "https://symfony.com/contributors"
6065                 }
6066             ],
6067             "description": "Defines an object-oriented layer for the HTTP specification",
6068             "homepage": "https://symfony.com",
6069             "support": {
6070                 "source": "https://github.com/symfony/http-foundation/tree/v7.2.6"
6071             },
6072             "funding": [
6073                 {
6074                     "url": "https://symfony.com/sponsor",
6075                     "type": "custom"
6076                 },
6077                 {
6078                     "url": "https://github.com/fabpot",
6079                     "type": "github"
6080                 },
6081                 {
6082                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6083                     "type": "tidelift"
6084                 }
6085             ],
6086             "time": "2025-04-09T08:14:01+00:00"
6087         },
6088         {
6089             "name": "symfony/http-kernel",
6090             "version": "v7.2.6",
6091             "source": {
6092                 "type": "git",
6093                 "url": "https://github.com/symfony/http-kernel.git",
6094                 "reference": "f9dec01e6094a063e738f8945ef69c0cfcf792ec"
6095             },
6096             "dist": {
6097                 "type": "zip",
6098                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f9dec01e6094a063e738f8945ef69c0cfcf792ec",
6099                 "reference": "f9dec01e6094a063e738f8945ef69c0cfcf792ec",
6100                 "shasum": ""
6101             },
6102             "require": {
6103                 "php": ">=8.2",
6104                 "psr/log": "^1|^2|^3",
6105                 "symfony/deprecation-contracts": "^2.5|^3",
6106                 "symfony/error-handler": "^6.4|^7.0",
6107                 "symfony/event-dispatcher": "^6.4|^7.0",
6108                 "symfony/http-foundation": "^6.4|^7.0",
6109                 "symfony/polyfill-ctype": "^1.8"
6110             },
6111             "conflict": {
6112                 "symfony/browser-kit": "<6.4",
6113                 "symfony/cache": "<6.4",
6114                 "symfony/config": "<6.4",
6115                 "symfony/console": "<6.4",
6116                 "symfony/dependency-injection": "<6.4",
6117                 "symfony/doctrine-bridge": "<6.4",
6118                 "symfony/form": "<6.4",
6119                 "symfony/http-client": "<6.4",
6120                 "symfony/http-client-contracts": "<2.5",
6121                 "symfony/mailer": "<6.4",
6122                 "symfony/messenger": "<6.4",
6123                 "symfony/translation": "<6.4",
6124                 "symfony/translation-contracts": "<2.5",
6125                 "symfony/twig-bridge": "<6.4",
6126                 "symfony/validator": "<6.4",
6127                 "symfony/var-dumper": "<6.4",
6128                 "twig/twig": "<3.12"
6129             },
6130             "provide": {
6131                 "psr/log-implementation": "1.0|2.0|3.0"
6132             },
6133             "require-dev": {
6134                 "psr/cache": "^1.0|^2.0|^3.0",
6135                 "symfony/browser-kit": "^6.4|^7.0",
6136                 "symfony/clock": "^6.4|^7.0",
6137                 "symfony/config": "^6.4|^7.0",
6138                 "symfony/console": "^6.4|^7.0",
6139                 "symfony/css-selector": "^6.4|^7.0",
6140                 "symfony/dependency-injection": "^6.4|^7.0",
6141                 "symfony/dom-crawler": "^6.4|^7.0",
6142                 "symfony/expression-language": "^6.4|^7.0",
6143                 "symfony/finder": "^6.4|^7.0",
6144                 "symfony/http-client-contracts": "^2.5|^3",
6145                 "symfony/process": "^6.4|^7.0",
6146                 "symfony/property-access": "^7.1",
6147                 "symfony/routing": "^6.4|^7.0",
6148                 "symfony/serializer": "^7.1",
6149                 "symfony/stopwatch": "^6.4|^7.0",
6150                 "symfony/translation": "^6.4|^7.0",
6151                 "symfony/translation-contracts": "^2.5|^3",
6152                 "symfony/uid": "^6.4|^7.0",
6153                 "symfony/validator": "^6.4|^7.0",
6154                 "symfony/var-dumper": "^6.4|^7.0",
6155                 "symfony/var-exporter": "^6.4|^7.0",
6156                 "twig/twig": "^3.12"
6157             },
6158             "type": "library",
6159             "autoload": {
6160                 "psr-4": {
6161                     "Symfony\\Component\\HttpKernel\\": ""
6162                 },
6163                 "exclude-from-classmap": [
6164                     "/Tests/"
6165                 ]
6166             },
6167             "notification-url": "https://packagist.org/downloads/",
6168             "license": [
6169                 "MIT"
6170             ],
6171             "authors": [
6172                 {
6173                     "name": "Fabien Potencier",
6174                     "email": "[email protected]"
6175                 },
6176                 {
6177                     "name": "Symfony Community",
6178                     "homepage": "https://symfony.com/contributors"
6179                 }
6180             ],
6181             "description": "Provides a structured process for converting a Request into a Response",
6182             "homepage": "https://symfony.com",
6183             "support": {
6184                 "source": "https://github.com/symfony/http-kernel/tree/v7.2.6"
6185             },
6186             "funding": [
6187                 {
6188                     "url": "https://symfony.com/sponsor",
6189                     "type": "custom"
6190                 },
6191                 {
6192                     "url": "https://github.com/fabpot",
6193                     "type": "github"
6194                 },
6195                 {
6196                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6197                     "type": "tidelift"
6198                 }
6199             ],
6200             "time": "2025-05-02T09:04:03+00:00"
6201         },
6202         {
6203             "name": "symfony/mime",
6204             "version": "v7.2.6",
6205             "source": {
6206                 "type": "git",
6207                 "url": "https://github.com/symfony/mime.git",
6208                 "reference": "706e65c72d402539a072d0d6ad105fff6c161ef1"
6209             },
6210             "dist": {
6211                 "type": "zip",
6212                 "url": "https://api.github.com/repos/symfony/mime/zipball/706e65c72d402539a072d0d6ad105fff6c161ef1",
6213                 "reference": "706e65c72d402539a072d0d6ad105fff6c161ef1",
6214                 "shasum": ""
6215             },
6216             "require": {
6217                 "php": ">=8.2",
6218                 "symfony/polyfill-intl-idn": "^1.10",
6219                 "symfony/polyfill-mbstring": "^1.0"
6220             },
6221             "conflict": {
6222                 "egulias/email-validator": "~3.0.0",
6223                 "phpdocumentor/reflection-docblock": "<3.2.2",
6224                 "phpdocumentor/type-resolver": "<1.4.0",
6225                 "symfony/mailer": "<6.4",
6226                 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
6227             },
6228             "require-dev": {
6229                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6230                 "league/html-to-markdown": "^5.0",
6231                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6232                 "symfony/dependency-injection": "^6.4|^7.0",
6233                 "symfony/process": "^6.4|^7.0",
6234                 "symfony/property-access": "^6.4|^7.0",
6235                 "symfony/property-info": "^6.4|^7.0",
6236                 "symfony/serializer": "^6.4.3|^7.0.3"
6237             },
6238             "type": "library",
6239             "autoload": {
6240                 "psr-4": {
6241                     "Symfony\\Component\\Mime\\": ""
6242                 },
6243                 "exclude-from-classmap": [
6244                     "/Tests/"
6245                 ]
6246             },
6247             "notification-url": "https://packagist.org/downloads/",
6248             "license": [
6249                 "MIT"
6250             ],
6251             "authors": [
6252                 {
6253                     "name": "Fabien Potencier",
6254                     "email": "[email protected]"
6255                 },
6256                 {
6257                     "name": "Symfony Community",
6258                     "homepage": "https://symfony.com/contributors"
6259                 }
6260             ],
6261             "description": "Allows manipulating MIME messages",
6262             "homepage": "https://symfony.com",
6263             "keywords": [
6264                 "mime",
6265                 "mime-type"
6266             ],
6267             "support": {
6268                 "source": "https://github.com/symfony/mime/tree/v7.2.6"
6269             },
6270             "funding": [
6271                 {
6272                     "url": "https://symfony.com/sponsor",
6273                     "type": "custom"
6274                 },
6275                 {
6276                     "url": "https://github.com/fabpot",
6277                     "type": "github"
6278                 },
6279                 {
6280                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6281                     "type": "tidelift"
6282                 }
6283             ],
6284             "time": "2025-04-27T13:34:41+00:00"
6285         },
6286         {
6287             "name": "symfony/polyfill-ctype",
6288             "version": "v1.32.0",
6289             "source": {
6290                 "type": "git",
6291                 "url": "https://github.com/symfony/polyfill-ctype.git",
6292                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
6293             },
6294             "dist": {
6295                 "type": "zip",
6296                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
6297                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
6298                 "shasum": ""
6299             },
6300             "require": {
6301                 "php": ">=7.2"
6302             },
6303             "provide": {
6304                 "ext-ctype": "*"
6305             },
6306             "suggest": {
6307                 "ext-ctype": "For best performance"
6308             },
6309             "type": "library",
6310             "extra": {
6311                 "thanks": {
6312                     "url": "https://github.com/symfony/polyfill",
6313                     "name": "symfony/polyfill"
6314                 }
6315             },
6316             "autoload": {
6317                 "files": [
6318                     "bootstrap.php"
6319                 ],
6320                 "psr-4": {
6321                     "Symfony\\Polyfill\\Ctype\\": ""
6322                 }
6323             },
6324             "notification-url": "https://packagist.org/downloads/",
6325             "license": [
6326                 "MIT"
6327             ],
6328             "authors": [
6329                 {
6330                     "name": "Gert de Pagter",
6331                     "email": "[email protected]"
6332                 },
6333                 {
6334                     "name": "Symfony Community",
6335                     "homepage": "https://symfony.com/contributors"
6336                 }
6337             ],
6338             "description": "Symfony polyfill for ctype functions",
6339             "homepage": "https://symfony.com",
6340             "keywords": [
6341                 "compatibility",
6342                 "ctype",
6343                 "polyfill",
6344                 "portable"
6345             ],
6346             "support": {
6347                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
6348             },
6349             "funding": [
6350                 {
6351                     "url": "https://symfony.com/sponsor",
6352                     "type": "custom"
6353                 },
6354                 {
6355                     "url": "https://github.com/fabpot",
6356                     "type": "github"
6357                 },
6358                 {
6359                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6360                     "type": "tidelift"
6361                 }
6362             ],
6363             "time": "2024-09-09T11:45:10+00:00"
6364         },
6365         {
6366             "name": "symfony/polyfill-intl-grapheme",
6367             "version": "v1.32.0",
6368             "source": {
6369                 "type": "git",
6370                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6371                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
6372             },
6373             "dist": {
6374                 "type": "zip",
6375                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6376                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6377                 "shasum": ""
6378             },
6379             "require": {
6380                 "php": ">=7.2"
6381             },
6382             "suggest": {
6383                 "ext-intl": "For best performance"
6384             },
6385             "type": "library",
6386             "extra": {
6387                 "thanks": {
6388                     "url": "https://github.com/symfony/polyfill",
6389                     "name": "symfony/polyfill"
6390                 }
6391             },
6392             "autoload": {
6393                 "files": [
6394                     "bootstrap.php"
6395                 ],
6396                 "psr-4": {
6397                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6398                 }
6399             },
6400             "notification-url": "https://packagist.org/downloads/",
6401             "license": [
6402                 "MIT"
6403             ],
6404             "authors": [
6405                 {
6406                     "name": "Nicolas Grekas",
6407                     "email": "[email protected]"
6408                 },
6409                 {
6410                     "name": "Symfony Community",
6411                     "homepage": "https://symfony.com/contributors"
6412                 }
6413             ],
6414             "description": "Symfony polyfill for intl's grapheme_* functions",
6415             "homepage": "https://symfony.com",
6416             "keywords": [
6417                 "compatibility",
6418                 "grapheme",
6419                 "intl",
6420                 "polyfill",
6421                 "portable",
6422                 "shim"
6423             ],
6424             "support": {
6425                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
6426             },
6427             "funding": [
6428                 {
6429                     "url": "https://symfony.com/sponsor",
6430                     "type": "custom"
6431                 },
6432                 {
6433                     "url": "https://github.com/fabpot",
6434                     "type": "github"
6435                 },
6436                 {
6437                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6438                     "type": "tidelift"
6439                 }
6440             ],
6441             "time": "2024-09-09T11:45:10+00:00"
6442         },
6443         {
6444             "name": "symfony/polyfill-intl-idn",
6445             "version": "v1.32.0",
6446             "source": {
6447                 "type": "git",
6448                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6449                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
6450             },
6451             "dist": {
6452                 "type": "zip",
6453                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
6454                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
6455                 "shasum": ""
6456             },
6457             "require": {
6458                 "php": ">=7.2",
6459                 "symfony/polyfill-intl-normalizer": "^1.10"
6460             },
6461             "suggest": {
6462                 "ext-intl": "For best performance"
6463             },
6464             "type": "library",
6465             "extra": {
6466                 "thanks": {
6467                     "url": "https://github.com/symfony/polyfill",
6468                     "name": "symfony/polyfill"
6469                 }
6470             },
6471             "autoload": {
6472                 "files": [
6473                     "bootstrap.php"
6474                 ],
6475                 "psr-4": {
6476                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6477                 }
6478             },
6479             "notification-url": "https://packagist.org/downloads/",
6480             "license": [
6481                 "MIT"
6482             ],
6483             "authors": [
6484                 {
6485                     "name": "Laurent Bassin",
6486                     "email": "[email protected]"
6487                 },
6488                 {
6489                     "name": "Trevor Rowbotham",
6490                     "email": "[email protected]"
6491                 },
6492                 {
6493                     "name": "Symfony Community",
6494                     "homepage": "https://symfony.com/contributors"
6495                 }
6496             ],
6497             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6498             "homepage": "https://symfony.com",
6499             "keywords": [
6500                 "compatibility",
6501                 "idn",
6502                 "intl",
6503                 "polyfill",
6504                 "portable",
6505                 "shim"
6506             ],
6507             "support": {
6508                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.32.0"
6509             },
6510             "funding": [
6511                 {
6512                     "url": "https://symfony.com/sponsor",
6513                     "type": "custom"
6514                 },
6515                 {
6516                     "url": "https://github.com/fabpot",
6517                     "type": "github"
6518                 },
6519                 {
6520                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6521                     "type": "tidelift"
6522                 }
6523             ],
6524             "time": "2024-09-10T14:38:51+00:00"
6525         },
6526         {
6527             "name": "symfony/polyfill-intl-normalizer",
6528             "version": "v1.32.0",
6529             "source": {
6530                 "type": "git",
6531                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6532                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
6533             },
6534             "dist": {
6535                 "type": "zip",
6536                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
6537                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
6538                 "shasum": ""
6539             },
6540             "require": {
6541                 "php": ">=7.2"
6542             },
6543             "suggest": {
6544                 "ext-intl": "For best performance"
6545             },
6546             "type": "library",
6547             "extra": {
6548                 "thanks": {
6549                     "url": "https://github.com/symfony/polyfill",
6550                     "name": "symfony/polyfill"
6551                 }
6552             },
6553             "autoload": {
6554                 "files": [
6555                     "bootstrap.php"
6556                 ],
6557                 "psr-4": {
6558                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6559                 },
6560                 "classmap": [
6561                     "Resources/stubs"
6562                 ]
6563             },
6564             "notification-url": "https://packagist.org/downloads/",
6565             "license": [
6566                 "MIT"
6567             ],
6568             "authors": [
6569                 {
6570                     "name": "Nicolas Grekas",
6571                     "email": "[email protected]"
6572                 },
6573                 {
6574                     "name": "Symfony Community",
6575                     "homepage": "https://symfony.com/contributors"
6576                 }
6577             ],
6578             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6579             "homepage": "https://symfony.com",
6580             "keywords": [
6581                 "compatibility",
6582                 "intl",
6583                 "normalizer",
6584                 "polyfill",
6585                 "portable",
6586                 "shim"
6587             ],
6588             "support": {
6589                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
6590             },
6591             "funding": [
6592                 {
6593                     "url": "https://symfony.com/sponsor",
6594                     "type": "custom"
6595                 },
6596                 {
6597                     "url": "https://github.com/fabpot",
6598                     "type": "github"
6599                 },
6600                 {
6601                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6602                     "type": "tidelift"
6603                 }
6604             ],
6605             "time": "2024-09-09T11:45:10+00:00"
6606         },
6607         {
6608             "name": "symfony/polyfill-mbstring",
6609             "version": "v1.32.0",
6610             "source": {
6611                 "type": "git",
6612                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6613                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
6614             },
6615             "dist": {
6616                 "type": "zip",
6617                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
6618                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
6619                 "shasum": ""
6620             },
6621             "require": {
6622                 "ext-iconv": "*",
6623                 "php": ">=7.2"
6624             },
6625             "provide": {
6626                 "ext-mbstring": "*"
6627             },
6628             "suggest": {
6629                 "ext-mbstring": "For best performance"
6630             },
6631             "type": "library",
6632             "extra": {
6633                 "thanks": {
6634                     "url": "https://github.com/symfony/polyfill",
6635                     "name": "symfony/polyfill"
6636                 }
6637             },
6638             "autoload": {
6639                 "files": [
6640                     "bootstrap.php"
6641                 ],
6642                 "psr-4": {
6643                     "Symfony\\Polyfill\\Mbstring\\": ""
6644                 }
6645             },
6646             "notification-url": "https://packagist.org/downloads/",
6647             "license": [
6648                 "MIT"
6649             ],
6650             "authors": [
6651                 {
6652                     "name": "Nicolas Grekas",
6653                     "email": "[email protected]"
6654                 },
6655                 {
6656                     "name": "Symfony Community",
6657                     "homepage": "https://symfony.com/contributors"
6658                 }
6659             ],
6660             "description": "Symfony polyfill for the Mbstring extension",
6661             "homepage": "https://symfony.com",
6662             "keywords": [
6663                 "compatibility",
6664                 "mbstring",
6665                 "polyfill",
6666                 "portable",
6667                 "shim"
6668             ],
6669             "support": {
6670                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
6671             },
6672             "funding": [
6673                 {
6674                     "url": "https://symfony.com/sponsor",
6675                     "type": "custom"
6676                 },
6677                 {
6678                     "url": "https://github.com/fabpot",
6679                     "type": "github"
6680                 },
6681                 {
6682                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6683                     "type": "tidelift"
6684                 }
6685             ],
6686             "time": "2024-12-23T08:48:59+00:00"
6687         },
6688         {
6689             "name": "symfony/polyfill-php80",
6690             "version": "v1.32.0",
6691             "source": {
6692                 "type": "git",
6693                 "url": "https://github.com/symfony/polyfill-php80.git",
6694                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
6695             },
6696             "dist": {
6697                 "type": "zip",
6698                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
6699                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
6700                 "shasum": ""
6701             },
6702             "require": {
6703                 "php": ">=7.2"
6704             },
6705             "type": "library",
6706             "extra": {
6707                 "thanks": {
6708                     "url": "https://github.com/symfony/polyfill",
6709                     "name": "symfony/polyfill"
6710                 }
6711             },
6712             "autoload": {
6713                 "files": [
6714                     "bootstrap.php"
6715                 ],
6716                 "psr-4": {
6717                     "Symfony\\Polyfill\\Php80\\": ""
6718                 },
6719                 "classmap": [
6720                     "Resources/stubs"
6721                 ]
6722             },
6723             "notification-url": "https://packagist.org/downloads/",
6724             "license": [
6725                 "MIT"
6726             ],
6727             "authors": [
6728                 {
6729                     "name": "Ion Bazan",
6730                     "email": "[email protected]"
6731                 },
6732                 {
6733                     "name": "Nicolas Grekas",
6734                     "email": "[email protected]"
6735                 },
6736                 {
6737                     "name": "Symfony Community",
6738                     "homepage": "https://symfony.com/contributors"
6739                 }
6740             ],
6741             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6742             "homepage": "https://symfony.com",
6743             "keywords": [
6744                 "compatibility",
6745                 "polyfill",
6746                 "portable",
6747                 "shim"
6748             ],
6749             "support": {
6750                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
6751             },
6752             "funding": [
6753                 {
6754                     "url": "https://symfony.com/sponsor",
6755                     "type": "custom"
6756                 },
6757                 {
6758                     "url": "https://github.com/fabpot",
6759                     "type": "github"
6760                 },
6761                 {
6762                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6763                     "type": "tidelift"
6764                 }
6765             ],
6766             "time": "2025-01-02T08:10:11+00:00"
6767         },
6768         {
6769             "name": "symfony/polyfill-php83",
6770             "version": "v1.32.0",
6771             "source": {
6772                 "type": "git",
6773                 "url": "https://github.com/symfony/polyfill-php83.git",
6774                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
6775             },
6776             "dist": {
6777                 "type": "zip",
6778                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
6779                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
6780                 "shasum": ""
6781             },
6782             "require": {
6783                 "php": ">=7.2"
6784             },
6785             "type": "library",
6786             "extra": {
6787                 "thanks": {
6788                     "url": "https://github.com/symfony/polyfill",
6789                     "name": "symfony/polyfill"
6790                 }
6791             },
6792             "autoload": {
6793                 "files": [
6794                     "bootstrap.php"
6795                 ],
6796                 "psr-4": {
6797                     "Symfony\\Polyfill\\Php83\\": ""
6798                 },
6799                 "classmap": [
6800                     "Resources/stubs"
6801                 ]
6802             },
6803             "notification-url": "https://packagist.org/downloads/",
6804             "license": [
6805                 "MIT"
6806             ],
6807             "authors": [
6808                 {
6809                     "name": "Nicolas Grekas",
6810                     "email": "[email protected]"
6811                 },
6812                 {
6813                     "name": "Symfony Community",
6814                     "homepage": "https://symfony.com/contributors"
6815                 }
6816             ],
6817             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
6818             "homepage": "https://symfony.com",
6819             "keywords": [
6820                 "compatibility",
6821                 "polyfill",
6822                 "portable",
6823                 "shim"
6824             ],
6825             "support": {
6826                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.32.0"
6827             },
6828             "funding": [
6829                 {
6830                     "url": "https://symfony.com/sponsor",
6831                     "type": "custom"
6832                 },
6833                 {
6834                     "url": "https://github.com/fabpot",
6835                     "type": "github"
6836                 },
6837                 {
6838                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6839                     "type": "tidelift"
6840                 }
6841             ],
6842             "time": "2024-09-09T11:45:10+00:00"
6843         },
6844         {
6845             "name": "symfony/polyfill-uuid",
6846             "version": "v1.32.0",
6847             "source": {
6848                 "type": "git",
6849                 "url": "https://github.com/symfony/polyfill-uuid.git",
6850                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
6851             },
6852             "dist": {
6853                 "type": "zip",
6854                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6855                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6856                 "shasum": ""
6857             },
6858             "require": {
6859                 "php": ">=7.2"
6860             },
6861             "provide": {
6862                 "ext-uuid": "*"
6863             },
6864             "suggest": {
6865                 "ext-uuid": "For best performance"
6866             },
6867             "type": "library",
6868             "extra": {
6869                 "thanks": {
6870                     "url": "https://github.com/symfony/polyfill",
6871                     "name": "symfony/polyfill"
6872                 }
6873             },
6874             "autoload": {
6875                 "files": [
6876                     "bootstrap.php"
6877                 ],
6878                 "psr-4": {
6879                     "Symfony\\Polyfill\\Uuid\\": ""
6880                 }
6881             },
6882             "notification-url": "https://packagist.org/downloads/",
6883             "license": [
6884                 "MIT"
6885             ],
6886             "authors": [
6887                 {
6888                     "name": "Grégoire Pineau",
6889                     "email": "[email protected]"
6890                 },
6891                 {
6892                     "name": "Symfony Community",
6893                     "homepage": "https://symfony.com/contributors"
6894                 }
6895             ],
6896             "description": "Symfony polyfill for uuid functions",
6897             "homepage": "https://symfony.com",
6898             "keywords": [
6899                 "compatibility",
6900                 "polyfill",
6901                 "portable",
6902                 "uuid"
6903             ],
6904             "support": {
6905                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.32.0"
6906             },
6907             "funding": [
6908                 {
6909                     "url": "https://symfony.com/sponsor",
6910                     "type": "custom"
6911                 },
6912                 {
6913                     "url": "https://github.com/fabpot",
6914                     "type": "github"
6915                 },
6916                 {
6917                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6918                     "type": "tidelift"
6919                 }
6920             ],
6921             "time": "2024-09-09T11:45:10+00:00"
6922         },
6923         {
6924             "name": "symfony/process",
6925             "version": "v7.2.5",
6926             "source": {
6927                 "type": "git",
6928                 "url": "https://github.com/symfony/process.git",
6929                 "reference": "87b7c93e57df9d8e39a093d32587702380ff045d"
6930             },
6931             "dist": {
6932                 "type": "zip",
6933                 "url": "https://api.github.com/repos/symfony/process/zipball/87b7c93e57df9d8e39a093d32587702380ff045d",
6934                 "reference": "87b7c93e57df9d8e39a093d32587702380ff045d",
6935                 "shasum": ""
6936             },
6937             "require": {
6938                 "php": ">=8.2"
6939             },
6940             "type": "library",
6941             "autoload": {
6942                 "psr-4": {
6943                     "Symfony\\Component\\Process\\": ""
6944                 },
6945                 "exclude-from-classmap": [
6946                     "/Tests/"
6947                 ]
6948             },
6949             "notification-url": "https://packagist.org/downloads/",
6950             "license": [
6951                 "MIT"
6952             ],
6953             "authors": [
6954                 {
6955                     "name": "Fabien Potencier",
6956                     "email": "[email protected]"
6957                 },
6958                 {
6959                     "name": "Symfony Community",
6960                     "homepage": "https://symfony.com/contributors"
6961                 }
6962             ],
6963             "description": "Executes commands in sub-processes",
6964             "homepage": "https://symfony.com",
6965             "support": {
6966                 "source": "https://github.com/symfony/process/tree/v7.2.5"
6967             },
6968             "funding": [
6969                 {
6970                     "url": "https://symfony.com/sponsor",
6971                     "type": "custom"
6972                 },
6973                 {
6974                     "url": "https://github.com/fabpot",
6975                     "type": "github"
6976                 },
6977                 {
6978                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6979                     "type": "tidelift"
6980                 }
6981             ],
6982             "time": "2025-03-13T12:21:46+00:00"
6983         },
6984         {
6985             "name": "symfony/routing",
6986             "version": "v7.2.3",
6987             "source": {
6988                 "type": "git",
6989                 "url": "https://github.com/symfony/routing.git",
6990                 "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996"
6991             },
6992             "dist": {
6993                 "type": "zip",
6994                 "url": "https://api.github.com/repos/symfony/routing/zipball/ee9a67edc6baa33e5fae662f94f91fd262930996",
6995                 "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996",
6996                 "shasum": ""
6997             },
6998             "require": {
6999                 "php": ">=8.2",
7000                 "symfony/deprecation-contracts": "^2.5|^3"
7001             },
7002             "conflict": {
7003                 "symfony/config": "<6.4",
7004                 "symfony/dependency-injection": "<6.4",
7005                 "symfony/yaml": "<6.4"
7006             },
7007             "require-dev": {
7008                 "psr/log": "^1|^2|^3",
7009                 "symfony/config": "^6.4|^7.0",
7010                 "symfony/dependency-injection": "^6.4|^7.0",
7011                 "symfony/expression-language": "^6.4|^7.0",
7012                 "symfony/http-foundation": "^6.4|^7.0",
7013                 "symfony/yaml": "^6.4|^7.0"
7014             },
7015             "type": "library",
7016             "autoload": {
7017                 "psr-4": {
7018                     "Symfony\\Component\\Routing\\": ""
7019                 },
7020                 "exclude-from-classmap": [
7021                     "/Tests/"
7022                 ]
7023             },
7024             "notification-url": "https://packagist.org/downloads/",
7025             "license": [
7026                 "MIT"
7027             ],
7028             "authors": [
7029                 {
7030                     "name": "Fabien Potencier",
7031                     "email": "[email protected]"
7032                 },
7033                 {
7034                     "name": "Symfony Community",
7035                     "homepage": "https://symfony.com/contributors"
7036                 }
7037             ],
7038             "description": "Maps an HTTP request to a set of configuration variables",
7039             "homepage": "https://symfony.com",
7040             "keywords": [
7041                 "router",
7042                 "routing",
7043                 "uri",
7044                 "url"
7045             ],
7046             "support": {
7047                 "source": "https://github.com/symfony/routing/tree/v7.2.3"
7048             },
7049             "funding": [
7050                 {
7051                     "url": "https://symfony.com/sponsor",
7052                     "type": "custom"
7053                 },
7054                 {
7055                     "url": "https://github.com/fabpot",
7056                     "type": "github"
7057                 },
7058                 {
7059                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7060                     "type": "tidelift"
7061                 }
7062             ],
7063             "time": "2025-01-17T10:56:55+00:00"
7064         },
7065         {
7066             "name": "symfony/service-contracts",
7067             "version": "v3.5.1",
7068             "source": {
7069                 "type": "git",
7070                 "url": "https://github.com/symfony/service-contracts.git",
7071                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
7072             },
7073             "dist": {
7074                 "type": "zip",
7075                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
7076                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
7077                 "shasum": ""
7078             },
7079             "require": {
7080                 "php": ">=8.1",
7081                 "psr/container": "^1.1|^2.0",
7082                 "symfony/deprecation-contracts": "^2.5|^3"
7083             },
7084             "conflict": {
7085                 "ext-psr": "<1.1|>=2"
7086             },
7087             "type": "library",
7088             "extra": {
7089                 "thanks": {
7090                     "url": "https://github.com/symfony/contracts",
7091                     "name": "symfony/contracts"
7092                 },
7093                 "branch-alias": {
7094                     "dev-main": "3.5-dev"
7095                 }
7096             },
7097             "autoload": {
7098                 "psr-4": {
7099                     "Symfony\\Contracts\\Service\\": ""
7100                 },
7101                 "exclude-from-classmap": [
7102                     "/Test/"
7103                 ]
7104             },
7105             "notification-url": "https://packagist.org/downloads/",
7106             "license": [
7107                 "MIT"
7108             ],
7109             "authors": [
7110                 {
7111                     "name": "Nicolas Grekas",
7112                     "email": "[email protected]"
7113                 },
7114                 {
7115                     "name": "Symfony Community",
7116                     "homepage": "https://symfony.com/contributors"
7117                 }
7118             ],
7119             "description": "Generic abstractions related to writing services",
7120             "homepage": "https://symfony.com",
7121             "keywords": [
7122                 "abstractions",
7123                 "contracts",
7124                 "decoupling",
7125                 "interfaces",
7126                 "interoperability",
7127                 "standards"
7128             ],
7129             "support": {
7130                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
7131             },
7132             "funding": [
7133                 {
7134                     "url": "https://symfony.com/sponsor",
7135                     "type": "custom"
7136                 },
7137                 {
7138                     "url": "https://github.com/fabpot",
7139                     "type": "github"
7140                 },
7141                 {
7142                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7143                     "type": "tidelift"
7144                 }
7145             ],
7146             "time": "2024-09-25T14:20:29+00:00"
7147         },
7148         {
7149             "name": "symfony/string",
7150             "version": "v7.2.6",
7151             "source": {
7152                 "type": "git",
7153                 "url": "https://github.com/symfony/string.git",
7154                 "reference": "a214fe7d62bd4df2a76447c67c6b26e1d5e74931"
7155             },
7156             "dist": {
7157                 "type": "zip",
7158                 "url": "https://api.github.com/repos/symfony/string/zipball/a214fe7d62bd4df2a76447c67c6b26e1d5e74931",
7159                 "reference": "a214fe7d62bd4df2a76447c67c6b26e1d5e74931",
7160                 "shasum": ""
7161             },
7162             "require": {
7163                 "php": ">=8.2",
7164                 "symfony/polyfill-ctype": "~1.8",
7165                 "symfony/polyfill-intl-grapheme": "~1.0",
7166                 "symfony/polyfill-intl-normalizer": "~1.0",
7167                 "symfony/polyfill-mbstring": "~1.0"
7168             },
7169             "conflict": {
7170                 "symfony/translation-contracts": "<2.5"
7171             },
7172             "require-dev": {
7173                 "symfony/emoji": "^7.1",
7174                 "symfony/error-handler": "^6.4|^7.0",
7175                 "symfony/http-client": "^6.4|^7.0",
7176                 "symfony/intl": "^6.4|^7.0",
7177                 "symfony/translation-contracts": "^2.5|^3.0",
7178                 "symfony/var-exporter": "^6.4|^7.0"
7179             },
7180             "type": "library",
7181             "autoload": {
7182                 "files": [
7183                     "Resources/functions.php"
7184                 ],
7185                 "psr-4": {
7186                     "Symfony\\Component\\String\\": ""
7187                 },
7188                 "exclude-from-classmap": [
7189                     "/Tests/"
7190                 ]
7191             },
7192             "notification-url": "https://packagist.org/downloads/",
7193             "license": [
7194                 "MIT"
7195             ],
7196             "authors": [
7197                 {
7198                     "name": "Nicolas Grekas",
7199                     "email": "[email protected]"
7200                 },
7201                 {
7202                     "name": "Symfony Community",
7203                     "homepage": "https://symfony.com/contributors"
7204                 }
7205             ],
7206             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7207             "homepage": "https://symfony.com",
7208             "keywords": [
7209                 "grapheme",
7210                 "i18n",
7211                 "string",
7212                 "unicode",
7213                 "utf-8",
7214                 "utf8"
7215             ],
7216             "support": {
7217                 "source": "https://github.com/symfony/string/tree/v7.2.6"
7218             },
7219             "funding": [
7220                 {
7221                     "url": "https://symfony.com/sponsor",
7222                     "type": "custom"
7223                 },
7224                 {
7225                     "url": "https://github.com/fabpot",
7226                     "type": "github"
7227                 },
7228                 {
7229                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7230                     "type": "tidelift"
7231                 }
7232             ],
7233             "time": "2025-04-20T20:18:16+00:00"
7234         },
7235         {
7236             "name": "symfony/translation",
7237             "version": "v7.2.6",
7238             "source": {
7239                 "type": "git",
7240                 "url": "https://github.com/symfony/translation.git",
7241                 "reference": "e7fd8e2a4239b79a0fd9fb1fef3e0e7f969c6dc6"
7242             },
7243             "dist": {
7244                 "type": "zip",
7245                 "url": "https://api.github.com/repos/symfony/translation/zipball/e7fd8e2a4239b79a0fd9fb1fef3e0e7f969c6dc6",
7246                 "reference": "e7fd8e2a4239b79a0fd9fb1fef3e0e7f969c6dc6",
7247                 "shasum": ""
7248             },
7249             "require": {
7250                 "php": ">=8.2",
7251                 "symfony/deprecation-contracts": "^2.5|^3",
7252                 "symfony/polyfill-mbstring": "~1.0",
7253                 "symfony/translation-contracts": "^2.5|^3.0"
7254             },
7255             "conflict": {
7256                 "symfony/config": "<6.4",
7257                 "symfony/console": "<6.4",
7258                 "symfony/dependency-injection": "<6.4",
7259                 "symfony/http-client-contracts": "<2.5",
7260                 "symfony/http-kernel": "<6.4",
7261                 "symfony/service-contracts": "<2.5",
7262                 "symfony/twig-bundle": "<6.4",
7263                 "symfony/yaml": "<6.4"
7264             },
7265             "provide": {
7266                 "symfony/translation-implementation": "2.3|3.0"
7267             },
7268             "require-dev": {
7269                 "nikic/php-parser": "^4.18|^5.0",
7270                 "psr/log": "^1|^2|^3",
7271                 "symfony/config": "^6.4|^7.0",
7272                 "symfony/console": "^6.4|^7.0",
7273                 "symfony/dependency-injection": "^6.4|^7.0",
7274                 "symfony/finder": "^6.4|^7.0",
7275                 "symfony/http-client-contracts": "^2.5|^3.0",
7276                 "symfony/http-kernel": "^6.4|^7.0",
7277                 "symfony/intl": "^6.4|^7.0",
7278                 "symfony/polyfill-intl-icu": "^1.21",
7279                 "symfony/routing": "^6.4|^7.0",
7280                 "symfony/service-contracts": "^2.5|^3",
7281                 "symfony/yaml": "^6.4|^7.0"
7282             },
7283             "type": "library",
7284             "autoload": {
7285                 "files": [
7286                     "Resources/functions.php"
7287                 ],
7288                 "psr-4": {
7289                     "Symfony\\Component\\Translation\\": ""
7290                 },
7291                 "exclude-from-classmap": [
7292                     "/Tests/"
7293                 ]
7294             },
7295             "notification-url": "https://packagist.org/downloads/",
7296             "license": [
7297                 "MIT"
7298             ],
7299             "authors": [
7300                 {
7301                     "name": "Fabien Potencier",
7302                     "email": "[email protected]"
7303                 },
7304                 {
7305                     "name": "Symfony Community",
7306                     "homepage": "https://symfony.com/contributors"
7307                 }
7308             ],
7309             "description": "Provides tools to internationalize your application",
7310             "homepage": "https://symfony.com",
7311             "support": {
7312                 "source": "https://github.com/symfony/translation/tree/v7.2.6"
7313             },
7314             "funding": [
7315                 {
7316                     "url": "https://symfony.com/sponsor",
7317                     "type": "custom"
7318                 },
7319                 {
7320                     "url": "https://github.com/fabpot",
7321                     "type": "github"
7322                 },
7323                 {
7324                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7325                     "type": "tidelift"
7326                 }
7327             ],
7328             "time": "2025-04-07T19:09:28+00:00"
7329         },
7330         {
7331             "name": "symfony/translation-contracts",
7332             "version": "v3.5.1",
7333             "source": {
7334                 "type": "git",
7335                 "url": "https://github.com/symfony/translation-contracts.git",
7336                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
7337             },
7338             "dist": {
7339                 "type": "zip",
7340                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
7341                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
7342                 "shasum": ""
7343             },
7344             "require": {
7345                 "php": ">=8.1"
7346             },
7347             "type": "library",
7348             "extra": {
7349                 "thanks": {
7350                     "url": "https://github.com/symfony/contracts",
7351                     "name": "symfony/contracts"
7352                 },
7353                 "branch-alias": {
7354                     "dev-main": "3.5-dev"
7355                 }
7356             },
7357             "autoload": {
7358                 "psr-4": {
7359                     "Symfony\\Contracts\\Translation\\": ""
7360                 },
7361                 "exclude-from-classmap": [
7362                     "/Test/"
7363                 ]
7364             },
7365             "notification-url": "https://packagist.org/downloads/",
7366             "license": [
7367                 "MIT"
7368             ],
7369             "authors": [
7370                 {
7371                     "name": "Nicolas Grekas",
7372                     "email": "[email protected]"
7373                 },
7374                 {
7375                     "name": "Symfony Community",
7376                     "homepage": "https://symfony.com/contributors"
7377                 }
7378             ],
7379             "description": "Generic abstractions related to translation",
7380             "homepage": "https://symfony.com",
7381             "keywords": [
7382                 "abstractions",
7383                 "contracts",
7384                 "decoupling",
7385                 "interfaces",
7386                 "interoperability",
7387                 "standards"
7388             ],
7389             "support": {
7390                 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1"
7391             },
7392             "funding": [
7393                 {
7394                     "url": "https://symfony.com/sponsor",
7395                     "type": "custom"
7396                 },
7397                 {
7398                     "url": "https://github.com/fabpot",
7399                     "type": "github"
7400                 },
7401                 {
7402                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7403                     "type": "tidelift"
7404                 }
7405             ],
7406             "time": "2024-09-25T14:20:29+00:00"
7407         },
7408         {
7409             "name": "symfony/uid",
7410             "version": "v7.2.0",
7411             "source": {
7412                 "type": "git",
7413                 "url": "https://github.com/symfony/uid.git",
7414                 "reference": "2d294d0c48df244c71c105a169d0190bfb080426"
7415             },
7416             "dist": {
7417                 "type": "zip",
7418                 "url": "https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426",
7419                 "reference": "2d294d0c48df244c71c105a169d0190bfb080426",
7420                 "shasum": ""
7421             },
7422             "require": {
7423                 "php": ">=8.2",
7424                 "symfony/polyfill-uuid": "^1.15"
7425             },
7426             "require-dev": {
7427                 "symfony/console": "^6.4|^7.0"
7428             },
7429             "type": "library",
7430             "autoload": {
7431                 "psr-4": {
7432                     "Symfony\\Component\\Uid\\": ""
7433                 },
7434                 "exclude-from-classmap": [
7435                     "/Tests/"
7436                 ]
7437             },
7438             "notification-url": "https://packagist.org/downloads/",
7439             "license": [
7440                 "MIT"
7441             ],
7442             "authors": [
7443                 {
7444                     "name": "Grégoire Pineau",
7445                     "email": "[email protected]"
7446                 },
7447                 {
7448                     "name": "Nicolas Grekas",
7449                     "email": "[email protected]"
7450                 },
7451                 {
7452                     "name": "Symfony Community",
7453                     "homepage": "https://symfony.com/contributors"
7454                 }
7455             ],
7456             "description": "Provides an object-oriented API to generate and represent UIDs",
7457             "homepage": "https://symfony.com",
7458             "keywords": [
7459                 "UID",
7460                 "ulid",
7461                 "uuid"
7462             ],
7463             "support": {
7464                 "source": "https://github.com/symfony/uid/tree/v7.2.0"
7465             },
7466             "funding": [
7467                 {
7468                     "url": "https://symfony.com/sponsor",
7469                     "type": "custom"
7470                 },
7471                 {
7472                     "url": "https://github.com/fabpot",
7473                     "type": "github"
7474                 },
7475                 {
7476                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7477                     "type": "tidelift"
7478                 }
7479             ],
7480             "time": "2024-09-25T14:21:43+00:00"
7481         },
7482         {
7483             "name": "symfony/var-dumper",
7484             "version": "v7.2.6",
7485             "source": {
7486                 "type": "git",
7487                 "url": "https://github.com/symfony/var-dumper.git",
7488                 "reference": "9c46038cd4ed68952166cf7001b54eb539184ccb"
7489             },
7490             "dist": {
7491                 "type": "zip",
7492                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9c46038cd4ed68952166cf7001b54eb539184ccb",
7493                 "reference": "9c46038cd4ed68952166cf7001b54eb539184ccb",
7494                 "shasum": ""
7495             },
7496             "require": {
7497                 "php": ">=8.2",
7498                 "symfony/polyfill-mbstring": "~1.0"
7499             },
7500             "conflict": {
7501                 "symfony/console": "<6.4"
7502             },
7503             "require-dev": {
7504                 "ext-iconv": "*",
7505                 "symfony/console": "^6.4|^7.0",
7506                 "symfony/http-kernel": "^6.4|^7.0",
7507                 "symfony/process": "^6.4|^7.0",
7508                 "symfony/uid": "^6.4|^7.0",
7509                 "twig/twig": "^3.12"
7510             },
7511             "bin": [
7512                 "Resources/bin/var-dump-server"
7513             ],
7514             "type": "library",
7515             "autoload": {
7516                 "files": [
7517                     "Resources/functions/dump.php"
7518                 ],
7519                 "psr-4": {
7520                     "Symfony\\Component\\VarDumper\\": ""
7521                 },
7522                 "exclude-from-classmap": [
7523                     "/Tests/"
7524                 ]
7525             },
7526             "notification-url": "https://packagist.org/downloads/",
7527             "license": [
7528                 "MIT"
7529             ],
7530             "authors": [
7531                 {
7532                     "name": "Nicolas Grekas",
7533                     "email": "[email protected]"
7534                 },
7535                 {
7536                     "name": "Symfony Community",
7537                     "homepage": "https://symfony.com/contributors"
7538                 }
7539             ],
7540             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7541             "homepage": "https://symfony.com",
7542             "keywords": [
7543                 "debug",
7544                 "dump"
7545             ],
7546             "support": {
7547                 "source": "https://github.com/symfony/var-dumper/tree/v7.2.6"
7548             },
7549             "funding": [
7550                 {
7551                     "url": "https://symfony.com/sponsor",
7552                     "type": "custom"
7553                 },
7554                 {
7555                     "url": "https://github.com/fabpot",
7556                     "type": "github"
7557                 },
7558                 {
7559                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7560                     "type": "tidelift"
7561                 }
7562             ],
7563             "time": "2025-04-09T08:14:01+00:00"
7564         },
7565         {
7566             "name": "tijsverkoyen/css-to-inline-styles",
7567             "version": "v2.3.0",
7568             "source": {
7569                 "type": "git",
7570                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7571                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
7572             },
7573             "dist": {
7574                 "type": "zip",
7575                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
7576                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
7577                 "shasum": ""
7578             },
7579             "require": {
7580                 "ext-dom": "*",
7581                 "ext-libxml": "*",
7582                 "php": "^7.4 || ^8.0",
7583                 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
7584             },
7585             "require-dev": {
7586                 "phpstan/phpstan": "^2.0",
7587                 "phpstan/phpstan-phpunit": "^2.0",
7588                 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
7589             },
7590             "type": "library",
7591             "extra": {
7592                 "branch-alias": {
7593                     "dev-master": "2.x-dev"
7594                 }
7595             },
7596             "autoload": {
7597                 "psr-4": {
7598                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7599                 }
7600             },
7601             "notification-url": "https://packagist.org/downloads/",
7602             "license": [
7603                 "BSD-3-Clause"
7604             ],
7605             "authors": [
7606                 {
7607                     "name": "Tijs Verkoyen",
7608                     "email": "[email protected]",
7609                     "role": "Developer"
7610                 }
7611             ],
7612             "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.",
7613             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7614             "support": {
7615                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7616                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
7617             },
7618             "time": "2024-12-21T16:25:41+00:00"
7619         },
7620         {
7621             "name": "vlucas/phpdotenv",
7622             "version": "v5.6.2",
7623             "source": {
7624                 "type": "git",
7625                 "url": "https://github.com/vlucas/phpdotenv.git",
7626                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
7627             },
7628             "dist": {
7629                 "type": "zip",
7630                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
7631                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
7632                 "shasum": ""
7633             },
7634             "require": {
7635                 "ext-pcre": "*",
7636                 "graham-campbell/result-type": "^1.1.3",
7637                 "php": "^7.2.5 || ^8.0",
7638                 "phpoption/phpoption": "^1.9.3",
7639                 "symfony/polyfill-ctype": "^1.24",
7640                 "symfony/polyfill-mbstring": "^1.24",
7641                 "symfony/polyfill-php80": "^1.24"
7642             },
7643             "require-dev": {
7644                 "bamarni/composer-bin-plugin": "^1.8.2",
7645                 "ext-filter": "*",
7646                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7647             },
7648             "suggest": {
7649                 "ext-filter": "Required to use the boolean validator."
7650             },
7651             "type": "library",
7652             "extra": {
7653                 "bamarni-bin": {
7654                     "bin-links": true,
7655                     "forward-command": false
7656                 },
7657                 "branch-alias": {
7658                     "dev-master": "5.6-dev"
7659                 }
7660             },
7661             "autoload": {
7662                 "psr-4": {
7663                     "Dotenv\\": "src/"
7664                 }
7665             },
7666             "notification-url": "https://packagist.org/downloads/",
7667             "license": [
7668                 "BSD-3-Clause"
7669             ],
7670             "authors": [
7671                 {
7672                     "name": "Graham Campbell",
7673                     "email": "[email protected]",
7674                     "homepage": "https://github.com/GrahamCampbell"
7675                 },
7676                 {
7677                     "name": "Vance Lucas",
7678                     "email": "[email protected]",
7679                     "homepage": "https://github.com/vlucas"
7680                 }
7681             ],
7682             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7683             "keywords": [
7684                 "dotenv",
7685                 "env",
7686                 "environment"
7687             ],
7688             "support": {
7689                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7690                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
7691             },
7692             "funding": [
7693                 {
7694                     "url": "https://github.com/GrahamCampbell",
7695                     "type": "github"
7696                 },
7697                 {
7698                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7699                     "type": "tidelift"
7700                 }
7701             ],
7702             "time": "2025-04-30T23:37:27+00:00"
7703         },
7704         {
7705             "name": "voku/portable-ascii",
7706             "version": "2.0.3",
7707             "source": {
7708                 "type": "git",
7709                 "url": "https://github.com/voku/portable-ascii.git",
7710                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
7711             },
7712             "dist": {
7713                 "type": "zip",
7714                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7715                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7716                 "shasum": ""
7717             },
7718             "require": {
7719                 "php": ">=7.0.0"
7720             },
7721             "require-dev": {
7722                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7723             },
7724             "suggest": {
7725                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7726             },
7727             "type": "library",
7728             "autoload": {
7729                 "psr-4": {
7730                     "voku\\": "src/voku/"
7731                 }
7732             },
7733             "notification-url": "https://packagist.org/downloads/",
7734             "license": [
7735                 "MIT"
7736             ],
7737             "authors": [
7738                 {
7739                     "name": "Lars Moelleken",
7740                     "homepage": "https://www.moelleken.org/"
7741                 }
7742             ],
7743             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7744             "homepage": "https://github.com/voku/portable-ascii",
7745             "keywords": [
7746                 "ascii",
7747                 "clean",
7748                 "php"
7749             ],
7750             "support": {
7751                 "issues": "https://github.com/voku/portable-ascii/issues",
7752                 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
7753             },
7754             "funding": [
7755                 {
7756                     "url": "https://www.paypal.me/moelleken",
7757                     "type": "custom"
7758                 },
7759                 {
7760                     "url": "https://github.com/voku",
7761                     "type": "github"
7762                 },
7763                 {
7764                     "url": "https://opencollective.com/portable-ascii",
7765                     "type": "open_collective"
7766                 },
7767                 {
7768                     "url": "https://www.patreon.com/voku",
7769                     "type": "patreon"
7770                 },
7771                 {
7772                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7773                     "type": "tidelift"
7774                 }
7775             ],
7776             "time": "2024-11-21T01:49:47+00:00"
7777         },
7778         {
7779             "name": "webmozart/assert",
7780             "version": "1.11.0",
7781             "source": {
7782                 "type": "git",
7783                 "url": "https://github.com/webmozarts/assert.git",
7784                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7785             },
7786             "dist": {
7787                 "type": "zip",
7788                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7789                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7790                 "shasum": ""
7791             },
7792             "require": {
7793                 "ext-ctype": "*",
7794                 "php": "^7.2 || ^8.0"
7795             },
7796             "conflict": {
7797                 "phpstan/phpstan": "<0.12.20",
7798                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7799             },
7800             "require-dev": {
7801                 "phpunit/phpunit": "^8.5.13"
7802             },
7803             "type": "library",
7804             "extra": {
7805                 "branch-alias": {
7806                     "dev-master": "1.10-dev"
7807                 }
7808             },
7809             "autoload": {
7810                 "psr-4": {
7811                     "Webmozart\\Assert\\": "src/"
7812                 }
7813             },
7814             "notification-url": "https://packagist.org/downloads/",
7815             "license": [
7816                 "MIT"
7817             ],
7818             "authors": [
7819                 {
7820                     "name": "Bernhard Schussek",
7821                     "email": "[email protected]"
7822                 }
7823             ],
7824             "description": "Assertions to validate method input/output with nice error messages.",
7825             "keywords": [
7826                 "assert",
7827                 "check",
7828                 "validate"
7829             ],
7830             "support": {
7831                 "issues": "https://github.com/webmozarts/assert/issues",
7832                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7833             },
7834             "time": "2022-06-03T18:03:27+00:00"
7835         }
7836     ],
7837     "packages-dev": [
7838         {
7839             "name": "fakerphp/faker",
7840             "version": "v1.24.1",
7841             "source": {
7842                 "type": "git",
7843                 "url": "https://github.com/FakerPHP/Faker.git",
7844                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
7845             },
7846             "dist": {
7847                 "type": "zip",
7848                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7849                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7850                 "shasum": ""
7851             },
7852             "require": {
7853                 "php": "^7.4 || ^8.0",
7854                 "psr/container": "^1.0 || ^2.0",
7855                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
7856             },
7857             "conflict": {
7858                 "fzaninotto/faker": "*"
7859             },
7860             "require-dev": {
7861                 "bamarni/composer-bin-plugin": "^1.4.1",
7862                 "doctrine/persistence": "^1.3 || ^2.0",
7863                 "ext-intl": "*",
7864                 "phpunit/phpunit": "^9.5.26",
7865                 "symfony/phpunit-bridge": "^5.4.16"
7866             },
7867             "suggest": {
7868                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
7869                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
7870                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
7871                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
7872                 "ext-mbstring": "Required for multibyte Unicode string functionality."
7873             },
7874             "type": "library",
7875             "autoload": {
7876                 "psr-4": {
7877                     "Faker\\": "src/Faker/"
7878                 }
7879             },
7880             "notification-url": "https://packagist.org/downloads/",
7881             "license": [
7882                 "MIT"
7883             ],
7884             "authors": [
7885                 {
7886                     "name": "François Zaninotto"
7887                 }
7888             ],
7889             "description": "Faker is a PHP library that generates fake data for you.",
7890             "keywords": [
7891                 "data",
7892                 "faker",
7893                 "fixtures"
7894             ],
7895             "support": {
7896                 "issues": "https://github.com/FakerPHP/Faker/issues",
7897                 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
7898             },
7899             "time": "2024-11-21T13:46:39+00:00"
7900         },
7901         {
7902             "name": "filp/whoops",
7903             "version": "2.18.0",
7904             "source": {
7905                 "type": "git",
7906                 "url": "https://github.com/filp/whoops.git",
7907                 "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e"
7908             },
7909             "dist": {
7910                 "type": "zip",
7911                 "url": "https://api.github.com/repos/filp/whoops/zipball/a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
7912                 "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
7913                 "shasum": ""
7914             },
7915             "require": {
7916                 "php": "^7.1 || ^8.0",
7917                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
7918             },
7919             "require-dev": {
7920                 "mockery/mockery": "^1.0",
7921                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
7922                 "symfony/var-dumper": "^4.0 || ^5.0"
7923             },
7924             "suggest": {
7925                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
7926                 "whoops/soap": "Formats errors as SOAP responses"
7927             },
7928             "type": "library",
7929             "extra": {
7930                 "branch-alias": {
7931                     "dev-master": "2.7-dev"
7932                 }
7933             },
7934             "autoload": {
7935                 "psr-4": {
7936                     "Whoops\\": "src/Whoops/"
7937                 }
7938             },
7939             "notification-url": "https://packagist.org/downloads/",
7940             "license": [
7941                 "MIT"
7942             ],
7943             "authors": [
7944                 {
7945                     "name": "Filipe Dobreira",
7946                     "homepage": "https://github.com/filp",
7947                     "role": "Developer"
7948                 }
7949             ],
7950             "description": "php error handling for cool kids",
7951             "homepage": "https://filp.github.io/whoops/",
7952             "keywords": [
7953                 "error",
7954                 "exception",
7955                 "handling",
7956                 "library",
7957                 "throwable",
7958                 "whoops"
7959             ],
7960             "support": {
7961                 "issues": "https://github.com/filp/whoops/issues",
7962                 "source": "https://github.com/filp/whoops/tree/2.18.0"
7963             },
7964             "funding": [
7965                 {
7966                     "url": "https://github.com/denis-sokolov",
7967                     "type": "github"
7968                 }
7969             ],
7970             "time": "2025-03-15T12:00:00+00:00"
7971         },
7972         {
7973             "name": "hamcrest/hamcrest-php",
7974             "version": "v2.1.1",
7975             "source": {
7976                 "type": "git",
7977                 "url": "https://github.com/hamcrest/hamcrest-php.git",
7978                 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
7979             },
7980             "dist": {
7981                 "type": "zip",
7982                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
7983                 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
7984                 "shasum": ""
7985             },
7986             "require": {
7987                 "php": "^7.4|^8.0"
7988             },
7989             "replace": {
7990                 "cordoval/hamcrest-php": "*",
7991                 "davedevelopment/hamcrest-php": "*",
7992                 "kodova/hamcrest-php": "*"
7993             },
7994             "require-dev": {
7995                 "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
7996                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
7997             },
7998             "type": "library",
7999             "extra": {
8000                 "branch-alias": {
8001                     "dev-master": "2.1-dev"
8002                 }
8003             },
8004             "autoload": {
8005                 "classmap": [
8006                     "hamcrest"
8007                 ]
8008             },
8009             "notification-url": "https://packagist.org/downloads/",
8010             "license": [
8011                 "BSD-3-Clause"
8012             ],
8013             "description": "This is the PHP port of Hamcrest Matchers",
8014             "keywords": [
8015                 "test"
8016             ],
8017             "support": {
8018                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8019                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
8020             },
8021             "time": "2025-04-30T06:54:44+00:00"
8022         },
8023         {
8024             "name": "iamcal/sql-parser",
8025             "version": "v0.6",
8026             "source": {
8027                 "type": "git",
8028                 "url": "https://github.com/iamcal/SQLParser.git",
8029                 "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62"
8030             },
8031             "dist": {
8032                 "type": "zip",
8033                 "url": "https://api.github.com/repos/iamcal/SQLParser/zipball/947083e2dca211a6f12fb1beb67a01e387de9b62",
8034                 "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62",
8035                 "shasum": ""
8036             },
8037             "require-dev": {
8038                 "php-coveralls/php-coveralls": "^1.0",
8039                 "phpunit/phpunit": "^5|^6|^7|^8|^9"
8040             },
8041             "type": "library",
8042             "autoload": {
8043                 "psr-4": {
8044                     "iamcal\\": "src"
8045                 }
8046             },
8047             "notification-url": "https://packagist.org/downloads/",
8048             "license": [
8049                 "MIT"
8050             ],
8051             "authors": [
8052                 {
8053                     "name": "Cal Henderson",
8054                     "email": "[email protected]"
8055                 }
8056             ],
8057             "description": "MySQL schema parser",
8058             "support": {
8059                 "issues": "https://github.com/iamcal/SQLParser/issues",
8060                 "source": "https://github.com/iamcal/SQLParser/tree/v0.6"
8061             },
8062             "time": "2025-03-17T16:59:46+00:00"
8063         },
8064         {
8065             "name": "itsgoingd/clockwork",
8066             "version": "v5.3.4",
8067             "source": {
8068                 "type": "git",
8069                 "url": "https://github.com/itsgoingd/clockwork.git",
8070                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5"
8071             },
8072             "dist": {
8073                 "type": "zip",
8074                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8075                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8076                 "shasum": ""
8077             },
8078             "require": {
8079                 "ext-json": "*",
8080                 "php": ">=7.1"
8081             },
8082             "suggest": {
8083                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8084                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8085                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8086                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8087                 "ext-redis": "Needed in order to use Redis for metadata storage",
8088                 "php-http/discovery": "Vanilla integration - required for the middleware zero-configuration setup"
8089             },
8090             "type": "library",
8091             "extra": {
8092                 "laravel": {
8093                     "aliases": {
8094                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8095                     },
8096                     "providers": [
8097                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8098                     ]
8099                 }
8100             },
8101             "autoload": {
8102                 "psr-4": {
8103                     "Clockwork\\": "Clockwork/"
8104                 }
8105             },
8106             "notification-url": "https://packagist.org/downloads/",
8107             "license": [
8108                 "MIT"
8109             ],
8110             "authors": [
8111                 {
8112                     "name": "itsgoingd",
8113                     "email": "[email protected]",
8114                     "homepage": "https://twitter.com/itsgoingd"
8115                 }
8116             ],
8117             "description": "php dev tools in your browser",
8118             "homepage": "https://underground.works/clockwork",
8119             "keywords": [
8120                 "Devtools",
8121                 "debugging",
8122                 "laravel",
8123                 "logging",
8124                 "lumen",
8125                 "profiling",
8126                 "slim"
8127             ],
8128             "support": {
8129                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8130                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.3.4"
8131             },
8132             "funding": [
8133                 {
8134                     "url": "https://github.com/itsgoingd",
8135                     "type": "github"
8136                 }
8137             ],
8138             "time": "2025-02-09T15:57:21+00:00"
8139         },
8140         {
8141             "name": "larastan/larastan",
8142             "version": "v3.4.0",
8143             "source": {
8144                 "type": "git",
8145                 "url": "https://github.com/larastan/larastan.git",
8146                 "reference": "1042fa0c2ee490bb6da7381f3323f7292ad68222"
8147             },
8148             "dist": {
8149                 "type": "zip",
8150                 "url": "https://api.github.com/repos/larastan/larastan/zipball/1042fa0c2ee490bb6da7381f3323f7292ad68222",
8151                 "reference": "1042fa0c2ee490bb6da7381f3323f7292ad68222",
8152                 "shasum": ""
8153             },
8154             "require": {
8155                 "ext-json": "*",
8156                 "iamcal/sql-parser": "^0.6.0",
8157                 "illuminate/console": "^11.44.2 || ^12.4.1",
8158                 "illuminate/container": "^11.44.2 || ^12.4.1",
8159                 "illuminate/contracts": "^11.44.2 || ^12.4.1",
8160                 "illuminate/database": "^11.44.2 || ^12.4.1",
8161                 "illuminate/http": "^11.44.2 || ^12.4.1",
8162                 "illuminate/pipeline": "^11.44.2 || ^12.4.1",
8163                 "illuminate/support": "^11.44.2 || ^12.4.1",
8164                 "php": "^8.2",
8165                 "phpstan/phpstan": "^2.1.11"
8166             },
8167             "require-dev": {
8168                 "doctrine/coding-standard": "^13",
8169                 "laravel/framework": "^11.44.2 || ^12.7.2",
8170                 "mockery/mockery": "^1.6.12",
8171                 "nikic/php-parser": "^5.4",
8172                 "orchestra/canvas": "^v9.2.2 || ^10.0.1",
8173                 "orchestra/testbench-core": "^9.12.0 || ^10.1",
8174                 "phpstan/phpstan-deprecation-rules": "^2.0.1",
8175                 "phpunit/phpunit": "^10.5.35 || ^11.5.15"
8176             },
8177             "suggest": {
8178                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8179             },
8180             "type": "phpstan-extension",
8181             "extra": {
8182                 "phpstan": {
8183                     "includes": [
8184                         "extension.neon"
8185                     ]
8186                 },
8187                 "branch-alias": {
8188                     "dev-master": "3.0-dev"
8189                 }
8190             },
8191             "autoload": {
8192                 "psr-4": {
8193                     "Larastan\\Larastan\\": "src/"
8194                 }
8195             },
8196             "notification-url": "https://packagist.org/downloads/",
8197             "license": [
8198                 "MIT"
8199             ],
8200             "authors": [
8201                 {
8202                     "name": "Can Vural",
8203                     "email": "[email protected]"
8204                 }
8205             ],
8206             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel",
8207             "keywords": [
8208                 "PHPStan",
8209                 "code analyse",
8210                 "code analysis",
8211                 "larastan",
8212                 "laravel",
8213                 "package",
8214                 "php",
8215                 "static analysis"
8216             ],
8217             "support": {
8218                 "issues": "https://github.com/larastan/larastan/issues",
8219                 "source": "https://github.com/larastan/larastan/tree/v3.4.0"
8220             },
8221             "funding": [
8222                 {
8223                     "url": "https://github.com/canvural",
8224                     "type": "github"
8225                 }
8226             ],
8227             "time": "2025-04-22T09:44:59+00:00"
8228         },
8229         {
8230             "name": "mockery/mockery",
8231             "version": "1.6.12",
8232             "source": {
8233                 "type": "git",
8234                 "url": "https://github.com/mockery/mockery.git",
8235                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
8236             },
8237             "dist": {
8238                 "type": "zip",
8239                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8240                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8241                 "shasum": ""
8242             },
8243             "require": {
8244                 "hamcrest/hamcrest-php": "^2.0.1",
8245                 "lib-pcre": ">=7.0",
8246                 "php": ">=7.3"
8247             },
8248             "conflict": {
8249                 "phpunit/phpunit": "<8.0"
8250             },
8251             "require-dev": {
8252                 "phpunit/phpunit": "^8.5 || ^9.6.17",
8253                 "symplify/easy-coding-standard": "^12.1.14"
8254             },
8255             "type": "library",
8256             "autoload": {
8257                 "files": [
8258                     "library/helpers.php",
8259                     "library/Mockery.php"
8260                 ],
8261                 "psr-4": {
8262                     "Mockery\\": "library/Mockery"
8263                 }
8264             },
8265             "notification-url": "https://packagist.org/downloads/",
8266             "license": [
8267                 "BSD-3-Clause"
8268             ],
8269             "authors": [
8270                 {
8271                     "name": "Pádraic Brady",
8272                     "email": "[email protected]",
8273                     "homepage": "https://github.com/padraic",
8274                     "role": "Author"
8275                 },
8276                 {
8277                     "name": "Dave Marshall",
8278                     "email": "[email protected]",
8279                     "homepage": "https://davedevelopment.co.uk",
8280                     "role": "Developer"
8281                 },
8282                 {
8283                     "name": "Nathanael Esayeas",
8284                     "email": "[email protected]",
8285                     "homepage": "https://github.com/ghostwriter",
8286                     "role": "Lead Developer"
8287                 }
8288             ],
8289             "description": "Mockery is a simple yet flexible PHP mock object framework",
8290             "homepage": "https://github.com/mockery/mockery",
8291             "keywords": [
8292                 "BDD",
8293                 "TDD",
8294                 "library",
8295                 "mock",
8296                 "mock objects",
8297                 "mockery",
8298                 "stub",
8299                 "test",
8300                 "test double",
8301                 "testing"
8302             ],
8303             "support": {
8304                 "docs": "https://docs.mockery.io/",
8305                 "issues": "https://github.com/mockery/mockery/issues",
8306                 "rss": "https://github.com/mockery/mockery/releases.atom",
8307                 "security": "https://github.com/mockery/mockery/security/advisories",
8308                 "source": "https://github.com/mockery/mockery"
8309             },
8310             "time": "2024-05-16T03:13:13+00:00"
8311         },
8312         {
8313             "name": "myclabs/deep-copy",
8314             "version": "1.13.1",
8315             "source": {
8316                 "type": "git",
8317                 "url": "https://github.com/myclabs/DeepCopy.git",
8318                 "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c"
8319             },
8320             "dist": {
8321                 "type": "zip",
8322                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/1720ddd719e16cf0db4eb1c6eca108031636d46c",
8323                 "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c",
8324                 "shasum": ""
8325             },
8326             "require": {
8327                 "php": "^7.1 || ^8.0"
8328             },
8329             "conflict": {
8330                 "doctrine/collections": "<1.6.8",
8331                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
8332             },
8333             "require-dev": {
8334                 "doctrine/collections": "^1.6.8",
8335                 "doctrine/common": "^2.13.3 || ^3.2.2",
8336                 "phpspec/prophecy": "^1.10",
8337                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8338             },
8339             "type": "library",
8340             "autoload": {
8341                 "files": [
8342                     "src/DeepCopy/deep_copy.php"
8343                 ],
8344                 "psr-4": {
8345                     "DeepCopy\\": "src/DeepCopy/"
8346                 }
8347             },
8348             "notification-url": "https://packagist.org/downloads/",
8349             "license": [
8350                 "MIT"
8351             ],
8352             "description": "Create deep copies (clones) of your objects",
8353             "keywords": [
8354                 "clone",
8355                 "copy",
8356                 "duplicate",
8357                 "object",
8358                 "object graph"
8359             ],
8360             "support": {
8361                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8362                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.1"
8363             },
8364             "funding": [
8365                 {
8366                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8367                     "type": "tidelift"
8368                 }
8369             ],
8370             "time": "2025-04-29T12:36:36+00:00"
8371         },
8372         {
8373             "name": "nunomaduro/collision",
8374             "version": "v8.8.0",
8375             "source": {
8376                 "type": "git",
8377                 "url": "https://github.com/nunomaduro/collision.git",
8378                 "reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8"
8379             },
8380             "dist": {
8381                 "type": "zip",
8382                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/4cf9f3b47afff38b139fb79ce54fc71799022ce8",
8383                 "reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8",
8384                 "shasum": ""
8385             },
8386             "require": {
8387                 "filp/whoops": "^2.18.0",
8388                 "nunomaduro/termwind": "^2.3.0",
8389                 "php": "^8.2.0",
8390                 "symfony/console": "^7.2.5"
8391             },
8392             "conflict": {
8393                 "laravel/framework": "<11.44.2 || >=13.0.0",
8394                 "phpunit/phpunit": "<11.5.15 || >=13.0.0"
8395             },
8396             "require-dev": {
8397                 "brianium/paratest": "^7.8.3",
8398                 "larastan/larastan": "^3.2",
8399                 "laravel/framework": "^11.44.2 || ^12.6",
8400                 "laravel/pint": "^1.21.2",
8401                 "laravel/sail": "^1.41.0",
8402                 "laravel/sanctum": "^4.0.8",
8403                 "laravel/tinker": "^2.10.1",
8404                 "orchestra/testbench-core": "^9.12.0 || ^10.1",
8405                 "pestphp/pest": "^3.8.0",
8406                 "sebastian/environment": "^7.2.0 || ^8.0"
8407             },
8408             "type": "library",
8409             "extra": {
8410                 "laravel": {
8411                     "providers": [
8412                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8413                     ]
8414                 },
8415                 "branch-alias": {
8416                     "dev-8.x": "8.x-dev"
8417                 }
8418             },
8419             "autoload": {
8420                 "files": [
8421                     "./src/Adapters/Phpunit/Autoload.php"
8422                 ],
8423                 "psr-4": {
8424                     "NunoMaduro\\Collision\\": "src/"
8425                 }
8426             },
8427             "notification-url": "https://packagist.org/downloads/",
8428             "license": [
8429                 "MIT"
8430             ],
8431             "authors": [
8432                 {
8433                     "name": "Nuno Maduro",
8434                     "email": "[email protected]"
8435                 }
8436             ],
8437             "description": "Cli error handling for console/command-line PHP applications.",
8438             "keywords": [
8439                 "artisan",
8440                 "cli",
8441                 "command-line",
8442                 "console",
8443                 "dev",
8444                 "error",
8445                 "handling",
8446                 "laravel",
8447                 "laravel-zero",
8448                 "php",
8449                 "symfony"
8450             ],
8451             "support": {
8452                 "issues": "https://github.com/nunomaduro/collision/issues",
8453                 "source": "https://github.com/nunomaduro/collision"
8454             },
8455             "funding": [
8456                 {
8457                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8458                     "type": "custom"
8459                 },
8460                 {
8461                     "url": "https://github.com/nunomaduro",
8462                     "type": "github"
8463                 },
8464                 {
8465                     "url": "https://www.patreon.com/nunomaduro",
8466                     "type": "patreon"
8467                 }
8468             ],
8469             "time": "2025-04-03T14:33:09+00:00"
8470         },
8471         {
8472             "name": "phar-io/manifest",
8473             "version": "2.0.4",
8474             "source": {
8475                 "type": "git",
8476                 "url": "https://github.com/phar-io/manifest.git",
8477                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8478             },
8479             "dist": {
8480                 "type": "zip",
8481                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8482                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8483                 "shasum": ""
8484             },
8485             "require": {
8486                 "ext-dom": "*",
8487                 "ext-libxml": "*",
8488                 "ext-phar": "*",
8489                 "ext-xmlwriter": "*",
8490                 "phar-io/version": "^3.0.1",
8491                 "php": "^7.2 || ^8.0"
8492             },
8493             "type": "library",
8494             "extra": {
8495                 "branch-alias": {
8496                     "dev-master": "2.0.x-dev"
8497                 }
8498             },
8499             "autoload": {
8500                 "classmap": [
8501                     "src/"
8502                 ]
8503             },
8504             "notification-url": "https://packagist.org/downloads/",
8505             "license": [
8506                 "BSD-3-Clause"
8507             ],
8508             "authors": [
8509                 {
8510                     "name": "Arne Blankerts",
8511                     "email": "[email protected]",
8512                     "role": "Developer"
8513                 },
8514                 {
8515                     "name": "Sebastian Heuer",
8516                     "email": "[email protected]",
8517                     "role": "Developer"
8518                 },
8519                 {
8520                     "name": "Sebastian Bergmann",
8521                     "email": "[email protected]",
8522                     "role": "Developer"
8523                 }
8524             ],
8525             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8526             "support": {
8527                 "issues": "https://github.com/phar-io/manifest/issues",
8528                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8529             },
8530             "funding": [
8531                 {
8532                     "url": "https://github.com/theseer",
8533                     "type": "github"
8534                 }
8535             ],
8536             "time": "2024-03-03T12:33:53+00:00"
8537         },
8538         {
8539             "name": "phar-io/version",
8540             "version": "3.2.1",
8541             "source": {
8542                 "type": "git",
8543                 "url": "https://github.com/phar-io/version.git",
8544                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8545             },
8546             "dist": {
8547                 "type": "zip",
8548                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8549                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8550                 "shasum": ""
8551             },
8552             "require": {
8553                 "php": "^7.2 || ^8.0"
8554             },
8555             "type": "library",
8556             "autoload": {
8557                 "classmap": [
8558                     "src/"
8559                 ]
8560             },
8561             "notification-url": "https://packagist.org/downloads/",
8562             "license": [
8563                 "BSD-3-Clause"
8564             ],
8565             "authors": [
8566                 {
8567                     "name": "Arne Blankerts",
8568                     "email": "[email protected]",
8569                     "role": "Developer"
8570                 },
8571                 {
8572                     "name": "Sebastian Heuer",
8573                     "email": "[email protected]",
8574                     "role": "Developer"
8575                 },
8576                 {
8577                     "name": "Sebastian Bergmann",
8578                     "email": "[email protected]",
8579                     "role": "Developer"
8580                 }
8581             ],
8582             "description": "Library for handling version information and constraints",
8583             "support": {
8584                 "issues": "https://github.com/phar-io/version/issues",
8585                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8586             },
8587             "time": "2022-02-21T01:04:05+00:00"
8588         },
8589         {
8590             "name": "phpstan/phpstan",
8591             "version": "2.1.14",
8592             "source": {
8593                 "type": "git",
8594                 "url": "https://github.com/phpstan/phpstan.git",
8595                 "reference": "8f2e03099cac24ff3b379864d171c5acbfc6b9a2"
8596             },
8597             "dist": {
8598                 "type": "zip",
8599                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f2e03099cac24ff3b379864d171c5acbfc6b9a2",
8600                 "reference": "8f2e03099cac24ff3b379864d171c5acbfc6b9a2",
8601                 "shasum": ""
8602             },
8603             "require": {
8604                 "php": "^7.4|^8.0"
8605             },
8606             "conflict": {
8607                 "phpstan/phpstan-shim": "*"
8608             },
8609             "bin": [
8610                 "phpstan",
8611                 "phpstan.phar"
8612             ],
8613             "type": "library",
8614             "autoload": {
8615                 "files": [
8616                     "bootstrap.php"
8617                 ]
8618             },
8619             "notification-url": "https://packagist.org/downloads/",
8620             "license": [
8621                 "MIT"
8622             ],
8623             "description": "PHPStan - PHP Static Analysis Tool",
8624             "keywords": [
8625                 "dev",
8626                 "static analysis"
8627             ],
8628             "support": {
8629                 "docs": "https://phpstan.org/user-guide/getting-started",
8630                 "forum": "https://github.com/phpstan/phpstan/discussions",
8631                 "issues": "https://github.com/phpstan/phpstan/issues",
8632                 "security": "https://github.com/phpstan/phpstan/security/policy",
8633                 "source": "https://github.com/phpstan/phpstan-src"
8634             },
8635             "funding": [
8636                 {
8637                     "url": "https://github.com/ondrejmirtes",
8638                     "type": "github"
8639                 },
8640                 {
8641                     "url": "https://github.com/phpstan",
8642                     "type": "github"
8643                 }
8644             ],
8645             "time": "2025-05-02T15:32:28+00:00"
8646         },
8647         {
8648             "name": "phpunit/php-code-coverage",
8649             "version": "11.0.9",
8650             "source": {
8651                 "type": "git",
8652                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8653                 "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7"
8654             },
8655             "dist": {
8656                 "type": "zip",
8657                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
8658                 "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
8659                 "shasum": ""
8660             },
8661             "require": {
8662                 "ext-dom": "*",
8663                 "ext-libxml": "*",
8664                 "ext-xmlwriter": "*",
8665                 "nikic/php-parser": "^5.4.0",
8666                 "php": ">=8.2",
8667                 "phpunit/php-file-iterator": "^5.1.0",
8668                 "phpunit/php-text-template": "^4.0.1",
8669                 "sebastian/code-unit-reverse-lookup": "^4.0.1",
8670                 "sebastian/complexity": "^4.0.1",
8671                 "sebastian/environment": "^7.2.0",
8672                 "sebastian/lines-of-code": "^3.0.1",
8673                 "sebastian/version": "^5.0.2",
8674                 "theseer/tokenizer": "^1.2.3"
8675             },
8676             "require-dev": {
8677                 "phpunit/phpunit": "^11.5.2"
8678             },
8679             "suggest": {
8680                 "ext-pcov": "PHP extension that provides line coverage",
8681                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8682             },
8683             "type": "library",
8684             "extra": {
8685                 "branch-alias": {
8686                     "dev-main": "11.0.x-dev"
8687                 }
8688             },
8689             "autoload": {
8690                 "classmap": [
8691                     "src/"
8692                 ]
8693             },
8694             "notification-url": "https://packagist.org/downloads/",
8695             "license": [
8696                 "BSD-3-Clause"
8697             ],
8698             "authors": [
8699                 {
8700                     "name": "Sebastian Bergmann",
8701                     "email": "[email protected]",
8702                     "role": "lead"
8703                 }
8704             ],
8705             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8706             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8707             "keywords": [
8708                 "coverage",
8709                 "testing",
8710                 "xunit"
8711             ],
8712             "support": {
8713                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8714                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8715                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9"
8716             },
8717             "funding": [
8718                 {
8719                     "url": "https://github.com/sebastianbergmann",
8720                     "type": "github"
8721                 }
8722             ],
8723             "time": "2025-02-25T13:26:39+00:00"
8724         },
8725         {
8726             "name": "phpunit/php-file-iterator",
8727             "version": "5.1.0",
8728             "source": {
8729                 "type": "git",
8730                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8731                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
8732             },
8733             "dist": {
8734                 "type": "zip",
8735                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
8736                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
8737                 "shasum": ""
8738             },
8739             "require": {
8740                 "php": ">=8.2"
8741             },
8742             "require-dev": {
8743                 "phpunit/phpunit": "^11.0"
8744             },
8745             "type": "library",
8746             "extra": {
8747                 "branch-alias": {
8748                     "dev-main": "5.0-dev"
8749                 }
8750             },
8751             "autoload": {
8752                 "classmap": [
8753                     "src/"
8754                 ]
8755             },
8756             "notification-url": "https://packagist.org/downloads/",
8757             "license": [
8758                 "BSD-3-Clause"
8759             ],
8760             "authors": [
8761                 {
8762                     "name": "Sebastian Bergmann",
8763                     "email": "[email protected]",
8764                     "role": "lead"
8765                 }
8766             ],
8767             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8768             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8769             "keywords": [
8770                 "filesystem",
8771                 "iterator"
8772             ],
8773             "support": {
8774                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8775                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
8776                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
8777             },
8778             "funding": [
8779                 {
8780                     "url": "https://github.com/sebastianbergmann",
8781                     "type": "github"
8782                 }
8783             ],
8784             "time": "2024-08-27T05:02:59+00:00"
8785         },
8786         {
8787             "name": "phpunit/php-invoker",
8788             "version": "5.0.1",
8789             "source": {
8790                 "type": "git",
8791                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8792                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
8793             },
8794             "dist": {
8795                 "type": "zip",
8796                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
8797                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
8798                 "shasum": ""
8799             },
8800             "require": {
8801                 "php": ">=8.2"
8802             },
8803             "require-dev": {
8804                 "ext-pcntl": "*",
8805                 "phpunit/phpunit": "^11.0"
8806             },
8807             "suggest": {
8808                 "ext-pcntl": "*"
8809             },
8810             "type": "library",
8811             "extra": {
8812                 "branch-alias": {
8813                     "dev-main": "5.0-dev"
8814                 }
8815             },
8816             "autoload": {
8817                 "classmap": [
8818                     "src/"
8819                 ]
8820             },
8821             "notification-url": "https://packagist.org/downloads/",
8822             "license": [
8823                 "BSD-3-Clause"
8824             ],
8825             "authors": [
8826                 {
8827                     "name": "Sebastian Bergmann",
8828                     "email": "[email protected]",
8829                     "role": "lead"
8830                 }
8831             ],
8832             "description": "Invoke callables with a timeout",
8833             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8834             "keywords": [
8835                 "process"
8836             ],
8837             "support": {
8838                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8839                 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
8840                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
8841             },
8842             "funding": [
8843                 {
8844                     "url": "https://github.com/sebastianbergmann",
8845                     "type": "github"
8846                 }
8847             ],
8848             "time": "2024-07-03T05:07:44+00:00"
8849         },
8850         {
8851             "name": "phpunit/php-text-template",
8852             "version": "4.0.1",
8853             "source": {
8854                 "type": "git",
8855                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8856                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
8857             },
8858             "dist": {
8859                 "type": "zip",
8860                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8861                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8862                 "shasum": ""
8863             },
8864             "require": {
8865                 "php": ">=8.2"
8866             },
8867             "require-dev": {
8868                 "phpunit/phpunit": "^11.0"
8869             },
8870             "type": "library",
8871             "extra": {
8872                 "branch-alias": {
8873                     "dev-main": "4.0-dev"
8874                 }
8875             },
8876             "autoload": {
8877                 "classmap": [
8878                     "src/"
8879                 ]
8880             },
8881             "notification-url": "https://packagist.org/downloads/",
8882             "license": [
8883                 "BSD-3-Clause"
8884             ],
8885             "authors": [
8886                 {
8887                     "name": "Sebastian Bergmann",
8888                     "email": "[email protected]",
8889                     "role": "lead"
8890                 }
8891             ],
8892             "description": "Simple template engine.",
8893             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8894             "keywords": [
8895                 "template"
8896             ],
8897             "support": {
8898                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8899                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
8900                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
8901             },
8902             "funding": [
8903                 {
8904                     "url": "https://github.com/sebastianbergmann",
8905                     "type": "github"
8906                 }
8907             ],
8908             "time": "2024-07-03T05:08:43+00:00"
8909         },
8910         {
8911             "name": "phpunit/php-timer",
8912             "version": "7.0.1",
8913             "source": {
8914                 "type": "git",
8915                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8916                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
8917             },
8918             "dist": {
8919                 "type": "zip",
8920                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8921                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8922                 "shasum": ""
8923             },
8924             "require": {
8925                 "php": ">=8.2"
8926             },
8927             "require-dev": {
8928                 "phpunit/phpunit": "^11.0"
8929             },
8930             "type": "library",
8931             "extra": {
8932                 "branch-alias": {
8933                     "dev-main": "7.0-dev"
8934                 }
8935             },
8936             "autoload": {
8937                 "classmap": [
8938                     "src/"
8939                 ]
8940             },
8941             "notification-url": "https://packagist.org/downloads/",
8942             "license": [
8943                 "BSD-3-Clause"
8944             ],
8945             "authors": [
8946                 {
8947                     "name": "Sebastian Bergmann",
8948                     "email": "[email protected]",
8949                     "role": "lead"
8950                 }
8951             ],
8952             "description": "Utility class for timing",
8953             "homepage": "https://github.com/sebastianbergmann/php-timer/",
8954             "keywords": [
8955                 "timer"
8956             ],
8957             "support": {
8958                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
8959                 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
8960                 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
8961             },
8962             "funding": [
8963                 {
8964                     "url": "https://github.com/sebastianbergmann",
8965                     "type": "github"
8966                 }
8967             ],
8968             "time": "2024-07-03T05:09:35+00:00"
8969         },
8970         {
8971             "name": "phpunit/phpunit",
8972             "version": "11.5.19",
8973             "source": {
8974                 "type": "git",
8975                 "url": "https://github.com/sebastianbergmann/phpunit.git",
8976                 "reference": "0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5"
8977             },
8978             "dist": {
8979                 "type": "zip",
8980                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5",
8981                 "reference": "0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5",
8982                 "shasum": ""
8983             },
8984             "require": {
8985                 "ext-dom": "*",
8986                 "ext-json": "*",
8987                 "ext-libxml": "*",
8988                 "ext-mbstring": "*",
8989                 "ext-xml": "*",
8990                 "ext-xmlwriter": "*",
8991                 "myclabs/deep-copy": "^1.13.1",
8992                 "phar-io/manifest": "^2.0.4",
8993                 "phar-io/version": "^3.2.1",
8994                 "php": ">=8.2",
8995                 "phpunit/php-code-coverage": "^11.0.9",
8996                 "phpunit/php-file-iterator": "^5.1.0",
8997                 "phpunit/php-invoker": "^5.0.1",
8998                 "phpunit/php-text-template": "^4.0.1",
8999                 "phpunit/php-timer": "^7.0.1",
9000                 "sebastian/cli-parser": "^3.0.2",
9001                 "sebastian/code-unit": "^3.0.3",
9002                 "sebastian/comparator": "^6.3.1",
9003                 "sebastian/diff": "^6.0.2",
9004                 "sebastian/environment": "^7.2.0",
9005                 "sebastian/exporter": "^6.3.0",
9006                 "sebastian/global-state": "^7.0.2",
9007                 "sebastian/object-enumerator": "^6.0.1",
9008                 "sebastian/type": "^5.1.2",
9009                 "sebastian/version": "^5.0.2",
9010                 "staabm/side-effects-detector": "^1.0.5"
9011             },
9012             "suggest": {
9013                 "ext-soap": "To be able to generate mocks based on WSDL files"
9014             },
9015             "bin": [
9016                 "phpunit"
9017             ],
9018             "type": "library",
9019             "extra": {
9020                 "branch-alias": {
9021                     "dev-main": "11.5-dev"
9022                 }
9023             },
9024             "autoload": {
9025                 "files": [
9026                     "src/Framework/Assert/Functions.php"
9027                 ],
9028                 "classmap": [
9029                     "src/"
9030                 ]
9031             },
9032             "notification-url": "https://packagist.org/downloads/",
9033             "license": [
9034                 "BSD-3-Clause"
9035             ],
9036             "authors": [
9037                 {
9038                     "name": "Sebastian Bergmann",
9039                     "email": "[email protected]",
9040                     "role": "lead"
9041                 }
9042             ],
9043             "description": "The PHP Unit Testing framework.",
9044             "homepage": "https://phpunit.de/",
9045             "keywords": [
9046                 "phpunit",
9047                 "testing",
9048                 "xunit"
9049             ],
9050             "support": {
9051                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9052                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9053                 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.19"
9054             },
9055             "funding": [
9056                 {
9057                     "url": "https://phpunit.de/sponsors.html",
9058                     "type": "custom"
9059                 },
9060                 {
9061                     "url": "https://github.com/sebastianbergmann",
9062                     "type": "github"
9063                 },
9064                 {
9065                     "url": "https://liberapay.com/sebastianbergmann",
9066                     "type": "liberapay"
9067                 },
9068                 {
9069                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9070                     "type": "thanks_dev"
9071                 },
9072                 {
9073                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9074                     "type": "tidelift"
9075                 }
9076             ],
9077             "time": "2025-05-02T06:56:52+00:00"
9078         },
9079         {
9080             "name": "sebastian/cli-parser",
9081             "version": "3.0.2",
9082             "source": {
9083                 "type": "git",
9084                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9085                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
9086             },
9087             "dist": {
9088                 "type": "zip",
9089                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
9090                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
9091                 "shasum": ""
9092             },
9093             "require": {
9094                 "php": ">=8.2"
9095             },
9096             "require-dev": {
9097                 "phpunit/phpunit": "^11.0"
9098             },
9099             "type": "library",
9100             "extra": {
9101                 "branch-alias": {
9102                     "dev-main": "3.0-dev"
9103                 }
9104             },
9105             "autoload": {
9106                 "classmap": [
9107                     "src/"
9108                 ]
9109             },
9110             "notification-url": "https://packagist.org/downloads/",
9111             "license": [
9112                 "BSD-3-Clause"
9113             ],
9114             "authors": [
9115                 {
9116                     "name": "Sebastian Bergmann",
9117                     "email": "[email protected]",
9118                     "role": "lead"
9119                 }
9120             ],
9121             "description": "Library for parsing CLI options",
9122             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9123             "support": {
9124                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9125                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9126                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
9127             },
9128             "funding": [
9129                 {
9130                     "url": "https://github.com/sebastianbergmann",
9131                     "type": "github"
9132                 }
9133             ],
9134             "time": "2024-07-03T04:41:36+00:00"
9135         },
9136         {
9137             "name": "sebastian/code-unit",
9138             "version": "3.0.3",
9139             "source": {
9140                 "type": "git",
9141                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9142                 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
9143             },
9144             "dist": {
9145                 "type": "zip",
9146                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
9147                 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
9148                 "shasum": ""
9149             },
9150             "require": {
9151                 "php": ">=8.2"
9152             },
9153             "require-dev": {
9154                 "phpunit/phpunit": "^11.5"
9155             },
9156             "type": "library",
9157             "extra": {
9158                 "branch-alias": {
9159                     "dev-main": "3.0-dev"
9160                 }
9161             },
9162             "autoload": {
9163                 "classmap": [
9164                     "src/"
9165                 ]
9166             },
9167             "notification-url": "https://packagist.org/downloads/",
9168             "license": [
9169                 "BSD-3-Clause"
9170             ],
9171             "authors": [
9172                 {
9173                     "name": "Sebastian Bergmann",
9174                     "email": "[email protected]",
9175                     "role": "lead"
9176                 }
9177             ],
9178             "description": "Collection of value objects that represent the PHP code units",
9179             "homepage": "https://github.com/sebastianbergmann/code-unit",
9180             "support": {
9181                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9182                 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
9183                 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
9184             },
9185             "funding": [
9186                 {
9187                     "url": "https://github.com/sebastianbergmann",
9188                     "type": "github"
9189                 }
9190             ],
9191             "time": "2025-03-19T07:56:08+00:00"
9192         },
9193         {
9194             "name": "sebastian/code-unit-reverse-lookup",
9195             "version": "4.0.1",
9196             "source": {
9197                 "type": "git",
9198                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9199                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
9200             },
9201             "dist": {
9202                 "type": "zip",
9203                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
9204                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
9205                 "shasum": ""
9206             },
9207             "require": {
9208                 "php": ">=8.2"
9209             },
9210             "require-dev": {
9211                 "phpunit/phpunit": "^11.0"
9212             },
9213             "type": "library",
9214             "extra": {
9215                 "branch-alias": {
9216                     "dev-main": "4.0-dev"
9217                 }
9218             },
9219             "autoload": {
9220                 "classmap": [
9221                     "src/"
9222                 ]
9223             },
9224             "notification-url": "https://packagist.org/downloads/",
9225             "license": [
9226                 "BSD-3-Clause"
9227             ],
9228             "authors": [
9229                 {
9230                     "name": "Sebastian Bergmann",
9231                     "email": "[email protected]"
9232                 }
9233             ],
9234             "description": "Looks up which function or method a line of code belongs to",
9235             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9236             "support": {
9237                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9238                 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
9239                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
9240             },
9241             "funding": [
9242                 {
9243                     "url": "https://github.com/sebastianbergmann",
9244                     "type": "github"
9245                 }
9246             ],
9247             "time": "2024-07-03T04:45:54+00:00"
9248         },
9249         {
9250             "name": "sebastian/comparator",
9251             "version": "6.3.1",
9252             "source": {
9253                 "type": "git",
9254                 "url": "https://github.com/sebastianbergmann/comparator.git",
9255                 "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959"
9256             },
9257             "dist": {
9258                 "type": "zip",
9259                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
9260                 "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
9261                 "shasum": ""
9262             },
9263             "require": {
9264                 "ext-dom": "*",
9265                 "ext-mbstring": "*",
9266                 "php": ">=8.2",
9267                 "sebastian/diff": "^6.0",
9268                 "sebastian/exporter": "^6.0"
9269             },
9270             "require-dev": {
9271                 "phpunit/phpunit": "^11.4"
9272             },
9273             "suggest": {
9274                 "ext-bcmath": "For comparing BcMath\\Number objects"
9275             },
9276             "type": "library",
9277             "extra": {
9278                 "branch-alias": {
9279                     "dev-main": "6.3-dev"
9280                 }
9281             },
9282             "autoload": {
9283                 "classmap": [
9284                     "src/"
9285                 ]
9286             },
9287             "notification-url": "https://packagist.org/downloads/",
9288             "license": [
9289                 "BSD-3-Clause"
9290             ],
9291             "authors": [
9292                 {
9293                     "name": "Sebastian Bergmann",
9294                     "email": "[email protected]"
9295                 },
9296                 {
9297                     "name": "Jeff Welch",
9298                     "email": "[email protected]"
9299                 },
9300                 {
9301                     "name": "Volker Dusch",
9302                     "email": "[email protected]"
9303                 },
9304                 {
9305                     "name": "Bernhard Schussek",
9306                     "email": "[email protected]"
9307                 }
9308             ],
9309             "description": "Provides the functionality to compare PHP values for equality",
9310             "homepage": "https://github.com/sebastianbergmann/comparator",
9311             "keywords": [
9312                 "comparator",
9313                 "compare",
9314                 "equality"
9315             ],
9316             "support": {
9317                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9318                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9319                 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.1"
9320             },
9321             "funding": [
9322                 {
9323                     "url": "https://github.com/sebastianbergmann",
9324                     "type": "github"
9325                 }
9326             ],
9327             "time": "2025-03-07T06:57:01+00:00"
9328         },
9329         {
9330             "name": "sebastian/complexity",
9331             "version": "4.0.1",
9332             "source": {
9333                 "type": "git",
9334                 "url": "https://github.com/sebastianbergmann/complexity.git",
9335                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
9336             },
9337             "dist": {
9338                 "type": "zip",
9339                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
9340                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
9341                 "shasum": ""
9342             },
9343             "require": {
9344                 "nikic/php-parser": "^5.0",
9345                 "php": ">=8.2"
9346             },
9347             "require-dev": {
9348                 "phpunit/phpunit": "^11.0"
9349             },
9350             "type": "library",
9351             "extra": {
9352                 "branch-alias": {
9353                     "dev-main": "4.0-dev"
9354                 }
9355             },
9356             "autoload": {
9357                 "classmap": [
9358                     "src/"
9359                 ]
9360             },
9361             "notification-url": "https://packagist.org/downloads/",
9362             "license": [
9363                 "BSD-3-Clause"
9364             ],
9365             "authors": [
9366                 {
9367                     "name": "Sebastian Bergmann",
9368                     "email": "[email protected]",
9369                     "role": "lead"
9370                 }
9371             ],
9372             "description": "Library for calculating the complexity of PHP code units",
9373             "homepage": "https://github.com/sebastianbergmann/complexity",
9374             "support": {
9375                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9376                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9377                 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
9378             },
9379             "funding": [
9380                 {
9381                     "url": "https://github.com/sebastianbergmann",
9382                     "type": "github"
9383                 }
9384             ],
9385             "time": "2024-07-03T04:49:50+00:00"
9386         },
9387         {
9388             "name": "sebastian/diff",
9389             "version": "6.0.2",
9390             "source": {
9391                 "type": "git",
9392                 "url": "https://github.com/sebastianbergmann/diff.git",
9393                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
9394             },
9395             "dist": {
9396                 "type": "zip",
9397                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
9398                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
9399                 "shasum": ""
9400             },
9401             "require": {
9402                 "php": ">=8.2"
9403             },
9404             "require-dev": {
9405                 "phpunit/phpunit": "^11.0",
9406                 "symfony/process": "^4.2 || ^5"
9407             },
9408             "type": "library",
9409             "extra": {
9410                 "branch-alias": {
9411                     "dev-main": "6.0-dev"
9412                 }
9413             },
9414             "autoload": {
9415                 "classmap": [
9416                     "src/"
9417                 ]
9418             },
9419             "notification-url": "https://packagist.org/downloads/",
9420             "license": [
9421                 "BSD-3-Clause"
9422             ],
9423             "authors": [
9424                 {
9425                     "name": "Sebastian Bergmann",
9426                     "email": "[email protected]"
9427                 },
9428                 {
9429                     "name": "Kore Nordmann",
9430                     "email": "[email protected]"
9431                 }
9432             ],
9433             "description": "Diff implementation",
9434             "homepage": "https://github.com/sebastianbergmann/diff",
9435             "keywords": [
9436                 "diff",
9437                 "udiff",
9438                 "unidiff",
9439                 "unified diff"
9440             ],
9441             "support": {
9442                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9443                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9444                 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
9445             },
9446             "funding": [
9447                 {
9448                     "url": "https://github.com/sebastianbergmann",
9449                     "type": "github"
9450                 }
9451             ],
9452             "time": "2024-07-03T04:53:05+00:00"
9453         },
9454         {
9455             "name": "sebastian/environment",
9456             "version": "7.2.0",
9457             "source": {
9458                 "type": "git",
9459                 "url": "https://github.com/sebastianbergmann/environment.git",
9460                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
9461             },
9462             "dist": {
9463                 "type": "zip",
9464                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
9465                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
9466                 "shasum": ""
9467             },
9468             "require": {
9469                 "php": ">=8.2"
9470             },
9471             "require-dev": {
9472                 "phpunit/phpunit": "^11.0"
9473             },
9474             "suggest": {
9475                 "ext-posix": "*"
9476             },
9477             "type": "library",
9478             "extra": {
9479                 "branch-alias": {
9480                     "dev-main": "7.2-dev"
9481                 }
9482             },
9483             "autoload": {
9484                 "classmap": [
9485                     "src/"
9486                 ]
9487             },
9488             "notification-url": "https://packagist.org/downloads/",
9489             "license": [
9490                 "BSD-3-Clause"
9491             ],
9492             "authors": [
9493                 {
9494                     "name": "Sebastian Bergmann",
9495                     "email": "[email protected]"
9496                 }
9497             ],
9498             "description": "Provides functionality to handle HHVM/PHP environments",
9499             "homepage": "https://github.com/sebastianbergmann/environment",
9500             "keywords": [
9501                 "Xdebug",
9502                 "environment",
9503                 "hhvm"
9504             ],
9505             "support": {
9506                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9507                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9508                 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
9509             },
9510             "funding": [
9511                 {
9512                     "url": "https://github.com/sebastianbergmann",
9513                     "type": "github"
9514                 }
9515             ],
9516             "time": "2024-07-03T04:54:44+00:00"
9517         },
9518         {
9519             "name": "sebastian/exporter",
9520             "version": "6.3.0",
9521             "source": {
9522                 "type": "git",
9523                 "url": "https://github.com/sebastianbergmann/exporter.git",
9524                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
9525             },
9526             "dist": {
9527                 "type": "zip",
9528                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
9529                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
9530                 "shasum": ""
9531             },
9532             "require": {
9533                 "ext-mbstring": "*",
9534                 "php": ">=8.2",
9535                 "sebastian/recursion-context": "^6.0"
9536             },
9537             "require-dev": {
9538                 "phpunit/phpunit": "^11.3"
9539             },
9540             "type": "library",
9541             "extra": {
9542                 "branch-alias": {
9543                     "dev-main": "6.1-dev"
9544                 }
9545             },
9546             "autoload": {
9547                 "classmap": [
9548                     "src/"
9549                 ]
9550             },
9551             "notification-url": "https://packagist.org/downloads/",
9552             "license": [
9553                 "BSD-3-Clause"
9554             ],
9555             "authors": [
9556                 {
9557                     "name": "Sebastian Bergmann",
9558                     "email": "[email protected]"
9559                 },
9560                 {
9561                     "name": "Jeff Welch",
9562                     "email": "[email protected]"
9563                 },
9564                 {
9565                     "name": "Volker Dusch",
9566                     "email": "[email protected]"
9567                 },
9568                 {
9569                     "name": "Adam Harvey",
9570                     "email": "[email protected]"
9571                 },
9572                 {
9573                     "name": "Bernhard Schussek",
9574                     "email": "[email protected]"
9575                 }
9576             ],
9577             "description": "Provides the functionality to export PHP variables for visualization",
9578             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9579             "keywords": [
9580                 "export",
9581                 "exporter"
9582             ],
9583             "support": {
9584                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9585                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9586                 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
9587             },
9588             "funding": [
9589                 {
9590                     "url": "https://github.com/sebastianbergmann",
9591                     "type": "github"
9592                 }
9593             ],
9594             "time": "2024-12-05T09:17:50+00:00"
9595         },
9596         {
9597             "name": "sebastian/global-state",
9598             "version": "7.0.2",
9599             "source": {
9600                 "type": "git",
9601                 "url": "https://github.com/sebastianbergmann/global-state.git",
9602                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
9603             },
9604             "dist": {
9605                 "type": "zip",
9606                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
9607                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
9608                 "shasum": ""
9609             },
9610             "require": {
9611                 "php": ">=8.2",
9612                 "sebastian/object-reflector": "^4.0",
9613                 "sebastian/recursion-context": "^6.0"
9614             },
9615             "require-dev": {
9616                 "ext-dom": "*",
9617                 "phpunit/phpunit": "^11.0"
9618             },
9619             "type": "library",
9620             "extra": {
9621                 "branch-alias": {
9622                     "dev-main": "7.0-dev"
9623                 }
9624             },
9625             "autoload": {
9626                 "classmap": [
9627                     "src/"
9628                 ]
9629             },
9630             "notification-url": "https://packagist.org/downloads/",
9631             "license": [
9632                 "BSD-3-Clause"
9633             ],
9634             "authors": [
9635                 {
9636                     "name": "Sebastian Bergmann",
9637                     "email": "[email protected]"
9638                 }
9639             ],
9640             "description": "Snapshotting of global state",
9641             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9642             "keywords": [
9643                 "global state"
9644             ],
9645             "support": {
9646                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9647                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9648                 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
9649             },
9650             "funding": [
9651                 {
9652                     "url": "https://github.com/sebastianbergmann",
9653                     "type": "github"
9654                 }
9655             ],
9656             "time": "2024-07-03T04:57:36+00:00"
9657         },
9658         {
9659             "name": "sebastian/lines-of-code",
9660             "version": "3.0.1",
9661             "source": {
9662                 "type": "git",
9663                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9664                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
9665             },
9666             "dist": {
9667                 "type": "zip",
9668                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9669                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9670                 "shasum": ""
9671             },
9672             "require": {
9673                 "nikic/php-parser": "^5.0",
9674                 "php": ">=8.2"
9675             },
9676             "require-dev": {
9677                 "phpunit/phpunit": "^11.0"
9678             },
9679             "type": "library",
9680             "extra": {
9681                 "branch-alias": {
9682                     "dev-main": "3.0-dev"
9683                 }
9684             },
9685             "autoload": {
9686                 "classmap": [
9687                     "src/"
9688                 ]
9689             },
9690             "notification-url": "https://packagist.org/downloads/",
9691             "license": [
9692                 "BSD-3-Clause"
9693             ],
9694             "authors": [
9695                 {
9696                     "name": "Sebastian Bergmann",
9697                     "email": "[email protected]",
9698                     "role": "lead"
9699                 }
9700             ],
9701             "description": "Library for counting the lines of code in PHP source code",
9702             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9703             "support": {
9704                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9705                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9706                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
9707             },
9708             "funding": [
9709                 {
9710                     "url": "https://github.com/sebastianbergmann",
9711                     "type": "github"
9712                 }
9713             ],
9714             "time": "2024-07-03T04:58:38+00:00"
9715         },
9716         {
9717             "name": "sebastian/object-enumerator",
9718             "version": "6.0.1",
9719             "source": {
9720                 "type": "git",
9721                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9722                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
9723             },
9724             "dist": {
9725                 "type": "zip",
9726                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
9727                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
9728                 "shasum": ""
9729             },
9730             "require": {
9731                 "php": ">=8.2",
9732                 "sebastian/object-reflector": "^4.0",
9733                 "sebastian/recursion-context": "^6.0"
9734             },
9735             "require-dev": {
9736                 "phpunit/phpunit": "^11.0"
9737             },
9738             "type": "library",
9739             "extra": {
9740                 "branch-alias": {
9741                     "dev-main": "6.0-dev"
9742                 }
9743             },
9744             "autoload": {
9745                 "classmap": [
9746                     "src/"
9747                 ]
9748             },
9749             "notification-url": "https://packagist.org/downloads/",
9750             "license": [
9751                 "BSD-3-Clause"
9752             ],
9753             "authors": [
9754                 {
9755                     "name": "Sebastian Bergmann",
9756                     "email": "[email protected]"
9757                 }
9758             ],
9759             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9760             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9761             "support": {
9762                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9763                 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
9764                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
9765             },
9766             "funding": [
9767                 {
9768                     "url": "https://github.com/sebastianbergmann",
9769                     "type": "github"
9770                 }
9771             ],
9772             "time": "2024-07-03T05:00:13+00:00"
9773         },
9774         {
9775             "name": "sebastian/object-reflector",
9776             "version": "4.0.1",
9777             "source": {
9778                 "type": "git",
9779                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9780                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
9781             },
9782             "dist": {
9783                 "type": "zip",
9784                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9785                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9786                 "shasum": ""
9787             },
9788             "require": {
9789                 "php": ">=8.2"
9790             },
9791             "require-dev": {
9792                 "phpunit/phpunit": "^11.0"
9793             },
9794             "type": "library",
9795             "extra": {
9796                 "branch-alias": {
9797                     "dev-main": "4.0-dev"
9798                 }
9799             },
9800             "autoload": {
9801                 "classmap": [
9802                     "src/"
9803                 ]
9804             },
9805             "notification-url": "https://packagist.org/downloads/",
9806             "license": [
9807                 "BSD-3-Clause"
9808             ],
9809             "authors": [
9810                 {
9811                     "name": "Sebastian Bergmann",
9812                     "email": "[email protected]"
9813                 }
9814             ],
9815             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9816             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9817             "support": {
9818                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9819                 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
9820                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
9821             },
9822             "funding": [
9823                 {
9824                     "url": "https://github.com/sebastianbergmann",
9825                     "type": "github"
9826                 }
9827             ],
9828             "time": "2024-07-03T05:01:32+00:00"
9829         },
9830         {
9831             "name": "sebastian/recursion-context",
9832             "version": "6.0.2",
9833             "source": {
9834                 "type": "git",
9835                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9836                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
9837             },
9838             "dist": {
9839                 "type": "zip",
9840                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
9841                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
9842                 "shasum": ""
9843             },
9844             "require": {
9845                 "php": ">=8.2"
9846             },
9847             "require-dev": {
9848                 "phpunit/phpunit": "^11.0"
9849             },
9850             "type": "library",
9851             "extra": {
9852                 "branch-alias": {
9853                     "dev-main": "6.0-dev"
9854                 }
9855             },
9856             "autoload": {
9857                 "classmap": [
9858                     "src/"
9859                 ]
9860             },
9861             "notification-url": "https://packagist.org/downloads/",
9862             "license": [
9863                 "BSD-3-Clause"
9864             ],
9865             "authors": [
9866                 {
9867                     "name": "Sebastian Bergmann",
9868                     "email": "[email protected]"
9869                 },
9870                 {
9871                     "name": "Jeff Welch",
9872                     "email": "[email protected]"
9873                 },
9874                 {
9875                     "name": "Adam Harvey",
9876                     "email": "[email protected]"
9877                 }
9878             ],
9879             "description": "Provides functionality to recursively process PHP variables",
9880             "homepage": "https://github.com/sebastianbergmann/recursion-context",
9881             "support": {
9882                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9883                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
9884                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
9885             },
9886             "funding": [
9887                 {
9888                     "url": "https://github.com/sebastianbergmann",
9889                     "type": "github"
9890                 }
9891             ],
9892             "time": "2024-07-03T05:10:34+00:00"
9893         },
9894         {
9895             "name": "sebastian/type",
9896             "version": "5.1.2",
9897             "source": {
9898                 "type": "git",
9899                 "url": "https://github.com/sebastianbergmann/type.git",
9900                 "reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e"
9901             },
9902             "dist": {
9903                 "type": "zip",
9904                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/a8a7e30534b0eb0c77cd9d07e82de1a114389f5e",
9905                 "reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e",
9906                 "shasum": ""
9907             },
9908             "require": {
9909                 "php": ">=8.2"
9910             },
9911             "require-dev": {
9912                 "phpunit/phpunit": "^11.3"
9913             },
9914             "type": "library",
9915             "extra": {
9916                 "branch-alias": {
9917                     "dev-main": "5.1-dev"
9918                 }
9919             },
9920             "autoload": {
9921                 "classmap": [
9922                     "src/"
9923                 ]
9924             },
9925             "notification-url": "https://packagist.org/downloads/",
9926             "license": [
9927                 "BSD-3-Clause"
9928             ],
9929             "authors": [
9930                 {
9931                     "name": "Sebastian Bergmann",
9932                     "email": "[email protected]",
9933                     "role": "lead"
9934                 }
9935             ],
9936             "description": "Collection of value objects that represent the types of the PHP type system",
9937             "homepage": "https://github.com/sebastianbergmann/type",
9938             "support": {
9939                 "issues": "https://github.com/sebastianbergmann/type/issues",
9940                 "security": "https://github.com/sebastianbergmann/type/security/policy",
9941                 "source": "https://github.com/sebastianbergmann/type/tree/5.1.2"
9942             },
9943             "funding": [
9944                 {
9945                     "url": "https://github.com/sebastianbergmann",
9946                     "type": "github"
9947                 }
9948             ],
9949             "time": "2025-03-18T13:35:50+00:00"
9950         },
9951         {
9952             "name": "sebastian/version",
9953             "version": "5.0.2",
9954             "source": {
9955                 "type": "git",
9956                 "url": "https://github.com/sebastianbergmann/version.git",
9957                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
9958             },
9959             "dist": {
9960                 "type": "zip",
9961                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
9962                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
9963                 "shasum": ""
9964             },
9965             "require": {
9966                 "php": ">=8.2"
9967             },
9968             "type": "library",
9969             "extra": {
9970                 "branch-alias": {
9971                     "dev-main": "5.0-dev"
9972                 }
9973             },
9974             "autoload": {
9975                 "classmap": [
9976                     "src/"
9977                 ]
9978             },
9979             "notification-url": "https://packagist.org/downloads/",
9980             "license": [
9981                 "BSD-3-Clause"
9982             ],
9983             "authors": [
9984                 {
9985                     "name": "Sebastian Bergmann",
9986                     "email": "[email protected]",
9987                     "role": "lead"
9988                 }
9989             ],
9990             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9991             "homepage": "https://github.com/sebastianbergmann/version",
9992             "support": {
9993                 "issues": "https://github.com/sebastianbergmann/version/issues",
9994                 "security": "https://github.com/sebastianbergmann/version/security/policy",
9995                 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
9996             },
9997             "funding": [
9998                 {
9999                     "url": "https://github.com/sebastianbergmann",
10000                     "type": "github"
10001                 }
10002             ],
10003             "time": "2024-10-09T05:16:32+00:00"
10004         },
10005         {
10006             "name": "squizlabs/php_codesniffer",
10007             "version": "3.12.2",
10008             "source": {
10009                 "type": "git",
10010                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10011                 "reference": "6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa"
10012             },
10013             "dist": {
10014                 "type": "zip",
10015                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa",
10016                 "reference": "6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa",
10017                 "shasum": ""
10018             },
10019             "require": {
10020                 "ext-simplexml": "*",
10021                 "ext-tokenizer": "*",
10022                 "ext-xmlwriter": "*",
10023                 "php": ">=5.4.0"
10024             },
10025             "require-dev": {
10026                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10027             },
10028             "bin": [
10029                 "bin/phpcbf",
10030                 "bin/phpcs"
10031             ],
10032             "type": "library",
10033             "extra": {
10034                 "branch-alias": {
10035                     "dev-master": "3.x-dev"
10036                 }
10037             },
10038             "notification-url": "https://packagist.org/downloads/",
10039             "license": [
10040                 "BSD-3-Clause"
10041             ],
10042             "authors": [
10043                 {
10044                     "name": "Greg Sherwood",
10045                     "role": "Former lead"
10046                 },
10047                 {
10048                     "name": "Juliette Reinders Folmer",
10049                     "role": "Current lead"
10050                 },
10051                 {
10052                     "name": "Contributors",
10053                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10054                 }
10055             ],
10056             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10057             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10058             "keywords": [
10059                 "phpcs",
10060                 "standards",
10061                 "static analysis"
10062             ],
10063             "support": {
10064                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10065                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10066                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10067                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10068             },
10069             "funding": [
10070                 {
10071                     "url": "https://github.com/PHPCSStandards",
10072                     "type": "github"
10073                 },
10074                 {
10075                     "url": "https://github.com/jrfnl",
10076                     "type": "github"
10077                 },
10078                 {
10079                     "url": "https://opencollective.com/php_codesniffer",
10080                     "type": "open_collective"
10081                 },
10082                 {
10083                     "url": "https://thanks.dev/u/gh/phpcsstandards",
10084                     "type": "thanks_dev"
10085                 }
10086             ],
10087             "time": "2025-04-13T04:10:18+00:00"
10088         },
10089         {
10090             "name": "ssddanbrown/asserthtml",
10091             "version": "v3.1.0",
10092             "source": {
10093                 "type": "git",
10094                 "url": "https://codeberg.org/danb/asserthtml",
10095                 "reference": "cf8206171d667d43e1bdde17d67191f30e95c8a0"
10096             },
10097             "dist": {
10098                 "type": "zip",
10099                 "url": "https://codeberg.org/api/v1/repos/danb/asserthtml/archive/%prettyVersion%.zip"
10100             },
10101             "require": {
10102                 "ext-dom": "*",
10103                 "ext-json": "*",
10104                 "php": ">=8.1",
10105                 "phpunit/phpunit": "^10.0|^11.0",
10106                 "symfony/css-selector": "^6.0|^7.0",
10107                 "symfony/dom-crawler": "^6.0|^7.0"
10108             },
10109             "require-dev": {
10110                 "phpstan/phpstan": "^2.0"
10111             },
10112             "type": "library",
10113             "autoload": {
10114                 "psr-4": {
10115                     "Ssddanbrown\\AssertHtml\\": "src"
10116                 }
10117             },
10118             "notification-url": "https://packagist.org/downloads/",
10119             "license": [
10120                 "MIT"
10121             ],
10122             "authors": [
10123                 {
10124                     "name": "Dan Brown",
10125                     "homepage": "https://danb.me",
10126                     "role": "Developer"
10127                 }
10128             ],
10129             "description": "HTML Content Assertions for PHPUnit",
10130             "homepage": "https://codeberg.org/danb/asserthtml",
10131             "time": "2025-01-11T13:35:55+00:00"
10132         },
10133         {
10134             "name": "staabm/side-effects-detector",
10135             "version": "1.0.5",
10136             "source": {
10137                 "type": "git",
10138                 "url": "https://github.com/staabm/side-effects-detector.git",
10139                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
10140             },
10141             "dist": {
10142                 "type": "zip",
10143                 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
10144                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
10145                 "shasum": ""
10146             },
10147             "require": {
10148                 "ext-tokenizer": "*",
10149                 "php": "^7.4 || ^8.0"
10150             },
10151             "require-dev": {
10152                 "phpstan/extension-installer": "^1.4.3",
10153                 "phpstan/phpstan": "^1.12.6",
10154                 "phpunit/phpunit": "^9.6.21",
10155                 "symfony/var-dumper": "^5.4.43",
10156                 "tomasvotruba/type-coverage": "1.0.0",
10157                 "tomasvotruba/unused-public": "1.0.0"
10158             },
10159             "type": "library",
10160             "autoload": {
10161                 "classmap": [
10162                     "lib/"
10163                 ]
10164             },
10165             "notification-url": "https://packagist.org/downloads/",
10166             "license": [
10167                 "MIT"
10168             ],
10169             "description": "A static analysis tool to detect side effects in PHP code",
10170             "keywords": [
10171                 "static analysis"
10172             ],
10173             "support": {
10174                 "issues": "https://github.com/staabm/side-effects-detector/issues",
10175                 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
10176             },
10177             "funding": [
10178                 {
10179                     "url": "https://github.com/staabm",
10180                     "type": "github"
10181                 }
10182             ],
10183             "time": "2024-10-20T05:08:20+00:00"
10184         },
10185         {
10186             "name": "symfony/dom-crawler",
10187             "version": "v7.2.4",
10188             "source": {
10189                 "type": "git",
10190                 "url": "https://github.com/symfony/dom-crawler.git",
10191                 "reference": "19cc7b08efe9ad1ab1b56e0948e8d02e15ed3ef7"
10192             },
10193             "dist": {
10194                 "type": "zip",
10195                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/19cc7b08efe9ad1ab1b56e0948e8d02e15ed3ef7",
10196                 "reference": "19cc7b08efe9ad1ab1b56e0948e8d02e15ed3ef7",
10197                 "shasum": ""
10198             },
10199             "require": {
10200                 "masterminds/html5": "^2.6",
10201                 "php": ">=8.2",
10202                 "symfony/polyfill-ctype": "~1.8",
10203                 "symfony/polyfill-mbstring": "~1.0"
10204             },
10205             "require-dev": {
10206                 "symfony/css-selector": "^6.4|^7.0"
10207             },
10208             "type": "library",
10209             "autoload": {
10210                 "psr-4": {
10211                     "Symfony\\Component\\DomCrawler\\": ""
10212                 },
10213                 "exclude-from-classmap": [
10214                     "/Tests/"
10215                 ]
10216             },
10217             "notification-url": "https://packagist.org/downloads/",
10218             "license": [
10219                 "MIT"
10220             ],
10221             "authors": [
10222                 {
10223                     "name": "Fabien Potencier",
10224                     "email": "[email protected]"
10225                 },
10226                 {
10227                     "name": "Symfony Community",
10228                     "homepage": "https://symfony.com/contributors"
10229                 }
10230             ],
10231             "description": "Eases DOM navigation for HTML and XML documents",
10232             "homepage": "https://symfony.com",
10233             "support": {
10234                 "source": "https://github.com/symfony/dom-crawler/tree/v7.2.4"
10235             },
10236             "funding": [
10237                 {
10238                     "url": "https://symfony.com/sponsor",
10239                     "type": "custom"
10240                 },
10241                 {
10242                     "url": "https://github.com/fabpot",
10243                     "type": "github"
10244                 },
10245                 {
10246                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10247                     "type": "tidelift"
10248                 }
10249             ],
10250             "time": "2025-02-17T15:53:07+00:00"
10251         },
10252         {
10253             "name": "theseer/tokenizer",
10254             "version": "1.2.3",
10255             "source": {
10256                 "type": "git",
10257                 "url": "https://github.com/theseer/tokenizer.git",
10258                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10259             },
10260             "dist": {
10261                 "type": "zip",
10262                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10263                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10264                 "shasum": ""
10265             },
10266             "require": {
10267                 "ext-dom": "*",
10268                 "ext-tokenizer": "*",
10269                 "ext-xmlwriter": "*",
10270                 "php": "^7.2 || ^8.0"
10271             },
10272             "type": "library",
10273             "autoload": {
10274                 "classmap": [
10275                     "src/"
10276                 ]
10277             },
10278             "notification-url": "https://packagist.org/downloads/",
10279             "license": [
10280                 "BSD-3-Clause"
10281             ],
10282             "authors": [
10283                 {
10284                     "name": "Arne Blankerts",
10285                     "email": "[email protected]",
10286                     "role": "Developer"
10287                 }
10288             ],
10289             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10290             "support": {
10291                 "issues": "https://github.com/theseer/tokenizer/issues",
10292                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10293             },
10294             "funding": [
10295                 {
10296                     "url": "https://github.com/theseer",
10297                     "type": "github"
10298                 }
10299             ],
10300             "time": "2024-03-03T12:36:25+00:00"
10301         }
10302     ],
10303     "aliases": [],
10304     "minimum-stability": "stable",
10305     "stability-flags": {
10306         "ssddanbrown/symfony-mailer": 20
10307     },
10308     "prefer-stable": true,
10309     "prefer-lowest": false,
10310     "platform": {
10311         "php": "^8.2.0",
10312         "ext-curl": "*",
10313         "ext-dom": "*",
10314         "ext-fileinfo": "*",
10315         "ext-gd": "*",
10316         "ext-json": "*",
10317         "ext-mbstring": "*",
10318         "ext-xml": "*",
10319         "ext-zip": "*"
10320     },
10321     "platform-dev": {},
10322     "platform-overrides": {
10323         "php": "8.2.0"
10324     },
10325     "plugin-api-version": "2.6.0"
10326 }