]> BookStack Code Mirror - bookstack/blob - composer.lock
95bc3ae37169a860cb5e5aaf21a1b2e8693899f9
[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.339.19",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/aws/aws-sdk-php.git",
69                 "reference": "18f05efe983860ad899082e04c13f06ec9fd6e41"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/18f05efe983860ad899082e04c13f06ec9fd6e41",
74                 "reference": "18f05efe983860ad899082e04c13f06ec9fd6e41",
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.339.19"
157             },
158             "time": "2025-02-21T19:13:15+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.1",
217             "source": {
218                 "type": "git",
219                 "url": "https://github.com/brick/math.git",
220                 "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
221             },
222             "dist": {
223                 "type": "zip",
224                 "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
225                 "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
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": "5.16.0"
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.1"
265             },
266             "funding": [
267                 {
268                     "url": "https://github.com/BenMorel",
269                     "type": "github"
270                 }
271             ],
272             "time": "2023-11-29T23:19:16+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.1",
1601             "source": {
1602                 "type": "git",
1603                 "url": "https://github.com/Intervention/image.git",
1604                 "reference": "0f87254688e480fbb521e2a1ac6c11c784ca41af"
1605             },
1606             "dist": {
1607                 "type": "zip",
1608                 "url": "https://api.github.com/repos/Intervention/image/zipball/0f87254688e480fbb521e2a1ac6c11c784ca41af",
1609                 "reference": "0f87254688e480fbb521e2a1ac6c11c784ca41af",
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",
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.1"
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-01T07:28:26+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.43.2",
1744             "source": {
1745                 "type": "git",
1746                 "url": "https://github.com/laravel/framework.git",
1747                 "reference": "99d1573698abc42222f04d25fcd5b213d0eedf21"
1748             },
1749             "dist": {
1750                 "type": "zip",
1751                 "url": "https://api.github.com/repos/laravel/framework/zipball/99d1573698abc42222f04d25fcd5b213d0eedf21",
1752                 "reference": "99d1573698abc42222f04d25fcd5b213d0eedf21",
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.9.4",
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-02-19T21:53:48+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.0",
2814             "source": {
2815                 "type": "git",
2816                 "url": "https://github.com/thephpleague/oauth2-client.git",
2817                 "reference": "3d5cf8d0543731dfb725ab30e4d7289891991e13"
2818             },
2819             "dist": {
2820                 "type": "zip",
2821                 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/3d5cf8d0543731dfb725ab30e4d7289891991e13",
2822                 "reference": "3d5cf8d0543731dfb725ab30e4d7289891991e13",
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.0"
2873             },
2874             "time": "2024-12-11T05:05:52+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.7",
4579             "source": {
4580                 "type": "git",
4581                 "url": "https://github.com/bobthecow/psysh.git",
4582                 "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c"
4583             },
4584             "dist": {
4585                 "type": "zip",
4586                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/d73fa3c74918ef4522bb8a3bf9cab39161c4b57c",
4587                 "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c",
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.7"
4652             },
4653             "time": "2024-12-10T01:58:33+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.0.0",
4702             "source": {
4703                 "type": "git",
4704                 "url": "https://github.com/ramsey/collection.git",
4705                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
4706             },
4707             "dist": {
4708                 "type": "zip",
4709                 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
4710                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
4711                 "shasum": ""
4712             },
4713             "require": {
4714                 "php": "^8.1"
4715             },
4716             "require-dev": {
4717                 "captainhook/plugin-composer": "^5.3",
4718                 "ergebnis/composer-normalize": "^2.28.3",
4719                 "fakerphp/faker": "^1.21",
4720                 "hamcrest/hamcrest-php": "^2.0",
4721                 "jangregor/phpstan-prophecy": "^1.0",
4722                 "mockery/mockery": "^1.5",
4723                 "php-parallel-lint/php-console-highlighter": "^1.0",
4724                 "php-parallel-lint/php-parallel-lint": "^1.3",
4725                 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
4726                 "phpspec/prophecy-phpunit": "^2.0",
4727                 "phpstan/extension-installer": "^1.2",
4728                 "phpstan/phpstan": "^1.9",
4729                 "phpstan/phpstan-mockery": "^1.1",
4730                 "phpstan/phpstan-phpunit": "^1.3",
4731                 "phpunit/phpunit": "^9.5",
4732                 "psalm/plugin-mockery": "^1.1",
4733                 "psalm/plugin-phpunit": "^0.18.4",
4734                 "ramsey/coding-standard": "^2.0.3",
4735                 "ramsey/conventional-commits": "^1.3",
4736                 "vimeo/psalm": "^5.4"
4737             },
4738             "type": "library",
4739             "extra": {
4740                 "captainhook": {
4741                     "force-install": true
4742                 },
4743                 "ramsey/conventional-commits": {
4744                     "configFile": "conventional-commits.json"
4745                 }
4746             },
4747             "autoload": {
4748                 "psr-4": {
4749                     "Ramsey\\Collection\\": "src/"
4750                 }
4751             },
4752             "notification-url": "https://packagist.org/downloads/",
4753             "license": [
4754                 "MIT"
4755             ],
4756             "authors": [
4757                 {
4758                     "name": "Ben Ramsey",
4759                     "email": "[email protected]",
4760                     "homepage": "https://benramsey.com"
4761                 }
4762             ],
4763             "description": "A PHP library for representing and manipulating collections.",
4764             "keywords": [
4765                 "array",
4766                 "collection",
4767                 "hash",
4768                 "map",
4769                 "queue",
4770                 "set"
4771             ],
4772             "support": {
4773                 "issues": "https://github.com/ramsey/collection/issues",
4774                 "source": "https://github.com/ramsey/collection/tree/2.0.0"
4775             },
4776             "funding": [
4777                 {
4778                     "url": "https://github.com/ramsey",
4779                     "type": "github"
4780                 },
4781                 {
4782                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
4783                     "type": "tidelift"
4784                 }
4785             ],
4786             "time": "2022-12-31T21:50:55+00:00"
4787         },
4788         {
4789             "name": "ramsey/uuid",
4790             "version": "4.7.6",
4791             "source": {
4792                 "type": "git",
4793                 "url": "https://github.com/ramsey/uuid.git",
4794                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
4795             },
4796             "dist": {
4797                 "type": "zip",
4798                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
4799                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
4800                 "shasum": ""
4801             },
4802             "require": {
4803                 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
4804                 "ext-json": "*",
4805                 "php": "^8.0",
4806                 "ramsey/collection": "^1.2 || ^2.0"
4807             },
4808             "replace": {
4809                 "rhumsaa/uuid": "self.version"
4810             },
4811             "require-dev": {
4812                 "captainhook/captainhook": "^5.10",
4813                 "captainhook/plugin-composer": "^5.3",
4814                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4815                 "doctrine/annotations": "^1.8",
4816                 "ergebnis/composer-normalize": "^2.15",
4817                 "mockery/mockery": "^1.3",
4818                 "paragonie/random-lib": "^2",
4819                 "php-mock/php-mock": "^2.2",
4820                 "php-mock/php-mock-mockery": "^1.3",
4821                 "php-parallel-lint/php-parallel-lint": "^1.1",
4822                 "phpbench/phpbench": "^1.0",
4823                 "phpstan/extension-installer": "^1.1",
4824                 "phpstan/phpstan": "^1.8",
4825                 "phpstan/phpstan-mockery": "^1.1",
4826                 "phpstan/phpstan-phpunit": "^1.1",
4827                 "phpunit/phpunit": "^8.5 || ^9",
4828                 "ramsey/composer-repl": "^1.4",
4829                 "slevomat/coding-standard": "^8.4",
4830                 "squizlabs/php_codesniffer": "^3.5",
4831                 "vimeo/psalm": "^4.9"
4832             },
4833             "suggest": {
4834                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
4835                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
4836                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
4837                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
4838                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4839             },
4840             "type": "library",
4841             "extra": {
4842                 "captainhook": {
4843                     "force-install": true
4844                 }
4845             },
4846             "autoload": {
4847                 "files": [
4848                     "src/functions.php"
4849                 ],
4850                 "psr-4": {
4851                     "Ramsey\\Uuid\\": "src/"
4852                 }
4853             },
4854             "notification-url": "https://packagist.org/downloads/",
4855             "license": [
4856                 "MIT"
4857             ],
4858             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
4859             "keywords": [
4860                 "guid",
4861                 "identifier",
4862                 "uuid"
4863             ],
4864             "support": {
4865                 "issues": "https://github.com/ramsey/uuid/issues",
4866                 "source": "https://github.com/ramsey/uuid/tree/4.7.6"
4867             },
4868             "funding": [
4869                 {
4870                     "url": "https://github.com/ramsey",
4871                     "type": "github"
4872                 },
4873                 {
4874                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
4875                     "type": "tidelift"
4876                 }
4877             ],
4878             "time": "2024-04-27T21:32:50+00:00"
4879         },
4880         {
4881             "name": "robrichards/xmlseclibs",
4882             "version": "3.1.3",
4883             "source": {
4884                 "type": "git",
4885                 "url": "https://github.com/robrichards/xmlseclibs.git",
4886                 "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07"
4887             },
4888             "dist": {
4889                 "type": "zip",
4890                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/2bdfd742624d739dfadbd415f00181b4a77aaf07",
4891                 "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07",
4892                 "shasum": ""
4893             },
4894             "require": {
4895                 "ext-openssl": "*",
4896                 "php": ">= 5.4"
4897             },
4898             "type": "library",
4899             "autoload": {
4900                 "psr-4": {
4901                     "RobRichards\\XMLSecLibs\\": "src"
4902                 }
4903             },
4904             "notification-url": "https://packagist.org/downloads/",
4905             "license": [
4906                 "BSD-3-Clause"
4907             ],
4908             "description": "A PHP library for XML Security",
4909             "homepage": "https://github.com/robrichards/xmlseclibs",
4910             "keywords": [
4911                 "security",
4912                 "signature",
4913                 "xml",
4914                 "xmldsig"
4915             ],
4916             "support": {
4917                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
4918                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.3"
4919             },
4920             "time": "2024-11-20T21:13:56+00:00"
4921         },
4922         {
4923             "name": "sabberworm/php-css-parser",
4924             "version": "v8.7.0",
4925             "source": {
4926                 "type": "git",
4927                 "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
4928                 "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf"
4929             },
4930             "dist": {
4931                 "type": "zip",
4932                 "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/f414ff953002a9b18e3a116f5e462c56f21237cf",
4933                 "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf",
4934                 "shasum": ""
4935             },
4936             "require": {
4937                 "ext-iconv": "*",
4938                 "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
4939             },
4940             "require-dev": {
4941                 "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.40"
4942             },
4943             "suggest": {
4944                 "ext-mbstring": "for parsing UTF-8 CSS"
4945             },
4946             "type": "library",
4947             "extra": {
4948                 "branch-alias": {
4949                     "dev-main": "9.0.x-dev"
4950                 }
4951             },
4952             "autoload": {
4953                 "psr-4": {
4954                     "Sabberworm\\CSS\\": "src/"
4955                 }
4956             },
4957             "notification-url": "https://packagist.org/downloads/",
4958             "license": [
4959                 "MIT"
4960             ],
4961             "authors": [
4962                 {
4963                     "name": "Raphael Schweikert"
4964                 },
4965                 {
4966                     "name": "Oliver Klee",
4967                     "email": "[email protected]"
4968                 },
4969                 {
4970                     "name": "Jake Hotson",
4971                     "email": "[email protected]"
4972                 }
4973             ],
4974             "description": "Parser for CSS Files written in PHP",
4975             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
4976             "keywords": [
4977                 "css",
4978                 "parser",
4979                 "stylesheet"
4980             ],
4981             "support": {
4982                 "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
4983                 "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.7.0"
4984             },
4985             "time": "2024-10-27T17:38:32+00:00"
4986         },
4987         {
4988             "name": "socialiteproviders/discord",
4989             "version": "4.2.0",
4990             "source": {
4991                 "type": "git",
4992                 "url": "https://github.com/SocialiteProviders/Discord.git",
4993                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c"
4994             },
4995             "dist": {
4996                 "type": "zip",
4997                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c71c379acfdca5ba4aa65a3db5ae5222852a919c",
4998                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c",
4999                 "shasum": ""
5000             },
5001             "require": {
5002                 "ext-json": "*",
5003                 "php": "^7.4 || ^8.0",
5004                 "socialiteproviders/manager": "~4.0"
5005             },
5006             "type": "library",
5007             "autoload": {
5008                 "psr-4": {
5009                     "SocialiteProviders\\Discord\\": ""
5010                 }
5011             },
5012             "notification-url": "https://packagist.org/downloads/",
5013             "license": [
5014                 "MIT"
5015             ],
5016             "authors": [
5017                 {
5018                     "name": "Christopher Eklund",
5019                     "email": "[email protected]"
5020                 }
5021             ],
5022             "description": "Discord OAuth2 Provider for Laravel Socialite",
5023             "keywords": [
5024                 "discord",
5025                 "laravel",
5026                 "oauth",
5027                 "provider",
5028                 "socialite"
5029             ],
5030             "support": {
5031                 "docs": "https://socialiteproviders.com/discord",
5032                 "issues": "https://github.com/socialiteproviders/providers/issues",
5033                 "source": "https://github.com/socialiteproviders/providers"
5034             },
5035             "time": "2023-07-24T23:28:47+00:00"
5036         },
5037         {
5038             "name": "socialiteproviders/gitlab",
5039             "version": "4.1.0",
5040             "source": {
5041                 "type": "git",
5042                 "url": "https://github.com/SocialiteProviders/GitLab.git",
5043                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
5044             },
5045             "dist": {
5046                 "type": "zip",
5047                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5048                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5049                 "shasum": ""
5050             },
5051             "require": {
5052                 "ext-json": "*",
5053                 "php": "^7.2 || ^8.0",
5054                 "socialiteproviders/manager": "~4.0"
5055             },
5056             "type": "library",
5057             "autoload": {
5058                 "psr-4": {
5059                     "SocialiteProviders\\GitLab\\": ""
5060                 }
5061             },
5062             "notification-url": "https://packagist.org/downloads/",
5063             "license": [
5064                 "MIT"
5065             ],
5066             "authors": [
5067                 {
5068                     "name": "Christoffer Martinsen",
5069                     "email": "[email protected]"
5070                 }
5071             ],
5072             "description": "GitLab OAuth2 Provider for Laravel Socialite",
5073             "support": {
5074                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
5075             },
5076             "time": "2020-12-01T23:10:59+00:00"
5077         },
5078         {
5079             "name": "socialiteproviders/manager",
5080             "version": "v4.8.0",
5081             "source": {
5082                 "type": "git",
5083                 "url": "https://github.com/SocialiteProviders/Manager.git",
5084                 "reference": "e93acc38f8464cc775a2b8bf09df311d1fdfefcb"
5085             },
5086             "dist": {
5087                 "type": "zip",
5088                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/e93acc38f8464cc775a2b8bf09df311d1fdfefcb",
5089                 "reference": "e93acc38f8464cc775a2b8bf09df311d1fdfefcb",
5090                 "shasum": ""
5091             },
5092             "require": {
5093                 "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
5094                 "laravel/socialite": "^5.5",
5095                 "php": "^8.1"
5096             },
5097             "require-dev": {
5098                 "mockery/mockery": "^1.2",
5099                 "phpunit/phpunit": "^9.0"
5100             },
5101             "type": "library",
5102             "extra": {
5103                 "laravel": {
5104                     "providers": [
5105                         "SocialiteProviders\\Manager\\ServiceProvider"
5106                     ]
5107                 }
5108             },
5109             "autoload": {
5110                 "psr-4": {
5111                     "SocialiteProviders\\Manager\\": "src/"
5112                 }
5113             },
5114             "notification-url": "https://packagist.org/downloads/",
5115             "license": [
5116                 "MIT"
5117             ],
5118             "authors": [
5119                 {
5120                     "name": "Andy Wendt",
5121                     "email": "[email protected]"
5122                 },
5123                 {
5124                     "name": "Anton Komarev",
5125                     "email": "[email protected]"
5126                 },
5127                 {
5128                     "name": "Miguel Piedrafita",
5129                     "email": "[email protected]"
5130                 },
5131                 {
5132                     "name": "atymic",
5133                     "email": "[email protected]",
5134                     "homepage": "https://atymic.dev"
5135                 }
5136             ],
5137             "description": "Easily add new or override built-in providers in Laravel Socialite.",
5138             "homepage": "https://socialiteproviders.com",
5139             "keywords": [
5140                 "laravel",
5141                 "manager",
5142                 "oauth",
5143                 "providers",
5144                 "socialite"
5145             ],
5146             "support": {
5147                 "issues": "https://github.com/socialiteproviders/manager/issues",
5148                 "source": "https://github.com/socialiteproviders/manager"
5149             },
5150             "time": "2025-01-03T09:40:37+00:00"
5151         },
5152         {
5153             "name": "socialiteproviders/microsoft-azure",
5154             "version": "5.2.0",
5155             "source": {
5156                 "type": "git",
5157                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
5158                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16"
5159             },
5160             "dist": {
5161                 "type": "zip",
5162                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5163                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5164                 "shasum": ""
5165             },
5166             "require": {
5167                 "ext-json": "*",
5168                 "php": "^8.0",
5169                 "socialiteproviders/manager": "^4.4"
5170             },
5171             "type": "library",
5172             "autoload": {
5173                 "psr-4": {
5174                     "SocialiteProviders\\Azure\\": ""
5175                 }
5176             },
5177             "notification-url": "https://packagist.org/downloads/",
5178             "license": [
5179                 "MIT"
5180             ],
5181             "authors": [
5182                 {
5183                     "name": "Chris Hemmings",
5184                     "email": "[email protected]"
5185                 }
5186             ],
5187             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
5188             "keywords": [
5189                 "azure",
5190                 "laravel",
5191                 "microsoft",
5192                 "oauth",
5193                 "provider",
5194                 "socialite"
5195             ],
5196             "support": {
5197                 "docs": "https://socialiteproviders.com/microsoft-azure",
5198                 "issues": "https://github.com/socialiteproviders/providers/issues",
5199                 "source": "https://github.com/socialiteproviders/providers"
5200             },
5201             "time": "2024-03-15T03:02:10+00:00"
5202         },
5203         {
5204             "name": "socialiteproviders/okta",
5205             "version": "4.4.0",
5206             "source": {
5207                 "type": "git",
5208                 "url": "https://github.com/SocialiteProviders/Okta.git",
5209                 "reference": "5e47cd7b4c19da94ecafbd91fa430e4151c09806"
5210             },
5211             "dist": {
5212                 "type": "zip",
5213                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/5e47cd7b4c19da94ecafbd91fa430e4151c09806",
5214                 "reference": "5e47cd7b4c19da94ecafbd91fa430e4151c09806",
5215                 "shasum": ""
5216             },
5217             "require": {
5218                 "ext-json": "*",
5219                 "php": "^8.0",
5220                 "socialiteproviders/manager": "^4.4"
5221             },
5222             "type": "library",
5223             "autoload": {
5224                 "psr-4": {
5225                     "SocialiteProviders\\Okta\\": ""
5226                 }
5227             },
5228             "notification-url": "https://packagist.org/downloads/",
5229             "license": [
5230                 "MIT"
5231             ],
5232             "authors": [
5233                 {
5234                     "name": "Chase Coney",
5235                     "email": "[email protected]"
5236                 }
5237             ],
5238             "description": "Okta OAuth2 Provider for Laravel Socialite",
5239             "keywords": [
5240                 "laravel",
5241                 "oauth",
5242                 "okta",
5243                 "provider",
5244                 "socialite"
5245             ],
5246             "support": {
5247                 "docs": "https://socialiteproviders.com/okta",
5248                 "issues": "https://github.com/socialiteproviders/providers/issues",
5249                 "source": "https://github.com/socialiteproviders/providers"
5250             },
5251             "time": "2023-12-12T01:59:17+00:00"
5252         },
5253         {
5254             "name": "socialiteproviders/twitch",
5255             "version": "5.4.0",
5256             "source": {
5257                 "type": "git",
5258                 "url": "https://github.com/SocialiteProviders/Twitch.git",
5259                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d"
5260             },
5261             "dist": {
5262                 "type": "zip",
5263                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/c8791b9d208195b5f02bea432de89d0e612b955d",
5264                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d",
5265                 "shasum": ""
5266             },
5267             "require": {
5268                 "ext-json": "*",
5269                 "php": "^8.0",
5270                 "socialiteproviders/manager": "^4.4"
5271             },
5272             "type": "library",
5273             "autoload": {
5274                 "psr-4": {
5275                     "SocialiteProviders\\Twitch\\": ""
5276                 }
5277             },
5278             "notification-url": "https://packagist.org/downloads/",
5279             "license": [
5280                 "MIT"
5281             ],
5282             "authors": [
5283                 {
5284                     "name": "Brian Faust",
5285                     "email": "[email protected]"
5286                 }
5287             ],
5288             "description": "Twitch OAuth2 Provider for Laravel Socialite",
5289             "keywords": [
5290                 "laravel",
5291                 "oauth",
5292                 "provider",
5293                 "socialite",
5294                 "twitch"
5295             ],
5296             "support": {
5297                 "docs": "https://socialiteproviders.com/twitch",
5298                 "issues": "https://github.com/socialiteproviders/providers/issues",
5299                 "source": "https://github.com/socialiteproviders/providers"
5300             },
5301             "time": "2024-04-01T01:15:35+00:00"
5302         },
5303         {
5304             "name": "ssddanbrown/htmldiff",
5305             "version": "v1.0.4",
5306             "source": {
5307                 "type": "git",
5308                 "url": "https://codeberg.org/danb/HtmlDiff",
5309                 "reference": "d5cbd43f66c4e512cc0ab71d0e0b07271e7d6af6"
5310             },
5311             "dist": {
5312                 "type": "zip",
5313                 "url": "https://codeberg.org/api/v1/repos/danb/HtmlDiff/archive/%prettyVersion%.zip"
5314             },
5315             "require": {
5316                 "ext-mbstring": "*",
5317                 "php": ">=7.2"
5318             },
5319             "require-dev": {
5320                 "phpunit/phpunit": "^8.5|^9.5.9",
5321                 "vimeo/psalm": "^4.10"
5322             },
5323             "type": "library",
5324             "autoload": {
5325                 "psr-4": {
5326                     "Ssddanbrown\\HtmlDiff\\": "src"
5327                 }
5328             },
5329             "notification-url": "https://packagist.org/downloads/",
5330             "license": [
5331                 "MIT"
5332             ],
5333             "authors": [
5334                 {
5335                     "name": "Dan Brown",
5336                     "homepage": "https://danb.me",
5337                     "role": "Developer"
5338                 }
5339             ],
5340             "description": "HTML Content Diff Generator",
5341             "homepage": "https://codeberg.org/danb/HtmlDiff",
5342             "funding": [
5343                 {
5344                     "url": "https://github.com/sponsors/ssddanbrown",
5345                     "type": "github"
5346                 },
5347                 {
5348                     "url": "https://ko-fi.com/ssddanbrown",
5349                     "type": "kofi"
5350                 }
5351             ],
5352             "time": "2024-12-12T16:45:37+00:00"
5353         },
5354         {
5355             "name": "ssddanbrown/symfony-mailer",
5356             "version": "7.2.x-dev",
5357             "source": {
5358                 "type": "git",
5359                 "url": "https://github.com/ssddanbrown/symfony-mailer.git",
5360                 "reference": "e9de8dccd76a63fc23475016e6574da6f5f12a2d"
5361             },
5362             "dist": {
5363                 "type": "zip",
5364                 "url": "https://api.github.com/repos/ssddanbrown/symfony-mailer/zipball/e9de8dccd76a63fc23475016e6574da6f5f12a2d",
5365                 "reference": "e9de8dccd76a63fc23475016e6574da6f5f12a2d",
5366                 "shasum": ""
5367             },
5368             "require": {
5369                 "egulias/email-validator": "^2.1.10|^3|^4",
5370                 "php": ">=8.2",
5371                 "psr/event-dispatcher": "^1",
5372                 "psr/log": "^1|^2|^3",
5373                 "symfony/event-dispatcher": "^6.4|^7.0",
5374                 "symfony/mime": "^7.2",
5375                 "symfony/service-contracts": "^2.5|^3"
5376             },
5377             "conflict": {
5378                 "symfony/http-client-contracts": "<2.5",
5379                 "symfony/http-kernel": "<6.4",
5380                 "symfony/messenger": "<6.4",
5381                 "symfony/mime": "<6.4",
5382                 "symfony/twig-bridge": "<6.4"
5383             },
5384             "replace": {
5385                 "symfony/mailer": "^7.0"
5386             },
5387             "require-dev": {
5388                 "symfony/console": "^6.4|^7.0",
5389                 "symfony/http-client": "^6.4|^7.0",
5390                 "symfony/messenger": "^6.4|^7.0",
5391                 "symfony/twig-bridge": "^6.4|^7.0"
5392             },
5393             "default-branch": true,
5394             "type": "library",
5395             "autoload": {
5396                 "psr-4": {
5397                     "Symfony\\Component\\Mailer\\": ""
5398                 },
5399                 "exclude-from-classmap": [
5400                     "/Tests/"
5401                 ]
5402             },
5403             "notification-url": "https://packagist.org/downloads/",
5404             "license": [
5405                 "MIT"
5406             ],
5407             "authors": [
5408                 {
5409                     "name": "Dan Brown",
5410                     "homepage": "https://danb.me"
5411                 },
5412                 {
5413                     "name": "Fabien Potencier",
5414                     "email": "[email protected]"
5415                 },
5416                 {
5417                     "name": "Symfony Community",
5418                     "homepage": "https://symfony.com/contributors"
5419                 }
5420             ],
5421             "description": "Helps sending emails",
5422             "homepage": "https://symfony.com",
5423             "support": {
5424                 "source": "https://github.com/ssddanbrown/symfony-mailer/tree/7.2"
5425             },
5426             "time": "2025-01-11T14:57:07+00:00"
5427         },
5428         {
5429             "name": "symfony/clock",
5430             "version": "v7.2.0",
5431             "source": {
5432                 "type": "git",
5433                 "url": "https://github.com/symfony/clock.git",
5434                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
5435             },
5436             "dist": {
5437                 "type": "zip",
5438                 "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5439                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5440                 "shasum": ""
5441             },
5442             "require": {
5443                 "php": ">=8.2",
5444                 "psr/clock": "^1.0",
5445                 "symfony/polyfill-php83": "^1.28"
5446             },
5447             "provide": {
5448                 "psr/clock-implementation": "1.0"
5449             },
5450             "type": "library",
5451             "autoload": {
5452                 "files": [
5453                     "Resources/now.php"
5454                 ],
5455                 "psr-4": {
5456                     "Symfony\\Component\\Clock\\": ""
5457                 },
5458                 "exclude-from-classmap": [
5459                     "/Tests/"
5460                 ]
5461             },
5462             "notification-url": "https://packagist.org/downloads/",
5463             "license": [
5464                 "MIT"
5465             ],
5466             "authors": [
5467                 {
5468                     "name": "Nicolas Grekas",
5469                     "email": "[email protected]"
5470                 },
5471                 {
5472                     "name": "Symfony Community",
5473                     "homepage": "https://symfony.com/contributors"
5474                 }
5475             ],
5476             "description": "Decouples applications from the system clock",
5477             "homepage": "https://symfony.com",
5478             "keywords": [
5479                 "clock",
5480                 "psr20",
5481                 "time"
5482             ],
5483             "support": {
5484                 "source": "https://github.com/symfony/clock/tree/v7.2.0"
5485             },
5486             "funding": [
5487                 {
5488                     "url": "https://symfony.com/sponsor",
5489                     "type": "custom"
5490                 },
5491                 {
5492                     "url": "https://github.com/fabpot",
5493                     "type": "github"
5494                 },
5495                 {
5496                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5497                     "type": "tidelift"
5498                 }
5499             ],
5500             "time": "2024-09-25T14:21:43+00:00"
5501         },
5502         {
5503             "name": "symfony/console",
5504             "version": "v7.2.1",
5505             "source": {
5506                 "type": "git",
5507                 "url": "https://github.com/symfony/console.git",
5508                 "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3"
5509             },
5510             "dist": {
5511                 "type": "zip",
5512                 "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
5513                 "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
5514                 "shasum": ""
5515             },
5516             "require": {
5517                 "php": ">=8.2",
5518                 "symfony/polyfill-mbstring": "~1.0",
5519                 "symfony/service-contracts": "^2.5|^3",
5520                 "symfony/string": "^6.4|^7.0"
5521             },
5522             "conflict": {
5523                 "symfony/dependency-injection": "<6.4",
5524                 "symfony/dotenv": "<6.4",
5525                 "symfony/event-dispatcher": "<6.4",
5526                 "symfony/lock": "<6.4",
5527                 "symfony/process": "<6.4"
5528             },
5529             "provide": {
5530                 "psr/log-implementation": "1.0|2.0|3.0"
5531             },
5532             "require-dev": {
5533                 "psr/log": "^1|^2|^3",
5534                 "symfony/config": "^6.4|^7.0",
5535                 "symfony/dependency-injection": "^6.4|^7.0",
5536                 "symfony/event-dispatcher": "^6.4|^7.0",
5537                 "symfony/http-foundation": "^6.4|^7.0",
5538                 "symfony/http-kernel": "^6.4|^7.0",
5539                 "symfony/lock": "^6.4|^7.0",
5540                 "symfony/messenger": "^6.4|^7.0",
5541                 "symfony/process": "^6.4|^7.0",
5542                 "symfony/stopwatch": "^6.4|^7.0",
5543                 "symfony/var-dumper": "^6.4|^7.0"
5544             },
5545             "type": "library",
5546             "autoload": {
5547                 "psr-4": {
5548                     "Symfony\\Component\\Console\\": ""
5549                 },
5550                 "exclude-from-classmap": [
5551                     "/Tests/"
5552                 ]
5553             },
5554             "notification-url": "https://packagist.org/downloads/",
5555             "license": [
5556                 "MIT"
5557             ],
5558             "authors": [
5559                 {
5560                     "name": "Fabien Potencier",
5561                     "email": "[email protected]"
5562                 },
5563                 {
5564                     "name": "Symfony Community",
5565                     "homepage": "https://symfony.com/contributors"
5566                 }
5567             ],
5568             "description": "Eases the creation of beautiful and testable command line interfaces",
5569             "homepage": "https://symfony.com",
5570             "keywords": [
5571                 "cli",
5572                 "command-line",
5573                 "console",
5574                 "terminal"
5575             ],
5576             "support": {
5577                 "source": "https://github.com/symfony/console/tree/v7.2.1"
5578             },
5579             "funding": [
5580                 {
5581                     "url": "https://symfony.com/sponsor",
5582                     "type": "custom"
5583                 },
5584                 {
5585                     "url": "https://github.com/fabpot",
5586                     "type": "github"
5587                 },
5588                 {
5589                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5590                     "type": "tidelift"
5591                 }
5592             ],
5593             "time": "2024-12-11T03:49:26+00:00"
5594         },
5595         {
5596             "name": "symfony/css-selector",
5597             "version": "v7.2.0",
5598             "source": {
5599                 "type": "git",
5600                 "url": "https://github.com/symfony/css-selector.git",
5601                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
5602             },
5603             "dist": {
5604                 "type": "zip",
5605                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5606                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5607                 "shasum": ""
5608             },
5609             "require": {
5610                 "php": ">=8.2"
5611             },
5612             "type": "library",
5613             "autoload": {
5614                 "psr-4": {
5615                     "Symfony\\Component\\CssSelector\\": ""
5616                 },
5617                 "exclude-from-classmap": [
5618                     "/Tests/"
5619                 ]
5620             },
5621             "notification-url": "https://packagist.org/downloads/",
5622             "license": [
5623                 "MIT"
5624             ],
5625             "authors": [
5626                 {
5627                     "name": "Fabien Potencier",
5628                     "email": "[email protected]"
5629                 },
5630                 {
5631                     "name": "Jean-François Simon",
5632                     "email": "[email protected]"
5633                 },
5634                 {
5635                     "name": "Symfony Community",
5636                     "homepage": "https://symfony.com/contributors"
5637                 }
5638             ],
5639             "description": "Converts CSS selectors to XPath expressions",
5640             "homepage": "https://symfony.com",
5641             "support": {
5642                 "source": "https://github.com/symfony/css-selector/tree/v7.2.0"
5643             },
5644             "funding": [
5645                 {
5646                     "url": "https://symfony.com/sponsor",
5647                     "type": "custom"
5648                 },
5649                 {
5650                     "url": "https://github.com/fabpot",
5651                     "type": "github"
5652                 },
5653                 {
5654                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5655                     "type": "tidelift"
5656                 }
5657             ],
5658             "time": "2024-09-25T14:21:43+00:00"
5659         },
5660         {
5661             "name": "symfony/deprecation-contracts",
5662             "version": "v3.5.1",
5663             "source": {
5664                 "type": "git",
5665                 "url": "https://github.com/symfony/deprecation-contracts.git",
5666                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
5667             },
5668             "dist": {
5669                 "type": "zip",
5670                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
5671                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
5672                 "shasum": ""
5673             },
5674             "require": {
5675                 "php": ">=8.1"
5676             },
5677             "type": "library",
5678             "extra": {
5679                 "thanks": {
5680                     "url": "https://github.com/symfony/contracts",
5681                     "name": "symfony/contracts"
5682                 },
5683                 "branch-alias": {
5684                     "dev-main": "3.5-dev"
5685                 }
5686             },
5687             "autoload": {
5688                 "files": [
5689                     "function.php"
5690                 ]
5691             },
5692             "notification-url": "https://packagist.org/downloads/",
5693             "license": [
5694                 "MIT"
5695             ],
5696             "authors": [
5697                 {
5698                     "name": "Nicolas Grekas",
5699                     "email": "[email protected]"
5700                 },
5701                 {
5702                     "name": "Symfony Community",
5703                     "homepage": "https://symfony.com/contributors"
5704                 }
5705             ],
5706             "description": "A generic function and convention to trigger deprecation notices",
5707             "homepage": "https://symfony.com",
5708             "support": {
5709                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
5710             },
5711             "funding": [
5712                 {
5713                     "url": "https://symfony.com/sponsor",
5714                     "type": "custom"
5715                 },
5716                 {
5717                     "url": "https://github.com/fabpot",
5718                     "type": "github"
5719                 },
5720                 {
5721                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5722                     "type": "tidelift"
5723                 }
5724             ],
5725             "time": "2024-09-25T14:20:29+00:00"
5726         },
5727         {
5728             "name": "symfony/error-handler",
5729             "version": "v7.2.3",
5730             "source": {
5731                 "type": "git",
5732                 "url": "https://github.com/symfony/error-handler.git",
5733                 "reference": "959a74d044a6db21f4caa6d695648dcb5584cb49"
5734             },
5735             "dist": {
5736                 "type": "zip",
5737                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/959a74d044a6db21f4caa6d695648dcb5584cb49",
5738                 "reference": "959a74d044a6db21f4caa6d695648dcb5584cb49",
5739                 "shasum": ""
5740             },
5741             "require": {
5742                 "php": ">=8.2",
5743                 "psr/log": "^1|^2|^3",
5744                 "symfony/var-dumper": "^6.4|^7.0"
5745             },
5746             "conflict": {
5747                 "symfony/deprecation-contracts": "<2.5",
5748                 "symfony/http-kernel": "<6.4"
5749             },
5750             "require-dev": {
5751                 "symfony/deprecation-contracts": "^2.5|^3",
5752                 "symfony/http-kernel": "^6.4|^7.0",
5753                 "symfony/serializer": "^6.4|^7.0"
5754             },
5755             "bin": [
5756                 "Resources/bin/patch-type-declarations"
5757             ],
5758             "type": "library",
5759             "autoload": {
5760                 "psr-4": {
5761                     "Symfony\\Component\\ErrorHandler\\": ""
5762                 },
5763                 "exclude-from-classmap": [
5764                     "/Tests/"
5765                 ]
5766             },
5767             "notification-url": "https://packagist.org/downloads/",
5768             "license": [
5769                 "MIT"
5770             ],
5771             "authors": [
5772                 {
5773                     "name": "Fabien Potencier",
5774                     "email": "[email protected]"
5775                 },
5776                 {
5777                     "name": "Symfony Community",
5778                     "homepage": "https://symfony.com/contributors"
5779                 }
5780             ],
5781             "description": "Provides tools to manage errors and ease debugging PHP code",
5782             "homepage": "https://symfony.com",
5783             "support": {
5784                 "source": "https://github.com/symfony/error-handler/tree/v7.2.3"
5785             },
5786             "funding": [
5787                 {
5788                     "url": "https://symfony.com/sponsor",
5789                     "type": "custom"
5790                 },
5791                 {
5792                     "url": "https://github.com/fabpot",
5793                     "type": "github"
5794                 },
5795                 {
5796                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5797                     "type": "tidelift"
5798                 }
5799             ],
5800             "time": "2025-01-07T09:39:55+00:00"
5801         },
5802         {
5803             "name": "symfony/event-dispatcher",
5804             "version": "v7.2.0",
5805             "source": {
5806                 "type": "git",
5807                 "url": "https://github.com/symfony/event-dispatcher.git",
5808                 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
5809             },
5810             "dist": {
5811                 "type": "zip",
5812                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
5813                 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
5814                 "shasum": ""
5815             },
5816             "require": {
5817                 "php": ">=8.2",
5818                 "symfony/event-dispatcher-contracts": "^2.5|^3"
5819             },
5820             "conflict": {
5821                 "symfony/dependency-injection": "<6.4",
5822                 "symfony/service-contracts": "<2.5"
5823             },
5824             "provide": {
5825                 "psr/event-dispatcher-implementation": "1.0",
5826                 "symfony/event-dispatcher-implementation": "2.0|3.0"
5827             },
5828             "require-dev": {
5829                 "psr/log": "^1|^2|^3",
5830                 "symfony/config": "^6.4|^7.0",
5831                 "symfony/dependency-injection": "^6.4|^7.0",
5832                 "symfony/error-handler": "^6.4|^7.0",
5833                 "symfony/expression-language": "^6.4|^7.0",
5834                 "symfony/http-foundation": "^6.4|^7.0",
5835                 "symfony/service-contracts": "^2.5|^3",
5836                 "symfony/stopwatch": "^6.4|^7.0"
5837             },
5838             "type": "library",
5839             "autoload": {
5840                 "psr-4": {
5841                     "Symfony\\Component\\EventDispatcher\\": ""
5842                 },
5843                 "exclude-from-classmap": [
5844                     "/Tests/"
5845                 ]
5846             },
5847             "notification-url": "https://packagist.org/downloads/",
5848             "license": [
5849                 "MIT"
5850             ],
5851             "authors": [
5852                 {
5853                     "name": "Fabien Potencier",
5854                     "email": "[email protected]"
5855                 },
5856                 {
5857                     "name": "Symfony Community",
5858                     "homepage": "https://symfony.com/contributors"
5859                 }
5860             ],
5861             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5862             "homepage": "https://symfony.com",
5863             "support": {
5864                 "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
5865             },
5866             "funding": [
5867                 {
5868                     "url": "https://symfony.com/sponsor",
5869                     "type": "custom"
5870                 },
5871                 {
5872                     "url": "https://github.com/fabpot",
5873                     "type": "github"
5874                 },
5875                 {
5876                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5877                     "type": "tidelift"
5878                 }
5879             ],
5880             "time": "2024-09-25T14:21:43+00:00"
5881         },
5882         {
5883             "name": "symfony/event-dispatcher-contracts",
5884             "version": "v3.5.1",
5885             "source": {
5886                 "type": "git",
5887                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5888                 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
5889             },
5890             "dist": {
5891                 "type": "zip",
5892                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
5893                 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
5894                 "shasum": ""
5895             },
5896             "require": {
5897                 "php": ">=8.1",
5898                 "psr/event-dispatcher": "^1"
5899             },
5900             "type": "library",
5901             "extra": {
5902                 "thanks": {
5903                     "url": "https://github.com/symfony/contracts",
5904                     "name": "symfony/contracts"
5905                 },
5906                 "branch-alias": {
5907                     "dev-main": "3.5-dev"
5908                 }
5909             },
5910             "autoload": {
5911                 "psr-4": {
5912                     "Symfony\\Contracts\\EventDispatcher\\": ""
5913                 }
5914             },
5915             "notification-url": "https://packagist.org/downloads/",
5916             "license": [
5917                 "MIT"
5918             ],
5919             "authors": [
5920                 {
5921                     "name": "Nicolas Grekas",
5922                     "email": "[email protected]"
5923                 },
5924                 {
5925                     "name": "Symfony Community",
5926                     "homepage": "https://symfony.com/contributors"
5927                 }
5928             ],
5929             "description": "Generic abstractions related to dispatching event",
5930             "homepage": "https://symfony.com",
5931             "keywords": [
5932                 "abstractions",
5933                 "contracts",
5934                 "decoupling",
5935                 "interfaces",
5936                 "interoperability",
5937                 "standards"
5938             ],
5939             "support": {
5940                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
5941             },
5942             "funding": [
5943                 {
5944                     "url": "https://symfony.com/sponsor",
5945                     "type": "custom"
5946                 },
5947                 {
5948                     "url": "https://github.com/fabpot",
5949                     "type": "github"
5950                 },
5951                 {
5952                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5953                     "type": "tidelift"
5954                 }
5955             ],
5956             "time": "2024-09-25T14:20:29+00:00"
5957         },
5958         {
5959             "name": "symfony/finder",
5960             "version": "v7.2.2",
5961             "source": {
5962                 "type": "git",
5963                 "url": "https://github.com/symfony/finder.git",
5964                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb"
5965             },
5966             "dist": {
5967                 "type": "zip",
5968                 "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb",
5969                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb",
5970                 "shasum": ""
5971             },
5972             "require": {
5973                 "php": ">=8.2"
5974             },
5975             "require-dev": {
5976                 "symfony/filesystem": "^6.4|^7.0"
5977             },
5978             "type": "library",
5979             "autoload": {
5980                 "psr-4": {
5981                     "Symfony\\Component\\Finder\\": ""
5982                 },
5983                 "exclude-from-classmap": [
5984                     "/Tests/"
5985                 ]
5986             },
5987             "notification-url": "https://packagist.org/downloads/",
5988             "license": [
5989                 "MIT"
5990             ],
5991             "authors": [
5992                 {
5993                     "name": "Fabien Potencier",
5994                     "email": "[email protected]"
5995                 },
5996                 {
5997                     "name": "Symfony Community",
5998                     "homepage": "https://symfony.com/contributors"
5999                 }
6000             ],
6001             "description": "Finds files and directories via an intuitive fluent interface",
6002             "homepage": "https://symfony.com",
6003             "support": {
6004                 "source": "https://github.com/symfony/finder/tree/v7.2.2"
6005             },
6006             "funding": [
6007                 {
6008                     "url": "https://symfony.com/sponsor",
6009                     "type": "custom"
6010                 },
6011                 {
6012                     "url": "https://github.com/fabpot",
6013                     "type": "github"
6014                 },
6015                 {
6016                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6017                     "type": "tidelift"
6018                 }
6019             ],
6020             "time": "2024-12-30T19:00:17+00:00"
6021         },
6022         {
6023             "name": "symfony/http-foundation",
6024             "version": "v7.2.3",
6025             "source": {
6026                 "type": "git",
6027                 "url": "https://github.com/symfony/http-foundation.git",
6028                 "reference": "ee1b504b8926198be89d05e5b6fc4c3810c090f0"
6029             },
6030             "dist": {
6031                 "type": "zip",
6032                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ee1b504b8926198be89d05e5b6fc4c3810c090f0",
6033                 "reference": "ee1b504b8926198be89d05e5b6fc4c3810c090f0",
6034                 "shasum": ""
6035             },
6036             "require": {
6037                 "php": ">=8.2",
6038                 "symfony/deprecation-contracts": "^2.5|^3.0",
6039                 "symfony/polyfill-mbstring": "~1.1",
6040                 "symfony/polyfill-php83": "^1.27"
6041             },
6042             "conflict": {
6043                 "doctrine/dbal": "<3.6",
6044                 "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
6045             },
6046             "require-dev": {
6047                 "doctrine/dbal": "^3.6|^4",
6048                 "predis/predis": "^1.1|^2.0",
6049                 "symfony/cache": "^6.4.12|^7.1.5",
6050                 "symfony/dependency-injection": "^6.4|^7.0",
6051                 "symfony/expression-language": "^6.4|^7.0",
6052                 "symfony/http-kernel": "^6.4|^7.0",
6053                 "symfony/mime": "^6.4|^7.0",
6054                 "symfony/rate-limiter": "^6.4|^7.0"
6055             },
6056             "type": "library",
6057             "autoload": {
6058                 "psr-4": {
6059                     "Symfony\\Component\\HttpFoundation\\": ""
6060                 },
6061                 "exclude-from-classmap": [
6062                     "/Tests/"
6063                 ]
6064             },
6065             "notification-url": "https://packagist.org/downloads/",
6066             "license": [
6067                 "MIT"
6068             ],
6069             "authors": [
6070                 {
6071                     "name": "Fabien Potencier",
6072                     "email": "[email protected]"
6073                 },
6074                 {
6075                     "name": "Symfony Community",
6076                     "homepage": "https://symfony.com/contributors"
6077                 }
6078             ],
6079             "description": "Defines an object-oriented layer for the HTTP specification",
6080             "homepage": "https://symfony.com",
6081             "support": {
6082                 "source": "https://github.com/symfony/http-foundation/tree/v7.2.3"
6083             },
6084             "funding": [
6085                 {
6086                     "url": "https://symfony.com/sponsor",
6087                     "type": "custom"
6088                 },
6089                 {
6090                     "url": "https://github.com/fabpot",
6091                     "type": "github"
6092                 },
6093                 {
6094                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6095                     "type": "tidelift"
6096                 }
6097             ],
6098             "time": "2025-01-17T10:56:55+00:00"
6099         },
6100         {
6101             "name": "symfony/http-kernel",
6102             "version": "v7.2.3",
6103             "source": {
6104                 "type": "git",
6105                 "url": "https://github.com/symfony/http-kernel.git",
6106                 "reference": "caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b"
6107             },
6108             "dist": {
6109                 "type": "zip",
6110                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b",
6111                 "reference": "caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b",
6112                 "shasum": ""
6113             },
6114             "require": {
6115                 "php": ">=8.2",
6116                 "psr/log": "^1|^2|^3",
6117                 "symfony/deprecation-contracts": "^2.5|^3",
6118                 "symfony/error-handler": "^6.4|^7.0",
6119                 "symfony/event-dispatcher": "^6.4|^7.0",
6120                 "symfony/http-foundation": "^6.4|^7.0",
6121                 "symfony/polyfill-ctype": "^1.8"
6122             },
6123             "conflict": {
6124                 "symfony/browser-kit": "<6.4",
6125                 "symfony/cache": "<6.4",
6126                 "symfony/config": "<6.4",
6127                 "symfony/console": "<6.4",
6128                 "symfony/dependency-injection": "<6.4",
6129                 "symfony/doctrine-bridge": "<6.4",
6130                 "symfony/form": "<6.4",
6131                 "symfony/http-client": "<6.4",
6132                 "symfony/http-client-contracts": "<2.5",
6133                 "symfony/mailer": "<6.4",
6134                 "symfony/messenger": "<6.4",
6135                 "symfony/translation": "<6.4",
6136                 "symfony/translation-contracts": "<2.5",
6137                 "symfony/twig-bridge": "<6.4",
6138                 "symfony/validator": "<6.4",
6139                 "symfony/var-dumper": "<6.4",
6140                 "twig/twig": "<3.12"
6141             },
6142             "provide": {
6143                 "psr/log-implementation": "1.0|2.0|3.0"
6144             },
6145             "require-dev": {
6146                 "psr/cache": "^1.0|^2.0|^3.0",
6147                 "symfony/browser-kit": "^6.4|^7.0",
6148                 "symfony/clock": "^6.4|^7.0",
6149                 "symfony/config": "^6.4|^7.0",
6150                 "symfony/console": "^6.4|^7.0",
6151                 "symfony/css-selector": "^6.4|^7.0",
6152                 "symfony/dependency-injection": "^6.4|^7.0",
6153                 "symfony/dom-crawler": "^6.4|^7.0",
6154                 "symfony/expression-language": "^6.4|^7.0",
6155                 "symfony/finder": "^6.4|^7.0",
6156                 "symfony/http-client-contracts": "^2.5|^3",
6157                 "symfony/process": "^6.4|^7.0",
6158                 "symfony/property-access": "^7.1",
6159                 "symfony/routing": "^6.4|^7.0",
6160                 "symfony/serializer": "^7.1",
6161                 "symfony/stopwatch": "^6.4|^7.0",
6162                 "symfony/translation": "^6.4|^7.0",
6163                 "symfony/translation-contracts": "^2.5|^3",
6164                 "symfony/uid": "^6.4|^7.0",
6165                 "symfony/validator": "^6.4|^7.0",
6166                 "symfony/var-dumper": "^6.4|^7.0",
6167                 "symfony/var-exporter": "^6.4|^7.0",
6168                 "twig/twig": "^3.12"
6169             },
6170             "type": "library",
6171             "autoload": {
6172                 "psr-4": {
6173                     "Symfony\\Component\\HttpKernel\\": ""
6174                 },
6175                 "exclude-from-classmap": [
6176                     "/Tests/"
6177                 ]
6178             },
6179             "notification-url": "https://packagist.org/downloads/",
6180             "license": [
6181                 "MIT"
6182             ],
6183             "authors": [
6184                 {
6185                     "name": "Fabien Potencier",
6186                     "email": "[email protected]"
6187                 },
6188                 {
6189                     "name": "Symfony Community",
6190                     "homepage": "https://symfony.com/contributors"
6191                 }
6192             ],
6193             "description": "Provides a structured process for converting a Request into a Response",
6194             "homepage": "https://symfony.com",
6195             "support": {
6196                 "source": "https://github.com/symfony/http-kernel/tree/v7.2.3"
6197             },
6198             "funding": [
6199                 {
6200                     "url": "https://symfony.com/sponsor",
6201                     "type": "custom"
6202                 },
6203                 {
6204                     "url": "https://github.com/fabpot",
6205                     "type": "github"
6206                 },
6207                 {
6208                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6209                     "type": "tidelift"
6210                 }
6211             ],
6212             "time": "2025-01-29T07:40:13+00:00"
6213         },
6214         {
6215             "name": "symfony/mime",
6216             "version": "v7.2.3",
6217             "source": {
6218                 "type": "git",
6219                 "url": "https://github.com/symfony/mime.git",
6220                 "reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204"
6221             },
6222             "dist": {
6223                 "type": "zip",
6224                 "url": "https://api.github.com/repos/symfony/mime/zipball/2fc3b4bd67e4747e45195bc4c98bea4628476204",
6225                 "reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204",
6226                 "shasum": ""
6227             },
6228             "require": {
6229                 "php": ">=8.2",
6230                 "symfony/polyfill-intl-idn": "^1.10",
6231                 "symfony/polyfill-mbstring": "^1.0"
6232             },
6233             "conflict": {
6234                 "egulias/email-validator": "~3.0.0",
6235                 "phpdocumentor/reflection-docblock": "<3.2.2",
6236                 "phpdocumentor/type-resolver": "<1.4.0",
6237                 "symfony/mailer": "<6.4",
6238                 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
6239             },
6240             "require-dev": {
6241                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6242                 "league/html-to-markdown": "^5.0",
6243                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6244                 "symfony/dependency-injection": "^6.4|^7.0",
6245                 "symfony/process": "^6.4|^7.0",
6246                 "symfony/property-access": "^6.4|^7.0",
6247                 "symfony/property-info": "^6.4|^7.0",
6248                 "symfony/serializer": "^6.4.3|^7.0.3"
6249             },
6250             "type": "library",
6251             "autoload": {
6252                 "psr-4": {
6253                     "Symfony\\Component\\Mime\\": ""
6254                 },
6255                 "exclude-from-classmap": [
6256                     "/Tests/"
6257                 ]
6258             },
6259             "notification-url": "https://packagist.org/downloads/",
6260             "license": [
6261                 "MIT"
6262             ],
6263             "authors": [
6264                 {
6265                     "name": "Fabien Potencier",
6266                     "email": "[email protected]"
6267                 },
6268                 {
6269                     "name": "Symfony Community",
6270                     "homepage": "https://symfony.com/contributors"
6271                 }
6272             ],
6273             "description": "Allows manipulating MIME messages",
6274             "homepage": "https://symfony.com",
6275             "keywords": [
6276                 "mime",
6277                 "mime-type"
6278             ],
6279             "support": {
6280                 "source": "https://github.com/symfony/mime/tree/v7.2.3"
6281             },
6282             "funding": [
6283                 {
6284                     "url": "https://symfony.com/sponsor",
6285                     "type": "custom"
6286                 },
6287                 {
6288                     "url": "https://github.com/fabpot",
6289                     "type": "github"
6290                 },
6291                 {
6292                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6293                     "type": "tidelift"
6294                 }
6295             ],
6296             "time": "2025-01-27T11:08:17+00:00"
6297         },
6298         {
6299             "name": "symfony/polyfill-ctype",
6300             "version": "v1.31.0",
6301             "source": {
6302                 "type": "git",
6303                 "url": "https://github.com/symfony/polyfill-ctype.git",
6304                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
6305             },
6306             "dist": {
6307                 "type": "zip",
6308                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
6309                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
6310                 "shasum": ""
6311             },
6312             "require": {
6313                 "php": ">=7.2"
6314             },
6315             "provide": {
6316                 "ext-ctype": "*"
6317             },
6318             "suggest": {
6319                 "ext-ctype": "For best performance"
6320             },
6321             "type": "library",
6322             "extra": {
6323                 "thanks": {
6324                     "url": "https://github.com/symfony/polyfill",
6325                     "name": "symfony/polyfill"
6326                 }
6327             },
6328             "autoload": {
6329                 "files": [
6330                     "bootstrap.php"
6331                 ],
6332                 "psr-4": {
6333                     "Symfony\\Polyfill\\Ctype\\": ""
6334                 }
6335             },
6336             "notification-url": "https://packagist.org/downloads/",
6337             "license": [
6338                 "MIT"
6339             ],
6340             "authors": [
6341                 {
6342                     "name": "Gert de Pagter",
6343                     "email": "[email protected]"
6344                 },
6345                 {
6346                     "name": "Symfony Community",
6347                     "homepage": "https://symfony.com/contributors"
6348                 }
6349             ],
6350             "description": "Symfony polyfill for ctype functions",
6351             "homepage": "https://symfony.com",
6352             "keywords": [
6353                 "compatibility",
6354                 "ctype",
6355                 "polyfill",
6356                 "portable"
6357             ],
6358             "support": {
6359                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
6360             },
6361             "funding": [
6362                 {
6363                     "url": "https://symfony.com/sponsor",
6364                     "type": "custom"
6365                 },
6366                 {
6367                     "url": "https://github.com/fabpot",
6368                     "type": "github"
6369                 },
6370                 {
6371                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6372                     "type": "tidelift"
6373                 }
6374             ],
6375             "time": "2024-09-09T11:45:10+00:00"
6376         },
6377         {
6378             "name": "symfony/polyfill-intl-grapheme",
6379             "version": "v1.31.0",
6380             "source": {
6381                 "type": "git",
6382                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6383                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
6384             },
6385             "dist": {
6386                 "type": "zip",
6387                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6388                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6389                 "shasum": ""
6390             },
6391             "require": {
6392                 "php": ">=7.2"
6393             },
6394             "suggest": {
6395                 "ext-intl": "For best performance"
6396             },
6397             "type": "library",
6398             "extra": {
6399                 "thanks": {
6400                     "url": "https://github.com/symfony/polyfill",
6401                     "name": "symfony/polyfill"
6402                 }
6403             },
6404             "autoload": {
6405                 "files": [
6406                     "bootstrap.php"
6407                 ],
6408                 "psr-4": {
6409                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6410                 }
6411             },
6412             "notification-url": "https://packagist.org/downloads/",
6413             "license": [
6414                 "MIT"
6415             ],
6416             "authors": [
6417                 {
6418                     "name": "Nicolas Grekas",
6419                     "email": "[email protected]"
6420                 },
6421                 {
6422                     "name": "Symfony Community",
6423                     "homepage": "https://symfony.com/contributors"
6424                 }
6425             ],
6426             "description": "Symfony polyfill for intl's grapheme_* functions",
6427             "homepage": "https://symfony.com",
6428             "keywords": [
6429                 "compatibility",
6430                 "grapheme",
6431                 "intl",
6432                 "polyfill",
6433                 "portable",
6434                 "shim"
6435             ],
6436             "support": {
6437                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
6438             },
6439             "funding": [
6440                 {
6441                     "url": "https://symfony.com/sponsor",
6442                     "type": "custom"
6443                 },
6444                 {
6445                     "url": "https://github.com/fabpot",
6446                     "type": "github"
6447                 },
6448                 {
6449                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6450                     "type": "tidelift"
6451                 }
6452             ],
6453             "time": "2024-09-09T11:45:10+00:00"
6454         },
6455         {
6456             "name": "symfony/polyfill-intl-idn",
6457             "version": "v1.31.0",
6458             "source": {
6459                 "type": "git",
6460                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6461                 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
6462             },
6463             "dist": {
6464                 "type": "zip",
6465                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
6466                 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
6467                 "shasum": ""
6468             },
6469             "require": {
6470                 "php": ">=7.2",
6471                 "symfony/polyfill-intl-normalizer": "^1.10"
6472             },
6473             "suggest": {
6474                 "ext-intl": "For best performance"
6475             },
6476             "type": "library",
6477             "extra": {
6478                 "thanks": {
6479                     "url": "https://github.com/symfony/polyfill",
6480                     "name": "symfony/polyfill"
6481                 }
6482             },
6483             "autoload": {
6484                 "files": [
6485                     "bootstrap.php"
6486                 ],
6487                 "psr-4": {
6488                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6489                 }
6490             },
6491             "notification-url": "https://packagist.org/downloads/",
6492             "license": [
6493                 "MIT"
6494             ],
6495             "authors": [
6496                 {
6497                     "name": "Laurent Bassin",
6498                     "email": "[email protected]"
6499                 },
6500                 {
6501                     "name": "Trevor Rowbotham",
6502                     "email": "[email protected]"
6503                 },
6504                 {
6505                     "name": "Symfony Community",
6506                     "homepage": "https://symfony.com/contributors"
6507                 }
6508             ],
6509             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6510             "homepage": "https://symfony.com",
6511             "keywords": [
6512                 "compatibility",
6513                 "idn",
6514                 "intl",
6515                 "polyfill",
6516                 "portable",
6517                 "shim"
6518             ],
6519             "support": {
6520                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
6521             },
6522             "funding": [
6523                 {
6524                     "url": "https://symfony.com/sponsor",
6525                     "type": "custom"
6526                 },
6527                 {
6528                     "url": "https://github.com/fabpot",
6529                     "type": "github"
6530                 },
6531                 {
6532                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6533                     "type": "tidelift"
6534                 }
6535             ],
6536             "time": "2024-09-09T11:45:10+00:00"
6537         },
6538         {
6539             "name": "symfony/polyfill-intl-normalizer",
6540             "version": "v1.31.0",
6541             "source": {
6542                 "type": "git",
6543                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6544                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
6545             },
6546             "dist": {
6547                 "type": "zip",
6548                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
6549                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
6550                 "shasum": ""
6551             },
6552             "require": {
6553                 "php": ">=7.2"
6554             },
6555             "suggest": {
6556                 "ext-intl": "For best performance"
6557             },
6558             "type": "library",
6559             "extra": {
6560                 "thanks": {
6561                     "url": "https://github.com/symfony/polyfill",
6562                     "name": "symfony/polyfill"
6563                 }
6564             },
6565             "autoload": {
6566                 "files": [
6567                     "bootstrap.php"
6568                 ],
6569                 "psr-4": {
6570                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6571                 },
6572                 "classmap": [
6573                     "Resources/stubs"
6574                 ]
6575             },
6576             "notification-url": "https://packagist.org/downloads/",
6577             "license": [
6578                 "MIT"
6579             ],
6580             "authors": [
6581                 {
6582                     "name": "Nicolas Grekas",
6583                     "email": "[email protected]"
6584                 },
6585                 {
6586                     "name": "Symfony Community",
6587                     "homepage": "https://symfony.com/contributors"
6588                 }
6589             ],
6590             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6591             "homepage": "https://symfony.com",
6592             "keywords": [
6593                 "compatibility",
6594                 "intl",
6595                 "normalizer",
6596                 "polyfill",
6597                 "portable",
6598                 "shim"
6599             ],
6600             "support": {
6601                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
6602             },
6603             "funding": [
6604                 {
6605                     "url": "https://symfony.com/sponsor",
6606                     "type": "custom"
6607                 },
6608                 {
6609                     "url": "https://github.com/fabpot",
6610                     "type": "github"
6611                 },
6612                 {
6613                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6614                     "type": "tidelift"
6615                 }
6616             ],
6617             "time": "2024-09-09T11:45:10+00:00"
6618         },
6619         {
6620             "name": "symfony/polyfill-mbstring",
6621             "version": "v1.31.0",
6622             "source": {
6623                 "type": "git",
6624                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6625                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
6626             },
6627             "dist": {
6628                 "type": "zip",
6629                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
6630                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
6631                 "shasum": ""
6632             },
6633             "require": {
6634                 "php": ">=7.2"
6635             },
6636             "provide": {
6637                 "ext-mbstring": "*"
6638             },
6639             "suggest": {
6640                 "ext-mbstring": "For best performance"
6641             },
6642             "type": "library",
6643             "extra": {
6644                 "thanks": {
6645                     "url": "https://github.com/symfony/polyfill",
6646                     "name": "symfony/polyfill"
6647                 }
6648             },
6649             "autoload": {
6650                 "files": [
6651                     "bootstrap.php"
6652                 ],
6653                 "psr-4": {
6654                     "Symfony\\Polyfill\\Mbstring\\": ""
6655                 }
6656             },
6657             "notification-url": "https://packagist.org/downloads/",
6658             "license": [
6659                 "MIT"
6660             ],
6661             "authors": [
6662                 {
6663                     "name": "Nicolas Grekas",
6664                     "email": "[email protected]"
6665                 },
6666                 {
6667                     "name": "Symfony Community",
6668                     "homepage": "https://symfony.com/contributors"
6669                 }
6670             ],
6671             "description": "Symfony polyfill for the Mbstring extension",
6672             "homepage": "https://symfony.com",
6673             "keywords": [
6674                 "compatibility",
6675                 "mbstring",
6676                 "polyfill",
6677                 "portable",
6678                 "shim"
6679             ],
6680             "support": {
6681                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
6682             },
6683             "funding": [
6684                 {
6685                     "url": "https://symfony.com/sponsor",
6686                     "type": "custom"
6687                 },
6688                 {
6689                     "url": "https://github.com/fabpot",
6690                     "type": "github"
6691                 },
6692                 {
6693                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6694                     "type": "tidelift"
6695                 }
6696             ],
6697             "time": "2024-09-09T11:45:10+00:00"
6698         },
6699         {
6700             "name": "symfony/polyfill-php80",
6701             "version": "v1.31.0",
6702             "source": {
6703                 "type": "git",
6704                 "url": "https://github.com/symfony/polyfill-php80.git",
6705                 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
6706             },
6707             "dist": {
6708                 "type": "zip",
6709                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
6710                 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
6711                 "shasum": ""
6712             },
6713             "require": {
6714                 "php": ">=7.2"
6715             },
6716             "type": "library",
6717             "extra": {
6718                 "thanks": {
6719                     "url": "https://github.com/symfony/polyfill",
6720                     "name": "symfony/polyfill"
6721                 }
6722             },
6723             "autoload": {
6724                 "files": [
6725                     "bootstrap.php"
6726                 ],
6727                 "psr-4": {
6728                     "Symfony\\Polyfill\\Php80\\": ""
6729                 },
6730                 "classmap": [
6731                     "Resources/stubs"
6732                 ]
6733             },
6734             "notification-url": "https://packagist.org/downloads/",
6735             "license": [
6736                 "MIT"
6737             ],
6738             "authors": [
6739                 {
6740                     "name": "Ion Bazan",
6741                     "email": "[email protected]"
6742                 },
6743                 {
6744                     "name": "Nicolas Grekas",
6745                     "email": "[email protected]"
6746                 },
6747                 {
6748                     "name": "Symfony Community",
6749                     "homepage": "https://symfony.com/contributors"
6750                 }
6751             ],
6752             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6753             "homepage": "https://symfony.com",
6754             "keywords": [
6755                 "compatibility",
6756                 "polyfill",
6757                 "portable",
6758                 "shim"
6759             ],
6760             "support": {
6761                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
6762             },
6763             "funding": [
6764                 {
6765                     "url": "https://symfony.com/sponsor",
6766                     "type": "custom"
6767                 },
6768                 {
6769                     "url": "https://github.com/fabpot",
6770                     "type": "github"
6771                 },
6772                 {
6773                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6774                     "type": "tidelift"
6775                 }
6776             ],
6777             "time": "2024-09-09T11:45:10+00:00"
6778         },
6779         {
6780             "name": "symfony/polyfill-php83",
6781             "version": "v1.31.0",
6782             "source": {
6783                 "type": "git",
6784                 "url": "https://github.com/symfony/polyfill-php83.git",
6785                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
6786             },
6787             "dist": {
6788                 "type": "zip",
6789                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
6790                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
6791                 "shasum": ""
6792             },
6793             "require": {
6794                 "php": ">=7.2"
6795             },
6796             "type": "library",
6797             "extra": {
6798                 "thanks": {
6799                     "url": "https://github.com/symfony/polyfill",
6800                     "name": "symfony/polyfill"
6801                 }
6802             },
6803             "autoload": {
6804                 "files": [
6805                     "bootstrap.php"
6806                 ],
6807                 "psr-4": {
6808                     "Symfony\\Polyfill\\Php83\\": ""
6809                 },
6810                 "classmap": [
6811                     "Resources/stubs"
6812                 ]
6813             },
6814             "notification-url": "https://packagist.org/downloads/",
6815             "license": [
6816                 "MIT"
6817             ],
6818             "authors": [
6819                 {
6820                     "name": "Nicolas Grekas",
6821                     "email": "[email protected]"
6822                 },
6823                 {
6824                     "name": "Symfony Community",
6825                     "homepage": "https://symfony.com/contributors"
6826                 }
6827             ],
6828             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
6829             "homepage": "https://symfony.com",
6830             "keywords": [
6831                 "compatibility",
6832                 "polyfill",
6833                 "portable",
6834                 "shim"
6835             ],
6836             "support": {
6837                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
6838             },
6839             "funding": [
6840                 {
6841                     "url": "https://symfony.com/sponsor",
6842                     "type": "custom"
6843                 },
6844                 {
6845                     "url": "https://github.com/fabpot",
6846                     "type": "github"
6847                 },
6848                 {
6849                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6850                     "type": "tidelift"
6851                 }
6852             ],
6853             "time": "2024-09-09T11:45:10+00:00"
6854         },
6855         {
6856             "name": "symfony/polyfill-uuid",
6857             "version": "v1.31.0",
6858             "source": {
6859                 "type": "git",
6860                 "url": "https://github.com/symfony/polyfill-uuid.git",
6861                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
6862             },
6863             "dist": {
6864                 "type": "zip",
6865                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6866                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6867                 "shasum": ""
6868             },
6869             "require": {
6870                 "php": ">=7.2"
6871             },
6872             "provide": {
6873                 "ext-uuid": "*"
6874             },
6875             "suggest": {
6876                 "ext-uuid": "For best performance"
6877             },
6878             "type": "library",
6879             "extra": {
6880                 "thanks": {
6881                     "url": "https://github.com/symfony/polyfill",
6882                     "name": "symfony/polyfill"
6883                 }
6884             },
6885             "autoload": {
6886                 "files": [
6887                     "bootstrap.php"
6888                 ],
6889                 "psr-4": {
6890                     "Symfony\\Polyfill\\Uuid\\": ""
6891                 }
6892             },
6893             "notification-url": "https://packagist.org/downloads/",
6894             "license": [
6895                 "MIT"
6896             ],
6897             "authors": [
6898                 {
6899                     "name": "Grégoire Pineau",
6900                     "email": "[email protected]"
6901                 },
6902                 {
6903                     "name": "Symfony Community",
6904                     "homepage": "https://symfony.com/contributors"
6905                 }
6906             ],
6907             "description": "Symfony polyfill for uuid functions",
6908             "homepage": "https://symfony.com",
6909             "keywords": [
6910                 "compatibility",
6911                 "polyfill",
6912                 "portable",
6913                 "uuid"
6914             ],
6915             "support": {
6916                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0"
6917             },
6918             "funding": [
6919                 {
6920                     "url": "https://symfony.com/sponsor",
6921                     "type": "custom"
6922                 },
6923                 {
6924                     "url": "https://github.com/fabpot",
6925                     "type": "github"
6926                 },
6927                 {
6928                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6929                     "type": "tidelift"
6930                 }
6931             ],
6932             "time": "2024-09-09T11:45:10+00:00"
6933         },
6934         {
6935             "name": "symfony/process",
6936             "version": "v7.2.0",
6937             "source": {
6938                 "type": "git",
6939                 "url": "https://github.com/symfony/process.git",
6940                 "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e"
6941             },
6942             "dist": {
6943                 "type": "zip",
6944                 "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
6945                 "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
6946                 "shasum": ""
6947             },
6948             "require": {
6949                 "php": ">=8.2"
6950             },
6951             "type": "library",
6952             "autoload": {
6953                 "psr-4": {
6954                     "Symfony\\Component\\Process\\": ""
6955                 },
6956                 "exclude-from-classmap": [
6957                     "/Tests/"
6958                 ]
6959             },
6960             "notification-url": "https://packagist.org/downloads/",
6961             "license": [
6962                 "MIT"
6963             ],
6964             "authors": [
6965                 {
6966                     "name": "Fabien Potencier",
6967                     "email": "[email protected]"
6968                 },
6969                 {
6970                     "name": "Symfony Community",
6971                     "homepage": "https://symfony.com/contributors"
6972                 }
6973             ],
6974             "description": "Executes commands in sub-processes",
6975             "homepage": "https://symfony.com",
6976             "support": {
6977                 "source": "https://github.com/symfony/process/tree/v7.2.0"
6978             },
6979             "funding": [
6980                 {
6981                     "url": "https://symfony.com/sponsor",
6982                     "type": "custom"
6983                 },
6984                 {
6985                     "url": "https://github.com/fabpot",
6986                     "type": "github"
6987                 },
6988                 {
6989                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6990                     "type": "tidelift"
6991                 }
6992             ],
6993             "time": "2024-11-06T14:24:19+00:00"
6994         },
6995         {
6996             "name": "symfony/routing",
6997             "version": "v7.2.3",
6998             "source": {
6999                 "type": "git",
7000                 "url": "https://github.com/symfony/routing.git",
7001                 "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996"
7002             },
7003             "dist": {
7004                 "type": "zip",
7005                 "url": "https://api.github.com/repos/symfony/routing/zipball/ee9a67edc6baa33e5fae662f94f91fd262930996",
7006                 "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996",
7007                 "shasum": ""
7008             },
7009             "require": {
7010                 "php": ">=8.2",
7011                 "symfony/deprecation-contracts": "^2.5|^3"
7012             },
7013             "conflict": {
7014                 "symfony/config": "<6.4",
7015                 "symfony/dependency-injection": "<6.4",
7016                 "symfony/yaml": "<6.4"
7017             },
7018             "require-dev": {
7019                 "psr/log": "^1|^2|^3",
7020                 "symfony/config": "^6.4|^7.0",
7021                 "symfony/dependency-injection": "^6.4|^7.0",
7022                 "symfony/expression-language": "^6.4|^7.0",
7023                 "symfony/http-foundation": "^6.4|^7.0",
7024                 "symfony/yaml": "^6.4|^7.0"
7025             },
7026             "type": "library",
7027             "autoload": {
7028                 "psr-4": {
7029                     "Symfony\\Component\\Routing\\": ""
7030                 },
7031                 "exclude-from-classmap": [
7032                     "/Tests/"
7033                 ]
7034             },
7035             "notification-url": "https://packagist.org/downloads/",
7036             "license": [
7037                 "MIT"
7038             ],
7039             "authors": [
7040                 {
7041                     "name": "Fabien Potencier",
7042                     "email": "[email protected]"
7043                 },
7044                 {
7045                     "name": "Symfony Community",
7046                     "homepage": "https://symfony.com/contributors"
7047                 }
7048             ],
7049             "description": "Maps an HTTP request to a set of configuration variables",
7050             "homepage": "https://symfony.com",
7051             "keywords": [
7052                 "router",
7053                 "routing",
7054                 "uri",
7055                 "url"
7056             ],
7057             "support": {
7058                 "source": "https://github.com/symfony/routing/tree/v7.2.3"
7059             },
7060             "funding": [
7061                 {
7062                     "url": "https://symfony.com/sponsor",
7063                     "type": "custom"
7064                 },
7065                 {
7066                     "url": "https://github.com/fabpot",
7067                     "type": "github"
7068                 },
7069                 {
7070                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7071                     "type": "tidelift"
7072                 }
7073             ],
7074             "time": "2025-01-17T10:56:55+00:00"
7075         },
7076         {
7077             "name": "symfony/service-contracts",
7078             "version": "v3.5.1",
7079             "source": {
7080                 "type": "git",
7081                 "url": "https://github.com/symfony/service-contracts.git",
7082                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
7083             },
7084             "dist": {
7085                 "type": "zip",
7086                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
7087                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
7088                 "shasum": ""
7089             },
7090             "require": {
7091                 "php": ">=8.1",
7092                 "psr/container": "^1.1|^2.0",
7093                 "symfony/deprecation-contracts": "^2.5|^3"
7094             },
7095             "conflict": {
7096                 "ext-psr": "<1.1|>=2"
7097             },
7098             "type": "library",
7099             "extra": {
7100                 "thanks": {
7101                     "url": "https://github.com/symfony/contracts",
7102                     "name": "symfony/contracts"
7103                 },
7104                 "branch-alias": {
7105                     "dev-main": "3.5-dev"
7106                 }
7107             },
7108             "autoload": {
7109                 "psr-4": {
7110                     "Symfony\\Contracts\\Service\\": ""
7111                 },
7112                 "exclude-from-classmap": [
7113                     "/Test/"
7114                 ]
7115             },
7116             "notification-url": "https://packagist.org/downloads/",
7117             "license": [
7118                 "MIT"
7119             ],
7120             "authors": [
7121                 {
7122                     "name": "Nicolas Grekas",
7123                     "email": "[email protected]"
7124                 },
7125                 {
7126                     "name": "Symfony Community",
7127                     "homepage": "https://symfony.com/contributors"
7128                 }
7129             ],
7130             "description": "Generic abstractions related to writing services",
7131             "homepage": "https://symfony.com",
7132             "keywords": [
7133                 "abstractions",
7134                 "contracts",
7135                 "decoupling",
7136                 "interfaces",
7137                 "interoperability",
7138                 "standards"
7139             ],
7140             "support": {
7141                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
7142             },
7143             "funding": [
7144                 {
7145                     "url": "https://symfony.com/sponsor",
7146                     "type": "custom"
7147                 },
7148                 {
7149                     "url": "https://github.com/fabpot",
7150                     "type": "github"
7151                 },
7152                 {
7153                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7154                     "type": "tidelift"
7155                 }
7156             ],
7157             "time": "2024-09-25T14:20:29+00:00"
7158         },
7159         {
7160             "name": "symfony/string",
7161             "version": "v7.2.0",
7162             "source": {
7163                 "type": "git",
7164                 "url": "https://github.com/symfony/string.git",
7165                 "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
7166             },
7167             "dist": {
7168                 "type": "zip",
7169                 "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
7170                 "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
7171                 "shasum": ""
7172             },
7173             "require": {
7174                 "php": ">=8.2",
7175                 "symfony/polyfill-ctype": "~1.8",
7176                 "symfony/polyfill-intl-grapheme": "~1.0",
7177                 "symfony/polyfill-intl-normalizer": "~1.0",
7178                 "symfony/polyfill-mbstring": "~1.0"
7179             },
7180             "conflict": {
7181                 "symfony/translation-contracts": "<2.5"
7182             },
7183             "require-dev": {
7184                 "symfony/emoji": "^7.1",
7185                 "symfony/error-handler": "^6.4|^7.0",
7186                 "symfony/http-client": "^6.4|^7.0",
7187                 "symfony/intl": "^6.4|^7.0",
7188                 "symfony/translation-contracts": "^2.5|^3.0",
7189                 "symfony/var-exporter": "^6.4|^7.0"
7190             },
7191             "type": "library",
7192             "autoload": {
7193                 "files": [
7194                     "Resources/functions.php"
7195                 ],
7196                 "psr-4": {
7197                     "Symfony\\Component\\String\\": ""
7198                 },
7199                 "exclude-from-classmap": [
7200                     "/Tests/"
7201                 ]
7202             },
7203             "notification-url": "https://packagist.org/downloads/",
7204             "license": [
7205                 "MIT"
7206             ],
7207             "authors": [
7208                 {
7209                     "name": "Nicolas Grekas",
7210                     "email": "[email protected]"
7211                 },
7212                 {
7213                     "name": "Symfony Community",
7214                     "homepage": "https://symfony.com/contributors"
7215                 }
7216             ],
7217             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7218             "homepage": "https://symfony.com",
7219             "keywords": [
7220                 "grapheme",
7221                 "i18n",
7222                 "string",
7223                 "unicode",
7224                 "utf-8",
7225                 "utf8"
7226             ],
7227             "support": {
7228                 "source": "https://github.com/symfony/string/tree/v7.2.0"
7229             },
7230             "funding": [
7231                 {
7232                     "url": "https://symfony.com/sponsor",
7233                     "type": "custom"
7234                 },
7235                 {
7236                     "url": "https://github.com/fabpot",
7237                     "type": "github"
7238                 },
7239                 {
7240                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7241                     "type": "tidelift"
7242                 }
7243             ],
7244             "time": "2024-11-13T13:31:26+00:00"
7245         },
7246         {
7247             "name": "symfony/translation",
7248             "version": "v7.2.2",
7249             "source": {
7250                 "type": "git",
7251                 "url": "https://github.com/symfony/translation.git",
7252                 "reference": "e2674a30132b7cc4d74540d6c2573aa363f05923"
7253             },
7254             "dist": {
7255                 "type": "zip",
7256                 "url": "https://api.github.com/repos/symfony/translation/zipball/e2674a30132b7cc4d74540d6c2573aa363f05923",
7257                 "reference": "e2674a30132b7cc4d74540d6c2573aa363f05923",
7258                 "shasum": ""
7259             },
7260             "require": {
7261                 "php": ">=8.2",
7262                 "symfony/deprecation-contracts": "^2.5|^3",
7263                 "symfony/polyfill-mbstring": "~1.0",
7264                 "symfony/translation-contracts": "^2.5|^3.0"
7265             },
7266             "conflict": {
7267                 "symfony/config": "<6.4",
7268                 "symfony/console": "<6.4",
7269                 "symfony/dependency-injection": "<6.4",
7270                 "symfony/http-client-contracts": "<2.5",
7271                 "symfony/http-kernel": "<6.4",
7272                 "symfony/service-contracts": "<2.5",
7273                 "symfony/twig-bundle": "<6.4",
7274                 "symfony/yaml": "<6.4"
7275             },
7276             "provide": {
7277                 "symfony/translation-implementation": "2.3|3.0"
7278             },
7279             "require-dev": {
7280                 "nikic/php-parser": "^4.18|^5.0",
7281                 "psr/log": "^1|^2|^3",
7282                 "symfony/config": "^6.4|^7.0",
7283                 "symfony/console": "^6.4|^7.0",
7284                 "symfony/dependency-injection": "^6.4|^7.0",
7285                 "symfony/finder": "^6.4|^7.0",
7286                 "symfony/http-client-contracts": "^2.5|^3.0",
7287                 "symfony/http-kernel": "^6.4|^7.0",
7288                 "symfony/intl": "^6.4|^7.0",
7289                 "symfony/polyfill-intl-icu": "^1.21",
7290                 "symfony/routing": "^6.4|^7.0",
7291                 "symfony/service-contracts": "^2.5|^3",
7292                 "symfony/yaml": "^6.4|^7.0"
7293             },
7294             "type": "library",
7295             "autoload": {
7296                 "files": [
7297                     "Resources/functions.php"
7298                 ],
7299                 "psr-4": {
7300                     "Symfony\\Component\\Translation\\": ""
7301                 },
7302                 "exclude-from-classmap": [
7303                     "/Tests/"
7304                 ]
7305             },
7306             "notification-url": "https://packagist.org/downloads/",
7307             "license": [
7308                 "MIT"
7309             ],
7310             "authors": [
7311                 {
7312                     "name": "Fabien Potencier",
7313                     "email": "[email protected]"
7314                 },
7315                 {
7316                     "name": "Symfony Community",
7317                     "homepage": "https://symfony.com/contributors"
7318                 }
7319             ],
7320             "description": "Provides tools to internationalize your application",
7321             "homepage": "https://symfony.com",
7322             "support": {
7323                 "source": "https://github.com/symfony/translation/tree/v7.2.2"
7324             },
7325             "funding": [
7326                 {
7327                     "url": "https://symfony.com/sponsor",
7328                     "type": "custom"
7329                 },
7330                 {
7331                     "url": "https://github.com/fabpot",
7332                     "type": "github"
7333                 },
7334                 {
7335                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7336                     "type": "tidelift"
7337                 }
7338             ],
7339             "time": "2024-12-07T08:18:10+00:00"
7340         },
7341         {
7342             "name": "symfony/translation-contracts",
7343             "version": "v3.5.1",
7344             "source": {
7345                 "type": "git",
7346                 "url": "https://github.com/symfony/translation-contracts.git",
7347                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
7348             },
7349             "dist": {
7350                 "type": "zip",
7351                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
7352                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
7353                 "shasum": ""
7354             },
7355             "require": {
7356                 "php": ">=8.1"
7357             },
7358             "type": "library",
7359             "extra": {
7360                 "thanks": {
7361                     "url": "https://github.com/symfony/contracts",
7362                     "name": "symfony/contracts"
7363                 },
7364                 "branch-alias": {
7365                     "dev-main": "3.5-dev"
7366                 }
7367             },
7368             "autoload": {
7369                 "psr-4": {
7370                     "Symfony\\Contracts\\Translation\\": ""
7371                 },
7372                 "exclude-from-classmap": [
7373                     "/Test/"
7374                 ]
7375             },
7376             "notification-url": "https://packagist.org/downloads/",
7377             "license": [
7378                 "MIT"
7379             ],
7380             "authors": [
7381                 {
7382                     "name": "Nicolas Grekas",
7383                     "email": "[email protected]"
7384                 },
7385                 {
7386                     "name": "Symfony Community",
7387                     "homepage": "https://symfony.com/contributors"
7388                 }
7389             ],
7390             "description": "Generic abstractions related to translation",
7391             "homepage": "https://symfony.com",
7392             "keywords": [
7393                 "abstractions",
7394                 "contracts",
7395                 "decoupling",
7396                 "interfaces",
7397                 "interoperability",
7398                 "standards"
7399             ],
7400             "support": {
7401                 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1"
7402             },
7403             "funding": [
7404                 {
7405                     "url": "https://symfony.com/sponsor",
7406                     "type": "custom"
7407                 },
7408                 {
7409                     "url": "https://github.com/fabpot",
7410                     "type": "github"
7411                 },
7412                 {
7413                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7414                     "type": "tidelift"
7415                 }
7416             ],
7417             "time": "2024-09-25T14:20:29+00:00"
7418         },
7419         {
7420             "name": "symfony/uid",
7421             "version": "v7.2.0",
7422             "source": {
7423                 "type": "git",
7424                 "url": "https://github.com/symfony/uid.git",
7425                 "reference": "2d294d0c48df244c71c105a169d0190bfb080426"
7426             },
7427             "dist": {
7428                 "type": "zip",
7429                 "url": "https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426",
7430                 "reference": "2d294d0c48df244c71c105a169d0190bfb080426",
7431                 "shasum": ""
7432             },
7433             "require": {
7434                 "php": ">=8.2",
7435                 "symfony/polyfill-uuid": "^1.15"
7436             },
7437             "require-dev": {
7438                 "symfony/console": "^6.4|^7.0"
7439             },
7440             "type": "library",
7441             "autoload": {
7442                 "psr-4": {
7443                     "Symfony\\Component\\Uid\\": ""
7444                 },
7445                 "exclude-from-classmap": [
7446                     "/Tests/"
7447                 ]
7448             },
7449             "notification-url": "https://packagist.org/downloads/",
7450             "license": [
7451                 "MIT"
7452             ],
7453             "authors": [
7454                 {
7455                     "name": "Grégoire Pineau",
7456                     "email": "[email protected]"
7457                 },
7458                 {
7459                     "name": "Nicolas Grekas",
7460                     "email": "[email protected]"
7461                 },
7462                 {
7463                     "name": "Symfony Community",
7464                     "homepage": "https://symfony.com/contributors"
7465                 }
7466             ],
7467             "description": "Provides an object-oriented API to generate and represent UIDs",
7468             "homepage": "https://symfony.com",
7469             "keywords": [
7470                 "UID",
7471                 "ulid",
7472                 "uuid"
7473             ],
7474             "support": {
7475                 "source": "https://github.com/symfony/uid/tree/v7.2.0"
7476             },
7477             "funding": [
7478                 {
7479                     "url": "https://symfony.com/sponsor",
7480                     "type": "custom"
7481                 },
7482                 {
7483                     "url": "https://github.com/fabpot",
7484                     "type": "github"
7485                 },
7486                 {
7487                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7488                     "type": "tidelift"
7489                 }
7490             ],
7491             "time": "2024-09-25T14:21:43+00:00"
7492         },
7493         {
7494             "name": "symfony/var-dumper",
7495             "version": "v7.2.3",
7496             "source": {
7497                 "type": "git",
7498                 "url": "https://github.com/symfony/var-dumper.git",
7499                 "reference": "82b478c69745d8878eb60f9a049a4d584996f73a"
7500             },
7501             "dist": {
7502                 "type": "zip",
7503                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82b478c69745d8878eb60f9a049a4d584996f73a",
7504                 "reference": "82b478c69745d8878eb60f9a049a4d584996f73a",
7505                 "shasum": ""
7506             },
7507             "require": {
7508                 "php": ">=8.2",
7509                 "symfony/polyfill-mbstring": "~1.0"
7510             },
7511             "conflict": {
7512                 "symfony/console": "<6.4"
7513             },
7514             "require-dev": {
7515                 "ext-iconv": "*",
7516                 "symfony/console": "^6.4|^7.0",
7517                 "symfony/http-kernel": "^6.4|^7.0",
7518                 "symfony/process": "^6.4|^7.0",
7519                 "symfony/uid": "^6.4|^7.0",
7520                 "twig/twig": "^3.12"
7521             },
7522             "bin": [
7523                 "Resources/bin/var-dump-server"
7524             ],
7525             "type": "library",
7526             "autoload": {
7527                 "files": [
7528                     "Resources/functions/dump.php"
7529                 ],
7530                 "psr-4": {
7531                     "Symfony\\Component\\VarDumper\\": ""
7532                 },
7533                 "exclude-from-classmap": [
7534                     "/Tests/"
7535                 ]
7536             },
7537             "notification-url": "https://packagist.org/downloads/",
7538             "license": [
7539                 "MIT"
7540             ],
7541             "authors": [
7542                 {
7543                     "name": "Nicolas Grekas",
7544                     "email": "[email protected]"
7545                 },
7546                 {
7547                     "name": "Symfony Community",
7548                     "homepage": "https://symfony.com/contributors"
7549                 }
7550             ],
7551             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7552             "homepage": "https://symfony.com",
7553             "keywords": [
7554                 "debug",
7555                 "dump"
7556             ],
7557             "support": {
7558                 "source": "https://github.com/symfony/var-dumper/tree/v7.2.3"
7559             },
7560             "funding": [
7561                 {
7562                     "url": "https://symfony.com/sponsor",
7563                     "type": "custom"
7564                 },
7565                 {
7566                     "url": "https://github.com/fabpot",
7567                     "type": "github"
7568                 },
7569                 {
7570                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7571                     "type": "tidelift"
7572                 }
7573             ],
7574             "time": "2025-01-17T11:39:41+00:00"
7575         },
7576         {
7577             "name": "tijsverkoyen/css-to-inline-styles",
7578             "version": "v2.3.0",
7579             "source": {
7580                 "type": "git",
7581                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7582                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
7583             },
7584             "dist": {
7585                 "type": "zip",
7586                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
7587                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
7588                 "shasum": ""
7589             },
7590             "require": {
7591                 "ext-dom": "*",
7592                 "ext-libxml": "*",
7593                 "php": "^7.4 || ^8.0",
7594                 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
7595             },
7596             "require-dev": {
7597                 "phpstan/phpstan": "^2.0",
7598                 "phpstan/phpstan-phpunit": "^2.0",
7599                 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
7600             },
7601             "type": "library",
7602             "extra": {
7603                 "branch-alias": {
7604                     "dev-master": "2.x-dev"
7605                 }
7606             },
7607             "autoload": {
7608                 "psr-4": {
7609                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7610                 }
7611             },
7612             "notification-url": "https://packagist.org/downloads/",
7613             "license": [
7614                 "BSD-3-Clause"
7615             ],
7616             "authors": [
7617                 {
7618                     "name": "Tijs Verkoyen",
7619                     "email": "[email protected]",
7620                     "role": "Developer"
7621                 }
7622             ],
7623             "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.",
7624             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7625             "support": {
7626                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7627                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
7628             },
7629             "time": "2024-12-21T16:25:41+00:00"
7630         },
7631         {
7632             "name": "vlucas/phpdotenv",
7633             "version": "v5.6.1",
7634             "source": {
7635                 "type": "git",
7636                 "url": "https://github.com/vlucas/phpdotenv.git",
7637                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
7638             },
7639             "dist": {
7640                 "type": "zip",
7641                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
7642                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
7643                 "shasum": ""
7644             },
7645             "require": {
7646                 "ext-pcre": "*",
7647                 "graham-campbell/result-type": "^1.1.3",
7648                 "php": "^7.2.5 || ^8.0",
7649                 "phpoption/phpoption": "^1.9.3",
7650                 "symfony/polyfill-ctype": "^1.24",
7651                 "symfony/polyfill-mbstring": "^1.24",
7652                 "symfony/polyfill-php80": "^1.24"
7653             },
7654             "require-dev": {
7655                 "bamarni/composer-bin-plugin": "^1.8.2",
7656                 "ext-filter": "*",
7657                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7658             },
7659             "suggest": {
7660                 "ext-filter": "Required to use the boolean validator."
7661             },
7662             "type": "library",
7663             "extra": {
7664                 "bamarni-bin": {
7665                     "bin-links": true,
7666                     "forward-command": false
7667                 },
7668                 "branch-alias": {
7669                     "dev-master": "5.6-dev"
7670                 }
7671             },
7672             "autoload": {
7673                 "psr-4": {
7674                     "Dotenv\\": "src/"
7675                 }
7676             },
7677             "notification-url": "https://packagist.org/downloads/",
7678             "license": [
7679                 "BSD-3-Clause"
7680             ],
7681             "authors": [
7682                 {
7683                     "name": "Graham Campbell",
7684                     "email": "[email protected]",
7685                     "homepage": "https://github.com/GrahamCampbell"
7686                 },
7687                 {
7688                     "name": "Vance Lucas",
7689                     "email": "[email protected]",
7690                     "homepage": "https://github.com/vlucas"
7691                 }
7692             ],
7693             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7694             "keywords": [
7695                 "dotenv",
7696                 "env",
7697                 "environment"
7698             ],
7699             "support": {
7700                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7701                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
7702             },
7703             "funding": [
7704                 {
7705                     "url": "https://github.com/GrahamCampbell",
7706                     "type": "github"
7707                 },
7708                 {
7709                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7710                     "type": "tidelift"
7711                 }
7712             ],
7713             "time": "2024-07-20T21:52:34+00:00"
7714         },
7715         {
7716             "name": "voku/portable-ascii",
7717             "version": "2.0.3",
7718             "source": {
7719                 "type": "git",
7720                 "url": "https://github.com/voku/portable-ascii.git",
7721                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
7722             },
7723             "dist": {
7724                 "type": "zip",
7725                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7726                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7727                 "shasum": ""
7728             },
7729             "require": {
7730                 "php": ">=7.0.0"
7731             },
7732             "require-dev": {
7733                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7734             },
7735             "suggest": {
7736                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7737             },
7738             "type": "library",
7739             "autoload": {
7740                 "psr-4": {
7741                     "voku\\": "src/voku/"
7742                 }
7743             },
7744             "notification-url": "https://packagist.org/downloads/",
7745             "license": [
7746                 "MIT"
7747             ],
7748             "authors": [
7749                 {
7750                     "name": "Lars Moelleken",
7751                     "homepage": "https://www.moelleken.org/"
7752                 }
7753             ],
7754             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7755             "homepage": "https://github.com/voku/portable-ascii",
7756             "keywords": [
7757                 "ascii",
7758                 "clean",
7759                 "php"
7760             ],
7761             "support": {
7762                 "issues": "https://github.com/voku/portable-ascii/issues",
7763                 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
7764             },
7765             "funding": [
7766                 {
7767                     "url": "https://www.paypal.me/moelleken",
7768                     "type": "custom"
7769                 },
7770                 {
7771                     "url": "https://github.com/voku",
7772                     "type": "github"
7773                 },
7774                 {
7775                     "url": "https://opencollective.com/portable-ascii",
7776                     "type": "open_collective"
7777                 },
7778                 {
7779                     "url": "https://www.patreon.com/voku",
7780                     "type": "patreon"
7781                 },
7782                 {
7783                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7784                     "type": "tidelift"
7785                 }
7786             ],
7787             "time": "2024-11-21T01:49:47+00:00"
7788         },
7789         {
7790             "name": "webmozart/assert",
7791             "version": "1.11.0",
7792             "source": {
7793                 "type": "git",
7794                 "url": "https://github.com/webmozarts/assert.git",
7795                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7796             },
7797             "dist": {
7798                 "type": "zip",
7799                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7800                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7801                 "shasum": ""
7802             },
7803             "require": {
7804                 "ext-ctype": "*",
7805                 "php": "^7.2 || ^8.0"
7806             },
7807             "conflict": {
7808                 "phpstan/phpstan": "<0.12.20",
7809                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7810             },
7811             "require-dev": {
7812                 "phpunit/phpunit": "^8.5.13"
7813             },
7814             "type": "library",
7815             "extra": {
7816                 "branch-alias": {
7817                     "dev-master": "1.10-dev"
7818                 }
7819             },
7820             "autoload": {
7821                 "psr-4": {
7822                     "Webmozart\\Assert\\": "src/"
7823                 }
7824             },
7825             "notification-url": "https://packagist.org/downloads/",
7826             "license": [
7827                 "MIT"
7828             ],
7829             "authors": [
7830                 {
7831                     "name": "Bernhard Schussek",
7832                     "email": "[email protected]"
7833                 }
7834             ],
7835             "description": "Assertions to validate method input/output with nice error messages.",
7836             "keywords": [
7837                 "assert",
7838                 "check",
7839                 "validate"
7840             ],
7841             "support": {
7842                 "issues": "https://github.com/webmozarts/assert/issues",
7843                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7844             },
7845             "time": "2022-06-03T18:03:27+00:00"
7846         }
7847     ],
7848     "packages-dev": [
7849         {
7850             "name": "fakerphp/faker",
7851             "version": "v1.24.1",
7852             "source": {
7853                 "type": "git",
7854                 "url": "https://github.com/FakerPHP/Faker.git",
7855                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
7856             },
7857             "dist": {
7858                 "type": "zip",
7859                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7860                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7861                 "shasum": ""
7862             },
7863             "require": {
7864                 "php": "^7.4 || ^8.0",
7865                 "psr/container": "^1.0 || ^2.0",
7866                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
7867             },
7868             "conflict": {
7869                 "fzaninotto/faker": "*"
7870             },
7871             "require-dev": {
7872                 "bamarni/composer-bin-plugin": "^1.4.1",
7873                 "doctrine/persistence": "^1.3 || ^2.0",
7874                 "ext-intl": "*",
7875                 "phpunit/phpunit": "^9.5.26",
7876                 "symfony/phpunit-bridge": "^5.4.16"
7877             },
7878             "suggest": {
7879                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
7880                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
7881                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
7882                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
7883                 "ext-mbstring": "Required for multibyte Unicode string functionality."
7884             },
7885             "type": "library",
7886             "autoload": {
7887                 "psr-4": {
7888                     "Faker\\": "src/Faker/"
7889                 }
7890             },
7891             "notification-url": "https://packagist.org/downloads/",
7892             "license": [
7893                 "MIT"
7894             ],
7895             "authors": [
7896                 {
7897                     "name": "François Zaninotto"
7898                 }
7899             ],
7900             "description": "Faker is a PHP library that generates fake data for you.",
7901             "keywords": [
7902                 "data",
7903                 "faker",
7904                 "fixtures"
7905             ],
7906             "support": {
7907                 "issues": "https://github.com/FakerPHP/Faker/issues",
7908                 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
7909             },
7910             "time": "2024-11-21T13:46:39+00:00"
7911         },
7912         {
7913             "name": "filp/whoops",
7914             "version": "2.17.0",
7915             "source": {
7916                 "type": "git",
7917                 "url": "https://github.com/filp/whoops.git",
7918                 "reference": "075bc0c26631110584175de6523ab3f1652eb28e"
7919             },
7920             "dist": {
7921                 "type": "zip",
7922                 "url": "https://api.github.com/repos/filp/whoops/zipball/075bc0c26631110584175de6523ab3f1652eb28e",
7923                 "reference": "075bc0c26631110584175de6523ab3f1652eb28e",
7924                 "shasum": ""
7925             },
7926             "require": {
7927                 "php": "^7.1 || ^8.0",
7928                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
7929             },
7930             "require-dev": {
7931                 "mockery/mockery": "^1.0",
7932                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
7933                 "symfony/var-dumper": "^4.0 || ^5.0"
7934             },
7935             "suggest": {
7936                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
7937                 "whoops/soap": "Formats errors as SOAP responses"
7938             },
7939             "type": "library",
7940             "extra": {
7941                 "branch-alias": {
7942                     "dev-master": "2.7-dev"
7943                 }
7944             },
7945             "autoload": {
7946                 "psr-4": {
7947                     "Whoops\\": "src/Whoops/"
7948                 }
7949             },
7950             "notification-url": "https://packagist.org/downloads/",
7951             "license": [
7952                 "MIT"
7953             ],
7954             "authors": [
7955                 {
7956                     "name": "Filipe Dobreira",
7957                     "homepage": "https://github.com/filp",
7958                     "role": "Developer"
7959                 }
7960             ],
7961             "description": "php error handling for cool kids",
7962             "homepage": "https://filp.github.io/whoops/",
7963             "keywords": [
7964                 "error",
7965                 "exception",
7966                 "handling",
7967                 "library",
7968                 "throwable",
7969                 "whoops"
7970             ],
7971             "support": {
7972                 "issues": "https://github.com/filp/whoops/issues",
7973                 "source": "https://github.com/filp/whoops/tree/2.17.0"
7974             },
7975             "funding": [
7976                 {
7977                     "url": "https://github.com/denis-sokolov",
7978                     "type": "github"
7979                 }
7980             ],
7981             "time": "2025-01-25T12:00:00+00:00"
7982         },
7983         {
7984             "name": "hamcrest/hamcrest-php",
7985             "version": "v2.0.1",
7986             "source": {
7987                 "type": "git",
7988                 "url": "https://github.com/hamcrest/hamcrest-php.git",
7989                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
7990             },
7991             "dist": {
7992                 "type": "zip",
7993                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7994                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7995                 "shasum": ""
7996             },
7997             "require": {
7998                 "php": "^5.3|^7.0|^8.0"
7999             },
8000             "replace": {
8001                 "cordoval/hamcrest-php": "*",
8002                 "davedevelopment/hamcrest-php": "*",
8003                 "kodova/hamcrest-php": "*"
8004             },
8005             "require-dev": {
8006                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8007                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8008             },
8009             "type": "library",
8010             "extra": {
8011                 "branch-alias": {
8012                     "dev-master": "2.1-dev"
8013                 }
8014             },
8015             "autoload": {
8016                 "classmap": [
8017                     "hamcrest"
8018                 ]
8019             },
8020             "notification-url": "https://packagist.org/downloads/",
8021             "license": [
8022                 "BSD-3-Clause"
8023             ],
8024             "description": "This is the PHP port of Hamcrest Matchers",
8025             "keywords": [
8026                 "test"
8027             ],
8028             "support": {
8029                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8030                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8031             },
8032             "time": "2020-07-09T08:09:16+00:00"
8033         },
8034         {
8035             "name": "itsgoingd/clockwork",
8036             "version": "v5.3.4",
8037             "source": {
8038                 "type": "git",
8039                 "url": "https://github.com/itsgoingd/clockwork.git",
8040                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5"
8041             },
8042             "dist": {
8043                 "type": "zip",
8044                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8045                 "reference": "c27ad77a08a9e58bf0049de46969fa4fe3b506e5",
8046                 "shasum": ""
8047             },
8048             "require": {
8049                 "ext-json": "*",
8050                 "php": ">=7.1"
8051             },
8052             "suggest": {
8053                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8054                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8055                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8056                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8057                 "ext-redis": "Needed in order to use Redis for metadata storage",
8058                 "php-http/discovery": "Vanilla integration - required for the middleware zero-configuration setup"
8059             },
8060             "type": "library",
8061             "extra": {
8062                 "laravel": {
8063                     "aliases": {
8064                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8065                     },
8066                     "providers": [
8067                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8068                     ]
8069                 }
8070             },
8071             "autoload": {
8072                 "psr-4": {
8073                     "Clockwork\\": "Clockwork/"
8074                 }
8075             },
8076             "notification-url": "https://packagist.org/downloads/",
8077             "license": [
8078                 "MIT"
8079             ],
8080             "authors": [
8081                 {
8082                     "name": "itsgoingd",
8083                     "email": "[email protected]",
8084                     "homepage": "https://twitter.com/itsgoingd"
8085                 }
8086             ],
8087             "description": "php dev tools in your browser",
8088             "homepage": "https://underground.works/clockwork",
8089             "keywords": [
8090                 "Devtools",
8091                 "debugging",
8092                 "laravel",
8093                 "logging",
8094                 "lumen",
8095                 "profiling",
8096                 "slim"
8097             ],
8098             "support": {
8099                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8100                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.3.4"
8101             },
8102             "funding": [
8103                 {
8104                     "url": "https://github.com/itsgoingd",
8105                     "type": "github"
8106                 }
8107             ],
8108             "time": "2025-02-09T15:57:21+00:00"
8109         },
8110         {
8111             "name": "larastan/larastan",
8112             "version": "v3.1.0",
8113             "source": {
8114                 "type": "git",
8115                 "url": "https://github.com/larastan/larastan.git",
8116                 "reference": "dbb2dc20e5c8e1ed3ff289054e1955f269187312"
8117             },
8118             "dist": {
8119                 "type": "zip",
8120                 "url": "https://api.github.com/repos/larastan/larastan/zipball/dbb2dc20e5c8e1ed3ff289054e1955f269187312",
8121                 "reference": "dbb2dc20e5c8e1ed3ff289054e1955f269187312",
8122                 "shasum": ""
8123             },
8124             "require": {
8125                 "ext-json": "*",
8126                 "illuminate/console": "^11.15.0 || ^12.0",
8127                 "illuminate/container": "^11.15.0 || ^12.0",
8128                 "illuminate/contracts": "^11.15.0 || ^12.0",
8129                 "illuminate/database": "^11.15.0 || ^12.0",
8130                 "illuminate/http": "^11.15.0 || ^12.0",
8131                 "illuminate/pipeline": "^11.15.0 || ^12.0",
8132                 "illuminate/support": "^11.15.0 || ^12.0",
8133                 "php": "^8.2",
8134                 "phpmyadmin/sql-parser": "^5.9.0",
8135                 "phpstan/phpstan": "^2.1.3"
8136             },
8137             "require-dev": {
8138                 "doctrine/coding-standard": "^12.0",
8139                 "laravel/framework": "^11.15.0 || ^12.0",
8140                 "mockery/mockery": "^1.6",
8141                 "nikic/php-parser": "^5.3",
8142                 "orchestra/canvas": "^v9.1.3 || ^10.0",
8143                 "orchestra/testbench-core": "^9.5.2 || ^10.0",
8144                 "phpstan/phpstan-deprecation-rules": "^2.0.0",
8145                 "phpunit/phpunit": "^10.5.35 || ^11.3.6"
8146             },
8147             "suggest": {
8148                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8149             },
8150             "type": "phpstan-extension",
8151             "extra": {
8152                 "phpstan": {
8153                     "includes": [
8154                         "extension.neon"
8155                     ]
8156                 },
8157                 "branch-alias": {
8158                     "dev-master": "3.0-dev"
8159                 }
8160             },
8161             "autoload": {
8162                 "psr-4": {
8163                     "Larastan\\Larastan\\": "src/"
8164                 }
8165             },
8166             "notification-url": "https://packagist.org/downloads/",
8167             "license": [
8168                 "MIT"
8169             ],
8170             "authors": [
8171                 {
8172                     "name": "Can Vural",
8173                     "email": "[email protected]"
8174                 },
8175                 {
8176                     "name": "Nuno Maduro",
8177                     "email": "[email protected]"
8178                 }
8179             ],
8180             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
8181             "keywords": [
8182                 "PHPStan",
8183                 "code analyse",
8184                 "code analysis",
8185                 "larastan",
8186                 "laravel",
8187                 "package",
8188                 "php",
8189                 "static analysis"
8190             ],
8191             "support": {
8192                 "issues": "https://github.com/larastan/larastan/issues",
8193                 "source": "https://github.com/larastan/larastan/tree/v3.1.0"
8194             },
8195             "funding": [
8196                 {
8197                     "url": "https://github.com/canvural",
8198                     "type": "github"
8199                 }
8200             ],
8201             "time": "2025-02-20T15:25:15+00:00"
8202         },
8203         {
8204             "name": "mockery/mockery",
8205             "version": "1.6.12",
8206             "source": {
8207                 "type": "git",
8208                 "url": "https://github.com/mockery/mockery.git",
8209                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
8210             },
8211             "dist": {
8212                 "type": "zip",
8213                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8214                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8215                 "shasum": ""
8216             },
8217             "require": {
8218                 "hamcrest/hamcrest-php": "^2.0.1",
8219                 "lib-pcre": ">=7.0",
8220                 "php": ">=7.3"
8221             },
8222             "conflict": {
8223                 "phpunit/phpunit": "<8.0"
8224             },
8225             "require-dev": {
8226                 "phpunit/phpunit": "^8.5 || ^9.6.17",
8227                 "symplify/easy-coding-standard": "^12.1.14"
8228             },
8229             "type": "library",
8230             "autoload": {
8231                 "files": [
8232                     "library/helpers.php",
8233                     "library/Mockery.php"
8234                 ],
8235                 "psr-4": {
8236                     "Mockery\\": "library/Mockery"
8237                 }
8238             },
8239             "notification-url": "https://packagist.org/downloads/",
8240             "license": [
8241                 "BSD-3-Clause"
8242             ],
8243             "authors": [
8244                 {
8245                     "name": "Pádraic Brady",
8246                     "email": "[email protected]",
8247                     "homepage": "https://github.com/padraic",
8248                     "role": "Author"
8249                 },
8250                 {
8251                     "name": "Dave Marshall",
8252                     "email": "[email protected]",
8253                     "homepage": "https://davedevelopment.co.uk",
8254                     "role": "Developer"
8255                 },
8256                 {
8257                     "name": "Nathanael Esayeas",
8258                     "email": "[email protected]",
8259                     "homepage": "https://github.com/ghostwriter",
8260                     "role": "Lead Developer"
8261                 }
8262             ],
8263             "description": "Mockery is a simple yet flexible PHP mock object framework",
8264             "homepage": "https://github.com/mockery/mockery",
8265             "keywords": [
8266                 "BDD",
8267                 "TDD",
8268                 "library",
8269                 "mock",
8270                 "mock objects",
8271                 "mockery",
8272                 "stub",
8273                 "test",
8274                 "test double",
8275                 "testing"
8276             ],
8277             "support": {
8278                 "docs": "https://docs.mockery.io/",
8279                 "issues": "https://github.com/mockery/mockery/issues",
8280                 "rss": "https://github.com/mockery/mockery/releases.atom",
8281                 "security": "https://github.com/mockery/mockery/security/advisories",
8282                 "source": "https://github.com/mockery/mockery"
8283             },
8284             "time": "2024-05-16T03:13:13+00:00"
8285         },
8286         {
8287             "name": "myclabs/deep-copy",
8288             "version": "1.13.0",
8289             "source": {
8290                 "type": "git",
8291                 "url": "https://github.com/myclabs/DeepCopy.git",
8292                 "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
8293             },
8294             "dist": {
8295                 "type": "zip",
8296                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
8297                 "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
8298                 "shasum": ""
8299             },
8300             "require": {
8301                 "php": "^7.1 || ^8.0"
8302             },
8303             "conflict": {
8304                 "doctrine/collections": "<1.6.8",
8305                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
8306             },
8307             "require-dev": {
8308                 "doctrine/collections": "^1.6.8",
8309                 "doctrine/common": "^2.13.3 || ^3.2.2",
8310                 "phpspec/prophecy": "^1.10",
8311                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8312             },
8313             "type": "library",
8314             "autoload": {
8315                 "files": [
8316                     "src/DeepCopy/deep_copy.php"
8317                 ],
8318                 "psr-4": {
8319                     "DeepCopy\\": "src/DeepCopy/"
8320                 }
8321             },
8322             "notification-url": "https://packagist.org/downloads/",
8323             "license": [
8324                 "MIT"
8325             ],
8326             "description": "Create deep copies (clones) of your objects",
8327             "keywords": [
8328                 "clone",
8329                 "copy",
8330                 "duplicate",
8331                 "object",
8332                 "object graph"
8333             ],
8334             "support": {
8335                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8336                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
8337             },
8338             "funding": [
8339                 {
8340                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8341                     "type": "tidelift"
8342                 }
8343             ],
8344             "time": "2025-02-12T12:17:51+00:00"
8345         },
8346         {
8347             "name": "nunomaduro/collision",
8348             "version": "v8.6.1",
8349             "source": {
8350                 "type": "git",
8351                 "url": "https://github.com/nunomaduro/collision.git",
8352                 "reference": "86f003c132143d5a2ab214e19933946409e0cae7"
8353             },
8354             "dist": {
8355                 "type": "zip",
8356                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/86f003c132143d5a2ab214e19933946409e0cae7",
8357                 "reference": "86f003c132143d5a2ab214e19933946409e0cae7",
8358                 "shasum": ""
8359             },
8360             "require": {
8361                 "filp/whoops": "^2.16.0",
8362                 "nunomaduro/termwind": "^2.3.0",
8363                 "php": "^8.2.0",
8364                 "symfony/console": "^7.2.1"
8365             },
8366             "conflict": {
8367                 "laravel/framework": "<11.39.1 || >=13.0.0",
8368                 "phpunit/phpunit": "<11.5.3 || >=12.0.0"
8369             },
8370             "require-dev": {
8371                 "larastan/larastan": "^2.9.12",
8372                 "laravel/framework": "^11.39.1",
8373                 "laravel/pint": "^1.20.0",
8374                 "laravel/sail": "^1.40.0",
8375                 "laravel/sanctum": "^4.0.7",
8376                 "laravel/tinker": "^2.10.0",
8377                 "orchestra/testbench-core": "^9.9.2",
8378                 "pestphp/pest": "^3.7.3",
8379                 "sebastian/environment": "^6.1.0 || ^7.2.0"
8380             },
8381             "type": "library",
8382             "extra": {
8383                 "laravel": {
8384                     "providers": [
8385                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8386                     ]
8387                 },
8388                 "branch-alias": {
8389                     "dev-8.x": "8.x-dev"
8390                 }
8391             },
8392             "autoload": {
8393                 "files": [
8394                     "./src/Adapters/Phpunit/Autoload.php"
8395                 ],
8396                 "psr-4": {
8397                     "NunoMaduro\\Collision\\": "src/"
8398                 }
8399             },
8400             "notification-url": "https://packagist.org/downloads/",
8401             "license": [
8402                 "MIT"
8403             ],
8404             "authors": [
8405                 {
8406                     "name": "Nuno Maduro",
8407                     "email": "[email protected]"
8408                 }
8409             ],
8410             "description": "Cli error handling for console/command-line PHP applications.",
8411             "keywords": [
8412                 "artisan",
8413                 "cli",
8414                 "command-line",
8415                 "console",
8416                 "dev",
8417                 "error",
8418                 "handling",
8419                 "laravel",
8420                 "laravel-zero",
8421                 "php",
8422                 "symfony"
8423             ],
8424             "support": {
8425                 "issues": "https://github.com/nunomaduro/collision/issues",
8426                 "source": "https://github.com/nunomaduro/collision"
8427             },
8428             "funding": [
8429                 {
8430                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8431                     "type": "custom"
8432                 },
8433                 {
8434                     "url": "https://github.com/nunomaduro",
8435                     "type": "github"
8436                 },
8437                 {
8438                     "url": "https://www.patreon.com/nunomaduro",
8439                     "type": "patreon"
8440                 }
8441             ],
8442             "time": "2025-01-23T13:41:43+00:00"
8443         },
8444         {
8445             "name": "phar-io/manifest",
8446             "version": "2.0.4",
8447             "source": {
8448                 "type": "git",
8449                 "url": "https://github.com/phar-io/manifest.git",
8450                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8451             },
8452             "dist": {
8453                 "type": "zip",
8454                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8455                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8456                 "shasum": ""
8457             },
8458             "require": {
8459                 "ext-dom": "*",
8460                 "ext-libxml": "*",
8461                 "ext-phar": "*",
8462                 "ext-xmlwriter": "*",
8463                 "phar-io/version": "^3.0.1",
8464                 "php": "^7.2 || ^8.0"
8465             },
8466             "type": "library",
8467             "extra": {
8468                 "branch-alias": {
8469                     "dev-master": "2.0.x-dev"
8470                 }
8471             },
8472             "autoload": {
8473                 "classmap": [
8474                     "src/"
8475                 ]
8476             },
8477             "notification-url": "https://packagist.org/downloads/",
8478             "license": [
8479                 "BSD-3-Clause"
8480             ],
8481             "authors": [
8482                 {
8483                     "name": "Arne Blankerts",
8484                     "email": "[email protected]",
8485                     "role": "Developer"
8486                 },
8487                 {
8488                     "name": "Sebastian Heuer",
8489                     "email": "[email protected]",
8490                     "role": "Developer"
8491                 },
8492                 {
8493                     "name": "Sebastian Bergmann",
8494                     "email": "[email protected]",
8495                     "role": "Developer"
8496                 }
8497             ],
8498             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8499             "support": {
8500                 "issues": "https://github.com/phar-io/manifest/issues",
8501                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8502             },
8503             "funding": [
8504                 {
8505                     "url": "https://github.com/theseer",
8506                     "type": "github"
8507                 }
8508             ],
8509             "time": "2024-03-03T12:33:53+00:00"
8510         },
8511         {
8512             "name": "phar-io/version",
8513             "version": "3.2.1",
8514             "source": {
8515                 "type": "git",
8516                 "url": "https://github.com/phar-io/version.git",
8517                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8518             },
8519             "dist": {
8520                 "type": "zip",
8521                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8522                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8523                 "shasum": ""
8524             },
8525             "require": {
8526                 "php": "^7.2 || ^8.0"
8527             },
8528             "type": "library",
8529             "autoload": {
8530                 "classmap": [
8531                     "src/"
8532                 ]
8533             },
8534             "notification-url": "https://packagist.org/downloads/",
8535             "license": [
8536                 "BSD-3-Clause"
8537             ],
8538             "authors": [
8539                 {
8540                     "name": "Arne Blankerts",
8541                     "email": "[email protected]",
8542                     "role": "Developer"
8543                 },
8544                 {
8545                     "name": "Sebastian Heuer",
8546                     "email": "[email protected]",
8547                     "role": "Developer"
8548                 },
8549                 {
8550                     "name": "Sebastian Bergmann",
8551                     "email": "[email protected]",
8552                     "role": "Developer"
8553                 }
8554             ],
8555             "description": "Library for handling version information and constraints",
8556             "support": {
8557                 "issues": "https://github.com/phar-io/version/issues",
8558                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8559             },
8560             "time": "2022-02-21T01:04:05+00:00"
8561         },
8562         {
8563             "name": "phpmyadmin/sql-parser",
8564             "version": "5.11.0",
8565             "source": {
8566                 "type": "git",
8567                 "url": "https://github.com/phpmyadmin/sql-parser.git",
8568                 "reference": "07044bc8c13abd542756c3fd34dc66a5d6dee8e4"
8569             },
8570             "dist": {
8571                 "type": "zip",
8572                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/07044bc8c13abd542756c3fd34dc66a5d6dee8e4",
8573                 "reference": "07044bc8c13abd542756c3fd34dc66a5d6dee8e4",
8574                 "shasum": ""
8575             },
8576             "require": {
8577                 "php": "^7.2 || ^8.0",
8578                 "symfony/polyfill-mbstring": "^1.3",
8579                 "symfony/polyfill-php80": "^1.16"
8580             },
8581             "conflict": {
8582                 "phpmyadmin/motranslator": "<3.0"
8583             },
8584             "require-dev": {
8585                 "phpbench/phpbench": "^1.1",
8586                 "phpmyadmin/coding-standard": "^3.0",
8587                 "phpmyadmin/motranslator": "^4.0 || ^5.0",
8588                 "phpstan/extension-installer": "^1.4",
8589                 "phpstan/phpstan": "^1.12",
8590                 "phpstan/phpstan-deprecation-rules": "^1.2",
8591                 "phpstan/phpstan-phpunit": "^1.4",
8592                 "phpstan/phpstan-strict-rules": "^1.6",
8593                 "phpunit/phpunit": "^8.5 || ^9.6",
8594                 "psalm/plugin-phpunit": "^0.16.1",
8595                 "vimeo/psalm": "^4.11",
8596                 "zumba/json-serializer": "~3.0.2"
8597             },
8598             "suggest": {
8599                 "ext-mbstring": "For best performance",
8600                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
8601             },
8602             "bin": [
8603                 "bin/highlight-query",
8604                 "bin/lint-query",
8605                 "bin/sql-parser",
8606                 "bin/tokenize-query"
8607             ],
8608             "type": "library",
8609             "autoload": {
8610                 "psr-4": {
8611                     "PhpMyAdmin\\SqlParser\\": "src"
8612                 }
8613             },
8614             "notification-url": "https://packagist.org/downloads/",
8615             "license": [
8616                 "GPL-2.0-or-later"
8617             ],
8618             "authors": [
8619                 {
8620                     "name": "The phpMyAdmin Team",
8621                     "email": "[email protected]",
8622                     "homepage": "https://www.phpmyadmin.net/team/"
8623                 }
8624             ],
8625             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
8626             "homepage": "https://github.com/phpmyadmin/sql-parser",
8627             "keywords": [
8628                 "analysis",
8629                 "lexer",
8630                 "parser",
8631                 "query linter",
8632                 "sql",
8633                 "sql lexer",
8634                 "sql linter",
8635                 "sql parser",
8636                 "sql syntax highlighter",
8637                 "sql tokenizer"
8638             ],
8639             "support": {
8640                 "issues": "https://github.com/phpmyadmin/sql-parser/issues",
8641                 "source": "https://github.com/phpmyadmin/sql-parser"
8642             },
8643             "funding": [
8644                 {
8645                     "url": "https://www.phpmyadmin.net/donate/",
8646                     "type": "other"
8647                 }
8648             ],
8649             "time": "2025-02-22T20:00:59+00:00"
8650         },
8651         {
8652             "name": "phpstan/phpstan",
8653             "version": "2.1.6",
8654             "source": {
8655                 "type": "git",
8656                 "url": "https://github.com/phpstan/phpstan.git",
8657                 "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c"
8658             },
8659             "dist": {
8660                 "type": "zip",
8661                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c",
8662                 "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c",
8663                 "shasum": ""
8664             },
8665             "require": {
8666                 "php": "^7.4|^8.0"
8667             },
8668             "conflict": {
8669                 "phpstan/phpstan-shim": "*"
8670             },
8671             "bin": [
8672                 "phpstan",
8673                 "phpstan.phar"
8674             ],
8675             "type": "library",
8676             "autoload": {
8677                 "files": [
8678                     "bootstrap.php"
8679                 ]
8680             },
8681             "notification-url": "https://packagist.org/downloads/",
8682             "license": [
8683                 "MIT"
8684             ],
8685             "description": "PHPStan - PHP Static Analysis Tool",
8686             "keywords": [
8687                 "dev",
8688                 "static analysis"
8689             ],
8690             "support": {
8691                 "docs": "https://phpstan.org/user-guide/getting-started",
8692                 "forum": "https://github.com/phpstan/phpstan/discussions",
8693                 "issues": "https://github.com/phpstan/phpstan/issues",
8694                 "security": "https://github.com/phpstan/phpstan/security/policy",
8695                 "source": "https://github.com/phpstan/phpstan-src"
8696             },
8697             "funding": [
8698                 {
8699                     "url": "https://github.com/ondrejmirtes",
8700                     "type": "github"
8701                 },
8702                 {
8703                     "url": "https://github.com/phpstan",
8704                     "type": "github"
8705                 }
8706             ],
8707             "time": "2025-02-19T15:46:42+00:00"
8708         },
8709         {
8710             "name": "phpunit/php-code-coverage",
8711             "version": "11.0.8",
8712             "source": {
8713                 "type": "git",
8714                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8715                 "reference": "418c59fd080954f8c4aa5631d9502ecda2387118"
8716             },
8717             "dist": {
8718                 "type": "zip",
8719                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/418c59fd080954f8c4aa5631d9502ecda2387118",
8720                 "reference": "418c59fd080954f8c4aa5631d9502ecda2387118",
8721                 "shasum": ""
8722             },
8723             "require": {
8724                 "ext-dom": "*",
8725                 "ext-libxml": "*",
8726                 "ext-xmlwriter": "*",
8727                 "nikic/php-parser": "^5.3.1",
8728                 "php": ">=8.2",
8729                 "phpunit/php-file-iterator": "^5.1.0",
8730                 "phpunit/php-text-template": "^4.0.1",
8731                 "sebastian/code-unit-reverse-lookup": "^4.0.1",
8732                 "sebastian/complexity": "^4.0.1",
8733                 "sebastian/environment": "^7.2.0",
8734                 "sebastian/lines-of-code": "^3.0.1",
8735                 "sebastian/version": "^5.0.2",
8736                 "theseer/tokenizer": "^1.2.3"
8737             },
8738             "require-dev": {
8739                 "phpunit/phpunit": "^11.5.0"
8740             },
8741             "suggest": {
8742                 "ext-pcov": "PHP extension that provides line coverage",
8743                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8744             },
8745             "type": "library",
8746             "extra": {
8747                 "branch-alias": {
8748                     "dev-main": "11.0.x-dev"
8749                 }
8750             },
8751             "autoload": {
8752                 "classmap": [
8753                     "src/"
8754                 ]
8755             },
8756             "notification-url": "https://packagist.org/downloads/",
8757             "license": [
8758                 "BSD-3-Clause"
8759             ],
8760             "authors": [
8761                 {
8762                     "name": "Sebastian Bergmann",
8763                     "email": "[email protected]",
8764                     "role": "lead"
8765                 }
8766             ],
8767             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8768             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8769             "keywords": [
8770                 "coverage",
8771                 "testing",
8772                 "xunit"
8773             ],
8774             "support": {
8775                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8776                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8777                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.8"
8778             },
8779             "funding": [
8780                 {
8781                     "url": "https://github.com/sebastianbergmann",
8782                     "type": "github"
8783                 }
8784             ],
8785             "time": "2024-12-11T12:34:27+00:00"
8786         },
8787         {
8788             "name": "phpunit/php-file-iterator",
8789             "version": "5.1.0",
8790             "source": {
8791                 "type": "git",
8792                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8793                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
8794             },
8795             "dist": {
8796                 "type": "zip",
8797                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
8798                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
8799                 "shasum": ""
8800             },
8801             "require": {
8802                 "php": ">=8.2"
8803             },
8804             "require-dev": {
8805                 "phpunit/phpunit": "^11.0"
8806             },
8807             "type": "library",
8808             "extra": {
8809                 "branch-alias": {
8810                     "dev-main": "5.0-dev"
8811                 }
8812             },
8813             "autoload": {
8814                 "classmap": [
8815                     "src/"
8816                 ]
8817             },
8818             "notification-url": "https://packagist.org/downloads/",
8819             "license": [
8820                 "BSD-3-Clause"
8821             ],
8822             "authors": [
8823                 {
8824                     "name": "Sebastian Bergmann",
8825                     "email": "[email protected]",
8826                     "role": "lead"
8827                 }
8828             ],
8829             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8830             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8831             "keywords": [
8832                 "filesystem",
8833                 "iterator"
8834             ],
8835             "support": {
8836                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8837                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
8838                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
8839             },
8840             "funding": [
8841                 {
8842                     "url": "https://github.com/sebastianbergmann",
8843                     "type": "github"
8844                 }
8845             ],
8846             "time": "2024-08-27T05:02:59+00:00"
8847         },
8848         {
8849             "name": "phpunit/php-invoker",
8850             "version": "5.0.1",
8851             "source": {
8852                 "type": "git",
8853                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8854                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
8855             },
8856             "dist": {
8857                 "type": "zip",
8858                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
8859                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
8860                 "shasum": ""
8861             },
8862             "require": {
8863                 "php": ">=8.2"
8864             },
8865             "require-dev": {
8866                 "ext-pcntl": "*",
8867                 "phpunit/phpunit": "^11.0"
8868             },
8869             "suggest": {
8870                 "ext-pcntl": "*"
8871             },
8872             "type": "library",
8873             "extra": {
8874                 "branch-alias": {
8875                     "dev-main": "5.0-dev"
8876                 }
8877             },
8878             "autoload": {
8879                 "classmap": [
8880                     "src/"
8881                 ]
8882             },
8883             "notification-url": "https://packagist.org/downloads/",
8884             "license": [
8885                 "BSD-3-Clause"
8886             ],
8887             "authors": [
8888                 {
8889                     "name": "Sebastian Bergmann",
8890                     "email": "[email protected]",
8891                     "role": "lead"
8892                 }
8893             ],
8894             "description": "Invoke callables with a timeout",
8895             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8896             "keywords": [
8897                 "process"
8898             ],
8899             "support": {
8900                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8901                 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
8902                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
8903             },
8904             "funding": [
8905                 {
8906                     "url": "https://github.com/sebastianbergmann",
8907                     "type": "github"
8908                 }
8909             ],
8910             "time": "2024-07-03T05:07:44+00:00"
8911         },
8912         {
8913             "name": "phpunit/php-text-template",
8914             "version": "4.0.1",
8915             "source": {
8916                 "type": "git",
8917                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8918                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
8919             },
8920             "dist": {
8921                 "type": "zip",
8922                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8923                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8924                 "shasum": ""
8925             },
8926             "require": {
8927                 "php": ">=8.2"
8928             },
8929             "require-dev": {
8930                 "phpunit/phpunit": "^11.0"
8931             },
8932             "type": "library",
8933             "extra": {
8934                 "branch-alias": {
8935                     "dev-main": "4.0-dev"
8936                 }
8937             },
8938             "autoload": {
8939                 "classmap": [
8940                     "src/"
8941                 ]
8942             },
8943             "notification-url": "https://packagist.org/downloads/",
8944             "license": [
8945                 "BSD-3-Clause"
8946             ],
8947             "authors": [
8948                 {
8949                     "name": "Sebastian Bergmann",
8950                     "email": "[email protected]",
8951                     "role": "lead"
8952                 }
8953             ],
8954             "description": "Simple template engine.",
8955             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8956             "keywords": [
8957                 "template"
8958             ],
8959             "support": {
8960                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8961                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
8962                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
8963             },
8964             "funding": [
8965                 {
8966                     "url": "https://github.com/sebastianbergmann",
8967                     "type": "github"
8968                 }
8969             ],
8970             "time": "2024-07-03T05:08:43+00:00"
8971         },
8972         {
8973             "name": "phpunit/php-timer",
8974             "version": "7.0.1",
8975             "source": {
8976                 "type": "git",
8977                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8978                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
8979             },
8980             "dist": {
8981                 "type": "zip",
8982                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8983                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8984                 "shasum": ""
8985             },
8986             "require": {
8987                 "php": ">=8.2"
8988             },
8989             "require-dev": {
8990                 "phpunit/phpunit": "^11.0"
8991             },
8992             "type": "library",
8993             "extra": {
8994                 "branch-alias": {
8995                     "dev-main": "7.0-dev"
8996                 }
8997             },
8998             "autoload": {
8999                 "classmap": [
9000                     "src/"
9001                 ]
9002             },
9003             "notification-url": "https://packagist.org/downloads/",
9004             "license": [
9005                 "BSD-3-Clause"
9006             ],
9007             "authors": [
9008                 {
9009                     "name": "Sebastian Bergmann",
9010                     "email": "[email protected]",
9011                     "role": "lead"
9012                 }
9013             ],
9014             "description": "Utility class for timing",
9015             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9016             "keywords": [
9017                 "timer"
9018             ],
9019             "support": {
9020                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9021                 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
9022                 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
9023             },
9024             "funding": [
9025                 {
9026                     "url": "https://github.com/sebastianbergmann",
9027                     "type": "github"
9028                 }
9029             ],
9030             "time": "2024-07-03T05:09:35+00:00"
9031         },
9032         {
9033             "name": "phpunit/phpunit",
9034             "version": "11.5.9",
9035             "source": {
9036                 "type": "git",
9037                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9038                 "reference": "c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b"
9039             },
9040             "dist": {
9041                 "type": "zip",
9042                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b",
9043                 "reference": "c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b",
9044                 "shasum": ""
9045             },
9046             "require": {
9047                 "ext-dom": "*",
9048                 "ext-json": "*",
9049                 "ext-libxml": "*",
9050                 "ext-mbstring": "*",
9051                 "ext-xml": "*",
9052                 "ext-xmlwriter": "*",
9053                 "myclabs/deep-copy": "^1.13.0",
9054                 "phar-io/manifest": "^2.0.4",
9055                 "phar-io/version": "^3.2.1",
9056                 "php": ">=8.2",
9057                 "phpunit/php-code-coverage": "^11.0.8",
9058                 "phpunit/php-file-iterator": "^5.1.0",
9059                 "phpunit/php-invoker": "^5.0.1",
9060                 "phpunit/php-text-template": "^4.0.1",
9061                 "phpunit/php-timer": "^7.0.1",
9062                 "sebastian/cli-parser": "^3.0.2",
9063                 "sebastian/code-unit": "^3.0.2",
9064                 "sebastian/comparator": "^6.3.0",
9065                 "sebastian/diff": "^6.0.2",
9066                 "sebastian/environment": "^7.2.0",
9067                 "sebastian/exporter": "^6.3.0",
9068                 "sebastian/global-state": "^7.0.2",
9069                 "sebastian/object-enumerator": "^6.0.1",
9070                 "sebastian/type": "^5.1.0",
9071                 "sebastian/version": "^5.0.2",
9072                 "staabm/side-effects-detector": "^1.0.5"
9073             },
9074             "suggest": {
9075                 "ext-soap": "To be able to generate mocks based on WSDL files"
9076             },
9077             "bin": [
9078                 "phpunit"
9079             ],
9080             "type": "library",
9081             "extra": {
9082                 "branch-alias": {
9083                     "dev-main": "11.5-dev"
9084                 }
9085             },
9086             "autoload": {
9087                 "files": [
9088                     "src/Framework/Assert/Functions.php"
9089                 ],
9090                 "classmap": [
9091                     "src/"
9092                 ]
9093             },
9094             "notification-url": "https://packagist.org/downloads/",
9095             "license": [
9096                 "BSD-3-Clause"
9097             ],
9098             "authors": [
9099                 {
9100                     "name": "Sebastian Bergmann",
9101                     "email": "[email protected]",
9102                     "role": "lead"
9103                 }
9104             ],
9105             "description": "The PHP Unit Testing framework.",
9106             "homepage": "https://phpunit.de/",
9107             "keywords": [
9108                 "phpunit",
9109                 "testing",
9110                 "xunit"
9111             ],
9112             "support": {
9113                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9114                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9115                 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.9"
9116             },
9117             "funding": [
9118                 {
9119                     "url": "https://phpunit.de/sponsors.html",
9120                     "type": "custom"
9121                 },
9122                 {
9123                     "url": "https://github.com/sebastianbergmann",
9124                     "type": "github"
9125                 },
9126                 {
9127                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9128                     "type": "tidelift"
9129                 }
9130             ],
9131             "time": "2025-02-21T06:08:50+00:00"
9132         },
9133         {
9134             "name": "sebastian/cli-parser",
9135             "version": "3.0.2",
9136             "source": {
9137                 "type": "git",
9138                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9139                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
9140             },
9141             "dist": {
9142                 "type": "zip",
9143                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
9144                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
9145                 "shasum": ""
9146             },
9147             "require": {
9148                 "php": ">=8.2"
9149             },
9150             "require-dev": {
9151                 "phpunit/phpunit": "^11.0"
9152             },
9153             "type": "library",
9154             "extra": {
9155                 "branch-alias": {
9156                     "dev-main": "3.0-dev"
9157                 }
9158             },
9159             "autoload": {
9160                 "classmap": [
9161                     "src/"
9162                 ]
9163             },
9164             "notification-url": "https://packagist.org/downloads/",
9165             "license": [
9166                 "BSD-3-Clause"
9167             ],
9168             "authors": [
9169                 {
9170                     "name": "Sebastian Bergmann",
9171                     "email": "[email protected]",
9172                     "role": "lead"
9173                 }
9174             ],
9175             "description": "Library for parsing CLI options",
9176             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9177             "support": {
9178                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9179                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9180                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
9181             },
9182             "funding": [
9183                 {
9184                     "url": "https://github.com/sebastianbergmann",
9185                     "type": "github"
9186                 }
9187             ],
9188             "time": "2024-07-03T04:41:36+00:00"
9189         },
9190         {
9191             "name": "sebastian/code-unit",
9192             "version": "3.0.2",
9193             "source": {
9194                 "type": "git",
9195                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9196                 "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca"
9197             },
9198             "dist": {
9199                 "type": "zip",
9200                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
9201                 "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
9202                 "shasum": ""
9203             },
9204             "require": {
9205                 "php": ">=8.2"
9206             },
9207             "require-dev": {
9208                 "phpunit/phpunit": "^11.5"
9209             },
9210             "type": "library",
9211             "extra": {
9212                 "branch-alias": {
9213                     "dev-main": "3.0-dev"
9214                 }
9215             },
9216             "autoload": {
9217                 "classmap": [
9218                     "src/"
9219                 ]
9220             },
9221             "notification-url": "https://packagist.org/downloads/",
9222             "license": [
9223                 "BSD-3-Clause"
9224             ],
9225             "authors": [
9226                 {
9227                     "name": "Sebastian Bergmann",
9228                     "email": "[email protected]",
9229                     "role": "lead"
9230                 }
9231             ],
9232             "description": "Collection of value objects that represent the PHP code units",
9233             "homepage": "https://github.com/sebastianbergmann/code-unit",
9234             "support": {
9235                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9236                 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
9237                 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2"
9238             },
9239             "funding": [
9240                 {
9241                     "url": "https://github.com/sebastianbergmann",
9242                     "type": "github"
9243                 }
9244             ],
9245             "time": "2024-12-12T09:59:06+00:00"
9246         },
9247         {
9248             "name": "sebastian/code-unit-reverse-lookup",
9249             "version": "4.0.1",
9250             "source": {
9251                 "type": "git",
9252                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9253                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
9254             },
9255             "dist": {
9256                 "type": "zip",
9257                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
9258                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
9259                 "shasum": ""
9260             },
9261             "require": {
9262                 "php": ">=8.2"
9263             },
9264             "require-dev": {
9265                 "phpunit/phpunit": "^11.0"
9266             },
9267             "type": "library",
9268             "extra": {
9269                 "branch-alias": {
9270                     "dev-main": "4.0-dev"
9271                 }
9272             },
9273             "autoload": {
9274                 "classmap": [
9275                     "src/"
9276                 ]
9277             },
9278             "notification-url": "https://packagist.org/downloads/",
9279             "license": [
9280                 "BSD-3-Clause"
9281             ],
9282             "authors": [
9283                 {
9284                     "name": "Sebastian Bergmann",
9285                     "email": "[email protected]"
9286                 }
9287             ],
9288             "description": "Looks up which function or method a line of code belongs to",
9289             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9290             "support": {
9291                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9292                 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
9293                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
9294             },
9295             "funding": [
9296                 {
9297                     "url": "https://github.com/sebastianbergmann",
9298                     "type": "github"
9299                 }
9300             ],
9301             "time": "2024-07-03T04:45:54+00:00"
9302         },
9303         {
9304             "name": "sebastian/comparator",
9305             "version": "6.3.0",
9306             "source": {
9307                 "type": "git",
9308                 "url": "https://github.com/sebastianbergmann/comparator.git",
9309                 "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115"
9310             },
9311             "dist": {
9312                 "type": "zip",
9313                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/d4e47a769525c4dd38cea90e5dcd435ddbbc7115",
9314                 "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115",
9315                 "shasum": ""
9316             },
9317             "require": {
9318                 "ext-dom": "*",
9319                 "ext-mbstring": "*",
9320                 "php": ">=8.2",
9321                 "sebastian/diff": "^6.0",
9322                 "sebastian/exporter": "^6.0"
9323             },
9324             "require-dev": {
9325                 "phpunit/phpunit": "^11.4"
9326             },
9327             "suggest": {
9328                 "ext-bcmath": "For comparing BcMath\\Number objects"
9329             },
9330             "type": "library",
9331             "extra": {
9332                 "branch-alias": {
9333                     "dev-main": "6.2-dev"
9334                 }
9335             },
9336             "autoload": {
9337                 "classmap": [
9338                     "src/"
9339                 ]
9340             },
9341             "notification-url": "https://packagist.org/downloads/",
9342             "license": [
9343                 "BSD-3-Clause"
9344             ],
9345             "authors": [
9346                 {
9347                     "name": "Sebastian Bergmann",
9348                     "email": "[email protected]"
9349                 },
9350                 {
9351                     "name": "Jeff Welch",
9352                     "email": "[email protected]"
9353                 },
9354                 {
9355                     "name": "Volker Dusch",
9356                     "email": "[email protected]"
9357                 },
9358                 {
9359                     "name": "Bernhard Schussek",
9360                     "email": "[email protected]"
9361                 }
9362             ],
9363             "description": "Provides the functionality to compare PHP values for equality",
9364             "homepage": "https://github.com/sebastianbergmann/comparator",
9365             "keywords": [
9366                 "comparator",
9367                 "compare",
9368                 "equality"
9369             ],
9370             "support": {
9371                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9372                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9373                 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.0"
9374             },
9375             "funding": [
9376                 {
9377                     "url": "https://github.com/sebastianbergmann",
9378                     "type": "github"
9379                 }
9380             ],
9381             "time": "2025-01-06T10:28:19+00:00"
9382         },
9383         {
9384             "name": "sebastian/complexity",
9385             "version": "4.0.1",
9386             "source": {
9387                 "type": "git",
9388                 "url": "https://github.com/sebastianbergmann/complexity.git",
9389                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
9390             },
9391             "dist": {
9392                 "type": "zip",
9393                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
9394                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
9395                 "shasum": ""
9396             },
9397             "require": {
9398                 "nikic/php-parser": "^5.0",
9399                 "php": ">=8.2"
9400             },
9401             "require-dev": {
9402                 "phpunit/phpunit": "^11.0"
9403             },
9404             "type": "library",
9405             "extra": {
9406                 "branch-alias": {
9407                     "dev-main": "4.0-dev"
9408                 }
9409             },
9410             "autoload": {
9411                 "classmap": [
9412                     "src/"
9413                 ]
9414             },
9415             "notification-url": "https://packagist.org/downloads/",
9416             "license": [
9417                 "BSD-3-Clause"
9418             ],
9419             "authors": [
9420                 {
9421                     "name": "Sebastian Bergmann",
9422                     "email": "[email protected]",
9423                     "role": "lead"
9424                 }
9425             ],
9426             "description": "Library for calculating the complexity of PHP code units",
9427             "homepage": "https://github.com/sebastianbergmann/complexity",
9428             "support": {
9429                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9430                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9431                 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
9432             },
9433             "funding": [
9434                 {
9435                     "url": "https://github.com/sebastianbergmann",
9436                     "type": "github"
9437                 }
9438             ],
9439             "time": "2024-07-03T04:49:50+00:00"
9440         },
9441         {
9442             "name": "sebastian/diff",
9443             "version": "6.0.2",
9444             "source": {
9445                 "type": "git",
9446                 "url": "https://github.com/sebastianbergmann/diff.git",
9447                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
9448             },
9449             "dist": {
9450                 "type": "zip",
9451                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
9452                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
9453                 "shasum": ""
9454             },
9455             "require": {
9456                 "php": ">=8.2"
9457             },
9458             "require-dev": {
9459                 "phpunit/phpunit": "^11.0",
9460                 "symfony/process": "^4.2 || ^5"
9461             },
9462             "type": "library",
9463             "extra": {
9464                 "branch-alias": {
9465                     "dev-main": "6.0-dev"
9466                 }
9467             },
9468             "autoload": {
9469                 "classmap": [
9470                     "src/"
9471                 ]
9472             },
9473             "notification-url": "https://packagist.org/downloads/",
9474             "license": [
9475                 "BSD-3-Clause"
9476             ],
9477             "authors": [
9478                 {
9479                     "name": "Sebastian Bergmann",
9480                     "email": "[email protected]"
9481                 },
9482                 {
9483                     "name": "Kore Nordmann",
9484                     "email": "[email protected]"
9485                 }
9486             ],
9487             "description": "Diff implementation",
9488             "homepage": "https://github.com/sebastianbergmann/diff",
9489             "keywords": [
9490                 "diff",
9491                 "udiff",
9492                 "unidiff",
9493                 "unified diff"
9494             ],
9495             "support": {
9496                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9497                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9498                 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
9499             },
9500             "funding": [
9501                 {
9502                     "url": "https://github.com/sebastianbergmann",
9503                     "type": "github"
9504                 }
9505             ],
9506             "time": "2024-07-03T04:53:05+00:00"
9507         },
9508         {
9509             "name": "sebastian/environment",
9510             "version": "7.2.0",
9511             "source": {
9512                 "type": "git",
9513                 "url": "https://github.com/sebastianbergmann/environment.git",
9514                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
9515             },
9516             "dist": {
9517                 "type": "zip",
9518                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
9519                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
9520                 "shasum": ""
9521             },
9522             "require": {
9523                 "php": ">=8.2"
9524             },
9525             "require-dev": {
9526                 "phpunit/phpunit": "^11.0"
9527             },
9528             "suggest": {
9529                 "ext-posix": "*"
9530             },
9531             "type": "library",
9532             "extra": {
9533                 "branch-alias": {
9534                     "dev-main": "7.2-dev"
9535                 }
9536             },
9537             "autoload": {
9538                 "classmap": [
9539                     "src/"
9540                 ]
9541             },
9542             "notification-url": "https://packagist.org/downloads/",
9543             "license": [
9544                 "BSD-3-Clause"
9545             ],
9546             "authors": [
9547                 {
9548                     "name": "Sebastian Bergmann",
9549                     "email": "[email protected]"
9550                 }
9551             ],
9552             "description": "Provides functionality to handle HHVM/PHP environments",
9553             "homepage": "https://github.com/sebastianbergmann/environment",
9554             "keywords": [
9555                 "Xdebug",
9556                 "environment",
9557                 "hhvm"
9558             ],
9559             "support": {
9560                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9561                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9562                 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
9563             },
9564             "funding": [
9565                 {
9566                     "url": "https://github.com/sebastianbergmann",
9567                     "type": "github"
9568                 }
9569             ],
9570             "time": "2024-07-03T04:54:44+00:00"
9571         },
9572         {
9573             "name": "sebastian/exporter",
9574             "version": "6.3.0",
9575             "source": {
9576                 "type": "git",
9577                 "url": "https://github.com/sebastianbergmann/exporter.git",
9578                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
9579             },
9580             "dist": {
9581                 "type": "zip",
9582                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
9583                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
9584                 "shasum": ""
9585             },
9586             "require": {
9587                 "ext-mbstring": "*",
9588                 "php": ">=8.2",
9589                 "sebastian/recursion-context": "^6.0"
9590             },
9591             "require-dev": {
9592                 "phpunit/phpunit": "^11.3"
9593             },
9594             "type": "library",
9595             "extra": {
9596                 "branch-alias": {
9597                     "dev-main": "6.1-dev"
9598                 }
9599             },
9600             "autoload": {
9601                 "classmap": [
9602                     "src/"
9603                 ]
9604             },
9605             "notification-url": "https://packagist.org/downloads/",
9606             "license": [
9607                 "BSD-3-Clause"
9608             ],
9609             "authors": [
9610                 {
9611                     "name": "Sebastian Bergmann",
9612                     "email": "[email protected]"
9613                 },
9614                 {
9615                     "name": "Jeff Welch",
9616                     "email": "[email protected]"
9617                 },
9618                 {
9619                     "name": "Volker Dusch",
9620                     "email": "[email protected]"
9621                 },
9622                 {
9623                     "name": "Adam Harvey",
9624                     "email": "[email protected]"
9625                 },
9626                 {
9627                     "name": "Bernhard Schussek",
9628                     "email": "[email protected]"
9629                 }
9630             ],
9631             "description": "Provides the functionality to export PHP variables for visualization",
9632             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9633             "keywords": [
9634                 "export",
9635                 "exporter"
9636             ],
9637             "support": {
9638                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9639                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9640                 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
9641             },
9642             "funding": [
9643                 {
9644                     "url": "https://github.com/sebastianbergmann",
9645                     "type": "github"
9646                 }
9647             ],
9648             "time": "2024-12-05T09:17:50+00:00"
9649         },
9650         {
9651             "name": "sebastian/global-state",
9652             "version": "7.0.2",
9653             "source": {
9654                 "type": "git",
9655                 "url": "https://github.com/sebastianbergmann/global-state.git",
9656                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
9657             },
9658             "dist": {
9659                 "type": "zip",
9660                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
9661                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
9662                 "shasum": ""
9663             },
9664             "require": {
9665                 "php": ">=8.2",
9666                 "sebastian/object-reflector": "^4.0",
9667                 "sebastian/recursion-context": "^6.0"
9668             },
9669             "require-dev": {
9670                 "ext-dom": "*",
9671                 "phpunit/phpunit": "^11.0"
9672             },
9673             "type": "library",
9674             "extra": {
9675                 "branch-alias": {
9676                     "dev-main": "7.0-dev"
9677                 }
9678             },
9679             "autoload": {
9680                 "classmap": [
9681                     "src/"
9682                 ]
9683             },
9684             "notification-url": "https://packagist.org/downloads/",
9685             "license": [
9686                 "BSD-3-Clause"
9687             ],
9688             "authors": [
9689                 {
9690                     "name": "Sebastian Bergmann",
9691                     "email": "[email protected]"
9692                 }
9693             ],
9694             "description": "Snapshotting of global state",
9695             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9696             "keywords": [
9697                 "global state"
9698             ],
9699             "support": {
9700                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9701                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9702                 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
9703             },
9704             "funding": [
9705                 {
9706                     "url": "https://github.com/sebastianbergmann",
9707                     "type": "github"
9708                 }
9709             ],
9710             "time": "2024-07-03T04:57:36+00:00"
9711         },
9712         {
9713             "name": "sebastian/lines-of-code",
9714             "version": "3.0.1",
9715             "source": {
9716                 "type": "git",
9717                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9718                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
9719             },
9720             "dist": {
9721                 "type": "zip",
9722                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9723                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9724                 "shasum": ""
9725             },
9726             "require": {
9727                 "nikic/php-parser": "^5.0",
9728                 "php": ">=8.2"
9729             },
9730             "require-dev": {
9731                 "phpunit/phpunit": "^11.0"
9732             },
9733             "type": "library",
9734             "extra": {
9735                 "branch-alias": {
9736                     "dev-main": "3.0-dev"
9737                 }
9738             },
9739             "autoload": {
9740                 "classmap": [
9741                     "src/"
9742                 ]
9743             },
9744             "notification-url": "https://packagist.org/downloads/",
9745             "license": [
9746                 "BSD-3-Clause"
9747             ],
9748             "authors": [
9749                 {
9750                     "name": "Sebastian Bergmann",
9751                     "email": "[email protected]",
9752                     "role": "lead"
9753                 }
9754             ],
9755             "description": "Library for counting the lines of code in PHP source code",
9756             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9757             "support": {
9758                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9759                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9760                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
9761             },
9762             "funding": [
9763                 {
9764                     "url": "https://github.com/sebastianbergmann",
9765                     "type": "github"
9766                 }
9767             ],
9768             "time": "2024-07-03T04:58:38+00:00"
9769         },
9770         {
9771             "name": "sebastian/object-enumerator",
9772             "version": "6.0.1",
9773             "source": {
9774                 "type": "git",
9775                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9776                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
9777             },
9778             "dist": {
9779                 "type": "zip",
9780                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
9781                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
9782                 "shasum": ""
9783             },
9784             "require": {
9785                 "php": ">=8.2",
9786                 "sebastian/object-reflector": "^4.0",
9787                 "sebastian/recursion-context": "^6.0"
9788             },
9789             "require-dev": {
9790                 "phpunit/phpunit": "^11.0"
9791             },
9792             "type": "library",
9793             "extra": {
9794                 "branch-alias": {
9795                     "dev-main": "6.0-dev"
9796                 }
9797             },
9798             "autoload": {
9799                 "classmap": [
9800                     "src/"
9801                 ]
9802             },
9803             "notification-url": "https://packagist.org/downloads/",
9804             "license": [
9805                 "BSD-3-Clause"
9806             ],
9807             "authors": [
9808                 {
9809                     "name": "Sebastian Bergmann",
9810                     "email": "[email protected]"
9811                 }
9812             ],
9813             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9814             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9815             "support": {
9816                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9817                 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
9818                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
9819             },
9820             "funding": [
9821                 {
9822                     "url": "https://github.com/sebastianbergmann",
9823                     "type": "github"
9824                 }
9825             ],
9826             "time": "2024-07-03T05:00:13+00:00"
9827         },
9828         {
9829             "name": "sebastian/object-reflector",
9830             "version": "4.0.1",
9831             "source": {
9832                 "type": "git",
9833                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9834                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
9835             },
9836             "dist": {
9837                 "type": "zip",
9838                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9839                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9840                 "shasum": ""
9841             },
9842             "require": {
9843                 "php": ">=8.2"
9844             },
9845             "require-dev": {
9846                 "phpunit/phpunit": "^11.0"
9847             },
9848             "type": "library",
9849             "extra": {
9850                 "branch-alias": {
9851                     "dev-main": "4.0-dev"
9852                 }
9853             },
9854             "autoload": {
9855                 "classmap": [
9856                     "src/"
9857                 ]
9858             },
9859             "notification-url": "https://packagist.org/downloads/",
9860             "license": [
9861                 "BSD-3-Clause"
9862             ],
9863             "authors": [
9864                 {
9865                     "name": "Sebastian Bergmann",
9866                     "email": "[email protected]"
9867                 }
9868             ],
9869             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9870             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9871             "support": {
9872                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9873                 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
9874                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
9875             },
9876             "funding": [
9877                 {
9878                     "url": "https://github.com/sebastianbergmann",
9879                     "type": "github"
9880                 }
9881             ],
9882             "time": "2024-07-03T05:01:32+00:00"
9883         },
9884         {
9885             "name": "sebastian/recursion-context",
9886             "version": "6.0.2",
9887             "source": {
9888                 "type": "git",
9889                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9890                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
9891             },
9892             "dist": {
9893                 "type": "zip",
9894                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
9895                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
9896                 "shasum": ""
9897             },
9898             "require": {
9899                 "php": ">=8.2"
9900             },
9901             "require-dev": {
9902                 "phpunit/phpunit": "^11.0"
9903             },
9904             "type": "library",
9905             "extra": {
9906                 "branch-alias": {
9907                     "dev-main": "6.0-dev"
9908                 }
9909             },
9910             "autoload": {
9911                 "classmap": [
9912                     "src/"
9913                 ]
9914             },
9915             "notification-url": "https://packagist.org/downloads/",
9916             "license": [
9917                 "BSD-3-Clause"
9918             ],
9919             "authors": [
9920                 {
9921                     "name": "Sebastian Bergmann",
9922                     "email": "[email protected]"
9923                 },
9924                 {
9925                     "name": "Jeff Welch",
9926                     "email": "[email protected]"
9927                 },
9928                 {
9929                     "name": "Adam Harvey",
9930                     "email": "[email protected]"
9931                 }
9932             ],
9933             "description": "Provides functionality to recursively process PHP variables",
9934             "homepage": "https://github.com/sebastianbergmann/recursion-context",
9935             "support": {
9936                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9937                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
9938                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
9939             },
9940             "funding": [
9941                 {
9942                     "url": "https://github.com/sebastianbergmann",
9943                     "type": "github"
9944                 }
9945             ],
9946             "time": "2024-07-03T05:10:34+00:00"
9947         },
9948         {
9949             "name": "sebastian/type",
9950             "version": "5.1.0",
9951             "source": {
9952                 "type": "git",
9953                 "url": "https://github.com/sebastianbergmann/type.git",
9954                 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac"
9955             },
9956             "dist": {
9957                 "type": "zip",
9958                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac",
9959                 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac",
9960                 "shasum": ""
9961             },
9962             "require": {
9963                 "php": ">=8.2"
9964             },
9965             "require-dev": {
9966                 "phpunit/phpunit": "^11.3"
9967             },
9968             "type": "library",
9969             "extra": {
9970                 "branch-alias": {
9971                     "dev-main": "5.1-dev"
9972                 }
9973             },
9974             "autoload": {
9975                 "classmap": [
9976                     "src/"
9977                 ]
9978             },
9979             "notification-url": "https://packagist.org/downloads/",
9980             "license": [
9981                 "BSD-3-Clause"
9982             ],
9983             "authors": [
9984                 {
9985                     "name": "Sebastian Bergmann",
9986                     "email": "[email protected]",
9987                     "role": "lead"
9988                 }
9989             ],
9990             "description": "Collection of value objects that represent the types of the PHP type system",
9991             "homepage": "https://github.com/sebastianbergmann/type",
9992             "support": {
9993                 "issues": "https://github.com/sebastianbergmann/type/issues",
9994                 "security": "https://github.com/sebastianbergmann/type/security/policy",
9995                 "source": "https://github.com/sebastianbergmann/type/tree/5.1.0"
9996             },
9997             "funding": [
9998                 {
9999                     "url": "https://github.com/sebastianbergmann",
10000                     "type": "github"
10001                 }
10002             ],
10003             "time": "2024-09-17T13:12:04+00:00"
10004         },
10005         {
10006             "name": "sebastian/version",
10007             "version": "5.0.2",
10008             "source": {
10009                 "type": "git",
10010                 "url": "https://github.com/sebastianbergmann/version.git",
10011                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
10012             },
10013             "dist": {
10014                 "type": "zip",
10015                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
10016                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
10017                 "shasum": ""
10018             },
10019             "require": {
10020                 "php": ">=8.2"
10021             },
10022             "type": "library",
10023             "extra": {
10024                 "branch-alias": {
10025                     "dev-main": "5.0-dev"
10026                 }
10027             },
10028             "autoload": {
10029                 "classmap": [
10030                     "src/"
10031                 ]
10032             },
10033             "notification-url": "https://packagist.org/downloads/",
10034             "license": [
10035                 "BSD-3-Clause"
10036             ],
10037             "authors": [
10038                 {
10039                     "name": "Sebastian Bergmann",
10040                     "email": "[email protected]",
10041                     "role": "lead"
10042                 }
10043             ],
10044             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10045             "homepage": "https://github.com/sebastianbergmann/version",
10046             "support": {
10047                 "issues": "https://github.com/sebastianbergmann/version/issues",
10048                 "security": "https://github.com/sebastianbergmann/version/security/policy",
10049                 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
10050             },
10051             "funding": [
10052                 {
10053                     "url": "https://github.com/sebastianbergmann",
10054                     "type": "github"
10055                 }
10056             ],
10057             "time": "2024-10-09T05:16:32+00:00"
10058         },
10059         {
10060             "name": "squizlabs/php_codesniffer",
10061             "version": "3.11.3",
10062             "source": {
10063                 "type": "git",
10064                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10065                 "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10"
10066             },
10067             "dist": {
10068                 "type": "zip",
10069                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",
10070                 "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",
10071                 "shasum": ""
10072             },
10073             "require": {
10074                 "ext-simplexml": "*",
10075                 "ext-tokenizer": "*",
10076                 "ext-xmlwriter": "*",
10077                 "php": ">=5.4.0"
10078             },
10079             "require-dev": {
10080                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10081             },
10082             "bin": [
10083                 "bin/phpcbf",
10084                 "bin/phpcs"
10085             ],
10086             "type": "library",
10087             "extra": {
10088                 "branch-alias": {
10089                     "dev-master": "3.x-dev"
10090                 }
10091             },
10092             "notification-url": "https://packagist.org/downloads/",
10093             "license": [
10094                 "BSD-3-Clause"
10095             ],
10096             "authors": [
10097                 {
10098                     "name": "Greg Sherwood",
10099                     "role": "Former lead"
10100                 },
10101                 {
10102                     "name": "Juliette Reinders Folmer",
10103                     "role": "Current lead"
10104                 },
10105                 {
10106                     "name": "Contributors",
10107                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10108                 }
10109             ],
10110             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10111             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10112             "keywords": [
10113                 "phpcs",
10114                 "standards",
10115                 "static analysis"
10116             ],
10117             "support": {
10118                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10119                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10120                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10121                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10122             },
10123             "funding": [
10124                 {
10125                     "url": "https://github.com/PHPCSStandards",
10126                     "type": "github"
10127                 },
10128                 {
10129                     "url": "https://github.com/jrfnl",
10130                     "type": "github"
10131                 },
10132                 {
10133                     "url": "https://opencollective.com/php_codesniffer",
10134                     "type": "open_collective"
10135                 },
10136                 {
10137                     "url": "https://thanks.dev/phpcsstandards",
10138                     "type": "thanks_dev"
10139                 }
10140             ],
10141             "time": "2025-01-23T17:04:15+00:00"
10142         },
10143         {
10144             "name": "ssddanbrown/asserthtml",
10145             "version": "v3.1.0",
10146             "source": {
10147                 "type": "git",
10148                 "url": "https://codeberg.org/danb/asserthtml",
10149                 "reference": "cf8206171d667d43e1bdde17d67191f30e95c8a0"
10150             },
10151             "dist": {
10152                 "type": "zip",
10153                 "url": "https://codeberg.org/api/v1/repos/danb/asserthtml/archive/%prettyVersion%.zip"
10154             },
10155             "require": {
10156                 "ext-dom": "*",
10157                 "ext-json": "*",
10158                 "php": ">=8.1",
10159                 "phpunit/phpunit": "^10.0|^11.0",
10160                 "symfony/css-selector": "^6.0|^7.0",
10161                 "symfony/dom-crawler": "^6.0|^7.0"
10162             },
10163             "require-dev": {
10164                 "phpstan/phpstan": "^2.0"
10165             },
10166             "type": "library",
10167             "autoload": {
10168                 "psr-4": {
10169                     "Ssddanbrown\\AssertHtml\\": "src"
10170                 }
10171             },
10172             "notification-url": "https://packagist.org/downloads/",
10173             "license": [
10174                 "MIT"
10175             ],
10176             "authors": [
10177                 {
10178                     "name": "Dan Brown",
10179                     "homepage": "https://danb.me",
10180                     "role": "Developer"
10181                 }
10182             ],
10183             "description": "HTML Content Assertions for PHPUnit",
10184             "homepage": "https://codeberg.org/danb/asserthtml",
10185             "time": "2025-01-11T13:35:55+00:00"
10186         },
10187         {
10188             "name": "staabm/side-effects-detector",
10189             "version": "1.0.5",
10190             "source": {
10191                 "type": "git",
10192                 "url": "https://github.com/staabm/side-effects-detector.git",
10193                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
10194             },
10195             "dist": {
10196                 "type": "zip",
10197                 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
10198                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
10199                 "shasum": ""
10200             },
10201             "require": {
10202                 "ext-tokenizer": "*",
10203                 "php": "^7.4 || ^8.0"
10204             },
10205             "require-dev": {
10206                 "phpstan/extension-installer": "^1.4.3",
10207                 "phpstan/phpstan": "^1.12.6",
10208                 "phpunit/phpunit": "^9.6.21",
10209                 "symfony/var-dumper": "^5.4.43",
10210                 "tomasvotruba/type-coverage": "1.0.0",
10211                 "tomasvotruba/unused-public": "1.0.0"
10212             },
10213             "type": "library",
10214             "autoload": {
10215                 "classmap": [
10216                     "lib/"
10217                 ]
10218             },
10219             "notification-url": "https://packagist.org/downloads/",
10220             "license": [
10221                 "MIT"
10222             ],
10223             "description": "A static analysis tool to detect side effects in PHP code",
10224             "keywords": [
10225                 "static analysis"
10226             ],
10227             "support": {
10228                 "issues": "https://github.com/staabm/side-effects-detector/issues",
10229                 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
10230             },
10231             "funding": [
10232                 {
10233                     "url": "https://github.com/staabm",
10234                     "type": "github"
10235                 }
10236             ],
10237             "time": "2024-10-20T05:08:20+00:00"
10238         },
10239         {
10240             "name": "symfony/dom-crawler",
10241             "version": "v7.2.3",
10242             "source": {
10243                 "type": "git",
10244                 "url": "https://github.com/symfony/dom-crawler.git",
10245                 "reference": "700a880e5089280c7cf3ca1ccf9d9de6630f5d25"
10246             },
10247             "dist": {
10248                 "type": "zip",
10249                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/700a880e5089280c7cf3ca1ccf9d9de6630f5d25",
10250                 "reference": "700a880e5089280c7cf3ca1ccf9d9de6630f5d25",
10251                 "shasum": ""
10252             },
10253             "require": {
10254                 "masterminds/html5": "^2.6",
10255                 "php": ">=8.2",
10256                 "symfony/polyfill-ctype": "~1.8",
10257                 "symfony/polyfill-mbstring": "~1.0"
10258             },
10259             "require-dev": {
10260                 "symfony/css-selector": "^6.4|^7.0"
10261             },
10262             "type": "library",
10263             "autoload": {
10264                 "psr-4": {
10265                     "Symfony\\Component\\DomCrawler\\": ""
10266                 },
10267                 "exclude-from-classmap": [
10268                     "/Tests/"
10269                 ]
10270             },
10271             "notification-url": "https://packagist.org/downloads/",
10272             "license": [
10273                 "MIT"
10274             ],
10275             "authors": [
10276                 {
10277                     "name": "Fabien Potencier",
10278                     "email": "[email protected]"
10279                 },
10280                 {
10281                     "name": "Symfony Community",
10282                     "homepage": "https://symfony.com/contributors"
10283                 }
10284             ],
10285             "description": "Eases DOM navigation for HTML and XML documents",
10286             "homepage": "https://symfony.com",
10287             "support": {
10288                 "source": "https://github.com/symfony/dom-crawler/tree/v7.2.3"
10289             },
10290             "funding": [
10291                 {
10292                     "url": "https://symfony.com/sponsor",
10293                     "type": "custom"
10294                 },
10295                 {
10296                     "url": "https://github.com/fabpot",
10297                     "type": "github"
10298                 },
10299                 {
10300                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10301                     "type": "tidelift"
10302                 }
10303             ],
10304             "time": "2025-01-27T11:08:17+00:00"
10305         },
10306         {
10307             "name": "theseer/tokenizer",
10308             "version": "1.2.3",
10309             "source": {
10310                 "type": "git",
10311                 "url": "https://github.com/theseer/tokenizer.git",
10312                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10313             },
10314             "dist": {
10315                 "type": "zip",
10316                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10317                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10318                 "shasum": ""
10319             },
10320             "require": {
10321                 "ext-dom": "*",
10322                 "ext-tokenizer": "*",
10323                 "ext-xmlwriter": "*",
10324                 "php": "^7.2 || ^8.0"
10325             },
10326             "type": "library",
10327             "autoload": {
10328                 "classmap": [
10329                     "src/"
10330                 ]
10331             },
10332             "notification-url": "https://packagist.org/downloads/",
10333             "license": [
10334                 "BSD-3-Clause"
10335             ],
10336             "authors": [
10337                 {
10338                     "name": "Arne Blankerts",
10339                     "email": "[email protected]",
10340                     "role": "Developer"
10341                 }
10342             ],
10343             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10344             "support": {
10345                 "issues": "https://github.com/theseer/tokenizer/issues",
10346                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10347             },
10348             "funding": [
10349                 {
10350                     "url": "https://github.com/theseer",
10351                     "type": "github"
10352                 }
10353             ],
10354             "time": "2024-03-03T12:36:25+00:00"
10355         }
10356     ],
10357     "aliases": [],
10358     "minimum-stability": "stable",
10359     "stability-flags": {
10360         "ssddanbrown/symfony-mailer": 20
10361     },
10362     "prefer-stable": true,
10363     "prefer-lowest": false,
10364     "platform": {
10365         "php": "^8.2.0",
10366         "ext-curl": "*",
10367         "ext-dom": "*",
10368         "ext-fileinfo": "*",
10369         "ext-gd": "*",
10370         "ext-json": "*",
10371         "ext-mbstring": "*",
10372         "ext-xml": "*",
10373         "ext-zip": "*"
10374     },
10375     "platform-dev": {},
10376     "platform-overrides": {
10377         "php": "8.2.0"
10378     },
10379     "plugin-api-version": "2.6.0"
10380 }