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