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