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