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