]> BookStack Code Mirror - bookstack/blob - composer.lock
Deps: Updated composer packages
[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": "9c0520d8b0c13ae46bd0213c4dec5e38",
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.8",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/aws/aws-sdk-php.git",
69                 "reference": "933da0d1b9b1ac9b37d5e32e127d4581b1aabaf6"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/933da0d1b9b1ac9b37d5e32e127d4581b1aabaf6",
74                 "reference": "933da0d1b9b1ac9b37d5e32e127d4581b1aabaf6",
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.8"
158             },
159             "time": "2025-01-03T19:06:11+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.0",
2020             "source": {
2021                 "type": "git",
2022                 "url": "https://github.com/KnpLabs/snappy.git",
2023                 "reference": "98468898b50c09f26d56d905b79b0f52a2215da6"
2024             },
2025             "dist": {
2026                 "type": "zip",
2027                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/98468898b50c09f26d56d905b79b0f52a2215da6",
2028                 "reference": "98468898b50c09f26d56d905b79b0f52a2215da6",
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.0"
2081             },
2082             "time": "2023-12-18T09:12:11+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/briannesbitt/Carbon.git",
3452                 "reference": "1e9d50601e7035a4c61441a208cb5bed73e108c5"
3453             },
3454             "dist": {
3455                 "type": "zip",
3456                 "url": "https://api.github.com/repos/briannesbitt/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": "v6.4.13",
5940             "source": {
5941                 "type": "git",
5942                 "url": "https://github.com/symfony/event-dispatcher.git",
5943                 "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e"
5944             },
5945             "dist": {
5946                 "type": "zip",
5947                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",
5948                 "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",
5949                 "shasum": ""
5950             },
5951             "require": {
5952                 "php": ">=8.1",
5953                 "symfony/event-dispatcher-contracts": "^2.5|^3"
5954             },
5955             "conflict": {
5956                 "symfony/dependency-injection": "<5.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": "^5.4|^6.0|^7.0",
5966                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5967                 "symfony/error-handler": "^5.4|^6.0|^7.0",
5968                 "symfony/expression-language": "^5.4|^6.0|^7.0",
5969                 "symfony/http-foundation": "^5.4|^6.0|^7.0",
5970                 "symfony/service-contracts": "^2.5|^3",
5971                 "symfony/stopwatch": "^5.4|^6.0|^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/v6.4.13"
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:18:03+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": "v6.4.15",
7299             "source": {
7300                 "type": "git",
7301                 "url": "https://github.com/symfony/string.git",
7302                 "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f"
7303             },
7304             "dist": {
7305                 "type": "zip",
7306                 "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
7307                 "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
7308                 "shasum": ""
7309             },
7310             "require": {
7311                 "php": ">=8.1",
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/error-handler": "^5.4|^6.0|^7.0",
7322                 "symfony/http-client": "^5.4|^6.0|^7.0",
7323                 "symfony/intl": "^6.2|^7.0",
7324                 "symfony/translation-contracts": "^2.5|^3.0",
7325                 "symfony/var-exporter": "^5.4|^6.0|^7.0"
7326             },
7327             "type": "library",
7328             "autoload": {
7329                 "files": [
7330                     "Resources/functions.php"
7331                 ],
7332                 "psr-4": {
7333                     "Symfony\\Component\\String\\": ""
7334                 },
7335                 "exclude-from-classmap": [
7336                     "/Tests/"
7337                 ]
7338             },
7339             "notification-url": "https://packagist.org/downloads/",
7340             "license": [
7341                 "MIT"
7342             ],
7343             "authors": [
7344                 {
7345                     "name": "Nicolas Grekas",
7346                     "email": "[email protected]"
7347                 },
7348                 {
7349                     "name": "Symfony Community",
7350                     "homepage": "https://symfony.com/contributors"
7351                 }
7352             ],
7353             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7354             "homepage": "https://symfony.com",
7355             "keywords": [
7356                 "grapheme",
7357                 "i18n",
7358                 "string",
7359                 "unicode",
7360                 "utf-8",
7361                 "utf8"
7362             ],
7363             "support": {
7364                 "source": "https://github.com/symfony/string/tree/v6.4.15"
7365             },
7366             "funding": [
7367                 {
7368                     "url": "https://symfony.com/sponsor",
7369                     "type": "custom"
7370                 },
7371                 {
7372                     "url": "https://github.com/fabpot",
7373                     "type": "github"
7374                 },
7375                 {
7376                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7377                     "type": "tidelift"
7378                 }
7379             ],
7380             "time": "2024-11-13T13:31:12+00:00"
7381         },
7382         {
7383             "name": "symfony/translation",
7384             "version": "v6.4.13",
7385             "source": {
7386                 "type": "git",
7387                 "url": "https://github.com/symfony/translation.git",
7388                 "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66"
7389             },
7390             "dist": {
7391                 "type": "zip",
7392                 "url": "https://api.github.com/repos/symfony/translation/zipball/bee9bfabfa8b4045a66bf82520e492cddbaffa66",
7393                 "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66",
7394                 "shasum": ""
7395             },
7396             "require": {
7397                 "php": ">=8.1",
7398                 "symfony/deprecation-contracts": "^2.5|^3",
7399                 "symfony/polyfill-mbstring": "~1.0",
7400                 "symfony/translation-contracts": "^2.5|^3.0"
7401             },
7402             "conflict": {
7403                 "symfony/config": "<5.4",
7404                 "symfony/console": "<5.4",
7405                 "symfony/dependency-injection": "<5.4",
7406                 "symfony/http-client-contracts": "<2.5",
7407                 "symfony/http-kernel": "<5.4",
7408                 "symfony/service-contracts": "<2.5",
7409                 "symfony/twig-bundle": "<5.4",
7410                 "symfony/yaml": "<5.4"
7411             },
7412             "provide": {
7413                 "symfony/translation-implementation": "2.3|3.0"
7414             },
7415             "require-dev": {
7416                 "nikic/php-parser": "^4.18|^5.0",
7417                 "psr/log": "^1|^2|^3",
7418                 "symfony/config": "^5.4|^6.0|^7.0",
7419                 "symfony/console": "^5.4|^6.0|^7.0",
7420                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7421                 "symfony/finder": "^5.4|^6.0|^7.0",
7422                 "symfony/http-client-contracts": "^2.5|^3.0",
7423                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
7424                 "symfony/intl": "^5.4|^6.0|^7.0",
7425                 "symfony/polyfill-intl-icu": "^1.21",
7426                 "symfony/routing": "^5.4|^6.0|^7.0",
7427                 "symfony/service-contracts": "^2.5|^3",
7428                 "symfony/yaml": "^5.4|^6.0|^7.0"
7429             },
7430             "type": "library",
7431             "autoload": {
7432                 "files": [
7433                     "Resources/functions.php"
7434                 ],
7435                 "psr-4": {
7436                     "Symfony\\Component\\Translation\\": ""
7437                 },
7438                 "exclude-from-classmap": [
7439                     "/Tests/"
7440                 ]
7441             },
7442             "notification-url": "https://packagist.org/downloads/",
7443             "license": [
7444                 "MIT"
7445             ],
7446             "authors": [
7447                 {
7448                     "name": "Fabien Potencier",
7449                     "email": "[email protected]"
7450                 },
7451                 {
7452                     "name": "Symfony Community",
7453                     "homepage": "https://symfony.com/contributors"
7454                 }
7455             ],
7456             "description": "Provides tools to internationalize your application",
7457             "homepage": "https://symfony.com",
7458             "support": {
7459                 "source": "https://github.com/symfony/translation/tree/v6.4.13"
7460             },
7461             "funding": [
7462                 {
7463                     "url": "https://symfony.com/sponsor",
7464                     "type": "custom"
7465                 },
7466                 {
7467                     "url": "https://github.com/fabpot",
7468                     "type": "github"
7469                 },
7470                 {
7471                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7472                     "type": "tidelift"
7473                 }
7474             ],
7475             "time": "2024-09-27T18:14:25+00:00"
7476         },
7477         {
7478             "name": "symfony/translation-contracts",
7479             "version": "v3.5.1",
7480             "source": {
7481                 "type": "git",
7482                 "url": "https://github.com/symfony/translation-contracts.git",
7483                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
7484             },
7485             "dist": {
7486                 "type": "zip",
7487                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
7488                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
7489                 "shasum": ""
7490             },
7491             "require": {
7492                 "php": ">=8.1"
7493             },
7494             "type": "library",
7495             "extra": {
7496                 "thanks": {
7497                     "url": "https://github.com/symfony/contracts",
7498                     "name": "symfony/contracts"
7499                 },
7500                 "branch-alias": {
7501                     "dev-main": "3.5-dev"
7502                 }
7503             },
7504             "autoload": {
7505                 "psr-4": {
7506                     "Symfony\\Contracts\\Translation\\": ""
7507                 },
7508                 "exclude-from-classmap": [
7509                     "/Test/"
7510                 ]
7511             },
7512             "notification-url": "https://packagist.org/downloads/",
7513             "license": [
7514                 "MIT"
7515             ],
7516             "authors": [
7517                 {
7518                     "name": "Nicolas Grekas",
7519                     "email": "[email protected]"
7520                 },
7521                 {
7522                     "name": "Symfony Community",
7523                     "homepage": "https://symfony.com/contributors"
7524                 }
7525             ],
7526             "description": "Generic abstractions related to translation",
7527             "homepage": "https://symfony.com",
7528             "keywords": [
7529                 "abstractions",
7530                 "contracts",
7531                 "decoupling",
7532                 "interfaces",
7533                 "interoperability",
7534                 "standards"
7535             ],
7536             "support": {
7537                 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1"
7538             },
7539             "funding": [
7540                 {
7541                     "url": "https://symfony.com/sponsor",
7542                     "type": "custom"
7543                 },
7544                 {
7545                     "url": "https://github.com/fabpot",
7546                     "type": "github"
7547                 },
7548                 {
7549                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7550                     "type": "tidelift"
7551                 }
7552             ],
7553             "time": "2024-09-25T14:20:29+00:00"
7554         },
7555         {
7556             "name": "symfony/uid",
7557             "version": "v6.4.13",
7558             "source": {
7559                 "type": "git",
7560                 "url": "https://github.com/symfony/uid.git",
7561                 "reference": "18eb207f0436a993fffbdd811b5b8fa35fa5e007"
7562             },
7563             "dist": {
7564                 "type": "zip",
7565                 "url": "https://api.github.com/repos/symfony/uid/zipball/18eb207f0436a993fffbdd811b5b8fa35fa5e007",
7566                 "reference": "18eb207f0436a993fffbdd811b5b8fa35fa5e007",
7567                 "shasum": ""
7568             },
7569             "require": {
7570                 "php": ">=8.1",
7571                 "symfony/polyfill-uuid": "^1.15"
7572             },
7573             "require-dev": {
7574                 "symfony/console": "^5.4|^6.0|^7.0"
7575             },
7576             "type": "library",
7577             "autoload": {
7578                 "psr-4": {
7579                     "Symfony\\Component\\Uid\\": ""
7580                 },
7581                 "exclude-from-classmap": [
7582                     "/Tests/"
7583                 ]
7584             },
7585             "notification-url": "https://packagist.org/downloads/",
7586             "license": [
7587                 "MIT"
7588             ],
7589             "authors": [
7590                 {
7591                     "name": "Grégoire Pineau",
7592                     "email": "[email protected]"
7593                 },
7594                 {
7595                     "name": "Nicolas Grekas",
7596                     "email": "[email protected]"
7597                 },
7598                 {
7599                     "name": "Symfony Community",
7600                     "homepage": "https://symfony.com/contributors"
7601                 }
7602             ],
7603             "description": "Provides an object-oriented API to generate and represent UIDs",
7604             "homepage": "https://symfony.com",
7605             "keywords": [
7606                 "UID",
7607                 "ulid",
7608                 "uuid"
7609             ],
7610             "support": {
7611                 "source": "https://github.com/symfony/uid/tree/v6.4.13"
7612             },
7613             "funding": [
7614                 {
7615                     "url": "https://symfony.com/sponsor",
7616                     "type": "custom"
7617                 },
7618                 {
7619                     "url": "https://github.com/fabpot",
7620                     "type": "github"
7621                 },
7622                 {
7623                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7624                     "type": "tidelift"
7625                 }
7626             ],
7627             "time": "2024-09-25T14:18:03+00:00"
7628         },
7629         {
7630             "name": "symfony/var-dumper",
7631             "version": "v6.4.15",
7632             "source": {
7633                 "type": "git",
7634                 "url": "https://github.com/symfony/var-dumper.git",
7635                 "reference": "38254d5a5ac2e61f2b52f9caf54e7aa3c9d36b80"
7636             },
7637             "dist": {
7638                 "type": "zip",
7639                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/38254d5a5ac2e61f2b52f9caf54e7aa3c9d36b80",
7640                 "reference": "38254d5a5ac2e61f2b52f9caf54e7aa3c9d36b80",
7641                 "shasum": ""
7642             },
7643             "require": {
7644                 "php": ">=8.1",
7645                 "symfony/deprecation-contracts": "^2.5|^3",
7646                 "symfony/polyfill-mbstring": "~1.0"
7647             },
7648             "conflict": {
7649                 "symfony/console": "<5.4"
7650             },
7651             "require-dev": {
7652                 "ext-iconv": "*",
7653                 "symfony/console": "^5.4|^6.0|^7.0",
7654                 "symfony/error-handler": "^6.3|^7.0",
7655                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
7656                 "symfony/process": "^5.4|^6.0|^7.0",
7657                 "symfony/uid": "^5.4|^6.0|^7.0",
7658                 "twig/twig": "^2.13|^3.0.4"
7659             },
7660             "bin": [
7661                 "Resources/bin/var-dump-server"
7662             ],
7663             "type": "library",
7664             "autoload": {
7665                 "files": [
7666                     "Resources/functions/dump.php"
7667                 ],
7668                 "psr-4": {
7669                     "Symfony\\Component\\VarDumper\\": ""
7670                 },
7671                 "exclude-from-classmap": [
7672                     "/Tests/"
7673                 ]
7674             },
7675             "notification-url": "https://packagist.org/downloads/",
7676             "license": [
7677                 "MIT"
7678             ],
7679             "authors": [
7680                 {
7681                     "name": "Nicolas Grekas",
7682                     "email": "[email protected]"
7683                 },
7684                 {
7685                     "name": "Symfony Community",
7686                     "homepage": "https://symfony.com/contributors"
7687                 }
7688             ],
7689             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7690             "homepage": "https://symfony.com",
7691             "keywords": [
7692                 "debug",
7693                 "dump"
7694             ],
7695             "support": {
7696                 "source": "https://github.com/symfony/var-dumper/tree/v6.4.15"
7697             },
7698             "funding": [
7699                 {
7700                     "url": "https://symfony.com/sponsor",
7701                     "type": "custom"
7702                 },
7703                 {
7704                     "url": "https://github.com/fabpot",
7705                     "type": "github"
7706                 },
7707                 {
7708                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7709                     "type": "tidelift"
7710                 }
7711             ],
7712             "time": "2024-11-08T15:28:48+00:00"
7713         },
7714         {
7715             "name": "tijsverkoyen/css-to-inline-styles",
7716             "version": "v2.3.0",
7717             "source": {
7718                 "type": "git",
7719                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7720                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
7721             },
7722             "dist": {
7723                 "type": "zip",
7724                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
7725                 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
7726                 "shasum": ""
7727             },
7728             "require": {
7729                 "ext-dom": "*",
7730                 "ext-libxml": "*",
7731                 "php": "^7.4 || ^8.0",
7732                 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
7733             },
7734             "require-dev": {
7735                 "phpstan/phpstan": "^2.0",
7736                 "phpstan/phpstan-phpunit": "^2.0",
7737                 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
7738             },
7739             "type": "library",
7740             "extra": {
7741                 "branch-alias": {
7742                     "dev-master": "2.x-dev"
7743                 }
7744             },
7745             "autoload": {
7746                 "psr-4": {
7747                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7748                 }
7749             },
7750             "notification-url": "https://packagist.org/downloads/",
7751             "license": [
7752                 "BSD-3-Clause"
7753             ],
7754             "authors": [
7755                 {
7756                     "name": "Tijs Verkoyen",
7757                     "email": "[email protected]",
7758                     "role": "Developer"
7759                 }
7760             ],
7761             "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.",
7762             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7763             "support": {
7764                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7765                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
7766             },
7767             "time": "2024-12-21T16:25:41+00:00"
7768         },
7769         {
7770             "name": "vlucas/phpdotenv",
7771             "version": "v5.6.1",
7772             "source": {
7773                 "type": "git",
7774                 "url": "https://github.com/vlucas/phpdotenv.git",
7775                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
7776             },
7777             "dist": {
7778                 "type": "zip",
7779                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
7780                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
7781                 "shasum": ""
7782             },
7783             "require": {
7784                 "ext-pcre": "*",
7785                 "graham-campbell/result-type": "^1.1.3",
7786                 "php": "^7.2.5 || ^8.0",
7787                 "phpoption/phpoption": "^1.9.3",
7788                 "symfony/polyfill-ctype": "^1.24",
7789                 "symfony/polyfill-mbstring": "^1.24",
7790                 "symfony/polyfill-php80": "^1.24"
7791             },
7792             "require-dev": {
7793                 "bamarni/composer-bin-plugin": "^1.8.2",
7794                 "ext-filter": "*",
7795                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7796             },
7797             "suggest": {
7798                 "ext-filter": "Required to use the boolean validator."
7799             },
7800             "type": "library",
7801             "extra": {
7802                 "bamarni-bin": {
7803                     "bin-links": true,
7804                     "forward-command": false
7805                 },
7806                 "branch-alias": {
7807                     "dev-master": "5.6-dev"
7808                 }
7809             },
7810             "autoload": {
7811                 "psr-4": {
7812                     "Dotenv\\": "src/"
7813                 }
7814             },
7815             "notification-url": "https://packagist.org/downloads/",
7816             "license": [
7817                 "BSD-3-Clause"
7818             ],
7819             "authors": [
7820                 {
7821                     "name": "Graham Campbell",
7822                     "email": "[email protected]",
7823                     "homepage": "https://github.com/GrahamCampbell"
7824                 },
7825                 {
7826                     "name": "Vance Lucas",
7827                     "email": "[email protected]",
7828                     "homepage": "https://github.com/vlucas"
7829                 }
7830             ],
7831             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7832             "keywords": [
7833                 "dotenv",
7834                 "env",
7835                 "environment"
7836             ],
7837             "support": {
7838                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7839                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
7840             },
7841             "funding": [
7842                 {
7843                     "url": "https://github.com/GrahamCampbell",
7844                     "type": "github"
7845                 },
7846                 {
7847                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7848                     "type": "tidelift"
7849                 }
7850             ],
7851             "time": "2024-07-20T21:52:34+00:00"
7852         },
7853         {
7854             "name": "voku/portable-ascii",
7855             "version": "2.0.3",
7856             "source": {
7857                 "type": "git",
7858                 "url": "https://github.com/voku/portable-ascii.git",
7859                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
7860             },
7861             "dist": {
7862                 "type": "zip",
7863                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7864                 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
7865                 "shasum": ""
7866             },
7867             "require": {
7868                 "php": ">=7.0.0"
7869             },
7870             "require-dev": {
7871                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7872             },
7873             "suggest": {
7874                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7875             },
7876             "type": "library",
7877             "autoload": {
7878                 "psr-4": {
7879                     "voku\\": "src/voku/"
7880                 }
7881             },
7882             "notification-url": "https://packagist.org/downloads/",
7883             "license": [
7884                 "MIT"
7885             ],
7886             "authors": [
7887                 {
7888                     "name": "Lars Moelleken",
7889                     "homepage": "https://www.moelleken.org/"
7890                 }
7891             ],
7892             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7893             "homepage": "https://github.com/voku/portable-ascii",
7894             "keywords": [
7895                 "ascii",
7896                 "clean",
7897                 "php"
7898             ],
7899             "support": {
7900                 "issues": "https://github.com/voku/portable-ascii/issues",
7901                 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
7902             },
7903             "funding": [
7904                 {
7905                     "url": "https://www.paypal.me/moelleken",
7906                     "type": "custom"
7907                 },
7908                 {
7909                     "url": "https://github.com/voku",
7910                     "type": "github"
7911                 },
7912                 {
7913                     "url": "https://opencollective.com/portable-ascii",
7914                     "type": "open_collective"
7915                 },
7916                 {
7917                     "url": "https://www.patreon.com/voku",
7918                     "type": "patreon"
7919                 },
7920                 {
7921                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7922                     "type": "tidelift"
7923                 }
7924             ],
7925             "time": "2024-11-21T01:49:47+00:00"
7926         },
7927         {
7928             "name": "webmozart/assert",
7929             "version": "1.11.0",
7930             "source": {
7931                 "type": "git",
7932                 "url": "https://github.com/webmozarts/assert.git",
7933                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7934             },
7935             "dist": {
7936                 "type": "zip",
7937                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7938                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7939                 "shasum": ""
7940             },
7941             "require": {
7942                 "ext-ctype": "*",
7943                 "php": "^7.2 || ^8.0"
7944             },
7945             "conflict": {
7946                 "phpstan/phpstan": "<0.12.20",
7947                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7948             },
7949             "require-dev": {
7950                 "phpunit/phpunit": "^8.5.13"
7951             },
7952             "type": "library",
7953             "extra": {
7954                 "branch-alias": {
7955                     "dev-master": "1.10-dev"
7956                 }
7957             },
7958             "autoload": {
7959                 "psr-4": {
7960                     "Webmozart\\Assert\\": "src/"
7961                 }
7962             },
7963             "notification-url": "https://packagist.org/downloads/",
7964             "license": [
7965                 "MIT"
7966             ],
7967             "authors": [
7968                 {
7969                     "name": "Bernhard Schussek",
7970                     "email": "[email protected]"
7971                 }
7972             ],
7973             "description": "Assertions to validate method input/output with nice error messages.",
7974             "keywords": [
7975                 "assert",
7976                 "check",
7977                 "validate"
7978             ],
7979             "support": {
7980                 "issues": "https://github.com/webmozarts/assert/issues",
7981                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7982             },
7983             "time": "2022-06-03T18:03:27+00:00"
7984         }
7985     ],
7986     "packages-dev": [
7987         {
7988             "name": "fakerphp/faker",
7989             "version": "v1.24.1",
7990             "source": {
7991                 "type": "git",
7992                 "url": "https://github.com/FakerPHP/Faker.git",
7993                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
7994             },
7995             "dist": {
7996                 "type": "zip",
7997                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7998                 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
7999                 "shasum": ""
8000             },
8001             "require": {
8002                 "php": "^7.4 || ^8.0",
8003                 "psr/container": "^1.0 || ^2.0",
8004                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8005             },
8006             "conflict": {
8007                 "fzaninotto/faker": "*"
8008             },
8009             "require-dev": {
8010                 "bamarni/composer-bin-plugin": "^1.4.1",
8011                 "doctrine/persistence": "^1.3 || ^2.0",
8012                 "ext-intl": "*",
8013                 "phpunit/phpunit": "^9.5.26",
8014                 "symfony/phpunit-bridge": "^5.4.16"
8015             },
8016             "suggest": {
8017                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8018                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8019                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8020                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8021                 "ext-mbstring": "Required for multibyte Unicode string functionality."
8022             },
8023             "type": "library",
8024             "autoload": {
8025                 "psr-4": {
8026                     "Faker\\": "src/Faker/"
8027                 }
8028             },
8029             "notification-url": "https://packagist.org/downloads/",
8030             "license": [
8031                 "MIT"
8032             ],
8033             "authors": [
8034                 {
8035                     "name": "François Zaninotto"
8036                 }
8037             ],
8038             "description": "Faker is a PHP library that generates fake data for you.",
8039             "keywords": [
8040                 "data",
8041                 "faker",
8042                 "fixtures"
8043             ],
8044             "support": {
8045                 "issues": "https://github.com/FakerPHP/Faker/issues",
8046                 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
8047             },
8048             "time": "2024-11-21T13:46:39+00:00"
8049         },
8050         {
8051             "name": "filp/whoops",
8052             "version": "2.16.0",
8053             "source": {
8054                 "type": "git",
8055                 "url": "https://github.com/filp/whoops.git",
8056                 "reference": "befcdc0e5dce67252aa6322d82424be928214fa2"
8057             },
8058             "dist": {
8059                 "type": "zip",
8060                 "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2",
8061                 "reference": "befcdc0e5dce67252aa6322d82424be928214fa2",
8062                 "shasum": ""
8063             },
8064             "require": {
8065                 "php": "^7.1 || ^8.0",
8066                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
8067             },
8068             "require-dev": {
8069                 "mockery/mockery": "^1.0",
8070                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
8071                 "symfony/var-dumper": "^4.0 || ^5.0"
8072             },
8073             "suggest": {
8074                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
8075                 "whoops/soap": "Formats errors as SOAP responses"
8076             },
8077             "type": "library",
8078             "extra": {
8079                 "branch-alias": {
8080                     "dev-master": "2.7-dev"
8081                 }
8082             },
8083             "autoload": {
8084                 "psr-4": {
8085                     "Whoops\\": "src/Whoops/"
8086                 }
8087             },
8088             "notification-url": "https://packagist.org/downloads/",
8089             "license": [
8090                 "MIT"
8091             ],
8092             "authors": [
8093                 {
8094                     "name": "Filipe Dobreira",
8095                     "homepage": "https://github.com/filp",
8096                     "role": "Developer"
8097                 }
8098             ],
8099             "description": "php error handling for cool kids",
8100             "homepage": "https://filp.github.io/whoops/",
8101             "keywords": [
8102                 "error",
8103                 "exception",
8104                 "handling",
8105                 "library",
8106                 "throwable",
8107                 "whoops"
8108             ],
8109             "support": {
8110                 "issues": "https://github.com/filp/whoops/issues",
8111                 "source": "https://github.com/filp/whoops/tree/2.16.0"
8112             },
8113             "funding": [
8114                 {
8115                     "url": "https://github.com/denis-sokolov",
8116                     "type": "github"
8117                 }
8118             ],
8119             "time": "2024-09-25T12:00:00+00:00"
8120         },
8121         {
8122             "name": "hamcrest/hamcrest-php",
8123             "version": "v2.0.1",
8124             "source": {
8125                 "type": "git",
8126                 "url": "https://github.com/hamcrest/hamcrest-php.git",
8127                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
8128             },
8129             "dist": {
8130                 "type": "zip",
8131                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8132                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8133                 "shasum": ""
8134             },
8135             "require": {
8136                 "php": "^5.3|^7.0|^8.0"
8137             },
8138             "replace": {
8139                 "cordoval/hamcrest-php": "*",
8140                 "davedevelopment/hamcrest-php": "*",
8141                 "kodova/hamcrest-php": "*"
8142             },
8143             "require-dev": {
8144                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8145                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8146             },
8147             "type": "library",
8148             "extra": {
8149                 "branch-alias": {
8150                     "dev-master": "2.1-dev"
8151                 }
8152             },
8153             "autoload": {
8154                 "classmap": [
8155                     "hamcrest"
8156                 ]
8157             },
8158             "notification-url": "https://packagist.org/downloads/",
8159             "license": [
8160                 "BSD-3-Clause"
8161             ],
8162             "description": "This is the PHP port of Hamcrest Matchers",
8163             "keywords": [
8164                 "test"
8165             ],
8166             "support": {
8167                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8168                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8169             },
8170             "time": "2020-07-09T08:09:16+00:00"
8171         },
8172         {
8173             "name": "itsgoingd/clockwork",
8174             "version": "v5.3.2",
8175             "source": {
8176                 "type": "git",
8177                 "url": "https://github.com/itsgoingd/clockwork.git",
8178                 "reference": "ffd1f1626830005e92461a538ad58372641e065a"
8179             },
8180             "dist": {
8181                 "type": "zip",
8182                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/ffd1f1626830005e92461a538ad58372641e065a",
8183                 "reference": "ffd1f1626830005e92461a538ad58372641e065a",
8184                 "shasum": ""
8185             },
8186             "require": {
8187                 "ext-json": "*",
8188                 "php": ">=7.1"
8189             },
8190             "suggest": {
8191                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8192                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8193                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8194                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8195                 "ext-redis": "Needed in order to use Redis for metadata storage",
8196                 "php-http/discovery": "Vanilla integration - required for the middleware zero-configuration setup"
8197             },
8198             "type": "library",
8199             "extra": {
8200                 "laravel": {
8201                     "aliases": {
8202                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8203                     },
8204                     "providers": [
8205                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8206                     ]
8207                 }
8208             },
8209             "autoload": {
8210                 "psr-4": {
8211                     "Clockwork\\": "Clockwork/"
8212                 }
8213             },
8214             "notification-url": "https://packagist.org/downloads/",
8215             "license": [
8216                 "MIT"
8217             ],
8218             "authors": [
8219                 {
8220                     "name": "itsgoingd",
8221                     "email": "[email protected]",
8222                     "homepage": "https://twitter.com/itsgoingd"
8223                 }
8224             ],
8225             "description": "php dev tools in your browser",
8226             "homepage": "https://underground.works/clockwork",
8227             "keywords": [
8228                 "Devtools",
8229                 "debugging",
8230                 "laravel",
8231                 "logging",
8232                 "lumen",
8233                 "profiling",
8234                 "slim"
8235             ],
8236             "support": {
8237                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8238                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.3.2"
8239             },
8240             "funding": [
8241                 {
8242                     "url": "https://github.com/itsgoingd",
8243                     "type": "github"
8244                 }
8245             ],
8246             "time": "2024-12-02T22:59:59+00:00"
8247         },
8248         {
8249             "name": "larastan/larastan",
8250             "version": "v2.9.12",
8251             "source": {
8252                 "type": "git",
8253                 "url": "https://github.com/larastan/larastan.git",
8254                 "reference": "19012b39fbe4dede43dbe0c126d9681827a5e908"
8255             },
8256             "dist": {
8257                 "type": "zip",
8258                 "url": "https://api.github.com/repos/larastan/larastan/zipball/19012b39fbe4dede43dbe0c126d9681827a5e908",
8259                 "reference": "19012b39fbe4dede43dbe0c126d9681827a5e908",
8260                 "shasum": ""
8261             },
8262             "require": {
8263                 "ext-json": "*",
8264                 "illuminate/console": "^9.52.16 || ^10.28.0 || ^11.16",
8265                 "illuminate/container": "^9.52.16 || ^10.28.0 || ^11.16",
8266                 "illuminate/contracts": "^9.52.16 || ^10.28.0 || ^11.16",
8267                 "illuminate/database": "^9.52.16 || ^10.28.0 || ^11.16",
8268                 "illuminate/http": "^9.52.16 || ^10.28.0 || ^11.16",
8269                 "illuminate/pipeline": "^9.52.16 || ^10.28.0 || ^11.16",
8270                 "illuminate/support": "^9.52.16 || ^10.28.0 || ^11.16",
8271                 "php": "^8.0.2",
8272                 "phpmyadmin/sql-parser": "^5.9.0",
8273                 "phpstan/phpstan": "^1.12.11"
8274             },
8275             "require-dev": {
8276                 "doctrine/coding-standard": "^12.0",
8277                 "laravel/framework": "^9.52.16 || ^10.28.0 || ^11.16",
8278                 "mockery/mockery": "^1.5.1",
8279                 "nikic/php-parser": "^4.19.1",
8280                 "orchestra/canvas": "^7.11.1 || ^8.11.0 || ^9.0.2",
8281                 "orchestra/testbench-core": "^7.33.0 || ^8.13.0 || ^9.0.9",
8282                 "phpstan/phpstan-deprecation-rules": "^1.2",
8283                 "phpunit/phpunit": "^9.6.13 || ^10.5.16"
8284             },
8285             "suggest": {
8286                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8287             },
8288             "type": "phpstan-extension",
8289             "extra": {
8290                 "phpstan": {
8291                     "includes": [
8292                         "extension.neon"
8293                     ]
8294                 },
8295                 "branch-alias": {
8296                     "dev-master": "2.0-dev"
8297                 }
8298             },
8299             "autoload": {
8300                 "psr-4": {
8301                     "Larastan\\Larastan\\": "src/"
8302                 }
8303             },
8304             "notification-url": "https://packagist.org/downloads/",
8305             "license": [
8306                 "MIT"
8307             ],
8308             "authors": [
8309                 {
8310                     "name": "Can Vural",
8311                     "email": "[email protected]"
8312                 },
8313                 {
8314                     "name": "Nuno Maduro",
8315                     "email": "[email protected]"
8316                 }
8317             ],
8318             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel",
8319             "keywords": [
8320                 "PHPStan",
8321                 "code analyse",
8322                 "code analysis",
8323                 "larastan",
8324                 "laravel",
8325                 "package",
8326                 "php",
8327                 "static analysis"
8328             ],
8329             "support": {
8330                 "issues": "https://github.com/larastan/larastan/issues",
8331                 "source": "https://github.com/larastan/larastan/tree/v2.9.12"
8332             },
8333             "funding": [
8334                 {
8335                     "url": "https://github.com/canvural",
8336                     "type": "github"
8337                 }
8338             ],
8339             "time": "2024-11-26T23:09:02+00:00"
8340         },
8341         {
8342             "name": "mockery/mockery",
8343             "version": "1.6.12",
8344             "source": {
8345                 "type": "git",
8346                 "url": "https://github.com/mockery/mockery.git",
8347                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
8348             },
8349             "dist": {
8350                 "type": "zip",
8351                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8352                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
8353                 "shasum": ""
8354             },
8355             "require": {
8356                 "hamcrest/hamcrest-php": "^2.0.1",
8357                 "lib-pcre": ">=7.0",
8358                 "php": ">=7.3"
8359             },
8360             "conflict": {
8361                 "phpunit/phpunit": "<8.0"
8362             },
8363             "require-dev": {
8364                 "phpunit/phpunit": "^8.5 || ^9.6.17",
8365                 "symplify/easy-coding-standard": "^12.1.14"
8366             },
8367             "type": "library",
8368             "autoload": {
8369                 "files": [
8370                     "library/helpers.php",
8371                     "library/Mockery.php"
8372                 ],
8373                 "psr-4": {
8374                     "Mockery\\": "library/Mockery"
8375                 }
8376             },
8377             "notification-url": "https://packagist.org/downloads/",
8378             "license": [
8379                 "BSD-3-Clause"
8380             ],
8381             "authors": [
8382                 {
8383                     "name": "Pádraic Brady",
8384                     "email": "[email protected]",
8385                     "homepage": "https://github.com/padraic",
8386                     "role": "Author"
8387                 },
8388                 {
8389                     "name": "Dave Marshall",
8390                     "email": "[email protected]",
8391                     "homepage": "https://davedevelopment.co.uk",
8392                     "role": "Developer"
8393                 },
8394                 {
8395                     "name": "Nathanael Esayeas",
8396                     "email": "[email protected]",
8397                     "homepage": "https://github.com/ghostwriter",
8398                     "role": "Lead Developer"
8399                 }
8400             ],
8401             "description": "Mockery is a simple yet flexible PHP mock object framework",
8402             "homepage": "https://github.com/mockery/mockery",
8403             "keywords": [
8404                 "BDD",
8405                 "TDD",
8406                 "library",
8407                 "mock",
8408                 "mock objects",
8409                 "mockery",
8410                 "stub",
8411                 "test",
8412                 "test double",
8413                 "testing"
8414             ],
8415             "support": {
8416                 "docs": "https://docs.mockery.io/",
8417                 "issues": "https://github.com/mockery/mockery/issues",
8418                 "rss": "https://github.com/mockery/mockery/releases.atom",
8419                 "security": "https://github.com/mockery/mockery/security/advisories",
8420                 "source": "https://github.com/mockery/mockery"
8421             },
8422             "time": "2024-05-16T03:13:13+00:00"
8423         },
8424         {
8425             "name": "myclabs/deep-copy",
8426             "version": "1.12.1",
8427             "source": {
8428                 "type": "git",
8429                 "url": "https://github.com/myclabs/DeepCopy.git",
8430                 "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
8431             },
8432             "dist": {
8433                 "type": "zip",
8434                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
8435                 "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
8436                 "shasum": ""
8437             },
8438             "require": {
8439                 "php": "^7.1 || ^8.0"
8440             },
8441             "conflict": {
8442                 "doctrine/collections": "<1.6.8",
8443                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
8444             },
8445             "require-dev": {
8446                 "doctrine/collections": "^1.6.8",
8447                 "doctrine/common": "^2.13.3 || ^3.2.2",
8448                 "phpspec/prophecy": "^1.10",
8449                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8450             },
8451             "type": "library",
8452             "autoload": {
8453                 "files": [
8454                     "src/DeepCopy/deep_copy.php"
8455                 ],
8456                 "psr-4": {
8457                     "DeepCopy\\": "src/DeepCopy/"
8458                 }
8459             },
8460             "notification-url": "https://packagist.org/downloads/",
8461             "license": [
8462                 "MIT"
8463             ],
8464             "description": "Create deep copies (clones) of your objects",
8465             "keywords": [
8466                 "clone",
8467                 "copy",
8468                 "duplicate",
8469                 "object",
8470                 "object graph"
8471             ],
8472             "support": {
8473                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8474                 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
8475             },
8476             "funding": [
8477                 {
8478                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8479                     "type": "tidelift"
8480                 }
8481             ],
8482             "time": "2024-11-08T17:47:46+00:00"
8483         },
8484         {
8485             "name": "nunomaduro/collision",
8486             "version": "v7.11.0",
8487             "source": {
8488                 "type": "git",
8489                 "url": "https://github.com/nunomaduro/collision.git",
8490                 "reference": "994ea93df5d4132f69d3f1bd74730509df6e8a05"
8491             },
8492             "dist": {
8493                 "type": "zip",
8494                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/994ea93df5d4132f69d3f1bd74730509df6e8a05",
8495                 "reference": "994ea93df5d4132f69d3f1bd74730509df6e8a05",
8496                 "shasum": ""
8497             },
8498             "require": {
8499                 "filp/whoops": "^2.16.0",
8500                 "nunomaduro/termwind": "^1.15.1",
8501                 "php": "^8.1.0",
8502                 "symfony/console": "^6.4.12"
8503             },
8504             "conflict": {
8505                 "laravel/framework": ">=11.0.0"
8506             },
8507             "require-dev": {
8508                 "brianium/paratest": "^7.3.1",
8509                 "laravel/framework": "^10.48.22",
8510                 "laravel/pint": "^1.18.1",
8511                 "laravel/sail": "^1.36.0",
8512                 "laravel/sanctum": "^3.3.3",
8513                 "laravel/tinker": "^2.10.0",
8514                 "nunomaduro/larastan": "^2.9.8",
8515                 "orchestra/testbench-core": "^8.28.3",
8516                 "pestphp/pest": "^2.35.1",
8517                 "phpunit/phpunit": "^10.5.36",
8518                 "sebastian/environment": "^6.1.0",
8519                 "spatie/laravel-ignition": "^2.8.0"
8520             },
8521             "type": "library",
8522             "extra": {
8523                 "laravel": {
8524                     "providers": [
8525                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8526                     ]
8527                 }
8528             },
8529             "autoload": {
8530                 "files": [
8531                     "./src/Adapters/Phpunit/Autoload.php"
8532                 ],
8533                 "psr-4": {
8534                     "NunoMaduro\\Collision\\": "src/"
8535                 }
8536             },
8537             "notification-url": "https://packagist.org/downloads/",
8538             "license": [
8539                 "MIT"
8540             ],
8541             "authors": [
8542                 {
8543                     "name": "Nuno Maduro",
8544                     "email": "[email protected]"
8545                 }
8546             ],
8547             "description": "Cli error handling for console/command-line PHP applications.",
8548             "keywords": [
8549                 "artisan",
8550                 "cli",
8551                 "command-line",
8552                 "console",
8553                 "error",
8554                 "handling",
8555                 "laravel",
8556                 "laravel-zero",
8557                 "php",
8558                 "symfony"
8559             ],
8560             "support": {
8561                 "issues": "https://github.com/nunomaduro/collision/issues",
8562                 "source": "https://github.com/nunomaduro/collision"
8563             },
8564             "funding": [
8565                 {
8566                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8567                     "type": "custom"
8568                 },
8569                 {
8570                     "url": "https://github.com/nunomaduro",
8571                     "type": "github"
8572                 },
8573                 {
8574                     "url": "https://www.patreon.com/nunomaduro",
8575                     "type": "patreon"
8576                 }
8577             ],
8578             "time": "2024-10-15T15:12:40+00:00"
8579         },
8580         {
8581             "name": "phar-io/manifest",
8582             "version": "2.0.4",
8583             "source": {
8584                 "type": "git",
8585                 "url": "https://github.com/phar-io/manifest.git",
8586                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8587             },
8588             "dist": {
8589                 "type": "zip",
8590                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8591                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8592                 "shasum": ""
8593             },
8594             "require": {
8595                 "ext-dom": "*",
8596                 "ext-libxml": "*",
8597                 "ext-phar": "*",
8598                 "ext-xmlwriter": "*",
8599                 "phar-io/version": "^3.0.1",
8600                 "php": "^7.2 || ^8.0"
8601             },
8602             "type": "library",
8603             "extra": {
8604                 "branch-alias": {
8605                     "dev-master": "2.0.x-dev"
8606                 }
8607             },
8608             "autoload": {
8609                 "classmap": [
8610                     "src/"
8611                 ]
8612             },
8613             "notification-url": "https://packagist.org/downloads/",
8614             "license": [
8615                 "BSD-3-Clause"
8616             ],
8617             "authors": [
8618                 {
8619                     "name": "Arne Blankerts",
8620                     "email": "[email protected]",
8621                     "role": "Developer"
8622                 },
8623                 {
8624                     "name": "Sebastian Heuer",
8625                     "email": "[email protected]",
8626                     "role": "Developer"
8627                 },
8628                 {
8629                     "name": "Sebastian Bergmann",
8630                     "email": "[email protected]",
8631                     "role": "Developer"
8632                 }
8633             ],
8634             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8635             "support": {
8636                 "issues": "https://github.com/phar-io/manifest/issues",
8637                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8638             },
8639             "funding": [
8640                 {
8641                     "url": "https://github.com/theseer",
8642                     "type": "github"
8643                 }
8644             ],
8645             "time": "2024-03-03T12:33:53+00:00"
8646         },
8647         {
8648             "name": "phar-io/version",
8649             "version": "3.2.1",
8650             "source": {
8651                 "type": "git",
8652                 "url": "https://github.com/phar-io/version.git",
8653                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8654             },
8655             "dist": {
8656                 "type": "zip",
8657                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8658                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8659                 "shasum": ""
8660             },
8661             "require": {
8662                 "php": "^7.2 || ^8.0"
8663             },
8664             "type": "library",
8665             "autoload": {
8666                 "classmap": [
8667                     "src/"
8668                 ]
8669             },
8670             "notification-url": "https://packagist.org/downloads/",
8671             "license": [
8672                 "BSD-3-Clause"
8673             ],
8674             "authors": [
8675                 {
8676                     "name": "Arne Blankerts",
8677                     "email": "[email protected]",
8678                     "role": "Developer"
8679                 },
8680                 {
8681                     "name": "Sebastian Heuer",
8682                     "email": "[email protected]",
8683                     "role": "Developer"
8684                 },
8685                 {
8686                     "name": "Sebastian Bergmann",
8687                     "email": "[email protected]",
8688                     "role": "Developer"
8689                 }
8690             ],
8691             "description": "Library for handling version information and constraints",
8692             "support": {
8693                 "issues": "https://github.com/phar-io/version/issues",
8694                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8695             },
8696             "time": "2022-02-21T01:04:05+00:00"
8697         },
8698         {
8699             "name": "phpmyadmin/sql-parser",
8700             "version": "5.10.2",
8701             "source": {
8702                 "type": "git",
8703                 "url": "https://github.com/phpmyadmin/sql-parser.git",
8704                 "reference": "72afbce7e4b421593b60d2eb7281e37a50734df8"
8705             },
8706             "dist": {
8707                 "type": "zip",
8708                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/72afbce7e4b421593b60d2eb7281e37a50734df8",
8709                 "reference": "72afbce7e4b421593b60d2eb7281e37a50734df8",
8710                 "shasum": ""
8711             },
8712             "require": {
8713                 "php": "^7.2 || ^8.0",
8714                 "symfony/polyfill-mbstring": "^1.3",
8715                 "symfony/polyfill-php80": "^1.16"
8716             },
8717             "conflict": {
8718                 "phpmyadmin/motranslator": "<3.0"
8719             },
8720             "require-dev": {
8721                 "phpbench/phpbench": "^1.1",
8722                 "phpmyadmin/coding-standard": "^3.0",
8723                 "phpmyadmin/motranslator": "^4.0 || ^5.0",
8724                 "phpstan/extension-installer": "^1.1",
8725                 "phpstan/phpstan": "^1.9.12",
8726                 "phpstan/phpstan-phpunit": "^1.3.3",
8727                 "phpunit/phpunit": "^8.5 || ^9.6",
8728                 "psalm/plugin-phpunit": "^0.16.1",
8729                 "vimeo/psalm": "^4.11",
8730                 "zumba/json-serializer": "~3.0.2"
8731             },
8732             "suggest": {
8733                 "ext-mbstring": "For best performance",
8734                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
8735             },
8736             "bin": [
8737                 "bin/highlight-query",
8738                 "bin/lint-query",
8739                 "bin/sql-parser",
8740                 "bin/tokenize-query"
8741             ],
8742             "type": "library",
8743             "autoload": {
8744                 "psr-4": {
8745                     "PhpMyAdmin\\SqlParser\\": "src"
8746                 }
8747             },
8748             "notification-url": "https://packagist.org/downloads/",
8749             "license": [
8750                 "GPL-2.0-or-later"
8751             ],
8752             "authors": [
8753                 {
8754                     "name": "The phpMyAdmin Team",
8755                     "email": "[email protected]",
8756                     "homepage": "https://www.phpmyadmin.net/team/"
8757                 }
8758             ],
8759             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
8760             "homepage": "https://github.com/phpmyadmin/sql-parser",
8761             "keywords": [
8762                 "analysis",
8763                 "lexer",
8764                 "parser",
8765                 "query linter",
8766                 "sql",
8767                 "sql lexer",
8768                 "sql linter",
8769                 "sql parser",
8770                 "sql syntax highlighter",
8771                 "sql tokenizer"
8772             ],
8773             "support": {
8774                 "issues": "https://github.com/phpmyadmin/sql-parser/issues",
8775                 "source": "https://github.com/phpmyadmin/sql-parser"
8776             },
8777             "funding": [
8778                 {
8779                     "url": "https://www.phpmyadmin.net/donate/",
8780                     "type": "other"
8781                 }
8782             ],
8783             "time": "2024-12-05T15:04:09+00:00"
8784         },
8785         {
8786             "name": "phpstan/phpstan",
8787             "version": "1.12.14",
8788             "source": {
8789                 "type": "git",
8790                 "url": "https://github.com/phpstan/phpstan.git",
8791                 "reference": "e73868f809e68fff33be961ad4946e2e43ec9e38"
8792             },
8793             "dist": {
8794                 "type": "zip",
8795                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e73868f809e68fff33be961ad4946e2e43ec9e38",
8796                 "reference": "e73868f809e68fff33be961ad4946e2e43ec9e38",
8797                 "shasum": ""
8798             },
8799             "require": {
8800                 "php": "^7.2|^8.0"
8801             },
8802             "conflict": {
8803                 "phpstan/phpstan-shim": "*"
8804             },
8805             "bin": [
8806                 "phpstan",
8807                 "phpstan.phar"
8808             ],
8809             "type": "library",
8810             "autoload": {
8811                 "files": [
8812                     "bootstrap.php"
8813                 ]
8814             },
8815             "notification-url": "https://packagist.org/downloads/",
8816             "license": [
8817                 "MIT"
8818             ],
8819             "description": "PHPStan - PHP Static Analysis Tool",
8820             "keywords": [
8821                 "dev",
8822                 "static analysis"
8823             ],
8824             "support": {
8825                 "docs": "https://phpstan.org/user-guide/getting-started",
8826                 "forum": "https://github.com/phpstan/phpstan/discussions",
8827                 "issues": "https://github.com/phpstan/phpstan/issues",
8828                 "security": "https://github.com/phpstan/phpstan/security/policy",
8829                 "source": "https://github.com/phpstan/phpstan-src"
8830             },
8831             "funding": [
8832                 {
8833                     "url": "https://github.com/ondrejmirtes",
8834                     "type": "github"
8835                 },
8836                 {
8837                     "url": "https://github.com/phpstan",
8838                     "type": "github"
8839                 }
8840             ],
8841             "time": "2024-12-31T07:26:13+00:00"
8842         },
8843         {
8844             "name": "phpunit/php-code-coverage",
8845             "version": "10.1.16",
8846             "source": {
8847                 "type": "git",
8848                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8849                 "reference": "7e308268858ed6baedc8704a304727d20bc07c77"
8850             },
8851             "dist": {
8852                 "type": "zip",
8853                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77",
8854                 "reference": "7e308268858ed6baedc8704a304727d20bc07c77",
8855                 "shasum": ""
8856             },
8857             "require": {
8858                 "ext-dom": "*",
8859                 "ext-libxml": "*",
8860                 "ext-xmlwriter": "*",
8861                 "nikic/php-parser": "^4.19.1 || ^5.1.0",
8862                 "php": ">=8.1",
8863                 "phpunit/php-file-iterator": "^4.1.0",
8864                 "phpunit/php-text-template": "^3.0.1",
8865                 "sebastian/code-unit-reverse-lookup": "^3.0.0",
8866                 "sebastian/complexity": "^3.2.0",
8867                 "sebastian/environment": "^6.1.0",
8868                 "sebastian/lines-of-code": "^2.0.2",
8869                 "sebastian/version": "^4.0.1",
8870                 "theseer/tokenizer": "^1.2.3"
8871             },
8872             "require-dev": {
8873                 "phpunit/phpunit": "^10.1"
8874             },
8875             "suggest": {
8876                 "ext-pcov": "PHP extension that provides line coverage",
8877                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8878             },
8879             "type": "library",
8880             "extra": {
8881                 "branch-alias": {
8882                     "dev-main": "10.1.x-dev"
8883                 }
8884             },
8885             "autoload": {
8886                 "classmap": [
8887                     "src/"
8888                 ]
8889             },
8890             "notification-url": "https://packagist.org/downloads/",
8891             "license": [
8892                 "BSD-3-Clause"
8893             ],
8894             "authors": [
8895                 {
8896                     "name": "Sebastian Bergmann",
8897                     "email": "[email protected]",
8898                     "role": "lead"
8899                 }
8900             ],
8901             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8902             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8903             "keywords": [
8904                 "coverage",
8905                 "testing",
8906                 "xunit"
8907             ],
8908             "support": {
8909                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8910                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8911                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16"
8912             },
8913             "funding": [
8914                 {
8915                     "url": "https://github.com/sebastianbergmann",
8916                     "type": "github"
8917                 }
8918             ],
8919             "time": "2024-08-22T04:31:57+00:00"
8920         },
8921         {
8922             "name": "phpunit/php-file-iterator",
8923             "version": "4.1.0",
8924             "source": {
8925                 "type": "git",
8926                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8927                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
8928             },
8929             "dist": {
8930                 "type": "zip",
8931                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
8932                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
8933                 "shasum": ""
8934             },
8935             "require": {
8936                 "php": ">=8.1"
8937             },
8938             "require-dev": {
8939                 "phpunit/phpunit": "^10.0"
8940             },
8941             "type": "library",
8942             "extra": {
8943                 "branch-alias": {
8944                     "dev-main": "4.0-dev"
8945                 }
8946             },
8947             "autoload": {
8948                 "classmap": [
8949                     "src/"
8950                 ]
8951             },
8952             "notification-url": "https://packagist.org/downloads/",
8953             "license": [
8954                 "BSD-3-Clause"
8955             ],
8956             "authors": [
8957                 {
8958                     "name": "Sebastian Bergmann",
8959                     "email": "[email protected]",
8960                     "role": "lead"
8961                 }
8962             ],
8963             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8964             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8965             "keywords": [
8966                 "filesystem",
8967                 "iterator"
8968             ],
8969             "support": {
8970                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8971                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
8972                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
8973             },
8974             "funding": [
8975                 {
8976                     "url": "https://github.com/sebastianbergmann",
8977                     "type": "github"
8978                 }
8979             ],
8980             "time": "2023-08-31T06:24:48+00:00"
8981         },
8982         {
8983             "name": "phpunit/php-invoker",
8984             "version": "4.0.0",
8985             "source": {
8986                 "type": "git",
8987                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8988                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
8989             },
8990             "dist": {
8991                 "type": "zip",
8992                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
8993                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
8994                 "shasum": ""
8995             },
8996             "require": {
8997                 "php": ">=8.1"
8998             },
8999             "require-dev": {
9000                 "ext-pcntl": "*",
9001                 "phpunit/phpunit": "^10.0"
9002             },
9003             "suggest": {
9004                 "ext-pcntl": "*"
9005             },
9006             "type": "library",
9007             "extra": {
9008                 "branch-alias": {
9009                     "dev-main": "4.0-dev"
9010                 }
9011             },
9012             "autoload": {
9013                 "classmap": [
9014                     "src/"
9015                 ]
9016             },
9017             "notification-url": "https://packagist.org/downloads/",
9018             "license": [
9019                 "BSD-3-Clause"
9020             ],
9021             "authors": [
9022                 {
9023                     "name": "Sebastian Bergmann",
9024                     "email": "[email protected]",
9025                     "role": "lead"
9026                 }
9027             ],
9028             "description": "Invoke callables with a timeout",
9029             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9030             "keywords": [
9031                 "process"
9032             ],
9033             "support": {
9034                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9035                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
9036             },
9037             "funding": [
9038                 {
9039                     "url": "https://github.com/sebastianbergmann",
9040                     "type": "github"
9041                 }
9042             ],
9043             "time": "2023-02-03T06:56:09+00:00"
9044         },
9045         {
9046             "name": "phpunit/php-text-template",
9047             "version": "3.0.1",
9048             "source": {
9049                 "type": "git",
9050                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9051                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
9052             },
9053             "dist": {
9054                 "type": "zip",
9055                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
9056                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
9057                 "shasum": ""
9058             },
9059             "require": {
9060                 "php": ">=8.1"
9061             },
9062             "require-dev": {
9063                 "phpunit/phpunit": "^10.0"
9064             },
9065             "type": "library",
9066             "extra": {
9067                 "branch-alias": {
9068                     "dev-main": "3.0-dev"
9069                 }
9070             },
9071             "autoload": {
9072                 "classmap": [
9073                     "src/"
9074                 ]
9075             },
9076             "notification-url": "https://packagist.org/downloads/",
9077             "license": [
9078                 "BSD-3-Clause"
9079             ],
9080             "authors": [
9081                 {
9082                     "name": "Sebastian Bergmann",
9083                     "email": "[email protected]",
9084                     "role": "lead"
9085                 }
9086             ],
9087             "description": "Simple template engine.",
9088             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9089             "keywords": [
9090                 "template"
9091             ],
9092             "support": {
9093                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9094                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
9095                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
9096             },
9097             "funding": [
9098                 {
9099                     "url": "https://github.com/sebastianbergmann",
9100                     "type": "github"
9101                 }
9102             ],
9103             "time": "2023-08-31T14:07:24+00:00"
9104         },
9105         {
9106             "name": "phpunit/php-timer",
9107             "version": "6.0.0",
9108             "source": {
9109                 "type": "git",
9110                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9111                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
9112             },
9113             "dist": {
9114                 "type": "zip",
9115                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
9116                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
9117                 "shasum": ""
9118             },
9119             "require": {
9120                 "php": ">=8.1"
9121             },
9122             "require-dev": {
9123                 "phpunit/phpunit": "^10.0"
9124             },
9125             "type": "library",
9126             "extra": {
9127                 "branch-alias": {
9128                     "dev-main": "6.0-dev"
9129                 }
9130             },
9131             "autoload": {
9132                 "classmap": [
9133                     "src/"
9134                 ]
9135             },
9136             "notification-url": "https://packagist.org/downloads/",
9137             "license": [
9138                 "BSD-3-Clause"
9139             ],
9140             "authors": [
9141                 {
9142                     "name": "Sebastian Bergmann",
9143                     "email": "[email protected]",
9144                     "role": "lead"
9145                 }
9146             ],
9147             "description": "Utility class for timing",
9148             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9149             "keywords": [
9150                 "timer"
9151             ],
9152             "support": {
9153                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9154                 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
9155             },
9156             "funding": [
9157                 {
9158                     "url": "https://github.com/sebastianbergmann",
9159                     "type": "github"
9160                 }
9161             ],
9162             "time": "2023-02-03T06:57:52+00:00"
9163         },
9164         {
9165             "name": "phpunit/phpunit",
9166             "version": "10.5.40",
9167             "source": {
9168                 "type": "git",
9169                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9170                 "reference": "e6ddda95af52f69c1e0c7b4f977cccb58048798c"
9171             },
9172             "dist": {
9173                 "type": "zip",
9174                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e6ddda95af52f69c1e0c7b4f977cccb58048798c",
9175                 "reference": "e6ddda95af52f69c1e0c7b4f977cccb58048798c",
9176                 "shasum": ""
9177             },
9178             "require": {
9179                 "ext-dom": "*",
9180                 "ext-json": "*",
9181                 "ext-libxml": "*",
9182                 "ext-mbstring": "*",
9183                 "ext-xml": "*",
9184                 "ext-xmlwriter": "*",
9185                 "myclabs/deep-copy": "^1.12.1",
9186                 "phar-io/manifest": "^2.0.4",
9187                 "phar-io/version": "^3.2.1",
9188                 "php": ">=8.1",
9189                 "phpunit/php-code-coverage": "^10.1.16",
9190                 "phpunit/php-file-iterator": "^4.1.0",
9191                 "phpunit/php-invoker": "^4.0.0",
9192                 "phpunit/php-text-template": "^3.0.1",
9193                 "phpunit/php-timer": "^6.0.0",
9194                 "sebastian/cli-parser": "^2.0.1",
9195                 "sebastian/code-unit": "^2.0.0",
9196                 "sebastian/comparator": "^5.0.3",
9197                 "sebastian/diff": "^5.1.1",
9198                 "sebastian/environment": "^6.1.0",
9199                 "sebastian/exporter": "^5.1.2",
9200                 "sebastian/global-state": "^6.0.2",
9201                 "sebastian/object-enumerator": "^5.0.0",
9202                 "sebastian/recursion-context": "^5.0.0",
9203                 "sebastian/type": "^4.0.0",
9204                 "sebastian/version": "^4.0.1"
9205             },
9206             "suggest": {
9207                 "ext-soap": "To be able to generate mocks based on WSDL files"
9208             },
9209             "bin": [
9210                 "phpunit"
9211             ],
9212             "type": "library",
9213             "extra": {
9214                 "branch-alias": {
9215                     "dev-main": "10.5-dev"
9216                 }
9217             },
9218             "autoload": {
9219                 "files": [
9220                     "src/Framework/Assert/Functions.php"
9221                 ],
9222                 "classmap": [
9223                     "src/"
9224                 ]
9225             },
9226             "notification-url": "https://packagist.org/downloads/",
9227             "license": [
9228                 "BSD-3-Clause"
9229             ],
9230             "authors": [
9231                 {
9232                     "name": "Sebastian Bergmann",
9233                     "email": "[email protected]",
9234                     "role": "lead"
9235                 }
9236             ],
9237             "description": "The PHP Unit Testing framework.",
9238             "homepage": "https://phpunit.de/",
9239             "keywords": [
9240                 "phpunit",
9241                 "testing",
9242                 "xunit"
9243             ],
9244             "support": {
9245                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9246                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9247                 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.40"
9248             },
9249             "funding": [
9250                 {
9251                     "url": "https://phpunit.de/sponsors.html",
9252                     "type": "custom"
9253                 },
9254                 {
9255                     "url": "https://github.com/sebastianbergmann",
9256                     "type": "github"
9257                 },
9258                 {
9259                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9260                     "type": "tidelift"
9261                 }
9262             ],
9263             "time": "2024-12-21T05:49:06+00:00"
9264         },
9265         {
9266             "name": "sebastian/cli-parser",
9267             "version": "2.0.1",
9268             "source": {
9269                 "type": "git",
9270                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9271                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
9272             },
9273             "dist": {
9274                 "type": "zip",
9275                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
9276                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
9277                 "shasum": ""
9278             },
9279             "require": {
9280                 "php": ">=8.1"
9281             },
9282             "require-dev": {
9283                 "phpunit/phpunit": "^10.0"
9284             },
9285             "type": "library",
9286             "extra": {
9287                 "branch-alias": {
9288                     "dev-main": "2.0-dev"
9289                 }
9290             },
9291             "autoload": {
9292                 "classmap": [
9293                     "src/"
9294                 ]
9295             },
9296             "notification-url": "https://packagist.org/downloads/",
9297             "license": [
9298                 "BSD-3-Clause"
9299             ],
9300             "authors": [
9301                 {
9302                     "name": "Sebastian Bergmann",
9303                     "email": "[email protected]",
9304                     "role": "lead"
9305                 }
9306             ],
9307             "description": "Library for parsing CLI options",
9308             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9309             "support": {
9310                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9311                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9312                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
9313             },
9314             "funding": [
9315                 {
9316                     "url": "https://github.com/sebastianbergmann",
9317                     "type": "github"
9318                 }
9319             ],
9320             "time": "2024-03-02T07:12:49+00:00"
9321         },
9322         {
9323             "name": "sebastian/code-unit",
9324             "version": "2.0.0",
9325             "source": {
9326                 "type": "git",
9327                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9328                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
9329             },
9330             "dist": {
9331                 "type": "zip",
9332                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
9333                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
9334                 "shasum": ""
9335             },
9336             "require": {
9337                 "php": ">=8.1"
9338             },
9339             "require-dev": {
9340                 "phpunit/phpunit": "^10.0"
9341             },
9342             "type": "library",
9343             "extra": {
9344                 "branch-alias": {
9345                     "dev-main": "2.0-dev"
9346                 }
9347             },
9348             "autoload": {
9349                 "classmap": [
9350                     "src/"
9351                 ]
9352             },
9353             "notification-url": "https://packagist.org/downloads/",
9354             "license": [
9355                 "BSD-3-Clause"
9356             ],
9357             "authors": [
9358                 {
9359                     "name": "Sebastian Bergmann",
9360                     "email": "[email protected]",
9361                     "role": "lead"
9362                 }
9363             ],
9364             "description": "Collection of value objects that represent the PHP code units",
9365             "homepage": "https://github.com/sebastianbergmann/code-unit",
9366             "support": {
9367                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9368                 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
9369             },
9370             "funding": [
9371                 {
9372                     "url": "https://github.com/sebastianbergmann",
9373                     "type": "github"
9374                 }
9375             ],
9376             "time": "2023-02-03T06:58:43+00:00"
9377         },
9378         {
9379             "name": "sebastian/code-unit-reverse-lookup",
9380             "version": "3.0.0",
9381             "source": {
9382                 "type": "git",
9383                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9384                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
9385             },
9386             "dist": {
9387                 "type": "zip",
9388                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
9389                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
9390                 "shasum": ""
9391             },
9392             "require": {
9393                 "php": ">=8.1"
9394             },
9395             "require-dev": {
9396                 "phpunit/phpunit": "^10.0"
9397             },
9398             "type": "library",
9399             "extra": {
9400                 "branch-alias": {
9401                     "dev-main": "3.0-dev"
9402                 }
9403             },
9404             "autoload": {
9405                 "classmap": [
9406                     "src/"
9407                 ]
9408             },
9409             "notification-url": "https://packagist.org/downloads/",
9410             "license": [
9411                 "BSD-3-Clause"
9412             ],
9413             "authors": [
9414                 {
9415                     "name": "Sebastian Bergmann",
9416                     "email": "[email protected]"
9417                 }
9418             ],
9419             "description": "Looks up which function or method a line of code belongs to",
9420             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9421             "support": {
9422                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9423                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
9424             },
9425             "funding": [
9426                 {
9427                     "url": "https://github.com/sebastianbergmann",
9428                     "type": "github"
9429                 }
9430             ],
9431             "time": "2023-02-03T06:59:15+00:00"
9432         },
9433         {
9434             "name": "sebastian/comparator",
9435             "version": "5.0.3",
9436             "source": {
9437                 "type": "git",
9438                 "url": "https://github.com/sebastianbergmann/comparator.git",
9439                 "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e"
9440             },
9441             "dist": {
9442                 "type": "zip",
9443                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
9444                 "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
9445                 "shasum": ""
9446             },
9447             "require": {
9448                 "ext-dom": "*",
9449                 "ext-mbstring": "*",
9450                 "php": ">=8.1",
9451                 "sebastian/diff": "^5.0",
9452                 "sebastian/exporter": "^5.0"
9453             },
9454             "require-dev": {
9455                 "phpunit/phpunit": "^10.5"
9456             },
9457             "type": "library",
9458             "extra": {
9459                 "branch-alias": {
9460                     "dev-main": "5.0-dev"
9461                 }
9462             },
9463             "autoload": {
9464                 "classmap": [
9465                     "src/"
9466                 ]
9467             },
9468             "notification-url": "https://packagist.org/downloads/",
9469             "license": [
9470                 "BSD-3-Clause"
9471             ],
9472             "authors": [
9473                 {
9474                     "name": "Sebastian Bergmann",
9475                     "email": "[email protected]"
9476                 },
9477                 {
9478                     "name": "Jeff Welch",
9479                     "email": "[email protected]"
9480                 },
9481                 {
9482                     "name": "Volker Dusch",
9483                     "email": "[email protected]"
9484                 },
9485                 {
9486                     "name": "Bernhard Schussek",
9487                     "email": "[email protected]"
9488                 }
9489             ],
9490             "description": "Provides the functionality to compare PHP values for equality",
9491             "homepage": "https://github.com/sebastianbergmann/comparator",
9492             "keywords": [
9493                 "comparator",
9494                 "compare",
9495                 "equality"
9496             ],
9497             "support": {
9498                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9499                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9500                 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3"
9501             },
9502             "funding": [
9503                 {
9504                     "url": "https://github.com/sebastianbergmann",
9505                     "type": "github"
9506                 }
9507             ],
9508             "time": "2024-10-18T14:56:07+00:00"
9509         },
9510         {
9511             "name": "sebastian/complexity",
9512             "version": "3.2.0",
9513             "source": {
9514                 "type": "git",
9515                 "url": "https://github.com/sebastianbergmann/complexity.git",
9516                 "reference": "68ff824baeae169ec9f2137158ee529584553799"
9517             },
9518             "dist": {
9519                 "type": "zip",
9520                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
9521                 "reference": "68ff824baeae169ec9f2137158ee529584553799",
9522                 "shasum": ""
9523             },
9524             "require": {
9525                 "nikic/php-parser": "^4.18 || ^5.0",
9526                 "php": ">=8.1"
9527             },
9528             "require-dev": {
9529                 "phpunit/phpunit": "^10.0"
9530             },
9531             "type": "library",
9532             "extra": {
9533                 "branch-alias": {
9534                     "dev-main": "3.2-dev"
9535                 }
9536             },
9537             "autoload": {
9538                 "classmap": [
9539                     "src/"
9540                 ]
9541             },
9542             "notification-url": "https://packagist.org/downloads/",
9543             "license": [
9544                 "BSD-3-Clause"
9545             ],
9546             "authors": [
9547                 {
9548                     "name": "Sebastian Bergmann",
9549                     "email": "[email protected]",
9550                     "role": "lead"
9551                 }
9552             ],
9553             "description": "Library for calculating the complexity of PHP code units",
9554             "homepage": "https://github.com/sebastianbergmann/complexity",
9555             "support": {
9556                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9557                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9558                 "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
9559             },
9560             "funding": [
9561                 {
9562                     "url": "https://github.com/sebastianbergmann",
9563                     "type": "github"
9564                 }
9565             ],
9566             "time": "2023-12-21T08:37:17+00:00"
9567         },
9568         {
9569             "name": "sebastian/diff",
9570             "version": "5.1.1",
9571             "source": {
9572                 "type": "git",
9573                 "url": "https://github.com/sebastianbergmann/diff.git",
9574                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
9575             },
9576             "dist": {
9577                 "type": "zip",
9578                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
9579                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
9580                 "shasum": ""
9581             },
9582             "require": {
9583                 "php": ">=8.1"
9584             },
9585             "require-dev": {
9586                 "phpunit/phpunit": "^10.0",
9587                 "symfony/process": "^6.4"
9588             },
9589             "type": "library",
9590             "extra": {
9591                 "branch-alias": {
9592                     "dev-main": "5.1-dev"
9593                 }
9594             },
9595             "autoload": {
9596                 "classmap": [
9597                     "src/"
9598                 ]
9599             },
9600             "notification-url": "https://packagist.org/downloads/",
9601             "license": [
9602                 "BSD-3-Clause"
9603             ],
9604             "authors": [
9605                 {
9606                     "name": "Sebastian Bergmann",
9607                     "email": "[email protected]"
9608                 },
9609                 {
9610                     "name": "Kore Nordmann",
9611                     "email": "[email protected]"
9612                 }
9613             ],
9614             "description": "Diff implementation",
9615             "homepage": "https://github.com/sebastianbergmann/diff",
9616             "keywords": [
9617                 "diff",
9618                 "udiff",
9619                 "unidiff",
9620                 "unified diff"
9621             ],
9622             "support": {
9623                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9624                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9625                 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
9626             },
9627             "funding": [
9628                 {
9629                     "url": "https://github.com/sebastianbergmann",
9630                     "type": "github"
9631                 }
9632             ],
9633             "time": "2024-03-02T07:15:17+00:00"
9634         },
9635         {
9636             "name": "sebastian/environment",
9637             "version": "6.1.0",
9638             "source": {
9639                 "type": "git",
9640                 "url": "https://github.com/sebastianbergmann/environment.git",
9641                 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
9642             },
9643             "dist": {
9644                 "type": "zip",
9645                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
9646                 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
9647                 "shasum": ""
9648             },
9649             "require": {
9650                 "php": ">=8.1"
9651             },
9652             "require-dev": {
9653                 "phpunit/phpunit": "^10.0"
9654             },
9655             "suggest": {
9656                 "ext-posix": "*"
9657             },
9658             "type": "library",
9659             "extra": {
9660                 "branch-alias": {
9661                     "dev-main": "6.1-dev"
9662                 }
9663             },
9664             "autoload": {
9665                 "classmap": [
9666                     "src/"
9667                 ]
9668             },
9669             "notification-url": "https://packagist.org/downloads/",
9670             "license": [
9671                 "BSD-3-Clause"
9672             ],
9673             "authors": [
9674                 {
9675                     "name": "Sebastian Bergmann",
9676                     "email": "[email protected]"
9677                 }
9678             ],
9679             "description": "Provides functionality to handle HHVM/PHP environments",
9680             "homepage": "https://github.com/sebastianbergmann/environment",
9681             "keywords": [
9682                 "Xdebug",
9683                 "environment",
9684                 "hhvm"
9685             ],
9686             "support": {
9687                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9688                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9689                 "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
9690             },
9691             "funding": [
9692                 {
9693                     "url": "https://github.com/sebastianbergmann",
9694                     "type": "github"
9695                 }
9696             ],
9697             "time": "2024-03-23T08:47:14+00:00"
9698         },
9699         {
9700             "name": "sebastian/exporter",
9701             "version": "5.1.2",
9702             "source": {
9703                 "type": "git",
9704                 "url": "https://github.com/sebastianbergmann/exporter.git",
9705                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
9706             },
9707             "dist": {
9708                 "type": "zip",
9709                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
9710                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
9711                 "shasum": ""
9712             },
9713             "require": {
9714                 "ext-mbstring": "*",
9715                 "php": ">=8.1",
9716                 "sebastian/recursion-context": "^5.0"
9717             },
9718             "require-dev": {
9719                 "phpunit/phpunit": "^10.0"
9720             },
9721             "type": "library",
9722             "extra": {
9723                 "branch-alias": {
9724                     "dev-main": "5.1-dev"
9725                 }
9726             },
9727             "autoload": {
9728                 "classmap": [
9729                     "src/"
9730                 ]
9731             },
9732             "notification-url": "https://packagist.org/downloads/",
9733             "license": [
9734                 "BSD-3-Clause"
9735             ],
9736             "authors": [
9737                 {
9738                     "name": "Sebastian Bergmann",
9739                     "email": "[email protected]"
9740                 },
9741                 {
9742                     "name": "Jeff Welch",
9743                     "email": "[email protected]"
9744                 },
9745                 {
9746                     "name": "Volker Dusch",
9747                     "email": "[email protected]"
9748                 },
9749                 {
9750                     "name": "Adam Harvey",
9751                     "email": "[email protected]"
9752                 },
9753                 {
9754                     "name": "Bernhard Schussek",
9755                     "email": "[email protected]"
9756                 }
9757             ],
9758             "description": "Provides the functionality to export PHP variables for visualization",
9759             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9760             "keywords": [
9761                 "export",
9762                 "exporter"
9763             ],
9764             "support": {
9765                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9766                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9767                 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
9768             },
9769             "funding": [
9770                 {
9771                     "url": "https://github.com/sebastianbergmann",
9772                     "type": "github"
9773                 }
9774             ],
9775             "time": "2024-03-02T07:17:12+00:00"
9776         },
9777         {
9778             "name": "sebastian/global-state",
9779             "version": "6.0.2",
9780             "source": {
9781                 "type": "git",
9782                 "url": "https://github.com/sebastianbergmann/global-state.git",
9783                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
9784             },
9785             "dist": {
9786                 "type": "zip",
9787                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
9788                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
9789                 "shasum": ""
9790             },
9791             "require": {
9792                 "php": ">=8.1",
9793                 "sebastian/object-reflector": "^3.0",
9794                 "sebastian/recursion-context": "^5.0"
9795             },
9796             "require-dev": {
9797                 "ext-dom": "*",
9798                 "phpunit/phpunit": "^10.0"
9799             },
9800             "type": "library",
9801             "extra": {
9802                 "branch-alias": {
9803                     "dev-main": "6.0-dev"
9804                 }
9805             },
9806             "autoload": {
9807                 "classmap": [
9808                     "src/"
9809                 ]
9810             },
9811             "notification-url": "https://packagist.org/downloads/",
9812             "license": [
9813                 "BSD-3-Clause"
9814             ],
9815             "authors": [
9816                 {
9817                     "name": "Sebastian Bergmann",
9818                     "email": "[email protected]"
9819                 }
9820             ],
9821             "description": "Snapshotting of global state",
9822             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9823             "keywords": [
9824                 "global state"
9825             ],
9826             "support": {
9827                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9828                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9829                 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
9830             },
9831             "funding": [
9832                 {
9833                     "url": "https://github.com/sebastianbergmann",
9834                     "type": "github"
9835                 }
9836             ],
9837             "time": "2024-03-02T07:19:19+00:00"
9838         },
9839         {
9840             "name": "sebastian/lines-of-code",
9841             "version": "2.0.2",
9842             "source": {
9843                 "type": "git",
9844                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9845                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
9846             },
9847             "dist": {
9848                 "type": "zip",
9849                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
9850                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
9851                 "shasum": ""
9852             },
9853             "require": {
9854                 "nikic/php-parser": "^4.18 || ^5.0",
9855                 "php": ">=8.1"
9856             },
9857             "require-dev": {
9858                 "phpunit/phpunit": "^10.0"
9859             },
9860             "type": "library",
9861             "extra": {
9862                 "branch-alias": {
9863                     "dev-main": "2.0-dev"
9864                 }
9865             },
9866             "autoload": {
9867                 "classmap": [
9868                     "src/"
9869                 ]
9870             },
9871             "notification-url": "https://packagist.org/downloads/",
9872             "license": [
9873                 "BSD-3-Clause"
9874             ],
9875             "authors": [
9876                 {
9877                     "name": "Sebastian Bergmann",
9878                     "email": "[email protected]",
9879                     "role": "lead"
9880                 }
9881             ],
9882             "description": "Library for counting the lines of code in PHP source code",
9883             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9884             "support": {
9885                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9886                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9887                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
9888             },
9889             "funding": [
9890                 {
9891                     "url": "https://github.com/sebastianbergmann",
9892                     "type": "github"
9893                 }
9894             ],
9895             "time": "2023-12-21T08:38:20+00:00"
9896         },
9897         {
9898             "name": "sebastian/object-enumerator",
9899             "version": "5.0.0",
9900             "source": {
9901                 "type": "git",
9902                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9903                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
9904             },
9905             "dist": {
9906                 "type": "zip",
9907                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
9908                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
9909                 "shasum": ""
9910             },
9911             "require": {
9912                 "php": ">=8.1",
9913                 "sebastian/object-reflector": "^3.0",
9914                 "sebastian/recursion-context": "^5.0"
9915             },
9916             "require-dev": {
9917                 "phpunit/phpunit": "^10.0"
9918             },
9919             "type": "library",
9920             "extra": {
9921                 "branch-alias": {
9922                     "dev-main": "5.0-dev"
9923                 }
9924             },
9925             "autoload": {
9926                 "classmap": [
9927                     "src/"
9928                 ]
9929             },
9930             "notification-url": "https://packagist.org/downloads/",
9931             "license": [
9932                 "BSD-3-Clause"
9933             ],
9934             "authors": [
9935                 {
9936                     "name": "Sebastian Bergmann",
9937                     "email": "[email protected]"
9938                 }
9939             ],
9940             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9941             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9942             "support": {
9943                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9944                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
9945             },
9946             "funding": [
9947                 {
9948                     "url": "https://github.com/sebastianbergmann",
9949                     "type": "github"
9950                 }
9951             ],
9952             "time": "2023-02-03T07:08:32+00:00"
9953         },
9954         {
9955             "name": "sebastian/object-reflector",
9956             "version": "3.0.0",
9957             "source": {
9958                 "type": "git",
9959                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9960                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
9961             },
9962             "dist": {
9963                 "type": "zip",
9964                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
9965                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
9966                 "shasum": ""
9967             },
9968             "require": {
9969                 "php": ">=8.1"
9970             },
9971             "require-dev": {
9972                 "phpunit/phpunit": "^10.0"
9973             },
9974             "type": "library",
9975             "extra": {
9976                 "branch-alias": {
9977                     "dev-main": "3.0-dev"
9978                 }
9979             },
9980             "autoload": {
9981                 "classmap": [
9982                     "src/"
9983                 ]
9984             },
9985             "notification-url": "https://packagist.org/downloads/",
9986             "license": [
9987                 "BSD-3-Clause"
9988             ],
9989             "authors": [
9990                 {
9991                     "name": "Sebastian Bergmann",
9992                     "email": "[email protected]"
9993                 }
9994             ],
9995             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9996             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9997             "support": {
9998                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9999                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
10000             },
10001             "funding": [
10002                 {
10003                     "url": "https://github.com/sebastianbergmann",
10004                     "type": "github"
10005                 }
10006             ],
10007             "time": "2023-02-03T07:06:18+00:00"
10008         },
10009         {
10010             "name": "sebastian/recursion-context",
10011             "version": "5.0.0",
10012             "source": {
10013                 "type": "git",
10014                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10015                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
10016             },
10017             "dist": {
10018                 "type": "zip",
10019                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
10020                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
10021                 "shasum": ""
10022             },
10023             "require": {
10024                 "php": ">=8.1"
10025             },
10026             "require-dev": {
10027                 "phpunit/phpunit": "^10.0"
10028             },
10029             "type": "library",
10030             "extra": {
10031                 "branch-alias": {
10032                     "dev-main": "5.0-dev"
10033                 }
10034             },
10035             "autoload": {
10036                 "classmap": [
10037                     "src/"
10038                 ]
10039             },
10040             "notification-url": "https://packagist.org/downloads/",
10041             "license": [
10042                 "BSD-3-Clause"
10043             ],
10044             "authors": [
10045                 {
10046                     "name": "Sebastian Bergmann",
10047                     "email": "[email protected]"
10048                 },
10049                 {
10050                     "name": "Jeff Welch",
10051                     "email": "[email protected]"
10052                 },
10053                 {
10054                     "name": "Adam Harvey",
10055                     "email": "[email protected]"
10056                 }
10057             ],
10058             "description": "Provides functionality to recursively process PHP variables",
10059             "homepage": "https://github.com/sebastianbergmann/recursion-context",
10060             "support": {
10061                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10062                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
10063             },
10064             "funding": [
10065                 {
10066                     "url": "https://github.com/sebastianbergmann",
10067                     "type": "github"
10068                 }
10069             ],
10070             "time": "2023-02-03T07:05:40+00:00"
10071         },
10072         {
10073             "name": "sebastian/type",
10074             "version": "4.0.0",
10075             "source": {
10076                 "type": "git",
10077                 "url": "https://github.com/sebastianbergmann/type.git",
10078                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
10079             },
10080             "dist": {
10081                 "type": "zip",
10082                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
10083                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
10084                 "shasum": ""
10085             },
10086             "require": {
10087                 "php": ">=8.1"
10088             },
10089             "require-dev": {
10090                 "phpunit/phpunit": "^10.0"
10091             },
10092             "type": "library",
10093             "extra": {
10094                 "branch-alias": {
10095                     "dev-main": "4.0-dev"
10096                 }
10097             },
10098             "autoload": {
10099                 "classmap": [
10100                     "src/"
10101                 ]
10102             },
10103             "notification-url": "https://packagist.org/downloads/",
10104             "license": [
10105                 "BSD-3-Clause"
10106             ],
10107             "authors": [
10108                 {
10109                     "name": "Sebastian Bergmann",
10110                     "email": "[email protected]",
10111                     "role": "lead"
10112                 }
10113             ],
10114             "description": "Collection of value objects that represent the types of the PHP type system",
10115             "homepage": "https://github.com/sebastianbergmann/type",
10116             "support": {
10117                 "issues": "https://github.com/sebastianbergmann/type/issues",
10118                 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
10119             },
10120             "funding": [
10121                 {
10122                     "url": "https://github.com/sebastianbergmann",
10123                     "type": "github"
10124                 }
10125             ],
10126             "time": "2023-02-03T07:10:45+00:00"
10127         },
10128         {
10129             "name": "sebastian/version",
10130             "version": "4.0.1",
10131             "source": {
10132                 "type": "git",
10133                 "url": "https://github.com/sebastianbergmann/version.git",
10134                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
10135             },
10136             "dist": {
10137                 "type": "zip",
10138                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
10139                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
10140                 "shasum": ""
10141             },
10142             "require": {
10143                 "php": ">=8.1"
10144             },
10145             "type": "library",
10146             "extra": {
10147                 "branch-alias": {
10148                     "dev-main": "4.0-dev"
10149                 }
10150             },
10151             "autoload": {
10152                 "classmap": [
10153                     "src/"
10154                 ]
10155             },
10156             "notification-url": "https://packagist.org/downloads/",
10157             "license": [
10158                 "BSD-3-Clause"
10159             ],
10160             "authors": [
10161                 {
10162                     "name": "Sebastian Bergmann",
10163                     "email": "[email protected]",
10164                     "role": "lead"
10165                 }
10166             ],
10167             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10168             "homepage": "https://github.com/sebastianbergmann/version",
10169             "support": {
10170                 "issues": "https://github.com/sebastianbergmann/version/issues",
10171                 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
10172             },
10173             "funding": [
10174                 {
10175                     "url": "https://github.com/sebastianbergmann",
10176                     "type": "github"
10177                 }
10178             ],
10179             "time": "2023-02-07T11:34:05+00:00"
10180         },
10181         {
10182             "name": "squizlabs/php_codesniffer",
10183             "version": "3.11.2",
10184             "source": {
10185                 "type": "git",
10186                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10187                 "reference": "1368f4a58c3c52114b86b1abe8f4098869cb0079"
10188             },
10189             "dist": {
10190                 "type": "zip",
10191                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/1368f4a58c3c52114b86b1abe8f4098869cb0079",
10192                 "reference": "1368f4a58c3c52114b86b1abe8f4098869cb0079",
10193                 "shasum": ""
10194             },
10195             "require": {
10196                 "ext-simplexml": "*",
10197                 "ext-tokenizer": "*",
10198                 "ext-xmlwriter": "*",
10199                 "php": ">=5.4.0"
10200             },
10201             "require-dev": {
10202                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10203             },
10204             "bin": [
10205                 "bin/phpcbf",
10206                 "bin/phpcs"
10207             ],
10208             "type": "library",
10209             "extra": {
10210                 "branch-alias": {
10211                     "dev-master": "3.x-dev"
10212                 }
10213             },
10214             "notification-url": "https://packagist.org/downloads/",
10215             "license": [
10216                 "BSD-3-Clause"
10217             ],
10218             "authors": [
10219                 {
10220                     "name": "Greg Sherwood",
10221                     "role": "Former lead"
10222                 },
10223                 {
10224                     "name": "Juliette Reinders Folmer",
10225                     "role": "Current lead"
10226                 },
10227                 {
10228                     "name": "Contributors",
10229                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10230                 }
10231             ],
10232             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10233             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10234             "keywords": [
10235                 "phpcs",
10236                 "standards",
10237                 "static analysis"
10238             ],
10239             "support": {
10240                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10241                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10242                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10243                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10244             },
10245             "funding": [
10246                 {
10247                     "url": "https://github.com/PHPCSStandards",
10248                     "type": "github"
10249                 },
10250                 {
10251                     "url": "https://github.com/jrfnl",
10252                     "type": "github"
10253                 },
10254                 {
10255                     "url": "https://opencollective.com/php_codesniffer",
10256                     "type": "open_collective"
10257                 }
10258             ],
10259             "time": "2024-12-11T16:04:26+00:00"
10260         },
10261         {
10262             "name": "ssddanbrown/asserthtml",
10263             "version": "v3.0.1",
10264             "source": {
10265                 "type": "git",
10266                 "url": "https://codeberg.org/danb/asserthtml",
10267                 "reference": "31b3035b5533ae80ab16c80d3774dd840dbfd079"
10268             },
10269             "dist": {
10270                 "type": "zip",
10271                 "url": "https://codeberg.org/api/v1/repos/danb/asserthtml/archive/%prettyVersion%.zip"
10272             },
10273             "require": {
10274                 "ext-dom": "*",
10275                 "ext-json": "*",
10276                 "php": ">=8.1",
10277                 "phpunit/phpunit": "^10.0",
10278                 "symfony/css-selector": "^6.0",
10279                 "symfony/dom-crawler": "^6.0"
10280             },
10281             "require-dev": {
10282                 "phpstan/phpstan": "^1.10"
10283             },
10284             "type": "library",
10285             "autoload": {
10286                 "psr-4": {
10287                     "Ssddanbrown\\AssertHtml\\": "src"
10288                 }
10289             },
10290             "notification-url": "https://packagist.org/downloads/",
10291             "license": [
10292                 "MIT"
10293             ],
10294             "authors": [
10295                 {
10296                     "name": "Dan Brown",
10297                     "homepage": "https://danb.me",
10298                     "role": "Developer"
10299                 }
10300             ],
10301             "description": "HTML Content Assertions for PHPUnit",
10302             "homepage": "https://codeberg.org/danb/asserthtml",
10303             "time": "2024-12-28T15:15:02+00:00"
10304         },
10305         {
10306             "name": "symfony/dom-crawler",
10307             "version": "v6.4.16",
10308             "source": {
10309                 "type": "git",
10310                 "url": "https://github.com/symfony/dom-crawler.git",
10311                 "reference": "4304e6ad5c894a9c72831ad459f627bfd35d766d"
10312             },
10313             "dist": {
10314                 "type": "zip",
10315                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4304e6ad5c894a9c72831ad459f627bfd35d766d",
10316                 "reference": "4304e6ad5c894a9c72831ad459f627bfd35d766d",
10317                 "shasum": ""
10318             },
10319             "require": {
10320                 "masterminds/html5": "^2.6",
10321                 "php": ">=8.1",
10322                 "symfony/polyfill-ctype": "~1.8",
10323                 "symfony/polyfill-mbstring": "~1.0"
10324             },
10325             "require-dev": {
10326                 "symfony/css-selector": "^5.4|^6.0|^7.0"
10327             },
10328             "type": "library",
10329             "autoload": {
10330                 "psr-4": {
10331                     "Symfony\\Component\\DomCrawler\\": ""
10332                 },
10333                 "exclude-from-classmap": [
10334                     "/Tests/"
10335                 ]
10336             },
10337             "notification-url": "https://packagist.org/downloads/",
10338             "license": [
10339                 "MIT"
10340             ],
10341             "authors": [
10342                 {
10343                     "name": "Fabien Potencier",
10344                     "email": "[email protected]"
10345                 },
10346                 {
10347                     "name": "Symfony Community",
10348                     "homepage": "https://symfony.com/contributors"
10349                 }
10350             ],
10351             "description": "Eases DOM navigation for HTML and XML documents",
10352             "homepage": "https://symfony.com",
10353             "support": {
10354                 "source": "https://github.com/symfony/dom-crawler/tree/v6.4.16"
10355             },
10356             "funding": [
10357                 {
10358                     "url": "https://symfony.com/sponsor",
10359                     "type": "custom"
10360                 },
10361                 {
10362                     "url": "https://github.com/fabpot",
10363                     "type": "github"
10364                 },
10365                 {
10366                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10367                     "type": "tidelift"
10368                 }
10369             ],
10370             "time": "2024-11-13T15:06:22+00:00"
10371         },
10372         {
10373             "name": "theseer/tokenizer",
10374             "version": "1.2.3",
10375             "source": {
10376                 "type": "git",
10377                 "url": "https://github.com/theseer/tokenizer.git",
10378                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10379             },
10380             "dist": {
10381                 "type": "zip",
10382                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10383                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10384                 "shasum": ""
10385             },
10386             "require": {
10387                 "ext-dom": "*",
10388                 "ext-tokenizer": "*",
10389                 "ext-xmlwriter": "*",
10390                 "php": "^7.2 || ^8.0"
10391             },
10392             "type": "library",
10393             "autoload": {
10394                 "classmap": [
10395                     "src/"
10396                 ]
10397             },
10398             "notification-url": "https://packagist.org/downloads/",
10399             "license": [
10400                 "BSD-3-Clause"
10401             ],
10402             "authors": [
10403                 {
10404                     "name": "Arne Blankerts",
10405                     "email": "[email protected]",
10406                     "role": "Developer"
10407                 }
10408             ],
10409             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10410             "support": {
10411                 "issues": "https://github.com/theseer/tokenizer/issues",
10412                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10413             },
10414             "funding": [
10415                 {
10416                     "url": "https://github.com/theseer",
10417                     "type": "github"
10418                 }
10419             ],
10420             "time": "2024-03-03T12:36:25+00:00"
10421         }
10422     ],
10423     "aliases": [],
10424     "minimum-stability": "stable",
10425     "stability-flags": {
10426         "ssddanbrown/symfony-mailer": 20
10427     },
10428     "prefer-stable": true,
10429     "prefer-lowest": false,
10430     "platform": {
10431         "php": "^8.1.0",
10432         "ext-curl": "*",
10433         "ext-dom": "*",
10434         "ext-fileinfo": "*",
10435         "ext-gd": "*",
10436         "ext-json": "*",
10437         "ext-mbstring": "*",
10438         "ext-xml": "*",
10439         "ext-zip": "*"
10440     },
10441     "platform-dev": {},
10442     "platform-overrides": {
10443         "php": "8.1.0"
10444     },
10445     "plugin-api-version": "2.6.0"
10446 }