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