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