]> BookStack Code Mirror - bookstack/blob - composer.lock
PHP: Updated DOMPDF version
[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": "8e9b6e95d9222289ce51646e27c1f404",
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": "aws-sdk-common-runtime@amazon.com"
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.336.13",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/aws/aws-sdk-php.git",
69                 "reference": "dcb43c029ca74c52fa03a739341cc77086296a83"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/dcb43c029ca74c52fa03a739341cc77086296a83",
74                 "reference": "dcb43c029ca74c52fa03a739341cc77086296a83",
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": "^6.5.8 || ^7.4.5",
83                 "guzzlehttp/promises": "^1.4.0 || ^2.0",
84                 "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
85                 "mtdowling/jmespath.php": "^2.6",
86                 "php": ">=7.2.5",
87                 "psr/http-message": "^1.0 || ^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": "^1.10.22",
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                 "nette/neon": "^2.3",
101                 "paragonie/random_compat": ">= 2",
102                 "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
103                 "psr/cache": "^1.0 || ^2.0 || ^3.0",
104                 "psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
105                 "sebastian/comparator": "^1.2.3 || ^4.0",
106                 "yoast/phpunit-polyfills": "^1.0"
107             },
108             "suggest": {
109                 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
110                 "doctrine/cache": "To use the DoctrineCacheAdapter",
111                 "ext-curl": "To send requests using cURL",
112                 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
113                 "ext-sockets": "To use client-side monitoring"
114             },
115             "type": "library",
116             "extra": {
117                 "branch-alias": {
118                     "dev-master": "3.0-dev"
119                 }
120             },
121             "autoload": {
122                 "files": [
123                     "src/functions.php"
124                 ],
125                 "psr-4": {
126                     "Aws\\": "src/"
127                 },
128                 "exclude-from-classmap": [
129                     "src/data/"
130                 ]
131             },
132             "notification-url": "https://packagist.org/downloads/",
133             "license": [
134                 "Apache-2.0"
135             ],
136             "authors": [
137                 {
138                     "name": "Amazon Web Services",
139                     "homepage": "http://aws.amazon.com"
140                 }
141             ],
142             "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
143             "homepage": "http://aws.amazon.com/sdkforphp",
144             "keywords": [
145                 "amazon",
146                 "aws",
147                 "cloud",
148                 "dynamodb",
149                 "ec2",
150                 "glacier",
151                 "s3",
152                 "sdk"
153             ],
154             "support": {
155                 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
156                 "issues": "https://github.com/aws/aws-sdk-php/issues",
157                 "source": "https://github.com/aws/aws-sdk-php/tree/3.336.13"
158             },
159             "time": "2025-01-10T19:04:25+00:00"
160         },
161         {
162             "name": "bacon/bacon-qr-code",
163             "version": "v3.0.1",
164             "source": {
165                 "type": "git",
166                 "url": "https://github.com/Bacon/BaconQrCode.git",
167                 "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f"
168             },
169             "dist": {
170                 "type": "zip",
171                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f9cc1f52b5a463062251d666761178dbdb6b544f",
172                 "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f",
173                 "shasum": ""
174             },
175             "require": {
176                 "dasprid/enum": "^1.0.3",
177                 "ext-iconv": "*",
178                 "php": "^8.1"
179             },
180             "require-dev": {
181                 "phly/keep-a-changelog": "^2.12",
182                 "phpunit/phpunit": "^10.5.11 || 11.0.4",
183                 "spatie/phpunit-snapshot-assertions": "^5.1.5",
184                 "squizlabs/php_codesniffer": "^3.9"
185             },
186             "suggest": {
187                 "ext-imagick": "to generate QR code images"
188             },
189             "type": "library",
190             "autoload": {
191                 "psr-4": {
192                     "BaconQrCode\\": "src/"
193                 }
194             },
195             "notification-url": "https://packagist.org/downloads/",
196             "license": [
197                 "BSD-2-Clause"
198             ],
199             "authors": [
200                 {
201                     "name": "Ben Scholzen 'DASPRiD'",
202                     "email": "mail@dasprids.de",
203                     "homepage": "https://dasprids.de/",
204                     "role": "Developer"
205                 }
206             ],
207             "description": "BaconQrCode is a QR code generator for PHP.",
208             "homepage": "https://github.com/Bacon/BaconQrCode",
209             "support": {
210                 "issues": "https://github.com/Bacon/BaconQrCode/issues",
211                 "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.1"
212             },
213             "time": "2024-10-01T13:55:55+00:00"
214         },
215         {
216             "name": "brick/math",
217             "version": "0.12.1",
218             "source": {
219                 "type": "git",
220                 "url": "https://github.com/brick/math.git",
221                 "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
222             },
223             "dist": {
224                 "type": "zip",
225                 "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
226                 "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
227                 "shasum": ""
228             },
229             "require": {
230                 "php": "^8.1"
231             },
232             "require-dev": {
233                 "php-coveralls/php-coveralls": "^2.2",
234                 "phpunit/phpunit": "^10.1",
235                 "vimeo/psalm": "5.16.0"
236             },
237             "type": "library",
238             "autoload": {
239                 "psr-4": {
240                     "Brick\\Math\\": "src/"
241                 }
242             },
243             "notification-url": "https://packagist.org/downloads/",
244             "license": [
245                 "MIT"
246             ],
247             "description": "Arbitrary-precision arithmetic library",
248             "keywords": [
249                 "Arbitrary-precision",
250                 "BigInteger",
251                 "BigRational",
252                 "arithmetic",
253                 "bigdecimal",
254                 "bignum",
255                 "bignumber",
256                 "brick",
257                 "decimal",
258                 "integer",
259                 "math",
260                 "mathematics",
261                 "rational"
262             ],
263             "support": {
264                 "issues": "https://github.com/brick/math/issues",
265                 "source": "https://github.com/brick/math/tree/0.12.1"
266             },
267             "funding": [
268                 {
269                     "url": "https://github.com/BenMorel",
270                     "type": "github"
271                 }
272             ],
273             "time": "2023-11-29T23:19:16+00:00"
274         },
275         {
276             "name": "carbonphp/carbon-doctrine-types",
277             "version": "3.2.0",
278             "source": {
279                 "type": "git",
280                 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
281                 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
282             },
283             "dist": {
284                 "type": "zip",
285                 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
286                 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
287                 "shasum": ""
288             },
289             "require": {
290                 "php": "^8.1"
291             },
292             "conflict": {
293                 "doctrine/dbal": "<4.0.0 || >=5.0.0"
294             },
295             "require-dev": {
296                 "doctrine/dbal": "^4.0.0",
297                 "nesbot/carbon": "^2.71.0 || ^3.0.0",
298                 "phpunit/phpunit": "^10.3"
299             },
300             "type": "library",
301             "autoload": {
302                 "psr-4": {
303                     "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
304                 }
305             },
306             "notification-url": "https://packagist.org/downloads/",
307             "license": [
308                 "MIT"
309             ],
310             "authors": [
311                 {
312                     "name": "KyleKatarn",
313                     "email": "kylekatarnls@gmail.com"
314                 }
315             ],
316             "description": "Types to use Carbon in Doctrine",
317             "keywords": [
318                 "carbon",
319                 "date",
320                 "datetime",
321                 "doctrine",
322                 "time"
323             ],
324             "support": {
325                 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
326                 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
327             },
328             "funding": [
329                 {
330                     "url": "https://github.com/kylekatarnls",
331                     "type": "github"
332                 },
333                 {
334                     "url": "https://opencollective.com/Carbon",
335                     "type": "open_collective"
336                 },
337                 {
338                     "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
339                     "type": "tidelift"
340                 }
341             ],
342             "time": "2024-02-09T16:56:22+00:00"
343         },
344         {
345             "name": "dasprid/enum",
346             "version": "1.0.6",
347             "source": {
348                 "type": "git",
349                 "url": "https://github.com/DASPRiD/Enum.git",
350                 "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90"
351             },
352             "dist": {
353                 "type": "zip",
354                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
355                 "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
356                 "shasum": ""
357             },
358             "require": {
359                 "php": ">=7.1 <9.0"
360             },
361             "require-dev": {
362                 "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
363                 "squizlabs/php_codesniffer": "*"
364             },
365             "type": "library",
366             "autoload": {
367                 "psr-4": {
368                     "DASPRiD\\Enum\\": "src/"
369                 }
370             },
371             "notification-url": "https://packagist.org/downloads/",
372             "license": [
373                 "BSD-2-Clause"
374             ],
375             "authors": [
376                 {
377                     "name": "Ben Scholzen 'DASPRiD'",
378                     "email": "mail@dasprids.de",
379                     "homepage": "https://dasprids.de/",
380                     "role": "Developer"
381                 }
382             ],
383             "description": "PHP 7.1 enum implementation",
384             "keywords": [
385                 "enum",
386                 "map"
387             ],
388             "support": {
389                 "issues": "https://github.com/DASPRiD/Enum/issues",
390                 "source": "https://github.com/DASPRiD/Enum/tree/1.0.6"
391             },
392             "time": "2024-08-09T14:30:48+00:00"
393         },
394         {
395             "name": "dflydev/dot-access-data",
396             "version": "v3.0.3",
397             "source": {
398                 "type": "git",
399                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
400                 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
401             },
402             "dist": {
403                 "type": "zip",
404                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
405                 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
406                 "shasum": ""
407             },
408             "require": {
409                 "php": "^7.1 || ^8.0"
410             },
411             "require-dev": {
412                 "phpstan/phpstan": "^0.12.42",
413                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
414                 "scrutinizer/ocular": "1.6.0",
415                 "squizlabs/php_codesniffer": "^3.5",
416                 "vimeo/psalm": "^4.0.0"
417             },
418             "type": "library",
419             "extra": {
420                 "branch-alias": {
421                     "dev-main": "3.x-dev"
422                 }
423             },
424             "autoload": {
425                 "psr-4": {
426                     "Dflydev\\DotAccessData\\": "src/"
427                 }
428             },
429             "notification-url": "https://packagist.org/downloads/",
430             "license": [
431                 "MIT"
432             ],
433             "authors": [
434                 {
435                     "name": "Dragonfly Development Inc.",
436                     "email": "info@dflydev.com",
437                     "homepage": "http://dflydev.com"
438                 },
439                 {
440                     "name": "Beau Simensen",
441                     "email": "beau@dflydev.com",
442                     "homepage": "http://beausimensen.com"
443                 },
444                 {
445                     "name": "Carlos Frutos",
446                     "email": "carlos@kiwing.it",
447                     "homepage": "https://github.com/cfrutos"
448                 },
449                 {
450                     "name": "Colin O'Dell",
451                     "email": "colinodell@gmail.com",
452                     "homepage": "https://www.colinodell.com"
453                 }
454             ],
455             "description": "Given a deep data structure, access data by dot notation.",
456             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
457             "keywords": [
458                 "access",
459                 "data",
460                 "dot",
461                 "notation"
462             ],
463             "support": {
464                 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
465                 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
466             },
467             "time": "2024-07-08T12:26:09+00:00"
468         },
469         {
470             "name": "doctrine/inflector",
471             "version": "2.0.10",
472             "source": {
473                 "type": "git",
474                 "url": "https://github.com/doctrine/inflector.git",
475                 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
476             },
477             "dist": {
478                 "type": "zip",
479                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
480                 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
481                 "shasum": ""
482             },
483             "require": {
484                 "php": "^7.2 || ^8.0"
485             },
486             "require-dev": {
487                 "doctrine/coding-standard": "^11.0",
488                 "phpstan/phpstan": "^1.8",
489                 "phpstan/phpstan-phpunit": "^1.1",
490                 "phpstan/phpstan-strict-rules": "^1.3",
491                 "phpunit/phpunit": "^8.5 || ^9.5",
492                 "vimeo/psalm": "^4.25 || ^5.4"
493             },
494             "type": "library",
495             "autoload": {
496                 "psr-4": {
497                     "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
498                 }
499             },
500             "notification-url": "https://packagist.org/downloads/",
501             "license": [
502                 "MIT"
503             ],
504             "authors": [
505                 {
506                     "name": "Guilherme Blanco",
507                     "email": "guilhermeblanco@gmail.com"
508                 },
509                 {
510                     "name": "Roman Borschel",
511                     "email": "roman@code-factory.org"
512                 },
513                 {
514                     "name": "Benjamin Eberlei",
515                     "email": "kontakt@beberlei.de"
516                 },
517                 {
518                     "name": "Jonathan Wage",
519                     "email": "jonwage@gmail.com"
520                 },
521                 {
522                     "name": "Johannes Schmitt",
523                     "email": "schmittjoh@gmail.com"
524                 }
525             ],
526             "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
527             "homepage": "https://www.doctrine-project.org/projects/inflector.html",
528             "keywords": [
529                 "inflection",
530                 "inflector",
531                 "lowercase",
532                 "manipulation",
533                 "php",
534                 "plural",
535                 "singular",
536                 "strings",
537                 "uppercase",
538                 "words"
539             ],
540             "support": {
541                 "issues": "https://github.com/doctrine/inflector/issues",
542                 "source": "https://github.com/doctrine/inflector/tree/2.0.10"
543             },
544             "funding": [
545                 {
546                     "url": "https://www.doctrine-project.org/sponsorship.html",
547                     "type": "custom"
548                 },
549                 {
550                     "url": "https://www.patreon.com/phpdoctrine",
551                     "type": "patreon"
552                 },
553                 {
554                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
555                     "type": "tidelift"
556                 }
557             ],
558             "time": "2024-02-18T20:23:39+00:00"
559         },
560         {
561             "name": "doctrine/lexer",
562             "version": "3.0.1",
563             "source": {
564                 "type": "git",
565                 "url": "https://github.com/doctrine/lexer.git",
566                 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
567             },
568             "dist": {
569                 "type": "zip",
570                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
571                 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
572                 "shasum": ""
573             },
574             "require": {
575                 "php": "^8.1"
576             },
577             "require-dev": {
578                 "doctrine/coding-standard": "^12",
579                 "phpstan/phpstan": "^1.10",
580                 "phpunit/phpunit": "^10.5",
581                 "psalm/plugin-phpunit": "^0.18.3",
582                 "vimeo/psalm": "^5.21"
583             },
584             "type": "library",
585             "autoload": {
586                 "psr-4": {
587                     "Doctrine\\Common\\Lexer\\": "src"
588                 }
589             },
590             "notification-url": "https://packagist.org/downloads/",
591             "license": [
592                 "MIT"
593             ],
594             "authors": [
595                 {
596                     "name": "Guilherme Blanco",
597                     "email": "guilhermeblanco@gmail.com"
598                 },
599                 {
600                     "name": "Roman Borschel",
601                     "email": "roman@code-factory.org"
602                 },
603                 {
604                     "name": "Johannes Schmitt",
605                     "email": "schmittjoh@gmail.com"
606                 }
607             ],
608             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
609             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
610             "keywords": [
611                 "annotations",
612                 "docblock",
613                 "lexer",
614                 "parser",
615                 "php"
616             ],
617             "support": {
618                 "issues": "https://github.com/doctrine/lexer/issues",
619                 "source": "https://github.com/doctrine/lexer/tree/3.0.1"
620             },
621             "funding": [
622                 {
623                     "url": "https://www.doctrine-project.org/sponsorship.html",
624                     "type": "custom"
625                 },
626                 {
627                     "url": "https://www.patreon.com/phpdoctrine",
628                     "type": "patreon"
629                 },
630                 {
631                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
632                     "type": "tidelift"
633                 }
634             ],
635             "time": "2024-02-05T11:56:58+00:00"
636         },
637         {
638             "name": "dompdf/dompdf",
639             "version": "v3.1.0",
640             "source": {
641                 "type": "git",
642                 "url": "https://github.com/dompdf/dompdf.git",
643                 "reference": "a51bd7a063a65499446919286fb18b518177155a"
644             },
645             "dist": {
646                 "type": "zip",
647                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/a51bd7a063a65499446919286fb18b518177155a",
648                 "reference": "a51bd7a063a65499446919286fb18b518177155a",
649                 "shasum": ""
650             },
651             "require": {
652                 "dompdf/php-font-lib": "^1.0.0",
653                 "dompdf/php-svg-lib": "^1.0.0",
654                 "ext-dom": "*",
655                 "ext-mbstring": "*",
656                 "masterminds/html5": "^2.0",
657                 "php": "^7.1 || ^8.0"
658             },
659             "require-dev": {
660                 "ext-gd": "*",
661                 "ext-json": "*",
662                 "ext-zip": "*",
663                 "mockery/mockery": "^1.3",
664                 "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11",
665                 "squizlabs/php_codesniffer": "^3.5",
666                 "symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0"
667             },
668             "suggest": {
669                 "ext-gd": "Needed to process images",
670                 "ext-gmagick": "Improves image processing performance",
671                 "ext-imagick": "Improves image processing performance",
672                 "ext-zlib": "Needed for pdf stream compression"
673             },
674             "type": "library",
675             "autoload": {
676                 "psr-4": {
677                     "Dompdf\\": "src/"
678                 },
679                 "classmap": [
680                     "lib/"
681                 ]
682             },
683             "notification-url": "https://packagist.org/downloads/",
684             "license": [
685                 "LGPL-2.1"
686             ],
687             "authors": [
688                 {
689                     "name": "The Dompdf Community",
690                     "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
691                 }
692             ],
693             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
694             "homepage": "https://github.com/dompdf/dompdf",
695             "support": {
696                 "issues": "https://github.com/dompdf/dompdf/issues",
697                 "source": "https://github.com/dompdf/dompdf/tree/v3.1.0"
698             },
699             "time": "2025-01-15T14:09:04+00:00"
700         },
701         {
702             "name": "dompdf/php-font-lib",
703             "version": "1.0.1",
704             "source": {
705                 "type": "git",
706                 "url": "https://github.com/dompdf/php-font-lib.git",
707                 "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d"
708             },
709             "dist": {
710                 "type": "zip",
711                 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
712                 "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
713                 "shasum": ""
714             },
715             "require": {
716                 "ext-mbstring": "*",
717                 "php": "^7.1 || ^8.0"
718             },
719             "require-dev": {
720                 "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
721             },
722             "type": "library",
723             "autoload": {
724                 "psr-4": {
725                     "FontLib\\": "src/FontLib"
726                 }
727             },
728             "notification-url": "https://packagist.org/downloads/",
729             "license": [
730                 "LGPL-2.1-or-later"
731             ],
732             "authors": [
733                 {
734                     "name": "The FontLib Community",
735                     "homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md"
736                 }
737             ],
738             "description": "A library to read, parse, export and make subsets of different types of font files.",
739             "homepage": "https://github.com/dompdf/php-font-lib",
740             "support": {
741                 "issues": "https://github.com/dompdf/php-font-lib/issues",
742                 "source": "https://github.com/dompdf/php-font-lib/tree/1.0.1"
743             },
744             "time": "2024-12-02T14:37:59+00:00"
745         },
746         {
747             "name": "dompdf/php-svg-lib",
748             "version": "1.0.0",
749             "source": {
750                 "type": "git",
751                 "url": "https://github.com/dompdf/php-svg-lib.git",
752                 "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af"
753             },
754             "dist": {
755                 "type": "zip",
756                 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
757                 "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
758                 "shasum": ""
759             },
760             "require": {
761                 "ext-mbstring": "*",
762                 "php": "^7.1 || ^8.0",
763                 "sabberworm/php-css-parser": "^8.4"
764             },
765             "require-dev": {
766                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
767             },
768             "type": "library",
769             "autoload": {
770                 "psr-4": {
771                     "Svg\\": "src/Svg"
772                 }
773             },
774             "notification-url": "https://packagist.org/downloads/",
775             "license": [
776                 "LGPL-3.0-or-later"
777             ],
778             "authors": [
779                 {
780                     "name": "The SvgLib Community",
781                     "homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md"
782                 }
783             ],
784             "description": "A library to read, parse and export to PDF SVG files.",
785             "homepage": "https://github.com/dompdf/php-svg-lib",
786             "support": {
787                 "issues": "https://github.com/dompdf/php-svg-lib/issues",
788                 "source": "https://github.com/dompdf/php-svg-lib/tree/1.0.0"
789             },
790             "time": "2024-04-29T13:26:35+00:00"
791         },
792         {
793             "name": "dragonmantank/cron-expression",
794             "version": "v3.4.0",
795             "source": {
796                 "type": "git",
797                 "url": "https://github.com/dragonmantank/cron-expression.git",
798                 "reference": "8c784d071debd117328803d86b2097615b457500"
799             },
800             "dist": {
801                 "type": "zip",
802                 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
803                 "reference": "8c784d071debd117328803d86b2097615b457500",
804                 "shasum": ""
805             },
806             "require": {
807                 "php": "^7.2|^8.0",
808                 "webmozart/assert": "^1.0"
809             },
810             "replace": {
811                 "mtdowling/cron-expression": "^1.0"
812             },
813             "require-dev": {
814                 "phpstan/extension-installer": "^1.0",
815                 "phpstan/phpstan": "^1.0",
816                 "phpunit/phpunit": "^7.0|^8.0|^9.0"
817             },
818             "type": "library",
819             "extra": {
820                 "branch-alias": {
821                     "dev-master": "3.x-dev"
822                 }
823             },
824             "autoload": {
825                 "psr-4": {
826                     "Cron\\": "src/Cron/"
827                 }
828             },
829             "notification-url": "https://packagist.org/downloads/",
830             "license": [
831                 "MIT"
832             ],
833             "authors": [
834                 {
835                     "name": "Chris Tankersley",
836                     "email": "chris@ctankersley.com",
837                     "homepage": "https://github.com/dragonmantank"
838                 }
839             ],
840             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
841             "keywords": [
842                 "cron",
843                 "schedule"
844             ],
845             "support": {
846                 "issues": "https://github.com/dragonmantank/cron-expression/issues",
847                 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
848             },
849             "funding": [
850                 {
851                     "url": "https://github.com/dragonmantank",
852                     "type": "github"
853                 }
854             ],
855             "time": "2024-10-09T13:47:03+00:00"
856         },
857         {
858             "name": "egulias/email-validator",
859             "version": "4.0.3",
860             "source": {
861                 "type": "git",
862                 "url": "https://github.com/egulias/EmailValidator.git",
863                 "reference": "b115554301161fa21467629f1e1391c1936de517"
864             },
865             "dist": {
866                 "type": "zip",
867                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b115554301161fa21467629f1e1391c1936de517",
868                 "reference": "b115554301161fa21467629f1e1391c1936de517",
869                 "shasum": ""
870             },
871             "require": {
872                 "doctrine/lexer": "^2.0 || ^3.0",
873                 "php": ">=8.1",
874                 "symfony/polyfill-intl-idn": "^1.26"
875             },
876             "require-dev": {
877                 "phpunit/phpunit": "^10.2",
878                 "vimeo/psalm": "^5.12"
879             },
880             "suggest": {
881                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
882             },
883             "type": "library",
884             "extra": {
885                 "branch-alias": {
886                     "dev-master": "4.0.x-dev"
887                 }
888             },
889             "autoload": {
890                 "psr-4": {
891                     "Egulias\\EmailValidator\\": "src"
892                 }
893             },
894             "notification-url": "https://packagist.org/downloads/",
895             "license": [
896                 "MIT"
897             ],
898             "authors": [
899                 {
900                     "name": "Eduardo Gulias Davis"
901                 }
902             ],
903             "description": "A library for validating emails against several RFCs",
904             "homepage": "https://github.com/egulias/EmailValidator",
905             "keywords": [
906                 "email",
907                 "emailvalidation",
908                 "emailvalidator",
909                 "validation",
910                 "validator"
911             ],
912             "support": {
913                 "issues": "https://github.com/egulias/EmailValidator/issues",
914                 "source": "https://github.com/egulias/EmailValidator/tree/4.0.3"
915             },
916             "funding": [
917                 {
918                     "url": "https://github.com/egulias",
919                     "type": "github"
920                 }
921             ],
922             "time": "2024-12-27T00:36:43+00:00"
923         },
924         {
925             "name": "firebase/php-jwt",
926             "version": "v6.10.2",
927             "source": {
928                 "type": "git",
929                 "url": "https://github.com/firebase/php-jwt.git",
930                 "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b"
931             },
932             "dist": {
933                 "type": "zip",
934                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/30c19ed0f3264cb660ea496895cfb6ef7ee3653b",
935                 "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b",
936                 "shasum": ""
937             },
938             "require": {
939                 "php": "^8.0"
940             },
941             "require-dev": {
942                 "guzzlehttp/guzzle": "^7.4",
943                 "phpspec/prophecy-phpunit": "^2.0",
944                 "phpunit/phpunit": "^9.5",
945                 "psr/cache": "^2.0||^3.0",
946                 "psr/http-client": "^1.0",
947                 "psr/http-factory": "^1.0"
948             },
949             "suggest": {
950                 "ext-sodium": "Support EdDSA (Ed25519) signatures",
951                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
952             },
953             "type": "library",
954             "autoload": {
955                 "psr-4": {
956                     "Firebase\\JWT\\": "src"
957                 }
958             },
959             "notification-url": "https://packagist.org/downloads/",
960             "license": [
961                 "BSD-3-Clause"
962             ],
963             "authors": [
964                 {
965                     "name": "Neuman Vong",
966                     "email": "neuman+pear@twilio.com",
967                     "role": "Developer"
968                 },
969                 {
970                     "name": "Anant Narayanan",
971                     "email": "anant@php.net",
972                     "role": "Developer"
973                 }
974             ],
975             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
976             "homepage": "https://github.com/firebase/php-jwt",
977             "keywords": [
978                 "jwt",
979                 "php"
980             ],
981             "support": {
982                 "issues": "https://github.com/firebase/php-jwt/issues",
983                 "source": "https://github.com/firebase/php-jwt/tree/v6.10.2"
984             },
985             "time": "2024-11-24T11:22:49+00:00"
986         },
987         {
988             "name": "fruitcake/php-cors",
989             "version": "v1.3.0",
990             "source": {
991                 "type": "git",
992                 "url": "https://github.com/fruitcake/php-cors.git",
993                 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
994             },
995             "dist": {
996                 "type": "zip",
997                 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
998                 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
999                 "shasum": ""
1000             },
1001             "require": {
1002                 "php": "^7.4|^8.0",
1003                 "symfony/http-foundation": "^4.4|^5.4|^6|^7"
1004             },
1005             "require-dev": {
1006                 "phpstan/phpstan": "^1.4",
1007                 "phpunit/phpunit": "^9",
1008                 "squizlabs/php_codesniffer": "^3.5"
1009             },
1010             "type": "library",
1011             "extra": {
1012                 "branch-alias": {
1013                     "dev-master": "1.2-dev"
1014                 }
1015             },
1016             "autoload": {
1017                 "psr-4": {
1018                     "Fruitcake\\Cors\\": "src/"
1019                 }
1020             },
1021             "notification-url": "https://packagist.org/downloads/",
1022             "license": [
1023                 "MIT"
1024             ],
1025             "authors": [
1026                 {
1027                     "name": "Fruitcake",
1028                     "homepage": "https://fruitcake.nl"
1029                 },
1030                 {
1031                     "name": "Barryvdh",
1032                     "email": "barryvdh@gmail.com"
1033                 }
1034             ],
1035             "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
1036             "homepage": "https://github.com/fruitcake/php-cors",
1037             "keywords": [
1038                 "cors",
1039                 "laravel",
1040                 "symfony"
1041             ],
1042             "support": {
1043                 "issues": "https://github.com/fruitcake/php-cors/issues",
1044                 "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
1045             },
1046             "funding": [
1047                 {
1048                     "url": "https://fruitcake.nl",
1049                     "type": "custom"
1050                 },
1051                 {
1052                     "url": "https://github.com/barryvdh",
1053                     "type": "github"
1054                 }
1055             ],
1056             "time": "2023-10-12T05:21:21+00:00"
1057         },
1058         {
1059             "name": "graham-campbell/result-type",
1060             "version": "v1.1.3",
1061             "source": {
1062                 "type": "git",
1063                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1064                 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
1065             },
1066             "dist": {
1067                 "type": "zip",
1068                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
1069                 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
1070                 "shasum": ""
1071             },
1072             "require": {
1073                 "php": "^7.2.5 || ^8.0",
1074                 "phpoption/phpoption": "^1.9.3"
1075             },
1076             "require-dev": {
1077                 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
1078             },
1079             "type": "library",
1080             "autoload": {
1081                 "psr-4": {
1082                     "GrahamCampbell\\ResultType\\": "src/"
1083                 }
1084             },
1085             "notification-url": "https://packagist.org/downloads/",
1086             "license": [
1087                 "MIT"
1088             ],
1089             "authors": [
1090                 {
1091                     "name": "Graham Campbell",
1092                     "email": "hello@gjcampbell.co.uk",
1093                     "homepage": "https://github.com/GrahamCampbell"
1094                 }
1095             ],
1096             "description": "An Implementation Of The Result Type",
1097             "keywords": [
1098                 "Graham Campbell",
1099                 "GrahamCampbell",
1100                 "Result Type",
1101                 "Result-Type",
1102                 "result"
1103             ],
1104             "support": {
1105                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1106                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
1107             },
1108             "funding": [
1109                 {
1110                     "url": "https://github.com/GrahamCampbell",
1111                     "type": "github"
1112                 },
1113                 {
1114                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1115                     "type": "tidelift"
1116                 }
1117             ],
1118             "time": "2024-07-20T21:45:45+00:00"
1119         },
1120         {
1121             "name": "guzzlehttp/guzzle",
1122             "version": "7.9.2",
1123             "source": {
1124                 "type": "git",
1125                 "url": "https://github.com/guzzle/guzzle.git",
1126                 "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
1127             },
1128             "dist": {
1129                 "type": "zip",
1130                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
1131                 "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
1132                 "shasum": ""
1133             },
1134             "require": {
1135                 "ext-json": "*",
1136                 "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
1137                 "guzzlehttp/psr7": "^2.7.0",
1138                 "php": "^7.2.5 || ^8.0",
1139                 "psr/http-client": "^1.0",
1140                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1141             },
1142             "provide": {
1143                 "psr/http-client-implementation": "1.0"
1144             },
1145             "require-dev": {
1146                 "bamarni/composer-bin-plugin": "^1.8.2",
1147                 "ext-curl": "*",
1148                 "guzzle/client-integration-tests": "3.0.2",
1149                 "php-http/message-factory": "^1.1",
1150                 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
1151                 "psr/log": "^1.1 || ^2.0 || ^3.0"
1152             },
1153             "suggest": {
1154                 "ext-curl": "Required for CURL handler support",
1155                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1156                 "psr/log": "Required for using the Log middleware"
1157             },
1158             "type": "library",
1159             "extra": {
1160                 "bamarni-bin": {
1161                     "bin-links": true,
1162                     "forward-command": false
1163                 }
1164             },
1165             "autoload": {
1166                 "files": [
1167                     "src/functions_include.php"
1168                 ],
1169                 "psr-4": {
1170                     "GuzzleHttp\\": "src/"
1171                 }
1172             },
1173             "notification-url": "https://packagist.org/downloads/",
1174             "license": [
1175                 "MIT"
1176             ],
1177             "authors": [
1178                 {
1179                     "name": "Graham Campbell",
1180                     "email": "hello@gjcampbell.co.uk",
1181                     "homepage": "https://github.com/GrahamCampbell"
1182                 },
1183                 {
1184                     "name": "Michael Dowling",
1185                     "email": "mtdowling@gmail.com",
1186                     "homepage": "https://github.com/mtdowling"
1187                 },
1188                 {
1189                     "name": "Jeremy Lindblom",
1190                     "email": "jeremeamia@gmail.com",
1191                     "homepage": "https://github.com/jeremeamia"
1192                 },
1193                 {
1194                     "name": "George Mponos",
1195                     "email": "gmponos@gmail.com",
1196                     "homepage": "https://github.com/gmponos"
1197                 },
1198                 {
1199                     "name": "Tobias Nyholm",
1200                     "email": "tobias.nyholm@gmail.com",
1201                     "homepage": "https://github.com/Nyholm"
1202                 },
1203                 {
1204                     "name": "Márk Sági-Kazár",
1205                     "email": "mark.sagikazar@gmail.com",
1206                     "homepage": "https://github.com/sagikazarmark"
1207                 },
1208                 {
1209                     "name": "Tobias Schultze",
1210                     "email": "webmaster@tubo-world.de",
1211                     "homepage": "https://github.com/Tobion"
1212                 }
1213             ],
1214             "description": "Guzzle is a PHP HTTP client library",
1215             "keywords": [
1216                 "client",
1217                 "curl",
1218                 "framework",
1219                 "http",
1220                 "http client",
1221                 "psr-18",
1222                 "psr-7",
1223                 "rest",
1224                 "web service"
1225             ],
1226             "support": {
1227                 "issues": "https://github.com/guzzle/guzzle/issues",
1228                 "source": "https://github.com/guzzle/guzzle/tree/7.9.2"
1229             },
1230             "funding": [
1231                 {
1232                     "url": "https://github.com/GrahamCampbell",
1233                     "type": "github"
1234                 },
1235                 {
1236                     "url": "https://github.com/Nyholm",
1237                     "type": "github"
1238                 },
1239                 {
1240                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1241                     "type": "tidelift"
1242                 }
1243             ],
1244             "time": "2024-07-24T11:22:20+00:00"
1245         },
1246         {
1247             "name": "guzzlehttp/promises",
1248             "version": "2.0.4",
1249             "source": {
1250                 "type": "git",
1251                 "url": "https://github.com/guzzle/promises.git",
1252                 "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
1253             },
1254             "dist": {
1255                 "type": "zip",
1256                 "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
1257                 "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
1258                 "shasum": ""
1259             },
1260             "require": {
1261                 "php": "^7.2.5 || ^8.0"
1262             },
1263             "require-dev": {
1264                 "bamarni/composer-bin-plugin": "^1.8.2",
1265                 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
1266             },
1267             "type": "library",
1268             "extra": {
1269                 "bamarni-bin": {
1270                     "bin-links": true,
1271                     "forward-command": false
1272                 }
1273             },
1274             "autoload": {
1275                 "psr-4": {
1276                     "GuzzleHttp\\Promise\\": "src/"
1277                 }
1278             },
1279             "notification-url": "https://packagist.org/downloads/",
1280             "license": [
1281                 "MIT"
1282             ],
1283             "authors": [
1284                 {
1285                     "name": "Graham Campbell",
1286                     "email": "hello@gjcampbell.co.uk",
1287                     "homepage": "https://github.com/GrahamCampbell"
1288                 },
1289                 {
1290                     "name": "Michael Dowling",
1291                     "email": "mtdowling@gmail.com",
1292                     "homepage": "https://github.com/mtdowling"
1293                 },
1294                 {
1295                     "name": "Tobias Nyholm",
1296                     "email": "tobias.nyholm@gmail.com",
1297                     "homepage": "https://github.com/Nyholm"
1298                 },
1299                 {
1300                     "name": "Tobias Schultze",
1301                     "email": "webmaster@tubo-world.de",
1302                     "homepage": "https://github.com/Tobion"
1303                 }
1304             ],
1305             "description": "Guzzle promises library",
1306             "keywords": [
1307                 "promise"
1308             ],
1309             "support": {
1310                 "issues": "https://github.com/guzzle/promises/issues",
1311                 "source": "https://github.com/guzzle/promises/tree/2.0.4"
1312             },
1313             "funding": [
1314                 {
1315                     "url": "https://github.com/GrahamCampbell",
1316                     "type": "github"
1317                 },
1318                 {
1319                     "url": "https://github.com/Nyholm",
1320                     "type": "github"
1321                 },
1322                 {
1323                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1324                     "type": "tidelift"
1325                 }
1326             ],
1327             "time": "2024-10-17T10:06:22+00:00"
1328         },
1329         {
1330             "name": "guzzlehttp/psr7",
1331             "version": "2.7.0",
1332             "source": {
1333                 "type": "git",
1334                 "url": "https://github.com/guzzle/psr7.git",
1335                 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
1336             },
1337             "dist": {
1338                 "type": "zip",
1339                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
1340                 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
1341                 "shasum": ""
1342             },
1343             "require": {
1344                 "php": "^7.2.5 || ^8.0",
1345                 "psr/http-factory": "^1.0",
1346                 "psr/http-message": "^1.1 || ^2.0",
1347                 "ralouphie/getallheaders": "^3.0"
1348             },
1349             "provide": {
1350                 "psr/http-factory-implementation": "1.0",
1351                 "psr/http-message-implementation": "1.0"
1352             },
1353             "require-dev": {
1354                 "bamarni/composer-bin-plugin": "^1.8.2",
1355                 "http-interop/http-factory-tests": "0.9.0",
1356                 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
1357             },
1358             "suggest": {
1359                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1360             },
1361             "type": "library",
1362             "extra": {
1363                 "bamarni-bin": {
1364                     "bin-links": true,
1365                     "forward-command": false
1366                 }
1367             },
1368             "autoload": {
1369                 "psr-4": {
1370                     "GuzzleHttp\\Psr7\\": "src/"
1371                 }
1372             },
1373             "notification-url": "https://packagist.org/downloads/",
1374             "license": [
1375                 "MIT"
1376             ],
1377             "authors": [
1378                 {
1379                     "name": "Graham Campbell",
1380                     "email": "hello@gjcampbell.co.uk",
1381                     "homepage": "https://github.com/GrahamCampbell"
1382                 },
1383                 {
1384                     "name": "Michael Dowling",
1385                     "email": "mtdowling@gmail.com",
1386                     "homepage": "https://github.com/mtdowling"
1387                 },
1388                 {
1389                     "name": "George Mponos",
1390                     "email": "gmponos@gmail.com",
1391                     "homepage": "https://github.com/gmponos"
1392                 },
1393                 {
1394                     "name": "Tobias Nyholm",
1395                     "email": "tobias.nyholm@gmail.com",
1396                     "homepage": "https://github.com/Nyholm"
1397                 },
1398                 {
1399                     "name": "Márk Sági-Kazár",
1400                     "email": "mark.sagikazar@gmail.com",
1401                     "homepage": "https://github.com/sagikazarmark"
1402                 },
1403                 {
1404                     "name": "Tobias Schultze",
1405                     "email": "webmaster@tubo-world.de",
1406                     "homepage": "https://github.com/Tobion"
1407                 },
1408                 {
1409                     "name": "Márk Sági-Kazár",
1410                     "email": "mark.sagikazar@gmail.com",
1411                     "homepage": "https://sagikazarmark.hu"
1412                 }
1413             ],
1414             "description": "PSR-7 message implementation that also provides common utility methods",
1415             "keywords": [
1416                 "http",
1417                 "message",
1418                 "psr-7",
1419                 "request",
1420                 "response",
1421                 "stream",
1422                 "uri",
1423                 "url"
1424             ],
1425             "support": {
1426                 "issues": "https://github.com/guzzle/psr7/issues",
1427                 "source": "https://github.com/guzzle/psr7/tree/2.7.0"
1428             },
1429             "funding": [
1430                 {
1431                     "url": "https://github.com/GrahamCampbell",
1432                     "type": "github"
1433                 },
1434                 {
1435                     "url": "https://github.com/Nyholm",
1436                     "type": "github"
1437                 },
1438                 {
1439                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1440                     "type": "tidelift"
1441                 }
1442             ],
1443             "time": "2024-07-18T11:15:46+00:00"
1444         },
1445         {
1446             "name": "guzzlehttp/uri-template",
1447             "version": "v1.0.3",
1448             "source": {
1449                 "type": "git",
1450                 "url": "https://github.com/guzzle/uri-template.git",
1451                 "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
1452             },
1453             "dist": {
1454                 "type": "zip",
1455                 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
1456                 "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
1457                 "shasum": ""
1458             },
1459             "require": {
1460                 "php": "^7.2.5 || ^8.0",
1461                 "symfony/polyfill-php80": "^1.24"
1462             },
1463             "require-dev": {
1464                 "bamarni/composer-bin-plugin": "^1.8.2",
1465                 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1466                 "uri-template/tests": "1.0.0"
1467             },
1468             "type": "library",
1469             "extra": {
1470                 "bamarni-bin": {
1471                     "bin-links": true,
1472                     "forward-command": false
1473                 }
1474             },
1475             "autoload": {
1476                 "psr-4": {
1477                     "GuzzleHttp\\UriTemplate\\": "src"
1478                 }
1479             },
1480             "notification-url": "https://packagist.org/downloads/",
1481             "license": [
1482                 "MIT"
1483             ],
1484             "authors": [
1485                 {
1486                     "name": "Graham Campbell",
1487                     "email": "hello@gjcampbell.co.uk",
1488                     "homepage": "https://github.com/GrahamCampbell"
1489                 },
1490                 {
1491                     "name": "Michael Dowling",
1492                     "email": "mtdowling@gmail.com",
1493                     "homepage": "https://github.com/mtdowling"
1494                 },
1495                 {
1496                     "name": "George Mponos",
1497                     "email": "gmponos@gmail.com",
1498                     "homepage": "https://github.com/gmponos"
1499                 },
1500                 {
1501                     "name": "Tobias Nyholm",
1502                     "email": "tobias.nyholm@gmail.com",
1503                     "homepage": "https://github.com/Nyholm"
1504                 }
1505             ],
1506             "description": "A polyfill class for uri_template of PHP",
1507             "keywords": [
1508                 "guzzlehttp",
1509                 "uri-template"
1510             ],
1511             "support": {
1512                 "issues": "https://github.com/guzzle/uri-template/issues",
1513                 "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
1514             },
1515             "funding": [
1516                 {
1517                     "url": "https://github.com/GrahamCampbell",
1518                     "type": "github"
1519                 },
1520                 {
1521                     "url": "https://github.com/Nyholm",
1522                     "type": "github"
1523                 },
1524                 {
1525                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1526                     "type": "tidelift"
1527                 }
1528             ],
1529             "time": "2023-12-03T19:50:20+00:00"
1530         },
1531         {
1532             "name": "intervention/gif",
1533             "version": "4.2.0",
1534             "source": {
1535                 "type": "git",
1536                 "url": "https://github.com/Intervention/gif.git",
1537                 "reference": "42c131a31b93c440ad49061b599fa218f06f93be"
1538             },
1539             "dist": {
1540                 "type": "zip",
1541                 "url": "https://api.github.com/repos/Intervention/gif/zipball/42c131a31b93c440ad49061b599fa218f06f93be",
1542                 "reference": "42c131a31b93c440ad49061b599fa218f06f93be",
1543                 "shasum": ""
1544             },
1545             "require": {
1546                 "php": "^8.1"
1547             },
1548             "require-dev": {
1549                 "phpstan/phpstan": "^1",
1550                 "phpunit/phpunit": "^10.0",
1551                 "slevomat/coding-standard": "~8.0",
1552                 "squizlabs/php_codesniffer": "^3.8"
1553             },
1554             "type": "library",
1555             "autoload": {
1556                 "psr-4": {
1557                     "Intervention\\Gif\\": "src"
1558                 }
1559             },
1560             "notification-url": "https://packagist.org/downloads/",
1561             "license": [
1562                 "MIT"
1563             ],
1564             "authors": [
1565                 {
1566                     "name": "Oliver Vogel",
1567                     "email": "oliver@intervention.io",
1568                     "homepage": "https://intervention.io/"
1569                 }
1570             ],
1571             "description": "Native PHP GIF Encoder/Decoder",
1572             "homepage": "https://github.com/intervention/gif",
1573             "keywords": [
1574                 "animation",
1575                 "gd",
1576                 "gif",
1577                 "image"
1578             ],
1579             "support": {
1580                 "issues": "https://github.com/Intervention/gif/issues",
1581                 "source": "https://github.com/Intervention/gif/tree/4.2.0"
1582             },
1583             "funding": [
1584                 {
1585                     "url": "https://paypal.me/interventionio",
1586                     "type": "custom"
1587                 },
1588                 {
1589                     "url": "https://github.com/Intervention",
1590                     "type": "github"
1591                 },
1592                 {
1593                     "url": "https://ko-fi.com/interventionphp",
1594                     "type": "ko_fi"
1595                 }
1596             ],
1597             "time": "2024-09-20T13:35:02+00:00"
1598         },
1599         {
1600             "name": "intervention/image",
1601             "version": "3.10.2",
1602             "source": {
1603                 "type": "git",
1604                 "url": "https://github.com/Intervention/image.git",
1605                 "reference": "1c68e5fdf443374f3580c5b920a7f177eccdab85"
1606             },
1607             "dist": {
1608                 "type": "zip",
1609                 "url": "https://api.github.com/repos/Intervention/image/zipball/1c68e5fdf443374f3580c5b920a7f177eccdab85",
1610                 "reference": "1c68e5fdf443374f3580c5b920a7f177eccdab85",
1611                 "shasum": ""
1612             },
1613             "require": {
1614                 "ext-mbstring": "*",
1615                 "intervention/gif": "^4.2",
1616                 "php": "^8.1"
1617             },
1618             "require-dev": {
1619                 "mockery/mockery": "^1.6",
1620                 "phpstan/phpstan": "^2",
1621                 "phpunit/phpunit": "^10.0 || ^11.0",
1622                 "slevomat/coding-standard": "~8.0",
1623                 "squizlabs/php_codesniffer": "^3.8"
1624             },
1625             "suggest": {
1626                 "ext-exif": "Recommended to be able to read EXIF data properly."
1627             },
1628             "type": "library",
1629             "autoload": {
1630                 "psr-4": {
1631                     "Intervention\\Image\\": "src"
1632                 }
1633             },
1634             "notification-url": "https://packagist.org/downloads/",
1635             "license": [
1636                 "MIT"
1637             ],
1638             "authors": [
1639                 {
1640                     "name": "Oliver Vogel",
1641                     "email": "oliver@intervention.io",
1642                     "homepage": "https://intervention.io/"
1643                 }
1644             ],
1645             "description": "PHP image manipulation",
1646             "homepage": "https://image.intervention.io/",
1647             "keywords": [
1648                 "gd",
1649                 "image",
1650                 "imagick",
1651                 "resize",
1652                 "thumbnail",
1653                 "watermark"
1654             ],
1655             "support": {
1656                 "issues": "https://github.com/Intervention/image/issues",
1657                 "source": "https://github.com/Intervention/image/tree/3.10.2"
1658             },
1659             "funding": [
1660                 {
1661                     "url": "https://paypal.me/interventionio",
1662                     "type": "custom"
1663                 },
1664                 {
1665                     "url": "https://github.com/Intervention",
1666                     "type": "github"
1667                 },
1668                 {
1669                     "url": "https://ko-fi.com/interventionphp",
1670                     "type": "ko_fi"
1671                 }
1672             ],
1673             "time": "2025-01-04T07:31:37+00:00"
1674         },
1675         {
1676             "name": "knplabs/knp-snappy",
1677             "version": "v1.5.1",
1678             "source": {
1679                 "type": "git",
1680                 "url": "https://github.com/KnpLabs/snappy.git",
1681                 "reference": "3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7"
1682             },
1683             "dist": {
1684                 "type": "zip",
1685                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7",
1686                 "reference": "3dd138e9e47de91cd2e056c5e6e1a0dd72547ee7",
1687                 "shasum": ""
1688             },
1689             "require": {
1690                 "php": ">=8.1",
1691                 "psr/log": "^2.0||^3.0",
1692                 "symfony/process": "^5.0||^6.0||^7.0"
1693             },
1694             "require-dev": {
1695                 "friendsofphp/php-cs-fixer": "^3.0",
1696                 "pedrotroller/php-cs-custom-fixer": "^2.19",
1697                 "phpstan/phpstan": "^1.0.0",
1698                 "phpstan/phpstan-phpunit": "^1.0.0",
1699                 "phpunit/phpunit": "^8.5"
1700             },
1701             "type": "library",
1702             "extra": {
1703                 "branch-alias": {
1704                     "dev-master": "1.x-dev"
1705                 }
1706             },
1707             "autoload": {
1708                 "psr-4": {
1709                     "Knp\\Snappy\\": "src/Knp/Snappy"
1710                 }
1711             },
1712             "notification-url": "https://packagist.org/downloads/",
1713             "license": [
1714                 "MIT"
1715             ],
1716             "authors": [
1717                 {
1718                     "name": "KNP Labs Team",
1719                     "homepage": "http://knplabs.com"
1720                 },
1721                 {
1722                     "name": "Symfony Community",
1723                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1724                 }
1725             ],
1726             "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1727             "homepage": "http://github.com/KnpLabs/snappy",
1728             "keywords": [
1729                 "knp",
1730                 "knplabs",
1731                 "pdf",
1732                 "snapshot",
1733                 "thumbnail",
1734                 "wkhtmltopdf"
1735             ],
1736             "support": {
1737                 "issues": "https://github.com/KnpLabs/snappy/issues",
1738                 "source": "https://github.com/KnpLabs/snappy/tree/v1.5.1"
1739             },
1740             "time": "2025-01-06T16:53:26+00:00"
1741         },
1742         {
1743             "name": "laravel/framework",
1744             "version": "v11.37.0",
1745             "source": {
1746                 "type": "git",
1747                 "url": "https://github.com/laravel/framework.git",
1748                 "reference": "6cb103d2024b087eae207654b3f4b26646119ba5"
1749             },
1750             "dist": {
1751                 "type": "zip",
1752                 "url": "https://api.github.com/repos/laravel/framework/zipball/6cb103d2024b087eae207654b3f4b26646119ba5",
1753                 "reference": "6cb103d2024b087eae207654b3f4b26646119ba5",
1754                 "shasum": ""
1755             },
1756             "require": {
1757                 "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
1758                 "composer-runtime-api": "^2.2",
1759                 "doctrine/inflector": "^2.0.5",
1760                 "dragonmantank/cron-expression": "^3.4",
1761                 "egulias/email-validator": "^3.2.1|^4.0",
1762                 "ext-ctype": "*",
1763                 "ext-filter": "*",
1764                 "ext-hash": "*",
1765                 "ext-mbstring": "*",
1766                 "ext-openssl": "*",
1767                 "ext-session": "*",
1768                 "ext-tokenizer": "*",
1769                 "fruitcake/php-cors": "^1.3",
1770                 "guzzlehttp/guzzle": "^7.8.2",
1771                 "guzzlehttp/uri-template": "^1.0",
1772                 "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
1773                 "laravel/serializable-closure": "^1.3|^2.0",
1774                 "league/commonmark": "^2.6",
1775                 "league/flysystem": "^3.25.1",
1776                 "league/flysystem-local": "^3.25.1",
1777                 "league/uri": "^7.5.1",
1778                 "monolog/monolog": "^3.0",
1779                 "nesbot/carbon": "^2.72.2|^3.4",
1780                 "nunomaduro/termwind": "^2.0",
1781                 "php": "^8.2",
1782                 "psr/container": "^1.1.1|^2.0.1",
1783                 "psr/log": "^1.0|^2.0|^3.0",
1784                 "psr/simple-cache": "^1.0|^2.0|^3.0",
1785                 "ramsey/uuid": "^4.7",
1786                 "symfony/console": "^7.0.3",
1787                 "symfony/error-handler": "^7.0.3",
1788                 "symfony/finder": "^7.0.3",
1789                 "symfony/http-foundation": "^7.2.0",
1790                 "symfony/http-kernel": "^7.0.3",
1791                 "symfony/mailer": "^7.0.3",
1792                 "symfony/mime": "^7.0.3",
1793                 "symfony/polyfill-php83": "^1.31",
1794                 "symfony/process": "^7.0.3",
1795                 "symfony/routing": "^7.0.3",
1796                 "symfony/uid": "^7.0.3",
1797                 "symfony/var-dumper": "^7.0.3",
1798                 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
1799                 "vlucas/phpdotenv": "^5.6.1",
1800                 "voku/portable-ascii": "^2.0.2"
1801             },
1802             "conflict": {
1803                 "tightenco/collect": "<5.5.33"
1804             },
1805             "provide": {
1806                 "psr/container-implementation": "1.1|2.0",
1807                 "psr/log-implementation": "1.0|2.0|3.0",
1808                 "psr/simple-cache-implementation": "1.0|2.0|3.0"
1809             },
1810             "replace": {
1811                 "illuminate/auth": "self.version",
1812                 "illuminate/broadcasting": "self.version",
1813                 "illuminate/bus": "self.version",
1814                 "illuminate/cache": "self.version",
1815                 "illuminate/collections": "self.version",
1816                 "illuminate/concurrency": "self.version",
1817                 "illuminate/conditionable": "self.version",
1818                 "illuminate/config": "self.version",
1819                 "illuminate/console": "self.version",
1820                 "illuminate/container": "self.version",
1821                 "illuminate/contracts": "self.version",
1822                 "illuminate/cookie": "self.version",
1823                 "illuminate/database": "self.version",
1824                 "illuminate/encryption": "self.version",
1825                 "illuminate/events": "self.version",
1826                 "illuminate/filesystem": "self.version",
1827                 "illuminate/hashing": "self.version",
1828                 "illuminate/http": "self.version",
1829                 "illuminate/log": "self.version",
1830                 "illuminate/macroable": "self.version",
1831                 "illuminate/mail": "self.version",
1832                 "illuminate/notifications": "self.version",
1833                 "illuminate/pagination": "self.version",
1834                 "illuminate/pipeline": "self.version",
1835                 "illuminate/process": "self.version",
1836                 "illuminate/queue": "self.version",
1837                 "illuminate/redis": "self.version",
1838                 "illuminate/routing": "self.version",
1839                 "illuminate/session": "self.version",
1840                 "illuminate/support": "self.version",
1841                 "illuminate/testing": "self.version",
1842                 "illuminate/translation": "self.version",
1843                 "illuminate/validation": "self.version",
1844                 "illuminate/view": "self.version",
1845                 "spatie/once": "*"
1846             },
1847             "require-dev": {
1848                 "ably/ably-php": "^1.0",
1849                 "aws/aws-sdk-php": "^3.322.9",
1850                 "ext-gmp": "*",
1851                 "fakerphp/faker": "^1.24",
1852                 "guzzlehttp/promises": "^2.0.3",
1853                 "guzzlehttp/psr7": "^2.4",
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.6",
1861                 "pda/pheanstalk": "^5.0.6",
1862                 "php-http/discovery": "^1.15",
1863                 "phpstan/phpstan": "^1.11.5",
1864                 "phpunit/phpunit": "^10.5.35|^11.3.6",
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|^11.0).",
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": "taylor@laravel.com"
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-01-02T20:10:21+00:00"
1955         },
1956         {
1957             "name": "laravel/prompts",
1958             "version": "v0.3.2",
1959             "source": {
1960                 "type": "git",
1961                 "url": "https://github.com/laravel/prompts.git",
1962                 "reference": "0e0535747c6b8d6d10adca8b68293cf4517abb0f"
1963             },
1964             "dist": {
1965                 "type": "zip",
1966                 "url": "https://api.github.com/repos/laravel/prompts/zipball/0e0535747c6b8d6d10adca8b68293cf4517abb0f",
1967                 "reference": "0e0535747c6b8d6d10adca8b68293cf4517abb0f",
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",
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.2"
2012             },
2013             "time": "2024-11-12T14:59:47+00:00"
2014         },
2015         {
2016             "name": "laravel/serializable-closure",
2017             "version": "v2.0.1",
2018             "source": {
2019                 "type": "git",
2020                 "url": "https://github.com/laravel/serializable-closure.git",
2021                 "reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8"
2022             },
2023             "dist": {
2024                 "type": "zip",
2025                 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/613b2d4998f85564d40497e05e89cb6d9bd1cbe8",
2026                 "reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8",
2027                 "shasum": ""
2028             },
2029             "require": {
2030                 "php": "^8.1"
2031             },
2032             "require-dev": {
2033                 "illuminate/support": "^10.0|^11.0",
2034                 "nesbot/carbon": "^2.67|^3.0",
2035                 "pestphp/pest": "^2.36",
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": "taylor@laravel.com"
2058                 },
2059                 {
2060                     "name": "Nuno Maduro",
2061                     "email": "nuno@laravel.com"
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": "2024-12-16T15:26:28+00:00"
2075         },
2076         {
2077             "name": "laravel/socialite",
2078             "version": "v5.16.1",
2079             "source": {
2080                 "type": "git",
2081                 "url": "https://github.com/laravel/socialite.git",
2082                 "reference": "4e5be83c0b3ecf81b2ffa47092e917d1f79dce71"
2083             },
2084             "dist": {
2085                 "type": "zip",
2086                 "url": "https://api.github.com/repos/laravel/socialite/zipball/4e5be83c0b3ecf81b2ffa47092e917d1f79dce71",
2087                 "reference": "4e5be83c0b3ecf81b2ffa47092e917d1f79dce71",
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",
2095                 "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2096                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.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",
2104                 "phpstan/phpstan": "^1.10",
2105                 "phpunit/phpunit": "^8.0|^9.3|^10.4"
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": "taylor@laravel.com"
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": "2024-12-11T16:43:51+00:00"
2147         },
2148         {
2149             "name": "laravel/tinker",
2150             "version": "v2.10.0",
2151             "source": {
2152                 "type": "git",
2153                 "url": "https://github.com/laravel/tinker.git",
2154                 "reference": "ba4d51eb56de7711b3a37d63aa0643e99a339ae5"
2155             },
2156             "dist": {
2157                 "type": "zip",
2158                 "url": "https://api.github.com/repos/laravel/tinker/zipball/ba4d51eb56de7711b3a37d63aa0643e99a339ae5",
2159                 "reference": "ba4d51eb56de7711b3a37d63aa0643e99a339ae5",
2160                 "shasum": ""
2161             },
2162             "require": {
2163                 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2164                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2165                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.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"
2174             },
2175             "suggest": {
2176                 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.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": "taylor@laravel.com"
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.0"
2211             },
2212             "time": "2024-09-23T13:32:56+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": "colinodell@gmail.com",
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": "colinodell@gmail.com",
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": "info@frankdejonge.nl"
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": "info@frankdejonge.nl"
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": "info@frankdejonge.nl"
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": "colinodell@gmail.com",
2639                     "homepage": "https://www.colinodell.com",
2640                     "role": "Lead Developer"
2641                 },
2642                 {
2643                     "name": "Nick Cernis",
2644                     "email": "nick@cern.is",
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": "info@frankdejonge.nl"
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": "bencorlett@me.com",
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": "hello@alexbilbie.com",
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": "nyamsprod@gmail.com",
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": "nyamsprod@gmail.com",
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": "technosophos@gmail.com"
3090                 },
3091                 {
3092                     "name": "Matt Farina",
3093                     "email": "matt@mattfarina.com"
3094                 },
3095                 {
3096                     "name": "Asmir Mustafic",
3097                     "email": "goetas@gmail.com"
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": "j.boggiano@seld.be",
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": "hello@gjcampbell.co.uk",
3267                     "homepage": "https://github.com/GrahamCampbell"
3268                 },
3269                 {
3270                     "name": "Michael Dowling",
3271                     "email": "mtdowling@gmail.com",
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.4",
3289             "source": {
3290                 "type": "git",
3291                 "url": "https://github.com/CarbonPHP/carbon.git",
3292                 "reference": "129700ed449b1f02d70272d2ac802357c8c30c58"
3293             },
3294             "dist": {
3295                 "type": "zip",
3296                 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/129700ed449b1f02d70272d2ac802357c8c30c58",
3297                 "reference": "129700ed449b1f02d70272d2ac802357c8c30c58",
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": "brian@nesbot.com",
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/briannesbitt/Carbon/issues",
3374                 "source": "https://github.com/briannesbitt/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": "2024-12-27T09:25:35+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": "enunomaduro@gmail.com"
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": "sixto.martin.garcia@gmail.com",
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": "security@paragonie.com",
3784                     "homepage": "https://paragonie.com",
3785                     "role": "Maintainer"
3786                 },
3787                 {
3788                     "name": "Steve 'Sc00bz' Thomas",
3789                     "email": "steve@tobtu.com",
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": "info@paragonie.com",
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": "security@paragonie.com",
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": "info@paragonie.com",
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": "schmittjoh@gmail.com",
3910                     "homepage": "https://github.com/schmittjoh"
3911                 },
3912                 {
3913                     "name": "Graham Campbell",
3914                     "email": "hello@gjcampbell.co.uk",
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": "terrafrost@php.net",
3987                     "role": "Lead Developer"
3988                 },
3989                 {
3990                     "name": "Patrick Monnerat",
3991                     "email": "pm@datasphere.ch",
3992                     "role": "Developer"
3993                 },
3994                 {
3995                     "name": "Andreas Fischer",
3996                     "email": "bantu@phpbb.com",
3997                     "role": "Developer"
3998                 },
3999                 {
4000                     "name": "Hans-Jürgen Petrich",
4001                     "email": "petrich@tronic-media.com",
4002                     "role": "Developer"
4003                 },
4004                 {
4005                     "name": "Graham Campbell",
4006                     "email": "graham@alt-three.com",
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": "acr@antoniocarlosribeiro.com",
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": "justin@justinhileman.info",
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": "ralph.khattar@gmail.com"
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": "ben@benramsey.com",
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": "github@oliverklee.de"
4968                 },
4969                 {
4970                     "name": "Jake Hotson",
4971                     "email": "jake.github@qzdesign.co.uk"
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": "eklundchristopher@gmail.com"
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": "christoffermartinsen@gmail.com"
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": "andy@awendt.com"
5122                 },
5123                 {
5124                     "name": "Anton Komarev",
5125                     "email": "a.komarev@cybercog.su"
5126                 },
5127                 {
5128                     "name": "Miguel Piedrafita",
5129                     "email": "soy@miguelpiedrafita.com"
5130                 },
5131                 {
5132                     "name": "atymic",
5133                     "email": "atymicq@gmail.com",
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": "chris@hemmin.gs"
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": "chase.coney@gmail.com"
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": "hello@brianfaust.de"
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             "type": "library",
5394             "autoload": {
5395                 "psr-4": {
5396                     "Symfony\\Component\\Mailer\\": ""
5397                 },
5398                 "exclude-from-classmap": [
5399                     "/Tests/"
5400                 ]
5401             },
5402             "notification-url": "https://packagist.org/downloads/",
5403             "license": [
5404                 "MIT"
5405             ],
5406             "authors": [
5407                 {
5408                     "name": "Dan Brown",
5409                     "homepage": "https://danb.me"
5410                 },
5411                 {
5412                     "name": "Fabien Potencier",
5413                     "email": "fabien@symfony.com"
5414                 },
5415                 {
5416                     "name": "Symfony Community",
5417                     "homepage": "https://symfony.com/contributors"
5418                 }
5419             ],
5420             "description": "Helps sending emails",
5421             "homepage": "https://symfony.com",
5422             "support": {
5423                 "source": "https://github.com/ssddanbrown/symfony-mailer/tree/7.2"
5424             },
5425             "time": "2025-01-11T14:57:07+00:00"
5426         },
5427         {
5428             "name": "symfony/clock",
5429             "version": "v7.2.0",
5430             "source": {
5431                 "type": "git",
5432                 "url": "https://github.com/symfony/clock.git",
5433                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
5434             },
5435             "dist": {
5436                 "type": "zip",
5437                 "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5438                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
5439                 "shasum": ""
5440             },
5441             "require": {
5442                 "php": ">=8.2",
5443                 "psr/clock": "^1.0",
5444                 "symfony/polyfill-php83": "^1.28"
5445             },
5446             "provide": {
5447                 "psr/clock-implementation": "1.0"
5448             },
5449             "type": "library",
5450             "autoload": {
5451                 "files": [
5452                     "Resources/now.php"
5453                 ],
5454                 "psr-4": {
5455                     "Symfony\\Component\\Clock\\": ""
5456                 },
5457                 "exclude-from-classmap": [
5458                     "/Tests/"
5459                 ]
5460             },
5461             "notification-url": "https://packagist.org/downloads/",
5462             "license": [
5463                 "MIT"
5464             ],
5465             "authors": [
5466                 {
5467                     "name": "Nicolas Grekas",
5468                     "email": "p@tchwork.com"
5469                 },
5470                 {
5471                     "name": "Symfony Community",
5472                     "homepage": "https://symfony.com/contributors"
5473                 }
5474             ],
5475             "description": "Decouples applications from the system clock",
5476             "homepage": "https://symfony.com",
5477             "keywords": [
5478                 "clock",
5479                 "psr20",
5480                 "time"
5481             ],
5482             "support": {
5483                 "source": "https://github.com/symfony/clock/tree/v7.2.0"
5484             },
5485             "funding": [
5486                 {
5487                     "url": "https://symfony.com/sponsor",
5488                     "type": "custom"
5489                 },
5490                 {
5491                     "url": "https://github.com/fabpot",
5492                     "type": "github"
5493                 },
5494                 {
5495                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5496                     "type": "tidelift"
5497                 }
5498             ],
5499             "time": "2024-09-25T14:21:43+00:00"
5500         },
5501         {
5502             "name": "symfony/console",
5503             "version": "v7.2.1",
5504             "source": {
5505                 "type": "git",
5506                 "url": "https://github.com/symfony/console.git",
5507                 "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3"
5508             },
5509             "dist": {
5510                 "type": "zip",
5511                 "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
5512                 "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
5513                 "shasum": ""
5514             },
5515             "require": {
5516                 "php": ">=8.2",
5517                 "symfony/polyfill-mbstring": "~1.0",
5518                 "symfony/service-contracts": "^2.5|^3",
5519                 "symfony/string": "^6.4|^7.0"
5520             },
5521             "conflict": {
5522                 "symfony/dependency-injection": "<6.4",
5523                 "symfony/dotenv": "<6.4",
5524                 "symfony/event-dispatcher": "<6.4",
5525                 "symfony/lock": "<6.4",
5526                 "symfony/process": "<6.4"
5527             },
5528             "provide": {
5529                 "psr/log-implementation": "1.0|2.0|3.0"
5530             },
5531             "require-dev": {
5532                 "psr/log": "^1|^2|^3",
5533                 "symfony/config": "^6.4|^7.0",
5534                 "symfony/dependency-injection": "^6.4|^7.0",
5535                 "symfony/event-dispatcher": "^6.4|^7.0",
5536                 "symfony/http-foundation": "^6.4|^7.0",
5537                 "symfony/http-kernel": "^6.4|^7.0",
5538                 "symfony/lock": "^6.4|^7.0",
5539                 "symfony/messenger": "^6.4|^7.0",
5540                 "symfony/process": "^6.4|^7.0",
5541                 "symfony/stopwatch": "^6.4|^7.0",
5542                 "symfony/var-dumper": "^6.4|^7.0"
5543             },
5544             "type": "library",
5545             "autoload": {
5546                 "psr-4": {
5547                     "Symfony\\Component\\Console\\": ""
5548                 },
5549                 "exclude-from-classmap": [
5550                     "/Tests/"
5551                 ]
5552             },
5553             "notification-url": "https://packagist.org/downloads/",
5554             "license": [
5555                 "MIT"
5556             ],
5557             "authors": [
5558                 {
5559                     "name": "Fabien Potencier",
5560                     "email": "fabien@symfony.com"
5561                 },
5562                 {
5563                     "name": "Symfony Community",
5564                     "homepage": "https://symfony.com/contributors"
5565                 }
5566             ],
5567             "description": "Eases the creation of beautiful and testable command line interfaces",
5568             "homepage": "https://symfony.com",
5569             "keywords": [
5570                 "cli",
5571                 "command-line",
5572                 "console",
5573                 "terminal"
5574             ],
5575             "support": {
5576                 "source": "https://github.com/symfony/console/tree/v7.2.1"
5577             },
5578             "funding": [
5579                 {
5580                     "url": "https://symfony.com/sponsor",
5581                     "type": "custom"
5582                 },
5583                 {
5584                     "url": "https://github.com/fabpot",
5585                     "type": "github"
5586                 },
5587                 {
5588                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5589                     "type": "tidelift"
5590                 }
5591             ],
5592             "time": "2024-12-11T03:49:26+00:00"
5593         },
5594         {
5595             "name": "symfony/css-selector",
5596             "version": "v7.2.0",
5597             "source": {
5598                 "type": "git",
5599                 "url": "https://github.com/symfony/css-selector.git",
5600                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
5601             },
5602             "dist": {
5603                 "type": "zip",
5604                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5605                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
5606                 "shasum": ""
5607             },
5608             "require": {
5609                 "php": ">=8.2"
5610             },
5611             "type": "library",
5612             "autoload": {
5613                 "psr-4": {
5614                     "Symfony\\Component\\CssSelector\\": ""
5615                 },
5616                 "exclude-from-classmap": [
5617                     "/Tests/"
5618                 ]
5619             },
5620             "notification-url": "https://packagist.org/downloads/",
5621             "license": [
5622                 "MIT"
5623             ],
5624             "authors": [
5625                 {
5626                     "name": "Fabien Potencier",
5627                     "email": "fabien@symfony.com"
5628                 },
5629                 {
5630                     "name": "Jean-François Simon",
5631                     "email": "jeanfrancois.simon@sensiolabs.com"
5632                 },
5633                 {
5634                     "name": "Symfony Community",
5635                     "homepage": "https://symfony.com/contributors"
5636                 }
5637             ],
5638             "description": "Converts CSS selectors to XPath expressions",
5639             "homepage": "https://symfony.com",
5640             "support": {
5641                 "source": "https://github.com/symfony/css-selector/tree/v7.2.0"
5642             },
5643             "funding": [
5644                 {
5645                     "url": "https://symfony.com/sponsor",
5646                     "type": "custom"
5647                 },
5648                 {
5649                     "url": "https://github.com/fabpot",
5650                     "type": "github"
5651                 },
5652                 {
5653                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5654                     "type": "tidelift"
5655                 }
5656             ],
5657             "time": "2024-09-25T14:21:43+00:00"
5658         },
5659         {
5660             "name": "symfony/deprecation-contracts",
5661             "version": "v3.5.1",
5662             "source": {
5663                 "type": "git",
5664                 "url": "https://github.com/symfony/deprecation-contracts.git",
5665                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
5666             },
5667             "dist": {
5668                 "type": "zip",
5669                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
5670                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
5671                 "shasum": ""
5672             },
5673             "require": {
5674                 "php": ">=8.1"
5675             },
5676             "type": "library",
5677             "extra": {
5678                 "thanks": {
5679                     "url": "https://github.com/symfony/contracts",
5680                     "name": "symfony/contracts"
5681                 },
5682                 "branch-alias": {
5683                     "dev-main": "3.5-dev"
5684                 }
5685             },
5686             "autoload": {
5687                 "files": [
5688                     "function.php"
5689                 ]
5690             },
5691             "notification-url": "https://packagist.org/downloads/",
5692             "license": [
5693                 "MIT"
5694             ],
5695             "authors": [
5696                 {
5697                     "name": "Nicolas Grekas",
5698                     "email": "p@tchwork.com"
5699                 },
5700                 {
5701                     "name": "Symfony Community",
5702                     "homepage": "https://symfony.com/contributors"
5703                 }
5704             ],
5705             "description": "A generic function and convention to trigger deprecation notices",
5706             "homepage": "https://symfony.com",
5707             "support": {
5708                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
5709             },
5710             "funding": [
5711                 {
5712                     "url": "https://symfony.com/sponsor",
5713                     "type": "custom"
5714                 },
5715                 {
5716                     "url": "https://github.com/fabpot",
5717                     "type": "github"
5718                 },
5719                 {
5720                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5721                     "type": "tidelift"
5722                 }
5723             ],
5724             "time": "2024-09-25T14:20:29+00:00"
5725         },
5726         {
5727             "name": "symfony/error-handler",
5728             "version": "v7.2.1",
5729             "source": {
5730                 "type": "git",
5731                 "url": "https://github.com/symfony/error-handler.git",
5732                 "reference": "6150b89186573046167796fa5f3f76601d5145f8"
5733             },
5734             "dist": {
5735                 "type": "zip",
5736                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/6150b89186573046167796fa5f3f76601d5145f8",
5737                 "reference": "6150b89186573046167796fa5f3f76601d5145f8",
5738                 "shasum": ""
5739             },
5740             "require": {
5741                 "php": ">=8.2",
5742                 "psr/log": "^1|^2|^3",
5743                 "symfony/var-dumper": "^6.4|^7.0"
5744             },
5745             "conflict": {
5746                 "symfony/deprecation-contracts": "<2.5",
5747                 "symfony/http-kernel": "<6.4"
5748             },
5749             "require-dev": {
5750                 "symfony/deprecation-contracts": "^2.5|^3",
5751                 "symfony/http-kernel": "^6.4|^7.0",
5752                 "symfony/serializer": "^6.4|^7.0"
5753             },
5754             "bin": [
5755                 "Resources/bin/patch-type-declarations"
5756             ],
5757             "type": "library",
5758             "autoload": {
5759                 "psr-4": {
5760                     "Symfony\\Component\\ErrorHandler\\": ""
5761                 },
5762                 "exclude-from-classmap": [
5763                     "/Tests/"
5764                 ]
5765             },
5766             "notification-url": "https://packagist.org/downloads/",
5767             "license": [
5768                 "MIT"
5769             ],
5770             "authors": [
5771                 {
5772                     "name": "Fabien Potencier",
5773                     "email": "fabien@symfony.com"
5774                 },
5775                 {
5776                     "name": "Symfony Community",
5777                     "homepage": "https://symfony.com/contributors"
5778                 }
5779             ],
5780             "description": "Provides tools to manage errors and ease debugging PHP code",
5781             "homepage": "https://symfony.com",
5782             "support": {
5783                 "source": "https://github.com/symfony/error-handler/tree/v7.2.1"
5784             },
5785             "funding": [
5786                 {
5787                     "url": "https://symfony.com/sponsor",
5788                     "type": "custom"
5789                 },
5790                 {
5791                     "url": "https://github.com/fabpot",
5792                     "type": "github"
5793                 },
5794                 {
5795                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5796                     "type": "tidelift"
5797                 }
5798             ],
5799             "time": "2024-12-07T08:50:44+00:00"
5800         },
5801         {
5802             "name": "symfony/event-dispatcher",
5803             "version": "v7.2.0",
5804             "source": {
5805                 "type": "git",
5806                 "url": "https://github.com/symfony/event-dispatcher.git",
5807                 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
5808             },
5809             "dist": {
5810                 "type": "zip",
5811                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
5812                 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
5813                 "shasum": ""
5814             },
5815             "require": {
5816                 "php": ">=8.2",
5817                 "symfony/event-dispatcher-contracts": "^2.5|^3"
5818             },
5819             "conflict": {
5820                 "symfony/dependency-injection": "<6.4",
5821                 "symfony/service-contracts": "<2.5"
5822             },
5823             "provide": {
5824                 "psr/event-dispatcher-implementation": "1.0",
5825                 "symfony/event-dispatcher-implementation": "2.0|3.0"
5826             },
5827             "require-dev": {
5828                 "psr/log": "^1|^2|^3",
5829                 "symfony/config": "^6.4|^7.0",
5830                 "symfony/dependency-injection": "^6.4|^7.0",
5831                 "symfony/error-handler": "^6.4|^7.0",
5832                 "symfony/expression-language": "^6.4|^7.0",
5833                 "symfony/http-foundation": "^6.4|^7.0",
5834                 "symfony/service-contracts": "^2.5|^3",
5835                 "symfony/stopwatch": "^6.4|^7.0"
5836             },
5837             "type": "library",
5838             "autoload": {
5839                 "psr-4": {
5840                     "Symfony\\Component\\EventDispatcher\\": ""
5841                 },
5842                 "exclude-from-classmap": [
5843                     "/Tests/"
5844                 ]
5845             },
5846             "notification-url": "https://packagist.org/downloads/",
5847             "license": [
5848                 "MIT"
5849             ],
5850             "authors": [
5851                 {
5852                     "name": "Fabien Potencier",
5853                     "email": "fabien@symfony.com"
5854                 },
5855                 {
5856                     "name": "Symfony Community",
5857                     "homepage": "https://symfony.com/contributors"
5858                 }
5859             ],
5860             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5861             "homepage": "https://symfony.com",
5862             "support": {
5863                 "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
5864             },
5865             "funding": [
5866                 {
5867                     "url": "https://symfony.com/sponsor",
5868                     "type": "custom"
5869                 },
5870                 {
5871                     "url": "https://github.com/fabpot",
5872                     "type": "github"
5873                 },
5874                 {
5875                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5876                     "type": "tidelift"
5877                 }
5878             ],
5879             "time": "2024-09-25T14:21:43+00:00"
5880         },
5881         {
5882             "name": "symfony/event-dispatcher-contracts",
5883             "version": "v3.5.1",
5884             "source": {
5885                 "type": "git",
5886                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5887                 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
5888             },
5889             "dist": {
5890                 "type": "zip",
5891                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
5892                 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
5893                 "shasum": ""
5894             },
5895             "require": {
5896                 "php": ">=8.1",
5897                 "psr/event-dispatcher": "^1"
5898             },
5899             "type": "library",
5900             "extra": {
5901                 "thanks": {
5902                     "url": "https://github.com/symfony/contracts",
5903                     "name": "symfony/contracts"
5904                 },
5905                 "branch-alias": {
5906                     "dev-main": "3.5-dev"
5907                 }
5908             },
5909             "autoload": {
5910                 "psr-4": {
5911                     "Symfony\\Contracts\\EventDispatcher\\": ""
5912                 }
5913             },
5914             "notification-url": "https://packagist.org/downloads/",
5915             "license": [
5916                 "MIT"
5917             ],
5918             "authors": [
5919                 {
5920                     "name": "Nicolas Grekas",
5921                     "email": "p@tchwork.com"
5922                 },
5923                 {
5924                     "name": "Symfony Community",
5925                     "homepage": "https://symfony.com/contributors"
5926                 }
5927             ],
5928             "description": "Generic abstractions related to dispatching event",
5929             "homepage": "https://symfony.com",
5930             "keywords": [
5931                 "abstractions",
5932                 "contracts",
5933                 "decoupling",
5934                 "interfaces",
5935                 "interoperability",
5936                 "standards"
5937             ],
5938             "support": {
5939                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
5940             },
5941             "funding": [
5942                 {
5943                     "url": "https://symfony.com/sponsor",
5944                     "type": "custom"
5945                 },
5946                 {
5947                     "url": "https://github.com/fabpot",
5948                     "type": "github"
5949                 },
5950                 {
5951                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5952                     "type": "tidelift"
5953                 }
5954             ],
5955             "time": "2024-09-25T14:20:29+00:00"
5956         },
5957         {
5958             "name": "symfony/finder",
5959             "version": "v7.2.2",
5960             "source": {
5961                 "type": "git",
5962                 "url": "https://github.com/symfony/finder.git",
5963                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb"
5964             },
5965             "dist": {
5966                 "type": "zip",
5967                 "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb",
5968                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb",
5969                 "shasum": ""
5970             },
5971             "require": {
5972                 "php": ">=8.2"
5973             },
5974             "require-dev": {
5975                 "symfony/filesystem": "^6.4|^7.0"
5976             },
5977             "type": "library",
5978             "autoload": {
5979                 "psr-4": {
5980                     "Symfony\\Component\\Finder\\": ""
5981                 },
5982                 "exclude-from-classmap": [
5983                     "/Tests/"
5984                 ]
5985             },
5986             "notification-url": "https://packagist.org/downloads/",
5987             "license": [
5988                 "MIT"
5989             ],
5990             "authors": [
5991                 {
5992                     "name": "Fabien Potencier",
5993                     "email": "fabien@symfony.com"
5994                 },
5995                 {
5996                     "name": "Symfony Community",
5997                     "homepage": "https://symfony.com/contributors"
5998                 }
5999             ],
6000             "description": "Finds files and directories via an intuitive fluent interface",
6001             "homepage": "https://symfony.com",
6002             "support": {
6003                 "source": "https://github.com/symfony/finder/tree/v7.2.2"
6004             },
6005             "funding": [
6006                 {
6007                     "url": "https://symfony.com/sponsor",
6008                     "type": "custom"
6009                 },
6010                 {
6011                     "url": "https://github.com/fabpot",
6012                     "type": "github"
6013                 },
6014                 {
6015                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6016                     "type": "tidelift"
6017                 }
6018             ],
6019             "time": "2024-12-30T19:00:17+00:00"
6020         },
6021         {
6022             "name": "symfony/http-foundation",
6023             "version": "v7.2.2",
6024             "source": {
6025                 "type": "git",
6026                 "url": "https://github.com/symfony/http-foundation.git",
6027                 "reference": "62d1a43796ca3fea3f83a8470dfe63a4af3bc588"
6028             },
6029             "dist": {
6030                 "type": "zip",
6031                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/62d1a43796ca3fea3f83a8470dfe63a4af3bc588",
6032                 "reference": "62d1a43796ca3fea3f83a8470dfe63a4af3bc588",
6033                 "shasum": ""
6034             },
6035             "require": {
6036                 "php": ">=8.2",
6037                 "symfony/deprecation-contracts": "^2.5|^3.0",
6038                 "symfony/polyfill-mbstring": "~1.1",
6039                 "symfony/polyfill-php83": "^1.27"
6040             },
6041             "conflict": {
6042                 "doctrine/dbal": "<3.6",
6043                 "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
6044             },
6045             "require-dev": {
6046                 "doctrine/dbal": "^3.6|^4",
6047                 "predis/predis": "^1.1|^2.0",
6048                 "symfony/cache": "^6.4.12|^7.1.5",
6049                 "symfony/dependency-injection": "^6.4|^7.0",
6050                 "symfony/expression-language": "^6.4|^7.0",
6051                 "symfony/http-kernel": "^6.4|^7.0",
6052                 "symfony/mime": "^6.4|^7.0",
6053                 "symfony/rate-limiter": "^6.4|^7.0"
6054             },
6055             "type": "library",
6056             "autoload": {
6057                 "psr-4": {
6058                     "Symfony\\Component\\HttpFoundation\\": ""
6059                 },
6060                 "exclude-from-classmap": [
6061                     "/Tests/"
6062                 ]
6063             },
6064             "notification-url": "https://packagist.org/downloads/",
6065             "license": [
6066                 "MIT"
6067             ],
6068             "authors": [
6069                 {
6070                     "name": "Fabien Potencier",
6071                     "email": "fabien@symfony.com"
6072                 },
6073                 {
6074                     "name": "Symfony Community",
6075                     "homepage": "https://symfony.com/contributors"
6076                 }
6077             ],
6078             "description": "Defines an object-oriented layer for the HTTP specification",
6079             "homepage": "https://symfony.com",
6080             "support": {
6081                 "source": "https://github.com/symfony/http-foundation/tree/v7.2.2"
6082             },
6083             "funding": [
6084                 {
6085                     "url": "https://symfony.com/sponsor",
6086                     "type": "custom"
6087                 },
6088                 {
6089                     "url": "https://github.com/fabpot",
6090                     "type": "github"
6091                 },
6092                 {
6093                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6094                     "type": "tidelift"
6095                 }
6096             ],
6097             "time": "2024-12-30T19:00:17+00:00"
6098         },
6099         {
6100             "name": "symfony/http-kernel",
6101             "version": "v7.2.2",
6102             "source": {
6103                 "type": "git",
6104                 "url": "https://github.com/symfony/http-kernel.git",
6105                 "reference": "3c432966bd8c7ec7429663105f5a02d7e75b4306"
6106             },
6107             "dist": {
6108                 "type": "zip",
6109                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3c432966bd8c7ec7429663105f5a02d7e75b4306",
6110                 "reference": "3c432966bd8c7ec7429663105f5a02d7e75b4306",
6111                 "shasum": ""
6112             },
6113             "require": {
6114                 "php": ">=8.2",
6115                 "psr/log": "^1|^2|^3",
6116                 "symfony/deprecation-contracts": "^2.5|^3",
6117                 "symfony/error-handler": "^6.4|^7.0",
6118                 "symfony/event-dispatcher": "^6.4|^7.0",
6119                 "symfony/http-foundation": "^6.4|^7.0",
6120                 "symfony/polyfill-ctype": "^1.8"
6121             },
6122             "conflict": {
6123                 "symfony/browser-kit": "<6.4",
6124                 "symfony/cache": "<6.4",
6125                 "symfony/config": "<6.4",
6126                 "symfony/console": "<6.4",
6127                 "symfony/dependency-injection": "<6.4",
6128                 "symfony/doctrine-bridge": "<6.4",
6129                 "symfony/form": "<6.4",
6130                 "symfony/http-client": "<6.4",
6131                 "symfony/http-client-contracts": "<2.5",
6132                 "symfony/mailer": "<6.4",
6133                 "symfony/messenger": "<6.4",
6134                 "symfony/translation": "<6.4",
6135                 "symfony/translation-contracts": "<2.5",
6136                 "symfony/twig-bridge": "<6.4",
6137                 "symfony/validator": "<6.4",
6138                 "symfony/var-dumper": "<6.4",
6139                 "twig/twig": "<3.12"
6140             },
6141             "provide": {
6142                 "psr/log-implementation": "1.0|2.0|3.0"
6143             },
6144             "require-dev": {
6145                 "psr/cache": "^1.0|^2.0|^3.0",
6146                 "symfony/browser-kit": "^6.4|^7.0",
6147                 "symfony/clock": "^6.4|^7.0",
6148                 "symfony/config": "^6.4|^7.0",
6149                 "symfony/console": "^6.4|^7.0",
6150                 "symfony/css-selector": "^6.4|^7.0",
6151                 "symfony/dependency-injection": "^6.4|^7.0",
6152                 "symfony/dom-crawler": "^6.4|^7.0",
6153                 "symfony/expression-language": "^6.4|^7.0",
6154                 "symfony/finder": "^6.4|^7.0",
6155                 "symfony/http-client-contracts": "^2.5|^3",
6156                 "symfony/process": "^6.4|^7.0",
6157                 "symfony/property-access": "^7.1",
6158                 "symfony/routing": "^6.4|^7.0",
6159                 "symfony/serializer": "^7.1",
6160                 "symfony/stopwatch": "^6.4|^7.0",
6161                 "symfony/translation": "^6.4|^7.0",
6162                 "symfony/translation-contracts": "^2.5|^3",
6163                 "symfony/uid": "^6.4|^7.0",
6164                 "symfony/validator": "^6.4|^7.0",
6165                 "symfony/var-dumper": "^6.4|^7.0",
6166                 "symfony/var-exporter": "^6.4|^7.0",
6167                 "twig/twig": "^3.12"
6168             },
6169             "type": "library",
6170             "autoload": {
6171                 "psr-4": {
6172                     "Symfony\\Component\\HttpKernel\\": ""
6173                 },
6174                 "exclude-from-classmap": [
6175                     "/Tests/"
6176                 ]
6177             },
6178             "notification-url": "https://packagist.org/downloads/",
6179             "license": [
6180                 "MIT"
6181             ],
6182             "authors": [
6183                 {
6184                     "name": "Fabien Potencier",
6185                     "email": "fabien@symfony.com"
6186                 },
6187                 {
6188                     "name": "Symfony Community",
6189                     "homepage": "https://symfony.com/contributors"
6190                 }
6191             ],
6192             "description": "Provides a structured process for converting a Request into a Response",
6193             "homepage": "https://symfony.com",
6194             "support": {
6195                 "source": "https://github.com/symfony/http-kernel/tree/v7.2.2"
6196             },
6197             "funding": [
6198                 {
6199                     "url": "https://symfony.com/sponsor",
6200                     "type": "custom"
6201                 },
6202                 {
6203                     "url": "https://github.com/fabpot",
6204                     "type": "github"
6205                 },
6206                 {
6207                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6208                     "type": "tidelift"
6209                 }
6210             ],
6211             "time": "2024-12-31T14:59:40+00:00"
6212         },
6213         {
6214             "name": "symfony/mime",
6215             "version": "v7.2.1",
6216             "source": {
6217                 "type": "git",
6218                 "url": "https://github.com/symfony/mime.git",
6219                 "reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283"
6220             },
6221             "dist": {
6222                 "type": "zip",
6223                 "url": "https://api.github.com/repos/symfony/mime/zipball/7f9617fcf15cb61be30f8b252695ed5e2bfac283",
6224                 "reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283",
6225                 "shasum": ""
6226             },
6227             "require": {
6228                 "php": ">=8.2",
6229                 "symfony/polyfill-intl-idn": "^1.10",
6230                 "symfony/polyfill-mbstring": "^1.0"
6231             },
6232             "conflict": {
6233                 "egulias/email-validator": "~3.0.0",
6234                 "phpdocumentor/reflection-docblock": "<3.2.2",
6235                 "phpdocumentor/type-resolver": "<1.4.0",
6236                 "symfony/mailer": "<6.4",
6237                 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
6238             },
6239             "require-dev": {
6240                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6241                 "league/html-to-markdown": "^5.0",
6242                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6243                 "symfony/dependency-injection": "^6.4|^7.0",
6244                 "symfony/process": "^6.4|^7.0",
6245                 "symfony/property-access": "^6.4|^7.0",
6246                 "symfony/property-info": "^6.4|^7.0",
6247                 "symfony/serializer": "^6.4.3|^7.0.3"
6248             },
6249             "type": "library",
6250             "autoload": {
6251                 "psr-4": {
6252                     "Symfony\\Component\\Mime\\": ""
6253                 },
6254                 "exclude-from-classmap": [
6255                     "/Tests/"
6256                 ]
6257             },
6258             "notification-url": "https://packagist.org/downloads/",
6259             "license": [
6260                 "MIT"
6261             ],
6262             "authors": [
6263                 {
6264                     "name": "Fabien Potencier",
6265                     "email": "fabien@symfony.com"
6266                 },
6267                 {
6268                     "name": "Symfony Community",
6269                     "homepage": "https://symfony.com/contributors"
6270                 }
6271             ],
6272             "description": "Allows manipulating MIME messages",
6273             "homepage": "https://symfony.com",
6274             "keywords": [
6275                 "mime",
6276                 "mime-type"
6277             ],
6278             "support": {
6279                 "source": "https://github.com/symfony/mime/tree/v7.2.1"
6280             },
6281             "funding": [
6282                 {
6283                     "url": "https://symfony.com/sponsor",
6284                     "type": "custom"
6285                 },
6286                 {
6287                     "url": "https://github.com/fabpot",
6288                     "type": "github"
6289                 },
6290                 {
6291                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6292                     "type": "tidelift"
6293                 }
6294             ],
6295             "time": "2024-12-07T08:50:44+00:00"
6296         },
6297         {
6298             "name": "symfony/polyfill-ctype",
6299             "version": "v1.31.0",
6300             "source": {
6301                 "type": "git",
6302                 "url": "https://github.com/symfony/polyfill-ctype.git",
6303                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
6304             },
6305             "dist": {
6306                 "type": "zip",
6307                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
6308                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
6309                 "shasum": ""
6310             },
6311             "require": {
6312                 "php": ">=7.2"
6313             },
6314             "provide": {
6315                 "ext-ctype": "*"
6316             },
6317             "suggest": {
6318                 "ext-ctype": "For best performance"
6319             },
6320             "type": "library",
6321             "extra": {
6322                 "thanks": {
6323                     "url": "https://github.com/symfony/polyfill",
6324                     "name": "symfony/polyfill"
6325                 }
6326             },
6327             "autoload": {
6328                 "files": [
6329                     "bootstrap.php"
6330                 ],
6331                 "psr-4": {
6332                     "Symfony\\Polyfill\\Ctype\\": ""
6333                 }
6334             },
6335             "notification-url": "https://packagist.org/downloads/",
6336             "license": [
6337                 "MIT"
6338             ],
6339             "authors": [
6340                 {
6341                     "name": "Gert de Pagter",
6342                     "email": "BackEndTea@gmail.com"
6343                 },
6344                 {
6345                     "name": "Symfony Community",
6346                     "homepage": "https://symfony.com/contributors"
6347                 }
6348             ],
6349             "description": "Symfony polyfill for ctype functions",
6350             "homepage": "https://symfony.com",
6351             "keywords": [
6352                 "compatibility",
6353                 "ctype",
6354                 "polyfill",
6355                 "portable"
6356             ],
6357             "support": {
6358                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
6359             },
6360             "funding": [
6361                 {
6362                     "url": "https://symfony.com/sponsor",
6363                     "type": "custom"
6364                 },
6365                 {
6366                     "url": "https://github.com/fabpot",
6367                     "type": "github"
6368                 },
6369                 {
6370                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6371                     "type": "tidelift"
6372                 }
6373             ],
6374             "time": "2024-09-09T11:45:10+00:00"
6375         },
6376         {
6377             "name": "symfony/polyfill-intl-grapheme",
6378             "version": "v1.31.0",
6379             "source": {
6380                 "type": "git",
6381                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6382                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
6383             },
6384             "dist": {
6385                 "type": "zip",
6386                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6387                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6388                 "shasum": ""
6389             },
6390             "require": {
6391                 "php": ">=7.2"
6392             },
6393             "suggest": {
6394                 "ext-intl": "For best performance"
6395             },
6396             "type": "library",
6397             "extra": {
6398                 "thanks": {
6399                     "url": "https://github.com/symfony/polyfill",
6400                     "name": "symfony/polyfill"
6401                 }
6402             },
6403             "autoload": {
6404                 "files": [
6405                     "bootstrap.php"
6406                 ],
6407                 "psr-4": {
6408                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6409                 }
6410             },
6411             "notification-url": "https://packagist.org/downloads/",
6412             "license": [
6413                 "MIT"
6414             ],
6415             "authors": [
6416                 {
6417                     "name": "Nicolas Grekas",
6418                     "email": "p@tchwork.com"
6419                 },
6420                 {
6421                     "name": "Symfony Community",
6422                     "homepage": "https://symfony.com/contributors"
6423                 }
6424             ],
6425             "description": "Symfony polyfill for intl's grapheme_* functions",
6426             "homepage": "https://symfony.com",
6427             "keywords": [
6428                 "compatibility",
6429                 "grapheme",
6430                 "intl",
6431                 "polyfill",
6432                 "portable",
6433                 "shim"
6434             ],
6435             "support": {
6436                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
6437             },
6438             "funding": [
6439                 {
6440                     "url": "https://symfony.com/sponsor",
6441                     "type": "custom"
6442                 },
6443                 {
6444                     "url": "https://github.com/fabpot",
6445                     "type": "github"
6446                 },
6447                 {
6448                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6449                     "type": "tidelift"
6450                 }
6451             ],
6452             "time": "2024-09-09T11:45:10+00:00"
6453         },
6454         {
6455             "name": "symfony/polyfill-intl-idn",
6456             "version": "v1.31.0",
6457             "source": {
6458                 "type": "git",
6459                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6460                 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
6461             },
6462             "dist": {
6463                 "type": "zip",
6464                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
6465                 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
6466                 "shasum": ""
6467             },
6468             "require": {
6469                 "php": ">=7.2",
6470                 "symfony/polyfill-intl-normalizer": "^1.10"
6471             },
6472             "suggest": {
6473                 "ext-intl": "For best performance"
6474             },
6475             "type": "library",
6476             "extra": {
6477                 "thanks": {
6478                     "url": "https://github.com/symfony/polyfill",
6479                     "name": "symfony/polyfill"
6480                 }
6481             },
6482             "autoload": {
6483                 "files": [
6484                     "bootstrap.php"
6485                 ],
6486                 "psr-4": {
6487                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6488                 }
6489             },
6490             "notification-url": "https://packagist.org/downloads/",
6491             "license": [
6492                 "MIT"
6493             ],
6494             "authors": [
6495                 {
6496                     "name": "Laurent Bassin",
6497                     "email": "laurent@bassin.info"
6498                 },
6499                 {
6500                     "name": "Trevor Rowbotham",
6501                     "email": "trevor.rowbotham@pm.me"
6502                 },
6503                 {
6504                     "name": "Symfony Community",
6505                     "homepage": "https://symfony.com/contributors"
6506                 }
6507             ],
6508             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6509             "homepage": "https://symfony.com",
6510             "keywords": [
6511                 "compatibility",
6512                 "idn",
6513                 "intl",
6514                 "polyfill",
6515                 "portable",
6516                 "shim"
6517             ],
6518             "support": {
6519                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
6520             },
6521             "funding": [
6522                 {
6523                     "url": "https://symfony.com/sponsor",
6524                     "type": "custom"
6525                 },
6526                 {
6527                     "url": "https://github.com/fabpot",
6528                     "type": "github"
6529                 },
6530                 {
6531                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6532                     "type": "tidelift"
6533                 }
6534             ],
6535             "time": "2024-09-09T11:45:10+00:00"
6536         },
6537         {
6538             "name": "symfony/polyfill-intl-normalizer",
6539             "version": "v1.31.0",
6540             "source": {
6541                 "type": "git",
6542                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6543                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
6544             },
6545             "dist": {
6546                 "type": "zip",
6547                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
6548                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
6549                 "shasum": ""
6550             },
6551             "require": {
6552                 "php": ">=7.2"
6553             },
6554             "suggest": {
6555                 "ext-intl": "For best performance"
6556             },
6557             "type": "library",
6558             "extra": {
6559                 "thanks": {
6560                     "url": "https://github.com/symfony/polyfill",
6561                     "name": "symfony/polyfill"
6562                 }
6563             },
6564             "autoload": {
6565                 "files": [
6566                     "bootstrap.php"
6567                 ],
6568                 "psr-4": {
6569                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6570                 },
6571                 "classmap": [
6572                     "Resources/stubs"
6573                 ]
6574             },
6575             "notification-url": "https://packagist.org/downloads/",
6576             "license": [
6577                 "MIT"
6578             ],
6579             "authors": [
6580                 {
6581                     "name": "Nicolas Grekas",
6582                     "email": "p@tchwork.com"
6583                 },
6584                 {
6585                     "name": "Symfony Community",
6586                     "homepage": "https://symfony.com/contributors"
6587                 }
6588             ],
6589             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6590             "homepage": "https://symfony.com",
6591             "keywords": [
6592                 "compatibility",
6593                 "intl",
6594                 "normalizer",
6595                 "polyfill",
6596                 "portable",
6597                 "shim"
6598             ],
6599             "support": {
6600                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
6601             },
6602             "funding": [
6603                 {
6604                     "url": "https://symfony.com/sponsor",
6605                     "type": "custom"
6606                 },
6607                 {
6608                     "url": "https://github.com/fabpot",
6609                     "type": "github"
6610                 },
6611                 {
6612                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6613                     "type": "tidelift"
6614                 }
6615             ],
6616             "time": "2024-09-09T11:45:10+00:00"
6617         },
6618         {
6619             "name": "symfony/polyfill-mbstring",
6620             "version": "v1.31.0",
6621             "source": {
6622                 "type": "git",
6623                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6624                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
6625             },
6626             "dist": {
6627                 "type": "zip",
6628                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
6629                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
6630                 "shasum": ""
6631             },
6632             "require": {
6633                 "php": ">=7.2"
6634             },
6635             "provide": {
6636                 "ext-mbstring": "*"
6637             },
6638             "suggest": {
6639                 "ext-mbstring": "For best performance"
6640             },
6641             "type": "library",
6642             "extra": {
6643                 "thanks": {
6644                     "url": "https://github.com/symfony/polyfill",
6645                     "name": "symfony/polyfill"
6646                 }
6647             },
6648             "autoload": {
6649                 "files": [
6650                     "bootstrap.php"
6651                 ],
6652                 "psr-4": {
6653                     "Symfony\\Polyfill\\Mbstring\\": ""
6654                 }
6655             },
6656             "notification-url": "https://packagist.org/downloads/",
6657             "license": [
6658                 "MIT"
6659             ],
6660             "authors": [
6661                 {
6662                     "name": "Nicolas Grekas",
6663                     "email": "p@tchwork.com"
6664                 },
6665                 {
6666                     "name": "Symfony Community",
6667                     "homepage": "https://symfony.com/contributors"
6668                 }
6669             ],
6670             "description": "Symfony polyfill for the Mbstring extension",
6671             "homepage": "https://symfony.com",
6672             "keywords": [
6673                 "compatibility",
6674                 "mbstring",
6675                 "polyfill",
6676                 "portable",
6677                 "shim"
6678             ],
6679             "support": {
6680                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
6681             },
6682             "funding": [
6683                 {
6684                     "url": "https://symfony.com/sponsor",
6685                     "type": "custom"
6686                 },
6687                 {
6688                     "url": "https://github.com/fabpot",
6689                     "type": "github"
6690                 },
6691                 {
6692                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6693                     "type": "tidelift"
6694                 }
6695             ],
6696             "time": "2024-09-09T11:45:10+00:00"
6697         },
6698         {
6699             "name": "symfony/polyfill-php80",
6700             "version": "v1.31.0",
6701             "source": {
6702                 "type": "git",
6703                 "url": "https://github.com/symfony/polyfill-php80.git",
6704                 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
6705             },
6706             "dist": {
6707                 "type": "zip",
6708                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
6709                 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
6710                 "shasum": ""
6711             },
6712             "require": {
6713                 "php": ">=7.2"
6714             },
6715             "type": "library",
6716             "extra": {
6717                 "thanks": {
6718                     "url": "https://github.com/symfony/polyfill",
6719                     "name": "symfony/polyfill"
6720                 }
6721             },
6722             "autoload": {
6723                 "files": [
6724                     "bootstrap.php"
6725                 ],
6726                 "psr-4": {
6727                     "Symfony\\Polyfill\\Php80\\": ""
6728                 },
6729                 "classmap": [
6730                     "Resources/stubs"
6731                 ]
6732             },
6733             "notification-url": "https://packagist.org/downloads/",
6734             "license": [
6735                 "MIT"
6736             ],
6737             "authors": [
6738                 {
6739                     "name": "Ion Bazan",
6740                     "email": "ion.bazan@gmail.com"
6741                 },
6742                 {
6743                     "name": "Nicolas Grekas",
6744                     "email": "p@tchwork.com"
6745                 },
6746                 {
6747                     "name": "Symfony Community",
6748                     "homepage": "https://symfony.com/contributors"
6749                 }
6750             ],
6751             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6752             "homepage": "https://symfony.com",
6753             "keywords": [
6754                 "compatibility",
6755                 "polyfill",
6756                 "portable",
6757                 "shim"
6758             ],
6759             "support": {
6760                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
6761             },
6762             "funding": [
6763                 {
6764                     "url": "https://symfony.com/sponsor",
6765                     "type": "custom"
6766                 },
6767                 {
6768                     "url": "https://github.com/fabpot",
6769                     "type": "github"
6770                 },
6771                 {
6772                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6773                     "type": "tidelift"
6774                 }
6775             ],
6776             "time": "2024-09-09T11:45:10+00:00"
6777         },
6778         {
6779             "name": "symfony/polyfill-php83",
6780             "version": "v1.31.0",
6781             "source": {
6782                 "type": "git",
6783                 "url": "https://github.com/symfony/polyfill-php83.git",
6784                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
6785             },
6786             "dist": {
6787                 "type": "zip",
6788                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
6789                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
6790                 "shasum": ""
6791             },
6792             "require": {
6793                 "php": ">=7.2"
6794             },
6795             "type": "library",
6796             "extra": {
6797                 "thanks": {
6798                     "url": "https://github.com/symfony/polyfill",
6799                     "name": "symfony/polyfill"
6800                 }
6801             },
6802             "autoload": {
6803                 "files": [
6804                     "bootstrap.php"
6805                 ],
6806                 "psr-4": {
6807                     "Symfony\\Polyfill\\Php83\\": ""
6808                 },
6809                 "classmap": [
6810                     "Resources/stubs"
6811                 ]
6812             },
6813             "notification-url": "https://packagist.org/downloads/",
6814             "license": [
6815                 "MIT"
6816             ],
6817             "authors": [
6818                 {
6819                     "name": "Nicolas Grekas",
6820                     "email": "p@tchwork.com"
6821                 },
6822                 {
6823                     "name": "Symfony Community",
6824                     "homepage": "https://symfony.com/contributors"
6825                 }
6826             ],
6827             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
6828             "homepage": "https://symfony.com",
6829             "keywords": [
6830                 "compatibility",
6831                 "polyfill",
6832                 "portable",
6833                 "shim"
6834             ],
6835             "support": {
6836                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
6837             },
6838             "funding": [
6839                 {
6840                     "url": "https://symfony.com/sponsor",
6841                     "type": "custom"
6842                 },
6843                 {
6844                     "url": "https://github.com/fabpot",
6845                     "type": "github"
6846                 },
6847                 {
6848                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6849                     "type": "tidelift"
6850                 }
6851             ],
6852             "time": "2024-09-09T11:45:10+00:00"
6853         },
6854         {
6855             "name": "symfony/polyfill-uuid",
6856             "version": "v1.31.0",
6857             "source": {
6858                 "type": "git",
6859                 "url": "https://github.com/symfony/polyfill-uuid.git",
6860                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
6861             },
6862             "dist": {
6863                 "type": "zip",
6864                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6865                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
6866                 "shasum": ""
6867             },
6868             "require": {
6869                 "php": ">=7.2"
6870             },
6871             "provide": {
6872                 "ext-uuid": "*"
6873             },
6874             "suggest": {
6875                 "ext-uuid": "For best performance"
6876             },
6877             "type": "library",
6878             "extra": {
6879                 "thanks": {
6880                     "url": "https://github.com/symfony/polyfill",
6881                     "name": "symfony/polyfill"
6882                 }
6883             },
6884             "autoload": {
6885                 "files": [
6886                     "bootstrap.php"
6887                 ],
6888                 "psr-4": {
6889                     "Symfony\\Polyfill\\Uuid\\": ""
6890                 }
6891             },
6892             "notification-url": "https://packagist.org/downloads/",
6893             "license": [
6894                 "MIT"
6895             ],
6896             "authors": [
6897                 {
6898                     "name": "Grégoire Pineau",
6899                     "email": "lyrixx@lyrixx.info"
6900                 },
6901                 {
6902                     "name": "Symfony Community",
6903                     "homepage": "https://symfony.com/contributors"
6904                 }
6905             ],
6906             "description": "Symfony polyfill for uuid functions",
6907             "homepage": "https://symfony.com",
6908             "keywords": [
6909                 "compatibility",
6910                 "polyfill",
6911                 "portable",
6912                 "uuid"
6913             ],
6914             "support": {
6915                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0"
6916             },
6917             "funding": [
6918                 {
6919                     "url": "https://symfony.com/sponsor",
6920                     "type": "custom"
6921                 },
6922                 {
6923                     "url": "https://github.com/fabpot",
6924                     "type": "github"
6925                 },
6926                 {
6927                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6928                     "type": "tidelift"
6929                 }
6930             ],
6931             "time": "2024-09-09T11:45:10+00:00"
6932         },
6933         {
6934             "name": "symfony/process",
6935             "version": "v7.2.0",
6936             "source": {
6937                 "type": "git",
6938                 "url": "https://github.com/symfony/process.git",
6939                 "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e"
6940             },
6941             "dist": {
6942                 "type": "zip",
6943                 "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
6944                 "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
6945                 "shasum": ""
6946             },
6947             "require": {
6948                 "php": ">=8.2"
6949             },
6950             "type": "library",
6951             "autoload": {
6952                 "psr-4": {
6953                     "Symfony\\Component\\Process\\": ""
6954                 },
6955                 "exclude-from-classmap": [
6956                     "/Tests/"
6957                 ]
6958             },
6959             "notification-url": "https://packagist.org/downloads/",
6960             "license": [
6961                 "MIT"
6962             ],
6963             "authors": [
6964                 {
6965                     "name": "Fabien Potencier",
6966                     "email": "fabien@symfony.com"
6967                 },
6968                 {
6969                     "name": "Symfony Community",
6970                     "homepage": "https://symfony.com/contributors"
6971                 }
6972             ],
6973             "description": "Executes commands in sub-processes",
6974             "homepage": "https://symfony.com",
6975             "support": {
6976                 "source": "https://github.com/symfony/process/tree/v7.2.0"
6977             },
6978             "funding": [
6979                 {
6980                     "url": "https://symfony.com/sponsor",
6981                     "type": "custom"
6982                 },
6983                 {
6984                     "url": "https://github.com/fabpot",
6985                     "type": "github"
6986                 },
6987                 {
6988                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6989                     "type": "tidelift"
6990                 }
6991             ],
6992             "time": "2024-11-06T14:24:19+00:00"
6993         },
6994         {
6995             "name": "symfony/routing",
6996             "version": "v7.2.0",
6997             "source": {
6998                 "type": "git",
6999                 "url": "https://github.com/symfony/routing.git",
7000                 "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e"
7001             },
7002             "dist": {
7003                 "type": "zip",
7004                 "url": "https://api.github.com/repos/symfony/routing/zipball/e10a2450fa957af6c448b9b93c9010a4e4c0725e",
7005                 "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e",
7006                 "shasum": ""
7007             },
7008             "require": {
7009                 "php": ">=8.2",
7010                 "symfony/deprecation-contracts": "^2.5|^3"
7011             },
7012             "conflict": {
7013                 "symfony/config": "<6.4",
7014                 "symfony/dependency-injection": "<6.4",
7015                 "symfony/yaml": "<6.4"
7016             },
7017             "require-dev": {
7018                 "psr/log": "^1|^2|^3",
7019                 "symfony/config": "^6.4|^7.0",
7020                 "symfony/dependency-injection": "^6.4|^7.0",
7021                 "symfony/expression-language": "^6.4|^7.0",
7022                 "symfony/http-foundation": "^6.4|^7.0",
7023                 "symfony/yaml": "^6.4|^7.0"
7024             },
7025             "type": "library",
7026             "autoload": {
7027                 "psr-4": {
7028                     "Symfony\\Component\\Routing\\": ""
7029                 },
7030                 "exclude-from-classmap": [
7031                     "/Tests/"
7032                 ]
7033             },
7034             "notification-url": "https://packagist.org/downloads/",
7035             "license": [
7036                 "MIT"
7037             ],
7038             "authors": [
7039                 {
7040                     "name": "Fabien Potencier",
7041                     "email": "fabien@symfony.com"
7042                 },
7043                 {
7044                     "name": "Symfony Community",
7045                     "homepage": "https://symfony.com/contributors"
7046                 }
7047             ],
7048             "description": "Maps an HTTP request to a set of configuration variables",
7049             "homepage": "https://symfony.com",
7050             "keywords": [
7051                 "router",
7052                 "routing",
7053                 "uri",
7054                 "url"
7055             ],
7056             "support": {
7057                 "source": "https://github.com/symfony/routing/tree/v7.2.0"
7058             },
7059             "funding": [
7060                 {
7061                     "url": "https://symfony.com/sponsor",
7062                     "type": "custom"
7063                 },
7064                 {
7065                     "url": "https://github.com/fabpot",
7066                     "type": "github"
7067                 },
7068                 {
7069                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7070                     "type": "tidelift"
7071                 }
7072             ],
7073             "time": "2024-11-25T11:08:51+00:00"
7074         },
7075         {
7076             "name": "symfony/service-contracts",
7077             "version": "v3.5.1",
7078             "source": {
7079                 "type": "git",
7080                 "url": "https://github.com/symfony/service-contracts.git",
7081                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
7082             },
7083             "dist": {
7084                 "type": "zip",
7085                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
7086                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
7087                 "shasum": ""
7088             },
7089             "require": {
7090                 "php": ">=8.1",
7091                 "psr/container": "^1.1|^2.0",
7092                 "symfony/deprecation-contracts": "^2.5|^3"
7093             },
7094             "conflict": {
7095                 "ext-psr": "<1.1|>=2"
7096             },
7097             "type": "library",
7098             "extra": {
7099                 "thanks": {
7100                     "url": "https://github.com/symfony/contracts",
7101                     "name": "symfony/contracts"
7102                 },
7103                 "branch-alias": {
7104                     "dev-main": "3.5-dev"
7105                 }
7106             },
7107             "autoload": {
7108                 "psr-4": {
7109                     "Symfony\\Contracts\\Service\\": ""
7110                 },
7111                 "exclude-from-classmap": [
7112                     "/Test/"
7113                 ]
7114             },
7115             "notification-url": "https://packagist.org/downloads/",
7116             "license": [
7117                 "MIT"
7118             ],
7119             "authors": [
7120                 {
7121                     "name": "Nicolas Grekas",
7122                     "email": "p@tchwork.com"
7123                 },
7124                 {
7125                     "name": "Symfony Community",
7126                     "homepage": "https://symfony.com/contributors"
7127                 }
7128             ],
7129             "description": "Generic abstractions related to writing services",
7130             "homepage": "https://symfony.com",
7131             "keywords": [
7132                 "abstractions",
7133                 "contracts",
7134                 "decoupling",
7135                 "interfaces",
7136                 "interoperability",
7137                 "standards"
7138             ],
7139             "support": {
7140                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
7141             },
7142             "funding": [
7143                 {
7144                     "url": "https://symfony.com/sponsor",
7145                     "type": "custom"
7146                 },
7147                 {
7148                     "url": "https://github.com/fabpot",
7149                     "type": "github"
7150                 },
7151                 {
7152                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7153                     "type": "tidelift"
7154                 }
7155             ],
7156             "time": "2024-09-25T14:20:29+00:00"
7157         },
7158         {
7159             "name": "symfony/string",
7160             "version": "v7.2.0",
7161             "source": {
7162                 "type": "git",
7163                 "url": "https://github.com/symfony/string.git",
7164                 "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
7165             },
7166             "dist": {
7167                 "type": "zip",
7168                 "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
7169                 "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
7170                 "shasum": ""
7171             },
7172             "require": {
7173                 "php": ">=8.2",
7174                 "symfony/polyfill-ctype": "~1.8",
7175                 "symfony/polyfill-intl-grapheme": "~1.0",
7176                 "symfony/polyfill-intl-normalizer": "~1.0",
7177                 "symfony/polyfill-mbstring": "~1.0"
7178             },
7179             "conflict": {
7180                 "symfony/translation-contracts": "<2.5"
7181             },
7182             "require-dev": {
7183                 "symfony/emoji": "^7.1",
7184                 "symfony/error-handler": "^6.4|^7.0",
7185                 "symfony/http-client": "^6.4|^7.0",
7186                 "symfony/intl": "^6.4|^7.0",
7187                 "symfony/translation-contracts": "^2.5|^3.0",
7188                 "symfony/var-exporter": "^6.4|^7.0"
7189             },
7190             "type": "library",
7191             "autoload": {
7192                 "files": [
7193                     "Resources/functions.php"
7194                 ],
7195                 "psr-4": {
7196                     "Symfony\\Component\\String\\": ""
7197                 },
7198                 "exclude-from-classmap": [
7199                     "/Tests/"
7200                 ]
7201             },
7202             "notification-url": "https://packagist.org/downloads/",
7203             "license": [
7204                 "MIT"
7205             ],
7206             "authors": [
7207                 {
7208                     "name": "Nicolas Grekas",
7209                     "email": "p@tchwork.com"
7210                 },
7211                 {
7212                     "name": "Symfony Community",
7213                     "homepage": "https://symfony.com/contributors"
7214                 }
7215             ],
7216             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7217             "homepage": "https://symfony.com",
7218             "keywords": [
7219                 "grapheme",
7220                 "i18n",
7221                 "string",
7222                 "unicode",
7223                 "utf-8",
7224                 "utf8"
7225             ],
7226             "support": {
7227                 "source": "https://github.com/symfony/string/tree/v7.2.0"
7228             },
7229             "funding": [
7230                 {
7231                     "url": "https://symfony.com/sponsor",
7232                     "type": "custom"
7233                 },
7234                 {
7235                     "url": "https://github.com/fabpot",
7236                     "type": "github"
7237                 },
7238                 {
7239                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7240                     "type": "tidelift"
7241                 }
7242             ],
7243             "time": "2024-11-13T13:31:26+00:00"
7244         },
7245         {
7246             "name": "symfony/translation",
7247             "version": "v7.2.2",
7248             "source": {
7249                 "type": "git",
7250                 "url": "https://github.com/symfony/translation.git",
7251                 "reference": "e2674a30132b7cc4d74540d6c2573aa363f05923"
7252             },
7253             "dist": {
7254                 "type": "zip",
7255                 "url": "https://api.github.com/repos/symfony/translation/zipball/e2674a30132b7cc4d74540d6c2573aa363f05923",
7256                 "reference": "e2674a30132b7cc4d74540d6c2573aa363f05923",
7257                 "shasum": ""
7258             },
7259             "require": {
7260                 "php": ">=8.2",
7261                 "symfony/deprecation-contracts": "^2.5|^3",
7262                 "symfony/polyfill-mbstring": "~1.0",
7263                 "symfony/translation-contracts": "^2.5|^3.0"
7264             },
7265             "conflict": {
7266                 "symfony/config": "<6.4",
7267                 "symfony/console": "<6.4",
7268                 "symfony/dependency-injection": "<6.4",
7269                 "symfony/http-client-contracts": "<2.5",
7270                 "symfony/http-kernel": "<6.4",
7271                 "symfony/service-contracts": "<2.5",
7272                 "symfony/twig-bundle": "<6.4",
7273                 "symfony/yaml": "<6.4"
7274             },
7275             "provide": {
7276                 "symfony/translation-implementation": "2.3|3.0"
7277             },
7278             "require-dev": {
7279                 "nikic/php-parser": "^4.18|^5.0",
7280                 "psr/log": "^1|^2|^3",
7281                 "symfony/config": "^6.4|^7.0",
7282                 "symfony/console": "^6.4|^7.0",
7283                 "symfony/dependency-injection": "^6.4|^7.0",
7284                 "symfony/finder": "^6.4|^7.0",
7285                 "symfony/http-client-contracts": "^2.5|^3.0",
7286                 "symfony/http-kernel": "^6.4|^7.0",
7287                 "symfony/intl": "^6.4|^7.0",
7288                 "symfony/polyfill-intl-icu": "^1.21",
7289                 "symfony/routing": "^6.4|^7.0",
7290                 "symfony/service-contracts": "^2.5|^3",
7291                 "symfony/yaml": "^6.4|^7.0"
7292             },
7293             "type": "library",
7294             "autoload": {
7295                 "files": [
7296                     "Resources/functions.php"
7297                 ],
7298                 "psr-4": {
7299                     "Symfony\\Component\\Translation\\": ""
7300                 },
7301                 "exclude-from-classmap": [
7302                     "/Tests/"
7303                 ]
7304             },
7305             "notification-url": "https://packagist.org/downloads/",
7306             "license": [
7307                 "MIT"
7308             ],
7309             "authors": [
7310                 {
7311                     "name": "Fabien Potencier",
7312                     "email": "fabien@symfony.com"
7313                 },
7314                 {
7315                     "name": "Symfony Community",
7316                     "homepage": "https://symfony.com/contributors"
7317                 }
7318             ],
7319             "description": "Provides tools to internationalize your application",
7320             "homepage": "https://symfony.com",
7321             "support": {
7322                 "source": "https://github.com/symfony/translation/tree/v7.2.2"
7323             },
7324             "funding": [
7325                 {
7326                     "url": "https://symfony.com/sponsor",
7327                     "type": "custom"
7328                 },
7329                 {
7330                     "url": "https://github.com/fabpot",
7331                     "type": "github"
7332                 },
7333                 {
7334                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7335                     "type": "tidelift"
7336                 }
7337             ],
7338             "time": "2024-12-07T08:18:10+00:00"
7339         },
7340         {
7341             "name": "symfony/translation-contracts",
7342             "version": "v3.5.1",
7343             "source": {
7344                 "type": "git",
7345                 "url": "https://github.com/symfony/translation-contracts.git",
7346                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
7347             },
7348             "dist": {
7349                 "type": "zip",
7350                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
7351                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
7352                 "shasum": ""
7353             },
7354             "require": {
7355                 "php": ">=8.1"
7356             },
7357             "type": "library",
7358             "extra": {
7359                 "thanks": {
7360                     "url": "https://github.com/symfony/contracts",
7361                     "name": "symfony/contracts"
7362                 },
7363                 "branch-alias": {
7364                     "dev-main": "3.5-dev"
7365                 }
7366             },
7367             "autoload": {
7368                 "psr-4": {
7369                     "Symfony\\Contracts\\Translation\\": ""
7370                 },
7371                 "exclude-from-classmap": [
7372                     "/Test/"
7373                 ]
7374             },
7375             "notification-url": "https://packagist.org/downloads/",
7376             "license": [
7377                 "MIT"
7378             ],
7379             "authors": [
7380                 {
7381                     "name": "Nicolas Grekas",
7382                     "email": "p@tchwork.com"
7383                 },
7384                 {
7385                     "name": "Symfony Community",
7386                     "homepage": "https://symfony.com/contributors"
7387                 }
7388             ],
7389             "description": "Generic abstractions related to translation",
7390             "homepage": "https://symfony.com",
7391             "keywords": [
7392                 "abstractions",
7393                 "contracts",
7394                 "decoupling",
7395                 "interfaces",
7396                 "interoperability",
7397                 "standards"
7398             ],
7399             "support": {
7400                 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1"
7401             },
7402             "funding": [
7403                 {
7404                     "url": "https://symfony.com/sponsor",
7405                     "type": "custom"
7406                 },
7407                 {
7408                     "url": "https://github.com/fabpot",
7409                     "type": "github"
7410                 },
7411                 {
7412                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7413                     "type": "tidelift"
7414                 }
7415             ],
7416             "time": "2024-09-25T14:20:29+00:00"
7417         },
7418         {
7419             "name": "symfony/uid",
7420             "version": "v7.2.0",
7421             "source": {
7422                 "type": "git",
7423                 "url": "https://github.com/symfony/uid.git",
7424                 "reference": "2d294d0c48df244c71c105a169d0190bfb080426"
7425             },
7426             "dist": {
7427                 "type": "zip",
7428                 "url": "https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426",
7429                 "reference": "2d294d0c48df244c71c105a169d0190bfb080426",
7430                 "shasum": ""
7431             },
7432             "require": {
7433                 "php": ">=8.2",
7434                 "symfony/polyfill-uuid": "^1.15"
7435             },
7436             "require-dev": {
7437                 "symfony/console": "^6.4|^7.0"
7438             },
7439             "type": "library",
7440             "autoload": {
7441                 "psr-4": {
7442                     "Symfony\\Component\\Uid\\": ""
7443                 },
7444                 "exclude-from-classmap": [
7445                     "/Tests/"
7446                 ]
7447             },
7448             "notification-url": "https://packagist.org/downloads/",
7449             "license": [
7450                 "MIT"
7451             ],
7452             "authors": [
7453                 {
7454                     "name": "Grégoire Pineau",
7455                     "email": "lyrixx@lyrixx.info"
7456                 },
7457                 {
7458                     "name": "Nicolas Grekas",
7459                     "email": "p@tchwork.com"
7460                 },
7461                 {
7462                     "name": "Symfony Community",
7463                     "homepage": "https://symfony.com/contributors"
7464                 }
7465             ],
7466             "description": "Provides an object-oriented API to generate and represent UIDs",
7467             "homepage": "https://symfony.com",
7468             "keywords": [
7469                 "UID",
7470                 "ulid",
7471                 "uuid"
7472             ],
7473             "support": {
7474                 "source": "https://github.com/symfony/uid/tree/v7.2.0"
7475             },
7476             "funding": [
7477                 {
7478                     "url": "https://symfony.com/sponsor",
7479                     "type": "custom"
7480                 },
7481                 {
7482                     "url": "https://github.com/fabpot",
7483                     "type": "github"
7484                 },
7485                 {
7486                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7487                     "type": "tidelift"
7488                 }
7489             ],
7490             "time": "2024-09-25T14:21:43+00:00"
7491         },
7492         {
7493             "name": "symfony/var-dumper",
7494             "version": "v7.2.0",
7495             "source": {
7496                 "type": "git",
7497                 "url": "https://github.com/symfony/var-dumper.git",
7498                 "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c"
7499             },
7500             "dist": {
7501                 "type": "zip",
7502                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c6a22929407dec8765d6e2b6ff85b800b245879c",
7503                 "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c",
7504                 "shasum": ""
7505             },
7506             "require": {
7507                 "php": ">=8.2",
7508                 "symfony/polyfill-mbstring": "~1.0"
7509             },
7510             "conflict": {
7511                 "symfony/console": "<6.4"
7512             },
7513             "require-dev": {
7514                 "ext-iconv": "*",
7515                 "symfony/console": "^6.4|^7.0",
7516                 "symfony/http-kernel": "^6.4|^7.0",
7517                 "symfony/process": "^6.4|^7.0",
7518                 "symfony/uid": "^6.4|^7.0",
7519                 "twig/twig": "^3.12"
7520             },
7521             "bin": [
7522                 "Resources/bin/var-dump-server"
7523             ],
7524             "type": "library",
7525             "autoload": {
7526                 "files": [
7527                     "Resources/functions/dump.php"
7528                 ],
7529                 "psr-4": {
7530                     "Symfony\\Component\\VarDumper\\": ""
7531                 },
7532                 "exclude-from-classmap": [
7533                     "/Tests/"
7534                 ]
7535             },
7536             "notification-url": "https://packagist.org/downloads/",
7537             "license": [
7538                 "MIT"
7539             ],
7540             "authors": [
7541                 {
7542                     "name": "Nicolas Grekas",
7543                     "email": "p@tchwork.com"
7544                 },
7545                 {
7546                     "name": "Symfony Community",
7547                     "homepage": "https://symfony.com/contributors"
7548                 }
7549             ],
7550             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7551             "homepage": "https://symfony.com",
7552             "keywords": [
7553                 "debug",
7554                 "dump"
7555             ],
7556             "support": {
7557                 "source": "https://github.com/symfony/var-dumper/tree/v7.2.0"
7558             },
7559             "funding": [
7560                 {
7561                     "url": "https://symfony.com/sponsor",
7562                     "type": "custom"
7563                 },
7564                 {
7565                     "url": "https://github.com/fabpot",
7566                     "type": "github"
7567                 },
7568                 {
7569                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7570                     "type": "tidelift"
7571                 }
7572             ],
7573             "time": "2024-11-08T15:48:14+00:00"
7574         },
7575         {
7576             "name": "tijsverkoyen/css-to-inline-styles",
7577             "version": "v2.3.0",
7578             "source": {
7579                 "type": "git",
7580                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7581                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
7582             },
7583             "dist": {
7584                 "type": "zip",
7585                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
7586                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
7587                 "shasum": ""
7588             },
7589             "require": {
7590                 "ext-dom": "*",
7591                 "ext-libxml": "*",
7592                 "php": "^7.4 || ^8.0",
7593                 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
7594             },
7595             "require-dev": {
7596                 "phpstan/phpstan": "^2.0",
7597                 "phpstan/phpstan-phpunit": "^2.0",
7598                 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
7599             },
7600             "type": "library",
7601             "extra": {
7602                 "branch-alias": {
7603                     "dev-master": "2.x-dev"
7604                 }
7605             },
7606             "autoload": {
7607                 "psr-4": {
7608                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7609                 }
7610             },
7611             "notification-url": "https://packagist.org/downloads/",
7612             "license": [
7613                 "BSD-3-Clause"
7614             ],
7615             "authors": [
7616                 {
7617                     "name": "Tijs Verkoyen",
7618                     "email": "css_to_inline_styles@verkoyen.eu",
7619                     "role": "Developer"
7620                 }
7621             ],
7622             "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.",
7623             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7624             "support": {
7625                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7626                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
7627             },
7628             "time": "2024-12-21T16:25:41+00:00"
7629         },
7630         {
7631             "name": "vlucas/phpdotenv",
7632             "version": "v5.6.1",
7633             "source": {
7634                 "type": "git",
7635                 "url": "https://github.com/vlucas/phpdotenv.git",
7636                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
7637             },
7638             "dist": {
7639                 "type": "zip",
7640                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
7641                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
7642                 "shasum": ""
7643             },
7644             "require": {
7645                 "ext-pcre": "*",
7646                 "graham-campbell/result-type": "^1.1.3",
7647                 "php": "^7.2.5 || ^8.0",
7648                 "phpoption/phpoption": "^1.9.3",
7649                 "symfony/polyfill-ctype": "^1.24",
7650                 "symfony/polyfill-mbstring": "^1.24",
7651                 "symfony/polyfill-php80": "^1.24"
7652             },
7653             "require-dev": {
7654                 "bamarni/composer-bin-plugin": "^1.8.2",
7655                 "ext-filter": "*",
7656                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7657             },
7658             "suggest": {
7659                 "ext-filter": "Required to use the boolean validator."
7660             },
7661             "type": "library",
7662             "extra": {
7663                 "bamarni-bin": {
7664                     "bin-links": true,
7665                     "forward-command": false
7666                 },
7667                 "branch-alias": {
7668                     "dev-master": "5.6-dev"
7669                 }
7670             },
7671             "autoload": {
7672                 "psr-4": {
7673                     "Dotenv\\": "src/"
7674                 }
7675             },
7676             "notification-url": "https://packagist.org/downloads/",
7677             "license": [
7678                 "BSD-3-Clause"
7679             ],
7680             "authors": [
7681                 {
7682                     "name": "Graham Campbell",
7683                     "email": "hello@gjcampbell.co.uk",
7684                     "homepage": "https://github.com/GrahamCampbell"
7685                 },
7686                 {
7687                     "name": "Vance Lucas",
7688                     "email": "vance@vancelucas.com",
7689                     "homepage": "https://github.com/vlucas"
7690                 }
7691             ],
7692             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7693             "keywords": [
7694                 "dotenv",
7695                 "env",
7696                 "environment"
7697             ],
7698             "support": {
7699                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7700                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
7701             },
7702             "funding": [
7703                 {
7704                     "url": "https://github.com/GrahamCampbell",
7705                     "type": "github"
7706                 },
7707                 {
7708                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7709                     "type": "tidelift"
7710                 }
7711             ],
7712             "time": "2024-07-20T21:52:34+00:00"
7713         },
7714         {
7715             "name": "voku/portable-ascii",
7716             "version": "2.0.3",
7717             "source": {
7718                 "type": "git",
7719                 "url": "https://github.com/voku/portable-ascii.git",
7720                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
7721             },
7722             "dist": {
7723                 "type": "zip",
7724                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7725                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7726                 "shasum": ""
7727             },
7728             "require": {
7729                 "php": ">=7.0.0"
7730             },
7731             "require-dev": {
7732                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7733             },
7734             "suggest": {
7735                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7736             },
7737             "type": "library",
7738             "autoload": {
7739                 "psr-4": {
7740                     "voku\\": "src/voku/"
7741                 }
7742             },
7743             "notification-url": "https://packagist.org/downloads/",
7744             "license": [
7745                 "MIT"
7746             ],
7747             "authors": [
7748                 {
7749                     "name": "Lars Moelleken",
7750                     "homepage": "https://www.moelleken.org/"
7751                 }
7752             ],
7753             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7754             "homepage": "https://github.com/voku/portable-ascii",
7755             "keywords": [
7756                 "ascii",
7757                 "clean",
7758                 "php"
7759             ],
7760             "support": {
7761                 "issues": "https://github.com/voku/portable-ascii/issues",
7762                 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
7763             },
7764             "funding": [
7765                 {
7766                     "url": "https://www.paypal.me/moelleken",
7767                     "type": "custom"
7768                 },
7769                 {
7770                     "url": "https://github.com/voku",
7771                     "type": "github"
7772                 },
7773                 {
7774                     "url": "https://opencollective.com/portable-ascii",
7775                     "type": "open_collective"
7776                 },
7777                 {
7778                     "url": "https://www.patreon.com/voku",
7779                     "type": "patreon"
7780                 },
7781                 {
7782                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7783                     "type": "tidelift"
7784                 }
7785             ],
7786             "time": "2024-11-21T01:49:47+00:00"
7787         },
7788         {
7789             "name": "webmozart/assert",
7790             "version": "1.11.0",
7791             "source": {
7792                 "type": "git",
7793                 "url": "https://github.com/webmozarts/assert.git",
7794                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7795             },
7796             "dist": {
7797                 "type": "zip",
7798                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7799                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7800                 "shasum": ""
7801             },
7802             "require": {
7803                 "ext-ctype": "*",
7804                 "php": "^7.2 || ^8.0"
7805             },
7806             "conflict": {
7807                 "phpstan/phpstan": "<0.12.20",
7808                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7809             },
7810             "require-dev": {
7811                 "phpunit/phpunit": "^8.5.13"
7812             },
7813             "type": "library",
7814             "extra": {
7815                 "branch-alias": {
7816                     "dev-master": "1.10-dev"
7817                 }
7818             },
7819             "autoload": {
7820                 "psr-4": {
7821                     "Webmozart\\Assert\\": "src/"
7822                 }
7823             },
7824             "notification-url": "https://packagist.org/downloads/",
7825             "license": [
7826                 "MIT"
7827             ],
7828             "authors": [
7829                 {
7830                     "name": "Bernhard Schussek",
7831                     "email": "bschussek@gmail.com"
7832                 }
7833             ],
7834             "description": "Assertions to validate method input/output with nice error messages.",
7835             "keywords": [
7836                 "assert",
7837                 "check",
7838                 "validate"
7839             ],
7840             "support": {
7841                 "issues": "https://github.com/webmozarts/assert/issues",
7842                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7843             },
7844             "time": "2022-06-03T18:03:27+00:00"
7845         }
7846     ],
7847     "packages-dev": [
7848         {
7849             "name": "fakerphp/faker",
7850             "version": "v1.24.1",
7851             "source": {
7852                 "type": "git",
7853                 "url": "https://github.com/FakerPHP/Faker.git",
7854                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
7855             },
7856             "dist": {
7857                 "type": "zip",
7858                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7859                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7860                 "shasum": ""
7861             },
7862             "require": {
7863                 "php": "^7.4 || ^8.0",
7864                 "psr/container": "^1.0 || ^2.0",
7865                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
7866             },
7867             "conflict": {
7868                 "fzaninotto/faker": "*"
7869             },
7870             "require-dev": {
7871                 "bamarni/composer-bin-plugin": "^1.4.1",
7872                 "doctrine/persistence": "^1.3 || ^2.0",
7873                 "ext-intl": "*",
7874                 "phpunit/phpunit": "^9.5.26",
7875                 "symfony/phpunit-bridge": "^5.4.16"
7876             },
7877             "suggest": {
7878                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
7879                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
7880                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
7881                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
7882                 "ext-mbstring": "Required for multibyte Unicode string functionality."
7883             },
7884             "type": "library",
7885             "autoload": {
7886                 "psr-4": {
7887                     "Faker\\": "src/Faker/"
7888                 }
7889             },
7890             "notification-url": "https://packagist.org/downloads/",
7891             "license": [
7892                 "MIT"
7893             ],
7894             "authors": [
7895                 {
7896                     "name": "François Zaninotto"
7897                 }
7898             ],
7899             "description": "Faker is a PHP library that generates fake data for you.",
7900             "keywords": [
7901                 "data",
7902                 "faker",
7903                 "fixtures"
7904             ],
7905             "support": {
7906                 "issues": "https://github.com/FakerPHP/Faker/issues",
7907                 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
7908             },
7909             "time": "2024-11-21T13:46:39+00:00"
7910         },
7911         {
7912             "name": "filp/whoops",
7913             "version": "2.16.0",
7914             "source": {
7915                 "type": "git",
7916                 "url": "https://github.com/filp/whoops.git",
7917                 "reference": "befcdc0e5dce67252aa6322d82424be928214fa2"
7918             },
7919             "dist": {
7920                 "type": "zip",
7921                 "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2",
7922                 "reference": "befcdc0e5dce67252aa6322d82424be928214fa2",
7923                 "shasum": ""
7924             },
7925             "require": {
7926                 "php": "^7.1 || ^8.0",
7927                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
7928             },
7929             "require-dev": {
7930                 "mockery/mockery": "^1.0",
7931                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
7932                 "symfony/var-dumper": "^4.0 || ^5.0"
7933             },
7934             "suggest": {
7935                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
7936                 "whoops/soap": "Formats errors as SOAP responses"
7937             },
7938             "type": "library",
7939             "extra": {
7940                 "branch-alias": {
7941                     "dev-master": "2.7-dev"
7942                 }
7943             },
7944             "autoload": {
7945                 "psr-4": {
7946                     "Whoops\\": "src/Whoops/"
7947                 }
7948             },
7949             "notification-url": "https://packagist.org/downloads/",
7950             "license": [
7951                 "MIT"
7952             ],
7953             "authors": [
7954                 {
7955                     "name": "Filipe Dobreira",
7956                     "homepage": "https://github.com/filp",
7957                     "role": "Developer"
7958                 }
7959             ],
7960             "description": "php error handling for cool kids",
7961             "homepage": "https://filp.github.io/whoops/",
7962             "keywords": [
7963                 "error",
7964                 "exception",
7965                 "handling",
7966                 "library",
7967                 "throwable",
7968                 "whoops"
7969             ],
7970             "support": {
7971                 "issues": "https://github.com/filp/whoops/issues",
7972                 "source": "https://github.com/filp/whoops/tree/2.16.0"
7973             },
7974             "funding": [
7975                 {
7976                     "url": "https://github.com/denis-sokolov",
7977                     "type": "github"
7978                 }
7979             ],
7980             "time": "2024-09-25T12:00:00+00:00"
7981         },
7982         {
7983             "name": "hamcrest/hamcrest-php",
7984             "version": "v2.0.1",
7985             "source": {
7986                 "type": "git",
7987                 "url": "https://github.com/hamcrest/hamcrest-php.git",
7988                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
7989             },
7990             "dist": {
7991                 "type": "zip",
7992                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7993                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7994                 "shasum": ""
7995             },
7996             "require": {
7997                 "php": "^5.3|^7.0|^8.0"
7998             },
7999             "replace": {
8000                 "cordoval/hamcrest-php": "*",
8001                 "davedevelopment/hamcrest-php": "*",
8002                 "kodova/hamcrest-php": "*"
8003             },
8004             "require-dev": {
8005                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8006                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8007             },
8008             "type": "library",
8009             "extra": {
8010                 "branch-alias": {
8011                     "dev-master": "2.1-dev"
8012                 }
8013             },
8014             "autoload": {
8015                 "classmap": [
8016                     "hamcrest"
8017                 ]
8018             },
8019             "notification-url": "https://packagist.org/downloads/",
8020             "license": [
8021                 "BSD-3-Clause"
8022             ],
8023             "description": "This is the PHP port of Hamcrest Matchers",
8024             "keywords": [
8025                 "test"
8026             ],
8027             "support": {
8028                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8029                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8030             },
8031             "time": "2020-07-09T08:09:16+00:00"
8032         },
8033         {
8034             "name": "itsgoingd/clockwork",
8035             "version": "v5.3.2",
8036             "source": {
8037                 "type": "git",
8038                 "url": "https://github.com/itsgoingd/clockwork.git",
8039                 "reference": "ffd1f1626830005e92461a538ad58372641e065a"
8040             },
8041             "dist": {
8042                 "type": "zip",
8043                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/ffd1f1626830005e92461a538ad58372641e065a",
8044                 "reference": "ffd1f1626830005e92461a538ad58372641e065a",
8045                 "shasum": ""
8046             },
8047             "require": {
8048                 "ext-json": "*",
8049                 "php": ">=7.1"
8050             },
8051             "suggest": {
8052                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8053                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8054                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8055                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8056                 "ext-redis": "Needed in order to use Redis for metadata storage",
8057                 "php-http/discovery": "Vanilla integration - required for the middleware zero-configuration setup"
8058             },
8059             "type": "library",
8060             "extra": {
8061                 "laravel": {
8062                     "aliases": {
8063                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8064                     },
8065                     "providers": [
8066                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8067                     ]
8068                 }
8069             },
8070             "autoload": {
8071                 "psr-4": {
8072                     "Clockwork\\": "Clockwork/"
8073                 }
8074             },
8075             "notification-url": "https://packagist.org/downloads/",
8076             "license": [
8077                 "MIT"
8078             ],
8079             "authors": [
8080                 {
8081                     "name": "itsgoingd",
8082                     "email": "itsgoingd@luzer.sk",
8083                     "homepage": "https://twitter.com/itsgoingd"
8084                 }
8085             ],
8086             "description": "php dev tools in your browser",
8087             "homepage": "https://underground.works/clockwork",
8088             "keywords": [
8089                 "Devtools",
8090                 "debugging",
8091                 "laravel",
8092                 "logging",
8093                 "lumen",
8094                 "profiling",
8095                 "slim"
8096             ],
8097             "support": {
8098                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8099                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.3.2"
8100             },
8101             "funding": [
8102                 {
8103                     "url": "https://github.com/itsgoingd",
8104                     "type": "github"
8105                 }
8106             ],
8107             "time": "2024-12-02T22:59:59+00:00"
8108         },
8109         {
8110             "name": "larastan/larastan",
8111             "version": "v3.0.2",
8112             "source": {
8113                 "type": "git",
8114                 "url": "https://github.com/larastan/larastan.git",
8115                 "reference": "b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f"
8116             },
8117             "dist": {
8118                 "type": "zip",
8119                 "url": "https://api.github.com/repos/larastan/larastan/zipball/b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f",
8120                 "reference": "b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f",
8121                 "shasum": ""
8122             },
8123             "require": {
8124                 "ext-json": "*",
8125                 "illuminate/console": "^11.15.0",
8126                 "illuminate/container": "^11.15.0",
8127                 "illuminate/contracts": "^11.15.0",
8128                 "illuminate/database": "^11.15.0",
8129                 "illuminate/http": "^11.15.0",
8130                 "illuminate/pipeline": "^11.15.0",
8131                 "illuminate/support": "^11.15.0",
8132                 "php": "^8.2",
8133                 "phpmyadmin/sql-parser": "^5.9.0",
8134                 "phpstan/phpstan": "^2.0.2"
8135             },
8136             "require-dev": {
8137                 "doctrine/coding-standard": "^12.0",
8138                 "laravel/framework": "^11.15.0",
8139                 "mockery/mockery": "^1.6",
8140                 "nikic/php-parser": "^5.3",
8141                 "orchestra/canvas": "^v9.1.3",
8142                 "orchestra/testbench-core": "^9.5.2",
8143                 "phpstan/phpstan-deprecation-rules": "^2.0.0",
8144                 "phpunit/phpunit": "^10.5.16"
8145             },
8146             "suggest": {
8147                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8148             },
8149             "type": "phpstan-extension",
8150             "extra": {
8151                 "phpstan": {
8152                     "includes": [
8153                         "extension.neon"
8154                     ]
8155                 },
8156                 "branch-alias": {
8157                     "dev-master": "2.0-dev"
8158                 }
8159             },
8160             "autoload": {
8161                 "psr-4": {
8162                     "Larastan\\Larastan\\": "src/"
8163                 }
8164             },
8165             "notification-url": "https://packagist.org/downloads/",
8166             "license": [
8167                 "MIT"
8168             ],
8169             "authors": [
8170                 {
8171                     "name": "Can Vural",
8172                     "email": "can9119@gmail.com"
8173                 },
8174                 {
8175                     "name": "Nuno Maduro",
8176                     "email": "enunomaduro@gmail.com"
8177                 }
8178             ],
8179             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
8180             "keywords": [
8181                 "PHPStan",
8182                 "code analyse",
8183                 "code analysis",
8184                 "larastan",
8185                 "laravel",
8186                 "package",
8187                 "php",
8188                 "static analysis"
8189             ],
8190             "support": {
8191                 "issues": "https://github.com/larastan/larastan/issues",
8192                 "source": "https://github.com/larastan/larastan/tree/v3.0.2"
8193             },
8194             "funding": [
8195                 {
8196                     "url": "https://github.com/canvural",
8197                     "type": "github"
8198                 }
8199             ],
8200             "time": "2024-11-26T23:15:21+00:00"
8201         },
8202         {
8203             "name": "mockery/mockery",
8204             "version": "1.6.12",
8205             "source": {
8206                 "type": "git",
8207                 "url": "https://github.com/mockery/mockery.git",
8208                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
8209             },
8210             "dist": {
8211                 "type": "zip",
8212                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8213                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8214                 "shasum": ""
8215             },
8216             "require": {
8217                 "hamcrest/hamcrest-php": "^2.0.1",
8218                 "lib-pcre": ">=7.0",
8219                 "php": ">=7.3"
8220             },
8221             "conflict": {
8222                 "phpunit/phpunit": "<8.0"
8223             },
8224             "require-dev": {
8225                 "phpunit/phpunit": "^8.5 || ^9.6.17",
8226                 "symplify/easy-coding-standard": "^12.1.14"
8227             },
8228             "type": "library",
8229             "autoload": {
8230                 "files": [
8231                     "library/helpers.php",
8232                     "library/Mockery.php"
8233                 ],
8234                 "psr-4": {
8235                     "Mockery\\": "library/Mockery"
8236                 }
8237             },
8238             "notification-url": "https://packagist.org/downloads/",
8239             "license": [
8240                 "BSD-3-Clause"
8241             ],
8242             "authors": [
8243                 {
8244                     "name": "Pádraic Brady",
8245                     "email": "padraic.brady@gmail.com",
8246                     "homepage": "https://github.com/padraic",
8247                     "role": "Author"
8248                 },
8249                 {
8250                     "name": "Dave Marshall",
8251                     "email": "dave.marshall@atstsolutions.co.uk",
8252                     "homepage": "https://davedevelopment.co.uk",
8253                     "role": "Developer"
8254                 },
8255                 {
8256                     "name": "Nathanael Esayeas",
8257                     "email": "nathanael.esayeas@protonmail.com",
8258                     "homepage": "https://github.com/ghostwriter",
8259                     "role": "Lead Developer"
8260                 }
8261             ],
8262             "description": "Mockery is a simple yet flexible PHP mock object framework",
8263             "homepage": "https://github.com/mockery/mockery",
8264             "keywords": [
8265                 "BDD",
8266                 "TDD",
8267                 "library",
8268                 "mock",
8269                 "mock objects",
8270                 "mockery",
8271                 "stub",
8272                 "test",
8273                 "test double",
8274                 "testing"
8275             ],
8276             "support": {
8277                 "docs": "https://docs.mockery.io/",
8278                 "issues": "https://github.com/mockery/mockery/issues",
8279                 "rss": "https://github.com/mockery/mockery/releases.atom",
8280                 "security": "https://github.com/mockery/mockery/security/advisories",
8281                 "source": "https://github.com/mockery/mockery"
8282             },
8283             "time": "2024-05-16T03:13:13+00:00"
8284         },
8285         {
8286             "name": "myclabs/deep-copy",
8287             "version": "1.12.1",
8288             "source": {
8289                 "type": "git",
8290                 "url": "https://github.com/myclabs/DeepCopy.git",
8291                 "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
8292             },
8293             "dist": {
8294                 "type": "zip",
8295                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
8296                 "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
8297                 "shasum": ""
8298             },
8299             "require": {
8300                 "php": "^7.1 || ^8.0"
8301             },
8302             "conflict": {
8303                 "doctrine/collections": "<1.6.8",
8304                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
8305             },
8306             "require-dev": {
8307                 "doctrine/collections": "^1.6.8",
8308                 "doctrine/common": "^2.13.3 || ^3.2.2",
8309                 "phpspec/prophecy": "^1.10",
8310                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8311             },
8312             "type": "library",
8313             "autoload": {
8314                 "files": [
8315                     "src/DeepCopy/deep_copy.php"
8316                 ],
8317                 "psr-4": {
8318                     "DeepCopy\\": "src/DeepCopy/"
8319                 }
8320             },
8321             "notification-url": "https://packagist.org/downloads/",
8322             "license": [
8323                 "MIT"
8324             ],
8325             "description": "Create deep copies (clones) of your objects",
8326             "keywords": [
8327                 "clone",
8328                 "copy",
8329                 "duplicate",
8330                 "object",
8331                 "object graph"
8332             ],
8333             "support": {
8334                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8335                 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
8336             },
8337             "funding": [
8338                 {
8339                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8340                     "type": "tidelift"
8341                 }
8342             ],
8343             "time": "2024-11-08T17:47:46+00:00"
8344         },
8345         {
8346             "name": "nunomaduro/collision",
8347             "version": "v8.5.0",
8348             "source": {
8349                 "type": "git",
8350                 "url": "https://github.com/nunomaduro/collision.git",
8351                 "reference": "f5c101b929c958e849a633283adff296ed5f38f5"
8352             },
8353             "dist": {
8354                 "type": "zip",
8355                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f5c101b929c958e849a633283adff296ed5f38f5",
8356                 "reference": "f5c101b929c958e849a633283adff296ed5f38f5",
8357                 "shasum": ""
8358             },
8359             "require": {
8360                 "filp/whoops": "^2.16.0",
8361                 "nunomaduro/termwind": "^2.1.0",
8362                 "php": "^8.2.0",
8363                 "symfony/console": "^7.1.5"
8364             },
8365             "conflict": {
8366                 "laravel/framework": "<11.0.0 || >=12.0.0",
8367                 "phpunit/phpunit": "<10.5.1 || >=12.0.0"
8368             },
8369             "require-dev": {
8370                 "larastan/larastan": "^2.9.8",
8371                 "laravel/framework": "^11.28.0",
8372                 "laravel/pint": "^1.18.1",
8373                 "laravel/sail": "^1.36.0",
8374                 "laravel/sanctum": "^4.0.3",
8375                 "laravel/tinker": "^2.10.0",
8376                 "orchestra/testbench-core": "^9.5.3",
8377                 "pestphp/pest": "^2.36.0 || ^3.4.0",
8378                 "sebastian/environment": "^6.1.0 || ^7.2.0"
8379             },
8380             "type": "library",
8381             "extra": {
8382                 "laravel": {
8383                     "providers": [
8384                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8385                     ]
8386                 },
8387                 "branch-alias": {
8388                     "dev-8.x": "8.x-dev"
8389                 }
8390             },
8391             "autoload": {
8392                 "files": [
8393                     "./src/Adapters/Phpunit/Autoload.php"
8394                 ],
8395                 "psr-4": {
8396                     "NunoMaduro\\Collision\\": "src/"
8397                 }
8398             },
8399             "notification-url": "https://packagist.org/downloads/",
8400             "license": [
8401                 "MIT"
8402             ],
8403             "authors": [
8404                 {
8405                     "name": "Nuno Maduro",
8406                     "email": "enunomaduro@gmail.com"
8407                 }
8408             ],
8409             "description": "Cli error handling for console/command-line PHP applications.",
8410             "keywords": [
8411                 "artisan",
8412                 "cli",
8413                 "command-line",
8414                 "console",
8415                 "error",
8416                 "handling",
8417                 "laravel",
8418                 "laravel-zero",
8419                 "php",
8420                 "symfony"
8421             ],
8422             "support": {
8423                 "issues": "https://github.com/nunomaduro/collision/issues",
8424                 "source": "https://github.com/nunomaduro/collision"
8425             },
8426             "funding": [
8427                 {
8428                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8429                     "type": "custom"
8430                 },
8431                 {
8432                     "url": "https://github.com/nunomaduro",
8433                     "type": "github"
8434                 },
8435                 {
8436                     "url": "https://www.patreon.com/nunomaduro",
8437                     "type": "patreon"
8438                 }
8439             ],
8440             "time": "2024-10-15T16:06:32+00:00"
8441         },
8442         {
8443             "name": "phar-io/manifest",
8444             "version": "2.0.4",
8445             "source": {
8446                 "type": "git",
8447                 "url": "https://github.com/phar-io/manifest.git",
8448                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8449             },
8450             "dist": {
8451                 "type": "zip",
8452                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8453                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8454                 "shasum": ""
8455             },
8456             "require": {
8457                 "ext-dom": "*",
8458                 "ext-libxml": "*",
8459                 "ext-phar": "*",
8460                 "ext-xmlwriter": "*",
8461                 "phar-io/version": "^3.0.1",
8462                 "php": "^7.2 || ^8.0"
8463             },
8464             "type": "library",
8465             "extra": {
8466                 "branch-alias": {
8467                     "dev-master": "2.0.x-dev"
8468                 }
8469             },
8470             "autoload": {
8471                 "classmap": [
8472                     "src/"
8473                 ]
8474             },
8475             "notification-url": "https://packagist.org/downloads/",
8476             "license": [
8477                 "BSD-3-Clause"
8478             ],
8479             "authors": [
8480                 {
8481                     "name": "Arne Blankerts",
8482                     "email": "arne@blankerts.de",
8483                     "role": "Developer"
8484                 },
8485                 {
8486                     "name": "Sebastian Heuer",
8487                     "email": "sebastian@phpeople.de",
8488                     "role": "Developer"
8489                 },
8490                 {
8491                     "name": "Sebastian Bergmann",
8492                     "email": "sebastian@phpunit.de",
8493                     "role": "Developer"
8494                 }
8495             ],
8496             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8497             "support": {
8498                 "issues": "https://github.com/phar-io/manifest/issues",
8499                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8500             },
8501             "funding": [
8502                 {
8503                     "url": "https://github.com/theseer",
8504                     "type": "github"
8505                 }
8506             ],
8507             "time": "2024-03-03T12:33:53+00:00"
8508         },
8509         {
8510             "name": "phar-io/version",
8511             "version": "3.2.1",
8512             "source": {
8513                 "type": "git",
8514                 "url": "https://github.com/phar-io/version.git",
8515                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8516             },
8517             "dist": {
8518                 "type": "zip",
8519                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8520                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8521                 "shasum": ""
8522             },
8523             "require": {
8524                 "php": "^7.2 || ^8.0"
8525             },
8526             "type": "library",
8527             "autoload": {
8528                 "classmap": [
8529                     "src/"
8530                 ]
8531             },
8532             "notification-url": "https://packagist.org/downloads/",
8533             "license": [
8534                 "BSD-3-Clause"
8535             ],
8536             "authors": [
8537                 {
8538                     "name": "Arne Blankerts",
8539                     "email": "arne@blankerts.de",
8540                     "role": "Developer"
8541                 },
8542                 {
8543                     "name": "Sebastian Heuer",
8544                     "email": "sebastian@phpeople.de",
8545                     "role": "Developer"
8546                 },
8547                 {
8548                     "name": "Sebastian Bergmann",
8549                     "email": "sebastian@phpunit.de",
8550                     "role": "Developer"
8551                 }
8552             ],
8553             "description": "Library for handling version information and constraints",
8554             "support": {
8555                 "issues": "https://github.com/phar-io/version/issues",
8556                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8557             },
8558             "time": "2022-02-21T01:04:05+00:00"
8559         },
8560         {
8561             "name": "phpmyadmin/sql-parser",
8562             "version": "5.10.2",
8563             "source": {
8564                 "type": "git",
8565                 "url": "https://github.com/phpmyadmin/sql-parser.git",
8566                 "reference": "72afbce7e4b421593b60d2eb7281e37a50734df8"
8567             },
8568             "dist": {
8569                 "type": "zip",
8570                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/72afbce7e4b421593b60d2eb7281e37a50734df8",
8571                 "reference": "72afbce7e4b421593b60d2eb7281e37a50734df8",
8572                 "shasum": ""
8573             },
8574             "require": {
8575                 "php": "^7.2 || ^8.0",
8576                 "symfony/polyfill-mbstring": "^1.3",
8577                 "symfony/polyfill-php80": "^1.16"
8578             },
8579             "conflict": {
8580                 "phpmyadmin/motranslator": "<3.0"
8581             },
8582             "require-dev": {
8583                 "phpbench/phpbench": "^1.1",
8584                 "phpmyadmin/coding-standard": "^3.0",
8585                 "phpmyadmin/motranslator": "^4.0 || ^5.0",
8586                 "phpstan/extension-installer": "^1.1",
8587                 "phpstan/phpstan": "^1.9.12",
8588                 "phpstan/phpstan-phpunit": "^1.3.3",
8589                 "phpunit/phpunit": "^8.5 || ^9.6",
8590                 "psalm/plugin-phpunit": "^0.16.1",
8591                 "vimeo/psalm": "^4.11",
8592                 "zumba/json-serializer": "~3.0.2"
8593             },
8594             "suggest": {
8595                 "ext-mbstring": "For best performance",
8596                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
8597             },
8598             "bin": [
8599                 "bin/highlight-query",
8600                 "bin/lint-query",
8601                 "bin/sql-parser",
8602                 "bin/tokenize-query"
8603             ],
8604             "type": "library",
8605             "autoload": {
8606                 "psr-4": {
8607                     "PhpMyAdmin\\SqlParser\\": "src"
8608                 }
8609             },
8610             "notification-url": "https://packagist.org/downloads/",
8611             "license": [
8612                 "GPL-2.0-or-later"
8613             ],
8614             "authors": [
8615                 {
8616                     "name": "The phpMyAdmin Team",
8617                     "email": "developers@phpmyadmin.net",
8618                     "homepage": "https://www.phpmyadmin.net/team/"
8619                 }
8620             ],
8621             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
8622             "homepage": "https://github.com/phpmyadmin/sql-parser",
8623             "keywords": [
8624                 "analysis",
8625                 "lexer",
8626                 "parser",
8627                 "query linter",
8628                 "sql",
8629                 "sql lexer",
8630                 "sql linter",
8631                 "sql parser",
8632                 "sql syntax highlighter",
8633                 "sql tokenizer"
8634             ],
8635             "support": {
8636                 "issues": "https://github.com/phpmyadmin/sql-parser/issues",
8637                 "source": "https://github.com/phpmyadmin/sql-parser"
8638             },
8639             "funding": [
8640                 {
8641                     "url": "https://www.phpmyadmin.net/donate/",
8642                     "type": "other"
8643                 }
8644             ],
8645             "time": "2024-12-05T15:04:09+00:00"
8646         },
8647         {
8648             "name": "phpstan/phpstan",
8649             "version": "2.1.1",
8650             "source": {
8651                 "type": "git",
8652                 "url": "https://github.com/phpstan/phpstan.git",
8653                 "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7"
8654             },
8655             "dist": {
8656                 "type": "zip",
8657                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7",
8658                 "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7",
8659                 "shasum": ""
8660             },
8661             "require": {
8662                 "php": "^7.4|^8.0"
8663             },
8664             "conflict": {
8665                 "phpstan/phpstan-shim": "*"
8666             },
8667             "bin": [
8668                 "phpstan",
8669                 "phpstan.phar"
8670             ],
8671             "type": "library",
8672             "autoload": {
8673                 "files": [
8674                     "bootstrap.php"
8675                 ]
8676             },
8677             "notification-url": "https://packagist.org/downloads/",
8678             "license": [
8679                 "MIT"
8680             ],
8681             "description": "PHPStan - PHP Static Analysis Tool",
8682             "keywords": [
8683                 "dev",
8684                 "static analysis"
8685             ],
8686             "support": {
8687                 "docs": "https://phpstan.org/user-guide/getting-started",
8688                 "forum": "https://github.com/phpstan/phpstan/discussions",
8689                 "issues": "https://github.com/phpstan/phpstan/issues",
8690                 "security": "https://github.com/phpstan/phpstan/security/policy",
8691                 "source": "https://github.com/phpstan/phpstan-src"
8692             },
8693             "funding": [
8694                 {
8695                     "url": "https://github.com/ondrejmirtes",
8696                     "type": "github"
8697                 },
8698                 {
8699                     "url": "https://github.com/phpstan",
8700                     "type": "github"
8701                 }
8702             ],
8703             "time": "2025-01-05T16:43:48+00:00"
8704         },
8705         {
8706             "name": "phpunit/php-code-coverage",
8707             "version": "11.0.8",
8708             "source": {
8709                 "type": "git",
8710                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8711                 "reference": "418c59fd080954f8c4aa5631d9502ecda2387118"
8712             },
8713             "dist": {
8714                 "type": "zip",
8715                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/418c59fd080954f8c4aa5631d9502ecda2387118",
8716                 "reference": "418c59fd080954f8c4aa5631d9502ecda2387118",
8717                 "shasum": ""
8718             },
8719             "require": {
8720                 "ext-dom": "*",
8721                 "ext-libxml": "*",
8722                 "ext-xmlwriter": "*",
8723                 "nikic/php-parser": "^5.3.1",
8724                 "php": ">=8.2",
8725                 "phpunit/php-file-iterator": "^5.1.0",
8726                 "phpunit/php-text-template": "^4.0.1",
8727                 "sebastian/code-unit-reverse-lookup": "^4.0.1",
8728                 "sebastian/complexity": "^4.0.1",
8729                 "sebastian/environment": "^7.2.0",
8730                 "sebastian/lines-of-code": "^3.0.1",
8731                 "sebastian/version": "^5.0.2",
8732                 "theseer/tokenizer": "^1.2.3"
8733             },
8734             "require-dev": {
8735                 "phpunit/phpunit": "^11.5.0"
8736             },
8737             "suggest": {
8738                 "ext-pcov": "PHP extension that provides line coverage",
8739                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8740             },
8741             "type": "library",
8742             "extra": {
8743                 "branch-alias": {
8744                     "dev-main": "11.0.x-dev"
8745                 }
8746             },
8747             "autoload": {
8748                 "classmap": [
8749                     "src/"
8750                 ]
8751             },
8752             "notification-url": "https://packagist.org/downloads/",
8753             "license": [
8754                 "BSD-3-Clause"
8755             ],
8756             "authors": [
8757                 {
8758                     "name": "Sebastian Bergmann",
8759                     "email": "sebastian@phpunit.de",
8760                     "role": "lead"
8761                 }
8762             ],
8763             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8764             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8765             "keywords": [
8766                 "coverage",
8767                 "testing",
8768                 "xunit"
8769             ],
8770             "support": {
8771                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8772                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8773                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.8"
8774             },
8775             "funding": [
8776                 {
8777                     "url": "https://github.com/sebastianbergmann",
8778                     "type": "github"
8779                 }
8780             ],
8781             "time": "2024-12-11T12:34:27+00:00"
8782         },
8783         {
8784             "name": "phpunit/php-file-iterator",
8785             "version": "5.1.0",
8786             "source": {
8787                 "type": "git",
8788                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8789                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
8790             },
8791             "dist": {
8792                 "type": "zip",
8793                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
8794                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
8795                 "shasum": ""
8796             },
8797             "require": {
8798                 "php": ">=8.2"
8799             },
8800             "require-dev": {
8801                 "phpunit/phpunit": "^11.0"
8802             },
8803             "type": "library",
8804             "extra": {
8805                 "branch-alias": {
8806                     "dev-main": "5.0-dev"
8807                 }
8808             },
8809             "autoload": {
8810                 "classmap": [
8811                     "src/"
8812                 ]
8813             },
8814             "notification-url": "https://packagist.org/downloads/",
8815             "license": [
8816                 "BSD-3-Clause"
8817             ],
8818             "authors": [
8819                 {
8820                     "name": "Sebastian Bergmann",
8821                     "email": "sebastian@phpunit.de",
8822                     "role": "lead"
8823                 }
8824             ],
8825             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8826             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8827             "keywords": [
8828                 "filesystem",
8829                 "iterator"
8830             ],
8831             "support": {
8832                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8833                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
8834                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
8835             },
8836             "funding": [
8837                 {
8838                     "url": "https://github.com/sebastianbergmann",
8839                     "type": "github"
8840                 }
8841             ],
8842             "time": "2024-08-27T05:02:59+00:00"
8843         },
8844         {
8845             "name": "phpunit/php-invoker",
8846             "version": "5.0.1",
8847             "source": {
8848                 "type": "git",
8849                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8850                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
8851             },
8852             "dist": {
8853                 "type": "zip",
8854                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
8855                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
8856                 "shasum": ""
8857             },
8858             "require": {
8859                 "php": ">=8.2"
8860             },
8861             "require-dev": {
8862                 "ext-pcntl": "*",
8863                 "phpunit/phpunit": "^11.0"
8864             },
8865             "suggest": {
8866                 "ext-pcntl": "*"
8867             },
8868             "type": "library",
8869             "extra": {
8870                 "branch-alias": {
8871                     "dev-main": "5.0-dev"
8872                 }
8873             },
8874             "autoload": {
8875                 "classmap": [
8876                     "src/"
8877                 ]
8878             },
8879             "notification-url": "https://packagist.org/downloads/",
8880             "license": [
8881                 "BSD-3-Clause"
8882             ],
8883             "authors": [
8884                 {
8885                     "name": "Sebastian Bergmann",
8886                     "email": "sebastian@phpunit.de",
8887                     "role": "lead"
8888                 }
8889             ],
8890             "description": "Invoke callables with a timeout",
8891             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8892             "keywords": [
8893                 "process"
8894             ],
8895             "support": {
8896                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8897                 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
8898                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
8899             },
8900             "funding": [
8901                 {
8902                     "url": "https://github.com/sebastianbergmann",
8903                     "type": "github"
8904                 }
8905             ],
8906             "time": "2024-07-03T05:07:44+00:00"
8907         },
8908         {
8909             "name": "phpunit/php-text-template",
8910             "version": "4.0.1",
8911             "source": {
8912                 "type": "git",
8913                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8914                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
8915             },
8916             "dist": {
8917                 "type": "zip",
8918                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8919                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
8920                 "shasum": ""
8921             },
8922             "require": {
8923                 "php": ">=8.2"
8924             },
8925             "require-dev": {
8926                 "phpunit/phpunit": "^11.0"
8927             },
8928             "type": "library",
8929             "extra": {
8930                 "branch-alias": {
8931                     "dev-main": "4.0-dev"
8932                 }
8933             },
8934             "autoload": {
8935                 "classmap": [
8936                     "src/"
8937                 ]
8938             },
8939             "notification-url": "https://packagist.org/downloads/",
8940             "license": [
8941                 "BSD-3-Clause"
8942             ],
8943             "authors": [
8944                 {
8945                     "name": "Sebastian Bergmann",
8946                     "email": "sebastian@phpunit.de",
8947                     "role": "lead"
8948                 }
8949             ],
8950             "description": "Simple template engine.",
8951             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8952             "keywords": [
8953                 "template"
8954             ],
8955             "support": {
8956                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8957                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
8958                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
8959             },
8960             "funding": [
8961                 {
8962                     "url": "https://github.com/sebastianbergmann",
8963                     "type": "github"
8964                 }
8965             ],
8966             "time": "2024-07-03T05:08:43+00:00"
8967         },
8968         {
8969             "name": "phpunit/php-timer",
8970             "version": "7.0.1",
8971             "source": {
8972                 "type": "git",
8973                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8974                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
8975             },
8976             "dist": {
8977                 "type": "zip",
8978                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8979                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
8980                 "shasum": ""
8981             },
8982             "require": {
8983                 "php": ">=8.2"
8984             },
8985             "require-dev": {
8986                 "phpunit/phpunit": "^11.0"
8987             },
8988             "type": "library",
8989             "extra": {
8990                 "branch-alias": {
8991                     "dev-main": "7.0-dev"
8992                 }
8993             },
8994             "autoload": {
8995                 "classmap": [
8996                     "src/"
8997                 ]
8998             },
8999             "notification-url": "https://packagist.org/downloads/",
9000             "license": [
9001                 "BSD-3-Clause"
9002             ],
9003             "authors": [
9004                 {
9005                     "name": "Sebastian Bergmann",
9006                     "email": "sebastian@phpunit.de",
9007                     "role": "lead"
9008                 }
9009             ],
9010             "description": "Utility class for timing",
9011             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9012             "keywords": [
9013                 "timer"
9014             ],
9015             "support": {
9016                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9017                 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
9018                 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
9019             },
9020             "funding": [
9021                 {
9022                     "url": "https://github.com/sebastianbergmann",
9023                     "type": "github"
9024                 }
9025             ],
9026             "time": "2024-07-03T05:09:35+00:00"
9027         },
9028         {
9029             "name": "phpunit/phpunit",
9030             "version": "11.5.2",
9031             "source": {
9032                 "type": "git",
9033                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9034                 "reference": "153d0531b9f7e883c5053160cad6dd5ac28140b3"
9035             },
9036             "dist": {
9037                 "type": "zip",
9038                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/153d0531b9f7e883c5053160cad6dd5ac28140b3",
9039                 "reference": "153d0531b9f7e883c5053160cad6dd5ac28140b3",
9040                 "shasum": ""
9041             },
9042             "require": {
9043                 "ext-dom": "*",
9044                 "ext-json": "*",
9045                 "ext-libxml": "*",
9046                 "ext-mbstring": "*",
9047                 "ext-xml": "*",
9048                 "ext-xmlwriter": "*",
9049                 "myclabs/deep-copy": "^1.12.1",
9050                 "phar-io/manifest": "^2.0.4",
9051                 "phar-io/version": "^3.2.1",
9052                 "php": ">=8.2",
9053                 "phpunit/php-code-coverage": "^11.0.8",
9054                 "phpunit/php-file-iterator": "^5.1.0",
9055                 "phpunit/php-invoker": "^5.0.1",
9056                 "phpunit/php-text-template": "^4.0.1",
9057                 "phpunit/php-timer": "^7.0.1",
9058                 "sebastian/cli-parser": "^3.0.2",
9059                 "sebastian/code-unit": "^3.0.2",
9060                 "sebastian/comparator": "^6.2.1",
9061                 "sebastian/diff": "^6.0.2",
9062                 "sebastian/environment": "^7.2.0",
9063                 "sebastian/exporter": "^6.3.0",
9064                 "sebastian/global-state": "^7.0.2",
9065                 "sebastian/object-enumerator": "^6.0.1",
9066                 "sebastian/type": "^5.1.0",
9067                 "sebastian/version": "^5.0.2",
9068                 "staabm/side-effects-detector": "^1.0.5"
9069             },
9070             "suggest": {
9071                 "ext-soap": "To be able to generate mocks based on WSDL files"
9072             },
9073             "bin": [
9074                 "phpunit"
9075             ],
9076             "type": "library",
9077             "extra": {
9078                 "branch-alias": {
9079                     "dev-main": "11.5-dev"
9080                 }
9081             },
9082             "autoload": {
9083                 "files": [
9084                     "src/Framework/Assert/Functions.php"
9085                 ],
9086                 "classmap": [
9087                     "src/"
9088                 ]
9089             },
9090             "notification-url": "https://packagist.org/downloads/",
9091             "license": [
9092                 "BSD-3-Clause"
9093             ],
9094             "authors": [
9095                 {
9096                     "name": "Sebastian Bergmann",
9097                     "email": "sebastian@phpunit.de",
9098                     "role": "lead"
9099                 }
9100             ],
9101             "description": "The PHP Unit Testing framework.",
9102             "homepage": "https://phpunit.de/",
9103             "keywords": [
9104                 "phpunit",
9105                 "testing",
9106                 "xunit"
9107             ],
9108             "support": {
9109                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9110                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9111                 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.2"
9112             },
9113             "funding": [
9114                 {
9115                     "url": "https://phpunit.de/sponsors.html",
9116                     "type": "custom"
9117                 },
9118                 {
9119                     "url": "https://github.com/sebastianbergmann",
9120                     "type": "github"
9121                 },
9122                 {
9123                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9124                     "type": "tidelift"
9125                 }
9126             ],
9127             "time": "2024-12-21T05:51:08+00:00"
9128         },
9129         {
9130             "name": "sebastian/cli-parser",
9131             "version": "3.0.2",
9132             "source": {
9133                 "type": "git",
9134                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9135                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
9136             },
9137             "dist": {
9138                 "type": "zip",
9139                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
9140                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
9141                 "shasum": ""
9142             },
9143             "require": {
9144                 "php": ">=8.2"
9145             },
9146             "require-dev": {
9147                 "phpunit/phpunit": "^11.0"
9148             },
9149             "type": "library",
9150             "extra": {
9151                 "branch-alias": {
9152                     "dev-main": "3.0-dev"
9153                 }
9154             },
9155             "autoload": {
9156                 "classmap": [
9157                     "src/"
9158                 ]
9159             },
9160             "notification-url": "https://packagist.org/downloads/",
9161             "license": [
9162                 "BSD-3-Clause"
9163             ],
9164             "authors": [
9165                 {
9166                     "name": "Sebastian Bergmann",
9167                     "email": "sebastian@phpunit.de",
9168                     "role": "lead"
9169                 }
9170             ],
9171             "description": "Library for parsing CLI options",
9172             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9173             "support": {
9174                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9175                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9176                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
9177             },
9178             "funding": [
9179                 {
9180                     "url": "https://github.com/sebastianbergmann",
9181                     "type": "github"
9182                 }
9183             ],
9184             "time": "2024-07-03T04:41:36+00:00"
9185         },
9186         {
9187             "name": "sebastian/code-unit",
9188             "version": "3.0.2",
9189             "source": {
9190                 "type": "git",
9191                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9192                 "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca"
9193             },
9194             "dist": {
9195                 "type": "zip",
9196                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
9197                 "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
9198                 "shasum": ""
9199             },
9200             "require": {
9201                 "php": ">=8.2"
9202             },
9203             "require-dev": {
9204                 "phpunit/phpunit": "^11.5"
9205             },
9206             "type": "library",
9207             "extra": {
9208                 "branch-alias": {
9209                     "dev-main": "3.0-dev"
9210                 }
9211             },
9212             "autoload": {
9213                 "classmap": [
9214                     "src/"
9215                 ]
9216             },
9217             "notification-url": "https://packagist.org/downloads/",
9218             "license": [
9219                 "BSD-3-Clause"
9220             ],
9221             "authors": [
9222                 {
9223                     "name": "Sebastian Bergmann",
9224                     "email": "sebastian@phpunit.de",
9225                     "role": "lead"
9226                 }
9227             ],
9228             "description": "Collection of value objects that represent the PHP code units",
9229             "homepage": "https://github.com/sebastianbergmann/code-unit",
9230             "support": {
9231                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9232                 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
9233                 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2"
9234             },
9235             "funding": [
9236                 {
9237                     "url": "https://github.com/sebastianbergmann",
9238                     "type": "github"
9239                 }
9240             ],
9241             "time": "2024-12-12T09:59:06+00:00"
9242         },
9243         {
9244             "name": "sebastian/code-unit-reverse-lookup",
9245             "version": "4.0.1",
9246             "source": {
9247                 "type": "git",
9248                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9249                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
9250             },
9251             "dist": {
9252                 "type": "zip",
9253                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
9254                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
9255                 "shasum": ""
9256             },
9257             "require": {
9258                 "php": ">=8.2"
9259             },
9260             "require-dev": {
9261                 "phpunit/phpunit": "^11.0"
9262             },
9263             "type": "library",
9264             "extra": {
9265                 "branch-alias": {
9266                     "dev-main": "4.0-dev"
9267                 }
9268             },
9269             "autoload": {
9270                 "classmap": [
9271                     "src/"
9272                 ]
9273             },
9274             "notification-url": "https://packagist.org/downloads/",
9275             "license": [
9276                 "BSD-3-Clause"
9277             ],
9278             "authors": [
9279                 {
9280                     "name": "Sebastian Bergmann",
9281                     "email": "sebastian@phpunit.de"
9282                 }
9283             ],
9284             "description": "Looks up which function or method a line of code belongs to",
9285             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9286             "support": {
9287                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9288                 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
9289                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
9290             },
9291             "funding": [
9292                 {
9293                     "url": "https://github.com/sebastianbergmann",
9294                     "type": "github"
9295                 }
9296             ],
9297             "time": "2024-07-03T04:45:54+00:00"
9298         },
9299         {
9300             "name": "sebastian/comparator",
9301             "version": "6.3.0",
9302             "source": {
9303                 "type": "git",
9304                 "url": "https://github.com/sebastianbergmann/comparator.git",
9305                 "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115"
9306             },
9307             "dist": {
9308                 "type": "zip",
9309                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/d4e47a769525c4dd38cea90e5dcd435ddbbc7115",
9310                 "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115",
9311                 "shasum": ""
9312             },
9313             "require": {
9314                 "ext-dom": "*",
9315                 "ext-mbstring": "*",
9316                 "php": ">=8.2",
9317                 "sebastian/diff": "^6.0",
9318                 "sebastian/exporter": "^6.0"
9319             },
9320             "require-dev": {
9321                 "phpunit/phpunit": "^11.4"
9322             },
9323             "suggest": {
9324                 "ext-bcmath": "For comparing BcMath\\Number objects"
9325             },
9326             "type": "library",
9327             "extra": {
9328                 "branch-alias": {
9329                     "dev-main": "6.2-dev"
9330                 }
9331             },
9332             "autoload": {
9333                 "classmap": [
9334                     "src/"
9335                 ]
9336             },
9337             "notification-url": "https://packagist.org/downloads/",
9338             "license": [
9339                 "BSD-3-Clause"
9340             ],
9341             "authors": [
9342                 {
9343                     "name": "Sebastian Bergmann",
9344                     "email": "sebastian@phpunit.de"
9345                 },
9346                 {
9347                     "name": "Jeff Welch",
9348                     "email": "whatthejeff@gmail.com"
9349                 },
9350                 {
9351                     "name": "Volker Dusch",
9352                     "email": "github@wallbash.com"
9353                 },
9354                 {
9355                     "name": "Bernhard Schussek",
9356                     "email": "bschussek@2bepublished.at"
9357                 }
9358             ],
9359             "description": "Provides the functionality to compare PHP values for equality",
9360             "homepage": "https://github.com/sebastianbergmann/comparator",
9361             "keywords": [
9362                 "comparator",
9363                 "compare",
9364                 "equality"
9365             ],
9366             "support": {
9367                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9368                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9369                 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.0"
9370             },
9371             "funding": [
9372                 {
9373                     "url": "https://github.com/sebastianbergmann",
9374                     "type": "github"
9375                 }
9376             ],
9377             "time": "2025-01-06T10:28:19+00:00"
9378         },
9379         {
9380             "name": "sebastian/complexity",
9381             "version": "4.0.1",
9382             "source": {
9383                 "type": "git",
9384                 "url": "https://github.com/sebastianbergmann/complexity.git",
9385                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
9386             },
9387             "dist": {
9388                 "type": "zip",
9389                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
9390                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
9391                 "shasum": ""
9392             },
9393             "require": {
9394                 "nikic/php-parser": "^5.0",
9395                 "php": ">=8.2"
9396             },
9397             "require-dev": {
9398                 "phpunit/phpunit": "^11.0"
9399             },
9400             "type": "library",
9401             "extra": {
9402                 "branch-alias": {
9403                     "dev-main": "4.0-dev"
9404                 }
9405             },
9406             "autoload": {
9407                 "classmap": [
9408                     "src/"
9409                 ]
9410             },
9411             "notification-url": "https://packagist.org/downloads/",
9412             "license": [
9413                 "BSD-3-Clause"
9414             ],
9415             "authors": [
9416                 {
9417                     "name": "Sebastian Bergmann",
9418                     "email": "sebastian@phpunit.de",
9419                     "role": "lead"
9420                 }
9421             ],
9422             "description": "Library for calculating the complexity of PHP code units",
9423             "homepage": "https://github.com/sebastianbergmann/complexity",
9424             "support": {
9425                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9426                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9427                 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
9428             },
9429             "funding": [
9430                 {
9431                     "url": "https://github.com/sebastianbergmann",
9432                     "type": "github"
9433                 }
9434             ],
9435             "time": "2024-07-03T04:49:50+00:00"
9436         },
9437         {
9438             "name": "sebastian/diff",
9439             "version": "6.0.2",
9440             "source": {
9441                 "type": "git",
9442                 "url": "https://github.com/sebastianbergmann/diff.git",
9443                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
9444             },
9445             "dist": {
9446                 "type": "zip",
9447                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
9448                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
9449                 "shasum": ""
9450             },
9451             "require": {
9452                 "php": ">=8.2"
9453             },
9454             "require-dev": {
9455                 "phpunit/phpunit": "^11.0",
9456                 "symfony/process": "^4.2 || ^5"
9457             },
9458             "type": "library",
9459             "extra": {
9460                 "branch-alias": {
9461                     "dev-main": "6.0-dev"
9462                 }
9463             },
9464             "autoload": {
9465                 "classmap": [
9466                     "src/"
9467                 ]
9468             },
9469             "notification-url": "https://packagist.org/downloads/",
9470             "license": [
9471                 "BSD-3-Clause"
9472             ],
9473             "authors": [
9474                 {
9475                     "name": "Sebastian Bergmann",
9476                     "email": "sebastian@phpunit.de"
9477                 },
9478                 {
9479                     "name": "Kore Nordmann",
9480                     "email": "mail@kore-nordmann.de"
9481                 }
9482             ],
9483             "description": "Diff implementation",
9484             "homepage": "https://github.com/sebastianbergmann/diff",
9485             "keywords": [
9486                 "diff",
9487                 "udiff",
9488                 "unidiff",
9489                 "unified diff"
9490             ],
9491             "support": {
9492                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9493                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9494                 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
9495             },
9496             "funding": [
9497                 {
9498                     "url": "https://github.com/sebastianbergmann",
9499                     "type": "github"
9500                 }
9501             ],
9502             "time": "2024-07-03T04:53:05+00:00"
9503         },
9504         {
9505             "name": "sebastian/environment",
9506             "version": "7.2.0",
9507             "source": {
9508                 "type": "git",
9509                 "url": "https://github.com/sebastianbergmann/environment.git",
9510                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
9511             },
9512             "dist": {
9513                 "type": "zip",
9514                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
9515                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
9516                 "shasum": ""
9517             },
9518             "require": {
9519                 "php": ">=8.2"
9520             },
9521             "require-dev": {
9522                 "phpunit/phpunit": "^11.0"
9523             },
9524             "suggest": {
9525                 "ext-posix": "*"
9526             },
9527             "type": "library",
9528             "extra": {
9529                 "branch-alias": {
9530                     "dev-main": "7.2-dev"
9531                 }
9532             },
9533             "autoload": {
9534                 "classmap": [
9535                     "src/"
9536                 ]
9537             },
9538             "notification-url": "https://packagist.org/downloads/",
9539             "license": [
9540                 "BSD-3-Clause"
9541             ],
9542             "authors": [
9543                 {
9544                     "name": "Sebastian Bergmann",
9545                     "email": "sebastian@phpunit.de"
9546                 }
9547             ],
9548             "description": "Provides functionality to handle HHVM/PHP environments",
9549             "homepage": "https://github.com/sebastianbergmann/environment",
9550             "keywords": [
9551                 "Xdebug",
9552                 "environment",
9553                 "hhvm"
9554             ],
9555             "support": {
9556                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9557                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9558                 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
9559             },
9560             "funding": [
9561                 {
9562                     "url": "https://github.com/sebastianbergmann",
9563                     "type": "github"
9564                 }
9565             ],
9566             "time": "2024-07-03T04:54:44+00:00"
9567         },
9568         {
9569             "name": "sebastian/exporter",
9570             "version": "6.3.0",
9571             "source": {
9572                 "type": "git",
9573                 "url": "https://github.com/sebastianbergmann/exporter.git",
9574                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
9575             },
9576             "dist": {
9577                 "type": "zip",
9578                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
9579                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
9580                 "shasum": ""
9581             },
9582             "require": {
9583                 "ext-mbstring": "*",
9584                 "php": ">=8.2",
9585                 "sebastian/recursion-context": "^6.0"
9586             },
9587             "require-dev": {
9588                 "phpunit/phpunit": "^11.3"
9589             },
9590             "type": "library",
9591             "extra": {
9592                 "branch-alias": {
9593                     "dev-main": "6.1-dev"
9594                 }
9595             },
9596             "autoload": {
9597                 "classmap": [
9598                     "src/"
9599                 ]
9600             },
9601             "notification-url": "https://packagist.org/downloads/",
9602             "license": [
9603                 "BSD-3-Clause"
9604             ],
9605             "authors": [
9606                 {
9607                     "name": "Sebastian Bergmann",
9608                     "email": "sebastian@phpunit.de"
9609                 },
9610                 {
9611                     "name": "Jeff Welch",
9612                     "email": "whatthejeff@gmail.com"
9613                 },
9614                 {
9615                     "name": "Volker Dusch",
9616                     "email": "github@wallbash.com"
9617                 },
9618                 {
9619                     "name": "Adam Harvey",
9620                     "email": "aharvey@php.net"
9621                 },
9622                 {
9623                     "name": "Bernhard Schussek",
9624                     "email": "bschussek@gmail.com"
9625                 }
9626             ],
9627             "description": "Provides the functionality to export PHP variables for visualization",
9628             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9629             "keywords": [
9630                 "export",
9631                 "exporter"
9632             ],
9633             "support": {
9634                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9635                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9636                 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
9637             },
9638             "funding": [
9639                 {
9640                     "url": "https://github.com/sebastianbergmann",
9641                     "type": "github"
9642                 }
9643             ],
9644             "time": "2024-12-05T09:17:50+00:00"
9645         },
9646         {
9647             "name": "sebastian/global-state",
9648             "version": "7.0.2",
9649             "source": {
9650                 "type": "git",
9651                 "url": "https://github.com/sebastianbergmann/global-state.git",
9652                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
9653             },
9654             "dist": {
9655                 "type": "zip",
9656                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
9657                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
9658                 "shasum": ""
9659             },
9660             "require": {
9661                 "php": ">=8.2",
9662                 "sebastian/object-reflector": "^4.0",
9663                 "sebastian/recursion-context": "^6.0"
9664             },
9665             "require-dev": {
9666                 "ext-dom": "*",
9667                 "phpunit/phpunit": "^11.0"
9668             },
9669             "type": "library",
9670             "extra": {
9671                 "branch-alias": {
9672                     "dev-main": "7.0-dev"
9673                 }
9674             },
9675             "autoload": {
9676                 "classmap": [
9677                     "src/"
9678                 ]
9679             },
9680             "notification-url": "https://packagist.org/downloads/",
9681             "license": [
9682                 "BSD-3-Clause"
9683             ],
9684             "authors": [
9685                 {
9686                     "name": "Sebastian Bergmann",
9687                     "email": "sebastian@phpunit.de"
9688                 }
9689             ],
9690             "description": "Snapshotting of global state",
9691             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9692             "keywords": [
9693                 "global state"
9694             ],
9695             "support": {
9696                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9697                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9698                 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
9699             },
9700             "funding": [
9701                 {
9702                     "url": "https://github.com/sebastianbergmann",
9703                     "type": "github"
9704                 }
9705             ],
9706             "time": "2024-07-03T04:57:36+00:00"
9707         },
9708         {
9709             "name": "sebastian/lines-of-code",
9710             "version": "3.0.1",
9711             "source": {
9712                 "type": "git",
9713                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9714                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
9715             },
9716             "dist": {
9717                 "type": "zip",
9718                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9719                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
9720                 "shasum": ""
9721             },
9722             "require": {
9723                 "nikic/php-parser": "^5.0",
9724                 "php": ">=8.2"
9725             },
9726             "require-dev": {
9727                 "phpunit/phpunit": "^11.0"
9728             },
9729             "type": "library",
9730             "extra": {
9731                 "branch-alias": {
9732                     "dev-main": "3.0-dev"
9733                 }
9734             },
9735             "autoload": {
9736                 "classmap": [
9737                     "src/"
9738                 ]
9739             },
9740             "notification-url": "https://packagist.org/downloads/",
9741             "license": [
9742                 "BSD-3-Clause"
9743             ],
9744             "authors": [
9745                 {
9746                     "name": "Sebastian Bergmann",
9747                     "email": "sebastian@phpunit.de",
9748                     "role": "lead"
9749                 }
9750             ],
9751             "description": "Library for counting the lines of code in PHP source code",
9752             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9753             "support": {
9754                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9755                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9756                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
9757             },
9758             "funding": [
9759                 {
9760                     "url": "https://github.com/sebastianbergmann",
9761                     "type": "github"
9762                 }
9763             ],
9764             "time": "2024-07-03T04:58:38+00:00"
9765         },
9766         {
9767             "name": "sebastian/object-enumerator",
9768             "version": "6.0.1",
9769             "source": {
9770                 "type": "git",
9771                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9772                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
9773             },
9774             "dist": {
9775                 "type": "zip",
9776                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
9777                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
9778                 "shasum": ""
9779             },
9780             "require": {
9781                 "php": ">=8.2",
9782                 "sebastian/object-reflector": "^4.0",
9783                 "sebastian/recursion-context": "^6.0"
9784             },
9785             "require-dev": {
9786                 "phpunit/phpunit": "^11.0"
9787             },
9788             "type": "library",
9789             "extra": {
9790                 "branch-alias": {
9791                     "dev-main": "6.0-dev"
9792                 }
9793             },
9794             "autoload": {
9795                 "classmap": [
9796                     "src/"
9797                 ]
9798             },
9799             "notification-url": "https://packagist.org/downloads/",
9800             "license": [
9801                 "BSD-3-Clause"
9802             ],
9803             "authors": [
9804                 {
9805                     "name": "Sebastian Bergmann",
9806                     "email": "sebastian@phpunit.de"
9807                 }
9808             ],
9809             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9810             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9811             "support": {
9812                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9813                 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
9814                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
9815             },
9816             "funding": [
9817                 {
9818                     "url": "https://github.com/sebastianbergmann",
9819                     "type": "github"
9820                 }
9821             ],
9822             "time": "2024-07-03T05:00:13+00:00"
9823         },
9824         {
9825             "name": "sebastian/object-reflector",
9826             "version": "4.0.1",
9827             "source": {
9828                 "type": "git",
9829                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9830                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
9831             },
9832             "dist": {
9833                 "type": "zip",
9834                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9835                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
9836                 "shasum": ""
9837             },
9838             "require": {
9839                 "php": ">=8.2"
9840             },
9841             "require-dev": {
9842                 "phpunit/phpunit": "^11.0"
9843             },
9844             "type": "library",
9845             "extra": {
9846                 "branch-alias": {
9847                     "dev-main": "4.0-dev"
9848                 }
9849             },
9850             "autoload": {
9851                 "classmap": [
9852                     "src/"
9853                 ]
9854             },
9855             "notification-url": "https://packagist.org/downloads/",
9856             "license": [
9857                 "BSD-3-Clause"
9858             ],
9859             "authors": [
9860                 {
9861                     "name": "Sebastian Bergmann",
9862                     "email": "sebastian@phpunit.de"
9863                 }
9864             ],
9865             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9866             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9867             "support": {
9868                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9869                 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
9870                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
9871             },
9872             "funding": [
9873                 {
9874                     "url": "https://github.com/sebastianbergmann",
9875                     "type": "github"
9876                 }
9877             ],
9878             "time": "2024-07-03T05:01:32+00:00"
9879         },
9880         {
9881             "name": "sebastian/recursion-context",
9882             "version": "6.0.2",
9883             "source": {
9884                 "type": "git",
9885                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9886                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
9887             },
9888             "dist": {
9889                 "type": "zip",
9890                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
9891                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
9892                 "shasum": ""
9893             },
9894             "require": {
9895                 "php": ">=8.2"
9896             },
9897             "require-dev": {
9898                 "phpunit/phpunit": "^11.0"
9899             },
9900             "type": "library",
9901             "extra": {
9902                 "branch-alias": {
9903                     "dev-main": "6.0-dev"
9904                 }
9905             },
9906             "autoload": {
9907                 "classmap": [
9908                     "src/"
9909                 ]
9910             },
9911             "notification-url": "https://packagist.org/downloads/",
9912             "license": [
9913                 "BSD-3-Clause"
9914             ],
9915             "authors": [
9916                 {
9917                     "name": "Sebastian Bergmann",
9918                     "email": "sebastian@phpunit.de"
9919                 },
9920                 {
9921                     "name": "Jeff Welch",
9922                     "email": "whatthejeff@gmail.com"
9923                 },
9924                 {
9925                     "name": "Adam Harvey",
9926                     "email": "aharvey@php.net"
9927                 }
9928             ],
9929             "description": "Provides functionality to recursively process PHP variables",
9930             "homepage": "https://github.com/sebastianbergmann/recursion-context",
9931             "support": {
9932                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9933                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
9934                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
9935             },
9936             "funding": [
9937                 {
9938                     "url": "https://github.com/sebastianbergmann",
9939                     "type": "github"
9940                 }
9941             ],
9942             "time": "2024-07-03T05:10:34+00:00"
9943         },
9944         {
9945             "name": "sebastian/type",
9946             "version": "5.1.0",
9947             "source": {
9948                 "type": "git",
9949                 "url": "https://github.com/sebastianbergmann/type.git",
9950                 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac"
9951             },
9952             "dist": {
9953                 "type": "zip",
9954                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac",
9955                 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac",
9956                 "shasum": ""
9957             },
9958             "require": {
9959                 "php": ">=8.2"
9960             },
9961             "require-dev": {
9962                 "phpunit/phpunit": "^11.3"
9963             },
9964             "type": "library",
9965             "extra": {
9966                 "branch-alias": {
9967                     "dev-main": "5.1-dev"
9968                 }
9969             },
9970             "autoload": {
9971                 "classmap": [
9972                     "src/"
9973                 ]
9974             },
9975             "notification-url": "https://packagist.org/downloads/",
9976             "license": [
9977                 "BSD-3-Clause"
9978             ],
9979             "authors": [
9980                 {
9981                     "name": "Sebastian Bergmann",
9982                     "email": "sebastian@phpunit.de",
9983                     "role": "lead"
9984                 }
9985             ],
9986             "description": "Collection of value objects that represent the types of the PHP type system",
9987             "homepage": "https://github.com/sebastianbergmann/type",
9988             "support": {
9989                 "issues": "https://github.com/sebastianbergmann/type/issues",
9990                 "security": "https://github.com/sebastianbergmann/type/security/policy",
9991                 "source": "https://github.com/sebastianbergmann/type/tree/5.1.0"
9992             },
9993             "funding": [
9994                 {
9995                     "url": "https://github.com/sebastianbergmann",
9996                     "type": "github"
9997                 }
9998             ],
9999             "time": "2024-09-17T13:12:04+00:00"
10000         },
10001         {
10002             "name": "sebastian/version",
10003             "version": "5.0.2",
10004             "source": {
10005                 "type": "git",
10006                 "url": "https://github.com/sebastianbergmann/version.git",
10007                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
10008             },
10009             "dist": {
10010                 "type": "zip",
10011                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
10012                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
10013                 "shasum": ""
10014             },
10015             "require": {
10016                 "php": ">=8.2"
10017             },
10018             "type": "library",
10019             "extra": {
10020                 "branch-alias": {
10021                     "dev-main": "5.0-dev"
10022                 }
10023             },
10024             "autoload": {
10025                 "classmap": [
10026                     "src/"
10027                 ]
10028             },
10029             "notification-url": "https://packagist.org/downloads/",
10030             "license": [
10031                 "BSD-3-Clause"
10032             ],
10033             "authors": [
10034                 {
10035                     "name": "Sebastian Bergmann",
10036                     "email": "sebastian@phpunit.de",
10037                     "role": "lead"
10038                 }
10039             ],
10040             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10041             "homepage": "https://github.com/sebastianbergmann/version",
10042             "support": {
10043                 "issues": "https://github.com/sebastianbergmann/version/issues",
10044                 "security": "https://github.com/sebastianbergmann/version/security/policy",
10045                 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
10046             },
10047             "funding": [
10048                 {
10049                     "url": "https://github.com/sebastianbergmann",
10050                     "type": "github"
10051                 }
10052             ],
10053             "time": "2024-10-09T05:16:32+00:00"
10054         },
10055         {
10056             "name": "squizlabs/php_codesniffer",
10057             "version": "3.11.2",
10058             "source": {
10059                 "type": "git",
10060                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10061                 "reference": "1368f4a58c3c52114b86b1abe8f4098869cb0079"
10062             },
10063             "dist": {
10064                 "type": "zip",
10065                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/1368f4a58c3c52114b86b1abe8f4098869cb0079",
10066                 "reference": "1368f4a58c3c52114b86b1abe8f4098869cb0079",
10067                 "shasum": ""
10068             },
10069             "require": {
10070                 "ext-simplexml": "*",
10071                 "ext-tokenizer": "*",
10072                 "ext-xmlwriter": "*",
10073                 "php": ">=5.4.0"
10074             },
10075             "require-dev": {
10076                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10077             },
10078             "bin": [
10079                 "bin/phpcbf",
10080                 "bin/phpcs"
10081             ],
10082             "type": "library",
10083             "extra": {
10084                 "branch-alias": {
10085                     "dev-master": "3.x-dev"
10086                 }
10087             },
10088             "notification-url": "https://packagist.org/downloads/",
10089             "license": [
10090                 "BSD-3-Clause"
10091             ],
10092             "authors": [
10093                 {
10094                     "name": "Greg Sherwood",
10095                     "role": "Former lead"
10096                 },
10097                 {
10098                     "name": "Juliette Reinders Folmer",
10099                     "role": "Current lead"
10100                 },
10101                 {
10102                     "name": "Contributors",
10103                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10104                 }
10105             ],
10106             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10107             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10108             "keywords": [
10109                 "phpcs",
10110                 "standards",
10111                 "static analysis"
10112             ],
10113             "support": {
10114                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10115                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10116                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10117                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10118             },
10119             "funding": [
10120                 {
10121                     "url": "https://github.com/PHPCSStandards",
10122                     "type": "github"
10123                 },
10124                 {
10125                     "url": "https://github.com/jrfnl",
10126                     "type": "github"
10127                 },
10128                 {
10129                     "url": "https://opencollective.com/php_codesniffer",
10130                     "type": "open_collective"
10131                 }
10132             ],
10133             "time": "2024-12-11T16:04:26+00:00"
10134         },
10135         {
10136             "name": "ssddanbrown/asserthtml",
10137             "version": "v3.1.0",
10138             "source": {
10139                 "type": "git",
10140                 "url": "https://codeberg.org/danb/asserthtml",
10141                 "reference": "cf8206171d667d43e1bdde17d67191f30e95c8a0"
10142             },
10143             "dist": {
10144                 "type": "zip",
10145                 "url": "https://codeberg.org/api/v1/repos/danb/asserthtml/archive/%prettyVersion%.zip"
10146             },
10147             "require": {
10148                 "ext-dom": "*",
10149                 "ext-json": "*",
10150                 "php": ">=8.1",
10151                 "phpunit/phpunit": "^10.0|^11.0",
10152                 "symfony/css-selector": "^6.0|^7.0",
10153                 "symfony/dom-crawler": "^6.0|^7.0"
10154             },
10155             "require-dev": {
10156                 "phpstan/phpstan": "^2.0"
10157             },
10158             "type": "library",
10159             "autoload": {
10160                 "psr-4": {
10161                     "Ssddanbrown\\AssertHtml\\": "src"
10162                 }
10163             },
10164             "notification-url": "https://packagist.org/downloads/",
10165             "license": [
10166                 "MIT"
10167             ],
10168             "authors": [
10169                 {
10170                     "name": "Dan Brown",
10171                     "homepage": "https://danb.me",
10172                     "role": "Developer"
10173                 }
10174             ],
10175             "description": "HTML Content Assertions for PHPUnit",
10176             "homepage": "https://codeberg.org/danb/asserthtml",
10177             "time": "2025-01-11T13:35:55+00:00"
10178         },
10179         {
10180             "name": "staabm/side-effects-detector",
10181             "version": "1.0.5",
10182             "source": {
10183                 "type": "git",
10184                 "url": "https://github.com/staabm/side-effects-detector.git",
10185                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
10186             },
10187             "dist": {
10188                 "type": "zip",
10189                 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
10190                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
10191                 "shasum": ""
10192             },
10193             "require": {
10194                 "ext-tokenizer": "*",
10195                 "php": "^7.4 || ^8.0"
10196             },
10197             "require-dev": {
10198                 "phpstan/extension-installer": "^1.4.3",
10199                 "phpstan/phpstan": "^1.12.6",
10200                 "phpunit/phpunit": "^9.6.21",
10201                 "symfony/var-dumper": "^5.4.43",
10202                 "tomasvotruba/type-coverage": "1.0.0",
10203                 "tomasvotruba/unused-public": "1.0.0"
10204             },
10205             "type": "library",
10206             "autoload": {
10207                 "classmap": [
10208                     "lib/"
10209                 ]
10210             },
10211             "notification-url": "https://packagist.org/downloads/",
10212             "license": [
10213                 "MIT"
10214             ],
10215             "description": "A static analysis tool to detect side effects in PHP code",
10216             "keywords": [
10217                 "static analysis"
10218             ],
10219             "support": {
10220                 "issues": "https://github.com/staabm/side-effects-detector/issues",
10221                 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
10222             },
10223             "funding": [
10224                 {
10225                     "url": "https://github.com/staabm",
10226                     "type": "github"
10227                 }
10228             ],
10229             "time": "2024-10-20T05:08:20+00:00"
10230         },
10231         {
10232             "name": "symfony/dom-crawler",
10233             "version": "v7.2.0",
10234             "source": {
10235                 "type": "git",
10236                 "url": "https://github.com/symfony/dom-crawler.git",
10237                 "reference": "b176e1f1f550ef44c94eb971bf92488de08f7c6b"
10238             },
10239             "dist": {
10240                 "type": "zip",
10241                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b176e1f1f550ef44c94eb971bf92488de08f7c6b",
10242                 "reference": "b176e1f1f550ef44c94eb971bf92488de08f7c6b",
10243                 "shasum": ""
10244             },
10245             "require": {
10246                 "masterminds/html5": "^2.6",
10247                 "php": ">=8.2",
10248                 "symfony/polyfill-ctype": "~1.8",
10249                 "symfony/polyfill-mbstring": "~1.0"
10250             },
10251             "require-dev": {
10252                 "symfony/css-selector": "^6.4|^7.0"
10253             },
10254             "type": "library",
10255             "autoload": {
10256                 "psr-4": {
10257                     "Symfony\\Component\\DomCrawler\\": ""
10258                 },
10259                 "exclude-from-classmap": [
10260                     "/Tests/"
10261                 ]
10262             },
10263             "notification-url": "https://packagist.org/downloads/",
10264             "license": [
10265                 "MIT"
10266             ],
10267             "authors": [
10268                 {
10269                     "name": "Fabien Potencier",
10270                     "email": "fabien@symfony.com"
10271                 },
10272                 {
10273                     "name": "Symfony Community",
10274                     "homepage": "https://symfony.com/contributors"
10275                 }
10276             ],
10277             "description": "Eases DOM navigation for HTML and XML documents",
10278             "homepage": "https://symfony.com",
10279             "support": {
10280                 "source": "https://github.com/symfony/dom-crawler/tree/v7.2.0"
10281             },
10282             "funding": [
10283                 {
10284                     "url": "https://symfony.com/sponsor",
10285                     "type": "custom"
10286                 },
10287                 {
10288                     "url": "https://github.com/fabpot",
10289                     "type": "github"
10290                 },
10291                 {
10292                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10293                     "type": "tidelift"
10294                 }
10295             ],
10296             "time": "2024-11-13T16:15:23+00:00"
10297         },
10298         {
10299             "name": "theseer/tokenizer",
10300             "version": "1.2.3",
10301             "source": {
10302                 "type": "git",
10303                 "url": "https://github.com/theseer/tokenizer.git",
10304                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10305             },
10306             "dist": {
10307                 "type": "zip",
10308                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10309                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10310                 "shasum": ""
10311             },
10312             "require": {
10313                 "ext-dom": "*",
10314                 "ext-tokenizer": "*",
10315                 "ext-xmlwriter": "*",
10316                 "php": "^7.2 || ^8.0"
10317             },
10318             "type": "library",
10319             "autoload": {
10320                 "classmap": [
10321                     "src/"
10322                 ]
10323             },
10324             "notification-url": "https://packagist.org/downloads/",
10325             "license": [
10326                 "BSD-3-Clause"
10327             ],
10328             "authors": [
10329                 {
10330                     "name": "Arne Blankerts",
10331                     "email": "arne@blankerts.de",
10332                     "role": "Developer"
10333                 }
10334             ],
10335             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10336             "support": {
10337                 "issues": "https://github.com/theseer/tokenizer/issues",
10338                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10339             },
10340             "funding": [
10341                 {
10342                     "url": "https://github.com/theseer",
10343                     "type": "github"
10344                 }
10345             ],
10346             "time": "2024-03-03T12:36:25+00:00"
10347         }
10348     ],
10349     "aliases": [],
10350     "minimum-stability": "stable",
10351     "stability-flags": {
10352         "ssddanbrown/symfony-mailer": 20
10353     },
10354     "prefer-stable": true,
10355     "prefer-lowest": false,
10356     "platform": {
10357         "php": "^8.2.0",
10358         "ext-curl": "*",
10359         "ext-dom": "*",
10360         "ext-fileinfo": "*",
10361         "ext-gd": "*",
10362         "ext-json": "*",
10363         "ext-mbstring": "*",
10364         "ext-xml": "*",
10365         "ext-zip": "*"
10366     },
10367     "platform-dev": {},
10368     "platform-overrides": {
10369         "php": "8.2.0"
10370     },
10371     "plugin-api-version": "2.6.0"
10372 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.