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