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