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