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