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