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