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