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