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