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