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