]> BookStack Code Mirror - bookstack/blob - composer.lock
Dependancies: Updated PHP composer deps
[bookstack] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "95a803e4d7797c8ab6c9803a6a3e99e5",
8     "packages": [
9         {
10             "name": "aws/aws-crt-php",
11             "version": "v1.2.7",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/awslabs/aws-crt-php.git",
15                 "reference": "d71d9906c7bb63a28295447ba12e74723bd3730e"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e",
20                 "reference": "d71d9906c7bb63a28295447ba12e74723bd3730e",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.5"
25             },
26             "require-dev": {
27                 "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
28                 "yoast/phpunit-polyfills": "^1.0"
29             },
30             "suggest": {
31                 "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
32             },
33             "type": "library",
34             "autoload": {
35                 "classmap": [
36                     "src/"
37                 ]
38             },
39             "notification-url": "https://packagist.org/downloads/",
40             "license": [
41                 "Apache-2.0"
42             ],
43             "authors": [
44                 {
45                     "name": "AWS SDK Common Runtime Team",
46                     "email": "[email protected]"
47                 }
48             ],
49             "description": "AWS Common Runtime for PHP",
50             "homepage": "https://github.com/awslabs/aws-crt-php",
51             "keywords": [
52                 "amazon",
53                 "aws",
54                 "crt",
55                 "sdk"
56             ],
57             "support": {
58                 "issues": "https://github.com/awslabs/aws-crt-php/issues",
59                 "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.7"
60             },
61             "time": "2024-10-18T22:15:13+00:00"
62         },
63         {
64             "name": "aws/aws-sdk-php",
65             "version": "3.342.6",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/aws/aws-sdk-php.git",
69                 "reference": "2ad93ef447289da27892707efa683c1ae7ced85f"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2ad93ef447289da27892707efa683c1ae7ced85f",
74                 "reference": "2ad93ef447289da27892707efa683c1ae7ced85f",
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.342.6"
157             },
158             "time": "2025-03-14T18:01:18+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.3",
859             "source": {
860                 "type": "git",
861                 "url": "https://github.com/egulias/EmailValidator.git",
862                 "reference": "b115554301161fa21467629f1e1391c1936de517"
863             },
864             "dist": {
865                 "type": "zip",
866                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b115554301161fa21467629f1e1391c1936de517",
867                 "reference": "b115554301161fa21467629f1e1391c1936de517",
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.3"
914             },
915             "funding": [
916                 {
917                     "url": "https://github.com/egulias",
918                     "type": "github"
919                 }
920             ],
921             "time": "2024-12-27T00:36:43+00:00"
922         },
923         {
924             "name": "firebase/php-jwt",
925             "version": "v6.11.0",
926             "source": {
927                 "type": "git",
928                 "url": "https://github.com/firebase/php-jwt.git",
929                 "reference": "8f718f4dfc9c5d5f0c994cdfd103921b43592712"
930             },
931             "dist": {
932                 "type": "zip",
933                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/8f718f4dfc9c5d5f0c994cdfd103921b43592712",
934                 "reference": "8f718f4dfc9c5d5f0c994cdfd103921b43592712",
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.0"
983             },
984             "time": "2025-01-23T05:11:06+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.2",
1122             "source": {
1123                 "type": "git",
1124                 "url": "https://github.com/guzzle/guzzle.git",
1125                 "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
1126             },
1127             "dist": {
1128                 "type": "zip",
1129                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
1130                 "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
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.2"
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": "2024-07-24T11:22:20+00:00"
1244         },
1245         {
1246             "name": "guzzlehttp/promises",
1247             "version": "2.0.4",
1248             "source": {
1249                 "type": "git",
1250                 "url": "https://github.com/guzzle/promises.git",
1251                 "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
1252             },
1253             "dist": {
1254                 "type": "zip",
1255                 "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
1256                 "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
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.0.4"
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": "2024-10-17T10:06:22+00:00"
1327         },
1328         {
1329             "name": "guzzlehttp/psr7",
1330             "version": "2.7.0",
1331             "source": {
1332                 "type": "git",
1333                 "url": "https://github.com/guzzle/psr7.git",
1334                 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
1335             },
1336             "dist": {
1337                 "type": "zip",
1338                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
1339                 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
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.0"
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": "2024-07-18T11:15:46+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.1",
1533             "source": {
1534                 "type": "git",
1535                 "url": "https://github.com/Intervention/gif.git",
1536                 "reference": "6addac2c68b4bc0e37d0d3ccedda57eb84729c49"
1537             },
1538             "dist": {
1539                 "type": "zip",
1540                 "url": "https://api.github.com/repos/Intervention/gif/zipball/6addac2c68b4bc0e37d0d3ccedda57eb84729c49",
1541                 "reference": "6addac2c68b4bc0e37d0d3ccedda57eb84729c49",
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",
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.1"
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-01-05T10:52:39+00:00"
1597         },
1598         {
1599             "name": "intervention/image",
1600             "version": "3.11.2",
1601             "source": {
1602                 "type": "git",
1603                 "url": "https://github.com/Intervention/image.git",
1604                 "reference": "ebbb711871fb261c064cf4c422f5f3c124fe1842"
1605             },
1606             "dist": {
1607                 "type": "zip",
1608                 "url": "https://api.github.com/repos/Intervention/image/zipball/ebbb711871fb261c064cf4c422f5f3c124fe1842",
1609                 "reference": "ebbb711871fb261c064cf4c422f5f3c124fe1842",
1610                 "shasum": ""
1611             },
1612             "require": {
1613                 "ext-mbstring": "*",
1614                 "intervention/gif": "^4.2",
1615                 "php": "^8.1"
1616             },
1617             "require-dev": {
1618                 "mockery/mockery": "^1.6",
1619                 "phpstan/phpstan": "^2.1",
1620                 "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
1621                 "slevomat/coding-standard": "~8.0",
1622                 "squizlabs/php_codesniffer": "^3.8"
1623             },
1624             "suggest": {
1625                 "ext-exif": "Recommended to be able to read EXIF data properly."
1626             },
1627             "type": "library",
1628             "autoload": {
1629                 "psr-4": {
1630                     "Intervention\\Image\\": "src"
1631                 }
1632             },
1633             "notification-url": "https://packagist.org/downloads/",
1634             "license": [
1635                 "MIT"
1636             ],
1637             "authors": [
1638                 {
1639                     "name": "Oliver Vogel",
1640                     "email": "[email protected]",
1641                     "homepage": "https://intervention.io/"
1642                 }
1643             ],
1644             "description": "PHP image manipulation",
1645             "homepage": "https://image.intervention.io/",
1646             "keywords": [
1647                 "gd",
1648                 "image",
1649                 "imagick",
1650                 "resize",
1651                 "thumbnail",
1652                 "watermark"
1653             ],
1654             "support": {
1655                 "issues": "https://github.com/Intervention/image/issues",
1656                 "source": "https://github.com/Intervention/image/tree/3.11.2"
1657             },
1658             "funding": [
1659                 {
1660                     "url": "https://paypal.me/interventionio",
1661                     "type": "custom"
1662                 },
1663                 {
1664                     "url": "https://github.com/Intervention",
1665                     "type": "github"
1666                 },
1667                 {
1668                     "url": "https://ko-fi.com/interventionphp",
1669                     "type": "ko_fi"
1670                 }
1671             ],
1672             "time": "2025-02-27T13:08:55+00:00"
1673         },
1674         {
1675             "name": "knplabs/knp-snappy",
1676             "version": "v1.5.1",
1677             "source": {
1678                 "type": "git",
1679                 "url": "https://github.com/KnpLabs/snappy.git",
1680                 "reference": "3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7"
1681             },
1682             "dist": {
1683                 "type": "zip",
1684                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7",
1685                 "reference": "3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7",
1686                 "shasum": ""
1687             },
1688             "require": {
1689                 "php": ">=8.1",
1690                 "psr/log": "^2.0||^3.0",
1691                 "symfony/process": "^5.0||^6.0||^7.0"
1692             },
1693             "require-dev": {
1694                 "friendsofphp/php-cs-fixer": "^3.0",
1695                 "pedrotroller/php-cs-custom-fixer": "^2.19",
1696                 "phpstan/phpstan": "^1.0.0",
1697                 "phpstan/phpstan-phpunit": "^1.0.0",
1698                 "phpunit/phpunit": "^8.5"
1699             },
1700             "type": "library",
1701             "extra": {
1702                 "branch-alias": {
1703                     "dev-master": "1.x-dev"
1704                 }
1705             },
1706             "autoload": {
1707                 "psr-4": {
1708                     "Knp\\Snappy\\": "src/Knp/Snappy"
1709                 }
1710             },
1711             "notification-url": "https://packagist.org/downloads/",
1712             "license": [
1713                 "MIT"
1714             ],
1715             "authors": [
1716                 {
1717                     "name": "KNP Labs Team",
1718                     "homepage": "http://knplabs.com"
1719                 },
1720                 {
1721                     "name": "Symfony Community",
1722                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1723                 }
1724             ],
1725             "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1726             "homepage": "http://github.com/KnpLabs/snappy",
1727             "keywords": [
1728                 "knp",
1729                 "knplabs",
1730                 "pdf",
1731                 "snapshot",
1732                 "thumbnail",
1733                 "wkhtmltopdf"
1734             ],
1735             "support": {
1736                 "issues": "https://github.com/KnpLabs/snappy/issues",
1737                 "source": "https://github.com/KnpLabs/snappy/tree/v1.5.1"
1738             },
1739             "time": "2025-01-06T16:53:26+00:00"
1740         },
1741         {
1742             "name": "laravel/framework",
1743             "version": "v11.44.2",
1744             "source": {
1745                 "type": "git",
1746                 "url": "https://github.com/laravel/framework.git",
1747                 "reference": "f85216c82cbd38b66d67ebd20ea762cb3751a4b4"
1748             },
1749             "dist": {
1750                 "type": "zip",
1751                 "url": "https://api.github.com/repos/laravel/framework/zipball/f85216c82cbd38b66d67ebd20ea762cb3751a4b4",
1752                 "reference": "f85216c82cbd38b66d67ebd20ea762cb3751a4b4",
1753                 "shasum": ""
1754             },
1755             "require": {
1756                 "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
1757                 "composer-runtime-api": "^2.2",
1758                 "doctrine/inflector": "^2.0.5",
1759                 "dragonmantank/cron-expression": "^3.4",
1760                 "egulias/email-validator": "^3.2.1|^4.0",
1761                 "ext-ctype": "*",
1762                 "ext-filter": "*",
1763                 "ext-hash": "*",
1764                 "ext-mbstring": "*",
1765                 "ext-openssl": "*",
1766                 "ext-session": "*",
1767                 "ext-tokenizer": "*",
1768                 "fruitcake/php-cors": "^1.3",
1769                 "guzzlehttp/guzzle": "^7.8.2",
1770                 "guzzlehttp/uri-template": "^1.0",
1771                 "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
1772                 "laravel/serializable-closure": "^1.3|^2.0",
1773                 "league/commonmark": "^2.6",
1774                 "league/flysystem": "^3.25.1",
1775                 "league/flysystem-local": "^3.25.1",
1776                 "league/uri": "^7.5.1",
1777                 "monolog/monolog": "^3.0",
1778                 "nesbot/carbon": "^2.72.6|^3.8.4",
1779                 "nunomaduro/termwind": "^2.0",
1780                 "php": "^8.2",
1781                 "psr/container": "^1.1.1|^2.0.1",
1782                 "psr/log": "^1.0|^2.0|^3.0",
1783                 "psr/simple-cache": "^1.0|^2.0|^3.0",
1784                 "ramsey/uuid": "^4.7",
1785                 "symfony/console": "^7.0.3",
1786                 "symfony/error-handler": "^7.0.3",
1787                 "symfony/finder": "^7.0.3",
1788                 "symfony/http-foundation": "^7.2.0",
1789                 "symfony/http-kernel": "^7.0.3",
1790                 "symfony/mailer": "^7.0.3",
1791                 "symfony/mime": "^7.0.3",
1792                 "symfony/polyfill-php83": "^1.31",
1793                 "symfony/process": "^7.0.3",
1794                 "symfony/routing": "^7.0.3",
1795                 "symfony/uid": "^7.0.3",
1796                 "symfony/var-dumper": "^7.0.3",
1797                 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
1798                 "vlucas/phpdotenv": "^5.6.1",
1799                 "voku/portable-ascii": "^2.0.2"
1800             },
1801             "conflict": {
1802                 "tightenco/collect": "<5.5.33"
1803             },
1804             "provide": {
1805                 "psr/container-implementation": "1.1|2.0",
1806                 "psr/log-implementation": "1.0|2.0|3.0",
1807                 "psr/simple-cache-implementation": "1.0|2.0|3.0"
1808             },
1809             "replace": {
1810                 "illuminate/auth": "self.version",
1811                 "illuminate/broadcasting": "self.version",
1812                 "illuminate/bus": "self.version",
1813                 "illuminate/cache": "self.version",
1814                 "illuminate/collections": "self.version",
1815                 "illuminate/concurrency": "self.version",
1816                 "illuminate/conditionable": "self.version",
1817                 "illuminate/config": "self.version",
1818                 "illuminate/console": "self.version",
1819                 "illuminate/container": "self.version",
1820                 "illuminate/contracts": "self.version",
1821                 "illuminate/cookie": "self.version",
1822                 "illuminate/database": "self.version",
1823                 "illuminate/encryption": "self.version",
1824                 "illuminate/events": "self.version",
1825                 "illuminate/filesystem": "self.version",
1826                 "illuminate/hashing": "self.version",
1827                 "illuminate/http": "self.version",
1828                 "illuminate/log": "self.version",
1829                 "illuminate/macroable": "self.version",
1830                 "illuminate/mail": "self.version",
1831                 "illuminate/notifications": "self.version",
1832                 "illuminate/pagination": "self.version",
1833                 "illuminate/pipeline": "self.version",
1834                 "illuminate/process": "self.version",
1835                 "illuminate/queue": "self.version",
1836                 "illuminate/redis": "self.version",
1837                 "illuminate/routing": "self.version",
1838                 "illuminate/session": "self.version",
1839                 "illuminate/support": "self.version",
1840                 "illuminate/testing": "self.version",
1841                 "illuminate/translation": "self.version",
1842                 "illuminate/validation": "self.version",
1843                 "illuminate/view": "self.version",
1844                 "spatie/once": "*"
1845             },
1846             "require-dev": {
1847                 "ably/ably-php": "^1.0",
1848                 "aws/aws-sdk-php": "^3.322.9",
1849                 "ext-gmp": "*",
1850                 "fakerphp/faker": "^1.24",
1851                 "guzzlehttp/promises": "^2.0.3",
1852                 "guzzlehttp/psr7": "^2.4",
1853                 "laravel/pint": "^1.18",
1854                 "league/flysystem-aws-s3-v3": "^3.25.1",
1855                 "league/flysystem-ftp": "^3.25.1",
1856                 "league/flysystem-path-prefixing": "^3.25.1",
1857                 "league/flysystem-read-only": "^3.25.1",
1858                 "league/flysystem-sftp-v3": "^3.25.1",
1859                 "mockery/mockery": "^1.6.10",
1860                 "orchestra/testbench-core": "^9.11.2",
1861                 "pda/pheanstalk": "^5.0.6",
1862                 "php-http/discovery": "^1.15",
1863                 "phpstan/phpstan": "^2.0",
1864                 "phpunit/phpunit": "^10.5.35|^11.3.6|^12.0.1",
1865                 "predis/predis": "^2.3",
1866                 "resend/resend-php": "^0.10.0",
1867                 "symfony/cache": "^7.0.3",
1868                 "symfony/http-client": "^7.0.3",
1869                 "symfony/psr-http-message-bridge": "^7.0.3",
1870                 "symfony/translation": "^7.0.3"
1871             },
1872             "suggest": {
1873                 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1874                 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
1875                 "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
1876                 "ext-apcu": "Required to use the APC cache driver.",
1877                 "ext-fileinfo": "Required to use the Filesystem class.",
1878                 "ext-ftp": "Required to use the Flysystem FTP driver.",
1879                 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1880                 "ext-memcached": "Required to use the memcache cache driver.",
1881                 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
1882                 "ext-pdo": "Required to use all database features.",
1883                 "ext-posix": "Required to use all features of the queue worker.",
1884                 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
1885                 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1886                 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
1887                 "laravel/tinker": "Required to use the tinker console command (^2.0).",
1888                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
1889                 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
1890                 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
1891                 "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
1892                 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
1893                 "mockery/mockery": "Required to use mocking (^1.6).",
1894                 "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
1895                 "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
1896                 "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.3.6|^12.0.1).",
1897                 "predis/predis": "Required to use the predis connector (^2.3).",
1898                 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1899                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
1900                 "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
1901                 "symfony/cache": "Required to PSR-6 cache bridge (^7.0).",
1902                 "symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
1903                 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).",
1904                 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).",
1905                 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).",
1906                 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)."
1907             },
1908             "type": "library",
1909             "extra": {
1910                 "branch-alias": {
1911                     "dev-master": "11.x-dev"
1912                 }
1913             },
1914             "autoload": {
1915                 "files": [
1916                     "src/Illuminate/Collections/functions.php",
1917                     "src/Illuminate/Collections/helpers.php",
1918                     "src/Illuminate/Events/functions.php",
1919                     "src/Illuminate/Filesystem/functions.php",
1920                     "src/Illuminate/Foundation/helpers.php",
1921                     "src/Illuminate/Log/functions.php",
1922                     "src/Illuminate/Support/functions.php",
1923                     "src/Illuminate/Support/helpers.php"
1924                 ],
1925                 "psr-4": {
1926                     "Illuminate\\": "src/Illuminate/",
1927                     "Illuminate\\Support\\": [
1928                         "src/Illuminate/Macroable/",
1929                         "src/Illuminate/Collections/",
1930                         "src/Illuminate/Conditionable/"
1931                     ]
1932                 }
1933             },
1934             "notification-url": "https://packagist.org/downloads/",
1935             "license": [
1936                 "MIT"
1937             ],
1938             "authors": [
1939                 {
1940                     "name": "Taylor Otwell",
1941                     "email": "[email protected]"
1942                 }
1943             ],
1944             "description": "The Laravel Framework.",
1945             "homepage": "https://laravel.com",
1946             "keywords": [
1947                 "framework",
1948                 "laravel"
1949             ],
1950             "support": {
1951                 "issues": "https://github.com/laravel/framework/issues",
1952                 "source": "https://github.com/laravel/framework"
1953             },
1954             "time": "2025-03-12T14:34:30+00:00"
1955         },
1956         {
1957             "name": "laravel/prompts",
1958             "version": "v0.3.5",
1959             "source": {
1960                 "type": "git",
1961                 "url": "https://github.com/laravel/prompts.git",
1962                 "reference": "57b8f7efe40333cdb925700891c7d7465325d3b1"
1963             },
1964             "dist": {
1965                 "type": "zip",
1966                 "url": "https://api.github.com/repos/laravel/prompts/zipball/57b8f7efe40333cdb925700891c7d7465325d3b1",
1967                 "reference": "57b8f7efe40333cdb925700891c7d7465325d3b1",
1968                 "shasum": ""
1969             },
1970             "require": {
1971                 "composer-runtime-api": "^2.2",
1972                 "ext-mbstring": "*",
1973                 "php": "^8.1",
1974                 "symfony/console": "^6.2|^7.0"
1975             },
1976             "conflict": {
1977                 "illuminate/console": ">=10.17.0 <10.25.0",
1978                 "laravel/framework": ">=10.17.0 <10.25.0"
1979             },
1980             "require-dev": {
1981                 "illuminate/collections": "^10.0|^11.0|^12.0",
1982                 "mockery/mockery": "^1.5",
1983                 "pestphp/pest": "^2.3|^3.4",
1984                 "phpstan/phpstan": "^1.11",
1985                 "phpstan/phpstan-mockery": "^1.1"
1986             },
1987             "suggest": {
1988                 "ext-pcntl": "Required for the spinner to be animated."
1989             },
1990             "type": "library",
1991             "extra": {
1992                 "branch-alias": {
1993                     "dev-main": "0.3.x-dev"
1994                 }
1995             },
1996             "autoload": {
1997                 "files": [
1998                     "src/helpers.php"
1999                 ],
2000                 "psr-4": {
2001                     "Laravel\\Prompts\\": "src/"
2002                 }
2003             },
2004             "notification-url": "https://packagist.org/downloads/",
2005             "license": [
2006                 "MIT"
2007             ],
2008             "description": "Add beautiful and user-friendly forms to your command-line applications.",
2009             "support": {
2010                 "issues": "https://github.com/laravel/prompts/issues",
2011                 "source": "https://github.com/laravel/prompts/tree/v0.3.5"
2012             },
2013             "time": "2025-02-11T13:34:40+00:00"
2014         },
2015         {
2016             "name": "laravel/serializable-closure",
2017             "version": "v2.0.3",
2018             "source": {
2019                 "type": "git",
2020                 "url": "https://github.com/laravel/serializable-closure.git",
2021                 "reference": "f379c13663245f7aa4512a7869f62eb14095f23f"
2022             },
2023             "dist": {
2024                 "type": "zip",
2025                 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f379c13663245f7aa4512a7869f62eb14095f23f",
2026                 "reference": "f379c13663245f7aa4512a7869f62eb14095f23f",
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-02-11T15:03:05+00:00"
2075         },
2076         {
2077             "name": "laravel/socialite",
2078             "version": "v5.18.0",
2079             "source": {
2080                 "type": "git",
2081                 "url": "https://github.com/laravel/socialite.git",
2082                 "reference": "7809dc71250e074cd42970f0f803f2cddc04c5de"
2083             },
2084             "dist": {
2085                 "type": "zip",
2086                 "url": "https://api.github.com/repos/laravel/socialite/zipball/7809dc71250e074cd42970f0f803f2cddc04c5de",
2087                 "reference": "7809dc71250e074cd42970f0f803f2cddc04c5de",
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.10",
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-02-11T13:38:19+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.6.1",
2217             "source": {
2218                 "type": "git",
2219                 "url": "https://github.com/thephpleague/commonmark.git",
2220                 "reference": "d990688c91cedfb69753ffc2512727ec646df2ad"
2221             },
2222             "dist": {
2223                 "type": "zip",
2224                 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d990688c91cedfb69753ffc2512727ec646df2ad",
2225                 "reference": "d990688c91cedfb69753ffc2512727ec646df2ad",
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.7-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": "2024-12-29T14:10:59+00:00"
2320         },
2321         {
2322             "name": "league/config",
2323             "version": "v1.2.0",
2324             "source": {
2325                 "type": "git",
2326                 "url": "https://github.com/thephpleague/config.git",
2327                 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
2328             },
2329             "dist": {
2330                 "type": "zip",
2331                 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2332                 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2333                 "shasum": ""
2334             },
2335             "require": {
2336                 "dflydev/dot-access-data": "^3.0.1",
2337                 "nette/schema": "^1.2",
2338                 "php": "^7.4 || ^8.0"
2339             },
2340             "require-dev": {
2341                 "phpstan/phpstan": "^1.8.2",
2342                 "phpunit/phpunit": "^9.5.5",
2343                 "scrutinizer/ocular": "^1.8.1",
2344                 "unleashedtech/php-coding-standard": "^3.1",
2345                 "vimeo/psalm": "^4.7.3"
2346             },
2347             "type": "library",
2348             "extra": {
2349                 "branch-alias": {
2350                     "dev-main": "1.2-dev"
2351                 }
2352             },
2353             "autoload": {
2354                 "psr-4": {
2355                     "League\\Config\\": "src"
2356                 }
2357             },
2358             "notification-url": "https://packagist.org/downloads/",
2359             "license": [
2360                 "BSD-3-Clause"
2361             ],
2362             "authors": [
2363                 {
2364                     "name": "Colin O'Dell",
2365                     "email": "[email protected]",
2366                     "homepage": "https://www.colinodell.com",
2367                     "role": "Lead Developer"
2368                 }
2369             ],
2370             "description": "Define configuration arrays with strict schemas and access values with dot notation",
2371             "homepage": "https://config.thephpleague.com",
2372             "keywords": [
2373                 "array",
2374                 "config",
2375                 "configuration",
2376                 "dot",
2377                 "dot-access",
2378                 "nested",
2379                 "schema"
2380             ],
2381             "support": {
2382                 "docs": "https://config.thephpleague.com/",
2383                 "issues": "https://github.com/thephpleague/config/issues",
2384                 "rss": "https://github.com/thephpleague/config/releases.atom",
2385                 "source": "https://github.com/thephpleague/config"
2386             },
2387             "funding": [
2388                 {
2389                     "url": "https://www.colinodell.com/sponsor",
2390                     "type": "custom"
2391                 },
2392                 {
2393                     "url": "https://www.paypal.me/colinpodell/10.00",
2394                     "type": "custom"
2395                 },
2396                 {
2397                     "url": "https://github.com/colinodell",
2398                     "type": "github"
2399                 }
2400             ],
2401             "time": "2022-12-11T20:36:23+00:00"
2402         },
2403         {
2404             "name": "league/flysystem",
2405             "version": "3.29.1",
2406             "source": {
2407                 "type": "git",
2408                 "url": "https://github.com/thephpleague/flysystem.git",
2409                 "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319"
2410             },
2411             "dist": {
2412                 "type": "zip",
2413                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319",
2414                 "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319",
2415                 "shasum": ""
2416             },
2417             "require": {
2418                 "league/flysystem-local": "^3.0.0",
2419                 "league/mime-type-detection": "^1.0.0",
2420                 "php": "^8.0.2"
2421             },
2422             "conflict": {
2423                 "async-aws/core": "<1.19.0",
2424                 "async-aws/s3": "<1.14.0",
2425                 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
2426                 "guzzlehttp/guzzle": "<7.0",
2427                 "guzzlehttp/ringphp": "<1.1.1",
2428                 "phpseclib/phpseclib": "3.0.15",
2429                 "symfony/http-client": "<5.2"
2430             },
2431             "require-dev": {
2432                 "async-aws/s3": "^1.5 || ^2.0",
2433                 "async-aws/simple-s3": "^1.1 || ^2.0",
2434                 "aws/aws-sdk-php": "^3.295.10",
2435                 "composer/semver": "^3.0",
2436                 "ext-fileinfo": "*",
2437                 "ext-ftp": "*",
2438                 "ext-mongodb": "^1.3",
2439                 "ext-zip": "*",
2440                 "friendsofphp/php-cs-fixer": "^3.5",
2441                 "google/cloud-storage": "^1.23",
2442                 "guzzlehttp/psr7": "^2.6",
2443                 "microsoft/azure-storage-blob": "^1.1",
2444                 "mongodb/mongodb": "^1.2",
2445                 "phpseclib/phpseclib": "^3.0.36",
2446                 "phpstan/phpstan": "^1.10",
2447                 "phpunit/phpunit": "^9.5.11|^10.0",
2448                 "sabre/dav": "^4.6.0"
2449             },
2450             "type": "library",
2451             "autoload": {
2452                 "psr-4": {
2453                     "League\\Flysystem\\": "src"
2454                 }
2455             },
2456             "notification-url": "https://packagist.org/downloads/",
2457             "license": [
2458                 "MIT"
2459             ],
2460             "authors": [
2461                 {
2462                     "name": "Frank de Jonge",
2463                     "email": "[email protected]"
2464                 }
2465             ],
2466             "description": "File storage abstraction for PHP",
2467             "keywords": [
2468                 "WebDAV",
2469                 "aws",
2470                 "cloud",
2471                 "file",
2472                 "files",
2473                 "filesystem",
2474                 "filesystems",
2475                 "ftp",
2476                 "s3",
2477                 "sftp",
2478                 "storage"
2479             ],
2480             "support": {
2481                 "issues": "https://github.com/thephpleague/flysystem/issues",
2482                 "source": "https://github.com/thephpleague/flysystem/tree/3.29.1"
2483             },
2484             "time": "2024-10-08T08:58:34+00:00"
2485         },
2486         {
2487             "name": "league/flysystem-aws-s3-v3",
2488             "version": "3.29.0",
2489             "source": {
2490                 "type": "git",
2491                 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2492                 "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9"
2493             },
2494             "dist": {
2495                 "type": "zip",
2496                 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/c6ff6d4606e48249b63f269eba7fabdb584e76a9",
2497                 "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9",
2498                 "shasum": ""
2499             },
2500             "require": {
2501                 "aws/aws-sdk-php": "^3.295.10",
2502                 "league/flysystem": "^3.10.0",
2503                 "league/mime-type-detection": "^1.0.0",
2504                 "php": "^8.0.2"
2505             },
2506             "conflict": {
2507                 "guzzlehttp/guzzle": "<7.0",
2508                 "guzzlehttp/ringphp": "<1.1.1"
2509             },
2510             "type": "library",
2511             "autoload": {
2512                 "psr-4": {
2513                     "League\\Flysystem\\AwsS3V3\\": ""
2514                 }
2515             },
2516             "notification-url": "https://packagist.org/downloads/",
2517             "license": [
2518                 "MIT"
2519             ],
2520             "authors": [
2521                 {
2522                     "name": "Frank de Jonge",
2523                     "email": "[email protected]"
2524                 }
2525             ],
2526             "description": "AWS S3 filesystem adapter for Flysystem.",
2527             "keywords": [
2528                 "Flysystem",
2529                 "aws",
2530                 "file",
2531                 "files",
2532                 "filesystem",
2533                 "s3",
2534                 "storage"
2535             ],
2536             "support": {
2537                 "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.29.0"
2538             },
2539             "time": "2024-08-17T13:10:48+00:00"
2540         },
2541         {
2542             "name": "league/flysystem-local",
2543             "version": "3.29.0",
2544             "source": {
2545                 "type": "git",
2546                 "url": "https://github.com/thephpleague/flysystem-local.git",
2547                 "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27"
2548             },
2549             "dist": {
2550                 "type": "zip",
2551                 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27",
2552                 "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27",
2553                 "shasum": ""
2554             },
2555             "require": {
2556                 "ext-fileinfo": "*",
2557                 "league/flysystem": "^3.0.0",
2558                 "league/mime-type-detection": "^1.0.0",
2559                 "php": "^8.0.2"
2560             },
2561             "type": "library",
2562             "autoload": {
2563                 "psr-4": {
2564                     "League\\Flysystem\\Local\\": ""
2565                 }
2566             },
2567             "notification-url": "https://packagist.org/downloads/",
2568             "license": [
2569                 "MIT"
2570             ],
2571             "authors": [
2572                 {
2573                     "name": "Frank de Jonge",
2574                     "email": "[email protected]"
2575                 }
2576             ],
2577             "description": "Local filesystem adapter for Flysystem.",
2578             "keywords": [
2579                 "Flysystem",
2580                 "file",
2581                 "files",
2582                 "filesystem",
2583                 "local"
2584             ],
2585             "support": {
2586                 "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0"
2587             },
2588             "time": "2024-08-09T21:24:39+00:00"
2589         },
2590         {
2591             "name": "league/html-to-markdown",
2592             "version": "5.1.1",
2593             "source": {
2594                 "type": "git",
2595                 "url": "https://github.com/thephpleague/html-to-markdown.git",
2596                 "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd"
2597             },
2598             "dist": {
2599                 "type": "zip",
2600                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd",
2601                 "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd",
2602                 "shasum": ""
2603             },
2604             "require": {
2605                 "ext-dom": "*",
2606                 "ext-xml": "*",
2607                 "php": "^7.2.5 || ^8.0"
2608             },
2609             "require-dev": {
2610                 "mikehaertl/php-shellcommand": "^1.1.0",
2611                 "phpstan/phpstan": "^1.8.8",
2612                 "phpunit/phpunit": "^8.5 || ^9.2",
2613                 "scrutinizer/ocular": "^1.6",
2614                 "unleashedtech/php-coding-standard": "^2.7 || ^3.0",
2615                 "vimeo/psalm": "^4.22 || ^5.0"
2616             },
2617             "bin": [
2618                 "bin/html-to-markdown"
2619             ],
2620             "type": "library",
2621             "extra": {
2622                 "branch-alias": {
2623                     "dev-master": "5.2-dev"
2624                 }
2625             },
2626             "autoload": {
2627                 "psr-4": {
2628                     "League\\HTMLToMarkdown\\": "src/"
2629                 }
2630             },
2631             "notification-url": "https://packagist.org/downloads/",
2632             "license": [
2633                 "MIT"
2634             ],
2635             "authors": [
2636                 {
2637                     "name": "Colin O'Dell",
2638                     "email": "[email protected]",
2639                     "homepage": "https://www.colinodell.com",
2640                     "role": "Lead Developer"
2641                 },
2642                 {
2643                     "name": "Nick Cernis",
2644                     "email": "[email protected]",
2645                     "homepage": "http://modernnerd.net",
2646                     "role": "Original Author"
2647                 }
2648             ],
2649             "description": "An HTML-to-markdown conversion helper for PHP",
2650             "homepage": "https://github.com/thephpleague/html-to-markdown",
2651             "keywords": [
2652                 "html",
2653                 "markdown"
2654             ],
2655             "support": {
2656                 "issues": "https://github.com/thephpleague/html-to-markdown/issues",
2657                 "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.1"
2658             },
2659             "funding": [
2660                 {
2661                     "url": "https://www.colinodell.com/sponsor",
2662                     "type": "custom"
2663                 },
2664                 {
2665                     "url": "https://www.paypal.me/colinpodell/10.00",
2666                     "type": "custom"
2667                 },
2668                 {
2669                     "url": "https://github.com/colinodell",
2670                     "type": "github"
2671                 },
2672                 {
2673                     "url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
2674                     "type": "tidelift"
2675                 }
2676             ],
2677             "time": "2023-07-12T21:21:09+00:00"
2678         },
2679         {
2680             "name": "league/mime-type-detection",
2681             "version": "1.16.0",
2682             "source": {
2683                 "type": "git",
2684                 "url": "https://github.com/thephpleague/mime-type-detection.git",
2685                 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
2686             },
2687             "dist": {
2688                 "type": "zip",
2689                 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
2690                 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
2691                 "shasum": ""
2692             },
2693             "require": {
2694                 "ext-fileinfo": "*",
2695                 "php": "^7.4 || ^8.0"
2696             },
2697             "require-dev": {
2698                 "friendsofphp/php-cs-fixer": "^3.2",
2699                 "phpstan/phpstan": "^0.12.68",
2700                 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2701             },
2702             "type": "library",
2703             "autoload": {
2704                 "psr-4": {
2705                     "League\\MimeTypeDetection\\": "src"
2706                 }
2707             },
2708             "notification-url": "https://packagist.org/downloads/",
2709             "license": [
2710                 "MIT"
2711             ],
2712             "authors": [
2713                 {
2714                     "name": "Frank de Jonge",
2715                     "email": "[email protected]"
2716                 }
2717             ],
2718             "description": "Mime-type detection for Flysystem",
2719             "support": {
2720                 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2721                 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
2722             },
2723             "funding": [
2724                 {
2725                     "url": "https://github.com/frankdejonge",
2726                     "type": "github"
2727                 },
2728                 {
2729                     "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2730                     "type": "tidelift"
2731                 }
2732             ],
2733             "time": "2024-09-21T08:32:55+00:00"
2734         },
2735         {
2736             "name": "league/oauth1-client",
2737             "version": "v1.11.0",
2738             "source": {
2739                 "type": "git",
2740                 "url": "https://github.com/thephpleague/oauth1-client.git",
2741                 "reference": "f9c94b088837eb1aae1ad7c4f23eb65cc6993055"
2742             },
2743             "dist": {
2744                 "type": "zip",
2745                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/f9c94b088837eb1aae1ad7c4f23eb65cc6993055",
2746                 "reference": "f9c94b088837eb1aae1ad7c4f23eb65cc6993055",
2747                 "shasum": ""
2748             },
2749             "require": {
2750                 "ext-json": "*",
2751                 "ext-openssl": "*",
2752                 "guzzlehttp/guzzle": "^6.0|^7.0",
2753                 "guzzlehttp/psr7": "^1.7|^2.0",
2754                 "php": ">=7.1||>=8.0"
2755             },
2756             "require-dev": {
2757                 "ext-simplexml": "*",
2758                 "friendsofphp/php-cs-fixer": "^2.17",
2759                 "mockery/mockery": "^1.3.3",
2760                 "phpstan/phpstan": "^0.12.42",
2761                 "phpunit/phpunit": "^7.5||9.5"
2762             },
2763             "suggest": {
2764                 "ext-simplexml": "For decoding XML-based responses."
2765             },
2766             "type": "library",
2767             "extra": {
2768                 "branch-alias": {
2769                     "dev-master": "1.0-dev",
2770                     "dev-develop": "2.0-dev"
2771                 }
2772             },
2773             "autoload": {
2774                 "psr-4": {
2775                     "League\\OAuth1\\Client\\": "src/"
2776                 }
2777             },
2778             "notification-url": "https://packagist.org/downloads/",
2779             "license": [
2780                 "MIT"
2781             ],
2782             "authors": [
2783                 {
2784                     "name": "Ben Corlett",
2785                     "email": "[email protected]",
2786                     "homepage": "http://www.webcomm.com.au",
2787                     "role": "Developer"
2788                 }
2789             ],
2790             "description": "OAuth 1.0 Client Library",
2791             "keywords": [
2792                 "Authentication",
2793                 "SSO",
2794                 "authorization",
2795                 "bitbucket",
2796                 "identity",
2797                 "idp",
2798                 "oauth",
2799                 "oauth1",
2800                 "single sign on",
2801                 "trello",
2802                 "tumblr",
2803                 "twitter"
2804             ],
2805             "support": {
2806                 "issues": "https://github.com/thephpleague/oauth1-client/issues",
2807                 "source": "https://github.com/thephpleague/oauth1-client/tree/v1.11.0"
2808             },
2809             "time": "2024-12-10T19:59:05+00:00"
2810         },
2811         {
2812             "name": "league/oauth2-client",
2813             "version": "2.8.1",
2814             "source": {
2815                 "type": "git",
2816                 "url": "https://github.com/thephpleague/oauth2-client.git",
2817                 "reference": "9df2924ca644736c835fc60466a3a60390d334f9"
2818             },
2819             "dist": {
2820                 "type": "zip",
2821                 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/9df2924ca644736c835fc60466a3a60390d334f9",
2822                 "reference": "9df2924ca644736c835fc60466a3a60390d334f9",
2823                 "shasum": ""
2824             },
2825             "require": {
2826                 "ext-json": "*",
2827                 "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
2828                 "php": "^7.1 || >=8.0.0 <8.5.0"
2829             },
2830             "require-dev": {
2831                 "mockery/mockery": "^1.3.5",
2832                 "php-parallel-lint/php-parallel-lint": "^1.4",
2833                 "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
2834                 "squizlabs/php_codesniffer": "^3.11"
2835             },
2836             "type": "library",
2837             "autoload": {
2838                 "psr-4": {
2839                     "League\\OAuth2\\Client\\": "src/"
2840                 }
2841             },
2842             "notification-url": "https://packagist.org/downloads/",
2843             "license": [
2844                 "MIT"
2845             ],
2846             "authors": [
2847                 {
2848                     "name": "Alex Bilbie",
2849                     "email": "[email protected]",
2850                     "homepage": "http://www.alexbilbie.com",
2851                     "role": "Developer"
2852                 },
2853                 {
2854                     "name": "Woody Gilk",
2855                     "homepage": "https://github.com/shadowhand",
2856                     "role": "Contributor"
2857                 }
2858             ],
2859             "description": "OAuth 2.0 Client Library",
2860             "keywords": [
2861                 "Authentication",
2862                 "SSO",
2863                 "authorization",
2864                 "identity",
2865                 "idp",
2866                 "oauth",
2867                 "oauth2",
2868                 "single sign on"
2869             ],
2870             "support": {
2871                 "issues": "https://github.com/thephpleague/oauth2-client/issues",
2872                 "source": "https://github.com/thephpleague/oauth2-client/tree/2.8.1"
2873             },
2874             "time": "2025-02-26T04:37:30+00:00"
2875         },
2876         {
2877             "name": "league/uri",
2878             "version": "7.5.1",
2879             "source": {
2880                 "type": "git",
2881                 "url": "https://github.com/thephpleague/uri.git",
2882                 "reference": "81fb5145d2644324614cc532b28efd0215bda430"
2883             },
2884             "dist": {
2885                 "type": "zip",
2886                 "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
2887                 "reference": "81fb5145d2644324614cc532b28efd0215bda430",
2888                 "shasum": ""
2889             },
2890             "require": {
2891                 "league/uri-interfaces": "^7.5",
2892                 "php": "^8.1"
2893             },
2894             "conflict": {
2895                 "league/uri-schemes": "^1.0"
2896             },
2897             "suggest": {
2898                 "ext-bcmath": "to improve IPV4 host parsing",
2899                 "ext-fileinfo": "to create Data URI from file contennts",
2900                 "ext-gmp": "to improve IPV4 host parsing",
2901                 "ext-intl": "to handle IDN host with the best performance",
2902                 "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
2903                 "league/uri-components": "Needed to easily manipulate URI objects components",
2904                 "php-64bit": "to improve IPV4 host parsing",
2905                 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2906             },
2907             "type": "library",
2908             "extra": {
2909                 "branch-alias": {
2910                     "dev-master": "7.x-dev"
2911                 }
2912             },
2913             "autoload": {
2914                 "psr-4": {
2915                     "League\\Uri\\": ""
2916                 }
2917             },
2918             "notification-url": "https://packagist.org/downloads/",
2919             "license": [
2920                 "MIT"
2921             ],
2922             "authors": [
2923                 {
2924                     "name": "Ignace Nyamagana Butera",
2925                     "email": "[email protected]",
2926                     "homepage": "https://nyamsprod.com"
2927                 }
2928             ],
2929             "description": "URI manipulation library",
2930             "homepage": "https://uri.thephpleague.com",
2931             "keywords": [
2932                 "data-uri",
2933                 "file-uri",
2934                 "ftp",
2935                 "hostname",
2936                 "http",
2937                 "https",
2938                 "middleware",
2939                 "parse_str",
2940                 "parse_url",
2941                 "psr-7",
2942                 "query-string",
2943                 "querystring",
2944                 "rfc3986",
2945                 "rfc3987",
2946                 "rfc6570",
2947                 "uri",
2948                 "uri-template",
2949                 "url",
2950                 "ws"
2951             ],
2952             "support": {
2953                 "docs": "https://uri.thephpleague.com",
2954                 "forum": "https://thephpleague.slack.com",
2955                 "issues": "https://github.com/thephpleague/uri-src/issues",
2956                 "source": "https://github.com/thephpleague/uri/tree/7.5.1"
2957             },
2958             "funding": [
2959                 {
2960                     "url": "https://github.com/sponsors/nyamsprod",
2961                     "type": "github"
2962                 }
2963             ],
2964             "time": "2024-12-08T08:40:02+00:00"
2965         },
2966         {
2967             "name": "league/uri-interfaces",
2968             "version": "7.5.0",
2969             "source": {
2970                 "type": "git",
2971                 "url": "https://github.com/thephpleague/uri-interfaces.git",
2972                 "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
2973             },
2974             "dist": {
2975                 "type": "zip",
2976                 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
2977                 "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
2978                 "shasum": ""
2979             },
2980             "require": {
2981                 "ext-filter": "*",
2982                 "php": "^8.1",
2983                 "psr/http-factory": "^1",
2984                 "psr/http-message": "^1.1 || ^2.0"
2985             },
2986             "suggest": {
2987                 "ext-bcmath": "to improve IPV4 host parsing",
2988                 "ext-gmp": "to improve IPV4 host parsing",
2989                 "ext-intl": "to handle IDN host with the best performance",
2990                 "php-64bit": "to improve IPV4 host parsing",
2991                 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2992             },
2993             "type": "library",
2994             "extra": {
2995                 "branch-alias": {
2996                     "dev-master": "7.x-dev"
2997                 }
2998             },
2999             "autoload": {
3000                 "psr-4": {
3001                     "League\\Uri\\": ""
3002                 }
3003             },
3004             "notification-url": "https://packagist.org/downloads/",
3005             "license": [
3006                 "MIT"
3007             ],
3008             "authors": [
3009                 {
3010                     "name": "Ignace Nyamagana Butera",
3011                     "email": "[email protected]",
3012                     "homepage": "https://nyamsprod.com"
3013                 }
3014             ],
3015             "description": "Common interfaces and classes for URI representation and interaction",
3016             "homepage": "https://uri.thephpleague.com",
3017             "keywords": [
3018                 "data-uri",
3019                 "file-uri",
3020                 "ftp",
3021                 "hostname",
3022                 "http",
3023                 "https",
3024                 "parse_str",
3025                 "parse_url",
3026                 "psr-7",
3027                 "query-string",
3028                 "querystring",
3029                 "rfc3986",
3030                 "rfc3987",
3031                 "rfc6570",
3032                 "uri",
3033                 "url",
3034                 "ws"
3035             ],
3036             "support": {
3037                 "docs": "https://uri.thephpleague.com",
3038                 "forum": "https://thephpleague.slack.com",
3039                 "issues": "https://github.com/thephpleague/uri-src/issues",
3040                 "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
3041             },
3042             "funding": [
3043                 {
3044                     "url": "https://github.com/sponsors/nyamsprod",
3045                     "type": "github"
3046                 }
3047             ],
3048             "time": "2024-12-08T08:18:47+00:00"
3049         },
3050         {
3051             "name": "masterminds/html5",
3052             "version": "2.9.0",
3053             "source": {
3054                 "type": "git",
3055                 "url": "https://github.com/Masterminds/html5-php.git",
3056                 "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
3057             },
3058             "dist": {
3059                 "type": "zip",
3060                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
3061                 "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
3062                 "shasum": ""
3063             },
3064             "require": {
3065                 "ext-dom": "*",
3066                 "php": ">=5.3.0"
3067             },
3068             "require-dev": {
3069                 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
3070             },
3071             "type": "library",
3072             "extra": {
3073                 "branch-alias": {
3074                     "dev-master": "2.7-dev"
3075                 }
3076             },
3077             "autoload": {
3078                 "psr-4": {
3079                     "Masterminds\\": "src"
3080                 }
3081             },
3082             "notification-url": "https://packagist.org/downloads/",
3083             "license": [
3084                 "MIT"
3085             ],
3086             "authors": [
3087                 {
3088                     "name": "Matt Butcher",
3089                     "email": "[email protected]"
3090                 },
3091                 {
3092                     "name": "Matt Farina",
3093                     "email": "[email protected]"
3094                 },
3095                 {
3096                     "name": "Asmir Mustafic",
3097                     "email": "[email protected]"
3098                 }
3099             ],
3100             "description": "An HTML5 parser and serializer.",
3101             "homepage": "http://masterminds.github.io/html5-php",
3102             "keywords": [
3103                 "HTML5",
3104                 "dom",
3105                 "html",
3106                 "parser",
3107                 "querypath",
3108                 "serializer",
3109                 "xml"
3110             ],
3111             "support": {
3112                 "issues": "https://github.com/Masterminds/html5-php/issues",
3113                 "source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
3114             },
3115             "time": "2024-03-31T07:05:07+00:00"
3116         },
3117         {
3118             "name": "monolog/monolog",
3119             "version": "3.8.1",
3120             "source": {
3121                 "type": "git",
3122                 "url": "https://github.com/Seldaek/monolog.git",
3123                 "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4"
3124             },
3125             "dist": {
3126                 "type": "zip",
3127                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4",
3128                 "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4",
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.8.1"
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": "2024-12-05T17:15:07+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.8.6",
3289             "source": {
3290                 "type": "git",
3291                 "url": "https://github.com/CarbonPHP/carbon.git",
3292                 "reference": "ff2f20cf83bd4d503720632ce8a426dc747bf7fd"
3293             },
3294             "dist": {
3295                 "type": "zip",
3296                 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/ff2f20cf83bd4d503720632ce8a426dc747bf7fd",
3297                 "reference": "ff2f20cf83bd4d503720632ce8a426dc747bf7fd",
3298                 "shasum": ""
3299             },
3300             "require": {
3301                 "carbonphp/carbon-doctrine-types": "<100.0",
3302                 "ext-json": "*",
3303                 "php": "^8.1",
3304                 "psr/clock": "^1.0",
3305                 "symfony/clock": "^6.3 || ^7.0",
3306                 "symfony/polyfill-mbstring": "^1.0",
3307                 "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
3308             },
3309             "provide": {
3310                 "psr/clock-implementation": "1.0"
3311             },
3312             "require-dev": {
3313                 "doctrine/dbal": "^3.6.3 || ^4.0",
3314                 "doctrine/orm": "^2.15.2 || ^3.0",
3315                 "friendsofphp/php-cs-fixer": "^3.57.2",
3316                 "kylekatarnls/multi-tester": "^2.5.3",
3317                 "ondrejmirtes/better-reflection": "^6.25.0.4",
3318                 "phpmd/phpmd": "^2.15.0",
3319                 "phpstan/extension-installer": "^1.3.1",
3320                 "phpstan/phpstan": "^1.11.2",
3321                 "phpunit/phpunit": "^10.5.20",
3322                 "squizlabs/php_codesniffer": "^3.9.0"
3323             },
3324             "bin": [
3325                 "bin/carbon"
3326             ],
3327             "type": "library",
3328             "extra": {
3329                 "laravel": {
3330                     "providers": [
3331                         "Carbon\\Laravel\\ServiceProvider"
3332                     ]
3333                 },
3334                 "phpstan": {
3335                     "includes": [
3336                         "extension.neon"
3337                     ]
3338                 },
3339                 "branch-alias": {
3340                     "dev-2.x": "2.x-dev",
3341                     "dev-master": "3.x-dev"
3342                 }
3343             },
3344             "autoload": {
3345                 "psr-4": {
3346                     "Carbon\\": "src/Carbon/"
3347                 }
3348             },
3349             "notification-url": "https://packagist.org/downloads/",
3350             "license": [
3351                 "MIT"
3352             ],
3353             "authors": [
3354                 {
3355                     "name": "Brian Nesbitt",
3356                     "email": "[email protected]",
3357                     "homepage": "https://markido.com"
3358                 },
3359                 {
3360                     "name": "kylekatarnls",
3361                     "homepage": "https://github.com/kylekatarnls"
3362                 }
3363             ],
3364             "description": "An API extension for DateTime that supports 281 different languages.",
3365             "homepage": "https://carbon.nesbot.com",
3366             "keywords": [
3367                 "date",
3368                 "datetime",
3369                 "time"
3370             ],
3371             "support": {
3372                 "docs": "https://carbon.nesbot.com/docs",
3373                 "issues": "https://github.com/CarbonPHP/carbon/issues",
3374                 "source": "https://github.com/CarbonPHP/carbon"
3375             },
3376             "funding": [
3377                 {
3378                     "url": "https://github.com/sponsors/kylekatarnls",
3379                     "type": "github"
3380                 },
3381                 {
3382                     "url": "https://opencollective.com/Carbon#sponsor",
3383                     "type": "opencollective"
3384                 },
3385                 {
3386                     "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
3387                     "type": "tidelift"
3388                 }
3389             ],
3390             "time": "2025-02-20T17:33:38+00:00"
3391         },
3392         {
3393             "name": "nette/schema",
3394             "version": "v1.3.2",
3395             "source": {
3396                 "type": "git",
3397                 "url": "https://github.com/nette/schema.git",
3398                 "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
3399             },
3400             "dist": {
3401                 "type": "zip",
3402                 "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
3403                 "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
3404                 "shasum": ""
3405             },
3406             "require": {
3407                 "nette/utils": "^4.0",
3408                 "php": "8.1 - 8.4"
3409             },
3410             "require-dev": {
3411                 "nette/tester": "^2.5.2",
3412                 "phpstan/phpstan-nette": "^1.0",
3413                 "tracy/tracy": "^2.8"
3414             },
3415             "type": "library",
3416             "extra": {
3417                 "branch-alias": {
3418                     "dev-master": "1.3-dev"
3419                 }
3420             },
3421             "autoload": {
3422                 "classmap": [
3423                     "src/"
3424                 ]
3425             },
3426             "notification-url": "https://packagist.org/downloads/",
3427             "license": [
3428                 "BSD-3-Clause",
3429                 "GPL-2.0-only",
3430                 "GPL-3.0-only"
3431             ],
3432             "authors": [
3433                 {
3434                     "name": "David Grudl",
3435                     "homepage": "https://davidgrudl.com"
3436                 },
3437                 {
3438                     "name": "Nette Community",
3439                     "homepage": "https://nette.org/contributors"
3440                 }
3441             ],
3442             "description": "📐 Nette Schema: validating data structures against a given Schema.",
3443             "homepage": "https://nette.org",
3444             "keywords": [
3445                 "config",
3446                 "nette"
3447             ],
3448             "support": {
3449                 "issues": "https://github.com/nette/schema/issues",
3450                 "source": "https://github.com/nette/schema/tree/v1.3.2"
3451             },
3452             "time": "2024-10-06T23:10:23+00:00"
3453         },
3454         {
3455             "name": "nette/utils",
3456             "version": "v4.0.5",
3457             "source": {
3458                 "type": "git",
3459                 "url": "https://github.com/nette/utils.git",
3460                 "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96"
3461             },
3462             "dist": {
3463                 "type": "zip",
3464                 "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
3465                 "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
3466                 "shasum": ""
3467             },
3468             "require": {
3469                 "php": "8.0 - 8.4"
3470             },
3471             "conflict": {
3472                 "nette/finder": "<3",
3473                 "nette/schema": "<1.2.2"
3474             },
3475             "require-dev": {
3476                 "jetbrains/phpstorm-attributes": "dev-master",
3477                 "nette/tester": "^2.5",
3478                 "phpstan/phpstan": "^1.0",
3479                 "tracy/tracy": "^2.9"
3480             },
3481             "suggest": {
3482                 "ext-gd": "to use Image",
3483                 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
3484                 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
3485                 "ext-json": "to use Nette\\Utils\\Json",
3486                 "ext-mbstring": "to use Strings::lower() etc...",
3487                 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
3488             },
3489             "type": "library",
3490             "extra": {
3491                 "branch-alias": {
3492                     "dev-master": "4.0-dev"
3493                 }
3494             },
3495             "autoload": {
3496                 "classmap": [
3497                     "src/"
3498                 ]
3499             },
3500             "notification-url": "https://packagist.org/downloads/",
3501             "license": [
3502                 "BSD-3-Clause",
3503                 "GPL-2.0-only",
3504                 "GPL-3.0-only"
3505             ],
3506             "authors": [
3507                 {
3508                     "name": "David Grudl",
3509                     "homepage": "https://davidgrudl.com"
3510                 },
3511                 {
3512                     "name": "Nette Community",
3513                     "homepage": "https://nette.org/contributors"
3514                 }
3515             ],
3516             "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
3517             "homepage": "https://nette.org",
3518             "keywords": [
3519                 "array",
3520                 "core",
3521                 "datetime",
3522                 "images",
3523                 "json",
3524                 "nette",
3525                 "paginator",
3526                 "password",
3527                 "slugify",
3528                 "string",
3529                 "unicode",
3530                 "utf-8",
3531                 "utility",
3532                 "validation"
3533             ],
3534             "support": {
3535                 "issues": "https://github.com/nette/utils/issues",
3536                 "source": "https://github.com/nette/utils/tree/v4.0.5"
3537             },
3538             "time": "2024-08-07T15:39:19+00:00"
3539         },
3540         {
3541             "name": "nikic/php-parser",
3542             "version": "v5.4.0",
3543             "source": {
3544                 "type": "git",
3545                 "url": "https://github.com/nikic/PHP-Parser.git",
3546                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
3547             },
3548             "dist": {
3549                 "type": "zip",
3550                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
3551                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
3552                 "shasum": ""
3553             },
3554             "require": {
3555                 "ext-ctype": "*",
3556                 "ext-json": "*",
3557                 "ext-tokenizer": "*",
3558                 "php": ">=7.4"
3559             },
3560             "require-dev": {
3561                 "ircmaxell/php-yacc": "^0.0.7",
3562                 "phpunit/phpunit": "^9.0"
3563             },
3564             "bin": [
3565                 "bin/php-parse"
3566             ],
3567             "type": "library",
3568             "extra": {
3569                 "branch-alias": {
3570                     "dev-master": "5.0-dev"
3571                 }
3572             },
3573             "autoload": {
3574                 "psr-4": {
3575                     "PhpParser\\": "lib/PhpParser"
3576                 }
3577             },
3578             "notification-url": "https://packagist.org/downloads/",
3579             "license": [
3580                 "BSD-3-Clause"
3581             ],
3582             "authors": [
3583                 {
3584                     "name": "Nikita Popov"
3585                 }
3586             ],
3587             "description": "A PHP parser written in PHP",
3588             "keywords": [
3589                 "parser",
3590                 "php"
3591             ],
3592             "support": {
3593                 "issues": "https://github.com/nikic/PHP-Parser/issues",
3594                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
3595             },
3596             "time": "2024-12-30T11:07:19+00:00"
3597         },
3598         {
3599             "name": "nunomaduro/termwind",
3600             "version": "v2.3.0",
3601             "source": {
3602                 "type": "git",
3603                 "url": "https://github.com/nunomaduro/termwind.git",
3604                 "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda"
3605             },
3606             "dist": {
3607                 "type": "zip",
3608                 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/52915afe6a1044e8b9cee1bcff836fb63acf9cda",
3609                 "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda",
3610                 "shasum": ""
3611             },
3612             "require": {
3613                 "ext-mbstring": "*",
3614                 "php": "^8.2",
3615                 "symfony/console": "^7.1.8"
3616             },
3617             "require-dev": {
3618                 "illuminate/console": "^11.33.2",
3619                 "laravel/pint": "^1.18.2",
3620                 "mockery/mockery": "^1.6.12",
3621                 "pestphp/pest": "^2.36.0",
3622                 "phpstan/phpstan": "^1.12.11",
3623                 "phpstan/phpstan-strict-rules": "^1.6.1",
3624                 "symfony/var-dumper": "^7.1.8",
3625                 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
3626             },
3627             "type": "library",
3628             "extra": {
3629                 "laravel": {
3630                     "providers": [
3631                         "Termwind\\Laravel\\TermwindServiceProvider"
3632                     ]
3633                 },
3634                 "branch-alias": {
3635                     "dev-2.x": "2.x-dev"
3636                 }
3637             },
3638             "autoload": {
3639                 "files": [
3640                     "src/Functions.php"
3641                 ],
3642                 "psr-4": {
3643                     "Termwind\\": "src/"
3644                 }
3645             },
3646             "notification-url": "https://packagist.org/downloads/",
3647             "license": [
3648                 "MIT"
3649             ],
3650             "authors": [
3651                 {
3652                     "name": "Nuno Maduro",
3653                     "email": "[email protected]"
3654                 }
3655             ],
3656             "description": "Its like Tailwind CSS, but for the console.",
3657             "keywords": [
3658                 "cli",
3659                 "console",
3660                 "css",
3661                 "package",
3662                 "php",
3663                 "style"
3664             ],
3665             "support": {
3666                 "issues": "https://github.com/nunomaduro/termwind/issues",
3667                 "source": "https://github.com/nunomaduro/termwind/tree/v2.3.0"
3668             },
3669             "funding": [
3670                 {
3671                     "url": "https://www.paypal.com/paypalme/enunomaduro",
3672                     "type": "custom"
3673                 },
3674                 {
3675                     "url": "https://github.com/nunomaduro",
3676                     "type": "github"
3677                 },
3678                 {
3679                     "url": "https://github.com/xiCO2k",
3680                     "type": "github"
3681                 }
3682             ],
3683             "time": "2024-11-21T10:39:51+00:00"
3684         },
3685         {
3686             "name": "onelogin/php-saml",
3687             "version": "4.2.0",
3688             "source": {
3689                 "type": "git",
3690                 "url": "https://github.com/SAML-Toolkits/php-saml.git",
3691                 "reference": "d3b5172f137db2f412239432d77253ceaaa1e939"
3692             },
3693             "dist": {
3694                 "type": "zip",
3695                 "url": "https://api.github.com/repos/SAML-Toolkits/php-saml/zipball/d3b5172f137db2f412239432d77253ceaaa1e939",
3696                 "reference": "d3b5172f137db2f412239432d77253ceaaa1e939",
3697                 "shasum": ""
3698             },
3699             "require": {
3700                 "php": ">=7.3",
3701                 "robrichards/xmlseclibs": "^3.1"
3702             },
3703             "require-dev": {
3704                 "pdepend/pdepend": "^2.8.0",
3705                 "php-coveralls/php-coveralls": "^2.0",
3706                 "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
3707                 "phpunit/phpunit": "^9.5",
3708                 "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
3709                 "squizlabs/php_codesniffer": "^3.5.8"
3710             },
3711             "suggest": {
3712                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
3713                 "ext-dom": "Install xml lib",
3714                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
3715                 "ext-zlib": "Install zlib"
3716             },
3717             "type": "library",
3718             "autoload": {
3719                 "psr-4": {
3720                     "OneLogin\\": "src/"
3721                 }
3722             },
3723             "notification-url": "https://packagist.org/downloads/",
3724             "license": [
3725                 "MIT"
3726             ],
3727             "description": "PHP SAML Toolkit",
3728             "homepage": "https://github.com/SAML-Toolkits/php-saml",
3729             "keywords": [
3730                 "Federation",
3731                 "SAML2",
3732                 "SSO",
3733                 "identity",
3734                 "saml"
3735             ],
3736             "support": {
3737                 "email": "[email protected]",
3738                 "issues": "https://github.com/onelogin/SAML-Toolkits/issues",
3739                 "source": "https://github.com/onelogin/SAML-Toolkits/"
3740             },
3741             "funding": [
3742                 {
3743                     "url": "https://github.com/SAML-Toolkits",
3744                     "type": "github"
3745                 }
3746             ],
3747             "time": "2024-05-30T15:10:40+00:00"
3748         },
3749         {
3750             "name": "paragonie/constant_time_encoding",
3751             "version": "v3.0.0",
3752             "source": {
3753                 "type": "git",
3754                 "url": "https://github.com/paragonie/constant_time_encoding.git",
3755                 "reference": "df1e7fde177501eee2037dd159cf04f5f301a512"
3756             },
3757             "dist": {
3758                 "type": "zip",
3759                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512",
3760                 "reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
3761                 "shasum": ""
3762             },
3763             "require": {
3764                 "php": "^8"
3765             },
3766             "require-dev": {
3767                 "phpunit/phpunit": "^9",
3768                 "vimeo/psalm": "^4|^5"
3769             },
3770             "type": "library",
3771             "autoload": {
3772                 "psr-4": {
3773                     "ParagonIE\\ConstantTime\\": "src/"
3774                 }
3775             },
3776             "notification-url": "https://packagist.org/downloads/",
3777             "license": [
3778                 "MIT"
3779             ],
3780             "authors": [
3781                 {
3782                     "name": "Paragon Initiative Enterprises",
3783                     "email": "[email protected]",
3784                     "homepage": "https://paragonie.com",
3785                     "role": "Maintainer"
3786                 },
3787                 {
3788                     "name": "Steve 'Sc00bz' Thomas",
3789                     "email": "[email protected]",
3790                     "homepage": "https://www.tobtu.com",
3791                     "role": "Original Developer"
3792                 }
3793             ],
3794             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
3795             "keywords": [
3796                 "base16",
3797                 "base32",
3798                 "base32_decode",
3799                 "base32_encode",
3800                 "base64",
3801                 "base64_decode",
3802                 "base64_encode",
3803                 "bin2hex",
3804                 "encoding",
3805                 "hex",
3806                 "hex2bin",
3807                 "rfc4648"
3808             ],
3809             "support": {
3810                 "email": "[email protected]",
3811                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
3812                 "source": "https://github.com/paragonie/constant_time_encoding"
3813             },
3814             "time": "2024-05-08T12:36:18+00:00"
3815         },
3816         {
3817             "name": "paragonie/random_compat",
3818             "version": "v9.99.100",
3819             "source": {
3820                 "type": "git",
3821                 "url": "https://github.com/paragonie/random_compat.git",
3822                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3823             },
3824             "dist": {
3825                 "type": "zip",
3826                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3827                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3828                 "shasum": ""
3829             },
3830             "require": {
3831                 "php": ">= 7"
3832             },
3833             "require-dev": {
3834                 "phpunit/phpunit": "4.*|5.*",
3835                 "vimeo/psalm": "^1"
3836             },
3837             "suggest": {
3838                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3839             },
3840             "type": "library",
3841             "notification-url": "https://packagist.org/downloads/",
3842             "license": [
3843                 "MIT"
3844             ],
3845             "authors": [
3846                 {
3847                     "name": "Paragon Initiative Enterprises",
3848                     "email": "[email protected]",
3849                     "homepage": "https://paragonie.com"
3850                 }
3851             ],
3852             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3853             "keywords": [
3854                 "csprng",
3855                 "polyfill",
3856                 "pseudorandom",
3857                 "random"
3858             ],
3859             "support": {
3860                 "email": "[email protected]",
3861                 "issues": "https://github.com/paragonie/random_compat/issues",
3862                 "source": "https://github.com/paragonie/random_compat"
3863             },
3864             "time": "2020-10-15T08:29:30+00:00"
3865         },
3866         {
3867             "name": "phpoption/phpoption",
3868             "version": "1.9.3",
3869             "source": {
3870                 "type": "git",
3871                 "url": "https://github.com/schmittjoh/php-option.git",
3872                 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
3873             },
3874             "dist": {
3875                 "type": "zip",
3876                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
3877                 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
3878                 "shasum": ""
3879             },
3880             "require": {
3881                 "php": "^7.2.5 || ^8.0"
3882             },
3883             "require-dev": {
3884                 "bamarni/composer-bin-plugin": "^1.8.2",
3885                 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
3886             },
3887             "type": "library",
3888             "extra": {
3889                 "bamarni-bin": {
3890                     "bin-links": true,
3891                     "forward-command": false
3892                 },
3893                 "branch-alias": {
3894                     "dev-master": "1.9-dev"
3895                 }
3896             },
3897             "autoload": {
3898                 "psr-4": {
3899                     "PhpOption\\": "src/PhpOption/"
3900                 }
3901             },
3902             "notification-url": "https://packagist.org/downloads/",
3903             "license": [
3904                 "Apache-2.0"
3905             ],
3906             "authors": [
3907                 {
3908                     "name": "Johannes M. Schmitt",
3909                     "email": "[email protected]",
3910                     "homepage": "https://github.com/schmittjoh"
3911                 },
3912                 {
3913                     "name": "Graham Campbell",
3914                     "email": "[email protected]",
3915                     "homepage": "https://github.com/GrahamCampbell"
3916                 }
3917             ],
3918             "description": "Option Type for PHP",
3919             "keywords": [
3920                 "language",
3921                 "option",
3922                 "php",
3923                 "type"
3924             ],
3925             "support": {
3926                 "issues": "https://github.com/schmittjoh/php-option/issues",
3927                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
3928             },
3929             "funding": [
3930                 {
3931                     "url": "https://github.com/GrahamCampbell",
3932                     "type": "github"
3933                 },
3934                 {
3935                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
3936                     "type": "tidelift"
3937                 }
3938             ],
3939             "time": "2024-07-20T21:41:07+00:00"
3940         },
3941         {
3942             "name": "phpseclib/phpseclib",
3943             "version": "3.0.43",
3944             "source": {
3945                 "type": "git",
3946                 "url": "https://github.com/phpseclib/phpseclib.git",
3947                 "reference": "709ec107af3cb2f385b9617be72af8cf62441d02"
3948             },
3949             "dist": {
3950                 "type": "zip",
3951                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/709ec107af3cb2f385b9617be72af8cf62441d02",
3952                 "reference": "709ec107af3cb2f385b9617be72af8cf62441d02",
3953                 "shasum": ""
3954             },
3955             "require": {
3956                 "paragonie/constant_time_encoding": "^1|^2|^3",
3957                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
3958                 "php": ">=5.6.1"
3959             },
3960             "require-dev": {
3961                 "phpunit/phpunit": "*"
3962             },
3963             "suggest": {
3964                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
3965                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3966                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3967                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3968                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3969             },
3970             "type": "library",
3971             "autoload": {
3972                 "files": [
3973                     "phpseclib/bootstrap.php"
3974                 ],
3975                 "psr-4": {
3976                     "phpseclib3\\": "phpseclib/"
3977                 }
3978             },
3979             "notification-url": "https://packagist.org/downloads/",
3980             "license": [
3981                 "MIT"
3982             ],
3983             "authors": [
3984                 {
3985                     "name": "Jim Wigginton",
3986                     "email": "[email protected]",
3987                     "role": "Lead Developer"
3988                 },
3989                 {
3990                     "name": "Patrick Monnerat",
3991                     "email": "[email protected]",
3992                     "role": "Developer"
3993                 },
3994                 {
3995                     "name": "Andreas Fischer",
3996                     "email": "[email protected]",
3997                     "role": "Developer"
3998                 },
3999                 {
4000                     "name": "Hans-Jürgen Petrich",
4001                     "email": "[email protected]",
4002                     "role": "Developer"
4003                 },
4004                 {
4005                     "name": "Graham Campbell",
4006                     "email": "[email protected]",
4007                     "role": "Developer"
4008                 }
4009             ],
4010             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
4011             "homepage": "http://phpseclib.sourceforge.net",
4012             "keywords": [
4013                 "BigInteger",
4014                 "aes",
4015                 "asn.1",
4016                 "asn1",
4017                 "blowfish",
4018                 "crypto",
4019                 "cryptography",
4020                 "encryption",
4021                 "rsa",
4022                 "security",
4023                 "sftp",
4024                 "signature",
4025                 "signing",
4026                 "ssh",
4027                 "twofish",
4028                 "x.509",
4029                 "x509"
4030             ],
4031             "support": {
4032                 "issues": "https://github.com/phpseclib/phpseclib/issues",
4033                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.43"
4034             },
4035             "funding": [
4036                 {
4037                     "url": "https://github.com/terrafrost",
4038                     "type": "github"
4039                 },
4040                 {
4041                     "url": "https://www.patreon.com/phpseclib",
4042                     "type": "patreon"
4043                 },
4044                 {
4045                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
4046                     "type": "tidelift"
4047                 }
4048             ],
4049             "time": "2024-12-14T21:12:59+00:00"
4050         },
4051         {
4052             "name": "pragmarx/google2fa",
4053             "version": "v8.0.3",
4054             "source": {
4055                 "type": "git",
4056                 "url": "https://github.com/antonioribeiro/google2fa.git",
4057                 "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad"
4058             },
4059             "dist": {
4060                 "type": "zip",
4061                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad",
4062                 "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad",
4063                 "shasum": ""
4064             },
4065             "require": {
4066                 "paragonie/constant_time_encoding": "^1.0|^2.0|^3.0",
4067                 "php": "^7.1|^8.0"
4068             },
4069             "require-dev": {
4070                 "phpstan/phpstan": "^1.9",
4071                 "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
4072             },
4073             "type": "library",
4074             "autoload": {
4075                 "psr-4": {
4076                     "PragmaRX\\Google2FA\\": "src/"
4077                 }
4078             },
4079             "notification-url": "https://packagist.org/downloads/",
4080             "license": [
4081                 "MIT"
4082             ],
4083             "authors": [
4084                 {
4085                     "name": "Antonio Carlos Ribeiro",
4086                     "email": "[email protected]",
4087                     "role": "Creator & Designer"
4088                 }
4089             ],
4090             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
4091             "keywords": [
4092                 "2fa",
4093                 "Authentication",
4094                 "Two Factor Authentication",
4095                 "google2fa"
4096             ],
4097             "support": {
4098                 "issues": "https://github.com/antonioribeiro/google2fa/issues",
4099                 "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.3"
4100             },
4101             "time": "2024-09-05T11:56:40+00:00"
4102         },
4103         {
4104             "name": "predis/predis",
4105             "version": "v2.3.0",
4106             "source": {
4107                 "type": "git",
4108                 "url": "https://github.com/predis/predis.git",
4109                 "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9"
4110             },
4111             "dist": {
4112                 "type": "zip",
4113                 "url": "https://api.github.com/repos/predis/predis/zipball/bac46bfdb78cd6e9c7926c697012aae740cb9ec9",
4114                 "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9",
4115                 "shasum": ""
4116             },
4117             "require": {
4118                 "php": "^7.2 || ^8.0"
4119             },
4120             "require-dev": {
4121                 "friendsofphp/php-cs-fixer": "^3.3",
4122                 "phpstan/phpstan": "^1.9",
4123                 "phpunit/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 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.3.0"
4155             },
4156             "funding": [
4157                 {
4158                     "url": "https://github.com/sponsors/tillkruss",
4159                     "type": "github"
4160                 }
4161             ],
4162             "time": "2024-11-21T20:00:02+00:00"
4163         },
4164         {
4165             "name": "psr/clock",
4166             "version": "1.0.0",
4167             "source": {
4168                 "type": "git",
4169                 "url": "https://github.com/php-fig/clock.git",
4170                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
4171             },
4172             "dist": {
4173                 "type": "zip",
4174                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4175                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4176                 "shasum": ""
4177             },
4178             "require": {
4179                 "php": "^7.0 || ^8.0"
4180             },
4181             "type": "library",
4182             "autoload": {
4183                 "psr-4": {
4184                     "Psr\\Clock\\": "src/"
4185                 }
4186             },
4187             "notification-url": "https://packagist.org/downloads/",
4188             "license": [
4189                 "MIT"
4190             ],
4191             "authors": [
4192                 {
4193                     "name": "PHP-FIG",
4194                     "homepage": "https://www.php-fig.org/"
4195                 }
4196             ],
4197             "description": "Common interface for reading the clock.",
4198             "homepage": "https://github.com/php-fig/clock",
4199             "keywords": [
4200                 "clock",
4201                 "now",
4202                 "psr",
4203                 "psr-20",
4204                 "time"
4205             ],
4206             "support": {
4207                 "issues": "https://github.com/php-fig/clock/issues",
4208                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
4209             },
4210             "time": "2022-11-25T14:36:26+00:00"
4211         },
4212         {
4213             "name": "psr/container",
4214             "version": "2.0.2",
4215             "source": {
4216                 "type": "git",
4217                 "url": "https://github.com/php-fig/container.git",
4218                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
4219             },
4220             "dist": {
4221                 "type": "zip",
4222                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4223                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4224                 "shasum": ""
4225             },
4226             "require": {
4227                 "php": ">=7.4.0"
4228             },
4229             "type": "library",
4230             "extra": {
4231                 "branch-alias": {
4232                     "dev-master": "2.0.x-dev"
4233                 }
4234             },
4235             "autoload": {
4236                 "psr-4": {
4237                     "Psr\\Container\\": "src/"
4238                 }
4239             },
4240             "notification-url": "https://packagist.org/downloads/",
4241             "license": [
4242                 "MIT"
4243             ],
4244             "authors": [
4245                 {
4246                     "name": "PHP-FIG",
4247                     "homepage": "https://www.php-fig.org/"
4248                 }
4249             ],
4250             "description": "Common Container Interface (PHP FIG PSR-11)",
4251             "homepage": "https://github.com/php-fig/container",
4252             "keywords": [
4253                 "PSR-11",
4254                 "container",
4255                 "container-interface",
4256                 "container-interop",
4257                 "psr"
4258             ],
4259             "support": {
4260                 "issues": "https://github.com/php-fig/container/issues",
4261                 "source": "https://github.com/php-fig/container/tree/2.0.2"
4262             },
4263             "time": "2021-11-05T16:47:00+00:00"
4264         },
4265         {
4266             "name": "psr/event-dispatcher",
4267             "version": "1.0.0",
4268             "source": {
4269                 "type": "git",
4270                 "url": "https://github.com/php-fig/event-dispatcher.git",
4271                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
4272             },
4273             "dist": {
4274                 "type": "zip",
4275                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
4276                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
4277                 "shasum": ""
4278             },
4279             "require": {
4280                 "php": ">=7.2.0"
4281             },
4282             "type": "library",
4283             "extra": {
4284                 "branch-alias": {
4285                     "dev-master": "1.0.x-dev"
4286                 }
4287             },
4288             "autoload": {
4289                 "psr-4": {
4290                     "Psr\\EventDispatcher\\": "src/"
4291                 }
4292             },
4293             "notification-url": "https://packagist.org/downloads/",
4294             "license": [
4295                 "MIT"
4296             ],
4297             "authors": [
4298                 {
4299                     "name": "PHP-FIG",
4300                     "homepage": "http://www.php-fig.org/"
4301                 }
4302             ],
4303             "description": "Standard interfaces for event handling.",
4304             "keywords": [
4305                 "events",
4306                 "psr",
4307                 "psr-14"
4308             ],
4309             "support": {
4310                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
4311                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
4312             },
4313             "time": "2019-01-08T18:20:26+00:00"
4314         },
4315         {
4316             "name": "psr/http-client",
4317             "version": "1.0.3",
4318             "source": {
4319                 "type": "git",
4320                 "url": "https://github.com/php-fig/http-client.git",
4321                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
4322             },
4323             "dist": {
4324                 "type": "zip",
4325                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
4326                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
4327                 "shasum": ""
4328             },
4329             "require": {
4330                 "php": "^7.0 || ^8.0",
4331                 "psr/http-message": "^1.0 || ^2.0"
4332             },
4333             "type": "library",
4334             "extra": {
4335                 "branch-alias": {
4336                     "dev-master": "1.0.x-dev"
4337                 }
4338             },
4339             "autoload": {
4340                 "psr-4": {
4341                     "Psr\\Http\\Client\\": "src/"
4342                 }
4343             },
4344             "notification-url": "https://packagist.org/downloads/",
4345             "license": [
4346                 "MIT"
4347             ],
4348             "authors": [
4349                 {
4350                     "name": "PHP-FIG",
4351                     "homepage": "https://www.php-fig.org/"
4352                 }
4353             ],
4354             "description": "Common interface for HTTP clients",
4355             "homepage": "https://github.com/php-fig/http-client",
4356             "keywords": [
4357                 "http",
4358                 "http-client",
4359                 "psr",
4360                 "psr-18"
4361             ],
4362             "support": {
4363                 "source": "https://github.com/php-fig/http-client"
4364             },
4365             "time": "2023-09-23T14:17:50+00:00"
4366         },
4367         {
4368             "name": "psr/http-factory",
4369             "version": "1.1.0",
4370             "source": {
4371                 "type": "git",
4372                 "url": "https://github.com/php-fig/http-factory.git",
4373                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
4374             },
4375             "dist": {
4376                 "type": "zip",
4377                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
4378                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
4379                 "shasum": ""
4380             },
4381             "require": {
4382                 "php": ">=7.1",
4383                 "psr/http-message": "^1.0 || ^2.0"
4384             },
4385             "type": "library",
4386             "extra": {
4387                 "branch-alias": {
4388                     "dev-master": "1.0.x-dev"
4389                 }
4390             },
4391             "autoload": {
4392                 "psr-4": {
4393                     "Psr\\Http\\Message\\": "src/"
4394                 }
4395             },
4396             "notification-url": "https://packagist.org/downloads/",
4397             "license": [
4398                 "MIT"
4399             ],
4400             "authors": [
4401                 {
4402                     "name": "PHP-FIG",
4403                     "homepage": "https://www.php-fig.org/"
4404                 }
4405             ],
4406             "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
4407             "keywords": [
4408                 "factory",
4409                 "http",
4410                 "message",
4411                 "psr",
4412                 "psr-17",
4413                 "psr-7",
4414                 "request",
4415                 "response"
4416             ],
4417             "support": {
4418                 "source": "https://github.com/php-fig/http-factory"
4419             },
4420             "time": "2024-04-15T12:06:14+00:00"
4421         },
4422         {
4423             "name": "psr/http-message",
4424             "version": "2.0",
4425             "source": {
4426                 "type": "git",
4427                 "url": "https://github.com/php-fig/http-message.git",
4428                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
4429             },
4430             "dist": {
4431                 "type": "zip",
4432                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4433                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4434                 "shasum": ""
4435             },
4436             "require": {
4437                 "php": "^7.2 || ^8.0"
4438             },
4439             "type": "library",
4440             "extra": {
4441                 "branch-alias": {
4442                     "dev-master": "2.0.x-dev"
4443                 }
4444             },
4445             "autoload": {
4446                 "psr-4": {
4447                     "Psr\\Http\\Message\\": "src/"
4448                 }
4449             },
4450             "notification-url": "https://packagist.org/downloads/",
4451             "license": [
4452                 "MIT"
4453             ],
4454             "authors": [
4455                 {
4456                     "name": "PHP-FIG",
4457                     "homepage": "https://www.php-fig.org/"
4458                 }
4459             ],
4460             "description": "Common interface for HTTP messages",
4461             "homepage": "https://github.com/php-fig/http-message",
4462             "keywords": [
4463                 "http",
4464                 "http-message",
4465                 "psr",
4466                 "psr-7",
4467                 "request",
4468                 "response"
4469             ],
4470             "support": {
4471                 "source": "https://github.com/php-fig/http-message/tree/2.0"
4472             },
4473             "time": "2023-04-04T09:54:51+00:00"
4474         },
4475         {
4476             "name": "psr/log",
4477             "version": "3.0.2",
4478             "source": {
4479                 "type": "git",
4480                 "url": "https://github.com/php-fig/log.git",
4481                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
4482             },
4483             "dist": {
4484                 "type": "zip",
4485                 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
4486                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
4487                 "shasum": ""
4488             },
4489             "require": {
4490                 "php": ">=8.0.0"
4491             },
4492             "type": "library",
4493             "extra": {
4494                 "branch-alias": {
4495                     "dev-master": "3.x-dev"
4496                 }
4497             },
4498             "autoload": {
4499                 "psr-4": {
4500                     "Psr\\Log\\": "src"
4501                 }
4502             },
4503             "notification-url": "https://packagist.org/downloads/",
4504             "license": [
4505                 "MIT"
4506             ],
4507             "authors": [
4508                 {
4509                     "name": "PHP-FIG",
4510                     "homepage": "https://www.php-fig.org/"
4511                 }
4512             ],
4513             "description": "Common interface for logging libraries",
4514             "homepage": "https://github.com/php-fig/log",
4515             "keywords": [
4516                 "log",
4517                 "psr",
4518                 "psr-3"
4519             ],
4520             "support": {
4521                 "source": "https://github.com/php-fig/log/tree/3.0.2"
4522             },
4523             "time": "2024-09-11T13:17:53+00:00"
4524         },
4525         {
4526             "name": "psr/simple-cache",
4527             "version": "3.0.0",
4528             "source": {
4529                 "type": "git",
4530                 "url": "https://github.com/php-fig/simple-cache.git",
4531                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
4532             },
4533             "dist": {
4534                 "type": "zip",
4535                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
4536                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
4537                 "shasum": ""
4538             },
4539             "require": {
4540                 "php": ">=8.0.0"
4541             },
4542             "type": "library",
4543             "extra": {
4544                 "branch-alias": {
4545                     "dev-master": "3.0.x-dev"
4546                 }
4547             },
4548             "autoload": {
4549                 "psr-4": {
4550                     "Psr\\SimpleCache\\": "src/"
4551                 }
4552             },
4553             "notification-url": "https://packagist.org/downloads/",
4554             "license": [
4555                 "MIT"
4556             ],
4557             "authors": [
4558                 {
4559                     "name": "PHP-FIG",
4560                     "homepage": "https://www.php-fig.org/"
4561                 }
4562             ],
4563             "description": "Common interfaces for simple caching",
4564             "keywords": [
4565                 "cache",
4566                 "caching",
4567                 "psr",
4568                 "psr-16",
4569                 "simple-cache"
4570             ],
4571             "support": {
4572                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
4573             },
4574             "time": "2021-10-29T13:26:27+00:00"
4575         },
4576         {
4577             "name": "psy/psysh",
4578             "version": "v0.12.8",
4579             "source": {
4580                 "type": "git",
4581                 "url": "https://github.com/bobthecow/psysh.git",
4582                 "reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625"
4583             },
4584             "dist": {
4585                 "type": "zip",
4586                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/85057ceedee50c49d4f6ecaff73ee96adb3b3625",
4587                 "reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625",
4588                 "shasum": ""
4589             },
4590             "require": {
4591                 "ext-json": "*",
4592                 "ext-tokenizer": "*",
4593                 "nikic/php-parser": "^5.0 || ^4.0",
4594                 "php": "^8.0 || ^7.4",
4595                 "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
4596                 "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
4597             },
4598             "conflict": {
4599                 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
4600             },
4601             "require-dev": {
4602                 "bamarni/composer-bin-plugin": "^1.2"
4603             },
4604             "suggest": {
4605                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
4606                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
4607                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
4608             },
4609             "bin": [
4610                 "bin/psysh"
4611             ],
4612             "type": "library",
4613             "extra": {
4614                 "bamarni-bin": {
4615                     "bin-links": false,
4616                     "forward-command": false
4617                 },
4618                 "branch-alias": {
4619                     "dev-main": "0.12.x-dev"
4620                 }
4621             },
4622             "autoload": {
4623                 "files": [
4624                     "src/functions.php"
4625                 ],
4626                 "psr-4": {
4627                     "Psy\\": "src/"
4628                 }
4629             },
4630             "notification-url": "https://packagist.org/downloads/",
4631             "license": [
4632                 "MIT"
4633             ],
4634             "authors": [
4635                 {
4636                     "name": "Justin Hileman",
4637                     "email": "[email protected]",
4638                     "homepage": "http://justinhileman.com"
4639                 }
4640             ],
4641             "description": "An interactive shell for modern PHP.",
4642             "homepage": "http://psysh.org",
4643             "keywords": [
4644                 "REPL",
4645                 "console",
4646                 "interactive",
4647                 "shell"
4648             ],
4649             "support": {
4650                 "issues": "https://github.com/bobthecow/psysh/issues",
4651                 "source": "https://github.com/bobthecow/psysh/tree/v0.12.8"
4652             },
4653             "time": "2025-03-16T03:05:19+00:00"
4654         },
4655         {
4656             "name": "ralouphie/getallheaders",
4657             "version": "3.0.3",
4658             "source": {
4659                 "type": "git",
4660                 "url": "https://github.com/ralouphie/getallheaders.git",
4661                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
4662             },
4663             "dist": {
4664                 "type": "zip",
4665                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
4666                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
4667                 "shasum": ""
4668             },
4669             "require": {
4670                 "php": ">=5.6"
4671             },
4672             "require-dev": {
4673                 "php-coveralls/php-coveralls": "^2.1",
4674                 "phpunit/phpunit": "^5 || ^6.5"
4675             },
4676             "type": "library",
4677             "autoload": {
4678                 "files": [
4679                     "src/getallheaders.php"
4680                 ]
4681             },
4682             "notification-url": "https://packagist.org/downloads/",
4683             "license": [
4684                 "MIT"
4685             ],
4686             "authors": [
4687                 {
4688                     "name": "Ralph Khattar",
4689                     "email": "[email protected]"
4690                 }
4691             ],
4692             "description": "A polyfill for getallheaders.",
4693             "support": {
4694                 "issues": "https://github.com/ralouphie/getallheaders/issues",
4695                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
4696             },
4697             "time": "2019-03-08T08:55:37+00:00"
4698         },
4699         {
4700             "name": "ramsey/collection",
4701             "version": "2.1.0",
4702             "source": {
4703                 "type": "git",
4704                 "url": "https://github.com/ramsey/collection.git",
4705                 "reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109"
4706             },
4707             "dist": {
4708                 "type": "zip",
4709                 "url": "https://api.github.com/repos/ramsey/collection/zipball/3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109",
4710                 "reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109",
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.0"
4772             },
4773             "time": "2025-03-02T04:48:29+00:00"
4774         },
4775         {
4776             "name": "ramsey/uuid",
4777             "version": "4.7.6",
4778             "source": {
4779                 "type": "git",
4780                 "url": "https://github.com/ramsey/uuid.git",
4781                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
4782             },
4783             "dist": {
4784                 "type": "zip",
4785                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
4786                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
4787                 "shasum": ""
4788             },
4789             "require": {
4790                 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
4791                 "ext-json": "*",
4792                 "php": "^8.0",
4793                 "ramsey/collection": "^1.2 || ^2.0"
4794             },
4795             "replace": {
4796                 "rhumsaa/uuid": "self.version"
4797             },
4798             "require-dev": {
4799                 "captainhook/captainhook": "^5.10",
4800                 "captainhook/plugin-composer": "^5.3",
4801                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4802                 "doctrine/annotations": "^1.8",
4803                 "ergebnis/composer-normalize": "^2.15",
4804                 "mockery/mockery": "^1.3",
4805                 "paragonie/random-lib": "^2",
4806                 "php-mock/php-mock": "^2.2",
4807                 "php-mock/php-mock-mockery": "^1.3",
4808                 "php-parallel-lint/php-parallel-lint": "^1.1",
4809                 "phpbench/phpbench": "^1.0",
4810                 "phpstan/extension-installer": "^1.1",
4811                 "phpstan/phpstan": "^1.8",
4812                 "phpstan/phpstan-mockery": "^1.1",
4813                 "phpstan/phpstan-phpunit": "^1.1",
4814                 "phpunit/phpunit": "^8.5 || ^9",
4815                 "ramsey/composer-repl": "^1.4",
4816                 "slevomat/coding-standard": "^8.4",
4817                 "squizlabs/php_codesniffer": "^3.5",
4818                 "vimeo/psalm": "^4.9"
4819             },
4820             "suggest": {
4821                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
4822                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
4823                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
4824                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
4825                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4826             },
4827             "type": "library",
4828             "extra": {
4829                 "captainhook": {
4830                     "force-install": true
4831                 }
4832             },
4833             "autoload": {
4834                 "files": [
4835                     "src/functions.php"
4836                 ],
4837                 "psr-4": {
4838                     "Ramsey\\Uuid\\": "src/"
4839                 }
4840             },
4841             "notification-url": "https://packagist.org/downloads/",
4842             "license": [
4843                 "MIT"
4844             ],
4845             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
4846             "keywords": [
4847                 "guid",
4848                 "identifier",
4849                 "uuid"
4850             ],
4851             "support": {
4852                 "issues": "https://github.com/ramsey/uuid/issues",
4853                 "source": "https://github.com/ramsey/uuid/tree/4.7.6"
4854             },
4855             "funding": [
4856                 {
4857                     "url": "https://github.com/ramsey",
4858                     "type": "github"
4859                 },
4860                 {
4861                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
4862                     "type": "tidelift"
4863                 }
4864             ],
4865             "time": "2024-04-27T21:32:50+00:00"
4866         },
4867         {
4868             "name": "robrichards/xmlseclibs",
4869             "version": "3.1.3",
4870             "source": {
4871                 "type": "git",
4872                 "url": "https://github.com/robrichards/xmlseclibs.git",
4873                 "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07"
4874             },
4875             "dist": {
4876                 "type": "zip",
4877                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/2bdfd742624d739dfadbd415f00181b4a77aaf07",
4878                 "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07",
4879                 "shasum": ""
4880             },
4881             "require": {
4882                 "ext-openssl": "*",
4883                 "php": ">= 5.4"
4884             },
4885             "type": "library",
4886             "autoload": {
4887                 "psr-4": {
4888                     "RobRichards\\XMLSecLibs\\": "src"
4889                 }
4890             },
4891             "notification-url": "https://packagist.org/downloads/",
4892             "license": [
4893                 "BSD-3-Clause"
4894             ],
4895             "description": "A PHP library for XML Security",
4896             "homepage": "https://github.com/robrichards/xmlseclibs",
4897             "keywords": [
4898                 "security",
4899                 "signature",
4900                 "xml",
4901                 "xmldsig"
4902             ],
4903             "support": {
4904                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
4905                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.3"
4906             },
4907             "time": "2024-11-20T21:13:56+00:00"
4908         },
4909         {
4910             "name": "sabberworm/php-css-parser",
4911             "version": "v8.7.0",
4912             "source": {
4913                 "type": "git",
4914                 "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
4915                 "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf"
4916             },
4917             "dist": {
4918                 "type": "zip",
4919                 "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/f414ff953002a9b18e3a116f5e462c56f21237cf",
4920                 "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf",
4921                 "shasum": ""
4922             },
4923             "require": {
4924                 "ext-iconv": "*",
4925                 "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
4926             },
4927             "require-dev": {
4928                 "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.40"
4929             },
4930             "suggest": {
4931                 "ext-mbstring": "for parsing UTF-8 CSS"
4932             },
4933             "type": "library",
4934             "extra": {
4935                 "branch-alias": {
4936                     "dev-main": "9.0.x-dev"
4937                 }
4938             },
4939             "autoload": {
4940                 "psr-4": {
4941                     "Sabberworm\\CSS\\": "src/"
4942                 }
4943             },
4944             "notification-url": "https://packagist.org/downloads/",
4945             "license": [
4946                 "MIT"
4947             ],
4948             "authors": [
4949                 {
4950                     "name": "Raphael Schweikert"
4951                 },
4952                 {
4953                     "name": "Oliver Klee",
4954                     "email": "[email protected]"
4955                 },
4956                 {
4957                     "name": "Jake Hotson",
4958                     "email": "[email protected]"
4959                 }
4960             ],
4961             "description": "Parser for CSS Files written in PHP",
4962             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
4963             "keywords": [
4964                 "css",
4965                 "parser",
4966                 "stylesheet"
4967             ],
4968             "support": {
4969                 "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
4970                 "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.7.0"
4971             },
4972             "time": "2024-10-27T17:38:32+00:00"
4973         },
4974         {
4975             "name": "socialiteproviders/discord",
4976             "version": "4.2.0",
4977             "source": {
4978                 "type": "git",
4979                 "url": "https://github.com/SocialiteProviders/Discord.git",
4980                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c"
4981             },
4982             "dist": {
4983                 "type": "zip",
4984                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c71c379acfdca5ba4aa65a3db5ae5222852a919c",
4985                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c",
4986                 "shasum": ""
4987             },
4988             "require": {
4989                 "ext-json": "*",
4990                 "php": "^7.4 || ^8.0",
4991                 "socialiteproviders/manager": "~4.0"
4992             },
4993             "type": "library",
4994             "autoload": {
4995                 "psr-4": {
4996                     "SocialiteProviders\\Discord\\": ""
4997                 }
4998             },
4999             "notification-url": "https://packagist.org/downloads/",
5000             "license": [
5001                 "MIT"
5002             ],
5003             "authors": [
5004                 {
5005                     "name": "Christopher Eklund",
5006                     "email": "[email protected]"
5007                 }
5008             ],
5009             "description": "Discord OAuth2 Provider for Laravel Socialite",
5010             "keywords": [
5011                 "discord",
5012                 "laravel",
5013                 "oauth",
5014                 "provider",
5015                 "socialite"
5016             ],
5017             "support": {
5018                 "docs": "https://socialiteproviders.com/discord",
5019                 "issues": "https://github.com/socialiteproviders/providers/issues",
5020                 "source": "https://github.com/socialiteproviders/providers"
5021             },
5022             "time": "2023-07-24T23:28:47+00:00"
5023         },
5024         {
5025             "name": "socialiteproviders/gitlab",
5026             "version": "4.1.0",
5027             "source": {
5028                 "type": "git",
5029                 "url": "https://github.com/SocialiteProviders/GitLab.git",
5030                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
5031             },
5032             "dist": {
5033                 "type": "zip",
5034                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5035                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5036                 "shasum": ""
5037             },
5038             "require": {
5039                 "ext-json": "*",
5040                 "php": "^7.2 || ^8.0",
5041                 "socialiteproviders/manager": "~4.0"
5042             },
5043             "type": "library",
5044             "autoload": {
5045                 "psr-4": {
5046                     "SocialiteProviders\\GitLab\\": ""
5047                 }
5048             },
5049             "notification-url": "https://packagist.org/downloads/",
5050             "license": [
5051                 "MIT"
5052             ],
5053             "authors": [
5054                 {
5055                     "name": "Christoffer Martinsen",
5056                     "email": "[email protected]"
5057                 }
5058             ],
5059             "description": "GitLab OAuth2 Provider for Laravel Socialite",
5060             "support": {
5061                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
5062             },
5063             "time": "2020-12-01T23:10:59+00:00"
5064         },
5065         {
5066             "name": "socialiteproviders/manager",
5067             "version": "v4.8.1",
5068             "source": {
5069                 "type": "git",
5070                 "url": "https://github.com/SocialiteProviders/Manager.git",
5071                 "reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4"
5072             },
5073             "dist": {
5074                 "type": "zip",
5075                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/8180ec14bef230ec2351cff993d5d2d7ca470ef4",
5076                 "reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4",
5077                 "shasum": ""
5078             },
5079             "require": {
5080                 "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
5081                 "laravel/socialite": "^5.5",
5082                 "php": "^8.1"
5083             },
5084             "require-dev": {
5085                 "mockery/mockery": "^1.2",
5086                 "phpunit/phpunit": "^9.0"
5087             },
5088             "type": "library",
5089             "extra": {
5090                 "laravel": {
5091                     "providers": [
5092                         "SocialiteProviders\\Manager\\ServiceProvider"
5093                     ]
5094                 }
5095             },
5096             "autoload": {
5097                 "psr-4": {
5098                     "SocialiteProviders\\Manager\\": "src/"
5099                 }
5100             },
5101             "notification-url": "https://packagist.org/downloads/",
5102             "license": [
5103                 "MIT"
5104             ],
5105             "authors": [
5106                 {
5107                     "name": "Andy Wendt",
5108                     "email": "[email protected]"
5109                 },
5110                 {
5111                     "name": "Anton Komarev",
5112                     "email": "[email protected]"
5113                 },
5114                 {
5115                     "name": "Miguel Piedrafita",
5116                     "email": "[email protected]"
5117                 },
5118                 {
5119                     "name": "atymic",
5120                     "email": "[email protected]",
5121                     "homepage": "https://atymic.dev"
5122                 }
5123             ],
5124             "description": "Easily add new or override built-in providers in Laravel Socialite.",
5125             "homepage": "https://socialiteproviders.com",
5126             "keywords": [
5127                 "laravel",
5128                 "manager",
5129                 "oauth",
5130                 "providers",
5131                 "socialite"
5132             ],
5133             "support": {
5134                 "issues": "https://github.com/socialiteproviders/manager/issues",
5135                 "source": "https://github.com/socialiteproviders/manager"
5136             },
5137             "time": "2025-02-24T19:33:30+00:00"
5138         },
5139         {
5140             "name": "socialiteproviders/microsoft-azure",
5141             "version": "5.2.0",
5142             "source": {
5143                 "type": "git",
5144                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
5145                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16"
5146             },
5147             "dist": {
5148                 "type": "zip",
5149                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5150                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5151                 "shasum": ""
5152             },
5153             "require": {
5154                 "ext-json": "*",
5155                 "php": "^8.0",
5156                 "socialiteproviders/manager": "^4.4"
5157             },
5158             "type": "library",
5159             "autoload": {
5160                 "psr-4": {
5161                     "SocialiteProviders\\Azure\\": ""
5162                 }
5163             },
5164             "notification-url": "https://packagist.org/downloads/",
5165             "license": [
5166                 "MIT"
5167             ],
5168             "authors": [
5169                 {
5170                     "name": "Chris Hemmings",
5171                     "email": "[email protected]"
5172                 }
5173             ],
5174             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
5175             "keywords": [
5176                 "azure",
5177                 "laravel",
5178                 "microsoft",
5179                 "oauth",
5180                 "provider",
5181                 "socialite"
5182             ],
5183             "support": {
5184                 "docs": "https://socialiteproviders.com/microsoft-azure",
5185                 "issues": "https://github.com/socialiteproviders/providers/issues",
5186                 "source": "https://github.com/socialiteproviders/providers"
5187             },
5188             "time": "2024-03-15T03:02:10+00:00"
5189         },
5190         {
5191             "name": "socialiteproviders/okta",
5192             "version": "4.4.0",
5193             "source": {
5194                 "type": "git",
5195                 "url": "https://github.com/SocialiteProviders/Okta.git",
5196                 "reference": "5e47cd7b4c19da94ecafbd91fa430e4151c09806"
5197             },
5198             "dist": {
5199                 "type": "zip",
5200                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/5e47cd7b4c19da94ecafbd91fa430e4151c09806",
5201                 "reference": "5e47cd7b4c19da94ecafbd91fa430e4151c09806",
5202                 "shasum": ""
5203             },
5204             "require": {
5205                 "ext-json": "*",
5206                 "php": "^8.0",
5207                 "socialiteproviders/manager": "^4.4"
5208             },
5209             "type": "library",
5210             "autoload": {
5211                 "psr-4": {
5212                     "SocialiteProviders\\Okta\\": ""
5213                 }
5214             },
5215             "notification-url": "https://packagist.org/downloads/",
5216             "license": [
5217                 "MIT"
5218             ],
5219             "authors": [
5220                 {
5221                     "name": "Chase Coney",
5222                     "email": "[email protected]"
5223                 }
5224             ],
5225             "description": "Okta OAuth2 Provider for Laravel Socialite",
5226             "keywords": [
5227                 "laravel",
5228                 "oauth",
5229                 "okta",
5230                 "provider",
5231                 "socialite"
5232             ],
5233             "support": {
5234                 "docs": "https://socialiteproviders.com/okta",
5235                 "issues": "https://github.com/socialiteproviders/providers/issues",
5236                 "source": "https://github.com/socialiteproviders/providers"
5237             },
5238             "time": "2023-12-12T01:59:17+00:00"
5239         },
5240         {
5241             "name": "socialiteproviders/twitch",
5242             "version": "5.4.0",
5243             "source": {
5244                 "type": "git",
5245                 "url": "https://github.com/SocialiteProviders/Twitch.git",
5246                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d"
5247             },
5248             "dist": {
5249                 "type": "zip",
5250                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/c8791b9d208195b5f02bea432de89d0e612b955d",
5251                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d",
5252                 "shasum": ""
5253             },
5254             "require": {
5255                 "ext-json": "*",
5256                 "php": "^8.0",
5257                 "socialiteproviders/manager": "^4.4"
5258             },
5259             "type": "library",
5260             "autoload": {
5261                 "psr-4": {
5262                     "SocialiteProviders\\Twitch\\": ""
5263                 }
5264             },
5265             "notification-url": "https://packagist.org/downloads/",
5266             "license": [
5267                 "MIT"
5268             ],
5269             "authors": [
5270                 {
5271                     "name": "Brian Faust",
5272                     "email": "[email protected]"
5273                 }
5274             ],
5275             "description": "Twitch OAuth2 Provider for Laravel Socialite",
5276             "keywords": [
5277                 "laravel",
5278                 "oauth",
5279                 "provider",
5280                 "socialite",
5281                 "twitch"
5282             ],
5283             "support": {
5284                 "docs": "https://socialiteproviders.com/twitch",
5285                 "issues": "https://github.com/socialiteproviders/providers/issues",
5286                 "source": "https://github.com/socialiteproviders/providers"
5287             },
5288             "time": "2024-04-01T01:15:35+00:00"
5289         },
5290         {
5291             "name": "ssddanbrown/htmldiff",
5292             "version": "v1.0.4",
5293             "source": {
5294                 "type": "git",
5295                 "url": "https://codeberg.org/danb/HtmlDiff",
5296                 "reference": "d5cbd43f66c4e512cc0ab71d0e0b07271e7d6af6"
5297             },
5298             "dist": {
5299                 "type": "zip",
5300                 "url": "https://codeberg.org/api/v1/repos/danb/HtmlDiff/archive/%prettyVersion%.zip"
5301             },
5302             "require": {
5303                 "ext-mbstring": "*",
5304                 "php": ">=7.2"
5305             },
5306             "require-dev": {
5307                 "phpunit/phpunit": "^8.5|^9.5.9",
5308                 "vimeo/psalm": "^4.10"
5309             },
5310             "type": "library",
5311             "autoload": {
5312                 "psr-4": {
5313                     "Ssddanbrown\\HtmlDiff\\": "src"
5314                 }
5315             },
5316             "notification-url": "https://packagist.org/downloads/",
5317             "license": [
5318                 "MIT"
5319             ],
5320             "authors": [
5321                 {
5322                     "name": "Dan Brown",
5323                     "homepage": "https://danb.me",
5324                     "role": "Developer"
5325                 }
5326             ],
5327             "description": "HTML Content Diff Generator",
5328             "homepage": "https://codeberg.org/danb/HtmlDiff",
5329             "funding": [
5330                 {
5331                     "url": "https://github.com/sponsors/ssddanbrown",
5332                     "type": "github"
5333                 },
5334                 {
5335                     "url": "https://ko-fi.com/ssddanbrown",
5336                     "type": "kofi"
5337                 }
5338             ],
5339             "time": "2024-12-12T16:45:37+00:00"
5340         },
5341         {
5342             "name": "ssddanbrown/symfony-mailer",
5343             "version": "7.2.x-dev",
5344             "source": {
5345                 "type": "git",
5346                 "url": "https://github.com/ssddanbrown/symfony-mailer.git",
5347                 "reference": "e9de8dccd76a63fc23475016e6574da6f5f12a2d"
5348             },
5349             "dist": {
5350                 "type": "zip",
5351                 "url": "https://api.github.com/repos/ssddanbrown/symfony-mailer/zipball/e9de8dccd76a63fc23475016e6574da6f5f12a2d",
5352                 "reference": "e9de8dccd76a63fc23475016e6574da6f5f12a2d",
5353                 "shasum": ""
5354             },
5355             "require": {
5356                 "egulias/email-validator": "^2.1.10|^3|^4",
5357                 "php": ">=8.2",
5358                 "psr/event-dispatcher": "^1",
5359                 "psr/log": "^1|^2|^3",
5360                 "symfony/event-dispatcher": "^6.4|^7.0",
5361                 "symfony/mime": "^7.2",
5362                 "symfony/service-contracts": "^2.5|^3"
5363             },
5364             "conflict": {
5365                 "symfony/http-client-contracts": "<2.5",
5366                 "symfony/http-kernel": "<6.4",
5367                 "symfony/messenger": "<6.4",
5368                 "symfony/mime": "<6.4",
5369                 "symfony/twig-bridge": "<6.4"
5370             },
5371             "replace": {
5372                 "symfony/mailer": "^7.0"
5373             },
5374             "require-dev": {
5375                 "symfony/console": "^6.4|^7.0",
5376                 "symfony/http-client": "^6.4|^7.0",
5377                 "symfony/messenger": "^6.4|^7.0",
5378                 "symfony/twig-bridge": "^6.4|^7.0"
5379             },
5380             "default-branch": true,
5381             "type": "library",
5382             "autoload": {
5383                 "psr-4": {
5384                     "Symfony\\Component\\Mailer\\": ""
5385                 },
5386                 "exclude-from-classmap": [
5387                     "/Tests/"
5388                 ]
5389             },
5390             "notification-url": "https://packagist.org/downloads/",
5391             "license": [
5392                 "MIT"
5393             ],
5394             "authors": [
5395                 {
5396                     "name": "Dan Brown",
5397                     "homepage": "https://danb.me"
5398                 },
5399                 {
5400                     "name": "Fabien Potencier",
5401                     "email": "[email protected]"
5402                 },
5403                 {
5404                     "name": "Symfony Community",
5405                     "homepage": "https://symfony.com/contributors"
5406                 }
5407             ],
5408             "description": "Helps sending emails",
5409             "homepage": "https://symfony.com",
5410             "support": {
5411                 "source": "https://github.com/ssddanbrown/symfony-mailer/tree/7.2"
5412             },
5413             "time": "2025-01-11T14:57:07+00:00"
5414         },
5415         {
5416             "name": "symfony/clock",
5417             "version": "v7.2.0",
5418             "source": {
5419                 "type": "git",
5420                 "url": "https://github.com/symfony/clock.git",
5421                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
5422             },
5423             "dist": {
5424                 "type": "zip",
5425                 "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5426                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5427                 "shasum": ""
5428             },
5429             "require": {
5430                 "php": ">=8.2",
5431                 "psr/clock": "^1.0",
5432                 "symfony/polyfill-php83": "^1.28"
5433             },
5434             "provide": {
5435                 "psr/clock-implementation": "1.0"
5436             },
5437             "type": "library",
5438             "autoload": {
5439                 "files": [
5440                     "Resources/now.php"
5441                 ],
5442                 "psr-4": {
5443                     "Symfony\\Component\\Clock\\": ""
5444                 },
5445                 "exclude-from-classmap": [
5446                     "/Tests/"
5447                 ]
5448             },
5449             "notification-url": "https://packagist.org/downloads/",
5450             "license": [
5451                 "MIT"
5452             ],
5453             "authors": [
5454                 {
5455                     "name": "Nicolas Grekas",
5456                     "email": "[email protected]"
5457                 },
5458                 {
5459                     "name": "Symfony Community",
5460                     "homepage": "https://symfony.com/contributors"
5461                 }
5462             ],
5463             "description": "Decouples applications from the system clock",
5464             "homepage": "https://symfony.com",
5465             "keywords": [
5466                 "clock",
5467                 "psr20",
5468                 "time"
5469             ],
5470             "support": {
5471                 "source": "https://github.com/symfony/clock/tree/v7.2.0"
5472             },
5473             "funding": [
5474                 {
5475                     "url": "https://symfony.com/sponsor",
5476                     "type": "custom"
5477                 },
5478                 {
5479                     "url": "https://github.com/fabpot",
5480                     "type": "github"
5481                 },
5482                 {
5483                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5484                     "type": "tidelift"
5485                 }
5486             ],
5487             "time": "2024-09-25T14:21:43+00:00"
5488         },
5489         {
5490             "name": "symfony/console",
5491             "version": "v7.2.1",
5492             "source": {
5493                 "type": "git",
5494                 "url": "https://github.com/symfony/console.git",
5495                 "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3"
5496             },
5497             "dist": {
5498                 "type": "zip",
5499                 "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
5500                 "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
5501                 "shasum": ""
5502             },
5503             "require": {
5504                 "php": ">=8.2",
5505                 "symfony/polyfill-mbstring": "~1.0",
5506                 "symfony/service-contracts": "^2.5|^3",
5507                 "symfony/string": "^6.4|^7.0"
5508             },
5509             "conflict": {
5510                 "symfony/dependency-injection": "<6.4",
5511                 "symfony/dotenv": "<6.4",
5512                 "symfony/event-dispatcher": "<6.4",
5513                 "symfony/lock": "<6.4",
5514                 "symfony/process": "<6.4"
5515             },
5516             "provide": {
5517                 "psr/log-implementation": "1.0|2.0|3.0"
5518             },
5519             "require-dev": {
5520                 "psr/log": "^1|^2|^3",
5521                 "symfony/config": "^6.4|^7.0",
5522                 "symfony/dependency-injection": "^6.4|^7.0",
5523                 "symfony/event-dispatcher": "^6.4|^7.0",
5524                 "symfony/http-foundation": "^6.4|^7.0",
5525                 "symfony/http-kernel": "^6.4|^7.0",
5526                 "symfony/lock": "^6.4|^7.0",
5527                 "symfony/messenger": "^6.4|^7.0",
5528                 "symfony/process": "^6.4|^7.0",
5529                 "symfony/stopwatch": "^6.4|^7.0",
5530                 "symfony/var-dumper": "^6.4|^7.0"
5531             },
5532             "type": "library",
5533             "autoload": {
5534                 "psr-4": {
5535                     "Symfony\\Component\\Console\\": ""
5536                 },
5537                 "exclude-from-classmap": [
5538                     "/Tests/"
5539                 ]
5540             },
5541             "notification-url": "https://packagist.org/downloads/",
5542             "license": [
5543                 "MIT"
5544             ],
5545             "authors": [
5546                 {
5547                     "name": "Fabien Potencier",
5548                     "email": "[email protected]"
5549                 },
5550                 {
5551                     "name": "Symfony Community",
5552                     "homepage": "https://symfony.com/contributors"
5553                 }
5554             ],
5555             "description": "Eases the creation of beautiful and testable command line interfaces",
5556             "homepage": "https://symfony.com",
5557             "keywords": [
5558                 "cli",
5559                 "command-line",
5560                 "console",
5561                 "terminal"
5562             ],
5563             "support": {
5564                 "source": "https://github.com/symfony/console/tree/v7.2.1"
5565             },
5566             "funding": [
5567                 {
5568                     "url": "https://symfony.com/sponsor",
5569                     "type": "custom"
5570                 },
5571                 {
5572                     "url": "https://github.com/fabpot",
5573                     "type": "github"
5574                 },
5575                 {
5576                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5577                     "type": "tidelift"
5578                 }
5579             ],
5580             "time": "2024-12-11T03:49:26+00:00"
5581         },
5582         {
5583             "name": "symfony/css-selector",
5584             "version": "v7.2.0",
5585             "source": {
5586                 "type": "git",
5587                 "url": "https://github.com/symfony/css-selector.git",
5588                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
5589             },
5590             "dist": {
5591                 "type": "zip",
5592                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5593                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5594                 "shasum": ""
5595             },
5596             "require": {
5597                 "php": ">=8.2"
5598             },
5599             "type": "library",
5600             "autoload": {
5601                 "psr-4": {
5602                     "Symfony\\Component\\CssSelector\\": ""
5603                 },
5604                 "exclude-from-classmap": [
5605                     "/Tests/"
5606                 ]
5607             },
5608             "notification-url": "https://packagist.org/downloads/",
5609             "license": [
5610                 "MIT"
5611             ],
5612             "authors": [
5613                 {
5614                     "name": "Fabien Potencier",
5615                     "email": "[email protected]"
5616                 },
5617                 {
5618                     "name": "Jean-François Simon",
5619                     "email": "[email protected]"
5620                 },
5621                 {
5622                     "name": "Symfony Community",
5623                     "homepage": "https://symfony.com/contributors"
5624                 }
5625             ],
5626             "description": "Converts CSS selectors to XPath expressions",
5627             "homepage": "https://symfony.com",
5628             "support": {
5629                 "source": "https://github.com/symfony/css-selector/tree/v7.2.0"
5630             },
5631             "funding": [
5632                 {
5633                     "url": "https://symfony.com/sponsor",
5634                     "type": "custom"
5635                 },
5636                 {
5637                     "url": "https://github.com/fabpot",
5638                     "type": "github"
5639                 },
5640                 {
5641                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5642                     "type": "tidelift"
5643                 }
5644             ],
5645             "time": "2024-09-25T14:21:43+00:00"
5646         },
5647         {
5648             "name": "symfony/deprecation-contracts",
5649             "version": "v3.5.1",
5650             "source": {
5651                 "type": "git",
5652                 "url": "https://github.com/symfony/deprecation-contracts.git",
5653                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
5654             },
5655             "dist": {
5656                 "type": "zip",
5657                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
5658                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
5659                 "shasum": ""
5660             },
5661             "require": {
5662                 "php": ">=8.1"
5663             },
5664             "type": "library",
5665             "extra": {
5666                 "thanks": {
5667                     "url": "https://github.com/symfony/contracts",
5668                     "name": "symfony/contracts"
5669                 },
5670                 "branch-alias": {
5671                     "dev-main": "3.5-dev"
5672                 }
5673             },
5674             "autoload": {
5675                 "files": [
5676                     "function.php"
5677                 ]
5678             },
5679             "notification-url": "https://packagist.org/downloads/",
5680             "license": [
5681                 "MIT"
5682             ],
5683             "authors": [
5684                 {
5685                     "name": "Nicolas Grekas",
5686                     "email": "[email protected]"
5687                 },
5688                 {
5689                     "name": "Symfony Community",
5690                     "homepage": "https://symfony.com/contributors"
5691                 }
5692             ],
5693             "description": "A generic function and convention to trigger deprecation notices",
5694             "homepage": "https://symfony.com",
5695             "support": {
5696                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
5697             },
5698             "funding": [
5699                 {
5700                     "url": "https://symfony.com/sponsor",
5701                     "type": "custom"
5702                 },
5703                 {
5704                     "url": "https://github.com/fabpot",
5705                     "type": "github"
5706                 },
5707                 {
5708                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5709                     "type": "tidelift"
5710                 }
5711             ],
5712             "time": "2024-09-25T14:20:29+00:00"
5713         },
5714         {
5715             "name": "symfony/error-handler",
5716             "version": "v7.2.4",
5717             "source": {
5718                 "type": "git",
5719                 "url": "https://github.com/symfony/error-handler.git",
5720                 "reference": "aabf79938aa795350c07ce6464dd1985607d95d5"
5721             },
5722             "dist": {
5723                 "type": "zip",
5724                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/aabf79938aa795350c07ce6464dd1985607d95d5",
5725                 "reference": "aabf79938aa795350c07ce6464dd1985607d95d5",
5726                 "shasum": ""
5727             },
5728             "require": {
5729                 "php": ">=8.2",
5730                 "psr/log": "^1|^2|^3",
5731                 "symfony/var-dumper": "^6.4|^7.0"
5732             },
5733             "conflict": {
5734                 "symfony/deprecation-contracts": "<2.5",
5735                 "symfony/http-kernel": "<6.4"
5736             },
5737             "require-dev": {
5738                 "symfony/deprecation-contracts": "^2.5|^3",
5739                 "symfony/http-kernel": "^6.4|^7.0",
5740                 "symfony/serializer": "^6.4|^7.0"
5741             },
5742             "bin": [
5743                 "Resources/bin/patch-type-declarations"
5744             ],
5745             "type": "library",
5746             "autoload": {
5747                 "psr-4": {
5748                     "Symfony\\Component\\ErrorHandler\\": ""
5749                 },
5750                 "exclude-from-classmap": [
5751                     "/Tests/"
5752                 ]
5753             },
5754             "notification-url": "https://packagist.org/downloads/",
5755             "license": [
5756                 "MIT"
5757             ],
5758             "authors": [
5759                 {
5760                     "name": "Fabien Potencier",
5761                     "email": "[email protected]"
5762                 },
5763                 {
5764                     "name": "Symfony Community",
5765                     "homepage": "https://symfony.com/contributors"
5766                 }
5767             ],
5768             "description": "Provides tools to manage errors and ease debugging PHP code",
5769             "homepage": "https://symfony.com",
5770             "support": {
5771                 "source": "https://github.com/symfony/error-handler/tree/v7.2.4"
5772             },
5773             "funding": [
5774                 {
5775                     "url": "https://symfony.com/sponsor",
5776                     "type": "custom"
5777                 },
5778                 {
5779                     "url": "https://github.com/fabpot",
5780                     "type": "github"
5781                 },
5782                 {
5783                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5784                     "type": "tidelift"
5785                 }
5786             ],
5787             "time": "2025-02-02T20:27:07+00:00"
5788         },
5789         {
5790             "name": "symfony/event-dispatcher",
5791             "version": "v7.2.0",
5792             "source": {
5793                 "type": "git",
5794                 "url": "https://github.com/symfony/event-dispatcher.git",
5795                 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
5796             },
5797             "dist": {
5798                 "type": "zip",
5799                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
5800                 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
5801                 "shasum": ""
5802             },
5803             "require": {
5804                 "php": ">=8.2",
5805                 "symfony/event-dispatcher-contracts": "^2.5|^3"
5806             },
5807             "conflict": {
5808                 "symfony/dependency-injection": "<6.4",
5809                 "symfony/service-contracts": "<2.5"
5810             },
5811             "provide": {
5812                 "psr/event-dispatcher-implementation": "1.0",
5813                 "symfony/event-dispatcher-implementation": "2.0|3.0"
5814             },
5815             "require-dev": {
5816                 "psr/log": "^1|^2|^3",
5817                 "symfony/config": "^6.4|^7.0",
5818                 "symfony/dependency-injection": "^6.4|^7.0",
5819                 "symfony/error-handler": "^6.4|^7.0",
5820                 "symfony/expression-language": "^6.4|^7.0",
5821                 "symfony/http-foundation": "^6.4|^7.0",
5822                 "symfony/service-contracts": "^2.5|^3",
5823                 "symfony/stopwatch": "^6.4|^7.0"
5824             },
5825             "type": "library",
5826             "autoload": {
5827                 "psr-4": {
5828                     "Symfony\\Component\\EventDispatcher\\": ""
5829                 },
5830                 "exclude-from-classmap": [
5831                     "/Tests/"
5832                 ]
5833             },
5834             "notification-url": "https://packagist.org/downloads/",
5835             "license": [
5836                 "MIT"
5837             ],
5838             "authors": [
5839                 {
5840                     "name": "Fabien Potencier",
5841                     "email": "[email protected]"
5842                 },
5843                 {
5844                     "name": "Symfony Community",
5845                     "homepage": "https://symfony.com/contributors"
5846                 }
5847             ],
5848             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5849             "homepage": "https://symfony.com",
5850             "support": {
5851                 "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
5852             },
5853             "funding": [
5854                 {
5855                     "url": "https://symfony.com/sponsor",
5856                     "type": "custom"
5857                 },
5858                 {
5859                     "url": "https://github.com/fabpot",
5860                     "type": "github"
5861                 },
5862                 {
5863                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5864                     "type": "tidelift"
5865                 }
5866             ],
5867             "time": "2024-09-25T14:21:43+00:00"
5868         },
5869         {
5870             "name": "symfony/event-dispatcher-contracts",
5871             "version": "v3.5.1",
5872             "source": {
5873                 "type": "git",
5874                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5875                 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
5876             },
5877             "dist": {
5878                 "type": "zip",
5879                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
5880                 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
5881                 "shasum": ""
5882             },
5883             "require": {
5884                 "php": ">=8.1",
5885                 "psr/event-dispatcher": "^1"
5886             },
5887             "type": "library",
5888             "extra": {
5889                 "thanks": {
5890                     "url": "https://github.com/symfony/contracts",
5891                     "name": "symfony/contracts"
5892                 },
5893                 "branch-alias": {
5894                     "dev-main": "3.5-dev"
5895                 }
5896             },
5897             "autoload": {
5898                 "psr-4": {
5899                     "Symfony\\Contracts\\EventDispatcher\\": ""
5900                 }
5901             },
5902             "notification-url": "https://packagist.org/downloads/",
5903             "license": [
5904                 "MIT"
5905             ],
5906             "authors": [
5907                 {
5908                     "name": "Nicolas Grekas",
5909                     "email": "[email protected]"
5910                 },
5911                 {
5912                     "name": "Symfony Community",
5913                     "homepage": "https://symfony.com/contributors"
5914                 }
5915             ],
5916             "description": "Generic abstractions related to dispatching event",
5917             "homepage": "https://symfony.com",
5918             "keywords": [
5919                 "abstractions",
5920                 "contracts",
5921                 "decoupling",
5922                 "interfaces",
5923                 "interoperability",
5924                 "standards"
5925             ],
5926             "support": {
5927                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
5928             },
5929             "funding": [
5930                 {
5931                     "url": "https://symfony.com/sponsor",
5932                     "type": "custom"
5933                 },
5934                 {
5935                     "url": "https://github.com/fabpot",
5936                     "type": "github"
5937                 },
5938                 {
5939                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5940                     "type": "tidelift"
5941                 }
5942             ],
5943             "time": "2024-09-25T14:20:29+00:00"
5944         },
5945         {
5946             "name": "symfony/finder",
5947             "version": "v7.2.2",
5948             "source": {
5949                 "type": "git",
5950                 "url": "https://github.com/symfony/finder.git",
5951                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb"
5952             },
5953             "dist": {
5954                 "type": "zip",
5955                 "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb",
5956                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb",
5957                 "shasum": ""
5958             },
5959             "require": {
5960                 "php": ">=8.2"
5961             },
5962             "require-dev": {
5963                 "symfony/filesystem": "^6.4|^7.0"
5964             },
5965             "type": "library",
5966             "autoload": {
5967                 "psr-4": {
5968                     "Symfony\\Component\\Finder\\": ""
5969                 },
5970                 "exclude-from-classmap": [
5971                     "/Tests/"
5972                 ]
5973             },
5974             "notification-url": "https://packagist.org/downloads/",
5975             "license": [
5976                 "MIT"
5977             ],
5978             "authors": [
5979                 {
5980                     "name": "Fabien Potencier",
5981                     "email": "[email protected]"
5982                 },
5983                 {
5984                     "name": "Symfony Community",
5985                     "homepage": "https://symfony.com/contributors"
5986                 }
5987             ],
5988             "description": "Finds files and directories via an intuitive fluent interface",
5989             "homepage": "https://symfony.com",
5990             "support": {
5991                 "source": "https://github.com/symfony/finder/tree/v7.2.2"
5992             },
5993             "funding": [
5994                 {
5995                     "url": "https://symfony.com/sponsor",
5996                     "type": "custom"
5997                 },
5998                 {
5999                     "url": "https://github.com/fabpot",
6000                     "type": "github"
6001                 },
6002                 {
6003                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6004                     "type": "tidelift"
6005                 }
6006             ],
6007             "time": "2024-12-30T19:00:17+00:00"
6008         },
6009         {
6010             "name": "symfony/http-foundation",
6011             "version": "v7.2.3",
6012             "source": {
6013                 "type": "git",
6014                 "url": "https://github.com/symfony/http-foundation.git",
6015                 "reference": "ee1b504b8926198be89d05e5b6fc4c3810c090f0"
6016             },
6017             "dist": {
6018                 "type": "zip",
6019                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ee1b504b8926198be89d05e5b6fc4c3810c090f0",
6020                 "reference": "ee1b504b8926198be89d05e5b6fc4c3810c090f0",
6021                 "shasum": ""
6022             },
6023             "require": {
6024                 "php": ">=8.2",
6025                 "symfony/deprecation-contracts": "^2.5|^3.0",
6026                 "symfony/polyfill-mbstring": "~1.1",
6027                 "symfony/polyfill-php83": "^1.27"
6028             },
6029             "conflict": {
6030                 "doctrine/dbal": "<3.6",
6031                 "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
6032             },
6033             "require-dev": {
6034                 "doctrine/dbal": "^3.6|^4",
6035                 "predis/predis": "^1.1|^2.0",
6036                 "symfony/cache": "^6.4.12|^7.1.5",
6037                 "symfony/dependency-injection": "^6.4|^7.0",
6038                 "symfony/expression-language": "^6.4|^7.0",
6039                 "symfony/http-kernel": "^6.4|^7.0",
6040                 "symfony/mime": "^6.4|^7.0",
6041                 "symfony/rate-limiter": "^6.4|^7.0"
6042             },
6043             "type": "library",
6044             "autoload": {
6045                 "psr-4": {
6046                     "Symfony\\Component\\HttpFoundation\\": ""
6047                 },
6048                 "exclude-from-classmap": [
6049                     "/Tests/"
6050                 ]
6051             },
6052             "notification-url": "https://packagist.org/downloads/",
6053             "license": [
6054                 "MIT"
6055             ],
6056             "authors": [
6057                 {
6058                     "name": "Fabien Potencier",
6059                     "email": "[email protected]"
6060                 },
6061                 {
6062                     "name": "Symfony Community",
6063                     "homepage": "https://symfony.com/contributors"
6064                 }
6065             ],
6066             "description": "Defines an object-oriented layer for the HTTP specification",
6067             "homepage": "https://symfony.com",
6068             "support": {
6069                 "source": "https://github.com/symfony/http-foundation/tree/v7.2.3"
6070             },
6071             "funding": [
6072                 {
6073                     "url": "https://symfony.com/sponsor",
6074                     "type": "custom"
6075                 },
6076                 {
6077                     "url": "https://github.com/fabpot",
6078                     "type": "github"
6079                 },
6080                 {
6081                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6082                     "type": "tidelift"
6083                 }
6084             ],
6085             "time": "2025-01-17T10:56:55+00:00"
6086         },
6087         {
6088             "name": "symfony/http-kernel",
6089             "version": "v7.2.4",
6090             "source": {
6091                 "type": "git",
6092                 "url": "https://github.com/symfony/http-kernel.git",
6093                 "reference": "9f1103734c5789798fefb90e91de4586039003ed"
6094             },
6095             "dist": {
6096                 "type": "zip",
6097                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f1103734c5789798fefb90e91de4586039003ed",
6098                 "reference": "9f1103734c5789798fefb90e91de4586039003ed",
6099                 "shasum": ""
6100             },
6101             "require": {
6102                 "php": ">=8.2",
6103                 "psr/log": "^1|^2|^3",
6104                 "symfony/deprecation-contracts": "^2.5|^3",
6105                 "symfony/error-handler": "^6.4|^7.0",
6106                 "symfony/event-dispatcher": "^6.4|^7.0",
6107                 "symfony/http-foundation": "^6.4|^7.0",
6108                 "symfony/polyfill-ctype": "^1.8"
6109             },
6110             "conflict": {
6111                 "symfony/browser-kit": "<6.4",
6112                 "symfony/cache": "<6.4",
6113                 "symfony/config": "<6.4",
6114                 "symfony/console": "<6.4",
6115                 "symfony/dependency-injection": "<6.4",
6116                 "symfony/doctrine-bridge": "<6.4",
6117                 "symfony/form": "<6.4",
6118                 "symfony/http-client": "<6.4",
6119                 "symfony/http-client-contracts": "<2.5",
6120                 "symfony/mailer": "<6.4",
6121                 "symfony/messenger": "<6.4",
6122                 "symfony/translation": "<6.4",
6123                 "symfony/translation-contracts": "<2.5",
6124                 "symfony/twig-bridge": "<6.4",
6125                 "symfony/validator": "<6.4",
6126                 "symfony/var-dumper": "<6.4",
6127                 "twig/twig": "<3.12"
6128             },
6129             "provide": {
6130                 "psr/log-implementation": "1.0|2.0|3.0"
6131             },
6132             "require-dev": {
6133                 "psr/cache": "^1.0|^2.0|^3.0",
6134                 "symfony/browser-kit": "^6.4|^7.0",
6135                 "symfony/clock": "^6.4|^7.0",
6136                 "symfony/config": "^6.4|^7.0",
6137                 "symfony/console": "^6.4|^7.0",
6138                 "symfony/css-selector": "^6.4|^7.0",
6139                 "symfony/dependency-injection": "^6.4|^7.0",
6140                 "symfony/dom-crawler": "^6.4|^7.0",
6141                 "symfony/expression-language": "^6.4|^7.0",
6142                 "symfony/finder": "^6.4|^7.0",
6143                 "symfony/http-client-contracts": "^2.5|^3",
6144                 "symfony/process": "^6.4|^7.0",
6145                 "symfony/property-access": "^7.1",
6146                 "symfony/routing": "^6.4|^7.0",
6147                 "symfony/serializer": "^7.1",
6148                 "symfony/stopwatch": "^6.4|^7.0",
6149                 "symfony/translation": "^6.4|^7.0",
6150                 "symfony/translation-contracts": "^2.5|^3",
6151                 "symfony/uid": "^6.4|^7.0",
6152                 "symfony/validator": "^6.4|^7.0",
6153                 "symfony/var-dumper": "^6.4|^7.0",
6154                 "symfony/var-exporter": "^6.4|^7.0",
6155                 "twig/twig": "^3.12"
6156             },
6157             "type": "library",
6158             "autoload": {
6159                 "psr-4": {
6160                     "Symfony\\Component\\HttpKernel\\": ""
6161                 },
6162                 "exclude-from-classmap": [
6163                     "/Tests/"
6164                 ]
6165             },
6166             "notification-url": "https://packagist.org/downloads/",
6167             "license": [
6168                 "MIT"
6169             ],
6170             "authors": [
6171                 {
6172                     "name": "Fabien Potencier",
6173                     "email": "[email protected]"
6174                 },
6175                 {
6176                     "name": "Symfony Community",
6177                     "homepage": "https://symfony.com/contributors"
6178                 }
6179             ],
6180             "description": "Provides a structured process for converting a Request into a Response",
6181             "homepage": "https://symfony.com",
6182             "support": {
6183                 "source": "https://github.com/symfony/http-kernel/tree/v7.2.4"
6184             },
6185             "funding": [
6186                 {
6187                     "url": "https://symfony.com/sponsor",
6188                     "type": "custom"
6189                 },
6190                 {
6191                     "url": "https://github.com/fabpot",
6192                     "type": "github"
6193                 },
6194                 {
6195                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6196                     "type": "tidelift"
6197                 }
6198             ],
6199             "time": "2025-02-26T11:01:22+00:00"
6200         },
6201         {
6202             "name": "symfony/mime",
6203             "version": "v7.2.4",
6204             "source": {
6205                 "type": "git",
6206                 "url": "https://github.com/symfony/mime.git",
6207                 "reference": "87ca22046b78c3feaff04b337f33b38510fd686b"
6208             },
6209             "dist": {
6210                 "type": "zip",
6211                 "url": "https://api.github.com/repos/symfony/mime/zipball/87ca22046b78c3feaff04b337f33b38510fd686b",
6212                 "reference": "87ca22046b78c3feaff04b337f33b38510fd686b",
6213                 "shasum": ""
6214             },
6215             "require": {
6216                 "php": ">=8.2",
6217                 "symfony/polyfill-intl-idn": "^1.10",
6218                 "symfony/polyfill-mbstring": "^1.0"
6219             },
6220             "conflict": {
6221                 "egulias/email-validator": "~3.0.0",
6222                 "phpdocumentor/reflection-docblock": "<3.2.2",
6223                 "phpdocumentor/type-resolver": "<1.4.0",
6224                 "symfony/mailer": "<6.4",
6225                 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
6226             },
6227             "require-dev": {
6228                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6229                 "league/html-to-markdown": "^5.0",
6230                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6231                 "symfony/dependency-injection": "^6.4|^7.0",
6232                 "symfony/process": "^6.4|^7.0",
6233                 "symfony/property-access": "^6.4|^7.0",
6234                 "symfony/property-info": "^6.4|^7.0",
6235                 "symfony/serializer": "^6.4.3|^7.0.3"
6236             },
6237             "type": "library",
6238             "autoload": {
6239                 "psr-4": {
6240                     "Symfony\\Component\\Mime\\": ""
6241                 },
6242                 "exclude-from-classmap": [
6243                     "/Tests/"
6244                 ]
6245             },
6246             "notification-url": "https://packagist.org/downloads/",
6247             "license": [
6248                 "MIT"
6249             ],
6250             "authors": [
6251                 {
6252                     "name": "Fabien Potencier",
6253                     "email": "[email protected]"
6254                 },
6255                 {
6256                     "name": "Symfony Community",
6257                     "homepage": "https://symfony.com/contributors"
6258                 }
6259             ],
6260             "description": "Allows manipulating MIME messages",
6261             "homepage": "https://symfony.com",
6262             "keywords": [
6263                 "mime",
6264                 "mime-type"
6265             ],
6266             "support": {
6267                 "source": "https://github.com/symfony/mime/tree/v7.2.4"
6268             },
6269             "funding": [
6270                 {
6271                     "url": "https://symfony.com/sponsor",
6272                     "type": "custom"
6273                 },
6274                 {
6275                     "url": "https://github.com/fabpot",
6276                     "type": "github"
6277                 },
6278                 {
6279                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6280                     "type": "tidelift"
6281                 }
6282             ],
6283             "time": "2025-02-19T08:51:20+00:00"
6284         },
6285         {
6286             "name": "symfony/polyfill-ctype",
6287             "version": "v1.31.0",
6288             "source": {
6289                 "type": "git",
6290                 "url": "https://github.com/symfony/polyfill-ctype.git",
6291                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
6292             },
6293             "dist": {
6294                 "type": "zip",
6295                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
6296                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
6297                 "shasum": ""
6298             },
6299             "require": {
6300                 "php": ">=7.2"
6301             },
6302             "provide": {
6303                 "ext-ctype": "*"
6304             },
6305             "suggest": {
6306                 "ext-ctype": "For best performance"
6307             },
6308             "type": "library",
6309             "extra": {
6310                 "thanks": {
6311                     "url": "https://github.com/symfony/polyfill",
6312                     "name": "symfony/polyfill"
6313                 }
6314             },
6315             "autoload": {
6316                 "files": [
6317                     "bootstrap.php"
6318                 ],
6319                 "psr-4": {
6320                     "Symfony\\Polyfill\\Ctype\\": ""
6321                 }
6322             },
6323             "notification-url": "https://packagist.org/downloads/",
6324             "license": [
6325                 "MIT"
6326             ],
6327             "authors": [
6328                 {
6329                     "name": "Gert de Pagter",
6330                     "email": "[email protected]"
6331                 },
6332                 {
6333                     "name": "Symfony Community",
6334                     "homepage": "https://symfony.com/contributors"
6335                 }
6336             ],
6337             "description": "Symfony polyfill for ctype functions",
6338             "homepage": "https://symfony.com",
6339             "keywords": [
6340                 "compatibility",
6341                 "ctype",
6342                 "polyfill",
6343                 "portable"
6344             ],
6345             "support": {
6346                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
6347             },
6348             "funding": [
6349                 {
6350                     "url": "https://symfony.com/sponsor",
6351                     "type": "custom"
6352                 },
6353                 {
6354                     "url": "https://github.com/fabpot",
6355                     "type": "github"
6356                 },
6357                 {
6358                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6359                     "type": "tidelift"
6360                 }
6361             ],
6362             "time": "2024-09-09T11:45:10+00:00"
6363         },
6364         {
6365             "name": "symfony/polyfill-intl-grapheme",
6366             "version": "v1.31.0",
6367             "source": {
6368                 "type": "git",
6369                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6370                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
6371             },
6372             "dist": {
6373                 "type": "zip",
6374                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6375                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6376                 "shasum": ""
6377             },
6378             "require": {
6379                 "php": ">=7.2"
6380             },
6381             "suggest": {
6382                 "ext-intl": "For best performance"
6383             },
6384             "type": "library",
6385             "extra": {
6386                 "thanks": {
6387                     "url": "https://github.com/symfony/polyfill",
6388                     "name": "symfony/polyfill"
6389                 }
6390             },
6391             "autoload": {
6392                 "files": [
6393                     "bootstrap.php"
6394                 ],
6395                 "psr-4": {
6396                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6397                 }
6398             },
6399             "notification-url": "https://packagist.org/downloads/",
6400             "license": [
6401                 "MIT"
6402             ],
6403             "authors": [
6404                 {
6405                     "name": "Nicolas Grekas",
6406                     "email": "[email protected]"
6407                 },
6408                 {
6409                     "name": "Symfony Community",
6410                     "homepage": "https://symfony.com/contributors"
6411                 }
6412             ],
6413             "description": "Symfony polyfill for intl's grapheme_* functions",
6414             "homepage": "https://symfony.com",
6415             "keywords": [
6416                 "compatibility",
6417                 "grapheme",
6418                 "intl",
6419                 "polyfill",
6420                 "portable",
6421                 "shim"
6422             ],
6423             "support": {
6424                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
6425             },
6426             "funding": [
6427                 {
6428                     "url": "https://symfony.com/sponsor",
6429                     "type": "custom"
6430                 },
6431                 {
6432                     "url": "https://github.com/fabpot",
6433                     "type": "github"
6434                 },
6435                 {
6436                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6437                     "type": "tidelift"
6438                 }
6439             ],
6440             "time": "2024-09-09T11:45:10+00:00"
6441         },
6442         {
6443             "name": "symfony/polyfill-intl-idn",
6444             "version": "v1.31.0",
6445             "source": {
6446                 "type": "git",
6447                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6448                 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
6449             },
6450             "dist": {
6451                 "type": "zip",
6452                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
6453                 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
6454                 "shasum": ""
6455             },
6456             "require": {
6457                 "php": ">=7.2",
6458                 "symfony/polyfill-intl-normalizer": "^1.10"
6459             },
6460             "suggest": {
6461                 "ext-intl": "For best performance"
6462             },
6463             "type": "library",
6464             "extra": {
6465                 "thanks": {
6466                     "url": "https://github.com/symfony/polyfill",
6467                     "name": "symfony/polyfill"
6468                 }
6469             },
6470             "autoload": {
6471                 "files": [
6472                     "bootstrap.php"
6473                 ],
6474                 "psr-4": {
6475                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6476                 }
6477             },
6478             "notification-url": "https://packagist.org/downloads/",
6479             "license": [
6480                 "MIT"
6481             ],
6482             "authors": [
6483                 {
6484                     "name": "Laurent Bassin",
6485                     "email": "[email protected]"
6486                 },
6487                 {
6488                     "name": "Trevor Rowbotham",
6489                     "email": "[email protected]"
6490                 },
6491                 {
6492                     "name": "Symfony Community",
6493                     "homepage": "https://symfony.com/contributors"
6494                 }
6495             ],
6496             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6497             "homepage": "https://symfony.com",
6498             "keywords": [
6499                 "compatibility",
6500                 "idn",
6501                 "intl",
6502                 "polyfill",
6503                 "portable",
6504                 "shim"
6505             ],
6506             "support": {
6507                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
6508             },
6509             "funding": [
6510                 {
6511                     "url": "https://symfony.com/sponsor",
6512                     "type": "custom"
6513                 },
6514                 {
6515                     "url": "https://github.com/fabpot",
6516                     "type": "github"
6517                 },
6518                 {
6519                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6520                     "type": "tidelift"
6521                 }
6522             ],
6523             "time": "2024-09-09T11:45:10+00:00"
6524         },
6525         {
6526             "name": "symfony/polyfill-intl-normalizer",
6527             "version": "v1.31.0",
6528             "source": {
6529                 "type": "git",
6530                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6531                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
6532             },
6533             "dist": {
6534                 "type": "zip",
6535                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
6536                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
6537                 "shasum": ""
6538             },
6539             "require": {
6540                 "php": ">=7.2"
6541             },
6542             "suggest": {
6543                 "ext-intl": "For best performance"
6544             },
6545             "type": "library",
6546             "extra": {
6547                 "thanks": {
6548                     "url": "https://github.com/symfony/polyfill",
6549                     "name": "symfony/polyfill"
6550                 }
6551             },
6552             "autoload": {
6553                 "files": [
6554                     "bootstrap.php"
6555                 ],
6556                 "psr-4": {
6557                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6558                 },
6559                 "classmap": [
6560                     "Resources/stubs"
6561                 ]
6562             },
6563             "notification-url": "https://packagist.org/downloads/",
6564             "license": [
6565                 "MIT"
6566             ],
6567             "authors": [
6568                 {
6569                     "name": "Nicolas Grekas",
6570                     "email": "[email protected]"
6571                 },
6572                 {
6573                     "name": "Symfony Community",
6574                     "homepage": "https://symfony.com/contributors"
6575                 }
6576             ],
6577             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6578             "homepage": "https://symfony.com",
6579             "keywords": [
6580                 "compatibility",
6581                 "intl",
6582                 "normalizer",
6583                 "polyfill",
6584                 "portable",
6585                 "shim"
6586             ],
6587             "support": {
6588                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
6589             },
6590             "funding": [
6591                 {
6592                     "url": "https://symfony.com/sponsor",
6593                     "type": "custom"
6594                 },
6595                 {
6596                     "url": "https://github.com/fabpot",
6597                     "type": "github"
6598                 },
6599                 {
6600                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6601                     "type": "tidelift"
6602                 }
6603             ],
6604             "time": "2024-09-09T11:45:10+00:00"
6605         },
6606         {
6607             "name": "symfony/polyfill-mbstring",
6608             "version": "v1.31.0",
6609             "source": {
6610                 "type": "git",
6611                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6612                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
6613             },
6614             "dist": {
6615                 "type": "zip",
6616                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
6617                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
6618                 "shasum": ""
6619             },
6620             "require": {
6621                 "php": ">=7.2"
6622             },
6623             "provide": {
6624                 "ext-mbstring": "*"
6625             },
6626             "suggest": {
6627                 "ext-mbstring": "For best performance"
6628             },
6629             "type": "library",
6630             "extra": {
6631                 "thanks": {
6632                     "url": "https://github.com/symfony/polyfill",
6633                     "name": "symfony/polyfill"
6634                 }
6635             },
6636             "autoload": {
6637                 "files": [
6638                     "bootstrap.php"
6639                 ],
6640                 "psr-4": {
6641                     "Symfony\\Polyfill\\Mbstring\\": ""
6642                 }
6643             },
6644             "notification-url": "https://packagist.org/downloads/",
6645             "license": [
6646                 "MIT"
6647             ],
6648             "authors": [
6649                 {
6650                     "name": "Nicolas Grekas",
6651                     "email": "[email protected]"
6652                 },
6653                 {
6654                     "name": "Symfony Community",
6655                     "homepage": "https://symfony.com/contributors"
6656                 }
6657             ],
6658             "description": "Symfony polyfill for the Mbstring extension",
6659             "homepage": "https://symfony.com",
6660             "keywords": [
6661                 "compatibility",
6662                 "mbstring",
6663                 "polyfill",
6664                 "portable",
6665                 "shim"
6666             ],
6667             "support": {
6668                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
6669             },
6670             "funding": [
6671                 {
6672                     "url": "https://symfony.com/sponsor",
6673                     "type": "custom"
6674                 },
6675                 {
6676                     "url": "https://github.com/fabpot",
6677                     "type": "github"
6678                 },
6679                 {
6680                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6681                     "type": "tidelift"
6682                 }
6683             ],
6684             "time": "2024-09-09T11:45:10+00:00"
6685         },
6686         {
6687             "name": "symfony/polyfill-php80",
6688             "version": "v1.31.0",
6689             "source": {
6690                 "type": "git",
6691                 "url": "https://github.com/symfony/polyfill-php80.git",
6692                 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
6693             },
6694             "dist": {
6695                 "type": "zip",
6696                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
6697                 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
6698                 "shasum": ""
6699             },
6700             "require": {
6701                 "php": ">=7.2"
6702             },
6703             "type": "library",
6704             "extra": {
6705                 "thanks": {
6706                     "url": "https://github.com/symfony/polyfill",
6707                     "name": "symfony/polyfill"
6708                 }
6709             },
6710             "autoload": {
6711                 "files": [
6712                     "bootstrap.php"
6713                 ],
6714                 "psr-4": {
6715                     "Symfony\\Polyfill\\Php80\\": ""
6716                 },
6717                 "classmap": [
6718                     "Resources/stubs"
6719                 ]
6720             },
6721             "notification-url": "https://packagist.org/downloads/",
6722             "license": [
6723                 "MIT"
6724             ],
6725             "authors": [
6726                 {
6727                     "name": "Ion Bazan",
6728                     "email": "[email protected]"
6729                 },
6730                 {
6731                     "name": "Nicolas Grekas",
6732                     "email": "[email protected]"
6733                 },
6734                 {
6735                     "name": "Symfony Community",
6736                     "homepage": "https://symfony.com/contributors"
6737                 }
6738             ],
6739             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6740             "homepage": "https://symfony.com",
6741             "keywords": [
6742                 "compatibility",
6743                 "polyfill",
6744                 "portable",
6745                 "shim"
6746             ],
6747             "support": {
6748                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
6749             },
6750             "funding": [
6751                 {
6752                     "url": "https://symfony.com/sponsor",
6753                     "type": "custom"
6754                 },
6755                 {
6756                     "url": "https://github.com/fabpot",
6757                     "type": "github"
6758                 },
6759                 {
6760                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6761                     "type": "tidelift"
6762                 }
6763             ],
6764             "time": "2024-09-09T11:45:10+00:00"
6765         },
6766         {
6767             "name": "symfony/polyfill-php83",
6768             "version": "v1.31.0",
6769             "source": {
6770                 "type": "git",
6771                 "url": "https://github.com/symfony/polyfill-php83.git",
6772                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
6773             },
6774             "dist": {
6775                 "type": "zip",
6776                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
6777                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
6778                 "shasum": ""
6779             },
6780             "require": {
6781                 "php": ">=7.2"
6782             },
6783             "type": "library",
6784             "extra": {
6785                 "thanks": {
6786                     "url": "https://github.com/symfony/polyfill",
6787                     "name": "symfony/polyfill"
6788                 }
6789             },
6790             "autoload": {
6791                 "files": [
6792                     "bootstrap.php"
6793                 ],
6794                 "psr-4": {
6795                     "Symfony\\Polyfill\\Php83\\": ""
6796                 },
6797                 "classmap": [
6798                     "Resources/stubs"
6799                 ]
6800             },
6801             "notification-url": "https://packagist.org/downloads/",
6802             "license": [
6803                 "MIT"
6804             ],
6805             "authors": [
6806                 {
6807                     "name": "Nicolas Grekas",
6808                     "email": "[email protected]"
6809                 },
6810                 {
6811                     "name": "Symfony Community",
6812                     "homepage": "https://symfony.com/contributors"
6813                 }
6814             ],
6815             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
6816             "homepage": "https://symfony.com",
6817             "keywords": [
6818                 "compatibility",
6819                 "polyfill",
6820                 "portable",
6821                 "shim"
6822             ],
6823             "support": {
6824                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
6825             },
6826             "funding": [
6827                 {
6828                     "url": "https://symfony.com/sponsor",
6829                     "type": "custom"
6830                 },
6831                 {
6832                     "url": "https://github.com/fabpot",
6833                     "type": "github"
6834                 },
6835                 {
6836                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6837                     "type": "tidelift"
6838                 }
6839             ],
6840             "time": "2024-09-09T11:45:10+00:00"
6841         },
6842         {
6843             "name": "symfony/polyfill-uuid",
6844             "version": "v1.31.0",
6845             "source": {
6846                 "type": "git",
6847                 "url": "https://github.com/symfony/polyfill-uuid.git",
6848                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
6849             },
6850             "dist": {
6851                 "type": "zip",
6852                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6853                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6854                 "shasum": ""
6855             },
6856             "require": {
6857                 "php": ">=7.2"
6858             },
6859             "provide": {
6860                 "ext-uuid": "*"
6861             },
6862             "suggest": {
6863                 "ext-uuid": "For best performance"
6864             },
6865             "type": "library",
6866             "extra": {
6867                 "thanks": {
6868                     "url": "https://github.com/symfony/polyfill",
6869                     "name": "symfony/polyfill"
6870                 }
6871             },
6872             "autoload": {
6873                 "files": [
6874                     "bootstrap.php"
6875                 ],
6876                 "psr-4": {
6877                     "Symfony\\Polyfill\\Uuid\\": ""
6878                 }
6879             },
6880             "notification-url": "https://packagist.org/downloads/",
6881             "license": [
6882                 "MIT"
6883             ],
6884             "authors": [
6885                 {
6886                     "name": "Grégoire Pineau",
6887                     "email": "[email protected]"
6888                 },
6889                 {
6890                     "name": "Symfony Community",
6891                     "homepage": "https://symfony.com/contributors"
6892                 }
6893             ],
6894             "description": "Symfony polyfill for uuid functions",
6895             "homepage": "https://symfony.com",
6896             "keywords": [
6897                 "compatibility",
6898                 "polyfill",
6899                 "portable",
6900                 "uuid"
6901             ],
6902             "support": {
6903                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0"
6904             },
6905             "funding": [
6906                 {
6907                     "url": "https://symfony.com/sponsor",
6908                     "type": "custom"
6909                 },
6910                 {
6911                     "url": "https://github.com/fabpot",
6912                     "type": "github"
6913                 },
6914                 {
6915                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6916                     "type": "tidelift"
6917                 }
6918             ],
6919             "time": "2024-09-09T11:45:10+00:00"
6920         },
6921         {
6922             "name": "symfony/process",
6923             "version": "v7.2.4",
6924             "source": {
6925                 "type": "git",
6926                 "url": "https://github.com/symfony/process.git",
6927                 "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf"
6928             },
6929             "dist": {
6930                 "type": "zip",
6931                 "url": "https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf",
6932                 "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf",
6933                 "shasum": ""
6934             },
6935             "require": {
6936                 "php": ">=8.2"
6937             },
6938             "type": "library",
6939             "autoload": {
6940                 "psr-4": {
6941                     "Symfony\\Component\\Process\\": ""
6942                 },
6943                 "exclude-from-classmap": [
6944                     "/Tests/"
6945                 ]
6946             },
6947             "notification-url": "https://packagist.org/downloads/",
6948             "license": [
6949                 "MIT"
6950             ],
6951             "authors": [
6952                 {
6953                     "name": "Fabien Potencier",
6954                     "email": "[email protected]"
6955                 },
6956                 {
6957                     "name": "Symfony Community",
6958                     "homepage": "https://symfony.com/contributors"
6959                 }
6960             ],
6961             "description": "Executes commands in sub-processes",
6962             "homepage": "https://symfony.com",
6963             "support": {
6964                 "source": "https://github.com/symfony/process/tree/v7.2.4"
6965             },
6966             "funding": [
6967                 {
6968                     "url": "https://symfony.com/sponsor",
6969                     "type": "custom"
6970                 },
6971                 {
6972                     "url": "https://github.com/fabpot",
6973                     "type": "github"
6974                 },
6975                 {
6976                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6977                     "type": "tidelift"
6978                 }
6979             ],
6980             "time": "2025-02-05T08:33:46+00:00"
6981         },
6982         {
6983             "name": "symfony/routing",
6984             "version": "v7.2.3",
6985             "source": {
6986                 "type": "git",
6987                 "url": "https://github.com/symfony/routing.git",
6988                 "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996"
6989             },
6990             "dist": {
6991                 "type": "zip",
6992                 "url": "https://api.github.com/repos/symfony/routing/zipball/ee9a67edc6baa33e5fae662f94f91fd262930996",
6993                 "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996",
6994                 "shasum": ""
6995             },
6996             "require": {
6997                 "php": ">=8.2",
6998                 "symfony/deprecation-contracts": "^2.5|^3"
6999             },
7000             "conflict": {
7001                 "symfony/config": "<6.4",
7002                 "symfony/dependency-injection": "<6.4",
7003                 "symfony/yaml": "<6.4"
7004             },
7005             "require-dev": {
7006                 "psr/log": "^1|^2|^3",
7007                 "symfony/config": "^6.4|^7.0",
7008                 "symfony/dependency-injection": "^6.4|^7.0",
7009                 "symfony/expression-language": "^6.4|^7.0",
7010                 "symfony/http-foundation": "^6.4|^7.0",
7011                 "symfony/yaml": "^6.4|^7.0"
7012             },
7013             "type": "library",
7014             "autoload": {
7015                 "psr-4": {
7016                     "Symfony\\Component\\Routing\\": ""
7017                 },
7018                 "exclude-from-classmap": [
7019                     "/Tests/"
7020                 ]
7021             },
7022             "notification-url": "https://packagist.org/downloads/",
7023             "license": [
7024                 "MIT"
7025             ],
7026             "authors": [
7027                 {
7028                     "name": "Fabien Potencier",
7029                     "email": "[email protected]"
7030                 },
7031                 {
7032                     "name": "Symfony Community",
7033                     "homepage": "https://symfony.com/contributors"
7034                 }
7035             ],
7036             "description": "Maps an HTTP request to a set of configuration variables",
7037             "homepage": "https://symfony.com",
7038             "keywords": [
7039                 "router",
7040                 "routing",
7041                 "uri",
7042                 "url"
7043             ],
7044             "support": {
7045                 "source": "https://github.com/symfony/routing/tree/v7.2.3"
7046             },
7047             "funding": [
7048                 {
7049                     "url": "https://symfony.com/sponsor",
7050                     "type": "custom"
7051                 },
7052                 {
7053                     "url": "https://github.com/fabpot",
7054                     "type": "github"
7055                 },
7056                 {
7057                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7058                     "type": "tidelift"
7059                 }
7060             ],
7061             "time": "2025-01-17T10:56:55+00:00"
7062         },
7063         {
7064             "name": "symfony/service-contracts",
7065             "version": "v3.5.1",
7066             "source": {
7067                 "type": "git",
7068                 "url": "https://github.com/symfony/service-contracts.git",
7069                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
7070             },
7071             "dist": {
7072                 "type": "zip",
7073                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
7074                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
7075                 "shasum": ""
7076             },
7077             "require": {
7078                 "php": ">=8.1",
7079                 "psr/container": "^1.1|^2.0",
7080                 "symfony/deprecation-contracts": "^2.5|^3"
7081             },
7082             "conflict": {
7083                 "ext-psr": "<1.1|>=2"
7084             },
7085             "type": "library",
7086             "extra": {
7087                 "thanks": {
7088                     "url": "https://github.com/symfony/contracts",
7089                     "name": "symfony/contracts"
7090                 },
7091                 "branch-alias": {
7092                     "dev-main": "3.5-dev"
7093                 }
7094             },
7095             "autoload": {
7096                 "psr-4": {
7097                     "Symfony\\Contracts\\Service\\": ""
7098                 },
7099                 "exclude-from-classmap": [
7100                     "/Test/"
7101                 ]
7102             },
7103             "notification-url": "https://packagist.org/downloads/",
7104             "license": [
7105                 "MIT"
7106             ],
7107             "authors": [
7108                 {
7109                     "name": "Nicolas Grekas",
7110                     "email": "[email protected]"
7111                 },
7112                 {
7113                     "name": "Symfony Community",
7114                     "homepage": "https://symfony.com/contributors"
7115                 }
7116             ],
7117             "description": "Generic abstractions related to writing services",
7118             "homepage": "https://symfony.com",
7119             "keywords": [
7120                 "abstractions",
7121                 "contracts",
7122                 "decoupling",
7123                 "interfaces",
7124                 "interoperability",
7125                 "standards"
7126             ],
7127             "support": {
7128                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
7129             },
7130             "funding": [
7131                 {
7132                     "url": "https://symfony.com/sponsor",
7133                     "type": "custom"
7134                 },
7135                 {
7136                     "url": "https://github.com/fabpot",
7137                     "type": "github"
7138                 },
7139                 {
7140                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7141                     "type": "tidelift"
7142                 }
7143             ],
7144             "time": "2024-09-25T14:20:29+00:00"
7145         },
7146         {
7147             "name": "symfony/string",
7148             "version": "v7.2.0",
7149             "source": {
7150                 "type": "git",
7151                 "url": "https://github.com/symfony/string.git",
7152                 "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
7153             },
7154             "dist": {
7155                 "type": "zip",
7156                 "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
7157                 "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
7158                 "shasum": ""
7159             },
7160             "require": {
7161                 "php": ">=8.2",
7162                 "symfony/polyfill-ctype": "~1.8",
7163                 "symfony/polyfill-intl-grapheme": "~1.0",
7164                 "symfony/polyfill-intl-normalizer": "~1.0",
7165                 "symfony/polyfill-mbstring": "~1.0"
7166             },
7167             "conflict": {
7168                 "symfony/translation-contracts": "<2.5"
7169             },
7170             "require-dev": {
7171                 "symfony/emoji": "^7.1",
7172                 "symfony/error-handler": "^6.4|^7.0",
7173                 "symfony/http-client": "^6.4|^7.0",
7174                 "symfony/intl": "^6.4|^7.0",
7175                 "symfony/translation-contracts": "^2.5|^3.0",
7176                 "symfony/var-exporter": "^6.4|^7.0"
7177             },
7178             "type": "library",
7179             "autoload": {
7180                 "files": [
7181                     "Resources/functions.php"
7182                 ],
7183                 "psr-4": {
7184                     "Symfony\\Component\\String\\": ""
7185                 },
7186                 "exclude-from-classmap": [
7187                     "/Tests/"
7188                 ]
7189             },
7190             "notification-url": "https://packagist.org/downloads/",
7191             "license": [
7192                 "MIT"
7193             ],
7194             "authors": [
7195                 {
7196                     "name": "Nicolas Grekas",
7197                     "email": "[email protected]"
7198                 },
7199                 {
7200                     "name": "Symfony Community",
7201                     "homepage": "https://symfony.com/contributors"
7202                 }
7203             ],
7204             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7205             "homepage": "https://symfony.com",
7206             "keywords": [
7207                 "grapheme",
7208                 "i18n",
7209                 "string",
7210                 "unicode",
7211                 "utf-8",
7212                 "utf8"
7213             ],
7214             "support": {
7215                 "source": "https://github.com/symfony/string/tree/v7.2.0"
7216             },
7217             "funding": [
7218                 {
7219                     "url": "https://symfony.com/sponsor",
7220                     "type": "custom"
7221                 },
7222                 {
7223                     "url": "https://github.com/fabpot",
7224                     "type": "github"
7225                 },
7226                 {
7227                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7228                     "type": "tidelift"
7229                 }
7230             ],
7231             "time": "2024-11-13T13:31:26+00:00"
7232         },
7233         {
7234             "name": "symfony/translation",
7235             "version": "v7.2.4",
7236             "source": {
7237                 "type": "git",
7238                 "url": "https://github.com/symfony/translation.git",
7239                 "reference": "283856e6981286cc0d800b53bd5703e8e363f05a"
7240             },
7241             "dist": {
7242                 "type": "zip",
7243                 "url": "https://api.github.com/repos/symfony/translation/zipball/283856e6981286cc0d800b53bd5703e8e363f05a",
7244                 "reference": "283856e6981286cc0d800b53bd5703e8e363f05a",
7245                 "shasum": ""
7246             },
7247             "require": {
7248                 "php": ">=8.2",
7249                 "symfony/deprecation-contracts": "^2.5|^3",
7250                 "symfony/polyfill-mbstring": "~1.0",
7251                 "symfony/translation-contracts": "^2.5|^3.0"
7252             },
7253             "conflict": {
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": "^4.18|^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.2.4"
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-02-13T10:27:23+00:00"
7327         },
7328         {
7329             "name": "symfony/translation-contracts",
7330             "version": "v3.5.1",
7331             "source": {
7332                 "type": "git",
7333                 "url": "https://github.com/symfony/translation-contracts.git",
7334                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
7335             },
7336             "dist": {
7337                 "type": "zip",
7338                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
7339                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
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.5-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.5.1"
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-25T14:20:29+00:00"
7405         },
7406         {
7407             "name": "symfony/uid",
7408             "version": "v7.2.0",
7409             "source": {
7410                 "type": "git",
7411                 "url": "https://github.com/symfony/uid.git",
7412                 "reference": "2d294d0c48df244c71c105a169d0190bfb080426"
7413             },
7414             "dist": {
7415                 "type": "zip",
7416                 "url": "https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426",
7417                 "reference": "2d294d0c48df244c71c105a169d0190bfb080426",
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.2.0"
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": "2024-09-25T14:21:43+00:00"
7479         },
7480         {
7481             "name": "symfony/var-dumper",
7482             "version": "v7.2.3",
7483             "source": {
7484                 "type": "git",
7485                 "url": "https://github.com/symfony/var-dumper.git",
7486                 "reference": "82b478c69745d8878eb60f9a049a4d584996f73a"
7487             },
7488             "dist": {
7489                 "type": "zip",
7490                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82b478c69745d8878eb60f9a049a4d584996f73a",
7491                 "reference": "82b478c69745d8878eb60f9a049a4d584996f73a",
7492                 "shasum": ""
7493             },
7494             "require": {
7495                 "php": ">=8.2",
7496                 "symfony/polyfill-mbstring": "~1.0"
7497             },
7498             "conflict": {
7499                 "symfony/console": "<6.4"
7500             },
7501             "require-dev": {
7502                 "ext-iconv": "*",
7503                 "symfony/console": "^6.4|^7.0",
7504                 "symfony/http-kernel": "^6.4|^7.0",
7505                 "symfony/process": "^6.4|^7.0",
7506                 "symfony/uid": "^6.4|^7.0",
7507                 "twig/twig": "^3.12"
7508             },
7509             "bin": [
7510                 "Resources/bin/var-dump-server"
7511             ],
7512             "type": "library",
7513             "autoload": {
7514                 "files": [
7515                     "Resources/functions/dump.php"
7516                 ],
7517                 "psr-4": {
7518                     "Symfony\\Component\\VarDumper\\": ""
7519                 },
7520                 "exclude-from-classmap": [
7521                     "/Tests/"
7522                 ]
7523             },
7524             "notification-url": "https://packagist.org/downloads/",
7525             "license": [
7526                 "MIT"
7527             ],
7528             "authors": [
7529                 {
7530                     "name": "Nicolas Grekas",
7531                     "email": "[email protected]"
7532                 },
7533                 {
7534                     "name": "Symfony Community",
7535                     "homepage": "https://symfony.com/contributors"
7536                 }
7537             ],
7538             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7539             "homepage": "https://symfony.com",
7540             "keywords": [
7541                 "debug",
7542                 "dump"
7543             ],
7544             "support": {
7545                 "source": "https://github.com/symfony/var-dumper/tree/v7.2.3"
7546             },
7547             "funding": [
7548                 {
7549                     "url": "https://symfony.com/sponsor",
7550                     "type": "custom"
7551                 },
7552                 {
7553                     "url": "https://github.com/fabpot",
7554                     "type": "github"
7555                 },
7556                 {
7557                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7558                     "type": "tidelift"
7559                 }
7560             ],
7561             "time": "2025-01-17T11:39:41+00:00"
7562         },
7563         {
7564             "name": "tijsverkoyen/css-to-inline-styles",
7565             "version": "v2.3.0",
7566             "source": {
7567                 "type": "git",
7568                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7569                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
7570             },
7571             "dist": {
7572                 "type": "zip",
7573                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
7574                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
7575                 "shasum": ""
7576             },
7577             "require": {
7578                 "ext-dom": "*",
7579                 "ext-libxml": "*",
7580                 "php": "^7.4 || ^8.0",
7581                 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
7582             },
7583             "require-dev": {
7584                 "phpstan/phpstan": "^2.0",
7585                 "phpstan/phpstan-phpunit": "^2.0",
7586                 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
7587             },
7588             "type": "library",
7589             "extra": {
7590                 "branch-alias": {
7591                     "dev-master": "2.x-dev"
7592                 }
7593             },
7594             "autoload": {
7595                 "psr-4": {
7596                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7597                 }
7598             },
7599             "notification-url": "https://packagist.org/downloads/",
7600             "license": [
7601                 "BSD-3-Clause"
7602             ],
7603             "authors": [
7604                 {
7605                     "name": "Tijs Verkoyen",
7606                     "email": "[email protected]",
7607                     "role": "Developer"
7608                 }
7609             ],
7610             "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.",
7611             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7612             "support": {
7613                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7614                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
7615             },
7616             "time": "2024-12-21T16:25:41+00:00"
7617         },
7618         {
7619             "name": "vlucas/phpdotenv",
7620             "version": "v5.6.1",
7621             "source": {
7622                 "type": "git",
7623                 "url": "https://github.com/vlucas/phpdotenv.git",
7624                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
7625             },
7626             "dist": {
7627                 "type": "zip",
7628                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
7629                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
7630                 "shasum": ""
7631             },
7632             "require": {
7633                 "ext-pcre": "*",
7634                 "graham-campbell/result-type": "^1.1.3",
7635                 "php": "^7.2.5 || ^8.0",
7636                 "phpoption/phpoption": "^1.9.3",
7637                 "symfony/polyfill-ctype": "^1.24",
7638                 "symfony/polyfill-mbstring": "^1.24",
7639                 "symfony/polyfill-php80": "^1.24"
7640             },
7641             "require-dev": {
7642                 "bamarni/composer-bin-plugin": "^1.8.2",
7643                 "ext-filter": "*",
7644                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7645             },
7646             "suggest": {
7647                 "ext-filter": "Required to use the boolean validator."
7648             },
7649             "type": "library",
7650             "extra": {
7651                 "bamarni-bin": {
7652                     "bin-links": true,
7653                     "forward-command": false
7654                 },
7655                 "branch-alias": {
7656                     "dev-master": "5.6-dev"
7657                 }
7658             },
7659             "autoload": {
7660                 "psr-4": {
7661                     "Dotenv\\": "src/"
7662                 }
7663             },
7664             "notification-url": "https://packagist.org/downloads/",
7665             "license": [
7666                 "BSD-3-Clause"
7667             ],
7668             "authors": [
7669                 {
7670                     "name": "Graham Campbell",
7671                     "email": "[email protected]",
7672                     "homepage": "https://github.com/GrahamCampbell"
7673                 },
7674                 {
7675                     "name": "Vance Lucas",
7676                     "email": "[email protected]",
7677                     "homepage": "https://github.com/vlucas"
7678                 }
7679             ],
7680             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7681             "keywords": [
7682                 "dotenv",
7683                 "env",
7684                 "environment"
7685             ],
7686             "support": {
7687                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7688                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
7689             },
7690             "funding": [
7691                 {
7692                     "url": "https://github.com/GrahamCampbell",
7693                     "type": "github"
7694                 },
7695                 {
7696                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7697                     "type": "tidelift"
7698                 }
7699             ],
7700             "time": "2024-07-20T21:52:34+00:00"
7701         },
7702         {
7703             "name": "voku/portable-ascii",
7704             "version": "2.0.3",
7705             "source": {
7706                 "type": "git",
7707                 "url": "https://github.com/voku/portable-ascii.git",
7708                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
7709             },
7710             "dist": {
7711                 "type": "zip",
7712                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7713                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7714                 "shasum": ""
7715             },
7716             "require": {
7717                 "php": ">=7.0.0"
7718             },
7719             "require-dev": {
7720                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7721             },
7722             "suggest": {
7723                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7724             },
7725             "type": "library",
7726             "autoload": {
7727                 "psr-4": {
7728                     "voku\\": "src/voku/"
7729                 }
7730             },
7731             "notification-url": "https://packagist.org/downloads/",
7732             "license": [
7733                 "MIT"
7734             ],
7735             "authors": [
7736                 {
7737                     "name": "Lars Moelleken",
7738                     "homepage": "https://www.moelleken.org/"
7739                 }
7740             ],
7741             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7742             "homepage": "https://github.com/voku/portable-ascii",
7743             "keywords": [
7744                 "ascii",
7745                 "clean",
7746                 "php"
7747             ],
7748             "support": {
7749                 "issues": "https://github.com/voku/portable-ascii/issues",
7750                 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
7751             },
7752             "funding": [
7753                 {
7754                     "url": "https://www.paypal.me/moelleken",
7755                     "type": "custom"
7756                 },
7757                 {
7758                     "url": "https://github.com/voku",
7759                     "type": "github"
7760                 },
7761                 {
7762                     "url": "https://opencollective.com/portable-ascii",
7763                     "type": "open_collective"
7764                 },
7765                 {
7766                     "url": "https://www.patreon.com/voku",
7767                     "type": "patreon"
7768                 },
7769                 {
7770                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7771                     "type": "tidelift"
7772                 }
7773             ],
7774             "time": "2024-11-21T01:49:47+00:00"
7775         },
7776         {
7777             "name": "webmozart/assert",
7778             "version": "1.11.0",
7779             "source": {
7780                 "type": "git",
7781                 "url": "https://github.com/webmozarts/assert.git",
7782                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7783             },
7784             "dist": {
7785                 "type": "zip",
7786                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7787                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7788                 "shasum": ""
7789             },
7790             "require": {
7791                 "ext-ctype": "*",
7792                 "php": "^7.2 || ^8.0"
7793             },
7794             "conflict": {
7795                 "phpstan/phpstan": "<0.12.20",
7796                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7797             },
7798             "require-dev": {
7799                 "phpunit/phpunit": "^8.5.13"
7800             },
7801             "type": "library",
7802             "extra": {
7803                 "branch-alias": {
7804                     "dev-master": "1.10-dev"
7805                 }
7806             },
7807             "autoload": {
7808                 "psr-4": {
7809                     "Webmozart\\Assert\\": "src/"
7810                 }
7811             },
7812             "notification-url": "https://packagist.org/downloads/",
7813             "license": [
7814                 "MIT"
7815             ],
7816             "authors": [
7817                 {
7818                     "name": "Bernhard Schussek",
7819                     "email": "[email protected]"
7820                 }
7821             ],
7822             "description": "Assertions to validate method input/output with nice error messages.",
7823             "keywords": [
7824                 "assert",
7825                 "check",
7826                 "validate"
7827             ],
7828             "support": {
7829                 "issues": "https://github.com/webmozarts/assert/issues",
7830                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7831             },
7832             "time": "2022-06-03T18:03:27+00:00"
7833         }
7834     ],
7835     "packages-dev": [
7836         {
7837             "name": "fakerphp/faker",
7838             "version": "v1.24.1",
7839             "source": {
7840                 "type": "git",
7841                 "url": "https://github.com/FakerPHP/Faker.git",
7842                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
7843             },
7844             "dist": {
7845                 "type": "zip",
7846                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7847                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7848                 "shasum": ""
7849             },
7850             "require": {
7851                 "php": "^7.4 || ^8.0",
7852                 "psr/container": "^1.0 || ^2.0",
7853                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
7854             },
7855             "conflict": {
7856                 "fzaninotto/faker": "*"
7857             },
7858             "require-dev": {
7859                 "bamarni/composer-bin-plugin": "^1.4.1",
7860                 "doctrine/persistence": "^1.3 || ^2.0",
7861                 "ext-intl": "*",
7862                 "phpunit/phpunit": "^9.5.26",
7863                 "symfony/phpunit-bridge": "^5.4.16"
7864             },
7865             "suggest": {
7866                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
7867                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
7868                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
7869                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
7870                 "ext-mbstring": "Required for multibyte Unicode string functionality."
7871             },
7872             "type": "library",
7873             "autoload": {
7874                 "psr-4": {
7875                     "Faker\\": "src/Faker/"
7876                 }
7877             },
7878             "notification-url": "https://packagist.org/downloads/",
7879             "license": [
7880                 "MIT"
7881             ],
7882             "authors": [
7883                 {
7884                     "name": "François Zaninotto"
7885                 }
7886             ],
7887             "description": "Faker is a PHP library that generates fake data for you.",
7888             "keywords": [
7889                 "data",
7890                 "faker",
7891                 "fixtures"
7892             ],
7893             "support": {
7894                 "issues": "https://github.com/FakerPHP/Faker/issues",
7895                 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
7896             },
7897             "time": "2024-11-21T13:46:39+00:00"
7898         },
7899         {
7900             "name": "filp/whoops",
7901             "version": "2.18.0",
7902             "source": {
7903                 "type": "git",
7904                 "url": "https://github.com/filp/whoops.git",
7905                 "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e"
7906             },
7907             "dist": {
7908                 "type": "zip",
7909                 "url": "https://api.github.com/repos/filp/whoops/zipball/a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
7910                 "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
7911                 "shasum": ""
7912             },
7913             "require": {
7914                 "php": "^7.1 || ^8.0",
7915                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
7916             },
7917             "require-dev": {
7918                 "mockery/mockery": "^1.0",
7919                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
7920                 "symfony/var-dumper": "^4.0 || ^5.0"
7921             },
7922             "suggest": {
7923                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
7924                 "whoops/soap": "Formats errors as SOAP responses"
7925             },
7926             "type": "library",
7927             "extra": {
7928                 "branch-alias": {
7929                     "dev-master": "2.7-dev"
7930                 }
7931             },
7932             "autoload": {
7933                 "psr-4": {
7934                     "Whoops\\": "src/Whoops/"
7935                 }
7936             },
7937             "notification-url": "https://packagist.org/downloads/",
7938             "license": [
7939                 "MIT"
7940             ],
7941             "authors": [
7942                 {
7943                     "name": "Filipe Dobreira",
7944                     "homepage": "https://github.com/filp",
7945                     "role": "Developer"
7946                 }
7947             ],
7948             "description": "php error handling for cool kids",
7949             "homepage": "https://filp.github.io/whoops/",
7950             "keywords": [
7951                 "error",
7952                 "exception",
7953                 "handling",
7954                 "library",
7955                 "throwable",
7956                 "whoops"
7957             ],
7958             "support": {
7959                 "issues": "https://github.com/filp/whoops/issues",
7960                 "source": "https://github.com/filp/whoops/tree/2.18.0"
7961             },
7962             "funding": [
7963                 {
7964                     "url": "https://github.com/denis-sokolov",
7965                     "type": "github"
7966                 }
7967             ],
7968             "time": "2025-03-15T12:00:00+00:00"
7969         },
7970         {
7971             "name": "hamcrest/hamcrest-php",
7972             "version": "v2.0.1",
7973             "source": {
7974                 "type": "git",
7975                 "url": "https://github.com/hamcrest/hamcrest-php.git",
7976                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
7977             },
7978             "dist": {
7979                 "type": "zip",
7980                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7981                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7982                 "shasum": ""
7983             },
7984             "require": {
7985                 "php": "^5.3|^7.0|^8.0"
7986             },
7987             "replace": {
7988                 "cordoval/hamcrest-php": "*",
7989                 "davedevelopment/hamcrest-php": "*",
7990                 "kodova/hamcrest-php": "*"
7991             },
7992             "require-dev": {
7993                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
7994                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
7995             },
7996             "type": "library",
7997             "extra": {
7998                 "branch-alias": {
7999                     "dev-master": "2.1-dev"
8000                 }
8001             },
8002             "autoload": {
8003                 "classmap": [
8004                     "hamcrest"
8005                 ]
8006             },
8007             "notification-url": "https://packagist.org/downloads/",
8008             "license": [
8009                 "BSD-3-Clause"
8010             ],
8011             "description": "This is the PHP port of Hamcrest Matchers",
8012             "keywords": [
8013                 "test"
8014             ],
8015             "support": {
8016                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8017                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8018             },
8019             "time": "2020-07-09T08:09:16+00:00"
8020         },
8021         {
8022             "name": "iamcal/sql-parser",
8023             "version": "v0.5",
8024             "source": {
8025                 "type": "git",
8026                 "url": "https://github.com/iamcal/SQLParser.git",
8027                 "reference": "644fd994de3b54e5d833aecf406150aa3b66ca88"
8028             },
8029             "dist": {
8030                 "type": "zip",
8031                 "url": "https://api.github.com/repos/iamcal/SQLParser/zipball/644fd994de3b54e5d833aecf406150aa3b66ca88",
8032                 "reference": "644fd994de3b54e5d833aecf406150aa3b66ca88",
8033                 "shasum": ""
8034             },
8035             "require-dev": {
8036                 "php-coveralls/php-coveralls": "^1.0",
8037                 "phpunit/phpunit": "^5|^6|^7|^8|^9"
8038             },
8039             "type": "library",
8040             "autoload": {
8041                 "psr-4": {
8042                     "iamcal\\": "src"
8043                 }
8044             },
8045             "notification-url": "https://packagist.org/downloads/",
8046             "license": [
8047                 "MIT"
8048             ],
8049             "authors": [
8050                 {
8051                     "name": "Cal Henderson",
8052                     "email": "[email protected]"
8053                 }
8054             ],
8055             "description": "MySQL schema parser",
8056             "support": {
8057                 "issues": "https://github.com/iamcal/SQLParser/issues",
8058                 "source": "https://github.com/iamcal/SQLParser/tree/v0.5"
8059             },
8060             "time": "2024-03-22T22:46:32+00:00"
8061         },
8062         {
8063             "name": "itsgoingd/clockwork",
8064             "version": "v5.3.4",
8065             "source": {
8066                 "type": "git",
8067                 "url": "https://github.com/itsgoingd/clockwork.git",
8068                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5"
8069             },
8070             "dist": {
8071                 "type": "zip",
8072                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8073                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8074                 "shasum": ""
8075             },
8076             "require": {
8077                 "ext-json": "*",
8078                 "php": ">=7.1"
8079             },
8080             "suggest": {
8081                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8082                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8083                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8084                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8085                 "ext-redis": "Needed in order to use Redis for metadata storage",
8086                 "php-http/discovery": "Vanilla integration - required for the middleware zero-configuration setup"
8087             },
8088             "type": "library",
8089             "extra": {
8090                 "laravel": {
8091                     "aliases": {
8092                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8093                     },
8094                     "providers": [
8095                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8096                     ]
8097                 }
8098             },
8099             "autoload": {
8100                 "psr-4": {
8101                     "Clockwork\\": "Clockwork/"
8102                 }
8103             },
8104             "notification-url": "https://packagist.org/downloads/",
8105             "license": [
8106                 "MIT"
8107             ],
8108             "authors": [
8109                 {
8110                     "name": "itsgoingd",
8111                     "email": "[email protected]",
8112                     "homepage": "https://twitter.com/itsgoingd"
8113                 }
8114             ],
8115             "description": "php dev tools in your browser",
8116             "homepage": "https://underground.works/clockwork",
8117             "keywords": [
8118                 "Devtools",
8119                 "debugging",
8120                 "laravel",
8121                 "logging",
8122                 "lumen",
8123                 "profiling",
8124                 "slim"
8125             ],
8126             "support": {
8127                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8128                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.3.4"
8129             },
8130             "funding": [
8131                 {
8132                     "url": "https://github.com/itsgoingd",
8133                     "type": "github"
8134                 }
8135             ],
8136             "time": "2025-02-09T15:57:21+00:00"
8137         },
8138         {
8139             "name": "larastan/larastan",
8140             "version": "v3.2.0",
8141             "source": {
8142                 "type": "git",
8143                 "url": "https://github.com/larastan/larastan.git",
8144                 "reference": "d84d5a3b6536a586899ad6855a3e098473703690"
8145             },
8146             "dist": {
8147                 "type": "zip",
8148                 "url": "https://api.github.com/repos/larastan/larastan/zipball/d84d5a3b6536a586899ad6855a3e098473703690",
8149                 "reference": "d84d5a3b6536a586899ad6855a3e098473703690",
8150                 "shasum": ""
8151             },
8152             "require": {
8153                 "ext-json": "*",
8154                 "iamcal/sql-parser": "^0.5.0",
8155                 "illuminate/console": "^11.41.3 || ^12.0",
8156                 "illuminate/container": "^11.41.3 || ^12.0",
8157                 "illuminate/contracts": "^11.41.3 || ^12.0",
8158                 "illuminate/database": "^11.41.3 || ^12.0",
8159                 "illuminate/http": "^11.41.3 || ^12.0",
8160                 "illuminate/pipeline": "^11.41.3 || ^12.0",
8161                 "illuminate/support": "^11.41.3 || ^12.0",
8162                 "php": "^8.2",
8163                 "phpstan/phpstan": "^2.1.3"
8164             },
8165             "require-dev": {
8166                 "doctrine/coding-standard": "^12.0",
8167                 "laravel/framework": "^11.41.3 || ^12.0",
8168                 "mockery/mockery": "^1.6",
8169                 "nikic/php-parser": "^5.3",
8170                 "orchestra/canvas": "^v9.1.3 || ^10.0",
8171                 "orchestra/testbench-core": "^9.5.2 || ^10.0",
8172                 "phpstan/phpstan-deprecation-rules": "^2.0.0",
8173                 "phpunit/phpunit": "^10.5.35 || ^11.3.6"
8174             },
8175             "suggest": {
8176                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8177             },
8178             "type": "phpstan-extension",
8179             "extra": {
8180                 "phpstan": {
8181                     "includes": [
8182                         "extension.neon"
8183                     ]
8184                 },
8185                 "branch-alias": {
8186                     "dev-master": "3.0-dev"
8187                 }
8188             },
8189             "autoload": {
8190                 "psr-4": {
8191                     "Larastan\\Larastan\\": "src/"
8192                 }
8193             },
8194             "notification-url": "https://packagist.org/downloads/",
8195             "license": [
8196                 "MIT"
8197             ],
8198             "authors": [
8199                 {
8200                     "name": "Can Vural",
8201                     "email": "[email protected]"
8202                 },
8203                 {
8204                     "name": "Nuno Maduro",
8205                     "email": "[email protected]"
8206                 }
8207             ],
8208             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
8209             "keywords": [
8210                 "PHPStan",
8211                 "code analyse",
8212                 "code analysis",
8213                 "larastan",
8214                 "laravel",
8215                 "package",
8216                 "php",
8217                 "static analysis"
8218             ],
8219             "support": {
8220                 "issues": "https://github.com/larastan/larastan/issues",
8221                 "source": "https://github.com/larastan/larastan/tree/v3.2.0"
8222             },
8223             "funding": [
8224                 {
8225                     "url": "https://github.com/canvural",
8226                     "type": "github"
8227                 }
8228             ],
8229             "time": "2025-03-14T21:54:26+00:00"
8230         },
8231         {
8232             "name": "mockery/mockery",
8233             "version": "1.6.12",
8234             "source": {
8235                 "type": "git",
8236                 "url": "https://github.com/mockery/mockery.git",
8237                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
8238             },
8239             "dist": {
8240                 "type": "zip",
8241                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8242                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8243                 "shasum": ""
8244             },
8245             "require": {
8246                 "hamcrest/hamcrest-php": "^2.0.1",
8247                 "lib-pcre": ">=7.0",
8248                 "php": ">=7.3"
8249             },
8250             "conflict": {
8251                 "phpunit/phpunit": "<8.0"
8252             },
8253             "require-dev": {
8254                 "phpunit/phpunit": "^8.5 || ^9.6.17",
8255                 "symplify/easy-coding-standard": "^12.1.14"
8256             },
8257             "type": "library",
8258             "autoload": {
8259                 "files": [
8260                     "library/helpers.php",
8261                     "library/Mockery.php"
8262                 ],
8263                 "psr-4": {
8264                     "Mockery\\": "library/Mockery"
8265                 }
8266             },
8267             "notification-url": "https://packagist.org/downloads/",
8268             "license": [
8269                 "BSD-3-Clause"
8270             ],
8271             "authors": [
8272                 {
8273                     "name": "Pádraic Brady",
8274                     "email": "[email protected]",
8275                     "homepage": "https://github.com/padraic",
8276                     "role": "Author"
8277                 },
8278                 {
8279                     "name": "Dave Marshall",
8280                     "email": "[email protected]",
8281                     "homepage": "https://davedevelopment.co.uk",
8282                     "role": "Developer"
8283                 },
8284                 {
8285                     "name": "Nathanael Esayeas",
8286                     "email": "[email protected]",
8287                     "homepage": "https://github.com/ghostwriter",
8288                     "role": "Lead Developer"
8289                 }
8290             ],
8291             "description": "Mockery is a simple yet flexible PHP mock object framework",
8292             "homepage": "https://github.com/mockery/mockery",
8293             "keywords": [
8294                 "BDD",
8295                 "TDD",
8296                 "library",
8297                 "mock",
8298                 "mock objects",
8299                 "mockery",
8300                 "stub",
8301                 "test",
8302                 "test double",
8303                 "testing"
8304             ],
8305             "support": {
8306                 "docs": "https://docs.mockery.io/",
8307                 "issues": "https://github.com/mockery/mockery/issues",
8308                 "rss": "https://github.com/mockery/mockery/releases.atom",
8309                 "security": "https://github.com/mockery/mockery/security/advisories",
8310                 "source": "https://github.com/mockery/mockery"
8311             },
8312             "time": "2024-05-16T03:13:13+00:00"
8313         },
8314         {
8315             "name": "myclabs/deep-copy",
8316             "version": "1.13.0",
8317             "source": {
8318                 "type": "git",
8319                 "url": "https://github.com/myclabs/DeepCopy.git",
8320                 "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
8321             },
8322             "dist": {
8323                 "type": "zip",
8324                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
8325                 "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
8326                 "shasum": ""
8327             },
8328             "require": {
8329                 "php": "^7.1 || ^8.0"
8330             },
8331             "conflict": {
8332                 "doctrine/collections": "<1.6.8",
8333                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
8334             },
8335             "require-dev": {
8336                 "doctrine/collections": "^1.6.8",
8337                 "doctrine/common": "^2.13.3 || ^3.2.2",
8338                 "phpspec/prophecy": "^1.10",
8339                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8340             },
8341             "type": "library",
8342             "autoload": {
8343                 "files": [
8344                     "src/DeepCopy/deep_copy.php"
8345                 ],
8346                 "psr-4": {
8347                     "DeepCopy\\": "src/DeepCopy/"
8348                 }
8349             },
8350             "notification-url": "https://packagist.org/downloads/",
8351             "license": [
8352                 "MIT"
8353             ],
8354             "description": "Create deep copies (clones) of your objects",
8355             "keywords": [
8356                 "clone",
8357                 "copy",
8358                 "duplicate",
8359                 "object",
8360                 "object graph"
8361             ],
8362             "support": {
8363                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8364                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
8365             },
8366             "funding": [
8367                 {
8368                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8369                     "type": "tidelift"
8370                 }
8371             ],
8372             "time": "2025-02-12T12:17:51+00:00"
8373         },
8374         {
8375             "name": "nunomaduro/collision",
8376             "version": "v8.7.0",
8377             "source": {
8378                 "type": "git",
8379                 "url": "https://github.com/nunomaduro/collision.git",
8380                 "reference": "586cb8181a257a2152b6a855ca8d9598878a1a26"
8381             },
8382             "dist": {
8383                 "type": "zip",
8384                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/586cb8181a257a2152b6a855ca8d9598878a1a26",
8385                 "reference": "586cb8181a257a2152b6a855ca8d9598878a1a26",
8386                 "shasum": ""
8387             },
8388             "require": {
8389                 "filp/whoops": "^2.17.0",
8390                 "nunomaduro/termwind": "^2.3.0",
8391                 "php": "^8.2.0",
8392                 "symfony/console": "^7.2.1"
8393             },
8394             "conflict": {
8395                 "laravel/framework": "<11.39.1 || >=13.0.0",
8396                 "phpunit/phpunit": "<11.5.3 || >=12.0.0"
8397             },
8398             "require-dev": {
8399                 "larastan/larastan": "^2.10.0",
8400                 "laravel/framework": "^11.44.2",
8401                 "laravel/pint": "^1.21.2",
8402                 "laravel/sail": "^1.41.0",
8403                 "laravel/sanctum": "^4.0.8",
8404                 "laravel/tinker": "^2.10.1",
8405                 "orchestra/testbench-core": "^9.12.0",
8406                 "pestphp/pest": "^3.7.4",
8407                 "sebastian/environment": "^6.1.0 || ^7.2.0"
8408             },
8409             "type": "library",
8410             "extra": {
8411                 "laravel": {
8412                     "providers": [
8413                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8414                     ]
8415                 },
8416                 "branch-alias": {
8417                     "dev-8.x": "8.x-dev"
8418                 }
8419             },
8420             "autoload": {
8421                 "files": [
8422                     "./src/Adapters/Phpunit/Autoload.php"
8423                 ],
8424                 "psr-4": {
8425                     "NunoMaduro\\Collision\\": "src/"
8426                 }
8427             },
8428             "notification-url": "https://packagist.org/downloads/",
8429             "license": [
8430                 "MIT"
8431             ],
8432             "authors": [
8433                 {
8434                     "name": "Nuno Maduro",
8435                     "email": "[email protected]"
8436                 }
8437             ],
8438             "description": "Cli error handling for console/command-line PHP applications.",
8439             "keywords": [
8440                 "artisan",
8441                 "cli",
8442                 "command-line",
8443                 "console",
8444                 "dev",
8445                 "error",
8446                 "handling",
8447                 "laravel",
8448                 "laravel-zero",
8449                 "php",
8450                 "symfony"
8451             ],
8452             "support": {
8453                 "issues": "https://github.com/nunomaduro/collision/issues",
8454                 "source": "https://github.com/nunomaduro/collision"
8455             },
8456             "funding": [
8457                 {
8458                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8459                     "type": "custom"
8460                 },
8461                 {
8462                     "url": "https://github.com/nunomaduro",
8463                     "type": "github"
8464                 },
8465                 {
8466                     "url": "https://www.patreon.com/nunomaduro",
8467                     "type": "patreon"
8468                 }
8469             ],
8470             "time": "2025-03-14T22:37:40+00:00"
8471         },
8472         {
8473             "name": "phar-io/manifest",
8474             "version": "2.0.4",
8475             "source": {
8476                 "type": "git",
8477                 "url": "https://github.com/phar-io/manifest.git",
8478                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8479             },
8480             "dist": {
8481                 "type": "zip",
8482                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8483                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8484                 "shasum": ""
8485             },
8486             "require": {
8487                 "ext-dom": "*",
8488                 "ext-libxml": "*",
8489                 "ext-phar": "*",
8490                 "ext-xmlwriter": "*",
8491                 "phar-io/version": "^3.0.1",
8492                 "php": "^7.2 || ^8.0"
8493             },
8494             "type": "library",
8495             "extra": {
8496                 "branch-alias": {
8497                     "dev-master": "2.0.x-dev"
8498                 }
8499             },
8500             "autoload": {
8501                 "classmap": [
8502                     "src/"
8503                 ]
8504             },
8505             "notification-url": "https://packagist.org/downloads/",
8506             "license": [
8507                 "BSD-3-Clause"
8508             ],
8509             "authors": [
8510                 {
8511                     "name": "Arne Blankerts",
8512                     "email": "[email protected]",
8513                     "role": "Developer"
8514                 },
8515                 {
8516                     "name": "Sebastian Heuer",
8517                     "email": "[email protected]",
8518                     "role": "Developer"
8519                 },
8520                 {
8521                     "name": "Sebastian Bergmann",
8522                     "email": "[email protected]",
8523                     "role": "Developer"
8524                 }
8525             ],
8526             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8527             "support": {
8528                 "issues": "https://github.com/phar-io/manifest/issues",
8529                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8530             },
8531             "funding": [
8532                 {
8533                     "url": "https://github.com/theseer",
8534                     "type": "github"
8535                 }
8536             ],
8537             "time": "2024-03-03T12:33:53+00:00"
8538         },
8539         {
8540             "name": "phar-io/version",
8541             "version": "3.2.1",
8542             "source": {
8543                 "type": "git",
8544                 "url": "https://github.com/phar-io/version.git",
8545                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8546             },
8547             "dist": {
8548                 "type": "zip",
8549                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8550                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8551                 "shasum": ""
8552             },
8553             "require": {
8554                 "php": "^7.2 || ^8.0"
8555             },
8556             "type": "library",
8557             "autoload": {
8558                 "classmap": [
8559                     "src/"
8560                 ]
8561             },
8562             "notification-url": "https://packagist.org/downloads/",
8563             "license": [
8564                 "BSD-3-Clause"
8565             ],
8566             "authors": [
8567                 {
8568                     "name": "Arne Blankerts",
8569                     "email": "[email protected]",
8570                     "role": "Developer"
8571                 },
8572                 {
8573                     "name": "Sebastian Heuer",
8574                     "email": "[email protected]",
8575                     "role": "Developer"
8576                 },
8577                 {
8578                     "name": "Sebastian Bergmann",
8579                     "email": "[email protected]",
8580                     "role": "Developer"
8581                 }
8582             ],
8583             "description": "Library for handling version information and constraints",
8584             "support": {
8585                 "issues": "https://github.com/phar-io/version/issues",
8586                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8587             },
8588             "time": "2022-02-21T01:04:05+00:00"
8589         },
8590         {
8591             "name": "phpstan/phpstan",
8592             "version": "2.1.8",
8593             "source": {
8594                 "type": "git",
8595                 "url": "https://github.com/phpstan/phpstan.git",
8596                 "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f"
8597             },
8598             "dist": {
8599                 "type": "zip",
8600                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f9adff3b87c03b12cc7e46a30a524648e497758f",
8601                 "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f",
8602                 "shasum": ""
8603             },
8604             "require": {
8605                 "php": "^7.4|^8.0"
8606             },
8607             "conflict": {
8608                 "phpstan/phpstan-shim": "*"
8609             },
8610             "bin": [
8611                 "phpstan",
8612                 "phpstan.phar"
8613             ],
8614             "type": "library",
8615             "autoload": {
8616                 "files": [
8617                     "bootstrap.php"
8618                 ]
8619             },
8620             "notification-url": "https://packagist.org/downloads/",
8621             "license": [
8622                 "MIT"
8623             ],
8624             "description": "PHPStan - PHP Static Analysis Tool",
8625             "keywords": [
8626                 "dev",
8627                 "static analysis"
8628             ],
8629             "support": {
8630                 "docs": "https://phpstan.org/user-guide/getting-started",
8631                 "forum": "https://github.com/phpstan/phpstan/discussions",
8632                 "issues": "https://github.com/phpstan/phpstan/issues",
8633                 "security": "https://github.com/phpstan/phpstan/security/policy",
8634                 "source": "https://github.com/phpstan/phpstan-src"
8635             },
8636             "funding": [
8637                 {
8638                     "url": "https://github.com/ondrejmirtes",
8639                     "type": "github"
8640                 },
8641                 {
8642                     "url": "https://github.com/phpstan",
8643                     "type": "github"
8644                 }
8645             ],
8646             "time": "2025-03-09T09:30:48+00:00"
8647         },
8648         {
8649             "name": "phpunit/php-code-coverage",
8650             "version": "11.0.9",
8651             "source": {
8652                 "type": "git",
8653                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8654                 "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7"
8655             },
8656             "dist": {
8657                 "type": "zip",
8658                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
8659                 "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
8660                 "shasum": ""
8661             },
8662             "require": {
8663                 "ext-dom": "*",
8664                 "ext-libxml": "*",
8665                 "ext-xmlwriter": "*",
8666                 "nikic/php-parser": "^5.4.0",
8667                 "php": ">=8.2",
8668                 "phpunit/php-file-iterator": "^5.1.0",
8669                 "phpunit/php-text-template": "^4.0.1",
8670                 "sebastian/code-unit-reverse-lookup": "^4.0.1",
8671                 "sebastian/complexity": "^4.0.1",
8672                 "sebastian/environment": "^7.2.0",
8673                 "sebastian/lines-of-code": "^3.0.1",
8674                 "sebastian/version": "^5.0.2",
8675                 "theseer/tokenizer": "^1.2.3"
8676             },
8677             "require-dev": {
8678                 "phpunit/phpunit": "^11.5.2"
8679             },
8680             "suggest": {
8681                 "ext-pcov": "PHP extension that provides line coverage",
8682                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8683             },
8684             "type": "library",
8685             "extra": {
8686                 "branch-alias": {
8687                     "dev-main": "11.0.x-dev"
8688                 }
8689             },
8690             "autoload": {
8691                 "classmap": [
8692                     "src/"
8693                 ]
8694             },
8695             "notification-url": "https://packagist.org/downloads/",
8696             "license": [
8697                 "BSD-3-Clause"
8698             ],
8699             "authors": [
8700                 {
8701                     "name": "Sebastian Bergmann",
8702                     "email": "[email protected]",
8703                     "role": "lead"
8704                 }
8705             ],
8706             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8707             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8708             "keywords": [
8709                 "coverage",
8710                 "testing",
8711                 "xunit"
8712             ],
8713             "support": {
8714                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8715                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8716                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9"
8717             },
8718             "funding": [
8719                 {
8720                     "url": "https://github.com/sebastianbergmann",
8721                     "type": "github"
8722                 }
8723             ],
8724             "time": "2025-02-25T13:26:39+00:00"
8725         },
8726         {
8727             "name": "phpunit/php-file-iterator",
8728             "version": "5.1.0",
8729             "source": {
8730                 "type": "git",
8731                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8732                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
8733             },
8734             "dist": {
8735                 "type": "zip",
8736                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
8737                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
8738                 "shasum": ""
8739             },
8740             "require": {
8741                 "php": ">=8.2"
8742             },
8743             "require-dev": {
8744                 "phpunit/phpunit": "^11.0"
8745             },
8746             "type": "library",
8747             "extra": {
8748                 "branch-alias": {
8749                     "dev-main": "5.0-dev"
8750                 }
8751             },
8752             "autoload": {
8753                 "classmap": [
8754                     "src/"
8755                 ]
8756             },
8757             "notification-url": "https://packagist.org/downloads/",
8758             "license": [
8759                 "BSD-3-Clause"
8760             ],
8761             "authors": [
8762                 {
8763                     "name": "Sebastian Bergmann",
8764                     "email": "[email protected]",
8765                     "role": "lead"
8766                 }
8767             ],
8768             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8769             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8770             "keywords": [
8771                 "filesystem",
8772                 "iterator"
8773             ],
8774             "support": {
8775                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8776                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
8777                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
8778             },
8779             "funding": [
8780                 {
8781                     "url": "https://github.com/sebastianbergmann",
8782                     "type": "github"
8783                 }
8784             ],
8785             "time": "2024-08-27T05:02:59+00:00"
8786         },
8787         {
8788             "name": "phpunit/php-invoker",
8789             "version": "5.0.1",
8790             "source": {
8791                 "type": "git",
8792                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8793                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
8794             },
8795             "dist": {
8796                 "type": "zip",
8797                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
8798                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
8799                 "shasum": ""
8800             },
8801             "require": {
8802                 "php": ">=8.2"
8803             },
8804             "require-dev": {
8805                 "ext-pcntl": "*",
8806                 "phpunit/phpunit": "^11.0"
8807             },
8808             "suggest": {
8809                 "ext-pcntl": "*"
8810             },
8811             "type": "library",
8812             "extra": {
8813                 "branch-alias": {
8814                     "dev-main": "5.0-dev"
8815                 }
8816             },
8817             "autoload": {
8818                 "classmap": [
8819                     "src/"
8820                 ]
8821             },
8822             "notification-url": "https://packagist.org/downloads/",
8823             "license": [
8824                 "BSD-3-Clause"
8825             ],
8826             "authors": [
8827                 {
8828                     "name": "Sebastian Bergmann",
8829                     "email": "[email protected]",
8830                     "role": "lead"
8831                 }
8832             ],
8833             "description": "Invoke callables with a timeout",
8834             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8835             "keywords": [
8836                 "process"
8837             ],
8838             "support": {
8839                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8840                 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
8841                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
8842             },
8843             "funding": [
8844                 {
8845                     "url": "https://github.com/sebastianbergmann",
8846                     "type": "github"
8847                 }
8848             ],
8849             "time": "2024-07-03T05:07:44+00:00"
8850         },
8851         {
8852             "name": "phpunit/php-text-template",
8853             "version": "4.0.1",
8854             "source": {
8855                 "type": "git",
8856                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8857                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
8858             },
8859             "dist": {
8860                 "type": "zip",
8861                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8862                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8863                 "shasum": ""
8864             },
8865             "require": {
8866                 "php": ">=8.2"
8867             },
8868             "require-dev": {
8869                 "phpunit/phpunit": "^11.0"
8870             },
8871             "type": "library",
8872             "extra": {
8873                 "branch-alias": {
8874                     "dev-main": "4.0-dev"
8875                 }
8876             },
8877             "autoload": {
8878                 "classmap": [
8879                     "src/"
8880                 ]
8881             },
8882             "notification-url": "https://packagist.org/downloads/",
8883             "license": [
8884                 "BSD-3-Clause"
8885             ],
8886             "authors": [
8887                 {
8888                     "name": "Sebastian Bergmann",
8889                     "email": "[email protected]",
8890                     "role": "lead"
8891                 }
8892             ],
8893             "description": "Simple template engine.",
8894             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8895             "keywords": [
8896                 "template"
8897             ],
8898             "support": {
8899                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8900                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
8901                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
8902             },
8903             "funding": [
8904                 {
8905                     "url": "https://github.com/sebastianbergmann",
8906                     "type": "github"
8907                 }
8908             ],
8909             "time": "2024-07-03T05:08:43+00:00"
8910         },
8911         {
8912             "name": "phpunit/php-timer",
8913             "version": "7.0.1",
8914             "source": {
8915                 "type": "git",
8916                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8917                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
8918             },
8919             "dist": {
8920                 "type": "zip",
8921                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8922                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8923                 "shasum": ""
8924             },
8925             "require": {
8926                 "php": ">=8.2"
8927             },
8928             "require-dev": {
8929                 "phpunit/phpunit": "^11.0"
8930             },
8931             "type": "library",
8932             "extra": {
8933                 "branch-alias": {
8934                     "dev-main": "7.0-dev"
8935                 }
8936             },
8937             "autoload": {
8938                 "classmap": [
8939                     "src/"
8940                 ]
8941             },
8942             "notification-url": "https://packagist.org/downloads/",
8943             "license": [
8944                 "BSD-3-Clause"
8945             ],
8946             "authors": [
8947                 {
8948                     "name": "Sebastian Bergmann",
8949                     "email": "[email protected]",
8950                     "role": "lead"
8951                 }
8952             ],
8953             "description": "Utility class for timing",
8954             "homepage": "https://github.com/sebastianbergmann/php-timer/",
8955             "keywords": [
8956                 "timer"
8957             ],
8958             "support": {
8959                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
8960                 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
8961                 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
8962             },
8963             "funding": [
8964                 {
8965                     "url": "https://github.com/sebastianbergmann",
8966                     "type": "github"
8967                 }
8968             ],
8969             "time": "2024-07-03T05:09:35+00:00"
8970         },
8971         {
8972             "name": "phpunit/phpunit",
8973             "version": "11.5.12",
8974             "source": {
8975                 "type": "git",
8976                 "url": "https://github.com/sebastianbergmann/phpunit.git",
8977                 "reference": "d42785840519401ed2113292263795eb4c0f95da"
8978             },
8979             "dist": {
8980                 "type": "zip",
8981                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d42785840519401ed2113292263795eb4c0f95da",
8982                 "reference": "d42785840519401ed2113292263795eb4c0f95da",
8983                 "shasum": ""
8984             },
8985             "require": {
8986                 "ext-dom": "*",
8987                 "ext-json": "*",
8988                 "ext-libxml": "*",
8989                 "ext-mbstring": "*",
8990                 "ext-xml": "*",
8991                 "ext-xmlwriter": "*",
8992                 "myclabs/deep-copy": "^1.13.0",
8993                 "phar-io/manifest": "^2.0.4",
8994                 "phar-io/version": "^3.2.1",
8995                 "php": ">=8.2",
8996                 "phpunit/php-code-coverage": "^11.0.9",
8997                 "phpunit/php-file-iterator": "^5.1.0",
8998                 "phpunit/php-invoker": "^5.0.1",
8999                 "phpunit/php-text-template": "^4.0.1",
9000                 "phpunit/php-timer": "^7.0.1",
9001                 "sebastian/cli-parser": "^3.0.2",
9002                 "sebastian/code-unit": "^3.0.2",
9003                 "sebastian/comparator": "^6.3.1",
9004                 "sebastian/diff": "^6.0.2",
9005                 "sebastian/environment": "^7.2.0",
9006                 "sebastian/exporter": "^6.3.0",
9007                 "sebastian/global-state": "^7.0.2",
9008                 "sebastian/object-enumerator": "^6.0.1",
9009                 "sebastian/type": "^5.1.0",
9010                 "sebastian/version": "^5.0.2",
9011                 "staabm/side-effects-detector": "^1.0.5"
9012             },
9013             "suggest": {
9014                 "ext-soap": "To be able to generate mocks based on WSDL files"
9015             },
9016             "bin": [
9017                 "phpunit"
9018             ],
9019             "type": "library",
9020             "extra": {
9021                 "branch-alias": {
9022                     "dev-main": "11.5-dev"
9023                 }
9024             },
9025             "autoload": {
9026                 "files": [
9027                     "src/Framework/Assert/Functions.php"
9028                 ],
9029                 "classmap": [
9030                     "src/"
9031                 ]
9032             },
9033             "notification-url": "https://packagist.org/downloads/",
9034             "license": [
9035                 "BSD-3-Clause"
9036             ],
9037             "authors": [
9038                 {
9039                     "name": "Sebastian Bergmann",
9040                     "email": "[email protected]",
9041                     "role": "lead"
9042                 }
9043             ],
9044             "description": "The PHP Unit Testing framework.",
9045             "homepage": "https://phpunit.de/",
9046             "keywords": [
9047                 "phpunit",
9048                 "testing",
9049                 "xunit"
9050             ],
9051             "support": {
9052                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9053                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9054                 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.12"
9055             },
9056             "funding": [
9057                 {
9058                     "url": "https://phpunit.de/sponsors.html",
9059                     "type": "custom"
9060                 },
9061                 {
9062                     "url": "https://github.com/sebastianbergmann",
9063                     "type": "github"
9064                 },
9065                 {
9066                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9067                     "type": "tidelift"
9068                 }
9069             ],
9070             "time": "2025-03-07T07:31:03+00:00"
9071         },
9072         {
9073             "name": "sebastian/cli-parser",
9074             "version": "3.0.2",
9075             "source": {
9076                 "type": "git",
9077                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9078                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
9079             },
9080             "dist": {
9081                 "type": "zip",
9082                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
9083                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
9084                 "shasum": ""
9085             },
9086             "require": {
9087                 "php": ">=8.2"
9088             },
9089             "require-dev": {
9090                 "phpunit/phpunit": "^11.0"
9091             },
9092             "type": "library",
9093             "extra": {
9094                 "branch-alias": {
9095                     "dev-main": "3.0-dev"
9096                 }
9097             },
9098             "autoload": {
9099                 "classmap": [
9100                     "src/"
9101                 ]
9102             },
9103             "notification-url": "https://packagist.org/downloads/",
9104             "license": [
9105                 "BSD-3-Clause"
9106             ],
9107             "authors": [
9108                 {
9109                     "name": "Sebastian Bergmann",
9110                     "email": "[email protected]",
9111                     "role": "lead"
9112                 }
9113             ],
9114             "description": "Library for parsing CLI options",
9115             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9116             "support": {
9117                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9118                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9119                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
9120             },
9121             "funding": [
9122                 {
9123                     "url": "https://github.com/sebastianbergmann",
9124                     "type": "github"
9125                 }
9126             ],
9127             "time": "2024-07-03T04:41:36+00:00"
9128         },
9129         {
9130             "name": "sebastian/code-unit",
9131             "version": "3.0.2",
9132             "source": {
9133                 "type": "git",
9134                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9135                 "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca"
9136             },
9137             "dist": {
9138                 "type": "zip",
9139                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
9140                 "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
9141                 "shasum": ""
9142             },
9143             "require": {
9144                 "php": ">=8.2"
9145             },
9146             "require-dev": {
9147                 "phpunit/phpunit": "^11.5"
9148             },
9149             "type": "library",
9150             "extra": {
9151                 "branch-alias": {
9152                     "dev-main": "3.0-dev"
9153                 }
9154             },
9155             "autoload": {
9156                 "classmap": [
9157                     "src/"
9158                 ]
9159             },
9160             "notification-url": "https://packagist.org/downloads/",
9161             "license": [
9162                 "BSD-3-Clause"
9163             ],
9164             "authors": [
9165                 {
9166                     "name": "Sebastian Bergmann",
9167                     "email": "[email protected]",
9168                     "role": "lead"
9169                 }
9170             ],
9171             "description": "Collection of value objects that represent the PHP code units",
9172             "homepage": "https://github.com/sebastianbergmann/code-unit",
9173             "support": {
9174                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9175                 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
9176                 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2"
9177             },
9178             "funding": [
9179                 {
9180                     "url": "https://github.com/sebastianbergmann",
9181                     "type": "github"
9182                 }
9183             ],
9184             "time": "2024-12-12T09:59:06+00:00"
9185         },
9186         {
9187             "name": "sebastian/code-unit-reverse-lookup",
9188             "version": "4.0.1",
9189             "source": {
9190                 "type": "git",
9191                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9192                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
9193             },
9194             "dist": {
9195                 "type": "zip",
9196                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
9197                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
9198                 "shasum": ""
9199             },
9200             "require": {
9201                 "php": ">=8.2"
9202             },
9203             "require-dev": {
9204                 "phpunit/phpunit": "^11.0"
9205             },
9206             "type": "library",
9207             "extra": {
9208                 "branch-alias": {
9209                     "dev-main": "4.0-dev"
9210                 }
9211             },
9212             "autoload": {
9213                 "classmap": [
9214                     "src/"
9215                 ]
9216             },
9217             "notification-url": "https://packagist.org/downloads/",
9218             "license": [
9219                 "BSD-3-Clause"
9220             ],
9221             "authors": [
9222                 {
9223                     "name": "Sebastian Bergmann",
9224                     "email": "[email protected]"
9225                 }
9226             ],
9227             "description": "Looks up which function or method a line of code belongs to",
9228             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9229             "support": {
9230                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9231                 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
9232                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
9233             },
9234             "funding": [
9235                 {
9236                     "url": "https://github.com/sebastianbergmann",
9237                     "type": "github"
9238                 }
9239             ],
9240             "time": "2024-07-03T04:45:54+00:00"
9241         },
9242         {
9243             "name": "sebastian/comparator",
9244             "version": "6.3.1",
9245             "source": {
9246                 "type": "git",
9247                 "url": "https://github.com/sebastianbergmann/comparator.git",
9248                 "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959"
9249             },
9250             "dist": {
9251                 "type": "zip",
9252                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
9253                 "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
9254                 "shasum": ""
9255             },
9256             "require": {
9257                 "ext-dom": "*",
9258                 "ext-mbstring": "*",
9259                 "php": ">=8.2",
9260                 "sebastian/diff": "^6.0",
9261                 "sebastian/exporter": "^6.0"
9262             },
9263             "require-dev": {
9264                 "phpunit/phpunit": "^11.4"
9265             },
9266             "suggest": {
9267                 "ext-bcmath": "For comparing BcMath\\Number objects"
9268             },
9269             "type": "library",
9270             "extra": {
9271                 "branch-alias": {
9272                     "dev-main": "6.3-dev"
9273                 }
9274             },
9275             "autoload": {
9276                 "classmap": [
9277                     "src/"
9278                 ]
9279             },
9280             "notification-url": "https://packagist.org/downloads/",
9281             "license": [
9282                 "BSD-3-Clause"
9283             ],
9284             "authors": [
9285                 {
9286                     "name": "Sebastian Bergmann",
9287                     "email": "[email protected]"
9288                 },
9289                 {
9290                     "name": "Jeff Welch",
9291                     "email": "[email protected]"
9292                 },
9293                 {
9294                     "name": "Volker Dusch",
9295                     "email": "[email protected]"
9296                 },
9297                 {
9298                     "name": "Bernhard Schussek",
9299                     "email": "[email protected]"
9300                 }
9301             ],
9302             "description": "Provides the functionality to compare PHP values for equality",
9303             "homepage": "https://github.com/sebastianbergmann/comparator",
9304             "keywords": [
9305                 "comparator",
9306                 "compare",
9307                 "equality"
9308             ],
9309             "support": {
9310                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9311                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9312                 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.1"
9313             },
9314             "funding": [
9315                 {
9316                     "url": "https://github.com/sebastianbergmann",
9317                     "type": "github"
9318                 }
9319             ],
9320             "time": "2025-03-07T06:57:01+00:00"
9321         },
9322         {
9323             "name": "sebastian/complexity",
9324             "version": "4.0.1",
9325             "source": {
9326                 "type": "git",
9327                 "url": "https://github.com/sebastianbergmann/complexity.git",
9328                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
9329             },
9330             "dist": {
9331                 "type": "zip",
9332                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
9333                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
9334                 "shasum": ""
9335             },
9336             "require": {
9337                 "nikic/php-parser": "^5.0",
9338                 "php": ">=8.2"
9339             },
9340             "require-dev": {
9341                 "phpunit/phpunit": "^11.0"
9342             },
9343             "type": "library",
9344             "extra": {
9345                 "branch-alias": {
9346                     "dev-main": "4.0-dev"
9347                 }
9348             },
9349             "autoload": {
9350                 "classmap": [
9351                     "src/"
9352                 ]
9353             },
9354             "notification-url": "https://packagist.org/downloads/",
9355             "license": [
9356                 "BSD-3-Clause"
9357             ],
9358             "authors": [
9359                 {
9360                     "name": "Sebastian Bergmann",
9361                     "email": "[email protected]",
9362                     "role": "lead"
9363                 }
9364             ],
9365             "description": "Library for calculating the complexity of PHP code units",
9366             "homepage": "https://github.com/sebastianbergmann/complexity",
9367             "support": {
9368                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9369                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9370                 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
9371             },
9372             "funding": [
9373                 {
9374                     "url": "https://github.com/sebastianbergmann",
9375                     "type": "github"
9376                 }
9377             ],
9378             "time": "2024-07-03T04:49:50+00:00"
9379         },
9380         {
9381             "name": "sebastian/diff",
9382             "version": "6.0.2",
9383             "source": {
9384                 "type": "git",
9385                 "url": "https://github.com/sebastianbergmann/diff.git",
9386                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
9387             },
9388             "dist": {
9389                 "type": "zip",
9390                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
9391                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
9392                 "shasum": ""
9393             },
9394             "require": {
9395                 "php": ">=8.2"
9396             },
9397             "require-dev": {
9398                 "phpunit/phpunit": "^11.0",
9399                 "symfony/process": "^4.2 || ^5"
9400             },
9401             "type": "library",
9402             "extra": {
9403                 "branch-alias": {
9404                     "dev-main": "6.0-dev"
9405                 }
9406             },
9407             "autoload": {
9408                 "classmap": [
9409                     "src/"
9410                 ]
9411             },
9412             "notification-url": "https://packagist.org/downloads/",
9413             "license": [
9414                 "BSD-3-Clause"
9415             ],
9416             "authors": [
9417                 {
9418                     "name": "Sebastian Bergmann",
9419                     "email": "[email protected]"
9420                 },
9421                 {
9422                     "name": "Kore Nordmann",
9423                     "email": "[email protected]"
9424                 }
9425             ],
9426             "description": "Diff implementation",
9427             "homepage": "https://github.com/sebastianbergmann/diff",
9428             "keywords": [
9429                 "diff",
9430                 "udiff",
9431                 "unidiff",
9432                 "unified diff"
9433             ],
9434             "support": {
9435                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9436                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9437                 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
9438             },
9439             "funding": [
9440                 {
9441                     "url": "https://github.com/sebastianbergmann",
9442                     "type": "github"
9443                 }
9444             ],
9445             "time": "2024-07-03T04:53:05+00:00"
9446         },
9447         {
9448             "name": "sebastian/environment",
9449             "version": "7.2.0",
9450             "source": {
9451                 "type": "git",
9452                 "url": "https://github.com/sebastianbergmann/environment.git",
9453                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
9454             },
9455             "dist": {
9456                 "type": "zip",
9457                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
9458                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
9459                 "shasum": ""
9460             },
9461             "require": {
9462                 "php": ">=8.2"
9463             },
9464             "require-dev": {
9465                 "phpunit/phpunit": "^11.0"
9466             },
9467             "suggest": {
9468                 "ext-posix": "*"
9469             },
9470             "type": "library",
9471             "extra": {
9472                 "branch-alias": {
9473                     "dev-main": "7.2-dev"
9474                 }
9475             },
9476             "autoload": {
9477                 "classmap": [
9478                     "src/"
9479                 ]
9480             },
9481             "notification-url": "https://packagist.org/downloads/",
9482             "license": [
9483                 "BSD-3-Clause"
9484             ],
9485             "authors": [
9486                 {
9487                     "name": "Sebastian Bergmann",
9488                     "email": "[email protected]"
9489                 }
9490             ],
9491             "description": "Provides functionality to handle HHVM/PHP environments",
9492             "homepage": "https://github.com/sebastianbergmann/environment",
9493             "keywords": [
9494                 "Xdebug",
9495                 "environment",
9496                 "hhvm"
9497             ],
9498             "support": {
9499                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9500                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9501                 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
9502             },
9503             "funding": [
9504                 {
9505                     "url": "https://github.com/sebastianbergmann",
9506                     "type": "github"
9507                 }
9508             ],
9509             "time": "2024-07-03T04:54:44+00:00"
9510         },
9511         {
9512             "name": "sebastian/exporter",
9513             "version": "6.3.0",
9514             "source": {
9515                 "type": "git",
9516                 "url": "https://github.com/sebastianbergmann/exporter.git",
9517                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
9518             },
9519             "dist": {
9520                 "type": "zip",
9521                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
9522                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
9523                 "shasum": ""
9524             },
9525             "require": {
9526                 "ext-mbstring": "*",
9527                 "php": ">=8.2",
9528                 "sebastian/recursion-context": "^6.0"
9529             },
9530             "require-dev": {
9531                 "phpunit/phpunit": "^11.3"
9532             },
9533             "type": "library",
9534             "extra": {
9535                 "branch-alias": {
9536                     "dev-main": "6.1-dev"
9537                 }
9538             },
9539             "autoload": {
9540                 "classmap": [
9541                     "src/"
9542                 ]
9543             },
9544             "notification-url": "https://packagist.org/downloads/",
9545             "license": [
9546                 "BSD-3-Clause"
9547             ],
9548             "authors": [
9549                 {
9550                     "name": "Sebastian Bergmann",
9551                     "email": "[email protected]"
9552                 },
9553                 {
9554                     "name": "Jeff Welch",
9555                     "email": "[email protected]"
9556                 },
9557                 {
9558                     "name": "Volker Dusch",
9559                     "email": "[email protected]"
9560                 },
9561                 {
9562                     "name": "Adam Harvey",
9563                     "email": "[email protected]"
9564                 },
9565                 {
9566                     "name": "Bernhard Schussek",
9567                     "email": "[email protected]"
9568                 }
9569             ],
9570             "description": "Provides the functionality to export PHP variables for visualization",
9571             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9572             "keywords": [
9573                 "export",
9574                 "exporter"
9575             ],
9576             "support": {
9577                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9578                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9579                 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
9580             },
9581             "funding": [
9582                 {
9583                     "url": "https://github.com/sebastianbergmann",
9584                     "type": "github"
9585                 }
9586             ],
9587             "time": "2024-12-05T09:17:50+00:00"
9588         },
9589         {
9590             "name": "sebastian/global-state",
9591             "version": "7.0.2",
9592             "source": {
9593                 "type": "git",
9594                 "url": "https://github.com/sebastianbergmann/global-state.git",
9595                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
9596             },
9597             "dist": {
9598                 "type": "zip",
9599                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
9600                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
9601                 "shasum": ""
9602             },
9603             "require": {
9604                 "php": ">=8.2",
9605                 "sebastian/object-reflector": "^4.0",
9606                 "sebastian/recursion-context": "^6.0"
9607             },
9608             "require-dev": {
9609                 "ext-dom": "*",
9610                 "phpunit/phpunit": "^11.0"
9611             },
9612             "type": "library",
9613             "extra": {
9614                 "branch-alias": {
9615                     "dev-main": "7.0-dev"
9616                 }
9617             },
9618             "autoload": {
9619                 "classmap": [
9620                     "src/"
9621                 ]
9622             },
9623             "notification-url": "https://packagist.org/downloads/",
9624             "license": [
9625                 "BSD-3-Clause"
9626             ],
9627             "authors": [
9628                 {
9629                     "name": "Sebastian Bergmann",
9630                     "email": "[email protected]"
9631                 }
9632             ],
9633             "description": "Snapshotting of global state",
9634             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9635             "keywords": [
9636                 "global state"
9637             ],
9638             "support": {
9639                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9640                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9641                 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
9642             },
9643             "funding": [
9644                 {
9645                     "url": "https://github.com/sebastianbergmann",
9646                     "type": "github"
9647                 }
9648             ],
9649             "time": "2024-07-03T04:57:36+00:00"
9650         },
9651         {
9652             "name": "sebastian/lines-of-code",
9653             "version": "3.0.1",
9654             "source": {
9655                 "type": "git",
9656                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9657                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
9658             },
9659             "dist": {
9660                 "type": "zip",
9661                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9662                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9663                 "shasum": ""
9664             },
9665             "require": {
9666                 "nikic/php-parser": "^5.0",
9667                 "php": ">=8.2"
9668             },
9669             "require-dev": {
9670                 "phpunit/phpunit": "^11.0"
9671             },
9672             "type": "library",
9673             "extra": {
9674                 "branch-alias": {
9675                     "dev-main": "3.0-dev"
9676                 }
9677             },
9678             "autoload": {
9679                 "classmap": [
9680                     "src/"
9681                 ]
9682             },
9683             "notification-url": "https://packagist.org/downloads/",
9684             "license": [
9685                 "BSD-3-Clause"
9686             ],
9687             "authors": [
9688                 {
9689                     "name": "Sebastian Bergmann",
9690                     "email": "[email protected]",
9691                     "role": "lead"
9692                 }
9693             ],
9694             "description": "Library for counting the lines of code in PHP source code",
9695             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9696             "support": {
9697                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9698                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9699                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
9700             },
9701             "funding": [
9702                 {
9703                     "url": "https://github.com/sebastianbergmann",
9704                     "type": "github"
9705                 }
9706             ],
9707             "time": "2024-07-03T04:58:38+00:00"
9708         },
9709         {
9710             "name": "sebastian/object-enumerator",
9711             "version": "6.0.1",
9712             "source": {
9713                 "type": "git",
9714                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9715                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
9716             },
9717             "dist": {
9718                 "type": "zip",
9719                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
9720                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
9721                 "shasum": ""
9722             },
9723             "require": {
9724                 "php": ">=8.2",
9725                 "sebastian/object-reflector": "^4.0",
9726                 "sebastian/recursion-context": "^6.0"
9727             },
9728             "require-dev": {
9729                 "phpunit/phpunit": "^11.0"
9730             },
9731             "type": "library",
9732             "extra": {
9733                 "branch-alias": {
9734                     "dev-main": "6.0-dev"
9735                 }
9736             },
9737             "autoload": {
9738                 "classmap": [
9739                     "src/"
9740                 ]
9741             },
9742             "notification-url": "https://packagist.org/downloads/",
9743             "license": [
9744                 "BSD-3-Clause"
9745             ],
9746             "authors": [
9747                 {
9748                     "name": "Sebastian Bergmann",
9749                     "email": "[email protected]"
9750                 }
9751             ],
9752             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9753             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9754             "support": {
9755                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9756                 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
9757                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
9758             },
9759             "funding": [
9760                 {
9761                     "url": "https://github.com/sebastianbergmann",
9762                     "type": "github"
9763                 }
9764             ],
9765             "time": "2024-07-03T05:00:13+00:00"
9766         },
9767         {
9768             "name": "sebastian/object-reflector",
9769             "version": "4.0.1",
9770             "source": {
9771                 "type": "git",
9772                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9773                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
9774             },
9775             "dist": {
9776                 "type": "zip",
9777                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9778                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9779                 "shasum": ""
9780             },
9781             "require": {
9782                 "php": ">=8.2"
9783             },
9784             "require-dev": {
9785                 "phpunit/phpunit": "^11.0"
9786             },
9787             "type": "library",
9788             "extra": {
9789                 "branch-alias": {
9790                     "dev-main": "4.0-dev"
9791                 }
9792             },
9793             "autoload": {
9794                 "classmap": [
9795                     "src/"
9796                 ]
9797             },
9798             "notification-url": "https://packagist.org/downloads/",
9799             "license": [
9800                 "BSD-3-Clause"
9801             ],
9802             "authors": [
9803                 {
9804                     "name": "Sebastian Bergmann",
9805                     "email": "[email protected]"
9806                 }
9807             ],
9808             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9809             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9810             "support": {
9811                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9812                 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
9813                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
9814             },
9815             "funding": [
9816                 {
9817                     "url": "https://github.com/sebastianbergmann",
9818                     "type": "github"
9819                 }
9820             ],
9821             "time": "2024-07-03T05:01:32+00:00"
9822         },
9823         {
9824             "name": "sebastian/recursion-context",
9825             "version": "6.0.2",
9826             "source": {
9827                 "type": "git",
9828                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9829                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
9830             },
9831             "dist": {
9832                 "type": "zip",
9833                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
9834                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
9835                 "shasum": ""
9836             },
9837             "require": {
9838                 "php": ">=8.2"
9839             },
9840             "require-dev": {
9841                 "phpunit/phpunit": "^11.0"
9842             },
9843             "type": "library",
9844             "extra": {
9845                 "branch-alias": {
9846                     "dev-main": "6.0-dev"
9847                 }
9848             },
9849             "autoload": {
9850                 "classmap": [
9851                     "src/"
9852                 ]
9853             },
9854             "notification-url": "https://packagist.org/downloads/",
9855             "license": [
9856                 "BSD-3-Clause"
9857             ],
9858             "authors": [
9859                 {
9860                     "name": "Sebastian Bergmann",
9861                     "email": "[email protected]"
9862                 },
9863                 {
9864                     "name": "Jeff Welch",
9865                     "email": "[email protected]"
9866                 },
9867                 {
9868                     "name": "Adam Harvey",
9869                     "email": "[email protected]"
9870                 }
9871             ],
9872             "description": "Provides functionality to recursively process PHP variables",
9873             "homepage": "https://github.com/sebastianbergmann/recursion-context",
9874             "support": {
9875                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9876                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
9877                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
9878             },
9879             "funding": [
9880                 {
9881                     "url": "https://github.com/sebastianbergmann",
9882                     "type": "github"
9883                 }
9884             ],
9885             "time": "2024-07-03T05:10:34+00:00"
9886         },
9887         {
9888             "name": "sebastian/type",
9889             "version": "5.1.0",
9890             "source": {
9891                 "type": "git",
9892                 "url": "https://github.com/sebastianbergmann/type.git",
9893                 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac"
9894             },
9895             "dist": {
9896                 "type": "zip",
9897                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac",
9898                 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac",
9899                 "shasum": ""
9900             },
9901             "require": {
9902                 "php": ">=8.2"
9903             },
9904             "require-dev": {
9905                 "phpunit/phpunit": "^11.3"
9906             },
9907             "type": "library",
9908             "extra": {
9909                 "branch-alias": {
9910                     "dev-main": "5.1-dev"
9911                 }
9912             },
9913             "autoload": {
9914                 "classmap": [
9915                     "src/"
9916                 ]
9917             },
9918             "notification-url": "https://packagist.org/downloads/",
9919             "license": [
9920                 "BSD-3-Clause"
9921             ],
9922             "authors": [
9923                 {
9924                     "name": "Sebastian Bergmann",
9925                     "email": "[email protected]",
9926                     "role": "lead"
9927                 }
9928             ],
9929             "description": "Collection of value objects that represent the types of the PHP type system",
9930             "homepage": "https://github.com/sebastianbergmann/type",
9931             "support": {
9932                 "issues": "https://github.com/sebastianbergmann/type/issues",
9933                 "security": "https://github.com/sebastianbergmann/type/security/policy",
9934                 "source": "https://github.com/sebastianbergmann/type/tree/5.1.0"
9935             },
9936             "funding": [
9937                 {
9938                     "url": "https://github.com/sebastianbergmann",
9939                     "type": "github"
9940                 }
9941             ],
9942             "time": "2024-09-17T13:12:04+00:00"
9943         },
9944         {
9945             "name": "sebastian/version",
9946             "version": "5.0.2",
9947             "source": {
9948                 "type": "git",
9949                 "url": "https://github.com/sebastianbergmann/version.git",
9950                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
9951             },
9952             "dist": {
9953                 "type": "zip",
9954                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
9955                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
9956                 "shasum": ""
9957             },
9958             "require": {
9959                 "php": ">=8.2"
9960             },
9961             "type": "library",
9962             "extra": {
9963                 "branch-alias": {
9964                     "dev-main": "5.0-dev"
9965                 }
9966             },
9967             "autoload": {
9968                 "classmap": [
9969                     "src/"
9970                 ]
9971             },
9972             "notification-url": "https://packagist.org/downloads/",
9973             "license": [
9974                 "BSD-3-Clause"
9975             ],
9976             "authors": [
9977                 {
9978                     "name": "Sebastian Bergmann",
9979                     "email": "[email protected]",
9980                     "role": "lead"
9981                 }
9982             ],
9983             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9984             "homepage": "https://github.com/sebastianbergmann/version",
9985             "support": {
9986                 "issues": "https://github.com/sebastianbergmann/version/issues",
9987                 "security": "https://github.com/sebastianbergmann/version/security/policy",
9988                 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
9989             },
9990             "funding": [
9991                 {
9992                     "url": "https://github.com/sebastianbergmann",
9993                     "type": "github"
9994                 }
9995             ],
9996             "time": "2024-10-09T05:16:32+00:00"
9997         },
9998         {
9999             "name": "squizlabs/php_codesniffer",
10000             "version": "3.11.3",
10001             "source": {
10002                 "type": "git",
10003                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10004                 "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10"
10005             },
10006             "dist": {
10007                 "type": "zip",
10008                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",
10009                 "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",
10010                 "shasum": ""
10011             },
10012             "require": {
10013                 "ext-simplexml": "*",
10014                 "ext-tokenizer": "*",
10015                 "ext-xmlwriter": "*",
10016                 "php": ">=5.4.0"
10017             },
10018             "require-dev": {
10019                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10020             },
10021             "bin": [
10022                 "bin/phpcbf",
10023                 "bin/phpcs"
10024             ],
10025             "type": "library",
10026             "extra": {
10027                 "branch-alias": {
10028                     "dev-master": "3.x-dev"
10029                 }
10030             },
10031             "notification-url": "https://packagist.org/downloads/",
10032             "license": [
10033                 "BSD-3-Clause"
10034             ],
10035             "authors": [
10036                 {
10037                     "name": "Greg Sherwood",
10038                     "role": "Former lead"
10039                 },
10040                 {
10041                     "name": "Juliette Reinders Folmer",
10042                     "role": "Current lead"
10043                 },
10044                 {
10045                     "name": "Contributors",
10046                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10047                 }
10048             ],
10049             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10050             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10051             "keywords": [
10052                 "phpcs",
10053                 "standards",
10054                 "static analysis"
10055             ],
10056             "support": {
10057                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10058                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10059                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10060                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10061             },
10062             "funding": [
10063                 {
10064                     "url": "https://github.com/PHPCSStandards",
10065                     "type": "github"
10066                 },
10067                 {
10068                     "url": "https://github.com/jrfnl",
10069                     "type": "github"
10070                 },
10071                 {
10072                     "url": "https://opencollective.com/php_codesniffer",
10073                     "type": "open_collective"
10074                 },
10075                 {
10076                     "url": "https://thanks.dev/phpcsstandards",
10077                     "type": "thanks_dev"
10078                 }
10079             ],
10080             "time": "2025-01-23T17:04:15+00:00"
10081         },
10082         {
10083             "name": "ssddanbrown/asserthtml",
10084             "version": "v3.1.0",
10085             "source": {
10086                 "type": "git",
10087                 "url": "https://codeberg.org/danb/asserthtml",
10088                 "reference": "cf8206171d667d43e1bdde17d67191f30e95c8a0"
10089             },
10090             "dist": {
10091                 "type": "zip",
10092                 "url": "https://codeberg.org/api/v1/repos/danb/asserthtml/archive/%prettyVersion%.zip"
10093             },
10094             "require": {
10095                 "ext-dom": "*",
10096                 "ext-json": "*",
10097                 "php": ">=8.1",
10098                 "phpunit/phpunit": "^10.0|^11.0",
10099                 "symfony/css-selector": "^6.0|^7.0",
10100                 "symfony/dom-crawler": "^6.0|^7.0"
10101             },
10102             "require-dev": {
10103                 "phpstan/phpstan": "^2.0"
10104             },
10105             "type": "library",
10106             "autoload": {
10107                 "psr-4": {
10108                     "Ssddanbrown\\AssertHtml\\": "src"
10109                 }
10110             },
10111             "notification-url": "https://packagist.org/downloads/",
10112             "license": [
10113                 "MIT"
10114             ],
10115             "authors": [
10116                 {
10117                     "name": "Dan Brown",
10118                     "homepage": "https://danb.me",
10119                     "role": "Developer"
10120                 }
10121             ],
10122             "description": "HTML Content Assertions for PHPUnit",
10123             "homepage": "https://codeberg.org/danb/asserthtml",
10124             "time": "2025-01-11T13:35:55+00:00"
10125         },
10126         {
10127             "name": "staabm/side-effects-detector",
10128             "version": "1.0.5",
10129             "source": {
10130                 "type": "git",
10131                 "url": "https://github.com/staabm/side-effects-detector.git",
10132                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
10133             },
10134             "dist": {
10135                 "type": "zip",
10136                 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
10137                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
10138                 "shasum": ""
10139             },
10140             "require": {
10141                 "ext-tokenizer": "*",
10142                 "php": "^7.4 || ^8.0"
10143             },
10144             "require-dev": {
10145                 "phpstan/extension-installer": "^1.4.3",
10146                 "phpstan/phpstan": "^1.12.6",
10147                 "phpunit/phpunit": "^9.6.21",
10148                 "symfony/var-dumper": "^5.4.43",
10149                 "tomasvotruba/type-coverage": "1.0.0",
10150                 "tomasvotruba/unused-public": "1.0.0"
10151             },
10152             "type": "library",
10153             "autoload": {
10154                 "classmap": [
10155                     "lib/"
10156                 ]
10157             },
10158             "notification-url": "https://packagist.org/downloads/",
10159             "license": [
10160                 "MIT"
10161             ],
10162             "description": "A static analysis tool to detect side effects in PHP code",
10163             "keywords": [
10164                 "static analysis"
10165             ],
10166             "support": {
10167                 "issues": "https://github.com/staabm/side-effects-detector/issues",
10168                 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
10169             },
10170             "funding": [
10171                 {
10172                     "url": "https://github.com/staabm",
10173                     "type": "github"
10174                 }
10175             ],
10176             "time": "2024-10-20T05:08:20+00:00"
10177         },
10178         {
10179             "name": "symfony/dom-crawler",
10180             "version": "v7.2.4",
10181             "source": {
10182                 "type": "git",
10183                 "url": "https://github.com/symfony/dom-crawler.git",
10184                 "reference": "19cc7b08efe9ad1ab1b56e0948e8d02e15ed3ef7"
10185             },
10186             "dist": {
10187                 "type": "zip",
10188                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/19cc7b08efe9ad1ab1b56e0948e8d02e15ed3ef7",
10189                 "reference": "19cc7b08efe9ad1ab1b56e0948e8d02e15ed3ef7",
10190                 "shasum": ""
10191             },
10192             "require": {
10193                 "masterminds/html5": "^2.6",
10194                 "php": ">=8.2",
10195                 "symfony/polyfill-ctype": "~1.8",
10196                 "symfony/polyfill-mbstring": "~1.0"
10197             },
10198             "require-dev": {
10199                 "symfony/css-selector": "^6.4|^7.0"
10200             },
10201             "type": "library",
10202             "autoload": {
10203                 "psr-4": {
10204                     "Symfony\\Component\\DomCrawler\\": ""
10205                 },
10206                 "exclude-from-classmap": [
10207                     "/Tests/"
10208                 ]
10209             },
10210             "notification-url": "https://packagist.org/downloads/",
10211             "license": [
10212                 "MIT"
10213             ],
10214             "authors": [
10215                 {
10216                     "name": "Fabien Potencier",
10217                     "email": "[email protected]"
10218                 },
10219                 {
10220                     "name": "Symfony Community",
10221                     "homepage": "https://symfony.com/contributors"
10222                 }
10223             ],
10224             "description": "Eases DOM navigation for HTML and XML documents",
10225             "homepage": "https://symfony.com",
10226             "support": {
10227                 "source": "https://github.com/symfony/dom-crawler/tree/v7.2.4"
10228             },
10229             "funding": [
10230                 {
10231                     "url": "https://symfony.com/sponsor",
10232                     "type": "custom"
10233                 },
10234                 {
10235                     "url": "https://github.com/fabpot",
10236                     "type": "github"
10237                 },
10238                 {
10239                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10240                     "type": "tidelift"
10241                 }
10242             ],
10243             "time": "2025-02-17T15:53:07+00:00"
10244         },
10245         {
10246             "name": "theseer/tokenizer",
10247             "version": "1.2.3",
10248             "source": {
10249                 "type": "git",
10250                 "url": "https://github.com/theseer/tokenizer.git",
10251                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10252             },
10253             "dist": {
10254                 "type": "zip",
10255                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10256                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10257                 "shasum": ""
10258             },
10259             "require": {
10260                 "ext-dom": "*",
10261                 "ext-tokenizer": "*",
10262                 "ext-xmlwriter": "*",
10263                 "php": "^7.2 || ^8.0"
10264             },
10265             "type": "library",
10266             "autoload": {
10267                 "classmap": [
10268                     "src/"
10269                 ]
10270             },
10271             "notification-url": "https://packagist.org/downloads/",
10272             "license": [
10273                 "BSD-3-Clause"
10274             ],
10275             "authors": [
10276                 {
10277                     "name": "Arne Blankerts",
10278                     "email": "[email protected]",
10279                     "role": "Developer"
10280                 }
10281             ],
10282             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10283             "support": {
10284                 "issues": "https://github.com/theseer/tokenizer/issues",
10285                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10286             },
10287             "funding": [
10288                 {
10289                     "url": "https://github.com/theseer",
10290                     "type": "github"
10291                 }
10292             ],
10293             "time": "2024-03-03T12:36:25+00:00"
10294         }
10295     ],
10296     "aliases": [],
10297     "minimum-stability": "stable",
10298     "stability-flags": {
10299         "ssddanbrown/symfony-mailer": 20
10300     },
10301     "prefer-stable": true,
10302     "prefer-lowest": false,
10303     "platform": {
10304         "php": "^8.2.0",
10305         "ext-curl": "*",
10306         "ext-dom": "*",
10307         "ext-fileinfo": "*",
10308         "ext-gd": "*",
10309         "ext-json": "*",
10310         "ext-mbstring": "*",
10311         "ext-xml": "*",
10312         "ext-zip": "*"
10313     },
10314     "platform-dev": {},
10315     "platform-overrides": {
10316         "php": "8.2.0"
10317     },
10318     "plugin-api-version": "2.6.0"
10319 }