]> BookStack Code Mirror - bookstack/blob - composer.lock
Updated translations with latest Crowdin changes (#5622)
[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.22",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/aws/aws-sdk-php.git",
69                 "reference": "174cc187df3bde52c21e9c00a4e99610a08732a3"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/174cc187df3bde52c21e9c00a4e99610a08732a3",
74                 "reference": "174cc187df3bde52c21e9c00a4e99610a08732a3",
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.22"
157             },
158             "time": "2025-05-30T18:11:02+00:00"
159         },
160         {
161             "name": "bacon/bacon-qr-code",
162             "version": "v3.0.1",
163             "source": {
164                 "type": "git",
165                 "url": "https://github.com/Bacon/BaconQrCode.git",
166                 "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f"
167             },
168             "dist": {
169                 "type": "zip",
170                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f9cc1f52b5a463062251d666761178dbdb6b544f",
171                 "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f",
172                 "shasum": ""
173             },
174             "require": {
175                 "dasprid/enum": "^1.0.3",
176                 "ext-iconv": "*",
177                 "php": "^8.1"
178             },
179             "require-dev": {
180                 "phly/keep-a-changelog": "^2.12",
181                 "phpunit/phpunit": "^10.5.11 || 11.0.4",
182                 "spatie/phpunit-snapshot-assertions": "^5.1.5",
183                 "squizlabs/php_codesniffer": "^3.9"
184             },
185             "suggest": {
186                 "ext-imagick": "to generate QR code images"
187             },
188             "type": "library",
189             "autoload": {
190                 "psr-4": {
191                     "BaconQrCode\\": "src/"
192                 }
193             },
194             "notification-url": "https://packagist.org/downloads/",
195             "license": [
196                 "BSD-2-Clause"
197             ],
198             "authors": [
199                 {
200                     "name": "Ben Scholzen 'DASPRiD'",
201                     "email": "[email protected]",
202                     "homepage": "https://dasprids.de/",
203                     "role": "Developer"
204                 }
205             ],
206             "description": "BaconQrCode is a QR code generator for PHP.",
207             "homepage": "https://github.com/Bacon/BaconQrCode",
208             "support": {
209                 "issues": "https://github.com/Bacon/BaconQrCode/issues",
210                 "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.1"
211             },
212             "time": "2024-10-01T13:55:55+00:00"
213         },
214         {
215             "name": "brick/math",
216             "version": "0.12.3",
217             "source": {
218                 "type": "git",
219                 "url": "https://github.com/brick/math.git",
220                 "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba"
221             },
222             "dist": {
223                 "type": "zip",
224                 "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba",
225                 "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba",
226                 "shasum": ""
227             },
228             "require": {
229                 "php": "^8.1"
230             },
231             "require-dev": {
232                 "php-coveralls/php-coveralls": "^2.2",
233                 "phpunit/phpunit": "^10.1",
234                 "vimeo/psalm": "6.8.8"
235             },
236             "type": "library",
237             "autoload": {
238                 "psr-4": {
239                     "Brick\\Math\\": "src/"
240                 }
241             },
242             "notification-url": "https://packagist.org/downloads/",
243             "license": [
244                 "MIT"
245             ],
246             "description": "Arbitrary-precision arithmetic library",
247             "keywords": [
248                 "Arbitrary-precision",
249                 "BigInteger",
250                 "BigRational",
251                 "arithmetic",
252                 "bigdecimal",
253                 "bignum",
254                 "bignumber",
255                 "brick",
256                 "decimal",
257                 "integer",
258                 "math",
259                 "mathematics",
260                 "rational"
261             ],
262             "support": {
263                 "issues": "https://github.com/brick/math/issues",
264                 "source": "https://github.com/brick/math/tree/0.12.3"
265             },
266             "funding": [
267                 {
268                     "url": "https://github.com/BenMorel",
269                     "type": "github"
270                 }
271             ],
272             "time": "2025-02-28T13:11:00+00:00"
273         },
274         {
275             "name": "carbonphp/carbon-doctrine-types",
276             "version": "3.2.0",
277             "source": {
278                 "type": "git",
279                 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
280                 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
281             },
282             "dist": {
283                 "type": "zip",
284                 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
285                 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
286                 "shasum": ""
287             },
288             "require": {
289                 "php": "^8.1"
290             },
291             "conflict": {
292                 "doctrine/dbal": "<4.0.0 || >=5.0.0"
293             },
294             "require-dev": {
295                 "doctrine/dbal": "^4.0.0",
296                 "nesbot/carbon": "^2.71.0 || ^3.0.0",
297                 "phpunit/phpunit": "^10.3"
298             },
299             "type": "library",
300             "autoload": {
301                 "psr-4": {
302                     "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
303                 }
304             },
305             "notification-url": "https://packagist.org/downloads/",
306             "license": [
307                 "MIT"
308             ],
309             "authors": [
310                 {
311                     "name": "KyleKatarn",
312                     "email": "[email protected]"
313                 }
314             ],
315             "description": "Types to use Carbon in Doctrine",
316             "keywords": [
317                 "carbon",
318                 "date",
319                 "datetime",
320                 "doctrine",
321                 "time"
322             ],
323             "support": {
324                 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
325                 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
326             },
327             "funding": [
328                 {
329                     "url": "https://github.com/kylekatarnls",
330                     "type": "github"
331                 },
332                 {
333                     "url": "https://opencollective.com/Carbon",
334                     "type": "open_collective"
335                 },
336                 {
337                     "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
338                     "type": "tidelift"
339                 }
340             ],
341             "time": "2024-02-09T16:56:22+00:00"
342         },
343         {
344             "name": "dasprid/enum",
345             "version": "1.0.6",
346             "source": {
347                 "type": "git",
348                 "url": "https://github.com/DASPRiD/Enum.git",
349                 "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90"
350             },
351             "dist": {
352                 "type": "zip",
353                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
354                 "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
355                 "shasum": ""
356             },
357             "require": {
358                 "php": ">=7.1 <9.0"
359             },
360             "require-dev": {
361                 "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
362                 "squizlabs/php_codesniffer": "*"
363             },
364             "type": "library",
365             "autoload": {
366                 "psr-4": {
367                     "DASPRiD\\Enum\\": "src/"
368                 }
369             },
370             "notification-url": "https://packagist.org/downloads/",
371             "license": [
372                 "BSD-2-Clause"
373             ],
374             "authors": [
375                 {
376                     "name": "Ben Scholzen 'DASPRiD'",
377                     "email": "[email protected]",
378                     "homepage": "https://dasprids.de/",
379                     "role": "Developer"
380                 }
381             ],
382             "description": "PHP 7.1 enum implementation",
383             "keywords": [
384                 "enum",
385                 "map"
386             ],
387             "support": {
388                 "issues": "https://github.com/DASPRiD/Enum/issues",
389                 "source": "https://github.com/DASPRiD/Enum/tree/1.0.6"
390             },
391             "time": "2024-08-09T14:30:48+00:00"
392         },
393         {
394             "name": "dflydev/dot-access-data",
395             "version": "v3.0.3",
396             "source": {
397                 "type": "git",
398                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
399                 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
400             },
401             "dist": {
402                 "type": "zip",
403                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
404                 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
405                 "shasum": ""
406             },
407             "require": {
408                 "php": "^7.1 || ^8.0"
409             },
410             "require-dev": {
411                 "phpstan/phpstan": "^0.12.42",
412                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
413                 "scrutinizer/ocular": "1.6.0",
414                 "squizlabs/php_codesniffer": "^3.5",
415                 "vimeo/psalm": "^4.0.0"
416             },
417             "type": "library",
418             "extra": {
419                 "branch-alias": {
420                     "dev-main": "3.x-dev"
421                 }
422             },
423             "autoload": {
424                 "psr-4": {
425                     "Dflydev\\DotAccessData\\": "src/"
426                 }
427             },
428             "notification-url": "https://packagist.org/downloads/",
429             "license": [
430                 "MIT"
431             ],
432             "authors": [
433                 {
434                     "name": "Dragonfly Development Inc.",
435                     "email": "[email protected]",
436                     "homepage": "http://dflydev.com"
437                 },
438                 {
439                     "name": "Beau Simensen",
440                     "email": "[email protected]",
441                     "homepage": "http://beausimensen.com"
442                 },
443                 {
444                     "name": "Carlos Frutos",
445                     "email": "[email protected]",
446                     "homepage": "https://github.com/cfrutos"
447                 },
448                 {
449                     "name": "Colin O'Dell",
450                     "email": "[email protected]",
451                     "homepage": "https://www.colinodell.com"
452                 }
453             ],
454             "description": "Given a deep data structure, access data by dot notation.",
455             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
456             "keywords": [
457                 "access",
458                 "data",
459                 "dot",
460                 "notation"
461             ],
462             "support": {
463                 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
464                 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
465             },
466             "time": "2024-07-08T12:26:09+00:00"
467         },
468         {
469             "name": "doctrine/inflector",
470             "version": "2.0.10",
471             "source": {
472                 "type": "git",
473                 "url": "https://github.com/doctrine/inflector.git",
474                 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
475             },
476             "dist": {
477                 "type": "zip",
478                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
479                 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
480                 "shasum": ""
481             },
482             "require": {
483                 "php": "^7.2 || ^8.0"
484             },
485             "require-dev": {
486                 "doctrine/coding-standard": "^11.0",
487                 "phpstan/phpstan": "^1.8",
488                 "phpstan/phpstan-phpunit": "^1.1",
489                 "phpstan/phpstan-strict-rules": "^1.3",
490                 "phpunit/phpunit": "^8.5 || ^9.5",
491                 "vimeo/psalm": "^4.25 || ^5.4"
492             },
493             "type": "library",
494             "autoload": {
495                 "psr-4": {
496                     "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
497                 }
498             },
499             "notification-url": "https://packagist.org/downloads/",
500             "license": [
501                 "MIT"
502             ],
503             "authors": [
504                 {
505                     "name": "Guilherme Blanco",
506                     "email": "[email protected]"
507                 },
508                 {
509                     "name": "Roman Borschel",
510                     "email": "[email protected]"
511                 },
512                 {
513                     "name": "Benjamin Eberlei",
514                     "email": "[email protected]"
515                 },
516                 {
517                     "name": "Jonathan Wage",
518                     "email": "[email protected]"
519                 },
520                 {
521                     "name": "Johannes Schmitt",
522                     "email": "[email protected]"
523                 }
524             ],
525             "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
526             "homepage": "https://www.doctrine-project.org/projects/inflector.html",
527             "keywords": [
528                 "inflection",
529                 "inflector",
530                 "lowercase",
531                 "manipulation",
532                 "php",
533                 "plural",
534                 "singular",
535                 "strings",
536                 "uppercase",
537                 "words"
538             ],
539             "support": {
540                 "issues": "https://github.com/doctrine/inflector/issues",
541                 "source": "https://github.com/doctrine/inflector/tree/2.0.10"
542             },
543             "funding": [
544                 {
545                     "url": "https://www.doctrine-project.org/sponsorship.html",
546                     "type": "custom"
547                 },
548                 {
549                     "url": "https://www.patreon.com/phpdoctrine",
550                     "type": "patreon"
551                 },
552                 {
553                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
554                     "type": "tidelift"
555                 }
556             ],
557             "time": "2024-02-18T20:23:39+00:00"
558         },
559         {
560             "name": "doctrine/lexer",
561             "version": "3.0.1",
562             "source": {
563                 "type": "git",
564                 "url": "https://github.com/doctrine/lexer.git",
565                 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
566             },
567             "dist": {
568                 "type": "zip",
569                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
570                 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
571                 "shasum": ""
572             },
573             "require": {
574                 "php": "^8.1"
575             },
576             "require-dev": {
577                 "doctrine/coding-standard": "^12",
578                 "phpstan/phpstan": "^1.10",
579                 "phpunit/phpunit": "^10.5",
580                 "psalm/plugin-phpunit": "^0.18.3",
581                 "vimeo/psalm": "^5.21"
582             },
583             "type": "library",
584             "autoload": {
585                 "psr-4": {
586                     "Doctrine\\Common\\Lexer\\": "src"
587                 }
588             },
589             "notification-url": "https://packagist.org/downloads/",
590             "license": [
591                 "MIT"
592             ],
593             "authors": [
594                 {
595                     "name": "Guilherme Blanco",
596                     "email": "[email protected]"
597                 },
598                 {
599                     "name": "Roman Borschel",
600                     "email": "[email protected]"
601                 },
602                 {
603                     "name": "Johannes Schmitt",
604                     "email": "[email protected]"
605                 }
606             ],
607             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
608             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
609             "keywords": [
610                 "annotations",
611                 "docblock",
612                 "lexer",
613                 "parser",
614                 "php"
615             ],
616             "support": {
617                 "issues": "https://github.com/doctrine/lexer/issues",
618                 "source": "https://github.com/doctrine/lexer/tree/3.0.1"
619             },
620             "funding": [
621                 {
622                     "url": "https://www.doctrine-project.org/sponsorship.html",
623                     "type": "custom"
624                 },
625                 {
626                     "url": "https://www.patreon.com/phpdoctrine",
627                     "type": "patreon"
628                 },
629                 {
630                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
631                     "type": "tidelift"
632                 }
633             ],
634             "time": "2024-02-05T11:56:58+00:00"
635         },
636         {
637             "name": "dompdf/dompdf",
638             "version": "v3.1.0",
639             "source": {
640                 "type": "git",
641                 "url": "https://github.com/dompdf/dompdf.git",
642                 "reference": "a51bd7a063a65499446919286fb18b518177155a"
643             },
644             "dist": {
645                 "type": "zip",
646                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/a51bd7a063a65499446919286fb18b518177155a",
647                 "reference": "a51bd7a063a65499446919286fb18b518177155a",
648                 "shasum": ""
649             },
650             "require": {
651                 "dompdf/php-font-lib": "^1.0.0",
652                 "dompdf/php-svg-lib": "^1.0.0",
653                 "ext-dom": "*",
654                 "ext-mbstring": "*",
655                 "masterminds/html5": "^2.0",
656                 "php": "^7.1 || ^8.0"
657             },
658             "require-dev": {
659                 "ext-gd": "*",
660                 "ext-json": "*",
661                 "ext-zip": "*",
662                 "mockery/mockery": "^1.3",
663                 "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11",
664                 "squizlabs/php_codesniffer": "^3.5",
665                 "symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0"
666             },
667             "suggest": {
668                 "ext-gd": "Needed to process images",
669                 "ext-gmagick": "Improves image processing performance",
670                 "ext-imagick": "Improves image processing performance",
671                 "ext-zlib": "Needed for pdf stream compression"
672             },
673             "type": "library",
674             "autoload": {
675                 "psr-4": {
676                     "Dompdf\\": "src/"
677                 },
678                 "classmap": [
679                     "lib/"
680                 ]
681             },
682             "notification-url": "https://packagist.org/downloads/",
683             "license": [
684                 "LGPL-2.1"
685             ],
686             "authors": [
687                 {
688                     "name": "The Dompdf Community",
689                     "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
690                 }
691             ],
692             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
693             "homepage": "https://github.com/dompdf/dompdf",
694             "support": {
695                 "issues": "https://github.com/dompdf/dompdf/issues",
696                 "source": "https://github.com/dompdf/dompdf/tree/v3.1.0"
697             },
698             "time": "2025-01-15T14:09:04+00:00"
699         },
700         {
701             "name": "dompdf/php-font-lib",
702             "version": "1.0.1",
703             "source": {
704                 "type": "git",
705                 "url": "https://github.com/dompdf/php-font-lib.git",
706                 "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d"
707             },
708             "dist": {
709                 "type": "zip",
710                 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
711                 "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
712                 "shasum": ""
713             },
714             "require": {
715                 "ext-mbstring": "*",
716                 "php": "^7.1 || ^8.0"
717             },
718             "require-dev": {
719                 "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
720             },
721             "type": "library",
722             "autoload": {
723                 "psr-4": {
724                     "FontLib\\": "src/FontLib"
725                 }
726             },
727             "notification-url": "https://packagist.org/downloads/",
728             "license": [
729                 "LGPL-2.1-or-later"
730             ],
731             "authors": [
732                 {
733                     "name": "The FontLib Community",
734                     "homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md"
735                 }
736             ],
737             "description": "A library to read, parse, export and make subsets of different types of font files.",
738             "homepage": "https://github.com/dompdf/php-font-lib",
739             "support": {
740                 "issues": "https://github.com/dompdf/php-font-lib/issues",
741                 "source": "https://github.com/dompdf/php-font-lib/tree/1.0.1"
742             },
743             "time": "2024-12-02T14:37:59+00:00"
744         },
745         {
746             "name": "dompdf/php-svg-lib",
747             "version": "1.0.0",
748             "source": {
749                 "type": "git",
750                 "url": "https://github.com/dompdf/php-svg-lib.git",
751                 "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af"
752             },
753             "dist": {
754                 "type": "zip",
755                 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
756                 "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
757                 "shasum": ""
758             },
759             "require": {
760                 "ext-mbstring": "*",
761                 "php": "^7.1 || ^8.0",
762                 "sabberworm/php-css-parser": "^8.4"
763             },
764             "require-dev": {
765                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
766             },
767             "type": "library",
768             "autoload": {
769                 "psr-4": {
770                     "Svg\\": "src/Svg"
771                 }
772             },
773             "notification-url": "https://packagist.org/downloads/",
774             "license": [
775                 "LGPL-3.0-or-later"
776             ],
777             "authors": [
778                 {
779                     "name": "The SvgLib Community",
780                     "homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md"
781                 }
782             ],
783             "description": "A library to read, parse and export to PDF SVG files.",
784             "homepage": "https://github.com/dompdf/php-svg-lib",
785             "support": {
786                 "issues": "https://github.com/dompdf/php-svg-lib/issues",
787                 "source": "https://github.com/dompdf/php-svg-lib/tree/1.0.0"
788             },
789             "time": "2024-04-29T13:26:35+00:00"
790         },
791         {
792             "name": "dragonmantank/cron-expression",
793             "version": "v3.4.0",
794             "source": {
795                 "type": "git",
796                 "url": "https://github.com/dragonmantank/cron-expression.git",
797                 "reference": "8c784d071debd117328803d86b2097615b457500"
798             },
799             "dist": {
800                 "type": "zip",
801                 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
802                 "reference": "8c784d071debd117328803d86b2097615b457500",
803                 "shasum": ""
804             },
805             "require": {
806                 "php": "^7.2|^8.0",
807                 "webmozart/assert": "^1.0"
808             },
809             "replace": {
810                 "mtdowling/cron-expression": "^1.0"
811             },
812             "require-dev": {
813                 "phpstan/extension-installer": "^1.0",
814                 "phpstan/phpstan": "^1.0",
815                 "phpunit/phpunit": "^7.0|^8.0|^9.0"
816             },
817             "type": "library",
818             "extra": {
819                 "branch-alias": {
820                     "dev-master": "3.x-dev"
821                 }
822             },
823             "autoload": {
824                 "psr-4": {
825                     "Cron\\": "src/Cron/"
826                 }
827             },
828             "notification-url": "https://packagist.org/downloads/",
829             "license": [
830                 "MIT"
831             ],
832             "authors": [
833                 {
834                     "name": "Chris Tankersley",
835                     "email": "[email protected]",
836                     "homepage": "https://github.com/dragonmantank"
837                 }
838             ],
839             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
840             "keywords": [
841                 "cron",
842                 "schedule"
843             ],
844             "support": {
845                 "issues": "https://github.com/dragonmantank/cron-expression/issues",
846                 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
847             },
848             "funding": [
849                 {
850                     "url": "https://github.com/dragonmantank",
851                     "type": "github"
852                 }
853             ],
854             "time": "2024-10-09T13:47:03+00:00"
855         },
856         {
857             "name": "egulias/email-validator",
858             "version": "4.0.4",
859             "source": {
860                 "type": "git",
861                 "url": "https://github.com/egulias/EmailValidator.git",
862                 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
863             },
864             "dist": {
865                 "type": "zip",
866                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
867                 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
868                 "shasum": ""
869             },
870             "require": {
871                 "doctrine/lexer": "^2.0 || ^3.0",
872                 "php": ">=8.1",
873                 "symfony/polyfill-intl-idn": "^1.26"
874             },
875             "require-dev": {
876                 "phpunit/phpunit": "^10.2",
877                 "vimeo/psalm": "^5.12"
878             },
879             "suggest": {
880                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
881             },
882             "type": "library",
883             "extra": {
884                 "branch-alias": {
885                     "dev-master": "4.0.x-dev"
886                 }
887             },
888             "autoload": {
889                 "psr-4": {
890                     "Egulias\\EmailValidator\\": "src"
891                 }
892             },
893             "notification-url": "https://packagist.org/downloads/",
894             "license": [
895                 "MIT"
896             ],
897             "authors": [
898                 {
899                     "name": "Eduardo Gulias Davis"
900                 }
901             ],
902             "description": "A library for validating emails against several RFCs",
903             "homepage": "https://github.com/egulias/EmailValidator",
904             "keywords": [
905                 "email",
906                 "emailvalidation",
907                 "emailvalidator",
908                 "validation",
909                 "validator"
910             ],
911             "support": {
912                 "issues": "https://github.com/egulias/EmailValidator/issues",
913                 "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
914             },
915             "funding": [
916                 {
917                     "url": "https://github.com/egulias",
918                     "type": "github"
919                 }
920             ],
921             "time": "2025-03-06T22:45:56+00:00"
922         },
923         {
924             "name": "firebase/php-jwt",
925             "version": "v6.11.1",
926             "source": {
927                 "type": "git",
928                 "url": "https://github.com/firebase/php-jwt.git",
929                 "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"
930             },
931             "dist": {
932                 "type": "zip",
933                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
934                 "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
935                 "shasum": ""
936             },
937             "require": {
938                 "php": "^8.0"
939             },
940             "require-dev": {
941                 "guzzlehttp/guzzle": "^7.4",
942                 "phpspec/prophecy-phpunit": "^2.0",
943                 "phpunit/phpunit": "^9.5",
944                 "psr/cache": "^2.0||^3.0",
945                 "psr/http-client": "^1.0",
946                 "psr/http-factory": "^1.0"
947             },
948             "suggest": {
949                 "ext-sodium": "Support EdDSA (Ed25519) signatures",
950                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
951             },
952             "type": "library",
953             "autoload": {
954                 "psr-4": {
955                     "Firebase\\JWT\\": "src"
956                 }
957             },
958             "notification-url": "https://packagist.org/downloads/",
959             "license": [
960                 "BSD-3-Clause"
961             ],
962             "authors": [
963                 {
964                     "name": "Neuman Vong",
965                     "email": "[email protected]",
966                     "role": "Developer"
967                 },
968                 {
969                     "name": "Anant Narayanan",
970                     "email": "[email protected]",
971                     "role": "Developer"
972                 }
973             ],
974             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
975             "homepage": "https://github.com/firebase/php-jwt",
976             "keywords": [
977                 "jwt",
978                 "php"
979             ],
980             "support": {
981                 "issues": "https://github.com/firebase/php-jwt/issues",
982                 "source": "https://github.com/firebase/php-jwt/tree/v6.11.1"
983             },
984             "time": "2025-04-09T20:32:01+00:00"
985         },
986         {
987             "name": "fruitcake/php-cors",
988             "version": "v1.3.0",
989             "source": {
990                 "type": "git",
991                 "url": "https://github.com/fruitcake/php-cors.git",
992                 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
993             },
994             "dist": {
995                 "type": "zip",
996                 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
997                 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
998                 "shasum": ""
999             },
1000             "require": {
1001                 "php": "^7.4|^8.0",
1002                 "symfony/http-foundation": "^4.4|^5.4|^6|^7"
1003             },
1004             "require-dev": {
1005                 "phpstan/phpstan": "^1.4",
1006                 "phpunit/phpunit": "^9",
1007                 "squizlabs/php_codesniffer": "^3.5"
1008             },
1009             "type": "library",
1010             "extra": {
1011                 "branch-alias": {
1012                     "dev-master": "1.2-dev"
1013                 }
1014             },
1015             "autoload": {
1016                 "psr-4": {
1017                     "Fruitcake\\Cors\\": "src/"
1018                 }
1019             },
1020             "notification-url": "https://packagist.org/downloads/",
1021             "license": [
1022                 "MIT"
1023             ],
1024             "authors": [
1025                 {
1026                     "name": "Fruitcake",
1027                     "homepage": "https://fruitcake.nl"
1028                 },
1029                 {
1030                     "name": "Barryvdh",
1031                     "email": "[email protected]"
1032                 }
1033             ],
1034             "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
1035             "homepage": "https://github.com/fruitcake/php-cors",
1036             "keywords": [
1037                 "cors",
1038                 "laravel",
1039                 "symfony"
1040             ],
1041             "support": {
1042                 "issues": "https://github.com/fruitcake/php-cors/issues",
1043                 "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
1044             },
1045             "funding": [
1046                 {
1047                     "url": "https://fruitcake.nl",
1048                     "type": "custom"
1049                 },
1050                 {
1051                     "url": "https://github.com/barryvdh",
1052                     "type": "github"
1053                 }
1054             ],
1055             "time": "2023-10-12T05:21:21+00:00"
1056         },
1057         {
1058             "name": "graham-campbell/result-type",
1059             "version": "v1.1.3",
1060             "source": {
1061                 "type": "git",
1062                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1063                 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
1064             },
1065             "dist": {
1066                 "type": "zip",
1067                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
1068                 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
1069                 "shasum": ""
1070             },
1071             "require": {
1072                 "php": "^7.2.5 || ^8.0",
1073                 "phpoption/phpoption": "^1.9.3"
1074             },
1075             "require-dev": {
1076                 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
1077             },
1078             "type": "library",
1079             "autoload": {
1080                 "psr-4": {
1081                     "GrahamCampbell\\ResultType\\": "src/"
1082                 }
1083             },
1084             "notification-url": "https://packagist.org/downloads/",
1085             "license": [
1086                 "MIT"
1087             ],
1088             "authors": [
1089                 {
1090                     "name": "Graham Campbell",
1091                     "email": "[email protected]",
1092                     "homepage": "https://github.com/GrahamCampbell"
1093                 }
1094             ],
1095             "description": "An Implementation Of The Result Type",
1096             "keywords": [
1097                 "Graham Campbell",
1098                 "GrahamCampbell",
1099                 "Result Type",
1100                 "Result-Type",
1101                 "result"
1102             ],
1103             "support": {
1104                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1105                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
1106             },
1107             "funding": [
1108                 {
1109                     "url": "https://github.com/GrahamCampbell",
1110                     "type": "github"
1111                 },
1112                 {
1113                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1114                     "type": "tidelift"
1115                 }
1116             ],
1117             "time": "2024-07-20T21:45:45+00:00"
1118         },
1119         {
1120             "name": "guzzlehttp/guzzle",
1121             "version": "7.9.3",
1122             "source": {
1123                 "type": "git",
1124                 "url": "https://github.com/guzzle/guzzle.git",
1125                 "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
1126             },
1127             "dist": {
1128                 "type": "zip",
1129                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
1130                 "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
1131                 "shasum": ""
1132             },
1133             "require": {
1134                 "ext-json": "*",
1135                 "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
1136                 "guzzlehttp/psr7": "^2.7.0",
1137                 "php": "^7.2.5 || ^8.0",
1138                 "psr/http-client": "^1.0",
1139                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1140             },
1141             "provide": {
1142                 "psr/http-client-implementation": "1.0"
1143             },
1144             "require-dev": {
1145                 "bamarni/composer-bin-plugin": "^1.8.2",
1146                 "ext-curl": "*",
1147                 "guzzle/client-integration-tests": "3.0.2",
1148                 "php-http/message-factory": "^1.1",
1149                 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
1150                 "psr/log": "^1.1 || ^2.0 || ^3.0"
1151             },
1152             "suggest": {
1153                 "ext-curl": "Required for CURL handler support",
1154                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1155                 "psr/log": "Required for using the Log middleware"
1156             },
1157             "type": "library",
1158             "extra": {
1159                 "bamarni-bin": {
1160                     "bin-links": true,
1161                     "forward-command": false
1162                 }
1163             },
1164             "autoload": {
1165                 "files": [
1166                     "src/functions_include.php"
1167                 ],
1168                 "psr-4": {
1169                     "GuzzleHttp\\": "src/"
1170                 }
1171             },
1172             "notification-url": "https://packagist.org/downloads/",
1173             "license": [
1174                 "MIT"
1175             ],
1176             "authors": [
1177                 {
1178                     "name": "Graham Campbell",
1179                     "email": "[email protected]",
1180                     "homepage": "https://github.com/GrahamCampbell"
1181                 },
1182                 {
1183                     "name": "Michael Dowling",
1184                     "email": "[email protected]",
1185                     "homepage": "https://github.com/mtdowling"
1186                 },
1187                 {
1188                     "name": "Jeremy Lindblom",
1189                     "email": "[email protected]",
1190                     "homepage": "https://github.com/jeremeamia"
1191                 },
1192                 {
1193                     "name": "George Mponos",
1194                     "email": "[email protected]",
1195                     "homepage": "https://github.com/gmponos"
1196                 },
1197                 {
1198                     "name": "Tobias Nyholm",
1199                     "email": "[email protected]",
1200                     "homepage": "https://github.com/Nyholm"
1201                 },
1202                 {
1203                     "name": "Márk Sági-Kazár",
1204                     "email": "[email protected]",
1205                     "homepage": "https://github.com/sagikazarmark"
1206                 },
1207                 {
1208                     "name": "Tobias Schultze",
1209                     "email": "[email protected]",
1210                     "homepage": "https://github.com/Tobion"
1211                 }
1212             ],
1213             "description": "Guzzle is a PHP HTTP client library",
1214             "keywords": [
1215                 "client",
1216                 "curl",
1217                 "framework",
1218                 "http",
1219                 "http client",
1220                 "psr-18",
1221                 "psr-7",
1222                 "rest",
1223                 "web service"
1224             ],
1225             "support": {
1226                 "issues": "https://github.com/guzzle/guzzle/issues",
1227                 "source": "https://github.com/guzzle/guzzle/tree/7.9.3"
1228             },
1229             "funding": [
1230                 {
1231                     "url": "https://github.com/GrahamCampbell",
1232                     "type": "github"
1233                 },
1234                 {
1235                     "url": "https://github.com/Nyholm",
1236                     "type": "github"
1237                 },
1238                 {
1239                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1240                     "type": "tidelift"
1241                 }
1242             ],
1243             "time": "2025-03-27T13:37:11+00:00"
1244         },
1245         {
1246             "name": "guzzlehttp/promises",
1247             "version": "2.2.0",
1248             "source": {
1249                 "type": "git",
1250                 "url": "https://github.com/guzzle/promises.git",
1251                 "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
1252             },
1253             "dist": {
1254                 "type": "zip",
1255                 "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
1256                 "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
1257                 "shasum": ""
1258             },
1259             "require": {
1260                 "php": "^7.2.5 || ^8.0"
1261             },
1262             "require-dev": {
1263                 "bamarni/composer-bin-plugin": "^1.8.2",
1264                 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
1265             },
1266             "type": "library",
1267             "extra": {
1268                 "bamarni-bin": {
1269                     "bin-links": true,
1270                     "forward-command": false
1271                 }
1272             },
1273             "autoload": {
1274                 "psr-4": {
1275                     "GuzzleHttp\\Promise\\": "src/"
1276                 }
1277             },
1278             "notification-url": "https://packagist.org/downloads/",
1279             "license": [
1280                 "MIT"
1281             ],
1282             "authors": [
1283                 {
1284                     "name": "Graham Campbell",
1285                     "email": "[email protected]",
1286                     "homepage": "https://github.com/GrahamCampbell"
1287                 },
1288                 {
1289                     "name": "Michael Dowling",
1290                     "email": "[email protected]",
1291                     "homepage": "https://github.com/mtdowling"
1292                 },
1293                 {
1294                     "name": "Tobias Nyholm",
1295                     "email": "[email protected]",
1296                     "homepage": "https://github.com/Nyholm"
1297                 },
1298                 {
1299                     "name": "Tobias Schultze",
1300                     "email": "[email protected]",
1301                     "homepage": "https://github.com/Tobion"
1302                 }
1303             ],
1304             "description": "Guzzle promises library",
1305             "keywords": [
1306                 "promise"
1307             ],
1308             "support": {
1309                 "issues": "https://github.com/guzzle/promises/issues",
1310                 "source": "https://github.com/guzzle/promises/tree/2.2.0"
1311             },
1312             "funding": [
1313                 {
1314                     "url": "https://github.com/GrahamCampbell",
1315                     "type": "github"
1316                 },
1317                 {
1318                     "url": "https://github.com/Nyholm",
1319                     "type": "github"
1320                 },
1321                 {
1322                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1323                     "type": "tidelift"
1324                 }
1325             ],
1326             "time": "2025-03-27T13:27:01+00:00"
1327         },
1328         {
1329             "name": "guzzlehttp/psr7",
1330             "version": "2.7.1",
1331             "source": {
1332                 "type": "git",
1333                 "url": "https://github.com/guzzle/psr7.git",
1334                 "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
1335             },
1336             "dist": {
1337                 "type": "zip",
1338                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
1339                 "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
1340                 "shasum": ""
1341             },
1342             "require": {
1343                 "php": "^7.2.5 || ^8.0",
1344                 "psr/http-factory": "^1.0",
1345                 "psr/http-message": "^1.1 || ^2.0",
1346                 "ralouphie/getallheaders": "^3.0"
1347             },
1348             "provide": {
1349                 "psr/http-factory-implementation": "1.0",
1350                 "psr/http-message-implementation": "1.0"
1351             },
1352             "require-dev": {
1353                 "bamarni/composer-bin-plugin": "^1.8.2",
1354                 "http-interop/http-factory-tests": "0.9.0",
1355                 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
1356             },
1357             "suggest": {
1358                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1359             },
1360             "type": "library",
1361             "extra": {
1362                 "bamarni-bin": {
1363                     "bin-links": true,
1364                     "forward-command": false
1365                 }
1366             },
1367             "autoload": {
1368                 "psr-4": {
1369                     "GuzzleHttp\\Psr7\\": "src/"
1370                 }
1371             },
1372             "notification-url": "https://packagist.org/downloads/",
1373             "license": [
1374                 "MIT"
1375             ],
1376             "authors": [
1377                 {
1378                     "name": "Graham Campbell",
1379                     "email": "[email protected]",
1380                     "homepage": "https://github.com/GrahamCampbell"
1381                 },
1382                 {
1383                     "name": "Michael Dowling",
1384                     "email": "[email protected]",
1385                     "homepage": "https://github.com/mtdowling"
1386                 },
1387                 {
1388                     "name": "George Mponos",
1389                     "email": "[email protected]",
1390                     "homepage": "https://github.com/gmponos"
1391                 },
1392                 {
1393                     "name": "Tobias Nyholm",
1394                     "email": "[email protected]",
1395                     "homepage": "https://github.com/Nyholm"
1396                 },
1397                 {
1398                     "name": "Márk Sági-Kazár",
1399                     "email": "[email protected]",
1400                     "homepage": "https://github.com/sagikazarmark"
1401                 },
1402                 {
1403                     "name": "Tobias Schultze",
1404                     "email": "[email protected]",
1405                     "homepage": "https://github.com/Tobion"
1406                 },
1407                 {
1408                     "name": "Márk Sági-Kazár",
1409                     "email": "[email protected]",
1410                     "homepage": "https://sagikazarmark.hu"
1411                 }
1412             ],
1413             "description": "PSR-7 message implementation that also provides common utility methods",
1414             "keywords": [
1415                 "http",
1416                 "message",
1417                 "psr-7",
1418                 "request",
1419                 "response",
1420                 "stream",
1421                 "uri",
1422                 "url"
1423             ],
1424             "support": {
1425                 "issues": "https://github.com/guzzle/psr7/issues",
1426                 "source": "https://github.com/guzzle/psr7/tree/2.7.1"
1427             },
1428             "funding": [
1429                 {
1430                     "url": "https://github.com/GrahamCampbell",
1431                     "type": "github"
1432                 },
1433                 {
1434                     "url": "https://github.com/Nyholm",
1435                     "type": "github"
1436                 },
1437                 {
1438                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1439                     "type": "tidelift"
1440                 }
1441             ],
1442             "time": "2025-03-27T12:30:47+00:00"
1443         },
1444         {
1445             "name": "guzzlehttp/uri-template",
1446             "version": "v1.0.4",
1447             "source": {
1448                 "type": "git",
1449                 "url": "https://github.com/guzzle/uri-template.git",
1450                 "reference": "30e286560c137526eccd4ce21b2de477ab0676d2"
1451             },
1452             "dist": {
1453                 "type": "zip",
1454                 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/30e286560c137526eccd4ce21b2de477ab0676d2",
1455                 "reference": "30e286560c137526eccd4ce21b2de477ab0676d2",
1456                 "shasum": ""
1457             },
1458             "require": {
1459                 "php": "^7.2.5 || ^8.0",
1460                 "symfony/polyfill-php80": "^1.24"
1461             },
1462             "require-dev": {
1463                 "bamarni/composer-bin-plugin": "^1.8.2",
1464                 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1465                 "uri-template/tests": "1.0.0"
1466             },
1467             "type": "library",
1468             "extra": {
1469                 "bamarni-bin": {
1470                     "bin-links": true,
1471                     "forward-command": false
1472                 }
1473             },
1474             "autoload": {
1475                 "psr-4": {
1476                     "GuzzleHttp\\UriTemplate\\": "src"
1477                 }
1478             },
1479             "notification-url": "https://packagist.org/downloads/",
1480             "license": [
1481                 "MIT"
1482             ],
1483             "authors": [
1484                 {
1485                     "name": "Graham Campbell",
1486                     "email": "[email protected]",
1487                     "homepage": "https://github.com/GrahamCampbell"
1488                 },
1489                 {
1490                     "name": "Michael Dowling",
1491                     "email": "[email protected]",
1492                     "homepage": "https://github.com/mtdowling"
1493                 },
1494                 {
1495                     "name": "George Mponos",
1496                     "email": "[email protected]",
1497                     "homepage": "https://github.com/gmponos"
1498                 },
1499                 {
1500                     "name": "Tobias Nyholm",
1501                     "email": "[email protected]",
1502                     "homepage": "https://github.com/Nyholm"
1503                 }
1504             ],
1505             "description": "A polyfill class for uri_template of PHP",
1506             "keywords": [
1507                 "guzzlehttp",
1508                 "uri-template"
1509             ],
1510             "support": {
1511                 "issues": "https://github.com/guzzle/uri-template/issues",
1512                 "source": "https://github.com/guzzle/uri-template/tree/v1.0.4"
1513             },
1514             "funding": [
1515                 {
1516                     "url": "https://github.com/GrahamCampbell",
1517                     "type": "github"
1518                 },
1519                 {
1520                     "url": "https://github.com/Nyholm",
1521                     "type": "github"
1522                 },
1523                 {
1524                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1525                     "type": "tidelift"
1526                 }
1527             ],
1528             "time": "2025-02-03T10:55:03+00:00"
1529         },
1530         {
1531             "name": "intervention/gif",
1532             "version": "4.2.2",
1533             "source": {
1534                 "type": "git",
1535                 "url": "https://github.com/Intervention/gif.git",
1536                 "reference": "5999eac6a39aa760fb803bc809e8909ee67b451a"
1537             },
1538             "dist": {
1539                 "type": "zip",
1540                 "url": "https://api.github.com/repos/Intervention/gif/zipball/5999eac6a39aa760fb803bc809e8909ee67b451a",
1541                 "reference": "5999eac6a39aa760fb803bc809e8909ee67b451a",
1542                 "shasum": ""
1543             },
1544             "require": {
1545                 "php": "^8.1"
1546             },
1547             "require-dev": {
1548                 "phpstan/phpstan": "^2.1",
1549                 "phpunit/phpunit": "^10.0 || ^11.0  || ^12.0",
1550                 "slevomat/coding-standard": "~8.0",
1551                 "squizlabs/php_codesniffer": "^3.8"
1552             },
1553             "type": "library",
1554             "autoload": {
1555                 "psr-4": {
1556                     "Intervention\\Gif\\": "src"
1557                 }
1558             },
1559             "notification-url": "https://packagist.org/downloads/",
1560             "license": [
1561                 "MIT"
1562             ],
1563             "authors": [
1564                 {
1565                     "name": "Oliver Vogel",
1566                     "email": "[email protected]",
1567                     "homepage": "https://intervention.io/"
1568                 }
1569             ],
1570             "description": "Native PHP GIF Encoder/Decoder",
1571             "homepage": "https://github.com/intervention/gif",
1572             "keywords": [
1573                 "animation",
1574                 "gd",
1575                 "gif",
1576                 "image"
1577             ],
1578             "support": {
1579                 "issues": "https://github.com/Intervention/gif/issues",
1580                 "source": "https://github.com/Intervention/gif/tree/4.2.2"
1581             },
1582             "funding": [
1583                 {
1584                     "url": "https://paypal.me/interventionio",
1585                     "type": "custom"
1586                 },
1587                 {
1588                     "url": "https://github.com/Intervention",
1589                     "type": "github"
1590                 },
1591                 {
1592                     "url": "https://ko-fi.com/interventionphp",
1593                     "type": "ko_fi"
1594                 }
1595             ],
1596             "time": "2025-03-29T07:46:21+00:00"
1597         },
1598         {
1599             "name": "intervention/image",
1600             "version": "3.11.3",
1601             "source": {
1602                 "type": "git",
1603                 "url": "https://github.com/Intervention/image.git",
1604                 "reference": "d0f097b8a3fa8fb758efc9440b513aa3833cda17"
1605             },
1606             "dist": {
1607                 "type": "zip",
1608                 "url": "https://api.github.com/repos/Intervention/image/zipball/d0f097b8a3fa8fb758efc9440b513aa3833cda17",
1609                 "reference": "d0f097b8a3fa8fb758efc9440b513aa3833cda17",
1610                 "shasum": ""
1611             },
1612             "require": {
1613                 "ext-mbstring": "*",
1614                 "intervention/gif": "^4.2",
1615                 "php": "^8.1"
1616             },
1617             "require-dev": {
1618                 "mockery/mockery": "^1.6",
1619                 "phpstan/phpstan": "^2.1",
1620                 "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
1621                 "slevomat/coding-standard": "~8.0",
1622                 "squizlabs/php_codesniffer": "^3.8"
1623             },
1624             "suggest": {
1625                 "ext-exif": "Recommended to be able to read EXIF data properly."
1626             },
1627             "type": "library",
1628             "autoload": {
1629                 "psr-4": {
1630                     "Intervention\\Image\\": "src"
1631                 }
1632             },
1633             "notification-url": "https://packagist.org/downloads/",
1634             "license": [
1635                 "MIT"
1636             ],
1637             "authors": [
1638                 {
1639                     "name": "Oliver Vogel",
1640                     "email": "[email protected]",
1641                     "homepage": "https://intervention.io/"
1642                 }
1643             ],
1644             "description": "PHP image manipulation",
1645             "homepage": "https://image.intervention.io/",
1646             "keywords": [
1647                 "gd",
1648                 "image",
1649                 "imagick",
1650                 "resize",
1651                 "thumbnail",
1652                 "watermark"
1653             ],
1654             "support": {
1655                 "issues": "https://github.com/Intervention/image/issues",
1656                 "source": "https://github.com/Intervention/image/tree/3.11.3"
1657             },
1658             "funding": [
1659                 {
1660                     "url": "https://paypal.me/interventionio",
1661                     "type": "custom"
1662                 },
1663                 {
1664                     "url": "https://github.com/Intervention",
1665                     "type": "github"
1666                 },
1667                 {
1668                     "url": "https://ko-fi.com/interventionphp",
1669                     "type": "ko_fi"
1670                 }
1671             ],
1672             "time": "2025-05-22T17:26:23+00:00"
1673         },
1674         {
1675             "name": "knplabs/knp-snappy",
1676             "version": "v1.5.1",
1677             "source": {
1678                 "type": "git",
1679                 "url": "https://github.com/KnpLabs/snappy.git",
1680                 "reference": "3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7"
1681             },
1682             "dist": {
1683                 "type": "zip",
1684                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7",
1685                 "reference": "3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7",
1686                 "shasum": ""
1687             },
1688             "require": {
1689                 "php": ">=8.1",
1690                 "psr/log": "^2.0||^3.0",
1691                 "symfony/process": "^5.0||^6.0||^7.0"
1692             },
1693             "require-dev": {
1694                 "friendsofphp/php-cs-fixer": "^3.0",
1695                 "pedrotroller/php-cs-custom-fixer": "^2.19",
1696                 "phpstan/phpstan": "^1.0.0",
1697                 "phpstan/phpstan-phpunit": "^1.0.0",
1698                 "phpunit/phpunit": "^8.5"
1699             },
1700             "type": "library",
1701             "extra": {
1702                 "branch-alias": {
1703                     "dev-master": "1.x-dev"
1704                 }
1705             },
1706             "autoload": {
1707                 "psr-4": {
1708                     "Knp\\Snappy\\": "src/Knp/Snappy"
1709                 }
1710             },
1711             "notification-url": "https://packagist.org/downloads/",
1712             "license": [
1713                 "MIT"
1714             ],
1715             "authors": [
1716                 {
1717                     "name": "KNP Labs Team",
1718                     "homepage": "http://knplabs.com"
1719                 },
1720                 {
1721                     "name": "Symfony Community",
1722                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1723                 }
1724             ],
1725             "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1726             "homepage": "http://github.com/KnpLabs/snappy",
1727             "keywords": [
1728                 "knp",
1729                 "knplabs",
1730                 "pdf",
1731                 "snapshot",
1732                 "thumbnail",
1733                 "wkhtmltopdf"
1734             ],
1735             "support": {
1736                 "issues": "https://github.com/KnpLabs/snappy/issues",
1737                 "source": "https://github.com/KnpLabs/snappy/tree/v1.5.1"
1738             },
1739             "time": "2025-01-06T16:53:26+00:00"
1740         },
1741         {
1742             "name": "laravel/framework",
1743             "version": "v11.45.0",
1744             "source": {
1745                 "type": "git",
1746                 "url": "https://github.com/laravel/framework.git",
1747                 "reference": "d0730deb427632004d24801be7ca1ed2c10fbc4e"
1748             },
1749             "dist": {
1750                 "type": "zip",
1751                 "url": "https://api.github.com/repos/laravel/framework/zipball/d0730deb427632004d24801be7ca1ed2c10fbc4e",
1752                 "reference": "d0730deb427632004d24801be7ca1ed2c10fbc4e",
1753                 "shasum": ""
1754             },
1755             "require": {
1756                 "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
1757                 "composer-runtime-api": "^2.2",
1758                 "doctrine/inflector": "^2.0.5",
1759                 "dragonmantank/cron-expression": "^3.4",
1760                 "egulias/email-validator": "^3.2.1|^4.0",
1761                 "ext-ctype": "*",
1762                 "ext-filter": "*",
1763                 "ext-hash": "*",
1764                 "ext-mbstring": "*",
1765                 "ext-openssl": "*",
1766                 "ext-session": "*",
1767                 "ext-tokenizer": "*",
1768                 "fruitcake/php-cors": "^1.3",
1769                 "guzzlehttp/guzzle": "^7.8.2",
1770                 "guzzlehttp/uri-template": "^1.0",
1771                 "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
1772                 "laravel/serializable-closure": "^1.3|^2.0",
1773                 "league/commonmark": "^2.7",
1774                 "league/flysystem": "^3.25.1",
1775                 "league/flysystem-local": "^3.25.1",
1776                 "league/uri": "^7.5.1",
1777                 "monolog/monolog": "^3.0",
1778                 "nesbot/carbon": "^2.72.6|^3.8.4",
1779                 "nunomaduro/termwind": "^2.0",
1780                 "php": "^8.2",
1781                 "psr/container": "^1.1.1|^2.0.1",
1782                 "psr/log": "^1.0|^2.0|^3.0",
1783                 "psr/simple-cache": "^1.0|^2.0|^3.0",
1784                 "ramsey/uuid": "^4.7",
1785                 "symfony/console": "^7.0.3",
1786                 "symfony/error-handler": "^7.0.3",
1787                 "symfony/finder": "^7.0.3",
1788                 "symfony/http-foundation": "^7.2.0",
1789                 "symfony/http-kernel": "^7.0.3",
1790                 "symfony/mailer": "^7.0.3",
1791                 "symfony/mime": "^7.0.3",
1792                 "symfony/polyfill-php83": "^1.31",
1793                 "symfony/process": "^7.0.3",
1794                 "symfony/routing": "^7.0.3",
1795                 "symfony/uid": "^7.0.3",
1796                 "symfony/var-dumper": "^7.0.3",
1797                 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
1798                 "vlucas/phpdotenv": "^5.6.1",
1799                 "voku/portable-ascii": "^2.0.2"
1800             },
1801             "conflict": {
1802                 "tightenco/collect": "<5.5.33"
1803             },
1804             "provide": {
1805                 "psr/container-implementation": "1.1|2.0",
1806                 "psr/log-implementation": "1.0|2.0|3.0",
1807                 "psr/simple-cache-implementation": "1.0|2.0|3.0"
1808             },
1809             "replace": {
1810                 "illuminate/auth": "self.version",
1811                 "illuminate/broadcasting": "self.version",
1812                 "illuminate/bus": "self.version",
1813                 "illuminate/cache": "self.version",
1814                 "illuminate/collections": "self.version",
1815                 "illuminate/concurrency": "self.version",
1816                 "illuminate/conditionable": "self.version",
1817                 "illuminate/config": "self.version",
1818                 "illuminate/console": "self.version",
1819                 "illuminate/container": "self.version",
1820                 "illuminate/contracts": "self.version",
1821                 "illuminate/cookie": "self.version",
1822                 "illuminate/database": "self.version",
1823                 "illuminate/encryption": "self.version",
1824                 "illuminate/events": "self.version",
1825                 "illuminate/filesystem": "self.version",
1826                 "illuminate/hashing": "self.version",
1827                 "illuminate/http": "self.version",
1828                 "illuminate/log": "self.version",
1829                 "illuminate/macroable": "self.version",
1830                 "illuminate/mail": "self.version",
1831                 "illuminate/notifications": "self.version",
1832                 "illuminate/pagination": "self.version",
1833                 "illuminate/pipeline": "self.version",
1834                 "illuminate/process": "self.version",
1835                 "illuminate/queue": "self.version",
1836                 "illuminate/redis": "self.version",
1837                 "illuminate/routing": "self.version",
1838                 "illuminate/session": "self.version",
1839                 "illuminate/support": "self.version",
1840                 "illuminate/testing": "self.version",
1841                 "illuminate/translation": "self.version",
1842                 "illuminate/validation": "self.version",
1843                 "illuminate/view": "self.version",
1844                 "spatie/once": "*"
1845             },
1846             "require-dev": {
1847                 "ably/ably-php": "^1.0",
1848                 "aws/aws-sdk-php": "^3.322.9",
1849                 "ext-gmp": "*",
1850                 "fakerphp/faker": "^1.24",
1851                 "guzzlehttp/promises": "^2.0.3",
1852                 "guzzlehttp/psr7": "^2.4",
1853                 "laravel/pint": "^1.18",
1854                 "league/flysystem-aws-s3-v3": "^3.25.1",
1855                 "league/flysystem-ftp": "^3.25.1",
1856                 "league/flysystem-path-prefixing": "^3.25.1",
1857                 "league/flysystem-read-only": "^3.25.1",
1858                 "league/flysystem-sftp-v3": "^3.25.1",
1859                 "mockery/mockery": "^1.6.10",
1860                 "orchestra/testbench-core": "^9.13.2",
1861                 "pda/pheanstalk": "^5.0.6",
1862                 "php-http/discovery": "^1.15",
1863                 "phpstan/phpstan": "^2.0",
1864                 "phpunit/phpunit": "^10.5.35|^11.3.6|^12.0.1",
1865                 "predis/predis": "^2.3",
1866                 "resend/resend-php": "^0.10.0",
1867                 "symfony/cache": "^7.0.3",
1868                 "symfony/http-client": "^7.0.3",
1869                 "symfony/psr-http-message-bridge": "^7.0.3",
1870                 "symfony/translation": "^7.0.3"
1871             },
1872             "suggest": {
1873                 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1874                 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
1875                 "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
1876                 "ext-apcu": "Required to use the APC cache driver.",
1877                 "ext-fileinfo": "Required to use the Filesystem class.",
1878                 "ext-ftp": "Required to use the Flysystem FTP driver.",
1879                 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1880                 "ext-memcached": "Required to use the memcache cache driver.",
1881                 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
1882                 "ext-pdo": "Required to use all database features.",
1883                 "ext-posix": "Required to use all features of the queue worker.",
1884                 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
1885                 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1886                 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
1887                 "laravel/tinker": "Required to use the tinker console command (^2.0).",
1888                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
1889                 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
1890                 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
1891                 "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
1892                 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
1893                 "mockery/mockery": "Required to use mocking (^1.6).",
1894                 "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
1895                 "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
1896                 "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.3.6|^12.0.1).",
1897                 "predis/predis": "Required to use the predis connector (^2.3).",
1898                 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1899                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
1900                 "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
1901                 "symfony/cache": "Required to PSR-6 cache bridge (^7.0).",
1902                 "symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
1903                 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).",
1904                 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).",
1905                 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).",
1906                 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)."
1907             },
1908             "type": "library",
1909             "extra": {
1910                 "branch-alias": {
1911                     "dev-master": "11.x-dev"
1912                 }
1913             },
1914             "autoload": {
1915                 "files": [
1916                     "src/Illuminate/Collections/functions.php",
1917                     "src/Illuminate/Collections/helpers.php",
1918                     "src/Illuminate/Events/functions.php",
1919                     "src/Illuminate/Filesystem/functions.php",
1920                     "src/Illuminate/Foundation/helpers.php",
1921                     "src/Illuminate/Log/functions.php",
1922                     "src/Illuminate/Support/functions.php",
1923                     "src/Illuminate/Support/helpers.php"
1924                 ],
1925                 "psr-4": {
1926                     "Illuminate\\": "src/Illuminate/",
1927                     "Illuminate\\Support\\": [
1928                         "src/Illuminate/Macroable/",
1929                         "src/Illuminate/Collections/",
1930                         "src/Illuminate/Conditionable/"
1931                     ]
1932                 }
1933             },
1934             "notification-url": "https://packagist.org/downloads/",
1935             "license": [
1936                 "MIT"
1937             ],
1938             "authors": [
1939                 {
1940                     "name": "Taylor Otwell",
1941                     "email": "[email protected]"
1942                 }
1943             ],
1944             "description": "The Laravel Framework.",
1945             "homepage": "https://laravel.com",
1946             "keywords": [
1947                 "framework",
1948                 "laravel"
1949             ],
1950             "support": {
1951                 "issues": "https://github.com/laravel/framework/issues",
1952                 "source": "https://github.com/laravel/framework"
1953             },
1954             "time": "2025-05-20T15:15:58+00:00"
1955         },
1956         {
1957             "name": "laravel/prompts",
1958             "version": "v0.3.5",
1959             "source": {
1960                 "type": "git",
1961                 "url": "https://github.com/laravel/prompts.git",
1962                 "reference": "57b8f7efe40333cdb925700891c7d7465325d3b1"
1963             },
1964             "dist": {
1965                 "type": "zip",
1966                 "url": "https://api.github.com/repos/laravel/prompts/zipball/57b8f7efe40333cdb925700891c7d7465325d3b1",
1967                 "reference": "57b8f7efe40333cdb925700891c7d7465325d3b1",
1968                 "shasum": ""
1969             },
1970             "require": {
1971                 "composer-runtime-api": "^2.2",
1972                 "ext-mbstring": "*",
1973                 "php": "^8.1",
1974                 "symfony/console": "^6.2|^7.0"
1975             },
1976             "conflict": {
1977                 "illuminate/console": ">=10.17.0 <10.25.0",
1978                 "laravel/framework": ">=10.17.0 <10.25.0"
1979             },
1980             "require-dev": {
1981                 "illuminate/collections": "^10.0|^11.0|^12.0",
1982                 "mockery/mockery": "^1.5",
1983                 "pestphp/pest": "^2.3|^3.4",
1984                 "phpstan/phpstan": "^1.11",
1985                 "phpstan/phpstan-mockery": "^1.1"
1986             },
1987             "suggest": {
1988                 "ext-pcntl": "Required for the spinner to be animated."
1989             },
1990             "type": "library",
1991             "extra": {
1992                 "branch-alias": {
1993                     "dev-main": "0.3.x-dev"
1994                 }
1995             },
1996             "autoload": {
1997                 "files": [
1998                     "src/helpers.php"
1999                 ],
2000                 "psr-4": {
2001                     "Laravel\\Prompts\\": "src/"
2002                 }
2003             },
2004             "notification-url": "https://packagist.org/downloads/",
2005             "license": [
2006                 "MIT"
2007             ],
2008             "description": "Add beautiful and user-friendly forms to your command-line applications.",
2009             "support": {
2010                 "issues": "https://github.com/laravel/prompts/issues",
2011                 "source": "https://github.com/laravel/prompts/tree/v0.3.5"
2012             },
2013             "time": "2025-02-11T13:34:40+00:00"
2014         },
2015         {
2016             "name": "laravel/serializable-closure",
2017             "version": "v2.0.4",
2018             "source": {
2019                 "type": "git",
2020                 "url": "https://github.com/laravel/serializable-closure.git",
2021                 "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841"
2022             },
2023             "dist": {
2024                 "type": "zip",
2025                 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
2026                 "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
2027                 "shasum": ""
2028             },
2029             "require": {
2030                 "php": "^8.1"
2031             },
2032             "require-dev": {
2033                 "illuminate/support": "^10.0|^11.0|^12.0",
2034                 "nesbot/carbon": "^2.67|^3.0",
2035                 "pestphp/pest": "^2.36|^3.0",
2036                 "phpstan/phpstan": "^2.0",
2037                 "symfony/var-dumper": "^6.2.0|^7.0.0"
2038             },
2039             "type": "library",
2040             "extra": {
2041                 "branch-alias": {
2042                     "dev-master": "2.x-dev"
2043                 }
2044             },
2045             "autoload": {
2046                 "psr-4": {
2047                     "Laravel\\SerializableClosure\\": "src/"
2048                 }
2049             },
2050             "notification-url": "https://packagist.org/downloads/",
2051             "license": [
2052                 "MIT"
2053             ],
2054             "authors": [
2055                 {
2056                     "name": "Taylor Otwell",
2057                     "email": "[email protected]"
2058                 },
2059                 {
2060                     "name": "Nuno Maduro",
2061                     "email": "[email protected]"
2062                 }
2063             ],
2064             "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
2065             "keywords": [
2066                 "closure",
2067                 "laravel",
2068                 "serializable"
2069             ],
2070             "support": {
2071                 "issues": "https://github.com/laravel/serializable-closure/issues",
2072                 "source": "https://github.com/laravel/serializable-closure"
2073             },
2074             "time": "2025-03-19T13:51:03+00:00"
2075         },
2076         {
2077             "name": "laravel/socialite",
2078             "version": "v5.21.0",
2079             "source": {
2080                 "type": "git",
2081                 "url": "https://github.com/laravel/socialite.git",
2082                 "reference": "d83639499ad14985c9a6a9713b70073300ce998d"
2083             },
2084             "dist": {
2085                 "type": "zip",
2086                 "url": "https://api.github.com/repos/laravel/socialite/zipball/d83639499ad14985c9a6a9713b70073300ce998d",
2087                 "reference": "d83639499ad14985c9a6a9713b70073300ce998d",
2088                 "shasum": ""
2089             },
2090             "require": {
2091                 "ext-json": "*",
2092                 "firebase/php-jwt": "^6.4",
2093                 "guzzlehttp/guzzle": "^6.0|^7.0",
2094                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2095                 "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2096                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2097                 "league/oauth1-client": "^1.11",
2098                 "php": "^7.2|^8.0",
2099                 "phpseclib/phpseclib": "^3.0"
2100             },
2101             "require-dev": {
2102                 "mockery/mockery": "^1.0",
2103                 "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
2104                 "phpstan/phpstan": "^1.12.23",
2105                 "phpunit/phpunit": "^8.0|^9.3|^10.4|^11.5"
2106             },
2107             "type": "library",
2108             "extra": {
2109                 "laravel": {
2110                     "aliases": {
2111                         "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
2112                     },
2113                     "providers": [
2114                         "Laravel\\Socialite\\SocialiteServiceProvider"
2115                     ]
2116                 },
2117                 "branch-alias": {
2118                     "dev-master": "5.x-dev"
2119                 }
2120             },
2121             "autoload": {
2122                 "psr-4": {
2123                     "Laravel\\Socialite\\": "src/"
2124                 }
2125             },
2126             "notification-url": "https://packagist.org/downloads/",
2127             "license": [
2128                 "MIT"
2129             ],
2130             "authors": [
2131                 {
2132                     "name": "Taylor Otwell",
2133                     "email": "[email protected]"
2134                 }
2135             ],
2136             "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
2137             "homepage": "https://laravel.com",
2138             "keywords": [
2139                 "laravel",
2140                 "oauth"
2141             ],
2142             "support": {
2143                 "issues": "https://github.com/laravel/socialite/issues",
2144                 "source": "https://github.com/laravel/socialite"
2145             },
2146             "time": "2025-05-19T12:56:37+00:00"
2147         },
2148         {
2149             "name": "laravel/tinker",
2150             "version": "v2.10.1",
2151             "source": {
2152                 "type": "git",
2153                 "url": "https://github.com/laravel/tinker.git",
2154                 "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3"
2155             },
2156             "dist": {
2157                 "type": "zip",
2158                 "url": "https://api.github.com/repos/laravel/tinker/zipball/22177cc71807d38f2810c6204d8f7183d88a57d3",
2159                 "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3",
2160                 "shasum": ""
2161             },
2162             "require": {
2163                 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2164                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2165                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2166                 "php": "^7.2.5|^8.0",
2167                 "psy/psysh": "^0.11.1|^0.12.0",
2168                 "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
2169             },
2170             "require-dev": {
2171                 "mockery/mockery": "~1.3.3|^1.4.2",
2172                 "phpstan/phpstan": "^1.10",
2173                 "phpunit/phpunit": "^8.5.8|^9.3.3|^10.0"
2174             },
2175             "suggest": {
2176                 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)."
2177             },
2178             "type": "library",
2179             "extra": {
2180                 "laravel": {
2181                     "providers": [
2182                         "Laravel\\Tinker\\TinkerServiceProvider"
2183                     ]
2184                 }
2185             },
2186             "autoload": {
2187                 "psr-4": {
2188                     "Laravel\\Tinker\\": "src/"
2189                 }
2190             },
2191             "notification-url": "https://packagist.org/downloads/",
2192             "license": [
2193                 "MIT"
2194             ],
2195             "authors": [
2196                 {
2197                     "name": "Taylor Otwell",
2198                     "email": "[email protected]"
2199                 }
2200             ],
2201             "description": "Powerful REPL for the Laravel framework.",
2202             "keywords": [
2203                 "REPL",
2204                 "Tinker",
2205                 "laravel",
2206                 "psysh"
2207             ],
2208             "support": {
2209                 "issues": "https://github.com/laravel/tinker/issues",
2210                 "source": "https://github.com/laravel/tinker/tree/v2.10.1"
2211             },
2212             "time": "2025-01-27T14:24:01+00:00"
2213         },
2214         {
2215             "name": "league/commonmark",
2216             "version": "2.7.0",
2217             "source": {
2218                 "type": "git",
2219                 "url": "https://github.com/thephpleague/commonmark.git",
2220                 "reference": "6fbb36d44824ed4091adbcf4c7d4a3923cdb3405"
2221             },
2222             "dist": {
2223                 "type": "zip",
2224                 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/6fbb36d44824ed4091adbcf4c7d4a3923cdb3405",
2225                 "reference": "6fbb36d44824ed4091adbcf4c7d4a3923cdb3405",
2226                 "shasum": ""
2227             },
2228             "require": {
2229                 "ext-mbstring": "*",
2230                 "league/config": "^1.1.1",
2231                 "php": "^7.4 || ^8.0",
2232                 "psr/event-dispatcher": "^1.0",
2233                 "symfony/deprecation-contracts": "^2.1 || ^3.0",
2234                 "symfony/polyfill-php80": "^1.16"
2235             },
2236             "require-dev": {
2237                 "cebe/markdown": "^1.0",
2238                 "commonmark/cmark": "0.31.1",
2239                 "commonmark/commonmark.js": "0.31.1",
2240                 "composer/package-versions-deprecated": "^1.8",
2241                 "embed/embed": "^4.4",
2242                 "erusev/parsedown": "^1.0",
2243                 "ext-json": "*",
2244                 "github/gfm": "0.29.0",
2245                 "michelf/php-markdown": "^1.4 || ^2.0",
2246                 "nyholm/psr7": "^1.5",
2247                 "phpstan/phpstan": "^1.8.2",
2248                 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
2249                 "scrutinizer/ocular": "^1.8.1",
2250                 "symfony/finder": "^5.3 | ^6.0 | ^7.0",
2251                 "symfony/process": "^5.4 | ^6.0 | ^7.0",
2252                 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
2253                 "unleashedtech/php-coding-standard": "^3.1.1",
2254                 "vimeo/psalm": "^4.24.0 || ^5.0.0"
2255             },
2256             "suggest": {
2257                 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
2258             },
2259             "type": "library",
2260             "extra": {
2261                 "branch-alias": {
2262                     "dev-main": "2.8-dev"
2263                 }
2264             },
2265             "autoload": {
2266                 "psr-4": {
2267                     "League\\CommonMark\\": "src"
2268                 }
2269             },
2270             "notification-url": "https://packagist.org/downloads/",
2271             "license": [
2272                 "BSD-3-Clause"
2273             ],
2274             "authors": [
2275                 {
2276                     "name": "Colin O'Dell",
2277                     "email": "[email protected]",
2278                     "homepage": "https://www.colinodell.com",
2279                     "role": "Lead Developer"
2280                 }
2281             ],
2282             "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
2283             "homepage": "https://commonmark.thephpleague.com",
2284             "keywords": [
2285                 "commonmark",
2286                 "flavored",
2287                 "gfm",
2288                 "github",
2289                 "github-flavored",
2290                 "markdown",
2291                 "md",
2292                 "parser"
2293             ],
2294             "support": {
2295                 "docs": "https://commonmark.thephpleague.com/",
2296                 "forum": "https://github.com/thephpleague/commonmark/discussions",
2297                 "issues": "https://github.com/thephpleague/commonmark/issues",
2298                 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
2299                 "source": "https://github.com/thephpleague/commonmark"
2300             },
2301             "funding": [
2302                 {
2303                     "url": "https://www.colinodell.com/sponsor",
2304                     "type": "custom"
2305                 },
2306                 {
2307                     "url": "https://www.paypal.me/colinpodell/10.00",
2308                     "type": "custom"
2309                 },
2310                 {
2311                     "url": "https://github.com/colinodell",
2312                     "type": "github"
2313                 },
2314                 {
2315                     "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
2316                     "type": "tidelift"
2317                 }
2318             ],
2319             "time": "2025-05-05T12:20:28+00:00"
2320         },
2321         {
2322             "name": "league/config",
2323             "version": "v1.2.0",
2324             "source": {
2325                 "type": "git",
2326                 "url": "https://github.com/thephpleague/config.git",
2327                 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
2328             },
2329             "dist": {
2330                 "type": "zip",
2331                 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2332                 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2333                 "shasum": ""
2334             },
2335             "require": {
2336                 "dflydev/dot-access-data": "^3.0.1",
2337                 "nette/schema": "^1.2",
2338                 "php": "^7.4 || ^8.0"
2339             },
2340             "require-dev": {
2341                 "phpstan/phpstan": "^1.8.2",
2342                 "phpunit/phpunit": "^9.5.5",
2343                 "scrutinizer/ocular": "^1.8.1",
2344                 "unleashedtech/php-coding-standard": "^3.1",
2345                 "vimeo/psalm": "^4.7.3"
2346             },
2347             "type": "library",
2348             "extra": {
2349                 "branch-alias": {
2350                     "dev-main": "1.2-dev"
2351                 }
2352             },
2353             "autoload": {
2354                 "psr-4": {
2355                     "League\\Config\\": "src"
2356                 }
2357             },
2358             "notification-url": "https://packagist.org/downloads/",
2359             "license": [
2360                 "BSD-3-Clause"
2361             ],
2362             "authors": [
2363                 {
2364                     "name": "Colin O'Dell",
2365                     "email": "[email protected]",
2366                     "homepage": "https://www.colinodell.com",
2367                     "role": "Lead Developer"
2368                 }
2369             ],
2370             "description": "Define configuration arrays with strict schemas and access values with dot notation",
2371             "homepage": "https://config.thephpleague.com",
2372             "keywords": [
2373                 "array",
2374                 "config",
2375                 "configuration",
2376                 "dot",
2377                 "dot-access",
2378                 "nested",
2379                 "schema"
2380             ],
2381             "support": {
2382                 "docs": "https://config.thephpleague.com/",
2383                 "issues": "https://github.com/thephpleague/config/issues",
2384                 "rss": "https://github.com/thephpleague/config/releases.atom",
2385                 "source": "https://github.com/thephpleague/config"
2386             },
2387             "funding": [
2388                 {
2389                     "url": "https://www.colinodell.com/sponsor",
2390                     "type": "custom"
2391                 },
2392                 {
2393                     "url": "https://www.paypal.me/colinpodell/10.00",
2394                     "type": "custom"
2395                 },
2396                 {
2397                     "url": "https://github.com/colinodell",
2398                     "type": "github"
2399                 }
2400             ],
2401             "time": "2022-12-11T20:36:23+00:00"
2402         },
2403         {
2404             "name": "league/flysystem",
2405             "version": "3.29.1",
2406             "source": {
2407                 "type": "git",
2408                 "url": "https://github.com/thephpleague/flysystem.git",
2409                 "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319"
2410             },
2411             "dist": {
2412                 "type": "zip",
2413                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319",
2414                 "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319",
2415                 "shasum": ""
2416             },
2417             "require": {
2418                 "league/flysystem-local": "^3.0.0",
2419                 "league/mime-type-detection": "^1.0.0",
2420                 "php": "^8.0.2"
2421             },
2422             "conflict": {
2423                 "async-aws/core": "<1.19.0",
2424                 "async-aws/s3": "<1.14.0",
2425                 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
2426                 "guzzlehttp/guzzle": "<7.0",
2427                 "guzzlehttp/ringphp": "<1.1.1",
2428                 "phpseclib/phpseclib": "3.0.15",
2429                 "symfony/http-client": "<5.2"
2430             },
2431             "require-dev": {
2432                 "async-aws/s3": "^1.5 || ^2.0",
2433                 "async-aws/simple-s3": "^1.1 || ^2.0",
2434                 "aws/aws-sdk-php": "^3.295.10",
2435                 "composer/semver": "^3.0",
2436                 "ext-fileinfo": "*",
2437                 "ext-ftp": "*",
2438                 "ext-mongodb": "^1.3",
2439                 "ext-zip": "*",
2440                 "friendsofphp/php-cs-fixer": "^3.5",
2441                 "google/cloud-storage": "^1.23",
2442                 "guzzlehttp/psr7": "^2.6",
2443                 "microsoft/azure-storage-blob": "^1.1",
2444                 "mongodb/mongodb": "^1.2",
2445                 "phpseclib/phpseclib": "^3.0.36",
2446                 "phpstan/phpstan": "^1.10",
2447                 "phpunit/phpunit": "^9.5.11|^10.0",
2448                 "sabre/dav": "^4.6.0"
2449             },
2450             "type": "library",
2451             "autoload": {
2452                 "psr-4": {
2453                     "League\\Flysystem\\": "src"
2454                 }
2455             },
2456             "notification-url": "https://packagist.org/downloads/",
2457             "license": [
2458                 "MIT"
2459             ],
2460             "authors": [
2461                 {
2462                     "name": "Frank de Jonge",
2463                     "email": "[email protected]"
2464                 }
2465             ],
2466             "description": "File storage abstraction for PHP",
2467             "keywords": [
2468                 "WebDAV",
2469                 "aws",
2470                 "cloud",
2471                 "file",
2472                 "files",
2473                 "filesystem",
2474                 "filesystems",
2475                 "ftp",
2476                 "s3",
2477                 "sftp",
2478                 "storage"
2479             ],
2480             "support": {
2481                 "issues": "https://github.com/thephpleague/flysystem/issues",
2482                 "source": "https://github.com/thephpleague/flysystem/tree/3.29.1"
2483             },
2484             "time": "2024-10-08T08:58:34+00:00"
2485         },
2486         {
2487             "name": "league/flysystem-aws-s3-v3",
2488             "version": "3.29.0",
2489             "source": {
2490                 "type": "git",
2491                 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2492                 "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9"
2493             },
2494             "dist": {
2495                 "type": "zip",
2496                 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/c6ff6d4606e48249b63f269eba7fabdb584e76a9",
2497                 "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9",
2498                 "shasum": ""
2499             },
2500             "require": {
2501                 "aws/aws-sdk-php": "^3.295.10",
2502                 "league/flysystem": "^3.10.0",
2503                 "league/mime-type-detection": "^1.0.0",
2504                 "php": "^8.0.2"
2505             },
2506             "conflict": {
2507                 "guzzlehttp/guzzle": "<7.0",
2508                 "guzzlehttp/ringphp": "<1.1.1"
2509             },
2510             "type": "library",
2511             "autoload": {
2512                 "psr-4": {
2513                     "League\\Flysystem\\AwsS3V3\\": ""
2514                 }
2515             },
2516             "notification-url": "https://packagist.org/downloads/",
2517             "license": [
2518                 "MIT"
2519             ],
2520             "authors": [
2521                 {
2522                     "name": "Frank de Jonge",
2523                     "email": "[email protected]"
2524                 }
2525             ],
2526             "description": "AWS S3 filesystem adapter for Flysystem.",
2527             "keywords": [
2528                 "Flysystem",
2529                 "aws",
2530                 "file",
2531                 "files",
2532                 "filesystem",
2533                 "s3",
2534                 "storage"
2535             ],
2536             "support": {
2537                 "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.29.0"
2538             },
2539             "time": "2024-08-17T13:10:48+00:00"
2540         },
2541         {
2542             "name": "league/flysystem-local",
2543             "version": "3.29.0",
2544             "source": {
2545                 "type": "git",
2546                 "url": "https://github.com/thephpleague/flysystem-local.git",
2547                 "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27"
2548             },
2549             "dist": {
2550                 "type": "zip",
2551                 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27",
2552                 "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27",
2553                 "shasum": ""
2554             },
2555             "require": {
2556                 "ext-fileinfo": "*",
2557                 "league/flysystem": "^3.0.0",
2558                 "league/mime-type-detection": "^1.0.0",
2559                 "php": "^8.0.2"
2560             },
2561             "type": "library",
2562             "autoload": {
2563                 "psr-4": {
2564                     "League\\Flysystem\\Local\\": ""
2565                 }
2566             },
2567             "notification-url": "https://packagist.org/downloads/",
2568             "license": [
2569                 "MIT"
2570             ],
2571             "authors": [
2572                 {
2573                     "name": "Frank de Jonge",
2574                     "email": "[email protected]"
2575                 }
2576             ],
2577             "description": "Local filesystem adapter for Flysystem.",
2578             "keywords": [
2579                 "Flysystem",
2580                 "file",
2581                 "files",
2582                 "filesystem",
2583                 "local"
2584             ],
2585             "support": {
2586                 "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0"
2587             },
2588             "time": "2024-08-09T21:24:39+00:00"
2589         },
2590         {
2591             "name": "league/html-to-markdown",
2592             "version": "5.1.1",
2593             "source": {
2594                 "type": "git",
2595                 "url": "https://github.com/thephpleague/html-to-markdown.git",
2596                 "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd"
2597             },
2598             "dist": {
2599                 "type": "zip",
2600                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd",
2601                 "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd",
2602                 "shasum": ""
2603             },
2604             "require": {
2605                 "ext-dom": "*",
2606                 "ext-xml": "*",
2607                 "php": "^7.2.5 || ^8.0"
2608             },
2609             "require-dev": {
2610                 "mikehaertl/php-shellcommand": "^1.1.0",
2611                 "phpstan/phpstan": "^1.8.8",
2612                 "phpunit/phpunit": "^8.5 || ^9.2",
2613                 "scrutinizer/ocular": "^1.6",
2614                 "unleashedtech/php-coding-standard": "^2.7 || ^3.0",
2615                 "vimeo/psalm": "^4.22 || ^5.0"
2616             },
2617             "bin": [
2618                 "bin/html-to-markdown"
2619             ],
2620             "type": "library",
2621             "extra": {
2622                 "branch-alias": {
2623                     "dev-master": "5.2-dev"
2624                 }
2625             },
2626             "autoload": {
2627                 "psr-4": {
2628                     "League\\HTMLToMarkdown\\": "src/"
2629                 }
2630             },
2631             "notification-url": "https://packagist.org/downloads/",
2632             "license": [
2633                 "MIT"
2634             ],
2635             "authors": [
2636                 {
2637                     "name": "Colin O'Dell",
2638                     "email": "[email protected]",
2639                     "homepage": "https://www.colinodell.com",
2640                     "role": "Lead Developer"
2641                 },
2642                 {
2643                     "name": "Nick Cernis",
2644                     "email": "[email protected]",
2645                     "homepage": "http://modernnerd.net",
2646                     "role": "Original Author"
2647                 }
2648             ],
2649             "description": "An HTML-to-markdown conversion helper for PHP",
2650             "homepage": "https://github.com/thephpleague/html-to-markdown",
2651             "keywords": [
2652                 "html",
2653                 "markdown"
2654             ],
2655             "support": {
2656                 "issues": "https://github.com/thephpleague/html-to-markdown/issues",
2657                 "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.1"
2658             },
2659             "funding": [
2660                 {
2661                     "url": "https://www.colinodell.com/sponsor",
2662                     "type": "custom"
2663                 },
2664                 {
2665                     "url": "https://www.paypal.me/colinpodell/10.00",
2666                     "type": "custom"
2667                 },
2668                 {
2669                     "url": "https://github.com/colinodell",
2670                     "type": "github"
2671                 },
2672                 {
2673                     "url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
2674                     "type": "tidelift"
2675                 }
2676             ],
2677             "time": "2023-07-12T21:21:09+00:00"
2678         },
2679         {
2680             "name": "league/mime-type-detection",
2681             "version": "1.16.0",
2682             "source": {
2683                 "type": "git",
2684                 "url": "https://github.com/thephpleague/mime-type-detection.git",
2685                 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
2686             },
2687             "dist": {
2688                 "type": "zip",
2689                 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
2690                 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
2691                 "shasum": ""
2692             },
2693             "require": {
2694                 "ext-fileinfo": "*",
2695                 "php": "^7.4 || ^8.0"
2696             },
2697             "require-dev": {
2698                 "friendsofphp/php-cs-fixer": "^3.2",
2699                 "phpstan/phpstan": "^0.12.68",
2700                 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2701             },
2702             "type": "library",
2703             "autoload": {
2704                 "psr-4": {
2705                     "League\\MimeTypeDetection\\": "src"
2706                 }
2707             },
2708             "notification-url": "https://packagist.org/downloads/",
2709             "license": [
2710                 "MIT"
2711             ],
2712             "authors": [
2713                 {
2714                     "name": "Frank de Jonge",
2715                     "email": "[email protected]"
2716                 }
2717             ],
2718             "description": "Mime-type detection for Flysystem",
2719             "support": {
2720                 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2721                 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
2722             },
2723             "funding": [
2724                 {
2725                     "url": "https://github.com/frankdejonge",
2726                     "type": "github"
2727                 },
2728                 {
2729                     "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2730                     "type": "tidelift"
2731                 }
2732             ],
2733             "time": "2024-09-21T08:32:55+00:00"
2734         },
2735         {
2736             "name": "league/oauth1-client",
2737             "version": "v1.11.0",
2738             "source": {
2739                 "type": "git",
2740                 "url": "https://github.com/thephpleague/oauth1-client.git",
2741                 "reference": "f9c94b088837eb1aae1ad7c4f23eb65cc6993055"
2742             },
2743             "dist": {
2744                 "type": "zip",
2745                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/f9c94b088837eb1aae1ad7c4f23eb65cc6993055",
2746                 "reference": "f9c94b088837eb1aae1ad7c4f23eb65cc6993055",
2747                 "shasum": ""
2748             },
2749             "require": {
2750                 "ext-json": "*",
2751                 "ext-openssl": "*",
2752                 "guzzlehttp/guzzle": "^6.0|^7.0",
2753                 "guzzlehttp/psr7": "^1.7|^2.0",
2754                 "php": ">=7.1||>=8.0"
2755             },
2756             "require-dev": {
2757                 "ext-simplexml": "*",
2758                 "friendsofphp/php-cs-fixer": "^2.17",
2759                 "mockery/mockery": "^1.3.3",
2760                 "phpstan/phpstan": "^0.12.42",
2761                 "phpunit/phpunit": "^7.5||9.5"
2762             },
2763             "suggest": {
2764                 "ext-simplexml": "For decoding XML-based responses."
2765             },
2766             "type": "library",
2767             "extra": {
2768                 "branch-alias": {
2769                     "dev-master": "1.0-dev",
2770                     "dev-develop": "2.0-dev"
2771                 }
2772             },
2773             "autoload": {
2774                 "psr-4": {
2775                     "League\\OAuth1\\Client\\": "src/"
2776                 }
2777             },
2778             "notification-url": "https://packagist.org/downloads/",
2779             "license": [
2780                 "MIT"
2781             ],
2782             "authors": [
2783                 {
2784                     "name": "Ben Corlett",
2785                     "email": "[email protected]",
2786                     "homepage": "http://www.webcomm.com.au",
2787                     "role": "Developer"
2788                 }
2789             ],
2790             "description": "OAuth 1.0 Client Library",
2791             "keywords": [
2792                 "Authentication",
2793                 "SSO",
2794                 "authorization",
2795                 "bitbucket",
2796                 "identity",
2797                 "idp",
2798                 "oauth",
2799                 "oauth1",
2800                 "single sign on",
2801                 "trello",
2802                 "tumblr",
2803                 "twitter"
2804             ],
2805             "support": {
2806                 "issues": "https://github.com/thephpleague/oauth1-client/issues",
2807                 "source": "https://github.com/thephpleague/oauth1-client/tree/v1.11.0"
2808             },
2809             "time": "2024-12-10T19:59:05+00:00"
2810         },
2811         {
2812             "name": "league/oauth2-client",
2813             "version": "2.8.1",
2814             "source": {
2815                 "type": "git",
2816                 "url": "https://github.com/thephpleague/oauth2-client.git",
2817                 "reference": "9df2924ca644736c835fc60466a3a60390d334f9"
2818             },
2819             "dist": {
2820                 "type": "zip",
2821                 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/9df2924ca644736c835fc60466a3a60390d334f9",
2822                 "reference": "9df2924ca644736c835fc60466a3a60390d334f9",
2823                 "shasum": ""
2824             },
2825             "require": {
2826                 "ext-json": "*",
2827                 "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
2828                 "php": "^7.1 || >=8.0.0 <8.5.0"
2829             },
2830             "require-dev": {
2831                 "mockery/mockery": "^1.3.5",
2832                 "php-parallel-lint/php-parallel-lint": "^1.4",
2833                 "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
2834                 "squizlabs/php_codesniffer": "^3.11"
2835             },
2836             "type": "library",
2837             "autoload": {
2838                 "psr-4": {
2839                     "League\\OAuth2\\Client\\": "src/"
2840                 }
2841             },
2842             "notification-url": "https://packagist.org/downloads/",
2843             "license": [
2844                 "MIT"
2845             ],
2846             "authors": [
2847                 {
2848                     "name": "Alex Bilbie",
2849                     "email": "[email protected]",
2850                     "homepage": "http://www.alexbilbie.com",
2851                     "role": "Developer"
2852                 },
2853                 {
2854                     "name": "Woody Gilk",
2855                     "homepage": "https://github.com/shadowhand",
2856                     "role": "Contributor"
2857                 }
2858             ],
2859             "description": "OAuth 2.0 Client Library",
2860             "keywords": [
2861                 "Authentication",
2862                 "SSO",
2863                 "authorization",
2864                 "identity",
2865                 "idp",
2866                 "oauth",
2867                 "oauth2",
2868                 "single sign on"
2869             ],
2870             "support": {
2871                 "issues": "https://github.com/thephpleague/oauth2-client/issues",
2872                 "source": "https://github.com/thephpleague/oauth2-client/tree/2.8.1"
2873             },
2874             "time": "2025-02-26T04:37:30+00:00"
2875         },
2876         {
2877             "name": "league/uri",
2878             "version": "7.5.1",
2879             "source": {
2880                 "type": "git",
2881                 "url": "https://github.com/thephpleague/uri.git",
2882                 "reference": "81fb5145d2644324614cc532b28efd0215bda430"
2883             },
2884             "dist": {
2885                 "type": "zip",
2886                 "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
2887                 "reference": "81fb5145d2644324614cc532b28efd0215bda430",
2888                 "shasum": ""
2889             },
2890             "require": {
2891                 "league/uri-interfaces": "^7.5",
2892                 "php": "^8.1"
2893             },
2894             "conflict": {
2895                 "league/uri-schemes": "^1.0"
2896             },
2897             "suggest": {
2898                 "ext-bcmath": "to improve IPV4 host parsing",
2899                 "ext-fileinfo": "to create Data URI from file contennts",
2900                 "ext-gmp": "to improve IPV4 host parsing",
2901                 "ext-intl": "to handle IDN host with the best performance",
2902                 "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
2903                 "league/uri-components": "Needed to easily manipulate URI objects components",
2904                 "php-64bit": "to improve IPV4 host parsing",
2905                 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2906             },
2907             "type": "library",
2908             "extra": {
2909                 "branch-alias": {
2910                     "dev-master": "7.x-dev"
2911                 }
2912             },
2913             "autoload": {
2914                 "psr-4": {
2915                     "League\\Uri\\": ""
2916                 }
2917             },
2918             "notification-url": "https://packagist.org/downloads/",
2919             "license": [
2920                 "MIT"
2921             ],
2922             "authors": [
2923                 {
2924                     "name": "Ignace Nyamagana Butera",
2925                     "email": "[email protected]",
2926                     "homepage": "https://nyamsprod.com"
2927                 }
2928             ],
2929             "description": "URI manipulation library",
2930             "homepage": "https://uri.thephpleague.com",
2931             "keywords": [
2932                 "data-uri",
2933                 "file-uri",
2934                 "ftp",
2935                 "hostname",
2936                 "http",
2937                 "https",
2938                 "middleware",
2939                 "parse_str",
2940                 "parse_url",
2941                 "psr-7",
2942                 "query-string",
2943                 "querystring",
2944                 "rfc3986",
2945                 "rfc3987",
2946                 "rfc6570",
2947                 "uri",
2948                 "uri-template",
2949                 "url",
2950                 "ws"
2951             ],
2952             "support": {
2953                 "docs": "https://uri.thephpleague.com",
2954                 "forum": "https://thephpleague.slack.com",
2955                 "issues": "https://github.com/thephpleague/uri-src/issues",
2956                 "source": "https://github.com/thephpleague/uri/tree/7.5.1"
2957             },
2958             "funding": [
2959                 {
2960                     "url": "https://github.com/sponsors/nyamsprod",
2961                     "type": "github"
2962                 }
2963             ],
2964             "time": "2024-12-08T08:40:02+00:00"
2965         },
2966         {
2967             "name": "league/uri-interfaces",
2968             "version": "7.5.0",
2969             "source": {
2970                 "type": "git",
2971                 "url": "https://github.com/thephpleague/uri-interfaces.git",
2972                 "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
2973             },
2974             "dist": {
2975                 "type": "zip",
2976                 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
2977                 "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
2978                 "shasum": ""
2979             },
2980             "require": {
2981                 "ext-filter": "*",
2982                 "php": "^8.1",
2983                 "psr/http-factory": "^1",
2984                 "psr/http-message": "^1.1 || ^2.0"
2985             },
2986             "suggest": {
2987                 "ext-bcmath": "to improve IPV4 host parsing",
2988                 "ext-gmp": "to improve IPV4 host parsing",
2989                 "ext-intl": "to handle IDN host with the best performance",
2990                 "php-64bit": "to improve IPV4 host parsing",
2991                 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2992             },
2993             "type": "library",
2994             "extra": {
2995                 "branch-alias": {
2996                     "dev-master": "7.x-dev"
2997                 }
2998             },
2999             "autoload": {
3000                 "psr-4": {
3001                     "League\\Uri\\": ""
3002                 }
3003             },
3004             "notification-url": "https://packagist.org/downloads/",
3005             "license": [
3006                 "MIT"
3007             ],
3008             "authors": [
3009                 {
3010                     "name": "Ignace Nyamagana Butera",
3011                     "email": "[email protected]",
3012                     "homepage": "https://nyamsprod.com"
3013                 }
3014             ],
3015             "description": "Common interfaces and classes for URI representation and interaction",
3016             "homepage": "https://uri.thephpleague.com",
3017             "keywords": [
3018                 "data-uri",
3019                 "file-uri",
3020                 "ftp",
3021                 "hostname",
3022                 "http",
3023                 "https",
3024                 "parse_str",
3025                 "parse_url",
3026                 "psr-7",
3027                 "query-string",
3028                 "querystring",
3029                 "rfc3986",
3030                 "rfc3987",
3031                 "rfc6570",
3032                 "uri",
3033                 "url",
3034                 "ws"
3035             ],
3036             "support": {
3037                 "docs": "https://uri.thephpleague.com",
3038                 "forum": "https://thephpleague.slack.com",
3039                 "issues": "https://github.com/thephpleague/uri-src/issues",
3040                 "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
3041             },
3042             "funding": [
3043                 {
3044                     "url": "https://github.com/sponsors/nyamsprod",
3045                     "type": "github"
3046                 }
3047             ],
3048             "time": "2024-12-08T08:18:47+00:00"
3049         },
3050         {
3051             "name": "masterminds/html5",
3052             "version": "2.9.0",
3053             "source": {
3054                 "type": "git",
3055                 "url": "https://github.com/Masterminds/html5-php.git",
3056                 "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
3057             },
3058             "dist": {
3059                 "type": "zip",
3060                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
3061                 "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
3062                 "shasum": ""
3063             },
3064             "require": {
3065                 "ext-dom": "*",
3066                 "php": ">=5.3.0"
3067             },
3068             "require-dev": {
3069                 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
3070             },
3071             "type": "library",
3072             "extra": {
3073                 "branch-alias": {
3074                     "dev-master": "2.7-dev"
3075                 }
3076             },
3077             "autoload": {
3078                 "psr-4": {
3079                     "Masterminds\\": "src"
3080                 }
3081             },
3082             "notification-url": "https://packagist.org/downloads/",
3083             "license": [
3084                 "MIT"
3085             ],
3086             "authors": [
3087                 {
3088                     "name": "Matt Butcher",
3089                     "email": "[email protected]"
3090                 },
3091                 {
3092                     "name": "Matt Farina",
3093                     "email": "[email protected]"
3094                 },
3095                 {
3096                     "name": "Asmir Mustafic",
3097                     "email": "[email protected]"
3098                 }
3099             ],
3100             "description": "An HTML5 parser and serializer.",
3101             "homepage": "http://masterminds.github.io/html5-php",
3102             "keywords": [
3103                 "HTML5",
3104                 "dom",
3105                 "html",
3106                 "parser",
3107                 "querypath",
3108                 "serializer",
3109                 "xml"
3110             ],
3111             "support": {
3112                 "issues": "https://github.com/Masterminds/html5-php/issues",
3113                 "source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
3114             },
3115             "time": "2024-03-31T07:05:07+00:00"
3116         },
3117         {
3118             "name": "monolog/monolog",
3119             "version": "3.9.0",
3120             "source": {
3121                 "type": "git",
3122                 "url": "https://github.com/Seldaek/monolog.git",
3123                 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
3124             },
3125             "dist": {
3126                 "type": "zip",
3127                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
3128                 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
3129                 "shasum": ""
3130             },
3131             "require": {
3132                 "php": ">=8.1",
3133                 "psr/log": "^2.0 || ^3.0"
3134             },
3135             "provide": {
3136                 "psr/log-implementation": "3.0.0"
3137             },
3138             "require-dev": {
3139                 "aws/aws-sdk-php": "^3.0",
3140                 "doctrine/couchdb": "~1.0@dev",
3141                 "elasticsearch/elasticsearch": "^7 || ^8",
3142                 "ext-json": "*",
3143                 "graylog2/gelf-php": "^1.4.2 || ^2.0",
3144                 "guzzlehttp/guzzle": "^7.4.5",
3145                 "guzzlehttp/psr7": "^2.2",
3146                 "mongodb/mongodb": "^1.8",
3147                 "php-amqplib/php-amqplib": "~2.4 || ^3",
3148                 "php-console/php-console": "^3.1.8",
3149                 "phpstan/phpstan": "^2",
3150                 "phpstan/phpstan-deprecation-rules": "^2",
3151                 "phpstan/phpstan-strict-rules": "^2",
3152                 "phpunit/phpunit": "^10.5.17 || ^11.0.7",
3153                 "predis/predis": "^1.1 || ^2",
3154                 "rollbar/rollbar": "^4.0",
3155                 "ruflin/elastica": "^7 || ^8",
3156                 "symfony/mailer": "^5.4 || ^6",
3157                 "symfony/mime": "^5.4 || ^6"
3158             },
3159             "suggest": {
3160                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3161                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3162                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
3163                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3164                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
3165                 "ext-mbstring": "Allow to work properly with unicode symbols",
3166                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
3167                 "ext-openssl": "Required to send log messages using SSL",
3168                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
3169                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3170                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
3171                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3172                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3173                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
3174             },
3175             "type": "library",
3176             "extra": {
3177                 "branch-alias": {
3178                     "dev-main": "3.x-dev"
3179                 }
3180             },
3181             "autoload": {
3182                 "psr-4": {
3183                     "Monolog\\": "src/Monolog"
3184                 }
3185             },
3186             "notification-url": "https://packagist.org/downloads/",
3187             "license": [
3188                 "MIT"
3189             ],
3190             "authors": [
3191                 {
3192                     "name": "Jordi Boggiano",
3193                     "email": "[email protected]",
3194                     "homepage": "https://seld.be"
3195                 }
3196             ],
3197             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3198             "homepage": "https://github.com/Seldaek/monolog",
3199             "keywords": [
3200                 "log",
3201                 "logging",
3202                 "psr-3"
3203             ],
3204             "support": {
3205                 "issues": "https://github.com/Seldaek/monolog/issues",
3206                 "source": "https://github.com/Seldaek/monolog/tree/3.9.0"
3207             },
3208             "funding": [
3209                 {
3210                     "url": "https://github.com/Seldaek",
3211                     "type": "github"
3212                 },
3213                 {
3214                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
3215                     "type": "tidelift"
3216                 }
3217             ],
3218             "time": "2025-03-24T10:02:05+00:00"
3219         },
3220         {
3221             "name": "mtdowling/jmespath.php",
3222             "version": "2.8.0",
3223             "source": {
3224                 "type": "git",
3225                 "url": "https://github.com/jmespath/jmespath.php.git",
3226                 "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
3227             },
3228             "dist": {
3229                 "type": "zip",
3230                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
3231                 "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
3232                 "shasum": ""
3233             },
3234             "require": {
3235                 "php": "^7.2.5 || ^8.0",
3236                 "symfony/polyfill-mbstring": "^1.17"
3237             },
3238             "require-dev": {
3239                 "composer/xdebug-handler": "^3.0.3",
3240                 "phpunit/phpunit": "^8.5.33"
3241             },
3242             "bin": [
3243                 "bin/jp.php"
3244             ],
3245             "type": "library",
3246             "extra": {
3247                 "branch-alias": {
3248                     "dev-master": "2.8-dev"
3249                 }
3250             },
3251             "autoload": {
3252                 "files": [
3253                     "src/JmesPath.php"
3254                 ],
3255                 "psr-4": {
3256                     "JmesPath\\": "src/"
3257                 }
3258             },
3259             "notification-url": "https://packagist.org/downloads/",
3260             "license": [
3261                 "MIT"
3262             ],
3263             "authors": [
3264                 {
3265                     "name": "Graham Campbell",
3266                     "email": "[email protected]",
3267                     "homepage": "https://github.com/GrahamCampbell"
3268                 },
3269                 {
3270                     "name": "Michael Dowling",
3271                     "email": "[email protected]",
3272                     "homepage": "https://github.com/mtdowling"
3273                 }
3274             ],
3275             "description": "Declaratively specify how to extract elements from a JSON document",
3276             "keywords": [
3277                 "json",
3278                 "jsonpath"
3279             ],
3280             "support": {
3281                 "issues": "https://github.com/jmespath/jmespath.php/issues",
3282                 "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0"
3283             },
3284             "time": "2024-09-04T18:46:31+00:00"
3285         },
3286         {
3287             "name": "nesbot/carbon",
3288             "version": "3.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.5.0",
3543             "source": {
3544                 "type": "git",
3545                 "url": "https://github.com/nikic/PHP-Parser.git",
3546                 "reference": "ae59794362fe85e051a58ad36b289443f57be7a9"
3547             },
3548             "dist": {
3549                 "type": "zip",
3550                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ae59794362fe85e051a58ad36b289443f57be7a9",
3551                 "reference": "ae59794362fe85e051a58ad36b289443f57be7a9",
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.5.0"
3595             },
3596             "time": "2025-05-31T08:24:38+00:00"
3597         },
3598         {
3599             "name": "nunomaduro/termwind",
3600             "version": "v2.3.1",
3601             "source": {
3602                 "type": "git",
3603                 "url": "https://github.com/nunomaduro/termwind.git",
3604                 "reference": "dfa08f390e509967a15c22493dc0bac5733d9123"
3605             },
3606             "dist": {
3607                 "type": "zip",
3608                 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/dfa08f390e509967a15c22493dc0bac5733d9123",
3609                 "reference": "dfa08f390e509967a15c22493dc0bac5733d9123",
3610                 "shasum": ""
3611             },
3612             "require": {
3613                 "ext-mbstring": "*",
3614                 "php": "^8.2",
3615                 "symfony/console": "^7.2.6"
3616             },
3617             "require-dev": {
3618                 "illuminate/console": "^11.44.7",
3619                 "laravel/pint": "^1.22.0",
3620                 "mockery/mockery": "^1.6.12",
3621                 "pestphp/pest": "^2.36.0 || ^3.8.2",
3622                 "phpstan/phpstan": "^1.12.25",
3623                 "phpstan/phpstan-strict-rules": "^1.6.2",
3624                 "symfony/var-dumper": "^7.2.6",
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.1"
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": "2025-05-08T08:14:37+00:00"
3684         },
3685         {
3686             "name": "onelogin/php-saml",
3687             "version": "4.3.0",
3688             "source": {
3689                 "type": "git",
3690                 "url": "https://github.com/SAML-Toolkits/php-saml.git",
3691                 "reference": "bf5efce9f2df5d489d05e78c27003a0fc8bc50f0"
3692             },
3693             "dist": {
3694                 "type": "zip",
3695                 "url": "https://api.github.com/repos/SAML-Toolkits/php-saml/zipball/bf5efce9f2df5d489d05e78c27003a0fc8bc50f0",
3696                 "reference": "bf5efce9f2df5d489d05e78c27003a0fc8bc50f0",
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": "2025-05-25T14:28:00+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.3.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.3.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.3.0",
5493             "source": {
5494                 "type": "git",
5495                 "url": "https://github.com/symfony/console.git",
5496                 "reference": "66c1440edf6f339fd82ed6c7caa76cb006211b44"
5497             },
5498             "dist": {
5499                 "type": "zip",
5500                 "url": "https://api.github.com/repos/symfony/console/zipball/66c1440edf6f339fd82ed6c7caa76cb006211b44",
5501                 "reference": "66c1440edf6f339fd82ed6c7caa76cb006211b44",
5502                 "shasum": ""
5503             },
5504             "require": {
5505                 "php": ">=8.2",
5506                 "symfony/deprecation-contracts": "^2.5|^3",
5507                 "symfony/polyfill-mbstring": "~1.0",
5508                 "symfony/service-contracts": "^2.5|^3",
5509                 "symfony/string": "^7.2"
5510             },
5511             "conflict": {
5512                 "symfony/dependency-injection": "<6.4",
5513                 "symfony/dotenv": "<6.4",
5514                 "symfony/event-dispatcher": "<6.4",
5515                 "symfony/lock": "<6.4",
5516                 "symfony/process": "<6.4"
5517             },
5518             "provide": {
5519                 "psr/log-implementation": "1.0|2.0|3.0"
5520             },
5521             "require-dev": {
5522                 "psr/log": "^1|^2|^3",
5523                 "symfony/config": "^6.4|^7.0",
5524                 "symfony/dependency-injection": "^6.4|^7.0",
5525                 "symfony/event-dispatcher": "^6.4|^7.0",
5526                 "symfony/http-foundation": "^6.4|^7.0",
5527                 "symfony/http-kernel": "^6.4|^7.0",
5528                 "symfony/lock": "^6.4|^7.0",
5529                 "symfony/messenger": "^6.4|^7.0",
5530                 "symfony/process": "^6.4|^7.0",
5531                 "symfony/stopwatch": "^6.4|^7.0",
5532                 "symfony/var-dumper": "^6.4|^7.0"
5533             },
5534             "type": "library",
5535             "autoload": {
5536                 "psr-4": {
5537                     "Symfony\\Component\\Console\\": ""
5538                 },
5539                 "exclude-from-classmap": [
5540                     "/Tests/"
5541                 ]
5542             },
5543             "notification-url": "https://packagist.org/downloads/",
5544             "license": [
5545                 "MIT"
5546             ],
5547             "authors": [
5548                 {
5549                     "name": "Fabien Potencier",
5550                     "email": "[email protected]"
5551                 },
5552                 {
5553                     "name": "Symfony Community",
5554                     "homepage": "https://symfony.com/contributors"
5555                 }
5556             ],
5557             "description": "Eases the creation of beautiful and testable command line interfaces",
5558             "homepage": "https://symfony.com",
5559             "keywords": [
5560                 "cli",
5561                 "command-line",
5562                 "console",
5563                 "terminal"
5564             ],
5565             "support": {
5566                 "source": "https://github.com/symfony/console/tree/v7.3.0"
5567             },
5568             "funding": [
5569                 {
5570                     "url": "https://symfony.com/sponsor",
5571                     "type": "custom"
5572                 },
5573                 {
5574                     "url": "https://github.com/fabpot",
5575                     "type": "github"
5576                 },
5577                 {
5578                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5579                     "type": "tidelift"
5580                 }
5581             ],
5582             "time": "2025-05-24T10:34:04+00:00"
5583         },
5584         {
5585             "name": "symfony/css-selector",
5586             "version": "v7.3.0",
5587             "source": {
5588                 "type": "git",
5589                 "url": "https://github.com/symfony/css-selector.git",
5590                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
5591             },
5592             "dist": {
5593                 "type": "zip",
5594                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5595                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5596                 "shasum": ""
5597             },
5598             "require": {
5599                 "php": ">=8.2"
5600             },
5601             "type": "library",
5602             "autoload": {
5603                 "psr-4": {
5604                     "Symfony\\Component\\CssSelector\\": ""
5605                 },
5606                 "exclude-from-classmap": [
5607                     "/Tests/"
5608                 ]
5609             },
5610             "notification-url": "https://packagist.org/downloads/",
5611             "license": [
5612                 "MIT"
5613             ],
5614             "authors": [
5615                 {
5616                     "name": "Fabien Potencier",
5617                     "email": "[email protected]"
5618                 },
5619                 {
5620                     "name": "Jean-François Simon",
5621                     "email": "[email protected]"
5622                 },
5623                 {
5624                     "name": "Symfony Community",
5625                     "homepage": "https://symfony.com/contributors"
5626                 }
5627             ],
5628             "description": "Converts CSS selectors to XPath expressions",
5629             "homepage": "https://symfony.com",
5630             "support": {
5631                 "source": "https://github.com/symfony/css-selector/tree/v7.3.0"
5632             },
5633             "funding": [
5634                 {
5635                     "url": "https://symfony.com/sponsor",
5636                     "type": "custom"
5637                 },
5638                 {
5639                     "url": "https://github.com/fabpot",
5640                     "type": "github"
5641                 },
5642                 {
5643                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5644                     "type": "tidelift"
5645                 }
5646             ],
5647             "time": "2024-09-25T14:21:43+00:00"
5648         },
5649         {
5650             "name": "symfony/deprecation-contracts",
5651             "version": "v3.6.0",
5652             "source": {
5653                 "type": "git",
5654                 "url": "https://github.com/symfony/deprecation-contracts.git",
5655                 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
5656             },
5657             "dist": {
5658                 "type": "zip",
5659                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
5660                 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
5661                 "shasum": ""
5662             },
5663             "require": {
5664                 "php": ">=8.1"
5665             },
5666             "type": "library",
5667             "extra": {
5668                 "thanks": {
5669                     "url": "https://github.com/symfony/contracts",
5670                     "name": "symfony/contracts"
5671                 },
5672                 "branch-alias": {
5673                     "dev-main": "3.6-dev"
5674                 }
5675             },
5676             "autoload": {
5677                 "files": [
5678                     "function.php"
5679                 ]
5680             },
5681             "notification-url": "https://packagist.org/downloads/",
5682             "license": [
5683                 "MIT"
5684             ],
5685             "authors": [
5686                 {
5687                     "name": "Nicolas Grekas",
5688                     "email": "[email protected]"
5689                 },
5690                 {
5691                     "name": "Symfony Community",
5692                     "homepage": "https://symfony.com/contributors"
5693                 }
5694             ],
5695             "description": "A generic function and convention to trigger deprecation notices",
5696             "homepage": "https://symfony.com",
5697             "support": {
5698                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
5699             },
5700             "funding": [
5701                 {
5702                     "url": "https://symfony.com/sponsor",
5703                     "type": "custom"
5704                 },
5705                 {
5706                     "url": "https://github.com/fabpot",
5707                     "type": "github"
5708                 },
5709                 {
5710                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5711                     "type": "tidelift"
5712                 }
5713             ],
5714             "time": "2024-09-25T14:21:43+00:00"
5715         },
5716         {
5717             "name": "symfony/error-handler",
5718             "version": "v7.3.0",
5719             "source": {
5720                 "type": "git",
5721                 "url": "https://github.com/symfony/error-handler.git",
5722                 "reference": "cf68d225bc43629de4ff54778029aee6dc191b83"
5723             },
5724             "dist": {
5725                 "type": "zip",
5726                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/cf68d225bc43629de4ff54778029aee6dc191b83",
5727                 "reference": "cf68d225bc43629de4ff54778029aee6dc191b83",
5728                 "shasum": ""
5729             },
5730             "require": {
5731                 "php": ">=8.2",
5732                 "psr/log": "^1|^2|^3",
5733                 "symfony/var-dumper": "^6.4|^7.0"
5734             },
5735             "conflict": {
5736                 "symfony/deprecation-contracts": "<2.5",
5737                 "symfony/http-kernel": "<6.4"
5738             },
5739             "require-dev": {
5740                 "symfony/console": "^6.4|^7.0",
5741                 "symfony/deprecation-contracts": "^2.5|^3",
5742                 "symfony/http-kernel": "^6.4|^7.0",
5743                 "symfony/serializer": "^6.4|^7.0",
5744                 "symfony/webpack-encore-bundle": "^1.0|^2.0"
5745             },
5746             "bin": [
5747                 "Resources/bin/patch-type-declarations"
5748             ],
5749             "type": "library",
5750             "autoload": {
5751                 "psr-4": {
5752                     "Symfony\\Component\\ErrorHandler\\": ""
5753                 },
5754                 "exclude-from-classmap": [
5755                     "/Tests/"
5756                 ]
5757             },
5758             "notification-url": "https://packagist.org/downloads/",
5759             "license": [
5760                 "MIT"
5761             ],
5762             "authors": [
5763                 {
5764                     "name": "Fabien Potencier",
5765                     "email": "[email protected]"
5766                 },
5767                 {
5768                     "name": "Symfony Community",
5769                     "homepage": "https://symfony.com/contributors"
5770                 }
5771             ],
5772             "description": "Provides tools to manage errors and ease debugging PHP code",
5773             "homepage": "https://symfony.com",
5774             "support": {
5775                 "source": "https://github.com/symfony/error-handler/tree/v7.3.0"
5776             },
5777             "funding": [
5778                 {
5779                     "url": "https://symfony.com/sponsor",
5780                     "type": "custom"
5781                 },
5782                 {
5783                     "url": "https://github.com/fabpot",
5784                     "type": "github"
5785                 },
5786                 {
5787                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5788                     "type": "tidelift"
5789                 }
5790             ],
5791             "time": "2025-05-29T07:19:49+00:00"
5792         },
5793         {
5794             "name": "symfony/event-dispatcher",
5795             "version": "v7.3.0",
5796             "source": {
5797                 "type": "git",
5798                 "url": "https://github.com/symfony/event-dispatcher.git",
5799                 "reference": "497f73ac996a598c92409b44ac43b6690c4f666d"
5800             },
5801             "dist": {
5802                 "type": "zip",
5803                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d",
5804                 "reference": "497f73ac996a598c92409b44ac43b6690c4f666d",
5805                 "shasum": ""
5806             },
5807             "require": {
5808                 "php": ">=8.2",
5809                 "symfony/event-dispatcher-contracts": "^2.5|^3"
5810             },
5811             "conflict": {
5812                 "symfony/dependency-injection": "<6.4",
5813                 "symfony/service-contracts": "<2.5"
5814             },
5815             "provide": {
5816                 "psr/event-dispatcher-implementation": "1.0",
5817                 "symfony/event-dispatcher-implementation": "2.0|3.0"
5818             },
5819             "require-dev": {
5820                 "psr/log": "^1|^2|^3",
5821                 "symfony/config": "^6.4|^7.0",
5822                 "symfony/dependency-injection": "^6.4|^7.0",
5823                 "symfony/error-handler": "^6.4|^7.0",
5824                 "symfony/expression-language": "^6.4|^7.0",
5825                 "symfony/http-foundation": "^6.4|^7.0",
5826                 "symfony/service-contracts": "^2.5|^3",
5827                 "symfony/stopwatch": "^6.4|^7.0"
5828             },
5829             "type": "library",
5830             "autoload": {
5831                 "psr-4": {
5832                     "Symfony\\Component\\EventDispatcher\\": ""
5833                 },
5834                 "exclude-from-classmap": [
5835                     "/Tests/"
5836                 ]
5837             },
5838             "notification-url": "https://packagist.org/downloads/",
5839             "license": [
5840                 "MIT"
5841             ],
5842             "authors": [
5843                 {
5844                     "name": "Fabien Potencier",
5845                     "email": "[email protected]"
5846                 },
5847                 {
5848                     "name": "Symfony Community",
5849                     "homepage": "https://symfony.com/contributors"
5850                 }
5851             ],
5852             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5853             "homepage": "https://symfony.com",
5854             "support": {
5855                 "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0"
5856             },
5857             "funding": [
5858                 {
5859                     "url": "https://symfony.com/sponsor",
5860                     "type": "custom"
5861                 },
5862                 {
5863                     "url": "https://github.com/fabpot",
5864                     "type": "github"
5865                 },
5866                 {
5867                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5868                     "type": "tidelift"
5869                 }
5870             ],
5871             "time": "2025-04-22T09:11:45+00:00"
5872         },
5873         {
5874             "name": "symfony/event-dispatcher-contracts",
5875             "version": "v3.6.0",
5876             "source": {
5877                 "type": "git",
5878                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5879                 "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
5880             },
5881             "dist": {
5882                 "type": "zip",
5883                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
5884                 "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
5885                 "shasum": ""
5886             },
5887             "require": {
5888                 "php": ">=8.1",
5889                 "psr/event-dispatcher": "^1"
5890             },
5891             "type": "library",
5892             "extra": {
5893                 "thanks": {
5894                     "url": "https://github.com/symfony/contracts",
5895                     "name": "symfony/contracts"
5896                 },
5897                 "branch-alias": {
5898                     "dev-main": "3.6-dev"
5899                 }
5900             },
5901             "autoload": {
5902                 "psr-4": {
5903                     "Symfony\\Contracts\\EventDispatcher\\": ""
5904                 }
5905             },
5906             "notification-url": "https://packagist.org/downloads/",
5907             "license": [
5908                 "MIT"
5909             ],
5910             "authors": [
5911                 {
5912                     "name": "Nicolas Grekas",
5913                     "email": "[email protected]"
5914                 },
5915                 {
5916                     "name": "Symfony Community",
5917                     "homepage": "https://symfony.com/contributors"
5918                 }
5919             ],
5920             "description": "Generic abstractions related to dispatching event",
5921             "homepage": "https://symfony.com",
5922             "keywords": [
5923                 "abstractions",
5924                 "contracts",
5925                 "decoupling",
5926                 "interfaces",
5927                 "interoperability",
5928                 "standards"
5929             ],
5930             "support": {
5931                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
5932             },
5933             "funding": [
5934                 {
5935                     "url": "https://symfony.com/sponsor",
5936                     "type": "custom"
5937                 },
5938                 {
5939                     "url": "https://github.com/fabpot",
5940                     "type": "github"
5941                 },
5942                 {
5943                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5944                     "type": "tidelift"
5945                 }
5946             ],
5947             "time": "2024-09-25T14:21:43+00:00"
5948         },
5949         {
5950             "name": "symfony/finder",
5951             "version": "v7.3.0",
5952             "source": {
5953                 "type": "git",
5954                 "url": "https://github.com/symfony/finder.git",
5955                 "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d"
5956             },
5957             "dist": {
5958                 "type": "zip",
5959                 "url": "https://api.github.com/repos/symfony/finder/zipball/ec2344cf77a48253bbca6939aa3d2477773ea63d",
5960                 "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d",
5961                 "shasum": ""
5962             },
5963             "require": {
5964                 "php": ">=8.2"
5965             },
5966             "require-dev": {
5967                 "symfony/filesystem": "^6.4|^7.0"
5968             },
5969             "type": "library",
5970             "autoload": {
5971                 "psr-4": {
5972                     "Symfony\\Component\\Finder\\": ""
5973                 },
5974                 "exclude-from-classmap": [
5975                     "/Tests/"
5976                 ]
5977             },
5978             "notification-url": "https://packagist.org/downloads/",
5979             "license": [
5980                 "MIT"
5981             ],
5982             "authors": [
5983                 {
5984                     "name": "Fabien Potencier",
5985                     "email": "[email protected]"
5986                 },
5987                 {
5988                     "name": "Symfony Community",
5989                     "homepage": "https://symfony.com/contributors"
5990                 }
5991             ],
5992             "description": "Finds files and directories via an intuitive fluent interface",
5993             "homepage": "https://symfony.com",
5994             "support": {
5995                 "source": "https://github.com/symfony/finder/tree/v7.3.0"
5996             },
5997             "funding": [
5998                 {
5999                     "url": "https://symfony.com/sponsor",
6000                     "type": "custom"
6001                 },
6002                 {
6003                     "url": "https://github.com/fabpot",
6004                     "type": "github"
6005                 },
6006                 {
6007                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6008                     "type": "tidelift"
6009                 }
6010             ],
6011             "time": "2024-12-30T19:00:26+00:00"
6012         },
6013         {
6014             "name": "symfony/http-foundation",
6015             "version": "v7.3.0",
6016             "source": {
6017                 "type": "git",
6018                 "url": "https://github.com/symfony/http-foundation.git",
6019                 "reference": "4236baf01609667d53b20371486228231eb135fd"
6020             },
6021             "dist": {
6022                 "type": "zip",
6023                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4236baf01609667d53b20371486228231eb135fd",
6024                 "reference": "4236baf01609667d53b20371486228231eb135fd",
6025                 "shasum": ""
6026             },
6027             "require": {
6028                 "php": ">=8.2",
6029                 "symfony/deprecation-contracts": "^2.5|^3.0",
6030                 "symfony/polyfill-mbstring": "~1.1",
6031                 "symfony/polyfill-php83": "^1.27"
6032             },
6033             "conflict": {
6034                 "doctrine/dbal": "<3.6",
6035                 "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
6036             },
6037             "require-dev": {
6038                 "doctrine/dbal": "^3.6|^4",
6039                 "predis/predis": "^1.1|^2.0",
6040                 "symfony/cache": "^6.4.12|^7.1.5",
6041                 "symfony/clock": "^6.4|^7.0",
6042                 "symfony/dependency-injection": "^6.4|^7.0",
6043                 "symfony/expression-language": "^6.4|^7.0",
6044                 "symfony/http-kernel": "^6.4|^7.0",
6045                 "symfony/mime": "^6.4|^7.0",
6046                 "symfony/rate-limiter": "^6.4|^7.0"
6047             },
6048             "type": "library",
6049             "autoload": {
6050                 "psr-4": {
6051                     "Symfony\\Component\\HttpFoundation\\": ""
6052                 },
6053                 "exclude-from-classmap": [
6054                     "/Tests/"
6055                 ]
6056             },
6057             "notification-url": "https://packagist.org/downloads/",
6058             "license": [
6059                 "MIT"
6060             ],
6061             "authors": [
6062                 {
6063                     "name": "Fabien Potencier",
6064                     "email": "[email protected]"
6065                 },
6066                 {
6067                     "name": "Symfony Community",
6068                     "homepage": "https://symfony.com/contributors"
6069                 }
6070             ],
6071             "description": "Defines an object-oriented layer for the HTTP specification",
6072             "homepage": "https://symfony.com",
6073             "support": {
6074                 "source": "https://github.com/symfony/http-foundation/tree/v7.3.0"
6075             },
6076             "funding": [
6077                 {
6078                     "url": "https://symfony.com/sponsor",
6079                     "type": "custom"
6080                 },
6081                 {
6082                     "url": "https://github.com/fabpot",
6083                     "type": "github"
6084                 },
6085                 {
6086                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6087                     "type": "tidelift"
6088                 }
6089             ],
6090             "time": "2025-05-12T14:48:23+00:00"
6091         },
6092         {
6093             "name": "symfony/http-kernel",
6094             "version": "v7.3.0",
6095             "source": {
6096                 "type": "git",
6097                 "url": "https://github.com/symfony/http-kernel.git",
6098                 "reference": "ac7b8e163e8c83dce3abcc055a502d4486051a9f"
6099             },
6100             "dist": {
6101                 "type": "zip",
6102                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ac7b8e163e8c83dce3abcc055a502d4486051a9f",
6103                 "reference": "ac7b8e163e8c83dce3abcc055a502d4486051a9f",
6104                 "shasum": ""
6105             },
6106             "require": {
6107                 "php": ">=8.2",
6108                 "psr/log": "^1|^2|^3",
6109                 "symfony/deprecation-contracts": "^2.5|^3",
6110                 "symfony/error-handler": "^6.4|^7.0",
6111                 "symfony/event-dispatcher": "^7.3",
6112                 "symfony/http-foundation": "^7.3",
6113                 "symfony/polyfill-ctype": "^1.8"
6114             },
6115             "conflict": {
6116                 "symfony/browser-kit": "<6.4",
6117                 "symfony/cache": "<6.4",
6118                 "symfony/config": "<6.4",
6119                 "symfony/console": "<6.4",
6120                 "symfony/dependency-injection": "<6.4",
6121                 "symfony/doctrine-bridge": "<6.4",
6122                 "symfony/form": "<6.4",
6123                 "symfony/http-client": "<6.4",
6124                 "symfony/http-client-contracts": "<2.5",
6125                 "symfony/mailer": "<6.4",
6126                 "symfony/messenger": "<6.4",
6127                 "symfony/translation": "<6.4",
6128                 "symfony/translation-contracts": "<2.5",
6129                 "symfony/twig-bridge": "<6.4",
6130                 "symfony/validator": "<6.4",
6131                 "symfony/var-dumper": "<6.4",
6132                 "twig/twig": "<3.12"
6133             },
6134             "provide": {
6135                 "psr/log-implementation": "1.0|2.0|3.0"
6136             },
6137             "require-dev": {
6138                 "psr/cache": "^1.0|^2.0|^3.0",
6139                 "symfony/browser-kit": "^6.4|^7.0",
6140                 "symfony/clock": "^6.4|^7.0",
6141                 "symfony/config": "^6.4|^7.0",
6142                 "symfony/console": "^6.4|^7.0",
6143                 "symfony/css-selector": "^6.4|^7.0",
6144                 "symfony/dependency-injection": "^6.4|^7.0",
6145                 "symfony/dom-crawler": "^6.4|^7.0",
6146                 "symfony/expression-language": "^6.4|^7.0",
6147                 "symfony/finder": "^6.4|^7.0",
6148                 "symfony/http-client-contracts": "^2.5|^3",
6149                 "symfony/process": "^6.4|^7.0",
6150                 "symfony/property-access": "^7.1",
6151                 "symfony/routing": "^6.4|^7.0",
6152                 "symfony/serializer": "^7.1",
6153                 "symfony/stopwatch": "^6.4|^7.0",
6154                 "symfony/translation": "^6.4|^7.0",
6155                 "symfony/translation-contracts": "^2.5|^3",
6156                 "symfony/uid": "^6.4|^7.0",
6157                 "symfony/validator": "^6.4|^7.0",
6158                 "symfony/var-dumper": "^6.4|^7.0",
6159                 "symfony/var-exporter": "^6.4|^7.0",
6160                 "twig/twig": "^3.12"
6161             },
6162             "type": "library",
6163             "autoload": {
6164                 "psr-4": {
6165                     "Symfony\\Component\\HttpKernel\\": ""
6166                 },
6167                 "exclude-from-classmap": [
6168                     "/Tests/"
6169                 ]
6170             },
6171             "notification-url": "https://packagist.org/downloads/",
6172             "license": [
6173                 "MIT"
6174             ],
6175             "authors": [
6176                 {
6177                     "name": "Fabien Potencier",
6178                     "email": "[email protected]"
6179                 },
6180                 {
6181                     "name": "Symfony Community",
6182                     "homepage": "https://symfony.com/contributors"
6183                 }
6184             ],
6185             "description": "Provides a structured process for converting a Request into a Response",
6186             "homepage": "https://symfony.com",
6187             "support": {
6188                 "source": "https://github.com/symfony/http-kernel/tree/v7.3.0"
6189             },
6190             "funding": [
6191                 {
6192                     "url": "https://symfony.com/sponsor",
6193                     "type": "custom"
6194                 },
6195                 {
6196                     "url": "https://github.com/fabpot",
6197                     "type": "github"
6198                 },
6199                 {
6200                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6201                     "type": "tidelift"
6202                 }
6203             ],
6204             "time": "2025-05-29T07:47:32+00:00"
6205         },
6206         {
6207             "name": "symfony/mime",
6208             "version": "v7.3.0",
6209             "source": {
6210                 "type": "git",
6211                 "url": "https://github.com/symfony/mime.git",
6212                 "reference": "0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9"
6213             },
6214             "dist": {
6215                 "type": "zip",
6216                 "url": "https://api.github.com/repos/symfony/mime/zipball/0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9",
6217                 "reference": "0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9",
6218                 "shasum": ""
6219             },
6220             "require": {
6221                 "php": ">=8.2",
6222                 "symfony/polyfill-intl-idn": "^1.10",
6223                 "symfony/polyfill-mbstring": "^1.0"
6224             },
6225             "conflict": {
6226                 "egulias/email-validator": "~3.0.0",
6227                 "phpdocumentor/reflection-docblock": "<3.2.2",
6228                 "phpdocumentor/type-resolver": "<1.4.0",
6229                 "symfony/mailer": "<6.4",
6230                 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
6231             },
6232             "require-dev": {
6233                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6234                 "league/html-to-markdown": "^5.0",
6235                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6236                 "symfony/dependency-injection": "^6.4|^7.0",
6237                 "symfony/process": "^6.4|^7.0",
6238                 "symfony/property-access": "^6.4|^7.0",
6239                 "symfony/property-info": "^6.4|^7.0",
6240                 "symfony/serializer": "^6.4.3|^7.0.3"
6241             },
6242             "type": "library",
6243             "autoload": {
6244                 "psr-4": {
6245                     "Symfony\\Component\\Mime\\": ""
6246                 },
6247                 "exclude-from-classmap": [
6248                     "/Tests/"
6249                 ]
6250             },
6251             "notification-url": "https://packagist.org/downloads/",
6252             "license": [
6253                 "MIT"
6254             ],
6255             "authors": [
6256                 {
6257                     "name": "Fabien Potencier",
6258                     "email": "[email protected]"
6259                 },
6260                 {
6261                     "name": "Symfony Community",
6262                     "homepage": "https://symfony.com/contributors"
6263                 }
6264             ],
6265             "description": "Allows manipulating MIME messages",
6266             "homepage": "https://symfony.com",
6267             "keywords": [
6268                 "mime",
6269                 "mime-type"
6270             ],
6271             "support": {
6272                 "source": "https://github.com/symfony/mime/tree/v7.3.0"
6273             },
6274             "funding": [
6275                 {
6276                     "url": "https://symfony.com/sponsor",
6277                     "type": "custom"
6278                 },
6279                 {
6280                     "url": "https://github.com/fabpot",
6281                     "type": "github"
6282                 },
6283                 {
6284                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6285                     "type": "tidelift"
6286                 }
6287             ],
6288             "time": "2025-02-19T08:51:26+00:00"
6289         },
6290         {
6291             "name": "symfony/polyfill-ctype",
6292             "version": "v1.32.0",
6293             "source": {
6294                 "type": "git",
6295                 "url": "https://github.com/symfony/polyfill-ctype.git",
6296                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
6297             },
6298             "dist": {
6299                 "type": "zip",
6300                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
6301                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
6302                 "shasum": ""
6303             },
6304             "require": {
6305                 "php": ">=7.2"
6306             },
6307             "provide": {
6308                 "ext-ctype": "*"
6309             },
6310             "suggest": {
6311                 "ext-ctype": "For best performance"
6312             },
6313             "type": "library",
6314             "extra": {
6315                 "thanks": {
6316                     "url": "https://github.com/symfony/polyfill",
6317                     "name": "symfony/polyfill"
6318                 }
6319             },
6320             "autoload": {
6321                 "files": [
6322                     "bootstrap.php"
6323                 ],
6324                 "psr-4": {
6325                     "Symfony\\Polyfill\\Ctype\\": ""
6326                 }
6327             },
6328             "notification-url": "https://packagist.org/downloads/",
6329             "license": [
6330                 "MIT"
6331             ],
6332             "authors": [
6333                 {
6334                     "name": "Gert de Pagter",
6335                     "email": "[email protected]"
6336                 },
6337                 {
6338                     "name": "Symfony Community",
6339                     "homepage": "https://symfony.com/contributors"
6340                 }
6341             ],
6342             "description": "Symfony polyfill for ctype functions",
6343             "homepage": "https://symfony.com",
6344             "keywords": [
6345                 "compatibility",
6346                 "ctype",
6347                 "polyfill",
6348                 "portable"
6349             ],
6350             "support": {
6351                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
6352             },
6353             "funding": [
6354                 {
6355                     "url": "https://symfony.com/sponsor",
6356                     "type": "custom"
6357                 },
6358                 {
6359                     "url": "https://github.com/fabpot",
6360                     "type": "github"
6361                 },
6362                 {
6363                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6364                     "type": "tidelift"
6365                 }
6366             ],
6367             "time": "2024-09-09T11:45:10+00:00"
6368         },
6369         {
6370             "name": "symfony/polyfill-intl-grapheme",
6371             "version": "v1.32.0",
6372             "source": {
6373                 "type": "git",
6374                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6375                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
6376             },
6377             "dist": {
6378                 "type": "zip",
6379                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6380                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6381                 "shasum": ""
6382             },
6383             "require": {
6384                 "php": ">=7.2"
6385             },
6386             "suggest": {
6387                 "ext-intl": "For best performance"
6388             },
6389             "type": "library",
6390             "extra": {
6391                 "thanks": {
6392                     "url": "https://github.com/symfony/polyfill",
6393                     "name": "symfony/polyfill"
6394                 }
6395             },
6396             "autoload": {
6397                 "files": [
6398                     "bootstrap.php"
6399                 ],
6400                 "psr-4": {
6401                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6402                 }
6403             },
6404             "notification-url": "https://packagist.org/downloads/",
6405             "license": [
6406                 "MIT"
6407             ],
6408             "authors": [
6409                 {
6410                     "name": "Nicolas Grekas",
6411                     "email": "[email protected]"
6412                 },
6413                 {
6414                     "name": "Symfony Community",
6415                     "homepage": "https://symfony.com/contributors"
6416                 }
6417             ],
6418             "description": "Symfony polyfill for intl's grapheme_* functions",
6419             "homepage": "https://symfony.com",
6420             "keywords": [
6421                 "compatibility",
6422                 "grapheme",
6423                 "intl",
6424                 "polyfill",
6425                 "portable",
6426                 "shim"
6427             ],
6428             "support": {
6429                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
6430             },
6431             "funding": [
6432                 {
6433                     "url": "https://symfony.com/sponsor",
6434                     "type": "custom"
6435                 },
6436                 {
6437                     "url": "https://github.com/fabpot",
6438                     "type": "github"
6439                 },
6440                 {
6441                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6442                     "type": "tidelift"
6443                 }
6444             ],
6445             "time": "2024-09-09T11:45:10+00:00"
6446         },
6447         {
6448             "name": "symfony/polyfill-intl-idn",
6449             "version": "v1.32.0",
6450             "source": {
6451                 "type": "git",
6452                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6453                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
6454             },
6455             "dist": {
6456                 "type": "zip",
6457                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
6458                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
6459                 "shasum": ""
6460             },
6461             "require": {
6462                 "php": ">=7.2",
6463                 "symfony/polyfill-intl-normalizer": "^1.10"
6464             },
6465             "suggest": {
6466                 "ext-intl": "For best performance"
6467             },
6468             "type": "library",
6469             "extra": {
6470                 "thanks": {
6471                     "url": "https://github.com/symfony/polyfill",
6472                     "name": "symfony/polyfill"
6473                 }
6474             },
6475             "autoload": {
6476                 "files": [
6477                     "bootstrap.php"
6478                 ],
6479                 "psr-4": {
6480                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6481                 }
6482             },
6483             "notification-url": "https://packagist.org/downloads/",
6484             "license": [
6485                 "MIT"
6486             ],
6487             "authors": [
6488                 {
6489                     "name": "Laurent Bassin",
6490                     "email": "[email protected]"
6491                 },
6492                 {
6493                     "name": "Trevor Rowbotham",
6494                     "email": "[email protected]"
6495                 },
6496                 {
6497                     "name": "Symfony Community",
6498                     "homepage": "https://symfony.com/contributors"
6499                 }
6500             ],
6501             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6502             "homepage": "https://symfony.com",
6503             "keywords": [
6504                 "compatibility",
6505                 "idn",
6506                 "intl",
6507                 "polyfill",
6508                 "portable",
6509                 "shim"
6510             ],
6511             "support": {
6512                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.32.0"
6513             },
6514             "funding": [
6515                 {
6516                     "url": "https://symfony.com/sponsor",
6517                     "type": "custom"
6518                 },
6519                 {
6520                     "url": "https://github.com/fabpot",
6521                     "type": "github"
6522                 },
6523                 {
6524                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6525                     "type": "tidelift"
6526                 }
6527             ],
6528             "time": "2024-09-10T14:38:51+00:00"
6529         },
6530         {
6531             "name": "symfony/polyfill-intl-normalizer",
6532             "version": "v1.32.0",
6533             "source": {
6534                 "type": "git",
6535                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6536                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
6537             },
6538             "dist": {
6539                 "type": "zip",
6540                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
6541                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
6542                 "shasum": ""
6543             },
6544             "require": {
6545                 "php": ">=7.2"
6546             },
6547             "suggest": {
6548                 "ext-intl": "For best performance"
6549             },
6550             "type": "library",
6551             "extra": {
6552                 "thanks": {
6553                     "url": "https://github.com/symfony/polyfill",
6554                     "name": "symfony/polyfill"
6555                 }
6556             },
6557             "autoload": {
6558                 "files": [
6559                     "bootstrap.php"
6560                 ],
6561                 "psr-4": {
6562                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6563                 },
6564                 "classmap": [
6565                     "Resources/stubs"
6566                 ]
6567             },
6568             "notification-url": "https://packagist.org/downloads/",
6569             "license": [
6570                 "MIT"
6571             ],
6572             "authors": [
6573                 {
6574                     "name": "Nicolas Grekas",
6575                     "email": "[email protected]"
6576                 },
6577                 {
6578                     "name": "Symfony Community",
6579                     "homepage": "https://symfony.com/contributors"
6580                 }
6581             ],
6582             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6583             "homepage": "https://symfony.com",
6584             "keywords": [
6585                 "compatibility",
6586                 "intl",
6587                 "normalizer",
6588                 "polyfill",
6589                 "portable",
6590                 "shim"
6591             ],
6592             "support": {
6593                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
6594             },
6595             "funding": [
6596                 {
6597                     "url": "https://symfony.com/sponsor",
6598                     "type": "custom"
6599                 },
6600                 {
6601                     "url": "https://github.com/fabpot",
6602                     "type": "github"
6603                 },
6604                 {
6605                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6606                     "type": "tidelift"
6607                 }
6608             ],
6609             "time": "2024-09-09T11:45:10+00:00"
6610         },
6611         {
6612             "name": "symfony/polyfill-mbstring",
6613             "version": "v1.32.0",
6614             "source": {
6615                 "type": "git",
6616                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6617                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
6618             },
6619             "dist": {
6620                 "type": "zip",
6621                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
6622                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
6623                 "shasum": ""
6624             },
6625             "require": {
6626                 "ext-iconv": "*",
6627                 "php": ">=7.2"
6628             },
6629             "provide": {
6630                 "ext-mbstring": "*"
6631             },
6632             "suggest": {
6633                 "ext-mbstring": "For best performance"
6634             },
6635             "type": "library",
6636             "extra": {
6637                 "thanks": {
6638                     "url": "https://github.com/symfony/polyfill",
6639                     "name": "symfony/polyfill"
6640                 }
6641             },
6642             "autoload": {
6643                 "files": [
6644                     "bootstrap.php"
6645                 ],
6646                 "psr-4": {
6647                     "Symfony\\Polyfill\\Mbstring\\": ""
6648                 }
6649             },
6650             "notification-url": "https://packagist.org/downloads/",
6651             "license": [
6652                 "MIT"
6653             ],
6654             "authors": [
6655                 {
6656                     "name": "Nicolas Grekas",
6657                     "email": "[email protected]"
6658                 },
6659                 {
6660                     "name": "Symfony Community",
6661                     "homepage": "https://symfony.com/contributors"
6662                 }
6663             ],
6664             "description": "Symfony polyfill for the Mbstring extension",
6665             "homepage": "https://symfony.com",
6666             "keywords": [
6667                 "compatibility",
6668                 "mbstring",
6669                 "polyfill",
6670                 "portable",
6671                 "shim"
6672             ],
6673             "support": {
6674                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
6675             },
6676             "funding": [
6677                 {
6678                     "url": "https://symfony.com/sponsor",
6679                     "type": "custom"
6680                 },
6681                 {
6682                     "url": "https://github.com/fabpot",
6683                     "type": "github"
6684                 },
6685                 {
6686                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6687                     "type": "tidelift"
6688                 }
6689             ],
6690             "time": "2024-12-23T08:48:59+00:00"
6691         },
6692         {
6693             "name": "symfony/polyfill-php80",
6694             "version": "v1.32.0",
6695             "source": {
6696                 "type": "git",
6697                 "url": "https://github.com/symfony/polyfill-php80.git",
6698                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
6699             },
6700             "dist": {
6701                 "type": "zip",
6702                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
6703                 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
6704                 "shasum": ""
6705             },
6706             "require": {
6707                 "php": ">=7.2"
6708             },
6709             "type": "library",
6710             "extra": {
6711                 "thanks": {
6712                     "url": "https://github.com/symfony/polyfill",
6713                     "name": "symfony/polyfill"
6714                 }
6715             },
6716             "autoload": {
6717                 "files": [
6718                     "bootstrap.php"
6719                 ],
6720                 "psr-4": {
6721                     "Symfony\\Polyfill\\Php80\\": ""
6722                 },
6723                 "classmap": [
6724                     "Resources/stubs"
6725                 ]
6726             },
6727             "notification-url": "https://packagist.org/downloads/",
6728             "license": [
6729                 "MIT"
6730             ],
6731             "authors": [
6732                 {
6733                     "name": "Ion Bazan",
6734                     "email": "[email protected]"
6735                 },
6736                 {
6737                     "name": "Nicolas Grekas",
6738                     "email": "[email protected]"
6739                 },
6740                 {
6741                     "name": "Symfony Community",
6742                     "homepage": "https://symfony.com/contributors"
6743                 }
6744             ],
6745             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6746             "homepage": "https://symfony.com",
6747             "keywords": [
6748                 "compatibility",
6749                 "polyfill",
6750                 "portable",
6751                 "shim"
6752             ],
6753             "support": {
6754                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
6755             },
6756             "funding": [
6757                 {
6758                     "url": "https://symfony.com/sponsor",
6759                     "type": "custom"
6760                 },
6761                 {
6762                     "url": "https://github.com/fabpot",
6763                     "type": "github"
6764                 },
6765                 {
6766                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6767                     "type": "tidelift"
6768                 }
6769             ],
6770             "time": "2025-01-02T08:10:11+00:00"
6771         },
6772         {
6773             "name": "symfony/polyfill-php83",
6774             "version": "v1.32.0",
6775             "source": {
6776                 "type": "git",
6777                 "url": "https://github.com/symfony/polyfill-php83.git",
6778                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
6779             },
6780             "dist": {
6781                 "type": "zip",
6782                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
6783                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
6784                 "shasum": ""
6785             },
6786             "require": {
6787                 "php": ">=7.2"
6788             },
6789             "type": "library",
6790             "extra": {
6791                 "thanks": {
6792                     "url": "https://github.com/symfony/polyfill",
6793                     "name": "symfony/polyfill"
6794                 }
6795             },
6796             "autoload": {
6797                 "files": [
6798                     "bootstrap.php"
6799                 ],
6800                 "psr-4": {
6801                     "Symfony\\Polyfill\\Php83\\": ""
6802                 },
6803                 "classmap": [
6804                     "Resources/stubs"
6805                 ]
6806             },
6807             "notification-url": "https://packagist.org/downloads/",
6808             "license": [
6809                 "MIT"
6810             ],
6811             "authors": [
6812                 {
6813                     "name": "Nicolas Grekas",
6814                     "email": "[email protected]"
6815                 },
6816                 {
6817                     "name": "Symfony Community",
6818                     "homepage": "https://symfony.com/contributors"
6819                 }
6820             ],
6821             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
6822             "homepage": "https://symfony.com",
6823             "keywords": [
6824                 "compatibility",
6825                 "polyfill",
6826                 "portable",
6827                 "shim"
6828             ],
6829             "support": {
6830                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.32.0"
6831             },
6832             "funding": [
6833                 {
6834                     "url": "https://symfony.com/sponsor",
6835                     "type": "custom"
6836                 },
6837                 {
6838                     "url": "https://github.com/fabpot",
6839                     "type": "github"
6840                 },
6841                 {
6842                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6843                     "type": "tidelift"
6844                 }
6845             ],
6846             "time": "2024-09-09T11:45:10+00:00"
6847         },
6848         {
6849             "name": "symfony/polyfill-uuid",
6850             "version": "v1.32.0",
6851             "source": {
6852                 "type": "git",
6853                 "url": "https://github.com/symfony/polyfill-uuid.git",
6854                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
6855             },
6856             "dist": {
6857                 "type": "zip",
6858                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6859                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6860                 "shasum": ""
6861             },
6862             "require": {
6863                 "php": ">=7.2"
6864             },
6865             "provide": {
6866                 "ext-uuid": "*"
6867             },
6868             "suggest": {
6869                 "ext-uuid": "For best performance"
6870             },
6871             "type": "library",
6872             "extra": {
6873                 "thanks": {
6874                     "url": "https://github.com/symfony/polyfill",
6875                     "name": "symfony/polyfill"
6876                 }
6877             },
6878             "autoload": {
6879                 "files": [
6880                     "bootstrap.php"
6881                 ],
6882                 "psr-4": {
6883                     "Symfony\\Polyfill\\Uuid\\": ""
6884                 }
6885             },
6886             "notification-url": "https://packagist.org/downloads/",
6887             "license": [
6888                 "MIT"
6889             ],
6890             "authors": [
6891                 {
6892                     "name": "Grégoire Pineau",
6893                     "email": "[email protected]"
6894                 },
6895                 {
6896                     "name": "Symfony Community",
6897                     "homepage": "https://symfony.com/contributors"
6898                 }
6899             ],
6900             "description": "Symfony polyfill for uuid functions",
6901             "homepage": "https://symfony.com",
6902             "keywords": [
6903                 "compatibility",
6904                 "polyfill",
6905                 "portable",
6906                 "uuid"
6907             ],
6908             "support": {
6909                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.32.0"
6910             },
6911             "funding": [
6912                 {
6913                     "url": "https://symfony.com/sponsor",
6914                     "type": "custom"
6915                 },
6916                 {
6917                     "url": "https://github.com/fabpot",
6918                     "type": "github"
6919                 },
6920                 {
6921                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6922                     "type": "tidelift"
6923                 }
6924             ],
6925             "time": "2024-09-09T11:45:10+00:00"
6926         },
6927         {
6928             "name": "symfony/process",
6929             "version": "v7.3.0",
6930             "source": {
6931                 "type": "git",
6932                 "url": "https://github.com/symfony/process.git",
6933                 "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
6934             },
6935             "dist": {
6936                 "type": "zip",
6937                 "url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
6938                 "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
6939                 "shasum": ""
6940             },
6941             "require": {
6942                 "php": ">=8.2"
6943             },
6944             "type": "library",
6945             "autoload": {
6946                 "psr-4": {
6947                     "Symfony\\Component\\Process\\": ""
6948                 },
6949                 "exclude-from-classmap": [
6950                     "/Tests/"
6951                 ]
6952             },
6953             "notification-url": "https://packagist.org/downloads/",
6954             "license": [
6955                 "MIT"
6956             ],
6957             "authors": [
6958                 {
6959                     "name": "Fabien Potencier",
6960                     "email": "[email protected]"
6961                 },
6962                 {
6963                     "name": "Symfony Community",
6964                     "homepage": "https://symfony.com/contributors"
6965                 }
6966             ],
6967             "description": "Executes commands in sub-processes",
6968             "homepage": "https://symfony.com",
6969             "support": {
6970                 "source": "https://github.com/symfony/process/tree/v7.3.0"
6971             },
6972             "funding": [
6973                 {
6974                     "url": "https://symfony.com/sponsor",
6975                     "type": "custom"
6976                 },
6977                 {
6978                     "url": "https://github.com/fabpot",
6979                     "type": "github"
6980                 },
6981                 {
6982                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6983                     "type": "tidelift"
6984                 }
6985             ],
6986             "time": "2025-04-17T09:11:12+00:00"
6987         },
6988         {
6989             "name": "symfony/routing",
6990             "version": "v7.3.0",
6991             "source": {
6992                 "type": "git",
6993                 "url": "https://github.com/symfony/routing.git",
6994                 "reference": "8e213820c5fea844ecea29203d2a308019007c15"
6995             },
6996             "dist": {
6997                 "type": "zip",
6998                 "url": "https://api.github.com/repos/symfony/routing/zipball/8e213820c5fea844ecea29203d2a308019007c15",
6999                 "reference": "8e213820c5fea844ecea29203d2a308019007c15",
7000                 "shasum": ""
7001             },
7002             "require": {
7003                 "php": ">=8.2",
7004                 "symfony/deprecation-contracts": "^2.5|^3"
7005             },
7006             "conflict": {
7007                 "symfony/config": "<6.4",
7008                 "symfony/dependency-injection": "<6.4",
7009                 "symfony/yaml": "<6.4"
7010             },
7011             "require-dev": {
7012                 "psr/log": "^1|^2|^3",
7013                 "symfony/config": "^6.4|^7.0",
7014                 "symfony/dependency-injection": "^6.4|^7.0",
7015                 "symfony/expression-language": "^6.4|^7.0",
7016                 "symfony/http-foundation": "^6.4|^7.0",
7017                 "symfony/yaml": "^6.4|^7.0"
7018             },
7019             "type": "library",
7020             "autoload": {
7021                 "psr-4": {
7022                     "Symfony\\Component\\Routing\\": ""
7023                 },
7024                 "exclude-from-classmap": [
7025                     "/Tests/"
7026                 ]
7027             },
7028             "notification-url": "https://packagist.org/downloads/",
7029             "license": [
7030                 "MIT"
7031             ],
7032             "authors": [
7033                 {
7034                     "name": "Fabien Potencier",
7035                     "email": "[email protected]"
7036                 },
7037                 {
7038                     "name": "Symfony Community",
7039                     "homepage": "https://symfony.com/contributors"
7040                 }
7041             ],
7042             "description": "Maps an HTTP request to a set of configuration variables",
7043             "homepage": "https://symfony.com",
7044             "keywords": [
7045                 "router",
7046                 "routing",
7047                 "uri",
7048                 "url"
7049             ],
7050             "support": {
7051                 "source": "https://github.com/symfony/routing/tree/v7.3.0"
7052             },
7053             "funding": [
7054                 {
7055                     "url": "https://symfony.com/sponsor",
7056                     "type": "custom"
7057                 },
7058                 {
7059                     "url": "https://github.com/fabpot",
7060                     "type": "github"
7061                 },
7062                 {
7063                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7064                     "type": "tidelift"
7065                 }
7066             ],
7067             "time": "2025-05-24T20:43:28+00:00"
7068         },
7069         {
7070             "name": "symfony/service-contracts",
7071             "version": "v3.6.0",
7072             "source": {
7073                 "type": "git",
7074                 "url": "https://github.com/symfony/service-contracts.git",
7075                 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
7076             },
7077             "dist": {
7078                 "type": "zip",
7079                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
7080                 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
7081                 "shasum": ""
7082             },
7083             "require": {
7084                 "php": ">=8.1",
7085                 "psr/container": "^1.1|^2.0",
7086                 "symfony/deprecation-contracts": "^2.5|^3"
7087             },
7088             "conflict": {
7089                 "ext-psr": "<1.1|>=2"
7090             },
7091             "type": "library",
7092             "extra": {
7093                 "thanks": {
7094                     "url": "https://github.com/symfony/contracts",
7095                     "name": "symfony/contracts"
7096                 },
7097                 "branch-alias": {
7098                     "dev-main": "3.6-dev"
7099                 }
7100             },
7101             "autoload": {
7102                 "psr-4": {
7103                     "Symfony\\Contracts\\Service\\": ""
7104                 },
7105                 "exclude-from-classmap": [
7106                     "/Test/"
7107                 ]
7108             },
7109             "notification-url": "https://packagist.org/downloads/",
7110             "license": [
7111                 "MIT"
7112             ],
7113             "authors": [
7114                 {
7115                     "name": "Nicolas Grekas",
7116                     "email": "[email protected]"
7117                 },
7118                 {
7119                     "name": "Symfony Community",
7120                     "homepage": "https://symfony.com/contributors"
7121                 }
7122             ],
7123             "description": "Generic abstractions related to writing services",
7124             "homepage": "https://symfony.com",
7125             "keywords": [
7126                 "abstractions",
7127                 "contracts",
7128                 "decoupling",
7129                 "interfaces",
7130                 "interoperability",
7131                 "standards"
7132             ],
7133             "support": {
7134                 "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
7135             },
7136             "funding": [
7137                 {
7138                     "url": "https://symfony.com/sponsor",
7139                     "type": "custom"
7140                 },
7141                 {
7142                     "url": "https://github.com/fabpot",
7143                     "type": "github"
7144                 },
7145                 {
7146                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7147                     "type": "tidelift"
7148                 }
7149             ],
7150             "time": "2025-04-25T09:37:31+00:00"
7151         },
7152         {
7153             "name": "symfony/string",
7154             "version": "v7.3.0",
7155             "source": {
7156                 "type": "git",
7157                 "url": "https://github.com/symfony/string.git",
7158                 "reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125"
7159             },
7160             "dist": {
7161                 "type": "zip",
7162                 "url": "https://api.github.com/repos/symfony/string/zipball/f3570b8c61ca887a9e2938e85cb6458515d2b125",
7163                 "reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125",
7164                 "shasum": ""
7165             },
7166             "require": {
7167                 "php": ">=8.2",
7168                 "symfony/polyfill-ctype": "~1.8",
7169                 "symfony/polyfill-intl-grapheme": "~1.0",
7170                 "symfony/polyfill-intl-normalizer": "~1.0",
7171                 "symfony/polyfill-mbstring": "~1.0"
7172             },
7173             "conflict": {
7174                 "symfony/translation-contracts": "<2.5"
7175             },
7176             "require-dev": {
7177                 "symfony/emoji": "^7.1",
7178                 "symfony/error-handler": "^6.4|^7.0",
7179                 "symfony/http-client": "^6.4|^7.0",
7180                 "symfony/intl": "^6.4|^7.0",
7181                 "symfony/translation-contracts": "^2.5|^3.0",
7182                 "symfony/var-exporter": "^6.4|^7.0"
7183             },
7184             "type": "library",
7185             "autoload": {
7186                 "files": [
7187                     "Resources/functions.php"
7188                 ],
7189                 "psr-4": {
7190                     "Symfony\\Component\\String\\": ""
7191                 },
7192                 "exclude-from-classmap": [
7193                     "/Tests/"
7194                 ]
7195             },
7196             "notification-url": "https://packagist.org/downloads/",
7197             "license": [
7198                 "MIT"
7199             ],
7200             "authors": [
7201                 {
7202                     "name": "Nicolas Grekas",
7203                     "email": "[email protected]"
7204                 },
7205                 {
7206                     "name": "Symfony Community",
7207                     "homepage": "https://symfony.com/contributors"
7208                 }
7209             ],
7210             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7211             "homepage": "https://symfony.com",
7212             "keywords": [
7213                 "grapheme",
7214                 "i18n",
7215                 "string",
7216                 "unicode",
7217                 "utf-8",
7218                 "utf8"
7219             ],
7220             "support": {
7221                 "source": "https://github.com/symfony/string/tree/v7.3.0"
7222             },
7223             "funding": [
7224                 {
7225                     "url": "https://symfony.com/sponsor",
7226                     "type": "custom"
7227                 },
7228                 {
7229                     "url": "https://github.com/fabpot",
7230                     "type": "github"
7231                 },
7232                 {
7233                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7234                     "type": "tidelift"
7235                 }
7236             ],
7237             "time": "2025-04-20T20:19:01+00:00"
7238         },
7239         {
7240             "name": "symfony/translation",
7241             "version": "v7.3.0",
7242             "source": {
7243                 "type": "git",
7244                 "url": "https://github.com/symfony/translation.git",
7245                 "reference": "4aba29076a29a3aa667e09b791e5f868973a8667"
7246             },
7247             "dist": {
7248                 "type": "zip",
7249                 "url": "https://api.github.com/repos/symfony/translation/zipball/4aba29076a29a3aa667e09b791e5f868973a8667",
7250                 "reference": "4aba29076a29a3aa667e09b791e5f868973a8667",
7251                 "shasum": ""
7252             },
7253             "require": {
7254                 "php": ">=8.2",
7255                 "symfony/deprecation-contracts": "^2.5|^3",
7256                 "symfony/polyfill-mbstring": "~1.0",
7257                 "symfony/translation-contracts": "^2.5|^3.0"
7258             },
7259             "conflict": {
7260                 "nikic/php-parser": "<5.0",
7261                 "symfony/config": "<6.4",
7262                 "symfony/console": "<6.4",
7263                 "symfony/dependency-injection": "<6.4",
7264                 "symfony/http-client-contracts": "<2.5",
7265                 "symfony/http-kernel": "<6.4",
7266                 "symfony/service-contracts": "<2.5",
7267                 "symfony/twig-bundle": "<6.4",
7268                 "symfony/yaml": "<6.4"
7269             },
7270             "provide": {
7271                 "symfony/translation-implementation": "2.3|3.0"
7272             },
7273             "require-dev": {
7274                 "nikic/php-parser": "^5.0",
7275                 "psr/log": "^1|^2|^3",
7276                 "symfony/config": "^6.4|^7.0",
7277                 "symfony/console": "^6.4|^7.0",
7278                 "symfony/dependency-injection": "^6.4|^7.0",
7279                 "symfony/finder": "^6.4|^7.0",
7280                 "symfony/http-client-contracts": "^2.5|^3.0",
7281                 "symfony/http-kernel": "^6.4|^7.0",
7282                 "symfony/intl": "^6.4|^7.0",
7283                 "symfony/polyfill-intl-icu": "^1.21",
7284                 "symfony/routing": "^6.4|^7.0",
7285                 "symfony/service-contracts": "^2.5|^3",
7286                 "symfony/yaml": "^6.4|^7.0"
7287             },
7288             "type": "library",
7289             "autoload": {
7290                 "files": [
7291                     "Resources/functions.php"
7292                 ],
7293                 "psr-4": {
7294                     "Symfony\\Component\\Translation\\": ""
7295                 },
7296                 "exclude-from-classmap": [
7297                     "/Tests/"
7298                 ]
7299             },
7300             "notification-url": "https://packagist.org/downloads/",
7301             "license": [
7302                 "MIT"
7303             ],
7304             "authors": [
7305                 {
7306                     "name": "Fabien Potencier",
7307                     "email": "[email protected]"
7308                 },
7309                 {
7310                     "name": "Symfony Community",
7311                     "homepage": "https://symfony.com/contributors"
7312                 }
7313             ],
7314             "description": "Provides tools to internationalize your application",
7315             "homepage": "https://symfony.com",
7316             "support": {
7317                 "source": "https://github.com/symfony/translation/tree/v7.3.0"
7318             },
7319             "funding": [
7320                 {
7321                     "url": "https://symfony.com/sponsor",
7322                     "type": "custom"
7323                 },
7324                 {
7325                     "url": "https://github.com/fabpot",
7326                     "type": "github"
7327                 },
7328                 {
7329                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7330                     "type": "tidelift"
7331                 }
7332             ],
7333             "time": "2025-05-29T07:19:49+00:00"
7334         },
7335         {
7336             "name": "symfony/translation-contracts",
7337             "version": "v3.6.0",
7338             "source": {
7339                 "type": "git",
7340                 "url": "https://github.com/symfony/translation-contracts.git",
7341                 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
7342             },
7343             "dist": {
7344                 "type": "zip",
7345                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
7346                 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
7347                 "shasum": ""
7348             },
7349             "require": {
7350                 "php": ">=8.1"
7351             },
7352             "type": "library",
7353             "extra": {
7354                 "thanks": {
7355                     "url": "https://github.com/symfony/contracts",
7356                     "name": "symfony/contracts"
7357                 },
7358                 "branch-alias": {
7359                     "dev-main": "3.6-dev"
7360                 }
7361             },
7362             "autoload": {
7363                 "psr-4": {
7364                     "Symfony\\Contracts\\Translation\\": ""
7365                 },
7366                 "exclude-from-classmap": [
7367                     "/Test/"
7368                 ]
7369             },
7370             "notification-url": "https://packagist.org/downloads/",
7371             "license": [
7372                 "MIT"
7373             ],
7374             "authors": [
7375                 {
7376                     "name": "Nicolas Grekas",
7377                     "email": "[email protected]"
7378                 },
7379                 {
7380                     "name": "Symfony Community",
7381                     "homepage": "https://symfony.com/contributors"
7382                 }
7383             ],
7384             "description": "Generic abstractions related to translation",
7385             "homepage": "https://symfony.com",
7386             "keywords": [
7387                 "abstractions",
7388                 "contracts",
7389                 "decoupling",
7390                 "interfaces",
7391                 "interoperability",
7392                 "standards"
7393             ],
7394             "support": {
7395                 "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
7396             },
7397             "funding": [
7398                 {
7399                     "url": "https://symfony.com/sponsor",
7400                     "type": "custom"
7401                 },
7402                 {
7403                     "url": "https://github.com/fabpot",
7404                     "type": "github"
7405                 },
7406                 {
7407                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7408                     "type": "tidelift"
7409                 }
7410             ],
7411             "time": "2024-09-27T08:32:26+00:00"
7412         },
7413         {
7414             "name": "symfony/uid",
7415             "version": "v7.3.0",
7416             "source": {
7417                 "type": "git",
7418                 "url": "https://github.com/symfony/uid.git",
7419                 "reference": "7beeb2b885cd584cd01e126c5777206ae4c3c6a3"
7420             },
7421             "dist": {
7422                 "type": "zip",
7423                 "url": "https://api.github.com/repos/symfony/uid/zipball/7beeb2b885cd584cd01e126c5777206ae4c3c6a3",
7424                 "reference": "7beeb2b885cd584cd01e126c5777206ae4c3c6a3",
7425                 "shasum": ""
7426             },
7427             "require": {
7428                 "php": ">=8.2",
7429                 "symfony/polyfill-uuid": "^1.15"
7430             },
7431             "require-dev": {
7432                 "symfony/console": "^6.4|^7.0"
7433             },
7434             "type": "library",
7435             "autoload": {
7436                 "psr-4": {
7437                     "Symfony\\Component\\Uid\\": ""
7438                 },
7439                 "exclude-from-classmap": [
7440                     "/Tests/"
7441                 ]
7442             },
7443             "notification-url": "https://packagist.org/downloads/",
7444             "license": [
7445                 "MIT"
7446             ],
7447             "authors": [
7448                 {
7449                     "name": "Grégoire Pineau",
7450                     "email": "[email protected]"
7451                 },
7452                 {
7453                     "name": "Nicolas Grekas",
7454                     "email": "[email protected]"
7455                 },
7456                 {
7457                     "name": "Symfony Community",
7458                     "homepage": "https://symfony.com/contributors"
7459                 }
7460             ],
7461             "description": "Provides an object-oriented API to generate and represent UIDs",
7462             "homepage": "https://symfony.com",
7463             "keywords": [
7464                 "UID",
7465                 "ulid",
7466                 "uuid"
7467             ],
7468             "support": {
7469                 "source": "https://github.com/symfony/uid/tree/v7.3.0"
7470             },
7471             "funding": [
7472                 {
7473                     "url": "https://symfony.com/sponsor",
7474                     "type": "custom"
7475                 },
7476                 {
7477                     "url": "https://github.com/fabpot",
7478                     "type": "github"
7479                 },
7480                 {
7481                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7482                     "type": "tidelift"
7483                 }
7484             ],
7485             "time": "2025-05-24T14:28:13+00:00"
7486         },
7487         {
7488             "name": "symfony/var-dumper",
7489             "version": "v7.3.0",
7490             "source": {
7491                 "type": "git",
7492                 "url": "https://github.com/symfony/var-dumper.git",
7493                 "reference": "548f6760c54197b1084e1e5c71f6d9d523f2f78e"
7494             },
7495             "dist": {
7496                 "type": "zip",
7497                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/548f6760c54197b1084e1e5c71f6d9d523f2f78e",
7498                 "reference": "548f6760c54197b1084e1e5c71f6d9d523f2f78e",
7499                 "shasum": ""
7500             },
7501             "require": {
7502                 "php": ">=8.2",
7503                 "symfony/deprecation-contracts": "^2.5|^3",
7504                 "symfony/polyfill-mbstring": "~1.0"
7505             },
7506             "conflict": {
7507                 "symfony/console": "<6.4"
7508             },
7509             "require-dev": {
7510                 "ext-iconv": "*",
7511                 "symfony/console": "^6.4|^7.0",
7512                 "symfony/http-kernel": "^6.4|^7.0",
7513                 "symfony/process": "^6.4|^7.0",
7514                 "symfony/uid": "^6.4|^7.0",
7515                 "twig/twig": "^3.12"
7516             },
7517             "bin": [
7518                 "Resources/bin/var-dump-server"
7519             ],
7520             "type": "library",
7521             "autoload": {
7522                 "files": [
7523                     "Resources/functions/dump.php"
7524                 ],
7525                 "psr-4": {
7526                     "Symfony\\Component\\VarDumper\\": ""
7527                 },
7528                 "exclude-from-classmap": [
7529                     "/Tests/"
7530                 ]
7531             },
7532             "notification-url": "https://packagist.org/downloads/",
7533             "license": [
7534                 "MIT"
7535             ],
7536             "authors": [
7537                 {
7538                     "name": "Nicolas Grekas",
7539                     "email": "[email protected]"
7540                 },
7541                 {
7542                     "name": "Symfony Community",
7543                     "homepage": "https://symfony.com/contributors"
7544                 }
7545             ],
7546             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7547             "homepage": "https://symfony.com",
7548             "keywords": [
7549                 "debug",
7550                 "dump"
7551             ],
7552             "support": {
7553                 "source": "https://github.com/symfony/var-dumper/tree/v7.3.0"
7554             },
7555             "funding": [
7556                 {
7557                     "url": "https://symfony.com/sponsor",
7558                     "type": "custom"
7559                 },
7560                 {
7561                     "url": "https://github.com/fabpot",
7562                     "type": "github"
7563                 },
7564                 {
7565                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7566                     "type": "tidelift"
7567                 }
7568             ],
7569             "time": "2025-04-27T18:39:23+00:00"
7570         },
7571         {
7572             "name": "tijsverkoyen/css-to-inline-styles",
7573             "version": "v2.3.0",
7574             "source": {
7575                 "type": "git",
7576                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7577                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
7578             },
7579             "dist": {
7580                 "type": "zip",
7581                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
7582                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
7583                 "shasum": ""
7584             },
7585             "require": {
7586                 "ext-dom": "*",
7587                 "ext-libxml": "*",
7588                 "php": "^7.4 || ^8.0",
7589                 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
7590             },
7591             "require-dev": {
7592                 "phpstan/phpstan": "^2.0",
7593                 "phpstan/phpstan-phpunit": "^2.0",
7594                 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
7595             },
7596             "type": "library",
7597             "extra": {
7598                 "branch-alias": {
7599                     "dev-master": "2.x-dev"
7600                 }
7601             },
7602             "autoload": {
7603                 "psr-4": {
7604                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7605                 }
7606             },
7607             "notification-url": "https://packagist.org/downloads/",
7608             "license": [
7609                 "BSD-3-Clause"
7610             ],
7611             "authors": [
7612                 {
7613                     "name": "Tijs Verkoyen",
7614                     "email": "[email protected]",
7615                     "role": "Developer"
7616                 }
7617             ],
7618             "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.",
7619             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7620             "support": {
7621                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7622                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
7623             },
7624             "time": "2024-12-21T16:25:41+00:00"
7625         },
7626         {
7627             "name": "vlucas/phpdotenv",
7628             "version": "v5.6.2",
7629             "source": {
7630                 "type": "git",
7631                 "url": "https://github.com/vlucas/phpdotenv.git",
7632                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
7633             },
7634             "dist": {
7635                 "type": "zip",
7636                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
7637                 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
7638                 "shasum": ""
7639             },
7640             "require": {
7641                 "ext-pcre": "*",
7642                 "graham-campbell/result-type": "^1.1.3",
7643                 "php": "^7.2.5 || ^8.0",
7644                 "phpoption/phpoption": "^1.9.3",
7645                 "symfony/polyfill-ctype": "^1.24",
7646                 "symfony/polyfill-mbstring": "^1.24",
7647                 "symfony/polyfill-php80": "^1.24"
7648             },
7649             "require-dev": {
7650                 "bamarni/composer-bin-plugin": "^1.8.2",
7651                 "ext-filter": "*",
7652                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7653             },
7654             "suggest": {
7655                 "ext-filter": "Required to use the boolean validator."
7656             },
7657             "type": "library",
7658             "extra": {
7659                 "bamarni-bin": {
7660                     "bin-links": true,
7661                     "forward-command": false
7662                 },
7663                 "branch-alias": {
7664                     "dev-master": "5.6-dev"
7665                 }
7666             },
7667             "autoload": {
7668                 "psr-4": {
7669                     "Dotenv\\": "src/"
7670                 }
7671             },
7672             "notification-url": "https://packagist.org/downloads/",
7673             "license": [
7674                 "BSD-3-Clause"
7675             ],
7676             "authors": [
7677                 {
7678                     "name": "Graham Campbell",
7679                     "email": "[email protected]",
7680                     "homepage": "https://github.com/GrahamCampbell"
7681                 },
7682                 {
7683                     "name": "Vance Lucas",
7684                     "email": "[email protected]",
7685                     "homepage": "https://github.com/vlucas"
7686                 }
7687             ],
7688             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7689             "keywords": [
7690                 "dotenv",
7691                 "env",
7692                 "environment"
7693             ],
7694             "support": {
7695                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7696                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
7697             },
7698             "funding": [
7699                 {
7700                     "url": "https://github.com/GrahamCampbell",
7701                     "type": "github"
7702                 },
7703                 {
7704                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7705                     "type": "tidelift"
7706                 }
7707             ],
7708             "time": "2025-04-30T23:37:27+00:00"
7709         },
7710         {
7711             "name": "voku/portable-ascii",
7712             "version": "2.0.3",
7713             "source": {
7714                 "type": "git",
7715                 "url": "https://github.com/voku/portable-ascii.git",
7716                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
7717             },
7718             "dist": {
7719                 "type": "zip",
7720                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7721                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7722                 "shasum": ""
7723             },
7724             "require": {
7725                 "php": ">=7.0.0"
7726             },
7727             "require-dev": {
7728                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7729             },
7730             "suggest": {
7731                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7732             },
7733             "type": "library",
7734             "autoload": {
7735                 "psr-4": {
7736                     "voku\\": "src/voku/"
7737                 }
7738             },
7739             "notification-url": "https://packagist.org/downloads/",
7740             "license": [
7741                 "MIT"
7742             ],
7743             "authors": [
7744                 {
7745                     "name": "Lars Moelleken",
7746                     "homepage": "https://www.moelleken.org/"
7747                 }
7748             ],
7749             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7750             "homepage": "https://github.com/voku/portable-ascii",
7751             "keywords": [
7752                 "ascii",
7753                 "clean",
7754                 "php"
7755             ],
7756             "support": {
7757                 "issues": "https://github.com/voku/portable-ascii/issues",
7758                 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
7759             },
7760             "funding": [
7761                 {
7762                     "url": "https://www.paypal.me/moelleken",
7763                     "type": "custom"
7764                 },
7765                 {
7766                     "url": "https://github.com/voku",
7767                     "type": "github"
7768                 },
7769                 {
7770                     "url": "https://opencollective.com/portable-ascii",
7771                     "type": "open_collective"
7772                 },
7773                 {
7774                     "url": "https://www.patreon.com/voku",
7775                     "type": "patreon"
7776                 },
7777                 {
7778                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7779                     "type": "tidelift"
7780                 }
7781             ],
7782             "time": "2024-11-21T01:49:47+00:00"
7783         },
7784         {
7785             "name": "webmozart/assert",
7786             "version": "1.11.0",
7787             "source": {
7788                 "type": "git",
7789                 "url": "https://github.com/webmozarts/assert.git",
7790                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7791             },
7792             "dist": {
7793                 "type": "zip",
7794                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7795                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7796                 "shasum": ""
7797             },
7798             "require": {
7799                 "ext-ctype": "*",
7800                 "php": "^7.2 || ^8.0"
7801             },
7802             "conflict": {
7803                 "phpstan/phpstan": "<0.12.20",
7804                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7805             },
7806             "require-dev": {
7807                 "phpunit/phpunit": "^8.5.13"
7808             },
7809             "type": "library",
7810             "extra": {
7811                 "branch-alias": {
7812                     "dev-master": "1.10-dev"
7813                 }
7814             },
7815             "autoload": {
7816                 "psr-4": {
7817                     "Webmozart\\Assert\\": "src/"
7818                 }
7819             },
7820             "notification-url": "https://packagist.org/downloads/",
7821             "license": [
7822                 "MIT"
7823             ],
7824             "authors": [
7825                 {
7826                     "name": "Bernhard Schussek",
7827                     "email": "[email protected]"
7828                 }
7829             ],
7830             "description": "Assertions to validate method input/output with nice error messages.",
7831             "keywords": [
7832                 "assert",
7833                 "check",
7834                 "validate"
7835             ],
7836             "support": {
7837                 "issues": "https://github.com/webmozarts/assert/issues",
7838                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7839             },
7840             "time": "2022-06-03T18:03:27+00:00"
7841         }
7842     ],
7843     "packages-dev": [
7844         {
7845             "name": "fakerphp/faker",
7846             "version": "v1.24.1",
7847             "source": {
7848                 "type": "git",
7849                 "url": "https://github.com/FakerPHP/Faker.git",
7850                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
7851             },
7852             "dist": {
7853                 "type": "zip",
7854                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7855                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7856                 "shasum": ""
7857             },
7858             "require": {
7859                 "php": "^7.4 || ^8.0",
7860                 "psr/container": "^1.0 || ^2.0",
7861                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
7862             },
7863             "conflict": {
7864                 "fzaninotto/faker": "*"
7865             },
7866             "require-dev": {
7867                 "bamarni/composer-bin-plugin": "^1.4.1",
7868                 "doctrine/persistence": "^1.3 || ^2.0",
7869                 "ext-intl": "*",
7870                 "phpunit/phpunit": "^9.5.26",
7871                 "symfony/phpunit-bridge": "^5.4.16"
7872             },
7873             "suggest": {
7874                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
7875                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
7876                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
7877                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
7878                 "ext-mbstring": "Required for multibyte Unicode string functionality."
7879             },
7880             "type": "library",
7881             "autoload": {
7882                 "psr-4": {
7883                     "Faker\\": "src/Faker/"
7884                 }
7885             },
7886             "notification-url": "https://packagist.org/downloads/",
7887             "license": [
7888                 "MIT"
7889             ],
7890             "authors": [
7891                 {
7892                     "name": "François Zaninotto"
7893                 }
7894             ],
7895             "description": "Faker is a PHP library that generates fake data for you.",
7896             "keywords": [
7897                 "data",
7898                 "faker",
7899                 "fixtures"
7900             ],
7901             "support": {
7902                 "issues": "https://github.com/FakerPHP/Faker/issues",
7903                 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
7904             },
7905             "time": "2024-11-21T13:46:39+00:00"
7906         },
7907         {
7908             "name": "filp/whoops",
7909             "version": "2.18.0",
7910             "source": {
7911                 "type": "git",
7912                 "url": "https://github.com/filp/whoops.git",
7913                 "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e"
7914             },
7915             "dist": {
7916                 "type": "zip",
7917                 "url": "https://api.github.com/repos/filp/whoops/zipball/a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
7918                 "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
7919                 "shasum": ""
7920             },
7921             "require": {
7922                 "php": "^7.1 || ^8.0",
7923                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
7924             },
7925             "require-dev": {
7926                 "mockery/mockery": "^1.0",
7927                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
7928                 "symfony/var-dumper": "^4.0 || ^5.0"
7929             },
7930             "suggest": {
7931                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
7932                 "whoops/soap": "Formats errors as SOAP responses"
7933             },
7934             "type": "library",
7935             "extra": {
7936                 "branch-alias": {
7937                     "dev-master": "2.7-dev"
7938                 }
7939             },
7940             "autoload": {
7941                 "psr-4": {
7942                     "Whoops\\": "src/Whoops/"
7943                 }
7944             },
7945             "notification-url": "https://packagist.org/downloads/",
7946             "license": [
7947                 "MIT"
7948             ],
7949             "authors": [
7950                 {
7951                     "name": "Filipe Dobreira",
7952                     "homepage": "https://github.com/filp",
7953                     "role": "Developer"
7954                 }
7955             ],
7956             "description": "php error handling for cool kids",
7957             "homepage": "https://filp.github.io/whoops/",
7958             "keywords": [
7959                 "error",
7960                 "exception",
7961                 "handling",
7962                 "library",
7963                 "throwable",
7964                 "whoops"
7965             ],
7966             "support": {
7967                 "issues": "https://github.com/filp/whoops/issues",
7968                 "source": "https://github.com/filp/whoops/tree/2.18.0"
7969             },
7970             "funding": [
7971                 {
7972                     "url": "https://github.com/denis-sokolov",
7973                     "type": "github"
7974                 }
7975             ],
7976             "time": "2025-03-15T12:00:00+00:00"
7977         },
7978         {
7979             "name": "hamcrest/hamcrest-php",
7980             "version": "v2.1.1",
7981             "source": {
7982                 "type": "git",
7983                 "url": "https://github.com/hamcrest/hamcrest-php.git",
7984                 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
7985             },
7986             "dist": {
7987                 "type": "zip",
7988                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
7989                 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
7990                 "shasum": ""
7991             },
7992             "require": {
7993                 "php": "^7.4|^8.0"
7994             },
7995             "replace": {
7996                 "cordoval/hamcrest-php": "*",
7997                 "davedevelopment/hamcrest-php": "*",
7998                 "kodova/hamcrest-php": "*"
7999             },
8000             "require-dev": {
8001                 "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
8002                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
8003             },
8004             "type": "library",
8005             "extra": {
8006                 "branch-alias": {
8007                     "dev-master": "2.1-dev"
8008                 }
8009             },
8010             "autoload": {
8011                 "classmap": [
8012                     "hamcrest"
8013                 ]
8014             },
8015             "notification-url": "https://packagist.org/downloads/",
8016             "license": [
8017                 "BSD-3-Clause"
8018             ],
8019             "description": "This is the PHP port of Hamcrest Matchers",
8020             "keywords": [
8021                 "test"
8022             ],
8023             "support": {
8024                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8025                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
8026             },
8027             "time": "2025-04-30T06:54:44+00:00"
8028         },
8029         {
8030             "name": "iamcal/sql-parser",
8031             "version": "v0.6",
8032             "source": {
8033                 "type": "git",
8034                 "url": "https://github.com/iamcal/SQLParser.git",
8035                 "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62"
8036             },
8037             "dist": {
8038                 "type": "zip",
8039                 "url": "https://api.github.com/repos/iamcal/SQLParser/zipball/947083e2dca211a6f12fb1beb67a01e387de9b62",
8040                 "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62",
8041                 "shasum": ""
8042             },
8043             "require-dev": {
8044                 "php-coveralls/php-coveralls": "^1.0",
8045                 "phpunit/phpunit": "^5|^6|^7|^8|^9"
8046             },
8047             "type": "library",
8048             "autoload": {
8049                 "psr-4": {
8050                     "iamcal\\": "src"
8051                 }
8052             },
8053             "notification-url": "https://packagist.org/downloads/",
8054             "license": [
8055                 "MIT"
8056             ],
8057             "authors": [
8058                 {
8059                     "name": "Cal Henderson",
8060                     "email": "[email protected]"
8061                 }
8062             ],
8063             "description": "MySQL schema parser",
8064             "support": {
8065                 "issues": "https://github.com/iamcal/SQLParser/issues",
8066                 "source": "https://github.com/iamcal/SQLParser/tree/v0.6"
8067             },
8068             "time": "2025-03-17T16:59:46+00:00"
8069         },
8070         {
8071             "name": "itsgoingd/clockwork",
8072             "version": "v5.3.4",
8073             "source": {
8074                 "type": "git",
8075                 "url": "https://github.com/itsgoingd/clockwork.git",
8076                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5"
8077             },
8078             "dist": {
8079                 "type": "zip",
8080                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8081                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8082                 "shasum": ""
8083             },
8084             "require": {
8085                 "ext-json": "*",
8086                 "php": ">=7.1"
8087             },
8088             "suggest": {
8089                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8090                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8091                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8092                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8093                 "ext-redis": "Needed in order to use Redis for metadata storage",
8094                 "php-http/discovery": "Vanilla integration - required for the middleware zero-configuration setup"
8095             },
8096             "type": "library",
8097             "extra": {
8098                 "laravel": {
8099                     "aliases": {
8100                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8101                     },
8102                     "providers": [
8103                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8104                     ]
8105                 }
8106             },
8107             "autoload": {
8108                 "psr-4": {
8109                     "Clockwork\\": "Clockwork/"
8110                 }
8111             },
8112             "notification-url": "https://packagist.org/downloads/",
8113             "license": [
8114                 "MIT"
8115             ],
8116             "authors": [
8117                 {
8118                     "name": "itsgoingd",
8119                     "email": "[email protected]",
8120                     "homepage": "https://twitter.com/itsgoingd"
8121                 }
8122             ],
8123             "description": "php dev tools in your browser",
8124             "homepage": "https://underground.works/clockwork",
8125             "keywords": [
8126                 "Devtools",
8127                 "debugging",
8128                 "laravel",
8129                 "logging",
8130                 "lumen",
8131                 "profiling",
8132                 "slim"
8133             ],
8134             "support": {
8135                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8136                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.3.4"
8137             },
8138             "funding": [
8139                 {
8140                     "url": "https://github.com/itsgoingd",
8141                     "type": "github"
8142                 }
8143             ],
8144             "time": "2025-02-09T15:57:21+00:00"
8145         },
8146         {
8147             "name": "larastan/larastan",
8148             "version": "v3.4.0",
8149             "source": {
8150                 "type": "git",
8151                 "url": "https://github.com/larastan/larastan.git",
8152                 "reference": "1042fa0c2ee490bb6da7381f3323f7292ad68222"
8153             },
8154             "dist": {
8155                 "type": "zip",
8156                 "url": "https://api.github.com/repos/larastan/larastan/zipball/1042fa0c2ee490bb6da7381f3323f7292ad68222",
8157                 "reference": "1042fa0c2ee490bb6da7381f3323f7292ad68222",
8158                 "shasum": ""
8159             },
8160             "require": {
8161                 "ext-json": "*",
8162                 "iamcal/sql-parser": "^0.6.0",
8163                 "illuminate/console": "^11.44.2 || ^12.4.1",
8164                 "illuminate/container": "^11.44.2 || ^12.4.1",
8165                 "illuminate/contracts": "^11.44.2 || ^12.4.1",
8166                 "illuminate/database": "^11.44.2 || ^12.4.1",
8167                 "illuminate/http": "^11.44.2 || ^12.4.1",
8168                 "illuminate/pipeline": "^11.44.2 || ^12.4.1",
8169                 "illuminate/support": "^11.44.2 || ^12.4.1",
8170                 "php": "^8.2",
8171                 "phpstan/phpstan": "^2.1.11"
8172             },
8173             "require-dev": {
8174                 "doctrine/coding-standard": "^13",
8175                 "laravel/framework": "^11.44.2 || ^12.7.2",
8176                 "mockery/mockery": "^1.6.12",
8177                 "nikic/php-parser": "^5.4",
8178                 "orchestra/canvas": "^v9.2.2 || ^10.0.1",
8179                 "orchestra/testbench-core": "^9.12.0 || ^10.1",
8180                 "phpstan/phpstan-deprecation-rules": "^2.0.1",
8181                 "phpunit/phpunit": "^10.5.35 || ^11.5.15"
8182             },
8183             "suggest": {
8184                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8185             },
8186             "type": "phpstan-extension",
8187             "extra": {
8188                 "phpstan": {
8189                     "includes": [
8190                         "extension.neon"
8191                     ]
8192                 },
8193                 "branch-alias": {
8194                     "dev-master": "3.0-dev"
8195                 }
8196             },
8197             "autoload": {
8198                 "psr-4": {
8199                     "Larastan\\Larastan\\": "src/"
8200                 }
8201             },
8202             "notification-url": "https://packagist.org/downloads/",
8203             "license": [
8204                 "MIT"
8205             ],
8206             "authors": [
8207                 {
8208                     "name": "Can Vural",
8209                     "email": "[email protected]"
8210                 }
8211             ],
8212             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel",
8213             "keywords": [
8214                 "PHPStan",
8215                 "code analyse",
8216                 "code analysis",
8217                 "larastan",
8218                 "laravel",
8219                 "package",
8220                 "php",
8221                 "static analysis"
8222             ],
8223             "support": {
8224                 "issues": "https://github.com/larastan/larastan/issues",
8225                 "source": "https://github.com/larastan/larastan/tree/v3.4.0"
8226             },
8227             "funding": [
8228                 {
8229                     "url": "https://github.com/canvural",
8230                     "type": "github"
8231                 }
8232             ],
8233             "time": "2025-04-22T09:44:59+00:00"
8234         },
8235         {
8236             "name": "mockery/mockery",
8237             "version": "1.6.12",
8238             "source": {
8239                 "type": "git",
8240                 "url": "https://github.com/mockery/mockery.git",
8241                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
8242             },
8243             "dist": {
8244                 "type": "zip",
8245                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8246                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8247                 "shasum": ""
8248             },
8249             "require": {
8250                 "hamcrest/hamcrest-php": "^2.0.1",
8251                 "lib-pcre": ">=7.0",
8252                 "php": ">=7.3"
8253             },
8254             "conflict": {
8255                 "phpunit/phpunit": "<8.0"
8256             },
8257             "require-dev": {
8258                 "phpunit/phpunit": "^8.5 || ^9.6.17",
8259                 "symplify/easy-coding-standard": "^12.1.14"
8260             },
8261             "type": "library",
8262             "autoload": {
8263                 "files": [
8264                     "library/helpers.php",
8265                     "library/Mockery.php"
8266                 ],
8267                 "psr-4": {
8268                     "Mockery\\": "library/Mockery"
8269                 }
8270             },
8271             "notification-url": "https://packagist.org/downloads/",
8272             "license": [
8273                 "BSD-3-Clause"
8274             ],
8275             "authors": [
8276                 {
8277                     "name": "Pádraic Brady",
8278                     "email": "[email protected]",
8279                     "homepage": "https://github.com/padraic",
8280                     "role": "Author"
8281                 },
8282                 {
8283                     "name": "Dave Marshall",
8284                     "email": "[email protected]",
8285                     "homepage": "https://davedevelopment.co.uk",
8286                     "role": "Developer"
8287                 },
8288                 {
8289                     "name": "Nathanael Esayeas",
8290                     "email": "[email protected]",
8291                     "homepage": "https://github.com/ghostwriter",
8292                     "role": "Lead Developer"
8293                 }
8294             ],
8295             "description": "Mockery is a simple yet flexible PHP mock object framework",
8296             "homepage": "https://github.com/mockery/mockery",
8297             "keywords": [
8298                 "BDD",
8299                 "TDD",
8300                 "library",
8301                 "mock",
8302                 "mock objects",
8303                 "mockery",
8304                 "stub",
8305                 "test",
8306                 "test double",
8307                 "testing"
8308             ],
8309             "support": {
8310                 "docs": "https://docs.mockery.io/",
8311                 "issues": "https://github.com/mockery/mockery/issues",
8312                 "rss": "https://github.com/mockery/mockery/releases.atom",
8313                 "security": "https://github.com/mockery/mockery/security/advisories",
8314                 "source": "https://github.com/mockery/mockery"
8315             },
8316             "time": "2024-05-16T03:13:13+00:00"
8317         },
8318         {
8319             "name": "myclabs/deep-copy",
8320             "version": "1.13.1",
8321             "source": {
8322                 "type": "git",
8323                 "url": "https://github.com/myclabs/DeepCopy.git",
8324                 "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c"
8325             },
8326             "dist": {
8327                 "type": "zip",
8328                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/1720ddd719e16cf0db4eb1c6eca108031636d46c",
8329                 "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c",
8330                 "shasum": ""
8331             },
8332             "require": {
8333                 "php": "^7.1 || ^8.0"
8334             },
8335             "conflict": {
8336                 "doctrine/collections": "<1.6.8",
8337                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
8338             },
8339             "require-dev": {
8340                 "doctrine/collections": "^1.6.8",
8341                 "doctrine/common": "^2.13.3 || ^3.2.2",
8342                 "phpspec/prophecy": "^1.10",
8343                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8344             },
8345             "type": "library",
8346             "autoload": {
8347                 "files": [
8348                     "src/DeepCopy/deep_copy.php"
8349                 ],
8350                 "psr-4": {
8351                     "DeepCopy\\": "src/DeepCopy/"
8352                 }
8353             },
8354             "notification-url": "https://packagist.org/downloads/",
8355             "license": [
8356                 "MIT"
8357             ],
8358             "description": "Create deep copies (clones) of your objects",
8359             "keywords": [
8360                 "clone",
8361                 "copy",
8362                 "duplicate",
8363                 "object",
8364                 "object graph"
8365             ],
8366             "support": {
8367                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8368                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.1"
8369             },
8370             "funding": [
8371                 {
8372                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8373                     "type": "tidelift"
8374                 }
8375             ],
8376             "time": "2025-04-29T12:36:36+00:00"
8377         },
8378         {
8379             "name": "nunomaduro/collision",
8380             "version": "v8.8.0",
8381             "source": {
8382                 "type": "git",
8383                 "url": "https://github.com/nunomaduro/collision.git",
8384                 "reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8"
8385             },
8386             "dist": {
8387                 "type": "zip",
8388                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/4cf9f3b47afff38b139fb79ce54fc71799022ce8",
8389                 "reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8",
8390                 "shasum": ""
8391             },
8392             "require": {
8393                 "filp/whoops": "^2.18.0",
8394                 "nunomaduro/termwind": "^2.3.0",
8395                 "php": "^8.2.0",
8396                 "symfony/console": "^7.2.5"
8397             },
8398             "conflict": {
8399                 "laravel/framework": "<11.44.2 || >=13.0.0",
8400                 "phpunit/phpunit": "<11.5.15 || >=13.0.0"
8401             },
8402             "require-dev": {
8403                 "brianium/paratest": "^7.8.3",
8404                 "larastan/larastan": "^3.2",
8405                 "laravel/framework": "^11.44.2 || ^12.6",
8406                 "laravel/pint": "^1.21.2",
8407                 "laravel/sail": "^1.41.0",
8408                 "laravel/sanctum": "^4.0.8",
8409                 "laravel/tinker": "^2.10.1",
8410                 "orchestra/testbench-core": "^9.12.0 || ^10.1",
8411                 "pestphp/pest": "^3.8.0",
8412                 "sebastian/environment": "^7.2.0 || ^8.0"
8413             },
8414             "type": "library",
8415             "extra": {
8416                 "laravel": {
8417                     "providers": [
8418                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8419                     ]
8420                 },
8421                 "branch-alias": {
8422                     "dev-8.x": "8.x-dev"
8423                 }
8424             },
8425             "autoload": {
8426                 "files": [
8427                     "./src/Adapters/Phpunit/Autoload.php"
8428                 ],
8429                 "psr-4": {
8430                     "NunoMaduro\\Collision\\": "src/"
8431                 }
8432             },
8433             "notification-url": "https://packagist.org/downloads/",
8434             "license": [
8435                 "MIT"
8436             ],
8437             "authors": [
8438                 {
8439                     "name": "Nuno Maduro",
8440                     "email": "[email protected]"
8441                 }
8442             ],
8443             "description": "Cli error handling for console/command-line PHP applications.",
8444             "keywords": [
8445                 "artisan",
8446                 "cli",
8447                 "command-line",
8448                 "console",
8449                 "dev",
8450                 "error",
8451                 "handling",
8452                 "laravel",
8453                 "laravel-zero",
8454                 "php",
8455                 "symfony"
8456             ],
8457             "support": {
8458                 "issues": "https://github.com/nunomaduro/collision/issues",
8459                 "source": "https://github.com/nunomaduro/collision"
8460             },
8461             "funding": [
8462                 {
8463                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8464                     "type": "custom"
8465                 },
8466                 {
8467                     "url": "https://github.com/nunomaduro",
8468                     "type": "github"
8469                 },
8470                 {
8471                     "url": "https://www.patreon.com/nunomaduro",
8472                     "type": "patreon"
8473                 }
8474             ],
8475             "time": "2025-04-03T14:33:09+00:00"
8476         },
8477         {
8478             "name": "phar-io/manifest",
8479             "version": "2.0.4",
8480             "source": {
8481                 "type": "git",
8482                 "url": "https://github.com/phar-io/manifest.git",
8483                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8484             },
8485             "dist": {
8486                 "type": "zip",
8487                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8488                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8489                 "shasum": ""
8490             },
8491             "require": {
8492                 "ext-dom": "*",
8493                 "ext-libxml": "*",
8494                 "ext-phar": "*",
8495                 "ext-xmlwriter": "*",
8496                 "phar-io/version": "^3.0.1",
8497                 "php": "^7.2 || ^8.0"
8498             },
8499             "type": "library",
8500             "extra": {
8501                 "branch-alias": {
8502                     "dev-master": "2.0.x-dev"
8503                 }
8504             },
8505             "autoload": {
8506                 "classmap": [
8507                     "src/"
8508                 ]
8509             },
8510             "notification-url": "https://packagist.org/downloads/",
8511             "license": [
8512                 "BSD-3-Clause"
8513             ],
8514             "authors": [
8515                 {
8516                     "name": "Arne Blankerts",
8517                     "email": "[email protected]",
8518                     "role": "Developer"
8519                 },
8520                 {
8521                     "name": "Sebastian Heuer",
8522                     "email": "[email protected]",
8523                     "role": "Developer"
8524                 },
8525                 {
8526                     "name": "Sebastian Bergmann",
8527                     "email": "[email protected]",
8528                     "role": "Developer"
8529                 }
8530             ],
8531             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8532             "support": {
8533                 "issues": "https://github.com/phar-io/manifest/issues",
8534                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8535             },
8536             "funding": [
8537                 {
8538                     "url": "https://github.com/theseer",
8539                     "type": "github"
8540                 }
8541             ],
8542             "time": "2024-03-03T12:33:53+00:00"
8543         },
8544         {
8545             "name": "phar-io/version",
8546             "version": "3.2.1",
8547             "source": {
8548                 "type": "git",
8549                 "url": "https://github.com/phar-io/version.git",
8550                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8551             },
8552             "dist": {
8553                 "type": "zip",
8554                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8555                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8556                 "shasum": ""
8557             },
8558             "require": {
8559                 "php": "^7.2 || ^8.0"
8560             },
8561             "type": "library",
8562             "autoload": {
8563                 "classmap": [
8564                     "src/"
8565                 ]
8566             },
8567             "notification-url": "https://packagist.org/downloads/",
8568             "license": [
8569                 "BSD-3-Clause"
8570             ],
8571             "authors": [
8572                 {
8573                     "name": "Arne Blankerts",
8574                     "email": "[email protected]",
8575                     "role": "Developer"
8576                 },
8577                 {
8578                     "name": "Sebastian Heuer",
8579                     "email": "[email protected]",
8580                     "role": "Developer"
8581                 },
8582                 {
8583                     "name": "Sebastian Bergmann",
8584                     "email": "[email protected]",
8585                     "role": "Developer"
8586                 }
8587             ],
8588             "description": "Library for handling version information and constraints",
8589             "support": {
8590                 "issues": "https://github.com/phar-io/version/issues",
8591                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8592             },
8593             "time": "2022-02-21T01:04:05+00:00"
8594         },
8595         {
8596             "name": "phpstan/phpstan",
8597             "version": "2.1.17",
8598             "source": {
8599                 "type": "git",
8600                 "url": "https://github.com/phpstan/phpstan.git",
8601                 "reference": "89b5ef665716fa2a52ecd2633f21007a6a349053"
8602             },
8603             "dist": {
8604                 "type": "zip",
8605                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/89b5ef665716fa2a52ecd2633f21007a6a349053",
8606                 "reference": "89b5ef665716fa2a52ecd2633f21007a6a349053",
8607                 "shasum": ""
8608             },
8609             "require": {
8610                 "php": "^7.4|^8.0"
8611             },
8612             "conflict": {
8613                 "phpstan/phpstan-shim": "*"
8614             },
8615             "bin": [
8616                 "phpstan",
8617                 "phpstan.phar"
8618             ],
8619             "type": "library",
8620             "autoload": {
8621                 "files": [
8622                     "bootstrap.php"
8623                 ]
8624             },
8625             "notification-url": "https://packagist.org/downloads/",
8626             "license": [
8627                 "MIT"
8628             ],
8629             "description": "PHPStan - PHP Static Analysis Tool",
8630             "keywords": [
8631                 "dev",
8632                 "static analysis"
8633             ],
8634             "support": {
8635                 "docs": "https://phpstan.org/user-guide/getting-started",
8636                 "forum": "https://github.com/phpstan/phpstan/discussions",
8637                 "issues": "https://github.com/phpstan/phpstan/issues",
8638                 "security": "https://github.com/phpstan/phpstan/security/policy",
8639                 "source": "https://github.com/phpstan/phpstan-src"
8640             },
8641             "funding": [
8642                 {
8643                     "url": "https://github.com/ondrejmirtes",
8644                     "type": "github"
8645                 },
8646                 {
8647                     "url": "https://github.com/phpstan",
8648                     "type": "github"
8649                 }
8650             ],
8651             "time": "2025-05-21T20:55:28+00:00"
8652         },
8653         {
8654             "name": "phpunit/php-code-coverage",
8655             "version": "11.0.9",
8656             "source": {
8657                 "type": "git",
8658                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8659                 "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7"
8660             },
8661             "dist": {
8662                 "type": "zip",
8663                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
8664                 "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
8665                 "shasum": ""
8666             },
8667             "require": {
8668                 "ext-dom": "*",
8669                 "ext-libxml": "*",
8670                 "ext-xmlwriter": "*",
8671                 "nikic/php-parser": "^5.4.0",
8672                 "php": ">=8.2",
8673                 "phpunit/php-file-iterator": "^5.1.0",
8674                 "phpunit/php-text-template": "^4.0.1",
8675                 "sebastian/code-unit-reverse-lookup": "^4.0.1",
8676                 "sebastian/complexity": "^4.0.1",
8677                 "sebastian/environment": "^7.2.0",
8678                 "sebastian/lines-of-code": "^3.0.1",
8679                 "sebastian/version": "^5.0.2",
8680                 "theseer/tokenizer": "^1.2.3"
8681             },
8682             "require-dev": {
8683                 "phpunit/phpunit": "^11.5.2"
8684             },
8685             "suggest": {
8686                 "ext-pcov": "PHP extension that provides line coverage",
8687                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8688             },
8689             "type": "library",
8690             "extra": {
8691                 "branch-alias": {
8692                     "dev-main": "11.0.x-dev"
8693                 }
8694             },
8695             "autoload": {
8696                 "classmap": [
8697                     "src/"
8698                 ]
8699             },
8700             "notification-url": "https://packagist.org/downloads/",
8701             "license": [
8702                 "BSD-3-Clause"
8703             ],
8704             "authors": [
8705                 {
8706                     "name": "Sebastian Bergmann",
8707                     "email": "[email protected]",
8708                     "role": "lead"
8709                 }
8710             ],
8711             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8712             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8713             "keywords": [
8714                 "coverage",
8715                 "testing",
8716                 "xunit"
8717             ],
8718             "support": {
8719                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8720                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8721                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9"
8722             },
8723             "funding": [
8724                 {
8725                     "url": "https://github.com/sebastianbergmann",
8726                     "type": "github"
8727                 }
8728             ],
8729             "time": "2025-02-25T13:26:39+00:00"
8730         },
8731         {
8732             "name": "phpunit/php-file-iterator",
8733             "version": "5.1.0",
8734             "source": {
8735                 "type": "git",
8736                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8737                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
8738             },
8739             "dist": {
8740                 "type": "zip",
8741                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
8742                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
8743                 "shasum": ""
8744             },
8745             "require": {
8746                 "php": ">=8.2"
8747             },
8748             "require-dev": {
8749                 "phpunit/phpunit": "^11.0"
8750             },
8751             "type": "library",
8752             "extra": {
8753                 "branch-alias": {
8754                     "dev-main": "5.0-dev"
8755                 }
8756             },
8757             "autoload": {
8758                 "classmap": [
8759                     "src/"
8760                 ]
8761             },
8762             "notification-url": "https://packagist.org/downloads/",
8763             "license": [
8764                 "BSD-3-Clause"
8765             ],
8766             "authors": [
8767                 {
8768                     "name": "Sebastian Bergmann",
8769                     "email": "[email protected]",
8770                     "role": "lead"
8771                 }
8772             ],
8773             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8774             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8775             "keywords": [
8776                 "filesystem",
8777                 "iterator"
8778             ],
8779             "support": {
8780                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8781                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
8782                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
8783             },
8784             "funding": [
8785                 {
8786                     "url": "https://github.com/sebastianbergmann",
8787                     "type": "github"
8788                 }
8789             ],
8790             "time": "2024-08-27T05:02:59+00:00"
8791         },
8792         {
8793             "name": "phpunit/php-invoker",
8794             "version": "5.0.1",
8795             "source": {
8796                 "type": "git",
8797                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8798                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
8799             },
8800             "dist": {
8801                 "type": "zip",
8802                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
8803                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
8804                 "shasum": ""
8805             },
8806             "require": {
8807                 "php": ">=8.2"
8808             },
8809             "require-dev": {
8810                 "ext-pcntl": "*",
8811                 "phpunit/phpunit": "^11.0"
8812             },
8813             "suggest": {
8814                 "ext-pcntl": "*"
8815             },
8816             "type": "library",
8817             "extra": {
8818                 "branch-alias": {
8819                     "dev-main": "5.0-dev"
8820                 }
8821             },
8822             "autoload": {
8823                 "classmap": [
8824                     "src/"
8825                 ]
8826             },
8827             "notification-url": "https://packagist.org/downloads/",
8828             "license": [
8829                 "BSD-3-Clause"
8830             ],
8831             "authors": [
8832                 {
8833                     "name": "Sebastian Bergmann",
8834                     "email": "[email protected]",
8835                     "role": "lead"
8836                 }
8837             ],
8838             "description": "Invoke callables with a timeout",
8839             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8840             "keywords": [
8841                 "process"
8842             ],
8843             "support": {
8844                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8845                 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
8846                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
8847             },
8848             "funding": [
8849                 {
8850                     "url": "https://github.com/sebastianbergmann",
8851                     "type": "github"
8852                 }
8853             ],
8854             "time": "2024-07-03T05:07:44+00:00"
8855         },
8856         {
8857             "name": "phpunit/php-text-template",
8858             "version": "4.0.1",
8859             "source": {
8860                 "type": "git",
8861                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8862                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
8863             },
8864             "dist": {
8865                 "type": "zip",
8866                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8867                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8868                 "shasum": ""
8869             },
8870             "require": {
8871                 "php": ">=8.2"
8872             },
8873             "require-dev": {
8874                 "phpunit/phpunit": "^11.0"
8875             },
8876             "type": "library",
8877             "extra": {
8878                 "branch-alias": {
8879                     "dev-main": "4.0-dev"
8880                 }
8881             },
8882             "autoload": {
8883                 "classmap": [
8884                     "src/"
8885                 ]
8886             },
8887             "notification-url": "https://packagist.org/downloads/",
8888             "license": [
8889                 "BSD-3-Clause"
8890             ],
8891             "authors": [
8892                 {
8893                     "name": "Sebastian Bergmann",
8894                     "email": "[email protected]",
8895                     "role": "lead"
8896                 }
8897             ],
8898             "description": "Simple template engine.",
8899             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8900             "keywords": [
8901                 "template"
8902             ],
8903             "support": {
8904                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8905                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
8906                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
8907             },
8908             "funding": [
8909                 {
8910                     "url": "https://github.com/sebastianbergmann",
8911                     "type": "github"
8912                 }
8913             ],
8914             "time": "2024-07-03T05:08:43+00:00"
8915         },
8916         {
8917             "name": "phpunit/php-timer",
8918             "version": "7.0.1",
8919             "source": {
8920                 "type": "git",
8921                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8922                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
8923             },
8924             "dist": {
8925                 "type": "zip",
8926                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8927                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8928                 "shasum": ""
8929             },
8930             "require": {
8931                 "php": ">=8.2"
8932             },
8933             "require-dev": {
8934                 "phpunit/phpunit": "^11.0"
8935             },
8936             "type": "library",
8937             "extra": {
8938                 "branch-alias": {
8939                     "dev-main": "7.0-dev"
8940                 }
8941             },
8942             "autoload": {
8943                 "classmap": [
8944                     "src/"
8945                 ]
8946             },
8947             "notification-url": "https://packagist.org/downloads/",
8948             "license": [
8949                 "BSD-3-Clause"
8950             ],
8951             "authors": [
8952                 {
8953                     "name": "Sebastian Bergmann",
8954                     "email": "[email protected]",
8955                     "role": "lead"
8956                 }
8957             ],
8958             "description": "Utility class for timing",
8959             "homepage": "https://github.com/sebastianbergmann/php-timer/",
8960             "keywords": [
8961                 "timer"
8962             ],
8963             "support": {
8964                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
8965                 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
8966                 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
8967             },
8968             "funding": [
8969                 {
8970                     "url": "https://github.com/sebastianbergmann",
8971                     "type": "github"
8972                 }
8973             ],
8974             "time": "2024-07-03T05:09:35+00:00"
8975         },
8976         {
8977             "name": "phpunit/phpunit",
8978             "version": "11.5.21",
8979             "source": {
8980                 "type": "git",
8981                 "url": "https://github.com/sebastianbergmann/phpunit.git",
8982                 "reference": "d565e2cdc21a7db9dc6c399c1fc2083b8010f289"
8983             },
8984             "dist": {
8985                 "type": "zip",
8986                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d565e2cdc21a7db9dc6c399c1fc2083b8010f289",
8987                 "reference": "d565e2cdc21a7db9dc6c399c1fc2083b8010f289",
8988                 "shasum": ""
8989             },
8990             "require": {
8991                 "ext-dom": "*",
8992                 "ext-json": "*",
8993                 "ext-libxml": "*",
8994                 "ext-mbstring": "*",
8995                 "ext-xml": "*",
8996                 "ext-xmlwriter": "*",
8997                 "myclabs/deep-copy": "^1.13.1",
8998                 "phar-io/manifest": "^2.0.4",
8999                 "phar-io/version": "^3.2.1",
9000                 "php": ">=8.2",
9001                 "phpunit/php-code-coverage": "^11.0.9",
9002                 "phpunit/php-file-iterator": "^5.1.0",
9003                 "phpunit/php-invoker": "^5.0.1",
9004                 "phpunit/php-text-template": "^4.0.1",
9005                 "phpunit/php-timer": "^7.0.1",
9006                 "sebastian/cli-parser": "^3.0.2",
9007                 "sebastian/code-unit": "^3.0.3",
9008                 "sebastian/comparator": "^6.3.1",
9009                 "sebastian/diff": "^6.0.2",
9010                 "sebastian/environment": "^7.2.1",
9011                 "sebastian/exporter": "^6.3.0",
9012                 "sebastian/global-state": "^7.0.2",
9013                 "sebastian/object-enumerator": "^6.0.1",
9014                 "sebastian/type": "^5.1.2",
9015                 "sebastian/version": "^5.0.2",
9016                 "staabm/side-effects-detector": "^1.0.5"
9017             },
9018             "suggest": {
9019                 "ext-soap": "To be able to generate mocks based on WSDL files"
9020             },
9021             "bin": [
9022                 "phpunit"
9023             ],
9024             "type": "library",
9025             "extra": {
9026                 "branch-alias": {
9027                     "dev-main": "11.5-dev"
9028                 }
9029             },
9030             "autoload": {
9031                 "files": [
9032                     "src/Framework/Assert/Functions.php"
9033                 ],
9034                 "classmap": [
9035                     "src/"
9036                 ]
9037             },
9038             "notification-url": "https://packagist.org/downloads/",
9039             "license": [
9040                 "BSD-3-Clause"
9041             ],
9042             "authors": [
9043                 {
9044                     "name": "Sebastian Bergmann",
9045                     "email": "[email protected]",
9046                     "role": "lead"
9047                 }
9048             ],
9049             "description": "The PHP Unit Testing framework.",
9050             "homepage": "https://phpunit.de/",
9051             "keywords": [
9052                 "phpunit",
9053                 "testing",
9054                 "xunit"
9055             ],
9056             "support": {
9057                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9058                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9059                 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.21"
9060             },
9061             "funding": [
9062                 {
9063                     "url": "https://phpunit.de/sponsors.html",
9064                     "type": "custom"
9065                 },
9066                 {
9067                     "url": "https://github.com/sebastianbergmann",
9068                     "type": "github"
9069                 },
9070                 {
9071                     "url": "https://liberapay.com/sebastianbergmann",
9072                     "type": "liberapay"
9073                 },
9074                 {
9075                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9076                     "type": "thanks_dev"
9077                 },
9078                 {
9079                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9080                     "type": "tidelift"
9081                 }
9082             ],
9083             "time": "2025-05-21T12:35:00+00:00"
9084         },
9085         {
9086             "name": "sebastian/cli-parser",
9087             "version": "3.0.2",
9088             "source": {
9089                 "type": "git",
9090                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9091                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
9092             },
9093             "dist": {
9094                 "type": "zip",
9095                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
9096                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
9097                 "shasum": ""
9098             },
9099             "require": {
9100                 "php": ">=8.2"
9101             },
9102             "require-dev": {
9103                 "phpunit/phpunit": "^11.0"
9104             },
9105             "type": "library",
9106             "extra": {
9107                 "branch-alias": {
9108                     "dev-main": "3.0-dev"
9109                 }
9110             },
9111             "autoload": {
9112                 "classmap": [
9113                     "src/"
9114                 ]
9115             },
9116             "notification-url": "https://packagist.org/downloads/",
9117             "license": [
9118                 "BSD-3-Clause"
9119             ],
9120             "authors": [
9121                 {
9122                     "name": "Sebastian Bergmann",
9123                     "email": "[email protected]",
9124                     "role": "lead"
9125                 }
9126             ],
9127             "description": "Library for parsing CLI options",
9128             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9129             "support": {
9130                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9131                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9132                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
9133             },
9134             "funding": [
9135                 {
9136                     "url": "https://github.com/sebastianbergmann",
9137                     "type": "github"
9138                 }
9139             ],
9140             "time": "2024-07-03T04:41:36+00:00"
9141         },
9142         {
9143             "name": "sebastian/code-unit",
9144             "version": "3.0.3",
9145             "source": {
9146                 "type": "git",
9147                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9148                 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
9149             },
9150             "dist": {
9151                 "type": "zip",
9152                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
9153                 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
9154                 "shasum": ""
9155             },
9156             "require": {
9157                 "php": ">=8.2"
9158             },
9159             "require-dev": {
9160                 "phpunit/phpunit": "^11.5"
9161             },
9162             "type": "library",
9163             "extra": {
9164                 "branch-alias": {
9165                     "dev-main": "3.0-dev"
9166                 }
9167             },
9168             "autoload": {
9169                 "classmap": [
9170                     "src/"
9171                 ]
9172             },
9173             "notification-url": "https://packagist.org/downloads/",
9174             "license": [
9175                 "BSD-3-Clause"
9176             ],
9177             "authors": [
9178                 {
9179                     "name": "Sebastian Bergmann",
9180                     "email": "[email protected]",
9181                     "role": "lead"
9182                 }
9183             ],
9184             "description": "Collection of value objects that represent the PHP code units",
9185             "homepage": "https://github.com/sebastianbergmann/code-unit",
9186             "support": {
9187                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9188                 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
9189                 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
9190             },
9191             "funding": [
9192                 {
9193                     "url": "https://github.com/sebastianbergmann",
9194                     "type": "github"
9195                 }
9196             ],
9197             "time": "2025-03-19T07:56:08+00:00"
9198         },
9199         {
9200             "name": "sebastian/code-unit-reverse-lookup",
9201             "version": "4.0.1",
9202             "source": {
9203                 "type": "git",
9204                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9205                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
9206             },
9207             "dist": {
9208                 "type": "zip",
9209                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
9210                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
9211                 "shasum": ""
9212             },
9213             "require": {
9214                 "php": ">=8.2"
9215             },
9216             "require-dev": {
9217                 "phpunit/phpunit": "^11.0"
9218             },
9219             "type": "library",
9220             "extra": {
9221                 "branch-alias": {
9222                     "dev-main": "4.0-dev"
9223                 }
9224             },
9225             "autoload": {
9226                 "classmap": [
9227                     "src/"
9228                 ]
9229             },
9230             "notification-url": "https://packagist.org/downloads/",
9231             "license": [
9232                 "BSD-3-Clause"
9233             ],
9234             "authors": [
9235                 {
9236                     "name": "Sebastian Bergmann",
9237                     "email": "[email protected]"
9238                 }
9239             ],
9240             "description": "Looks up which function or method a line of code belongs to",
9241             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9242             "support": {
9243                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9244                 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
9245                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
9246             },
9247             "funding": [
9248                 {
9249                     "url": "https://github.com/sebastianbergmann",
9250                     "type": "github"
9251                 }
9252             ],
9253             "time": "2024-07-03T04:45:54+00:00"
9254         },
9255         {
9256             "name": "sebastian/comparator",
9257             "version": "6.3.1",
9258             "source": {
9259                 "type": "git",
9260                 "url": "https://github.com/sebastianbergmann/comparator.git",
9261                 "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959"
9262             },
9263             "dist": {
9264                 "type": "zip",
9265                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
9266                 "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
9267                 "shasum": ""
9268             },
9269             "require": {
9270                 "ext-dom": "*",
9271                 "ext-mbstring": "*",
9272                 "php": ">=8.2",
9273                 "sebastian/diff": "^6.0",
9274                 "sebastian/exporter": "^6.0"
9275             },
9276             "require-dev": {
9277                 "phpunit/phpunit": "^11.4"
9278             },
9279             "suggest": {
9280                 "ext-bcmath": "For comparing BcMath\\Number objects"
9281             },
9282             "type": "library",
9283             "extra": {
9284                 "branch-alias": {
9285                     "dev-main": "6.3-dev"
9286                 }
9287             },
9288             "autoload": {
9289                 "classmap": [
9290                     "src/"
9291                 ]
9292             },
9293             "notification-url": "https://packagist.org/downloads/",
9294             "license": [
9295                 "BSD-3-Clause"
9296             ],
9297             "authors": [
9298                 {
9299                     "name": "Sebastian Bergmann",
9300                     "email": "[email protected]"
9301                 },
9302                 {
9303                     "name": "Jeff Welch",
9304                     "email": "[email protected]"
9305                 },
9306                 {
9307                     "name": "Volker Dusch",
9308                     "email": "[email protected]"
9309                 },
9310                 {
9311                     "name": "Bernhard Schussek",
9312                     "email": "[email protected]"
9313                 }
9314             ],
9315             "description": "Provides the functionality to compare PHP values for equality",
9316             "homepage": "https://github.com/sebastianbergmann/comparator",
9317             "keywords": [
9318                 "comparator",
9319                 "compare",
9320                 "equality"
9321             ],
9322             "support": {
9323                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9324                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9325                 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.1"
9326             },
9327             "funding": [
9328                 {
9329                     "url": "https://github.com/sebastianbergmann",
9330                     "type": "github"
9331                 }
9332             ],
9333             "time": "2025-03-07T06:57:01+00:00"
9334         },
9335         {
9336             "name": "sebastian/complexity",
9337             "version": "4.0.1",
9338             "source": {
9339                 "type": "git",
9340                 "url": "https://github.com/sebastianbergmann/complexity.git",
9341                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
9342             },
9343             "dist": {
9344                 "type": "zip",
9345                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
9346                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
9347                 "shasum": ""
9348             },
9349             "require": {
9350                 "nikic/php-parser": "^5.0",
9351                 "php": ">=8.2"
9352             },
9353             "require-dev": {
9354                 "phpunit/phpunit": "^11.0"
9355             },
9356             "type": "library",
9357             "extra": {
9358                 "branch-alias": {
9359                     "dev-main": "4.0-dev"
9360                 }
9361             },
9362             "autoload": {
9363                 "classmap": [
9364                     "src/"
9365                 ]
9366             },
9367             "notification-url": "https://packagist.org/downloads/",
9368             "license": [
9369                 "BSD-3-Clause"
9370             ],
9371             "authors": [
9372                 {
9373                     "name": "Sebastian Bergmann",
9374                     "email": "[email protected]",
9375                     "role": "lead"
9376                 }
9377             ],
9378             "description": "Library for calculating the complexity of PHP code units",
9379             "homepage": "https://github.com/sebastianbergmann/complexity",
9380             "support": {
9381                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9382                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9383                 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
9384             },
9385             "funding": [
9386                 {
9387                     "url": "https://github.com/sebastianbergmann",
9388                     "type": "github"
9389                 }
9390             ],
9391             "time": "2024-07-03T04:49:50+00:00"
9392         },
9393         {
9394             "name": "sebastian/diff",
9395             "version": "6.0.2",
9396             "source": {
9397                 "type": "git",
9398                 "url": "https://github.com/sebastianbergmann/diff.git",
9399                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
9400             },
9401             "dist": {
9402                 "type": "zip",
9403                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
9404                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
9405                 "shasum": ""
9406             },
9407             "require": {
9408                 "php": ">=8.2"
9409             },
9410             "require-dev": {
9411                 "phpunit/phpunit": "^11.0",
9412                 "symfony/process": "^4.2 || ^5"
9413             },
9414             "type": "library",
9415             "extra": {
9416                 "branch-alias": {
9417                     "dev-main": "6.0-dev"
9418                 }
9419             },
9420             "autoload": {
9421                 "classmap": [
9422                     "src/"
9423                 ]
9424             },
9425             "notification-url": "https://packagist.org/downloads/",
9426             "license": [
9427                 "BSD-3-Clause"
9428             ],
9429             "authors": [
9430                 {
9431                     "name": "Sebastian Bergmann",
9432                     "email": "[email protected]"
9433                 },
9434                 {
9435                     "name": "Kore Nordmann",
9436                     "email": "[email protected]"
9437                 }
9438             ],
9439             "description": "Diff implementation",
9440             "homepage": "https://github.com/sebastianbergmann/diff",
9441             "keywords": [
9442                 "diff",
9443                 "udiff",
9444                 "unidiff",
9445                 "unified diff"
9446             ],
9447             "support": {
9448                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9449                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9450                 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
9451             },
9452             "funding": [
9453                 {
9454                     "url": "https://github.com/sebastianbergmann",
9455                     "type": "github"
9456                 }
9457             ],
9458             "time": "2024-07-03T04:53:05+00:00"
9459         },
9460         {
9461             "name": "sebastian/environment",
9462             "version": "7.2.1",
9463             "source": {
9464                 "type": "git",
9465                 "url": "https://github.com/sebastianbergmann/environment.git",
9466                 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"
9467             },
9468             "dist": {
9469                 "type": "zip",
9470                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4",
9471                 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",
9472                 "shasum": ""
9473             },
9474             "require": {
9475                 "php": ">=8.2"
9476             },
9477             "require-dev": {
9478                 "phpunit/phpunit": "^11.3"
9479             },
9480             "suggest": {
9481                 "ext-posix": "*"
9482             },
9483             "type": "library",
9484             "extra": {
9485                 "branch-alias": {
9486                     "dev-main": "7.2-dev"
9487                 }
9488             },
9489             "autoload": {
9490                 "classmap": [
9491                     "src/"
9492                 ]
9493             },
9494             "notification-url": "https://packagist.org/downloads/",
9495             "license": [
9496                 "BSD-3-Clause"
9497             ],
9498             "authors": [
9499                 {
9500                     "name": "Sebastian Bergmann",
9501                     "email": "[email protected]"
9502                 }
9503             ],
9504             "description": "Provides functionality to handle HHVM/PHP environments",
9505             "homepage": "https://github.com/sebastianbergmann/environment",
9506             "keywords": [
9507                 "Xdebug",
9508                 "environment",
9509                 "hhvm"
9510             ],
9511             "support": {
9512                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9513                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9514                 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.1"
9515             },
9516             "funding": [
9517                 {
9518                     "url": "https://github.com/sebastianbergmann",
9519                     "type": "github"
9520                 },
9521                 {
9522                     "url": "https://liberapay.com/sebastianbergmann",
9523                     "type": "liberapay"
9524                 },
9525                 {
9526                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
9527                     "type": "thanks_dev"
9528                 },
9529                 {
9530                     "url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
9531                     "type": "tidelift"
9532                 }
9533             ],
9534             "time": "2025-05-21T11:55:47+00:00"
9535         },
9536         {
9537             "name": "sebastian/exporter",
9538             "version": "6.3.0",
9539             "source": {
9540                 "type": "git",
9541                 "url": "https://github.com/sebastianbergmann/exporter.git",
9542                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
9543             },
9544             "dist": {
9545                 "type": "zip",
9546                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
9547                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
9548                 "shasum": ""
9549             },
9550             "require": {
9551                 "ext-mbstring": "*",
9552                 "php": ">=8.2",
9553                 "sebastian/recursion-context": "^6.0"
9554             },
9555             "require-dev": {
9556                 "phpunit/phpunit": "^11.3"
9557             },
9558             "type": "library",
9559             "extra": {
9560                 "branch-alias": {
9561                     "dev-main": "6.1-dev"
9562                 }
9563             },
9564             "autoload": {
9565                 "classmap": [
9566                     "src/"
9567                 ]
9568             },
9569             "notification-url": "https://packagist.org/downloads/",
9570             "license": [
9571                 "BSD-3-Clause"
9572             ],
9573             "authors": [
9574                 {
9575                     "name": "Sebastian Bergmann",
9576                     "email": "[email protected]"
9577                 },
9578                 {
9579                     "name": "Jeff Welch",
9580                     "email": "[email protected]"
9581                 },
9582                 {
9583                     "name": "Volker Dusch",
9584                     "email": "[email protected]"
9585                 },
9586                 {
9587                     "name": "Adam Harvey",
9588                     "email": "[email protected]"
9589                 },
9590                 {
9591                     "name": "Bernhard Schussek",
9592                     "email": "[email protected]"
9593                 }
9594             ],
9595             "description": "Provides the functionality to export PHP variables for visualization",
9596             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9597             "keywords": [
9598                 "export",
9599                 "exporter"
9600             ],
9601             "support": {
9602                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9603                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9604                 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
9605             },
9606             "funding": [
9607                 {
9608                     "url": "https://github.com/sebastianbergmann",
9609                     "type": "github"
9610                 }
9611             ],
9612             "time": "2024-12-05T09:17:50+00:00"
9613         },
9614         {
9615             "name": "sebastian/global-state",
9616             "version": "7.0.2",
9617             "source": {
9618                 "type": "git",
9619                 "url": "https://github.com/sebastianbergmann/global-state.git",
9620                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
9621             },
9622             "dist": {
9623                 "type": "zip",
9624                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
9625                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
9626                 "shasum": ""
9627             },
9628             "require": {
9629                 "php": ">=8.2",
9630                 "sebastian/object-reflector": "^4.0",
9631                 "sebastian/recursion-context": "^6.0"
9632             },
9633             "require-dev": {
9634                 "ext-dom": "*",
9635                 "phpunit/phpunit": "^11.0"
9636             },
9637             "type": "library",
9638             "extra": {
9639                 "branch-alias": {
9640                     "dev-main": "7.0-dev"
9641                 }
9642             },
9643             "autoload": {
9644                 "classmap": [
9645                     "src/"
9646                 ]
9647             },
9648             "notification-url": "https://packagist.org/downloads/",
9649             "license": [
9650                 "BSD-3-Clause"
9651             ],
9652             "authors": [
9653                 {
9654                     "name": "Sebastian Bergmann",
9655                     "email": "[email protected]"
9656                 }
9657             ],
9658             "description": "Snapshotting of global state",
9659             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9660             "keywords": [
9661                 "global state"
9662             ],
9663             "support": {
9664                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9665                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9666                 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
9667             },
9668             "funding": [
9669                 {
9670                     "url": "https://github.com/sebastianbergmann",
9671                     "type": "github"
9672                 }
9673             ],
9674             "time": "2024-07-03T04:57:36+00:00"
9675         },
9676         {
9677             "name": "sebastian/lines-of-code",
9678             "version": "3.0.1",
9679             "source": {
9680                 "type": "git",
9681                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9682                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
9683             },
9684             "dist": {
9685                 "type": "zip",
9686                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9687                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9688                 "shasum": ""
9689             },
9690             "require": {
9691                 "nikic/php-parser": "^5.0",
9692                 "php": ">=8.2"
9693             },
9694             "require-dev": {
9695                 "phpunit/phpunit": "^11.0"
9696             },
9697             "type": "library",
9698             "extra": {
9699                 "branch-alias": {
9700                     "dev-main": "3.0-dev"
9701                 }
9702             },
9703             "autoload": {
9704                 "classmap": [
9705                     "src/"
9706                 ]
9707             },
9708             "notification-url": "https://packagist.org/downloads/",
9709             "license": [
9710                 "BSD-3-Clause"
9711             ],
9712             "authors": [
9713                 {
9714                     "name": "Sebastian Bergmann",
9715                     "email": "[email protected]",
9716                     "role": "lead"
9717                 }
9718             ],
9719             "description": "Library for counting the lines of code in PHP source code",
9720             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9721             "support": {
9722                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9723                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9724                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
9725             },
9726             "funding": [
9727                 {
9728                     "url": "https://github.com/sebastianbergmann",
9729                     "type": "github"
9730                 }
9731             ],
9732             "time": "2024-07-03T04:58:38+00:00"
9733         },
9734         {
9735             "name": "sebastian/object-enumerator",
9736             "version": "6.0.1",
9737             "source": {
9738                 "type": "git",
9739                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9740                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
9741             },
9742             "dist": {
9743                 "type": "zip",
9744                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
9745                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
9746                 "shasum": ""
9747             },
9748             "require": {
9749                 "php": ">=8.2",
9750                 "sebastian/object-reflector": "^4.0",
9751                 "sebastian/recursion-context": "^6.0"
9752             },
9753             "require-dev": {
9754                 "phpunit/phpunit": "^11.0"
9755             },
9756             "type": "library",
9757             "extra": {
9758                 "branch-alias": {
9759                     "dev-main": "6.0-dev"
9760                 }
9761             },
9762             "autoload": {
9763                 "classmap": [
9764                     "src/"
9765                 ]
9766             },
9767             "notification-url": "https://packagist.org/downloads/",
9768             "license": [
9769                 "BSD-3-Clause"
9770             ],
9771             "authors": [
9772                 {
9773                     "name": "Sebastian Bergmann",
9774                     "email": "[email protected]"
9775                 }
9776             ],
9777             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9778             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9779             "support": {
9780                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9781                 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
9782                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
9783             },
9784             "funding": [
9785                 {
9786                     "url": "https://github.com/sebastianbergmann",
9787                     "type": "github"
9788                 }
9789             ],
9790             "time": "2024-07-03T05:00:13+00:00"
9791         },
9792         {
9793             "name": "sebastian/object-reflector",
9794             "version": "4.0.1",
9795             "source": {
9796                 "type": "git",
9797                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9798                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
9799             },
9800             "dist": {
9801                 "type": "zip",
9802                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9803                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9804                 "shasum": ""
9805             },
9806             "require": {
9807                 "php": ">=8.2"
9808             },
9809             "require-dev": {
9810                 "phpunit/phpunit": "^11.0"
9811             },
9812             "type": "library",
9813             "extra": {
9814                 "branch-alias": {
9815                     "dev-main": "4.0-dev"
9816                 }
9817             },
9818             "autoload": {
9819                 "classmap": [
9820                     "src/"
9821                 ]
9822             },
9823             "notification-url": "https://packagist.org/downloads/",
9824             "license": [
9825                 "BSD-3-Clause"
9826             ],
9827             "authors": [
9828                 {
9829                     "name": "Sebastian Bergmann",
9830                     "email": "[email protected]"
9831                 }
9832             ],
9833             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9834             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9835             "support": {
9836                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9837                 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
9838                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
9839             },
9840             "funding": [
9841                 {
9842                     "url": "https://github.com/sebastianbergmann",
9843                     "type": "github"
9844                 }
9845             ],
9846             "time": "2024-07-03T05:01:32+00:00"
9847         },
9848         {
9849             "name": "sebastian/recursion-context",
9850             "version": "6.0.2",
9851             "source": {
9852                 "type": "git",
9853                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9854                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
9855             },
9856             "dist": {
9857                 "type": "zip",
9858                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
9859                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
9860                 "shasum": ""
9861             },
9862             "require": {
9863                 "php": ">=8.2"
9864             },
9865             "require-dev": {
9866                 "phpunit/phpunit": "^11.0"
9867             },
9868             "type": "library",
9869             "extra": {
9870                 "branch-alias": {
9871                     "dev-main": "6.0-dev"
9872                 }
9873             },
9874             "autoload": {
9875                 "classmap": [
9876                     "src/"
9877                 ]
9878             },
9879             "notification-url": "https://packagist.org/downloads/",
9880             "license": [
9881                 "BSD-3-Clause"
9882             ],
9883             "authors": [
9884                 {
9885                     "name": "Sebastian Bergmann",
9886                     "email": "[email protected]"
9887                 },
9888                 {
9889                     "name": "Jeff Welch",
9890                     "email": "[email protected]"
9891                 },
9892                 {
9893                     "name": "Adam Harvey",
9894                     "email": "[email protected]"
9895                 }
9896             ],
9897             "description": "Provides functionality to recursively process PHP variables",
9898             "homepage": "https://github.com/sebastianbergmann/recursion-context",
9899             "support": {
9900                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9901                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
9902                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
9903             },
9904             "funding": [
9905                 {
9906                     "url": "https://github.com/sebastianbergmann",
9907                     "type": "github"
9908                 }
9909             ],
9910             "time": "2024-07-03T05:10:34+00:00"
9911         },
9912         {
9913             "name": "sebastian/type",
9914             "version": "5.1.2",
9915             "source": {
9916                 "type": "git",
9917                 "url": "https://github.com/sebastianbergmann/type.git",
9918                 "reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e"
9919             },
9920             "dist": {
9921                 "type": "zip",
9922                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/a8a7e30534b0eb0c77cd9d07e82de1a114389f5e",
9923                 "reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e",
9924                 "shasum": ""
9925             },
9926             "require": {
9927                 "php": ">=8.2"
9928             },
9929             "require-dev": {
9930                 "phpunit/phpunit": "^11.3"
9931             },
9932             "type": "library",
9933             "extra": {
9934                 "branch-alias": {
9935                     "dev-main": "5.1-dev"
9936                 }
9937             },
9938             "autoload": {
9939                 "classmap": [
9940                     "src/"
9941                 ]
9942             },
9943             "notification-url": "https://packagist.org/downloads/",
9944             "license": [
9945                 "BSD-3-Clause"
9946             ],
9947             "authors": [
9948                 {
9949                     "name": "Sebastian Bergmann",
9950                     "email": "[email protected]",
9951                     "role": "lead"
9952                 }
9953             ],
9954             "description": "Collection of value objects that represent the types of the PHP type system",
9955             "homepage": "https://github.com/sebastianbergmann/type",
9956             "support": {
9957                 "issues": "https://github.com/sebastianbergmann/type/issues",
9958                 "security": "https://github.com/sebastianbergmann/type/security/policy",
9959                 "source": "https://github.com/sebastianbergmann/type/tree/5.1.2"
9960             },
9961             "funding": [
9962                 {
9963                     "url": "https://github.com/sebastianbergmann",
9964                     "type": "github"
9965                 }
9966             ],
9967             "time": "2025-03-18T13:35:50+00:00"
9968         },
9969         {
9970             "name": "sebastian/version",
9971             "version": "5.0.2",
9972             "source": {
9973                 "type": "git",
9974                 "url": "https://github.com/sebastianbergmann/version.git",
9975                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
9976             },
9977             "dist": {
9978                 "type": "zip",
9979                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
9980                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
9981                 "shasum": ""
9982             },
9983             "require": {
9984                 "php": ">=8.2"
9985             },
9986             "type": "library",
9987             "extra": {
9988                 "branch-alias": {
9989                     "dev-main": "5.0-dev"
9990                 }
9991             },
9992             "autoload": {
9993                 "classmap": [
9994                     "src/"
9995                 ]
9996             },
9997             "notification-url": "https://packagist.org/downloads/",
9998             "license": [
9999                 "BSD-3-Clause"
10000             ],
10001             "authors": [
10002                 {
10003                     "name": "Sebastian Bergmann",
10004                     "email": "[email protected]",
10005                     "role": "lead"
10006                 }
10007             ],
10008             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10009             "homepage": "https://github.com/sebastianbergmann/version",
10010             "support": {
10011                 "issues": "https://github.com/sebastianbergmann/version/issues",
10012                 "security": "https://github.com/sebastianbergmann/version/security/policy",
10013                 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
10014             },
10015             "funding": [
10016                 {
10017                     "url": "https://github.com/sebastianbergmann",
10018                     "type": "github"
10019                 }
10020             ],
10021             "time": "2024-10-09T05:16:32+00:00"
10022         },
10023         {
10024             "name": "squizlabs/php_codesniffer",
10025             "version": "3.13.0",
10026             "source": {
10027                 "type": "git",
10028                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10029                 "reference": "65ff2489553b83b4597e89c3b8b721487011d186"
10030             },
10031             "dist": {
10032                 "type": "zip",
10033                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/65ff2489553b83b4597e89c3b8b721487011d186",
10034                 "reference": "65ff2489553b83b4597e89c3b8b721487011d186",
10035                 "shasum": ""
10036             },
10037             "require": {
10038                 "ext-simplexml": "*",
10039                 "ext-tokenizer": "*",
10040                 "ext-xmlwriter": "*",
10041                 "php": ">=5.4.0"
10042             },
10043             "require-dev": {
10044                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10045             },
10046             "bin": [
10047                 "bin/phpcbf",
10048                 "bin/phpcs"
10049             ],
10050             "type": "library",
10051             "extra": {
10052                 "branch-alias": {
10053                     "dev-master": "3.x-dev"
10054                 }
10055             },
10056             "notification-url": "https://packagist.org/downloads/",
10057             "license": [
10058                 "BSD-3-Clause"
10059             ],
10060             "authors": [
10061                 {
10062                     "name": "Greg Sherwood",
10063                     "role": "Former lead"
10064                 },
10065                 {
10066                     "name": "Juliette Reinders Folmer",
10067                     "role": "Current lead"
10068                 },
10069                 {
10070                     "name": "Contributors",
10071                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10072                 }
10073             ],
10074             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10075             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10076             "keywords": [
10077                 "phpcs",
10078                 "standards",
10079                 "static analysis"
10080             ],
10081             "support": {
10082                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10083                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10084                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10085                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10086             },
10087             "funding": [
10088                 {
10089                     "url": "https://github.com/PHPCSStandards",
10090                     "type": "github"
10091                 },
10092                 {
10093                     "url": "https://github.com/jrfnl",
10094                     "type": "github"
10095                 },
10096                 {
10097                     "url": "https://opencollective.com/php_codesniffer",
10098                     "type": "open_collective"
10099                 },
10100                 {
10101                     "url": "https://thanks.dev/u/gh/phpcsstandards",
10102                     "type": "thanks_dev"
10103                 }
10104             ],
10105             "time": "2025-05-11T03:36:00+00:00"
10106         },
10107         {
10108             "name": "ssddanbrown/asserthtml",
10109             "version": "v3.1.0",
10110             "source": {
10111                 "type": "git",
10112                 "url": "https://codeberg.org/danb/asserthtml",
10113                 "reference": "cf8206171d667d43e1bdde17d67191f30e95c8a0"
10114             },
10115             "dist": {
10116                 "type": "zip",
10117                 "url": "https://codeberg.org/api/v1/repos/danb/asserthtml/archive/%prettyVersion%.zip"
10118             },
10119             "require": {
10120                 "ext-dom": "*",
10121                 "ext-json": "*",
10122                 "php": ">=8.1",
10123                 "phpunit/phpunit": "^10.0|^11.0",
10124                 "symfony/css-selector": "^6.0|^7.0",
10125                 "symfony/dom-crawler": "^6.0|^7.0"
10126             },
10127             "require-dev": {
10128                 "phpstan/phpstan": "^2.0"
10129             },
10130             "type": "library",
10131             "autoload": {
10132                 "psr-4": {
10133                     "Ssddanbrown\\AssertHtml\\": "src"
10134                 }
10135             },
10136             "notification-url": "https://packagist.org/downloads/",
10137             "license": [
10138                 "MIT"
10139             ],
10140             "authors": [
10141                 {
10142                     "name": "Dan Brown",
10143                     "homepage": "https://danb.me",
10144                     "role": "Developer"
10145                 }
10146             ],
10147             "description": "HTML Content Assertions for PHPUnit",
10148             "homepage": "https://codeberg.org/danb/asserthtml",
10149             "time": "2025-01-11T13:35:55+00:00"
10150         },
10151         {
10152             "name": "staabm/side-effects-detector",
10153             "version": "1.0.5",
10154             "source": {
10155                 "type": "git",
10156                 "url": "https://github.com/staabm/side-effects-detector.git",
10157                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
10158             },
10159             "dist": {
10160                 "type": "zip",
10161                 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
10162                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
10163                 "shasum": ""
10164             },
10165             "require": {
10166                 "ext-tokenizer": "*",
10167                 "php": "^7.4 || ^8.0"
10168             },
10169             "require-dev": {
10170                 "phpstan/extension-installer": "^1.4.3",
10171                 "phpstan/phpstan": "^1.12.6",
10172                 "phpunit/phpunit": "^9.6.21",
10173                 "symfony/var-dumper": "^5.4.43",
10174                 "tomasvotruba/type-coverage": "1.0.0",
10175                 "tomasvotruba/unused-public": "1.0.0"
10176             },
10177             "type": "library",
10178             "autoload": {
10179                 "classmap": [
10180                     "lib/"
10181                 ]
10182             },
10183             "notification-url": "https://packagist.org/downloads/",
10184             "license": [
10185                 "MIT"
10186             ],
10187             "description": "A static analysis tool to detect side effects in PHP code",
10188             "keywords": [
10189                 "static analysis"
10190             ],
10191             "support": {
10192                 "issues": "https://github.com/staabm/side-effects-detector/issues",
10193                 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
10194             },
10195             "funding": [
10196                 {
10197                     "url": "https://github.com/staabm",
10198                     "type": "github"
10199                 }
10200             ],
10201             "time": "2024-10-20T05:08:20+00:00"
10202         },
10203         {
10204             "name": "symfony/dom-crawler",
10205             "version": "v7.3.0",
10206             "source": {
10207                 "type": "git",
10208                 "url": "https://github.com/symfony/dom-crawler.git",
10209                 "reference": "0fabbc3d6a9c473b716a93fc8e7a537adb396166"
10210             },
10211             "dist": {
10212                 "type": "zip",
10213                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/0fabbc3d6a9c473b716a93fc8e7a537adb396166",
10214                 "reference": "0fabbc3d6a9c473b716a93fc8e7a537adb396166",
10215                 "shasum": ""
10216             },
10217             "require": {
10218                 "masterminds/html5": "^2.6",
10219                 "php": ">=8.2",
10220                 "symfony/polyfill-ctype": "~1.8",
10221                 "symfony/polyfill-mbstring": "~1.0"
10222             },
10223             "require-dev": {
10224                 "symfony/css-selector": "^6.4|^7.0"
10225             },
10226             "type": "library",
10227             "autoload": {
10228                 "psr-4": {
10229                     "Symfony\\Component\\DomCrawler\\": ""
10230                 },
10231                 "exclude-from-classmap": [
10232                     "/Tests/"
10233                 ]
10234             },
10235             "notification-url": "https://packagist.org/downloads/",
10236             "license": [
10237                 "MIT"
10238             ],
10239             "authors": [
10240                 {
10241                     "name": "Fabien Potencier",
10242                     "email": "[email protected]"
10243                 },
10244                 {
10245                     "name": "Symfony Community",
10246                     "homepage": "https://symfony.com/contributors"
10247                 }
10248             ],
10249             "description": "Eases DOM navigation for HTML and XML documents",
10250             "homepage": "https://symfony.com",
10251             "support": {
10252                 "source": "https://github.com/symfony/dom-crawler/tree/v7.3.0"
10253             },
10254             "funding": [
10255                 {
10256                     "url": "https://symfony.com/sponsor",
10257                     "type": "custom"
10258                 },
10259                 {
10260                     "url": "https://github.com/fabpot",
10261                     "type": "github"
10262                 },
10263                 {
10264                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10265                     "type": "tidelift"
10266                 }
10267             ],
10268             "time": "2025-03-05T10:15:41+00:00"
10269         },
10270         {
10271             "name": "theseer/tokenizer",
10272             "version": "1.2.3",
10273             "source": {
10274                 "type": "git",
10275                 "url": "https://github.com/theseer/tokenizer.git",
10276                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10277             },
10278             "dist": {
10279                 "type": "zip",
10280                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10281                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10282                 "shasum": ""
10283             },
10284             "require": {
10285                 "ext-dom": "*",
10286                 "ext-tokenizer": "*",
10287                 "ext-xmlwriter": "*",
10288                 "php": "^7.2 || ^8.0"
10289             },
10290             "type": "library",
10291             "autoload": {
10292                 "classmap": [
10293                     "src/"
10294                 ]
10295             },
10296             "notification-url": "https://packagist.org/downloads/",
10297             "license": [
10298                 "BSD-3-Clause"
10299             ],
10300             "authors": [
10301                 {
10302                     "name": "Arne Blankerts",
10303                     "email": "[email protected]",
10304                     "role": "Developer"
10305                 }
10306             ],
10307             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10308             "support": {
10309                 "issues": "https://github.com/theseer/tokenizer/issues",
10310                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10311             },
10312             "funding": [
10313                 {
10314                     "url": "https://github.com/theseer",
10315                     "type": "github"
10316                 }
10317             ],
10318             "time": "2024-03-03T12:36:25+00:00"
10319         }
10320     ],
10321     "aliases": [],
10322     "minimum-stability": "stable",
10323     "stability-flags": {
10324         "ssddanbrown/symfony-mailer": 20
10325     },
10326     "prefer-stable": true,
10327     "prefer-lowest": false,
10328     "platform": {
10329         "php": "^8.2.0",
10330         "ext-curl": "*",
10331         "ext-dom": "*",
10332         "ext-fileinfo": "*",
10333         "ext-gd": "*",
10334         "ext-json": "*",
10335         "ext-mbstring": "*",
10336         "ext-xml": "*",
10337         "ext-zip": "*"
10338     },
10339     "platform-dev": {},
10340     "platform-overrides": {
10341         "php": "8.2.0"
10342     },
10343     "plugin-api-version": "2.6.0"
10344 }