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