]> BookStack Code Mirror - bookstack/blob - composer.lock
Deps: Updated composer dependencies
[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.305.9",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/aws/aws-sdk-php.git",
69                 "reference": "a611af9a40a5d93f2f04427b322dbb6044e90327"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a611af9a40a5d93f2f04427b322dbb6044e90327",
74                 "reference": "a611af9a40a5d93f2f04427b322dbb6044e90327",
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.305.9"
155             },
156             "time": "2024-05-03T18:09:03+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.0",
722             "source": {
723                 "type": "git",
724                 "url": "https://github.com/doctrine/event-manager.git",
725                 "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
726             },
727             "dist": {
728                 "type": "zip",
729                 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
730                 "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
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": "^10",
741                 "phpstan/phpstan": "^1.8.8",
742                 "phpunit/phpunit": "^9.5",
743                 "vimeo/psalm": "^4.28"
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.0"
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": "2022-10-12T20:59:15+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.0",
1171             "source": {
1172                 "type": "git",
1173                 "url": "https://github.com/firebase/php-jwt.git",
1174                 "reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
1175             },
1176             "dist": {
1177                 "type": "zip",
1178                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff",
1179                 "reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
1180                 "shasum": ""
1181             },
1182             "require": {
1183                 "php": "^7.4||^8.0"
1184             },
1185             "require-dev": {
1186                 "guzzlehttp/guzzle": "^6.5||^7.4",
1187                 "phpspec/prophecy-phpunit": "^2.0",
1188                 "phpunit/phpunit": "^9.5",
1189                 "psr/cache": "^1.0||^2.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.0"
1228             },
1229             "time": "2023-12-01T16:26:39+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.3",
1842             "source": {
1843                 "type": "git",
1844                 "url": "https://github.com/Intervention/image.git",
1845                 "reference": "2dbfb53bf8909257e710cf6091d10a9ca7500742"
1846             },
1847             "dist": {
1848                 "type": "zip",
1849                 "url": "https://api.github.com/repos/Intervention/image/zipball/2dbfb53bf8909257e710cf6091d10a9ca7500742",
1850                 "reference": "2dbfb53bf8909257e710cf6091d10a9ca7500742",
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.3"
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-05-02T09:03:18+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.10",
1981             "source": {
1982                 "type": "git",
1983                 "url": "https://github.com/laravel/framework.git",
1984                 "reference": "91e2b9e218afa4e5c377510faa11957042831ba3"
1985             },
1986             "dist": {
1987                 "type": "zip",
1988                 "url": "https://api.github.com/repos/laravel/framework/zipball/91e2b9e218afa4e5c377510faa11957042831ba3",
1989                 "reference": "91e2b9e218afa4e5c377510faa11957042831ba3",
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-04-30T12:52:59+00:00"
2184         },
2185         {
2186             "name": "laravel/prompts",
2187             "version": "v0.1.21",
2188             "source": {
2189                 "type": "git",
2190                 "url": "https://github.com/laravel/prompts.git",
2191                 "reference": "23ea808e8a145653e0ab29e30d4385e49f40a920"
2192             },
2193             "dist": {
2194                 "type": "zip",
2195                 "url": "https://api.github.com/repos/laravel/prompts/zipball/23ea808e8a145653e0ab29e30d4385e49f40a920",
2196                 "reference": "23ea808e8a145653e0ab29e30d4385e49f40a920",
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.21"
2240             },
2241             "time": "2024-04-30T12:46:16+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.13.2",
2306             "source": {
2307                 "type": "git",
2308                 "url": "https://github.com/laravel/socialite.git",
2309                 "reference": "278d4615f68205722b3a129135774b3764b28a90"
2310             },
2311             "dist": {
2312                 "type": "zip",
2313                 "url": "https://api.github.com/repos/laravel/socialite/zipball/278d4615f68205722b3a129135774b3764b28a90",
2314                 "reference": "278d4615f68205722b3a129135774b3764b28a90",
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-04-26T13:48:16+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.27.0",
2632             "source": {
2633                 "type": "git",
2634                 "url": "https://github.com/thephpleague/flysystem.git",
2635                 "reference": "4729745b1ab737908c7d055148c9a6b3e959832f"
2636             },
2637             "dist": {
2638                 "type": "zip",
2639                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4729745b1ab737908c7d055148c9a6b3e959832f",
2640                 "reference": "4729745b1ab737908c7d055148c9a6b3e959832f",
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-zip": "*",
2665                 "friendsofphp/php-cs-fixer": "^3.5",
2666                 "google/cloud-storage": "^1.23",
2667                 "microsoft/azure-storage-blob": "^1.1",
2668                 "phpseclib/phpseclib": "^3.0.36",
2669                 "phpstan/phpstan": "^1.10",
2670                 "phpunit/phpunit": "^9.5.11|^10.0",
2671                 "sabre/dav": "^4.6.0"
2672             },
2673             "type": "library",
2674             "autoload": {
2675                 "psr-4": {
2676                     "League\\Flysystem\\": "src"
2677                 }
2678             },
2679             "notification-url": "https://packagist.org/downloads/",
2680             "license": [
2681                 "MIT"
2682             ],
2683             "authors": [
2684                 {
2685                     "name": "Frank de Jonge",
2686                     "email": "[email protected]"
2687                 }
2688             ],
2689             "description": "File storage abstraction for PHP",
2690             "keywords": [
2691                 "WebDAV",
2692                 "aws",
2693                 "cloud",
2694                 "file",
2695                 "files",
2696                 "filesystem",
2697                 "filesystems",
2698                 "ftp",
2699                 "s3",
2700                 "sftp",
2701                 "storage"
2702             ],
2703             "support": {
2704                 "issues": "https://github.com/thephpleague/flysystem/issues",
2705                 "source": "https://github.com/thephpleague/flysystem/tree/3.27.0"
2706             },
2707             "funding": [
2708                 {
2709                     "url": "https://ecologi.com/frankdejonge",
2710                     "type": "custom"
2711                 },
2712                 {
2713                     "url": "https://github.com/frankdejonge",
2714                     "type": "github"
2715                 }
2716             ],
2717             "time": "2024-04-07T19:17:50+00:00"
2718         },
2719         {
2720             "name": "league/flysystem-aws-s3-v3",
2721             "version": "3.27.0",
2722             "source": {
2723                 "type": "git",
2724                 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2725                 "reference": "3e6ce2f972f1470db779f04d29c289dcd2c32837"
2726             },
2727             "dist": {
2728                 "type": "zip",
2729                 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/3e6ce2f972f1470db779f04d29c289dcd2c32837",
2730                 "reference": "3e6ce2f972f1470db779f04d29c289dcd2c32837",
2731                 "shasum": ""
2732             },
2733             "require": {
2734                 "aws/aws-sdk-php": "^3.295.10",
2735                 "league/flysystem": "^3.10.0",
2736                 "league/mime-type-detection": "^1.0.0",
2737                 "php": "^8.0.2"
2738             },
2739             "conflict": {
2740                 "guzzlehttp/guzzle": "<7.0",
2741                 "guzzlehttp/ringphp": "<1.1.1"
2742             },
2743             "type": "library",
2744             "autoload": {
2745                 "psr-4": {
2746                     "League\\Flysystem\\AwsS3V3\\": ""
2747                 }
2748             },
2749             "notification-url": "https://packagist.org/downloads/",
2750             "license": [
2751                 "MIT"
2752             ],
2753             "authors": [
2754                 {
2755                     "name": "Frank de Jonge",
2756                     "email": "[email protected]"
2757                 }
2758             ],
2759             "description": "AWS S3 filesystem adapter for Flysystem.",
2760             "keywords": [
2761                 "Flysystem",
2762                 "aws",
2763                 "file",
2764                 "files",
2765                 "filesystem",
2766                 "s3",
2767                 "storage"
2768             ],
2769             "support": {
2770                 "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.27.0"
2771             },
2772             "funding": [
2773                 {
2774                     "url": "https://ecologi.com/frankdejonge",
2775                     "type": "custom"
2776                 },
2777                 {
2778                     "url": "https://github.com/frankdejonge",
2779                     "type": "github"
2780                 }
2781             ],
2782             "time": "2024-04-07T19:16:54+00:00"
2783         },
2784         {
2785             "name": "league/flysystem-local",
2786             "version": "3.25.1",
2787             "source": {
2788                 "type": "git",
2789                 "url": "https://github.com/thephpleague/flysystem-local.git",
2790                 "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92"
2791             },
2792             "dist": {
2793                 "type": "zip",
2794                 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/61a6a90d6e999e4ddd9ce5adb356de0939060b92",
2795                 "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92",
2796                 "shasum": ""
2797             },
2798             "require": {
2799                 "ext-fileinfo": "*",
2800                 "league/flysystem": "^3.0.0",
2801                 "league/mime-type-detection": "^1.0.0",
2802                 "php": "^8.0.2"
2803             },
2804             "type": "library",
2805             "autoload": {
2806                 "psr-4": {
2807                     "League\\Flysystem\\Local\\": ""
2808                 }
2809             },
2810             "notification-url": "https://packagist.org/downloads/",
2811             "license": [
2812                 "MIT"
2813             ],
2814             "authors": [
2815                 {
2816                     "name": "Frank de Jonge",
2817                     "email": "[email protected]"
2818                 }
2819             ],
2820             "description": "Local filesystem adapter for Flysystem.",
2821             "keywords": [
2822                 "Flysystem",
2823                 "file",
2824                 "files",
2825                 "filesystem",
2826                 "local"
2827             ],
2828             "support": {
2829                 "source": "https://github.com/thephpleague/flysystem-local/tree/3.25.1"
2830             },
2831             "funding": [
2832                 {
2833                     "url": "https://ecologi.com/frankdejonge",
2834                     "type": "custom"
2835                 },
2836                 {
2837                     "url": "https://github.com/frankdejonge",
2838                     "type": "github"
2839                 }
2840             ],
2841             "time": "2024-03-15T19:58:44+00:00"
2842         },
2843         {
2844             "name": "league/html-to-markdown",
2845             "version": "5.1.1",
2846             "source": {
2847                 "type": "git",
2848                 "url": "https://github.com/thephpleague/html-to-markdown.git",
2849                 "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd"
2850             },
2851             "dist": {
2852                 "type": "zip",
2853                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd",
2854                 "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd",
2855                 "shasum": ""
2856             },
2857             "require": {
2858                 "ext-dom": "*",
2859                 "ext-xml": "*",
2860                 "php": "^7.2.5 || ^8.0"
2861             },
2862             "require-dev": {
2863                 "mikehaertl/php-shellcommand": "^1.1.0",
2864                 "phpstan/phpstan": "^1.8.8",
2865                 "phpunit/phpunit": "^8.5 || ^9.2",
2866                 "scrutinizer/ocular": "^1.6",
2867                 "unleashedtech/php-coding-standard": "^2.7 || ^3.0",
2868                 "vimeo/psalm": "^4.22 || ^5.0"
2869             },
2870             "bin": [
2871                 "bin/html-to-markdown"
2872             ],
2873             "type": "library",
2874             "extra": {
2875                 "branch-alias": {
2876                     "dev-master": "5.2-dev"
2877                 }
2878             },
2879             "autoload": {
2880                 "psr-4": {
2881                     "League\\HTMLToMarkdown\\": "src/"
2882                 }
2883             },
2884             "notification-url": "https://packagist.org/downloads/",
2885             "license": [
2886                 "MIT"
2887             ],
2888             "authors": [
2889                 {
2890                     "name": "Colin O'Dell",
2891                     "email": "[email protected]",
2892                     "homepage": "https://www.colinodell.com",
2893                     "role": "Lead Developer"
2894                 },
2895                 {
2896                     "name": "Nick Cernis",
2897                     "email": "[email protected]",
2898                     "homepage": "http://modernnerd.net",
2899                     "role": "Original Author"
2900                 }
2901             ],
2902             "description": "An HTML-to-markdown conversion helper for PHP",
2903             "homepage": "https://github.com/thephpleague/html-to-markdown",
2904             "keywords": [
2905                 "html",
2906                 "markdown"
2907             ],
2908             "support": {
2909                 "issues": "https://github.com/thephpleague/html-to-markdown/issues",
2910                 "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.1"
2911             },
2912             "funding": [
2913                 {
2914                     "url": "https://www.colinodell.com/sponsor",
2915                     "type": "custom"
2916                 },
2917                 {
2918                     "url": "https://www.paypal.me/colinpodell/10.00",
2919                     "type": "custom"
2920                 },
2921                 {
2922                     "url": "https://github.com/colinodell",
2923                     "type": "github"
2924                 },
2925                 {
2926                     "url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
2927                     "type": "tidelift"
2928                 }
2929             ],
2930             "time": "2023-07-12T21:21:09+00:00"
2931         },
2932         {
2933             "name": "league/mime-type-detection",
2934             "version": "1.15.0",
2935             "source": {
2936                 "type": "git",
2937                 "url": "https://github.com/thephpleague/mime-type-detection.git",
2938                 "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
2939             },
2940             "dist": {
2941                 "type": "zip",
2942                 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
2943                 "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
2944                 "shasum": ""
2945             },
2946             "require": {
2947                 "ext-fileinfo": "*",
2948                 "php": "^7.4 || ^8.0"
2949             },
2950             "require-dev": {
2951                 "friendsofphp/php-cs-fixer": "^3.2",
2952                 "phpstan/phpstan": "^0.12.68",
2953                 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2954             },
2955             "type": "library",
2956             "autoload": {
2957                 "psr-4": {
2958                     "League\\MimeTypeDetection\\": "src"
2959                 }
2960             },
2961             "notification-url": "https://packagist.org/downloads/",
2962             "license": [
2963                 "MIT"
2964             ],
2965             "authors": [
2966                 {
2967                     "name": "Frank de Jonge",
2968                     "email": "[email protected]"
2969                 }
2970             ],
2971             "description": "Mime-type detection for Flysystem",
2972             "support": {
2973                 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2974                 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
2975             },
2976             "funding": [
2977                 {
2978                     "url": "https://github.com/frankdejonge",
2979                     "type": "github"
2980                 },
2981                 {
2982                     "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2983                     "type": "tidelift"
2984                 }
2985             ],
2986             "time": "2024-01-28T23:22:08+00:00"
2987         },
2988         {
2989             "name": "league/oauth1-client",
2990             "version": "v1.10.1",
2991             "source": {
2992                 "type": "git",
2993                 "url": "https://github.com/thephpleague/oauth1-client.git",
2994                 "reference": "d6365b901b5c287dd41f143033315e2f777e1167"
2995             },
2996             "dist": {
2997                 "type": "zip",
2998                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/d6365b901b5c287dd41f143033315e2f777e1167",
2999                 "reference": "d6365b901b5c287dd41f143033315e2f777e1167",
3000                 "shasum": ""
3001             },
3002             "require": {
3003                 "ext-json": "*",
3004                 "ext-openssl": "*",
3005                 "guzzlehttp/guzzle": "^6.0|^7.0",
3006                 "guzzlehttp/psr7": "^1.7|^2.0",
3007                 "php": ">=7.1||>=8.0"
3008             },
3009             "require-dev": {
3010                 "ext-simplexml": "*",
3011                 "friendsofphp/php-cs-fixer": "^2.17",
3012                 "mockery/mockery": "^1.3.3",
3013                 "phpstan/phpstan": "^0.12.42",
3014                 "phpunit/phpunit": "^7.5||9.5"
3015             },
3016             "suggest": {
3017                 "ext-simplexml": "For decoding XML-based responses."
3018             },
3019             "type": "library",
3020             "extra": {
3021                 "branch-alias": {
3022                     "dev-master": "1.0-dev",
3023                     "dev-develop": "2.0-dev"
3024                 }
3025             },
3026             "autoload": {
3027                 "psr-4": {
3028                     "League\\OAuth1\\Client\\": "src/"
3029                 }
3030             },
3031             "notification-url": "https://packagist.org/downloads/",
3032             "license": [
3033                 "MIT"
3034             ],
3035             "authors": [
3036                 {
3037                     "name": "Ben Corlett",
3038                     "email": "[email protected]",
3039                     "homepage": "http://www.webcomm.com.au",
3040                     "role": "Developer"
3041                 }
3042             ],
3043             "description": "OAuth 1.0 Client Library",
3044             "keywords": [
3045                 "Authentication",
3046                 "SSO",
3047                 "authorization",
3048                 "bitbucket",
3049                 "identity",
3050                 "idp",
3051                 "oauth",
3052                 "oauth1",
3053                 "single sign on",
3054                 "trello",
3055                 "tumblr",
3056                 "twitter"
3057             ],
3058             "support": {
3059                 "issues": "https://github.com/thephpleague/oauth1-client/issues",
3060                 "source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.1"
3061             },
3062             "time": "2022-04-15T14:02:14+00:00"
3063         },
3064         {
3065             "name": "league/oauth2-client",
3066             "version": "2.7.0",
3067             "source": {
3068                 "type": "git",
3069                 "url": "https://github.com/thephpleague/oauth2-client.git",
3070                 "reference": "160d6274b03562ebeb55ed18399281d8118b76c8"
3071             },
3072             "dist": {
3073                 "type": "zip",
3074                 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8",
3075                 "reference": "160d6274b03562ebeb55ed18399281d8118b76c8",
3076                 "shasum": ""
3077             },
3078             "require": {
3079                 "guzzlehttp/guzzle": "^6.0 || ^7.0",
3080                 "paragonie/random_compat": "^1 || ^2 || ^9.99",
3081                 "php": "^5.6 || ^7.0 || ^8.0"
3082             },
3083             "require-dev": {
3084                 "mockery/mockery": "^1.3.5",
3085                 "php-parallel-lint/php-parallel-lint": "^1.3.1",
3086                 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
3087                 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
3088             },
3089             "type": "library",
3090             "extra": {
3091                 "branch-alias": {
3092                     "dev-2.x": "2.0.x-dev"
3093                 }
3094             },
3095             "autoload": {
3096                 "psr-4": {
3097                     "League\\OAuth2\\Client\\": "src/"
3098                 }
3099             },
3100             "notification-url": "https://packagist.org/downloads/",
3101             "license": [
3102                 "MIT"
3103             ],
3104             "authors": [
3105                 {
3106                     "name": "Alex Bilbie",
3107                     "email": "[email protected]",
3108                     "homepage": "http://www.alexbilbie.com",
3109                     "role": "Developer"
3110                 },
3111                 {
3112                     "name": "Woody Gilk",
3113                     "homepage": "https://github.com/shadowhand",
3114                     "role": "Contributor"
3115                 }
3116             ],
3117             "description": "OAuth 2.0 Client Library",
3118             "keywords": [
3119                 "Authentication",
3120                 "SSO",
3121                 "authorization",
3122                 "identity",
3123                 "idp",
3124                 "oauth",
3125                 "oauth2",
3126                 "single sign on"
3127             ],
3128             "support": {
3129                 "issues": "https://github.com/thephpleague/oauth2-client/issues",
3130                 "source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0"
3131             },
3132             "time": "2023-04-16T18:19:15+00:00"
3133         },
3134         {
3135             "name": "masterminds/html5",
3136             "version": "2.9.0",
3137             "source": {
3138                 "type": "git",
3139                 "url": "https://github.com/Masterminds/html5-php.git",
3140                 "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
3141             },
3142             "dist": {
3143                 "type": "zip",
3144                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
3145                 "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
3146                 "shasum": ""
3147             },
3148             "require": {
3149                 "ext-dom": "*",
3150                 "php": ">=5.3.0"
3151             },
3152             "require-dev": {
3153                 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
3154             },
3155             "type": "library",
3156             "extra": {
3157                 "branch-alias": {
3158                     "dev-master": "2.7-dev"
3159                 }
3160             },
3161             "autoload": {
3162                 "psr-4": {
3163                     "Masterminds\\": "src"
3164                 }
3165             },
3166             "notification-url": "https://packagist.org/downloads/",
3167             "license": [
3168                 "MIT"
3169             ],
3170             "authors": [
3171                 {
3172                     "name": "Matt Butcher",
3173                     "email": "[email protected]"
3174                 },
3175                 {
3176                     "name": "Matt Farina",
3177                     "email": "[email protected]"
3178                 },
3179                 {
3180                     "name": "Asmir Mustafic",
3181                     "email": "[email protected]"
3182                 }
3183             ],
3184             "description": "An HTML5 parser and serializer.",
3185             "homepage": "http://masterminds.github.io/html5-php",
3186             "keywords": [
3187                 "HTML5",
3188                 "dom",
3189                 "html",
3190                 "parser",
3191                 "querypath",
3192                 "serializer",
3193                 "xml"
3194             ],
3195             "support": {
3196                 "issues": "https://github.com/Masterminds/html5-php/issues",
3197                 "source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
3198             },
3199             "time": "2024-03-31T07:05:07+00:00"
3200         },
3201         {
3202             "name": "monolog/monolog",
3203             "version": "3.6.0",
3204             "source": {
3205                 "type": "git",
3206                 "url": "https://github.com/Seldaek/monolog.git",
3207                 "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654"
3208             },
3209             "dist": {
3210                 "type": "zip",
3211                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
3212                 "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
3213                 "shasum": ""
3214             },
3215             "require": {
3216                 "php": ">=8.1",
3217                 "psr/log": "^2.0 || ^3.0"
3218             },
3219             "provide": {
3220                 "psr/log-implementation": "3.0.0"
3221             },
3222             "require-dev": {
3223                 "aws/aws-sdk-php": "^3.0",
3224                 "doctrine/couchdb": "~1.0@dev",
3225                 "elasticsearch/elasticsearch": "^7 || ^8",
3226                 "ext-json": "*",
3227                 "graylog2/gelf-php": "^1.4.2 || ^2.0",
3228                 "guzzlehttp/guzzle": "^7.4.5",
3229                 "guzzlehttp/psr7": "^2.2",
3230                 "mongodb/mongodb": "^1.8",
3231                 "php-amqplib/php-amqplib": "~2.4 || ^3",
3232                 "phpstan/phpstan": "^1.9",
3233                 "phpstan/phpstan-deprecation-rules": "^1.0",
3234                 "phpstan/phpstan-strict-rules": "^1.4",
3235                 "phpunit/phpunit": "^10.5.17",
3236                 "predis/predis": "^1.1 || ^2",
3237                 "ruflin/elastica": "^7",
3238                 "symfony/mailer": "^5.4 || ^6",
3239                 "symfony/mime": "^5.4 || ^6"
3240             },
3241             "suggest": {
3242                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3243                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3244                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
3245                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3246                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
3247                 "ext-mbstring": "Allow to work properly with unicode symbols",
3248                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
3249                 "ext-openssl": "Required to send log messages using SSL",
3250                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
3251                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3252                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
3253                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3254                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3255                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
3256             },
3257             "type": "library",
3258             "extra": {
3259                 "branch-alias": {
3260                     "dev-main": "3.x-dev"
3261                 }
3262             },
3263             "autoload": {
3264                 "psr-4": {
3265                     "Monolog\\": "src/Monolog"
3266                 }
3267             },
3268             "notification-url": "https://packagist.org/downloads/",
3269             "license": [
3270                 "MIT"
3271             ],
3272             "authors": [
3273                 {
3274                     "name": "Jordi Boggiano",
3275                     "email": "[email protected]",
3276                     "homepage": "https://seld.be"
3277                 }
3278             ],
3279             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3280             "homepage": "https://github.com/Seldaek/monolog",
3281             "keywords": [
3282                 "log",
3283                 "logging",
3284                 "psr-3"
3285             ],
3286             "support": {
3287                 "issues": "https://github.com/Seldaek/monolog/issues",
3288                 "source": "https://github.com/Seldaek/monolog/tree/3.6.0"
3289             },
3290             "funding": [
3291                 {
3292                     "url": "https://github.com/Seldaek",
3293                     "type": "github"
3294                 },
3295                 {
3296                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
3297                     "type": "tidelift"
3298                 }
3299             ],
3300             "time": "2024-04-12T21:02:21+00:00"
3301         },
3302         {
3303             "name": "mtdowling/jmespath.php",
3304             "version": "2.7.0",
3305             "source": {
3306                 "type": "git",
3307                 "url": "https://github.com/jmespath/jmespath.php.git",
3308                 "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
3309             },
3310             "dist": {
3311                 "type": "zip",
3312                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
3313                 "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
3314                 "shasum": ""
3315             },
3316             "require": {
3317                 "php": "^7.2.5 || ^8.0",
3318                 "symfony/polyfill-mbstring": "^1.17"
3319             },
3320             "require-dev": {
3321                 "composer/xdebug-handler": "^3.0.3",
3322                 "phpunit/phpunit": "^8.5.33"
3323             },
3324             "bin": [
3325                 "bin/jp.php"
3326             ],
3327             "type": "library",
3328             "extra": {
3329                 "branch-alias": {
3330                     "dev-master": "2.7-dev"
3331                 }
3332             },
3333             "autoload": {
3334                 "files": [
3335                     "src/JmesPath.php"
3336                 ],
3337                 "psr-4": {
3338                     "JmesPath\\": "src/"
3339                 }
3340             },
3341             "notification-url": "https://packagist.org/downloads/",
3342             "license": [
3343                 "MIT"
3344             ],
3345             "authors": [
3346                 {
3347                     "name": "Graham Campbell",
3348                     "email": "[email protected]",
3349                     "homepage": "https://github.com/GrahamCampbell"
3350                 },
3351                 {
3352                     "name": "Michael Dowling",
3353                     "email": "[email protected]",
3354                     "homepage": "https://github.com/mtdowling"
3355                 }
3356             ],
3357             "description": "Declaratively specify how to extract elements from a JSON document",
3358             "keywords": [
3359                 "json",
3360                 "jsonpath"
3361             ],
3362             "support": {
3363                 "issues": "https://github.com/jmespath/jmespath.php/issues",
3364                 "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
3365             },
3366             "time": "2023-08-25T10:54:48+00:00"
3367         },
3368         {
3369             "name": "nesbot/carbon",
3370             "version": "2.72.3",
3371             "source": {
3372                 "type": "git",
3373                 "url": "https://github.com/briannesbitt/Carbon.git",
3374                 "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83"
3375             },
3376             "dist": {
3377                 "type": "zip",
3378                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83",
3379                 "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83",
3380                 "shasum": ""
3381             },
3382             "require": {
3383                 "carbonphp/carbon-doctrine-types": "*",
3384                 "ext-json": "*",
3385                 "php": "^7.1.8 || ^8.0",
3386                 "psr/clock": "^1.0",
3387                 "symfony/polyfill-mbstring": "^1.0",
3388                 "symfony/polyfill-php80": "^1.16",
3389                 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
3390             },
3391             "provide": {
3392                 "psr/clock-implementation": "1.0"
3393             },
3394             "require-dev": {
3395                 "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
3396                 "doctrine/orm": "^2.7 || ^3.0",
3397                 "friendsofphp/php-cs-fixer": "^3.0",
3398                 "kylekatarnls/multi-tester": "^2.0",
3399                 "ondrejmirtes/better-reflection": "*",
3400                 "phpmd/phpmd": "^2.9",
3401                 "phpstan/extension-installer": "^1.0",
3402                 "phpstan/phpstan": "^0.12.99 || ^1.7.14",
3403                 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
3404                 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
3405                 "squizlabs/php_codesniffer": "^3.4"
3406             },
3407             "bin": [
3408                 "bin/carbon"
3409             ],
3410             "type": "library",
3411             "extra": {
3412                 "branch-alias": {
3413                     "dev-3.x": "3.x-dev",
3414                     "dev-master": "2.x-dev"
3415                 },
3416                 "laravel": {
3417                     "providers": [
3418                         "Carbon\\Laravel\\ServiceProvider"
3419                     ]
3420                 },
3421                 "phpstan": {
3422                     "includes": [
3423                         "extension.neon"
3424                     ]
3425                 }
3426             },
3427             "autoload": {
3428                 "psr-4": {
3429                     "Carbon\\": "src/Carbon/"
3430                 }
3431             },
3432             "notification-url": "https://packagist.org/downloads/",
3433             "license": [
3434                 "MIT"
3435             ],
3436             "authors": [
3437                 {
3438                     "name": "Brian Nesbitt",
3439                     "email": "[email protected]",
3440                     "homepage": "https://markido.com"
3441                 },
3442                 {
3443                     "name": "kylekatarnls",
3444                     "homepage": "https://github.com/kylekatarnls"
3445                 }
3446             ],
3447             "description": "An API extension for DateTime that supports 281 different languages.",
3448             "homepage": "https://carbon.nesbot.com",
3449             "keywords": [
3450                 "date",
3451                 "datetime",
3452                 "time"
3453             ],
3454             "support": {
3455                 "docs": "https://carbon.nesbot.com/docs",
3456                 "issues": "https://github.com/briannesbitt/Carbon/issues",
3457                 "source": "https://github.com/briannesbitt/Carbon"
3458             },
3459             "funding": [
3460                 {
3461                     "url": "https://github.com/sponsors/kylekatarnls",
3462                     "type": "github"
3463                 },
3464                 {
3465                     "url": "https://opencollective.com/Carbon#sponsor",
3466                     "type": "opencollective"
3467                 },
3468                 {
3469                     "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
3470                     "type": "tidelift"
3471                 }
3472             ],
3473             "time": "2024-01-25T10:35:09+00:00"
3474         },
3475         {
3476             "name": "nette/schema",
3477             "version": "v1.3.0",
3478             "source": {
3479                 "type": "git",
3480                 "url": "https://github.com/nette/schema.git",
3481                 "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
3482             },
3483             "dist": {
3484                 "type": "zip",
3485                 "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
3486                 "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
3487                 "shasum": ""
3488             },
3489             "require": {
3490                 "nette/utils": "^4.0",
3491                 "php": "8.1 - 8.3"
3492             },
3493             "require-dev": {
3494                 "nette/tester": "^2.4",
3495                 "phpstan/phpstan-nette": "^1.0",
3496                 "tracy/tracy": "^2.8"
3497             },
3498             "type": "library",
3499             "extra": {
3500                 "branch-alias": {
3501                     "dev-master": "1.3-dev"
3502                 }
3503             },
3504             "autoload": {
3505                 "classmap": [
3506                     "src/"
3507                 ]
3508             },
3509             "notification-url": "https://packagist.org/downloads/",
3510             "license": [
3511                 "BSD-3-Clause",
3512                 "GPL-2.0-only",
3513                 "GPL-3.0-only"
3514             ],
3515             "authors": [
3516                 {
3517                     "name": "David Grudl",
3518                     "homepage": "https://davidgrudl.com"
3519                 },
3520                 {
3521                     "name": "Nette Community",
3522                     "homepage": "https://nette.org/contributors"
3523                 }
3524             ],
3525             "description": "📐 Nette Schema: validating data structures against a given Schema.",
3526             "homepage": "https://nette.org",
3527             "keywords": [
3528                 "config",
3529                 "nette"
3530             ],
3531             "support": {
3532                 "issues": "https://github.com/nette/schema/issues",
3533                 "source": "https://github.com/nette/schema/tree/v1.3.0"
3534             },
3535             "time": "2023-12-11T11:54:22+00:00"
3536         },
3537         {
3538             "name": "nette/utils",
3539             "version": "v4.0.4",
3540             "source": {
3541                 "type": "git",
3542                 "url": "https://github.com/nette/utils.git",
3543                 "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
3544             },
3545             "dist": {
3546                 "type": "zip",
3547                 "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
3548                 "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
3549                 "shasum": ""
3550             },
3551             "require": {
3552                 "php": ">=8.0 <8.4"
3553             },
3554             "conflict": {
3555                 "nette/finder": "<3",
3556                 "nette/schema": "<1.2.2"
3557             },
3558             "require-dev": {
3559                 "jetbrains/phpstorm-attributes": "dev-master",
3560                 "nette/tester": "^2.5",
3561                 "phpstan/phpstan": "^1.0",
3562                 "tracy/tracy": "^2.9"
3563             },
3564             "suggest": {
3565                 "ext-gd": "to use Image",
3566                 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
3567                 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
3568                 "ext-json": "to use Nette\\Utils\\Json",
3569                 "ext-mbstring": "to use Strings::lower() etc...",
3570                 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
3571             },
3572             "type": "library",
3573             "extra": {
3574                 "branch-alias": {
3575                     "dev-master": "4.0-dev"
3576                 }
3577             },
3578             "autoload": {
3579                 "classmap": [
3580                     "src/"
3581                 ]
3582             },
3583             "notification-url": "https://packagist.org/downloads/",
3584             "license": [
3585                 "BSD-3-Clause",
3586                 "GPL-2.0-only",
3587                 "GPL-3.0-only"
3588             ],
3589             "authors": [
3590                 {
3591                     "name": "David Grudl",
3592                     "homepage": "https://davidgrudl.com"
3593                 },
3594                 {
3595                     "name": "Nette Community",
3596                     "homepage": "https://nette.org/contributors"
3597                 }
3598             ],
3599             "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
3600             "homepage": "https://nette.org",
3601             "keywords": [
3602                 "array",
3603                 "core",
3604                 "datetime",
3605                 "images",
3606                 "json",
3607                 "nette",
3608                 "paginator",
3609                 "password",
3610                 "slugify",
3611                 "string",
3612                 "unicode",
3613                 "utf-8",
3614                 "utility",
3615                 "validation"
3616             ],
3617             "support": {
3618                 "issues": "https://github.com/nette/utils/issues",
3619                 "source": "https://github.com/nette/utils/tree/v4.0.4"
3620             },
3621             "time": "2024-01-17T16:50:36+00:00"
3622         },
3623         {
3624             "name": "nikic/php-parser",
3625             "version": "v5.0.2",
3626             "source": {
3627                 "type": "git",
3628                 "url": "https://github.com/nikic/PHP-Parser.git",
3629                 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
3630             },
3631             "dist": {
3632                 "type": "zip",
3633                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
3634                 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
3635                 "shasum": ""
3636             },
3637             "require": {
3638                 "ext-ctype": "*",
3639                 "ext-json": "*",
3640                 "ext-tokenizer": "*",
3641                 "php": ">=7.4"
3642             },
3643             "require-dev": {
3644                 "ircmaxell/php-yacc": "^0.0.7",
3645                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
3646             },
3647             "bin": [
3648                 "bin/php-parse"
3649             ],
3650             "type": "library",
3651             "extra": {
3652                 "branch-alias": {
3653                     "dev-master": "5.0-dev"
3654                 }
3655             },
3656             "autoload": {
3657                 "psr-4": {
3658                     "PhpParser\\": "lib/PhpParser"
3659                 }
3660             },
3661             "notification-url": "https://packagist.org/downloads/",
3662             "license": [
3663                 "BSD-3-Clause"
3664             ],
3665             "authors": [
3666                 {
3667                     "name": "Nikita Popov"
3668                 }
3669             ],
3670             "description": "A PHP parser written in PHP",
3671             "keywords": [
3672                 "parser",
3673                 "php"
3674             ],
3675             "support": {
3676                 "issues": "https://github.com/nikic/PHP-Parser/issues",
3677                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
3678             },
3679             "time": "2024-03-05T20:51:40+00:00"
3680         },
3681         {
3682             "name": "nunomaduro/termwind",
3683             "version": "v1.15.1",
3684             "source": {
3685                 "type": "git",
3686                 "url": "https://github.com/nunomaduro/termwind.git",
3687                 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
3688             },
3689             "dist": {
3690                 "type": "zip",
3691                 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
3692                 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
3693                 "shasum": ""
3694             },
3695             "require": {
3696                 "ext-mbstring": "*",
3697                 "php": "^8.0",
3698                 "symfony/console": "^5.3.0|^6.0.0"
3699             },
3700             "require-dev": {
3701                 "ergebnis/phpstan-rules": "^1.0.",
3702                 "illuminate/console": "^8.0|^9.0",
3703                 "illuminate/support": "^8.0|^9.0",
3704                 "laravel/pint": "^1.0.0",
3705                 "pestphp/pest": "^1.21.0",
3706                 "pestphp/pest-plugin-mock": "^1.0",
3707                 "phpstan/phpstan": "^1.4.6",
3708                 "phpstan/phpstan-strict-rules": "^1.1.0",
3709                 "symfony/var-dumper": "^5.2.7|^6.0.0",
3710                 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
3711             },
3712             "type": "library",
3713             "extra": {
3714                 "laravel": {
3715                     "providers": [
3716                         "Termwind\\Laravel\\TermwindServiceProvider"
3717                     ]
3718                 }
3719             },
3720             "autoload": {
3721                 "files": [
3722                     "src/Functions.php"
3723                 ],
3724                 "psr-4": {
3725                     "Termwind\\": "src/"
3726                 }
3727             },
3728             "notification-url": "https://packagist.org/downloads/",
3729             "license": [
3730                 "MIT"
3731             ],
3732             "authors": [
3733                 {
3734                     "name": "Nuno Maduro",
3735                     "email": "[email protected]"
3736                 }
3737             ],
3738             "description": "Its like Tailwind CSS, but for the console.",
3739             "keywords": [
3740                 "cli",
3741                 "console",
3742                 "css",
3743                 "package",
3744                 "php",
3745                 "style"
3746             ],
3747             "support": {
3748                 "issues": "https://github.com/nunomaduro/termwind/issues",
3749                 "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
3750             },
3751             "funding": [
3752                 {
3753                     "url": "https://www.paypal.com/paypalme/enunomaduro",
3754                     "type": "custom"
3755                 },
3756                 {
3757                     "url": "https://github.com/nunomaduro",
3758                     "type": "github"
3759                 },
3760                 {
3761                     "url": "https://github.com/xiCO2k",
3762                     "type": "github"
3763                 }
3764             ],
3765             "time": "2023-02-08T01:06:31+00:00"
3766         },
3767         {
3768             "name": "onelogin/php-saml",
3769             "version": "4.1.0",
3770             "source": {
3771                 "type": "git",
3772                 "url": "https://github.com/onelogin/php-saml.git",
3773                 "reference": "b22a57ebd13e838b90df5d3346090bc37056409d"
3774             },
3775             "dist": {
3776                 "type": "zip",
3777                 "url": "https://api.github.com/repos/onelogin/php-saml/zipball/b22a57ebd13e838b90df5d3346090bc37056409d",
3778                 "reference": "b22a57ebd13e838b90df5d3346090bc37056409d",
3779                 "shasum": ""
3780             },
3781             "require": {
3782                 "php": ">=7.3",
3783                 "robrichards/xmlseclibs": ">=3.1.1"
3784             },
3785             "require-dev": {
3786                 "pdepend/pdepend": "^2.8.0",
3787                 "php-coveralls/php-coveralls": "^2.0",
3788                 "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
3789                 "phpunit/phpunit": "^9.5",
3790                 "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
3791                 "squizlabs/php_codesniffer": "^3.5.8"
3792             },
3793             "suggest": {
3794                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
3795                 "ext-dom": "Install xml lib",
3796                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
3797                 "ext-zlib": "Install zlib"
3798             },
3799             "type": "library",
3800             "autoload": {
3801                 "psr-4": {
3802                     "OneLogin\\": "src/"
3803                 }
3804             },
3805             "notification-url": "https://packagist.org/downloads/",
3806             "license": [
3807                 "MIT"
3808             ],
3809             "description": "OneLogin PHP SAML Toolkit",
3810             "homepage": "https://developers.onelogin.com/saml/php",
3811             "keywords": [
3812                 "SAML2",
3813                 "onelogin",
3814                 "saml"
3815             ],
3816             "support": {
3817                 "email": "[email protected]",
3818                 "issues": "https://github.com/onelogin/php-saml/issues",
3819                 "source": "https://github.com/onelogin/php-saml/"
3820             },
3821             "time": "2022-07-15T20:44:36+00:00"
3822         },
3823         {
3824             "name": "paragonie/constant_time_encoding",
3825             "version": "v2.6.3",
3826             "source": {
3827                 "type": "git",
3828                 "url": "https://github.com/paragonie/constant_time_encoding.git",
3829                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
3830             },
3831             "dist": {
3832                 "type": "zip",
3833                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
3834                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
3835                 "shasum": ""
3836             },
3837             "require": {
3838                 "php": "^7|^8"
3839             },
3840             "require-dev": {
3841                 "phpunit/phpunit": "^6|^7|^8|^9",
3842                 "vimeo/psalm": "^1|^2|^3|^4"
3843             },
3844             "type": "library",
3845             "autoload": {
3846                 "psr-4": {
3847                     "ParagonIE\\ConstantTime\\": "src/"
3848                 }
3849             },
3850             "notification-url": "https://packagist.org/downloads/",
3851             "license": [
3852                 "MIT"
3853             ],
3854             "authors": [
3855                 {
3856                     "name": "Paragon Initiative Enterprises",
3857                     "email": "[email protected]",
3858                     "homepage": "https://paragonie.com",
3859                     "role": "Maintainer"
3860                 },
3861                 {
3862                     "name": "Steve 'Sc00bz' Thomas",
3863                     "email": "[email protected]",
3864                     "homepage": "https://www.tobtu.com",
3865                     "role": "Original Developer"
3866                 }
3867             ],
3868             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
3869             "keywords": [
3870                 "base16",
3871                 "base32",
3872                 "base32_decode",
3873                 "base32_encode",
3874                 "base64",
3875                 "base64_decode",
3876                 "base64_encode",
3877                 "bin2hex",
3878                 "encoding",
3879                 "hex",
3880                 "hex2bin",
3881                 "rfc4648"
3882             ],
3883             "support": {
3884                 "email": "[email protected]",
3885                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
3886                 "source": "https://github.com/paragonie/constant_time_encoding"
3887             },
3888             "time": "2022-06-14T06:56:20+00:00"
3889         },
3890         {
3891             "name": "paragonie/random_compat",
3892             "version": "v9.99.100",
3893             "source": {
3894                 "type": "git",
3895                 "url": "https://github.com/paragonie/random_compat.git",
3896                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3897             },
3898             "dist": {
3899                 "type": "zip",
3900                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3901                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3902                 "shasum": ""
3903             },
3904             "require": {
3905                 "php": ">= 7"
3906             },
3907             "require-dev": {
3908                 "phpunit/phpunit": "4.*|5.*",
3909                 "vimeo/psalm": "^1"
3910             },
3911             "suggest": {
3912                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3913             },
3914             "type": "library",
3915             "notification-url": "https://packagist.org/downloads/",
3916             "license": [
3917                 "MIT"
3918             ],
3919             "authors": [
3920                 {
3921                     "name": "Paragon Initiative Enterprises",
3922                     "email": "[email protected]",
3923                     "homepage": "https://paragonie.com"
3924                 }
3925             ],
3926             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3927             "keywords": [
3928                 "csprng",
3929                 "polyfill",
3930                 "pseudorandom",
3931                 "random"
3932             ],
3933             "support": {
3934                 "email": "[email protected]",
3935                 "issues": "https://github.com/paragonie/random_compat/issues",
3936                 "source": "https://github.com/paragonie/random_compat"
3937             },
3938             "time": "2020-10-15T08:29:30+00:00"
3939         },
3940         {
3941             "name": "phenx/php-font-lib",
3942             "version": "0.5.6",
3943             "source": {
3944                 "type": "git",
3945                 "url": "https://github.com/dompdf/php-font-lib.git",
3946                 "reference": "a1681e9793040740a405ac5b189275059e2a9863"
3947             },
3948             "dist": {
3949                 "type": "zip",
3950                 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863",
3951                 "reference": "a1681e9793040740a405ac5b189275059e2a9863",
3952                 "shasum": ""
3953             },
3954             "require": {
3955                 "ext-mbstring": "*"
3956             },
3957             "require-dev": {
3958                 "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
3959             },
3960             "type": "library",
3961             "autoload": {
3962                 "psr-4": {
3963                     "FontLib\\": "src/FontLib"
3964                 }
3965             },
3966             "notification-url": "https://packagist.org/downloads/",
3967             "license": [
3968                 "LGPL-2.1-or-later"
3969             ],
3970             "authors": [
3971                 {
3972                     "name": "Fabien Ménager",
3973                     "email": "[email protected]"
3974                 }
3975             ],
3976             "description": "A library to read, parse, export and make subsets of different types of font files.",
3977             "homepage": "https://github.com/PhenX/php-font-lib",
3978             "support": {
3979                 "issues": "https://github.com/dompdf/php-font-lib/issues",
3980                 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6"
3981             },
3982             "time": "2024-01-29T14:45:26+00:00"
3983         },
3984         {
3985             "name": "phenx/php-svg-lib",
3986             "version": "0.5.4",
3987             "source": {
3988                 "type": "git",
3989                 "url": "https://github.com/dompdf/php-svg-lib.git",
3990                 "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691"
3991             },
3992             "dist": {
3993                 "type": "zip",
3994                 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/46b25da81613a9cf43c83b2a8c2c1bdab27df691",
3995                 "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691",
3996                 "shasum": ""
3997             },
3998             "require": {
3999                 "ext-mbstring": "*",
4000                 "php": "^7.1 || ^8.0",
4001                 "sabberworm/php-css-parser": "^8.4"
4002             },
4003             "require-dev": {
4004                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
4005             },
4006             "type": "library",
4007             "autoload": {
4008                 "psr-4": {
4009                     "Svg\\": "src/Svg"
4010                 }
4011             },
4012             "notification-url": "https://packagist.org/downloads/",
4013             "license": [
4014                 "LGPL-3.0-or-later"
4015             ],
4016             "authors": [
4017                 {
4018                     "name": "Fabien Ménager",
4019                     "email": "[email protected]"
4020                 }
4021             ],
4022             "description": "A library to read, parse and export to PDF SVG files.",
4023             "homepage": "https://github.com/PhenX/php-svg-lib",
4024             "support": {
4025                 "issues": "https://github.com/dompdf/php-svg-lib/issues",
4026                 "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.4"
4027             },
4028             "time": "2024-04-08T12:52:34+00:00"
4029         },
4030         {
4031             "name": "phpoption/phpoption",
4032             "version": "1.9.2",
4033             "source": {
4034                 "type": "git",
4035                 "url": "https://github.com/schmittjoh/php-option.git",
4036                 "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
4037             },
4038             "dist": {
4039                 "type": "zip",
4040                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
4041                 "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
4042                 "shasum": ""
4043             },
4044             "require": {
4045                 "php": "^7.2.5 || ^8.0"
4046             },
4047             "require-dev": {
4048                 "bamarni/composer-bin-plugin": "^1.8.2",
4049                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
4050             },
4051             "type": "library",
4052             "extra": {
4053                 "bamarni-bin": {
4054                     "bin-links": true,
4055                     "forward-command": true
4056                 },
4057                 "branch-alias": {
4058                     "dev-master": "1.9-dev"
4059                 }
4060             },
4061             "autoload": {
4062                 "psr-4": {
4063                     "PhpOption\\": "src/PhpOption/"
4064                 }
4065             },
4066             "notification-url": "https://packagist.org/downloads/",
4067             "license": [
4068                 "Apache-2.0"
4069             ],
4070             "authors": [
4071                 {
4072                     "name": "Johannes M. Schmitt",
4073                     "email": "[email protected]",
4074                     "homepage": "https://github.com/schmittjoh"
4075                 },
4076                 {
4077                     "name": "Graham Campbell",
4078                     "email": "[email protected]",
4079                     "homepage": "https://github.com/GrahamCampbell"
4080                 }
4081             ],
4082             "description": "Option Type for PHP",
4083             "keywords": [
4084                 "language",
4085                 "option",
4086                 "php",
4087                 "type"
4088             ],
4089             "support": {
4090                 "issues": "https://github.com/schmittjoh/php-option/issues",
4091                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
4092             },
4093             "funding": [
4094                 {
4095                     "url": "https://github.com/GrahamCampbell",
4096                     "type": "github"
4097                 },
4098                 {
4099                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
4100                     "type": "tidelift"
4101                 }
4102             ],
4103             "time": "2023-11-12T21:59:55+00:00"
4104         },
4105         {
4106             "name": "phpseclib/phpseclib",
4107             "version": "3.0.37",
4108             "source": {
4109                 "type": "git",
4110                 "url": "https://github.com/phpseclib/phpseclib.git",
4111                 "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
4112             },
4113             "dist": {
4114                 "type": "zip",
4115                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
4116                 "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
4117                 "shasum": ""
4118             },
4119             "require": {
4120                 "paragonie/constant_time_encoding": "^1|^2",
4121                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
4122                 "php": ">=5.6.1"
4123             },
4124             "require-dev": {
4125                 "phpunit/phpunit": "*"
4126             },
4127             "suggest": {
4128                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
4129                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
4130                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
4131                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
4132                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
4133             },
4134             "type": "library",
4135             "autoload": {
4136                 "files": [
4137                     "phpseclib/bootstrap.php"
4138                 ],
4139                 "psr-4": {
4140                     "phpseclib3\\": "phpseclib/"
4141                 }
4142             },
4143             "notification-url": "https://packagist.org/downloads/",
4144             "license": [
4145                 "MIT"
4146             ],
4147             "authors": [
4148                 {
4149                     "name": "Jim Wigginton",
4150                     "email": "[email protected]",
4151                     "role": "Lead Developer"
4152                 },
4153                 {
4154                     "name": "Patrick Monnerat",
4155                     "email": "[email protected]",
4156                     "role": "Developer"
4157                 },
4158                 {
4159                     "name": "Andreas Fischer",
4160                     "email": "[email protected]",
4161                     "role": "Developer"
4162                 },
4163                 {
4164                     "name": "Hans-Jürgen Petrich",
4165                     "email": "[email protected]",
4166                     "role": "Developer"
4167                 },
4168                 {
4169                     "name": "Graham Campbell",
4170                     "email": "[email protected]",
4171                     "role": "Developer"
4172                 }
4173             ],
4174             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
4175             "homepage": "http://phpseclib.sourceforge.net",
4176             "keywords": [
4177                 "BigInteger",
4178                 "aes",
4179                 "asn.1",
4180                 "asn1",
4181                 "blowfish",
4182                 "crypto",
4183                 "cryptography",
4184                 "encryption",
4185                 "rsa",
4186                 "security",
4187                 "sftp",
4188                 "signature",
4189                 "signing",
4190                 "ssh",
4191                 "twofish",
4192                 "x.509",
4193                 "x509"
4194             ],
4195             "support": {
4196                 "issues": "https://github.com/phpseclib/phpseclib/issues",
4197                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.37"
4198             },
4199             "funding": [
4200                 {
4201                     "url": "https://github.com/terrafrost",
4202                     "type": "github"
4203                 },
4204                 {
4205                     "url": "https://www.patreon.com/phpseclib",
4206                     "type": "patreon"
4207                 },
4208                 {
4209                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
4210                     "type": "tidelift"
4211                 }
4212             ],
4213             "time": "2024-03-03T02:14:58+00:00"
4214         },
4215         {
4216             "name": "pragmarx/google2fa",
4217             "version": "v8.0.1",
4218             "source": {
4219                 "type": "git",
4220                 "url": "https://github.com/antonioribeiro/google2fa.git",
4221                 "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3"
4222             },
4223             "dist": {
4224                 "type": "zip",
4225                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/80c3d801b31fe165f8fe99ea085e0a37834e1be3",
4226                 "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3",
4227                 "shasum": ""
4228             },
4229             "require": {
4230                 "paragonie/constant_time_encoding": "^1.0|^2.0",
4231                 "php": "^7.1|^8.0"
4232             },
4233             "require-dev": {
4234                 "phpstan/phpstan": "^0.12.18",
4235                 "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
4236             },
4237             "type": "library",
4238             "autoload": {
4239                 "psr-4": {
4240                     "PragmaRX\\Google2FA\\": "src/"
4241                 }
4242             },
4243             "notification-url": "https://packagist.org/downloads/",
4244             "license": [
4245                 "MIT"
4246             ],
4247             "authors": [
4248                 {
4249                     "name": "Antonio Carlos Ribeiro",
4250                     "email": "[email protected]",
4251                     "role": "Creator & Designer"
4252                 }
4253             ],
4254             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
4255             "keywords": [
4256                 "2fa",
4257                 "Authentication",
4258                 "Two Factor Authentication",
4259                 "google2fa"
4260             ],
4261             "support": {
4262                 "issues": "https://github.com/antonioribeiro/google2fa/issues",
4263                 "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.1"
4264             },
4265             "time": "2022-06-13T21:57:56+00:00"
4266         },
4267         {
4268             "name": "predis/predis",
4269             "version": "v2.2.2",
4270             "source": {
4271                 "type": "git",
4272                 "url": "https://github.com/predis/predis.git",
4273                 "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1"
4274             },
4275             "dist": {
4276                 "type": "zip",
4277                 "url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
4278                 "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
4279                 "shasum": ""
4280             },
4281             "require": {
4282                 "php": "^7.2 || ^8.0"
4283             },
4284             "require-dev": {
4285                 "friendsofphp/php-cs-fixer": "^3.3",
4286                 "phpstan/phpstan": "^1.9",
4287                 "phpunit/phpunit": "^8.0 || ~9.4.4"
4288             },
4289             "suggest": {
4290                 "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
4291             },
4292             "type": "library",
4293             "autoload": {
4294                 "psr-4": {
4295                     "Predis\\": "src/"
4296                 }
4297             },
4298             "notification-url": "https://packagist.org/downloads/",
4299             "license": [
4300                 "MIT"
4301             ],
4302             "authors": [
4303                 {
4304                     "name": "Till Krüss",
4305                     "homepage": "https://till.im",
4306                     "role": "Maintainer"
4307                 }
4308             ],
4309             "description": "A flexible and feature-complete Redis client for PHP.",
4310             "homepage": "http://github.com/predis/predis",
4311             "keywords": [
4312                 "nosql",
4313                 "predis",
4314                 "redis"
4315             ],
4316             "support": {
4317                 "issues": "https://github.com/predis/predis/issues",
4318                 "source": "https://github.com/predis/predis/tree/v2.2.2"
4319             },
4320             "funding": [
4321                 {
4322                     "url": "https://github.com/sponsors/tillkruss",
4323                     "type": "github"
4324                 }
4325             ],
4326             "time": "2023-09-13T16:42:03+00:00"
4327         },
4328         {
4329             "name": "psr/cache",
4330             "version": "3.0.0",
4331             "source": {
4332                 "type": "git",
4333                 "url": "https://github.com/php-fig/cache.git",
4334                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
4335             },
4336             "dist": {
4337                 "type": "zip",
4338                 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
4339                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
4340                 "shasum": ""
4341             },
4342             "require": {
4343                 "php": ">=8.0.0"
4344             },
4345             "type": "library",
4346             "extra": {
4347                 "branch-alias": {
4348                     "dev-master": "1.0.x-dev"
4349                 }
4350             },
4351             "autoload": {
4352                 "psr-4": {
4353                     "Psr\\Cache\\": "src/"
4354                 }
4355             },
4356             "notification-url": "https://packagist.org/downloads/",
4357             "license": [
4358                 "MIT"
4359             ],
4360             "authors": [
4361                 {
4362                     "name": "PHP-FIG",
4363                     "homepage": "https://www.php-fig.org/"
4364                 }
4365             ],
4366             "description": "Common interface for caching libraries",
4367             "keywords": [
4368                 "cache",
4369                 "psr",
4370                 "psr-6"
4371             ],
4372             "support": {
4373                 "source": "https://github.com/php-fig/cache/tree/3.0.0"
4374             },
4375             "time": "2021-02-03T23:26:27+00:00"
4376         },
4377         {
4378             "name": "psr/clock",
4379             "version": "1.0.0",
4380             "source": {
4381                 "type": "git",
4382                 "url": "https://github.com/php-fig/clock.git",
4383                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
4384             },
4385             "dist": {
4386                 "type": "zip",
4387                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4388                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4389                 "shasum": ""
4390             },
4391             "require": {
4392                 "php": "^7.0 || ^8.0"
4393             },
4394             "type": "library",
4395             "autoload": {
4396                 "psr-4": {
4397                     "Psr\\Clock\\": "src/"
4398                 }
4399             },
4400             "notification-url": "https://packagist.org/downloads/",
4401             "license": [
4402                 "MIT"
4403             ],
4404             "authors": [
4405                 {
4406                     "name": "PHP-FIG",
4407                     "homepage": "https://www.php-fig.org/"
4408                 }
4409             ],
4410             "description": "Common interface for reading the clock.",
4411             "homepage": "https://github.com/php-fig/clock",
4412             "keywords": [
4413                 "clock",
4414                 "now",
4415                 "psr",
4416                 "psr-20",
4417                 "time"
4418             ],
4419             "support": {
4420                 "issues": "https://github.com/php-fig/clock/issues",
4421                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
4422             },
4423             "time": "2022-11-25T14:36:26+00:00"
4424         },
4425         {
4426             "name": "psr/container",
4427             "version": "2.0.2",
4428             "source": {
4429                 "type": "git",
4430                 "url": "https://github.com/php-fig/container.git",
4431                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
4432             },
4433             "dist": {
4434                 "type": "zip",
4435                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4436                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4437                 "shasum": ""
4438             },
4439             "require": {
4440                 "php": ">=7.4.0"
4441             },
4442             "type": "library",
4443             "extra": {
4444                 "branch-alias": {
4445                     "dev-master": "2.0.x-dev"
4446                 }
4447             },
4448             "autoload": {
4449                 "psr-4": {
4450                     "Psr\\Container\\": "src/"
4451                 }
4452             },
4453             "notification-url": "https://packagist.org/downloads/",
4454             "license": [
4455                 "MIT"
4456             ],
4457             "authors": [
4458                 {
4459                     "name": "PHP-FIG",
4460                     "homepage": "https://www.php-fig.org/"
4461                 }
4462             ],
4463             "description": "Common Container Interface (PHP FIG PSR-11)",
4464             "homepage": "https://github.com/php-fig/container",
4465             "keywords": [
4466                 "PSR-11",
4467                 "container",
4468                 "container-interface",
4469                 "container-interop",
4470                 "psr"
4471             ],
4472             "support": {
4473                 "issues": "https://github.com/php-fig/container/issues",
4474                 "source": "https://github.com/php-fig/container/tree/2.0.2"
4475             },
4476             "time": "2021-11-05T16:47:00+00:00"
4477         },
4478         {
4479             "name": "psr/event-dispatcher",
4480             "version": "1.0.0",
4481             "source": {
4482                 "type": "git",
4483                 "url": "https://github.com/php-fig/event-dispatcher.git",
4484                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
4485             },
4486             "dist": {
4487                 "type": "zip",
4488                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
4489                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
4490                 "shasum": ""
4491             },
4492             "require": {
4493                 "php": ">=7.2.0"
4494             },
4495             "type": "library",
4496             "extra": {
4497                 "branch-alias": {
4498                     "dev-master": "1.0.x-dev"
4499                 }
4500             },
4501             "autoload": {
4502                 "psr-4": {
4503                     "Psr\\EventDispatcher\\": "src/"
4504                 }
4505             },
4506             "notification-url": "https://packagist.org/downloads/",
4507             "license": [
4508                 "MIT"
4509             ],
4510             "authors": [
4511                 {
4512                     "name": "PHP-FIG",
4513                     "homepage": "http://www.php-fig.org/"
4514                 }
4515             ],
4516             "description": "Standard interfaces for event handling.",
4517             "keywords": [
4518                 "events",
4519                 "psr",
4520                 "psr-14"
4521             ],
4522             "support": {
4523                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
4524                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
4525             },
4526             "time": "2019-01-08T18:20:26+00:00"
4527         },
4528         {
4529             "name": "psr/http-client",
4530             "version": "1.0.3",
4531             "source": {
4532                 "type": "git",
4533                 "url": "https://github.com/php-fig/http-client.git",
4534                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
4535             },
4536             "dist": {
4537                 "type": "zip",
4538                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
4539                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
4540                 "shasum": ""
4541             },
4542             "require": {
4543                 "php": "^7.0 || ^8.0",
4544                 "psr/http-message": "^1.0 || ^2.0"
4545             },
4546             "type": "library",
4547             "extra": {
4548                 "branch-alias": {
4549                     "dev-master": "1.0.x-dev"
4550                 }
4551             },
4552             "autoload": {
4553                 "psr-4": {
4554                     "Psr\\Http\\Client\\": "src/"
4555                 }
4556             },
4557             "notification-url": "https://packagist.org/downloads/",
4558             "license": [
4559                 "MIT"
4560             ],
4561             "authors": [
4562                 {
4563                     "name": "PHP-FIG",
4564                     "homepage": "https://www.php-fig.org/"
4565                 }
4566             ],
4567             "description": "Common interface for HTTP clients",
4568             "homepage": "https://github.com/php-fig/http-client",
4569             "keywords": [
4570                 "http",
4571                 "http-client",
4572                 "psr",
4573                 "psr-18"
4574             ],
4575             "support": {
4576                 "source": "https://github.com/php-fig/http-client"
4577             },
4578             "time": "2023-09-23T14:17:50+00:00"
4579         },
4580         {
4581             "name": "psr/http-factory",
4582             "version": "1.0.2",
4583             "source": {
4584                 "type": "git",
4585                 "url": "https://github.com/php-fig/http-factory.git",
4586                 "reference": "e616d01114759c4c489f93b099585439f795fe35"
4587             },
4588             "dist": {
4589                 "type": "zip",
4590                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
4591                 "reference": "e616d01114759c4c489f93b099585439f795fe35",
4592                 "shasum": ""
4593             },
4594             "require": {
4595                 "php": ">=7.0.0",
4596                 "psr/http-message": "^1.0 || ^2.0"
4597             },
4598             "type": "library",
4599             "extra": {
4600                 "branch-alias": {
4601                     "dev-master": "1.0.x-dev"
4602                 }
4603             },
4604             "autoload": {
4605                 "psr-4": {
4606                     "Psr\\Http\\Message\\": "src/"
4607                 }
4608             },
4609             "notification-url": "https://packagist.org/downloads/",
4610             "license": [
4611                 "MIT"
4612             ],
4613             "authors": [
4614                 {
4615                     "name": "PHP-FIG",
4616                     "homepage": "https://www.php-fig.org/"
4617                 }
4618             ],
4619             "description": "Common interfaces for PSR-7 HTTP message factories",
4620             "keywords": [
4621                 "factory",
4622                 "http",
4623                 "message",
4624                 "psr",
4625                 "psr-17",
4626                 "psr-7",
4627                 "request",
4628                 "response"
4629             ],
4630             "support": {
4631                 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
4632             },
4633             "time": "2023-04-10T20:10:41+00:00"
4634         },
4635         {
4636             "name": "psr/http-message",
4637             "version": "2.0",
4638             "source": {
4639                 "type": "git",
4640                 "url": "https://github.com/php-fig/http-message.git",
4641                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
4642             },
4643             "dist": {
4644                 "type": "zip",
4645                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4646                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4647                 "shasum": ""
4648             },
4649             "require": {
4650                 "php": "^7.2 || ^8.0"
4651             },
4652             "type": "library",
4653             "extra": {
4654                 "branch-alias": {
4655                     "dev-master": "2.0.x-dev"
4656                 }
4657             },
4658             "autoload": {
4659                 "psr-4": {
4660                     "Psr\\Http\\Message\\": "src/"
4661                 }
4662             },
4663             "notification-url": "https://packagist.org/downloads/",
4664             "license": [
4665                 "MIT"
4666             ],
4667             "authors": [
4668                 {
4669                     "name": "PHP-FIG",
4670                     "homepage": "https://www.php-fig.org/"
4671                 }
4672             ],
4673             "description": "Common interface for HTTP messages",
4674             "homepage": "https://github.com/php-fig/http-message",
4675             "keywords": [
4676                 "http",
4677                 "http-message",
4678                 "psr",
4679                 "psr-7",
4680                 "request",
4681                 "response"
4682             ],
4683             "support": {
4684                 "source": "https://github.com/php-fig/http-message/tree/2.0"
4685             },
4686             "time": "2023-04-04T09:54:51+00:00"
4687         },
4688         {
4689             "name": "psr/log",
4690             "version": "3.0.0",
4691             "source": {
4692                 "type": "git",
4693                 "url": "https://github.com/php-fig/log.git",
4694                 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
4695             },
4696             "dist": {
4697                 "type": "zip",
4698                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
4699                 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
4700                 "shasum": ""
4701             },
4702             "require": {
4703                 "php": ">=8.0.0"
4704             },
4705             "type": "library",
4706             "extra": {
4707                 "branch-alias": {
4708                     "dev-master": "3.x-dev"
4709                 }
4710             },
4711             "autoload": {
4712                 "psr-4": {
4713                     "Psr\\Log\\": "src"
4714                 }
4715             },
4716             "notification-url": "https://packagist.org/downloads/",
4717             "license": [
4718                 "MIT"
4719             ],
4720             "authors": [
4721                 {
4722                     "name": "PHP-FIG",
4723                     "homepage": "https://www.php-fig.org/"
4724                 }
4725             ],
4726             "description": "Common interface for logging libraries",
4727             "homepage": "https://github.com/php-fig/log",
4728             "keywords": [
4729                 "log",
4730                 "psr",
4731                 "psr-3"
4732             ],
4733             "support": {
4734                 "source": "https://github.com/php-fig/log/tree/3.0.0"
4735             },
4736             "time": "2021-07-14T16:46:02+00:00"
4737         },
4738         {
4739             "name": "psr/simple-cache",
4740             "version": "3.0.0",
4741             "source": {
4742                 "type": "git",
4743                 "url": "https://github.com/php-fig/simple-cache.git",
4744                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
4745             },
4746             "dist": {
4747                 "type": "zip",
4748                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
4749                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
4750                 "shasum": ""
4751             },
4752             "require": {
4753                 "php": ">=8.0.0"
4754             },
4755             "type": "library",
4756             "extra": {
4757                 "branch-alias": {
4758                     "dev-master": "3.0.x-dev"
4759                 }
4760             },
4761             "autoload": {
4762                 "psr-4": {
4763                     "Psr\\SimpleCache\\": "src/"
4764                 }
4765             },
4766             "notification-url": "https://packagist.org/downloads/",
4767             "license": [
4768                 "MIT"
4769             ],
4770             "authors": [
4771                 {
4772                     "name": "PHP-FIG",
4773                     "homepage": "https://www.php-fig.org/"
4774                 }
4775             ],
4776             "description": "Common interfaces for simple caching",
4777             "keywords": [
4778                 "cache",
4779                 "caching",
4780                 "psr",
4781                 "psr-16",
4782                 "simple-cache"
4783             ],
4784             "support": {
4785                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
4786             },
4787             "time": "2021-10-29T13:26:27+00:00"
4788         },
4789         {
4790             "name": "psy/psysh",
4791             "version": "v0.12.3",
4792             "source": {
4793                 "type": "git",
4794                 "url": "https://github.com/bobthecow/psysh.git",
4795                 "reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73"
4796             },
4797             "dist": {
4798                 "type": "zip",
4799                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73",
4800                 "reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73",
4801                 "shasum": ""
4802             },
4803             "require": {
4804                 "ext-json": "*",
4805                 "ext-tokenizer": "*",
4806                 "nikic/php-parser": "^5.0 || ^4.0",
4807                 "php": "^8.0 || ^7.4",
4808                 "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
4809                 "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
4810             },
4811             "conflict": {
4812                 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
4813             },
4814             "require-dev": {
4815                 "bamarni/composer-bin-plugin": "^1.2"
4816             },
4817             "suggest": {
4818                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
4819                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
4820                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
4821             },
4822             "bin": [
4823                 "bin/psysh"
4824             ],
4825             "type": "library",
4826             "extra": {
4827                 "branch-alias": {
4828                     "dev-main": "0.12.x-dev"
4829                 },
4830                 "bamarni-bin": {
4831                     "bin-links": false,
4832                     "forward-command": false
4833                 }
4834             },
4835             "autoload": {
4836                 "files": [
4837                     "src/functions.php"
4838                 ],
4839                 "psr-4": {
4840                     "Psy\\": "src/"
4841                 }
4842             },
4843             "notification-url": "https://packagist.org/downloads/",
4844             "license": [
4845                 "MIT"
4846             ],
4847             "authors": [
4848                 {
4849                     "name": "Justin Hileman",
4850                     "email": "[email protected]",
4851                     "homepage": "http://justinhileman.com"
4852                 }
4853             ],
4854             "description": "An interactive shell for modern PHP.",
4855             "homepage": "http://psysh.org",
4856             "keywords": [
4857                 "REPL",
4858                 "console",
4859                 "interactive",
4860                 "shell"
4861             ],
4862             "support": {
4863                 "issues": "https://github.com/bobthecow/psysh/issues",
4864                 "source": "https://github.com/bobthecow/psysh/tree/v0.12.3"
4865             },
4866             "time": "2024-04-02T15:57:53+00:00"
4867         },
4868         {
4869             "name": "ralouphie/getallheaders",
4870             "version": "3.0.3",
4871             "source": {
4872                 "type": "git",
4873                 "url": "https://github.com/ralouphie/getallheaders.git",
4874                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
4875             },
4876             "dist": {
4877                 "type": "zip",
4878                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
4879                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
4880                 "shasum": ""
4881             },
4882             "require": {
4883                 "php": ">=5.6"
4884             },
4885             "require-dev": {
4886                 "php-coveralls/php-coveralls": "^2.1",
4887                 "phpunit/phpunit": "^5 || ^6.5"
4888             },
4889             "type": "library",
4890             "autoload": {
4891                 "files": [
4892                     "src/getallheaders.php"
4893                 ]
4894             },
4895             "notification-url": "https://packagist.org/downloads/",
4896             "license": [
4897                 "MIT"
4898             ],
4899             "authors": [
4900                 {
4901                     "name": "Ralph Khattar",
4902                     "email": "[email protected]"
4903                 }
4904             ],
4905             "description": "A polyfill for getallheaders.",
4906             "support": {
4907                 "issues": "https://github.com/ralouphie/getallheaders/issues",
4908                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
4909             },
4910             "time": "2019-03-08T08:55:37+00:00"
4911         },
4912         {
4913             "name": "ramsey/collection",
4914             "version": "2.0.0",
4915             "source": {
4916                 "type": "git",
4917                 "url": "https://github.com/ramsey/collection.git",
4918                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
4919             },
4920             "dist": {
4921                 "type": "zip",
4922                 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
4923                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
4924                 "shasum": ""
4925             },
4926             "require": {
4927                 "php": "^8.1"
4928             },
4929             "require-dev": {
4930                 "captainhook/plugin-composer": "^5.3",
4931                 "ergebnis/composer-normalize": "^2.28.3",
4932                 "fakerphp/faker": "^1.21",
4933                 "hamcrest/hamcrest-php": "^2.0",
4934                 "jangregor/phpstan-prophecy": "^1.0",
4935                 "mockery/mockery": "^1.5",
4936                 "php-parallel-lint/php-console-highlighter": "^1.0",
4937                 "php-parallel-lint/php-parallel-lint": "^1.3",
4938                 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
4939                 "phpspec/prophecy-phpunit": "^2.0",
4940                 "phpstan/extension-installer": "^1.2",
4941                 "phpstan/phpstan": "^1.9",
4942                 "phpstan/phpstan-mockery": "^1.1",
4943                 "phpstan/phpstan-phpunit": "^1.3",
4944                 "phpunit/phpunit": "^9.5",
4945                 "psalm/plugin-mockery": "^1.1",
4946                 "psalm/plugin-phpunit": "^0.18.4",
4947                 "ramsey/coding-standard": "^2.0.3",
4948                 "ramsey/conventional-commits": "^1.3",
4949                 "vimeo/psalm": "^5.4"
4950             },
4951             "type": "library",
4952             "extra": {
4953                 "captainhook": {
4954                     "force-install": true
4955                 },
4956                 "ramsey/conventional-commits": {
4957                     "configFile": "conventional-commits.json"
4958                 }
4959             },
4960             "autoload": {
4961                 "psr-4": {
4962                     "Ramsey\\Collection\\": "src/"
4963                 }
4964             },
4965             "notification-url": "https://packagist.org/downloads/",
4966             "license": [
4967                 "MIT"
4968             ],
4969             "authors": [
4970                 {
4971                     "name": "Ben Ramsey",
4972                     "email": "[email protected]",
4973                     "homepage": "https://benramsey.com"
4974                 }
4975             ],
4976             "description": "A PHP library for representing and manipulating collections.",
4977             "keywords": [
4978                 "array",
4979                 "collection",
4980                 "hash",
4981                 "map",
4982                 "queue",
4983                 "set"
4984             ],
4985             "support": {
4986                 "issues": "https://github.com/ramsey/collection/issues",
4987                 "source": "https://github.com/ramsey/collection/tree/2.0.0"
4988             },
4989             "funding": [
4990                 {
4991                     "url": "https://github.com/ramsey",
4992                     "type": "github"
4993                 },
4994                 {
4995                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
4996                     "type": "tidelift"
4997                 }
4998             ],
4999             "time": "2022-12-31T21:50:55+00:00"
5000         },
5001         {
5002             "name": "ramsey/uuid",
5003             "version": "4.7.6",
5004             "source": {
5005                 "type": "git",
5006                 "url": "https://github.com/ramsey/uuid.git",
5007                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
5008             },
5009             "dist": {
5010                 "type": "zip",
5011                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
5012                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
5013                 "shasum": ""
5014             },
5015             "require": {
5016                 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
5017                 "ext-json": "*",
5018                 "php": "^8.0",
5019                 "ramsey/collection": "^1.2 || ^2.0"
5020             },
5021             "replace": {
5022                 "rhumsaa/uuid": "self.version"
5023             },
5024             "require-dev": {
5025                 "captainhook/captainhook": "^5.10",
5026                 "captainhook/plugin-composer": "^5.3",
5027                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5028                 "doctrine/annotations": "^1.8",
5029                 "ergebnis/composer-normalize": "^2.15",
5030                 "mockery/mockery": "^1.3",
5031                 "paragonie/random-lib": "^2",
5032                 "php-mock/php-mock": "^2.2",
5033                 "php-mock/php-mock-mockery": "^1.3",
5034                 "php-parallel-lint/php-parallel-lint": "^1.1",
5035                 "phpbench/phpbench": "^1.0",
5036                 "phpstan/extension-installer": "^1.1",
5037                 "phpstan/phpstan": "^1.8",
5038                 "phpstan/phpstan-mockery": "^1.1",
5039                 "phpstan/phpstan-phpunit": "^1.1",
5040                 "phpunit/phpunit": "^8.5 || ^9",
5041                 "ramsey/composer-repl": "^1.4",
5042                 "slevomat/coding-standard": "^8.4",
5043                 "squizlabs/php_codesniffer": "^3.5",
5044                 "vimeo/psalm": "^4.9"
5045             },
5046             "suggest": {
5047                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
5048                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
5049                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
5050                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
5051                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
5052             },
5053             "type": "library",
5054             "extra": {
5055                 "captainhook": {
5056                     "force-install": true
5057                 }
5058             },
5059             "autoload": {
5060                 "files": [
5061                     "src/functions.php"
5062                 ],
5063                 "psr-4": {
5064                     "Ramsey\\Uuid\\": "src/"
5065                 }
5066             },
5067             "notification-url": "https://packagist.org/downloads/",
5068             "license": [
5069                 "MIT"
5070             ],
5071             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
5072             "keywords": [
5073                 "guid",
5074                 "identifier",
5075                 "uuid"
5076             ],
5077             "support": {
5078                 "issues": "https://github.com/ramsey/uuid/issues",
5079                 "source": "https://github.com/ramsey/uuid/tree/4.7.6"
5080             },
5081             "funding": [
5082                 {
5083                     "url": "https://github.com/ramsey",
5084                     "type": "github"
5085                 },
5086                 {
5087                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
5088                     "type": "tidelift"
5089                 }
5090             ],
5091             "time": "2024-04-27T21:32:50+00:00"
5092         },
5093         {
5094             "name": "robrichards/xmlseclibs",
5095             "version": "3.1.1",
5096             "source": {
5097                 "type": "git",
5098                 "url": "https://github.com/robrichards/xmlseclibs.git",
5099                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
5100             },
5101             "dist": {
5102                 "type": "zip",
5103                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
5104                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
5105                 "shasum": ""
5106             },
5107             "require": {
5108                 "ext-openssl": "*",
5109                 "php": ">= 5.4"
5110             },
5111             "type": "library",
5112             "autoload": {
5113                 "psr-4": {
5114                     "RobRichards\\XMLSecLibs\\": "src"
5115                 }
5116             },
5117             "notification-url": "https://packagist.org/downloads/",
5118             "license": [
5119                 "BSD-3-Clause"
5120             ],
5121             "description": "A PHP library for XML Security",
5122             "homepage": "https://github.com/robrichards/xmlseclibs",
5123             "keywords": [
5124                 "security",
5125                 "signature",
5126                 "xml",
5127                 "xmldsig"
5128             ],
5129             "support": {
5130                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
5131                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
5132             },
5133             "time": "2020-09-05T13:00:25+00:00"
5134         },
5135         {
5136             "name": "sabberworm/php-css-parser",
5137             "version": "v8.5.1",
5138             "source": {
5139                 "type": "git",
5140                 "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
5141                 "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152"
5142             },
5143             "dist": {
5144                 "type": "zip",
5145                 "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/4a3d572b0f8b28bb6fd016ae8bbfc445facef152",
5146                 "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152",
5147                 "shasum": ""
5148             },
5149             "require": {
5150                 "ext-iconv": "*",
5151                 "php": ">=5.6.20"
5152             },
5153             "require-dev": {
5154                 "phpunit/phpunit": "^5.7.27"
5155             },
5156             "suggest": {
5157                 "ext-mbstring": "for parsing UTF-8 CSS"
5158             },
5159             "type": "library",
5160             "extra": {
5161                 "branch-alias": {
5162                     "dev-main": "9.0.x-dev"
5163                 }
5164             },
5165             "autoload": {
5166                 "psr-4": {
5167                     "Sabberworm\\CSS\\": "src/"
5168                 }
5169             },
5170             "notification-url": "https://packagist.org/downloads/",
5171             "license": [
5172                 "MIT"
5173             ],
5174             "authors": [
5175                 {
5176                     "name": "Raphael Schweikert"
5177                 },
5178                 {
5179                     "name": "Oliver Klee",
5180                     "email": "[email protected]"
5181                 },
5182                 {
5183                     "name": "Jake Hotson",
5184                     "email": "[email protected]"
5185                 }
5186             ],
5187             "description": "Parser for CSS Files written in PHP",
5188             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
5189             "keywords": [
5190                 "css",
5191                 "parser",
5192                 "stylesheet"
5193             ],
5194             "support": {
5195                 "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
5196                 "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.5.1"
5197             },
5198             "time": "2024-02-15T16:41:13+00:00"
5199         },
5200         {
5201             "name": "socialiteproviders/discord",
5202             "version": "4.2.0",
5203             "source": {
5204                 "type": "git",
5205                 "url": "https://github.com/SocialiteProviders/Discord.git",
5206                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c"
5207             },
5208             "dist": {
5209                 "type": "zip",
5210                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c71c379acfdca5ba4aa65a3db5ae5222852a919c",
5211                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c",
5212                 "shasum": ""
5213             },
5214             "require": {
5215                 "ext-json": "*",
5216                 "php": "^7.4 || ^8.0",
5217                 "socialiteproviders/manager": "~4.0"
5218             },
5219             "type": "library",
5220             "autoload": {
5221                 "psr-4": {
5222                     "SocialiteProviders\\Discord\\": ""
5223                 }
5224             },
5225             "notification-url": "https://packagist.org/downloads/",
5226             "license": [
5227                 "MIT"
5228             ],
5229             "authors": [
5230                 {
5231                     "name": "Christopher Eklund",
5232                     "email": "[email protected]"
5233                 }
5234             ],
5235             "description": "Discord OAuth2 Provider for Laravel Socialite",
5236             "keywords": [
5237                 "discord",
5238                 "laravel",
5239                 "oauth",
5240                 "provider",
5241                 "socialite"
5242             ],
5243             "support": {
5244                 "docs": "https://socialiteproviders.com/discord",
5245                 "issues": "https://github.com/socialiteproviders/providers/issues",
5246                 "source": "https://github.com/socialiteproviders/providers"
5247             },
5248             "time": "2023-07-24T23:28:47+00:00"
5249         },
5250         {
5251             "name": "socialiteproviders/gitlab",
5252             "version": "4.1.0",
5253             "source": {
5254                 "type": "git",
5255                 "url": "https://github.com/SocialiteProviders/GitLab.git",
5256                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
5257             },
5258             "dist": {
5259                 "type": "zip",
5260                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5261                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5262                 "shasum": ""
5263             },
5264             "require": {
5265                 "ext-json": "*",
5266                 "php": "^7.2 || ^8.0",
5267                 "socialiteproviders/manager": "~4.0"
5268             },
5269             "type": "library",
5270             "autoload": {
5271                 "psr-4": {
5272                     "SocialiteProviders\\GitLab\\": ""
5273                 }
5274             },
5275             "notification-url": "https://packagist.org/downloads/",
5276             "license": [
5277                 "MIT"
5278             ],
5279             "authors": [
5280                 {
5281                     "name": "Christoffer Martinsen",
5282                     "email": "[email protected]"
5283                 }
5284             ],
5285             "description": "GitLab OAuth2 Provider for Laravel Socialite",
5286             "support": {
5287                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
5288             },
5289             "time": "2020-12-01T23:10:59+00:00"
5290         },
5291         {
5292             "name": "socialiteproviders/manager",
5293             "version": "v4.6.0",
5294             "source": {
5295                 "type": "git",
5296                 "url": "https://github.com/SocialiteProviders/Manager.git",
5297                 "reference": "dea5190981c31b89e52259da9ab1ca4e2b258b21"
5298             },
5299             "dist": {
5300                 "type": "zip",
5301                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/dea5190981c31b89e52259da9ab1ca4e2b258b21",
5302                 "reference": "dea5190981c31b89e52259da9ab1ca4e2b258b21",
5303                 "shasum": ""
5304             },
5305             "require": {
5306                 "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
5307                 "laravel/socialite": "^5.5",
5308                 "php": "^8.0"
5309             },
5310             "require-dev": {
5311                 "mockery/mockery": "^1.2",
5312                 "phpunit/phpunit": "^9.0"
5313             },
5314             "type": "library",
5315             "extra": {
5316                 "laravel": {
5317                     "providers": [
5318                         "SocialiteProviders\\Manager\\ServiceProvider"
5319                     ]
5320                 }
5321             },
5322             "autoload": {
5323                 "psr-4": {
5324                     "SocialiteProviders\\Manager\\": "src/"
5325                 }
5326             },
5327             "notification-url": "https://packagist.org/downloads/",
5328             "license": [
5329                 "MIT"
5330             ],
5331             "authors": [
5332                 {
5333                     "name": "Andy Wendt",
5334                     "email": "[email protected]"
5335                 },
5336                 {
5337                     "name": "Anton Komarev",
5338                     "email": "[email protected]"
5339                 },
5340                 {
5341                     "name": "Miguel Piedrafita",
5342                     "email": "[email protected]"
5343                 },
5344                 {
5345                     "name": "atymic",
5346                     "email": "[email protected]",
5347                     "homepage": "https://atymic.dev"
5348                 }
5349             ],
5350             "description": "Easily add new or override built-in providers in Laravel Socialite.",
5351             "homepage": "https://socialiteproviders.com",
5352             "keywords": [
5353                 "laravel",
5354                 "manager",
5355                 "oauth",
5356                 "providers",
5357                 "socialite"
5358             ],
5359             "support": {
5360                 "issues": "https://github.com/socialiteproviders/manager/issues",
5361                 "source": "https://github.com/socialiteproviders/manager"
5362             },
5363             "time": "2024-05-04T07:57:39+00:00"
5364         },
5365         {
5366             "name": "socialiteproviders/microsoft-azure",
5367             "version": "5.2.0",
5368             "source": {
5369                 "type": "git",
5370                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
5371                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16"
5372             },
5373             "dist": {
5374                 "type": "zip",
5375                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5376                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5377                 "shasum": ""
5378             },
5379             "require": {
5380                 "ext-json": "*",
5381                 "php": "^8.0",
5382                 "socialiteproviders/manager": "^4.4"
5383             },
5384             "type": "library",
5385             "autoload": {
5386                 "psr-4": {
5387                     "SocialiteProviders\\Azure\\": ""
5388                 }
5389             },
5390             "notification-url": "https://packagist.org/downloads/",
5391             "license": [
5392                 "MIT"
5393             ],
5394             "authors": [
5395                 {
5396                     "name": "Chris Hemmings",
5397                     "email": "[email protected]"
5398                 }
5399             ],
5400             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
5401             "keywords": [
5402                 "azure",
5403                 "laravel",
5404                 "microsoft",
5405                 "oauth",
5406                 "provider",
5407                 "socialite"
5408             ],
5409             "support": {
5410                 "docs": "https://socialiteproviders.com/microsoft-azure",
5411                 "issues": "https://github.com/socialiteproviders/providers/issues",
5412                 "source": "https://github.com/socialiteproviders/providers"
5413             },
5414             "time": "2024-03-15T03:02:10+00:00"
5415         },
5416         {
5417             "name": "socialiteproviders/okta",
5418             "version": "4.4.0",
5419             "source": {
5420                 "type": "git",
5421                 "url": "https://github.com/SocialiteProviders/Okta.git",
5422                 "reference": "5e47cd7b4c19da94ecafbd91fa430e4151c09806"
5423             },
5424             "dist": {
5425                 "type": "zip",
5426                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/5e47cd7b4c19da94ecafbd91fa430e4151c09806",
5427                 "reference": "5e47cd7b4c19da94ecafbd91fa430e4151c09806",
5428                 "shasum": ""
5429             },
5430             "require": {
5431                 "ext-json": "*",
5432                 "php": "^8.0",
5433                 "socialiteproviders/manager": "^4.4"
5434             },
5435             "type": "library",
5436             "autoload": {
5437                 "psr-4": {
5438                     "SocialiteProviders\\Okta\\": ""
5439                 }
5440             },
5441             "notification-url": "https://packagist.org/downloads/",
5442             "license": [
5443                 "MIT"
5444             ],
5445             "authors": [
5446                 {
5447                     "name": "Chase Coney",
5448                     "email": "[email protected]"
5449                 }
5450             ],
5451             "description": "Okta OAuth2 Provider for Laravel Socialite",
5452             "keywords": [
5453                 "laravel",
5454                 "oauth",
5455                 "okta",
5456                 "provider",
5457                 "socialite"
5458             ],
5459             "support": {
5460                 "docs": "https://socialiteproviders.com/okta",
5461                 "issues": "https://github.com/socialiteproviders/providers/issues",
5462                 "source": "https://github.com/socialiteproviders/providers"
5463             },
5464             "time": "2023-12-12T01:59:17+00:00"
5465         },
5466         {
5467             "name": "socialiteproviders/twitch",
5468             "version": "5.4.0",
5469             "source": {
5470                 "type": "git",
5471                 "url": "https://github.com/SocialiteProviders/Twitch.git",
5472                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d"
5473             },
5474             "dist": {
5475                 "type": "zip",
5476                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/c8791b9d208195b5f02bea432de89d0e612b955d",
5477                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d",
5478                 "shasum": ""
5479             },
5480             "require": {
5481                 "ext-json": "*",
5482                 "php": "^8.0",
5483                 "socialiteproviders/manager": "^4.4"
5484             },
5485             "type": "library",
5486             "autoload": {
5487                 "psr-4": {
5488                     "SocialiteProviders\\Twitch\\": ""
5489                 }
5490             },
5491             "notification-url": "https://packagist.org/downloads/",
5492             "license": [
5493                 "MIT"
5494             ],
5495             "authors": [
5496                 {
5497                     "name": "Brian Faust",
5498                     "email": "[email protected]"
5499                 }
5500             ],
5501             "description": "Twitch OAuth2 Provider for Laravel Socialite",
5502             "keywords": [
5503                 "laravel",
5504                 "oauth",
5505                 "provider",
5506                 "socialite",
5507                 "twitch"
5508             ],
5509             "support": {
5510                 "docs": "https://socialiteproviders.com/twitch",
5511                 "issues": "https://github.com/socialiteproviders/providers/issues",
5512                 "source": "https://github.com/socialiteproviders/providers"
5513             },
5514             "time": "2024-04-01T01:15:35+00:00"
5515         },
5516         {
5517             "name": "ssddanbrown/htmldiff",
5518             "version": "v1.0.3",
5519             "source": {
5520                 "type": "git",
5521                 "url": "https://github.com/ssddanbrown/HtmlDiff.git",
5522                 "reference": "92da405f8138066834b71ac7bedebbda6327761b"
5523             },
5524             "dist": {
5525                 "type": "zip",
5526                 "url": "https://api.github.com/repos/ssddanbrown/HtmlDiff/zipball/92da405f8138066834b71ac7bedebbda6327761b",
5527                 "reference": "92da405f8138066834b71ac7bedebbda6327761b",
5528                 "shasum": ""
5529             },
5530             "require": {
5531                 "ext-mbstring": "*",
5532                 "php": ">=7.2"
5533             },
5534             "require-dev": {
5535                 "phpunit/phpunit": "^8.5|^9.5.9",
5536                 "vimeo/psalm": "^4.10"
5537             },
5538             "type": "library",
5539             "autoload": {
5540                 "psr-4": {
5541                     "Ssddanbrown\\HtmlDiff\\": "src"
5542                 }
5543             },
5544             "notification-url": "https://packagist.org/downloads/",
5545             "license": [
5546                 "MIT"
5547             ],
5548             "authors": [
5549                 {
5550                     "name": "Dan Brown",
5551                     "email": "[email protected]",
5552                     "role": "Developer"
5553                 }
5554             ],
5555             "description": "HTML Content Diff Generator",
5556             "homepage": "https://github.com/ssddanbrown/htmldiff",
5557             "support": {
5558                 "issues": "https://github.com/ssddanbrown/HtmlDiff/issues",
5559                 "source": "https://github.com/ssddanbrown/HtmlDiff/tree/v1.0.3"
5560             },
5561             "funding": [
5562                 {
5563                     "url": "https://github.com/ssddanbrown",
5564                     "type": "github"
5565                 }
5566             ],
5567             "time": "2024-03-29T16:51:55+00:00"
5568         },
5569         {
5570             "name": "ssddanbrown/symfony-mailer",
5571             "version": "6.4.x-dev",
5572             "source": {
5573                 "type": "git",
5574                 "url": "https://github.com/ssddanbrown/symfony-mailer.git",
5575                 "reference": "0497d6eb2734fe22b9550f88ae6526611c9df7ae"
5576             },
5577             "dist": {
5578                 "type": "zip",
5579                 "url": "https://api.github.com/repos/ssddanbrown/symfony-mailer/zipball/0497d6eb2734fe22b9550f88ae6526611c9df7ae",
5580                 "reference": "0497d6eb2734fe22b9550f88ae6526611c9df7ae",
5581                 "shasum": ""
5582             },
5583             "require": {
5584                 "egulias/email-validator": "^2.1.10|^3|^4",
5585                 "php": ">=8.1",
5586                 "psr/event-dispatcher": "^1",
5587                 "psr/log": "^1|^2|^3",
5588                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
5589                 "symfony/mime": "^6.2|^7.0",
5590                 "symfony/service-contracts": "^2.5|^3"
5591             },
5592             "conflict": {
5593                 "symfony/http-client-contracts": "<2.5",
5594                 "symfony/http-kernel": "<5.4",
5595                 "symfony/messenger": "<6.2",
5596                 "symfony/mime": "<6.2",
5597                 "symfony/twig-bridge": "<6.2.1"
5598             },
5599             "replace": {
5600                 "symfony/mailer": "^6.0"
5601             },
5602             "require-dev": {
5603                 "symfony/console": "^5.4|^6.0|^7.0",
5604                 "symfony/http-client": "^5.4|^6.0|^7.0",
5605                 "symfony/messenger": "^6.2|^7.0",
5606                 "symfony/twig-bridge": "^6.2|^7.0"
5607             },
5608             "default-branch": true,
5609             "type": "library",
5610             "autoload": {
5611                 "psr-4": {
5612                     "Symfony\\Component\\Mailer\\": ""
5613                 },
5614                 "exclude-from-classmap": [
5615                     "/Tests/"
5616                 ]
5617             },
5618             "notification-url": "https://packagist.org/downloads/",
5619             "license": [
5620                 "MIT"
5621             ],
5622             "authors": [
5623                 {
5624                     "name": "Dan Brown",
5625                     "homepage": "https://danb.me"
5626                 },
5627                 {
5628                     "name": "Fabien Potencier",
5629                     "email": "[email protected]"
5630                 },
5631                 {
5632                     "name": "Symfony Community",
5633                     "homepage": "https://symfony.com/contributors"
5634                 }
5635             ],
5636             "description": "Helps sending emails",
5637             "homepage": "https://symfony.com",
5638             "support": {
5639                 "source": "https://github.com/ssddanbrown/symfony-mailer/tree/6.4"
5640             },
5641             "time": "2024-03-17T16:25:21+00:00"
5642         },
5643         {
5644             "name": "symfony/console",
5645             "version": "v6.4.7",
5646             "source": {
5647                 "type": "git",
5648                 "url": "https://github.com/symfony/console.git",
5649                 "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f"
5650             },
5651             "dist": {
5652                 "type": "zip",
5653                 "url": "https://api.github.com/repos/symfony/console/zipball/a170e64ae10d00ba89e2acbb590dc2e54da8ad8f",
5654                 "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f",
5655                 "shasum": ""
5656             },
5657             "require": {
5658                 "php": ">=8.1",
5659                 "symfony/deprecation-contracts": "^2.5|^3",
5660                 "symfony/polyfill-mbstring": "~1.0",
5661                 "symfony/service-contracts": "^2.5|^3",
5662                 "symfony/string": "^5.4|^6.0|^7.0"
5663             },
5664             "conflict": {
5665                 "symfony/dependency-injection": "<5.4",
5666                 "symfony/dotenv": "<5.4",
5667                 "symfony/event-dispatcher": "<5.4",
5668                 "symfony/lock": "<5.4",
5669                 "symfony/process": "<5.4"
5670             },
5671             "provide": {
5672                 "psr/log-implementation": "1.0|2.0|3.0"
5673             },
5674             "require-dev": {
5675                 "psr/log": "^1|^2|^3",
5676                 "symfony/config": "^5.4|^6.0|^7.0",
5677                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5678                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
5679                 "symfony/http-foundation": "^6.4|^7.0",
5680                 "symfony/http-kernel": "^6.4|^7.0",
5681                 "symfony/lock": "^5.4|^6.0|^7.0",
5682                 "symfony/messenger": "^5.4|^6.0|^7.0",
5683                 "symfony/process": "^5.4|^6.0|^7.0",
5684                 "symfony/stopwatch": "^5.4|^6.0|^7.0",
5685                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
5686             },
5687             "type": "library",
5688             "autoload": {
5689                 "psr-4": {
5690                     "Symfony\\Component\\Console\\": ""
5691                 },
5692                 "exclude-from-classmap": [
5693                     "/Tests/"
5694                 ]
5695             },
5696             "notification-url": "https://packagist.org/downloads/",
5697             "license": [
5698                 "MIT"
5699             ],
5700             "authors": [
5701                 {
5702                     "name": "Fabien Potencier",
5703                     "email": "[email protected]"
5704                 },
5705                 {
5706                     "name": "Symfony Community",
5707                     "homepage": "https://symfony.com/contributors"
5708                 }
5709             ],
5710             "description": "Eases the creation of beautiful and testable command line interfaces",
5711             "homepage": "https://symfony.com",
5712             "keywords": [
5713                 "cli",
5714                 "command-line",
5715                 "console",
5716                 "terminal"
5717             ],
5718             "support": {
5719                 "source": "https://github.com/symfony/console/tree/v6.4.7"
5720             },
5721             "funding": [
5722                 {
5723                     "url": "https://symfony.com/sponsor",
5724                     "type": "custom"
5725                 },
5726                 {
5727                     "url": "https://github.com/fabpot",
5728                     "type": "github"
5729                 },
5730                 {
5731                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5732                     "type": "tidelift"
5733                 }
5734             ],
5735             "time": "2024-04-18T09:22:46+00:00"
5736         },
5737         {
5738             "name": "symfony/css-selector",
5739             "version": "v6.4.7",
5740             "source": {
5741                 "type": "git",
5742                 "url": "https://github.com/symfony/css-selector.git",
5743                 "reference": "1c5d5c2103c3762aff27a27e1e2409e30a79083b"
5744             },
5745             "dist": {
5746                 "type": "zip",
5747                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c5d5c2103c3762aff27a27e1e2409e30a79083b",
5748                 "reference": "1c5d5c2103c3762aff27a27e1e2409e30a79083b",
5749                 "shasum": ""
5750             },
5751             "require": {
5752                 "php": ">=8.1"
5753             },
5754             "type": "library",
5755             "autoload": {
5756                 "psr-4": {
5757                     "Symfony\\Component\\CssSelector\\": ""
5758                 },
5759                 "exclude-from-classmap": [
5760                     "/Tests/"
5761                 ]
5762             },
5763             "notification-url": "https://packagist.org/downloads/",
5764             "license": [
5765                 "MIT"
5766             ],
5767             "authors": [
5768                 {
5769                     "name": "Fabien Potencier",
5770                     "email": "[email protected]"
5771                 },
5772                 {
5773                     "name": "Jean-François Simon",
5774                     "email": "[email protected]"
5775                 },
5776                 {
5777                     "name": "Symfony Community",
5778                     "homepage": "https://symfony.com/contributors"
5779                 }
5780             ],
5781             "description": "Converts CSS selectors to XPath expressions",
5782             "homepage": "https://symfony.com",
5783             "support": {
5784                 "source": "https://github.com/symfony/css-selector/tree/v6.4.7"
5785             },
5786             "funding": [
5787                 {
5788                     "url": "https://symfony.com/sponsor",
5789                     "type": "custom"
5790                 },
5791                 {
5792                     "url": "https://github.com/fabpot",
5793                     "type": "github"
5794                 },
5795                 {
5796                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5797                     "type": "tidelift"
5798                 }
5799             ],
5800             "time": "2024-04-18T09:22:46+00:00"
5801         },
5802         {
5803             "name": "symfony/deprecation-contracts",
5804             "version": "v3.5.0",
5805             "source": {
5806                 "type": "git",
5807                 "url": "https://github.com/symfony/deprecation-contracts.git",
5808                 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
5809             },
5810             "dist": {
5811                 "type": "zip",
5812                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
5813                 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
5814                 "shasum": ""
5815             },
5816             "require": {
5817                 "php": ">=8.1"
5818             },
5819             "type": "library",
5820             "extra": {
5821                 "branch-alias": {
5822                     "dev-main": "3.5-dev"
5823                 },
5824                 "thanks": {
5825                     "name": "symfony/contracts",
5826                     "url": "https://github.com/symfony/contracts"
5827                 }
5828             },
5829             "autoload": {
5830                 "files": [
5831                     "function.php"
5832                 ]
5833             },
5834             "notification-url": "https://packagist.org/downloads/",
5835             "license": [
5836                 "MIT"
5837             ],
5838             "authors": [
5839                 {
5840                     "name": "Nicolas Grekas",
5841                     "email": "[email protected]"
5842                 },
5843                 {
5844                     "name": "Symfony Community",
5845                     "homepage": "https://symfony.com/contributors"
5846                 }
5847             ],
5848             "description": "A generic function and convention to trigger deprecation notices",
5849             "homepage": "https://symfony.com",
5850             "support": {
5851                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
5852             },
5853             "funding": [
5854                 {
5855                     "url": "https://symfony.com/sponsor",
5856                     "type": "custom"
5857                 },
5858                 {
5859                     "url": "https://github.com/fabpot",
5860                     "type": "github"
5861                 },
5862                 {
5863                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5864                     "type": "tidelift"
5865                 }
5866             ],
5867             "time": "2024-04-18T09:32:20+00:00"
5868         },
5869         {
5870             "name": "symfony/error-handler",
5871             "version": "v6.4.7",
5872             "source": {
5873                 "type": "git",
5874                 "url": "https://github.com/symfony/error-handler.git",
5875                 "reference": "667a072466c6a53827ed7b119af93806b884cbb3"
5876             },
5877             "dist": {
5878                 "type": "zip",
5879                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/667a072466c6a53827ed7b119af93806b884cbb3",
5880                 "reference": "667a072466c6a53827ed7b119af93806b884cbb3",
5881                 "shasum": ""
5882             },
5883             "require": {
5884                 "php": ">=8.1",
5885                 "psr/log": "^1|^2|^3",
5886                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
5887             },
5888             "conflict": {
5889                 "symfony/deprecation-contracts": "<2.5",
5890                 "symfony/http-kernel": "<6.4"
5891             },
5892             "require-dev": {
5893                 "symfony/deprecation-contracts": "^2.5|^3",
5894                 "symfony/http-kernel": "^6.4|^7.0",
5895                 "symfony/serializer": "^5.4|^6.0|^7.0"
5896             },
5897             "bin": [
5898                 "Resources/bin/patch-type-declarations"
5899             ],
5900             "type": "library",
5901             "autoload": {
5902                 "psr-4": {
5903                     "Symfony\\Component\\ErrorHandler\\": ""
5904                 },
5905                 "exclude-from-classmap": [
5906                     "/Tests/"
5907                 ]
5908             },
5909             "notification-url": "https://packagist.org/downloads/",
5910             "license": [
5911                 "MIT"
5912             ],
5913             "authors": [
5914                 {
5915                     "name": "Fabien Potencier",
5916                     "email": "[email protected]"
5917                 },
5918                 {
5919                     "name": "Symfony Community",
5920                     "homepage": "https://symfony.com/contributors"
5921                 }
5922             ],
5923             "description": "Provides tools to manage errors and ease debugging PHP code",
5924             "homepage": "https://symfony.com",
5925             "support": {
5926                 "source": "https://github.com/symfony/error-handler/tree/v6.4.7"
5927             },
5928             "funding": [
5929                 {
5930                     "url": "https://symfony.com/sponsor",
5931                     "type": "custom"
5932                 },
5933                 {
5934                     "url": "https://github.com/fabpot",
5935                     "type": "github"
5936                 },
5937                 {
5938                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5939                     "type": "tidelift"
5940                 }
5941             ],
5942             "time": "2024-04-18T09:22:46+00:00"
5943         },
5944         {
5945             "name": "symfony/event-dispatcher",
5946             "version": "v6.4.7",
5947             "source": {
5948                 "type": "git",
5949                 "url": "https://github.com/symfony/event-dispatcher.git",
5950                 "reference": "d84384f3f67de3cb650db64d685d70395dacfc3f"
5951             },
5952             "dist": {
5953                 "type": "zip",
5954                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d84384f3f67de3cb650db64d685d70395dacfc3f",
5955                 "reference": "d84384f3f67de3cb650db64d685d70395dacfc3f",
5956                 "shasum": ""
5957             },
5958             "require": {
5959                 "php": ">=8.1",
5960                 "symfony/event-dispatcher-contracts": "^2.5|^3"
5961             },
5962             "conflict": {
5963                 "symfony/dependency-injection": "<5.4",
5964                 "symfony/service-contracts": "<2.5"
5965             },
5966             "provide": {
5967                 "psr/event-dispatcher-implementation": "1.0",
5968                 "symfony/event-dispatcher-implementation": "2.0|3.0"
5969             },
5970             "require-dev": {
5971                 "psr/log": "^1|^2|^3",
5972                 "symfony/config": "^5.4|^6.0|^7.0",
5973                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5974                 "symfony/error-handler": "^5.4|^6.0|^7.0",
5975                 "symfony/expression-language": "^5.4|^6.0|^7.0",
5976                 "symfony/http-foundation": "^5.4|^6.0|^7.0",
5977                 "symfony/service-contracts": "^2.5|^3",
5978                 "symfony/stopwatch": "^5.4|^6.0|^7.0"
5979             },
5980             "type": "library",
5981             "autoload": {
5982                 "psr-4": {
5983                     "Symfony\\Component\\EventDispatcher\\": ""
5984                 },
5985                 "exclude-from-classmap": [
5986                     "/Tests/"
5987                 ]
5988             },
5989             "notification-url": "https://packagist.org/downloads/",
5990             "license": [
5991                 "MIT"
5992             ],
5993             "authors": [
5994                 {
5995                     "name": "Fabien Potencier",
5996                     "email": "[email protected]"
5997                 },
5998                 {
5999                     "name": "Symfony Community",
6000                     "homepage": "https://symfony.com/contributors"
6001                 }
6002             ],
6003             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
6004             "homepage": "https://symfony.com",
6005             "support": {
6006                 "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.7"
6007             },
6008             "funding": [
6009                 {
6010                     "url": "https://symfony.com/sponsor",
6011                     "type": "custom"
6012                 },
6013                 {
6014                     "url": "https://github.com/fabpot",
6015                     "type": "github"
6016                 },
6017                 {
6018                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6019                     "type": "tidelift"
6020                 }
6021             ],
6022             "time": "2024-04-18T09:22:46+00:00"
6023         },
6024         {
6025             "name": "symfony/event-dispatcher-contracts",
6026             "version": "v3.5.0",
6027             "source": {
6028                 "type": "git",
6029                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
6030                 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
6031             },
6032             "dist": {
6033                 "type": "zip",
6034                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
6035                 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
6036                 "shasum": ""
6037             },
6038             "require": {
6039                 "php": ">=8.1",
6040                 "psr/event-dispatcher": "^1"
6041             },
6042             "type": "library",
6043             "extra": {
6044                 "branch-alias": {
6045                     "dev-main": "3.5-dev"
6046                 },
6047                 "thanks": {
6048                     "name": "symfony/contracts",
6049                     "url": "https://github.com/symfony/contracts"
6050                 }
6051             },
6052             "autoload": {
6053                 "psr-4": {
6054                     "Symfony\\Contracts\\EventDispatcher\\": ""
6055                 }
6056             },
6057             "notification-url": "https://packagist.org/downloads/",
6058             "license": [
6059                 "MIT"
6060             ],
6061             "authors": [
6062                 {
6063                     "name": "Nicolas Grekas",
6064                     "email": "[email protected]"
6065                 },
6066                 {
6067                     "name": "Symfony Community",
6068                     "homepage": "https://symfony.com/contributors"
6069                 }
6070             ],
6071             "description": "Generic abstractions related to dispatching event",
6072             "homepage": "https://symfony.com",
6073             "keywords": [
6074                 "abstractions",
6075                 "contracts",
6076                 "decoupling",
6077                 "interfaces",
6078                 "interoperability",
6079                 "standards"
6080             ],
6081             "support": {
6082                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
6083             },
6084             "funding": [
6085                 {
6086                     "url": "https://symfony.com/sponsor",
6087                     "type": "custom"
6088                 },
6089                 {
6090                     "url": "https://github.com/fabpot",
6091                     "type": "github"
6092                 },
6093                 {
6094                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6095                     "type": "tidelift"
6096                 }
6097             ],
6098             "time": "2024-04-18T09:32:20+00:00"
6099         },
6100         {
6101             "name": "symfony/finder",
6102             "version": "v6.4.7",
6103             "source": {
6104                 "type": "git",
6105                 "url": "https://github.com/symfony/finder.git",
6106                 "reference": "511c48990be17358c23bf45c5d71ab85d40fb764"
6107             },
6108             "dist": {
6109                 "type": "zip",
6110                 "url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764",
6111                 "reference": "511c48990be17358c23bf45c5d71ab85d40fb764",
6112                 "shasum": ""
6113             },
6114             "require": {
6115                 "php": ">=8.1"
6116             },
6117             "require-dev": {
6118                 "symfony/filesystem": "^6.0|^7.0"
6119             },
6120             "type": "library",
6121             "autoload": {
6122                 "psr-4": {
6123                     "Symfony\\Component\\Finder\\": ""
6124                 },
6125                 "exclude-from-classmap": [
6126                     "/Tests/"
6127                 ]
6128             },
6129             "notification-url": "https://packagist.org/downloads/",
6130             "license": [
6131                 "MIT"
6132             ],
6133             "authors": [
6134                 {
6135                     "name": "Fabien Potencier",
6136                     "email": "[email protected]"
6137                 },
6138                 {
6139                     "name": "Symfony Community",
6140                     "homepage": "https://symfony.com/contributors"
6141                 }
6142             ],
6143             "description": "Finds files and directories via an intuitive fluent interface",
6144             "homepage": "https://symfony.com",
6145             "support": {
6146                 "source": "https://github.com/symfony/finder/tree/v6.4.7"
6147             },
6148             "funding": [
6149                 {
6150                     "url": "https://symfony.com/sponsor",
6151                     "type": "custom"
6152                 },
6153                 {
6154                     "url": "https://github.com/fabpot",
6155                     "type": "github"
6156                 },
6157                 {
6158                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6159                     "type": "tidelift"
6160                 }
6161             ],
6162             "time": "2024-04-23T10:36:43+00:00"
6163         },
6164         {
6165             "name": "symfony/http-foundation",
6166             "version": "v6.4.7",
6167             "source": {
6168                 "type": "git",
6169                 "url": "https://github.com/symfony/http-foundation.git",
6170                 "reference": "b4db6b833035477cb70e18d0ae33cb7c2b521759"
6171             },
6172             "dist": {
6173                 "type": "zip",
6174                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b4db6b833035477cb70e18d0ae33cb7c2b521759",
6175                 "reference": "b4db6b833035477cb70e18d0ae33cb7c2b521759",
6176                 "shasum": ""
6177             },
6178             "require": {
6179                 "php": ">=8.1",
6180                 "symfony/deprecation-contracts": "^2.5|^3",
6181                 "symfony/polyfill-mbstring": "~1.1",
6182                 "symfony/polyfill-php83": "^1.27"
6183             },
6184             "conflict": {
6185                 "symfony/cache": "<6.3"
6186             },
6187             "require-dev": {
6188                 "doctrine/dbal": "^2.13.1|^3|^4",
6189                 "predis/predis": "^1.1|^2.0",
6190                 "symfony/cache": "^6.3|^7.0",
6191                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
6192                 "symfony/expression-language": "^5.4|^6.0|^7.0",
6193                 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
6194                 "symfony/mime": "^5.4|^6.0|^7.0",
6195                 "symfony/rate-limiter": "^5.4|^6.0|^7.0"
6196             },
6197             "type": "library",
6198             "autoload": {
6199                 "psr-4": {
6200                     "Symfony\\Component\\HttpFoundation\\": ""
6201                 },
6202                 "exclude-from-classmap": [
6203                     "/Tests/"
6204                 ]
6205             },
6206             "notification-url": "https://packagist.org/downloads/",
6207             "license": [
6208                 "MIT"
6209             ],
6210             "authors": [
6211                 {
6212                     "name": "Fabien Potencier",
6213                     "email": "[email protected]"
6214                 },
6215                 {
6216                     "name": "Symfony Community",
6217                     "homepage": "https://symfony.com/contributors"
6218                 }
6219             ],
6220             "description": "Defines an object-oriented layer for the HTTP specification",
6221             "homepage": "https://symfony.com",
6222             "support": {
6223                 "source": "https://github.com/symfony/http-foundation/tree/v6.4.7"
6224             },
6225             "funding": [
6226                 {
6227                     "url": "https://symfony.com/sponsor",
6228                     "type": "custom"
6229                 },
6230                 {
6231                     "url": "https://github.com/fabpot",
6232                     "type": "github"
6233                 },
6234                 {
6235                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6236                     "type": "tidelift"
6237                 }
6238             ],
6239             "time": "2024-04-18T09:22:46+00:00"
6240         },
6241         {
6242             "name": "symfony/http-kernel",
6243             "version": "v6.4.7",
6244             "source": {
6245                 "type": "git",
6246                 "url": "https://github.com/symfony/http-kernel.git",
6247                 "reference": "b7b5e6cdef670a0c82d015a966ffc7e855861a98"
6248             },
6249             "dist": {
6250                 "type": "zip",
6251                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b7b5e6cdef670a0c82d015a966ffc7e855861a98",
6252                 "reference": "b7b5e6cdef670a0c82d015a966ffc7e855861a98",
6253                 "shasum": ""
6254             },
6255             "require": {
6256                 "php": ">=8.1",
6257                 "psr/log": "^1|^2|^3",
6258                 "symfony/deprecation-contracts": "^2.5|^3",
6259                 "symfony/error-handler": "^6.4|^7.0",
6260                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
6261                 "symfony/http-foundation": "^6.4|^7.0",
6262                 "symfony/polyfill-ctype": "^1.8"
6263             },
6264             "conflict": {
6265                 "symfony/browser-kit": "<5.4",
6266                 "symfony/cache": "<5.4",
6267                 "symfony/config": "<6.1",
6268                 "symfony/console": "<5.4",
6269                 "symfony/dependency-injection": "<6.4",
6270                 "symfony/doctrine-bridge": "<5.4",
6271                 "symfony/form": "<5.4",
6272                 "symfony/http-client": "<5.4",
6273                 "symfony/http-client-contracts": "<2.5",
6274                 "symfony/mailer": "<5.4",
6275                 "symfony/messenger": "<5.4",
6276                 "symfony/translation": "<5.4",
6277                 "symfony/translation-contracts": "<2.5",
6278                 "symfony/twig-bridge": "<5.4",
6279                 "symfony/validator": "<6.4",
6280                 "symfony/var-dumper": "<6.3",
6281                 "twig/twig": "<2.13"
6282             },
6283             "provide": {
6284                 "psr/log-implementation": "1.0|2.0|3.0"
6285             },
6286             "require-dev": {
6287                 "psr/cache": "^1.0|^2.0|^3.0",
6288                 "symfony/browser-kit": "^5.4|^6.0|^7.0",
6289                 "symfony/clock": "^6.2|^7.0",
6290                 "symfony/config": "^6.1|^7.0",
6291                 "symfony/console": "^5.4|^6.0|^7.0",
6292                 "symfony/css-selector": "^5.4|^6.0|^7.0",
6293                 "symfony/dependency-injection": "^6.4|^7.0",
6294                 "symfony/dom-crawler": "^5.4|^6.0|^7.0",
6295                 "symfony/expression-language": "^5.4|^6.0|^7.0",
6296                 "symfony/finder": "^5.4|^6.0|^7.0",
6297                 "symfony/http-client-contracts": "^2.5|^3",
6298                 "symfony/process": "^5.4|^6.0|^7.0",
6299                 "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
6300                 "symfony/routing": "^5.4|^6.0|^7.0",
6301                 "symfony/serializer": "^6.4.4|^7.0.4",
6302                 "symfony/stopwatch": "^5.4|^6.0|^7.0",
6303                 "symfony/translation": "^5.4|^6.0|^7.0",
6304                 "symfony/translation-contracts": "^2.5|^3",
6305                 "symfony/uid": "^5.4|^6.0|^7.0",
6306                 "symfony/validator": "^6.4|^7.0",
6307                 "symfony/var-dumper": "^5.4|^6.4|^7.0",
6308                 "symfony/var-exporter": "^6.2|^7.0",
6309                 "twig/twig": "^2.13|^3.0.4"
6310             },
6311             "type": "library",
6312             "autoload": {
6313                 "psr-4": {
6314                     "Symfony\\Component\\HttpKernel\\": ""
6315                 },
6316                 "exclude-from-classmap": [
6317                     "/Tests/"
6318                 ]
6319             },
6320             "notification-url": "https://packagist.org/downloads/",
6321             "license": [
6322                 "MIT"
6323             ],
6324             "authors": [
6325                 {
6326                     "name": "Fabien Potencier",
6327                     "email": "[email protected]"
6328                 },
6329                 {
6330                     "name": "Symfony Community",
6331                     "homepage": "https://symfony.com/contributors"
6332                 }
6333             ],
6334             "description": "Provides a structured process for converting a Request into a Response",
6335             "homepage": "https://symfony.com",
6336             "support": {
6337                 "source": "https://github.com/symfony/http-kernel/tree/v6.4.7"
6338             },
6339             "funding": [
6340                 {
6341                     "url": "https://symfony.com/sponsor",
6342                     "type": "custom"
6343                 },
6344                 {
6345                     "url": "https://github.com/fabpot",
6346                     "type": "github"
6347                 },
6348                 {
6349                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6350                     "type": "tidelift"
6351                 }
6352             ],
6353             "time": "2024-04-29T11:24:44+00:00"
6354         },
6355         {
6356             "name": "symfony/mime",
6357             "version": "v6.4.7",
6358             "source": {
6359                 "type": "git",
6360                 "url": "https://github.com/symfony/mime.git",
6361                 "reference": "decadcf3865918ecfcbfa90968553994ce935a5e"
6362             },
6363             "dist": {
6364                 "type": "zip",
6365                 "url": "https://api.github.com/repos/symfony/mime/zipball/decadcf3865918ecfcbfa90968553994ce935a5e",
6366                 "reference": "decadcf3865918ecfcbfa90968553994ce935a5e",
6367                 "shasum": ""
6368             },
6369             "require": {
6370                 "php": ">=8.1",
6371                 "symfony/deprecation-contracts": "^2.5|^3",
6372                 "symfony/polyfill-intl-idn": "^1.10",
6373                 "symfony/polyfill-mbstring": "^1.0"
6374             },
6375             "conflict": {
6376                 "egulias/email-validator": "~3.0.0",
6377                 "phpdocumentor/reflection-docblock": "<3.2.2",
6378                 "phpdocumentor/type-resolver": "<1.4.0",
6379                 "symfony/mailer": "<5.4",
6380                 "symfony/serializer": "<6.3.2"
6381             },
6382             "require-dev": {
6383                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6384                 "league/html-to-markdown": "^5.0",
6385                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6386                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
6387                 "symfony/process": "^5.4|^6.4|^7.0",
6388                 "symfony/property-access": "^5.4|^6.0|^7.0",
6389                 "symfony/property-info": "^5.4|^6.0|^7.0",
6390                 "symfony/serializer": "^6.3.2|^7.0"
6391             },
6392             "type": "library",
6393             "autoload": {
6394                 "psr-4": {
6395                     "Symfony\\Component\\Mime\\": ""
6396                 },
6397                 "exclude-from-classmap": [
6398                     "/Tests/"
6399                 ]
6400             },
6401             "notification-url": "https://packagist.org/downloads/",
6402             "license": [
6403                 "MIT"
6404             ],
6405             "authors": [
6406                 {
6407                     "name": "Fabien Potencier",
6408                     "email": "[email protected]"
6409                 },
6410                 {
6411                     "name": "Symfony Community",
6412                     "homepage": "https://symfony.com/contributors"
6413                 }
6414             ],
6415             "description": "Allows manipulating MIME messages",
6416             "homepage": "https://symfony.com",
6417             "keywords": [
6418                 "mime",
6419                 "mime-type"
6420             ],
6421             "support": {
6422                 "source": "https://github.com/symfony/mime/tree/v6.4.7"
6423             },
6424             "funding": [
6425                 {
6426                     "url": "https://symfony.com/sponsor",
6427                     "type": "custom"
6428                 },
6429                 {
6430                     "url": "https://github.com/fabpot",
6431                     "type": "github"
6432                 },
6433                 {
6434                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6435                     "type": "tidelift"
6436                 }
6437             ],
6438             "time": "2024-04-18T09:22:46+00:00"
6439         },
6440         {
6441             "name": "symfony/polyfill-ctype",
6442             "version": "v1.29.0",
6443             "source": {
6444                 "type": "git",
6445                 "url": "https://github.com/symfony/polyfill-ctype.git",
6446                 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
6447             },
6448             "dist": {
6449                 "type": "zip",
6450                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
6451                 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
6452                 "shasum": ""
6453             },
6454             "require": {
6455                 "php": ">=7.1"
6456             },
6457             "provide": {
6458                 "ext-ctype": "*"
6459             },
6460             "suggest": {
6461                 "ext-ctype": "For best performance"
6462             },
6463             "type": "library",
6464             "extra": {
6465                 "thanks": {
6466                     "name": "symfony/polyfill",
6467                     "url": "https://github.com/symfony/polyfill"
6468                 }
6469             },
6470             "autoload": {
6471                 "files": [
6472                     "bootstrap.php"
6473                 ],
6474                 "psr-4": {
6475                     "Symfony\\Polyfill\\Ctype\\": ""
6476                 }
6477             },
6478             "notification-url": "https://packagist.org/downloads/",
6479             "license": [
6480                 "MIT"
6481             ],
6482             "authors": [
6483                 {
6484                     "name": "Gert de Pagter",
6485                     "email": "[email protected]"
6486                 },
6487                 {
6488                     "name": "Symfony Community",
6489                     "homepage": "https://symfony.com/contributors"
6490                 }
6491             ],
6492             "description": "Symfony polyfill for ctype functions",
6493             "homepage": "https://symfony.com",
6494             "keywords": [
6495                 "compatibility",
6496                 "ctype",
6497                 "polyfill",
6498                 "portable"
6499             ],
6500             "support": {
6501                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
6502             },
6503             "funding": [
6504                 {
6505                     "url": "https://symfony.com/sponsor",
6506                     "type": "custom"
6507                 },
6508                 {
6509                     "url": "https://github.com/fabpot",
6510                     "type": "github"
6511                 },
6512                 {
6513                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6514                     "type": "tidelift"
6515                 }
6516             ],
6517             "time": "2024-01-29T20:11:03+00:00"
6518         },
6519         {
6520             "name": "symfony/polyfill-intl-grapheme",
6521             "version": "v1.29.0",
6522             "source": {
6523                 "type": "git",
6524                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6525                 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
6526             },
6527             "dist": {
6528                 "type": "zip",
6529                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
6530                 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
6531                 "shasum": ""
6532             },
6533             "require": {
6534                 "php": ">=7.1"
6535             },
6536             "suggest": {
6537                 "ext-intl": "For best performance"
6538             },
6539             "type": "library",
6540             "extra": {
6541                 "thanks": {
6542                     "name": "symfony/polyfill",
6543                     "url": "https://github.com/symfony/polyfill"
6544                 }
6545             },
6546             "autoload": {
6547                 "files": [
6548                     "bootstrap.php"
6549                 ],
6550                 "psr-4": {
6551                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6552                 }
6553             },
6554             "notification-url": "https://packagist.org/downloads/",
6555             "license": [
6556                 "MIT"
6557             ],
6558             "authors": [
6559                 {
6560                     "name": "Nicolas Grekas",
6561                     "email": "[email protected]"
6562                 },
6563                 {
6564                     "name": "Symfony Community",
6565                     "homepage": "https://symfony.com/contributors"
6566                 }
6567             ],
6568             "description": "Symfony polyfill for intl's grapheme_* functions",
6569             "homepage": "https://symfony.com",
6570             "keywords": [
6571                 "compatibility",
6572                 "grapheme",
6573                 "intl",
6574                 "polyfill",
6575                 "portable",
6576                 "shim"
6577             ],
6578             "support": {
6579                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
6580             },
6581             "funding": [
6582                 {
6583                     "url": "https://symfony.com/sponsor",
6584                     "type": "custom"
6585                 },
6586                 {
6587                     "url": "https://github.com/fabpot",
6588                     "type": "github"
6589                 },
6590                 {
6591                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6592                     "type": "tidelift"
6593                 }
6594             ],
6595             "time": "2024-01-29T20:11:03+00:00"
6596         },
6597         {
6598             "name": "symfony/polyfill-intl-idn",
6599             "version": "v1.29.0",
6600             "source": {
6601                 "type": "git",
6602                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6603                 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
6604             },
6605             "dist": {
6606                 "type": "zip",
6607                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
6608                 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
6609                 "shasum": ""
6610             },
6611             "require": {
6612                 "php": ">=7.1",
6613                 "symfony/polyfill-intl-normalizer": "^1.10",
6614                 "symfony/polyfill-php72": "^1.10"
6615             },
6616             "suggest": {
6617                 "ext-intl": "For best performance"
6618             },
6619             "type": "library",
6620             "extra": {
6621                 "thanks": {
6622                     "name": "symfony/polyfill",
6623                     "url": "https://github.com/symfony/polyfill"
6624                 }
6625             },
6626             "autoload": {
6627                 "files": [
6628                     "bootstrap.php"
6629                 ],
6630                 "psr-4": {
6631                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6632                 }
6633             },
6634             "notification-url": "https://packagist.org/downloads/",
6635             "license": [
6636                 "MIT"
6637             ],
6638             "authors": [
6639                 {
6640                     "name": "Laurent Bassin",
6641                     "email": "[email protected]"
6642                 },
6643                 {
6644                     "name": "Trevor Rowbotham",
6645                     "email": "[email protected]"
6646                 },
6647                 {
6648                     "name": "Symfony Community",
6649                     "homepage": "https://symfony.com/contributors"
6650                 }
6651             ],
6652             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6653             "homepage": "https://symfony.com",
6654             "keywords": [
6655                 "compatibility",
6656                 "idn",
6657                 "intl",
6658                 "polyfill",
6659                 "portable",
6660                 "shim"
6661             ],
6662             "support": {
6663                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
6664             },
6665             "funding": [
6666                 {
6667                     "url": "https://symfony.com/sponsor",
6668                     "type": "custom"
6669                 },
6670                 {
6671                     "url": "https://github.com/fabpot",
6672                     "type": "github"
6673                 },
6674                 {
6675                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6676                     "type": "tidelift"
6677                 }
6678             ],
6679             "time": "2024-01-29T20:11:03+00:00"
6680         },
6681         {
6682             "name": "symfony/polyfill-intl-normalizer",
6683             "version": "v1.29.0",
6684             "source": {
6685                 "type": "git",
6686                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6687                 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
6688             },
6689             "dist": {
6690                 "type": "zip",
6691                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
6692                 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
6693                 "shasum": ""
6694             },
6695             "require": {
6696                 "php": ">=7.1"
6697             },
6698             "suggest": {
6699                 "ext-intl": "For best performance"
6700             },
6701             "type": "library",
6702             "extra": {
6703                 "thanks": {
6704                     "name": "symfony/polyfill",
6705                     "url": "https://github.com/symfony/polyfill"
6706                 }
6707             },
6708             "autoload": {
6709                 "files": [
6710                     "bootstrap.php"
6711                 ],
6712                 "psr-4": {
6713                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6714                 },
6715                 "classmap": [
6716                     "Resources/stubs"
6717                 ]
6718             },
6719             "notification-url": "https://packagist.org/downloads/",
6720             "license": [
6721                 "MIT"
6722             ],
6723             "authors": [
6724                 {
6725                     "name": "Nicolas Grekas",
6726                     "email": "[email protected]"
6727                 },
6728                 {
6729                     "name": "Symfony Community",
6730                     "homepage": "https://symfony.com/contributors"
6731                 }
6732             ],
6733             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6734             "homepage": "https://symfony.com",
6735             "keywords": [
6736                 "compatibility",
6737                 "intl",
6738                 "normalizer",
6739                 "polyfill",
6740                 "portable",
6741                 "shim"
6742             ],
6743             "support": {
6744                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
6745             },
6746             "funding": [
6747                 {
6748                     "url": "https://symfony.com/sponsor",
6749                     "type": "custom"
6750                 },
6751                 {
6752                     "url": "https://github.com/fabpot",
6753                     "type": "github"
6754                 },
6755                 {
6756                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6757                     "type": "tidelift"
6758                 }
6759             ],
6760             "time": "2024-01-29T20:11:03+00:00"
6761         },
6762         {
6763             "name": "symfony/polyfill-mbstring",
6764             "version": "v1.29.0",
6765             "source": {
6766                 "type": "git",
6767                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6768                 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
6769             },
6770             "dist": {
6771                 "type": "zip",
6772                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
6773                 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
6774                 "shasum": ""
6775             },
6776             "require": {
6777                 "php": ">=7.1"
6778             },
6779             "provide": {
6780                 "ext-mbstring": "*"
6781             },
6782             "suggest": {
6783                 "ext-mbstring": "For best performance"
6784             },
6785             "type": "library",
6786             "extra": {
6787                 "thanks": {
6788                     "name": "symfony/polyfill",
6789                     "url": "https://github.com/symfony/polyfill"
6790                 }
6791             },
6792             "autoload": {
6793                 "files": [
6794                     "bootstrap.php"
6795                 ],
6796                 "psr-4": {
6797                     "Symfony\\Polyfill\\Mbstring\\": ""
6798                 }
6799             },
6800             "notification-url": "https://packagist.org/downloads/",
6801             "license": [
6802                 "MIT"
6803             ],
6804             "authors": [
6805                 {
6806                     "name": "Nicolas Grekas",
6807                     "email": "[email protected]"
6808                 },
6809                 {
6810                     "name": "Symfony Community",
6811                     "homepage": "https://symfony.com/contributors"
6812                 }
6813             ],
6814             "description": "Symfony polyfill for the Mbstring extension",
6815             "homepage": "https://symfony.com",
6816             "keywords": [
6817                 "compatibility",
6818                 "mbstring",
6819                 "polyfill",
6820                 "portable",
6821                 "shim"
6822             ],
6823             "support": {
6824                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
6825             },
6826             "funding": [
6827                 {
6828                     "url": "https://symfony.com/sponsor",
6829                     "type": "custom"
6830                 },
6831                 {
6832                     "url": "https://github.com/fabpot",
6833                     "type": "github"
6834                 },
6835                 {
6836                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6837                     "type": "tidelift"
6838                 }
6839             ],
6840             "time": "2024-01-29T20:11:03+00:00"
6841         },
6842         {
6843             "name": "symfony/polyfill-php72",
6844             "version": "v1.29.0",
6845             "source": {
6846                 "type": "git",
6847                 "url": "https://github.com/symfony/polyfill-php72.git",
6848                 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
6849             },
6850             "dist": {
6851                 "type": "zip",
6852                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
6853                 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
6854                 "shasum": ""
6855             },
6856             "require": {
6857                 "php": ">=7.1"
6858             },
6859             "type": "library",
6860             "extra": {
6861                 "thanks": {
6862                     "name": "symfony/polyfill",
6863                     "url": "https://github.com/symfony/polyfill"
6864                 }
6865             },
6866             "autoload": {
6867                 "files": [
6868                     "bootstrap.php"
6869                 ],
6870                 "psr-4": {
6871                     "Symfony\\Polyfill\\Php72\\": ""
6872                 }
6873             },
6874             "notification-url": "https://packagist.org/downloads/",
6875             "license": [
6876                 "MIT"
6877             ],
6878             "authors": [
6879                 {
6880                     "name": "Nicolas Grekas",
6881                     "email": "[email protected]"
6882                 },
6883                 {
6884                     "name": "Symfony Community",
6885                     "homepage": "https://symfony.com/contributors"
6886                 }
6887             ],
6888             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
6889             "homepage": "https://symfony.com",
6890             "keywords": [
6891                 "compatibility",
6892                 "polyfill",
6893                 "portable",
6894                 "shim"
6895             ],
6896             "support": {
6897                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
6898             },
6899             "funding": [
6900                 {
6901                     "url": "https://symfony.com/sponsor",
6902                     "type": "custom"
6903                 },
6904                 {
6905                     "url": "https://github.com/fabpot",
6906                     "type": "github"
6907                 },
6908                 {
6909                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6910                     "type": "tidelift"
6911                 }
6912             ],
6913             "time": "2024-01-29T20:11:03+00:00"
6914         },
6915         {
6916             "name": "symfony/polyfill-php80",
6917             "version": "v1.29.0",
6918             "source": {
6919                 "type": "git",
6920                 "url": "https://github.com/symfony/polyfill-php80.git",
6921                 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
6922             },
6923             "dist": {
6924                 "type": "zip",
6925                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
6926                 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
6927                 "shasum": ""
6928             },
6929             "require": {
6930                 "php": ">=7.1"
6931             },
6932             "type": "library",
6933             "extra": {
6934                 "thanks": {
6935                     "name": "symfony/polyfill",
6936                     "url": "https://github.com/symfony/polyfill"
6937                 }
6938             },
6939             "autoload": {
6940                 "files": [
6941                     "bootstrap.php"
6942                 ],
6943                 "psr-4": {
6944                     "Symfony\\Polyfill\\Php80\\": ""
6945                 },
6946                 "classmap": [
6947                     "Resources/stubs"
6948                 ]
6949             },
6950             "notification-url": "https://packagist.org/downloads/",
6951             "license": [
6952                 "MIT"
6953             ],
6954             "authors": [
6955                 {
6956                     "name": "Ion Bazan",
6957                     "email": "[email protected]"
6958                 },
6959                 {
6960                     "name": "Nicolas Grekas",
6961                     "email": "[email protected]"
6962                 },
6963                 {
6964                     "name": "Symfony Community",
6965                     "homepage": "https://symfony.com/contributors"
6966                 }
6967             ],
6968             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6969             "homepage": "https://symfony.com",
6970             "keywords": [
6971                 "compatibility",
6972                 "polyfill",
6973                 "portable",
6974                 "shim"
6975             ],
6976             "support": {
6977                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
6978             },
6979             "funding": [
6980                 {
6981                     "url": "https://symfony.com/sponsor",
6982                     "type": "custom"
6983                 },
6984                 {
6985                     "url": "https://github.com/fabpot",
6986                     "type": "github"
6987                 },
6988                 {
6989                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6990                     "type": "tidelift"
6991                 }
6992             ],
6993             "time": "2024-01-29T20:11:03+00:00"
6994         },
6995         {
6996             "name": "symfony/polyfill-php83",
6997             "version": "v1.29.0",
6998             "source": {
6999                 "type": "git",
7000                 "url": "https://github.com/symfony/polyfill-php83.git",
7001                 "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
7002             },
7003             "dist": {
7004                 "type": "zip",
7005                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
7006                 "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
7007                 "shasum": ""
7008             },
7009             "require": {
7010                 "php": ">=7.1",
7011                 "symfony/polyfill-php80": "^1.14"
7012             },
7013             "type": "library",
7014             "extra": {
7015                 "thanks": {
7016                     "name": "symfony/polyfill",
7017                     "url": "https://github.com/symfony/polyfill"
7018                 }
7019             },
7020             "autoload": {
7021                 "files": [
7022                     "bootstrap.php"
7023                 ],
7024                 "psr-4": {
7025                     "Symfony\\Polyfill\\Php83\\": ""
7026                 },
7027                 "classmap": [
7028                     "Resources/stubs"
7029                 ]
7030             },
7031             "notification-url": "https://packagist.org/downloads/",
7032             "license": [
7033                 "MIT"
7034             ],
7035             "authors": [
7036                 {
7037                     "name": "Nicolas Grekas",
7038                     "email": "[email protected]"
7039                 },
7040                 {
7041                     "name": "Symfony Community",
7042                     "homepage": "https://symfony.com/contributors"
7043                 }
7044             ],
7045             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
7046             "homepage": "https://symfony.com",
7047             "keywords": [
7048                 "compatibility",
7049                 "polyfill",
7050                 "portable",
7051                 "shim"
7052             ],
7053             "support": {
7054                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
7055             },
7056             "funding": [
7057                 {
7058                     "url": "https://symfony.com/sponsor",
7059                     "type": "custom"
7060                 },
7061                 {
7062                     "url": "https://github.com/fabpot",
7063                     "type": "github"
7064                 },
7065                 {
7066                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7067                     "type": "tidelift"
7068                 }
7069             ],
7070             "time": "2024-01-29T20:11:03+00:00"
7071         },
7072         {
7073             "name": "symfony/polyfill-uuid",
7074             "version": "v1.29.0",
7075             "source": {
7076                 "type": "git",
7077                 "url": "https://github.com/symfony/polyfill-uuid.git",
7078                 "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853"
7079             },
7080             "dist": {
7081                 "type": "zip",
7082                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/3abdd21b0ceaa3000ee950097bc3cf9efc137853",
7083                 "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853",
7084                 "shasum": ""
7085             },
7086             "require": {
7087                 "php": ">=7.1"
7088             },
7089             "provide": {
7090                 "ext-uuid": "*"
7091             },
7092             "suggest": {
7093                 "ext-uuid": "For best performance"
7094             },
7095             "type": "library",
7096             "extra": {
7097                 "thanks": {
7098                     "name": "symfony/polyfill",
7099                     "url": "https://github.com/symfony/polyfill"
7100                 }
7101             },
7102             "autoload": {
7103                 "files": [
7104                     "bootstrap.php"
7105                 ],
7106                 "psr-4": {
7107                     "Symfony\\Polyfill\\Uuid\\": ""
7108                 }
7109             },
7110             "notification-url": "https://packagist.org/downloads/",
7111             "license": [
7112                 "MIT"
7113             ],
7114             "authors": [
7115                 {
7116                     "name": "Grégoire Pineau",
7117                     "email": "[email protected]"
7118                 },
7119                 {
7120                     "name": "Symfony Community",
7121                     "homepage": "https://symfony.com/contributors"
7122                 }
7123             ],
7124             "description": "Symfony polyfill for uuid functions",
7125             "homepage": "https://symfony.com",
7126             "keywords": [
7127                 "compatibility",
7128                 "polyfill",
7129                 "portable",
7130                 "uuid"
7131             ],
7132             "support": {
7133                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.29.0"
7134             },
7135             "funding": [
7136                 {
7137                     "url": "https://symfony.com/sponsor",
7138                     "type": "custom"
7139                 },
7140                 {
7141                     "url": "https://github.com/fabpot",
7142                     "type": "github"
7143                 },
7144                 {
7145                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7146                     "type": "tidelift"
7147                 }
7148             ],
7149             "time": "2024-01-29T20:11:03+00:00"
7150         },
7151         {
7152             "name": "symfony/process",
7153             "version": "v6.4.7",
7154             "source": {
7155                 "type": "git",
7156                 "url": "https://github.com/symfony/process.git",
7157                 "reference": "cdb1c81c145fd5aa9b0038bab694035020943381"
7158             },
7159             "dist": {
7160                 "type": "zip",
7161                 "url": "https://api.github.com/repos/symfony/process/zipball/cdb1c81c145fd5aa9b0038bab694035020943381",
7162                 "reference": "cdb1c81c145fd5aa9b0038bab694035020943381",
7163                 "shasum": ""
7164             },
7165             "require": {
7166                 "php": ">=8.1"
7167             },
7168             "type": "library",
7169             "autoload": {
7170                 "psr-4": {
7171                     "Symfony\\Component\\Process\\": ""
7172                 },
7173                 "exclude-from-classmap": [
7174                     "/Tests/"
7175                 ]
7176             },
7177             "notification-url": "https://packagist.org/downloads/",
7178             "license": [
7179                 "MIT"
7180             ],
7181             "authors": [
7182                 {
7183                     "name": "Fabien Potencier",
7184                     "email": "[email protected]"
7185                 },
7186                 {
7187                     "name": "Symfony Community",
7188                     "homepage": "https://symfony.com/contributors"
7189                 }
7190             ],
7191             "description": "Executes commands in sub-processes",
7192             "homepage": "https://symfony.com",
7193             "support": {
7194                 "source": "https://github.com/symfony/process/tree/v6.4.7"
7195             },
7196             "funding": [
7197                 {
7198                     "url": "https://symfony.com/sponsor",
7199                     "type": "custom"
7200                 },
7201                 {
7202                     "url": "https://github.com/fabpot",
7203                     "type": "github"
7204                 },
7205                 {
7206                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7207                     "type": "tidelift"
7208                 }
7209             ],
7210             "time": "2024-04-18T09:22:46+00:00"
7211         },
7212         {
7213             "name": "symfony/routing",
7214             "version": "v6.4.7",
7215             "source": {
7216                 "type": "git",
7217                 "url": "https://github.com/symfony/routing.git",
7218                 "reference": "276e06398f71fa2a973264d94f28150f93cfb907"
7219             },
7220             "dist": {
7221                 "type": "zip",
7222                 "url": "https://api.github.com/repos/symfony/routing/zipball/276e06398f71fa2a973264d94f28150f93cfb907",
7223                 "reference": "276e06398f71fa2a973264d94f28150f93cfb907",
7224                 "shasum": ""
7225             },
7226             "require": {
7227                 "php": ">=8.1",
7228                 "symfony/deprecation-contracts": "^2.5|^3"
7229             },
7230             "conflict": {
7231                 "doctrine/annotations": "<1.12",
7232                 "symfony/config": "<6.2",
7233                 "symfony/dependency-injection": "<5.4",
7234                 "symfony/yaml": "<5.4"
7235             },
7236             "require-dev": {
7237                 "doctrine/annotations": "^1.12|^2",
7238                 "psr/log": "^1|^2|^3",
7239                 "symfony/config": "^6.2|^7.0",
7240                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7241                 "symfony/expression-language": "^5.4|^6.0|^7.0",
7242                 "symfony/http-foundation": "^5.4|^6.0|^7.0",
7243                 "symfony/yaml": "^5.4|^6.0|^7.0"
7244             },
7245             "type": "library",
7246             "autoload": {
7247                 "psr-4": {
7248                     "Symfony\\Component\\Routing\\": ""
7249                 },
7250                 "exclude-from-classmap": [
7251                     "/Tests/"
7252                 ]
7253             },
7254             "notification-url": "https://packagist.org/downloads/",
7255             "license": [
7256                 "MIT"
7257             ],
7258             "authors": [
7259                 {
7260                     "name": "Fabien Potencier",
7261                     "email": "[email protected]"
7262                 },
7263                 {
7264                     "name": "Symfony Community",
7265                     "homepage": "https://symfony.com/contributors"
7266                 }
7267             ],
7268             "description": "Maps an HTTP request to a set of configuration variables",
7269             "homepage": "https://symfony.com",
7270             "keywords": [
7271                 "router",
7272                 "routing",
7273                 "uri",
7274                 "url"
7275             ],
7276             "support": {
7277                 "source": "https://github.com/symfony/routing/tree/v6.4.7"
7278             },
7279             "funding": [
7280                 {
7281                     "url": "https://symfony.com/sponsor",
7282                     "type": "custom"
7283                 },
7284                 {
7285                     "url": "https://github.com/fabpot",
7286                     "type": "github"
7287                 },
7288                 {
7289                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7290                     "type": "tidelift"
7291                 }
7292             ],
7293             "time": "2024-04-18T09:22:46+00:00"
7294         },
7295         {
7296             "name": "symfony/service-contracts",
7297             "version": "v3.5.0",
7298             "source": {
7299                 "type": "git",
7300                 "url": "https://github.com/symfony/service-contracts.git",
7301                 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
7302             },
7303             "dist": {
7304                 "type": "zip",
7305                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
7306                 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
7307                 "shasum": ""
7308             },
7309             "require": {
7310                 "php": ">=8.1",
7311                 "psr/container": "^1.1|^2.0",
7312                 "symfony/deprecation-contracts": "^2.5|^3"
7313             },
7314             "conflict": {
7315                 "ext-psr": "<1.1|>=2"
7316             },
7317             "type": "library",
7318             "extra": {
7319                 "branch-alias": {
7320                     "dev-main": "3.5-dev"
7321                 },
7322                 "thanks": {
7323                     "name": "symfony/contracts",
7324                     "url": "https://github.com/symfony/contracts"
7325                 }
7326             },
7327             "autoload": {
7328                 "psr-4": {
7329                     "Symfony\\Contracts\\Service\\": ""
7330                 },
7331                 "exclude-from-classmap": [
7332                     "/Test/"
7333                 ]
7334             },
7335             "notification-url": "https://packagist.org/downloads/",
7336             "license": [
7337                 "MIT"
7338             ],
7339             "authors": [
7340                 {
7341                     "name": "Nicolas Grekas",
7342                     "email": "[email protected]"
7343                 },
7344                 {
7345                     "name": "Symfony Community",
7346                     "homepage": "https://symfony.com/contributors"
7347                 }
7348             ],
7349             "description": "Generic abstractions related to writing services",
7350             "homepage": "https://symfony.com",
7351             "keywords": [
7352                 "abstractions",
7353                 "contracts",
7354                 "decoupling",
7355                 "interfaces",
7356                 "interoperability",
7357                 "standards"
7358             ],
7359             "support": {
7360                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
7361             },
7362             "funding": [
7363                 {
7364                     "url": "https://symfony.com/sponsor",
7365                     "type": "custom"
7366                 },
7367                 {
7368                     "url": "https://github.com/fabpot",
7369                     "type": "github"
7370                 },
7371                 {
7372                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7373                     "type": "tidelift"
7374                 }
7375             ],
7376             "time": "2024-04-18T09:32:20+00:00"
7377         },
7378         {
7379             "name": "symfony/string",
7380             "version": "v6.4.7",
7381             "source": {
7382                 "type": "git",
7383                 "url": "https://github.com/symfony/string.git",
7384                 "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69"
7385             },
7386             "dist": {
7387                 "type": "zip",
7388                 "url": "https://api.github.com/repos/symfony/string/zipball/ffeb9591c61f65a68d47f77d12b83fa530227a69",
7389                 "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69",
7390                 "shasum": ""
7391             },
7392             "require": {
7393                 "php": ">=8.1",
7394                 "symfony/polyfill-ctype": "~1.8",
7395                 "symfony/polyfill-intl-grapheme": "~1.0",
7396                 "symfony/polyfill-intl-normalizer": "~1.0",
7397                 "symfony/polyfill-mbstring": "~1.0"
7398             },
7399             "conflict": {
7400                 "symfony/translation-contracts": "<2.5"
7401             },
7402             "require-dev": {
7403                 "symfony/error-handler": "^5.4|^6.0|^7.0",
7404                 "symfony/http-client": "^5.4|^6.0|^7.0",
7405                 "symfony/intl": "^6.2|^7.0",
7406                 "symfony/translation-contracts": "^2.5|^3.0",
7407                 "symfony/var-exporter": "^5.4|^6.0|^7.0"
7408             },
7409             "type": "library",
7410             "autoload": {
7411                 "files": [
7412                     "Resources/functions.php"
7413                 ],
7414                 "psr-4": {
7415                     "Symfony\\Component\\String\\": ""
7416                 },
7417                 "exclude-from-classmap": [
7418                     "/Tests/"
7419                 ]
7420             },
7421             "notification-url": "https://packagist.org/downloads/",
7422             "license": [
7423                 "MIT"
7424             ],
7425             "authors": [
7426                 {
7427                     "name": "Nicolas Grekas",
7428                     "email": "[email protected]"
7429                 },
7430                 {
7431                     "name": "Symfony Community",
7432                     "homepage": "https://symfony.com/contributors"
7433                 }
7434             ],
7435             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7436             "homepage": "https://symfony.com",
7437             "keywords": [
7438                 "grapheme",
7439                 "i18n",
7440                 "string",
7441                 "unicode",
7442                 "utf-8",
7443                 "utf8"
7444             ],
7445             "support": {
7446                 "source": "https://github.com/symfony/string/tree/v6.4.7"
7447             },
7448             "funding": [
7449                 {
7450                     "url": "https://symfony.com/sponsor",
7451                     "type": "custom"
7452                 },
7453                 {
7454                     "url": "https://github.com/fabpot",
7455                     "type": "github"
7456                 },
7457                 {
7458                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7459                     "type": "tidelift"
7460                 }
7461             ],
7462             "time": "2024-04-18T09:22:46+00:00"
7463         },
7464         {
7465             "name": "symfony/translation",
7466             "version": "v6.4.7",
7467             "source": {
7468                 "type": "git",
7469                 "url": "https://github.com/symfony/translation.git",
7470                 "reference": "7495687c58bfd88b7883823747b0656d90679123"
7471             },
7472             "dist": {
7473                 "type": "zip",
7474                 "url": "https://api.github.com/repos/symfony/translation/zipball/7495687c58bfd88b7883823747b0656d90679123",
7475                 "reference": "7495687c58bfd88b7883823747b0656d90679123",
7476                 "shasum": ""
7477             },
7478             "require": {
7479                 "php": ">=8.1",
7480                 "symfony/deprecation-contracts": "^2.5|^3",
7481                 "symfony/polyfill-mbstring": "~1.0",
7482                 "symfony/translation-contracts": "^2.5|^3.0"
7483             },
7484             "conflict": {
7485                 "symfony/config": "<5.4",
7486                 "symfony/console": "<5.4",
7487                 "symfony/dependency-injection": "<5.4",
7488                 "symfony/http-client-contracts": "<2.5",
7489                 "symfony/http-kernel": "<5.4",
7490                 "symfony/service-contracts": "<2.5",
7491                 "symfony/twig-bundle": "<5.4",
7492                 "symfony/yaml": "<5.4"
7493             },
7494             "provide": {
7495                 "symfony/translation-implementation": "2.3|3.0"
7496             },
7497             "require-dev": {
7498                 "nikic/php-parser": "^4.18|^5.0",
7499                 "psr/log": "^1|^2|^3",
7500                 "symfony/config": "^5.4|^6.0|^7.0",
7501                 "symfony/console": "^5.4|^6.0|^7.0",
7502                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7503                 "symfony/finder": "^5.4|^6.0|^7.0",
7504                 "symfony/http-client-contracts": "^2.5|^3.0",
7505                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
7506                 "symfony/intl": "^5.4|^6.0|^7.0",
7507                 "symfony/polyfill-intl-icu": "^1.21",
7508                 "symfony/routing": "^5.4|^6.0|^7.0",
7509                 "symfony/service-contracts": "^2.5|^3",
7510                 "symfony/yaml": "^5.4|^6.0|^7.0"
7511             },
7512             "type": "library",
7513             "autoload": {
7514                 "files": [
7515                     "Resources/functions.php"
7516                 ],
7517                 "psr-4": {
7518                     "Symfony\\Component\\Translation\\": ""
7519                 },
7520                 "exclude-from-classmap": [
7521                     "/Tests/"
7522                 ]
7523             },
7524             "notification-url": "https://packagist.org/downloads/",
7525             "license": [
7526                 "MIT"
7527             ],
7528             "authors": [
7529                 {
7530                     "name": "Fabien Potencier",
7531                     "email": "[email protected]"
7532                 },
7533                 {
7534                     "name": "Symfony Community",
7535                     "homepage": "https://symfony.com/contributors"
7536                 }
7537             ],
7538             "description": "Provides tools to internationalize your application",
7539             "homepage": "https://symfony.com",
7540             "support": {
7541                 "source": "https://github.com/symfony/translation/tree/v6.4.7"
7542             },
7543             "funding": [
7544                 {
7545                     "url": "https://symfony.com/sponsor",
7546                     "type": "custom"
7547                 },
7548                 {
7549                     "url": "https://github.com/fabpot",
7550                     "type": "github"
7551                 },
7552                 {
7553                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7554                     "type": "tidelift"
7555                 }
7556             ],
7557             "time": "2024-04-18T09:22:46+00:00"
7558         },
7559         {
7560             "name": "symfony/translation-contracts",
7561             "version": "v3.5.0",
7562             "source": {
7563                 "type": "git",
7564                 "url": "https://github.com/symfony/translation-contracts.git",
7565                 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
7566             },
7567             "dist": {
7568                 "type": "zip",
7569                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
7570                 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
7571                 "shasum": ""
7572             },
7573             "require": {
7574                 "php": ">=8.1"
7575             },
7576             "type": "library",
7577             "extra": {
7578                 "branch-alias": {
7579                     "dev-main": "3.5-dev"
7580                 },
7581                 "thanks": {
7582                     "name": "symfony/contracts",
7583                     "url": "https://github.com/symfony/contracts"
7584                 }
7585             },
7586             "autoload": {
7587                 "psr-4": {
7588                     "Symfony\\Contracts\\Translation\\": ""
7589                 },
7590                 "exclude-from-classmap": [
7591                     "/Test/"
7592                 ]
7593             },
7594             "notification-url": "https://packagist.org/downloads/",
7595             "license": [
7596                 "MIT"
7597             ],
7598             "authors": [
7599                 {
7600                     "name": "Nicolas Grekas",
7601                     "email": "[email protected]"
7602                 },
7603                 {
7604                     "name": "Symfony Community",
7605                     "homepage": "https://symfony.com/contributors"
7606                 }
7607             ],
7608             "description": "Generic abstractions related to translation",
7609             "homepage": "https://symfony.com",
7610             "keywords": [
7611                 "abstractions",
7612                 "contracts",
7613                 "decoupling",
7614                 "interfaces",
7615                 "interoperability",
7616                 "standards"
7617             ],
7618             "support": {
7619                 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
7620             },
7621             "funding": [
7622                 {
7623                     "url": "https://symfony.com/sponsor",
7624                     "type": "custom"
7625                 },
7626                 {
7627                     "url": "https://github.com/fabpot",
7628                     "type": "github"
7629                 },
7630                 {
7631                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7632                     "type": "tidelift"
7633                 }
7634             ],
7635             "time": "2024-04-18T09:32:20+00:00"
7636         },
7637         {
7638             "name": "symfony/uid",
7639             "version": "v6.4.7",
7640             "source": {
7641                 "type": "git",
7642                 "url": "https://github.com/symfony/uid.git",
7643                 "reference": "a66efcb71d8bc3a207d9d78e0bd67f3321510355"
7644             },
7645             "dist": {
7646                 "type": "zip",
7647                 "url": "https://api.github.com/repos/symfony/uid/zipball/a66efcb71d8bc3a207d9d78e0bd67f3321510355",
7648                 "reference": "a66efcb71d8bc3a207d9d78e0bd67f3321510355",
7649                 "shasum": ""
7650             },
7651             "require": {
7652                 "php": ">=8.1",
7653                 "symfony/polyfill-uuid": "^1.15"
7654             },
7655             "require-dev": {
7656                 "symfony/console": "^5.4|^6.0|^7.0"
7657             },
7658             "type": "library",
7659             "autoload": {
7660                 "psr-4": {
7661                     "Symfony\\Component\\Uid\\": ""
7662                 },
7663                 "exclude-from-classmap": [
7664                     "/Tests/"
7665                 ]
7666             },
7667             "notification-url": "https://packagist.org/downloads/",
7668             "license": [
7669                 "MIT"
7670             ],
7671             "authors": [
7672                 {
7673                     "name": "Grégoire Pineau",
7674                     "email": "[email protected]"
7675                 },
7676                 {
7677                     "name": "Nicolas Grekas",
7678                     "email": "[email protected]"
7679                 },
7680                 {
7681                     "name": "Symfony Community",
7682                     "homepage": "https://symfony.com/contributors"
7683                 }
7684             ],
7685             "description": "Provides an object-oriented API to generate and represent UIDs",
7686             "homepage": "https://symfony.com",
7687             "keywords": [
7688                 "UID",
7689                 "ulid",
7690                 "uuid"
7691             ],
7692             "support": {
7693                 "source": "https://github.com/symfony/uid/tree/v6.4.7"
7694             },
7695             "funding": [
7696                 {
7697                     "url": "https://symfony.com/sponsor",
7698                     "type": "custom"
7699                 },
7700                 {
7701                     "url": "https://github.com/fabpot",
7702                     "type": "github"
7703                 },
7704                 {
7705                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7706                     "type": "tidelift"
7707                 }
7708             ],
7709             "time": "2024-04-18T09:22:46+00:00"
7710         },
7711         {
7712             "name": "symfony/var-dumper",
7713             "version": "v6.4.7",
7714             "source": {
7715                 "type": "git",
7716                 "url": "https://github.com/symfony/var-dumper.git",
7717                 "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7"
7718             },
7719             "dist": {
7720                 "type": "zip",
7721                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7a9cd977cd1c5fed3694bee52990866432af07d7",
7722                 "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7",
7723                 "shasum": ""
7724             },
7725             "require": {
7726                 "php": ">=8.1",
7727                 "symfony/deprecation-contracts": "^2.5|^3",
7728                 "symfony/polyfill-mbstring": "~1.0"
7729             },
7730             "conflict": {
7731                 "symfony/console": "<5.4"
7732             },
7733             "require-dev": {
7734                 "ext-iconv": "*",
7735                 "symfony/console": "^5.4|^6.0|^7.0",
7736                 "symfony/error-handler": "^6.3|^7.0",
7737                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
7738                 "symfony/process": "^5.4|^6.0|^7.0",
7739                 "symfony/uid": "^5.4|^6.0|^7.0",
7740                 "twig/twig": "^2.13|^3.0.4"
7741             },
7742             "bin": [
7743                 "Resources/bin/var-dump-server"
7744             ],
7745             "type": "library",
7746             "autoload": {
7747                 "files": [
7748                     "Resources/functions/dump.php"
7749                 ],
7750                 "psr-4": {
7751                     "Symfony\\Component\\VarDumper\\": ""
7752                 },
7753                 "exclude-from-classmap": [
7754                     "/Tests/"
7755                 ]
7756             },
7757             "notification-url": "https://packagist.org/downloads/",
7758             "license": [
7759                 "MIT"
7760             ],
7761             "authors": [
7762                 {
7763                     "name": "Nicolas Grekas",
7764                     "email": "[email protected]"
7765                 },
7766                 {
7767                     "name": "Symfony Community",
7768                     "homepage": "https://symfony.com/contributors"
7769                 }
7770             ],
7771             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7772             "homepage": "https://symfony.com",
7773             "keywords": [
7774                 "debug",
7775                 "dump"
7776             ],
7777             "support": {
7778                 "source": "https://github.com/symfony/var-dumper/tree/v6.4.7"
7779             },
7780             "funding": [
7781                 {
7782                     "url": "https://symfony.com/sponsor",
7783                     "type": "custom"
7784                 },
7785                 {
7786                     "url": "https://github.com/fabpot",
7787                     "type": "github"
7788                 },
7789                 {
7790                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7791                     "type": "tidelift"
7792                 }
7793             ],
7794             "time": "2024-04-18T09:22:46+00:00"
7795         },
7796         {
7797             "name": "tijsverkoyen/css-to-inline-styles",
7798             "version": "v2.2.7",
7799             "source": {
7800                 "type": "git",
7801                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7802                 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
7803             },
7804             "dist": {
7805                 "type": "zip",
7806                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
7807                 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
7808                 "shasum": ""
7809             },
7810             "require": {
7811                 "ext-dom": "*",
7812                 "ext-libxml": "*",
7813                 "php": "^5.5 || ^7.0 || ^8.0",
7814                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
7815             },
7816             "require-dev": {
7817                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
7818             },
7819             "type": "library",
7820             "extra": {
7821                 "branch-alias": {
7822                     "dev-master": "2.2.x-dev"
7823                 }
7824             },
7825             "autoload": {
7826                 "psr-4": {
7827                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7828                 }
7829             },
7830             "notification-url": "https://packagist.org/downloads/",
7831             "license": [
7832                 "BSD-3-Clause"
7833             ],
7834             "authors": [
7835                 {
7836                     "name": "Tijs Verkoyen",
7837                     "email": "[email protected]",
7838                     "role": "Developer"
7839                 }
7840             ],
7841             "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.",
7842             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7843             "support": {
7844                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7845                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
7846             },
7847             "time": "2023-12-08T13:03:43+00:00"
7848         },
7849         {
7850             "name": "vlucas/phpdotenv",
7851             "version": "v5.6.0",
7852             "source": {
7853                 "type": "git",
7854                 "url": "https://github.com/vlucas/phpdotenv.git",
7855                 "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
7856             },
7857             "dist": {
7858                 "type": "zip",
7859                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
7860                 "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
7861                 "shasum": ""
7862             },
7863             "require": {
7864                 "ext-pcre": "*",
7865                 "graham-campbell/result-type": "^1.1.2",
7866                 "php": "^7.2.5 || ^8.0",
7867                 "phpoption/phpoption": "^1.9.2",
7868                 "symfony/polyfill-ctype": "^1.24",
7869                 "symfony/polyfill-mbstring": "^1.24",
7870                 "symfony/polyfill-php80": "^1.24"
7871             },
7872             "require-dev": {
7873                 "bamarni/composer-bin-plugin": "^1.8.2",
7874                 "ext-filter": "*",
7875                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7876             },
7877             "suggest": {
7878                 "ext-filter": "Required to use the boolean validator."
7879             },
7880             "type": "library",
7881             "extra": {
7882                 "bamarni-bin": {
7883                     "bin-links": true,
7884                     "forward-command": true
7885                 },
7886                 "branch-alias": {
7887                     "dev-master": "5.6-dev"
7888                 }
7889             },
7890             "autoload": {
7891                 "psr-4": {
7892                     "Dotenv\\": "src/"
7893                 }
7894             },
7895             "notification-url": "https://packagist.org/downloads/",
7896             "license": [
7897                 "BSD-3-Clause"
7898             ],
7899             "authors": [
7900                 {
7901                     "name": "Graham Campbell",
7902                     "email": "[email protected]",
7903                     "homepage": "https://github.com/GrahamCampbell"
7904                 },
7905                 {
7906                     "name": "Vance Lucas",
7907                     "email": "[email protected]",
7908                     "homepage": "https://github.com/vlucas"
7909                 }
7910             ],
7911             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7912             "keywords": [
7913                 "dotenv",
7914                 "env",
7915                 "environment"
7916             ],
7917             "support": {
7918                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7919                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
7920             },
7921             "funding": [
7922                 {
7923                     "url": "https://github.com/GrahamCampbell",
7924                     "type": "github"
7925                 },
7926                 {
7927                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7928                     "type": "tidelift"
7929                 }
7930             ],
7931             "time": "2023-11-12T22:43:29+00:00"
7932         },
7933         {
7934             "name": "voku/portable-ascii",
7935             "version": "2.0.1",
7936             "source": {
7937                 "type": "git",
7938                 "url": "https://github.com/voku/portable-ascii.git",
7939                 "reference": "b56450eed252f6801410d810c8e1727224ae0743"
7940             },
7941             "dist": {
7942                 "type": "zip",
7943                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
7944                 "reference": "b56450eed252f6801410d810c8e1727224ae0743",
7945                 "shasum": ""
7946             },
7947             "require": {
7948                 "php": ">=7.0.0"
7949             },
7950             "require-dev": {
7951                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7952             },
7953             "suggest": {
7954                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7955             },
7956             "type": "library",
7957             "autoload": {
7958                 "psr-4": {
7959                     "voku\\": "src/voku/"
7960                 }
7961             },
7962             "notification-url": "https://packagist.org/downloads/",
7963             "license": [
7964                 "MIT"
7965             ],
7966             "authors": [
7967                 {
7968                     "name": "Lars Moelleken",
7969                     "homepage": "http://www.moelleken.org/"
7970                 }
7971             ],
7972             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7973             "homepage": "https://github.com/voku/portable-ascii",
7974             "keywords": [
7975                 "ascii",
7976                 "clean",
7977                 "php"
7978             ],
7979             "support": {
7980                 "issues": "https://github.com/voku/portable-ascii/issues",
7981                 "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
7982             },
7983             "funding": [
7984                 {
7985                     "url": "https://www.paypal.me/moelleken",
7986                     "type": "custom"
7987                 },
7988                 {
7989                     "url": "https://github.com/voku",
7990                     "type": "github"
7991                 },
7992                 {
7993                     "url": "https://opencollective.com/portable-ascii",
7994                     "type": "open_collective"
7995                 },
7996                 {
7997                     "url": "https://www.patreon.com/voku",
7998                     "type": "patreon"
7999                 },
8000                 {
8001                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
8002                     "type": "tidelift"
8003                 }
8004             ],
8005             "time": "2022-03-08T17:03:00+00:00"
8006         },
8007         {
8008             "name": "webmozart/assert",
8009             "version": "1.11.0",
8010             "source": {
8011                 "type": "git",
8012                 "url": "https://github.com/webmozarts/assert.git",
8013                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
8014             },
8015             "dist": {
8016                 "type": "zip",
8017                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
8018                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
8019                 "shasum": ""
8020             },
8021             "require": {
8022                 "ext-ctype": "*",
8023                 "php": "^7.2 || ^8.0"
8024             },
8025             "conflict": {
8026                 "phpstan/phpstan": "<0.12.20",
8027                 "vimeo/psalm": "<4.6.1 || 4.6.2"
8028             },
8029             "require-dev": {
8030                 "phpunit/phpunit": "^8.5.13"
8031             },
8032             "type": "library",
8033             "extra": {
8034                 "branch-alias": {
8035                     "dev-master": "1.10-dev"
8036                 }
8037             },
8038             "autoload": {
8039                 "psr-4": {
8040                     "Webmozart\\Assert\\": "src/"
8041                 }
8042             },
8043             "notification-url": "https://packagist.org/downloads/",
8044             "license": [
8045                 "MIT"
8046             ],
8047             "authors": [
8048                 {
8049                     "name": "Bernhard Schussek",
8050                     "email": "[email protected]"
8051                 }
8052             ],
8053             "description": "Assertions to validate method input/output with nice error messages.",
8054             "keywords": [
8055                 "assert",
8056                 "check",
8057                 "validate"
8058             ],
8059             "support": {
8060                 "issues": "https://github.com/webmozarts/assert/issues",
8061                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
8062             },
8063             "time": "2022-06-03T18:03:27+00:00"
8064         }
8065     ],
8066     "packages-dev": [
8067         {
8068             "name": "fakerphp/faker",
8069             "version": "v1.23.1",
8070             "source": {
8071                 "type": "git",
8072                 "url": "https://github.com/FakerPHP/Faker.git",
8073                 "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
8074             },
8075             "dist": {
8076                 "type": "zip",
8077                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
8078                 "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
8079                 "shasum": ""
8080             },
8081             "require": {
8082                 "php": "^7.4 || ^8.0",
8083                 "psr/container": "^1.0 || ^2.0",
8084                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8085             },
8086             "conflict": {
8087                 "fzaninotto/faker": "*"
8088             },
8089             "require-dev": {
8090                 "bamarni/composer-bin-plugin": "^1.4.1",
8091                 "doctrine/persistence": "^1.3 || ^2.0",
8092                 "ext-intl": "*",
8093                 "phpunit/phpunit": "^9.5.26",
8094                 "symfony/phpunit-bridge": "^5.4.16"
8095             },
8096             "suggest": {
8097                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8098                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8099                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8100                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8101                 "ext-mbstring": "Required for multibyte Unicode string functionality."
8102             },
8103             "type": "library",
8104             "autoload": {
8105                 "psr-4": {
8106                     "Faker\\": "src/Faker/"
8107                 }
8108             },
8109             "notification-url": "https://packagist.org/downloads/",
8110             "license": [
8111                 "MIT"
8112             ],
8113             "authors": [
8114                 {
8115                     "name": "François Zaninotto"
8116                 }
8117             ],
8118             "description": "Faker is a PHP library that generates fake data for you.",
8119             "keywords": [
8120                 "data",
8121                 "faker",
8122                 "fixtures"
8123             ],
8124             "support": {
8125                 "issues": "https://github.com/FakerPHP/Faker/issues",
8126                 "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
8127             },
8128             "time": "2024-01-02T13:46:09+00:00"
8129         },
8130         {
8131             "name": "filp/whoops",
8132             "version": "2.15.4",
8133             "source": {
8134                 "type": "git",
8135                 "url": "https://github.com/filp/whoops.git",
8136                 "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
8137             },
8138             "dist": {
8139                 "type": "zip",
8140                 "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
8141                 "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
8142                 "shasum": ""
8143             },
8144             "require": {
8145                 "php": "^5.5.9 || ^7.0 || ^8.0",
8146                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
8147             },
8148             "require-dev": {
8149                 "mockery/mockery": "^0.9 || ^1.0",
8150                 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
8151                 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
8152             },
8153             "suggest": {
8154                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
8155                 "whoops/soap": "Formats errors as SOAP responses"
8156             },
8157             "type": "library",
8158             "extra": {
8159                 "branch-alias": {
8160                     "dev-master": "2.7-dev"
8161                 }
8162             },
8163             "autoload": {
8164                 "psr-4": {
8165                     "Whoops\\": "src/Whoops/"
8166                 }
8167             },
8168             "notification-url": "https://packagist.org/downloads/",
8169             "license": [
8170                 "MIT"
8171             ],
8172             "authors": [
8173                 {
8174                     "name": "Filipe Dobreira",
8175                     "homepage": "https://github.com/filp",
8176                     "role": "Developer"
8177                 }
8178             ],
8179             "description": "php error handling for cool kids",
8180             "homepage": "https://filp.github.io/whoops/",
8181             "keywords": [
8182                 "error",
8183                 "exception",
8184                 "handling",
8185                 "library",
8186                 "throwable",
8187                 "whoops"
8188             ],
8189             "support": {
8190                 "issues": "https://github.com/filp/whoops/issues",
8191                 "source": "https://github.com/filp/whoops/tree/2.15.4"
8192             },
8193             "funding": [
8194                 {
8195                     "url": "https://github.com/denis-sokolov",
8196                     "type": "github"
8197                 }
8198             ],
8199             "time": "2023-11-03T12:00:00+00:00"
8200         },
8201         {
8202             "name": "hamcrest/hamcrest-php",
8203             "version": "v2.0.1",
8204             "source": {
8205                 "type": "git",
8206                 "url": "https://github.com/hamcrest/hamcrest-php.git",
8207                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
8208             },
8209             "dist": {
8210                 "type": "zip",
8211                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8212                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8213                 "shasum": ""
8214             },
8215             "require": {
8216                 "php": "^5.3|^7.0|^8.0"
8217             },
8218             "replace": {
8219                 "cordoval/hamcrest-php": "*",
8220                 "davedevelopment/hamcrest-php": "*",
8221                 "kodova/hamcrest-php": "*"
8222             },
8223             "require-dev": {
8224                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8225                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8226             },
8227             "type": "library",
8228             "extra": {
8229                 "branch-alias": {
8230                     "dev-master": "2.1-dev"
8231                 }
8232             },
8233             "autoload": {
8234                 "classmap": [
8235                     "hamcrest"
8236                 ]
8237             },
8238             "notification-url": "https://packagist.org/downloads/",
8239             "license": [
8240                 "BSD-3-Clause"
8241             ],
8242             "description": "This is the PHP port of Hamcrest Matchers",
8243             "keywords": [
8244                 "test"
8245             ],
8246             "support": {
8247                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8248                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8249             },
8250             "time": "2020-07-09T08:09:16+00:00"
8251         },
8252         {
8253             "name": "itsgoingd/clockwork",
8254             "version": "v5.2.2",
8255             "source": {
8256                 "type": "git",
8257                 "url": "https://github.com/itsgoingd/clockwork.git",
8258                 "reference": "29bc4cedfbe742b419544c30b7b6e15cd9da08ef"
8259             },
8260             "dist": {
8261                 "type": "zip",
8262                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/29bc4cedfbe742b419544c30b7b6e15cd9da08ef",
8263                 "reference": "29bc4cedfbe742b419544c30b7b6e15cd9da08ef",
8264                 "shasum": ""
8265             },
8266             "require": {
8267                 "ext-json": "*",
8268                 "php": ">=5.6"
8269             },
8270             "suggest": {
8271                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8272                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8273                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8274                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8275                 "ext-redis": "Needed in order to use Redis for metadata storage"
8276             },
8277             "type": "library",
8278             "extra": {
8279                 "laravel": {
8280                     "providers": [
8281                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8282                     ],
8283                     "aliases": {
8284                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8285                     }
8286                 }
8287             },
8288             "autoload": {
8289                 "psr-4": {
8290                     "Clockwork\\": "Clockwork/"
8291                 }
8292             },
8293             "notification-url": "https://packagist.org/downloads/",
8294             "license": [
8295                 "MIT"
8296             ],
8297             "authors": [
8298                 {
8299                     "name": "itsgoingd",
8300                     "email": "[email protected]",
8301                     "homepage": "https://twitter.com/itsgoingd"
8302                 }
8303             ],
8304             "description": "php dev tools in your browser",
8305             "homepage": "https://underground.works/clockwork",
8306             "keywords": [
8307                 "Devtools",
8308                 "debugging",
8309                 "laravel",
8310                 "logging",
8311                 "lumen",
8312                 "profiling",
8313                 "slim"
8314             ],
8315             "support": {
8316                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8317                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.2.2"
8318             },
8319             "funding": [
8320                 {
8321                     "url": "https://github.com/itsgoingd",
8322                     "type": "github"
8323                 }
8324             ],
8325             "time": "2024-04-14T10:49:22+00:00"
8326         },
8327         {
8328             "name": "larastan/larastan",
8329             "version": "v2.9.5",
8330             "source": {
8331                 "type": "git",
8332                 "url": "https://github.com/larastan/larastan.git",
8333                 "reference": "101f1a4470f87326f4d3995411d28679d8800abe"
8334             },
8335             "dist": {
8336                 "type": "zip",
8337                 "url": "https://api.github.com/repos/larastan/larastan/zipball/101f1a4470f87326f4d3995411d28679d8800abe",
8338                 "reference": "101f1a4470f87326f4d3995411d28679d8800abe",
8339                 "shasum": ""
8340             },
8341             "require": {
8342                 "ext-json": "*",
8343                 "illuminate/console": "^9.52.16 || ^10.28.0 || ^11.0",
8344                 "illuminate/container": "^9.52.16 || ^10.28.0 || ^11.0",
8345                 "illuminate/contracts": "^9.52.16 || ^10.28.0 || ^11.0",
8346                 "illuminate/database": "^9.52.16 || ^10.28.0 || ^11.0",
8347                 "illuminate/http": "^9.52.16 || ^10.28.0 || ^11.0",
8348                 "illuminate/pipeline": "^9.52.16 || ^10.28.0 || ^11.0",
8349                 "illuminate/support": "^9.52.16 || ^10.28.0 || ^11.0",
8350                 "php": "^8.0.2",
8351                 "phpmyadmin/sql-parser": "^5.9.0",
8352                 "phpstan/phpstan": "^1.10.66"
8353             },
8354             "require-dev": {
8355                 "doctrine/coding-standard": "^12.0",
8356                 "nikic/php-parser": "^4.19.1",
8357                 "orchestra/canvas": "^7.11.1 || ^8.11.0 || ^9.0.2",
8358                 "orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.3",
8359                 "phpunit/phpunit": "^9.6.13 || ^10.5.16"
8360             },
8361             "suggest": {
8362                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8363             },
8364             "type": "phpstan-extension",
8365             "extra": {
8366                 "branch-alias": {
8367                     "dev-master": "2.0-dev"
8368                 },
8369                 "phpstan": {
8370                     "includes": [
8371                         "extension.neon"
8372                     ]
8373                 }
8374             },
8375             "autoload": {
8376                 "psr-4": {
8377                     "Larastan\\Larastan\\": "src/"
8378                 }
8379             },
8380             "notification-url": "https://packagist.org/downloads/",
8381             "license": [
8382                 "MIT"
8383             ],
8384             "authors": [
8385                 {
8386                     "name": "Can Vural",
8387                     "email": "[email protected]"
8388                 },
8389                 {
8390                     "name": "Nuno Maduro",
8391                     "email": "[email protected]"
8392                 }
8393             ],
8394             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
8395             "keywords": [
8396                 "PHPStan",
8397                 "code analyse",
8398                 "code analysis",
8399                 "larastan",
8400                 "laravel",
8401                 "package",
8402                 "php",
8403                 "static analysis"
8404             ],
8405             "support": {
8406                 "issues": "https://github.com/larastan/larastan/issues",
8407                 "source": "https://github.com/larastan/larastan/tree/v2.9.5"
8408             },
8409             "funding": [
8410                 {
8411                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8412                     "type": "custom"
8413                 },
8414                 {
8415                     "url": "https://github.com/canvural",
8416                     "type": "github"
8417                 },
8418                 {
8419                     "url": "https://github.com/nunomaduro",
8420                     "type": "github"
8421                 },
8422                 {
8423                     "url": "https://www.patreon.com/nunomaduro",
8424                     "type": "patreon"
8425                 }
8426             ],
8427             "time": "2024-04-16T19:13:34+00:00"
8428         },
8429         {
8430             "name": "mockery/mockery",
8431             "version": "1.6.11",
8432             "source": {
8433                 "type": "git",
8434                 "url": "https://github.com/mockery/mockery.git",
8435                 "reference": "81a161d0b135df89951abd52296adf97deb0723d"
8436             },
8437             "dist": {
8438                 "type": "zip",
8439                 "url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d",
8440                 "reference": "81a161d0b135df89951abd52296adf97deb0723d",
8441                 "shasum": ""
8442             },
8443             "require": {
8444                 "hamcrest/hamcrest-php": "^2.0.1",
8445                 "lib-pcre": ">=7.0",
8446                 "php": ">=7.3"
8447             },
8448             "conflict": {
8449                 "phpunit/phpunit": "<8.0"
8450             },
8451             "require-dev": {
8452                 "phpunit/phpunit": "^8.5 || ^9.6.17",
8453                 "symplify/easy-coding-standard": "^12.1.14"
8454             },
8455             "type": "library",
8456             "autoload": {
8457                 "files": [
8458                     "library/helpers.php",
8459                     "library/Mockery.php"
8460                 ],
8461                 "psr-4": {
8462                     "Mockery\\": "library/Mockery"
8463                 }
8464             },
8465             "notification-url": "https://packagist.org/downloads/",
8466             "license": [
8467                 "BSD-3-Clause"
8468             ],
8469             "authors": [
8470                 {
8471                     "name": "Pádraic Brady",
8472                     "email": "[email protected]",
8473                     "homepage": "https://github.com/padraic",
8474                     "role": "Author"
8475                 },
8476                 {
8477                     "name": "Dave Marshall",
8478                     "email": "[email protected]",
8479                     "homepage": "https://davedevelopment.co.uk",
8480                     "role": "Developer"
8481                 },
8482                 {
8483                     "name": "Nathanael Esayeas",
8484                     "email": "[email protected]",
8485                     "homepage": "https://github.com/ghostwriter",
8486                     "role": "Lead Developer"
8487                 }
8488             ],
8489             "description": "Mockery is a simple yet flexible PHP mock object framework",
8490             "homepage": "https://github.com/mockery/mockery",
8491             "keywords": [
8492                 "BDD",
8493                 "TDD",
8494                 "library",
8495                 "mock",
8496                 "mock objects",
8497                 "mockery",
8498                 "stub",
8499                 "test",
8500                 "test double",
8501                 "testing"
8502             ],
8503             "support": {
8504                 "docs": "https://docs.mockery.io/",
8505                 "issues": "https://github.com/mockery/mockery/issues",
8506                 "rss": "https://github.com/mockery/mockery/releases.atom",
8507                 "security": "https://github.com/mockery/mockery/security/advisories",
8508                 "source": "https://github.com/mockery/mockery"
8509             },
8510             "time": "2024-03-21T18:34:15+00:00"
8511         },
8512         {
8513             "name": "myclabs/deep-copy",
8514             "version": "1.11.1",
8515             "source": {
8516                 "type": "git",
8517                 "url": "https://github.com/myclabs/DeepCopy.git",
8518                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
8519             },
8520             "dist": {
8521                 "type": "zip",
8522                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
8523                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
8524                 "shasum": ""
8525             },
8526             "require": {
8527                 "php": "^7.1 || ^8.0"
8528             },
8529             "conflict": {
8530                 "doctrine/collections": "<1.6.8",
8531                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
8532             },
8533             "require-dev": {
8534                 "doctrine/collections": "^1.6.8",
8535                 "doctrine/common": "^2.13.3 || ^3.2.2",
8536                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8537             },
8538             "type": "library",
8539             "autoload": {
8540                 "files": [
8541                     "src/DeepCopy/deep_copy.php"
8542                 ],
8543                 "psr-4": {
8544                     "DeepCopy\\": "src/DeepCopy/"
8545                 }
8546             },
8547             "notification-url": "https://packagist.org/downloads/",
8548             "license": [
8549                 "MIT"
8550             ],
8551             "description": "Create deep copies (clones) of your objects",
8552             "keywords": [
8553                 "clone",
8554                 "copy",
8555                 "duplicate",
8556                 "object",
8557                 "object graph"
8558             ],
8559             "support": {
8560                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8561                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
8562             },
8563             "funding": [
8564                 {
8565                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8566                     "type": "tidelift"
8567                 }
8568             ],
8569             "time": "2023-03-08T13:26:56+00:00"
8570         },
8571         {
8572             "name": "nunomaduro/collision",
8573             "version": "v7.10.0",
8574             "source": {
8575                 "type": "git",
8576                 "url": "https://github.com/nunomaduro/collision.git",
8577                 "reference": "49ec67fa7b002712da8526678abd651c09f375b2"
8578             },
8579             "dist": {
8580                 "type": "zip",
8581                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/49ec67fa7b002712da8526678abd651c09f375b2",
8582                 "reference": "49ec67fa7b002712da8526678abd651c09f375b2",
8583                 "shasum": ""
8584             },
8585             "require": {
8586                 "filp/whoops": "^2.15.3",
8587                 "nunomaduro/termwind": "^1.15.1",
8588                 "php": "^8.1.0",
8589                 "symfony/console": "^6.3.4"
8590             },
8591             "conflict": {
8592                 "laravel/framework": ">=11.0.0"
8593             },
8594             "require-dev": {
8595                 "brianium/paratest": "^7.3.0",
8596                 "laravel/framework": "^10.28.0",
8597                 "laravel/pint": "^1.13.3",
8598                 "laravel/sail": "^1.25.0",
8599                 "laravel/sanctum": "^3.3.1",
8600                 "laravel/tinker": "^2.8.2",
8601                 "nunomaduro/larastan": "^2.6.4",
8602                 "orchestra/testbench-core": "^8.13.0",
8603                 "pestphp/pest": "^2.23.2",
8604                 "phpunit/phpunit": "^10.4.1",
8605                 "sebastian/environment": "^6.0.1",
8606                 "spatie/laravel-ignition": "^2.3.1"
8607             },
8608             "type": "library",
8609             "extra": {
8610                 "laravel": {
8611                     "providers": [
8612                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8613                     ]
8614                 }
8615             },
8616             "autoload": {
8617                 "files": [
8618                     "./src/Adapters/Phpunit/Autoload.php"
8619                 ],
8620                 "psr-4": {
8621                     "NunoMaduro\\Collision\\": "src/"
8622                 }
8623             },
8624             "notification-url": "https://packagist.org/downloads/",
8625             "license": [
8626                 "MIT"
8627             ],
8628             "authors": [
8629                 {
8630                     "name": "Nuno Maduro",
8631                     "email": "[email protected]"
8632                 }
8633             ],
8634             "description": "Cli error handling for console/command-line PHP applications.",
8635             "keywords": [
8636                 "artisan",
8637                 "cli",
8638                 "command-line",
8639                 "console",
8640                 "error",
8641                 "handling",
8642                 "laravel",
8643                 "laravel-zero",
8644                 "php",
8645                 "symfony"
8646             ],
8647             "support": {
8648                 "issues": "https://github.com/nunomaduro/collision/issues",
8649                 "source": "https://github.com/nunomaduro/collision"
8650             },
8651             "funding": [
8652                 {
8653                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8654                     "type": "custom"
8655                 },
8656                 {
8657                     "url": "https://github.com/nunomaduro",
8658                     "type": "github"
8659                 },
8660                 {
8661                     "url": "https://www.patreon.com/nunomaduro",
8662                     "type": "patreon"
8663                 }
8664             ],
8665             "time": "2023-10-11T15:45:01+00:00"
8666         },
8667         {
8668             "name": "phar-io/manifest",
8669             "version": "2.0.4",
8670             "source": {
8671                 "type": "git",
8672                 "url": "https://github.com/phar-io/manifest.git",
8673                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8674             },
8675             "dist": {
8676                 "type": "zip",
8677                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8678                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8679                 "shasum": ""
8680             },
8681             "require": {
8682                 "ext-dom": "*",
8683                 "ext-libxml": "*",
8684                 "ext-phar": "*",
8685                 "ext-xmlwriter": "*",
8686                 "phar-io/version": "^3.0.1",
8687                 "php": "^7.2 || ^8.0"
8688             },
8689             "type": "library",
8690             "extra": {
8691                 "branch-alias": {
8692                     "dev-master": "2.0.x-dev"
8693                 }
8694             },
8695             "autoload": {
8696                 "classmap": [
8697                     "src/"
8698                 ]
8699             },
8700             "notification-url": "https://packagist.org/downloads/",
8701             "license": [
8702                 "BSD-3-Clause"
8703             ],
8704             "authors": [
8705                 {
8706                     "name": "Arne Blankerts",
8707                     "email": "[email protected]",
8708                     "role": "Developer"
8709                 },
8710                 {
8711                     "name": "Sebastian Heuer",
8712                     "email": "[email protected]",
8713                     "role": "Developer"
8714                 },
8715                 {
8716                     "name": "Sebastian Bergmann",
8717                     "email": "[email protected]",
8718                     "role": "Developer"
8719                 }
8720             ],
8721             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8722             "support": {
8723                 "issues": "https://github.com/phar-io/manifest/issues",
8724                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8725             },
8726             "funding": [
8727                 {
8728                     "url": "https://github.com/theseer",
8729                     "type": "github"
8730                 }
8731             ],
8732             "time": "2024-03-03T12:33:53+00:00"
8733         },
8734         {
8735             "name": "phar-io/version",
8736             "version": "3.2.1",
8737             "source": {
8738                 "type": "git",
8739                 "url": "https://github.com/phar-io/version.git",
8740                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8741             },
8742             "dist": {
8743                 "type": "zip",
8744                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8745                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8746                 "shasum": ""
8747             },
8748             "require": {
8749                 "php": "^7.2 || ^8.0"
8750             },
8751             "type": "library",
8752             "autoload": {
8753                 "classmap": [
8754                     "src/"
8755                 ]
8756             },
8757             "notification-url": "https://packagist.org/downloads/",
8758             "license": [
8759                 "BSD-3-Clause"
8760             ],
8761             "authors": [
8762                 {
8763                     "name": "Arne Blankerts",
8764                     "email": "[email protected]",
8765                     "role": "Developer"
8766                 },
8767                 {
8768                     "name": "Sebastian Heuer",
8769                     "email": "[email protected]",
8770                     "role": "Developer"
8771                 },
8772                 {
8773                     "name": "Sebastian Bergmann",
8774                     "email": "[email protected]",
8775                     "role": "Developer"
8776                 }
8777             ],
8778             "description": "Library for handling version information and constraints",
8779             "support": {
8780                 "issues": "https://github.com/phar-io/version/issues",
8781                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8782             },
8783             "time": "2022-02-21T01:04:05+00:00"
8784         },
8785         {
8786             "name": "phpmyadmin/sql-parser",
8787             "version": "5.9.0",
8788             "source": {
8789                 "type": "git",
8790                 "url": "https://github.com/phpmyadmin/sql-parser.git",
8791                 "reference": "011fa18a4e55591fac6545a821921dd1d61c6984"
8792             },
8793             "dist": {
8794                 "type": "zip",
8795                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/011fa18a4e55591fac6545a821921dd1d61c6984",
8796                 "reference": "011fa18a4e55591fac6545a821921dd1d61c6984",
8797                 "shasum": ""
8798             },
8799             "require": {
8800                 "php": "^7.2 || ^8.0",
8801                 "symfony/polyfill-mbstring": "^1.3",
8802                 "symfony/polyfill-php80": "^1.16"
8803             },
8804             "conflict": {
8805                 "phpmyadmin/motranslator": "<3.0"
8806             },
8807             "require-dev": {
8808                 "phpbench/phpbench": "^1.1",
8809                 "phpmyadmin/coding-standard": "^3.0",
8810                 "phpmyadmin/motranslator": "^4.0 || ^5.0",
8811                 "phpstan/extension-installer": "^1.1",
8812                 "phpstan/phpstan": "^1.9.12",
8813                 "phpstan/phpstan-phpunit": "^1.3.3",
8814                 "phpunit/php-code-coverage": "*",
8815                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
8816                 "psalm/plugin-phpunit": "^0.16.1",
8817                 "vimeo/psalm": "^4.11",
8818                 "zumba/json-serializer": "~3.0.2"
8819             },
8820             "suggest": {
8821                 "ext-mbstring": "For best performance",
8822                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
8823             },
8824             "bin": [
8825                 "bin/highlight-query",
8826                 "bin/lint-query",
8827                 "bin/sql-parser",
8828                 "bin/tokenize-query"
8829             ],
8830             "type": "library",
8831             "autoload": {
8832                 "psr-4": {
8833                     "PhpMyAdmin\\SqlParser\\": "src"
8834                 }
8835             },
8836             "notification-url": "https://packagist.org/downloads/",
8837             "license": [
8838                 "GPL-2.0-or-later"
8839             ],
8840             "authors": [
8841                 {
8842                     "name": "The phpMyAdmin Team",
8843                     "email": "[email protected]",
8844                     "homepage": "https://www.phpmyadmin.net/team/"
8845                 }
8846             ],
8847             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
8848             "homepage": "https://github.com/phpmyadmin/sql-parser",
8849             "keywords": [
8850                 "analysis",
8851                 "lexer",
8852                 "parser",
8853                 "query linter",
8854                 "sql",
8855                 "sql lexer",
8856                 "sql linter",
8857                 "sql parser",
8858                 "sql syntax highlighter",
8859                 "sql tokenizer"
8860             ],
8861             "support": {
8862                 "issues": "https://github.com/phpmyadmin/sql-parser/issues",
8863                 "source": "https://github.com/phpmyadmin/sql-parser"
8864             },
8865             "funding": [
8866                 {
8867                     "url": "https://www.phpmyadmin.net/donate/",
8868                     "type": "other"
8869                 }
8870             ],
8871             "time": "2024-01-20T20:34:02+00:00"
8872         },
8873         {
8874             "name": "phpstan/phpstan",
8875             "version": "1.10.67",
8876             "source": {
8877                 "type": "git",
8878                 "url": "https://github.com/phpstan/phpstan.git",
8879                 "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493"
8880             },
8881             "dist": {
8882                 "type": "zip",
8883                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/16ddbe776f10da6a95ebd25de7c1dbed397dc493",
8884                 "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493",
8885                 "shasum": ""
8886             },
8887             "require": {
8888                 "php": "^7.2|^8.0"
8889             },
8890             "conflict": {
8891                 "phpstan/phpstan-shim": "*"
8892             },
8893             "bin": [
8894                 "phpstan",
8895                 "phpstan.phar"
8896             ],
8897             "type": "library",
8898             "autoload": {
8899                 "files": [
8900                     "bootstrap.php"
8901                 ]
8902             },
8903             "notification-url": "https://packagist.org/downloads/",
8904             "license": [
8905                 "MIT"
8906             ],
8907             "description": "PHPStan - PHP Static Analysis Tool",
8908             "keywords": [
8909                 "dev",
8910                 "static analysis"
8911             ],
8912             "support": {
8913                 "docs": "https://phpstan.org/user-guide/getting-started",
8914                 "forum": "https://github.com/phpstan/phpstan/discussions",
8915                 "issues": "https://github.com/phpstan/phpstan/issues",
8916                 "security": "https://github.com/phpstan/phpstan/security/policy",
8917                 "source": "https://github.com/phpstan/phpstan-src"
8918             },
8919             "funding": [
8920                 {
8921                     "url": "https://github.com/ondrejmirtes",
8922                     "type": "github"
8923                 },
8924                 {
8925                     "url": "https://github.com/phpstan",
8926                     "type": "github"
8927                 }
8928             ],
8929             "time": "2024-04-16T07:22:02+00:00"
8930         },
8931         {
8932             "name": "phpunit/php-code-coverage",
8933             "version": "10.1.14",
8934             "source": {
8935                 "type": "git",
8936                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8937                 "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b"
8938             },
8939             "dist": {
8940                 "type": "zip",
8941                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e3f51450ebffe8e0efdf7346ae966a656f7d5e5b",
8942                 "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b",
8943                 "shasum": ""
8944             },
8945             "require": {
8946                 "ext-dom": "*",
8947                 "ext-libxml": "*",
8948                 "ext-xmlwriter": "*",
8949                 "nikic/php-parser": "^4.18 || ^5.0",
8950                 "php": ">=8.1",
8951                 "phpunit/php-file-iterator": "^4.0",
8952                 "phpunit/php-text-template": "^3.0",
8953                 "sebastian/code-unit-reverse-lookup": "^3.0",
8954                 "sebastian/complexity": "^3.0",
8955                 "sebastian/environment": "^6.0",
8956                 "sebastian/lines-of-code": "^2.0",
8957                 "sebastian/version": "^4.0",
8958                 "theseer/tokenizer": "^1.2.0"
8959             },
8960             "require-dev": {
8961                 "phpunit/phpunit": "^10.1"
8962             },
8963             "suggest": {
8964                 "ext-pcov": "PHP extension that provides line coverage",
8965                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8966             },
8967             "type": "library",
8968             "extra": {
8969                 "branch-alias": {
8970                     "dev-main": "10.1-dev"
8971                 }
8972             },
8973             "autoload": {
8974                 "classmap": [
8975                     "src/"
8976                 ]
8977             },
8978             "notification-url": "https://packagist.org/downloads/",
8979             "license": [
8980                 "BSD-3-Clause"
8981             ],
8982             "authors": [
8983                 {
8984                     "name": "Sebastian Bergmann",
8985                     "email": "[email protected]",
8986                     "role": "lead"
8987                 }
8988             ],
8989             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8990             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8991             "keywords": [
8992                 "coverage",
8993                 "testing",
8994                 "xunit"
8995             ],
8996             "support": {
8997                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8998                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8999                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.14"
9000             },
9001             "funding": [
9002                 {
9003                     "url": "https://github.com/sebastianbergmann",
9004                     "type": "github"
9005                 }
9006             ],
9007             "time": "2024-03-12T15:33:41+00:00"
9008         },
9009         {
9010             "name": "phpunit/php-file-iterator",
9011             "version": "4.1.0",
9012             "source": {
9013                 "type": "git",
9014                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
9015                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
9016             },
9017             "dist": {
9018                 "type": "zip",
9019                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
9020                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
9021                 "shasum": ""
9022             },
9023             "require": {
9024                 "php": ">=8.1"
9025             },
9026             "require-dev": {
9027                 "phpunit/phpunit": "^10.0"
9028             },
9029             "type": "library",
9030             "extra": {
9031                 "branch-alias": {
9032                     "dev-main": "4.0-dev"
9033                 }
9034             },
9035             "autoload": {
9036                 "classmap": [
9037                     "src/"
9038                 ]
9039             },
9040             "notification-url": "https://packagist.org/downloads/",
9041             "license": [
9042                 "BSD-3-Clause"
9043             ],
9044             "authors": [
9045                 {
9046                     "name": "Sebastian Bergmann",
9047                     "email": "[email protected]",
9048                     "role": "lead"
9049                 }
9050             ],
9051             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9052             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9053             "keywords": [
9054                 "filesystem",
9055                 "iterator"
9056             ],
9057             "support": {
9058                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
9059                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
9060                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
9061             },
9062             "funding": [
9063                 {
9064                     "url": "https://github.com/sebastianbergmann",
9065                     "type": "github"
9066                 }
9067             ],
9068             "time": "2023-08-31T06:24:48+00:00"
9069         },
9070         {
9071             "name": "phpunit/php-invoker",
9072             "version": "4.0.0",
9073             "source": {
9074                 "type": "git",
9075                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
9076                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
9077             },
9078             "dist": {
9079                 "type": "zip",
9080                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
9081                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
9082                 "shasum": ""
9083             },
9084             "require": {
9085                 "php": ">=8.1"
9086             },
9087             "require-dev": {
9088                 "ext-pcntl": "*",
9089                 "phpunit/phpunit": "^10.0"
9090             },
9091             "suggest": {
9092                 "ext-pcntl": "*"
9093             },
9094             "type": "library",
9095             "extra": {
9096                 "branch-alias": {
9097                     "dev-main": "4.0-dev"
9098                 }
9099             },
9100             "autoload": {
9101                 "classmap": [
9102                     "src/"
9103                 ]
9104             },
9105             "notification-url": "https://packagist.org/downloads/",
9106             "license": [
9107                 "BSD-3-Clause"
9108             ],
9109             "authors": [
9110                 {
9111                     "name": "Sebastian Bergmann",
9112                     "email": "[email protected]",
9113                     "role": "lead"
9114                 }
9115             ],
9116             "description": "Invoke callables with a timeout",
9117             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9118             "keywords": [
9119                 "process"
9120             ],
9121             "support": {
9122                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9123                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
9124             },
9125             "funding": [
9126                 {
9127                     "url": "https://github.com/sebastianbergmann",
9128                     "type": "github"
9129                 }
9130             ],
9131             "time": "2023-02-03T06:56:09+00:00"
9132         },
9133         {
9134             "name": "phpunit/php-text-template",
9135             "version": "3.0.1",
9136             "source": {
9137                 "type": "git",
9138                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9139                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
9140             },
9141             "dist": {
9142                 "type": "zip",
9143                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
9144                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
9145                 "shasum": ""
9146             },
9147             "require": {
9148                 "php": ">=8.1"
9149             },
9150             "require-dev": {
9151                 "phpunit/phpunit": "^10.0"
9152             },
9153             "type": "library",
9154             "extra": {
9155                 "branch-alias": {
9156                     "dev-main": "3.0-dev"
9157                 }
9158             },
9159             "autoload": {
9160                 "classmap": [
9161                     "src/"
9162                 ]
9163             },
9164             "notification-url": "https://packagist.org/downloads/",
9165             "license": [
9166                 "BSD-3-Clause"
9167             ],
9168             "authors": [
9169                 {
9170                     "name": "Sebastian Bergmann",
9171                     "email": "[email protected]",
9172                     "role": "lead"
9173                 }
9174             ],
9175             "description": "Simple template engine.",
9176             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9177             "keywords": [
9178                 "template"
9179             ],
9180             "support": {
9181                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9182                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
9183                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
9184             },
9185             "funding": [
9186                 {
9187                     "url": "https://github.com/sebastianbergmann",
9188                     "type": "github"
9189                 }
9190             ],
9191             "time": "2023-08-31T14:07:24+00:00"
9192         },
9193         {
9194             "name": "phpunit/php-timer",
9195             "version": "6.0.0",
9196             "source": {
9197                 "type": "git",
9198                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9199                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
9200             },
9201             "dist": {
9202                 "type": "zip",
9203                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
9204                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
9205                 "shasum": ""
9206             },
9207             "require": {
9208                 "php": ">=8.1"
9209             },
9210             "require-dev": {
9211                 "phpunit/phpunit": "^10.0"
9212             },
9213             "type": "library",
9214             "extra": {
9215                 "branch-alias": {
9216                     "dev-main": "6.0-dev"
9217                 }
9218             },
9219             "autoload": {
9220                 "classmap": [
9221                     "src/"
9222                 ]
9223             },
9224             "notification-url": "https://packagist.org/downloads/",
9225             "license": [
9226                 "BSD-3-Clause"
9227             ],
9228             "authors": [
9229                 {
9230                     "name": "Sebastian Bergmann",
9231                     "email": "[email protected]",
9232                     "role": "lead"
9233                 }
9234             ],
9235             "description": "Utility class for timing",
9236             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9237             "keywords": [
9238                 "timer"
9239             ],
9240             "support": {
9241                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9242                 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
9243             },
9244             "funding": [
9245                 {
9246                     "url": "https://github.com/sebastianbergmann",
9247                     "type": "github"
9248                 }
9249             ],
9250             "time": "2023-02-03T06:57:52+00:00"
9251         },
9252         {
9253             "name": "phpunit/phpunit",
9254             "version": "10.5.20",
9255             "source": {
9256                 "type": "git",
9257                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9258                 "reference": "547d314dc24ec1e177720d45c6263fb226cc2ae3"
9259             },
9260             "dist": {
9261                 "type": "zip",
9262                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/547d314dc24ec1e177720d45c6263fb226cc2ae3",
9263                 "reference": "547d314dc24ec1e177720d45c6263fb226cc2ae3",
9264                 "shasum": ""
9265             },
9266             "require": {
9267                 "ext-dom": "*",
9268                 "ext-json": "*",
9269                 "ext-libxml": "*",
9270                 "ext-mbstring": "*",
9271                 "ext-xml": "*",
9272                 "ext-xmlwriter": "*",
9273                 "myclabs/deep-copy": "^1.10.1",
9274                 "phar-io/manifest": "^2.0.3",
9275                 "phar-io/version": "^3.0.2",
9276                 "php": ">=8.1",
9277                 "phpunit/php-code-coverage": "^10.1.5",
9278                 "phpunit/php-file-iterator": "^4.0",
9279                 "phpunit/php-invoker": "^4.0",
9280                 "phpunit/php-text-template": "^3.0",
9281                 "phpunit/php-timer": "^6.0",
9282                 "sebastian/cli-parser": "^2.0",
9283                 "sebastian/code-unit": "^2.0",
9284                 "sebastian/comparator": "^5.0",
9285                 "sebastian/diff": "^5.0",
9286                 "sebastian/environment": "^6.0",
9287                 "sebastian/exporter": "^5.1",
9288                 "sebastian/global-state": "^6.0.1",
9289                 "sebastian/object-enumerator": "^5.0",
9290                 "sebastian/recursion-context": "^5.0",
9291                 "sebastian/type": "^4.0",
9292                 "sebastian/version": "^4.0"
9293             },
9294             "suggest": {
9295                 "ext-soap": "To be able to generate mocks based on WSDL files"
9296             },
9297             "bin": [
9298                 "phpunit"
9299             ],
9300             "type": "library",
9301             "extra": {
9302                 "branch-alias": {
9303                     "dev-main": "10.5-dev"
9304                 }
9305             },
9306             "autoload": {
9307                 "files": [
9308                     "src/Framework/Assert/Functions.php"
9309                 ],
9310                 "classmap": [
9311                     "src/"
9312                 ]
9313             },
9314             "notification-url": "https://packagist.org/downloads/",
9315             "license": [
9316                 "BSD-3-Clause"
9317             ],
9318             "authors": [
9319                 {
9320                     "name": "Sebastian Bergmann",
9321                     "email": "[email protected]",
9322                     "role": "lead"
9323                 }
9324             ],
9325             "description": "The PHP Unit Testing framework.",
9326             "homepage": "https://phpunit.de/",
9327             "keywords": [
9328                 "phpunit",
9329                 "testing",
9330                 "xunit"
9331             ],
9332             "support": {
9333                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9334                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9335                 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.20"
9336             },
9337             "funding": [
9338                 {
9339                     "url": "https://phpunit.de/sponsors.html",
9340                     "type": "custom"
9341                 },
9342                 {
9343                     "url": "https://github.com/sebastianbergmann",
9344                     "type": "github"
9345                 },
9346                 {
9347                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9348                     "type": "tidelift"
9349                 }
9350             ],
9351             "time": "2024-04-24T06:32:35+00:00"
9352         },
9353         {
9354             "name": "sebastian/cli-parser",
9355             "version": "2.0.1",
9356             "source": {
9357                 "type": "git",
9358                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9359                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
9360             },
9361             "dist": {
9362                 "type": "zip",
9363                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
9364                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
9365                 "shasum": ""
9366             },
9367             "require": {
9368                 "php": ">=8.1"
9369             },
9370             "require-dev": {
9371                 "phpunit/phpunit": "^10.0"
9372             },
9373             "type": "library",
9374             "extra": {
9375                 "branch-alias": {
9376                     "dev-main": "2.0-dev"
9377                 }
9378             },
9379             "autoload": {
9380                 "classmap": [
9381                     "src/"
9382                 ]
9383             },
9384             "notification-url": "https://packagist.org/downloads/",
9385             "license": [
9386                 "BSD-3-Clause"
9387             ],
9388             "authors": [
9389                 {
9390                     "name": "Sebastian Bergmann",
9391                     "email": "[email protected]",
9392                     "role": "lead"
9393                 }
9394             ],
9395             "description": "Library for parsing CLI options",
9396             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9397             "support": {
9398                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9399                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9400                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
9401             },
9402             "funding": [
9403                 {
9404                     "url": "https://github.com/sebastianbergmann",
9405                     "type": "github"
9406                 }
9407             ],
9408             "time": "2024-03-02T07:12:49+00:00"
9409         },
9410         {
9411             "name": "sebastian/code-unit",
9412             "version": "2.0.0",
9413             "source": {
9414                 "type": "git",
9415                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9416                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
9417             },
9418             "dist": {
9419                 "type": "zip",
9420                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
9421                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
9422                 "shasum": ""
9423             },
9424             "require": {
9425                 "php": ">=8.1"
9426             },
9427             "require-dev": {
9428                 "phpunit/phpunit": "^10.0"
9429             },
9430             "type": "library",
9431             "extra": {
9432                 "branch-alias": {
9433                     "dev-main": "2.0-dev"
9434                 }
9435             },
9436             "autoload": {
9437                 "classmap": [
9438                     "src/"
9439                 ]
9440             },
9441             "notification-url": "https://packagist.org/downloads/",
9442             "license": [
9443                 "BSD-3-Clause"
9444             ],
9445             "authors": [
9446                 {
9447                     "name": "Sebastian Bergmann",
9448                     "email": "[email protected]",
9449                     "role": "lead"
9450                 }
9451             ],
9452             "description": "Collection of value objects that represent the PHP code units",
9453             "homepage": "https://github.com/sebastianbergmann/code-unit",
9454             "support": {
9455                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9456                 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
9457             },
9458             "funding": [
9459                 {
9460                     "url": "https://github.com/sebastianbergmann",
9461                     "type": "github"
9462                 }
9463             ],
9464             "time": "2023-02-03T06:58:43+00:00"
9465         },
9466         {
9467             "name": "sebastian/code-unit-reverse-lookup",
9468             "version": "3.0.0",
9469             "source": {
9470                 "type": "git",
9471                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9472                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
9473             },
9474             "dist": {
9475                 "type": "zip",
9476                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
9477                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
9478                 "shasum": ""
9479             },
9480             "require": {
9481                 "php": ">=8.1"
9482             },
9483             "require-dev": {
9484                 "phpunit/phpunit": "^10.0"
9485             },
9486             "type": "library",
9487             "extra": {
9488                 "branch-alias": {
9489                     "dev-main": "3.0-dev"
9490                 }
9491             },
9492             "autoload": {
9493                 "classmap": [
9494                     "src/"
9495                 ]
9496             },
9497             "notification-url": "https://packagist.org/downloads/",
9498             "license": [
9499                 "BSD-3-Clause"
9500             ],
9501             "authors": [
9502                 {
9503                     "name": "Sebastian Bergmann",
9504                     "email": "[email protected]"
9505                 }
9506             ],
9507             "description": "Looks up which function or method a line of code belongs to",
9508             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9509             "support": {
9510                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9511                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
9512             },
9513             "funding": [
9514                 {
9515                     "url": "https://github.com/sebastianbergmann",
9516                     "type": "github"
9517                 }
9518             ],
9519             "time": "2023-02-03T06:59:15+00:00"
9520         },
9521         {
9522             "name": "sebastian/comparator",
9523             "version": "5.0.1",
9524             "source": {
9525                 "type": "git",
9526                 "url": "https://github.com/sebastianbergmann/comparator.git",
9527                 "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
9528             },
9529             "dist": {
9530                 "type": "zip",
9531                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
9532                 "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
9533                 "shasum": ""
9534             },
9535             "require": {
9536                 "ext-dom": "*",
9537                 "ext-mbstring": "*",
9538                 "php": ">=8.1",
9539                 "sebastian/diff": "^5.0",
9540                 "sebastian/exporter": "^5.0"
9541             },
9542             "require-dev": {
9543                 "phpunit/phpunit": "^10.3"
9544             },
9545             "type": "library",
9546             "extra": {
9547                 "branch-alias": {
9548                     "dev-main": "5.0-dev"
9549                 }
9550             },
9551             "autoload": {
9552                 "classmap": [
9553                     "src/"
9554                 ]
9555             },
9556             "notification-url": "https://packagist.org/downloads/",
9557             "license": [
9558                 "BSD-3-Clause"
9559             ],
9560             "authors": [
9561                 {
9562                     "name": "Sebastian Bergmann",
9563                     "email": "[email protected]"
9564                 },
9565                 {
9566                     "name": "Jeff Welch",
9567                     "email": "[email protected]"
9568                 },
9569                 {
9570                     "name": "Volker Dusch",
9571                     "email": "[email protected]"
9572                 },
9573                 {
9574                     "name": "Bernhard Schussek",
9575                     "email": "[email protected]"
9576                 }
9577             ],
9578             "description": "Provides the functionality to compare PHP values for equality",
9579             "homepage": "https://github.com/sebastianbergmann/comparator",
9580             "keywords": [
9581                 "comparator",
9582                 "compare",
9583                 "equality"
9584             ],
9585             "support": {
9586                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9587                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9588                 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
9589             },
9590             "funding": [
9591                 {
9592                     "url": "https://github.com/sebastianbergmann",
9593                     "type": "github"
9594                 }
9595             ],
9596             "time": "2023-08-14T13:18:12+00:00"
9597         },
9598         {
9599             "name": "sebastian/complexity",
9600             "version": "3.2.0",
9601             "source": {
9602                 "type": "git",
9603                 "url": "https://github.com/sebastianbergmann/complexity.git",
9604                 "reference": "68ff824baeae169ec9f2137158ee529584553799"
9605             },
9606             "dist": {
9607                 "type": "zip",
9608                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
9609                 "reference": "68ff824baeae169ec9f2137158ee529584553799",
9610                 "shasum": ""
9611             },
9612             "require": {
9613                 "nikic/php-parser": "^4.18 || ^5.0",
9614                 "php": ">=8.1"
9615             },
9616             "require-dev": {
9617                 "phpunit/phpunit": "^10.0"
9618             },
9619             "type": "library",
9620             "extra": {
9621                 "branch-alias": {
9622                     "dev-main": "3.2-dev"
9623                 }
9624             },
9625             "autoload": {
9626                 "classmap": [
9627                     "src/"
9628                 ]
9629             },
9630             "notification-url": "https://packagist.org/downloads/",
9631             "license": [
9632                 "BSD-3-Clause"
9633             ],
9634             "authors": [
9635                 {
9636                     "name": "Sebastian Bergmann",
9637                     "email": "[email protected]",
9638                     "role": "lead"
9639                 }
9640             ],
9641             "description": "Library for calculating the complexity of PHP code units",
9642             "homepage": "https://github.com/sebastianbergmann/complexity",
9643             "support": {
9644                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9645                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9646                 "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
9647             },
9648             "funding": [
9649                 {
9650                     "url": "https://github.com/sebastianbergmann",
9651                     "type": "github"
9652                 }
9653             ],
9654             "time": "2023-12-21T08:37:17+00:00"
9655         },
9656         {
9657             "name": "sebastian/diff",
9658             "version": "5.1.1",
9659             "source": {
9660                 "type": "git",
9661                 "url": "https://github.com/sebastianbergmann/diff.git",
9662                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
9663             },
9664             "dist": {
9665                 "type": "zip",
9666                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
9667                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
9668                 "shasum": ""
9669             },
9670             "require": {
9671                 "php": ">=8.1"
9672             },
9673             "require-dev": {
9674                 "phpunit/phpunit": "^10.0",
9675                 "symfony/process": "^6.4"
9676             },
9677             "type": "library",
9678             "extra": {
9679                 "branch-alias": {
9680                     "dev-main": "5.1-dev"
9681                 }
9682             },
9683             "autoload": {
9684                 "classmap": [
9685                     "src/"
9686                 ]
9687             },
9688             "notification-url": "https://packagist.org/downloads/",
9689             "license": [
9690                 "BSD-3-Clause"
9691             ],
9692             "authors": [
9693                 {
9694                     "name": "Sebastian Bergmann",
9695                     "email": "[email protected]"
9696                 },
9697                 {
9698                     "name": "Kore Nordmann",
9699                     "email": "[email protected]"
9700                 }
9701             ],
9702             "description": "Diff implementation",
9703             "homepage": "https://github.com/sebastianbergmann/diff",
9704             "keywords": [
9705                 "diff",
9706                 "udiff",
9707                 "unidiff",
9708                 "unified diff"
9709             ],
9710             "support": {
9711                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9712                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9713                 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
9714             },
9715             "funding": [
9716                 {
9717                     "url": "https://github.com/sebastianbergmann",
9718                     "type": "github"
9719                 }
9720             ],
9721             "time": "2024-03-02T07:15:17+00:00"
9722         },
9723         {
9724             "name": "sebastian/environment",
9725             "version": "6.1.0",
9726             "source": {
9727                 "type": "git",
9728                 "url": "https://github.com/sebastianbergmann/environment.git",
9729                 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
9730             },
9731             "dist": {
9732                 "type": "zip",
9733                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
9734                 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
9735                 "shasum": ""
9736             },
9737             "require": {
9738                 "php": ">=8.1"
9739             },
9740             "require-dev": {
9741                 "phpunit/phpunit": "^10.0"
9742             },
9743             "suggest": {
9744                 "ext-posix": "*"
9745             },
9746             "type": "library",
9747             "extra": {
9748                 "branch-alias": {
9749                     "dev-main": "6.1-dev"
9750                 }
9751             },
9752             "autoload": {
9753                 "classmap": [
9754                     "src/"
9755                 ]
9756             },
9757             "notification-url": "https://packagist.org/downloads/",
9758             "license": [
9759                 "BSD-3-Clause"
9760             ],
9761             "authors": [
9762                 {
9763                     "name": "Sebastian Bergmann",
9764                     "email": "[email protected]"
9765                 }
9766             ],
9767             "description": "Provides functionality to handle HHVM/PHP environments",
9768             "homepage": "https://github.com/sebastianbergmann/environment",
9769             "keywords": [
9770                 "Xdebug",
9771                 "environment",
9772                 "hhvm"
9773             ],
9774             "support": {
9775                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9776                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9777                 "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
9778             },
9779             "funding": [
9780                 {
9781                     "url": "https://github.com/sebastianbergmann",
9782                     "type": "github"
9783                 }
9784             ],
9785             "time": "2024-03-23T08:47:14+00:00"
9786         },
9787         {
9788             "name": "sebastian/exporter",
9789             "version": "5.1.2",
9790             "source": {
9791                 "type": "git",
9792                 "url": "https://github.com/sebastianbergmann/exporter.git",
9793                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
9794             },
9795             "dist": {
9796                 "type": "zip",
9797                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
9798                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
9799                 "shasum": ""
9800             },
9801             "require": {
9802                 "ext-mbstring": "*",
9803                 "php": ">=8.1",
9804                 "sebastian/recursion-context": "^5.0"
9805             },
9806             "require-dev": {
9807                 "phpunit/phpunit": "^10.0"
9808             },
9809             "type": "library",
9810             "extra": {
9811                 "branch-alias": {
9812                     "dev-main": "5.1-dev"
9813                 }
9814             },
9815             "autoload": {
9816                 "classmap": [
9817                     "src/"
9818                 ]
9819             },
9820             "notification-url": "https://packagist.org/downloads/",
9821             "license": [
9822                 "BSD-3-Clause"
9823             ],
9824             "authors": [
9825                 {
9826                     "name": "Sebastian Bergmann",
9827                     "email": "[email protected]"
9828                 },
9829                 {
9830                     "name": "Jeff Welch",
9831                     "email": "[email protected]"
9832                 },
9833                 {
9834                     "name": "Volker Dusch",
9835                     "email": "[email protected]"
9836                 },
9837                 {
9838                     "name": "Adam Harvey",
9839                     "email": "[email protected]"
9840                 },
9841                 {
9842                     "name": "Bernhard Schussek",
9843                     "email": "[email protected]"
9844                 }
9845             ],
9846             "description": "Provides the functionality to export PHP variables for visualization",
9847             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9848             "keywords": [
9849                 "export",
9850                 "exporter"
9851             ],
9852             "support": {
9853                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9854                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9855                 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
9856             },
9857             "funding": [
9858                 {
9859                     "url": "https://github.com/sebastianbergmann",
9860                     "type": "github"
9861                 }
9862             ],
9863             "time": "2024-03-02T07:17:12+00:00"
9864         },
9865         {
9866             "name": "sebastian/global-state",
9867             "version": "6.0.2",
9868             "source": {
9869                 "type": "git",
9870                 "url": "https://github.com/sebastianbergmann/global-state.git",
9871                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
9872             },
9873             "dist": {
9874                 "type": "zip",
9875                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
9876                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
9877                 "shasum": ""
9878             },
9879             "require": {
9880                 "php": ">=8.1",
9881                 "sebastian/object-reflector": "^3.0",
9882                 "sebastian/recursion-context": "^5.0"
9883             },
9884             "require-dev": {
9885                 "ext-dom": "*",
9886                 "phpunit/phpunit": "^10.0"
9887             },
9888             "type": "library",
9889             "extra": {
9890                 "branch-alias": {
9891                     "dev-main": "6.0-dev"
9892                 }
9893             },
9894             "autoload": {
9895                 "classmap": [
9896                     "src/"
9897                 ]
9898             },
9899             "notification-url": "https://packagist.org/downloads/",
9900             "license": [
9901                 "BSD-3-Clause"
9902             ],
9903             "authors": [
9904                 {
9905                     "name": "Sebastian Bergmann",
9906                     "email": "[email protected]"
9907                 }
9908             ],
9909             "description": "Snapshotting of global state",
9910             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9911             "keywords": [
9912                 "global state"
9913             ],
9914             "support": {
9915                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9916                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9917                 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
9918             },
9919             "funding": [
9920                 {
9921                     "url": "https://github.com/sebastianbergmann",
9922                     "type": "github"
9923                 }
9924             ],
9925             "time": "2024-03-02T07:19:19+00:00"
9926         },
9927         {
9928             "name": "sebastian/lines-of-code",
9929             "version": "2.0.2",
9930             "source": {
9931                 "type": "git",
9932                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9933                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
9934             },
9935             "dist": {
9936                 "type": "zip",
9937                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
9938                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
9939                 "shasum": ""
9940             },
9941             "require": {
9942                 "nikic/php-parser": "^4.18 || ^5.0",
9943                 "php": ">=8.1"
9944             },
9945             "require-dev": {
9946                 "phpunit/phpunit": "^10.0"
9947             },
9948             "type": "library",
9949             "extra": {
9950                 "branch-alias": {
9951                     "dev-main": "2.0-dev"
9952                 }
9953             },
9954             "autoload": {
9955                 "classmap": [
9956                     "src/"
9957                 ]
9958             },
9959             "notification-url": "https://packagist.org/downloads/",
9960             "license": [
9961                 "BSD-3-Clause"
9962             ],
9963             "authors": [
9964                 {
9965                     "name": "Sebastian Bergmann",
9966                     "email": "[email protected]",
9967                     "role": "lead"
9968                 }
9969             ],
9970             "description": "Library for counting the lines of code in PHP source code",
9971             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9972             "support": {
9973                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9974                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9975                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
9976             },
9977             "funding": [
9978                 {
9979                     "url": "https://github.com/sebastianbergmann",
9980                     "type": "github"
9981                 }
9982             ],
9983             "time": "2023-12-21T08:38:20+00:00"
9984         },
9985         {
9986             "name": "sebastian/object-enumerator",
9987             "version": "5.0.0",
9988             "source": {
9989                 "type": "git",
9990                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9991                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
9992             },
9993             "dist": {
9994                 "type": "zip",
9995                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
9996                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
9997                 "shasum": ""
9998             },
9999             "require": {
10000                 "php": ">=8.1",
10001                 "sebastian/object-reflector": "^3.0",
10002                 "sebastian/recursion-context": "^5.0"
10003             },
10004             "require-dev": {
10005                 "phpunit/phpunit": "^10.0"
10006             },
10007             "type": "library",
10008             "extra": {
10009                 "branch-alias": {
10010                     "dev-main": "5.0-dev"
10011                 }
10012             },
10013             "autoload": {
10014                 "classmap": [
10015                     "src/"
10016                 ]
10017             },
10018             "notification-url": "https://packagist.org/downloads/",
10019             "license": [
10020                 "BSD-3-Clause"
10021             ],
10022             "authors": [
10023                 {
10024                     "name": "Sebastian Bergmann",
10025                     "email": "[email protected]"
10026                 }
10027             ],
10028             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10029             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10030             "support": {
10031                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
10032                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
10033             },
10034             "funding": [
10035                 {
10036                     "url": "https://github.com/sebastianbergmann",
10037                     "type": "github"
10038                 }
10039             ],
10040             "time": "2023-02-03T07:08:32+00:00"
10041         },
10042         {
10043             "name": "sebastian/object-reflector",
10044             "version": "3.0.0",
10045             "source": {
10046                 "type": "git",
10047                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
10048                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
10049             },
10050             "dist": {
10051                 "type": "zip",
10052                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
10053                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
10054                 "shasum": ""
10055             },
10056             "require": {
10057                 "php": ">=8.1"
10058             },
10059             "require-dev": {
10060                 "phpunit/phpunit": "^10.0"
10061             },
10062             "type": "library",
10063             "extra": {
10064                 "branch-alias": {
10065                     "dev-main": "3.0-dev"
10066                 }
10067             },
10068             "autoload": {
10069                 "classmap": [
10070                     "src/"
10071                 ]
10072             },
10073             "notification-url": "https://packagist.org/downloads/",
10074             "license": [
10075                 "BSD-3-Clause"
10076             ],
10077             "authors": [
10078                 {
10079                     "name": "Sebastian Bergmann",
10080                     "email": "[email protected]"
10081                 }
10082             ],
10083             "description": "Allows reflection of object attributes, including inherited and non-public ones",
10084             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
10085             "support": {
10086                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10087                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
10088             },
10089             "funding": [
10090                 {
10091                     "url": "https://github.com/sebastianbergmann",
10092                     "type": "github"
10093                 }
10094             ],
10095             "time": "2023-02-03T07:06:18+00:00"
10096         },
10097         {
10098             "name": "sebastian/recursion-context",
10099             "version": "5.0.0",
10100             "source": {
10101                 "type": "git",
10102                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10103                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
10104             },
10105             "dist": {
10106                 "type": "zip",
10107                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
10108                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
10109                 "shasum": ""
10110             },
10111             "require": {
10112                 "php": ">=8.1"
10113             },
10114             "require-dev": {
10115                 "phpunit/phpunit": "^10.0"
10116             },
10117             "type": "library",
10118             "extra": {
10119                 "branch-alias": {
10120                     "dev-main": "5.0-dev"
10121                 }
10122             },
10123             "autoload": {
10124                 "classmap": [
10125                     "src/"
10126                 ]
10127             },
10128             "notification-url": "https://packagist.org/downloads/",
10129             "license": [
10130                 "BSD-3-Clause"
10131             ],
10132             "authors": [
10133                 {
10134                     "name": "Sebastian Bergmann",
10135                     "email": "[email protected]"
10136                 },
10137                 {
10138                     "name": "Jeff Welch",
10139                     "email": "[email protected]"
10140                 },
10141                 {
10142                     "name": "Adam Harvey",
10143                     "email": "[email protected]"
10144                 }
10145             ],
10146             "description": "Provides functionality to recursively process PHP variables",
10147             "homepage": "https://github.com/sebastianbergmann/recursion-context",
10148             "support": {
10149                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10150                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
10151             },
10152             "funding": [
10153                 {
10154                     "url": "https://github.com/sebastianbergmann",
10155                     "type": "github"
10156                 }
10157             ],
10158             "time": "2023-02-03T07:05:40+00:00"
10159         },
10160         {
10161             "name": "sebastian/type",
10162             "version": "4.0.0",
10163             "source": {
10164                 "type": "git",
10165                 "url": "https://github.com/sebastianbergmann/type.git",
10166                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
10167             },
10168             "dist": {
10169                 "type": "zip",
10170                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
10171                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
10172                 "shasum": ""
10173             },
10174             "require": {
10175                 "php": ">=8.1"
10176             },
10177             "require-dev": {
10178                 "phpunit/phpunit": "^10.0"
10179             },
10180             "type": "library",
10181             "extra": {
10182                 "branch-alias": {
10183                     "dev-main": "4.0-dev"
10184                 }
10185             },
10186             "autoload": {
10187                 "classmap": [
10188                     "src/"
10189                 ]
10190             },
10191             "notification-url": "https://packagist.org/downloads/",
10192             "license": [
10193                 "BSD-3-Clause"
10194             ],
10195             "authors": [
10196                 {
10197                     "name": "Sebastian Bergmann",
10198                     "email": "[email protected]",
10199                     "role": "lead"
10200                 }
10201             ],
10202             "description": "Collection of value objects that represent the types of the PHP type system",
10203             "homepage": "https://github.com/sebastianbergmann/type",
10204             "support": {
10205                 "issues": "https://github.com/sebastianbergmann/type/issues",
10206                 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
10207             },
10208             "funding": [
10209                 {
10210                     "url": "https://github.com/sebastianbergmann",
10211                     "type": "github"
10212                 }
10213             ],
10214             "time": "2023-02-03T07:10:45+00:00"
10215         },
10216         {
10217             "name": "sebastian/version",
10218             "version": "4.0.1",
10219             "source": {
10220                 "type": "git",
10221                 "url": "https://github.com/sebastianbergmann/version.git",
10222                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
10223             },
10224             "dist": {
10225                 "type": "zip",
10226                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
10227                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
10228                 "shasum": ""
10229             },
10230             "require": {
10231                 "php": ">=8.1"
10232             },
10233             "type": "library",
10234             "extra": {
10235                 "branch-alias": {
10236                     "dev-main": "4.0-dev"
10237                 }
10238             },
10239             "autoload": {
10240                 "classmap": [
10241                     "src/"
10242                 ]
10243             },
10244             "notification-url": "https://packagist.org/downloads/",
10245             "license": [
10246                 "BSD-3-Clause"
10247             ],
10248             "authors": [
10249                 {
10250                     "name": "Sebastian Bergmann",
10251                     "email": "[email protected]",
10252                     "role": "lead"
10253                 }
10254             ],
10255             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10256             "homepage": "https://github.com/sebastianbergmann/version",
10257             "support": {
10258                 "issues": "https://github.com/sebastianbergmann/version/issues",
10259                 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
10260             },
10261             "funding": [
10262                 {
10263                     "url": "https://github.com/sebastianbergmann",
10264                     "type": "github"
10265                 }
10266             ],
10267             "time": "2023-02-07T11:34:05+00:00"
10268         },
10269         {
10270             "name": "squizlabs/php_codesniffer",
10271             "version": "3.9.2",
10272             "source": {
10273                 "type": "git",
10274                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10275                 "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480"
10276             },
10277             "dist": {
10278                 "type": "zip",
10279                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/aac1f6f347a5c5ac6bc98ad395007df00990f480",
10280                 "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480",
10281                 "shasum": ""
10282             },
10283             "require": {
10284                 "ext-simplexml": "*",
10285                 "ext-tokenizer": "*",
10286                 "ext-xmlwriter": "*",
10287                 "php": ">=5.4.0"
10288             },
10289             "require-dev": {
10290                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10291             },
10292             "bin": [
10293                 "bin/phpcbf",
10294                 "bin/phpcs"
10295             ],
10296             "type": "library",
10297             "extra": {
10298                 "branch-alias": {
10299                     "dev-master": "3.x-dev"
10300                 }
10301             },
10302             "notification-url": "https://packagist.org/downloads/",
10303             "license": [
10304                 "BSD-3-Clause"
10305             ],
10306             "authors": [
10307                 {
10308                     "name": "Greg Sherwood",
10309                     "role": "Former lead"
10310                 },
10311                 {
10312                     "name": "Juliette Reinders Folmer",
10313                     "role": "Current lead"
10314                 },
10315                 {
10316                     "name": "Contributors",
10317                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10318                 }
10319             ],
10320             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10321             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10322             "keywords": [
10323                 "phpcs",
10324                 "standards",
10325                 "static analysis"
10326             ],
10327             "support": {
10328                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10329                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10330                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10331                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10332             },
10333             "funding": [
10334                 {
10335                     "url": "https://github.com/PHPCSStandards",
10336                     "type": "github"
10337                 },
10338                 {
10339                     "url": "https://github.com/jrfnl",
10340                     "type": "github"
10341                 },
10342                 {
10343                     "url": "https://opencollective.com/php_codesniffer",
10344                     "type": "open_collective"
10345                 }
10346             ],
10347             "time": "2024-04-23T20:25:34+00:00"
10348         },
10349         {
10350             "name": "ssddanbrown/asserthtml",
10351             "version": "v3.0.0",
10352             "source": {
10353                 "type": "git",
10354                 "url": "https://github.com/ssddanbrown/asserthtml.git",
10355                 "reference": "a2cf9394dfc4138b8d9691e1bd128ccc3d8fcc5d"
10356             },
10357             "dist": {
10358                 "type": "zip",
10359                 "url": "https://api.github.com/repos/ssddanbrown/asserthtml/zipball/a2cf9394dfc4138b8d9691e1bd128ccc3d8fcc5d",
10360                 "reference": "a2cf9394dfc4138b8d9691e1bd128ccc3d8fcc5d",
10361                 "shasum": ""
10362             },
10363             "require": {
10364                 "ext-dom": "*",
10365                 "ext-json": "*",
10366                 "php": ">=8.1",
10367                 "phpunit/phpunit": "^10.0",
10368                 "symfony/css-selector": "^6.0",
10369                 "symfony/dom-crawler": "^6.0"
10370             },
10371             "require-dev": {
10372                 "phpstan/phpstan": "^1.10"
10373             },
10374             "type": "library",
10375             "autoload": {
10376                 "psr-4": {
10377                     "Ssddanbrown\\AssertHtml\\": "src"
10378                 }
10379             },
10380             "notification-url": "https://packagist.org/downloads/",
10381             "license": [
10382                 "MIT"
10383             ],
10384             "authors": [
10385                 {
10386                     "name": "Dan Brown",
10387                     "homepage": "https://danb.me",
10388                     "role": "Developer"
10389                 }
10390             ],
10391             "description": "HTML Content Assertions for PHPUnit",
10392             "homepage": "https://github.com/ssddanbrown/asserthtml",
10393             "support": {
10394                 "issues": "https://github.com/ssddanbrown/asserthtml/issues",
10395                 "source": "https://github.com/ssddanbrown/asserthtml/tree/v3.0.0"
10396             },
10397             "funding": [
10398                 {
10399                     "url": "https://github.com/ssddanbrown",
10400                     "type": "github"
10401                 }
10402             ],
10403             "time": "2023-05-11T14:26:12+00:00"
10404         },
10405         {
10406             "name": "symfony/dom-crawler",
10407             "version": "v6.4.7",
10408             "source": {
10409                 "type": "git",
10410                 "url": "https://github.com/symfony/dom-crawler.git",
10411                 "reference": "2088c5da700b1e7a8689fffc10dda6c1f643deea"
10412             },
10413             "dist": {
10414                 "type": "zip",
10415                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2088c5da700b1e7a8689fffc10dda6c1f643deea",
10416                 "reference": "2088c5da700b1e7a8689fffc10dda6c1f643deea",
10417                 "shasum": ""
10418             },
10419             "require": {
10420                 "masterminds/html5": "^2.6",
10421                 "php": ">=8.1",
10422                 "symfony/polyfill-ctype": "~1.8",
10423                 "symfony/polyfill-mbstring": "~1.0"
10424             },
10425             "require-dev": {
10426                 "symfony/css-selector": "^5.4|^6.0|^7.0"
10427             },
10428             "type": "library",
10429             "autoload": {
10430                 "psr-4": {
10431                     "Symfony\\Component\\DomCrawler\\": ""
10432                 },
10433                 "exclude-from-classmap": [
10434                     "/Tests/"
10435                 ]
10436             },
10437             "notification-url": "https://packagist.org/downloads/",
10438             "license": [
10439                 "MIT"
10440             ],
10441             "authors": [
10442                 {
10443                     "name": "Fabien Potencier",
10444                     "email": "[email protected]"
10445                 },
10446                 {
10447                     "name": "Symfony Community",
10448                     "homepage": "https://symfony.com/contributors"
10449                 }
10450             ],
10451             "description": "Eases DOM navigation for HTML and XML documents",
10452             "homepage": "https://symfony.com",
10453             "support": {
10454                 "source": "https://github.com/symfony/dom-crawler/tree/v6.4.7"
10455             },
10456             "funding": [
10457                 {
10458                     "url": "https://symfony.com/sponsor",
10459                     "type": "custom"
10460                 },
10461                 {
10462                     "url": "https://github.com/fabpot",
10463                     "type": "github"
10464                 },
10465                 {
10466                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10467                     "type": "tidelift"
10468                 }
10469             ],
10470             "time": "2024-04-18T09:22:46+00:00"
10471         },
10472         {
10473             "name": "theseer/tokenizer",
10474             "version": "1.2.3",
10475             "source": {
10476                 "type": "git",
10477                 "url": "https://github.com/theseer/tokenizer.git",
10478                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10479             },
10480             "dist": {
10481                 "type": "zip",
10482                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10483                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10484                 "shasum": ""
10485             },
10486             "require": {
10487                 "ext-dom": "*",
10488                 "ext-tokenizer": "*",
10489                 "ext-xmlwriter": "*",
10490                 "php": "^7.2 || ^8.0"
10491             },
10492             "type": "library",
10493             "autoload": {
10494                 "classmap": [
10495                     "src/"
10496                 ]
10497             },
10498             "notification-url": "https://packagist.org/downloads/",
10499             "license": [
10500                 "BSD-3-Clause"
10501             ],
10502             "authors": [
10503                 {
10504                     "name": "Arne Blankerts",
10505                     "email": "[email protected]",
10506                     "role": "Developer"
10507                 }
10508             ],
10509             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10510             "support": {
10511                 "issues": "https://github.com/theseer/tokenizer/issues",
10512                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10513             },
10514             "funding": [
10515                 {
10516                     "url": "https://github.com/theseer",
10517                     "type": "github"
10518                 }
10519             ],
10520             "time": "2024-03-03T12:36:25+00:00"
10521         }
10522     ],
10523     "aliases": [],
10524     "minimum-stability": "stable",
10525     "stability-flags": {
10526         "ssddanbrown/symfony-mailer": 20
10527     },
10528     "prefer-stable": true,
10529     "prefer-lowest": false,
10530     "platform": {
10531         "php": "^8.1.0",
10532         "ext-curl": "*",
10533         "ext-dom": "*",
10534         "ext-fileinfo": "*",
10535         "ext-gd": "*",
10536         "ext-json": "*",
10537         "ext-mbstring": "*",
10538         "ext-xml": "*"
10539     },
10540     "platform-dev": [],
10541     "platform-overrides": {
10542         "php": "8.1.0"
10543     },
10544     "plugin-api-version": "2.3.0"
10545 }