]> BookStack Code Mirror - bookstack/blob - composer.lock
Merge pull request #4344 from devdot/update-api-docs
[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": "d010cf625b58a0dc43addda7881ea42f",
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.10",
1949             "source": {
1950                 "type": "git",
1951                 "url": "https://github.com/laravel/framework.git",
1952                 "reference": "858add225ce88a76c43aec0e7866288321ee0ee9"
1953             },
1954             "dist": {
1955                 "type": "zip",
1956                 "url": "https://api.github.com/repos/laravel/framework/zipball/858add225ce88a76c43aec0e7866288321ee0ee9",
1957                 "reference": "858add225ce88a76c43aec0e7866288321ee0ee9",
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-27T13:25:54+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.68.1",
3268             "source": {
3269                 "type": "git",
3270                 "url": "https://github.com/briannesbitt/Carbon.git",
3271                 "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da"
3272             },
3273             "dist": {
3274                 "type": "zip",
3275                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4f991ed2a403c85efbc4f23eb4030063fdbe01da",
3276                 "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da",
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-06-20T18:29:04+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.16.0",
3519             "source": {
3520                 "type": "git",
3521                 "url": "https://github.com/nikic/PHP-Parser.git",
3522                 "reference": "19526a33fb561ef417e822e85f08a00db4059c17"
3523             },
3524             "dist": {
3525                 "type": "zip",
3526                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17",
3527                 "reference": "19526a33fb561ef417e822e85f08a00db4059c17",
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.16.0"
3569             },
3570             "time": "2023-06-25T14:52:30+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": "ssddanbrown/symfony-mailer",
5432             "version": "6.0.x-dev",
5433             "source": {
5434                 "type": "git",
5435                 "url": "https://github.com/ssddanbrown/symfony-mailer.git",
5436                 "reference": "2219dcdc5f58e4f382ce8f1e6942d16982aa3012"
5437             },
5438             "dist": {
5439                 "type": "zip",
5440                 "url": "https://api.github.com/repos/ssddanbrown/symfony-mailer/zipball/2219dcdc5f58e4f382ce8f1e6942d16982aa3012",
5441                 "reference": "2219dcdc5f58e4f382ce8f1e6942d16982aa3012",
5442                 "shasum": ""
5443             },
5444             "require": {
5445                 "egulias/email-validator": "^2.1.10|^3|^4",
5446                 "php": ">=8.0.2",
5447                 "psr/event-dispatcher": "^1",
5448                 "psr/log": "^1|^2|^3",
5449                 "symfony/event-dispatcher": "^5.4|^6.0",
5450                 "symfony/mime": "^5.4|^6.0",
5451                 "symfony/service-contracts": "^1.1|^2|^3"
5452             },
5453             "conflict": {
5454                 "symfony/http-kernel": "<5.4"
5455             },
5456             "replace": {
5457                 "symfony/mailer": "^6.0"
5458             },
5459             "require-dev": {
5460                 "symfony/http-client-contracts": "^1.1|^2|^3",
5461                 "symfony/messenger": "^5.4|^6.0"
5462             },
5463             "default-branch": true,
5464             "type": "library",
5465             "autoload": {
5466                 "psr-4": {
5467                     "Symfony\\Component\\Mailer\\": ""
5468                 },
5469                 "exclude-from-classmap": [
5470                     "/Tests/"
5471                 ]
5472             },
5473             "notification-url": "https://packagist.org/downloads/",
5474             "license": [
5475                 "MIT"
5476             ],
5477             "authors": [
5478                 {
5479                     "name": "Dan Brown",
5480                     "homepage": "https://danb.me"
5481                 },
5482                 {
5483                     "name": "Fabien Potencier",
5484                     "email": "[email protected]"
5485                 },
5486                 {
5487                     "name": "Symfony Community",
5488                     "homepage": "https://symfony.com/contributors"
5489                 }
5490             ],
5491             "description": "Helps sending emails",
5492             "homepage": "https://symfony.com",
5493             "support": {
5494                 "source": "https://github.com/ssddanbrown/symfony-mailer/tree/6.0"
5495             },
5496             "time": "2023-07-04T14:10:33+00:00"
5497         },
5498         {
5499             "name": "symfony/console",
5500             "version": "v6.0.19",
5501             "source": {
5502                 "type": "git",
5503                 "url": "https://github.com/symfony/console.git",
5504                 "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed"
5505             },
5506             "dist": {
5507                 "type": "zip",
5508                 "url": "https://api.github.com/repos/symfony/console/zipball/c3ebc83d031b71c39da318ca8b7a07ecc67507ed",
5509                 "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed",
5510                 "shasum": ""
5511             },
5512             "require": {
5513                 "php": ">=8.0.2",
5514                 "symfony/polyfill-mbstring": "~1.0",
5515                 "symfony/service-contracts": "^1.1|^2|^3",
5516                 "symfony/string": "^5.4|^6.0"
5517             },
5518             "conflict": {
5519                 "symfony/dependency-injection": "<5.4",
5520                 "symfony/dotenv": "<5.4",
5521                 "symfony/event-dispatcher": "<5.4",
5522                 "symfony/lock": "<5.4",
5523                 "symfony/process": "<5.4"
5524             },
5525             "provide": {
5526                 "psr/log-implementation": "1.0|2.0|3.0"
5527             },
5528             "require-dev": {
5529                 "psr/log": "^1|^2|^3",
5530                 "symfony/config": "^5.4|^6.0",
5531                 "symfony/dependency-injection": "^5.4|^6.0",
5532                 "symfony/event-dispatcher": "^5.4|^6.0",
5533                 "symfony/lock": "^5.4|^6.0",
5534                 "symfony/process": "^5.4|^6.0",
5535                 "symfony/var-dumper": "^5.4|^6.0"
5536             },
5537             "suggest": {
5538                 "psr/log": "For using the console logger",
5539                 "symfony/event-dispatcher": "",
5540                 "symfony/lock": "",
5541                 "symfony/process": ""
5542             },
5543             "type": "library",
5544             "autoload": {
5545                 "psr-4": {
5546                     "Symfony\\Component\\Console\\": ""
5547                 },
5548                 "exclude-from-classmap": [
5549                     "/Tests/"
5550                 ]
5551             },
5552             "notification-url": "https://packagist.org/downloads/",
5553             "license": [
5554                 "MIT"
5555             ],
5556             "authors": [
5557                 {
5558                     "name": "Fabien Potencier",
5559                     "email": "[email protected]"
5560                 },
5561                 {
5562                     "name": "Symfony Community",
5563                     "homepage": "https://symfony.com/contributors"
5564                 }
5565             ],
5566             "description": "Eases the creation of beautiful and testable command line interfaces",
5567             "homepage": "https://symfony.com",
5568             "keywords": [
5569                 "cli",
5570                 "command line",
5571                 "console",
5572                 "terminal"
5573             ],
5574             "support": {
5575                 "source": "https://github.com/symfony/console/tree/v6.0.19"
5576             },
5577             "funding": [
5578                 {
5579                     "url": "https://symfony.com/sponsor",
5580                     "type": "custom"
5581                 },
5582                 {
5583                     "url": "https://github.com/fabpot",
5584                     "type": "github"
5585                 },
5586                 {
5587                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5588                     "type": "tidelift"
5589                 }
5590             ],
5591             "time": "2023-01-01T08:36:10+00:00"
5592         },
5593         {
5594             "name": "symfony/css-selector",
5595             "version": "v6.0.19",
5596             "source": {
5597                 "type": "git",
5598                 "url": "https://github.com/symfony/css-selector.git",
5599                 "reference": "f1d00bddb83a4cb2138564b2150001cb6ce272b1"
5600             },
5601             "dist": {
5602                 "type": "zip",
5603                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/f1d00bddb83a4cb2138564b2150001cb6ce272b1",
5604                 "reference": "f1d00bddb83a4cb2138564b2150001cb6ce272b1",
5605                 "shasum": ""
5606             },
5607             "require": {
5608                 "php": ">=8.0.2"
5609             },
5610             "type": "library",
5611             "autoload": {
5612                 "psr-4": {
5613                     "Symfony\\Component\\CssSelector\\": ""
5614                 },
5615                 "exclude-from-classmap": [
5616                     "/Tests/"
5617                 ]
5618             },
5619             "notification-url": "https://packagist.org/downloads/",
5620             "license": [
5621                 "MIT"
5622             ],
5623             "authors": [
5624                 {
5625                     "name": "Fabien Potencier",
5626                     "email": "[email protected]"
5627                 },
5628                 {
5629                     "name": "Jean-François Simon",
5630                     "email": "[email protected]"
5631                 },
5632                 {
5633                     "name": "Symfony Community",
5634                     "homepage": "https://symfony.com/contributors"
5635                 }
5636             ],
5637             "description": "Converts CSS selectors to XPath expressions",
5638             "homepage": "https://symfony.com",
5639             "support": {
5640                 "source": "https://github.com/symfony/css-selector/tree/v6.0.19"
5641             },
5642             "funding": [
5643                 {
5644                     "url": "https://symfony.com/sponsor",
5645                     "type": "custom"
5646                 },
5647                 {
5648                     "url": "https://github.com/fabpot",
5649                     "type": "github"
5650                 },
5651                 {
5652                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5653                     "type": "tidelift"
5654                 }
5655             ],
5656             "time": "2023-01-01T08:36:10+00:00"
5657         },
5658         {
5659             "name": "symfony/deprecation-contracts",
5660             "version": "v3.0.2",
5661             "source": {
5662                 "type": "git",
5663                 "url": "https://github.com/symfony/deprecation-contracts.git",
5664                 "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
5665             },
5666             "dist": {
5667                 "type": "zip",
5668                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
5669                 "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
5670                 "shasum": ""
5671             },
5672             "require": {
5673                 "php": ">=8.0.2"
5674             },
5675             "type": "library",
5676             "extra": {
5677                 "branch-alias": {
5678                     "dev-main": "3.0-dev"
5679                 },
5680                 "thanks": {
5681                     "name": "symfony/contracts",
5682                     "url": "https://github.com/symfony/contracts"
5683                 }
5684             },
5685             "autoload": {
5686                 "files": [
5687                     "function.php"
5688                 ]
5689             },
5690             "notification-url": "https://packagist.org/downloads/",
5691             "license": [
5692                 "MIT"
5693             ],
5694             "authors": [
5695                 {
5696                     "name": "Nicolas Grekas",
5697                     "email": "[email protected]"
5698                 },
5699                 {
5700                     "name": "Symfony Community",
5701                     "homepage": "https://symfony.com/contributors"
5702                 }
5703             ],
5704             "description": "A generic function and convention to trigger deprecation notices",
5705             "homepage": "https://symfony.com",
5706             "support": {
5707                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2"
5708             },
5709             "funding": [
5710                 {
5711                     "url": "https://symfony.com/sponsor",
5712                     "type": "custom"
5713                 },
5714                 {
5715                     "url": "https://github.com/fabpot",
5716                     "type": "github"
5717                 },
5718                 {
5719                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5720                     "type": "tidelift"
5721                 }
5722             ],
5723             "time": "2022-01-02T09:55:41+00:00"
5724         },
5725         {
5726             "name": "symfony/error-handler",
5727             "version": "v6.0.19",
5728             "source": {
5729                 "type": "git",
5730                 "url": "https://github.com/symfony/error-handler.git",
5731                 "reference": "c7df52182f43a68522756ac31a532dd5b1e6db67"
5732             },
5733             "dist": {
5734                 "type": "zip",
5735                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/c7df52182f43a68522756ac31a532dd5b1e6db67",
5736                 "reference": "c7df52182f43a68522756ac31a532dd5b1e6db67",
5737                 "shasum": ""
5738             },
5739             "require": {
5740                 "php": ">=8.0.2",
5741                 "psr/log": "^1|^2|^3",
5742                 "symfony/var-dumper": "^5.4|^6.0"
5743             },
5744             "require-dev": {
5745                 "symfony/deprecation-contracts": "^2.1|^3",
5746                 "symfony/http-kernel": "^5.4|^6.0",
5747                 "symfony/serializer": "^5.4|^6.0"
5748             },
5749             "bin": [
5750                 "Resources/bin/patch-type-declarations"
5751             ],
5752             "type": "library",
5753             "autoload": {
5754                 "psr-4": {
5755                     "Symfony\\Component\\ErrorHandler\\": ""
5756                 },
5757                 "exclude-from-classmap": [
5758                     "/Tests/"
5759                 ]
5760             },
5761             "notification-url": "https://packagist.org/downloads/",
5762             "license": [
5763                 "MIT"
5764             ],
5765             "authors": [
5766                 {
5767                     "name": "Fabien Potencier",
5768                     "email": "[email protected]"
5769                 },
5770                 {
5771                     "name": "Symfony Community",
5772                     "homepage": "https://symfony.com/contributors"
5773                 }
5774             ],
5775             "description": "Provides tools to manage errors and ease debugging PHP code",
5776             "homepage": "https://symfony.com",
5777             "support": {
5778                 "source": "https://github.com/symfony/error-handler/tree/v6.0.19"
5779             },
5780             "funding": [
5781                 {
5782                     "url": "https://symfony.com/sponsor",
5783                     "type": "custom"
5784                 },
5785                 {
5786                     "url": "https://github.com/fabpot",
5787                     "type": "github"
5788                 },
5789                 {
5790                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5791                     "type": "tidelift"
5792                 }
5793             ],
5794             "time": "2023-01-01T08:36:10+00:00"
5795         },
5796         {
5797             "name": "symfony/event-dispatcher",
5798             "version": "v6.0.19",
5799             "source": {
5800                 "type": "git",
5801                 "url": "https://github.com/symfony/event-dispatcher.git",
5802                 "reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a"
5803             },
5804             "dist": {
5805                 "type": "zip",
5806                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2eaf8e63bc5b8cefabd4a800157f0d0c094f677a",
5807                 "reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a",
5808                 "shasum": ""
5809             },
5810             "require": {
5811                 "php": ">=8.0.2",
5812                 "symfony/event-dispatcher-contracts": "^2|^3"
5813             },
5814             "conflict": {
5815                 "symfony/dependency-injection": "<5.4"
5816             },
5817             "provide": {
5818                 "psr/event-dispatcher-implementation": "1.0",
5819                 "symfony/event-dispatcher-implementation": "2.0|3.0"
5820             },
5821             "require-dev": {
5822                 "psr/log": "^1|^2|^3",
5823                 "symfony/config": "^5.4|^6.0",
5824                 "symfony/dependency-injection": "^5.4|^6.0",
5825                 "symfony/error-handler": "^5.4|^6.0",
5826                 "symfony/expression-language": "^5.4|^6.0",
5827                 "symfony/http-foundation": "^5.4|^6.0",
5828                 "symfony/service-contracts": "^1.1|^2|^3",
5829                 "symfony/stopwatch": "^5.4|^6.0"
5830             },
5831             "suggest": {
5832                 "symfony/dependency-injection": "",
5833                 "symfony/http-kernel": ""
5834             },
5835             "type": "library",
5836             "autoload": {
5837                 "psr-4": {
5838                     "Symfony\\Component\\EventDispatcher\\": ""
5839                 },
5840                 "exclude-from-classmap": [
5841                     "/Tests/"
5842                 ]
5843             },
5844             "notification-url": "https://packagist.org/downloads/",
5845             "license": [
5846                 "MIT"
5847             ],
5848             "authors": [
5849                 {
5850                     "name": "Fabien Potencier",
5851                     "email": "[email protected]"
5852                 },
5853                 {
5854                     "name": "Symfony Community",
5855                     "homepage": "https://symfony.com/contributors"
5856                 }
5857             ],
5858             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5859             "homepage": "https://symfony.com",
5860             "support": {
5861                 "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.19"
5862             },
5863             "funding": [
5864                 {
5865                     "url": "https://symfony.com/sponsor",
5866                     "type": "custom"
5867                 },
5868                 {
5869                     "url": "https://github.com/fabpot",
5870                     "type": "github"
5871                 },
5872                 {
5873                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5874                     "type": "tidelift"
5875                 }
5876             ],
5877             "time": "2023-01-01T08:36:10+00:00"
5878         },
5879         {
5880             "name": "symfony/event-dispatcher-contracts",
5881             "version": "v3.0.2",
5882             "source": {
5883                 "type": "git",
5884                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5885                 "reference": "7bc61cc2db649b4637d331240c5346dcc7708051"
5886             },
5887             "dist": {
5888                 "type": "zip",
5889                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051",
5890                 "reference": "7bc61cc2db649b4637d331240c5346dcc7708051",
5891                 "shasum": ""
5892             },
5893             "require": {
5894                 "php": ">=8.0.2",
5895                 "psr/event-dispatcher": "^1"
5896             },
5897             "suggest": {
5898                 "symfony/event-dispatcher-implementation": ""
5899             },
5900             "type": "library",
5901             "extra": {
5902                 "branch-alias": {
5903                     "dev-main": "3.0-dev"
5904                 },
5905                 "thanks": {
5906                     "name": "symfony/contracts",
5907                     "url": "https://github.com/symfony/contracts"
5908                 }
5909             },
5910             "autoload": {
5911                 "psr-4": {
5912                     "Symfony\\Contracts\\EventDispatcher\\": ""
5913                 }
5914             },
5915             "notification-url": "https://packagist.org/downloads/",
5916             "license": [
5917                 "MIT"
5918             ],
5919             "authors": [
5920                 {
5921                     "name": "Nicolas Grekas",
5922                     "email": "[email protected]"
5923                 },
5924                 {
5925                     "name": "Symfony Community",
5926                     "homepage": "https://symfony.com/contributors"
5927                 }
5928             ],
5929             "description": "Generic abstractions related to dispatching event",
5930             "homepage": "https://symfony.com",
5931             "keywords": [
5932                 "abstractions",
5933                 "contracts",
5934                 "decoupling",
5935                 "interfaces",
5936                 "interoperability",
5937                 "standards"
5938             ],
5939             "support": {
5940                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.2"
5941             },
5942             "funding": [
5943                 {
5944                     "url": "https://symfony.com/sponsor",
5945                     "type": "custom"
5946                 },
5947                 {
5948                     "url": "https://github.com/fabpot",
5949                     "type": "github"
5950                 },
5951                 {
5952                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5953                     "type": "tidelift"
5954                 }
5955             ],
5956             "time": "2022-01-02T09:55:41+00:00"
5957         },
5958         {
5959             "name": "symfony/finder",
5960             "version": "v6.0.19",
5961             "source": {
5962                 "type": "git",
5963                 "url": "https://github.com/symfony/finder.git",
5964                 "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11"
5965             },
5966             "dist": {
5967                 "type": "zip",
5968                 "url": "https://api.github.com/repos/symfony/finder/zipball/5cc9cac6586fc0c28cd173780ca696e419fefa11",
5969                 "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11",
5970                 "shasum": ""
5971             },
5972             "require": {
5973                 "php": ">=8.0.2"
5974             },
5975             "type": "library",
5976             "autoload": {
5977                 "psr-4": {
5978                     "Symfony\\Component\\Finder\\": ""
5979                 },
5980                 "exclude-from-classmap": [
5981                     "/Tests/"
5982                 ]
5983             },
5984             "notification-url": "https://packagist.org/downloads/",
5985             "license": [
5986                 "MIT"
5987             ],
5988             "authors": [
5989                 {
5990                     "name": "Fabien Potencier",
5991                     "email": "[email protected]"
5992                 },
5993                 {
5994                     "name": "Symfony Community",
5995                     "homepage": "https://symfony.com/contributors"
5996                 }
5997             ],
5998             "description": "Finds files and directories via an intuitive fluent interface",
5999             "homepage": "https://symfony.com",
6000             "support": {
6001                 "source": "https://github.com/symfony/finder/tree/v6.0.19"
6002             },
6003             "funding": [
6004                 {
6005                     "url": "https://symfony.com/sponsor",
6006                     "type": "custom"
6007                 },
6008                 {
6009                     "url": "https://github.com/fabpot",
6010                     "type": "github"
6011                 },
6012                 {
6013                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6014                     "type": "tidelift"
6015                 }
6016             ],
6017             "time": "2023-01-20T17:44:14+00:00"
6018         },
6019         {
6020             "name": "symfony/http-foundation",
6021             "version": "v6.0.20",
6022             "source": {
6023                 "type": "git",
6024                 "url": "https://github.com/symfony/http-foundation.git",
6025                 "reference": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6"
6026             },
6027             "dist": {
6028                 "type": "zip",
6029                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e16b2676a4b3b1fa12378a20b29c364feda2a8d6",
6030                 "reference": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6",
6031                 "shasum": ""
6032             },
6033             "require": {
6034                 "php": ">=8.0.2",
6035                 "symfony/deprecation-contracts": "^2.1|^3",
6036                 "symfony/polyfill-mbstring": "~1.1"
6037             },
6038             "require-dev": {
6039                 "predis/predis": "~1.0",
6040                 "symfony/cache": "^5.4|^6.0",
6041                 "symfony/dependency-injection": "^5.4|^6.0",
6042                 "symfony/expression-language": "^5.4|^6.0",
6043                 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
6044                 "symfony/mime": "^5.4|^6.0",
6045                 "symfony/rate-limiter": "^5.2|^6.0"
6046             },
6047             "suggest": {
6048                 "symfony/mime": "To use the file extension guesser"
6049             },
6050             "type": "library",
6051             "autoload": {
6052                 "psr-4": {
6053                     "Symfony\\Component\\HttpFoundation\\": ""
6054                 },
6055                 "exclude-from-classmap": [
6056                     "/Tests/"
6057                 ]
6058             },
6059             "notification-url": "https://packagist.org/downloads/",
6060             "license": [
6061                 "MIT"
6062             ],
6063             "authors": [
6064                 {
6065                     "name": "Fabien Potencier",
6066                     "email": "[email protected]"
6067                 },
6068                 {
6069                     "name": "Symfony Community",
6070                     "homepage": "https://symfony.com/contributors"
6071                 }
6072             ],
6073             "description": "Defines an object-oriented layer for the HTTP specification",
6074             "homepage": "https://symfony.com",
6075             "support": {
6076                 "source": "https://github.com/symfony/http-foundation/tree/v6.0.20"
6077             },
6078             "funding": [
6079                 {
6080                     "url": "https://symfony.com/sponsor",
6081                     "type": "custom"
6082                 },
6083                 {
6084                     "url": "https://github.com/fabpot",
6085                     "type": "github"
6086                 },
6087                 {
6088                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6089                     "type": "tidelift"
6090                 }
6091             ],
6092             "time": "2023-01-30T15:41:07+00:00"
6093         },
6094         {
6095             "name": "symfony/http-kernel",
6096             "version": "v6.0.20",
6097             "source": {
6098                 "type": "git",
6099                 "url": "https://github.com/symfony/http-kernel.git",
6100                 "reference": "6dc70833fd0ef5e861e17c7854c12d7d86679349"
6101             },
6102             "dist": {
6103                 "type": "zip",
6104                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6dc70833fd0ef5e861e17c7854c12d7d86679349",
6105                 "reference": "6dc70833fd0ef5e861e17c7854c12d7d86679349",
6106                 "shasum": ""
6107             },
6108             "require": {
6109                 "php": ">=8.0.2",
6110                 "psr/log": "^1|^2|^3",
6111                 "symfony/error-handler": "^5.4|^6.0",
6112                 "symfony/event-dispatcher": "^5.4|^6.0",
6113                 "symfony/http-foundation": "^5.4|^6.0",
6114                 "symfony/polyfill-ctype": "^1.8"
6115             },
6116             "conflict": {
6117                 "symfony/browser-kit": "<5.4",
6118                 "symfony/cache": "<5.4",
6119                 "symfony/config": "<5.4",
6120                 "symfony/console": "<5.4",
6121                 "symfony/dependency-injection": "<5.4",
6122                 "symfony/doctrine-bridge": "<5.4",
6123                 "symfony/form": "<5.4",
6124                 "symfony/http-client": "<5.4",
6125                 "symfony/mailer": "<5.4",
6126                 "symfony/messenger": "<5.4",
6127                 "symfony/translation": "<5.4",
6128                 "symfony/twig-bridge": "<5.4",
6129                 "symfony/validator": "<5.4",
6130                 "twig/twig": "<2.13"
6131             },
6132             "provide": {
6133                 "psr/log-implementation": "1.0|2.0|3.0"
6134             },
6135             "require-dev": {
6136                 "psr/cache": "^1.0|^2.0|^3.0",
6137                 "symfony/browser-kit": "^5.4|^6.0",
6138                 "symfony/config": "^5.4|^6.0",
6139                 "symfony/console": "^5.4|^6.0",
6140                 "symfony/css-selector": "^5.4|^6.0",
6141                 "symfony/dependency-injection": "^5.4|^6.0",
6142                 "symfony/dom-crawler": "^5.4|^6.0",
6143                 "symfony/expression-language": "^5.4|^6.0",
6144                 "symfony/finder": "^5.4|^6.0",
6145                 "symfony/http-client-contracts": "^1.1|^2|^3",
6146                 "symfony/process": "^5.4|^6.0",
6147                 "symfony/routing": "^5.4|^6.0",
6148                 "symfony/stopwatch": "^5.4|^6.0",
6149                 "symfony/translation": "^5.4|^6.0",
6150                 "symfony/translation-contracts": "^1.1|^2|^3",
6151                 "twig/twig": "^2.13|^3.0.4"
6152             },
6153             "suggest": {
6154                 "symfony/browser-kit": "",
6155                 "symfony/config": "",
6156                 "symfony/console": "",
6157                 "symfony/dependency-injection": ""
6158             },
6159             "type": "library",
6160             "autoload": {
6161                 "psr-4": {
6162                     "Symfony\\Component\\HttpKernel\\": ""
6163                 },
6164                 "exclude-from-classmap": [
6165                     "/Tests/"
6166                 ]
6167             },
6168             "notification-url": "https://packagist.org/downloads/",
6169             "license": [
6170                 "MIT"
6171             ],
6172             "authors": [
6173                 {
6174                     "name": "Fabien Potencier",
6175                     "email": "[email protected]"
6176                 },
6177                 {
6178                     "name": "Symfony Community",
6179                     "homepage": "https://symfony.com/contributors"
6180                 }
6181             ],
6182             "description": "Provides a structured process for converting a Request into a Response",
6183             "homepage": "https://symfony.com",
6184             "support": {
6185                 "source": "https://github.com/symfony/http-kernel/tree/v6.0.20"
6186             },
6187             "funding": [
6188                 {
6189                     "url": "https://symfony.com/sponsor",
6190                     "type": "custom"
6191                 },
6192                 {
6193                     "url": "https://github.com/fabpot",
6194                     "type": "github"
6195                 },
6196                 {
6197                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6198                     "type": "tidelift"
6199                 }
6200             ],
6201             "time": "2023-02-01T08:22:55+00:00"
6202         },
6203         {
6204             "name": "symfony/mime",
6205             "version": "v6.0.19",
6206             "source": {
6207                 "type": "git",
6208                 "url": "https://github.com/symfony/mime.git",
6209                 "reference": "d7052547a0070cbeadd474e172b527a00d657301"
6210             },
6211             "dist": {
6212                 "type": "zip",
6213                 "url": "https://api.github.com/repos/symfony/mime/zipball/d7052547a0070cbeadd474e172b527a00d657301",
6214                 "reference": "d7052547a0070cbeadd474e172b527a00d657301",
6215                 "shasum": ""
6216             },
6217             "require": {
6218                 "php": ">=8.0.2",
6219                 "symfony/polyfill-intl-idn": "^1.10",
6220                 "symfony/polyfill-mbstring": "^1.0"
6221             },
6222             "conflict": {
6223                 "egulias/email-validator": "~3.0.0",
6224                 "phpdocumentor/reflection-docblock": "<3.2.2",
6225                 "phpdocumentor/type-resolver": "<1.4.0",
6226                 "symfony/mailer": "<5.4",
6227                 "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
6228             },
6229             "require-dev": {
6230                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6231                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6232                 "symfony/dependency-injection": "^5.4|^6.0",
6233                 "symfony/property-access": "^5.4|^6.0",
6234                 "symfony/property-info": "^5.4|^6.0",
6235                 "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6"
6236             },
6237             "type": "library",
6238             "autoload": {
6239                 "psr-4": {
6240                     "Symfony\\Component\\Mime\\": ""
6241                 },
6242                 "exclude-from-classmap": [
6243                     "/Tests/"
6244                 ]
6245             },
6246             "notification-url": "https://packagist.org/downloads/",
6247             "license": [
6248                 "MIT"
6249             ],
6250             "authors": [
6251                 {
6252                     "name": "Fabien Potencier",
6253                     "email": "[email protected]"
6254                 },
6255                 {
6256                     "name": "Symfony Community",
6257                     "homepage": "https://symfony.com/contributors"
6258                 }
6259             ],
6260             "description": "Allows manipulating MIME messages",
6261             "homepage": "https://symfony.com",
6262             "keywords": [
6263                 "mime",
6264                 "mime-type"
6265             ],
6266             "support": {
6267                 "source": "https://github.com/symfony/mime/tree/v6.0.19"
6268             },
6269             "funding": [
6270                 {
6271                     "url": "https://symfony.com/sponsor",
6272                     "type": "custom"
6273                 },
6274                 {
6275                     "url": "https://github.com/fabpot",
6276                     "type": "github"
6277                 },
6278                 {
6279                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6280                     "type": "tidelift"
6281                 }
6282             ],
6283             "time": "2023-01-11T11:50:03+00:00"
6284         },
6285         {
6286             "name": "symfony/polyfill-ctype",
6287             "version": "v1.27.0",
6288             "source": {
6289                 "type": "git",
6290                 "url": "https://github.com/symfony/polyfill-ctype.git",
6291                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
6292             },
6293             "dist": {
6294                 "type": "zip",
6295                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
6296                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
6297                 "shasum": ""
6298             },
6299             "require": {
6300                 "php": ">=7.1"
6301             },
6302             "provide": {
6303                 "ext-ctype": "*"
6304             },
6305             "suggest": {
6306                 "ext-ctype": "For best performance"
6307             },
6308             "type": "library",
6309             "extra": {
6310                 "branch-alias": {
6311                     "dev-main": "1.27-dev"
6312                 },
6313                 "thanks": {
6314                     "name": "symfony/polyfill",
6315                     "url": "https://github.com/symfony/polyfill"
6316                 }
6317             },
6318             "autoload": {
6319                 "files": [
6320                     "bootstrap.php"
6321                 ],
6322                 "psr-4": {
6323                     "Symfony\\Polyfill\\Ctype\\": ""
6324                 }
6325             },
6326             "notification-url": "https://packagist.org/downloads/",
6327             "license": [
6328                 "MIT"
6329             ],
6330             "authors": [
6331                 {
6332                     "name": "Gert de Pagter",
6333                     "email": "[email protected]"
6334                 },
6335                 {
6336                     "name": "Symfony Community",
6337                     "homepage": "https://symfony.com/contributors"
6338                 }
6339             ],
6340             "description": "Symfony polyfill for ctype functions",
6341             "homepage": "https://symfony.com",
6342             "keywords": [
6343                 "compatibility",
6344                 "ctype",
6345                 "polyfill",
6346                 "portable"
6347             ],
6348             "support": {
6349                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
6350             },
6351             "funding": [
6352                 {
6353                     "url": "https://symfony.com/sponsor",
6354                     "type": "custom"
6355                 },
6356                 {
6357                     "url": "https://github.com/fabpot",
6358                     "type": "github"
6359                 },
6360                 {
6361                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6362                     "type": "tidelift"
6363                 }
6364             ],
6365             "time": "2022-11-03T14:55:06+00:00"
6366         },
6367         {
6368             "name": "symfony/polyfill-intl-grapheme",
6369             "version": "v1.27.0",
6370             "source": {
6371                 "type": "git",
6372                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6373                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
6374             },
6375             "dist": {
6376                 "type": "zip",
6377                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
6378                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
6379                 "shasum": ""
6380             },
6381             "require": {
6382                 "php": ">=7.1"
6383             },
6384             "suggest": {
6385                 "ext-intl": "For best performance"
6386             },
6387             "type": "library",
6388             "extra": {
6389                 "branch-alias": {
6390                     "dev-main": "1.27-dev"
6391                 },
6392                 "thanks": {
6393                     "name": "symfony/polyfill",
6394                     "url": "https://github.com/symfony/polyfill"
6395                 }
6396             },
6397             "autoload": {
6398                 "files": [
6399                     "bootstrap.php"
6400                 ],
6401                 "psr-4": {
6402                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6403                 }
6404             },
6405             "notification-url": "https://packagist.org/downloads/",
6406             "license": [
6407                 "MIT"
6408             ],
6409             "authors": [
6410                 {
6411                     "name": "Nicolas Grekas",
6412                     "email": "[email protected]"
6413                 },
6414                 {
6415                     "name": "Symfony Community",
6416                     "homepage": "https://symfony.com/contributors"
6417                 }
6418             ],
6419             "description": "Symfony polyfill for intl's grapheme_* functions",
6420             "homepage": "https://symfony.com",
6421             "keywords": [
6422                 "compatibility",
6423                 "grapheme",
6424                 "intl",
6425                 "polyfill",
6426                 "portable",
6427                 "shim"
6428             ],
6429             "support": {
6430                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
6431             },
6432             "funding": [
6433                 {
6434                     "url": "https://symfony.com/sponsor",
6435                     "type": "custom"
6436                 },
6437                 {
6438                     "url": "https://github.com/fabpot",
6439                     "type": "github"
6440                 },
6441                 {
6442                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6443                     "type": "tidelift"
6444                 }
6445             ],
6446             "time": "2022-11-03T14:55:06+00:00"
6447         },
6448         {
6449             "name": "symfony/polyfill-intl-idn",
6450             "version": "v1.27.0",
6451             "source": {
6452                 "type": "git",
6453                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6454                 "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
6455             },
6456             "dist": {
6457                 "type": "zip",
6458                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
6459                 "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
6460                 "shasum": ""
6461             },
6462             "require": {
6463                 "php": ">=7.1",
6464                 "symfony/polyfill-intl-normalizer": "^1.10",
6465                 "symfony/polyfill-php72": "^1.10"
6466             },
6467             "suggest": {
6468                 "ext-intl": "For best performance"
6469             },
6470             "type": "library",
6471             "extra": {
6472                 "branch-alias": {
6473                     "dev-main": "1.27-dev"
6474                 },
6475                 "thanks": {
6476                     "name": "symfony/polyfill",
6477                     "url": "https://github.com/symfony/polyfill"
6478                 }
6479             },
6480             "autoload": {
6481                 "files": [
6482                     "bootstrap.php"
6483                 ],
6484                 "psr-4": {
6485                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6486                 }
6487             },
6488             "notification-url": "https://packagist.org/downloads/",
6489             "license": [
6490                 "MIT"
6491             ],
6492             "authors": [
6493                 {
6494                     "name": "Laurent Bassin",
6495                     "email": "[email protected]"
6496                 },
6497                 {
6498                     "name": "Trevor Rowbotham",
6499                     "email": "[email protected]"
6500                 },
6501                 {
6502                     "name": "Symfony Community",
6503                     "homepage": "https://symfony.com/contributors"
6504                 }
6505             ],
6506             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6507             "homepage": "https://symfony.com",
6508             "keywords": [
6509                 "compatibility",
6510                 "idn",
6511                 "intl",
6512                 "polyfill",
6513                 "portable",
6514                 "shim"
6515             ],
6516             "support": {
6517                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
6518             },
6519             "funding": [
6520                 {
6521                     "url": "https://symfony.com/sponsor",
6522                     "type": "custom"
6523                 },
6524                 {
6525                     "url": "https://github.com/fabpot",
6526                     "type": "github"
6527                 },
6528                 {
6529                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6530                     "type": "tidelift"
6531                 }
6532             ],
6533             "time": "2022-11-03T14:55:06+00:00"
6534         },
6535         {
6536             "name": "symfony/polyfill-intl-normalizer",
6537             "version": "v1.27.0",
6538             "source": {
6539                 "type": "git",
6540                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6541                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
6542             },
6543             "dist": {
6544                 "type": "zip",
6545                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
6546                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
6547                 "shasum": ""
6548             },
6549             "require": {
6550                 "php": ">=7.1"
6551             },
6552             "suggest": {
6553                 "ext-intl": "For best performance"
6554             },
6555             "type": "library",
6556             "extra": {
6557                 "branch-alias": {
6558                     "dev-main": "1.27-dev"
6559                 },
6560                 "thanks": {
6561                     "name": "symfony/polyfill",
6562                     "url": "https://github.com/symfony/polyfill"
6563                 }
6564             },
6565             "autoload": {
6566                 "files": [
6567                     "bootstrap.php"
6568                 ],
6569                 "psr-4": {
6570                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6571                 },
6572                 "classmap": [
6573                     "Resources/stubs"
6574                 ]
6575             },
6576             "notification-url": "https://packagist.org/downloads/",
6577             "license": [
6578                 "MIT"
6579             ],
6580             "authors": [
6581                 {
6582                     "name": "Nicolas Grekas",
6583                     "email": "[email protected]"
6584                 },
6585                 {
6586                     "name": "Symfony Community",
6587                     "homepage": "https://symfony.com/contributors"
6588                 }
6589             ],
6590             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6591             "homepage": "https://symfony.com",
6592             "keywords": [
6593                 "compatibility",
6594                 "intl",
6595                 "normalizer",
6596                 "polyfill",
6597                 "portable",
6598                 "shim"
6599             ],
6600             "support": {
6601                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
6602             },
6603             "funding": [
6604                 {
6605                     "url": "https://symfony.com/sponsor",
6606                     "type": "custom"
6607                 },
6608                 {
6609                     "url": "https://github.com/fabpot",
6610                     "type": "github"
6611                 },
6612                 {
6613                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6614                     "type": "tidelift"
6615                 }
6616             ],
6617             "time": "2022-11-03T14:55:06+00:00"
6618         },
6619         {
6620             "name": "symfony/polyfill-mbstring",
6621             "version": "v1.27.0",
6622             "source": {
6623                 "type": "git",
6624                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6625                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
6626             },
6627             "dist": {
6628                 "type": "zip",
6629                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
6630                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
6631                 "shasum": ""
6632             },
6633             "require": {
6634                 "php": ">=7.1"
6635             },
6636             "provide": {
6637                 "ext-mbstring": "*"
6638             },
6639             "suggest": {
6640                 "ext-mbstring": "For best performance"
6641             },
6642             "type": "library",
6643             "extra": {
6644                 "branch-alias": {
6645                     "dev-main": "1.27-dev"
6646                 },
6647                 "thanks": {
6648                     "name": "symfony/polyfill",
6649                     "url": "https://github.com/symfony/polyfill"
6650                 }
6651             },
6652             "autoload": {
6653                 "files": [
6654                     "bootstrap.php"
6655                 ],
6656                 "psr-4": {
6657                     "Symfony\\Polyfill\\Mbstring\\": ""
6658                 }
6659             },
6660             "notification-url": "https://packagist.org/downloads/",
6661             "license": [
6662                 "MIT"
6663             ],
6664             "authors": [
6665                 {
6666                     "name": "Nicolas Grekas",
6667                     "email": "[email protected]"
6668                 },
6669                 {
6670                     "name": "Symfony Community",
6671                     "homepage": "https://symfony.com/contributors"
6672                 }
6673             ],
6674             "description": "Symfony polyfill for the Mbstring extension",
6675             "homepage": "https://symfony.com",
6676             "keywords": [
6677                 "compatibility",
6678                 "mbstring",
6679                 "polyfill",
6680                 "portable",
6681                 "shim"
6682             ],
6683             "support": {
6684                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
6685             },
6686             "funding": [
6687                 {
6688                     "url": "https://symfony.com/sponsor",
6689                     "type": "custom"
6690                 },
6691                 {
6692                     "url": "https://github.com/fabpot",
6693                     "type": "github"
6694                 },
6695                 {
6696                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6697                     "type": "tidelift"
6698                 }
6699             ],
6700             "time": "2022-11-03T14:55:06+00:00"
6701         },
6702         {
6703             "name": "symfony/polyfill-php72",
6704             "version": "v1.27.0",
6705             "source": {
6706                 "type": "git",
6707                 "url": "https://github.com/symfony/polyfill-php72.git",
6708                 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
6709             },
6710             "dist": {
6711                 "type": "zip",
6712                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
6713                 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
6714                 "shasum": ""
6715             },
6716             "require": {
6717                 "php": ">=7.1"
6718             },
6719             "type": "library",
6720             "extra": {
6721                 "branch-alias": {
6722                     "dev-main": "1.27-dev"
6723                 },
6724                 "thanks": {
6725                     "name": "symfony/polyfill",
6726                     "url": "https://github.com/symfony/polyfill"
6727                 }
6728             },
6729             "autoload": {
6730                 "files": [
6731                     "bootstrap.php"
6732                 ],
6733                 "psr-4": {
6734                     "Symfony\\Polyfill\\Php72\\": ""
6735                 }
6736             },
6737             "notification-url": "https://packagist.org/downloads/",
6738             "license": [
6739                 "MIT"
6740             ],
6741             "authors": [
6742                 {
6743                     "name": "Nicolas Grekas",
6744                     "email": "[email protected]"
6745                 },
6746                 {
6747                     "name": "Symfony Community",
6748                     "homepage": "https://symfony.com/contributors"
6749                 }
6750             ],
6751             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
6752             "homepage": "https://symfony.com",
6753             "keywords": [
6754                 "compatibility",
6755                 "polyfill",
6756                 "portable",
6757                 "shim"
6758             ],
6759             "support": {
6760                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
6761             },
6762             "funding": [
6763                 {
6764                     "url": "https://symfony.com/sponsor",
6765                     "type": "custom"
6766                 },
6767                 {
6768                     "url": "https://github.com/fabpot",
6769                     "type": "github"
6770                 },
6771                 {
6772                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6773                     "type": "tidelift"
6774                 }
6775             ],
6776             "time": "2022-11-03T14:55:06+00:00"
6777         },
6778         {
6779             "name": "symfony/polyfill-php80",
6780             "version": "v1.27.0",
6781             "source": {
6782                 "type": "git",
6783                 "url": "https://github.com/symfony/polyfill-php80.git",
6784                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
6785             },
6786             "dist": {
6787                 "type": "zip",
6788                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
6789                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
6790                 "shasum": ""
6791             },
6792             "require": {
6793                 "php": ">=7.1"
6794             },
6795             "type": "library",
6796             "extra": {
6797                 "branch-alias": {
6798                     "dev-main": "1.27-dev"
6799                 },
6800                 "thanks": {
6801                     "name": "symfony/polyfill",
6802                     "url": "https://github.com/symfony/polyfill"
6803                 }
6804             },
6805             "autoload": {
6806                 "files": [
6807                     "bootstrap.php"
6808                 ],
6809                 "psr-4": {
6810                     "Symfony\\Polyfill\\Php80\\": ""
6811                 },
6812                 "classmap": [
6813                     "Resources/stubs"
6814                 ]
6815             },
6816             "notification-url": "https://packagist.org/downloads/",
6817             "license": [
6818                 "MIT"
6819             ],
6820             "authors": [
6821                 {
6822                     "name": "Ion Bazan",
6823                     "email": "[email protected]"
6824                 },
6825                 {
6826                     "name": "Nicolas Grekas",
6827                     "email": "[email protected]"
6828                 },
6829                 {
6830                     "name": "Symfony Community",
6831                     "homepage": "https://symfony.com/contributors"
6832                 }
6833             ],
6834             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6835             "homepage": "https://symfony.com",
6836             "keywords": [
6837                 "compatibility",
6838                 "polyfill",
6839                 "portable",
6840                 "shim"
6841             ],
6842             "support": {
6843                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
6844             },
6845             "funding": [
6846                 {
6847                     "url": "https://symfony.com/sponsor",
6848                     "type": "custom"
6849                 },
6850                 {
6851                     "url": "https://github.com/fabpot",
6852                     "type": "github"
6853                 },
6854                 {
6855                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6856                     "type": "tidelift"
6857                 }
6858             ],
6859             "time": "2022-11-03T14:55:06+00:00"
6860         },
6861         {
6862             "name": "symfony/polyfill-php81",
6863             "version": "v1.27.0",
6864             "source": {
6865                 "type": "git",
6866                 "url": "https://github.com/symfony/polyfill-php81.git",
6867                 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
6868             },
6869             "dist": {
6870                 "type": "zip",
6871                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
6872                 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
6873                 "shasum": ""
6874             },
6875             "require": {
6876                 "php": ">=7.1"
6877             },
6878             "type": "library",
6879             "extra": {
6880                 "branch-alias": {
6881                     "dev-main": "1.27-dev"
6882                 },
6883                 "thanks": {
6884                     "name": "symfony/polyfill",
6885                     "url": "https://github.com/symfony/polyfill"
6886                 }
6887             },
6888             "autoload": {
6889                 "files": [
6890                     "bootstrap.php"
6891                 ],
6892                 "psr-4": {
6893                     "Symfony\\Polyfill\\Php81\\": ""
6894                 },
6895                 "classmap": [
6896                     "Resources/stubs"
6897                 ]
6898             },
6899             "notification-url": "https://packagist.org/downloads/",
6900             "license": [
6901                 "MIT"
6902             ],
6903             "authors": [
6904                 {
6905                     "name": "Nicolas Grekas",
6906                     "email": "[email protected]"
6907                 },
6908                 {
6909                     "name": "Symfony Community",
6910                     "homepage": "https://symfony.com/contributors"
6911                 }
6912             ],
6913             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
6914             "homepage": "https://symfony.com",
6915             "keywords": [
6916                 "compatibility",
6917                 "polyfill",
6918                 "portable",
6919                 "shim"
6920             ],
6921             "support": {
6922                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
6923             },
6924             "funding": [
6925                 {
6926                     "url": "https://symfony.com/sponsor",
6927                     "type": "custom"
6928                 },
6929                 {
6930                     "url": "https://github.com/fabpot",
6931                     "type": "github"
6932                 },
6933                 {
6934                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6935                     "type": "tidelift"
6936                 }
6937             ],
6938             "time": "2022-11-03T14:55:06+00:00"
6939         },
6940         {
6941             "name": "symfony/polyfill-uuid",
6942             "version": "v1.27.0",
6943             "source": {
6944                 "type": "git",
6945                 "url": "https://github.com/symfony/polyfill-uuid.git",
6946                 "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166"
6947             },
6948             "dist": {
6949                 "type": "zip",
6950                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166",
6951                 "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166",
6952                 "shasum": ""
6953             },
6954             "require": {
6955                 "php": ">=7.1"
6956             },
6957             "provide": {
6958                 "ext-uuid": "*"
6959             },
6960             "suggest": {
6961                 "ext-uuid": "For best performance"
6962             },
6963             "type": "library",
6964             "extra": {
6965                 "branch-alias": {
6966                     "dev-main": "1.27-dev"
6967                 },
6968                 "thanks": {
6969                     "name": "symfony/polyfill",
6970                     "url": "https://github.com/symfony/polyfill"
6971                 }
6972             },
6973             "autoload": {
6974                 "files": [
6975                     "bootstrap.php"
6976                 ],
6977                 "psr-4": {
6978                     "Symfony\\Polyfill\\Uuid\\": ""
6979                 }
6980             },
6981             "notification-url": "https://packagist.org/downloads/",
6982             "license": [
6983                 "MIT"
6984             ],
6985             "authors": [
6986                 {
6987                     "name": "Grégoire Pineau",
6988                     "email": "[email protected]"
6989                 },
6990                 {
6991                     "name": "Symfony Community",
6992                     "homepage": "https://symfony.com/contributors"
6993                 }
6994             ],
6995             "description": "Symfony polyfill for uuid functions",
6996             "homepage": "https://symfony.com",
6997             "keywords": [
6998                 "compatibility",
6999                 "polyfill",
7000                 "portable",
7001                 "uuid"
7002             ],
7003             "support": {
7004                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0"
7005             },
7006             "funding": [
7007                 {
7008                     "url": "https://symfony.com/sponsor",
7009                     "type": "custom"
7010                 },
7011                 {
7012                     "url": "https://github.com/fabpot",
7013                     "type": "github"
7014                 },
7015                 {
7016                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7017                     "type": "tidelift"
7018                 }
7019             ],
7020             "time": "2022-11-03T14:55:06+00:00"
7021         },
7022         {
7023             "name": "symfony/process",
7024             "version": "v6.0.19",
7025             "source": {
7026                 "type": "git",
7027                 "url": "https://github.com/symfony/process.git",
7028                 "reference": "2114fd60f26a296cc403a7939ab91478475a33d4"
7029             },
7030             "dist": {
7031                 "type": "zip",
7032                 "url": "https://api.github.com/repos/symfony/process/zipball/2114fd60f26a296cc403a7939ab91478475a33d4",
7033                 "reference": "2114fd60f26a296cc403a7939ab91478475a33d4",
7034                 "shasum": ""
7035             },
7036             "require": {
7037                 "php": ">=8.0.2"
7038             },
7039             "type": "library",
7040             "autoload": {
7041                 "psr-4": {
7042                     "Symfony\\Component\\Process\\": ""
7043                 },
7044                 "exclude-from-classmap": [
7045                     "/Tests/"
7046                 ]
7047             },
7048             "notification-url": "https://packagist.org/downloads/",
7049             "license": [
7050                 "MIT"
7051             ],
7052             "authors": [
7053                 {
7054                     "name": "Fabien Potencier",
7055                     "email": "[email protected]"
7056                 },
7057                 {
7058                     "name": "Symfony Community",
7059                     "homepage": "https://symfony.com/contributors"
7060                 }
7061             ],
7062             "description": "Executes commands in sub-processes",
7063             "homepage": "https://symfony.com",
7064             "support": {
7065                 "source": "https://github.com/symfony/process/tree/v6.0.19"
7066             },
7067             "funding": [
7068                 {
7069                     "url": "https://symfony.com/sponsor",
7070                     "type": "custom"
7071                 },
7072                 {
7073                     "url": "https://github.com/fabpot",
7074                     "type": "github"
7075                 },
7076                 {
7077                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7078                     "type": "tidelift"
7079                 }
7080             ],
7081             "time": "2023-01-01T08:36:10+00:00"
7082         },
7083         {
7084             "name": "symfony/routing",
7085             "version": "v6.0.19",
7086             "source": {
7087                 "type": "git",
7088                 "url": "https://github.com/symfony/routing.git",
7089                 "reference": "e56ca9b41c1ec447193474cd86ad7c0b547755ac"
7090             },
7091             "dist": {
7092                 "type": "zip",
7093                 "url": "https://api.github.com/repos/symfony/routing/zipball/e56ca9b41c1ec447193474cd86ad7c0b547755ac",
7094                 "reference": "e56ca9b41c1ec447193474cd86ad7c0b547755ac",
7095                 "shasum": ""
7096             },
7097             "require": {
7098                 "php": ">=8.0.2"
7099             },
7100             "conflict": {
7101                 "doctrine/annotations": "<1.12",
7102                 "symfony/config": "<5.4",
7103                 "symfony/dependency-injection": "<5.4",
7104                 "symfony/yaml": "<5.4"
7105             },
7106             "require-dev": {
7107                 "doctrine/annotations": "^1.12|^2",
7108                 "psr/log": "^1|^2|^3",
7109                 "symfony/config": "^5.4|^6.0",
7110                 "symfony/dependency-injection": "^5.4|^6.0",
7111                 "symfony/expression-language": "^5.4|^6.0",
7112                 "symfony/http-foundation": "^5.4|^6.0",
7113                 "symfony/yaml": "^5.4|^6.0"
7114             },
7115             "suggest": {
7116                 "symfony/config": "For using the all-in-one router or any loader",
7117                 "symfony/expression-language": "For using expression matching",
7118                 "symfony/http-foundation": "For using a Symfony Request object",
7119                 "symfony/yaml": "For using the YAML loader"
7120             },
7121             "type": "library",
7122             "autoload": {
7123                 "psr-4": {
7124                     "Symfony\\Component\\Routing\\": ""
7125                 },
7126                 "exclude-from-classmap": [
7127                     "/Tests/"
7128                 ]
7129             },
7130             "notification-url": "https://packagist.org/downloads/",
7131             "license": [
7132                 "MIT"
7133             ],
7134             "authors": [
7135                 {
7136                     "name": "Fabien Potencier",
7137                     "email": "[email protected]"
7138                 },
7139                 {
7140                     "name": "Symfony Community",
7141                     "homepage": "https://symfony.com/contributors"
7142                 }
7143             ],
7144             "description": "Maps an HTTP request to a set of configuration variables",
7145             "homepage": "https://symfony.com",
7146             "keywords": [
7147                 "router",
7148                 "routing",
7149                 "uri",
7150                 "url"
7151             ],
7152             "support": {
7153                 "source": "https://github.com/symfony/routing/tree/v6.0.19"
7154             },
7155             "funding": [
7156                 {
7157                     "url": "https://symfony.com/sponsor",
7158                     "type": "custom"
7159                 },
7160                 {
7161                     "url": "https://github.com/fabpot",
7162                     "type": "github"
7163                 },
7164                 {
7165                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7166                     "type": "tidelift"
7167                 }
7168             ],
7169             "time": "2023-01-01T08:36:10+00:00"
7170         },
7171         {
7172             "name": "symfony/service-contracts",
7173             "version": "v3.0.2",
7174             "source": {
7175                 "type": "git",
7176                 "url": "https://github.com/symfony/service-contracts.git",
7177                 "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66"
7178             },
7179             "dist": {
7180                 "type": "zip",
7181                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
7182                 "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
7183                 "shasum": ""
7184             },
7185             "require": {
7186                 "php": ">=8.0.2",
7187                 "psr/container": "^2.0"
7188             },
7189             "conflict": {
7190                 "ext-psr": "<1.1|>=2"
7191             },
7192             "suggest": {
7193                 "symfony/service-implementation": ""
7194             },
7195             "type": "library",
7196             "extra": {
7197                 "branch-alias": {
7198                     "dev-main": "3.0-dev"
7199                 },
7200                 "thanks": {
7201                     "name": "symfony/contracts",
7202                     "url": "https://github.com/symfony/contracts"
7203                 }
7204             },
7205             "autoload": {
7206                 "psr-4": {
7207                     "Symfony\\Contracts\\Service\\": ""
7208                 }
7209             },
7210             "notification-url": "https://packagist.org/downloads/",
7211             "license": [
7212                 "MIT"
7213             ],
7214             "authors": [
7215                 {
7216                     "name": "Nicolas Grekas",
7217                     "email": "[email protected]"
7218                 },
7219                 {
7220                     "name": "Symfony Community",
7221                     "homepage": "https://symfony.com/contributors"
7222                 }
7223             ],
7224             "description": "Generic abstractions related to writing services",
7225             "homepage": "https://symfony.com",
7226             "keywords": [
7227                 "abstractions",
7228                 "contracts",
7229                 "decoupling",
7230                 "interfaces",
7231                 "interoperability",
7232                 "standards"
7233             ],
7234             "support": {
7235                 "source": "https://github.com/symfony/service-contracts/tree/v3.0.2"
7236             },
7237             "funding": [
7238                 {
7239                     "url": "https://symfony.com/sponsor",
7240                     "type": "custom"
7241                 },
7242                 {
7243                     "url": "https://github.com/fabpot",
7244                     "type": "github"
7245                 },
7246                 {
7247                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7248                     "type": "tidelift"
7249                 }
7250             ],
7251             "time": "2022-05-30T19:17:58+00:00"
7252         },
7253         {
7254             "name": "symfony/string",
7255             "version": "v6.0.19",
7256             "source": {
7257                 "type": "git",
7258                 "url": "https://github.com/symfony/string.git",
7259                 "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a"
7260             },
7261             "dist": {
7262                 "type": "zip",
7263                 "url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a",
7264                 "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a",
7265                 "shasum": ""
7266             },
7267             "require": {
7268                 "php": ">=8.0.2",
7269                 "symfony/polyfill-ctype": "~1.8",
7270                 "symfony/polyfill-intl-grapheme": "~1.0",
7271                 "symfony/polyfill-intl-normalizer": "~1.0",
7272                 "symfony/polyfill-mbstring": "~1.0"
7273             },
7274             "conflict": {
7275                 "symfony/translation-contracts": "<2.0"
7276             },
7277             "require-dev": {
7278                 "symfony/error-handler": "^5.4|^6.0",
7279                 "symfony/http-client": "^5.4|^6.0",
7280                 "symfony/translation-contracts": "^2.0|^3.0",
7281                 "symfony/var-exporter": "^5.4|^6.0"
7282             },
7283             "type": "library",
7284             "autoload": {
7285                 "files": [
7286                     "Resources/functions.php"
7287                 ],
7288                 "psr-4": {
7289                     "Symfony\\Component\\String\\": ""
7290                 },
7291                 "exclude-from-classmap": [
7292                     "/Tests/"
7293                 ]
7294             },
7295             "notification-url": "https://packagist.org/downloads/",
7296             "license": [
7297                 "MIT"
7298             ],
7299             "authors": [
7300                 {
7301                     "name": "Nicolas Grekas",
7302                     "email": "[email protected]"
7303                 },
7304                 {
7305                     "name": "Symfony Community",
7306                     "homepage": "https://symfony.com/contributors"
7307                 }
7308             ],
7309             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7310             "homepage": "https://symfony.com",
7311             "keywords": [
7312                 "grapheme",
7313                 "i18n",
7314                 "string",
7315                 "unicode",
7316                 "utf-8",
7317                 "utf8"
7318             ],
7319             "support": {
7320                 "source": "https://github.com/symfony/string/tree/v6.0.19"
7321             },
7322             "funding": [
7323                 {
7324                     "url": "https://symfony.com/sponsor",
7325                     "type": "custom"
7326                 },
7327                 {
7328                     "url": "https://github.com/fabpot",
7329                     "type": "github"
7330                 },
7331                 {
7332                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7333                     "type": "tidelift"
7334                 }
7335             ],
7336             "time": "2023-01-01T08:36:10+00:00"
7337         },
7338         {
7339             "name": "symfony/translation",
7340             "version": "v6.0.19",
7341             "source": {
7342                 "type": "git",
7343                 "url": "https://github.com/symfony/translation.git",
7344                 "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f"
7345             },
7346             "dist": {
7347                 "type": "zip",
7348                 "url": "https://api.github.com/repos/symfony/translation/zipball/9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f",
7349                 "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f",
7350                 "shasum": ""
7351             },
7352             "require": {
7353                 "php": ">=8.0.2",
7354                 "symfony/polyfill-mbstring": "~1.0",
7355                 "symfony/translation-contracts": "^2.3|^3.0"
7356             },
7357             "conflict": {
7358                 "symfony/config": "<5.4",
7359                 "symfony/console": "<5.4",
7360                 "symfony/dependency-injection": "<5.4",
7361                 "symfony/http-kernel": "<5.4",
7362                 "symfony/twig-bundle": "<5.4",
7363                 "symfony/yaml": "<5.4"
7364             },
7365             "provide": {
7366                 "symfony/translation-implementation": "2.3|3.0"
7367             },
7368             "require-dev": {
7369                 "psr/log": "^1|^2|^3",
7370                 "symfony/config": "^5.4|^6.0",
7371                 "symfony/console": "^5.4|^6.0",
7372                 "symfony/dependency-injection": "^5.4|^6.0",
7373                 "symfony/finder": "^5.4|^6.0",
7374                 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
7375                 "symfony/http-kernel": "^5.4|^6.0",
7376                 "symfony/intl": "^5.4|^6.0",
7377                 "symfony/polyfill-intl-icu": "^1.21",
7378                 "symfony/service-contracts": "^1.1.2|^2|^3",
7379                 "symfony/yaml": "^5.4|^6.0"
7380             },
7381             "suggest": {
7382                 "psr/log-implementation": "To use logging capability in translator",
7383                 "symfony/config": "",
7384                 "symfony/yaml": ""
7385             },
7386             "type": "library",
7387             "autoload": {
7388                 "files": [
7389                     "Resources/functions.php"
7390                 ],
7391                 "psr-4": {
7392                     "Symfony\\Component\\Translation\\": ""
7393                 },
7394                 "exclude-from-classmap": [
7395                     "/Tests/"
7396                 ]
7397             },
7398             "notification-url": "https://packagist.org/downloads/",
7399             "license": [
7400                 "MIT"
7401             ],
7402             "authors": [
7403                 {
7404                     "name": "Fabien Potencier",
7405                     "email": "[email protected]"
7406                 },
7407                 {
7408                     "name": "Symfony Community",
7409                     "homepage": "https://symfony.com/contributors"
7410                 }
7411             ],
7412             "description": "Provides tools to internationalize your application",
7413             "homepage": "https://symfony.com",
7414             "support": {
7415                 "source": "https://github.com/symfony/translation/tree/v6.0.19"
7416             },
7417             "funding": [
7418                 {
7419                     "url": "https://symfony.com/sponsor",
7420                     "type": "custom"
7421                 },
7422                 {
7423                     "url": "https://github.com/fabpot",
7424                     "type": "github"
7425                 },
7426                 {
7427                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7428                     "type": "tidelift"
7429                 }
7430             ],
7431             "time": "2023-01-01T08:36:10+00:00"
7432         },
7433         {
7434             "name": "symfony/translation-contracts",
7435             "version": "v3.0.2",
7436             "source": {
7437                 "type": "git",
7438                 "url": "https://github.com/symfony/translation-contracts.git",
7439                 "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282"
7440             },
7441             "dist": {
7442                 "type": "zip",
7443                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282",
7444                 "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
7445                 "shasum": ""
7446             },
7447             "require": {
7448                 "php": ">=8.0.2"
7449             },
7450             "suggest": {
7451                 "symfony/translation-implementation": ""
7452             },
7453             "type": "library",
7454             "extra": {
7455                 "branch-alias": {
7456                     "dev-main": "3.0-dev"
7457                 },
7458                 "thanks": {
7459                     "name": "symfony/contracts",
7460                     "url": "https://github.com/symfony/contracts"
7461                 }
7462             },
7463             "autoload": {
7464                 "psr-4": {
7465                     "Symfony\\Contracts\\Translation\\": ""
7466                 }
7467             },
7468             "notification-url": "https://packagist.org/downloads/",
7469             "license": [
7470                 "MIT"
7471             ],
7472             "authors": [
7473                 {
7474                     "name": "Nicolas Grekas",
7475                     "email": "[email protected]"
7476                 },
7477                 {
7478                     "name": "Symfony Community",
7479                     "homepage": "https://symfony.com/contributors"
7480                 }
7481             ],
7482             "description": "Generic abstractions related to translation",
7483             "homepage": "https://symfony.com",
7484             "keywords": [
7485                 "abstractions",
7486                 "contracts",
7487                 "decoupling",
7488                 "interfaces",
7489                 "interoperability",
7490                 "standards"
7491             ],
7492             "support": {
7493                 "source": "https://github.com/symfony/translation-contracts/tree/v3.0.2"
7494             },
7495             "funding": [
7496                 {
7497                     "url": "https://symfony.com/sponsor",
7498                     "type": "custom"
7499                 },
7500                 {
7501                     "url": "https://github.com/fabpot",
7502                     "type": "github"
7503                 },
7504                 {
7505                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7506                     "type": "tidelift"
7507                 }
7508             ],
7509             "time": "2022-06-27T17:10:44+00:00"
7510         },
7511         {
7512             "name": "symfony/uid",
7513             "version": "v6.0.19",
7514             "source": {
7515                 "type": "git",
7516                 "url": "https://github.com/symfony/uid.git",
7517                 "reference": "6499e28b0ac9f2aa3151e11845bdb5cd21e6bb9d"
7518             },
7519             "dist": {
7520                 "type": "zip",
7521                 "url": "https://api.github.com/repos/symfony/uid/zipball/6499e28b0ac9f2aa3151e11845bdb5cd21e6bb9d",
7522                 "reference": "6499e28b0ac9f2aa3151e11845bdb5cd21e6bb9d",
7523                 "shasum": ""
7524             },
7525             "require": {
7526                 "php": ">=8.0.2",
7527                 "symfony/polyfill-uuid": "^1.15"
7528             },
7529             "require-dev": {
7530                 "symfony/console": "^5.4|^6.0"
7531             },
7532             "type": "library",
7533             "autoload": {
7534                 "psr-4": {
7535                     "Symfony\\Component\\Uid\\": ""
7536                 },
7537                 "exclude-from-classmap": [
7538                     "/Tests/"
7539                 ]
7540             },
7541             "notification-url": "https://packagist.org/downloads/",
7542             "license": [
7543                 "MIT"
7544             ],
7545             "authors": [
7546                 {
7547                     "name": "Grégoire Pineau",
7548                     "email": "[email protected]"
7549                 },
7550                 {
7551                     "name": "Nicolas Grekas",
7552                     "email": "[email protected]"
7553                 },
7554                 {
7555                     "name": "Symfony Community",
7556                     "homepage": "https://symfony.com/contributors"
7557                 }
7558             ],
7559             "description": "Provides an object-oriented API to generate and represent UIDs",
7560             "homepage": "https://symfony.com",
7561             "keywords": [
7562                 "UID",
7563                 "ulid",
7564                 "uuid"
7565             ],
7566             "support": {
7567                 "source": "https://github.com/symfony/uid/tree/v6.0.19"
7568             },
7569             "funding": [
7570                 {
7571                     "url": "https://symfony.com/sponsor",
7572                     "type": "custom"
7573                 },
7574                 {
7575                     "url": "https://github.com/fabpot",
7576                     "type": "github"
7577                 },
7578                 {
7579                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7580                     "type": "tidelift"
7581                 }
7582             ],
7583             "time": "2023-01-01T08:36:10+00:00"
7584         },
7585         {
7586             "name": "symfony/var-dumper",
7587             "version": "v6.0.19",
7588             "source": {
7589                 "type": "git",
7590                 "url": "https://github.com/symfony/var-dumper.git",
7591                 "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52"
7592             },
7593             "dist": {
7594                 "type": "zip",
7595                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eb980457fa6899840fe1687e8627a03a7d8a3d52",
7596                 "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52",
7597                 "shasum": ""
7598             },
7599             "require": {
7600                 "php": ">=8.0.2",
7601                 "symfony/polyfill-mbstring": "~1.0"
7602             },
7603             "conflict": {
7604                 "phpunit/phpunit": "<5.4.3",
7605                 "symfony/console": "<5.4"
7606             },
7607             "require-dev": {
7608                 "ext-iconv": "*",
7609                 "symfony/console": "^5.4|^6.0",
7610                 "symfony/process": "^5.4|^6.0",
7611                 "symfony/uid": "^5.4|^6.0",
7612                 "twig/twig": "^2.13|^3.0.4"
7613             },
7614             "suggest": {
7615                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
7616                 "ext-intl": "To show region name in time zone dump",
7617                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
7618             },
7619             "bin": [
7620                 "Resources/bin/var-dump-server"
7621             ],
7622             "type": "library",
7623             "autoload": {
7624                 "files": [
7625                     "Resources/functions/dump.php"
7626                 ],
7627                 "psr-4": {
7628                     "Symfony\\Component\\VarDumper\\": ""
7629                 },
7630                 "exclude-from-classmap": [
7631                     "/Tests/"
7632                 ]
7633             },
7634             "notification-url": "https://packagist.org/downloads/",
7635             "license": [
7636                 "MIT"
7637             ],
7638             "authors": [
7639                 {
7640                     "name": "Nicolas Grekas",
7641                     "email": "[email protected]"
7642                 },
7643                 {
7644                     "name": "Symfony Community",
7645                     "homepage": "https://symfony.com/contributors"
7646                 }
7647             ],
7648             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7649             "homepage": "https://symfony.com",
7650             "keywords": [
7651                 "debug",
7652                 "dump"
7653             ],
7654             "support": {
7655                 "source": "https://github.com/symfony/var-dumper/tree/v6.0.19"
7656             },
7657             "funding": [
7658                 {
7659                     "url": "https://symfony.com/sponsor",
7660                     "type": "custom"
7661                 },
7662                 {
7663                     "url": "https://github.com/fabpot",
7664                     "type": "github"
7665                 },
7666                 {
7667                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7668                     "type": "tidelift"
7669                 }
7670             ],
7671             "time": "2023-01-20T17:44:14+00:00"
7672         },
7673         {
7674             "name": "tijsverkoyen/css-to-inline-styles",
7675             "version": "2.2.6",
7676             "source": {
7677                 "type": "git",
7678                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7679                 "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
7680             },
7681             "dist": {
7682                 "type": "zip",
7683                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
7684                 "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
7685                 "shasum": ""
7686             },
7687             "require": {
7688                 "ext-dom": "*",
7689                 "ext-libxml": "*",
7690                 "php": "^5.5 || ^7.0 || ^8.0",
7691                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
7692             },
7693             "require-dev": {
7694                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
7695             },
7696             "type": "library",
7697             "extra": {
7698                 "branch-alias": {
7699                     "dev-master": "2.2.x-dev"
7700                 }
7701             },
7702             "autoload": {
7703                 "psr-4": {
7704                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7705                 }
7706             },
7707             "notification-url": "https://packagist.org/downloads/",
7708             "license": [
7709                 "BSD-3-Clause"
7710             ],
7711             "authors": [
7712                 {
7713                     "name": "Tijs Verkoyen",
7714                     "email": "[email protected]",
7715                     "role": "Developer"
7716                 }
7717             ],
7718             "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.",
7719             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7720             "support": {
7721                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7722                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
7723             },
7724             "time": "2023-01-03T09:29:04+00:00"
7725         },
7726         {
7727             "name": "vlucas/phpdotenv",
7728             "version": "v5.5.0",
7729             "source": {
7730                 "type": "git",
7731                 "url": "https://github.com/vlucas/phpdotenv.git",
7732                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
7733             },
7734             "dist": {
7735                 "type": "zip",
7736                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
7737                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
7738                 "shasum": ""
7739             },
7740             "require": {
7741                 "ext-pcre": "*",
7742                 "graham-campbell/result-type": "^1.0.2",
7743                 "php": "^7.1.3 || ^8.0",
7744                 "phpoption/phpoption": "^1.8",
7745                 "symfony/polyfill-ctype": "^1.23",
7746                 "symfony/polyfill-mbstring": "^1.23.1",
7747                 "symfony/polyfill-php80": "^1.23.1"
7748             },
7749             "require-dev": {
7750                 "bamarni/composer-bin-plugin": "^1.4.1",
7751                 "ext-filter": "*",
7752                 "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
7753             },
7754             "suggest": {
7755                 "ext-filter": "Required to use the boolean validator."
7756             },
7757             "type": "library",
7758             "extra": {
7759                 "bamarni-bin": {
7760                     "bin-links": true,
7761                     "forward-command": true
7762                 },
7763                 "branch-alias": {
7764                     "dev-master": "5.5-dev"
7765                 }
7766             },
7767             "autoload": {
7768                 "psr-4": {
7769                     "Dotenv\\": "src/"
7770                 }
7771             },
7772             "notification-url": "https://packagist.org/downloads/",
7773             "license": [
7774                 "BSD-3-Clause"
7775             ],
7776             "authors": [
7777                 {
7778                     "name": "Graham Campbell",
7779                     "email": "[email protected]",
7780                     "homepage": "https://github.com/GrahamCampbell"
7781                 },
7782                 {
7783                     "name": "Vance Lucas",
7784                     "email": "[email protected]",
7785                     "homepage": "https://github.com/vlucas"
7786                 }
7787             ],
7788             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7789             "keywords": [
7790                 "dotenv",
7791                 "env",
7792                 "environment"
7793             ],
7794             "support": {
7795                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7796                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
7797             },
7798             "funding": [
7799                 {
7800                     "url": "https://github.com/GrahamCampbell",
7801                     "type": "github"
7802                 },
7803                 {
7804                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7805                     "type": "tidelift"
7806                 }
7807             ],
7808             "time": "2022-10-16T01:01:54+00:00"
7809         },
7810         {
7811             "name": "voku/portable-ascii",
7812             "version": "2.0.1",
7813             "source": {
7814                 "type": "git",
7815                 "url": "https://github.com/voku/portable-ascii.git",
7816                 "reference": "b56450eed252f6801410d810c8e1727224ae0743"
7817             },
7818             "dist": {
7819                 "type": "zip",
7820                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
7821                 "reference": "b56450eed252f6801410d810c8e1727224ae0743",
7822                 "shasum": ""
7823             },
7824             "require": {
7825                 "php": ">=7.0.0"
7826             },
7827             "require-dev": {
7828                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7829             },
7830             "suggest": {
7831                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7832             },
7833             "type": "library",
7834             "autoload": {
7835                 "psr-4": {
7836                     "voku\\": "src/voku/"
7837                 }
7838             },
7839             "notification-url": "https://packagist.org/downloads/",
7840             "license": [
7841                 "MIT"
7842             ],
7843             "authors": [
7844                 {
7845                     "name": "Lars Moelleken",
7846                     "homepage": "http://www.moelleken.org/"
7847                 }
7848             ],
7849             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7850             "homepage": "https://github.com/voku/portable-ascii",
7851             "keywords": [
7852                 "ascii",
7853                 "clean",
7854                 "php"
7855             ],
7856             "support": {
7857                 "issues": "https://github.com/voku/portable-ascii/issues",
7858                 "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
7859             },
7860             "funding": [
7861                 {
7862                     "url": "https://www.paypal.me/moelleken",
7863                     "type": "custom"
7864                 },
7865                 {
7866                     "url": "https://github.com/voku",
7867                     "type": "github"
7868                 },
7869                 {
7870                     "url": "https://opencollective.com/portable-ascii",
7871                     "type": "open_collective"
7872                 },
7873                 {
7874                     "url": "https://www.patreon.com/voku",
7875                     "type": "patreon"
7876                 },
7877                 {
7878                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7879                     "type": "tidelift"
7880                 }
7881             ],
7882             "time": "2022-03-08T17:03:00+00:00"
7883         },
7884         {
7885             "name": "webmozart/assert",
7886             "version": "1.11.0",
7887             "source": {
7888                 "type": "git",
7889                 "url": "https://github.com/webmozarts/assert.git",
7890                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7891             },
7892             "dist": {
7893                 "type": "zip",
7894                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7895                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7896                 "shasum": ""
7897             },
7898             "require": {
7899                 "ext-ctype": "*",
7900                 "php": "^7.2 || ^8.0"
7901             },
7902             "conflict": {
7903                 "phpstan/phpstan": "<0.12.20",
7904                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7905             },
7906             "require-dev": {
7907                 "phpunit/phpunit": "^8.5.13"
7908             },
7909             "type": "library",
7910             "extra": {
7911                 "branch-alias": {
7912                     "dev-master": "1.10-dev"
7913                 }
7914             },
7915             "autoload": {
7916                 "psr-4": {
7917                     "Webmozart\\Assert\\": "src/"
7918                 }
7919             },
7920             "notification-url": "https://packagist.org/downloads/",
7921             "license": [
7922                 "MIT"
7923             ],
7924             "authors": [
7925                 {
7926                     "name": "Bernhard Schussek",
7927                     "email": "[email protected]"
7928                 }
7929             ],
7930             "description": "Assertions to validate method input/output with nice error messages.",
7931             "keywords": [
7932                 "assert",
7933                 "check",
7934                 "validate"
7935             ],
7936             "support": {
7937                 "issues": "https://github.com/webmozarts/assert/issues",
7938                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7939             },
7940             "time": "2022-06-03T18:03:27+00:00"
7941         }
7942     ],
7943     "packages-dev": [
7944         {
7945             "name": "doctrine/instantiator",
7946             "version": "1.5.0",
7947             "source": {
7948                 "type": "git",
7949                 "url": "https://github.com/doctrine/instantiator.git",
7950                 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
7951             },
7952             "dist": {
7953                 "type": "zip",
7954                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
7955                 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
7956                 "shasum": ""
7957             },
7958             "require": {
7959                 "php": "^7.1 || ^8.0"
7960             },
7961             "require-dev": {
7962                 "doctrine/coding-standard": "^9 || ^11",
7963                 "ext-pdo": "*",
7964                 "ext-phar": "*",
7965                 "phpbench/phpbench": "^0.16 || ^1",
7966                 "phpstan/phpstan": "^1.4",
7967                 "phpstan/phpstan-phpunit": "^1",
7968                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
7969                 "vimeo/psalm": "^4.30 || ^5.4"
7970             },
7971             "type": "library",
7972             "autoload": {
7973                 "psr-4": {
7974                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
7975                 }
7976             },
7977             "notification-url": "https://packagist.org/downloads/",
7978             "license": [
7979                 "MIT"
7980             ],
7981             "authors": [
7982                 {
7983                     "name": "Marco Pivetta",
7984                     "email": "[email protected]",
7985                     "homepage": "https://ocramius.github.io/"
7986                 }
7987             ],
7988             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
7989             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
7990             "keywords": [
7991                 "constructor",
7992                 "instantiate"
7993             ],
7994             "support": {
7995                 "issues": "https://github.com/doctrine/instantiator/issues",
7996                 "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
7997             },
7998             "funding": [
7999                 {
8000                     "url": "https://www.doctrine-project.org/sponsorship.html",
8001                     "type": "custom"
8002                 },
8003                 {
8004                     "url": "https://www.patreon.com/phpdoctrine",
8005                     "type": "patreon"
8006                 },
8007                 {
8008                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
8009                     "type": "tidelift"
8010                 }
8011             ],
8012             "time": "2022-12-30T00:15:36+00:00"
8013         },
8014         {
8015             "name": "fakerphp/faker",
8016             "version": "v1.23.0",
8017             "source": {
8018                 "type": "git",
8019                 "url": "https://github.com/FakerPHP/Faker.git",
8020                 "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
8021             },
8022             "dist": {
8023                 "type": "zip",
8024                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
8025                 "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
8026                 "shasum": ""
8027             },
8028             "require": {
8029                 "php": "^7.4 || ^8.0",
8030                 "psr/container": "^1.0 || ^2.0",
8031                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8032             },
8033             "conflict": {
8034                 "fzaninotto/faker": "*"
8035             },
8036             "require-dev": {
8037                 "bamarni/composer-bin-plugin": "^1.4.1",
8038                 "doctrine/persistence": "^1.3 || ^2.0",
8039                 "ext-intl": "*",
8040                 "phpunit/phpunit": "^9.5.26",
8041                 "symfony/phpunit-bridge": "^5.4.16"
8042             },
8043             "suggest": {
8044                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8045                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8046                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8047                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8048                 "ext-mbstring": "Required for multibyte Unicode string functionality."
8049             },
8050             "type": "library",
8051             "extra": {
8052                 "branch-alias": {
8053                     "dev-main": "v1.21-dev"
8054                 }
8055             },
8056             "autoload": {
8057                 "psr-4": {
8058                     "Faker\\": "src/Faker/"
8059                 }
8060             },
8061             "notification-url": "https://packagist.org/downloads/",
8062             "license": [
8063                 "MIT"
8064             ],
8065             "authors": [
8066                 {
8067                     "name": "François Zaninotto"
8068                 }
8069             ],
8070             "description": "Faker is a PHP library that generates fake data for you.",
8071             "keywords": [
8072                 "data",
8073                 "faker",
8074                 "fixtures"
8075             ],
8076             "support": {
8077                 "issues": "https://github.com/FakerPHP/Faker/issues",
8078                 "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0"
8079             },
8080             "time": "2023-06-12T08:44:38+00:00"
8081         },
8082         {
8083             "name": "filp/whoops",
8084             "version": "2.15.2",
8085             "source": {
8086                 "type": "git",
8087                 "url": "https://github.com/filp/whoops.git",
8088                 "reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73"
8089             },
8090             "dist": {
8091                 "type": "zip",
8092                 "url": "https://api.github.com/repos/filp/whoops/zipball/aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
8093                 "reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
8094                 "shasum": ""
8095             },
8096             "require": {
8097                 "php": "^5.5.9 || ^7.0 || ^8.0",
8098                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
8099             },
8100             "require-dev": {
8101                 "mockery/mockery": "^0.9 || ^1.0",
8102                 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
8103                 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
8104             },
8105             "suggest": {
8106                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
8107                 "whoops/soap": "Formats errors as SOAP responses"
8108             },
8109             "type": "library",
8110             "extra": {
8111                 "branch-alias": {
8112                     "dev-master": "2.7-dev"
8113                 }
8114             },
8115             "autoload": {
8116                 "psr-4": {
8117                     "Whoops\\": "src/Whoops/"
8118                 }
8119             },
8120             "notification-url": "https://packagist.org/downloads/",
8121             "license": [
8122                 "MIT"
8123             ],
8124             "authors": [
8125                 {
8126                     "name": "Filipe Dobreira",
8127                     "homepage": "https://github.com/filp",
8128                     "role": "Developer"
8129                 }
8130             ],
8131             "description": "php error handling for cool kids",
8132             "homepage": "https://filp.github.io/whoops/",
8133             "keywords": [
8134                 "error",
8135                 "exception",
8136                 "handling",
8137                 "library",
8138                 "throwable",
8139                 "whoops"
8140             ],
8141             "support": {
8142                 "issues": "https://github.com/filp/whoops/issues",
8143                 "source": "https://github.com/filp/whoops/tree/2.15.2"
8144             },
8145             "funding": [
8146                 {
8147                     "url": "https://github.com/denis-sokolov",
8148                     "type": "github"
8149                 }
8150             ],
8151             "time": "2023-04-12T12:00:00+00:00"
8152         },
8153         {
8154             "name": "hamcrest/hamcrest-php",
8155             "version": "v2.0.1",
8156             "source": {
8157                 "type": "git",
8158                 "url": "https://github.com/hamcrest/hamcrest-php.git",
8159                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
8160             },
8161             "dist": {
8162                 "type": "zip",
8163                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8164                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8165                 "shasum": ""
8166             },
8167             "require": {
8168                 "php": "^5.3|^7.0|^8.0"
8169             },
8170             "replace": {
8171                 "cordoval/hamcrest-php": "*",
8172                 "davedevelopment/hamcrest-php": "*",
8173                 "kodova/hamcrest-php": "*"
8174             },
8175             "require-dev": {
8176                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8177                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8178             },
8179             "type": "library",
8180             "extra": {
8181                 "branch-alias": {
8182                     "dev-master": "2.1-dev"
8183                 }
8184             },
8185             "autoload": {
8186                 "classmap": [
8187                     "hamcrest"
8188                 ]
8189             },
8190             "notification-url": "https://packagist.org/downloads/",
8191             "license": [
8192                 "BSD-3-Clause"
8193             ],
8194             "description": "This is the PHP port of Hamcrest Matchers",
8195             "keywords": [
8196                 "test"
8197             ],
8198             "support": {
8199                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8200                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8201             },
8202             "time": "2020-07-09T08:09:16+00:00"
8203         },
8204         {
8205             "name": "itsgoingd/clockwork",
8206             "version": "v5.1.12",
8207             "source": {
8208                 "type": "git",
8209                 "url": "https://github.com/itsgoingd/clockwork.git",
8210                 "reference": "c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b"
8211             },
8212             "dist": {
8213                 "type": "zip",
8214                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b",
8215                 "reference": "c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b",
8216                 "shasum": ""
8217             },
8218             "require": {
8219                 "ext-json": "*",
8220                 "php": ">=5.6"
8221             },
8222             "type": "library",
8223             "extra": {
8224                 "laravel": {
8225                     "providers": [
8226                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8227                     ],
8228                     "aliases": {
8229                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8230                     }
8231                 }
8232             },
8233             "autoload": {
8234                 "psr-4": {
8235                     "Clockwork\\": "Clockwork/"
8236                 }
8237             },
8238             "notification-url": "https://packagist.org/downloads/",
8239             "license": [
8240                 "MIT"
8241             ],
8242             "authors": [
8243                 {
8244                     "name": "itsgoingd",
8245                     "email": "[email protected]",
8246                     "homepage": "https://twitter.com/itsgoingd"
8247                 }
8248             ],
8249             "description": "php dev tools in your browser",
8250             "homepage": "https://underground.works/clockwork",
8251             "keywords": [
8252                 "Devtools",
8253                 "debugging",
8254                 "laravel",
8255                 "logging",
8256                 "lumen",
8257                 "profiling",
8258                 "slim"
8259             ],
8260             "support": {
8261                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8262                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.1.12"
8263             },
8264             "funding": [
8265                 {
8266                     "url": "https://github.com/itsgoingd",
8267                     "type": "github"
8268                 }
8269             ],
8270             "time": "2022-12-13T00:04:12+00:00"
8271         },
8272         {
8273             "name": "mockery/mockery",
8274             "version": "1.6.2",
8275             "source": {
8276                 "type": "git",
8277                 "url": "https://github.com/mockery/mockery.git",
8278                 "reference": "13a7fa2642c76c58fa2806ef7f565344c817a191"
8279             },
8280             "dist": {
8281                 "type": "zip",
8282                 "url": "https://api.github.com/repos/mockery/mockery/zipball/13a7fa2642c76c58fa2806ef7f565344c817a191",
8283                 "reference": "13a7fa2642c76c58fa2806ef7f565344c817a191",
8284                 "shasum": ""
8285             },
8286             "require": {
8287                 "hamcrest/hamcrest-php": "^2.0.1",
8288                 "lib-pcre": ">=7.0",
8289                 "php": "^7.4 || ^8.0"
8290             },
8291             "conflict": {
8292                 "phpunit/phpunit": "<8.0"
8293             },
8294             "require-dev": {
8295                 "phpunit/phpunit": "^8.5 || ^9.3",
8296                 "psalm/plugin-phpunit": "^0.18",
8297                 "vimeo/psalm": "^5.9"
8298             },
8299             "type": "library",
8300             "extra": {
8301                 "branch-alias": {
8302                     "dev-main": "1.6.x-dev"
8303                 }
8304             },
8305             "autoload": {
8306                 "files": [
8307                     "library/helpers.php",
8308                     "library/Mockery.php"
8309                 ],
8310                 "psr-4": {
8311                     "Mockery\\": "library/Mockery"
8312                 }
8313             },
8314             "notification-url": "https://packagist.org/downloads/",
8315             "license": [
8316                 "BSD-3-Clause"
8317             ],
8318             "authors": [
8319                 {
8320                     "name": "Pádraic Brady",
8321                     "email": "[email protected]",
8322                     "homepage": "http://blog.astrumfutura.com"
8323                 },
8324                 {
8325                     "name": "Dave Marshall",
8326                     "email": "[email protected]",
8327                     "homepage": "http://davedevelopment.co.uk"
8328                 }
8329             ],
8330             "description": "Mockery is a simple yet flexible PHP mock object framework",
8331             "homepage": "https://github.com/mockery/mockery",
8332             "keywords": [
8333                 "BDD",
8334                 "TDD",
8335                 "library",
8336                 "mock",
8337                 "mock objects",
8338                 "mockery",
8339                 "stub",
8340                 "test",
8341                 "test double",
8342                 "testing"
8343             ],
8344             "support": {
8345                 "issues": "https://github.com/mockery/mockery/issues",
8346                 "source": "https://github.com/mockery/mockery/tree/1.6.2"
8347             },
8348             "time": "2023-06-07T09:07:52+00:00"
8349         },
8350         {
8351             "name": "myclabs/deep-copy",
8352             "version": "1.11.1",
8353             "source": {
8354                 "type": "git",
8355                 "url": "https://github.com/myclabs/DeepCopy.git",
8356                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
8357             },
8358             "dist": {
8359                 "type": "zip",
8360                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
8361                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
8362                 "shasum": ""
8363             },
8364             "require": {
8365                 "php": "^7.1 || ^8.0"
8366             },
8367             "conflict": {
8368                 "doctrine/collections": "<1.6.8",
8369                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
8370             },
8371             "require-dev": {
8372                 "doctrine/collections": "^1.6.8",
8373                 "doctrine/common": "^2.13.3 || ^3.2.2",
8374                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8375             },
8376             "type": "library",
8377             "autoload": {
8378                 "files": [
8379                     "src/DeepCopy/deep_copy.php"
8380                 ],
8381                 "psr-4": {
8382                     "DeepCopy\\": "src/DeepCopy/"
8383                 }
8384             },
8385             "notification-url": "https://packagist.org/downloads/",
8386             "license": [
8387                 "MIT"
8388             ],
8389             "description": "Create deep copies (clones) of your objects",
8390             "keywords": [
8391                 "clone",
8392                 "copy",
8393                 "duplicate",
8394                 "object",
8395                 "object graph"
8396             ],
8397             "support": {
8398                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8399                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
8400             },
8401             "funding": [
8402                 {
8403                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8404                     "type": "tidelift"
8405                 }
8406             ],
8407             "time": "2023-03-08T13:26:56+00:00"
8408         },
8409         {
8410             "name": "nunomaduro/collision",
8411             "version": "v6.4.0",
8412             "source": {
8413                 "type": "git",
8414                 "url": "https://github.com/nunomaduro/collision.git",
8415                 "reference": "f05978827b9343cba381ca05b8c7deee346b6015"
8416             },
8417             "dist": {
8418                 "type": "zip",
8419                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f05978827b9343cba381ca05b8c7deee346b6015",
8420                 "reference": "f05978827b9343cba381ca05b8c7deee346b6015",
8421                 "shasum": ""
8422             },
8423             "require": {
8424                 "filp/whoops": "^2.14.5",
8425                 "php": "^8.0.0",
8426                 "symfony/console": "^6.0.2"
8427             },
8428             "require-dev": {
8429                 "brianium/paratest": "^6.4.1",
8430                 "laravel/framework": "^9.26.1",
8431                 "laravel/pint": "^1.1.1",
8432                 "nunomaduro/larastan": "^1.0.3",
8433                 "nunomaduro/mock-final-classes": "^1.1.0",
8434                 "orchestra/testbench": "^7.7",
8435                 "phpunit/phpunit": "^9.5.23",
8436                 "spatie/ignition": "^1.4.1"
8437             },
8438             "type": "library",
8439             "extra": {
8440                 "branch-alias": {
8441                     "dev-develop": "6.x-dev"
8442                 },
8443                 "laravel": {
8444                     "providers": [
8445                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8446                     ]
8447                 }
8448             },
8449             "autoload": {
8450                 "psr-4": {
8451                     "NunoMaduro\\Collision\\": "src/"
8452                 }
8453             },
8454             "notification-url": "https://packagist.org/downloads/",
8455             "license": [
8456                 "MIT"
8457             ],
8458             "authors": [
8459                 {
8460                     "name": "Nuno Maduro",
8461                     "email": "[email protected]"
8462                 }
8463             ],
8464             "description": "Cli error handling for console/command-line PHP applications.",
8465             "keywords": [
8466                 "artisan",
8467                 "cli",
8468                 "command-line",
8469                 "console",
8470                 "error",
8471                 "handling",
8472                 "laravel",
8473                 "laravel-zero",
8474                 "php",
8475                 "symfony"
8476             ],
8477             "support": {
8478                 "issues": "https://github.com/nunomaduro/collision/issues",
8479                 "source": "https://github.com/nunomaduro/collision"
8480             },
8481             "funding": [
8482                 {
8483                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8484                     "type": "custom"
8485                 },
8486                 {
8487                     "url": "https://github.com/nunomaduro",
8488                     "type": "github"
8489                 },
8490                 {
8491                     "url": "https://www.patreon.com/nunomaduro",
8492                     "type": "patreon"
8493                 }
8494             ],
8495             "time": "2023-01-03T12:54:54+00:00"
8496         },
8497         {
8498             "name": "nunomaduro/larastan",
8499             "version": "v2.6.3",
8500             "source": {
8501                 "type": "git",
8502                 "url": "https://github.com/nunomaduro/larastan.git",
8503                 "reference": "73e5be5f5c732212ce6ca77ffd2753a136f36a23"
8504             },
8505             "dist": {
8506                 "type": "zip",
8507                 "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/73e5be5f5c732212ce6ca77ffd2753a136f36a23",
8508                 "reference": "73e5be5f5c732212ce6ca77ffd2753a136f36a23",
8509                 "shasum": ""
8510             },
8511             "require": {
8512                 "ext-json": "*",
8513                 "illuminate/console": "^9.47.0 || ^10.0.0",
8514                 "illuminate/container": "^9.47.0 || ^10.0.0",
8515                 "illuminate/contracts": "^9.47.0 || ^10.0.0",
8516                 "illuminate/database": "^9.47.0 || ^10.0.0",
8517                 "illuminate/http": "^9.47.0 || ^10.0.0",
8518                 "illuminate/pipeline": "^9.47.0 || ^10.0.0",
8519                 "illuminate/support": "^9.47.0 || ^10.0.0",
8520                 "php": "^8.0.2",
8521                 "phpmyadmin/sql-parser": "^5.6.0",
8522                 "phpstan/phpstan": "~1.10.6"
8523             },
8524             "require-dev": {
8525                 "nikic/php-parser": "^4.15.2",
8526                 "orchestra/testbench": "^7.19.0 || ^8.0.0",
8527                 "phpunit/phpunit": "^9.5.27"
8528             },
8529             "suggest": {
8530                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8531             },
8532             "type": "phpstan-extension",
8533             "extra": {
8534                 "branch-alias": {
8535                     "dev-master": "2.0-dev"
8536                 },
8537                 "phpstan": {
8538                     "includes": [
8539                         "extension.neon"
8540                     ]
8541                 }
8542             },
8543             "autoload": {
8544                 "psr-4": {
8545                     "NunoMaduro\\Larastan\\": "src/"
8546                 }
8547             },
8548             "notification-url": "https://packagist.org/downloads/",
8549             "license": [
8550                 "MIT"
8551             ],
8552             "authors": [
8553                 {
8554                     "name": "Nuno Maduro",
8555                     "email": "[email protected]"
8556                 }
8557             ],
8558             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
8559             "keywords": [
8560                 "PHPStan",
8561                 "code analyse",
8562                 "code analysis",
8563                 "larastan",
8564                 "laravel",
8565                 "package",
8566                 "php",
8567                 "static analysis"
8568             ],
8569             "support": {
8570                 "issues": "https://github.com/nunomaduro/larastan/issues",
8571                 "source": "https://github.com/nunomaduro/larastan/tree/v2.6.3"
8572             },
8573             "funding": [
8574                 {
8575                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8576                     "type": "custom"
8577                 },
8578                 {
8579                     "url": "https://github.com/canvural",
8580                     "type": "github"
8581                 },
8582                 {
8583                     "url": "https://github.com/nunomaduro",
8584                     "type": "github"
8585                 },
8586                 {
8587                     "url": "https://www.patreon.com/nunomaduro",
8588                     "type": "patreon"
8589                 }
8590             ],
8591             "time": "2023-06-13T21:39:27+00:00"
8592         },
8593         {
8594             "name": "phar-io/manifest",
8595             "version": "2.0.3",
8596             "source": {
8597                 "type": "git",
8598                 "url": "https://github.com/phar-io/manifest.git",
8599                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
8600             },
8601             "dist": {
8602                 "type": "zip",
8603                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
8604                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
8605                 "shasum": ""
8606             },
8607             "require": {
8608                 "ext-dom": "*",
8609                 "ext-phar": "*",
8610                 "ext-xmlwriter": "*",
8611                 "phar-io/version": "^3.0.1",
8612                 "php": "^7.2 || ^8.0"
8613             },
8614             "type": "library",
8615             "extra": {
8616                 "branch-alias": {
8617                     "dev-master": "2.0.x-dev"
8618                 }
8619             },
8620             "autoload": {
8621                 "classmap": [
8622                     "src/"
8623                 ]
8624             },
8625             "notification-url": "https://packagist.org/downloads/",
8626             "license": [
8627                 "BSD-3-Clause"
8628             ],
8629             "authors": [
8630                 {
8631                     "name": "Arne Blankerts",
8632                     "email": "[email protected]",
8633                     "role": "Developer"
8634                 },
8635                 {
8636                     "name": "Sebastian Heuer",
8637                     "email": "[email protected]",
8638                     "role": "Developer"
8639                 },
8640                 {
8641                     "name": "Sebastian Bergmann",
8642                     "email": "[email protected]",
8643                     "role": "Developer"
8644                 }
8645             ],
8646             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8647             "support": {
8648                 "issues": "https://github.com/phar-io/manifest/issues",
8649                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
8650             },
8651             "time": "2021-07-20T11:28:43+00:00"
8652         },
8653         {
8654             "name": "phar-io/version",
8655             "version": "3.2.1",
8656             "source": {
8657                 "type": "git",
8658                 "url": "https://github.com/phar-io/version.git",
8659                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8660             },
8661             "dist": {
8662                 "type": "zip",
8663                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8664                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8665                 "shasum": ""
8666             },
8667             "require": {
8668                 "php": "^7.2 || ^8.0"
8669             },
8670             "type": "library",
8671             "autoload": {
8672                 "classmap": [
8673                     "src/"
8674                 ]
8675             },
8676             "notification-url": "https://packagist.org/downloads/",
8677             "license": [
8678                 "BSD-3-Clause"
8679             ],
8680             "authors": [
8681                 {
8682                     "name": "Arne Blankerts",
8683                     "email": "[email protected]",
8684                     "role": "Developer"
8685                 },
8686                 {
8687                     "name": "Sebastian Heuer",
8688                     "email": "[email protected]",
8689                     "role": "Developer"
8690                 },
8691                 {
8692                     "name": "Sebastian Bergmann",
8693                     "email": "[email protected]",
8694                     "role": "Developer"
8695                 }
8696             ],
8697             "description": "Library for handling version information and constraints",
8698             "support": {
8699                 "issues": "https://github.com/phar-io/version/issues",
8700                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8701             },
8702             "time": "2022-02-21T01:04:05+00:00"
8703         },
8704         {
8705             "name": "phpmyadmin/sql-parser",
8706             "version": "5.8.0",
8707             "source": {
8708                 "type": "git",
8709                 "url": "https://github.com/phpmyadmin/sql-parser.git",
8710                 "reference": "db1b3069b5dbc220d393d67ff911e0ae76732755"
8711             },
8712             "dist": {
8713                 "type": "zip",
8714                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/db1b3069b5dbc220d393d67ff911e0ae76732755",
8715                 "reference": "db1b3069b5dbc220d393d67ff911e0ae76732755",
8716                 "shasum": ""
8717             },
8718             "require": {
8719                 "php": "^7.2 || ^8.0",
8720                 "symfony/polyfill-mbstring": "^1.3",
8721                 "symfony/polyfill-php80": "^1.16"
8722             },
8723             "conflict": {
8724                 "phpmyadmin/motranslator": "<3.0"
8725             },
8726             "require-dev": {
8727                 "phpbench/phpbench": "^1.1",
8728                 "phpmyadmin/coding-standard": "^3.0",
8729                 "phpmyadmin/motranslator": "^4.0 || ^5.0",
8730                 "phpstan/extension-installer": "^1.1",
8731                 "phpstan/phpstan": "^1.9.12",
8732                 "phpstan/phpstan-phpunit": "^1.3.3",
8733                 "phpunit/php-code-coverage": "*",
8734                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
8735                 "psalm/plugin-phpunit": "^0.16.1",
8736                 "vimeo/psalm": "^4.11",
8737                 "zumba/json-serializer": "^3.0"
8738             },
8739             "suggest": {
8740                 "ext-mbstring": "For best performance",
8741                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
8742             },
8743             "bin": [
8744                 "bin/highlight-query",
8745                 "bin/lint-query",
8746                 "bin/tokenize-query"
8747             ],
8748             "type": "library",
8749             "autoload": {
8750                 "psr-4": {
8751                     "PhpMyAdmin\\SqlParser\\": "src"
8752                 }
8753             },
8754             "notification-url": "https://packagist.org/downloads/",
8755             "license": [
8756                 "GPL-2.0-or-later"
8757             ],
8758             "authors": [
8759                 {
8760                     "name": "The phpMyAdmin Team",
8761                     "email": "[email protected]",
8762                     "homepage": "https://www.phpmyadmin.net/team/"
8763                 }
8764             ],
8765             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
8766             "homepage": "https://github.com/phpmyadmin/sql-parser",
8767             "keywords": [
8768                 "analysis",
8769                 "lexer",
8770                 "parser",
8771                 "query linter",
8772                 "sql",
8773                 "sql lexer",
8774                 "sql linter",
8775                 "sql parser",
8776                 "sql syntax highlighter",
8777                 "sql tokenizer"
8778             ],
8779             "support": {
8780                 "issues": "https://github.com/phpmyadmin/sql-parser/issues",
8781                 "source": "https://github.com/phpmyadmin/sql-parser"
8782             },
8783             "funding": [
8784                 {
8785                     "url": "https://www.phpmyadmin.net/donate/",
8786                     "type": "other"
8787                 }
8788             ],
8789             "time": "2023-06-05T18:19:38+00:00"
8790         },
8791         {
8792             "name": "phpstan/phpstan",
8793             "version": "1.10.23",
8794             "source": {
8795                 "type": "git",
8796                 "url": "https://github.com/phpstan/phpstan.git",
8797                 "reference": "65ab678d1248a8bc6fde456f0d7ff3562a61a4cd"
8798             },
8799             "dist": {
8800                 "type": "zip",
8801                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/65ab678d1248a8bc6fde456f0d7ff3562a61a4cd",
8802                 "reference": "65ab678d1248a8bc6fde456f0d7ff3562a61a4cd",
8803                 "shasum": ""
8804             },
8805             "require": {
8806                 "php": "^7.2|^8.0"
8807             },
8808             "conflict": {
8809                 "phpstan/phpstan-shim": "*"
8810             },
8811             "bin": [
8812                 "phpstan",
8813                 "phpstan.phar"
8814             ],
8815             "type": "library",
8816             "autoload": {
8817                 "files": [
8818                     "bootstrap.php"
8819                 ]
8820             },
8821             "notification-url": "https://packagist.org/downloads/",
8822             "license": [
8823                 "MIT"
8824             ],
8825             "description": "PHPStan - PHP Static Analysis Tool",
8826             "keywords": [
8827                 "dev",
8828                 "static analysis"
8829             ],
8830             "support": {
8831                 "docs": "https://phpstan.org/user-guide/getting-started",
8832                 "forum": "https://github.com/phpstan/phpstan/discussions",
8833                 "issues": "https://github.com/phpstan/phpstan/issues",
8834                 "security": "https://github.com/phpstan/phpstan/security/policy",
8835                 "source": "https://github.com/phpstan/phpstan-src"
8836             },
8837             "funding": [
8838                 {
8839                     "url": "https://github.com/ondrejmirtes",
8840                     "type": "github"
8841                 },
8842                 {
8843                     "url": "https://github.com/phpstan",
8844                     "type": "github"
8845                 },
8846                 {
8847                     "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
8848                     "type": "tidelift"
8849                 }
8850             ],
8851             "time": "2023-07-04T13:32:44+00:00"
8852         },
8853         {
8854             "name": "phpunit/php-code-coverage",
8855             "version": "9.2.26",
8856             "source": {
8857                 "type": "git",
8858                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8859                 "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
8860             },
8861             "dist": {
8862                 "type": "zip",
8863                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
8864                 "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
8865                 "shasum": ""
8866             },
8867             "require": {
8868                 "ext-dom": "*",
8869                 "ext-libxml": "*",
8870                 "ext-xmlwriter": "*",
8871                 "nikic/php-parser": "^4.15",
8872                 "php": ">=7.3",
8873                 "phpunit/php-file-iterator": "^3.0.3",
8874                 "phpunit/php-text-template": "^2.0.2",
8875                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
8876                 "sebastian/complexity": "^2.0",
8877                 "sebastian/environment": "^5.1.2",
8878                 "sebastian/lines-of-code": "^1.0.3",
8879                 "sebastian/version": "^3.0.1",
8880                 "theseer/tokenizer": "^1.2.0"
8881             },
8882             "require-dev": {
8883                 "phpunit/phpunit": "^9.3"
8884             },
8885             "suggest": {
8886                 "ext-pcov": "PHP extension that provides line coverage",
8887                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8888             },
8889             "type": "library",
8890             "extra": {
8891                 "branch-alias": {
8892                     "dev-master": "9.2-dev"
8893                 }
8894             },
8895             "autoload": {
8896                 "classmap": [
8897                     "src/"
8898                 ]
8899             },
8900             "notification-url": "https://packagist.org/downloads/",
8901             "license": [
8902                 "BSD-3-Clause"
8903             ],
8904             "authors": [
8905                 {
8906                     "name": "Sebastian Bergmann",
8907                     "email": "[email protected]",
8908                     "role": "lead"
8909                 }
8910             ],
8911             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8912             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8913             "keywords": [
8914                 "coverage",
8915                 "testing",
8916                 "xunit"
8917             ],
8918             "support": {
8919                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8920                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
8921             },
8922             "funding": [
8923                 {
8924                     "url": "https://github.com/sebastianbergmann",
8925                     "type": "github"
8926                 }
8927             ],
8928             "time": "2023-03-06T12:58:08+00:00"
8929         },
8930         {
8931             "name": "phpunit/php-file-iterator",
8932             "version": "3.0.6",
8933             "source": {
8934                 "type": "git",
8935                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8936                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
8937             },
8938             "dist": {
8939                 "type": "zip",
8940                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
8941                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
8942                 "shasum": ""
8943             },
8944             "require": {
8945                 "php": ">=7.3"
8946             },
8947             "require-dev": {
8948                 "phpunit/phpunit": "^9.3"
8949             },
8950             "type": "library",
8951             "extra": {
8952                 "branch-alias": {
8953                     "dev-master": "3.0-dev"
8954                 }
8955             },
8956             "autoload": {
8957                 "classmap": [
8958                     "src/"
8959                 ]
8960             },
8961             "notification-url": "https://packagist.org/downloads/",
8962             "license": [
8963                 "BSD-3-Clause"
8964             ],
8965             "authors": [
8966                 {
8967                     "name": "Sebastian Bergmann",
8968                     "email": "[email protected]",
8969                     "role": "lead"
8970                 }
8971             ],
8972             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8973             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8974             "keywords": [
8975                 "filesystem",
8976                 "iterator"
8977             ],
8978             "support": {
8979                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8980                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
8981             },
8982             "funding": [
8983                 {
8984                     "url": "https://github.com/sebastianbergmann",
8985                     "type": "github"
8986                 }
8987             ],
8988             "time": "2021-12-02T12:48:52+00:00"
8989         },
8990         {
8991             "name": "phpunit/php-invoker",
8992             "version": "3.1.1",
8993             "source": {
8994                 "type": "git",
8995                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8996                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
8997             },
8998             "dist": {
8999                 "type": "zip",
9000                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9001                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9002                 "shasum": ""
9003             },
9004             "require": {
9005                 "php": ">=7.3"
9006             },
9007             "require-dev": {
9008                 "ext-pcntl": "*",
9009                 "phpunit/phpunit": "^9.3"
9010             },
9011             "suggest": {
9012                 "ext-pcntl": "*"
9013             },
9014             "type": "library",
9015             "extra": {
9016                 "branch-alias": {
9017                     "dev-master": "3.1-dev"
9018                 }
9019             },
9020             "autoload": {
9021                 "classmap": [
9022                     "src/"
9023                 ]
9024             },
9025             "notification-url": "https://packagist.org/downloads/",
9026             "license": [
9027                 "BSD-3-Clause"
9028             ],
9029             "authors": [
9030                 {
9031                     "name": "Sebastian Bergmann",
9032                     "email": "[email protected]",
9033                     "role": "lead"
9034                 }
9035             ],
9036             "description": "Invoke callables with a timeout",
9037             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9038             "keywords": [
9039                 "process"
9040             ],
9041             "support": {
9042                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9043                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
9044             },
9045             "funding": [
9046                 {
9047                     "url": "https://github.com/sebastianbergmann",
9048                     "type": "github"
9049                 }
9050             ],
9051             "time": "2020-09-28T05:58:55+00:00"
9052         },
9053         {
9054             "name": "phpunit/php-text-template",
9055             "version": "2.0.4",
9056             "source": {
9057                 "type": "git",
9058                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9059                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
9060             },
9061             "dist": {
9062                 "type": "zip",
9063                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9064                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9065                 "shasum": ""
9066             },
9067             "require": {
9068                 "php": ">=7.3"
9069             },
9070             "require-dev": {
9071                 "phpunit/phpunit": "^9.3"
9072             },
9073             "type": "library",
9074             "extra": {
9075                 "branch-alias": {
9076                     "dev-master": "2.0-dev"
9077                 }
9078             },
9079             "autoload": {
9080                 "classmap": [
9081                     "src/"
9082                 ]
9083             },
9084             "notification-url": "https://packagist.org/downloads/",
9085             "license": [
9086                 "BSD-3-Clause"
9087             ],
9088             "authors": [
9089                 {
9090                     "name": "Sebastian Bergmann",
9091                     "email": "[email protected]",
9092                     "role": "lead"
9093                 }
9094             ],
9095             "description": "Simple template engine.",
9096             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9097             "keywords": [
9098                 "template"
9099             ],
9100             "support": {
9101                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9102                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
9103             },
9104             "funding": [
9105                 {
9106                     "url": "https://github.com/sebastianbergmann",
9107                     "type": "github"
9108                 }
9109             ],
9110             "time": "2020-10-26T05:33:50+00:00"
9111         },
9112         {
9113             "name": "phpunit/php-timer",
9114             "version": "5.0.3",
9115             "source": {
9116                 "type": "git",
9117                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9118                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
9119             },
9120             "dist": {
9121                 "type": "zip",
9122                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9123                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9124                 "shasum": ""
9125             },
9126             "require": {
9127                 "php": ">=7.3"
9128             },
9129             "require-dev": {
9130                 "phpunit/phpunit": "^9.3"
9131             },
9132             "type": "library",
9133             "extra": {
9134                 "branch-alias": {
9135                     "dev-master": "5.0-dev"
9136                 }
9137             },
9138             "autoload": {
9139                 "classmap": [
9140                     "src/"
9141                 ]
9142             },
9143             "notification-url": "https://packagist.org/downloads/",
9144             "license": [
9145                 "BSD-3-Clause"
9146             ],
9147             "authors": [
9148                 {
9149                     "name": "Sebastian Bergmann",
9150                     "email": "[email protected]",
9151                     "role": "lead"
9152                 }
9153             ],
9154             "description": "Utility class for timing",
9155             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9156             "keywords": [
9157                 "timer"
9158             ],
9159             "support": {
9160                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9161                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
9162             },
9163             "funding": [
9164                 {
9165                     "url": "https://github.com/sebastianbergmann",
9166                     "type": "github"
9167                 }
9168             ],
9169             "time": "2020-10-26T13:16:10+00:00"
9170         },
9171         {
9172             "name": "phpunit/phpunit",
9173             "version": "9.6.9",
9174             "source": {
9175                 "type": "git",
9176                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9177                 "reference": "a9aceaf20a682aeacf28d582654a1670d8826778"
9178             },
9179             "dist": {
9180                 "type": "zip",
9181                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9aceaf20a682aeacf28d582654a1670d8826778",
9182                 "reference": "a9aceaf20a682aeacf28d582654a1670d8826778",
9183                 "shasum": ""
9184             },
9185             "require": {
9186                 "doctrine/instantiator": "^1.3.1 || ^2",
9187                 "ext-dom": "*",
9188                 "ext-json": "*",
9189                 "ext-libxml": "*",
9190                 "ext-mbstring": "*",
9191                 "ext-xml": "*",
9192                 "ext-xmlwriter": "*",
9193                 "myclabs/deep-copy": "^1.10.1",
9194                 "phar-io/manifest": "^2.0.3",
9195                 "phar-io/version": "^3.0.2",
9196                 "php": ">=7.3",
9197                 "phpunit/php-code-coverage": "^9.2.13",
9198                 "phpunit/php-file-iterator": "^3.0.5",
9199                 "phpunit/php-invoker": "^3.1.1",
9200                 "phpunit/php-text-template": "^2.0.3",
9201                 "phpunit/php-timer": "^5.0.2",
9202                 "sebastian/cli-parser": "^1.0.1",
9203                 "sebastian/code-unit": "^1.0.6",
9204                 "sebastian/comparator": "^4.0.8",
9205                 "sebastian/diff": "^4.0.3",
9206                 "sebastian/environment": "^5.1.3",
9207                 "sebastian/exporter": "^4.0.5",
9208                 "sebastian/global-state": "^5.0.1",
9209                 "sebastian/object-enumerator": "^4.0.3",
9210                 "sebastian/resource-operations": "^3.0.3",
9211                 "sebastian/type": "^3.2",
9212                 "sebastian/version": "^3.0.2"
9213             },
9214             "suggest": {
9215                 "ext-soap": "To be able to generate mocks based on WSDL files",
9216                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
9217             },
9218             "bin": [
9219                 "phpunit"
9220             ],
9221             "type": "library",
9222             "extra": {
9223                 "branch-alias": {
9224                     "dev-master": "9.6-dev"
9225                 }
9226             },
9227             "autoload": {
9228                 "files": [
9229                     "src/Framework/Assert/Functions.php"
9230                 ],
9231                 "classmap": [
9232                     "src/"
9233                 ]
9234             },
9235             "notification-url": "https://packagist.org/downloads/",
9236             "license": [
9237                 "BSD-3-Clause"
9238             ],
9239             "authors": [
9240                 {
9241                     "name": "Sebastian Bergmann",
9242                     "email": "[email protected]",
9243                     "role": "lead"
9244                 }
9245             ],
9246             "description": "The PHP Unit Testing framework.",
9247             "homepage": "https://phpunit.de/",
9248             "keywords": [
9249                 "phpunit",
9250                 "testing",
9251                 "xunit"
9252             ],
9253             "support": {
9254                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9255                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9256                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.9"
9257             },
9258             "funding": [
9259                 {
9260                     "url": "https://phpunit.de/sponsors.html",
9261                     "type": "custom"
9262                 },
9263                 {
9264                     "url": "https://github.com/sebastianbergmann",
9265                     "type": "github"
9266                 },
9267                 {
9268                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9269                     "type": "tidelift"
9270                 }
9271             ],
9272             "time": "2023-06-11T06:13:56+00:00"
9273         },
9274         {
9275             "name": "sebastian/cli-parser",
9276             "version": "1.0.1",
9277             "source": {
9278                 "type": "git",
9279                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9280                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
9281             },
9282             "dist": {
9283                 "type": "zip",
9284                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9285                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9286                 "shasum": ""
9287             },
9288             "require": {
9289                 "php": ">=7.3"
9290             },
9291             "require-dev": {
9292                 "phpunit/phpunit": "^9.3"
9293             },
9294             "type": "library",
9295             "extra": {
9296                 "branch-alias": {
9297                     "dev-master": "1.0-dev"
9298                 }
9299             },
9300             "autoload": {
9301                 "classmap": [
9302                     "src/"
9303                 ]
9304             },
9305             "notification-url": "https://packagist.org/downloads/",
9306             "license": [
9307                 "BSD-3-Clause"
9308             ],
9309             "authors": [
9310                 {
9311                     "name": "Sebastian Bergmann",
9312                     "email": "[email protected]",
9313                     "role": "lead"
9314                 }
9315             ],
9316             "description": "Library for parsing CLI options",
9317             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9318             "support": {
9319                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9320                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
9321             },
9322             "funding": [
9323                 {
9324                     "url": "https://github.com/sebastianbergmann",
9325                     "type": "github"
9326                 }
9327             ],
9328             "time": "2020-09-28T06:08:49+00:00"
9329         },
9330         {
9331             "name": "sebastian/code-unit",
9332             "version": "1.0.8",
9333             "source": {
9334                 "type": "git",
9335                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9336                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
9337             },
9338             "dist": {
9339                 "type": "zip",
9340                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
9341                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
9342                 "shasum": ""
9343             },
9344             "require": {
9345                 "php": ">=7.3"
9346             },
9347             "require-dev": {
9348                 "phpunit/phpunit": "^9.3"
9349             },
9350             "type": "library",
9351             "extra": {
9352                 "branch-alias": {
9353                     "dev-master": "1.0-dev"
9354                 }
9355             },
9356             "autoload": {
9357                 "classmap": [
9358                     "src/"
9359                 ]
9360             },
9361             "notification-url": "https://packagist.org/downloads/",
9362             "license": [
9363                 "BSD-3-Clause"
9364             ],
9365             "authors": [
9366                 {
9367                     "name": "Sebastian Bergmann",
9368                     "email": "[email protected]",
9369                     "role": "lead"
9370                 }
9371             ],
9372             "description": "Collection of value objects that represent the PHP code units",
9373             "homepage": "https://github.com/sebastianbergmann/code-unit",
9374             "support": {
9375                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9376                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
9377             },
9378             "funding": [
9379                 {
9380                     "url": "https://github.com/sebastianbergmann",
9381                     "type": "github"
9382                 }
9383             ],
9384             "time": "2020-10-26T13:08:54+00:00"
9385         },
9386         {
9387             "name": "sebastian/code-unit-reverse-lookup",
9388             "version": "2.0.3",
9389             "source": {
9390                 "type": "git",
9391                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9392                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
9393             },
9394             "dist": {
9395                 "type": "zip",
9396                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9397                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9398                 "shasum": ""
9399             },
9400             "require": {
9401                 "php": ">=7.3"
9402             },
9403             "require-dev": {
9404                 "phpunit/phpunit": "^9.3"
9405             },
9406             "type": "library",
9407             "extra": {
9408                 "branch-alias": {
9409                     "dev-master": "2.0-dev"
9410                 }
9411             },
9412             "autoload": {
9413                 "classmap": [
9414                     "src/"
9415                 ]
9416             },
9417             "notification-url": "https://packagist.org/downloads/",
9418             "license": [
9419                 "BSD-3-Clause"
9420             ],
9421             "authors": [
9422                 {
9423                     "name": "Sebastian Bergmann",
9424                     "email": "[email protected]"
9425                 }
9426             ],
9427             "description": "Looks up which function or method a line of code belongs to",
9428             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9429             "support": {
9430                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9431                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
9432             },
9433             "funding": [
9434                 {
9435                     "url": "https://github.com/sebastianbergmann",
9436                     "type": "github"
9437                 }
9438             ],
9439             "time": "2020-09-28T05:30:19+00:00"
9440         },
9441         {
9442             "name": "sebastian/comparator",
9443             "version": "4.0.8",
9444             "source": {
9445                 "type": "git",
9446                 "url": "https://github.com/sebastianbergmann/comparator.git",
9447                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
9448             },
9449             "dist": {
9450                 "type": "zip",
9451                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
9452                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
9453                 "shasum": ""
9454             },
9455             "require": {
9456                 "php": ">=7.3",
9457                 "sebastian/diff": "^4.0",
9458                 "sebastian/exporter": "^4.0"
9459             },
9460             "require-dev": {
9461                 "phpunit/phpunit": "^9.3"
9462             },
9463             "type": "library",
9464             "extra": {
9465                 "branch-alias": {
9466                     "dev-master": "4.0-dev"
9467                 }
9468             },
9469             "autoload": {
9470                 "classmap": [
9471                     "src/"
9472                 ]
9473             },
9474             "notification-url": "https://packagist.org/downloads/",
9475             "license": [
9476                 "BSD-3-Clause"
9477             ],
9478             "authors": [
9479                 {
9480                     "name": "Sebastian Bergmann",
9481                     "email": "[email protected]"
9482                 },
9483                 {
9484                     "name": "Jeff Welch",
9485                     "email": "[email protected]"
9486                 },
9487                 {
9488                     "name": "Volker Dusch",
9489                     "email": "[email protected]"
9490                 },
9491                 {
9492                     "name": "Bernhard Schussek",
9493                     "email": "[email protected]"
9494                 }
9495             ],
9496             "description": "Provides the functionality to compare PHP values for equality",
9497             "homepage": "https://github.com/sebastianbergmann/comparator",
9498             "keywords": [
9499                 "comparator",
9500                 "compare",
9501                 "equality"
9502             ],
9503             "support": {
9504                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9505                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
9506             },
9507             "funding": [
9508                 {
9509                     "url": "https://github.com/sebastianbergmann",
9510                     "type": "github"
9511                 }
9512             ],
9513             "time": "2022-09-14T12:41:17+00:00"
9514         },
9515         {
9516             "name": "sebastian/complexity",
9517             "version": "2.0.2",
9518             "source": {
9519                 "type": "git",
9520                 "url": "https://github.com/sebastianbergmann/complexity.git",
9521                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
9522             },
9523             "dist": {
9524                 "type": "zip",
9525                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
9526                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
9527                 "shasum": ""
9528             },
9529             "require": {
9530                 "nikic/php-parser": "^4.7",
9531                 "php": ">=7.3"
9532             },
9533             "require-dev": {
9534                 "phpunit/phpunit": "^9.3"
9535             },
9536             "type": "library",
9537             "extra": {
9538                 "branch-alias": {
9539                     "dev-master": "2.0-dev"
9540                 }
9541             },
9542             "autoload": {
9543                 "classmap": [
9544                     "src/"
9545                 ]
9546             },
9547             "notification-url": "https://packagist.org/downloads/",
9548             "license": [
9549                 "BSD-3-Clause"
9550             ],
9551             "authors": [
9552                 {
9553                     "name": "Sebastian Bergmann",
9554                     "email": "[email protected]",
9555                     "role": "lead"
9556                 }
9557             ],
9558             "description": "Library for calculating the complexity of PHP code units",
9559             "homepage": "https://github.com/sebastianbergmann/complexity",
9560             "support": {
9561                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9562                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
9563             },
9564             "funding": [
9565                 {
9566                     "url": "https://github.com/sebastianbergmann",
9567                     "type": "github"
9568                 }
9569             ],
9570             "time": "2020-10-26T15:52:27+00:00"
9571         },
9572         {
9573             "name": "sebastian/diff",
9574             "version": "4.0.5",
9575             "source": {
9576                 "type": "git",
9577                 "url": "https://github.com/sebastianbergmann/diff.git",
9578                 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
9579             },
9580             "dist": {
9581                 "type": "zip",
9582                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
9583                 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
9584                 "shasum": ""
9585             },
9586             "require": {
9587                 "php": ">=7.3"
9588             },
9589             "require-dev": {
9590                 "phpunit/phpunit": "^9.3",
9591                 "symfony/process": "^4.2 || ^5"
9592             },
9593             "type": "library",
9594             "extra": {
9595                 "branch-alias": {
9596                     "dev-master": "4.0-dev"
9597                 }
9598             },
9599             "autoload": {
9600                 "classmap": [
9601                     "src/"
9602                 ]
9603             },
9604             "notification-url": "https://packagist.org/downloads/",
9605             "license": [
9606                 "BSD-3-Clause"
9607             ],
9608             "authors": [
9609                 {
9610                     "name": "Sebastian Bergmann",
9611                     "email": "[email protected]"
9612                 },
9613                 {
9614                     "name": "Kore Nordmann",
9615                     "email": "[email protected]"
9616                 }
9617             ],
9618             "description": "Diff implementation",
9619             "homepage": "https://github.com/sebastianbergmann/diff",
9620             "keywords": [
9621                 "diff",
9622                 "udiff",
9623                 "unidiff",
9624                 "unified diff"
9625             ],
9626             "support": {
9627                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9628                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
9629             },
9630             "funding": [
9631                 {
9632                     "url": "https://github.com/sebastianbergmann",
9633                     "type": "github"
9634                 }
9635             ],
9636             "time": "2023-05-07T05:35:17+00:00"
9637         },
9638         {
9639             "name": "sebastian/environment",
9640             "version": "5.1.5",
9641             "source": {
9642                 "type": "git",
9643                 "url": "https://github.com/sebastianbergmann/environment.git",
9644                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
9645             },
9646             "dist": {
9647                 "type": "zip",
9648                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
9649                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
9650                 "shasum": ""
9651             },
9652             "require": {
9653                 "php": ">=7.3"
9654             },
9655             "require-dev": {
9656                 "phpunit/phpunit": "^9.3"
9657             },
9658             "suggest": {
9659                 "ext-posix": "*"
9660             },
9661             "type": "library",
9662             "extra": {
9663                 "branch-alias": {
9664                     "dev-master": "5.1-dev"
9665                 }
9666             },
9667             "autoload": {
9668                 "classmap": [
9669                     "src/"
9670                 ]
9671             },
9672             "notification-url": "https://packagist.org/downloads/",
9673             "license": [
9674                 "BSD-3-Clause"
9675             ],
9676             "authors": [
9677                 {
9678                     "name": "Sebastian Bergmann",
9679                     "email": "[email protected]"
9680                 }
9681             ],
9682             "description": "Provides functionality to handle HHVM/PHP environments",
9683             "homepage": "http://www.github.com/sebastianbergmann/environment",
9684             "keywords": [
9685                 "Xdebug",
9686                 "environment",
9687                 "hhvm"
9688             ],
9689             "support": {
9690                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9691                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
9692             },
9693             "funding": [
9694                 {
9695                     "url": "https://github.com/sebastianbergmann",
9696                     "type": "github"
9697                 }
9698             ],
9699             "time": "2023-02-03T06:03:51+00:00"
9700         },
9701         {
9702             "name": "sebastian/exporter",
9703             "version": "4.0.5",
9704             "source": {
9705                 "type": "git",
9706                 "url": "https://github.com/sebastianbergmann/exporter.git",
9707                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
9708             },
9709             "dist": {
9710                 "type": "zip",
9711                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
9712                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
9713                 "shasum": ""
9714             },
9715             "require": {
9716                 "php": ">=7.3",
9717                 "sebastian/recursion-context": "^4.0"
9718             },
9719             "require-dev": {
9720                 "ext-mbstring": "*",
9721                 "phpunit/phpunit": "^9.3"
9722             },
9723             "type": "library",
9724             "extra": {
9725                 "branch-alias": {
9726                     "dev-master": "4.0-dev"
9727                 }
9728             },
9729             "autoload": {
9730                 "classmap": [
9731                     "src/"
9732                 ]
9733             },
9734             "notification-url": "https://packagist.org/downloads/",
9735             "license": [
9736                 "BSD-3-Clause"
9737             ],
9738             "authors": [
9739                 {
9740                     "name": "Sebastian Bergmann",
9741                     "email": "[email protected]"
9742                 },
9743                 {
9744                     "name": "Jeff Welch",
9745                     "email": "[email protected]"
9746                 },
9747                 {
9748                     "name": "Volker Dusch",
9749                     "email": "[email protected]"
9750                 },
9751                 {
9752                     "name": "Adam Harvey",
9753                     "email": "[email protected]"
9754                 },
9755                 {
9756                     "name": "Bernhard Schussek",
9757                     "email": "[email protected]"
9758                 }
9759             ],
9760             "description": "Provides the functionality to export PHP variables for visualization",
9761             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9762             "keywords": [
9763                 "export",
9764                 "exporter"
9765             ],
9766             "support": {
9767                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9768                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
9769             },
9770             "funding": [
9771                 {
9772                     "url": "https://github.com/sebastianbergmann",
9773                     "type": "github"
9774                 }
9775             ],
9776             "time": "2022-09-14T06:03:37+00:00"
9777         },
9778         {
9779             "name": "sebastian/global-state",
9780             "version": "5.0.5",
9781             "source": {
9782                 "type": "git",
9783                 "url": "https://github.com/sebastianbergmann/global-state.git",
9784                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
9785             },
9786             "dist": {
9787                 "type": "zip",
9788                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
9789                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
9790                 "shasum": ""
9791             },
9792             "require": {
9793                 "php": ">=7.3",
9794                 "sebastian/object-reflector": "^2.0",
9795                 "sebastian/recursion-context": "^4.0"
9796             },
9797             "require-dev": {
9798                 "ext-dom": "*",
9799                 "phpunit/phpunit": "^9.3"
9800             },
9801             "suggest": {
9802                 "ext-uopz": "*"
9803             },
9804             "type": "library",
9805             "extra": {
9806                 "branch-alias": {
9807                     "dev-master": "5.0-dev"
9808                 }
9809             },
9810             "autoload": {
9811                 "classmap": [
9812                     "src/"
9813                 ]
9814             },
9815             "notification-url": "https://packagist.org/downloads/",
9816             "license": [
9817                 "BSD-3-Clause"
9818             ],
9819             "authors": [
9820                 {
9821                     "name": "Sebastian Bergmann",
9822                     "email": "[email protected]"
9823                 }
9824             ],
9825             "description": "Snapshotting of global state",
9826             "homepage": "http://www.github.com/sebastianbergmann/global-state",
9827             "keywords": [
9828                 "global state"
9829             ],
9830             "support": {
9831                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9832                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
9833             },
9834             "funding": [
9835                 {
9836                     "url": "https://github.com/sebastianbergmann",
9837                     "type": "github"
9838                 }
9839             ],
9840             "time": "2022-02-14T08:28:10+00:00"
9841         },
9842         {
9843             "name": "sebastian/lines-of-code",
9844             "version": "1.0.3",
9845             "source": {
9846                 "type": "git",
9847                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9848                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
9849             },
9850             "dist": {
9851                 "type": "zip",
9852                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
9853                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
9854                 "shasum": ""
9855             },
9856             "require": {
9857                 "nikic/php-parser": "^4.6",
9858                 "php": ">=7.3"
9859             },
9860             "require-dev": {
9861                 "phpunit/phpunit": "^9.3"
9862             },
9863             "type": "library",
9864             "extra": {
9865                 "branch-alias": {
9866                     "dev-master": "1.0-dev"
9867                 }
9868             },
9869             "autoload": {
9870                 "classmap": [
9871                     "src/"
9872                 ]
9873             },
9874             "notification-url": "https://packagist.org/downloads/",
9875             "license": [
9876                 "BSD-3-Clause"
9877             ],
9878             "authors": [
9879                 {
9880                     "name": "Sebastian Bergmann",
9881                     "email": "[email protected]",
9882                     "role": "lead"
9883                 }
9884             ],
9885             "description": "Library for counting the lines of code in PHP source code",
9886             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9887             "support": {
9888                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9889                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
9890             },
9891             "funding": [
9892                 {
9893                     "url": "https://github.com/sebastianbergmann",
9894                     "type": "github"
9895                 }
9896             ],
9897             "time": "2020-11-28T06:42:11+00:00"
9898         },
9899         {
9900             "name": "sebastian/object-enumerator",
9901             "version": "4.0.4",
9902             "source": {
9903                 "type": "git",
9904                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9905                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
9906             },
9907             "dist": {
9908                 "type": "zip",
9909                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
9910                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
9911                 "shasum": ""
9912             },
9913             "require": {
9914                 "php": ">=7.3",
9915                 "sebastian/object-reflector": "^2.0",
9916                 "sebastian/recursion-context": "^4.0"
9917             },
9918             "require-dev": {
9919                 "phpunit/phpunit": "^9.3"
9920             },
9921             "type": "library",
9922             "extra": {
9923                 "branch-alias": {
9924                     "dev-master": "4.0-dev"
9925                 }
9926             },
9927             "autoload": {
9928                 "classmap": [
9929                     "src/"
9930                 ]
9931             },
9932             "notification-url": "https://packagist.org/downloads/",
9933             "license": [
9934                 "BSD-3-Clause"
9935             ],
9936             "authors": [
9937                 {
9938                     "name": "Sebastian Bergmann",
9939                     "email": "[email protected]"
9940                 }
9941             ],
9942             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9943             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9944             "support": {
9945                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9946                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
9947             },
9948             "funding": [
9949                 {
9950                     "url": "https://github.com/sebastianbergmann",
9951                     "type": "github"
9952                 }
9953             ],
9954             "time": "2020-10-26T13:12:34+00:00"
9955         },
9956         {
9957             "name": "sebastian/object-reflector",
9958             "version": "2.0.4",
9959             "source": {
9960                 "type": "git",
9961                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9962                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
9963             },
9964             "dist": {
9965                 "type": "zip",
9966                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
9967                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
9968                 "shasum": ""
9969             },
9970             "require": {
9971                 "php": ">=7.3"
9972             },
9973             "require-dev": {
9974                 "phpunit/phpunit": "^9.3"
9975             },
9976             "type": "library",
9977             "extra": {
9978                 "branch-alias": {
9979                     "dev-master": "2.0-dev"
9980                 }
9981             },
9982             "autoload": {
9983                 "classmap": [
9984                     "src/"
9985                 ]
9986             },
9987             "notification-url": "https://packagist.org/downloads/",
9988             "license": [
9989                 "BSD-3-Clause"
9990             ],
9991             "authors": [
9992                 {
9993                     "name": "Sebastian Bergmann",
9994                     "email": "[email protected]"
9995                 }
9996             ],
9997             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9998             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9999             "support": {
10000                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10001                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
10002             },
10003             "funding": [
10004                 {
10005                     "url": "https://github.com/sebastianbergmann",
10006                     "type": "github"
10007                 }
10008             ],
10009             "time": "2020-10-26T13:14:26+00:00"
10010         },
10011         {
10012             "name": "sebastian/recursion-context",
10013             "version": "4.0.5",
10014             "source": {
10015                 "type": "git",
10016                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10017                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
10018             },
10019             "dist": {
10020                 "type": "zip",
10021                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
10022                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
10023                 "shasum": ""
10024             },
10025             "require": {
10026                 "php": ">=7.3"
10027             },
10028             "require-dev": {
10029                 "phpunit/phpunit": "^9.3"
10030             },
10031             "type": "library",
10032             "extra": {
10033                 "branch-alias": {
10034                     "dev-master": "4.0-dev"
10035                 }
10036             },
10037             "autoload": {
10038                 "classmap": [
10039                     "src/"
10040                 ]
10041             },
10042             "notification-url": "https://packagist.org/downloads/",
10043             "license": [
10044                 "BSD-3-Clause"
10045             ],
10046             "authors": [
10047                 {
10048                     "name": "Sebastian Bergmann",
10049                     "email": "[email protected]"
10050                 },
10051                 {
10052                     "name": "Jeff Welch",
10053                     "email": "[email protected]"
10054                 },
10055                 {
10056                     "name": "Adam Harvey",
10057                     "email": "[email protected]"
10058                 }
10059             ],
10060             "description": "Provides functionality to recursively process PHP variables",
10061             "homepage": "https://github.com/sebastianbergmann/recursion-context",
10062             "support": {
10063                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10064                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
10065             },
10066             "funding": [
10067                 {
10068                     "url": "https://github.com/sebastianbergmann",
10069                     "type": "github"
10070                 }
10071             ],
10072             "time": "2023-02-03T06:07:39+00:00"
10073         },
10074         {
10075             "name": "sebastian/resource-operations",
10076             "version": "3.0.3",
10077             "source": {
10078                 "type": "git",
10079                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
10080                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
10081             },
10082             "dist": {
10083                 "type": "zip",
10084                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10085                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10086                 "shasum": ""
10087             },
10088             "require": {
10089                 "php": ">=7.3"
10090             },
10091             "require-dev": {
10092                 "phpunit/phpunit": "^9.0"
10093             },
10094             "type": "library",
10095             "extra": {
10096                 "branch-alias": {
10097                     "dev-master": "3.0-dev"
10098                 }
10099             },
10100             "autoload": {
10101                 "classmap": [
10102                     "src/"
10103                 ]
10104             },
10105             "notification-url": "https://packagist.org/downloads/",
10106             "license": [
10107                 "BSD-3-Clause"
10108             ],
10109             "authors": [
10110                 {
10111                     "name": "Sebastian Bergmann",
10112                     "email": "[email protected]"
10113                 }
10114             ],
10115             "description": "Provides a list of PHP built-in functions that operate on resources",
10116             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
10117             "support": {
10118                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
10119                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
10120             },
10121             "funding": [
10122                 {
10123                     "url": "https://github.com/sebastianbergmann",
10124                     "type": "github"
10125                 }
10126             ],
10127             "time": "2020-09-28T06:45:17+00:00"
10128         },
10129         {
10130             "name": "sebastian/type",
10131             "version": "3.2.1",
10132             "source": {
10133                 "type": "git",
10134                 "url": "https://github.com/sebastianbergmann/type.git",
10135                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
10136             },
10137             "dist": {
10138                 "type": "zip",
10139                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
10140                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
10141                 "shasum": ""
10142             },
10143             "require": {
10144                 "php": ">=7.3"
10145             },
10146             "require-dev": {
10147                 "phpunit/phpunit": "^9.5"
10148             },
10149             "type": "library",
10150             "extra": {
10151                 "branch-alias": {
10152                     "dev-master": "3.2-dev"
10153                 }
10154             },
10155             "autoload": {
10156                 "classmap": [
10157                     "src/"
10158                 ]
10159             },
10160             "notification-url": "https://packagist.org/downloads/",
10161             "license": [
10162                 "BSD-3-Clause"
10163             ],
10164             "authors": [
10165                 {
10166                     "name": "Sebastian Bergmann",
10167                     "email": "[email protected]",
10168                     "role": "lead"
10169                 }
10170             ],
10171             "description": "Collection of value objects that represent the types of the PHP type system",
10172             "homepage": "https://github.com/sebastianbergmann/type",
10173             "support": {
10174                 "issues": "https://github.com/sebastianbergmann/type/issues",
10175                 "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
10176             },
10177             "funding": [
10178                 {
10179                     "url": "https://github.com/sebastianbergmann",
10180                     "type": "github"
10181                 }
10182             ],
10183             "time": "2023-02-03T06:13:03+00:00"
10184         },
10185         {
10186             "name": "sebastian/version",
10187             "version": "3.0.2",
10188             "source": {
10189                 "type": "git",
10190                 "url": "https://github.com/sebastianbergmann/version.git",
10191                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
10192             },
10193             "dist": {
10194                 "type": "zip",
10195                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
10196                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
10197                 "shasum": ""
10198             },
10199             "require": {
10200                 "php": ">=7.3"
10201             },
10202             "type": "library",
10203             "extra": {
10204                 "branch-alias": {
10205                     "dev-master": "3.0-dev"
10206                 }
10207             },
10208             "autoload": {
10209                 "classmap": [
10210                     "src/"
10211                 ]
10212             },
10213             "notification-url": "https://packagist.org/downloads/",
10214             "license": [
10215                 "BSD-3-Clause"
10216             ],
10217             "authors": [
10218                 {
10219                     "name": "Sebastian Bergmann",
10220                     "email": "[email protected]",
10221                     "role": "lead"
10222                 }
10223             ],
10224             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10225             "homepage": "https://github.com/sebastianbergmann/version",
10226             "support": {
10227                 "issues": "https://github.com/sebastianbergmann/version/issues",
10228                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
10229             },
10230             "funding": [
10231                 {
10232                     "url": "https://github.com/sebastianbergmann",
10233                     "type": "github"
10234                 }
10235             ],
10236             "time": "2020-09-28T06:39:44+00:00"
10237         },
10238         {
10239             "name": "squizlabs/php_codesniffer",
10240             "version": "3.7.2",
10241             "source": {
10242                 "type": "git",
10243                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
10244                 "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
10245             },
10246             "dist": {
10247                 "type": "zip",
10248                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
10249                 "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
10250                 "shasum": ""
10251             },
10252             "require": {
10253                 "ext-simplexml": "*",
10254                 "ext-tokenizer": "*",
10255                 "ext-xmlwriter": "*",
10256                 "php": ">=5.4.0"
10257             },
10258             "require-dev": {
10259                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
10260             },
10261             "bin": [
10262                 "bin/phpcs",
10263                 "bin/phpcbf"
10264             ],
10265             "type": "library",
10266             "extra": {
10267                 "branch-alias": {
10268                     "dev-master": "3.x-dev"
10269                 }
10270             },
10271             "notification-url": "https://packagist.org/downloads/",
10272             "license": [
10273                 "BSD-3-Clause"
10274             ],
10275             "authors": [
10276                 {
10277                     "name": "Greg Sherwood",
10278                     "role": "lead"
10279                 }
10280             ],
10281             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10282             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
10283             "keywords": [
10284                 "phpcs",
10285                 "standards",
10286                 "static analysis"
10287             ],
10288             "support": {
10289                 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
10290                 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
10291                 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
10292             },
10293             "time": "2023-02-22T23:07:41+00:00"
10294         },
10295         {
10296             "name": "ssddanbrown/asserthtml",
10297             "version": "v2.0.0",
10298             "source": {
10299                 "type": "git",
10300                 "url": "https://github.com/ssddanbrown/asserthtml.git",
10301                 "reference": "6baf3ef2087f5928ae34f0d41db27aefcdf60414"
10302             },
10303             "dist": {
10304                 "type": "zip",
10305                 "url": "https://api.github.com/repos/ssddanbrown/asserthtml/zipball/6baf3ef2087f5928ae34f0d41db27aefcdf60414",
10306                 "reference": "6baf3ef2087f5928ae34f0d41db27aefcdf60414",
10307                 "shasum": ""
10308             },
10309             "require": {
10310                 "ext-dom": "*",
10311                 "ext-json": "*",
10312                 "php": ">=7.4",
10313                 "phpunit/phpunit": "^9.0",
10314                 "symfony/css-selector": "^5.0|^6.0",
10315                 "symfony/dom-crawler": "^5.0|^6.0"
10316             },
10317             "require-dev": {
10318                 "vimeo/psalm": "^4.10"
10319             },
10320             "type": "library",
10321             "autoload": {
10322                 "psr-4": {
10323                     "Ssddanbrown\\AssertHtml\\": "src"
10324                 }
10325             },
10326             "notification-url": "https://packagist.org/downloads/",
10327             "license": [
10328                 "MIT"
10329             ],
10330             "authors": [
10331                 {
10332                     "name": "Dan Brown",
10333                     "email": "[email protected]",
10334                     "role": "Developer"
10335                 }
10336             ],
10337             "description": "HTML Content Assertions for PHPUnit",
10338             "homepage": "https://github.com/ssddanbrown/asserthtml",
10339             "support": {
10340                 "issues": "https://github.com/ssddanbrown/asserthtml/issues",
10341                 "source": "https://github.com/ssddanbrown/asserthtml/tree/v2.0.0"
10342             },
10343             "funding": [
10344                 {
10345                     "url": "https://github.com/ssddanbrown",
10346                     "type": "github"
10347                 }
10348             ],
10349             "time": "2023-03-01T16:48:08+00:00"
10350         },
10351         {
10352             "name": "symfony/dom-crawler",
10353             "version": "v6.0.19",
10354             "source": {
10355                 "type": "git",
10356                 "url": "https://github.com/symfony/dom-crawler.git",
10357                 "reference": "622578ff158318b1b49d95068bd6b66c713601e9"
10358             },
10359             "dist": {
10360                 "type": "zip",
10361                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/622578ff158318b1b49d95068bd6b66c713601e9",
10362                 "reference": "622578ff158318b1b49d95068bd6b66c713601e9",
10363                 "shasum": ""
10364             },
10365             "require": {
10366                 "php": ">=8.0.2",
10367                 "symfony/polyfill-ctype": "~1.8",
10368                 "symfony/polyfill-mbstring": "~1.0"
10369             },
10370             "conflict": {
10371                 "masterminds/html5": "<2.6"
10372             },
10373             "require-dev": {
10374                 "masterminds/html5": "^2.6",
10375                 "symfony/css-selector": "^5.4|^6.0"
10376             },
10377             "suggest": {
10378                 "symfony/css-selector": ""
10379             },
10380             "type": "library",
10381             "autoload": {
10382                 "psr-4": {
10383                     "Symfony\\Component\\DomCrawler\\": ""
10384                 },
10385                 "exclude-from-classmap": [
10386                     "/Tests/"
10387                 ]
10388             },
10389             "notification-url": "https://packagist.org/downloads/",
10390             "license": [
10391                 "MIT"
10392             ],
10393             "authors": [
10394                 {
10395                     "name": "Fabien Potencier",
10396                     "email": "[email protected]"
10397                 },
10398                 {
10399                     "name": "Symfony Community",
10400                     "homepage": "https://symfony.com/contributors"
10401                 }
10402             ],
10403             "description": "Eases DOM navigation for HTML and XML documents",
10404             "homepage": "https://symfony.com",
10405             "support": {
10406                 "source": "https://github.com/symfony/dom-crawler/tree/v6.0.19"
10407             },
10408             "funding": [
10409                 {
10410                     "url": "https://symfony.com/sponsor",
10411                     "type": "custom"
10412                 },
10413                 {
10414                     "url": "https://github.com/fabpot",
10415                     "type": "github"
10416                 },
10417                 {
10418                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10419                     "type": "tidelift"
10420                 }
10421             ],
10422             "time": "2023-01-20T17:44:14+00:00"
10423         },
10424         {
10425             "name": "theseer/tokenizer",
10426             "version": "1.2.1",
10427             "source": {
10428                 "type": "git",
10429                 "url": "https://github.com/theseer/tokenizer.git",
10430                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
10431             },
10432             "dist": {
10433                 "type": "zip",
10434                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
10435                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
10436                 "shasum": ""
10437             },
10438             "require": {
10439                 "ext-dom": "*",
10440                 "ext-tokenizer": "*",
10441                 "ext-xmlwriter": "*",
10442                 "php": "^7.2 || ^8.0"
10443             },
10444             "type": "library",
10445             "autoload": {
10446                 "classmap": [
10447                     "src/"
10448                 ]
10449             },
10450             "notification-url": "https://packagist.org/downloads/",
10451             "license": [
10452                 "BSD-3-Clause"
10453             ],
10454             "authors": [
10455                 {
10456                     "name": "Arne Blankerts",
10457                     "email": "[email protected]",
10458                     "role": "Developer"
10459                 }
10460             ],
10461             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10462             "support": {
10463                 "issues": "https://github.com/theseer/tokenizer/issues",
10464                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
10465             },
10466             "funding": [
10467                 {
10468                     "url": "https://github.com/theseer",
10469                     "type": "github"
10470                 }
10471             ],
10472             "time": "2021-07-28T10:34:58+00:00"
10473         }
10474     ],
10475     "aliases": [],
10476     "minimum-stability": "stable",
10477     "stability-flags": {
10478         "ssddanbrown/symfony-mailer": 20
10479     },
10480     "prefer-stable": true,
10481     "prefer-lowest": false,
10482     "platform": {
10483         "php": "^8.0.2",
10484         "ext-curl": "*",
10485         "ext-dom": "*",
10486         "ext-fileinfo": "*",
10487         "ext-gd": "*",
10488         "ext-json": "*",
10489         "ext-mbstring": "*",
10490         "ext-xml": "*"
10491     },
10492     "platform-dev": [],
10493     "platform-overrides": {
10494         "php": "8.0.2"
10495     },
10496     "plugin-api-version": "2.3.0"
10497 }