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