]> BookStack Code Mirror - bookstack/blob - composer.lock
Added list shortcuts to markdown editor
[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.7",
62             "source": {
63                 "type": "git",
64                 "url": "https://github.com/aws/aws-sdk-php.git",
65                 "reference": "25f7cf72a1d7cf3075436cfbfdc4caed201df3ec"
66             },
67             "dist": {
68                 "type": "zip",
69                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/25f7cf72a1d7cf3075436cfbfdc4caed201df3ec",
70                 "reference": "25f7cf72a1d7cf3075436cfbfdc4caed201df3ec",
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.7"
148             },
149             "time": "2022-07-15T18:16:42+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.19",
1791             "source": {
1792                 "type": "git",
1793                 "url": "https://github.com/laravel/framework.git",
1794                 "reference": "4264f2ee12330bdb1be050998f58ba7271236395"
1795             },
1796             "dist": {
1797                 "type": "zip",
1798                 "url": "https://api.github.com/repos/laravel/framework/zipball/4264f2ee12330bdb1be050998f58ba7271236395",
1799                 "reference": "4264f2ee12330bdb1be050998f58ba7271236395",
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-13T13:23:09+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.2",
2023             "source": {
2024                 "type": "git",
2025                 "url": "https://github.com/laravel/socialite.git",
2026                 "reference": "68afb03259b82d898c68196cbcacd48596a9dd72"
2027             },
2028             "dist": {
2029                 "type": "zip",
2030                 "url": "https://api.github.com/repos/laravel/socialite/zipball/68afb03259b82d898c68196cbcacd48596a9dd72",
2031                 "reference": "68afb03259b82d898c68196cbcacd48596a9dd72",
2032                 "shasum": ""
2033             },
2034             "require": {
2035                 "ext-json": "*",
2036                 "guzzlehttp/guzzle": "^6.0|^7.0",
2037                 "illuminate/http": "^6.0|^7.0|^8.0|^9.0",
2038                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
2039                 "league/oauth1-client": "^1.0",
2040                 "php": "^7.2|^8.0"
2041             },
2042             "require-dev": {
2043                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
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-03-10T15:26: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.7.0",
2833             "source": {
2834                 "type": "git",
2835                 "url": "https://github.com/Seldaek/monolog.git",
2836                 "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524"
2837             },
2838             "dist": {
2839                 "type": "zip",
2840                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5579edf28aee1190a798bfa5be8bc16c563bd524",
2841                 "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524",
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                 "php-console/php-console": "^3.1.3",
2862                 "phpspec/prophecy": "^1.15",
2863                 "phpstan/phpstan": "^0.12.91",
2864                 "phpunit/phpunit": "^8.5.14",
2865                 "predis/predis": "^1.1",
2866                 "rollbar/rollbar": "^1.3 || ^2 || ^3",
2867                 "ruflin/elastica": "^7",
2868                 "swiftmailer/swiftmailer": "^5.3|^6.0",
2869                 "symfony/mailer": "^5.4 || ^6",
2870                 "symfony/mime": "^5.4 || ^6"
2871             },
2872             "suggest": {
2873                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2874                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2875                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2876                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2877                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2878                 "ext-mbstring": "Allow to work properly with unicode symbols",
2879                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2880                 "ext-openssl": "Required to send log messages using SSL",
2881                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2882                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2883                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2884                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2885                 "php-console/php-console": "Allow sending log messages to Google Chrome",
2886                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2887                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2888             },
2889             "type": "library",
2890             "extra": {
2891                 "branch-alias": {
2892                     "dev-main": "2.x-dev"
2893                 }
2894             },
2895             "autoload": {
2896                 "psr-4": {
2897                     "Monolog\\": "src/Monolog"
2898                 }
2899             },
2900             "notification-url": "https://packagist.org/downloads/",
2901             "license": [
2902                 "MIT"
2903             ],
2904             "authors": [
2905                 {
2906                     "name": "Jordi Boggiano",
2907                     "email": "[email protected]",
2908                     "homepage": "https://seld.be"
2909                 }
2910             ],
2911             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2912             "homepage": "https://github.com/Seldaek/monolog",
2913             "keywords": [
2914                 "log",
2915                 "logging",
2916                 "psr-3"
2917             ],
2918             "support": {
2919                 "issues": "https://github.com/Seldaek/monolog/issues",
2920                 "source": "https://github.com/Seldaek/monolog/tree/2.7.0"
2921             },
2922             "funding": [
2923                 {
2924                     "url": "https://github.com/Seldaek",
2925                     "type": "github"
2926                 },
2927                 {
2928                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2929                     "type": "tidelift"
2930                 }
2931             ],
2932             "time": "2022-06-09T08:59:12+00:00"
2933         },
2934         {
2935             "name": "mtdowling/jmespath.php",
2936             "version": "2.6.1",
2937             "source": {
2938                 "type": "git",
2939                 "url": "https://github.com/jmespath/jmespath.php.git",
2940                 "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
2941             },
2942             "dist": {
2943                 "type": "zip",
2944                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
2945                 "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
2946                 "shasum": ""
2947             },
2948             "require": {
2949                 "php": "^5.4 || ^7.0 || ^8.0",
2950                 "symfony/polyfill-mbstring": "^1.17"
2951             },
2952             "require-dev": {
2953                 "composer/xdebug-handler": "^1.4 || ^2.0",
2954                 "phpunit/phpunit": "^4.8.36 || ^7.5.15"
2955             },
2956             "bin": [
2957                 "bin/jp.php"
2958             ],
2959             "type": "library",
2960             "extra": {
2961                 "branch-alias": {
2962                     "dev-master": "2.6-dev"
2963                 }
2964             },
2965             "autoload": {
2966                 "files": [
2967                     "src/JmesPath.php"
2968                 ],
2969                 "psr-4": {
2970                     "JmesPath\\": "src/"
2971                 }
2972             },
2973             "notification-url": "https://packagist.org/downloads/",
2974             "license": [
2975                 "MIT"
2976             ],
2977             "authors": [
2978                 {
2979                     "name": "Michael Dowling",
2980                     "email": "[email protected]",
2981                     "homepage": "https://github.com/mtdowling"
2982                 }
2983             ],
2984             "description": "Declaratively specify how to extract elements from a JSON document",
2985             "keywords": [
2986                 "json",
2987                 "jsonpath"
2988             ],
2989             "support": {
2990                 "issues": "https://github.com/jmespath/jmespath.php/issues",
2991                 "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
2992             },
2993             "time": "2021-06-14T00:11:39+00:00"
2994         },
2995         {
2996             "name": "nesbot/carbon",
2997             "version": "2.59.1",
2998             "source": {
2999                 "type": "git",
3000                 "url": "https://github.com/briannesbitt/Carbon.git",
3001                 "reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5"
3002             },
3003             "dist": {
3004                 "type": "zip",
3005                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
3006                 "reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
3007                 "shasum": ""
3008             },
3009             "require": {
3010                 "ext-json": "*",
3011                 "php": "^7.1.8 || ^8.0",
3012                 "symfony/polyfill-mbstring": "^1.0",
3013                 "symfony/polyfill-php80": "^1.16",
3014                 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
3015             },
3016             "require-dev": {
3017                 "doctrine/dbal": "^2.0 || ^3.0",
3018                 "doctrine/orm": "^2.7",
3019                 "friendsofphp/php-cs-fixer": "^3.0",
3020                 "kylekatarnls/multi-tester": "^2.0",
3021                 "ondrejmirtes/better-reflection": "*",
3022                 "phpmd/phpmd": "^2.9",
3023                 "phpstan/extension-installer": "^1.0",
3024                 "phpstan/phpstan": "^0.12.99 || ^1.7.14",
3025                 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
3026                 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
3027                 "squizlabs/php_codesniffer": "^3.4"
3028             },
3029             "bin": [
3030                 "bin/carbon"
3031             ],
3032             "type": "library",
3033             "extra": {
3034                 "branch-alias": {
3035                     "dev-3.x": "3.x-dev",
3036                     "dev-master": "2.x-dev"
3037                 },
3038                 "laravel": {
3039                     "providers": [
3040                         "Carbon\\Laravel\\ServiceProvider"
3041                     ]
3042                 },
3043                 "phpstan": {
3044                     "includes": [
3045                         "extension.neon"
3046                     ]
3047                 }
3048             },
3049             "autoload": {
3050                 "psr-4": {
3051                     "Carbon\\": "src/Carbon/"
3052                 }
3053             },
3054             "notification-url": "https://packagist.org/downloads/",
3055             "license": [
3056                 "MIT"
3057             ],
3058             "authors": [
3059                 {
3060                     "name": "Brian Nesbitt",
3061                     "email": "[email protected]",
3062                     "homepage": "https://markido.com"
3063                 },
3064                 {
3065                     "name": "kylekatarnls",
3066                     "homepage": "https://github.com/kylekatarnls"
3067                 }
3068             ],
3069             "description": "An API extension for DateTime that supports 281 different languages.",
3070             "homepage": "https://carbon.nesbot.com",
3071             "keywords": [
3072                 "date",
3073                 "datetime",
3074                 "time"
3075             ],
3076             "support": {
3077                 "docs": "https://carbon.nesbot.com/docs",
3078                 "issues": "https://github.com/briannesbitt/Carbon/issues",
3079                 "source": "https://github.com/briannesbitt/Carbon"
3080             },
3081             "funding": [
3082                 {
3083                     "url": "https://github.com/sponsors/kylekatarnls",
3084                     "type": "github"
3085                 },
3086                 {
3087                     "url": "https://opencollective.com/Carbon#sponsor",
3088                     "type": "opencollective"
3089                 },
3090                 {
3091                     "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
3092                     "type": "tidelift"
3093                 }
3094             ],
3095             "time": "2022-06-29T21:43:55+00:00"
3096         },
3097         {
3098             "name": "nikic/php-parser",
3099             "version": "v4.14.0",
3100             "source": {
3101                 "type": "git",
3102                 "url": "https://github.com/nikic/PHP-Parser.git",
3103                 "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
3104             },
3105             "dist": {
3106                 "type": "zip",
3107                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
3108                 "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
3109                 "shasum": ""
3110             },
3111             "require": {
3112                 "ext-tokenizer": "*",
3113                 "php": ">=7.0"
3114             },
3115             "require-dev": {
3116                 "ircmaxell/php-yacc": "^0.0.7",
3117                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
3118             },
3119             "bin": [
3120                 "bin/php-parse"
3121             ],
3122             "type": "library",
3123             "extra": {
3124                 "branch-alias": {
3125                     "dev-master": "4.9-dev"
3126                 }
3127             },
3128             "autoload": {
3129                 "psr-4": {
3130                     "PhpParser\\": "lib/PhpParser"
3131                 }
3132             },
3133             "notification-url": "https://packagist.org/downloads/",
3134             "license": [
3135                 "BSD-3-Clause"
3136             ],
3137             "authors": [
3138                 {
3139                     "name": "Nikita Popov"
3140                 }
3141             ],
3142             "description": "A PHP parser written in PHP",
3143             "keywords": [
3144                 "parser",
3145                 "php"
3146             ],
3147             "support": {
3148                 "issues": "https://github.com/nikic/PHP-Parser/issues",
3149                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0"
3150             },
3151             "time": "2022-05-31T20:59:12+00:00"
3152         },
3153         {
3154             "name": "onelogin/php-saml",
3155             "version": "4.1.0",
3156             "source": {
3157                 "type": "git",
3158                 "url": "https://github.com/onelogin/php-saml.git",
3159                 "reference": "b22a57ebd13e838b90df5d3346090bc37056409d"
3160             },
3161             "dist": {
3162                 "type": "zip",
3163                 "url": "https://api.github.com/repos/onelogin/php-saml/zipball/b22a57ebd13e838b90df5d3346090bc37056409d",
3164                 "reference": "b22a57ebd13e838b90df5d3346090bc37056409d",
3165                 "shasum": ""
3166             },
3167             "require": {
3168                 "php": ">=7.3",
3169                 "robrichards/xmlseclibs": ">=3.1.1"
3170             },
3171             "require-dev": {
3172                 "pdepend/pdepend": "^2.8.0",
3173                 "php-coveralls/php-coveralls": "^2.0",
3174                 "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
3175                 "phpunit/phpunit": "^9.5",
3176                 "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
3177                 "squizlabs/php_codesniffer": "^3.5.8"
3178             },
3179             "suggest": {
3180                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
3181                 "ext-dom": "Install xml lib",
3182                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
3183                 "ext-zlib": "Install zlib"
3184             },
3185             "type": "library",
3186             "autoload": {
3187                 "psr-4": {
3188                     "OneLogin\\": "src/"
3189                 }
3190             },
3191             "notification-url": "https://packagist.org/downloads/",
3192             "license": [
3193                 "MIT"
3194             ],
3195             "description": "OneLogin PHP SAML Toolkit",
3196             "homepage": "https://developers.onelogin.com/saml/php",
3197             "keywords": [
3198                 "SAML2",
3199                 "onelogin",
3200                 "saml"
3201             ],
3202             "support": {
3203                 "email": "[email protected]",
3204                 "issues": "https://github.com/onelogin/php-saml/issues",
3205                 "source": "https://github.com/onelogin/php-saml/"
3206             },
3207             "time": "2022-07-15T20:44:36+00:00"
3208         },
3209         {
3210             "name": "opis/closure",
3211             "version": "3.6.3",
3212             "source": {
3213                 "type": "git",
3214                 "url": "https://github.com/opis/closure.git",
3215                 "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad"
3216             },
3217             "dist": {
3218                 "type": "zip",
3219                 "url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad",
3220                 "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad",
3221                 "shasum": ""
3222             },
3223             "require": {
3224                 "php": "^5.4 || ^7.0 || ^8.0"
3225             },
3226             "require-dev": {
3227                 "jeremeamia/superclosure": "^2.0",
3228                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
3229             },
3230             "type": "library",
3231             "extra": {
3232                 "branch-alias": {
3233                     "dev-master": "3.6.x-dev"
3234                 }
3235             },
3236             "autoload": {
3237                 "files": [
3238                     "functions.php"
3239                 ],
3240                 "psr-4": {
3241                     "Opis\\Closure\\": "src/"
3242                 }
3243             },
3244             "notification-url": "https://packagist.org/downloads/",
3245             "license": [
3246                 "MIT"
3247             ],
3248             "authors": [
3249                 {
3250                     "name": "Marius Sarca",
3251                     "email": "[email protected]"
3252                 },
3253                 {
3254                     "name": "Sorin Sarca",
3255                     "email": "[email protected]"
3256                 }
3257             ],
3258             "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
3259             "homepage": "https://opis.io/closure",
3260             "keywords": [
3261                 "anonymous functions",
3262                 "closure",
3263                 "function",
3264                 "serializable",
3265                 "serialization",
3266                 "serialize"
3267             ],
3268             "support": {
3269                 "issues": "https://github.com/opis/closure/issues",
3270                 "source": "https://github.com/opis/closure/tree/3.6.3"
3271             },
3272             "time": "2022-01-27T09:35:39+00:00"
3273         },
3274         {
3275             "name": "paragonie/constant_time_encoding",
3276             "version": "v2.6.3",
3277             "source": {
3278                 "type": "git",
3279                 "url": "https://github.com/paragonie/constant_time_encoding.git",
3280                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
3281             },
3282             "dist": {
3283                 "type": "zip",
3284                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
3285                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
3286                 "shasum": ""
3287             },
3288             "require": {
3289                 "php": "^7|^8"
3290             },
3291             "require-dev": {
3292                 "phpunit/phpunit": "^6|^7|^8|^9",
3293                 "vimeo/psalm": "^1|^2|^3|^4"
3294             },
3295             "type": "library",
3296             "autoload": {
3297                 "psr-4": {
3298                     "ParagonIE\\ConstantTime\\": "src/"
3299                 }
3300             },
3301             "notification-url": "https://packagist.org/downloads/",
3302             "license": [
3303                 "MIT"
3304             ],
3305             "authors": [
3306                 {
3307                     "name": "Paragon Initiative Enterprises",
3308                     "email": "[email protected]",
3309                     "homepage": "https://paragonie.com",
3310                     "role": "Maintainer"
3311                 },
3312                 {
3313                     "name": "Steve 'Sc00bz' Thomas",
3314                     "email": "[email protected]",
3315                     "homepage": "https://www.tobtu.com",
3316                     "role": "Original Developer"
3317                 }
3318             ],
3319             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
3320             "keywords": [
3321                 "base16",
3322                 "base32",
3323                 "base32_decode",
3324                 "base32_encode",
3325                 "base64",
3326                 "base64_decode",
3327                 "base64_encode",
3328                 "bin2hex",
3329                 "encoding",
3330                 "hex",
3331                 "hex2bin",
3332                 "rfc4648"
3333             ],
3334             "support": {
3335                 "email": "[email protected]",
3336                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
3337                 "source": "https://github.com/paragonie/constant_time_encoding"
3338             },
3339             "time": "2022-06-14T06:56:20+00:00"
3340         },
3341         {
3342             "name": "paragonie/random_compat",
3343             "version": "v9.99.100",
3344             "source": {
3345                 "type": "git",
3346                 "url": "https://github.com/paragonie/random_compat.git",
3347                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3348             },
3349             "dist": {
3350                 "type": "zip",
3351                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3352                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3353                 "shasum": ""
3354             },
3355             "require": {
3356                 "php": ">= 7"
3357             },
3358             "require-dev": {
3359                 "phpunit/phpunit": "4.*|5.*",
3360                 "vimeo/psalm": "^1"
3361             },
3362             "suggest": {
3363                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3364             },
3365             "type": "library",
3366             "notification-url": "https://packagist.org/downloads/",
3367             "license": [
3368                 "MIT"
3369             ],
3370             "authors": [
3371                 {
3372                     "name": "Paragon Initiative Enterprises",
3373                     "email": "[email protected]",
3374                     "homepage": "https://paragonie.com"
3375                 }
3376             ],
3377             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3378             "keywords": [
3379                 "csprng",
3380                 "polyfill",
3381                 "pseudorandom",
3382                 "random"
3383             ],
3384             "support": {
3385                 "email": "[email protected]",
3386                 "issues": "https://github.com/paragonie/random_compat/issues",
3387                 "source": "https://github.com/paragonie/random_compat"
3388             },
3389             "time": "2020-10-15T08:29:30+00:00"
3390         },
3391         {
3392             "name": "phenx/php-font-lib",
3393             "version": "0.5.4",
3394             "source": {
3395                 "type": "git",
3396                 "url": "https://github.com/dompdf/php-font-lib.git",
3397                 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
3398             },
3399             "dist": {
3400                 "type": "zip",
3401                 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
3402                 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
3403                 "shasum": ""
3404             },
3405             "require": {
3406                 "ext-mbstring": "*"
3407             },
3408             "require-dev": {
3409                 "symfony/phpunit-bridge": "^3 || ^4 || ^5"
3410             },
3411             "type": "library",
3412             "autoload": {
3413                 "psr-4": {
3414                     "FontLib\\": "src/FontLib"
3415                 }
3416             },
3417             "notification-url": "https://packagist.org/downloads/",
3418             "license": [
3419                 "LGPL-3.0"
3420             ],
3421             "authors": [
3422                 {
3423                     "name": "Fabien Ménager",
3424                     "email": "[email protected]"
3425                 }
3426             ],
3427             "description": "A library to read, parse, export and make subsets of different types of font files.",
3428             "homepage": "https://github.com/PhenX/php-font-lib",
3429             "support": {
3430                 "issues": "https://github.com/dompdf/php-font-lib/issues",
3431                 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
3432             },
3433             "time": "2021-12-17T19:44:54+00:00"
3434         },
3435         {
3436             "name": "phenx/php-svg-lib",
3437             "version": "0.4.1",
3438             "source": {
3439                 "type": "git",
3440                 "url": "https://github.com/dompdf/php-svg-lib.git",
3441                 "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02"
3442             },
3443             "dist": {
3444                 "type": "zip",
3445                 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/4498b5df7b08e8469f0f8279651ea5de9626ed02",
3446                 "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02",
3447                 "shasum": ""
3448             },
3449             "require": {
3450                 "ext-mbstring": "*",
3451                 "php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
3452                 "sabberworm/php-css-parser": "^8.4"
3453             },
3454             "require-dev": {
3455                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
3456             },
3457             "type": "library",
3458             "autoload": {
3459                 "psr-4": {
3460                     "Svg\\": "src/Svg"
3461                 }
3462             },
3463             "notification-url": "https://packagist.org/downloads/",
3464             "license": [
3465                 "LGPL-3.0"
3466             ],
3467             "authors": [
3468                 {
3469                     "name": "Fabien Ménager",
3470                     "email": "[email protected]"
3471                 }
3472             ],
3473             "description": "A library to read, parse and export to PDF SVG files.",
3474             "homepage": "https://github.com/PhenX/php-svg-lib",
3475             "support": {
3476                 "issues": "https://github.com/dompdf/php-svg-lib/issues",
3477                 "source": "https://github.com/dompdf/php-svg-lib/tree/0.4.1"
3478             },
3479             "time": "2022-03-07T12:52:04+00:00"
3480         },
3481         {
3482             "name": "phpoption/phpoption",
3483             "version": "1.8.1",
3484             "source": {
3485                 "type": "git",
3486                 "url": "https://github.com/schmittjoh/php-option.git",
3487                 "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
3488             },
3489             "dist": {
3490                 "type": "zip",
3491                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
3492                 "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
3493                 "shasum": ""
3494             },
3495             "require": {
3496                 "php": "^7.0 || ^8.0"
3497             },
3498             "require-dev": {
3499                 "bamarni/composer-bin-plugin": "^1.4.1",
3500                 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
3501             },
3502             "type": "library",
3503             "extra": {
3504                 "branch-alias": {
3505                     "dev-master": "1.8-dev"
3506                 }
3507             },
3508             "autoload": {
3509                 "psr-4": {
3510                     "PhpOption\\": "src/PhpOption/"
3511                 }
3512             },
3513             "notification-url": "https://packagist.org/downloads/",
3514             "license": [
3515                 "Apache-2.0"
3516             ],
3517             "authors": [
3518                 {
3519                     "name": "Johannes M. Schmitt",
3520                     "email": "[email protected]",
3521                     "homepage": "https://github.com/schmittjoh"
3522                 },
3523                 {
3524                     "name": "Graham Campbell",
3525                     "email": "[email protected]",
3526                     "homepage": "https://github.com/GrahamCampbell"
3527                 }
3528             ],
3529             "description": "Option Type for PHP",
3530             "keywords": [
3531                 "language",
3532                 "option",
3533                 "php",
3534                 "type"
3535             ],
3536             "support": {
3537                 "issues": "https://github.com/schmittjoh/php-option/issues",
3538                 "source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
3539             },
3540             "funding": [
3541                 {
3542                     "url": "https://github.com/GrahamCampbell",
3543                     "type": "github"
3544                 },
3545                 {
3546                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
3547                     "type": "tidelift"
3548                 }
3549             ],
3550             "time": "2021-12-04T23:24:31+00:00"
3551         },
3552         {
3553             "name": "phpseclib/phpseclib",
3554             "version": "3.0.14",
3555             "source": {
3556                 "type": "git",
3557                 "url": "https://github.com/phpseclib/phpseclib.git",
3558                 "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
3559             },
3560             "dist": {
3561                 "type": "zip",
3562                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
3563                 "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
3564                 "shasum": ""
3565             },
3566             "require": {
3567                 "paragonie/constant_time_encoding": "^1|^2",
3568                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
3569                 "php": ">=5.6.1"
3570             },
3571             "require-dev": {
3572                 "phpunit/phpunit": "*"
3573             },
3574             "suggest": {
3575                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3576                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3577                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3578                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3579             },
3580             "type": "library",
3581             "autoload": {
3582                 "files": [
3583                     "phpseclib/bootstrap.php"
3584                 ],
3585                 "psr-4": {
3586                     "phpseclib3\\": "phpseclib/"
3587                 }
3588             },
3589             "notification-url": "https://packagist.org/downloads/",
3590             "license": [
3591                 "MIT"
3592             ],
3593             "authors": [
3594                 {
3595                     "name": "Jim Wigginton",
3596                     "email": "[email protected]",
3597                     "role": "Lead Developer"
3598                 },
3599                 {
3600                     "name": "Patrick Monnerat",
3601                     "email": "[email protected]",
3602                     "role": "Developer"
3603                 },
3604                 {
3605                     "name": "Andreas Fischer",
3606                     "email": "[email protected]",
3607                     "role": "Developer"
3608                 },
3609                 {
3610                     "name": "Hans-Jürgen Petrich",
3611                     "email": "[email protected]",
3612                     "role": "Developer"
3613                 },
3614                 {
3615                     "name": "Graham Campbell",
3616                     "email": "[email protected]",
3617                     "role": "Developer"
3618                 }
3619             ],
3620             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3621             "homepage": "http://phpseclib.sourceforge.net",
3622             "keywords": [
3623                 "BigInteger",
3624                 "aes",
3625                 "asn.1",
3626                 "asn1",
3627                 "blowfish",
3628                 "crypto",
3629                 "cryptography",
3630                 "encryption",
3631                 "rsa",
3632                 "security",
3633                 "sftp",
3634                 "signature",
3635                 "signing",
3636                 "ssh",
3637                 "twofish",
3638                 "x.509",
3639                 "x509"
3640             ],
3641             "support": {
3642                 "issues": "https://github.com/phpseclib/phpseclib/issues",
3643                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.14"
3644             },
3645             "funding": [
3646                 {
3647                     "url": "https://github.com/terrafrost",
3648                     "type": "github"
3649                 },
3650                 {
3651                     "url": "https://www.patreon.com/phpseclib",
3652                     "type": "patreon"
3653                 },
3654                 {
3655                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
3656                     "type": "tidelift"
3657                 }
3658             ],
3659             "time": "2022-04-04T05:15:45+00:00"
3660         },
3661         {
3662             "name": "pragmarx/google2fa",
3663             "version": "v8.0.1",
3664             "source": {
3665                 "type": "git",
3666                 "url": "https://github.com/antonioribeiro/google2fa.git",
3667                 "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3"
3668             },
3669             "dist": {
3670                 "type": "zip",
3671                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/80c3d801b31fe165f8fe99ea085e0a37834e1be3",
3672                 "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3",
3673                 "shasum": ""
3674             },
3675             "require": {
3676                 "paragonie/constant_time_encoding": "^1.0|^2.0",
3677                 "php": "^7.1|^8.0"
3678             },
3679             "require-dev": {
3680                 "phpstan/phpstan": "^0.12.18",
3681                 "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
3682             },
3683             "type": "library",
3684             "autoload": {
3685                 "psr-4": {
3686                     "PragmaRX\\Google2FA\\": "src/"
3687                 }
3688             },
3689             "notification-url": "https://packagist.org/downloads/",
3690             "license": [
3691                 "MIT"
3692             ],
3693             "authors": [
3694                 {
3695                     "name": "Antonio Carlos Ribeiro",
3696                     "email": "[email protected]",
3697                     "role": "Creator & Designer"
3698                 }
3699             ],
3700             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
3701             "keywords": [
3702                 "2fa",
3703                 "Authentication",
3704                 "Two Factor Authentication",
3705                 "google2fa"
3706             ],
3707             "support": {
3708                 "issues": "https://github.com/antonioribeiro/google2fa/issues",
3709                 "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.1"
3710             },
3711             "time": "2022-06-13T21:57:56+00:00"
3712         },
3713         {
3714             "name": "predis/predis",
3715             "version": "v1.1.10",
3716             "source": {
3717                 "type": "git",
3718                 "url": "https://github.com/predis/predis.git",
3719                 "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e"
3720             },
3721             "dist": {
3722                 "type": "zip",
3723                 "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
3724                 "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
3725                 "shasum": ""
3726             },
3727             "require": {
3728                 "php": ">=5.3.9"
3729             },
3730             "require-dev": {
3731                 "phpunit/phpunit": "~4.8"
3732             },
3733             "suggest": {
3734                 "ext-curl": "Allows access to Webdis when paired with phpiredis",
3735                 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
3736             },
3737             "type": "library",
3738             "autoload": {
3739                 "psr-4": {
3740                     "Predis\\": "src/"
3741                 }
3742             },
3743             "notification-url": "https://packagist.org/downloads/",
3744             "license": [
3745                 "MIT"
3746             ],
3747             "authors": [
3748                 {
3749                     "name": "Daniele Alessandri",
3750                     "email": "[email protected]",
3751                     "homepage": "http://clorophilla.net",
3752                     "role": "Creator & Maintainer"
3753                 },
3754                 {
3755                     "name": "Till Krüss",
3756                     "homepage": "https://till.im",
3757                     "role": "Maintainer"
3758                 }
3759             ],
3760             "description": "Flexible and feature-complete Redis client for PHP and HHVM",
3761             "homepage": "http://github.com/predis/predis",
3762             "keywords": [
3763                 "nosql",
3764                 "predis",
3765                 "redis"
3766             ],
3767             "support": {
3768                 "issues": "https://github.com/predis/predis/issues",
3769                 "source": "https://github.com/predis/predis/tree/v1.1.10"
3770             },
3771             "funding": [
3772                 {
3773                     "url": "https://github.com/sponsors/tillkruss",
3774                     "type": "github"
3775                 }
3776             ],
3777             "time": "2022-01-05T17:46:08+00:00"
3778         },
3779         {
3780             "name": "psr/cache",
3781             "version": "1.0.1",
3782             "source": {
3783                 "type": "git",
3784                 "url": "https://github.com/php-fig/cache.git",
3785                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
3786             },
3787             "dist": {
3788                 "type": "zip",
3789                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
3790                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
3791                 "shasum": ""
3792             },
3793             "require": {
3794                 "php": ">=5.3.0"
3795             },
3796             "type": "library",
3797             "extra": {
3798                 "branch-alias": {
3799                     "dev-master": "1.0.x-dev"
3800                 }
3801             },
3802             "autoload": {
3803                 "psr-4": {
3804                     "Psr\\Cache\\": "src/"
3805                 }
3806             },
3807             "notification-url": "https://packagist.org/downloads/",
3808             "license": [
3809                 "MIT"
3810             ],
3811             "authors": [
3812                 {
3813                     "name": "PHP-FIG",
3814                     "homepage": "http://www.php-fig.org/"
3815                 }
3816             ],
3817             "description": "Common interface for caching libraries",
3818             "keywords": [
3819                 "cache",
3820                 "psr",
3821                 "psr-6"
3822             ],
3823             "support": {
3824                 "source": "https://github.com/php-fig/cache/tree/master"
3825             },
3826             "time": "2016-08-06T20:24:11+00:00"
3827         },
3828         {
3829             "name": "psr/container",
3830             "version": "1.1.2",
3831             "source": {
3832                 "type": "git",
3833                 "url": "https://github.com/php-fig/container.git",
3834                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
3835             },
3836             "dist": {
3837                 "type": "zip",
3838                 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
3839                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
3840                 "shasum": ""
3841             },
3842             "require": {
3843                 "php": ">=7.4.0"
3844             },
3845             "type": "library",
3846             "autoload": {
3847                 "psr-4": {
3848                     "Psr\\Container\\": "src/"
3849                 }
3850             },
3851             "notification-url": "https://packagist.org/downloads/",
3852             "license": [
3853                 "MIT"
3854             ],
3855             "authors": [
3856                 {
3857                     "name": "PHP-FIG",
3858                     "homepage": "https://www.php-fig.org/"
3859                 }
3860             ],
3861             "description": "Common Container Interface (PHP FIG PSR-11)",
3862             "homepage": "https://github.com/php-fig/container",
3863             "keywords": [
3864                 "PSR-11",
3865                 "container",
3866                 "container-interface",
3867                 "container-interop",
3868                 "psr"
3869             ],
3870             "support": {
3871                 "issues": "https://github.com/php-fig/container/issues",
3872                 "source": "https://github.com/php-fig/container/tree/1.1.2"
3873             },
3874             "time": "2021-11-05T16:50:12+00:00"
3875         },
3876         {
3877             "name": "psr/event-dispatcher",
3878             "version": "1.0.0",
3879             "source": {
3880                 "type": "git",
3881                 "url": "https://github.com/php-fig/event-dispatcher.git",
3882                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
3883             },
3884             "dist": {
3885                 "type": "zip",
3886                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
3887                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
3888                 "shasum": ""
3889             },
3890             "require": {
3891                 "php": ">=7.2.0"
3892             },
3893             "type": "library",
3894             "extra": {
3895                 "branch-alias": {
3896                     "dev-master": "1.0.x-dev"
3897                 }
3898             },
3899             "autoload": {
3900                 "psr-4": {
3901                     "Psr\\EventDispatcher\\": "src/"
3902                 }
3903             },
3904             "notification-url": "https://packagist.org/downloads/",
3905             "license": [
3906                 "MIT"
3907             ],
3908             "authors": [
3909                 {
3910                     "name": "PHP-FIG",
3911                     "homepage": "http://www.php-fig.org/"
3912                 }
3913             ],
3914             "description": "Standard interfaces for event handling.",
3915             "keywords": [
3916                 "events",
3917                 "psr",
3918                 "psr-14"
3919             ],
3920             "support": {
3921                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
3922                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
3923             },
3924             "time": "2019-01-08T18:20:26+00:00"
3925         },
3926         {
3927             "name": "psr/http-client",
3928             "version": "1.0.1",
3929             "source": {
3930                 "type": "git",
3931                 "url": "https://github.com/php-fig/http-client.git",
3932                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
3933             },
3934             "dist": {
3935                 "type": "zip",
3936                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3937                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3938                 "shasum": ""
3939             },
3940             "require": {
3941                 "php": "^7.0 || ^8.0",
3942                 "psr/http-message": "^1.0"
3943             },
3944             "type": "library",
3945             "extra": {
3946                 "branch-alias": {
3947                     "dev-master": "1.0.x-dev"
3948                 }
3949             },
3950             "autoload": {
3951                 "psr-4": {
3952                     "Psr\\Http\\Client\\": "src/"
3953                 }
3954             },
3955             "notification-url": "https://packagist.org/downloads/",
3956             "license": [
3957                 "MIT"
3958             ],
3959             "authors": [
3960                 {
3961                     "name": "PHP-FIG",
3962                     "homepage": "http://www.php-fig.org/"
3963                 }
3964             ],
3965             "description": "Common interface for HTTP clients",
3966             "homepage": "https://github.com/php-fig/http-client",
3967             "keywords": [
3968                 "http",
3969                 "http-client",
3970                 "psr",
3971                 "psr-18"
3972             ],
3973             "support": {
3974                 "source": "https://github.com/php-fig/http-client/tree/master"
3975             },
3976             "time": "2020-06-29T06:28:15+00:00"
3977         },
3978         {
3979             "name": "psr/http-factory",
3980             "version": "1.0.1",
3981             "source": {
3982                 "type": "git",
3983                 "url": "https://github.com/php-fig/http-factory.git",
3984                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
3985             },
3986             "dist": {
3987                 "type": "zip",
3988                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3989                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3990                 "shasum": ""
3991             },
3992             "require": {
3993                 "php": ">=7.0.0",
3994                 "psr/http-message": "^1.0"
3995             },
3996             "type": "library",
3997             "extra": {
3998                 "branch-alias": {
3999                     "dev-master": "1.0.x-dev"
4000                 }
4001             },
4002             "autoload": {
4003                 "psr-4": {
4004                     "Psr\\Http\\Message\\": "src/"
4005                 }
4006             },
4007             "notification-url": "https://packagist.org/downloads/",
4008             "license": [
4009                 "MIT"
4010             ],
4011             "authors": [
4012                 {
4013                     "name": "PHP-FIG",
4014                     "homepage": "http://www.php-fig.org/"
4015                 }
4016             ],
4017             "description": "Common interfaces for PSR-7 HTTP message factories",
4018             "keywords": [
4019                 "factory",
4020                 "http",
4021                 "message",
4022                 "psr",
4023                 "psr-17",
4024                 "psr-7",
4025                 "request",
4026                 "response"
4027             ],
4028             "support": {
4029                 "source": "https://github.com/php-fig/http-factory/tree/master"
4030             },
4031             "time": "2019-04-30T12:38:16+00:00"
4032         },
4033         {
4034             "name": "psr/http-message",
4035             "version": "1.0.1",
4036             "source": {
4037                 "type": "git",
4038                 "url": "https://github.com/php-fig/http-message.git",
4039                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
4040             },
4041             "dist": {
4042                 "type": "zip",
4043                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
4044                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
4045                 "shasum": ""
4046             },
4047             "require": {
4048                 "php": ">=5.3.0"
4049             },
4050             "type": "library",
4051             "extra": {
4052                 "branch-alias": {
4053                     "dev-master": "1.0.x-dev"
4054                 }
4055             },
4056             "autoload": {
4057                 "psr-4": {
4058                     "Psr\\Http\\Message\\": "src/"
4059                 }
4060             },
4061             "notification-url": "https://packagist.org/downloads/",
4062             "license": [
4063                 "MIT"
4064             ],
4065             "authors": [
4066                 {
4067                     "name": "PHP-FIG",
4068                     "homepage": "http://www.php-fig.org/"
4069                 }
4070             ],
4071             "description": "Common interface for HTTP messages",
4072             "homepage": "https://github.com/php-fig/http-message",
4073             "keywords": [
4074                 "http",
4075                 "http-message",
4076                 "psr",
4077                 "psr-7",
4078                 "request",
4079                 "response"
4080             ],
4081             "support": {
4082                 "source": "https://github.com/php-fig/http-message/tree/master"
4083             },
4084             "time": "2016-08-06T14:39:51+00:00"
4085         },
4086         {
4087             "name": "psr/log",
4088             "version": "1.1.4",
4089             "source": {
4090                 "type": "git",
4091                 "url": "https://github.com/php-fig/log.git",
4092                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
4093             },
4094             "dist": {
4095                 "type": "zip",
4096                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
4097                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
4098                 "shasum": ""
4099             },
4100             "require": {
4101                 "php": ">=5.3.0"
4102             },
4103             "type": "library",
4104             "extra": {
4105                 "branch-alias": {
4106                     "dev-master": "1.1.x-dev"
4107                 }
4108             },
4109             "autoload": {
4110                 "psr-4": {
4111                     "Psr\\Log\\": "Psr/Log/"
4112                 }
4113             },
4114             "notification-url": "https://packagist.org/downloads/",
4115             "license": [
4116                 "MIT"
4117             ],
4118             "authors": [
4119                 {
4120                     "name": "PHP-FIG",
4121                     "homepage": "https://www.php-fig.org/"
4122                 }
4123             ],
4124             "description": "Common interface for logging libraries",
4125             "homepage": "https://github.com/php-fig/log",
4126             "keywords": [
4127                 "log",
4128                 "psr",
4129                 "psr-3"
4130             ],
4131             "support": {
4132                 "source": "https://github.com/php-fig/log/tree/1.1.4"
4133             },
4134             "time": "2021-05-03T11:20:27+00:00"
4135         },
4136         {
4137             "name": "psr/simple-cache",
4138             "version": "1.0.1",
4139             "source": {
4140                 "type": "git",
4141                 "url": "https://github.com/php-fig/simple-cache.git",
4142                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
4143             },
4144             "dist": {
4145                 "type": "zip",
4146                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
4147                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
4148                 "shasum": ""
4149             },
4150             "require": {
4151                 "php": ">=5.3.0"
4152             },
4153             "type": "library",
4154             "extra": {
4155                 "branch-alias": {
4156                     "dev-master": "1.0.x-dev"
4157                 }
4158             },
4159             "autoload": {
4160                 "psr-4": {
4161                     "Psr\\SimpleCache\\": "src/"
4162                 }
4163             },
4164             "notification-url": "https://packagist.org/downloads/",
4165             "license": [
4166                 "MIT"
4167             ],
4168             "authors": [
4169                 {
4170                     "name": "PHP-FIG",
4171                     "homepage": "http://www.php-fig.org/"
4172                 }
4173             ],
4174             "description": "Common interfaces for simple caching",
4175             "keywords": [
4176                 "cache",
4177                 "caching",
4178                 "psr",
4179                 "psr-16",
4180                 "simple-cache"
4181             ],
4182             "support": {
4183                 "source": "https://github.com/php-fig/simple-cache/tree/master"
4184             },
4185             "time": "2017-10-23T01:57:42+00:00"
4186         },
4187         {
4188             "name": "psy/psysh",
4189             "version": "v0.11.7",
4190             "source": {
4191                 "type": "git",
4192                 "url": "https://github.com/bobthecow/psysh.git",
4193                 "reference": "77fc7270031fbc28f9a7bea31385da5c4855cb7a"
4194             },
4195             "dist": {
4196                 "type": "zip",
4197                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/77fc7270031fbc28f9a7bea31385da5c4855cb7a",
4198                 "reference": "77fc7270031fbc28f9a7bea31385da5c4855cb7a",
4199                 "shasum": ""
4200             },
4201             "require": {
4202                 "ext-json": "*",
4203                 "ext-tokenizer": "*",
4204                 "nikic/php-parser": "^4.0 || ^3.1",
4205                 "php": "^8.0 || ^7.0.8",
4206                 "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
4207                 "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
4208             },
4209             "conflict": {
4210                 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
4211             },
4212             "require-dev": {
4213                 "bamarni/composer-bin-plugin": "^1.2"
4214             },
4215             "suggest": {
4216                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
4217                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
4218                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
4219                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
4220             },
4221             "bin": [
4222                 "bin/psysh"
4223             ],
4224             "type": "library",
4225             "extra": {
4226                 "branch-alias": {
4227                     "dev-main": "0.11.x-dev"
4228                 }
4229             },
4230             "autoload": {
4231                 "files": [
4232                     "src/functions.php"
4233                 ],
4234                 "psr-4": {
4235                     "Psy\\": "src/"
4236                 }
4237             },
4238             "notification-url": "https://packagist.org/downloads/",
4239             "license": [
4240                 "MIT"
4241             ],
4242             "authors": [
4243                 {
4244                     "name": "Justin Hileman",
4245                     "email": "[email protected]",
4246                     "homepage": "http://justinhileman.com"
4247                 }
4248             ],
4249             "description": "An interactive shell for modern PHP.",
4250             "homepage": "http://psysh.org",
4251             "keywords": [
4252                 "REPL",
4253                 "console",
4254                 "interactive",
4255                 "shell"
4256             ],
4257             "support": {
4258                 "issues": "https://github.com/bobthecow/psysh/issues",
4259                 "source": "https://github.com/bobthecow/psysh/tree/v0.11.7"
4260             },
4261             "time": "2022-07-07T13:49:11+00:00"
4262         },
4263         {
4264             "name": "ralouphie/getallheaders",
4265             "version": "3.0.3",
4266             "source": {
4267                 "type": "git",
4268                 "url": "https://github.com/ralouphie/getallheaders.git",
4269                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
4270             },
4271             "dist": {
4272                 "type": "zip",
4273                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
4274                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
4275                 "shasum": ""
4276             },
4277             "require": {
4278                 "php": ">=5.6"
4279             },
4280             "require-dev": {
4281                 "php-coveralls/php-coveralls": "^2.1",
4282                 "phpunit/phpunit": "^5 || ^6.5"
4283             },
4284             "type": "library",
4285             "autoload": {
4286                 "files": [
4287                     "src/getallheaders.php"
4288                 ]
4289             },
4290             "notification-url": "https://packagist.org/downloads/",
4291             "license": [
4292                 "MIT"
4293             ],
4294             "authors": [
4295                 {
4296                     "name": "Ralph Khattar",
4297                     "email": "[email protected]"
4298                 }
4299             ],
4300             "description": "A polyfill for getallheaders.",
4301             "support": {
4302                 "issues": "https://github.com/ralouphie/getallheaders/issues",
4303                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
4304             },
4305             "time": "2019-03-08T08:55:37+00:00"
4306         },
4307         {
4308             "name": "ramsey/collection",
4309             "version": "1.2.2",
4310             "source": {
4311                 "type": "git",
4312                 "url": "https://github.com/ramsey/collection.git",
4313                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
4314             },
4315             "dist": {
4316                 "type": "zip",
4317                 "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
4318                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
4319                 "shasum": ""
4320             },
4321             "require": {
4322                 "php": "^7.3 || ^8",
4323                 "symfony/polyfill-php81": "^1.23"
4324             },
4325             "require-dev": {
4326                 "captainhook/captainhook": "^5.3",
4327                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4328                 "ergebnis/composer-normalize": "^2.6",
4329                 "fakerphp/faker": "^1.5",
4330                 "hamcrest/hamcrest-php": "^2",
4331                 "jangregor/phpstan-prophecy": "^0.8",
4332                 "mockery/mockery": "^1.3",
4333                 "phpspec/prophecy-phpunit": "^2.0",
4334                 "phpstan/extension-installer": "^1",
4335                 "phpstan/phpstan": "^0.12.32",
4336                 "phpstan/phpstan-mockery": "^0.12.5",
4337                 "phpstan/phpstan-phpunit": "^0.12.11",
4338                 "phpunit/phpunit": "^8.5 || ^9",
4339                 "psy/psysh": "^0.10.4",
4340                 "slevomat/coding-standard": "^6.3",
4341                 "squizlabs/php_codesniffer": "^3.5",
4342                 "vimeo/psalm": "^4.4"
4343             },
4344             "type": "library",
4345             "autoload": {
4346                 "psr-4": {
4347                     "Ramsey\\Collection\\": "src/"
4348                 }
4349             },
4350             "notification-url": "https://packagist.org/downloads/",
4351             "license": [
4352                 "MIT"
4353             ],
4354             "authors": [
4355                 {
4356                     "name": "Ben Ramsey",
4357                     "email": "[email protected]",
4358                     "homepage": "https://benramsey.com"
4359                 }
4360             ],
4361             "description": "A PHP library for representing and manipulating collections.",
4362             "keywords": [
4363                 "array",
4364                 "collection",
4365                 "hash",
4366                 "map",
4367                 "queue",
4368                 "set"
4369             ],
4370             "support": {
4371                 "issues": "https://github.com/ramsey/collection/issues",
4372                 "source": "https://github.com/ramsey/collection/tree/1.2.2"
4373             },
4374             "funding": [
4375                 {
4376                     "url": "https://github.com/ramsey",
4377                     "type": "github"
4378                 },
4379                 {
4380                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
4381                     "type": "tidelift"
4382                 }
4383             ],
4384             "time": "2021-10-10T03:01:02+00:00"
4385         },
4386         {
4387             "name": "ramsey/uuid",
4388             "version": "4.2.3",
4389             "source": {
4390                 "type": "git",
4391                 "url": "https://github.com/ramsey/uuid.git",
4392                 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
4393             },
4394             "dist": {
4395                 "type": "zip",
4396                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
4397                 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
4398                 "shasum": ""
4399             },
4400             "require": {
4401                 "brick/math": "^0.8 || ^0.9",
4402                 "ext-json": "*",
4403                 "php": "^7.2 || ^8.0",
4404                 "ramsey/collection": "^1.0",
4405                 "symfony/polyfill-ctype": "^1.8",
4406                 "symfony/polyfill-php80": "^1.14"
4407             },
4408             "replace": {
4409                 "rhumsaa/uuid": "self.version"
4410             },
4411             "require-dev": {
4412                 "captainhook/captainhook": "^5.10",
4413                 "captainhook/plugin-composer": "^5.3",
4414                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4415                 "doctrine/annotations": "^1.8",
4416                 "ergebnis/composer-normalize": "^2.15",
4417                 "mockery/mockery": "^1.3",
4418                 "moontoast/math": "^1.1",
4419                 "paragonie/random-lib": "^2",
4420                 "php-mock/php-mock": "^2.2",
4421                 "php-mock/php-mock-mockery": "^1.3",
4422                 "php-parallel-lint/php-parallel-lint": "^1.1",
4423                 "phpbench/phpbench": "^1.0",
4424                 "phpstan/extension-installer": "^1.0",
4425                 "phpstan/phpstan": "^0.12",
4426                 "phpstan/phpstan-mockery": "^0.12",
4427                 "phpstan/phpstan-phpunit": "^0.12",
4428                 "phpunit/phpunit": "^8.5 || ^9",
4429                 "slevomat/coding-standard": "^7.0",
4430                 "squizlabs/php_codesniffer": "^3.5",
4431                 "vimeo/psalm": "^4.9"
4432             },
4433             "suggest": {
4434                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
4435                 "ext-ctype": "Enables faster processing of character classification using ctype functions.",
4436                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
4437                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
4438                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
4439                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4440             },
4441             "type": "library",
4442             "extra": {
4443                 "branch-alias": {
4444                     "dev-main": "4.x-dev"
4445                 },
4446                 "captainhook": {
4447                     "force-install": true
4448                 }
4449             },
4450             "autoload": {
4451                 "files": [
4452                     "src/functions.php"
4453                 ],
4454                 "psr-4": {
4455                     "Ramsey\\Uuid\\": "src/"
4456                 }
4457             },
4458             "notification-url": "https://packagist.org/downloads/",
4459             "license": [
4460                 "MIT"
4461             ],
4462             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
4463             "keywords": [
4464                 "guid",
4465                 "identifier",
4466                 "uuid"
4467             ],
4468             "support": {
4469                 "issues": "https://github.com/ramsey/uuid/issues",
4470                 "source": "https://github.com/ramsey/uuid/tree/4.2.3"
4471             },
4472             "funding": [
4473                 {
4474                     "url": "https://github.com/ramsey",
4475                     "type": "github"
4476                 },
4477                 {
4478                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
4479                     "type": "tidelift"
4480                 }
4481             ],
4482             "time": "2021-09-25T23:10:38+00:00"
4483         },
4484         {
4485             "name": "robrichards/xmlseclibs",
4486             "version": "3.1.1",
4487             "source": {
4488                 "type": "git",
4489                 "url": "https://github.com/robrichards/xmlseclibs.git",
4490                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
4491             },
4492             "dist": {
4493                 "type": "zip",
4494                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
4495                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
4496                 "shasum": ""
4497             },
4498             "require": {
4499                 "ext-openssl": "*",
4500                 "php": ">= 5.4"
4501             },
4502             "type": "library",
4503             "autoload": {
4504                 "psr-4": {
4505                     "RobRichards\\XMLSecLibs\\": "src"
4506                 }
4507             },
4508             "notification-url": "https://packagist.org/downloads/",
4509             "license": [
4510                 "BSD-3-Clause"
4511             ],
4512             "description": "A PHP library for XML Security",
4513             "homepage": "https://github.com/robrichards/xmlseclibs",
4514             "keywords": [
4515                 "security",
4516                 "signature",
4517                 "xml",
4518                 "xmldsig"
4519             ],
4520             "support": {
4521                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
4522                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
4523             },
4524             "time": "2020-09-05T13:00:25+00:00"
4525         },
4526         {
4527             "name": "sabberworm/php-css-parser",
4528             "version": "8.4.0",
4529             "source": {
4530                 "type": "git",
4531                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
4532                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
4533             },
4534             "dist": {
4535                 "type": "zip",
4536                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
4537                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
4538                 "shasum": ""
4539             },
4540             "require": {
4541                 "ext-iconv": "*",
4542                 "php": ">=5.6.20"
4543             },
4544             "require-dev": {
4545                 "codacy/coverage": "^1.4",
4546                 "phpunit/phpunit": "^4.8.36"
4547             },
4548             "suggest": {
4549                 "ext-mbstring": "for parsing UTF-8 CSS"
4550             },
4551             "type": "library",
4552             "autoload": {
4553                 "psr-4": {
4554                     "Sabberworm\\CSS\\": "src/"
4555                 }
4556             },
4557             "notification-url": "https://packagist.org/downloads/",
4558             "license": [
4559                 "MIT"
4560             ],
4561             "authors": [
4562                 {
4563                     "name": "Raphael Schweikert"
4564                 }
4565             ],
4566             "description": "Parser for CSS Files written in PHP",
4567             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
4568             "keywords": [
4569                 "css",
4570                 "parser",
4571                 "stylesheet"
4572             ],
4573             "support": {
4574                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
4575                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
4576             },
4577             "time": "2021-12-11T13:40:54+00:00"
4578         },
4579         {
4580             "name": "socialiteproviders/discord",
4581             "version": "4.1.1",
4582             "source": {
4583                 "type": "git",
4584                 "url": "https://github.com/SocialiteProviders/Discord.git",
4585                 "reference": "c6eddeb07ace7473e82d02d4db852dfacf5ef574"
4586             },
4587             "dist": {
4588                 "type": "zip",
4589                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c6eddeb07ace7473e82d02d4db852dfacf5ef574",
4590                 "reference": "c6eddeb07ace7473e82d02d4db852dfacf5ef574",
4591                 "shasum": ""
4592             },
4593             "require": {
4594                 "ext-json": "*",
4595                 "php": "^7.2 || ^8.0",
4596                 "socialiteproviders/manager": "~4.0"
4597             },
4598             "type": "library",
4599             "autoload": {
4600                 "psr-4": {
4601                     "SocialiteProviders\\Discord\\": ""
4602                 }
4603             },
4604             "notification-url": "https://packagist.org/downloads/",
4605             "license": [
4606                 "MIT"
4607             ],
4608             "authors": [
4609                 {
4610                     "name": "Christopher Eklund",
4611                     "email": "[email protected]"
4612                 }
4613             ],
4614             "description": "Discord OAuth2 Provider for Laravel Socialite",
4615             "support": {
4616                 "source": "https://github.com/SocialiteProviders/Discord/tree/4.1.1"
4617             },
4618             "time": "2021-01-05T22:03:58+00:00"
4619         },
4620         {
4621             "name": "socialiteproviders/gitlab",
4622             "version": "4.1.0",
4623             "source": {
4624                 "type": "git",
4625                 "url": "https://github.com/SocialiteProviders/GitLab.git",
4626                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
4627             },
4628             "dist": {
4629                 "type": "zip",
4630                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
4631                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
4632                 "shasum": ""
4633             },
4634             "require": {
4635                 "ext-json": "*",
4636                 "php": "^7.2 || ^8.0",
4637                 "socialiteproviders/manager": "~4.0"
4638             },
4639             "type": "library",
4640             "autoload": {
4641                 "psr-4": {
4642                     "SocialiteProviders\\GitLab\\": ""
4643                 }
4644             },
4645             "notification-url": "https://packagist.org/downloads/",
4646             "license": [
4647                 "MIT"
4648             ],
4649             "authors": [
4650                 {
4651                     "name": "Christoffer Martinsen",
4652                     "email": "[email protected]"
4653                 }
4654             ],
4655             "description": "GitLab OAuth2 Provider for Laravel Socialite",
4656             "support": {
4657                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
4658             },
4659             "time": "2020-12-01T23:10:59+00:00"
4660         },
4661         {
4662             "name": "socialiteproviders/manager",
4663             "version": "v4.1.0",
4664             "source": {
4665                 "type": "git",
4666                 "url": "https://github.com/SocialiteProviders/Manager.git",
4667                 "reference": "4e63afbd26dc45ff263591de2a0970436a6a0bf9"
4668             },
4669             "dist": {
4670                 "type": "zip",
4671                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/4e63afbd26dc45ff263591de2a0970436a6a0bf9",
4672                 "reference": "4e63afbd26dc45ff263591de2a0970436a6a0bf9",
4673                 "shasum": ""
4674             },
4675             "require": {
4676                 "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
4677                 "laravel/socialite": "~4.0 || ~5.0",
4678                 "php": "^7.2 || ^8.0"
4679             },
4680             "require-dev": {
4681                 "mockery/mockery": "^1.2",
4682                 "phpunit/phpunit": "^6.0 || ^9.0"
4683             },
4684             "type": "library",
4685             "extra": {
4686                 "laravel": {
4687                     "providers": [
4688                         "SocialiteProviders\\Manager\\ServiceProvider"
4689                     ]
4690                 }
4691             },
4692             "autoload": {
4693                 "psr-4": {
4694                     "SocialiteProviders\\Manager\\": "src/"
4695                 }
4696             },
4697             "notification-url": "https://packagist.org/downloads/",
4698             "license": [
4699                 "MIT"
4700             ],
4701             "authors": [
4702                 {
4703                     "name": "Andy Wendt",
4704                     "email": "[email protected]"
4705                 },
4706                 {
4707                     "name": "Anton Komarev",
4708                     "email": "[email protected]"
4709                 },
4710                 {
4711                     "name": "Miguel Piedrafita",
4712                     "email": "[email protected]"
4713                 },
4714                 {
4715                     "name": "atymic",
4716                     "email": "[email protected]",
4717                     "homepage": "https://atymic.dev"
4718                 }
4719             ],
4720             "description": "Easily add new or override built-in providers in Laravel Socialite.",
4721             "homepage": "https://socialiteproviders.com",
4722             "keywords": [
4723                 "laravel",
4724                 "manager",
4725                 "oauth",
4726                 "providers",
4727                 "socialite"
4728             ],
4729             "support": {
4730                 "issues": "https://github.com/socialiteproviders/manager/issues",
4731                 "source": "https://github.com/socialiteproviders/manager"
4732             },
4733             "time": "2022-01-23T22:40:23+00:00"
4734         },
4735         {
4736             "name": "socialiteproviders/microsoft-azure",
4737             "version": "5.1.0",
4738             "source": {
4739                 "type": "git",
4740                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
4741                 "reference": "7522b27cd8518706b50e03b40a396fb0a6891feb"
4742             },
4743             "dist": {
4744                 "type": "zip",
4745                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/7522b27cd8518706b50e03b40a396fb0a6891feb",
4746                 "reference": "7522b27cd8518706b50e03b40a396fb0a6891feb",
4747                 "shasum": ""
4748             },
4749             "require": {
4750                 "ext-json": "*",
4751                 "php": "^7.2 || ^8.0",
4752                 "socialiteproviders/manager": "~4.0"
4753             },
4754             "type": "library",
4755             "autoload": {
4756                 "psr-4": {
4757                     "SocialiteProviders\\Azure\\": ""
4758                 }
4759             },
4760             "notification-url": "https://packagist.org/downloads/",
4761             "license": [
4762                 "MIT"
4763             ],
4764             "authors": [
4765                 {
4766                     "name": "Chris Hemmings",
4767                     "email": "[email protected]"
4768                 }
4769             ],
4770             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
4771             "keywords": [
4772                 "azure",
4773                 "laravel",
4774                 "microsoft",
4775                 "oauth",
4776                 "provider",
4777                 "socialite"
4778             ],
4779             "support": {
4780                 "docs": "https://socialiteproviders.com/microsoft-azure",
4781                 "issues": "https://github.com/socialiteproviders/providers/issues",
4782                 "source": "https://github.com/socialiteproviders/providers"
4783             },
4784             "time": "2022-03-15T21:17:43+00:00"
4785         },
4786         {
4787             "name": "socialiteproviders/okta",
4788             "version": "4.2.1",
4789             "source": {
4790                 "type": "git",
4791                 "url": "https://github.com/SocialiteProviders/Okta.git",
4792                 "reference": "7c0b7522423943131f680e74123b71ccd3989541"
4793             },
4794             "dist": {
4795                 "type": "zip",
4796                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/7c0b7522423943131f680e74123b71ccd3989541",
4797                 "reference": "7c0b7522423943131f680e74123b71ccd3989541",
4798                 "shasum": ""
4799             },
4800             "require": {
4801                 "ext-json": "*",
4802                 "php": "^7.2 || ^8.0",
4803                 "socialiteproviders/manager": "~4.0"
4804             },
4805             "type": "library",
4806             "autoload": {
4807                 "psr-4": {
4808                     "SocialiteProviders\\Okta\\": ""
4809                 }
4810             },
4811             "notification-url": "https://packagist.org/downloads/",
4812             "license": [
4813                 "MIT"
4814             ],
4815             "authors": [
4816                 {
4817                     "name": "Chase Coney",
4818                     "email": "[email protected]"
4819                 }
4820             ],
4821             "description": "Okta OAuth2 Provider for Laravel Socialite",
4822             "keywords": [
4823                 "laravel",
4824                 "oauth",
4825                 "okta",
4826                 "provider",
4827                 "socialite"
4828             ],
4829             "support": {
4830                 "docs": "https://socialiteproviders.com/okta",
4831                 "issues": "https://github.com/socialiteproviders/providers/issues",
4832                 "source": "https://github.com/socialiteproviders/providers"
4833             },
4834             "time": "2022-03-14T23:25:14+00:00"
4835         },
4836         {
4837             "name": "socialiteproviders/slack",
4838             "version": "4.1.1",
4839             "source": {
4840                 "type": "git",
4841                 "url": "https://github.com/SocialiteProviders/Slack.git",
4842                 "reference": "2b781c95daf06ec87a8f3deba2ab613d6bea5e8d"
4843             },
4844             "dist": {
4845                 "type": "zip",
4846                 "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/2b781c95daf06ec87a8f3deba2ab613d6bea5e8d",
4847                 "reference": "2b781c95daf06ec87a8f3deba2ab613d6bea5e8d",
4848                 "shasum": ""
4849             },
4850             "require": {
4851                 "ext-json": "*",
4852                 "php": "^7.2 || ^8.0",
4853                 "socialiteproviders/manager": "~4.0"
4854             },
4855             "type": "library",
4856             "autoload": {
4857                 "psr-4": {
4858                     "SocialiteProviders\\Slack\\": ""
4859                 }
4860             },
4861             "notification-url": "https://packagist.org/downloads/",
4862             "license": [
4863                 "MIT"
4864             ],
4865             "authors": [
4866                 {
4867                     "name": "Brian Faust",
4868                     "email": "[email protected]"
4869                 }
4870             ],
4871             "description": "Slack OAuth2 Provider for Laravel Socialite",
4872             "support": {
4873                 "source": "https://github.com/SocialiteProviders/Slack/tree/4.1.1"
4874             },
4875             "time": "2021-03-26T04:10:10+00:00"
4876         },
4877         {
4878             "name": "socialiteproviders/twitch",
4879             "version": "5.3.1",
4880             "source": {
4881                 "type": "git",
4882                 "url": "https://github.com/SocialiteProviders/Twitch.git",
4883                 "reference": "7accf30ae7a3139b757b4ca8f34989c09a3dbee7"
4884             },
4885             "dist": {
4886                 "type": "zip",
4887                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/7accf30ae7a3139b757b4ca8f34989c09a3dbee7",
4888                 "reference": "7accf30ae7a3139b757b4ca8f34989c09a3dbee7",
4889                 "shasum": ""
4890             },
4891             "require": {
4892                 "ext-json": "*",
4893                 "php": "^7.2 || ^8.0",
4894                 "socialiteproviders/manager": "~4.0"
4895             },
4896             "type": "library",
4897             "autoload": {
4898                 "psr-4": {
4899                     "SocialiteProviders\\Twitch\\": ""
4900                 }
4901             },
4902             "notification-url": "https://packagist.org/downloads/",
4903             "license": [
4904                 "MIT"
4905             ],
4906             "authors": [
4907                 {
4908                     "name": "Brian Faust",
4909                     "email": "[email protected]"
4910                 }
4911             ],
4912             "description": "Twitch OAuth2 Provider for Laravel Socialite",
4913             "support": {
4914                 "source": "https://github.com/SocialiteProviders/Twitch/tree/5.3.1"
4915             },
4916             "time": "2020-12-01T23:10:59+00:00"
4917         },
4918         {
4919             "name": "ssddanbrown/htmldiff",
4920             "version": "v1.0.2",
4921             "source": {
4922                 "type": "git",
4923                 "url": "https://github.com/ssddanbrown/HtmlDiff.git",
4924                 "reference": "58f81857c02b50b199273edb4cc339876b5a4038"
4925             },
4926             "dist": {
4927                 "type": "zip",
4928                 "url": "https://api.github.com/repos/ssddanbrown/HtmlDiff/zipball/58f81857c02b50b199273edb4cc339876b5a4038",
4929                 "reference": "58f81857c02b50b199273edb4cc339876b5a4038",
4930                 "shasum": ""
4931             },
4932             "require": {
4933                 "ext-mbstring": "*",
4934                 "php": ">=7.2"
4935             },
4936             "require-dev": {
4937                 "phpunit/phpunit": "^8.5|^9.5.9",
4938                 "vimeo/psalm": "^4.10"
4939             },
4940             "type": "library",
4941             "autoload": {
4942                 "psr-4": {
4943                     "Ssddanbrown\\HtmlDiff\\": "src"
4944                 }
4945             },
4946             "notification-url": "https://packagist.org/downloads/",
4947             "license": [
4948                 "MIT"
4949             ],
4950             "authors": [
4951                 {
4952                     "name": "Dan Brown",
4953                     "email": "[email protected]",
4954                     "role": "Developer"
4955                 }
4956             ],
4957             "description": "HTML Content Diff Generator",
4958             "homepage": "https://github.com/ssddanbrown/htmldiff",
4959             "support": {
4960                 "issues": "https://github.com/ssddanbrown/HtmlDiff/issues",
4961                 "source": "https://github.com/ssddanbrown/HtmlDiff/tree/v1.0.2"
4962             },
4963             "funding": [
4964                 {
4965                     "url": "https://github.com/ssddanbrown",
4966                     "type": "github"
4967                 }
4968             ],
4969             "time": "2022-01-24T20:12:20+00:00"
4970         },
4971         {
4972             "name": "swiftmailer/swiftmailer",
4973             "version": "v6.3.0",
4974             "source": {
4975                 "type": "git",
4976                 "url": "https://github.com/swiftmailer/swiftmailer.git",
4977                 "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
4978             },
4979             "dist": {
4980                 "type": "zip",
4981                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
4982                 "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
4983                 "shasum": ""
4984             },
4985             "require": {
4986                 "egulias/email-validator": "^2.0|^3.1",
4987                 "php": ">=7.0.0",
4988                 "symfony/polyfill-iconv": "^1.0",
4989                 "symfony/polyfill-intl-idn": "^1.10",
4990                 "symfony/polyfill-mbstring": "^1.0"
4991             },
4992             "require-dev": {
4993                 "mockery/mockery": "^1.0",
4994                 "symfony/phpunit-bridge": "^4.4|^5.4"
4995             },
4996             "suggest": {
4997                 "ext-intl": "Needed to support internationalized email addresses"
4998             },
4999             "type": "library",
5000             "extra": {
5001                 "branch-alias": {
5002                     "dev-master": "6.2-dev"
5003                 }
5004             },
5005             "autoload": {
5006                 "files": [
5007                     "lib/swift_required.php"
5008                 ]
5009             },
5010             "notification-url": "https://packagist.org/downloads/",
5011             "license": [
5012                 "MIT"
5013             ],
5014             "authors": [
5015                 {
5016                     "name": "Chris Corbyn"
5017                 },
5018                 {
5019                     "name": "Fabien Potencier",
5020                     "email": "[email protected]"
5021                 }
5022             ],
5023             "description": "Swiftmailer, free feature-rich PHP mailer",
5024             "homepage": "https://swiftmailer.symfony.com",
5025             "keywords": [
5026                 "email",
5027                 "mail",
5028                 "mailer"
5029             ],
5030             "support": {
5031                 "issues": "https://github.com/swiftmailer/swiftmailer/issues",
5032                 "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
5033             },
5034             "funding": [
5035                 {
5036                     "url": "https://github.com/fabpot",
5037                     "type": "github"
5038                 },
5039                 {
5040                     "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
5041                     "type": "tidelift"
5042                 }
5043             ],
5044             "abandoned": "symfony/mailer",
5045             "time": "2021-10-18T15:26:12+00:00"
5046         },
5047         {
5048             "name": "symfony/console",
5049             "version": "v5.4.10",
5050             "source": {
5051                 "type": "git",
5052                 "url": "https://github.com/symfony/console.git",
5053                 "reference": "4d671ab4ddac94ee439ea73649c69d9d200b5000"
5054             },
5055             "dist": {
5056                 "type": "zip",
5057                 "url": "https://api.github.com/repos/symfony/console/zipball/4d671ab4ddac94ee439ea73649c69d9d200b5000",
5058                 "reference": "4d671ab4ddac94ee439ea73649c69d9d200b5000",
5059                 "shasum": ""
5060             },
5061             "require": {
5062                 "php": ">=7.2.5",
5063                 "symfony/deprecation-contracts": "^2.1|^3",
5064                 "symfony/polyfill-mbstring": "~1.0",
5065                 "symfony/polyfill-php73": "^1.9",
5066                 "symfony/polyfill-php80": "^1.16",
5067                 "symfony/service-contracts": "^1.1|^2|^3",
5068                 "symfony/string": "^5.1|^6.0"
5069             },
5070             "conflict": {
5071                 "psr/log": ">=3",
5072                 "symfony/dependency-injection": "<4.4",
5073                 "symfony/dotenv": "<5.1",
5074                 "symfony/event-dispatcher": "<4.4",
5075                 "symfony/lock": "<4.4",
5076                 "symfony/process": "<4.4"
5077             },
5078             "provide": {
5079                 "psr/log-implementation": "1.0|2.0"
5080             },
5081             "require-dev": {
5082                 "psr/log": "^1|^2",
5083                 "symfony/config": "^4.4|^5.0|^6.0",
5084                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5085                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
5086                 "symfony/lock": "^4.4|^5.0|^6.0",
5087                 "symfony/process": "^4.4|^5.0|^6.0",
5088                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
5089             },
5090             "suggest": {
5091                 "psr/log": "For using the console logger",
5092                 "symfony/event-dispatcher": "",
5093                 "symfony/lock": "",
5094                 "symfony/process": ""
5095             },
5096             "type": "library",
5097             "autoload": {
5098                 "psr-4": {
5099                     "Symfony\\Component\\Console\\": ""
5100                 },
5101                 "exclude-from-classmap": [
5102                     "/Tests/"
5103                 ]
5104             },
5105             "notification-url": "https://packagist.org/downloads/",
5106             "license": [
5107                 "MIT"
5108             ],
5109             "authors": [
5110                 {
5111                     "name": "Fabien Potencier",
5112                     "email": "[email protected]"
5113                 },
5114                 {
5115                     "name": "Symfony Community",
5116                     "homepage": "https://symfony.com/contributors"
5117                 }
5118             ],
5119             "description": "Eases the creation of beautiful and testable command line interfaces",
5120             "homepage": "https://symfony.com",
5121             "keywords": [
5122                 "cli",
5123                 "command line",
5124                 "console",
5125                 "terminal"
5126             ],
5127             "support": {
5128                 "source": "https://github.com/symfony/console/tree/v5.4.10"
5129             },
5130             "funding": [
5131                 {
5132                     "url": "https://symfony.com/sponsor",
5133                     "type": "custom"
5134                 },
5135                 {
5136                     "url": "https://github.com/fabpot",
5137                     "type": "github"
5138                 },
5139                 {
5140                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5141                     "type": "tidelift"
5142                 }
5143             ],
5144             "time": "2022-06-26T13:00:04+00:00"
5145         },
5146         {
5147             "name": "symfony/css-selector",
5148             "version": "v5.4.3",
5149             "source": {
5150                 "type": "git",
5151                 "url": "https://github.com/symfony/css-selector.git",
5152                 "reference": "b0a190285cd95cb019237851205b8140ef6e368e"
5153             },
5154             "dist": {
5155                 "type": "zip",
5156                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/b0a190285cd95cb019237851205b8140ef6e368e",
5157                 "reference": "b0a190285cd95cb019237851205b8140ef6e368e",
5158                 "shasum": ""
5159             },
5160             "require": {
5161                 "php": ">=7.2.5",
5162                 "symfony/polyfill-php80": "^1.16"
5163             },
5164             "type": "library",
5165             "autoload": {
5166                 "psr-4": {
5167                     "Symfony\\Component\\CssSelector\\": ""
5168                 },
5169                 "exclude-from-classmap": [
5170                     "/Tests/"
5171                 ]
5172             },
5173             "notification-url": "https://packagist.org/downloads/",
5174             "license": [
5175                 "MIT"
5176             ],
5177             "authors": [
5178                 {
5179                     "name": "Fabien Potencier",
5180                     "email": "[email protected]"
5181                 },
5182                 {
5183                     "name": "Jean-François Simon",
5184                     "email": "[email protected]"
5185                 },
5186                 {
5187                     "name": "Symfony Community",
5188                     "homepage": "https://symfony.com/contributors"
5189                 }
5190             ],
5191             "description": "Converts CSS selectors to XPath expressions",
5192             "homepage": "https://symfony.com",
5193             "support": {
5194                 "source": "https://github.com/symfony/css-selector/tree/v5.4.3"
5195             },
5196             "funding": [
5197                 {
5198                     "url": "https://symfony.com/sponsor",
5199                     "type": "custom"
5200                 },
5201                 {
5202                     "url": "https://github.com/fabpot",
5203                     "type": "github"
5204                 },
5205                 {
5206                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5207                     "type": "tidelift"
5208                 }
5209             ],
5210             "time": "2022-01-02T09:53:40+00:00"
5211         },
5212         {
5213             "name": "symfony/deprecation-contracts",
5214             "version": "v2.5.2",
5215             "source": {
5216                 "type": "git",
5217                 "url": "https://github.com/symfony/deprecation-contracts.git",
5218                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
5219             },
5220             "dist": {
5221                 "type": "zip",
5222                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
5223                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
5224                 "shasum": ""
5225             },
5226             "require": {
5227                 "php": ">=7.1"
5228             },
5229             "type": "library",
5230             "extra": {
5231                 "branch-alias": {
5232                     "dev-main": "2.5-dev"
5233                 },
5234                 "thanks": {
5235                     "name": "symfony/contracts",
5236                     "url": "https://github.com/symfony/contracts"
5237                 }
5238             },
5239             "autoload": {
5240                 "files": [
5241                     "function.php"
5242                 ]
5243             },
5244             "notification-url": "https://packagist.org/downloads/",
5245             "license": [
5246                 "MIT"
5247             ],
5248             "authors": [
5249                 {
5250                     "name": "Nicolas Grekas",
5251                     "email": "[email protected]"
5252                 },
5253                 {
5254                     "name": "Symfony Community",
5255                     "homepage": "https://symfony.com/contributors"
5256                 }
5257             ],
5258             "description": "A generic function and convention to trigger deprecation notices",
5259             "homepage": "https://symfony.com",
5260             "support": {
5261                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
5262             },
5263             "funding": [
5264                 {
5265                     "url": "https://symfony.com/sponsor",
5266                     "type": "custom"
5267                 },
5268                 {
5269                     "url": "https://github.com/fabpot",
5270                     "type": "github"
5271                 },
5272                 {
5273                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5274                     "type": "tidelift"
5275                 }
5276             ],
5277             "time": "2022-01-02T09:53:40+00:00"
5278         },
5279         {
5280             "name": "symfony/error-handler",
5281             "version": "v5.4.9",
5282             "source": {
5283                 "type": "git",
5284                 "url": "https://github.com/symfony/error-handler.git",
5285                 "reference": "c116cda1f51c678782768dce89a45f13c949455d"
5286             },
5287             "dist": {
5288                 "type": "zip",
5289                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/c116cda1f51c678782768dce89a45f13c949455d",
5290                 "reference": "c116cda1f51c678782768dce89a45f13c949455d",
5291                 "shasum": ""
5292             },
5293             "require": {
5294                 "php": ">=7.2.5",
5295                 "psr/log": "^1|^2|^3",
5296                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
5297             },
5298             "require-dev": {
5299                 "symfony/deprecation-contracts": "^2.1|^3",
5300                 "symfony/http-kernel": "^4.4|^5.0|^6.0",
5301                 "symfony/serializer": "^4.4|^5.0|^6.0"
5302             },
5303             "bin": [
5304                 "Resources/bin/patch-type-declarations"
5305             ],
5306             "type": "library",
5307             "autoload": {
5308                 "psr-4": {
5309                     "Symfony\\Component\\ErrorHandler\\": ""
5310                 },
5311                 "exclude-from-classmap": [
5312                     "/Tests/"
5313                 ]
5314             },
5315             "notification-url": "https://packagist.org/downloads/",
5316             "license": [
5317                 "MIT"
5318             ],
5319             "authors": [
5320                 {
5321                     "name": "Fabien Potencier",
5322                     "email": "[email protected]"
5323                 },
5324                 {
5325                     "name": "Symfony Community",
5326                     "homepage": "https://symfony.com/contributors"
5327                 }
5328             ],
5329             "description": "Provides tools to manage errors and ease debugging PHP code",
5330             "homepage": "https://symfony.com",
5331             "support": {
5332                 "source": "https://github.com/symfony/error-handler/tree/v5.4.9"
5333             },
5334             "funding": [
5335                 {
5336                     "url": "https://symfony.com/sponsor",
5337                     "type": "custom"
5338                 },
5339                 {
5340                     "url": "https://github.com/fabpot",
5341                     "type": "github"
5342                 },
5343                 {
5344                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5345                     "type": "tidelift"
5346                 }
5347             ],
5348             "time": "2022-05-21T13:57:48+00:00"
5349         },
5350         {
5351             "name": "symfony/event-dispatcher",
5352             "version": "v5.4.9",
5353             "source": {
5354                 "type": "git",
5355                 "url": "https://github.com/symfony/event-dispatcher.git",
5356                 "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
5357             },
5358             "dist": {
5359                 "type": "zip",
5360                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
5361                 "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
5362                 "shasum": ""
5363             },
5364             "require": {
5365                 "php": ">=7.2.5",
5366                 "symfony/deprecation-contracts": "^2.1|^3",
5367                 "symfony/event-dispatcher-contracts": "^2|^3",
5368                 "symfony/polyfill-php80": "^1.16"
5369             },
5370             "conflict": {
5371                 "symfony/dependency-injection": "<4.4"
5372             },
5373             "provide": {
5374                 "psr/event-dispatcher-implementation": "1.0",
5375                 "symfony/event-dispatcher-implementation": "2.0"
5376             },
5377             "require-dev": {
5378                 "psr/log": "^1|^2|^3",
5379                 "symfony/config": "^4.4|^5.0|^6.0",
5380                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5381                 "symfony/error-handler": "^4.4|^5.0|^6.0",
5382                 "symfony/expression-language": "^4.4|^5.0|^6.0",
5383                 "symfony/http-foundation": "^4.4|^5.0|^6.0",
5384                 "symfony/service-contracts": "^1.1|^2|^3",
5385                 "symfony/stopwatch": "^4.4|^5.0|^6.0"
5386             },
5387             "suggest": {
5388                 "symfony/dependency-injection": "",
5389                 "symfony/http-kernel": ""
5390             },
5391             "type": "library",
5392             "autoload": {
5393                 "psr-4": {
5394                     "Symfony\\Component\\EventDispatcher\\": ""
5395                 },
5396                 "exclude-from-classmap": [
5397                     "/Tests/"
5398                 ]
5399             },
5400             "notification-url": "https://packagist.org/downloads/",
5401             "license": [
5402                 "MIT"
5403             ],
5404             "authors": [
5405                 {
5406                     "name": "Fabien Potencier",
5407                     "email": "[email protected]"
5408                 },
5409                 {
5410                     "name": "Symfony Community",
5411                     "homepage": "https://symfony.com/contributors"
5412                 }
5413             ],
5414             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5415             "homepage": "https://symfony.com",
5416             "support": {
5417                 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
5418             },
5419             "funding": [
5420                 {
5421                     "url": "https://symfony.com/sponsor",
5422                     "type": "custom"
5423                 },
5424                 {
5425                     "url": "https://github.com/fabpot",
5426                     "type": "github"
5427                 },
5428                 {
5429                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5430                     "type": "tidelift"
5431                 }
5432             ],
5433             "time": "2022-05-05T16:45:39+00:00"
5434         },
5435         {
5436             "name": "symfony/event-dispatcher-contracts",
5437             "version": "v2.5.2",
5438             "source": {
5439                 "type": "git",
5440                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5441                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
5442             },
5443             "dist": {
5444                 "type": "zip",
5445                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
5446                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
5447                 "shasum": ""
5448             },
5449             "require": {
5450                 "php": ">=7.2.5",
5451                 "psr/event-dispatcher": "^1"
5452             },
5453             "suggest": {
5454                 "symfony/event-dispatcher-implementation": ""
5455             },
5456             "type": "library",
5457             "extra": {
5458                 "branch-alias": {
5459                     "dev-main": "2.5-dev"
5460                 },
5461                 "thanks": {
5462                     "name": "symfony/contracts",
5463                     "url": "https://github.com/symfony/contracts"
5464                 }
5465             },
5466             "autoload": {
5467                 "psr-4": {
5468                     "Symfony\\Contracts\\EventDispatcher\\": ""
5469                 }
5470             },
5471             "notification-url": "https://packagist.org/downloads/",
5472             "license": [
5473                 "MIT"
5474             ],
5475             "authors": [
5476                 {
5477                     "name": "Nicolas Grekas",
5478                     "email": "[email protected]"
5479                 },
5480                 {
5481                     "name": "Symfony Community",
5482                     "homepage": "https://symfony.com/contributors"
5483                 }
5484             ],
5485             "description": "Generic abstractions related to dispatching event",
5486             "homepage": "https://symfony.com",
5487             "keywords": [
5488                 "abstractions",
5489                 "contracts",
5490                 "decoupling",
5491                 "interfaces",
5492                 "interoperability",
5493                 "standards"
5494             ],
5495             "support": {
5496                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
5497             },
5498             "funding": [
5499                 {
5500                     "url": "https://symfony.com/sponsor",
5501                     "type": "custom"
5502                 },
5503                 {
5504                     "url": "https://github.com/fabpot",
5505                     "type": "github"
5506                 },
5507                 {
5508                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5509                     "type": "tidelift"
5510                 }
5511             ],
5512             "time": "2022-01-02T09:53:40+00:00"
5513         },
5514         {
5515             "name": "symfony/finder",
5516             "version": "v5.4.8",
5517             "source": {
5518                 "type": "git",
5519                 "url": "https://github.com/symfony/finder.git",
5520                 "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9"
5521             },
5522             "dist": {
5523                 "type": "zip",
5524                 "url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9",
5525                 "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9",
5526                 "shasum": ""
5527             },
5528             "require": {
5529                 "php": ">=7.2.5",
5530                 "symfony/deprecation-contracts": "^2.1|^3",
5531                 "symfony/polyfill-php80": "^1.16"
5532             },
5533             "type": "library",
5534             "autoload": {
5535                 "psr-4": {
5536                     "Symfony\\Component\\Finder\\": ""
5537                 },
5538                 "exclude-from-classmap": [
5539                     "/Tests/"
5540                 ]
5541             },
5542             "notification-url": "https://packagist.org/downloads/",
5543             "license": [
5544                 "MIT"
5545             ],
5546             "authors": [
5547                 {
5548                     "name": "Fabien Potencier",
5549                     "email": "[email protected]"
5550                 },
5551                 {
5552                     "name": "Symfony Community",
5553                     "homepage": "https://symfony.com/contributors"
5554                 }
5555             ],
5556             "description": "Finds files and directories via an intuitive fluent interface",
5557             "homepage": "https://symfony.com",
5558             "support": {
5559                 "source": "https://github.com/symfony/finder/tree/v5.4.8"
5560             },
5561             "funding": [
5562                 {
5563                     "url": "https://symfony.com/sponsor",
5564                     "type": "custom"
5565                 },
5566                 {
5567                     "url": "https://github.com/fabpot",
5568                     "type": "github"
5569                 },
5570                 {
5571                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5572                     "type": "tidelift"
5573                 }
5574             ],
5575             "time": "2022-04-15T08:07:45+00:00"
5576         },
5577         {
5578             "name": "symfony/http-foundation",
5579             "version": "v5.4.10",
5580             "source": {
5581                 "type": "git",
5582                 "url": "https://github.com/symfony/http-foundation.git",
5583                 "reference": "e7793b7906f72a8cc51054fbca9dcff7a8af1c1e"
5584             },
5585             "dist": {
5586                 "type": "zip",
5587                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e7793b7906f72a8cc51054fbca9dcff7a8af1c1e",
5588                 "reference": "e7793b7906f72a8cc51054fbca9dcff7a8af1c1e",
5589                 "shasum": ""
5590             },
5591             "require": {
5592                 "php": ">=7.2.5",
5593                 "symfony/deprecation-contracts": "^2.1|^3",
5594                 "symfony/polyfill-mbstring": "~1.1",
5595                 "symfony/polyfill-php80": "^1.16"
5596             },
5597             "require-dev": {
5598                 "predis/predis": "~1.0",
5599                 "symfony/cache": "^4.4|^5.0|^6.0",
5600                 "symfony/expression-language": "^4.4|^5.0|^6.0",
5601                 "symfony/mime": "^4.4|^5.0|^6.0"
5602             },
5603             "suggest": {
5604                 "symfony/mime": "To use the file extension guesser"
5605             },
5606             "type": "library",
5607             "autoload": {
5608                 "psr-4": {
5609                     "Symfony\\Component\\HttpFoundation\\": ""
5610                 },
5611                 "exclude-from-classmap": [
5612                     "/Tests/"
5613                 ]
5614             },
5615             "notification-url": "https://packagist.org/downloads/",
5616             "license": [
5617                 "MIT"
5618             ],
5619             "authors": [
5620                 {
5621                     "name": "Fabien Potencier",
5622                     "email": "[email protected]"
5623                 },
5624                 {
5625                     "name": "Symfony Community",
5626                     "homepage": "https://symfony.com/contributors"
5627                 }
5628             ],
5629             "description": "Defines an object-oriented layer for the HTTP specification",
5630             "homepage": "https://symfony.com",
5631             "support": {
5632                 "source": "https://github.com/symfony/http-foundation/tree/v5.4.10"
5633             },
5634             "funding": [
5635                 {
5636                     "url": "https://symfony.com/sponsor",
5637                     "type": "custom"
5638                 },
5639                 {
5640                     "url": "https://github.com/fabpot",
5641                     "type": "github"
5642                 },
5643                 {
5644                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5645                     "type": "tidelift"
5646                 }
5647             ],
5648             "time": "2022-06-19T13:13:40+00:00"
5649         },
5650         {
5651             "name": "symfony/http-kernel",
5652             "version": "v5.4.10",
5653             "source": {
5654                 "type": "git",
5655                 "url": "https://github.com/symfony/http-kernel.git",
5656                 "reference": "255ae3b0a488d78fbb34da23d3e0c059874b5948"
5657             },
5658             "dist": {
5659                 "type": "zip",
5660                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/255ae3b0a488d78fbb34da23d3e0c059874b5948",
5661                 "reference": "255ae3b0a488d78fbb34da23d3e0c059874b5948",
5662                 "shasum": ""
5663             },
5664             "require": {
5665                 "php": ">=7.2.5",
5666                 "psr/log": "^1|^2",
5667                 "symfony/deprecation-contracts": "^2.1|^3",
5668                 "symfony/error-handler": "^4.4|^5.0|^6.0",
5669                 "symfony/event-dispatcher": "^5.0|^6.0",
5670                 "symfony/http-foundation": "^5.3.7|^6.0",
5671                 "symfony/polyfill-ctype": "^1.8",
5672                 "symfony/polyfill-php73": "^1.9",
5673                 "symfony/polyfill-php80": "^1.16"
5674             },
5675             "conflict": {
5676                 "symfony/browser-kit": "<5.4",
5677                 "symfony/cache": "<5.0",
5678                 "symfony/config": "<5.0",
5679                 "symfony/console": "<4.4",
5680                 "symfony/dependency-injection": "<5.3",
5681                 "symfony/doctrine-bridge": "<5.0",
5682                 "symfony/form": "<5.0",
5683                 "symfony/http-client": "<5.0",
5684                 "symfony/mailer": "<5.0",
5685                 "symfony/messenger": "<5.0",
5686                 "symfony/translation": "<5.0",
5687                 "symfony/twig-bridge": "<5.0",
5688                 "symfony/validator": "<5.0",
5689                 "twig/twig": "<2.13"
5690             },
5691             "provide": {
5692                 "psr/log-implementation": "1.0|2.0"
5693             },
5694             "require-dev": {
5695                 "psr/cache": "^1.0|^2.0|^3.0",
5696                 "symfony/browser-kit": "^5.4|^6.0",
5697                 "symfony/config": "^5.0|^6.0",
5698                 "symfony/console": "^4.4|^5.0|^6.0",
5699                 "symfony/css-selector": "^4.4|^5.0|^6.0",
5700                 "symfony/dependency-injection": "^5.3|^6.0",
5701                 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
5702                 "symfony/expression-language": "^4.4|^5.0|^6.0",
5703                 "symfony/finder": "^4.4|^5.0|^6.0",
5704                 "symfony/http-client-contracts": "^1.1|^2|^3",
5705                 "symfony/process": "^4.4|^5.0|^6.0",
5706                 "symfony/routing": "^4.4|^5.0|^6.0",
5707                 "symfony/stopwatch": "^4.4|^5.0|^6.0",
5708                 "symfony/translation": "^4.4|^5.0|^6.0",
5709                 "symfony/translation-contracts": "^1.1|^2|^3",
5710                 "twig/twig": "^2.13|^3.0.4"
5711             },
5712             "suggest": {
5713                 "symfony/browser-kit": "",
5714                 "symfony/config": "",
5715                 "symfony/console": "",
5716                 "symfony/dependency-injection": ""
5717             },
5718             "type": "library",
5719             "autoload": {
5720                 "psr-4": {
5721                     "Symfony\\Component\\HttpKernel\\": ""
5722                 },
5723                 "exclude-from-classmap": [
5724                     "/Tests/"
5725                 ]
5726             },
5727             "notification-url": "https://packagist.org/downloads/",
5728             "license": [
5729                 "MIT"
5730             ],
5731             "authors": [
5732                 {
5733                     "name": "Fabien Potencier",
5734                     "email": "[email protected]"
5735                 },
5736                 {
5737                     "name": "Symfony Community",
5738                     "homepage": "https://symfony.com/contributors"
5739                 }
5740             ],
5741             "description": "Provides a structured process for converting a Request into a Response",
5742             "homepage": "https://symfony.com",
5743             "support": {
5744                 "source": "https://github.com/symfony/http-kernel/tree/v5.4.10"
5745             },
5746             "funding": [
5747                 {
5748                     "url": "https://symfony.com/sponsor",
5749                     "type": "custom"
5750                 },
5751                 {
5752                     "url": "https://github.com/fabpot",
5753                     "type": "github"
5754                 },
5755                 {
5756                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5757                     "type": "tidelift"
5758                 }
5759             ],
5760             "time": "2022-06-26T16:57:59+00:00"
5761         },
5762         {
5763             "name": "symfony/mime",
5764             "version": "v5.4.10",
5765             "source": {
5766                 "type": "git",
5767                 "url": "https://github.com/symfony/mime.git",
5768                 "reference": "02265e1e5111c3cd7480387af25e82378b7ab9cc"
5769             },
5770             "dist": {
5771                 "type": "zip",
5772                 "url": "https://api.github.com/repos/symfony/mime/zipball/02265e1e5111c3cd7480387af25e82378b7ab9cc",
5773                 "reference": "02265e1e5111c3cd7480387af25e82378b7ab9cc",
5774                 "shasum": ""
5775             },
5776             "require": {
5777                 "php": ">=7.2.5",
5778                 "symfony/deprecation-contracts": "^2.1|^3",
5779                 "symfony/polyfill-intl-idn": "^1.10",
5780                 "symfony/polyfill-mbstring": "^1.0",
5781                 "symfony/polyfill-php80": "^1.16"
5782             },
5783             "conflict": {
5784                 "egulias/email-validator": "~3.0.0",
5785                 "phpdocumentor/reflection-docblock": "<3.2.2",
5786                 "phpdocumentor/type-resolver": "<1.4.0",
5787                 "symfony/mailer": "<4.4"
5788             },
5789             "require-dev": {
5790                 "egulias/email-validator": "^2.1.10|^3.1",
5791                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
5792                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5793                 "symfony/property-access": "^4.4|^5.1|^6.0",
5794                 "symfony/property-info": "^4.4|^5.1|^6.0",
5795                 "symfony/serializer": "^5.2|^6.0"
5796             },
5797             "type": "library",
5798             "autoload": {
5799                 "psr-4": {
5800                     "Symfony\\Component\\Mime\\": ""
5801                 },
5802                 "exclude-from-classmap": [
5803                     "/Tests/"
5804                 ]
5805             },
5806             "notification-url": "https://packagist.org/downloads/",
5807             "license": [
5808                 "MIT"
5809             ],
5810             "authors": [
5811                 {
5812                     "name": "Fabien Potencier",
5813                     "email": "[email protected]"
5814                 },
5815                 {
5816                     "name": "Symfony Community",
5817                     "homepage": "https://symfony.com/contributors"
5818                 }
5819             ],
5820             "description": "Allows manipulating MIME messages",
5821             "homepage": "https://symfony.com",
5822             "keywords": [
5823                 "mime",
5824                 "mime-type"
5825             ],
5826             "support": {
5827                 "source": "https://github.com/symfony/mime/tree/v5.4.10"
5828             },
5829             "funding": [
5830                 {
5831                     "url": "https://symfony.com/sponsor",
5832                     "type": "custom"
5833                 },
5834                 {
5835                     "url": "https://github.com/fabpot",
5836                     "type": "github"
5837                 },
5838                 {
5839                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5840                     "type": "tidelift"
5841                 }
5842             ],
5843             "time": "2022-06-09T12:22:40+00:00"
5844         },
5845         {
5846             "name": "symfony/polyfill-ctype",
5847             "version": "v1.26.0",
5848             "source": {
5849                 "type": "git",
5850                 "url": "https://github.com/symfony/polyfill-ctype.git",
5851                 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
5852             },
5853             "dist": {
5854                 "type": "zip",
5855                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
5856                 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
5857                 "shasum": ""
5858             },
5859             "require": {
5860                 "php": ">=7.1"
5861             },
5862             "provide": {
5863                 "ext-ctype": "*"
5864             },
5865             "suggest": {
5866                 "ext-ctype": "For best performance"
5867             },
5868             "type": "library",
5869             "extra": {
5870                 "branch-alias": {
5871                     "dev-main": "1.26-dev"
5872                 },
5873                 "thanks": {
5874                     "name": "symfony/polyfill",
5875                     "url": "https://github.com/symfony/polyfill"
5876                 }
5877             },
5878             "autoload": {
5879                 "files": [
5880                     "bootstrap.php"
5881                 ],
5882                 "psr-4": {
5883                     "Symfony\\Polyfill\\Ctype\\": ""
5884                 }
5885             },
5886             "notification-url": "https://packagist.org/downloads/",
5887             "license": [
5888                 "MIT"
5889             ],
5890             "authors": [
5891                 {
5892                     "name": "Gert de Pagter",
5893                     "email": "[email protected]"
5894                 },
5895                 {
5896                     "name": "Symfony Community",
5897                     "homepage": "https://symfony.com/contributors"
5898                 }
5899             ],
5900             "description": "Symfony polyfill for ctype functions",
5901             "homepage": "https://symfony.com",
5902             "keywords": [
5903                 "compatibility",
5904                 "ctype",
5905                 "polyfill",
5906                 "portable"
5907             ],
5908             "support": {
5909                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
5910             },
5911             "funding": [
5912                 {
5913                     "url": "https://symfony.com/sponsor",
5914                     "type": "custom"
5915                 },
5916                 {
5917                     "url": "https://github.com/fabpot",
5918                     "type": "github"
5919                 },
5920                 {
5921                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5922                     "type": "tidelift"
5923                 }
5924             ],
5925             "time": "2022-05-24T11:49:31+00:00"
5926         },
5927         {
5928             "name": "symfony/polyfill-iconv",
5929             "version": "v1.26.0",
5930             "source": {
5931                 "type": "git",
5932                 "url": "https://github.com/symfony/polyfill-iconv.git",
5933                 "reference": "143f1881e655bebca1312722af8068de235ae5dc"
5934             },
5935             "dist": {
5936                 "type": "zip",
5937                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/143f1881e655bebca1312722af8068de235ae5dc",
5938                 "reference": "143f1881e655bebca1312722af8068de235ae5dc",
5939                 "shasum": ""
5940             },
5941             "require": {
5942                 "php": ">=7.1"
5943             },
5944             "provide": {
5945                 "ext-iconv": "*"
5946             },
5947             "suggest": {
5948                 "ext-iconv": "For best performance"
5949             },
5950             "type": "library",
5951             "extra": {
5952                 "branch-alias": {
5953                     "dev-main": "1.26-dev"
5954                 },
5955                 "thanks": {
5956                     "name": "symfony/polyfill",
5957                     "url": "https://github.com/symfony/polyfill"
5958                 }
5959             },
5960             "autoload": {
5961                 "files": [
5962                     "bootstrap.php"
5963                 ],
5964                 "psr-4": {
5965                     "Symfony\\Polyfill\\Iconv\\": ""
5966                 }
5967             },
5968             "notification-url": "https://packagist.org/downloads/",
5969             "license": [
5970                 "MIT"
5971             ],
5972             "authors": [
5973                 {
5974                     "name": "Nicolas Grekas",
5975                     "email": "[email protected]"
5976                 },
5977                 {
5978                     "name": "Symfony Community",
5979                     "homepage": "https://symfony.com/contributors"
5980                 }
5981             ],
5982             "description": "Symfony polyfill for the Iconv extension",
5983             "homepage": "https://symfony.com",
5984             "keywords": [
5985                 "compatibility",
5986                 "iconv",
5987                 "polyfill",
5988                 "portable",
5989                 "shim"
5990             ],
5991             "support": {
5992                 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.26.0"
5993             },
5994             "funding": [
5995                 {
5996                     "url": "https://symfony.com/sponsor",
5997                     "type": "custom"
5998                 },
5999                 {
6000                     "url": "https://github.com/fabpot",
6001                     "type": "github"
6002                 },
6003                 {
6004                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6005                     "type": "tidelift"
6006                 }
6007             ],
6008             "time": "2022-05-24T11:49:31+00:00"
6009         },
6010         {
6011             "name": "symfony/polyfill-intl-grapheme",
6012             "version": "v1.26.0",
6013             "source": {
6014                 "type": "git",
6015                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6016                 "reference": "433d05519ce6990bf3530fba6957499d327395c2"
6017             },
6018             "dist": {
6019                 "type": "zip",
6020                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
6021                 "reference": "433d05519ce6990bf3530fba6957499d327395c2",
6022                 "shasum": ""
6023             },
6024             "require": {
6025                 "php": ">=7.1"
6026             },
6027             "suggest": {
6028                 "ext-intl": "For best performance"
6029             },
6030             "type": "library",
6031             "extra": {
6032                 "branch-alias": {
6033                     "dev-main": "1.26-dev"
6034                 },
6035                 "thanks": {
6036                     "name": "symfony/polyfill",
6037                     "url": "https://github.com/symfony/polyfill"
6038                 }
6039             },
6040             "autoload": {
6041                 "files": [
6042                     "bootstrap.php"
6043                 ],
6044                 "psr-4": {
6045                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6046                 }
6047             },
6048             "notification-url": "https://packagist.org/downloads/",
6049             "license": [
6050                 "MIT"
6051             ],
6052             "authors": [
6053                 {
6054                     "name": "Nicolas Grekas",
6055                     "email": "[email protected]"
6056                 },
6057                 {
6058                     "name": "Symfony Community",
6059                     "homepage": "https://symfony.com/contributors"
6060                 }
6061             ],
6062             "description": "Symfony polyfill for intl's grapheme_* functions",
6063             "homepage": "https://symfony.com",
6064             "keywords": [
6065                 "compatibility",
6066                 "grapheme",
6067                 "intl",
6068                 "polyfill",
6069                 "portable",
6070                 "shim"
6071             ],
6072             "support": {
6073                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
6074             },
6075             "funding": [
6076                 {
6077                     "url": "https://symfony.com/sponsor",
6078                     "type": "custom"
6079                 },
6080                 {
6081                     "url": "https://github.com/fabpot",
6082                     "type": "github"
6083                 },
6084                 {
6085                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6086                     "type": "tidelift"
6087                 }
6088             ],
6089             "time": "2022-05-24T11:49:31+00:00"
6090         },
6091         {
6092             "name": "symfony/polyfill-intl-idn",
6093             "version": "v1.26.0",
6094             "source": {
6095                 "type": "git",
6096                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6097                 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
6098             },
6099             "dist": {
6100                 "type": "zip",
6101                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
6102                 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
6103                 "shasum": ""
6104             },
6105             "require": {
6106                 "php": ">=7.1",
6107                 "symfony/polyfill-intl-normalizer": "^1.10",
6108                 "symfony/polyfill-php72": "^1.10"
6109             },
6110             "suggest": {
6111                 "ext-intl": "For best performance"
6112             },
6113             "type": "library",
6114             "extra": {
6115                 "branch-alias": {
6116                     "dev-main": "1.26-dev"
6117                 },
6118                 "thanks": {
6119                     "name": "symfony/polyfill",
6120                     "url": "https://github.com/symfony/polyfill"
6121                 }
6122             },
6123             "autoload": {
6124                 "files": [
6125                     "bootstrap.php"
6126                 ],
6127                 "psr-4": {
6128                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6129                 }
6130             },
6131             "notification-url": "https://packagist.org/downloads/",
6132             "license": [
6133                 "MIT"
6134             ],
6135             "authors": [
6136                 {
6137                     "name": "Laurent Bassin",
6138                     "email": "[email protected]"
6139                 },
6140                 {
6141                     "name": "Trevor Rowbotham",
6142                     "email": "[email protected]"
6143                 },
6144                 {
6145                     "name": "Symfony Community",
6146                     "homepage": "https://symfony.com/contributors"
6147                 }
6148             ],
6149             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6150             "homepage": "https://symfony.com",
6151             "keywords": [
6152                 "compatibility",
6153                 "idn",
6154                 "intl",
6155                 "polyfill",
6156                 "portable",
6157                 "shim"
6158             ],
6159             "support": {
6160                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
6161             },
6162             "funding": [
6163                 {
6164                     "url": "https://symfony.com/sponsor",
6165                     "type": "custom"
6166                 },
6167                 {
6168                     "url": "https://github.com/fabpot",
6169                     "type": "github"
6170                 },
6171                 {
6172                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6173                     "type": "tidelift"
6174                 }
6175             ],
6176             "time": "2022-05-24T11:49:31+00:00"
6177         },
6178         {
6179             "name": "symfony/polyfill-intl-normalizer",
6180             "version": "v1.26.0",
6181             "source": {
6182                 "type": "git",
6183                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6184                 "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
6185             },
6186             "dist": {
6187                 "type": "zip",
6188                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
6189                 "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
6190                 "shasum": ""
6191             },
6192             "require": {
6193                 "php": ">=7.1"
6194             },
6195             "suggest": {
6196                 "ext-intl": "For best performance"
6197             },
6198             "type": "library",
6199             "extra": {
6200                 "branch-alias": {
6201                     "dev-main": "1.26-dev"
6202                 },
6203                 "thanks": {
6204                     "name": "symfony/polyfill",
6205                     "url": "https://github.com/symfony/polyfill"
6206                 }
6207             },
6208             "autoload": {
6209                 "files": [
6210                     "bootstrap.php"
6211                 ],
6212                 "psr-4": {
6213                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6214                 },
6215                 "classmap": [
6216                     "Resources/stubs"
6217                 ]
6218             },
6219             "notification-url": "https://packagist.org/downloads/",
6220             "license": [
6221                 "MIT"
6222             ],
6223             "authors": [
6224                 {
6225                     "name": "Nicolas Grekas",
6226                     "email": "[email protected]"
6227                 },
6228                 {
6229                     "name": "Symfony Community",
6230                     "homepage": "https://symfony.com/contributors"
6231                 }
6232             ],
6233             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6234             "homepage": "https://symfony.com",
6235             "keywords": [
6236                 "compatibility",
6237                 "intl",
6238                 "normalizer",
6239                 "polyfill",
6240                 "portable",
6241                 "shim"
6242             ],
6243             "support": {
6244                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
6245             },
6246             "funding": [
6247                 {
6248                     "url": "https://symfony.com/sponsor",
6249                     "type": "custom"
6250                 },
6251                 {
6252                     "url": "https://github.com/fabpot",
6253                     "type": "github"
6254                 },
6255                 {
6256                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6257                     "type": "tidelift"
6258                 }
6259             ],
6260             "time": "2022-05-24T11:49:31+00:00"
6261         },
6262         {
6263             "name": "symfony/polyfill-mbstring",
6264             "version": "v1.26.0",
6265             "source": {
6266                 "type": "git",
6267                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6268                 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
6269             },
6270             "dist": {
6271                 "type": "zip",
6272                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
6273                 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
6274                 "shasum": ""
6275             },
6276             "require": {
6277                 "php": ">=7.1"
6278             },
6279             "provide": {
6280                 "ext-mbstring": "*"
6281             },
6282             "suggest": {
6283                 "ext-mbstring": "For best performance"
6284             },
6285             "type": "library",
6286             "extra": {
6287                 "branch-alias": {
6288                     "dev-main": "1.26-dev"
6289                 },
6290                 "thanks": {
6291                     "name": "symfony/polyfill",
6292                     "url": "https://github.com/symfony/polyfill"
6293                 }
6294             },
6295             "autoload": {
6296                 "files": [
6297                     "bootstrap.php"
6298                 ],
6299                 "psr-4": {
6300                     "Symfony\\Polyfill\\Mbstring\\": ""
6301                 }
6302             },
6303             "notification-url": "https://packagist.org/downloads/",
6304             "license": [
6305                 "MIT"
6306             ],
6307             "authors": [
6308                 {
6309                     "name": "Nicolas Grekas",
6310                     "email": "[email protected]"
6311                 },
6312                 {
6313                     "name": "Symfony Community",
6314                     "homepage": "https://symfony.com/contributors"
6315                 }
6316             ],
6317             "description": "Symfony polyfill for the Mbstring extension",
6318             "homepage": "https://symfony.com",
6319             "keywords": [
6320                 "compatibility",
6321                 "mbstring",
6322                 "polyfill",
6323                 "portable",
6324                 "shim"
6325             ],
6326             "support": {
6327                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
6328             },
6329             "funding": [
6330                 {
6331                     "url": "https://symfony.com/sponsor",
6332                     "type": "custom"
6333                 },
6334                 {
6335                     "url": "https://github.com/fabpot",
6336                     "type": "github"
6337                 },
6338                 {
6339                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6340                     "type": "tidelift"
6341                 }
6342             ],
6343             "time": "2022-05-24T11:49:31+00:00"
6344         },
6345         {
6346             "name": "symfony/polyfill-php72",
6347             "version": "v1.26.0",
6348             "source": {
6349                 "type": "git",
6350                 "url": "https://github.com/symfony/polyfill-php72.git",
6351                 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
6352             },
6353             "dist": {
6354                 "type": "zip",
6355                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
6356                 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
6357                 "shasum": ""
6358             },
6359             "require": {
6360                 "php": ">=7.1"
6361             },
6362             "type": "library",
6363             "extra": {
6364                 "branch-alias": {
6365                     "dev-main": "1.26-dev"
6366                 },
6367                 "thanks": {
6368                     "name": "symfony/polyfill",
6369                     "url": "https://github.com/symfony/polyfill"
6370                 }
6371             },
6372             "autoload": {
6373                 "files": [
6374                     "bootstrap.php"
6375                 ],
6376                 "psr-4": {
6377                     "Symfony\\Polyfill\\Php72\\": ""
6378                 }
6379             },
6380             "notification-url": "https://packagist.org/downloads/",
6381             "license": [
6382                 "MIT"
6383             ],
6384             "authors": [
6385                 {
6386                     "name": "Nicolas Grekas",
6387                     "email": "[email protected]"
6388                 },
6389                 {
6390                     "name": "Symfony Community",
6391                     "homepage": "https://symfony.com/contributors"
6392                 }
6393             ],
6394             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
6395             "homepage": "https://symfony.com",
6396             "keywords": [
6397                 "compatibility",
6398                 "polyfill",
6399                 "portable",
6400                 "shim"
6401             ],
6402             "support": {
6403                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
6404             },
6405             "funding": [
6406                 {
6407                     "url": "https://symfony.com/sponsor",
6408                     "type": "custom"
6409                 },
6410                 {
6411                     "url": "https://github.com/fabpot",
6412                     "type": "github"
6413                 },
6414                 {
6415                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6416                     "type": "tidelift"
6417                 }
6418             ],
6419             "time": "2022-05-24T11:49:31+00:00"
6420         },
6421         {
6422             "name": "symfony/polyfill-php73",
6423             "version": "v1.26.0",
6424             "source": {
6425                 "type": "git",
6426                 "url": "https://github.com/symfony/polyfill-php73.git",
6427                 "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
6428             },
6429             "dist": {
6430                 "type": "zip",
6431                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
6432                 "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
6433                 "shasum": ""
6434             },
6435             "require": {
6436                 "php": ">=7.1"
6437             },
6438             "type": "library",
6439             "extra": {
6440                 "branch-alias": {
6441                     "dev-main": "1.26-dev"
6442                 },
6443                 "thanks": {
6444                     "name": "symfony/polyfill",
6445                     "url": "https://github.com/symfony/polyfill"
6446                 }
6447             },
6448             "autoload": {
6449                 "files": [
6450                     "bootstrap.php"
6451                 ],
6452                 "psr-4": {
6453                     "Symfony\\Polyfill\\Php73\\": ""
6454                 },
6455                 "classmap": [
6456                     "Resources/stubs"
6457                 ]
6458             },
6459             "notification-url": "https://packagist.org/downloads/",
6460             "license": [
6461                 "MIT"
6462             ],
6463             "authors": [
6464                 {
6465                     "name": "Nicolas Grekas",
6466                     "email": "[email protected]"
6467                 },
6468                 {
6469                     "name": "Symfony Community",
6470                     "homepage": "https://symfony.com/contributors"
6471                 }
6472             ],
6473             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
6474             "homepage": "https://symfony.com",
6475             "keywords": [
6476                 "compatibility",
6477                 "polyfill",
6478                 "portable",
6479                 "shim"
6480             ],
6481             "support": {
6482                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
6483             },
6484             "funding": [
6485                 {
6486                     "url": "https://symfony.com/sponsor",
6487                     "type": "custom"
6488                 },
6489                 {
6490                     "url": "https://github.com/fabpot",
6491                     "type": "github"
6492                 },
6493                 {
6494                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6495                     "type": "tidelift"
6496                 }
6497             ],
6498             "time": "2022-05-24T11:49:31+00:00"
6499         },
6500         {
6501             "name": "symfony/polyfill-php80",
6502             "version": "v1.26.0",
6503             "source": {
6504                 "type": "git",
6505                 "url": "https://github.com/symfony/polyfill-php80.git",
6506                 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
6507             },
6508             "dist": {
6509                 "type": "zip",
6510                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
6511                 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
6512                 "shasum": ""
6513             },
6514             "require": {
6515                 "php": ">=7.1"
6516             },
6517             "type": "library",
6518             "extra": {
6519                 "branch-alias": {
6520                     "dev-main": "1.26-dev"
6521                 },
6522                 "thanks": {
6523                     "name": "symfony/polyfill",
6524                     "url": "https://github.com/symfony/polyfill"
6525                 }
6526             },
6527             "autoload": {
6528                 "files": [
6529                     "bootstrap.php"
6530                 ],
6531                 "psr-4": {
6532                     "Symfony\\Polyfill\\Php80\\": ""
6533                 },
6534                 "classmap": [
6535                     "Resources/stubs"
6536                 ]
6537             },
6538             "notification-url": "https://packagist.org/downloads/",
6539             "license": [
6540                 "MIT"
6541             ],
6542             "authors": [
6543                 {
6544                     "name": "Ion Bazan",
6545                     "email": "[email protected]"
6546                 },
6547                 {
6548                     "name": "Nicolas Grekas",
6549                     "email": "[email protected]"
6550                 },
6551                 {
6552                     "name": "Symfony Community",
6553                     "homepage": "https://symfony.com/contributors"
6554                 }
6555             ],
6556             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6557             "homepage": "https://symfony.com",
6558             "keywords": [
6559                 "compatibility",
6560                 "polyfill",
6561                 "portable",
6562                 "shim"
6563             ],
6564             "support": {
6565                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
6566             },
6567             "funding": [
6568                 {
6569                     "url": "https://symfony.com/sponsor",
6570                     "type": "custom"
6571                 },
6572                 {
6573                     "url": "https://github.com/fabpot",
6574                     "type": "github"
6575                 },
6576                 {
6577                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6578                     "type": "tidelift"
6579                 }
6580             ],
6581             "time": "2022-05-10T07:21:04+00:00"
6582         },
6583         {
6584             "name": "symfony/polyfill-php81",
6585             "version": "v1.26.0",
6586             "source": {
6587                 "type": "git",
6588                 "url": "https://github.com/symfony/polyfill-php81.git",
6589                 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
6590             },
6591             "dist": {
6592                 "type": "zip",
6593                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
6594                 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
6595                 "shasum": ""
6596             },
6597             "require": {
6598                 "php": ">=7.1"
6599             },
6600             "type": "library",
6601             "extra": {
6602                 "branch-alias": {
6603                     "dev-main": "1.26-dev"
6604                 },
6605                 "thanks": {
6606                     "name": "symfony/polyfill",
6607                     "url": "https://github.com/symfony/polyfill"
6608                 }
6609             },
6610             "autoload": {
6611                 "files": [
6612                     "bootstrap.php"
6613                 ],
6614                 "psr-4": {
6615                     "Symfony\\Polyfill\\Php81\\": ""
6616                 },
6617                 "classmap": [
6618                     "Resources/stubs"
6619                 ]
6620             },
6621             "notification-url": "https://packagist.org/downloads/",
6622             "license": [
6623                 "MIT"
6624             ],
6625             "authors": [
6626                 {
6627                     "name": "Nicolas Grekas",
6628                     "email": "[email protected]"
6629                 },
6630                 {
6631                     "name": "Symfony Community",
6632                     "homepage": "https://symfony.com/contributors"
6633                 }
6634             ],
6635             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
6636             "homepage": "https://symfony.com",
6637             "keywords": [
6638                 "compatibility",
6639                 "polyfill",
6640                 "portable",
6641                 "shim"
6642             ],
6643             "support": {
6644                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
6645             },
6646             "funding": [
6647                 {
6648                     "url": "https://symfony.com/sponsor",
6649                     "type": "custom"
6650                 },
6651                 {
6652                     "url": "https://github.com/fabpot",
6653                     "type": "github"
6654                 },
6655                 {
6656                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6657                     "type": "tidelift"
6658                 }
6659             ],
6660             "time": "2022-05-24T11:49:31+00:00"
6661         },
6662         {
6663             "name": "symfony/process",
6664             "version": "v5.4.8",
6665             "source": {
6666                 "type": "git",
6667                 "url": "https://github.com/symfony/process.git",
6668                 "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3"
6669             },
6670             "dist": {
6671                 "type": "zip",
6672                 "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
6673                 "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
6674                 "shasum": ""
6675             },
6676             "require": {
6677                 "php": ">=7.2.5",
6678                 "symfony/polyfill-php80": "^1.16"
6679             },
6680             "type": "library",
6681             "autoload": {
6682                 "psr-4": {
6683                     "Symfony\\Component\\Process\\": ""
6684                 },
6685                 "exclude-from-classmap": [
6686                     "/Tests/"
6687                 ]
6688             },
6689             "notification-url": "https://packagist.org/downloads/",
6690             "license": [
6691                 "MIT"
6692             ],
6693             "authors": [
6694                 {
6695                     "name": "Fabien Potencier",
6696                     "email": "[email protected]"
6697                 },
6698                 {
6699                     "name": "Symfony Community",
6700                     "homepage": "https://symfony.com/contributors"
6701                 }
6702             ],
6703             "description": "Executes commands in sub-processes",
6704             "homepage": "https://symfony.com",
6705             "support": {
6706                 "source": "https://github.com/symfony/process/tree/v5.4.8"
6707             },
6708             "funding": [
6709                 {
6710                     "url": "https://symfony.com/sponsor",
6711                     "type": "custom"
6712                 },
6713                 {
6714                     "url": "https://github.com/fabpot",
6715                     "type": "github"
6716                 },
6717                 {
6718                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6719                     "type": "tidelift"
6720                 }
6721             ],
6722             "time": "2022-04-08T05:07:18+00:00"
6723         },
6724         {
6725             "name": "symfony/routing",
6726             "version": "v5.4.8",
6727             "source": {
6728                 "type": "git",
6729                 "url": "https://github.com/symfony/routing.git",
6730                 "reference": "e07817bb6244ea33ef5ad31abc4a9288bef3f2f7"
6731             },
6732             "dist": {
6733                 "type": "zip",
6734                 "url": "https://api.github.com/repos/symfony/routing/zipball/e07817bb6244ea33ef5ad31abc4a9288bef3f2f7",
6735                 "reference": "e07817bb6244ea33ef5ad31abc4a9288bef3f2f7",
6736                 "shasum": ""
6737             },
6738             "require": {
6739                 "php": ">=7.2.5",
6740                 "symfony/deprecation-contracts": "^2.1|^3",
6741                 "symfony/polyfill-php80": "^1.16"
6742             },
6743             "conflict": {
6744                 "doctrine/annotations": "<1.12",
6745                 "symfony/config": "<5.3",
6746                 "symfony/dependency-injection": "<4.4",
6747                 "symfony/yaml": "<4.4"
6748             },
6749             "require-dev": {
6750                 "doctrine/annotations": "^1.12",
6751                 "psr/log": "^1|^2|^3",
6752                 "symfony/config": "^5.3|^6.0",
6753                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
6754                 "symfony/expression-language": "^4.4|^5.0|^6.0",
6755                 "symfony/http-foundation": "^4.4|^5.0|^6.0",
6756                 "symfony/yaml": "^4.4|^5.0|^6.0"
6757             },
6758             "suggest": {
6759                 "symfony/config": "For using the all-in-one router or any loader",
6760                 "symfony/expression-language": "For using expression matching",
6761                 "symfony/http-foundation": "For using a Symfony Request object",
6762                 "symfony/yaml": "For using the YAML loader"
6763             },
6764             "type": "library",
6765             "autoload": {
6766                 "psr-4": {
6767                     "Symfony\\Component\\Routing\\": ""
6768                 },
6769                 "exclude-from-classmap": [
6770                     "/Tests/"
6771                 ]
6772             },
6773             "notification-url": "https://packagist.org/downloads/",
6774             "license": [
6775                 "MIT"
6776             ],
6777             "authors": [
6778                 {
6779                     "name": "Fabien Potencier",
6780                     "email": "[email protected]"
6781                 },
6782                 {
6783                     "name": "Symfony Community",
6784                     "homepage": "https://symfony.com/contributors"
6785                 }
6786             ],
6787             "description": "Maps an HTTP request to a set of configuration variables",
6788             "homepage": "https://symfony.com",
6789             "keywords": [
6790                 "router",
6791                 "routing",
6792                 "uri",
6793                 "url"
6794             ],
6795             "support": {
6796                 "source": "https://github.com/symfony/routing/tree/v5.4.8"
6797             },
6798             "funding": [
6799                 {
6800                     "url": "https://symfony.com/sponsor",
6801                     "type": "custom"
6802                 },
6803                 {
6804                     "url": "https://github.com/fabpot",
6805                     "type": "github"
6806                 },
6807                 {
6808                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6809                     "type": "tidelift"
6810                 }
6811             ],
6812             "time": "2022-04-18T21:45:37+00:00"
6813         },
6814         {
6815             "name": "symfony/service-contracts",
6816             "version": "v2.5.2",
6817             "source": {
6818                 "type": "git",
6819                 "url": "https://github.com/symfony/service-contracts.git",
6820                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
6821             },
6822             "dist": {
6823                 "type": "zip",
6824                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
6825                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
6826                 "shasum": ""
6827             },
6828             "require": {
6829                 "php": ">=7.2.5",
6830                 "psr/container": "^1.1",
6831                 "symfony/deprecation-contracts": "^2.1|^3"
6832             },
6833             "conflict": {
6834                 "ext-psr": "<1.1|>=2"
6835             },
6836             "suggest": {
6837                 "symfony/service-implementation": ""
6838             },
6839             "type": "library",
6840             "extra": {
6841                 "branch-alias": {
6842                     "dev-main": "2.5-dev"
6843                 },
6844                 "thanks": {
6845                     "name": "symfony/contracts",
6846                     "url": "https://github.com/symfony/contracts"
6847                 }
6848             },
6849             "autoload": {
6850                 "psr-4": {
6851                     "Symfony\\Contracts\\Service\\": ""
6852                 }
6853             },
6854             "notification-url": "https://packagist.org/downloads/",
6855             "license": [
6856                 "MIT"
6857             ],
6858             "authors": [
6859                 {
6860                     "name": "Nicolas Grekas",
6861                     "email": "[email protected]"
6862                 },
6863                 {
6864                     "name": "Symfony Community",
6865                     "homepage": "https://symfony.com/contributors"
6866                 }
6867             ],
6868             "description": "Generic abstractions related to writing services",
6869             "homepage": "https://symfony.com",
6870             "keywords": [
6871                 "abstractions",
6872                 "contracts",
6873                 "decoupling",
6874                 "interfaces",
6875                 "interoperability",
6876                 "standards"
6877             ],
6878             "support": {
6879                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
6880             },
6881             "funding": [
6882                 {
6883                     "url": "https://symfony.com/sponsor",
6884                     "type": "custom"
6885                 },
6886                 {
6887                     "url": "https://github.com/fabpot",
6888                     "type": "github"
6889                 },
6890                 {
6891                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6892                     "type": "tidelift"
6893                 }
6894             ],
6895             "time": "2022-05-30T19:17:29+00:00"
6896         },
6897         {
6898             "name": "symfony/string",
6899             "version": "v5.4.10",
6900             "source": {
6901                 "type": "git",
6902                 "url": "https://github.com/symfony/string.git",
6903                 "reference": "4432bc7df82a554b3e413a8570ce2fea90e94097"
6904             },
6905             "dist": {
6906                 "type": "zip",
6907                 "url": "https://api.github.com/repos/symfony/string/zipball/4432bc7df82a554b3e413a8570ce2fea90e94097",
6908                 "reference": "4432bc7df82a554b3e413a8570ce2fea90e94097",
6909                 "shasum": ""
6910             },
6911             "require": {
6912                 "php": ">=7.2.5",
6913                 "symfony/polyfill-ctype": "~1.8",
6914                 "symfony/polyfill-intl-grapheme": "~1.0",
6915                 "symfony/polyfill-intl-normalizer": "~1.0",
6916                 "symfony/polyfill-mbstring": "~1.0",
6917                 "symfony/polyfill-php80": "~1.15"
6918             },
6919             "conflict": {
6920                 "symfony/translation-contracts": ">=3.0"
6921             },
6922             "require-dev": {
6923                 "symfony/error-handler": "^4.4|^5.0|^6.0",
6924                 "symfony/http-client": "^4.4|^5.0|^6.0",
6925                 "symfony/translation-contracts": "^1.1|^2",
6926                 "symfony/var-exporter": "^4.4|^5.0|^6.0"
6927             },
6928             "type": "library",
6929             "autoload": {
6930                 "files": [
6931                     "Resources/functions.php"
6932                 ],
6933                 "psr-4": {
6934                     "Symfony\\Component\\String\\": ""
6935                 },
6936                 "exclude-from-classmap": [
6937                     "/Tests/"
6938                 ]
6939             },
6940             "notification-url": "https://packagist.org/downloads/",
6941             "license": [
6942                 "MIT"
6943             ],
6944             "authors": [
6945                 {
6946                     "name": "Nicolas Grekas",
6947                     "email": "[email protected]"
6948                 },
6949                 {
6950                     "name": "Symfony Community",
6951                     "homepage": "https://symfony.com/contributors"
6952                 }
6953             ],
6954             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
6955             "homepage": "https://symfony.com",
6956             "keywords": [
6957                 "grapheme",
6958                 "i18n",
6959                 "string",
6960                 "unicode",
6961                 "utf-8",
6962                 "utf8"
6963             ],
6964             "support": {
6965                 "source": "https://github.com/symfony/string/tree/v5.4.10"
6966             },
6967             "funding": [
6968                 {
6969                     "url": "https://symfony.com/sponsor",
6970                     "type": "custom"
6971                 },
6972                 {
6973                     "url": "https://github.com/fabpot",
6974                     "type": "github"
6975                 },
6976                 {
6977                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6978                     "type": "tidelift"
6979                 }
6980             ],
6981             "time": "2022-06-26T15:57:47+00:00"
6982         },
6983         {
6984             "name": "symfony/translation",
6985             "version": "v5.4.9",
6986             "source": {
6987                 "type": "git",
6988                 "url": "https://github.com/symfony/translation.git",
6989                 "reference": "1639abc1177d26bcd4320e535e664cef067ab0ca"
6990             },
6991             "dist": {
6992                 "type": "zip",
6993                 "url": "https://api.github.com/repos/symfony/translation/zipball/1639abc1177d26bcd4320e535e664cef067ab0ca",
6994                 "reference": "1639abc1177d26bcd4320e535e664cef067ab0ca",
6995                 "shasum": ""
6996             },
6997             "require": {
6998                 "php": ">=7.2.5",
6999                 "symfony/deprecation-contracts": "^2.1|^3",
7000                 "symfony/polyfill-mbstring": "~1.0",
7001                 "symfony/polyfill-php80": "^1.16",
7002                 "symfony/translation-contracts": "^2.3"
7003             },
7004             "conflict": {
7005                 "symfony/config": "<4.4",
7006                 "symfony/console": "<5.3",
7007                 "symfony/dependency-injection": "<5.0",
7008                 "symfony/http-kernel": "<5.0",
7009                 "symfony/twig-bundle": "<5.0",
7010                 "symfony/yaml": "<4.4"
7011             },
7012             "provide": {
7013                 "symfony/translation-implementation": "2.3"
7014             },
7015             "require-dev": {
7016                 "psr/log": "^1|^2|^3",
7017                 "symfony/config": "^4.4|^5.0|^6.0",
7018                 "symfony/console": "^5.4|^6.0",
7019                 "symfony/dependency-injection": "^5.0|^6.0",
7020                 "symfony/finder": "^4.4|^5.0|^6.0",
7021                 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
7022                 "symfony/http-kernel": "^5.0|^6.0",
7023                 "symfony/intl": "^4.4|^5.0|^6.0",
7024                 "symfony/polyfill-intl-icu": "^1.21",
7025                 "symfony/service-contracts": "^1.1.2|^2|^3",
7026                 "symfony/yaml": "^4.4|^5.0|^6.0"
7027             },
7028             "suggest": {
7029                 "psr/log-implementation": "To use logging capability in translator",
7030                 "symfony/config": "",
7031                 "symfony/yaml": ""
7032             },
7033             "type": "library",
7034             "autoload": {
7035                 "files": [
7036                     "Resources/functions.php"
7037                 ],
7038                 "psr-4": {
7039                     "Symfony\\Component\\Translation\\": ""
7040                 },
7041                 "exclude-from-classmap": [
7042                     "/Tests/"
7043                 ]
7044             },
7045             "notification-url": "https://packagist.org/downloads/",
7046             "license": [
7047                 "MIT"
7048             ],
7049             "authors": [
7050                 {
7051                     "name": "Fabien Potencier",
7052                     "email": "[email protected]"
7053                 },
7054                 {
7055                     "name": "Symfony Community",
7056                     "homepage": "https://symfony.com/contributors"
7057                 }
7058             ],
7059             "description": "Provides tools to internationalize your application",
7060             "homepage": "https://symfony.com",
7061             "support": {
7062                 "source": "https://github.com/symfony/translation/tree/v5.4.9"
7063             },
7064             "funding": [
7065                 {
7066                     "url": "https://symfony.com/sponsor",
7067                     "type": "custom"
7068                 },
7069                 {
7070                     "url": "https://github.com/fabpot",
7071                     "type": "github"
7072                 },
7073                 {
7074                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7075                     "type": "tidelift"
7076                 }
7077             ],
7078             "time": "2022-05-06T12:33:37+00:00"
7079         },
7080         {
7081             "name": "symfony/translation-contracts",
7082             "version": "v2.5.2",
7083             "source": {
7084                 "type": "git",
7085                 "url": "https://github.com/symfony/translation-contracts.git",
7086                 "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
7087             },
7088             "dist": {
7089                 "type": "zip",
7090                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
7091                 "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
7092                 "shasum": ""
7093             },
7094             "require": {
7095                 "php": ">=7.2.5"
7096             },
7097             "suggest": {
7098                 "symfony/translation-implementation": ""
7099             },
7100             "type": "library",
7101             "extra": {
7102                 "branch-alias": {
7103                     "dev-main": "2.5-dev"
7104                 },
7105                 "thanks": {
7106                     "name": "symfony/contracts",
7107                     "url": "https://github.com/symfony/contracts"
7108                 }
7109             },
7110             "autoload": {
7111                 "psr-4": {
7112                     "Symfony\\Contracts\\Translation\\": ""
7113                 }
7114             },
7115             "notification-url": "https://packagist.org/downloads/",
7116             "license": [
7117                 "MIT"
7118             ],
7119             "authors": [
7120                 {
7121                     "name": "Nicolas Grekas",
7122                     "email": "[email protected]"
7123                 },
7124                 {
7125                     "name": "Symfony Community",
7126                     "homepage": "https://symfony.com/contributors"
7127                 }
7128             ],
7129             "description": "Generic abstractions related to translation",
7130             "homepage": "https://symfony.com",
7131             "keywords": [
7132                 "abstractions",
7133                 "contracts",
7134                 "decoupling",
7135                 "interfaces",
7136                 "interoperability",
7137                 "standards"
7138             ],
7139             "support": {
7140                 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
7141             },
7142             "funding": [
7143                 {
7144                     "url": "https://symfony.com/sponsor",
7145                     "type": "custom"
7146                 },
7147                 {
7148                     "url": "https://github.com/fabpot",
7149                     "type": "github"
7150                 },
7151                 {
7152                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7153                     "type": "tidelift"
7154                 }
7155             ],
7156             "time": "2022-06-27T16:58:25+00:00"
7157         },
7158         {
7159             "name": "symfony/var-dumper",
7160             "version": "v5.4.9",
7161             "source": {
7162                 "type": "git",
7163                 "url": "https://github.com/symfony/var-dumper.git",
7164                 "reference": "af52239a330fafd192c773795520dc2dd62b5657"
7165             },
7166             "dist": {
7167                 "type": "zip",
7168                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/af52239a330fafd192c773795520dc2dd62b5657",
7169                 "reference": "af52239a330fafd192c773795520dc2dd62b5657",
7170                 "shasum": ""
7171             },
7172             "require": {
7173                 "php": ">=7.2.5",
7174                 "symfony/polyfill-mbstring": "~1.0",
7175                 "symfony/polyfill-php80": "^1.16"
7176             },
7177             "conflict": {
7178                 "phpunit/phpunit": "<5.4.3",
7179                 "symfony/console": "<4.4"
7180             },
7181             "require-dev": {
7182                 "ext-iconv": "*",
7183                 "symfony/console": "^4.4|^5.0|^6.0",
7184                 "symfony/process": "^4.4|^5.0|^6.0",
7185                 "symfony/uid": "^5.1|^6.0",
7186                 "twig/twig": "^2.13|^3.0.4"
7187             },
7188             "suggest": {
7189                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
7190                 "ext-intl": "To show region name in time zone dump",
7191                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
7192             },
7193             "bin": [
7194                 "Resources/bin/var-dump-server"
7195             ],
7196             "type": "library",
7197             "autoload": {
7198                 "files": [
7199                     "Resources/functions/dump.php"
7200                 ],
7201                 "psr-4": {
7202                     "Symfony\\Component\\VarDumper\\": ""
7203                 },
7204                 "exclude-from-classmap": [
7205                     "/Tests/"
7206                 ]
7207             },
7208             "notification-url": "https://packagist.org/downloads/",
7209             "license": [
7210                 "MIT"
7211             ],
7212             "authors": [
7213                 {
7214                     "name": "Nicolas Grekas",
7215                     "email": "[email protected]"
7216                 },
7217                 {
7218                     "name": "Symfony Community",
7219                     "homepage": "https://symfony.com/contributors"
7220                 }
7221             ],
7222             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7223             "homepage": "https://symfony.com",
7224             "keywords": [
7225                 "debug",
7226                 "dump"
7227             ],
7228             "support": {
7229                 "source": "https://github.com/symfony/var-dumper/tree/v5.4.9"
7230             },
7231             "funding": [
7232                 {
7233                     "url": "https://symfony.com/sponsor",
7234                     "type": "custom"
7235                 },
7236                 {
7237                     "url": "https://github.com/fabpot",
7238                     "type": "github"
7239                 },
7240                 {
7241                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7242                     "type": "tidelift"
7243                 }
7244             ],
7245             "time": "2022-05-21T10:24:18+00:00"
7246         },
7247         {
7248             "name": "tijsverkoyen/css-to-inline-styles",
7249             "version": "2.2.4",
7250             "source": {
7251                 "type": "git",
7252                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7253                 "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c"
7254             },
7255             "dist": {
7256                 "type": "zip",
7257                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/da444caae6aca7a19c0c140f68c6182e337d5b1c",
7258                 "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c",
7259                 "shasum": ""
7260             },
7261             "require": {
7262                 "ext-dom": "*",
7263                 "ext-libxml": "*",
7264                 "php": "^5.5 || ^7.0 || ^8.0",
7265                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
7266             },
7267             "require-dev": {
7268                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
7269             },
7270             "type": "library",
7271             "extra": {
7272                 "branch-alias": {
7273                     "dev-master": "2.2.x-dev"
7274                 }
7275             },
7276             "autoload": {
7277                 "psr-4": {
7278                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7279                 }
7280             },
7281             "notification-url": "https://packagist.org/downloads/",
7282             "license": [
7283                 "BSD-3-Clause"
7284             ],
7285             "authors": [
7286                 {
7287                     "name": "Tijs Verkoyen",
7288                     "email": "[email protected]",
7289                     "role": "Developer"
7290                 }
7291             ],
7292             "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.",
7293             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7294             "support": {
7295                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7296                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.4"
7297             },
7298             "time": "2021-12-08T09:12:39+00:00"
7299         },
7300         {
7301             "name": "vlucas/phpdotenv",
7302             "version": "v5.4.1",
7303             "source": {
7304                 "type": "git",
7305                 "url": "https://github.com/vlucas/phpdotenv.git",
7306                 "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f"
7307             },
7308             "dist": {
7309                 "type": "zip",
7310                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f",
7311                 "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f",
7312                 "shasum": ""
7313             },
7314             "require": {
7315                 "ext-pcre": "*",
7316                 "graham-campbell/result-type": "^1.0.2",
7317                 "php": "^7.1.3 || ^8.0",
7318                 "phpoption/phpoption": "^1.8",
7319                 "symfony/polyfill-ctype": "^1.23",
7320                 "symfony/polyfill-mbstring": "^1.23.1",
7321                 "symfony/polyfill-php80": "^1.23.1"
7322             },
7323             "require-dev": {
7324                 "bamarni/composer-bin-plugin": "^1.4.1",
7325                 "ext-filter": "*",
7326                 "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
7327             },
7328             "suggest": {
7329                 "ext-filter": "Required to use the boolean validator."
7330             },
7331             "type": "library",
7332             "extra": {
7333                 "branch-alias": {
7334                     "dev-master": "5.4-dev"
7335                 }
7336             },
7337             "autoload": {
7338                 "psr-4": {
7339                     "Dotenv\\": "src/"
7340                 }
7341             },
7342             "notification-url": "https://packagist.org/downloads/",
7343             "license": [
7344                 "BSD-3-Clause"
7345             ],
7346             "authors": [
7347                 {
7348                     "name": "Graham Campbell",
7349                     "email": "[email protected]",
7350                     "homepage": "https://github.com/GrahamCampbell"
7351                 },
7352                 {
7353                     "name": "Vance Lucas",
7354                     "email": "[email protected]",
7355                     "homepage": "https://github.com/vlucas"
7356                 }
7357             ],
7358             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7359             "keywords": [
7360                 "dotenv",
7361                 "env",
7362                 "environment"
7363             ],
7364             "support": {
7365                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7366                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1"
7367             },
7368             "funding": [
7369                 {
7370                     "url": "https://github.com/GrahamCampbell",
7371                     "type": "github"
7372                 },
7373                 {
7374                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7375                     "type": "tidelift"
7376                 }
7377             ],
7378             "time": "2021-12-12T23:22:04+00:00"
7379         },
7380         {
7381             "name": "voku/portable-ascii",
7382             "version": "1.6.1",
7383             "source": {
7384                 "type": "git",
7385                 "url": "https://github.com/voku/portable-ascii.git",
7386                 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
7387             },
7388             "dist": {
7389                 "type": "zip",
7390                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
7391                 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
7392                 "shasum": ""
7393             },
7394             "require": {
7395                 "php": ">=7.0.0"
7396             },
7397             "require-dev": {
7398                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7399             },
7400             "suggest": {
7401                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7402             },
7403             "type": "library",
7404             "autoload": {
7405                 "psr-4": {
7406                     "voku\\": "src/voku/"
7407                 }
7408             },
7409             "notification-url": "https://packagist.org/downloads/",
7410             "license": [
7411                 "MIT"
7412             ],
7413             "authors": [
7414                 {
7415                     "name": "Lars Moelleken",
7416                     "homepage": "http://www.moelleken.org/"
7417                 }
7418             ],
7419             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7420             "homepage": "https://github.com/voku/portable-ascii",
7421             "keywords": [
7422                 "ascii",
7423                 "clean",
7424                 "php"
7425             ],
7426             "support": {
7427                 "issues": "https://github.com/voku/portable-ascii/issues",
7428                 "source": "https://github.com/voku/portable-ascii/tree/1.6.1"
7429             },
7430             "funding": [
7431                 {
7432                     "url": "https://www.paypal.me/moelleken",
7433                     "type": "custom"
7434                 },
7435                 {
7436                     "url": "https://github.com/voku",
7437                     "type": "github"
7438                 },
7439                 {
7440                     "url": "https://opencollective.com/portable-ascii",
7441                     "type": "open_collective"
7442                 },
7443                 {
7444                     "url": "https://www.patreon.com/voku",
7445                     "type": "patreon"
7446                 },
7447                 {
7448                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7449                     "type": "tidelift"
7450                 }
7451             ],
7452             "time": "2022-01-24T18:55:24+00:00"
7453         },
7454         {
7455             "name": "webmozart/assert",
7456             "version": "1.11.0",
7457             "source": {
7458                 "type": "git",
7459                 "url": "https://github.com/webmozarts/assert.git",
7460                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7461             },
7462             "dist": {
7463                 "type": "zip",
7464                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7465                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7466                 "shasum": ""
7467             },
7468             "require": {
7469                 "ext-ctype": "*",
7470                 "php": "^7.2 || ^8.0"
7471             },
7472             "conflict": {
7473                 "phpstan/phpstan": "<0.12.20",
7474                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7475             },
7476             "require-dev": {
7477                 "phpunit/phpunit": "^8.5.13"
7478             },
7479             "type": "library",
7480             "extra": {
7481                 "branch-alias": {
7482                     "dev-master": "1.10-dev"
7483                 }
7484             },
7485             "autoload": {
7486                 "psr-4": {
7487                     "Webmozart\\Assert\\": "src/"
7488                 }
7489             },
7490             "notification-url": "https://packagist.org/downloads/",
7491             "license": [
7492                 "MIT"
7493             ],
7494             "authors": [
7495                 {
7496                     "name": "Bernhard Schussek",
7497                     "email": "[email protected]"
7498                 }
7499             ],
7500             "description": "Assertions to validate method input/output with nice error messages.",
7501             "keywords": [
7502                 "assert",
7503                 "check",
7504                 "validate"
7505             ],
7506             "support": {
7507                 "issues": "https://github.com/webmozarts/assert/issues",
7508                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7509             },
7510             "time": "2022-06-03T18:03:27+00:00"
7511         }
7512     ],
7513     "packages-dev": [
7514         {
7515             "name": "composer/ca-bundle",
7516             "version": "1.3.2",
7517             "source": {
7518                 "type": "git",
7519                 "url": "https://github.com/composer/ca-bundle.git",
7520                 "reference": "fd5dd441932a7e10ca6e5b490e272d34c8430640"
7521             },
7522             "dist": {
7523                 "type": "zip",
7524                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/fd5dd441932a7e10ca6e5b490e272d34c8430640",
7525                 "reference": "fd5dd441932a7e10ca6e5b490e272d34c8430640",
7526                 "shasum": ""
7527             },
7528             "require": {
7529                 "ext-openssl": "*",
7530                 "ext-pcre": "*",
7531                 "php": "^5.3.2 || ^7.0 || ^8.0"
7532             },
7533             "require-dev": {
7534                 "phpstan/phpstan": "^0.12.55",
7535                 "psr/log": "^1.0",
7536                 "symfony/phpunit-bridge": "^4.2 || ^5",
7537                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
7538             },
7539             "type": "library",
7540             "extra": {
7541                 "branch-alias": {
7542                     "dev-main": "1.x-dev"
7543                 }
7544             },
7545             "autoload": {
7546                 "psr-4": {
7547                     "Composer\\CaBundle\\": "src"
7548                 }
7549             },
7550             "notification-url": "https://packagist.org/downloads/",
7551             "license": [
7552                 "MIT"
7553             ],
7554             "authors": [
7555                 {
7556                     "name": "Jordi Boggiano",
7557                     "email": "[email protected]",
7558                     "homepage": "http://seld.be"
7559                 }
7560             ],
7561             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
7562             "keywords": [
7563                 "cabundle",
7564                 "cacert",
7565                 "certificate",
7566                 "ssl",
7567                 "tls"
7568             ],
7569             "support": {
7570                 "irc": "irc://irc.freenode.org/composer",
7571                 "issues": "https://github.com/composer/ca-bundle/issues",
7572                 "source": "https://github.com/composer/ca-bundle/tree/1.3.2"
7573             },
7574             "funding": [
7575                 {
7576                     "url": "https://packagist.com",
7577                     "type": "custom"
7578                 },
7579                 {
7580                     "url": "https://github.com/composer",
7581                     "type": "github"
7582                 },
7583                 {
7584                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7585                     "type": "tidelift"
7586                 }
7587             ],
7588             "time": "2022-05-24T11:56:16+00:00"
7589         },
7590         {
7591             "name": "composer/composer",
7592             "version": "2.3.10",
7593             "source": {
7594                 "type": "git",
7595                 "url": "https://github.com/composer/composer.git",
7596                 "reference": "ebac357c0a41359f3981098729042ed6dedc97ba"
7597             },
7598             "dist": {
7599                 "type": "zip",
7600                 "url": "https://api.github.com/repos/composer/composer/zipball/ebac357c0a41359f3981098729042ed6dedc97ba",
7601                 "reference": "ebac357c0a41359f3981098729042ed6dedc97ba",
7602                 "shasum": ""
7603             },
7604             "require": {
7605                 "composer/ca-bundle": "^1.0",
7606                 "composer/metadata-minifier": "^1.0",
7607                 "composer/pcre": "^2 || ^3",
7608                 "composer/semver": "^3.0",
7609                 "composer/spdx-licenses": "^1.2",
7610                 "composer/xdebug-handler": "^2.0.2 || ^3.0.3",
7611                 "justinrainbow/json-schema": "^5.2.11",
7612                 "php": "^7.2.5 || ^8.0",
7613                 "psr/log": "^1.0 || ^2.0 || ^3.0",
7614                 "react/promise": "^2.8",
7615                 "seld/jsonlint": "^1.4",
7616                 "seld/phar-utils": "^1.2",
7617                 "symfony/console": "^5.4.7 || ^6.0.7",
7618                 "symfony/filesystem": "^5.4 || ^6.0",
7619                 "symfony/finder": "^5.4 || ^6.0",
7620                 "symfony/polyfill-php73": "^1.24",
7621                 "symfony/polyfill-php80": "^1.24",
7622                 "symfony/process": "^5.4 || ^6.0"
7623             },
7624             "require-dev": {
7625                 "phpstan/phpstan": "^1.4.1",
7626                 "phpstan/phpstan-deprecation-rules": "^1",
7627                 "phpstan/phpstan-phpunit": "^1.0",
7628                 "phpstan/phpstan-strict-rules": "^1",
7629                 "phpstan/phpstan-symfony": "^1.1",
7630                 "symfony/phpunit-bridge": "^6.0"
7631             },
7632             "suggest": {
7633                 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
7634                 "ext-zip": "Enabling the zip extension allows you to unzip archives",
7635                 "ext-zlib": "Allow gzip compression of HTTP requests"
7636             },
7637             "bin": [
7638                 "bin/composer"
7639             ],
7640             "type": "library",
7641             "extra": {
7642                 "branch-alias": {
7643                     "dev-main": "2.3-dev"
7644                 },
7645                 "phpstan": {
7646                     "includes": [
7647                         "phpstan/rules.neon"
7648                     ]
7649                 }
7650             },
7651             "autoload": {
7652                 "psr-4": {
7653                     "Composer\\": "src/Composer"
7654                 }
7655             },
7656             "notification-url": "https://packagist.org/downloads/",
7657             "license": [
7658                 "MIT"
7659             ],
7660             "authors": [
7661                 {
7662                     "name": "Nils Adermann",
7663                     "email": "[email protected]",
7664                     "homepage": "https://www.naderman.de"
7665                 },
7666                 {
7667                     "name": "Jordi Boggiano",
7668                     "email": "[email protected]",
7669                     "homepage": "https://seld.be"
7670                 }
7671             ],
7672             "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
7673             "homepage": "https://getcomposer.org/",
7674             "keywords": [
7675                 "autoload",
7676                 "dependency",
7677                 "package"
7678             ],
7679             "support": {
7680                 "irc": "ircs://irc.libera.chat:6697/composer",
7681                 "issues": "https://github.com/composer/composer/issues",
7682                 "source": "https://github.com/composer/composer/tree/2.3.10"
7683             },
7684             "funding": [
7685                 {
7686                     "url": "https://packagist.com",
7687                     "type": "custom"
7688                 },
7689                 {
7690                     "url": "https://github.com/composer",
7691                     "type": "github"
7692                 },
7693                 {
7694                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7695                     "type": "tidelift"
7696                 }
7697             ],
7698             "time": "2022-07-13T13:48:23+00:00"
7699         },
7700         {
7701             "name": "composer/metadata-minifier",
7702             "version": "1.0.0",
7703             "source": {
7704                 "type": "git",
7705                 "url": "https://github.com/composer/metadata-minifier.git",
7706                 "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
7707             },
7708             "dist": {
7709                 "type": "zip",
7710                 "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
7711                 "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
7712                 "shasum": ""
7713             },
7714             "require": {
7715                 "php": "^5.3.2 || ^7.0 || ^8.0"
7716             },
7717             "require-dev": {
7718                 "composer/composer": "^2",
7719                 "phpstan/phpstan": "^0.12.55",
7720                 "symfony/phpunit-bridge": "^4.2 || ^5"
7721             },
7722             "type": "library",
7723             "extra": {
7724                 "branch-alias": {
7725                     "dev-main": "1.x-dev"
7726                 }
7727             },
7728             "autoload": {
7729                 "psr-4": {
7730                     "Composer\\MetadataMinifier\\": "src"
7731                 }
7732             },
7733             "notification-url": "https://packagist.org/downloads/",
7734             "license": [
7735                 "MIT"
7736             ],
7737             "authors": [
7738                 {
7739                     "name": "Jordi Boggiano",
7740                     "email": "[email protected]",
7741                     "homepage": "http://seld.be"
7742                 }
7743             ],
7744             "description": "Small utility library that handles metadata minification and expansion.",
7745             "keywords": [
7746                 "composer",
7747                 "compression"
7748             ],
7749             "support": {
7750                 "issues": "https://github.com/composer/metadata-minifier/issues",
7751                 "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
7752             },
7753             "funding": [
7754                 {
7755                     "url": "https://packagist.com",
7756                     "type": "custom"
7757                 },
7758                 {
7759                     "url": "https://github.com/composer",
7760                     "type": "github"
7761                 },
7762                 {
7763                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7764                     "type": "tidelift"
7765                 }
7766             ],
7767             "time": "2021-04-07T13:37:33+00:00"
7768         },
7769         {
7770             "name": "composer/pcre",
7771             "version": "3.0.0",
7772             "source": {
7773                 "type": "git",
7774                 "url": "https://github.com/composer/pcre.git",
7775                 "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd"
7776             },
7777             "dist": {
7778                 "type": "zip",
7779                 "url": "https://api.github.com/repos/composer/pcre/zipball/e300eb6c535192decd27a85bc72a9290f0d6b3bd",
7780                 "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd",
7781                 "shasum": ""
7782             },
7783             "require": {
7784                 "php": "^7.4 || ^8.0"
7785             },
7786             "require-dev": {
7787                 "phpstan/phpstan": "^1.3",
7788                 "phpstan/phpstan-strict-rules": "^1.1",
7789                 "symfony/phpunit-bridge": "^5"
7790             },
7791             "type": "library",
7792             "extra": {
7793                 "branch-alias": {
7794                     "dev-main": "3.x-dev"
7795                 }
7796             },
7797             "autoload": {
7798                 "psr-4": {
7799                     "Composer\\Pcre\\": "src"
7800                 }
7801             },
7802             "notification-url": "https://packagist.org/downloads/",
7803             "license": [
7804                 "MIT"
7805             ],
7806             "authors": [
7807                 {
7808                     "name": "Jordi Boggiano",
7809                     "email": "[email protected]",
7810                     "homepage": "http://seld.be"
7811                 }
7812             ],
7813             "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
7814             "keywords": [
7815                 "PCRE",
7816                 "preg",
7817                 "regex",
7818                 "regular expression"
7819             ],
7820             "support": {
7821                 "issues": "https://github.com/composer/pcre/issues",
7822                 "source": "https://github.com/composer/pcre/tree/3.0.0"
7823             },
7824             "funding": [
7825                 {
7826                     "url": "https://packagist.com",
7827                     "type": "custom"
7828                 },
7829                 {
7830                     "url": "https://github.com/composer",
7831                     "type": "github"
7832                 },
7833                 {
7834                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7835                     "type": "tidelift"
7836                 }
7837             ],
7838             "time": "2022-02-25T20:21:48+00:00"
7839         },
7840         {
7841             "name": "composer/semver",
7842             "version": "3.3.2",
7843             "source": {
7844                 "type": "git",
7845                 "url": "https://github.com/composer/semver.git",
7846                 "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
7847             },
7848             "dist": {
7849                 "type": "zip",
7850                 "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
7851                 "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
7852                 "shasum": ""
7853             },
7854             "require": {
7855                 "php": "^5.3.2 || ^7.0 || ^8.0"
7856             },
7857             "require-dev": {
7858                 "phpstan/phpstan": "^1.4",
7859                 "symfony/phpunit-bridge": "^4.2 || ^5"
7860             },
7861             "type": "library",
7862             "extra": {
7863                 "branch-alias": {
7864                     "dev-main": "3.x-dev"
7865                 }
7866             },
7867             "autoload": {
7868                 "psr-4": {
7869                     "Composer\\Semver\\": "src"
7870                 }
7871             },
7872             "notification-url": "https://packagist.org/downloads/",
7873             "license": [
7874                 "MIT"
7875             ],
7876             "authors": [
7877                 {
7878                     "name": "Nils Adermann",
7879                     "email": "[email protected]",
7880                     "homepage": "http://www.naderman.de"
7881                 },
7882                 {
7883                     "name": "Jordi Boggiano",
7884                     "email": "[email protected]",
7885                     "homepage": "http://seld.be"
7886                 },
7887                 {
7888                     "name": "Rob Bast",
7889                     "email": "[email protected]",
7890                     "homepage": "http://robbast.nl"
7891                 }
7892             ],
7893             "description": "Semver library that offers utilities, version constraint parsing and validation.",
7894             "keywords": [
7895                 "semantic",
7896                 "semver",
7897                 "validation",
7898                 "versioning"
7899             ],
7900             "support": {
7901                 "irc": "irc://irc.freenode.org/composer",
7902                 "issues": "https://github.com/composer/semver/issues",
7903                 "source": "https://github.com/composer/semver/tree/3.3.2"
7904             },
7905             "funding": [
7906                 {
7907                     "url": "https://packagist.com",
7908                     "type": "custom"
7909                 },
7910                 {
7911                     "url": "https://github.com/composer",
7912                     "type": "github"
7913                 },
7914                 {
7915                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7916                     "type": "tidelift"
7917                 }
7918             ],
7919             "time": "2022-04-01T19:23:25+00:00"
7920         },
7921         {
7922             "name": "composer/spdx-licenses",
7923             "version": "1.5.7",
7924             "source": {
7925                 "type": "git",
7926                 "url": "https://github.com/composer/spdx-licenses.git",
7927                 "reference": "c848241796da2abf65837d51dce1fae55a960149"
7928             },
7929             "dist": {
7930                 "type": "zip",
7931                 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149",
7932                 "reference": "c848241796da2abf65837d51dce1fae55a960149",
7933                 "shasum": ""
7934             },
7935             "require": {
7936                 "php": "^5.3.2 || ^7.0 || ^8.0"
7937             },
7938             "require-dev": {
7939                 "phpstan/phpstan": "^0.12.55",
7940                 "symfony/phpunit-bridge": "^4.2 || ^5"
7941             },
7942             "type": "library",
7943             "extra": {
7944                 "branch-alias": {
7945                     "dev-main": "1.x-dev"
7946                 }
7947             },
7948             "autoload": {
7949                 "psr-4": {
7950                     "Composer\\Spdx\\": "src"
7951                 }
7952             },
7953             "notification-url": "https://packagist.org/downloads/",
7954             "license": [
7955                 "MIT"
7956             ],
7957             "authors": [
7958                 {
7959                     "name": "Nils Adermann",
7960                     "email": "[email protected]",
7961                     "homepage": "http://www.naderman.de"
7962                 },
7963                 {
7964                     "name": "Jordi Boggiano",
7965                     "email": "[email protected]",
7966                     "homepage": "http://seld.be"
7967                 },
7968                 {
7969                     "name": "Rob Bast",
7970                     "email": "[email protected]",
7971                     "homepage": "http://robbast.nl"
7972                 }
7973             ],
7974             "description": "SPDX licenses list and validation library.",
7975             "keywords": [
7976                 "license",
7977                 "spdx",
7978                 "validator"
7979             ],
7980             "support": {
7981                 "irc": "irc://irc.freenode.org/composer",
7982                 "issues": "https://github.com/composer/spdx-licenses/issues",
7983                 "source": "https://github.com/composer/spdx-licenses/tree/1.5.7"
7984             },
7985             "funding": [
7986                 {
7987                     "url": "https://packagist.com",
7988                     "type": "custom"
7989                 },
7990                 {
7991                     "url": "https://github.com/composer",
7992                     "type": "github"
7993                 },
7994                 {
7995                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7996                     "type": "tidelift"
7997                 }
7998             ],
7999             "time": "2022-05-23T07:37:50+00:00"
8000         },
8001         {
8002             "name": "composer/xdebug-handler",
8003             "version": "3.0.3",
8004             "source": {
8005                 "type": "git",
8006                 "url": "https://github.com/composer/xdebug-handler.git",
8007                 "reference": "ced299686f41dce890debac69273b47ffe98a40c"
8008             },
8009             "dist": {
8010                 "type": "zip",
8011                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
8012                 "reference": "ced299686f41dce890debac69273b47ffe98a40c",
8013                 "shasum": ""
8014             },
8015             "require": {
8016                 "composer/pcre": "^1 || ^2 || ^3",
8017                 "php": "^7.2.5 || ^8.0",
8018                 "psr/log": "^1 || ^2 || ^3"
8019             },
8020             "require-dev": {
8021                 "phpstan/phpstan": "^1.0",
8022                 "phpstan/phpstan-strict-rules": "^1.1",
8023                 "symfony/phpunit-bridge": "^6.0"
8024             },
8025             "type": "library",
8026             "autoload": {
8027                 "psr-4": {
8028                     "Composer\\XdebugHandler\\": "src"
8029                 }
8030             },
8031             "notification-url": "https://packagist.org/downloads/",
8032             "license": [
8033                 "MIT"
8034             ],
8035             "authors": [
8036                 {
8037                     "name": "John Stevenson",
8038                     "email": "[email protected]"
8039                 }
8040             ],
8041             "description": "Restarts a process without Xdebug.",
8042             "keywords": [
8043                 "Xdebug",
8044                 "performance"
8045             ],
8046             "support": {
8047                 "irc": "irc://irc.freenode.org/composer",
8048                 "issues": "https://github.com/composer/xdebug-handler/issues",
8049                 "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
8050             },
8051             "funding": [
8052                 {
8053                     "url": "https://packagist.com",
8054                     "type": "custom"
8055                 },
8056                 {
8057                     "url": "https://github.com/composer",
8058                     "type": "github"
8059                 },
8060                 {
8061                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
8062                     "type": "tidelift"
8063                 }
8064             ],
8065             "time": "2022-02-25T21:32:43+00:00"
8066         },
8067         {
8068             "name": "doctrine/instantiator",
8069             "version": "1.4.1",
8070             "source": {
8071                 "type": "git",
8072                 "url": "https://github.com/doctrine/instantiator.git",
8073                 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
8074             },
8075             "dist": {
8076                 "type": "zip",
8077                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
8078                 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
8079                 "shasum": ""
8080             },
8081             "require": {
8082                 "php": "^7.1 || ^8.0"
8083             },
8084             "require-dev": {
8085                 "doctrine/coding-standard": "^9",
8086                 "ext-pdo": "*",
8087                 "ext-phar": "*",
8088                 "phpbench/phpbench": "^0.16 || ^1",
8089                 "phpstan/phpstan": "^1.4",
8090                 "phpstan/phpstan-phpunit": "^1",
8091                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
8092                 "vimeo/psalm": "^4.22"
8093             },
8094             "type": "library",
8095             "autoload": {
8096                 "psr-4": {
8097                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
8098                 }
8099             },
8100             "notification-url": "https://packagist.org/downloads/",
8101             "license": [
8102                 "MIT"
8103             ],
8104             "authors": [
8105                 {
8106                     "name": "Marco Pivetta",
8107                     "email": "[email protected]",
8108                     "homepage": "https://ocramius.github.io/"
8109                 }
8110             ],
8111             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
8112             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
8113             "keywords": [
8114                 "constructor",
8115                 "instantiate"
8116             ],
8117             "support": {
8118                 "issues": "https://github.com/doctrine/instantiator/issues",
8119                 "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
8120             },
8121             "funding": [
8122                 {
8123                     "url": "https://www.doctrine-project.org/sponsorship.html",
8124                     "type": "custom"
8125                 },
8126                 {
8127                     "url": "https://www.patreon.com/phpdoctrine",
8128                     "type": "patreon"
8129                 },
8130                 {
8131                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
8132                     "type": "tidelift"
8133                 }
8134             ],
8135             "time": "2022-03-03T08:28:38+00:00"
8136         },
8137         {
8138             "name": "facade/ignition-contracts",
8139             "version": "1.0.2",
8140             "source": {
8141                 "type": "git",
8142                 "url": "https://github.com/facade/ignition-contracts.git",
8143                 "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
8144             },
8145             "dist": {
8146                 "type": "zip",
8147                 "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
8148                 "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
8149                 "shasum": ""
8150             },
8151             "require": {
8152                 "php": "^7.3|^8.0"
8153             },
8154             "require-dev": {
8155                 "friendsofphp/php-cs-fixer": "^v2.15.8",
8156                 "phpunit/phpunit": "^9.3.11",
8157                 "vimeo/psalm": "^3.17.1"
8158             },
8159             "type": "library",
8160             "autoload": {
8161                 "psr-4": {
8162                     "Facade\\IgnitionContracts\\": "src"
8163                 }
8164             },
8165             "notification-url": "https://packagist.org/downloads/",
8166             "license": [
8167                 "MIT"
8168             ],
8169             "authors": [
8170                 {
8171                     "name": "Freek Van der Herten",
8172                     "email": "[email protected]",
8173                     "homepage": "https://flareapp.io",
8174                     "role": "Developer"
8175                 }
8176             ],
8177             "description": "Solution contracts for Ignition",
8178             "homepage": "https://github.com/facade/ignition-contracts",
8179             "keywords": [
8180                 "contracts",
8181                 "flare",
8182                 "ignition"
8183             ],
8184             "support": {
8185                 "issues": "https://github.com/facade/ignition-contracts/issues",
8186                 "source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
8187             },
8188             "time": "2020-10-16T08:27:54+00:00"
8189         },
8190         {
8191             "name": "fakerphp/faker",
8192             "version": "v1.19.0",
8193             "source": {
8194                 "type": "git",
8195                 "url": "https://github.com/FakerPHP/Faker.git",
8196                 "reference": "d7f08a622b3346766325488aa32ddc93ccdecc75"
8197             },
8198             "dist": {
8199                 "type": "zip",
8200                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/d7f08a622b3346766325488aa32ddc93ccdecc75",
8201                 "reference": "d7f08a622b3346766325488aa32ddc93ccdecc75",
8202                 "shasum": ""
8203             },
8204             "require": {
8205                 "php": "^7.1 || ^8.0",
8206                 "psr/container": "^1.0 || ^2.0",
8207                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8208             },
8209             "conflict": {
8210                 "fzaninotto/faker": "*"
8211             },
8212             "require-dev": {
8213                 "bamarni/composer-bin-plugin": "^1.4.1",
8214                 "doctrine/persistence": "^1.3 || ^2.0",
8215                 "ext-intl": "*",
8216                 "symfony/phpunit-bridge": "^4.4 || ^5.2"
8217             },
8218             "suggest": {
8219                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8220                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8221                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8222                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8223                 "ext-mbstring": "Required for multibyte Unicode string functionality."
8224             },
8225             "type": "library",
8226             "extra": {
8227                 "branch-alias": {
8228                     "dev-main": "v1.19-dev"
8229                 }
8230             },
8231             "autoload": {
8232                 "psr-4": {
8233                     "Faker\\": "src/Faker/"
8234                 }
8235             },
8236             "notification-url": "https://packagist.org/downloads/",
8237             "license": [
8238                 "MIT"
8239             ],
8240             "authors": [
8241                 {
8242                     "name": "François Zaninotto"
8243                 }
8244             ],
8245             "description": "Faker is a PHP library that generates fake data for you.",
8246             "keywords": [
8247                 "data",
8248                 "faker",
8249                 "fixtures"
8250             ],
8251             "support": {
8252                 "issues": "https://github.com/FakerPHP/Faker/issues",
8253                 "source": "https://github.com/FakerPHP/Faker/tree/v1.19.0"
8254             },
8255             "time": "2022-02-02T17:38:57+00:00"
8256         },
8257         {
8258             "name": "hamcrest/hamcrest-php",
8259             "version": "v2.0.1",
8260             "source": {
8261                 "type": "git",
8262                 "url": "https://github.com/hamcrest/hamcrest-php.git",
8263                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
8264             },
8265             "dist": {
8266                 "type": "zip",
8267                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8268                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8269                 "shasum": ""
8270             },
8271             "require": {
8272                 "php": "^5.3|^7.0|^8.0"
8273             },
8274             "replace": {
8275                 "cordoval/hamcrest-php": "*",
8276                 "davedevelopment/hamcrest-php": "*",
8277                 "kodova/hamcrest-php": "*"
8278             },
8279             "require-dev": {
8280                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8281                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8282             },
8283             "type": "library",
8284             "extra": {
8285                 "branch-alias": {
8286                     "dev-master": "2.1-dev"
8287                 }
8288             },
8289             "autoload": {
8290                 "classmap": [
8291                     "hamcrest"
8292                 ]
8293             },
8294             "notification-url": "https://packagist.org/downloads/",
8295             "license": [
8296                 "BSD-3-Clause"
8297             ],
8298             "description": "This is the PHP port of Hamcrest Matchers",
8299             "keywords": [
8300                 "test"
8301             ],
8302             "support": {
8303                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8304                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8305             },
8306             "time": "2020-07-09T08:09:16+00:00"
8307         },
8308         {
8309             "name": "itsgoingd/clockwork",
8310             "version": "v5.1.6",
8311             "source": {
8312                 "type": "git",
8313                 "url": "https://github.com/itsgoingd/clockwork.git",
8314                 "reference": "9df41432da1d8cb39c7fda383ddcc02231c83ff3"
8315             },
8316             "dist": {
8317                 "type": "zip",
8318                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/9df41432da1d8cb39c7fda383ddcc02231c83ff3",
8319                 "reference": "9df41432da1d8cb39c7fda383ddcc02231c83ff3",
8320                 "shasum": ""
8321             },
8322             "require": {
8323                 "ext-json": "*",
8324                 "php": ">=5.6"
8325             },
8326             "type": "library",
8327             "extra": {
8328                 "laravel": {
8329                     "providers": [
8330                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8331                     ],
8332                     "aliases": {
8333                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8334                     }
8335                 }
8336             },
8337             "autoload": {
8338                 "psr-4": {
8339                     "Clockwork\\": "Clockwork/"
8340                 }
8341             },
8342             "notification-url": "https://packagist.org/downloads/",
8343             "license": [
8344                 "MIT"
8345             ],
8346             "authors": [
8347                 {
8348                     "name": "itsgoingd",
8349                     "email": "[email protected]",
8350                     "homepage": "https://twitter.com/itsgoingd"
8351                 }
8352             ],
8353             "description": "php dev tools in your browser",
8354             "homepage": "https://underground.works/clockwork",
8355             "keywords": [
8356                 "Devtools",
8357                 "debugging",
8358                 "laravel",
8359                 "logging",
8360                 "lumen",
8361                 "profiling",
8362                 "slim"
8363             ],
8364             "support": {
8365                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8366                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.1.6"
8367             },
8368             "funding": [
8369                 {
8370                     "url": "https://github.com/itsgoingd",
8371                     "type": "github"
8372                 }
8373             ],
8374             "time": "2022-04-12T21:35:47+00:00"
8375         },
8376         {
8377             "name": "justinrainbow/json-schema",
8378             "version": "5.2.12",
8379             "source": {
8380                 "type": "git",
8381                 "url": "https://github.com/justinrainbow/json-schema.git",
8382                 "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
8383             },
8384             "dist": {
8385                 "type": "zip",
8386                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
8387                 "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
8388                 "shasum": ""
8389             },
8390             "require": {
8391                 "php": ">=5.3.3"
8392             },
8393             "require-dev": {
8394                 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
8395                 "json-schema/json-schema-test-suite": "1.2.0",
8396                 "phpunit/phpunit": "^4.8.35"
8397             },
8398             "bin": [
8399                 "bin/validate-json"
8400             ],
8401             "type": "library",
8402             "extra": {
8403                 "branch-alias": {
8404                     "dev-master": "5.0.x-dev"
8405                 }
8406             },
8407             "autoload": {
8408                 "psr-4": {
8409                     "JsonSchema\\": "src/JsonSchema/"
8410                 }
8411             },
8412             "notification-url": "https://packagist.org/downloads/",
8413             "license": [
8414                 "MIT"
8415             ],
8416             "authors": [
8417                 {
8418                     "name": "Bruno Prieto Reis",
8419                     "email": "[email protected]"
8420                 },
8421                 {
8422                     "name": "Justin Rainbow",
8423                     "email": "[email protected]"
8424                 },
8425                 {
8426                     "name": "Igor Wiedler",
8427                     "email": "[email protected]"
8428                 },
8429                 {
8430                     "name": "Robert Schönthal",
8431                     "email": "[email protected]"
8432                 }
8433             ],
8434             "description": "A library to validate a json schema.",
8435             "homepage": "https://github.com/justinrainbow/json-schema",
8436             "keywords": [
8437                 "json",
8438                 "schema"
8439             ],
8440             "support": {
8441                 "issues": "https://github.com/justinrainbow/json-schema/issues",
8442                 "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
8443             },
8444             "time": "2022-04-13T08:02:27+00:00"
8445         },
8446         {
8447             "name": "mockery/mockery",
8448             "version": "1.5.0",
8449             "source": {
8450                 "type": "git",
8451                 "url": "https://github.com/mockery/mockery.git",
8452                 "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac"
8453             },
8454             "dist": {
8455                 "type": "zip",
8456                 "url": "https://api.github.com/repos/mockery/mockery/zipball/c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac",
8457                 "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac",
8458                 "shasum": ""
8459             },
8460             "require": {
8461                 "hamcrest/hamcrest-php": "^2.0.1",
8462                 "lib-pcre": ">=7.0",
8463                 "php": "^7.3 || ^8.0"
8464             },
8465             "conflict": {
8466                 "phpunit/phpunit": "<8.0"
8467             },
8468             "require-dev": {
8469                 "phpunit/phpunit": "^8.5 || ^9.3"
8470             },
8471             "type": "library",
8472             "extra": {
8473                 "branch-alias": {
8474                     "dev-master": "1.4.x-dev"
8475                 }
8476             },
8477             "autoload": {
8478                 "psr-0": {
8479                     "Mockery": "library/"
8480                 }
8481             },
8482             "notification-url": "https://packagist.org/downloads/",
8483             "license": [
8484                 "BSD-3-Clause"
8485             ],
8486             "authors": [
8487                 {
8488                     "name": "Pádraic Brady",
8489                     "email": "[email protected]",
8490                     "homepage": "http://blog.astrumfutura.com"
8491                 },
8492                 {
8493                     "name": "Dave Marshall",
8494                     "email": "[email protected]",
8495                     "homepage": "http://davedevelopment.co.uk"
8496                 }
8497             ],
8498             "description": "Mockery is a simple yet flexible PHP mock object framework",
8499             "homepage": "https://github.com/mockery/mockery",
8500             "keywords": [
8501                 "BDD",
8502                 "TDD",
8503                 "library",
8504                 "mock",
8505                 "mock objects",
8506                 "mockery",
8507                 "stub",
8508                 "test",
8509                 "test double",
8510                 "testing"
8511             ],
8512             "support": {
8513                 "issues": "https://github.com/mockery/mockery/issues",
8514                 "source": "https://github.com/mockery/mockery/tree/1.5.0"
8515             },
8516             "time": "2022-01-20T13:18:17+00:00"
8517         },
8518         {
8519             "name": "myclabs/deep-copy",
8520             "version": "1.11.0",
8521             "source": {
8522                 "type": "git",
8523                 "url": "https://github.com/myclabs/DeepCopy.git",
8524                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
8525             },
8526             "dist": {
8527                 "type": "zip",
8528                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
8529                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
8530                 "shasum": ""
8531             },
8532             "require": {
8533                 "php": "^7.1 || ^8.0"
8534             },
8535             "conflict": {
8536                 "doctrine/collections": "<1.6.8",
8537                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
8538             },
8539             "require-dev": {
8540                 "doctrine/collections": "^1.6.8",
8541                 "doctrine/common": "^2.13.3 || ^3.2.2",
8542                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8543             },
8544             "type": "library",
8545             "autoload": {
8546                 "files": [
8547                     "src/DeepCopy/deep_copy.php"
8548                 ],
8549                 "psr-4": {
8550                     "DeepCopy\\": "src/DeepCopy/"
8551                 }
8552             },
8553             "notification-url": "https://packagist.org/downloads/",
8554             "license": [
8555                 "MIT"
8556             ],
8557             "description": "Create deep copies (clones) of your objects",
8558             "keywords": [
8559                 "clone",
8560                 "copy",
8561                 "duplicate",
8562                 "object",
8563                 "object graph"
8564             ],
8565             "support": {
8566                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8567                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
8568             },
8569             "funding": [
8570                 {
8571                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8572                     "type": "tidelift"
8573                 }
8574             ],
8575             "time": "2022-03-03T13:19:32+00:00"
8576         },
8577         {
8578             "name": "nunomaduro/collision",
8579             "version": "v5.11.0",
8580             "source": {
8581                 "type": "git",
8582                 "url": "https://github.com/nunomaduro/collision.git",
8583                 "reference": "8b610eef8582ccdc05d8f2ab23305e2d37049461"
8584             },
8585             "dist": {
8586                 "type": "zip",
8587                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/8b610eef8582ccdc05d8f2ab23305e2d37049461",
8588                 "reference": "8b610eef8582ccdc05d8f2ab23305e2d37049461",
8589                 "shasum": ""
8590             },
8591             "require": {
8592                 "facade/ignition-contracts": "^1.0",
8593                 "filp/whoops": "^2.14.3",
8594                 "php": "^7.3 || ^8.0",
8595                 "symfony/console": "^5.0"
8596             },
8597             "require-dev": {
8598                 "brianium/paratest": "^6.1",
8599                 "fideloper/proxy": "^4.4.1",
8600                 "fruitcake/laravel-cors": "^2.0.3",
8601                 "laravel/framework": "8.x-dev",
8602                 "nunomaduro/larastan": "^0.6.2",
8603                 "nunomaduro/mock-final-classes": "^1.0",
8604                 "orchestra/testbench": "^6.0",
8605                 "phpstan/phpstan": "^0.12.64",
8606                 "phpunit/phpunit": "^9.5.0"
8607             },
8608             "type": "library",
8609             "extra": {
8610                 "laravel": {
8611                     "providers": [
8612                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8613                     ]
8614                 }
8615             },
8616             "autoload": {
8617                 "psr-4": {
8618                     "NunoMaduro\\Collision\\": "src/"
8619                 }
8620             },
8621             "notification-url": "https://packagist.org/downloads/",
8622             "license": [
8623                 "MIT"
8624             ],
8625             "authors": [
8626                 {
8627                     "name": "Nuno Maduro",
8628                     "email": "[email protected]"
8629                 }
8630             ],
8631             "description": "Cli error handling for console/command-line PHP applications.",
8632             "keywords": [
8633                 "artisan",
8634                 "cli",
8635                 "command-line",
8636                 "console",
8637                 "error",
8638                 "handling",
8639                 "laravel",
8640                 "laravel-zero",
8641                 "php",
8642                 "symfony"
8643             ],
8644             "support": {
8645                 "issues": "https://github.com/nunomaduro/collision/issues",
8646                 "source": "https://github.com/nunomaduro/collision"
8647             },
8648             "funding": [
8649                 {
8650                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8651                     "type": "custom"
8652                 },
8653                 {
8654                     "url": "https://github.com/nunomaduro",
8655                     "type": "github"
8656                 },
8657                 {
8658                     "url": "https://www.patreon.com/nunomaduro",
8659                     "type": "patreon"
8660                 }
8661             ],
8662             "time": "2022-01-10T16:22:52+00:00"
8663         },
8664         {
8665             "name": "nunomaduro/larastan",
8666             "version": "1.0.3",
8667             "source": {
8668                 "type": "git",
8669                 "url": "https://github.com/nunomaduro/larastan.git",
8670                 "reference": "f5ce15319da184a5e461ef12c60489c15a9cf65b"
8671             },
8672             "dist": {
8673                 "type": "zip",
8674                 "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/f5ce15319da184a5e461ef12c60489c15a9cf65b",
8675                 "reference": "f5ce15319da184a5e461ef12c60489c15a9cf65b",
8676                 "shasum": ""
8677             },
8678             "require": {
8679                 "composer/composer": "^1.0 || ^2.0",
8680                 "ext-json": "*",
8681                 "illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8682                 "illuminate/container": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8683                 "illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8684                 "illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8685                 "illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8686                 "illuminate/pipeline": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8687                 "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8688                 "mockery/mockery": "^0.9 || ^1.0",
8689                 "php": "^7.2 || ^8.0",
8690                 "phpstan/phpstan": "^1.0",
8691                 "symfony/process": "^4.3 || ^5.0 || ^6.0"
8692             },
8693             "require-dev": {
8694                 "nikic/php-parser": "^4.13.0",
8695                 "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
8696                 "phpunit/phpunit": "^7.3 || ^8.2 || ^9.3"
8697             },
8698             "suggest": {
8699                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8700             },
8701             "type": "phpstan-extension",
8702             "extra": {
8703                 "branch-alias": {
8704                     "dev-master": "1.0-dev"
8705                 },
8706                 "phpstan": {
8707                     "includes": [
8708                         "extension.neon"
8709                     ]
8710                 }
8711             },
8712             "autoload": {
8713                 "psr-4": {
8714                     "NunoMaduro\\Larastan\\": "src/"
8715                 }
8716             },
8717             "notification-url": "https://packagist.org/downloads/",
8718             "license": [
8719                 "MIT"
8720             ],
8721             "authors": [
8722                 {
8723                     "name": "Nuno Maduro",
8724                     "email": "[email protected]"
8725                 }
8726             ],
8727             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
8728             "keywords": [
8729                 "PHPStan",
8730                 "code analyse",
8731                 "code analysis",
8732                 "larastan",
8733                 "laravel",
8734                 "package",
8735                 "php",
8736                 "static analysis"
8737             ],
8738             "support": {
8739                 "issues": "https://github.com/nunomaduro/larastan/issues",
8740                 "source": "https://github.com/nunomaduro/larastan/tree/1.0.3"
8741             },
8742             "funding": [
8743                 {
8744                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8745                     "type": "custom"
8746                 },
8747                 {
8748                     "url": "https://github.com/canvural",
8749                     "type": "github"
8750                 },
8751                 {
8752                     "url": "https://github.com/nunomaduro",
8753                     "type": "github"
8754                 },
8755                 {
8756                     "url": "https://www.patreon.com/nunomaduro",
8757                     "type": "patreon"
8758                 }
8759             ],
8760             "time": "2022-01-20T19:33:48+00:00"
8761         },
8762         {
8763             "name": "phar-io/manifest",
8764             "version": "2.0.3",
8765             "source": {
8766                 "type": "git",
8767                 "url": "https://github.com/phar-io/manifest.git",
8768                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
8769             },
8770             "dist": {
8771                 "type": "zip",
8772                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
8773                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
8774                 "shasum": ""
8775             },
8776             "require": {
8777                 "ext-dom": "*",
8778                 "ext-phar": "*",
8779                 "ext-xmlwriter": "*",
8780                 "phar-io/version": "^3.0.1",
8781                 "php": "^7.2 || ^8.0"
8782             },
8783             "type": "library",
8784             "extra": {
8785                 "branch-alias": {
8786                     "dev-master": "2.0.x-dev"
8787                 }
8788             },
8789             "autoload": {
8790                 "classmap": [
8791                     "src/"
8792                 ]
8793             },
8794             "notification-url": "https://packagist.org/downloads/",
8795             "license": [
8796                 "BSD-3-Clause"
8797             ],
8798             "authors": [
8799                 {
8800                     "name": "Arne Blankerts",
8801                     "email": "[email protected]",
8802                     "role": "Developer"
8803                 },
8804                 {
8805                     "name": "Sebastian Heuer",
8806                     "email": "[email protected]",
8807                     "role": "Developer"
8808                 },
8809                 {
8810                     "name": "Sebastian Bergmann",
8811                     "email": "[email protected]",
8812                     "role": "Developer"
8813                 }
8814             ],
8815             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8816             "support": {
8817                 "issues": "https://github.com/phar-io/manifest/issues",
8818                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
8819             },
8820             "time": "2021-07-20T11:28:43+00:00"
8821         },
8822         {
8823             "name": "phar-io/version",
8824             "version": "3.2.1",
8825             "source": {
8826                 "type": "git",
8827                 "url": "https://github.com/phar-io/version.git",
8828                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8829             },
8830             "dist": {
8831                 "type": "zip",
8832                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8833                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8834                 "shasum": ""
8835             },
8836             "require": {
8837                 "php": "^7.2 || ^8.0"
8838             },
8839             "type": "library",
8840             "autoload": {
8841                 "classmap": [
8842                     "src/"
8843                 ]
8844             },
8845             "notification-url": "https://packagist.org/downloads/",
8846             "license": [
8847                 "BSD-3-Clause"
8848             ],
8849             "authors": [
8850                 {
8851                     "name": "Arne Blankerts",
8852                     "email": "[email protected]",
8853                     "role": "Developer"
8854                 },
8855                 {
8856                     "name": "Sebastian Heuer",
8857                     "email": "[email protected]",
8858                     "role": "Developer"
8859                 },
8860                 {
8861                     "name": "Sebastian Bergmann",
8862                     "email": "[email protected]",
8863                     "role": "Developer"
8864                 }
8865             ],
8866             "description": "Library for handling version information and constraints",
8867             "support": {
8868                 "issues": "https://github.com/phar-io/version/issues",
8869                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8870             },
8871             "time": "2022-02-21T01:04:05+00:00"
8872         },
8873         {
8874             "name": "phpdocumentor/reflection-common",
8875             "version": "2.2.0",
8876             "source": {
8877                 "type": "git",
8878                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
8879                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
8880             },
8881             "dist": {
8882                 "type": "zip",
8883                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
8884                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
8885                 "shasum": ""
8886             },
8887             "require": {
8888                 "php": "^7.2 || ^8.0"
8889             },
8890             "type": "library",
8891             "extra": {
8892                 "branch-alias": {
8893                     "dev-2.x": "2.x-dev"
8894                 }
8895             },
8896             "autoload": {
8897                 "psr-4": {
8898                     "phpDocumentor\\Reflection\\": "src/"
8899                 }
8900             },
8901             "notification-url": "https://packagist.org/downloads/",
8902             "license": [
8903                 "MIT"
8904             ],
8905             "authors": [
8906                 {
8907                     "name": "Jaap van Otterdijk",
8908                     "email": "[email protected]"
8909                 }
8910             ],
8911             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
8912             "homepage": "http://www.phpdoc.org",
8913             "keywords": [
8914                 "FQSEN",
8915                 "phpDocumentor",
8916                 "phpdoc",
8917                 "reflection",
8918                 "static analysis"
8919             ],
8920             "support": {
8921                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
8922                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
8923             },
8924             "time": "2020-06-27T09:03:43+00:00"
8925         },
8926         {
8927             "name": "phpdocumentor/reflection-docblock",
8928             "version": "5.3.0",
8929             "source": {
8930                 "type": "git",
8931                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8932                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
8933             },
8934             "dist": {
8935                 "type": "zip",
8936                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
8937                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
8938                 "shasum": ""
8939             },
8940             "require": {
8941                 "ext-filter": "*",
8942                 "php": "^7.2 || ^8.0",
8943                 "phpdocumentor/reflection-common": "^2.2",
8944                 "phpdocumentor/type-resolver": "^1.3",
8945                 "webmozart/assert": "^1.9.1"
8946             },
8947             "require-dev": {
8948                 "mockery/mockery": "~1.3.2",
8949                 "psalm/phar": "^4.8"
8950             },
8951             "type": "library",
8952             "extra": {
8953                 "branch-alias": {
8954                     "dev-master": "5.x-dev"
8955                 }
8956             },
8957             "autoload": {
8958                 "psr-4": {
8959                     "phpDocumentor\\Reflection\\": "src"
8960                 }
8961             },
8962             "notification-url": "https://packagist.org/downloads/",
8963             "license": [
8964                 "MIT"
8965             ],
8966             "authors": [
8967                 {
8968                     "name": "Mike van Riel",
8969                     "email": "[email protected]"
8970                 },
8971                 {
8972                     "name": "Jaap van Otterdijk",
8973                     "email": "[email protected]"
8974                 }
8975             ],
8976             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
8977             "support": {
8978                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
8979                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
8980             },
8981             "time": "2021-10-19T17:43:47+00:00"
8982         },
8983         {
8984             "name": "phpdocumentor/type-resolver",
8985             "version": "1.6.1",
8986             "source": {
8987                 "type": "git",
8988                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
8989                 "reference": "77a32518733312af16a44300404e945338981de3"
8990             },
8991             "dist": {
8992                 "type": "zip",
8993                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
8994                 "reference": "77a32518733312af16a44300404e945338981de3",
8995                 "shasum": ""
8996             },
8997             "require": {
8998                 "php": "^7.2 || ^8.0",
8999                 "phpdocumentor/reflection-common": "^2.0"
9000             },
9001             "require-dev": {
9002                 "ext-tokenizer": "*",
9003                 "psalm/phar": "^4.8"
9004             },
9005             "type": "library",
9006             "extra": {
9007                 "branch-alias": {
9008                     "dev-1.x": "1.x-dev"
9009                 }
9010             },
9011             "autoload": {
9012                 "psr-4": {
9013                     "phpDocumentor\\Reflection\\": "src"
9014                 }
9015             },
9016             "notification-url": "https://packagist.org/downloads/",
9017             "license": [
9018                 "MIT"
9019             ],
9020             "authors": [
9021                 {
9022                     "name": "Mike van Riel",
9023                     "email": "[email protected]"
9024                 }
9025             ],
9026             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
9027             "support": {
9028                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
9029                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
9030             },
9031             "time": "2022-03-15T21:29:03+00:00"
9032         },
9033         {
9034             "name": "phpspec/prophecy",
9035             "version": "v1.15.0",
9036             "source": {
9037                 "type": "git",
9038                 "url": "https://github.com/phpspec/prophecy.git",
9039                 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
9040             },
9041             "dist": {
9042                 "type": "zip",
9043                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
9044                 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
9045                 "shasum": ""
9046             },
9047             "require": {
9048                 "doctrine/instantiator": "^1.2",
9049                 "php": "^7.2 || ~8.0, <8.2",
9050                 "phpdocumentor/reflection-docblock": "^5.2",
9051                 "sebastian/comparator": "^3.0 || ^4.0",
9052                 "sebastian/recursion-context": "^3.0 || ^4.0"
9053             },
9054             "require-dev": {
9055                 "phpspec/phpspec": "^6.0 || ^7.0",
9056                 "phpunit/phpunit": "^8.0 || ^9.0"
9057             },
9058             "type": "library",
9059             "extra": {
9060                 "branch-alias": {
9061                     "dev-master": "1.x-dev"
9062                 }
9063             },
9064             "autoload": {
9065                 "psr-4": {
9066                     "Prophecy\\": "src/Prophecy"
9067                 }
9068             },
9069             "notification-url": "https://packagist.org/downloads/",
9070             "license": [
9071                 "MIT"
9072             ],
9073             "authors": [
9074                 {
9075                     "name": "Konstantin Kudryashov",
9076                     "email": "[email protected]",
9077                     "homepage": "http://everzet.com"
9078                 },
9079                 {
9080                     "name": "Marcello Duarte",
9081                     "email": "[email protected]"
9082                 }
9083             ],
9084             "description": "Highly opinionated mocking framework for PHP 5.3+",
9085             "homepage": "https://github.com/phpspec/prophecy",
9086             "keywords": [
9087                 "Double",
9088                 "Dummy",
9089                 "fake",
9090                 "mock",
9091                 "spy",
9092                 "stub"
9093             ],
9094             "support": {
9095                 "issues": "https://github.com/phpspec/prophecy/issues",
9096                 "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
9097             },
9098             "time": "2021-12-08T12:19:24+00:00"
9099         },
9100         {
9101             "name": "phpstan/phpstan",
9102             "version": "1.8.1",
9103             "source": {
9104                 "type": "git",
9105                 "url": "https://github.com/phpstan/phpstan.git",
9106                 "reference": "8dbba631fa32f4b289404469c2afd6122fd61d67"
9107             },
9108             "dist": {
9109                 "type": "zip",
9110                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8dbba631fa32f4b289404469c2afd6122fd61d67",
9111                 "reference": "8dbba631fa32f4b289404469c2afd6122fd61d67",
9112                 "shasum": ""
9113             },
9114             "require": {
9115                 "php": "^7.2|^8.0"
9116             },
9117             "conflict": {
9118                 "phpstan/phpstan-shim": "*"
9119             },
9120             "bin": [
9121                 "phpstan",
9122                 "phpstan.phar"
9123             ],
9124             "type": "library",
9125             "autoload": {
9126                 "files": [
9127                     "bootstrap.php"
9128                 ]
9129             },
9130             "notification-url": "https://packagist.org/downloads/",
9131             "license": [
9132                 "MIT"
9133             ],
9134             "description": "PHPStan - PHP Static Analysis Tool",
9135             "support": {
9136                 "issues": "https://github.com/phpstan/phpstan/issues",
9137                 "source": "https://github.com/phpstan/phpstan/tree/1.8.1"
9138             },
9139             "funding": [
9140                 {
9141                     "url": "https://github.com/ondrejmirtes",
9142                     "type": "github"
9143                 },
9144                 {
9145                     "url": "https://github.com/phpstan",
9146                     "type": "github"
9147                 },
9148                 {
9149                     "url": "https://www.patreon.com/phpstan",
9150                     "type": "patreon"
9151                 },
9152                 {
9153                     "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
9154                     "type": "tidelift"
9155                 }
9156             ],
9157             "time": "2022-07-12T16:08:06+00:00"
9158         },
9159         {
9160             "name": "phpunit/php-code-coverage",
9161             "version": "9.2.15",
9162             "source": {
9163                 "type": "git",
9164                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
9165                 "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f"
9166             },
9167             "dist": {
9168                 "type": "zip",
9169                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
9170                 "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
9171                 "shasum": ""
9172             },
9173             "require": {
9174                 "ext-dom": "*",
9175                 "ext-libxml": "*",
9176                 "ext-xmlwriter": "*",
9177                 "nikic/php-parser": "^4.13.0",
9178                 "php": ">=7.3",
9179                 "phpunit/php-file-iterator": "^3.0.3",
9180                 "phpunit/php-text-template": "^2.0.2",
9181                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
9182                 "sebastian/complexity": "^2.0",
9183                 "sebastian/environment": "^5.1.2",
9184                 "sebastian/lines-of-code": "^1.0.3",
9185                 "sebastian/version": "^3.0.1",
9186                 "theseer/tokenizer": "^1.2.0"
9187             },
9188             "require-dev": {
9189                 "phpunit/phpunit": "^9.3"
9190             },
9191             "suggest": {
9192                 "ext-pcov": "*",
9193                 "ext-xdebug": "*"
9194             },
9195             "type": "library",
9196             "extra": {
9197                 "branch-alias": {
9198                     "dev-master": "9.2-dev"
9199                 }
9200             },
9201             "autoload": {
9202                 "classmap": [
9203                     "src/"
9204                 ]
9205             },
9206             "notification-url": "https://packagist.org/downloads/",
9207             "license": [
9208                 "BSD-3-Clause"
9209             ],
9210             "authors": [
9211                 {
9212                     "name": "Sebastian Bergmann",
9213                     "email": "[email protected]",
9214                     "role": "lead"
9215                 }
9216             ],
9217             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
9218             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
9219             "keywords": [
9220                 "coverage",
9221                 "testing",
9222                 "xunit"
9223             ],
9224             "support": {
9225                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
9226                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15"
9227             },
9228             "funding": [
9229                 {
9230                     "url": "https://github.com/sebastianbergmann",
9231                     "type": "github"
9232                 }
9233             ],
9234             "time": "2022-03-07T09:28:20+00:00"
9235         },
9236         {
9237             "name": "phpunit/php-file-iterator",
9238             "version": "3.0.6",
9239             "source": {
9240                 "type": "git",
9241                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
9242                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
9243             },
9244             "dist": {
9245                 "type": "zip",
9246                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
9247                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
9248                 "shasum": ""
9249             },
9250             "require": {
9251                 "php": ">=7.3"
9252             },
9253             "require-dev": {
9254                 "phpunit/phpunit": "^9.3"
9255             },
9256             "type": "library",
9257             "extra": {
9258                 "branch-alias": {
9259                     "dev-master": "3.0-dev"
9260                 }
9261             },
9262             "autoload": {
9263                 "classmap": [
9264                     "src/"
9265                 ]
9266             },
9267             "notification-url": "https://packagist.org/downloads/",
9268             "license": [
9269                 "BSD-3-Clause"
9270             ],
9271             "authors": [
9272                 {
9273                     "name": "Sebastian Bergmann",
9274                     "email": "[email protected]",
9275                     "role": "lead"
9276                 }
9277             ],
9278             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9279             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9280             "keywords": [
9281                 "filesystem",
9282                 "iterator"
9283             ],
9284             "support": {
9285                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
9286                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
9287             },
9288             "funding": [
9289                 {
9290                     "url": "https://github.com/sebastianbergmann",
9291                     "type": "github"
9292                 }
9293             ],
9294             "time": "2021-12-02T12:48:52+00:00"
9295         },
9296         {
9297             "name": "phpunit/php-invoker",
9298             "version": "3.1.1",
9299             "source": {
9300                 "type": "git",
9301                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
9302                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
9303             },
9304             "dist": {
9305                 "type": "zip",
9306                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9307                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9308                 "shasum": ""
9309             },
9310             "require": {
9311                 "php": ">=7.3"
9312             },
9313             "require-dev": {
9314                 "ext-pcntl": "*",
9315                 "phpunit/phpunit": "^9.3"
9316             },
9317             "suggest": {
9318                 "ext-pcntl": "*"
9319             },
9320             "type": "library",
9321             "extra": {
9322                 "branch-alias": {
9323                     "dev-master": "3.1-dev"
9324                 }
9325             },
9326             "autoload": {
9327                 "classmap": [
9328                     "src/"
9329                 ]
9330             },
9331             "notification-url": "https://packagist.org/downloads/",
9332             "license": [
9333                 "BSD-3-Clause"
9334             ],
9335             "authors": [
9336                 {
9337                     "name": "Sebastian Bergmann",
9338                     "email": "[email protected]",
9339                     "role": "lead"
9340                 }
9341             ],
9342             "description": "Invoke callables with a timeout",
9343             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9344             "keywords": [
9345                 "process"
9346             ],
9347             "support": {
9348                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9349                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
9350             },
9351             "funding": [
9352                 {
9353                     "url": "https://github.com/sebastianbergmann",
9354                     "type": "github"
9355                 }
9356             ],
9357             "time": "2020-09-28T05:58:55+00:00"
9358         },
9359         {
9360             "name": "phpunit/php-text-template",
9361             "version": "2.0.4",
9362             "source": {
9363                 "type": "git",
9364                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9365                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
9366             },
9367             "dist": {
9368                 "type": "zip",
9369                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9370                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9371                 "shasum": ""
9372             },
9373             "require": {
9374                 "php": ">=7.3"
9375             },
9376             "require-dev": {
9377                 "phpunit/phpunit": "^9.3"
9378             },
9379             "type": "library",
9380             "extra": {
9381                 "branch-alias": {
9382                     "dev-master": "2.0-dev"
9383                 }
9384             },
9385             "autoload": {
9386                 "classmap": [
9387                     "src/"
9388                 ]
9389             },
9390             "notification-url": "https://packagist.org/downloads/",
9391             "license": [
9392                 "BSD-3-Clause"
9393             ],
9394             "authors": [
9395                 {
9396                     "name": "Sebastian Bergmann",
9397                     "email": "[email protected]",
9398                     "role": "lead"
9399                 }
9400             ],
9401             "description": "Simple template engine.",
9402             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9403             "keywords": [
9404                 "template"
9405             ],
9406             "support": {
9407                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9408                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
9409             },
9410             "funding": [
9411                 {
9412                     "url": "https://github.com/sebastianbergmann",
9413                     "type": "github"
9414                 }
9415             ],
9416             "time": "2020-10-26T05:33:50+00:00"
9417         },
9418         {
9419             "name": "phpunit/php-timer",
9420             "version": "5.0.3",
9421             "source": {
9422                 "type": "git",
9423                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9424                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
9425             },
9426             "dist": {
9427                 "type": "zip",
9428                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9429                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9430                 "shasum": ""
9431             },
9432             "require": {
9433                 "php": ">=7.3"
9434             },
9435             "require-dev": {
9436                 "phpunit/phpunit": "^9.3"
9437             },
9438             "type": "library",
9439             "extra": {
9440                 "branch-alias": {
9441                     "dev-master": "5.0-dev"
9442                 }
9443             },
9444             "autoload": {
9445                 "classmap": [
9446                     "src/"
9447                 ]
9448             },
9449             "notification-url": "https://packagist.org/downloads/",
9450             "license": [
9451                 "BSD-3-Clause"
9452             ],
9453             "authors": [
9454                 {
9455                     "name": "Sebastian Bergmann",
9456                     "email": "[email protected]",
9457                     "role": "lead"
9458                 }
9459             ],
9460             "description": "Utility class for timing",
9461             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9462             "keywords": [
9463                 "timer"
9464             ],
9465             "support": {
9466                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9467                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
9468             },
9469             "funding": [
9470                 {
9471                     "url": "https://github.com/sebastianbergmann",
9472                     "type": "github"
9473                 }
9474             ],
9475             "time": "2020-10-26T13:16:10+00:00"
9476         },
9477         {
9478             "name": "phpunit/phpunit",
9479             "version": "9.5.21",
9480             "source": {
9481                 "type": "git",
9482                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9483                 "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1"
9484             },
9485             "dist": {
9486                 "type": "zip",
9487                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0e32b76be457de00e83213528f6bb37e2a38fcb1",
9488                 "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1",
9489                 "shasum": ""
9490             },
9491             "require": {
9492                 "doctrine/instantiator": "^1.3.1",
9493                 "ext-dom": "*",
9494                 "ext-json": "*",
9495                 "ext-libxml": "*",
9496                 "ext-mbstring": "*",
9497                 "ext-xml": "*",
9498                 "ext-xmlwriter": "*",
9499                 "myclabs/deep-copy": "^1.10.1",
9500                 "phar-io/manifest": "^2.0.3",
9501                 "phar-io/version": "^3.0.2",
9502                 "php": ">=7.3",
9503                 "phpspec/prophecy": "^1.12.1",
9504                 "phpunit/php-code-coverage": "^9.2.13",
9505                 "phpunit/php-file-iterator": "^3.0.5",
9506                 "phpunit/php-invoker": "^3.1.1",
9507                 "phpunit/php-text-template": "^2.0.3",
9508                 "phpunit/php-timer": "^5.0.2",
9509                 "sebastian/cli-parser": "^1.0.1",
9510                 "sebastian/code-unit": "^1.0.6",
9511                 "sebastian/comparator": "^4.0.5",
9512                 "sebastian/diff": "^4.0.3",
9513                 "sebastian/environment": "^5.1.3",
9514                 "sebastian/exporter": "^4.0.3",
9515                 "sebastian/global-state": "^5.0.1",
9516                 "sebastian/object-enumerator": "^4.0.3",
9517                 "sebastian/resource-operations": "^3.0.3",
9518                 "sebastian/type": "^3.0",
9519                 "sebastian/version": "^3.0.2"
9520             },
9521             "require-dev": {
9522                 "phpspec/prophecy-phpunit": "^2.0.1"
9523             },
9524             "suggest": {
9525                 "ext-soap": "*",
9526                 "ext-xdebug": "*"
9527             },
9528             "bin": [
9529                 "phpunit"
9530             ],
9531             "type": "library",
9532             "extra": {
9533                 "branch-alias": {
9534                     "dev-master": "9.5-dev"
9535                 }
9536             },
9537             "autoload": {
9538                 "files": [
9539                     "src/Framework/Assert/Functions.php"
9540                 ],
9541                 "classmap": [
9542                     "src/"
9543                 ]
9544             },
9545             "notification-url": "https://packagist.org/downloads/",
9546             "license": [
9547                 "BSD-3-Clause"
9548             ],
9549             "authors": [
9550                 {
9551                     "name": "Sebastian Bergmann",
9552                     "email": "[email protected]",
9553                     "role": "lead"
9554                 }
9555             ],
9556             "description": "The PHP Unit Testing framework.",
9557             "homepage": "https://phpunit.de/",
9558             "keywords": [
9559                 "phpunit",
9560                 "testing",
9561                 "xunit"
9562             ],
9563             "support": {
9564                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9565                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.21"
9566             },
9567             "funding": [
9568                 {
9569                     "url": "https://phpunit.de/sponsors.html",
9570                     "type": "custom"
9571                 },
9572                 {
9573                     "url": "https://github.com/sebastianbergmann",
9574                     "type": "github"
9575                 }
9576             ],
9577             "time": "2022-06-19T12:14:25+00:00"
9578         },
9579         {
9580             "name": "react/promise",
9581             "version": "v2.9.0",
9582             "source": {
9583                 "type": "git",
9584                 "url": "https://github.com/reactphp/promise.git",
9585                 "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910"
9586             },
9587             "dist": {
9588                 "type": "zip",
9589                 "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910",
9590                 "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910",
9591                 "shasum": ""
9592             },
9593             "require": {
9594                 "php": ">=5.4.0"
9595             },
9596             "require-dev": {
9597                 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
9598             },
9599             "type": "library",
9600             "autoload": {
9601                 "files": [
9602                     "src/functions_include.php"
9603                 ],
9604                 "psr-4": {
9605                     "React\\Promise\\": "src/"
9606                 }
9607             },
9608             "notification-url": "https://packagist.org/downloads/",
9609             "license": [
9610                 "MIT"
9611             ],
9612             "authors": [
9613                 {
9614                     "name": "Jan Sorgalla",
9615                     "email": "[email protected]",
9616                     "homepage": "https://sorgalla.com/"
9617                 },
9618                 {
9619                     "name": "Christian Lück",
9620                     "email": "[email protected]",
9621                     "homepage": "https://clue.engineering/"
9622                 },
9623                 {
9624                     "name": "Cees-Jan Kiewiet",
9625                     "email": "[email protected]",
9626                     "homepage": "https://wyrihaximus.net/"
9627                 },
9628                 {
9629                     "name": "Chris Boden",
9630                     "email": "[email protected]",
9631                     "homepage": "https://cboden.dev/"
9632                 }
9633             ],
9634             "description": "A lightweight implementation of CommonJS Promises/A for PHP",
9635             "keywords": [
9636                 "promise",
9637                 "promises"
9638             ],
9639             "support": {
9640                 "issues": "https://github.com/reactphp/promise/issues",
9641                 "source": "https://github.com/reactphp/promise/tree/v2.9.0"
9642             },
9643             "funding": [
9644                 {
9645                     "url": "https://github.com/WyriHaximus",
9646                     "type": "github"
9647                 },
9648                 {
9649                     "url": "https://github.com/clue",
9650                     "type": "github"
9651                 }
9652             ],
9653             "time": "2022-02-11T10:27:51+00:00"
9654         },
9655         {
9656             "name": "sebastian/cli-parser",
9657             "version": "1.0.1",
9658             "source": {
9659                 "type": "git",
9660                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9661                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
9662             },
9663             "dist": {
9664                 "type": "zip",
9665                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9666                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9667                 "shasum": ""
9668             },
9669             "require": {
9670                 "php": ">=7.3"
9671             },
9672             "require-dev": {
9673                 "phpunit/phpunit": "^9.3"
9674             },
9675             "type": "library",
9676             "extra": {
9677                 "branch-alias": {
9678                     "dev-master": "1.0-dev"
9679                 }
9680             },
9681             "autoload": {
9682                 "classmap": [
9683                     "src/"
9684                 ]
9685             },
9686             "notification-url": "https://packagist.org/downloads/",
9687             "license": [
9688                 "BSD-3-Clause"
9689             ],
9690             "authors": [
9691                 {
9692                     "name": "Sebastian Bergmann",
9693                     "email": "[email protected]",
9694                     "role": "lead"
9695                 }
9696             ],
9697             "description": "Library for parsing CLI options",
9698             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9699             "support": {
9700                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9701                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
9702             },
9703             "funding": [
9704                 {
9705                     "url": "https://github.com/sebastianbergmann",
9706                     "type": "github"
9707                 }
9708             ],
9709             "time": "2020-09-28T06:08:49+00:00"
9710         },
9711         {
9712             "name": "sebastian/code-unit",
9713             "version": "1.0.8",
9714             "source": {
9715                 "type": "git",
9716                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9717                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
9718             },
9719             "dist": {
9720                 "type": "zip",
9721                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
9722                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
9723                 "shasum": ""
9724             },
9725             "require": {
9726                 "php": ">=7.3"
9727             },
9728             "require-dev": {
9729                 "phpunit/phpunit": "^9.3"
9730             },
9731             "type": "library",
9732             "extra": {
9733                 "branch-alias": {
9734                     "dev-master": "1.0-dev"
9735                 }
9736             },
9737             "autoload": {
9738                 "classmap": [
9739                     "src/"
9740                 ]
9741             },
9742             "notification-url": "https://packagist.org/downloads/",
9743             "license": [
9744                 "BSD-3-Clause"
9745             ],
9746             "authors": [
9747                 {
9748                     "name": "Sebastian Bergmann",
9749                     "email": "[email protected]",
9750                     "role": "lead"
9751                 }
9752             ],
9753             "description": "Collection of value objects that represent the PHP code units",
9754             "homepage": "https://github.com/sebastianbergmann/code-unit",
9755             "support": {
9756                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9757                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
9758             },
9759             "funding": [
9760                 {
9761                     "url": "https://github.com/sebastianbergmann",
9762                     "type": "github"
9763                 }
9764             ],
9765             "time": "2020-10-26T13:08:54+00:00"
9766         },
9767         {
9768             "name": "sebastian/code-unit-reverse-lookup",
9769             "version": "2.0.3",
9770             "source": {
9771                 "type": "git",
9772                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9773                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
9774             },
9775             "dist": {
9776                 "type": "zip",
9777                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9778                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9779                 "shasum": ""
9780             },
9781             "require": {
9782                 "php": ">=7.3"
9783             },
9784             "require-dev": {
9785                 "phpunit/phpunit": "^9.3"
9786             },
9787             "type": "library",
9788             "extra": {
9789                 "branch-alias": {
9790                     "dev-master": "2.0-dev"
9791                 }
9792             },
9793             "autoload": {
9794                 "classmap": [
9795                     "src/"
9796                 ]
9797             },
9798             "notification-url": "https://packagist.org/downloads/",
9799             "license": [
9800                 "BSD-3-Clause"
9801             ],
9802             "authors": [
9803                 {
9804                     "name": "Sebastian Bergmann",
9805                     "email": "[email protected]"
9806                 }
9807             ],
9808             "description": "Looks up which function or method a line of code belongs to",
9809             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9810             "support": {
9811                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9812                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
9813             },
9814             "funding": [
9815                 {
9816                     "url": "https://github.com/sebastianbergmann",
9817                     "type": "github"
9818                 }
9819             ],
9820             "time": "2020-09-28T05:30:19+00:00"
9821         },
9822         {
9823             "name": "sebastian/comparator",
9824             "version": "4.0.6",
9825             "source": {
9826                 "type": "git",
9827                 "url": "https://github.com/sebastianbergmann/comparator.git",
9828                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
9829             },
9830             "dist": {
9831                 "type": "zip",
9832                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
9833                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
9834                 "shasum": ""
9835             },
9836             "require": {
9837                 "php": ">=7.3",
9838                 "sebastian/diff": "^4.0",
9839                 "sebastian/exporter": "^4.0"
9840             },
9841             "require-dev": {
9842                 "phpunit/phpunit": "^9.3"
9843             },
9844             "type": "library",
9845             "extra": {
9846                 "branch-alias": {
9847                     "dev-master": "4.0-dev"
9848                 }
9849             },
9850             "autoload": {
9851                 "classmap": [
9852                     "src/"
9853                 ]
9854             },
9855             "notification-url": "https://packagist.org/downloads/",
9856             "license": [
9857                 "BSD-3-Clause"
9858             ],
9859             "authors": [
9860                 {
9861                     "name": "Sebastian Bergmann",
9862                     "email": "[email protected]"
9863                 },
9864                 {
9865                     "name": "Jeff Welch",
9866                     "email": "[email protected]"
9867                 },
9868                 {
9869                     "name": "Volker Dusch",
9870                     "email": "[email protected]"
9871                 },
9872                 {
9873                     "name": "Bernhard Schussek",
9874                     "email": "[email protected]"
9875                 }
9876             ],
9877             "description": "Provides the functionality to compare PHP values for equality",
9878             "homepage": "https://github.com/sebastianbergmann/comparator",
9879             "keywords": [
9880                 "comparator",
9881                 "compare",
9882                 "equality"
9883             ],
9884             "support": {
9885                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9886                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
9887             },
9888             "funding": [
9889                 {
9890                     "url": "https://github.com/sebastianbergmann",
9891                     "type": "github"
9892                 }
9893             ],
9894             "time": "2020-10-26T15:49:45+00:00"
9895         },
9896         {
9897             "name": "sebastian/complexity",
9898             "version": "2.0.2",
9899             "source": {
9900                 "type": "git",
9901                 "url": "https://github.com/sebastianbergmann/complexity.git",
9902                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
9903             },
9904             "dist": {
9905                 "type": "zip",
9906                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
9907                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
9908                 "shasum": ""
9909             },
9910             "require": {
9911                 "nikic/php-parser": "^4.7",
9912                 "php": ">=7.3"
9913             },
9914             "require-dev": {
9915                 "phpunit/phpunit": "^9.3"
9916             },
9917             "type": "library",
9918             "extra": {
9919                 "branch-alias": {
9920                     "dev-master": "2.0-dev"
9921                 }
9922             },
9923             "autoload": {
9924                 "classmap": [
9925                     "src/"
9926                 ]
9927             },
9928             "notification-url": "https://packagist.org/downloads/",
9929             "license": [
9930                 "BSD-3-Clause"
9931             ],
9932             "authors": [
9933                 {
9934                     "name": "Sebastian Bergmann",
9935                     "email": "[email protected]",
9936                     "role": "lead"
9937                 }
9938             ],
9939             "description": "Library for calculating the complexity of PHP code units",
9940             "homepage": "https://github.com/sebastianbergmann/complexity",
9941             "support": {
9942                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9943                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
9944             },
9945             "funding": [
9946                 {
9947                     "url": "https://github.com/sebastianbergmann",
9948                     "type": "github"
9949                 }
9950             ],
9951             "time": "2020-10-26T15:52:27+00:00"
9952         },
9953         {
9954             "name": "sebastian/diff",
9955             "version": "4.0.4",
9956             "source": {
9957                 "type": "git",
9958                 "url": "https://github.com/sebastianbergmann/diff.git",
9959                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
9960             },
9961             "dist": {
9962                 "type": "zip",
9963                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
9964                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
9965                 "shasum": ""
9966             },
9967             "require": {
9968                 "php": ">=7.3"
9969             },
9970             "require-dev": {
9971                 "phpunit/phpunit": "^9.3",
9972                 "symfony/process": "^4.2 || ^5"
9973             },
9974             "type": "library",
9975             "extra": {
9976                 "branch-alias": {
9977                     "dev-master": "4.0-dev"
9978                 }
9979             },
9980             "autoload": {
9981                 "classmap": [
9982                     "src/"
9983                 ]
9984             },
9985             "notification-url": "https://packagist.org/downloads/",
9986             "license": [
9987                 "BSD-3-Clause"
9988             ],
9989             "authors": [
9990                 {
9991                     "name": "Sebastian Bergmann",
9992                     "email": "[email protected]"
9993                 },
9994                 {
9995                     "name": "Kore Nordmann",
9996                     "email": "[email protected]"
9997                 }
9998             ],
9999             "description": "Diff implementation",
10000             "homepage": "https://github.com/sebastianbergmann/diff",
10001             "keywords": [
10002                 "diff",
10003                 "udiff",
10004                 "unidiff",
10005                 "unified diff"
10006             ],
10007             "support": {
10008                 "issues": "https://github.com/sebastianbergmann/diff/issues",
10009                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
10010             },
10011             "funding": [
10012                 {
10013                     "url": "https://github.com/sebastianbergmann",
10014                     "type": "github"
10015                 }
10016             ],
10017             "time": "2020-10-26T13:10:38+00:00"
10018         },
10019         {
10020             "name": "sebastian/environment",
10021             "version": "5.1.4",
10022             "source": {
10023                 "type": "git",
10024                 "url": "https://github.com/sebastianbergmann/environment.git",
10025                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
10026             },
10027             "dist": {
10028                 "type": "zip",
10029                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
10030                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
10031                 "shasum": ""
10032             },
10033             "require": {
10034                 "php": ">=7.3"
10035             },
10036             "require-dev": {
10037                 "phpunit/phpunit": "^9.3"
10038             },
10039             "suggest": {
10040                 "ext-posix": "*"
10041             },
10042             "type": "library",
10043             "extra": {
10044                 "branch-alias": {
10045                     "dev-master": "5.1-dev"
10046                 }
10047             },
10048             "autoload": {
10049                 "classmap": [
10050                     "src/"
10051                 ]
10052             },
10053             "notification-url": "https://packagist.org/downloads/",
10054             "license": [
10055                 "BSD-3-Clause"
10056             ],
10057             "authors": [
10058                 {
10059                     "name": "Sebastian Bergmann",
10060                     "email": "[email protected]"
10061                 }
10062             ],
10063             "description": "Provides functionality to handle HHVM/PHP environments",
10064             "homepage": "http://www.github.com/sebastianbergmann/environment",
10065             "keywords": [
10066                 "Xdebug",
10067                 "environment",
10068                 "hhvm"
10069             ],
10070             "support": {
10071                 "issues": "https://github.com/sebastianbergmann/environment/issues",
10072                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
10073             },
10074             "funding": [
10075                 {
10076                     "url": "https://github.com/sebastianbergmann",
10077                     "type": "github"
10078                 }
10079             ],
10080             "time": "2022-04-03T09:37:03+00:00"
10081         },
10082         {
10083             "name": "sebastian/exporter",
10084             "version": "4.0.4",
10085             "source": {
10086                 "type": "git",
10087                 "url": "https://github.com/sebastianbergmann/exporter.git",
10088                 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
10089             },
10090             "dist": {
10091                 "type": "zip",
10092                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
10093                 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
10094                 "shasum": ""
10095             },
10096             "require": {
10097                 "php": ">=7.3",
10098                 "sebastian/recursion-context": "^4.0"
10099             },
10100             "require-dev": {
10101                 "ext-mbstring": "*",
10102                 "phpunit/phpunit": "^9.3"
10103             },
10104             "type": "library",
10105             "extra": {
10106                 "branch-alias": {
10107                     "dev-master": "4.0-dev"
10108                 }
10109             },
10110             "autoload": {
10111                 "classmap": [
10112                     "src/"
10113                 ]
10114             },
10115             "notification-url": "https://packagist.org/downloads/",
10116             "license": [
10117                 "BSD-3-Clause"
10118             ],
10119             "authors": [
10120                 {
10121                     "name": "Sebastian Bergmann",
10122                     "email": "[email protected]"
10123                 },
10124                 {
10125                     "name": "Jeff Welch",
10126                     "email": "[email protected]"
10127                 },
10128                 {
10129                     "name": "Volker Dusch",
10130                     "email": "[email protected]"
10131                 },
10132                 {
10133                     "name": "Adam Harvey",
10134                     "email": "[email protected]"
10135                 },
10136                 {
10137                     "name": "Bernhard Schussek",
10138                     "email": "[email protected]"
10139                 }
10140             ],
10141             "description": "Provides the functionality to export PHP variables for visualization",
10142             "homepage": "https://www.github.com/sebastianbergmann/exporter",
10143             "keywords": [
10144                 "export",
10145                 "exporter"
10146             ],
10147             "support": {
10148                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
10149                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
10150             },
10151             "funding": [
10152                 {
10153                     "url": "https://github.com/sebastianbergmann",
10154                     "type": "github"
10155                 }
10156             ],
10157             "time": "2021-11-11T14:18:36+00:00"
10158         },
10159         {
10160             "name": "sebastian/global-state",
10161             "version": "5.0.5",
10162             "source": {
10163                 "type": "git",
10164                 "url": "https://github.com/sebastianbergmann/global-state.git",
10165                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
10166             },
10167             "dist": {
10168                 "type": "zip",
10169                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
10170                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
10171                 "shasum": ""
10172             },
10173             "require": {
10174                 "php": ">=7.3",
10175                 "sebastian/object-reflector": "^2.0",
10176                 "sebastian/recursion-context": "^4.0"
10177             },
10178             "require-dev": {
10179                 "ext-dom": "*",
10180                 "phpunit/phpunit": "^9.3"
10181             },
10182             "suggest": {
10183                 "ext-uopz": "*"
10184             },
10185             "type": "library",
10186             "extra": {
10187                 "branch-alias": {
10188                     "dev-master": "5.0-dev"
10189                 }
10190             },
10191             "autoload": {
10192                 "classmap": [
10193                     "src/"
10194                 ]
10195             },
10196             "notification-url": "https://packagist.org/downloads/",
10197             "license": [
10198                 "BSD-3-Clause"
10199             ],
10200             "authors": [
10201                 {
10202                     "name": "Sebastian Bergmann",
10203                     "email": "[email protected]"
10204                 }
10205             ],
10206             "description": "Snapshotting of global state",
10207             "homepage": "http://www.github.com/sebastianbergmann/global-state",
10208             "keywords": [
10209                 "global state"
10210             ],
10211             "support": {
10212                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
10213                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
10214             },
10215             "funding": [
10216                 {
10217                     "url": "https://github.com/sebastianbergmann",
10218                     "type": "github"
10219                 }
10220             ],
10221             "time": "2022-02-14T08:28:10+00:00"
10222         },
10223         {
10224             "name": "sebastian/lines-of-code",
10225             "version": "1.0.3",
10226             "source": {
10227                 "type": "git",
10228                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
10229                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
10230             },
10231             "dist": {
10232                 "type": "zip",
10233                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10234                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10235                 "shasum": ""
10236             },
10237             "require": {
10238                 "nikic/php-parser": "^4.6",
10239                 "php": ">=7.3"
10240             },
10241             "require-dev": {
10242                 "phpunit/phpunit": "^9.3"
10243             },
10244             "type": "library",
10245             "extra": {
10246                 "branch-alias": {
10247                     "dev-master": "1.0-dev"
10248                 }
10249             },
10250             "autoload": {
10251                 "classmap": [
10252                     "src/"
10253                 ]
10254             },
10255             "notification-url": "https://packagist.org/downloads/",
10256             "license": [
10257                 "BSD-3-Clause"
10258             ],
10259             "authors": [
10260                 {
10261                     "name": "Sebastian Bergmann",
10262                     "email": "[email protected]",
10263                     "role": "lead"
10264                 }
10265             ],
10266             "description": "Library for counting the lines of code in PHP source code",
10267             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
10268             "support": {
10269                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
10270                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
10271             },
10272             "funding": [
10273                 {
10274                     "url": "https://github.com/sebastianbergmann",
10275                     "type": "github"
10276                 }
10277             ],
10278             "time": "2020-11-28T06:42:11+00:00"
10279         },
10280         {
10281             "name": "sebastian/object-enumerator",
10282             "version": "4.0.4",
10283             "source": {
10284                 "type": "git",
10285                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
10286                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
10287             },
10288             "dist": {
10289                 "type": "zip",
10290                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
10291                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
10292                 "shasum": ""
10293             },
10294             "require": {
10295                 "php": ">=7.3",
10296                 "sebastian/object-reflector": "^2.0",
10297                 "sebastian/recursion-context": "^4.0"
10298             },
10299             "require-dev": {
10300                 "phpunit/phpunit": "^9.3"
10301             },
10302             "type": "library",
10303             "extra": {
10304                 "branch-alias": {
10305                     "dev-master": "4.0-dev"
10306                 }
10307             },
10308             "autoload": {
10309                 "classmap": [
10310                     "src/"
10311                 ]
10312             },
10313             "notification-url": "https://packagist.org/downloads/",
10314             "license": [
10315                 "BSD-3-Clause"
10316             ],
10317             "authors": [
10318                 {
10319                     "name": "Sebastian Bergmann",
10320                     "email": "[email protected]"
10321                 }
10322             ],
10323             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10324             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10325             "support": {
10326                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
10327                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
10328             },
10329             "funding": [
10330                 {
10331                     "url": "https://github.com/sebastianbergmann",
10332                     "type": "github"
10333                 }
10334             ],
10335             "time": "2020-10-26T13:12:34+00:00"
10336         },
10337         {
10338             "name": "sebastian/object-reflector",
10339             "version": "2.0.4",
10340             "source": {
10341                 "type": "git",
10342                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
10343                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
10344             },
10345             "dist": {
10346                 "type": "zip",
10347                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10348                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10349                 "shasum": ""
10350             },
10351             "require": {
10352                 "php": ">=7.3"
10353             },
10354             "require-dev": {
10355                 "phpunit/phpunit": "^9.3"
10356             },
10357             "type": "library",
10358             "extra": {
10359                 "branch-alias": {
10360                     "dev-master": "2.0-dev"
10361                 }
10362             },
10363             "autoload": {
10364                 "classmap": [
10365                     "src/"
10366                 ]
10367             },
10368             "notification-url": "https://packagist.org/downloads/",
10369             "license": [
10370                 "BSD-3-Clause"
10371             ],
10372             "authors": [
10373                 {
10374                     "name": "Sebastian Bergmann",
10375                     "email": "[email protected]"
10376                 }
10377             ],
10378             "description": "Allows reflection of object attributes, including inherited and non-public ones",
10379             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
10380             "support": {
10381                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10382                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
10383             },
10384             "funding": [
10385                 {
10386                     "url": "https://github.com/sebastianbergmann",
10387                     "type": "github"
10388                 }
10389             ],
10390             "time": "2020-10-26T13:14:26+00:00"
10391         },
10392         {
10393             "name": "sebastian/recursion-context",
10394             "version": "4.0.4",
10395             "source": {
10396                 "type": "git",
10397                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10398                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
10399             },
10400             "dist": {
10401                 "type": "zip",
10402                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
10403                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
10404                 "shasum": ""
10405             },
10406             "require": {
10407                 "php": ">=7.3"
10408             },
10409             "require-dev": {
10410                 "phpunit/phpunit": "^9.3"
10411             },
10412             "type": "library",
10413             "extra": {
10414                 "branch-alias": {
10415                     "dev-master": "4.0-dev"
10416                 }
10417             },
10418             "autoload": {
10419                 "classmap": [
10420                     "src/"
10421                 ]
10422             },
10423             "notification-url": "https://packagist.org/downloads/",
10424             "license": [
10425                 "BSD-3-Clause"
10426             ],
10427             "authors": [
10428                 {
10429                     "name": "Sebastian Bergmann",
10430                     "email": "[email protected]"
10431                 },
10432                 {
10433                     "name": "Jeff Welch",
10434                     "email": "[email protected]"
10435                 },
10436                 {
10437                     "name": "Adam Harvey",
10438                     "email": "[email protected]"
10439                 }
10440             ],
10441             "description": "Provides functionality to recursively process PHP variables",
10442             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
10443             "support": {
10444                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10445                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
10446             },
10447             "funding": [
10448                 {
10449                     "url": "https://github.com/sebastianbergmann",
10450                     "type": "github"
10451                 }
10452             ],
10453             "time": "2020-10-26T13:17:30+00:00"
10454         },
10455         {
10456             "name": "sebastian/resource-operations",
10457             "version": "3.0.3",
10458             "source": {
10459                 "type": "git",
10460                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
10461                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
10462             },
10463             "dist": {
10464                 "type": "zip",
10465                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10466                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10467                 "shasum": ""
10468             },
10469             "require": {
10470                 "php": ">=7.3"
10471             },
10472             "require-dev": {
10473                 "phpunit/phpunit": "^9.0"
10474             },
10475             "type": "library",
10476             "extra": {
10477                 "branch-alias": {
10478                     "dev-master": "3.0-dev"
10479                 }
10480             },
10481             "autoload": {
10482                 "classmap": [
10483                     "src/"
10484                 ]
10485             },
10486             "notification-url": "https://packagist.org/downloads/",
10487             "license": [
10488                 "BSD-3-Clause"
10489             ],
10490             "authors": [
10491                 {
10492                     "name": "Sebastian Bergmann",
10493                     "email": "[email protected]"
10494                 }
10495             ],
10496             "description": "Provides a list of PHP built-in functions that operate on resources",
10497             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
10498             "support": {
10499                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
10500                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
10501             },
10502             "funding": [
10503                 {
10504                     "url": "https://github.com/sebastianbergmann",
10505                     "type": "github"
10506                 }
10507             ],
10508             "time": "2020-09-28T06:45:17+00:00"
10509         },
10510         {
10511             "name": "sebastian/type",
10512             "version": "3.0.0",
10513             "source": {
10514                 "type": "git",
10515                 "url": "https://github.com/sebastianbergmann/type.git",
10516                 "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad"
10517             },
10518             "dist": {
10519                 "type": "zip",
10520                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
10521                 "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
10522                 "shasum": ""
10523             },
10524             "require": {
10525                 "php": ">=7.3"
10526             },
10527             "require-dev": {
10528                 "phpunit/phpunit": "^9.5"
10529             },
10530             "type": "library",
10531             "extra": {
10532                 "branch-alias": {
10533                     "dev-master": "3.0-dev"
10534                 }
10535             },
10536             "autoload": {
10537                 "classmap": [
10538                     "src/"
10539                 ]
10540             },
10541             "notification-url": "https://packagist.org/downloads/",
10542             "license": [
10543                 "BSD-3-Clause"
10544             ],
10545             "authors": [
10546                 {
10547                     "name": "Sebastian Bergmann",
10548                     "email": "[email protected]",
10549                     "role": "lead"
10550                 }
10551             ],
10552             "description": "Collection of value objects that represent the types of the PHP type system",
10553             "homepage": "https://github.com/sebastianbergmann/type",
10554             "support": {
10555                 "issues": "https://github.com/sebastianbergmann/type/issues",
10556                 "source": "https://github.com/sebastianbergmann/type/tree/3.0.0"
10557             },
10558             "funding": [
10559                 {
10560                     "url": "https://github.com/sebastianbergmann",
10561                     "type": "github"
10562                 }
10563             ],
10564             "time": "2022-03-15T09:54:48+00:00"
10565         },
10566         {
10567             "name": "sebastian/version",
10568             "version": "3.0.2",
10569             "source": {
10570                 "type": "git",
10571                 "url": "https://github.com/sebastianbergmann/version.git",
10572                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
10573             },
10574             "dist": {
10575                 "type": "zip",
10576                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
10577                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
10578                 "shasum": ""
10579             },
10580             "require": {
10581                 "php": ">=7.3"
10582             },
10583             "type": "library",
10584             "extra": {
10585                 "branch-alias": {
10586                     "dev-master": "3.0-dev"
10587                 }
10588             },
10589             "autoload": {
10590                 "classmap": [
10591                     "src/"
10592                 ]
10593             },
10594             "notification-url": "https://packagist.org/downloads/",
10595             "license": [
10596                 "BSD-3-Clause"
10597             ],
10598             "authors": [
10599                 {
10600                     "name": "Sebastian Bergmann",
10601                     "email": "[email protected]",
10602                     "role": "lead"
10603                 }
10604             ],
10605             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10606             "homepage": "https://github.com/sebastianbergmann/version",
10607             "support": {
10608                 "issues": "https://github.com/sebastianbergmann/version/issues",
10609                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
10610             },
10611             "funding": [
10612                 {
10613                     "url": "https://github.com/sebastianbergmann",
10614                     "type": "github"
10615                 }
10616             ],
10617             "time": "2020-09-28T06:39:44+00:00"
10618         },
10619         {
10620             "name": "seld/jsonlint",
10621             "version": "1.9.0",
10622             "source": {
10623                 "type": "git",
10624                 "url": "https://github.com/Seldaek/jsonlint.git",
10625                 "reference": "4211420d25eba80712bff236a98960ef68b866b7"
10626             },
10627             "dist": {
10628                 "type": "zip",
10629                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7",
10630                 "reference": "4211420d25eba80712bff236a98960ef68b866b7",
10631                 "shasum": ""
10632             },
10633             "require": {
10634                 "php": "^5.3 || ^7.0 || ^8.0"
10635             },
10636             "require-dev": {
10637                 "phpstan/phpstan": "^1.5",
10638                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
10639             },
10640             "bin": [
10641                 "bin/jsonlint"
10642             ],
10643             "type": "library",
10644             "autoload": {
10645                 "psr-4": {
10646                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
10647                 }
10648             },
10649             "notification-url": "https://packagist.org/downloads/",
10650             "license": [
10651                 "MIT"
10652             ],
10653             "authors": [
10654                 {
10655                     "name": "Jordi Boggiano",
10656                     "email": "[email protected]",
10657                     "homepage": "http://seld.be"
10658                 }
10659             ],
10660             "description": "JSON Linter",
10661             "keywords": [
10662                 "json",
10663                 "linter",
10664                 "parser",
10665                 "validator"
10666             ],
10667             "support": {
10668                 "issues": "https://github.com/Seldaek/jsonlint/issues",
10669                 "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0"
10670             },
10671             "funding": [
10672                 {
10673                     "url": "https://github.com/Seldaek",
10674                     "type": "github"
10675                 },
10676                 {
10677                     "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
10678                     "type": "tidelift"
10679                 }
10680             ],
10681             "time": "2022-04-01T13:37:23+00:00"
10682         },
10683         {
10684             "name": "seld/phar-utils",
10685             "version": "1.2.0",
10686             "source": {
10687                 "type": "git",
10688                 "url": "https://github.com/Seldaek/phar-utils.git",
10689                 "reference": "9f3452c93ff423469c0d56450431562ca423dcee"
10690             },
10691             "dist": {
10692                 "type": "zip",
10693                 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee",
10694                 "reference": "9f3452c93ff423469c0d56450431562ca423dcee",
10695                 "shasum": ""
10696             },
10697             "require": {
10698                 "php": ">=5.3"
10699             },
10700             "type": "library",
10701             "extra": {
10702                 "branch-alias": {
10703                     "dev-master": "1.x-dev"
10704                 }
10705             },
10706             "autoload": {
10707                 "psr-4": {
10708                     "Seld\\PharUtils\\": "src/"
10709                 }
10710             },
10711             "notification-url": "https://packagist.org/downloads/",
10712             "license": [
10713                 "MIT"
10714             ],
10715             "authors": [
10716                 {
10717                     "name": "Jordi Boggiano",
10718                     "email": "[email protected]"
10719                 }
10720             ],
10721             "description": "PHAR file format utilities, for when PHP phars you up",
10722             "keywords": [
10723                 "phar"
10724             ],
10725             "support": {
10726                 "issues": "https://github.com/Seldaek/phar-utils/issues",
10727                 "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0"
10728             },
10729             "time": "2021-12-10T11:20:11+00:00"
10730         },
10731         {
10732             "name": "ssddanbrown/asserthtml",
10733             "version": "v1.0.1",
10734             "source": {
10735                 "type": "git",
10736                 "url": "https://github.com/ssddanbrown/htmlassert.git",
10737                 "reference": "f7d4352bb3d69347097b2841fd71934182821928"
10738             },
10739             "dist": {
10740                 "type": "zip",
10741                 "url": "https://api.github.com/repos/ssddanbrown/htmlassert/zipball/f7d4352bb3d69347097b2841fd71934182821928",
10742                 "reference": "f7d4352bb3d69347097b2841fd71934182821928",
10743                 "shasum": ""
10744             },
10745             "require": {
10746                 "ext-dom": "*",
10747                 "ext-json": "*",
10748                 "php": ">=7.4",
10749                 "phpunit/phpunit": "^9.0",
10750                 "symfony/css-selector": "^5.0|^6.0",
10751                 "symfony/dom-crawler": "^5.0|^6.0"
10752             },
10753             "require-dev": {
10754                 "vimeo/psalm": "^4.10"
10755             },
10756             "type": "library",
10757             "autoload": {
10758                 "psr-4": {
10759                     "Ssddanbrown\\AssertHtml\\": "src"
10760                 }
10761             },
10762             "notification-url": "https://packagist.org/downloads/",
10763             "license": [
10764                 "MIT"
10765             ],
10766             "authors": [
10767                 {
10768                     "name": "Dan Brown",
10769                     "email": "[email protected]",
10770                     "role": "Developer"
10771                 }
10772             ],
10773             "description": "HTML Content Assertions for PHPUnit",
10774             "homepage": "https://github.com/ssddanbrown/asserthtml",
10775             "support": {
10776                 "issues": "https://github.com/ssddanbrown/htmlassert/issues",
10777                 "source": "https://github.com/ssddanbrown/htmlassert/tree/v1.0.1"
10778             },
10779             "funding": [
10780                 {
10781                     "url": "https://github.com/ssddanbrown",
10782                     "type": "github"
10783                 }
10784             ],
10785             "time": "2022-04-09T13:31:13+00:00"
10786         },
10787         {
10788             "name": "symfony/dom-crawler",
10789             "version": "v5.4.9",
10790             "source": {
10791                 "type": "git",
10792                 "url": "https://github.com/symfony/dom-crawler.git",
10793                 "reference": "a213cbc80382320b0efdccdcdce232f191fafe3a"
10794             },
10795             "dist": {
10796                 "type": "zip",
10797                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/a213cbc80382320b0efdccdcdce232f191fafe3a",
10798                 "reference": "a213cbc80382320b0efdccdcdce232f191fafe3a",
10799                 "shasum": ""
10800             },
10801             "require": {
10802                 "php": ">=7.2.5",
10803                 "symfony/deprecation-contracts": "^2.1|^3",
10804                 "symfony/polyfill-ctype": "~1.8",
10805                 "symfony/polyfill-mbstring": "~1.0",
10806                 "symfony/polyfill-php80": "^1.16"
10807             },
10808             "conflict": {
10809                 "masterminds/html5": "<2.6"
10810             },
10811             "require-dev": {
10812                 "masterminds/html5": "^2.6",
10813                 "symfony/css-selector": "^4.4|^5.0|^6.0"
10814             },
10815             "suggest": {
10816                 "symfony/css-selector": ""
10817             },
10818             "type": "library",
10819             "autoload": {
10820                 "psr-4": {
10821                     "Symfony\\Component\\DomCrawler\\": ""
10822                 },
10823                 "exclude-from-classmap": [
10824                     "/Tests/"
10825                 ]
10826             },
10827             "notification-url": "https://packagist.org/downloads/",
10828             "license": [
10829                 "MIT"
10830             ],
10831             "authors": [
10832                 {
10833                     "name": "Fabien Potencier",
10834                     "email": "[email protected]"
10835                 },
10836                 {
10837                     "name": "Symfony Community",
10838                     "homepage": "https://symfony.com/contributors"
10839                 }
10840             ],
10841             "description": "Eases DOM navigation for HTML and XML documents",
10842             "homepage": "https://symfony.com",
10843             "support": {
10844                 "source": "https://github.com/symfony/dom-crawler/tree/v5.4.9"
10845             },
10846             "funding": [
10847                 {
10848                     "url": "https://symfony.com/sponsor",
10849                     "type": "custom"
10850                 },
10851                 {
10852                     "url": "https://github.com/fabpot",
10853                     "type": "github"
10854                 },
10855                 {
10856                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10857                     "type": "tidelift"
10858                 }
10859             ],
10860             "time": "2022-05-04T14:46:32+00:00"
10861         },
10862         {
10863             "name": "symfony/filesystem",
10864             "version": "v5.4.9",
10865             "source": {
10866                 "type": "git",
10867                 "url": "https://github.com/symfony/filesystem.git",
10868                 "reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba"
10869             },
10870             "dist": {
10871                 "type": "zip",
10872                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/36a017fa4cce1eff1b8e8129ff53513abcef05ba",
10873                 "reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba",
10874                 "shasum": ""
10875             },
10876             "require": {
10877                 "php": ">=7.2.5",
10878                 "symfony/polyfill-ctype": "~1.8",
10879                 "symfony/polyfill-mbstring": "~1.8",
10880                 "symfony/polyfill-php80": "^1.16"
10881             },
10882             "type": "library",
10883             "autoload": {
10884                 "psr-4": {
10885                     "Symfony\\Component\\Filesystem\\": ""
10886                 },
10887                 "exclude-from-classmap": [
10888                     "/Tests/"
10889                 ]
10890             },
10891             "notification-url": "https://packagist.org/downloads/",
10892             "license": [
10893                 "MIT"
10894             ],
10895             "authors": [
10896                 {
10897                     "name": "Fabien Potencier",
10898                     "email": "[email protected]"
10899                 },
10900                 {
10901                     "name": "Symfony Community",
10902                     "homepage": "https://symfony.com/contributors"
10903                 }
10904             ],
10905             "description": "Provides basic utilities for the filesystem",
10906             "homepage": "https://symfony.com",
10907             "support": {
10908                 "source": "https://github.com/symfony/filesystem/tree/v5.4.9"
10909             },
10910             "funding": [
10911                 {
10912                     "url": "https://symfony.com/sponsor",
10913                     "type": "custom"
10914                 },
10915                 {
10916                     "url": "https://github.com/fabpot",
10917                     "type": "github"
10918                 },
10919                 {
10920                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10921                     "type": "tidelift"
10922                 }
10923             ],
10924             "time": "2022-05-20T13:55:35+00:00"
10925         },
10926         {
10927             "name": "theseer/tokenizer",
10928             "version": "1.2.1",
10929             "source": {
10930                 "type": "git",
10931                 "url": "https://github.com/theseer/tokenizer.git",
10932                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
10933             },
10934             "dist": {
10935                 "type": "zip",
10936                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
10937                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
10938                 "shasum": ""
10939             },
10940             "require": {
10941                 "ext-dom": "*",
10942                 "ext-tokenizer": "*",
10943                 "ext-xmlwriter": "*",
10944                 "php": "^7.2 || ^8.0"
10945             },
10946             "type": "library",
10947             "autoload": {
10948                 "classmap": [
10949                     "src/"
10950                 ]
10951             },
10952             "notification-url": "https://packagist.org/downloads/",
10953             "license": [
10954                 "BSD-3-Clause"
10955             ],
10956             "authors": [
10957                 {
10958                     "name": "Arne Blankerts",
10959                     "email": "[email protected]",
10960                     "role": "Developer"
10961                 }
10962             ],
10963             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10964             "support": {
10965                 "issues": "https://github.com/theseer/tokenizer/issues",
10966                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
10967             },
10968             "funding": [
10969                 {
10970                     "url": "https://github.com/theseer",
10971                     "type": "github"
10972                 }
10973             ],
10974             "time": "2021-07-28T10:34:58+00:00"
10975         }
10976     ],
10977     "aliases": [],
10978     "minimum-stability": "dev",
10979     "stability-flags": [],
10980     "prefer-stable": true,
10981     "prefer-lowest": false,
10982     "platform": {
10983         "php": "^7.4|^8.0",
10984         "ext-curl": "*",
10985         "ext-dom": "*",
10986         "ext-fileinfo": "*",
10987         "ext-gd": "*",
10988         "ext-json": "*",
10989         "ext-mbstring": "*",
10990         "ext-xml": "*"
10991     },
10992     "platform-dev": [],
10993     "platform-overrides": {
10994         "php": "7.4.0"
10995     },
10996     "plugin-api-version": "2.3.0"
10997 }