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