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