]> BookStack Code Mirror - bookstack/blob - composer.lock
Merge pull request #3986 from BookStackApp/permission_testing
[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.257.5",
62             "source": {
63                 "type": "git",
64                 "url": "https://github.com/aws/aws-sdk-php.git",
65                 "reference": "c600a07da531d6c29af791b9d2e8b6df796aa14b"
66             },
67             "dist": {
68                 "type": "zip",
69                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c600a07da531d6c29af791b9d2e8b6df796aa14b",
70                 "reference": "c600a07da531d6c29af791b9d2e8b6df796aa14b",
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.257.5"
150             },
151             "time": "2023-01-20T19:34:14+00:00"
152         },
153         {
154             "name": "bacon/bacon-qr-code",
155             "version": "2.0.8",
156             "source": {
157                 "type": "git",
158                 "url": "https://github.com/Bacon/BaconQrCode.git",
159                 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
160             },
161             "dist": {
162                 "type": "zip",
163                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
164                 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
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.8"
204             },
205             "time": "2022-12-07T17:46:57+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.3",
565             "source": {
566                 "type": "git",
567                 "url": "https://github.com/doctrine/dbal.git",
568                 "reference": "88fa7e5189fd5ec6682477044264dc0ed4e3aa1e"
569             },
570             "dist": {
571                 "type": "zip",
572                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/88fa7e5189fd5ec6682477044264dc0ed4e3aa1e",
573                 "reference": "88fa7e5189fd5ec6682477044264dc0ed4e3aa1e",
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": "11.0.0",
587                 "jetbrains/phpstorm-stubs": "2022.3",
588                 "phpstan/phpstan": "1.9.4",
589                 "phpstan/phpstan-strict-rules": "^1.4",
590                 "phpunit/phpunit": "9.5.27",
591                 "psalm/plugin-phpunit": "0.18.4",
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.30.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.3"
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": "2023-01-12T10:21:44+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.27",
1791             "source": {
1792                 "type": "git",
1793                 "url": "https://github.com/laravel/framework.git",
1794                 "reference": "e1afe088b4ca613fb96dc57e6d8dbcb8cc2c6b49"
1795             },
1796             "dist": {
1797                 "type": "zip",
1798                 "url": "https://api.github.com/repos/laravel/framework/zipball/e1afe088b4ca613fb96dc57e6d8dbcb8cc2c6b49",
1799                 "reference": "e1afe088b4ca613fb96dc57e6d8dbcb8cc2c6b49",
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-12-08T15:28:55+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.6.0",
2024             "source": {
2025                 "type": "git",
2026                 "url": "https://github.com/laravel/socialite.git",
2027                 "reference": "dae03ca4ecfe3badafcdfb81965d2279080051f4"
2028             },
2029             "dist": {
2030                 "type": "zip",
2031                 "url": "https://api.github.com/repos/laravel/socialite/zipball/dae03ca4ecfe3badafcdfb81965d2279080051f4",
2032                 "reference": "dae03ca4ecfe3badafcdfb81965d2279080051f4",
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|^10.0",
2039                 "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0",
2040                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.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|^8.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": "2023-01-13T15:04:44+00:00"
2089         },
2090         {
2091             "name": "laravel/tinker",
2092             "version": "v2.8.0",
2093             "source": {
2094                 "type": "git",
2095                 "url": "https://github.com/laravel/tinker.git",
2096                 "reference": "74d0b287cc4ae65d15c368dd697aae71d62a73ad"
2097             },
2098             "dist": {
2099                 "type": "zip",
2100                 "url": "https://api.github.com/repos/laravel/tinker/zipball/74d0b287cc4ae65d15c368dd697aae71d62a73ad",
2101                 "reference": "74d0b287cc4ae65d15c368dd697aae71d62a73ad",
2102                 "shasum": ""
2103             },
2104             "require": {
2105                 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
2106                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
2107                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.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|^10.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.8.0"
2155             },
2156             "time": "2023-01-10T18:03:30+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.65.0",
2936             "source": {
2937                 "type": "git",
2938                 "url": "https://github.com/briannesbitt/Carbon.git",
2939                 "reference": "09acf64155c16dc6f580f36569ae89344e9734a3"
2940             },
2941             "dist": {
2942                 "type": "zip",
2943                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/09acf64155c16dc6f580f36569ae89344e9734a3",
2944                 "reference": "09acf64155c16dc6f580f36569ae89344e9734a3",
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.1.4",
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": "2023-01-06T15:55:01+00:00"
3034         },
3035         {
3036             "name": "nikic/php-parser",
3037             "version": "v4.15.3",
3038             "source": {
3039                 "type": "git",
3040                 "url": "https://github.com/nikic/PHP-Parser.git",
3041                 "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039"
3042             },
3043             "dist": {
3044                 "type": "zip",
3045                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039",
3046                 "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039",
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.3"
3088             },
3089             "time": "2023-01-16T22:05:37+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.18",
3497             "source": {
3498                 "type": "git",
3499                 "url": "https://github.com/phpseclib/phpseclib.git",
3500                 "reference": "f28693d38ba21bb0d9f0c411ee5dae2b178201da"
3501             },
3502             "dist": {
3503                 "type": "zip",
3504                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f28693d38ba21bb0d9f0c411ee5dae2b178201da",
3505                 "reference": "f28693d38ba21bb0d9f0c411ee5dae2b178201da",
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.18"
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-12-17T18:26: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.10",
4133             "source": {
4134                 "type": "git",
4135                 "url": "https://github.com/bobthecow/psysh.git",
4136                 "reference": "e9eadffbed9c9deb5426fd107faae0452bf20a36"
4137             },
4138             "dist": {
4139                 "type": "zip",
4140                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e9eadffbed9c9deb5426fd107faae0452bf20a36",
4141                 "reference": "e9eadffbed9c9deb5426fd107faae0452bf20a36",
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.10"
4203             },
4204             "time": "2022-12-23T17:47:18+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.3.0",
4253             "source": {
4254                 "type": "git",
4255                 "url": "https://github.com/ramsey/collection.git",
4256                 "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4"
4257             },
4258             "dist": {
4259                 "type": "zip",
4260                 "url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4",
4261                 "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4",
4262                 "shasum": ""
4263             },
4264             "require": {
4265                 "php": "^7.4 || ^8.0",
4266                 "symfony/polyfill-php81": "^1.23"
4267             },
4268             "require-dev": {
4269                 "captainhook/plugin-composer": "^5.3",
4270                 "ergebnis/composer-normalize": "^2.28.3",
4271                 "fakerphp/faker": "^1.21",
4272                 "hamcrest/hamcrest-php": "^2.0",
4273                 "jangregor/phpstan-prophecy": "^1.0",
4274                 "mockery/mockery": "^1.5",
4275                 "php-parallel-lint/php-console-highlighter": "^1.0",
4276                 "php-parallel-lint/php-parallel-lint": "^1.3",
4277                 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
4278                 "phpspec/prophecy-phpunit": "^2.0",
4279                 "phpstan/extension-installer": "^1.2",
4280                 "phpstan/phpstan": "^1.9",
4281                 "phpstan/phpstan-mockery": "^1.1",
4282                 "phpstan/phpstan-phpunit": "^1.3",
4283                 "phpunit/phpunit": "^9.5",
4284                 "psalm/plugin-mockery": "^1.1",
4285                 "psalm/plugin-phpunit": "^0.18.4",
4286                 "ramsey/coding-standard": "^2.0.3",
4287                 "ramsey/conventional-commits": "^1.3",
4288                 "vimeo/psalm": "^5.4"
4289             },
4290             "type": "library",
4291             "extra": {
4292                 "captainhook": {
4293                     "force-install": true
4294                 },
4295                 "ramsey/conventional-commits": {
4296                     "configFile": "conventional-commits.json"
4297                 }
4298             },
4299             "autoload": {
4300                 "psr-4": {
4301                     "Ramsey\\Collection\\": "src/"
4302                 }
4303             },
4304             "notification-url": "https://packagist.org/downloads/",
4305             "license": [
4306                 "MIT"
4307             ],
4308             "authors": [
4309                 {
4310                     "name": "Ben Ramsey",
4311                     "email": "[email protected]",
4312                     "homepage": "https://benramsey.com"
4313                 }
4314             ],
4315             "description": "A PHP library for representing and manipulating collections.",
4316             "keywords": [
4317                 "array",
4318                 "collection",
4319                 "hash",
4320                 "map",
4321                 "queue",
4322                 "set"
4323             ],
4324             "support": {
4325                 "issues": "https://github.com/ramsey/collection/issues",
4326                 "source": "https://github.com/ramsey/collection/tree/1.3.0"
4327             },
4328             "funding": [
4329                 {
4330                     "url": "https://github.com/ramsey",
4331                     "type": "github"
4332                 },
4333                 {
4334                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
4335                     "type": "tidelift"
4336                 }
4337             ],
4338             "time": "2022-12-27T19:12:24+00:00"
4339         },
4340         {
4341             "name": "ramsey/uuid",
4342             "version": "4.2.3",
4343             "source": {
4344                 "type": "git",
4345                 "url": "https://github.com/ramsey/uuid.git",
4346                 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
4347             },
4348             "dist": {
4349                 "type": "zip",
4350                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
4351                 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
4352                 "shasum": ""
4353             },
4354             "require": {
4355                 "brick/math": "^0.8 || ^0.9",
4356                 "ext-json": "*",
4357                 "php": "^7.2 || ^8.0",
4358                 "ramsey/collection": "^1.0",
4359                 "symfony/polyfill-ctype": "^1.8",
4360                 "symfony/polyfill-php80": "^1.14"
4361             },
4362             "replace": {
4363                 "rhumsaa/uuid": "self.version"
4364             },
4365             "require-dev": {
4366                 "captainhook/captainhook": "^5.10",
4367                 "captainhook/plugin-composer": "^5.3",
4368                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4369                 "doctrine/annotations": "^1.8",
4370                 "ergebnis/composer-normalize": "^2.15",
4371                 "mockery/mockery": "^1.3",
4372                 "moontoast/math": "^1.1",
4373                 "paragonie/random-lib": "^2",
4374                 "php-mock/php-mock": "^2.2",
4375                 "php-mock/php-mock-mockery": "^1.3",
4376                 "php-parallel-lint/php-parallel-lint": "^1.1",
4377                 "phpbench/phpbench": "^1.0",
4378                 "phpstan/extension-installer": "^1.0",
4379                 "phpstan/phpstan": "^0.12",
4380                 "phpstan/phpstan-mockery": "^0.12",
4381                 "phpstan/phpstan-phpunit": "^0.12",
4382                 "phpunit/phpunit": "^8.5 || ^9",
4383                 "slevomat/coding-standard": "^7.0",
4384                 "squizlabs/php_codesniffer": "^3.5",
4385                 "vimeo/psalm": "^4.9"
4386             },
4387             "suggest": {
4388                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
4389                 "ext-ctype": "Enables faster processing of character classification using ctype functions.",
4390                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
4391                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
4392                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
4393                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4394             },
4395             "type": "library",
4396             "extra": {
4397                 "branch-alias": {
4398                     "dev-main": "4.x-dev"
4399                 },
4400                 "captainhook": {
4401                     "force-install": true
4402                 }
4403             },
4404             "autoload": {
4405                 "files": [
4406                     "src/functions.php"
4407                 ],
4408                 "psr-4": {
4409                     "Ramsey\\Uuid\\": "src/"
4410                 }
4411             },
4412             "notification-url": "https://packagist.org/downloads/",
4413             "license": [
4414                 "MIT"
4415             ],
4416             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
4417             "keywords": [
4418                 "guid",
4419                 "identifier",
4420                 "uuid"
4421             ],
4422             "support": {
4423                 "issues": "https://github.com/ramsey/uuid/issues",
4424                 "source": "https://github.com/ramsey/uuid/tree/4.2.3"
4425             },
4426             "funding": [
4427                 {
4428                     "url": "https://github.com/ramsey",
4429                     "type": "github"
4430                 },
4431                 {
4432                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
4433                     "type": "tidelift"
4434                 }
4435             ],
4436             "time": "2021-09-25T23:10:38+00:00"
4437         },
4438         {
4439             "name": "robrichards/xmlseclibs",
4440             "version": "3.1.1",
4441             "source": {
4442                 "type": "git",
4443                 "url": "https://github.com/robrichards/xmlseclibs.git",
4444                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
4445             },
4446             "dist": {
4447                 "type": "zip",
4448                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
4449                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
4450                 "shasum": ""
4451             },
4452             "require": {
4453                 "ext-openssl": "*",
4454                 "php": ">= 5.4"
4455             },
4456             "type": "library",
4457             "autoload": {
4458                 "psr-4": {
4459                     "RobRichards\\XMLSecLibs\\": "src"
4460                 }
4461             },
4462             "notification-url": "https://packagist.org/downloads/",
4463             "license": [
4464                 "BSD-3-Clause"
4465             ],
4466             "description": "A PHP library for XML Security",
4467             "homepage": "https://github.com/robrichards/xmlseclibs",
4468             "keywords": [
4469                 "security",
4470                 "signature",
4471                 "xml",
4472                 "xmldsig"
4473             ],
4474             "support": {
4475                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
4476                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
4477             },
4478             "time": "2020-09-05T13:00:25+00:00"
4479         },
4480         {
4481             "name": "sabberworm/php-css-parser",
4482             "version": "8.4.0",
4483             "source": {
4484                 "type": "git",
4485                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
4486                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
4487             },
4488             "dist": {
4489                 "type": "zip",
4490                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
4491                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
4492                 "shasum": ""
4493             },
4494             "require": {
4495                 "ext-iconv": "*",
4496                 "php": ">=5.6.20"
4497             },
4498             "require-dev": {
4499                 "codacy/coverage": "^1.4",
4500                 "phpunit/phpunit": "^4.8.36"
4501             },
4502             "suggest": {
4503                 "ext-mbstring": "for parsing UTF-8 CSS"
4504             },
4505             "type": "library",
4506             "autoload": {
4507                 "psr-4": {
4508                     "Sabberworm\\CSS\\": "src/"
4509                 }
4510             },
4511             "notification-url": "https://packagist.org/downloads/",
4512             "license": [
4513                 "MIT"
4514             ],
4515             "authors": [
4516                 {
4517                     "name": "Raphael Schweikert"
4518                 }
4519             ],
4520             "description": "Parser for CSS Files written in PHP",
4521             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
4522             "keywords": [
4523                 "css",
4524                 "parser",
4525                 "stylesheet"
4526             ],
4527             "support": {
4528                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
4529                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
4530             },
4531             "time": "2021-12-11T13:40:54+00:00"
4532         },
4533         {
4534             "name": "socialiteproviders/discord",
4535             "version": "4.1.1",
4536             "source": {
4537                 "type": "git",
4538                 "url": "https://github.com/SocialiteProviders/Discord.git",
4539                 "reference": "c6eddeb07ace7473e82d02d4db852dfacf5ef574"
4540             },
4541             "dist": {
4542                 "type": "zip",
4543                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c6eddeb07ace7473e82d02d4db852dfacf5ef574",
4544                 "reference": "c6eddeb07ace7473e82d02d4db852dfacf5ef574",
4545                 "shasum": ""
4546             },
4547             "require": {
4548                 "ext-json": "*",
4549                 "php": "^7.2 || ^8.0",
4550                 "socialiteproviders/manager": "~4.0"
4551             },
4552             "type": "library",
4553             "autoload": {
4554                 "psr-4": {
4555                     "SocialiteProviders\\Discord\\": ""
4556                 }
4557             },
4558             "notification-url": "https://packagist.org/downloads/",
4559             "license": [
4560                 "MIT"
4561             ],
4562             "authors": [
4563                 {
4564                     "name": "Christopher Eklund",
4565                     "email": "[email protected]"
4566                 }
4567             ],
4568             "description": "Discord OAuth2 Provider for Laravel Socialite",
4569             "support": {
4570                 "source": "https://github.com/SocialiteProviders/Discord/tree/4.1.1"
4571             },
4572             "time": "2021-01-05T22:03:58+00:00"
4573         },
4574         {
4575             "name": "socialiteproviders/gitlab",
4576             "version": "4.1.0",
4577             "source": {
4578                 "type": "git",
4579                 "url": "https://github.com/SocialiteProviders/GitLab.git",
4580                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
4581             },
4582             "dist": {
4583                 "type": "zip",
4584                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
4585                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
4586                 "shasum": ""
4587             },
4588             "require": {
4589                 "ext-json": "*",
4590                 "php": "^7.2 || ^8.0",
4591                 "socialiteproviders/manager": "~4.0"
4592             },
4593             "type": "library",
4594             "autoload": {
4595                 "psr-4": {
4596                     "SocialiteProviders\\GitLab\\": ""
4597                 }
4598             },
4599             "notification-url": "https://packagist.org/downloads/",
4600             "license": [
4601                 "MIT"
4602             ],
4603             "authors": [
4604                 {
4605                     "name": "Christoffer Martinsen",
4606                     "email": "[email protected]"
4607                 }
4608             ],
4609             "description": "GitLab OAuth2 Provider for Laravel Socialite",
4610             "support": {
4611                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
4612             },
4613             "time": "2020-12-01T23:10:59+00:00"
4614         },
4615         {
4616             "name": "socialiteproviders/manager",
4617             "version": "v4.2.0",
4618             "source": {
4619                 "type": "git",
4620                 "url": "https://github.com/SocialiteProviders/Manager.git",
4621                 "reference": "738276dfbc2b68a9145db7b3df1588d53db528a1"
4622             },
4623             "dist": {
4624                 "type": "zip",
4625                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/738276dfbc2b68a9145db7b3df1588d53db528a1",
4626                 "reference": "738276dfbc2b68a9145db7b3df1588d53db528a1",
4627                 "shasum": ""
4628             },
4629             "require": {
4630                 "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
4631                 "laravel/socialite": "~5.0",
4632                 "php": "^7.4 || ^8.0"
4633             },
4634             "require-dev": {
4635                 "mockery/mockery": "^1.2",
4636                 "phpunit/phpunit": "^6.0 || ^9.0"
4637             },
4638             "type": "library",
4639             "extra": {
4640                 "laravel": {
4641                     "providers": [
4642                         "SocialiteProviders\\Manager\\ServiceProvider"
4643                     ]
4644                 }
4645             },
4646             "autoload": {
4647                 "psr-4": {
4648                     "SocialiteProviders\\Manager\\": "src/"
4649                 }
4650             },
4651             "notification-url": "https://packagist.org/downloads/",
4652             "license": [
4653                 "MIT"
4654             ],
4655             "authors": [
4656                 {
4657                     "name": "Andy Wendt",
4658                     "email": "[email protected]"
4659                 },
4660                 {
4661                     "name": "Anton Komarev",
4662                     "email": "[email protected]"
4663                 },
4664                 {
4665                     "name": "Miguel Piedrafita",
4666                     "email": "[email protected]"
4667                 },
4668                 {
4669                     "name": "atymic",
4670                     "email": "[email protected]",
4671                     "homepage": "https://atymic.dev"
4672                 }
4673             ],
4674             "description": "Easily add new or override built-in providers in Laravel Socialite.",
4675             "homepage": "https://socialiteproviders.com",
4676             "keywords": [
4677                 "laravel",
4678                 "manager",
4679                 "oauth",
4680                 "providers",
4681                 "socialite"
4682             ],
4683             "support": {
4684                 "issues": "https://github.com/socialiteproviders/manager/issues",
4685                 "source": "https://github.com/socialiteproviders/manager"
4686             },
4687             "time": "2022-09-02T10:20:10+00:00"
4688         },
4689         {
4690             "name": "socialiteproviders/microsoft-azure",
4691             "version": "5.1.0",
4692             "source": {
4693                 "type": "git",
4694                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
4695                 "reference": "7522b27cd8518706b50e03b40a396fb0a6891feb"
4696             },
4697             "dist": {
4698                 "type": "zip",
4699                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/7522b27cd8518706b50e03b40a396fb0a6891feb",
4700                 "reference": "7522b27cd8518706b50e03b40a396fb0a6891feb",
4701                 "shasum": ""
4702             },
4703             "require": {
4704                 "ext-json": "*",
4705                 "php": "^7.2 || ^8.0",
4706                 "socialiteproviders/manager": "~4.0"
4707             },
4708             "type": "library",
4709             "autoload": {
4710                 "psr-4": {
4711                     "SocialiteProviders\\Azure\\": ""
4712                 }
4713             },
4714             "notification-url": "https://packagist.org/downloads/",
4715             "license": [
4716                 "MIT"
4717             ],
4718             "authors": [
4719                 {
4720                     "name": "Chris Hemmings",
4721                     "email": "[email protected]"
4722                 }
4723             ],
4724             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
4725             "keywords": [
4726                 "azure",
4727                 "laravel",
4728                 "microsoft",
4729                 "oauth",
4730                 "provider",
4731                 "socialite"
4732             ],
4733             "support": {
4734                 "docs": "https://socialiteproviders.com/microsoft-azure",
4735                 "issues": "https://github.com/socialiteproviders/providers/issues",
4736                 "source": "https://github.com/socialiteproviders/providers"
4737             },
4738             "time": "2022-03-15T21:17:43+00:00"
4739         },
4740         {
4741             "name": "socialiteproviders/okta",
4742             "version": "4.2.1",
4743             "source": {
4744                 "type": "git",
4745                 "url": "https://github.com/SocialiteProviders/Okta.git",
4746                 "reference": "7c0b7522423943131f680e74123b71ccd3989541"
4747             },
4748             "dist": {
4749                 "type": "zip",
4750                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/7c0b7522423943131f680e74123b71ccd3989541",
4751                 "reference": "7c0b7522423943131f680e74123b71ccd3989541",
4752                 "shasum": ""
4753             },
4754             "require": {
4755                 "ext-json": "*",
4756                 "php": "^7.2 || ^8.0",
4757                 "socialiteproviders/manager": "~4.0"
4758             },
4759             "type": "library",
4760             "autoload": {
4761                 "psr-4": {
4762                     "SocialiteProviders\\Okta\\": ""
4763                 }
4764             },
4765             "notification-url": "https://packagist.org/downloads/",
4766             "license": [
4767                 "MIT"
4768             ],
4769             "authors": [
4770                 {
4771                     "name": "Chase Coney",
4772                     "email": "[email protected]"
4773                 }
4774             ],
4775             "description": "Okta OAuth2 Provider for Laravel Socialite",
4776             "keywords": [
4777                 "laravel",
4778                 "oauth",
4779                 "okta",
4780                 "provider",
4781                 "socialite"
4782             ],
4783             "support": {
4784                 "docs": "https://socialiteproviders.com/okta",
4785                 "issues": "https://github.com/socialiteproviders/providers/issues",
4786                 "source": "https://github.com/socialiteproviders/providers"
4787             },
4788             "time": "2022-03-14T23:25:14+00:00"
4789         },
4790         {
4791             "name": "socialiteproviders/slack",
4792             "version": "4.1.1",
4793             "source": {
4794                 "type": "git",
4795                 "url": "https://github.com/SocialiteProviders/Slack.git",
4796                 "reference": "2b781c95daf06ec87a8f3deba2ab613d6bea5e8d"
4797             },
4798             "dist": {
4799                 "type": "zip",
4800                 "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/2b781c95daf06ec87a8f3deba2ab613d6bea5e8d",
4801                 "reference": "2b781c95daf06ec87a8f3deba2ab613d6bea5e8d",
4802                 "shasum": ""
4803             },
4804             "require": {
4805                 "ext-json": "*",
4806                 "php": "^7.2 || ^8.0",
4807                 "socialiteproviders/manager": "~4.0"
4808             },
4809             "type": "library",
4810             "autoload": {
4811                 "psr-4": {
4812                     "SocialiteProviders\\Slack\\": ""
4813                 }
4814             },
4815             "notification-url": "https://packagist.org/downloads/",
4816             "license": [
4817                 "MIT"
4818             ],
4819             "authors": [
4820                 {
4821                     "name": "Brian Faust",
4822                     "email": "[email protected]"
4823                 }
4824             ],
4825             "description": "Slack OAuth2 Provider for Laravel Socialite",
4826             "support": {
4827                 "source": "https://github.com/SocialiteProviders/Slack/tree/4.1.1"
4828             },
4829             "time": "2021-03-26T04:10:10+00:00"
4830         },
4831         {
4832             "name": "socialiteproviders/twitch",
4833             "version": "5.3.1",
4834             "source": {
4835                 "type": "git",
4836                 "url": "https://github.com/SocialiteProviders/Twitch.git",
4837                 "reference": "7accf30ae7a3139b757b4ca8f34989c09a3dbee7"
4838             },
4839             "dist": {
4840                 "type": "zip",
4841                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/7accf30ae7a3139b757b4ca8f34989c09a3dbee7",
4842                 "reference": "7accf30ae7a3139b757b4ca8f34989c09a3dbee7",
4843                 "shasum": ""
4844             },
4845             "require": {
4846                 "ext-json": "*",
4847                 "php": "^7.2 || ^8.0",
4848                 "socialiteproviders/manager": "~4.0"
4849             },
4850             "type": "library",
4851             "autoload": {
4852                 "psr-4": {
4853                     "SocialiteProviders\\Twitch\\": ""
4854                 }
4855             },
4856             "notification-url": "https://packagist.org/downloads/",
4857             "license": [
4858                 "MIT"
4859             ],
4860             "authors": [
4861                 {
4862                     "name": "Brian Faust",
4863                     "email": "[email protected]"
4864                 }
4865             ],
4866             "description": "Twitch OAuth2 Provider for Laravel Socialite",
4867             "support": {
4868                 "source": "https://github.com/SocialiteProviders/Twitch/tree/5.3.1"
4869             },
4870             "time": "2020-12-01T23:10:59+00:00"
4871         },
4872         {
4873             "name": "ssddanbrown/htmldiff",
4874             "version": "v1.0.2",
4875             "source": {
4876                 "type": "git",
4877                 "url": "https://github.com/ssddanbrown/HtmlDiff.git",
4878                 "reference": "58f81857c02b50b199273edb4cc339876b5a4038"
4879             },
4880             "dist": {
4881                 "type": "zip",
4882                 "url": "https://api.github.com/repos/ssddanbrown/HtmlDiff/zipball/58f81857c02b50b199273edb4cc339876b5a4038",
4883                 "reference": "58f81857c02b50b199273edb4cc339876b5a4038",
4884                 "shasum": ""
4885             },
4886             "require": {
4887                 "ext-mbstring": "*",
4888                 "php": ">=7.2"
4889             },
4890             "require-dev": {
4891                 "phpunit/phpunit": "^8.5|^9.5.9",
4892                 "vimeo/psalm": "^4.10"
4893             },
4894             "type": "library",
4895             "autoload": {
4896                 "psr-4": {
4897                     "Ssddanbrown\\HtmlDiff\\": "src"
4898                 }
4899             },
4900             "notification-url": "https://packagist.org/downloads/",
4901             "license": [
4902                 "MIT"
4903             ],
4904             "authors": [
4905                 {
4906                     "name": "Dan Brown",
4907                     "email": "[email protected]",
4908                     "role": "Developer"
4909                 }
4910             ],
4911             "description": "HTML Content Diff Generator",
4912             "homepage": "https://github.com/ssddanbrown/htmldiff",
4913             "support": {
4914                 "issues": "https://github.com/ssddanbrown/HtmlDiff/issues",
4915                 "source": "https://github.com/ssddanbrown/HtmlDiff/tree/v1.0.2"
4916             },
4917             "funding": [
4918                 {
4919                     "url": "https://github.com/ssddanbrown",
4920                     "type": "github"
4921                 }
4922             ],
4923             "time": "2022-01-24T20:12:20+00:00"
4924         },
4925         {
4926             "name": "swiftmailer/swiftmailer",
4927             "version": "v6.3.0",
4928             "source": {
4929                 "type": "git",
4930                 "url": "https://github.com/swiftmailer/swiftmailer.git",
4931                 "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
4932             },
4933             "dist": {
4934                 "type": "zip",
4935                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
4936                 "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
4937                 "shasum": ""
4938             },
4939             "require": {
4940                 "egulias/email-validator": "^2.0|^3.1",
4941                 "php": ">=7.0.0",
4942                 "symfony/polyfill-iconv": "^1.0",
4943                 "symfony/polyfill-intl-idn": "^1.10",
4944                 "symfony/polyfill-mbstring": "^1.0"
4945             },
4946             "require-dev": {
4947                 "mockery/mockery": "^1.0",
4948                 "symfony/phpunit-bridge": "^4.4|^5.4"
4949             },
4950             "suggest": {
4951                 "ext-intl": "Needed to support internationalized email addresses"
4952             },
4953             "type": "library",
4954             "extra": {
4955                 "branch-alias": {
4956                     "dev-master": "6.2-dev"
4957                 }
4958             },
4959             "autoload": {
4960                 "files": [
4961                     "lib/swift_required.php"
4962                 ]
4963             },
4964             "notification-url": "https://packagist.org/downloads/",
4965             "license": [
4966                 "MIT"
4967             ],
4968             "authors": [
4969                 {
4970                     "name": "Chris Corbyn"
4971                 },
4972                 {
4973                     "name": "Fabien Potencier",
4974                     "email": "[email protected]"
4975                 }
4976             ],
4977             "description": "Swiftmailer, free feature-rich PHP mailer",
4978             "homepage": "https://swiftmailer.symfony.com",
4979             "keywords": [
4980                 "email",
4981                 "mail",
4982                 "mailer"
4983             ],
4984             "support": {
4985                 "issues": "https://github.com/swiftmailer/swiftmailer/issues",
4986                 "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
4987             },
4988             "funding": [
4989                 {
4990                     "url": "https://github.com/fabpot",
4991                     "type": "github"
4992                 },
4993                 {
4994                     "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
4995                     "type": "tidelift"
4996                 }
4997             ],
4998             "abandoned": "symfony/mailer",
4999             "time": "2021-10-18T15:26:12+00:00"
5000         },
5001         {
5002             "name": "symfony/console",
5003             "version": "v5.4.17",
5004             "source": {
5005                 "type": "git",
5006                 "url": "https://github.com/symfony/console.git",
5007                 "reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f"
5008             },
5009             "dist": {
5010                 "type": "zip",
5011                 "url": "https://api.github.com/repos/symfony/console/zipball/58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f",
5012                 "reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f",
5013                 "shasum": ""
5014             },
5015             "require": {
5016                 "php": ">=7.2.5",
5017                 "symfony/deprecation-contracts": "^2.1|^3",
5018                 "symfony/polyfill-mbstring": "~1.0",
5019                 "symfony/polyfill-php73": "^1.9",
5020                 "symfony/polyfill-php80": "^1.16",
5021                 "symfony/service-contracts": "^1.1|^2|^3",
5022                 "symfony/string": "^5.1|^6.0"
5023             },
5024             "conflict": {
5025                 "psr/log": ">=3",
5026                 "symfony/dependency-injection": "<4.4",
5027                 "symfony/dotenv": "<5.1",
5028                 "symfony/event-dispatcher": "<4.4",
5029                 "symfony/lock": "<4.4",
5030                 "symfony/process": "<4.4"
5031             },
5032             "provide": {
5033                 "psr/log-implementation": "1.0|2.0"
5034             },
5035             "require-dev": {
5036                 "psr/log": "^1|^2",
5037                 "symfony/config": "^4.4|^5.0|^6.0",
5038                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5039                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
5040                 "symfony/lock": "^4.4|^5.0|^6.0",
5041                 "symfony/process": "^4.4|^5.0|^6.0",
5042                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
5043             },
5044             "suggest": {
5045                 "psr/log": "For using the console logger",
5046                 "symfony/event-dispatcher": "",
5047                 "symfony/lock": "",
5048                 "symfony/process": ""
5049             },
5050             "type": "library",
5051             "autoload": {
5052                 "psr-4": {
5053                     "Symfony\\Component\\Console\\": ""
5054                 },
5055                 "exclude-from-classmap": [
5056                     "/Tests/"
5057                 ]
5058             },
5059             "notification-url": "https://packagist.org/downloads/",
5060             "license": [
5061                 "MIT"
5062             ],
5063             "authors": [
5064                 {
5065                     "name": "Fabien Potencier",
5066                     "email": "[email protected]"
5067                 },
5068                 {
5069                     "name": "Symfony Community",
5070                     "homepage": "https://symfony.com/contributors"
5071                 }
5072             ],
5073             "description": "Eases the creation of beautiful and testable command line interfaces",
5074             "homepage": "https://symfony.com",
5075             "keywords": [
5076                 "cli",
5077                 "command line",
5078                 "console",
5079                 "terminal"
5080             ],
5081             "support": {
5082                 "source": "https://github.com/symfony/console/tree/v5.4.17"
5083             },
5084             "funding": [
5085                 {
5086                     "url": "https://symfony.com/sponsor",
5087                     "type": "custom"
5088                 },
5089                 {
5090                     "url": "https://github.com/fabpot",
5091                     "type": "github"
5092                 },
5093                 {
5094                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5095                     "type": "tidelift"
5096                 }
5097             ],
5098             "time": "2022-12-28T14:15:31+00:00"
5099         },
5100         {
5101             "name": "symfony/css-selector",
5102             "version": "v5.4.17",
5103             "source": {
5104                 "type": "git",
5105                 "url": "https://github.com/symfony/css-selector.git",
5106                 "reference": "052ef49b660f9ad2a3adb311c555c9bc11ba61f4"
5107             },
5108             "dist": {
5109                 "type": "zip",
5110                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/052ef49b660f9ad2a3adb311c555c9bc11ba61f4",
5111                 "reference": "052ef49b660f9ad2a3adb311c555c9bc11ba61f4",
5112                 "shasum": ""
5113             },
5114             "require": {
5115                 "php": ">=7.2.5",
5116                 "symfony/polyfill-php80": "^1.16"
5117             },
5118             "type": "library",
5119             "autoload": {
5120                 "psr-4": {
5121                     "Symfony\\Component\\CssSelector\\": ""
5122                 },
5123                 "exclude-from-classmap": [
5124                     "/Tests/"
5125                 ]
5126             },
5127             "notification-url": "https://packagist.org/downloads/",
5128             "license": [
5129                 "MIT"
5130             ],
5131             "authors": [
5132                 {
5133                     "name": "Fabien Potencier",
5134                     "email": "[email protected]"
5135                 },
5136                 {
5137                     "name": "Jean-François Simon",
5138                     "email": "[email protected]"
5139                 },
5140                 {
5141                     "name": "Symfony Community",
5142                     "homepage": "https://symfony.com/contributors"
5143                 }
5144             ],
5145             "description": "Converts CSS selectors to XPath expressions",
5146             "homepage": "https://symfony.com",
5147             "support": {
5148                 "source": "https://github.com/symfony/css-selector/tree/v5.4.17"
5149             },
5150             "funding": [
5151                 {
5152                     "url": "https://symfony.com/sponsor",
5153                     "type": "custom"
5154                 },
5155                 {
5156                     "url": "https://github.com/fabpot",
5157                     "type": "github"
5158                 },
5159                 {
5160                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5161                     "type": "tidelift"
5162                 }
5163             ],
5164             "time": "2022-12-23T11:40:44+00:00"
5165         },
5166         {
5167             "name": "symfony/deprecation-contracts",
5168             "version": "v2.5.2",
5169             "source": {
5170                 "type": "git",
5171                 "url": "https://github.com/symfony/deprecation-contracts.git",
5172                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
5173             },
5174             "dist": {
5175                 "type": "zip",
5176                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
5177                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
5178                 "shasum": ""
5179             },
5180             "require": {
5181                 "php": ">=7.1"
5182             },
5183             "type": "library",
5184             "extra": {
5185                 "branch-alias": {
5186                     "dev-main": "2.5-dev"
5187                 },
5188                 "thanks": {
5189                     "name": "symfony/contracts",
5190                     "url": "https://github.com/symfony/contracts"
5191                 }
5192             },
5193             "autoload": {
5194                 "files": [
5195                     "function.php"
5196                 ]
5197             },
5198             "notification-url": "https://packagist.org/downloads/",
5199             "license": [
5200                 "MIT"
5201             ],
5202             "authors": [
5203                 {
5204                     "name": "Nicolas Grekas",
5205                     "email": "[email protected]"
5206                 },
5207                 {
5208                     "name": "Symfony Community",
5209                     "homepage": "https://symfony.com/contributors"
5210                 }
5211             ],
5212             "description": "A generic function and convention to trigger deprecation notices",
5213             "homepage": "https://symfony.com",
5214             "support": {
5215                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
5216             },
5217             "funding": [
5218                 {
5219                     "url": "https://symfony.com/sponsor",
5220                     "type": "custom"
5221                 },
5222                 {
5223                     "url": "https://github.com/fabpot",
5224                     "type": "github"
5225                 },
5226                 {
5227                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5228                     "type": "tidelift"
5229                 }
5230             ],
5231             "time": "2022-01-02T09:53:40+00:00"
5232         },
5233         {
5234             "name": "symfony/error-handler",
5235             "version": "v5.4.17",
5236             "source": {
5237                 "type": "git",
5238                 "url": "https://github.com/symfony/error-handler.git",
5239                 "reference": "b900446552833ad2f91ca7dd52aa8ffe78f66cb2"
5240             },
5241             "dist": {
5242                 "type": "zip",
5243                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/b900446552833ad2f91ca7dd52aa8ffe78f66cb2",
5244                 "reference": "b900446552833ad2f91ca7dd52aa8ffe78f66cb2",
5245                 "shasum": ""
5246             },
5247             "require": {
5248                 "php": ">=7.2.5",
5249                 "psr/log": "^1|^2|^3",
5250                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
5251             },
5252             "require-dev": {
5253                 "symfony/deprecation-contracts": "^2.1|^3",
5254                 "symfony/http-kernel": "^4.4|^5.0|^6.0",
5255                 "symfony/serializer": "^4.4|^5.0|^6.0"
5256             },
5257             "bin": [
5258                 "Resources/bin/patch-type-declarations"
5259             ],
5260             "type": "library",
5261             "autoload": {
5262                 "psr-4": {
5263                     "Symfony\\Component\\ErrorHandler\\": ""
5264                 },
5265                 "exclude-from-classmap": [
5266                     "/Tests/"
5267                 ]
5268             },
5269             "notification-url": "https://packagist.org/downloads/",
5270             "license": [
5271                 "MIT"
5272             ],
5273             "authors": [
5274                 {
5275                     "name": "Fabien Potencier",
5276                     "email": "[email protected]"
5277                 },
5278                 {
5279                     "name": "Symfony Community",
5280                     "homepage": "https://symfony.com/contributors"
5281                 }
5282             ],
5283             "description": "Provides tools to manage errors and ease debugging PHP code",
5284             "homepage": "https://symfony.com",
5285             "support": {
5286                 "source": "https://github.com/symfony/error-handler/tree/v5.4.17"
5287             },
5288             "funding": [
5289                 {
5290                     "url": "https://symfony.com/sponsor",
5291                     "type": "custom"
5292                 },
5293                 {
5294                     "url": "https://github.com/fabpot",
5295                     "type": "github"
5296                 },
5297                 {
5298                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5299                     "type": "tidelift"
5300                 }
5301             ],
5302             "time": "2022-12-13T09:43:00+00:00"
5303         },
5304         {
5305             "name": "symfony/event-dispatcher",
5306             "version": "v5.4.17",
5307             "source": {
5308                 "type": "git",
5309                 "url": "https://github.com/symfony/event-dispatcher.git",
5310                 "reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9"
5311             },
5312             "dist": {
5313                 "type": "zip",
5314                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e18a9d559eb8ebc2220588f1faa726a2fcd31c9",
5315                 "reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9",
5316                 "shasum": ""
5317             },
5318             "require": {
5319                 "php": ">=7.2.5",
5320                 "symfony/deprecation-contracts": "^2.1|^3",
5321                 "symfony/event-dispatcher-contracts": "^2|^3",
5322                 "symfony/polyfill-php80": "^1.16"
5323             },
5324             "conflict": {
5325                 "symfony/dependency-injection": "<4.4"
5326             },
5327             "provide": {
5328                 "psr/event-dispatcher-implementation": "1.0",
5329                 "symfony/event-dispatcher-implementation": "2.0"
5330             },
5331             "require-dev": {
5332                 "psr/log": "^1|^2|^3",
5333                 "symfony/config": "^4.4|^5.0|^6.0",
5334                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5335                 "symfony/error-handler": "^4.4|^5.0|^6.0",
5336                 "symfony/expression-language": "^4.4|^5.0|^6.0",
5337                 "symfony/http-foundation": "^4.4|^5.0|^6.0",
5338                 "symfony/service-contracts": "^1.1|^2|^3",
5339                 "symfony/stopwatch": "^4.4|^5.0|^6.0"
5340             },
5341             "suggest": {
5342                 "symfony/dependency-injection": "",
5343                 "symfony/http-kernel": ""
5344             },
5345             "type": "library",
5346             "autoload": {
5347                 "psr-4": {
5348                     "Symfony\\Component\\EventDispatcher\\": ""
5349                 },
5350                 "exclude-from-classmap": [
5351                     "/Tests/"
5352                 ]
5353             },
5354             "notification-url": "https://packagist.org/downloads/",
5355             "license": [
5356                 "MIT"
5357             ],
5358             "authors": [
5359                 {
5360                     "name": "Fabien Potencier",
5361                     "email": "[email protected]"
5362                 },
5363                 {
5364                     "name": "Symfony Community",
5365                     "homepage": "https://symfony.com/contributors"
5366                 }
5367             ],
5368             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5369             "homepage": "https://symfony.com",
5370             "support": {
5371                 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.17"
5372             },
5373             "funding": [
5374                 {
5375                     "url": "https://symfony.com/sponsor",
5376                     "type": "custom"
5377                 },
5378                 {
5379                     "url": "https://github.com/fabpot",
5380                     "type": "github"
5381                 },
5382                 {
5383                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5384                     "type": "tidelift"
5385                 }
5386             ],
5387             "time": "2022-12-12T15:54:21+00:00"
5388         },
5389         {
5390             "name": "symfony/event-dispatcher-contracts",
5391             "version": "v2.5.2",
5392             "source": {
5393                 "type": "git",
5394                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5395                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
5396             },
5397             "dist": {
5398                 "type": "zip",
5399                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
5400                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
5401                 "shasum": ""
5402             },
5403             "require": {
5404                 "php": ">=7.2.5",
5405                 "psr/event-dispatcher": "^1"
5406             },
5407             "suggest": {
5408                 "symfony/event-dispatcher-implementation": ""
5409             },
5410             "type": "library",
5411             "extra": {
5412                 "branch-alias": {
5413                     "dev-main": "2.5-dev"
5414                 },
5415                 "thanks": {
5416                     "name": "symfony/contracts",
5417                     "url": "https://github.com/symfony/contracts"
5418                 }
5419             },
5420             "autoload": {
5421                 "psr-4": {
5422                     "Symfony\\Contracts\\EventDispatcher\\": ""
5423                 }
5424             },
5425             "notification-url": "https://packagist.org/downloads/",
5426             "license": [
5427                 "MIT"
5428             ],
5429             "authors": [
5430                 {
5431                     "name": "Nicolas Grekas",
5432                     "email": "[email protected]"
5433                 },
5434                 {
5435                     "name": "Symfony Community",
5436                     "homepage": "https://symfony.com/contributors"
5437                 }
5438             ],
5439             "description": "Generic abstractions related to dispatching event",
5440             "homepage": "https://symfony.com",
5441             "keywords": [
5442                 "abstractions",
5443                 "contracts",
5444                 "decoupling",
5445                 "interfaces",
5446                 "interoperability",
5447                 "standards"
5448             ],
5449             "support": {
5450                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
5451             },
5452             "funding": [
5453                 {
5454                     "url": "https://symfony.com/sponsor",
5455                     "type": "custom"
5456                 },
5457                 {
5458                     "url": "https://github.com/fabpot",
5459                     "type": "github"
5460                 },
5461                 {
5462                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5463                     "type": "tidelift"
5464                 }
5465             ],
5466             "time": "2022-01-02T09:53:40+00:00"
5467         },
5468         {
5469             "name": "symfony/finder",
5470             "version": "v5.4.17",
5471             "source": {
5472                 "type": "git",
5473                 "url": "https://github.com/symfony/finder.git",
5474                 "reference": "40c08632019838dfb3350f18cf5563b8080055fc"
5475             },
5476             "dist": {
5477                 "type": "zip",
5478                 "url": "https://api.github.com/repos/symfony/finder/zipball/40c08632019838dfb3350f18cf5563b8080055fc",
5479                 "reference": "40c08632019838dfb3350f18cf5563b8080055fc",
5480                 "shasum": ""
5481             },
5482             "require": {
5483                 "php": ">=7.2.5",
5484                 "symfony/deprecation-contracts": "^2.1|^3",
5485                 "symfony/polyfill-php80": "^1.16"
5486             },
5487             "type": "library",
5488             "autoload": {
5489                 "psr-4": {
5490                     "Symfony\\Component\\Finder\\": ""
5491                 },
5492                 "exclude-from-classmap": [
5493                     "/Tests/"
5494                 ]
5495             },
5496             "notification-url": "https://packagist.org/downloads/",
5497             "license": [
5498                 "MIT"
5499             ],
5500             "authors": [
5501                 {
5502                     "name": "Fabien Potencier",
5503                     "email": "[email protected]"
5504                 },
5505                 {
5506                     "name": "Symfony Community",
5507                     "homepage": "https://symfony.com/contributors"
5508                 }
5509             ],
5510             "description": "Finds files and directories via an intuitive fluent interface",
5511             "homepage": "https://symfony.com",
5512             "support": {
5513                 "source": "https://github.com/symfony/finder/tree/v5.4.17"
5514             },
5515             "funding": [
5516                 {
5517                     "url": "https://symfony.com/sponsor",
5518                     "type": "custom"
5519                 },
5520                 {
5521                     "url": "https://github.com/fabpot",
5522                     "type": "github"
5523                 },
5524                 {
5525                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5526                     "type": "tidelift"
5527                 }
5528             ],
5529             "time": "2022-12-22T10:31:03+00:00"
5530         },
5531         {
5532             "name": "symfony/http-foundation",
5533             "version": "v5.4.17",
5534             "source": {
5535                 "type": "git",
5536                 "url": "https://github.com/symfony/http-foundation.git",
5537                 "reference": "b64a0e2df212d5849e4584cabff0cf09c5d6866a"
5538             },
5539             "dist": {
5540                 "type": "zip",
5541                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b64a0e2df212d5849e4584cabff0cf09c5d6866a",
5542                 "reference": "b64a0e2df212d5849e4584cabff0cf09c5d6866a",
5543                 "shasum": ""
5544             },
5545             "require": {
5546                 "php": ">=7.2.5",
5547                 "symfony/deprecation-contracts": "^2.1|^3",
5548                 "symfony/polyfill-mbstring": "~1.1",
5549                 "symfony/polyfill-php80": "^1.16"
5550             },
5551             "require-dev": {
5552                 "predis/predis": "~1.0",
5553                 "symfony/cache": "^4.4|^5.0|^6.0",
5554                 "symfony/dependency-injection": "^5.4|^6.0",
5555                 "symfony/expression-language": "^4.4|^5.0|^6.0",
5556                 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
5557                 "symfony/mime": "^4.4|^5.0|^6.0",
5558                 "symfony/rate-limiter": "^5.2|^6.0"
5559             },
5560             "suggest": {
5561                 "symfony/mime": "To use the file extension guesser"
5562             },
5563             "type": "library",
5564             "autoload": {
5565                 "psr-4": {
5566                     "Symfony\\Component\\HttpFoundation\\": ""
5567                 },
5568                 "exclude-from-classmap": [
5569                     "/Tests/"
5570                 ]
5571             },
5572             "notification-url": "https://packagist.org/downloads/",
5573             "license": [
5574                 "MIT"
5575             ],
5576             "authors": [
5577                 {
5578                     "name": "Fabien Potencier",
5579                     "email": "[email protected]"
5580                 },
5581                 {
5582                     "name": "Symfony Community",
5583                     "homepage": "https://symfony.com/contributors"
5584                 }
5585             ],
5586             "description": "Defines an object-oriented layer for the HTTP specification",
5587             "homepage": "https://symfony.com",
5588             "support": {
5589                 "source": "https://github.com/symfony/http-foundation/tree/v5.4.17"
5590             },
5591             "funding": [
5592                 {
5593                     "url": "https://symfony.com/sponsor",
5594                     "type": "custom"
5595                 },
5596                 {
5597                     "url": "https://github.com/fabpot",
5598                     "type": "github"
5599                 },
5600                 {
5601                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5602                     "type": "tidelift"
5603                 }
5604             ],
5605             "time": "2022-12-14T08:23:03+00:00"
5606         },
5607         {
5608             "name": "symfony/http-kernel",
5609             "version": "v5.4.18",
5610             "source": {
5611                 "type": "git",
5612                 "url": "https://github.com/symfony/http-kernel.git",
5613                 "reference": "5da6f57a13e5d7d77197443cf55697cdf65f1352"
5614             },
5615             "dist": {
5616                 "type": "zip",
5617                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5da6f57a13e5d7d77197443cf55697cdf65f1352",
5618                 "reference": "5da6f57a13e5d7d77197443cf55697cdf65f1352",
5619                 "shasum": ""
5620             },
5621             "require": {
5622                 "php": ">=7.2.5",
5623                 "psr/log": "^1|^2",
5624                 "symfony/deprecation-contracts": "^2.1|^3",
5625                 "symfony/error-handler": "^4.4|^5.0|^6.0",
5626                 "symfony/event-dispatcher": "^5.0|^6.0",
5627                 "symfony/http-foundation": "^5.3.7|^6.0",
5628                 "symfony/polyfill-ctype": "^1.8",
5629                 "symfony/polyfill-php73": "^1.9",
5630                 "symfony/polyfill-php80": "^1.16"
5631             },
5632             "conflict": {
5633                 "symfony/browser-kit": "<5.4",
5634                 "symfony/cache": "<5.0",
5635                 "symfony/config": "<5.0",
5636                 "symfony/console": "<4.4",
5637                 "symfony/dependency-injection": "<5.3",
5638                 "symfony/doctrine-bridge": "<5.0",
5639                 "symfony/form": "<5.0",
5640                 "symfony/http-client": "<5.0",
5641                 "symfony/mailer": "<5.0",
5642                 "symfony/messenger": "<5.0",
5643                 "symfony/translation": "<5.0",
5644                 "symfony/twig-bridge": "<5.0",
5645                 "symfony/validator": "<5.0",
5646                 "twig/twig": "<2.13"
5647             },
5648             "provide": {
5649                 "psr/log-implementation": "1.0|2.0"
5650             },
5651             "require-dev": {
5652                 "psr/cache": "^1.0|^2.0|^3.0",
5653                 "symfony/browser-kit": "^5.4|^6.0",
5654                 "symfony/config": "^5.0|^6.0",
5655                 "symfony/console": "^4.4|^5.0|^6.0",
5656                 "symfony/css-selector": "^4.4|^5.0|^6.0",
5657                 "symfony/dependency-injection": "^5.3|^6.0",
5658                 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
5659                 "symfony/expression-language": "^4.4|^5.0|^6.0",
5660                 "symfony/finder": "^4.4|^5.0|^6.0",
5661                 "symfony/http-client-contracts": "^1.1|^2|^3",
5662                 "symfony/process": "^4.4|^5.0|^6.0",
5663                 "symfony/routing": "^4.4|^5.0|^6.0",
5664                 "symfony/stopwatch": "^4.4|^5.0|^6.0",
5665                 "symfony/translation": "^4.4|^5.0|^6.0",
5666                 "symfony/translation-contracts": "^1.1|^2|^3",
5667                 "twig/twig": "^2.13|^3.0.4"
5668             },
5669             "suggest": {
5670                 "symfony/browser-kit": "",
5671                 "symfony/config": "",
5672                 "symfony/console": "",
5673                 "symfony/dependency-injection": ""
5674             },
5675             "type": "library",
5676             "autoload": {
5677                 "psr-4": {
5678                     "Symfony\\Component\\HttpKernel\\": ""
5679                 },
5680                 "exclude-from-classmap": [
5681                     "/Tests/"
5682                 ]
5683             },
5684             "notification-url": "https://packagist.org/downloads/",
5685             "license": [
5686                 "MIT"
5687             ],
5688             "authors": [
5689                 {
5690                     "name": "Fabien Potencier",
5691                     "email": "[email protected]"
5692                 },
5693                 {
5694                     "name": "Symfony Community",
5695                     "homepage": "https://symfony.com/contributors"
5696                 }
5697             ],
5698             "description": "Provides a structured process for converting a Request into a Response",
5699             "homepage": "https://symfony.com",
5700             "support": {
5701                 "source": "https://github.com/symfony/http-kernel/tree/v5.4.18"
5702             },
5703             "funding": [
5704                 {
5705                     "url": "https://symfony.com/sponsor",
5706                     "type": "custom"
5707                 },
5708                 {
5709                     "url": "https://github.com/fabpot",
5710                     "type": "github"
5711                 },
5712                 {
5713                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5714                     "type": "tidelift"
5715                 }
5716             ],
5717             "time": "2022-12-29T18:54:08+00:00"
5718         },
5719         {
5720             "name": "symfony/mime",
5721             "version": "v5.4.17",
5722             "source": {
5723                 "type": "git",
5724                 "url": "https://github.com/symfony/mime.git",
5725                 "reference": "2a83d82efc91c3f03a23c8b47a896df168aa5c63"
5726             },
5727             "dist": {
5728                 "type": "zip",
5729                 "url": "https://api.github.com/repos/symfony/mime/zipball/2a83d82efc91c3f03a23c8b47a896df168aa5c63",
5730                 "reference": "2a83d82efc91c3f03a23c8b47a896df168aa5c63",
5731                 "shasum": ""
5732             },
5733             "require": {
5734                 "php": ">=7.2.5",
5735                 "symfony/deprecation-contracts": "^2.1|^3",
5736                 "symfony/polyfill-intl-idn": "^1.10",
5737                 "symfony/polyfill-mbstring": "^1.0",
5738                 "symfony/polyfill-php80": "^1.16"
5739             },
5740             "conflict": {
5741                 "egulias/email-validator": "~3.0.0",
5742                 "phpdocumentor/reflection-docblock": "<3.2.2",
5743                 "phpdocumentor/type-resolver": "<1.4.0",
5744                 "symfony/mailer": "<4.4",
5745                 "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
5746             },
5747             "require-dev": {
5748                 "egulias/email-validator": "^2.1.10|^3.1",
5749                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
5750                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5751                 "symfony/property-access": "^4.4|^5.1|^6.0",
5752                 "symfony/property-info": "^4.4|^5.1|^6.0",
5753                 "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6"
5754             },
5755             "type": "library",
5756             "autoload": {
5757                 "psr-4": {
5758                     "Symfony\\Component\\Mime\\": ""
5759                 },
5760                 "exclude-from-classmap": [
5761                     "/Tests/"
5762                 ]
5763             },
5764             "notification-url": "https://packagist.org/downloads/",
5765             "license": [
5766                 "MIT"
5767             ],
5768             "authors": [
5769                 {
5770                     "name": "Fabien Potencier",
5771                     "email": "[email protected]"
5772                 },
5773                 {
5774                     "name": "Symfony Community",
5775                     "homepage": "https://symfony.com/contributors"
5776                 }
5777             ],
5778             "description": "Allows manipulating MIME messages",
5779             "homepage": "https://symfony.com",
5780             "keywords": [
5781                 "mime",
5782                 "mime-type"
5783             ],
5784             "support": {
5785                 "source": "https://github.com/symfony/mime/tree/v5.4.17"
5786             },
5787             "funding": [
5788                 {
5789                     "url": "https://symfony.com/sponsor",
5790                     "type": "custom"
5791                 },
5792                 {
5793                     "url": "https://github.com/fabpot",
5794                     "type": "github"
5795                 },
5796                 {
5797                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5798                     "type": "tidelift"
5799                 }
5800             ],
5801             "time": "2022-12-13T09:59:55+00:00"
5802         },
5803         {
5804             "name": "symfony/polyfill-ctype",
5805             "version": "v1.27.0",
5806             "source": {
5807                 "type": "git",
5808                 "url": "https://github.com/symfony/polyfill-ctype.git",
5809                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
5810             },
5811             "dist": {
5812                 "type": "zip",
5813                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
5814                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
5815                 "shasum": ""
5816             },
5817             "require": {
5818                 "php": ">=7.1"
5819             },
5820             "provide": {
5821                 "ext-ctype": "*"
5822             },
5823             "suggest": {
5824                 "ext-ctype": "For best performance"
5825             },
5826             "type": "library",
5827             "extra": {
5828                 "branch-alias": {
5829                     "dev-main": "1.27-dev"
5830                 },
5831                 "thanks": {
5832                     "name": "symfony/polyfill",
5833                     "url": "https://github.com/symfony/polyfill"
5834                 }
5835             },
5836             "autoload": {
5837                 "files": [
5838                     "bootstrap.php"
5839                 ],
5840                 "psr-4": {
5841                     "Symfony\\Polyfill\\Ctype\\": ""
5842                 }
5843             },
5844             "notification-url": "https://packagist.org/downloads/",
5845             "license": [
5846                 "MIT"
5847             ],
5848             "authors": [
5849                 {
5850                     "name": "Gert de Pagter",
5851                     "email": "[email protected]"
5852                 },
5853                 {
5854                     "name": "Symfony Community",
5855                     "homepage": "https://symfony.com/contributors"
5856                 }
5857             ],
5858             "description": "Symfony polyfill for ctype functions",
5859             "homepage": "https://symfony.com",
5860             "keywords": [
5861                 "compatibility",
5862                 "ctype",
5863                 "polyfill",
5864                 "portable"
5865             ],
5866             "support": {
5867                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
5868             },
5869             "funding": [
5870                 {
5871                     "url": "https://symfony.com/sponsor",
5872                     "type": "custom"
5873                 },
5874                 {
5875                     "url": "https://github.com/fabpot",
5876                     "type": "github"
5877                 },
5878                 {
5879                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5880                     "type": "tidelift"
5881                 }
5882             ],
5883             "time": "2022-11-03T14:55:06+00:00"
5884         },
5885         {
5886             "name": "symfony/polyfill-iconv",
5887             "version": "v1.27.0",
5888             "source": {
5889                 "type": "git",
5890                 "url": "https://github.com/symfony/polyfill-iconv.git",
5891                 "reference": "927013f3aac555983a5059aada98e1907d842695"
5892             },
5893             "dist": {
5894                 "type": "zip",
5895                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695",
5896                 "reference": "927013f3aac555983a5059aada98e1907d842695",
5897                 "shasum": ""
5898             },
5899             "require": {
5900                 "php": ">=7.1"
5901             },
5902             "provide": {
5903                 "ext-iconv": "*"
5904             },
5905             "suggest": {
5906                 "ext-iconv": "For best performance"
5907             },
5908             "type": "library",
5909             "extra": {
5910                 "branch-alias": {
5911                     "dev-main": "1.27-dev"
5912                 },
5913                 "thanks": {
5914                     "name": "symfony/polyfill",
5915                     "url": "https://github.com/symfony/polyfill"
5916                 }
5917             },
5918             "autoload": {
5919                 "files": [
5920                     "bootstrap.php"
5921                 ],
5922                 "psr-4": {
5923                     "Symfony\\Polyfill\\Iconv\\": ""
5924                 }
5925             },
5926             "notification-url": "https://packagist.org/downloads/",
5927             "license": [
5928                 "MIT"
5929             ],
5930             "authors": [
5931                 {
5932                     "name": "Nicolas Grekas",
5933                     "email": "[email protected]"
5934                 },
5935                 {
5936                     "name": "Symfony Community",
5937                     "homepage": "https://symfony.com/contributors"
5938                 }
5939             ],
5940             "description": "Symfony polyfill for the Iconv extension",
5941             "homepage": "https://symfony.com",
5942             "keywords": [
5943                 "compatibility",
5944                 "iconv",
5945                 "polyfill",
5946                 "portable",
5947                 "shim"
5948             ],
5949             "support": {
5950                 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0"
5951             },
5952             "funding": [
5953                 {
5954                     "url": "https://symfony.com/sponsor",
5955                     "type": "custom"
5956                 },
5957                 {
5958                     "url": "https://github.com/fabpot",
5959                     "type": "github"
5960                 },
5961                 {
5962                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5963                     "type": "tidelift"
5964                 }
5965             ],
5966             "time": "2022-11-03T14:55:06+00:00"
5967         },
5968         {
5969             "name": "symfony/polyfill-intl-grapheme",
5970             "version": "v1.27.0",
5971             "source": {
5972                 "type": "git",
5973                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
5974                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
5975             },
5976             "dist": {
5977                 "type": "zip",
5978                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
5979                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
5980                 "shasum": ""
5981             },
5982             "require": {
5983                 "php": ">=7.1"
5984             },
5985             "suggest": {
5986                 "ext-intl": "For best performance"
5987             },
5988             "type": "library",
5989             "extra": {
5990                 "branch-alias": {
5991                     "dev-main": "1.27-dev"
5992                 },
5993                 "thanks": {
5994                     "name": "symfony/polyfill",
5995                     "url": "https://github.com/symfony/polyfill"
5996                 }
5997             },
5998             "autoload": {
5999                 "files": [
6000                     "bootstrap.php"
6001                 ],
6002                 "psr-4": {
6003                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6004                 }
6005             },
6006             "notification-url": "https://packagist.org/downloads/",
6007             "license": [
6008                 "MIT"
6009             ],
6010             "authors": [
6011                 {
6012                     "name": "Nicolas Grekas",
6013                     "email": "[email protected]"
6014                 },
6015                 {
6016                     "name": "Symfony Community",
6017                     "homepage": "https://symfony.com/contributors"
6018                 }
6019             ],
6020             "description": "Symfony polyfill for intl's grapheme_* functions",
6021             "homepage": "https://symfony.com",
6022             "keywords": [
6023                 "compatibility",
6024                 "grapheme",
6025                 "intl",
6026                 "polyfill",
6027                 "portable",
6028                 "shim"
6029             ],
6030             "support": {
6031                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
6032             },
6033             "funding": [
6034                 {
6035                     "url": "https://symfony.com/sponsor",
6036                     "type": "custom"
6037                 },
6038                 {
6039                     "url": "https://github.com/fabpot",
6040                     "type": "github"
6041                 },
6042                 {
6043                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6044                     "type": "tidelift"
6045                 }
6046             ],
6047             "time": "2022-11-03T14:55:06+00:00"
6048         },
6049         {
6050             "name": "symfony/polyfill-intl-idn",
6051             "version": "v1.27.0",
6052             "source": {
6053                 "type": "git",
6054                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6055                 "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
6056             },
6057             "dist": {
6058                 "type": "zip",
6059                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
6060                 "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
6061                 "shasum": ""
6062             },
6063             "require": {
6064                 "php": ">=7.1",
6065                 "symfony/polyfill-intl-normalizer": "^1.10",
6066                 "symfony/polyfill-php72": "^1.10"
6067             },
6068             "suggest": {
6069                 "ext-intl": "For best performance"
6070             },
6071             "type": "library",
6072             "extra": {
6073                 "branch-alias": {
6074                     "dev-main": "1.27-dev"
6075                 },
6076                 "thanks": {
6077                     "name": "symfony/polyfill",
6078                     "url": "https://github.com/symfony/polyfill"
6079                 }
6080             },
6081             "autoload": {
6082                 "files": [
6083                     "bootstrap.php"
6084                 ],
6085                 "psr-4": {
6086                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6087                 }
6088             },
6089             "notification-url": "https://packagist.org/downloads/",
6090             "license": [
6091                 "MIT"
6092             ],
6093             "authors": [
6094                 {
6095                     "name": "Laurent Bassin",
6096                     "email": "[email protected]"
6097                 },
6098                 {
6099                     "name": "Trevor Rowbotham",
6100                     "email": "[email protected]"
6101                 },
6102                 {
6103                     "name": "Symfony Community",
6104                     "homepage": "https://symfony.com/contributors"
6105                 }
6106             ],
6107             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6108             "homepage": "https://symfony.com",
6109             "keywords": [
6110                 "compatibility",
6111                 "idn",
6112                 "intl",
6113                 "polyfill",
6114                 "portable",
6115                 "shim"
6116             ],
6117             "support": {
6118                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
6119             },
6120             "funding": [
6121                 {
6122                     "url": "https://symfony.com/sponsor",
6123                     "type": "custom"
6124                 },
6125                 {
6126                     "url": "https://github.com/fabpot",
6127                     "type": "github"
6128                 },
6129                 {
6130                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6131                     "type": "tidelift"
6132                 }
6133             ],
6134             "time": "2022-11-03T14:55:06+00:00"
6135         },
6136         {
6137             "name": "symfony/polyfill-intl-normalizer",
6138             "version": "v1.27.0",
6139             "source": {
6140                 "type": "git",
6141                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6142                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
6143             },
6144             "dist": {
6145                 "type": "zip",
6146                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
6147                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
6148                 "shasum": ""
6149             },
6150             "require": {
6151                 "php": ">=7.1"
6152             },
6153             "suggest": {
6154                 "ext-intl": "For best performance"
6155             },
6156             "type": "library",
6157             "extra": {
6158                 "branch-alias": {
6159                     "dev-main": "1.27-dev"
6160                 },
6161                 "thanks": {
6162                     "name": "symfony/polyfill",
6163                     "url": "https://github.com/symfony/polyfill"
6164                 }
6165             },
6166             "autoload": {
6167                 "files": [
6168                     "bootstrap.php"
6169                 ],
6170                 "psr-4": {
6171                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6172                 },
6173                 "classmap": [
6174                     "Resources/stubs"
6175                 ]
6176             },
6177             "notification-url": "https://packagist.org/downloads/",
6178             "license": [
6179                 "MIT"
6180             ],
6181             "authors": [
6182                 {
6183                     "name": "Nicolas Grekas",
6184                     "email": "[email protected]"
6185                 },
6186                 {
6187                     "name": "Symfony Community",
6188                     "homepage": "https://symfony.com/contributors"
6189                 }
6190             ],
6191             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6192             "homepage": "https://symfony.com",
6193             "keywords": [
6194                 "compatibility",
6195                 "intl",
6196                 "normalizer",
6197                 "polyfill",
6198                 "portable",
6199                 "shim"
6200             ],
6201             "support": {
6202                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
6203             },
6204             "funding": [
6205                 {
6206                     "url": "https://symfony.com/sponsor",
6207                     "type": "custom"
6208                 },
6209                 {
6210                     "url": "https://github.com/fabpot",
6211                     "type": "github"
6212                 },
6213                 {
6214                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6215                     "type": "tidelift"
6216                 }
6217             ],
6218             "time": "2022-11-03T14:55:06+00:00"
6219         },
6220         {
6221             "name": "symfony/polyfill-mbstring",
6222             "version": "v1.27.0",
6223             "source": {
6224                 "type": "git",
6225                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6226                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
6227             },
6228             "dist": {
6229                 "type": "zip",
6230                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
6231                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
6232                 "shasum": ""
6233             },
6234             "require": {
6235                 "php": ">=7.1"
6236             },
6237             "provide": {
6238                 "ext-mbstring": "*"
6239             },
6240             "suggest": {
6241                 "ext-mbstring": "For best performance"
6242             },
6243             "type": "library",
6244             "extra": {
6245                 "branch-alias": {
6246                     "dev-main": "1.27-dev"
6247                 },
6248                 "thanks": {
6249                     "name": "symfony/polyfill",
6250                     "url": "https://github.com/symfony/polyfill"
6251                 }
6252             },
6253             "autoload": {
6254                 "files": [
6255                     "bootstrap.php"
6256                 ],
6257                 "psr-4": {
6258                     "Symfony\\Polyfill\\Mbstring\\": ""
6259                 }
6260             },
6261             "notification-url": "https://packagist.org/downloads/",
6262             "license": [
6263                 "MIT"
6264             ],
6265             "authors": [
6266                 {
6267                     "name": "Nicolas Grekas",
6268                     "email": "[email protected]"
6269                 },
6270                 {
6271                     "name": "Symfony Community",
6272                     "homepage": "https://symfony.com/contributors"
6273                 }
6274             ],
6275             "description": "Symfony polyfill for the Mbstring extension",
6276             "homepage": "https://symfony.com",
6277             "keywords": [
6278                 "compatibility",
6279                 "mbstring",
6280                 "polyfill",
6281                 "portable",
6282                 "shim"
6283             ],
6284             "support": {
6285                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
6286             },
6287             "funding": [
6288                 {
6289                     "url": "https://symfony.com/sponsor",
6290                     "type": "custom"
6291                 },
6292                 {
6293                     "url": "https://github.com/fabpot",
6294                     "type": "github"
6295                 },
6296                 {
6297                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6298                     "type": "tidelift"
6299                 }
6300             ],
6301             "time": "2022-11-03T14:55:06+00:00"
6302         },
6303         {
6304             "name": "symfony/polyfill-php72",
6305             "version": "v1.27.0",
6306             "source": {
6307                 "type": "git",
6308                 "url": "https://github.com/symfony/polyfill-php72.git",
6309                 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
6310             },
6311             "dist": {
6312                 "type": "zip",
6313                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
6314                 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
6315                 "shasum": ""
6316             },
6317             "require": {
6318                 "php": ">=7.1"
6319             },
6320             "type": "library",
6321             "extra": {
6322                 "branch-alias": {
6323                     "dev-main": "1.27-dev"
6324                 },
6325                 "thanks": {
6326                     "name": "symfony/polyfill",
6327                     "url": "https://github.com/symfony/polyfill"
6328                 }
6329             },
6330             "autoload": {
6331                 "files": [
6332                     "bootstrap.php"
6333                 ],
6334                 "psr-4": {
6335                     "Symfony\\Polyfill\\Php72\\": ""
6336                 }
6337             },
6338             "notification-url": "https://packagist.org/downloads/",
6339             "license": [
6340                 "MIT"
6341             ],
6342             "authors": [
6343                 {
6344                     "name": "Nicolas Grekas",
6345                     "email": "[email protected]"
6346                 },
6347                 {
6348                     "name": "Symfony Community",
6349                     "homepage": "https://symfony.com/contributors"
6350                 }
6351             ],
6352             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
6353             "homepage": "https://symfony.com",
6354             "keywords": [
6355                 "compatibility",
6356                 "polyfill",
6357                 "portable",
6358                 "shim"
6359             ],
6360             "support": {
6361                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
6362             },
6363             "funding": [
6364                 {
6365                     "url": "https://symfony.com/sponsor",
6366                     "type": "custom"
6367                 },
6368                 {
6369                     "url": "https://github.com/fabpot",
6370                     "type": "github"
6371                 },
6372                 {
6373                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6374                     "type": "tidelift"
6375                 }
6376             ],
6377             "time": "2022-11-03T14:55:06+00:00"
6378         },
6379         {
6380             "name": "symfony/polyfill-php73",
6381             "version": "v1.27.0",
6382             "source": {
6383                 "type": "git",
6384                 "url": "https://github.com/symfony/polyfill-php73.git",
6385                 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
6386             },
6387             "dist": {
6388                 "type": "zip",
6389                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
6390                 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
6391                 "shasum": ""
6392             },
6393             "require": {
6394                 "php": ">=7.1"
6395             },
6396             "type": "library",
6397             "extra": {
6398                 "branch-alias": {
6399                     "dev-main": "1.27-dev"
6400                 },
6401                 "thanks": {
6402                     "name": "symfony/polyfill",
6403                     "url": "https://github.com/symfony/polyfill"
6404                 }
6405             },
6406             "autoload": {
6407                 "files": [
6408                     "bootstrap.php"
6409                 ],
6410                 "psr-4": {
6411                     "Symfony\\Polyfill\\Php73\\": ""
6412                 },
6413                 "classmap": [
6414                     "Resources/stubs"
6415                 ]
6416             },
6417             "notification-url": "https://packagist.org/downloads/",
6418             "license": [
6419                 "MIT"
6420             ],
6421             "authors": [
6422                 {
6423                     "name": "Nicolas Grekas",
6424                     "email": "[email protected]"
6425                 },
6426                 {
6427                     "name": "Symfony Community",
6428                     "homepage": "https://symfony.com/contributors"
6429                 }
6430             ],
6431             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
6432             "homepage": "https://symfony.com",
6433             "keywords": [
6434                 "compatibility",
6435                 "polyfill",
6436                 "portable",
6437                 "shim"
6438             ],
6439             "support": {
6440                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
6441             },
6442             "funding": [
6443                 {
6444                     "url": "https://symfony.com/sponsor",
6445                     "type": "custom"
6446                 },
6447                 {
6448                     "url": "https://github.com/fabpot",
6449                     "type": "github"
6450                 },
6451                 {
6452                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6453                     "type": "tidelift"
6454                 }
6455             ],
6456             "time": "2022-11-03T14:55:06+00:00"
6457         },
6458         {
6459             "name": "symfony/polyfill-php80",
6460             "version": "v1.27.0",
6461             "source": {
6462                 "type": "git",
6463                 "url": "https://github.com/symfony/polyfill-php80.git",
6464                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
6465             },
6466             "dist": {
6467                 "type": "zip",
6468                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
6469                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
6470                 "shasum": ""
6471             },
6472             "require": {
6473                 "php": ">=7.1"
6474             },
6475             "type": "library",
6476             "extra": {
6477                 "branch-alias": {
6478                     "dev-main": "1.27-dev"
6479                 },
6480                 "thanks": {
6481                     "name": "symfony/polyfill",
6482                     "url": "https://github.com/symfony/polyfill"
6483                 }
6484             },
6485             "autoload": {
6486                 "files": [
6487                     "bootstrap.php"
6488                 ],
6489                 "psr-4": {
6490                     "Symfony\\Polyfill\\Php80\\": ""
6491                 },
6492                 "classmap": [
6493                     "Resources/stubs"
6494                 ]
6495             },
6496             "notification-url": "https://packagist.org/downloads/",
6497             "license": [
6498                 "MIT"
6499             ],
6500             "authors": [
6501                 {
6502                     "name": "Ion Bazan",
6503                     "email": "[email protected]"
6504                 },
6505                 {
6506                     "name": "Nicolas Grekas",
6507                     "email": "[email protected]"
6508                 },
6509                 {
6510                     "name": "Symfony Community",
6511                     "homepage": "https://symfony.com/contributors"
6512                 }
6513             ],
6514             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6515             "homepage": "https://symfony.com",
6516             "keywords": [
6517                 "compatibility",
6518                 "polyfill",
6519                 "portable",
6520                 "shim"
6521             ],
6522             "support": {
6523                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
6524             },
6525             "funding": [
6526                 {
6527                     "url": "https://symfony.com/sponsor",
6528                     "type": "custom"
6529                 },
6530                 {
6531                     "url": "https://github.com/fabpot",
6532                     "type": "github"
6533                 },
6534                 {
6535                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6536                     "type": "tidelift"
6537                 }
6538             ],
6539             "time": "2022-11-03T14:55:06+00:00"
6540         },
6541         {
6542             "name": "symfony/polyfill-php81",
6543             "version": "v1.27.0",
6544             "source": {
6545                 "type": "git",
6546                 "url": "https://github.com/symfony/polyfill-php81.git",
6547                 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
6548             },
6549             "dist": {
6550                 "type": "zip",
6551                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
6552                 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
6553                 "shasum": ""
6554             },
6555             "require": {
6556                 "php": ">=7.1"
6557             },
6558             "type": "library",
6559             "extra": {
6560                 "branch-alias": {
6561                     "dev-main": "1.27-dev"
6562                 },
6563                 "thanks": {
6564                     "name": "symfony/polyfill",
6565                     "url": "https://github.com/symfony/polyfill"
6566                 }
6567             },
6568             "autoload": {
6569                 "files": [
6570                     "bootstrap.php"
6571                 ],
6572                 "psr-4": {
6573                     "Symfony\\Polyfill\\Php81\\": ""
6574                 },
6575                 "classmap": [
6576                     "Resources/stubs"
6577                 ]
6578             },
6579             "notification-url": "https://packagist.org/downloads/",
6580             "license": [
6581                 "MIT"
6582             ],
6583             "authors": [
6584                 {
6585                     "name": "Nicolas Grekas",
6586                     "email": "[email protected]"
6587                 },
6588                 {
6589                     "name": "Symfony Community",
6590                     "homepage": "https://symfony.com/contributors"
6591                 }
6592             ],
6593             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
6594             "homepage": "https://symfony.com",
6595             "keywords": [
6596                 "compatibility",
6597                 "polyfill",
6598                 "portable",
6599                 "shim"
6600             ],
6601             "support": {
6602                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
6603             },
6604             "funding": [
6605                 {
6606                     "url": "https://symfony.com/sponsor",
6607                     "type": "custom"
6608                 },
6609                 {
6610                     "url": "https://github.com/fabpot",
6611                     "type": "github"
6612                 },
6613                 {
6614                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6615                     "type": "tidelift"
6616                 }
6617             ],
6618             "time": "2022-11-03T14:55:06+00:00"
6619         },
6620         {
6621             "name": "symfony/process",
6622             "version": "v5.4.11",
6623             "source": {
6624                 "type": "git",
6625                 "url": "https://github.com/symfony/process.git",
6626                 "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
6627             },
6628             "dist": {
6629                 "type": "zip",
6630                 "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
6631                 "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
6632                 "shasum": ""
6633             },
6634             "require": {
6635                 "php": ">=7.2.5",
6636                 "symfony/polyfill-php80": "^1.16"
6637             },
6638             "type": "library",
6639             "autoload": {
6640                 "psr-4": {
6641                     "Symfony\\Component\\Process\\": ""
6642                 },
6643                 "exclude-from-classmap": [
6644                     "/Tests/"
6645                 ]
6646             },
6647             "notification-url": "https://packagist.org/downloads/",
6648             "license": [
6649                 "MIT"
6650             ],
6651             "authors": [
6652                 {
6653                     "name": "Fabien Potencier",
6654                     "email": "[email protected]"
6655                 },
6656                 {
6657                     "name": "Symfony Community",
6658                     "homepage": "https://symfony.com/contributors"
6659                 }
6660             ],
6661             "description": "Executes commands in sub-processes",
6662             "homepage": "https://symfony.com",
6663             "support": {
6664                 "source": "https://github.com/symfony/process/tree/v5.4.11"
6665             },
6666             "funding": [
6667                 {
6668                     "url": "https://symfony.com/sponsor",
6669                     "type": "custom"
6670                 },
6671                 {
6672                     "url": "https://github.com/fabpot",
6673                     "type": "github"
6674                 },
6675                 {
6676                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6677                     "type": "tidelift"
6678                 }
6679             ],
6680             "time": "2022-06-27T16:58:25+00:00"
6681         },
6682         {
6683             "name": "symfony/routing",
6684             "version": "v5.4.17",
6685             "source": {
6686                 "type": "git",
6687                 "url": "https://github.com/symfony/routing.git",
6688                 "reference": "4ce2df9a469c19ba45ca6aca04fec1c358a6e791"
6689             },
6690             "dist": {
6691                 "type": "zip",
6692                 "url": "https://api.github.com/repos/symfony/routing/zipball/4ce2df9a469c19ba45ca6aca04fec1c358a6e791",
6693                 "reference": "4ce2df9a469c19ba45ca6aca04fec1c358a6e791",
6694                 "shasum": ""
6695             },
6696             "require": {
6697                 "php": ">=7.2.5",
6698                 "symfony/deprecation-contracts": "^2.1|^3",
6699                 "symfony/polyfill-php80": "^1.16"
6700             },
6701             "conflict": {
6702                 "doctrine/annotations": "<1.12",
6703                 "symfony/config": "<5.3",
6704                 "symfony/dependency-injection": "<4.4",
6705                 "symfony/yaml": "<4.4"
6706             },
6707             "require-dev": {
6708                 "doctrine/annotations": "^1.12|^2",
6709                 "psr/log": "^1|^2|^3",
6710                 "symfony/config": "^5.3|^6.0",
6711                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
6712                 "symfony/expression-language": "^4.4|^5.0|^6.0",
6713                 "symfony/http-foundation": "^4.4|^5.0|^6.0",
6714                 "symfony/yaml": "^4.4|^5.0|^6.0"
6715             },
6716             "suggest": {
6717                 "symfony/config": "For using the all-in-one router or any loader",
6718                 "symfony/expression-language": "For using expression matching",
6719                 "symfony/http-foundation": "For using a Symfony Request object",
6720                 "symfony/yaml": "For using the YAML loader"
6721             },
6722             "type": "library",
6723             "autoload": {
6724                 "psr-4": {
6725                     "Symfony\\Component\\Routing\\": ""
6726                 },
6727                 "exclude-from-classmap": [
6728                     "/Tests/"
6729                 ]
6730             },
6731             "notification-url": "https://packagist.org/downloads/",
6732             "license": [
6733                 "MIT"
6734             ],
6735             "authors": [
6736                 {
6737                     "name": "Fabien Potencier",
6738                     "email": "[email protected]"
6739                 },
6740                 {
6741                     "name": "Symfony Community",
6742                     "homepage": "https://symfony.com/contributors"
6743                 }
6744             ],
6745             "description": "Maps an HTTP request to a set of configuration variables",
6746             "homepage": "https://symfony.com",
6747             "keywords": [
6748                 "router",
6749                 "routing",
6750                 "uri",
6751                 "url"
6752             ],
6753             "support": {
6754                 "source": "https://github.com/symfony/routing/tree/v5.4.17"
6755             },
6756             "funding": [
6757                 {
6758                     "url": "https://symfony.com/sponsor",
6759                     "type": "custom"
6760                 },
6761                 {
6762                     "url": "https://github.com/fabpot",
6763                     "type": "github"
6764                 },
6765                 {
6766                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6767                     "type": "tidelift"
6768                 }
6769             ],
6770             "time": "2022-12-20T11:10:57+00:00"
6771         },
6772         {
6773             "name": "symfony/service-contracts",
6774             "version": "v2.5.2",
6775             "source": {
6776                 "type": "git",
6777                 "url": "https://github.com/symfony/service-contracts.git",
6778                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
6779             },
6780             "dist": {
6781                 "type": "zip",
6782                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
6783                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
6784                 "shasum": ""
6785             },
6786             "require": {
6787                 "php": ">=7.2.5",
6788                 "psr/container": "^1.1",
6789                 "symfony/deprecation-contracts": "^2.1|^3"
6790             },
6791             "conflict": {
6792                 "ext-psr": "<1.1|>=2"
6793             },
6794             "suggest": {
6795                 "symfony/service-implementation": ""
6796             },
6797             "type": "library",
6798             "extra": {
6799                 "branch-alias": {
6800                     "dev-main": "2.5-dev"
6801                 },
6802                 "thanks": {
6803                     "name": "symfony/contracts",
6804                     "url": "https://github.com/symfony/contracts"
6805                 }
6806             },
6807             "autoload": {
6808                 "psr-4": {
6809                     "Symfony\\Contracts\\Service\\": ""
6810                 }
6811             },
6812             "notification-url": "https://packagist.org/downloads/",
6813             "license": [
6814                 "MIT"
6815             ],
6816             "authors": [
6817                 {
6818                     "name": "Nicolas Grekas",
6819                     "email": "[email protected]"
6820                 },
6821                 {
6822                     "name": "Symfony Community",
6823                     "homepage": "https://symfony.com/contributors"
6824                 }
6825             ],
6826             "description": "Generic abstractions related to writing services",
6827             "homepage": "https://symfony.com",
6828             "keywords": [
6829                 "abstractions",
6830                 "contracts",
6831                 "decoupling",
6832                 "interfaces",
6833                 "interoperability",
6834                 "standards"
6835             ],
6836             "support": {
6837                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
6838             },
6839             "funding": [
6840                 {
6841                     "url": "https://symfony.com/sponsor",
6842                     "type": "custom"
6843                 },
6844                 {
6845                     "url": "https://github.com/fabpot",
6846                     "type": "github"
6847                 },
6848                 {
6849                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6850                     "type": "tidelift"
6851                 }
6852             ],
6853             "time": "2022-05-30T19:17:29+00:00"
6854         },
6855         {
6856             "name": "symfony/string",
6857             "version": "v5.4.17",
6858             "source": {
6859                 "type": "git",
6860                 "url": "https://github.com/symfony/string.git",
6861                 "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b"
6862             },
6863             "dist": {
6864                 "type": "zip",
6865                 "url": "https://api.github.com/repos/symfony/string/zipball/55733a8664b8853b003e70251c58bc8cb2d82a6b",
6866                 "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b",
6867                 "shasum": ""
6868             },
6869             "require": {
6870                 "php": ">=7.2.5",
6871                 "symfony/polyfill-ctype": "~1.8",
6872                 "symfony/polyfill-intl-grapheme": "~1.0",
6873                 "symfony/polyfill-intl-normalizer": "~1.0",
6874                 "symfony/polyfill-mbstring": "~1.0",
6875                 "symfony/polyfill-php80": "~1.15"
6876             },
6877             "conflict": {
6878                 "symfony/translation-contracts": ">=3.0"
6879             },
6880             "require-dev": {
6881                 "symfony/error-handler": "^4.4|^5.0|^6.0",
6882                 "symfony/http-client": "^4.4|^5.0|^6.0",
6883                 "symfony/translation-contracts": "^1.1|^2",
6884                 "symfony/var-exporter": "^4.4|^5.0|^6.0"
6885             },
6886             "type": "library",
6887             "autoload": {
6888                 "files": [
6889                     "Resources/functions.php"
6890                 ],
6891                 "psr-4": {
6892                     "Symfony\\Component\\String\\": ""
6893                 },
6894                 "exclude-from-classmap": [
6895                     "/Tests/"
6896                 ]
6897             },
6898             "notification-url": "https://packagist.org/downloads/",
6899             "license": [
6900                 "MIT"
6901             ],
6902             "authors": [
6903                 {
6904                     "name": "Nicolas Grekas",
6905                     "email": "[email protected]"
6906                 },
6907                 {
6908                     "name": "Symfony Community",
6909                     "homepage": "https://symfony.com/contributors"
6910                 }
6911             ],
6912             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
6913             "homepage": "https://symfony.com",
6914             "keywords": [
6915                 "grapheme",
6916                 "i18n",
6917                 "string",
6918                 "unicode",
6919                 "utf-8",
6920                 "utf8"
6921             ],
6922             "support": {
6923                 "source": "https://github.com/symfony/string/tree/v5.4.17"
6924             },
6925             "funding": [
6926                 {
6927                     "url": "https://symfony.com/sponsor",
6928                     "type": "custom"
6929                 },
6930                 {
6931                     "url": "https://github.com/fabpot",
6932                     "type": "github"
6933                 },
6934                 {
6935                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6936                     "type": "tidelift"
6937                 }
6938             ],
6939             "time": "2022-12-12T15:54:21+00:00"
6940         },
6941         {
6942             "name": "symfony/translation",
6943             "version": "v5.4.14",
6944             "source": {
6945                 "type": "git",
6946                 "url": "https://github.com/symfony/translation.git",
6947                 "reference": "f0ed07675863aa6e3939df8b1bc879450b585cab"
6948             },
6949             "dist": {
6950                 "type": "zip",
6951                 "url": "https://api.github.com/repos/symfony/translation/zipball/f0ed07675863aa6e3939df8b1bc879450b585cab",
6952                 "reference": "f0ed07675863aa6e3939df8b1bc879450b585cab",
6953                 "shasum": ""
6954             },
6955             "require": {
6956                 "php": ">=7.2.5",
6957                 "symfony/deprecation-contracts": "^2.1|^3",
6958                 "symfony/polyfill-mbstring": "~1.0",
6959                 "symfony/polyfill-php80": "^1.16",
6960                 "symfony/translation-contracts": "^2.3"
6961             },
6962             "conflict": {
6963                 "symfony/config": "<4.4",
6964                 "symfony/console": "<5.3",
6965                 "symfony/dependency-injection": "<5.0",
6966                 "symfony/http-kernel": "<5.0",
6967                 "symfony/twig-bundle": "<5.0",
6968                 "symfony/yaml": "<4.4"
6969             },
6970             "provide": {
6971                 "symfony/translation-implementation": "2.3"
6972             },
6973             "require-dev": {
6974                 "psr/log": "^1|^2|^3",
6975                 "symfony/config": "^4.4|^5.0|^6.0",
6976                 "symfony/console": "^5.4|^6.0",
6977                 "symfony/dependency-injection": "^5.0|^6.0",
6978                 "symfony/finder": "^4.4|^5.0|^6.0",
6979                 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
6980                 "symfony/http-kernel": "^5.0|^6.0",
6981                 "symfony/intl": "^4.4|^5.0|^6.0",
6982                 "symfony/polyfill-intl-icu": "^1.21",
6983                 "symfony/service-contracts": "^1.1.2|^2|^3",
6984                 "symfony/yaml": "^4.4|^5.0|^6.0"
6985             },
6986             "suggest": {
6987                 "psr/log-implementation": "To use logging capability in translator",
6988                 "symfony/config": "",
6989                 "symfony/yaml": ""
6990             },
6991             "type": "library",
6992             "autoload": {
6993                 "files": [
6994                     "Resources/functions.php"
6995                 ],
6996                 "psr-4": {
6997                     "Symfony\\Component\\Translation\\": ""
6998                 },
6999                 "exclude-from-classmap": [
7000                     "/Tests/"
7001                 ]
7002             },
7003             "notification-url": "https://packagist.org/downloads/",
7004             "license": [
7005                 "MIT"
7006             ],
7007             "authors": [
7008                 {
7009                     "name": "Fabien Potencier",
7010                     "email": "[email protected]"
7011                 },
7012                 {
7013                     "name": "Symfony Community",
7014                     "homepage": "https://symfony.com/contributors"
7015                 }
7016             ],
7017             "description": "Provides tools to internationalize your application",
7018             "homepage": "https://symfony.com",
7019             "support": {
7020                 "source": "https://github.com/symfony/translation/tree/v5.4.14"
7021             },
7022             "funding": [
7023                 {
7024                     "url": "https://symfony.com/sponsor",
7025                     "type": "custom"
7026                 },
7027                 {
7028                     "url": "https://github.com/fabpot",
7029                     "type": "github"
7030                 },
7031                 {
7032                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7033                     "type": "tidelift"
7034                 }
7035             ],
7036             "time": "2022-10-07T08:01:20+00:00"
7037         },
7038         {
7039             "name": "symfony/translation-contracts",
7040             "version": "v2.5.2",
7041             "source": {
7042                 "type": "git",
7043                 "url": "https://github.com/symfony/translation-contracts.git",
7044                 "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
7045             },
7046             "dist": {
7047                 "type": "zip",
7048                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
7049                 "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
7050                 "shasum": ""
7051             },
7052             "require": {
7053                 "php": ">=7.2.5"
7054             },
7055             "suggest": {
7056                 "symfony/translation-implementation": ""
7057             },
7058             "type": "library",
7059             "extra": {
7060                 "branch-alias": {
7061                     "dev-main": "2.5-dev"
7062                 },
7063                 "thanks": {
7064                     "name": "symfony/contracts",
7065                     "url": "https://github.com/symfony/contracts"
7066                 }
7067             },
7068             "autoload": {
7069                 "psr-4": {
7070                     "Symfony\\Contracts\\Translation\\": ""
7071                 }
7072             },
7073             "notification-url": "https://packagist.org/downloads/",
7074             "license": [
7075                 "MIT"
7076             ],
7077             "authors": [
7078                 {
7079                     "name": "Nicolas Grekas",
7080                     "email": "[email protected]"
7081                 },
7082                 {
7083                     "name": "Symfony Community",
7084                     "homepage": "https://symfony.com/contributors"
7085                 }
7086             ],
7087             "description": "Generic abstractions related to translation",
7088             "homepage": "https://symfony.com",
7089             "keywords": [
7090                 "abstractions",
7091                 "contracts",
7092                 "decoupling",
7093                 "interfaces",
7094                 "interoperability",
7095                 "standards"
7096             ],
7097             "support": {
7098                 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
7099             },
7100             "funding": [
7101                 {
7102                     "url": "https://symfony.com/sponsor",
7103                     "type": "custom"
7104                 },
7105                 {
7106                     "url": "https://github.com/fabpot",
7107                     "type": "github"
7108                 },
7109                 {
7110                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7111                     "type": "tidelift"
7112                 }
7113             ],
7114             "time": "2022-06-27T16:58:25+00:00"
7115         },
7116         {
7117             "name": "symfony/var-dumper",
7118             "version": "v5.4.17",
7119             "source": {
7120                 "type": "git",
7121                 "url": "https://github.com/symfony/var-dumper.git",
7122                 "reference": "ad74890513d07060255df2575703daf971de92c7"
7123             },
7124             "dist": {
7125                 "type": "zip",
7126                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ad74890513d07060255df2575703daf971de92c7",
7127                 "reference": "ad74890513d07060255df2575703daf971de92c7",
7128                 "shasum": ""
7129             },
7130             "require": {
7131                 "php": ">=7.2.5",
7132                 "symfony/polyfill-mbstring": "~1.0",
7133                 "symfony/polyfill-php80": "^1.16"
7134             },
7135             "conflict": {
7136                 "phpunit/phpunit": "<5.4.3",
7137                 "symfony/console": "<4.4"
7138             },
7139             "require-dev": {
7140                 "ext-iconv": "*",
7141                 "symfony/console": "^4.4|^5.0|^6.0",
7142                 "symfony/process": "^4.4|^5.0|^6.0",
7143                 "symfony/uid": "^5.1|^6.0",
7144                 "twig/twig": "^2.13|^3.0.4"
7145             },
7146             "suggest": {
7147                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
7148                 "ext-intl": "To show region name in time zone dump",
7149                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
7150             },
7151             "bin": [
7152                 "Resources/bin/var-dump-server"
7153             ],
7154             "type": "library",
7155             "autoload": {
7156                 "files": [
7157                     "Resources/functions/dump.php"
7158                 ],
7159                 "psr-4": {
7160                     "Symfony\\Component\\VarDumper\\": ""
7161                 },
7162                 "exclude-from-classmap": [
7163                     "/Tests/"
7164                 ]
7165             },
7166             "notification-url": "https://packagist.org/downloads/",
7167             "license": [
7168                 "MIT"
7169             ],
7170             "authors": [
7171                 {
7172                     "name": "Nicolas Grekas",
7173                     "email": "[email protected]"
7174                 },
7175                 {
7176                     "name": "Symfony Community",
7177                     "homepage": "https://symfony.com/contributors"
7178                 }
7179             ],
7180             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7181             "homepage": "https://symfony.com",
7182             "keywords": [
7183                 "debug",
7184                 "dump"
7185             ],
7186             "support": {
7187                 "source": "https://github.com/symfony/var-dumper/tree/v5.4.17"
7188             },
7189             "funding": [
7190                 {
7191                     "url": "https://symfony.com/sponsor",
7192                     "type": "custom"
7193                 },
7194                 {
7195                     "url": "https://github.com/fabpot",
7196                     "type": "github"
7197                 },
7198                 {
7199                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7200                     "type": "tidelift"
7201                 }
7202             ],
7203             "time": "2022-12-22T10:31:03+00:00"
7204         },
7205         {
7206             "name": "tijsverkoyen/css-to-inline-styles",
7207             "version": "2.2.6",
7208             "source": {
7209                 "type": "git",
7210                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7211                 "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
7212             },
7213             "dist": {
7214                 "type": "zip",
7215                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
7216                 "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
7217                 "shasum": ""
7218             },
7219             "require": {
7220                 "ext-dom": "*",
7221                 "ext-libxml": "*",
7222                 "php": "^5.5 || ^7.0 || ^8.0",
7223                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
7224             },
7225             "require-dev": {
7226                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
7227             },
7228             "type": "library",
7229             "extra": {
7230                 "branch-alias": {
7231                     "dev-master": "2.2.x-dev"
7232                 }
7233             },
7234             "autoload": {
7235                 "psr-4": {
7236                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7237                 }
7238             },
7239             "notification-url": "https://packagist.org/downloads/",
7240             "license": [
7241                 "BSD-3-Clause"
7242             ],
7243             "authors": [
7244                 {
7245                     "name": "Tijs Verkoyen",
7246                     "email": "[email protected]",
7247                     "role": "Developer"
7248                 }
7249             ],
7250             "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.",
7251             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7252             "support": {
7253                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7254                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
7255             },
7256             "time": "2023-01-03T09:29:04+00:00"
7257         },
7258         {
7259             "name": "vlucas/phpdotenv",
7260             "version": "v5.5.0",
7261             "source": {
7262                 "type": "git",
7263                 "url": "https://github.com/vlucas/phpdotenv.git",
7264                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
7265             },
7266             "dist": {
7267                 "type": "zip",
7268                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
7269                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
7270                 "shasum": ""
7271             },
7272             "require": {
7273                 "ext-pcre": "*",
7274                 "graham-campbell/result-type": "^1.0.2",
7275                 "php": "^7.1.3 || ^8.0",
7276                 "phpoption/phpoption": "^1.8",
7277                 "symfony/polyfill-ctype": "^1.23",
7278                 "symfony/polyfill-mbstring": "^1.23.1",
7279                 "symfony/polyfill-php80": "^1.23.1"
7280             },
7281             "require-dev": {
7282                 "bamarni/composer-bin-plugin": "^1.4.1",
7283                 "ext-filter": "*",
7284                 "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
7285             },
7286             "suggest": {
7287                 "ext-filter": "Required to use the boolean validator."
7288             },
7289             "type": "library",
7290             "extra": {
7291                 "bamarni-bin": {
7292                     "bin-links": true,
7293                     "forward-command": true
7294                 },
7295                 "branch-alias": {
7296                     "dev-master": "5.5-dev"
7297                 }
7298             },
7299             "autoload": {
7300                 "psr-4": {
7301                     "Dotenv\\": "src/"
7302                 }
7303             },
7304             "notification-url": "https://packagist.org/downloads/",
7305             "license": [
7306                 "BSD-3-Clause"
7307             ],
7308             "authors": [
7309                 {
7310                     "name": "Graham Campbell",
7311                     "email": "[email protected]",
7312                     "homepage": "https://github.com/GrahamCampbell"
7313                 },
7314                 {
7315                     "name": "Vance Lucas",
7316                     "email": "[email protected]",
7317                     "homepage": "https://github.com/vlucas"
7318                 }
7319             ],
7320             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7321             "keywords": [
7322                 "dotenv",
7323                 "env",
7324                 "environment"
7325             ],
7326             "support": {
7327                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7328                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
7329             },
7330             "funding": [
7331                 {
7332                     "url": "https://github.com/GrahamCampbell",
7333                     "type": "github"
7334                 },
7335                 {
7336                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7337                     "type": "tidelift"
7338                 }
7339             ],
7340             "time": "2022-10-16T01:01:54+00:00"
7341         },
7342         {
7343             "name": "voku/portable-ascii",
7344             "version": "1.6.1",
7345             "source": {
7346                 "type": "git",
7347                 "url": "https://github.com/voku/portable-ascii.git",
7348                 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
7349             },
7350             "dist": {
7351                 "type": "zip",
7352                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
7353                 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
7354                 "shasum": ""
7355             },
7356             "require": {
7357                 "php": ">=7.0.0"
7358             },
7359             "require-dev": {
7360                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7361             },
7362             "suggest": {
7363                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7364             },
7365             "type": "library",
7366             "autoload": {
7367                 "psr-4": {
7368                     "voku\\": "src/voku/"
7369                 }
7370             },
7371             "notification-url": "https://packagist.org/downloads/",
7372             "license": [
7373                 "MIT"
7374             ],
7375             "authors": [
7376                 {
7377                     "name": "Lars Moelleken",
7378                     "homepage": "http://www.moelleken.org/"
7379                 }
7380             ],
7381             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7382             "homepage": "https://github.com/voku/portable-ascii",
7383             "keywords": [
7384                 "ascii",
7385                 "clean",
7386                 "php"
7387             ],
7388             "support": {
7389                 "issues": "https://github.com/voku/portable-ascii/issues",
7390                 "source": "https://github.com/voku/portable-ascii/tree/1.6.1"
7391             },
7392             "funding": [
7393                 {
7394                     "url": "https://www.paypal.me/moelleken",
7395                     "type": "custom"
7396                 },
7397                 {
7398                     "url": "https://github.com/voku",
7399                     "type": "github"
7400                 },
7401                 {
7402                     "url": "https://opencollective.com/portable-ascii",
7403                     "type": "open_collective"
7404                 },
7405                 {
7406                     "url": "https://www.patreon.com/voku",
7407                     "type": "patreon"
7408                 },
7409                 {
7410                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7411                     "type": "tidelift"
7412                 }
7413             ],
7414             "time": "2022-01-24T18:55:24+00:00"
7415         },
7416         {
7417             "name": "webmozart/assert",
7418             "version": "1.11.0",
7419             "source": {
7420                 "type": "git",
7421                 "url": "https://github.com/webmozarts/assert.git",
7422                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7423             },
7424             "dist": {
7425                 "type": "zip",
7426                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7427                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7428                 "shasum": ""
7429             },
7430             "require": {
7431                 "ext-ctype": "*",
7432                 "php": "^7.2 || ^8.0"
7433             },
7434             "conflict": {
7435                 "phpstan/phpstan": "<0.12.20",
7436                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7437             },
7438             "require-dev": {
7439                 "phpunit/phpunit": "^8.5.13"
7440             },
7441             "type": "library",
7442             "extra": {
7443                 "branch-alias": {
7444                     "dev-master": "1.10-dev"
7445                 }
7446             },
7447             "autoload": {
7448                 "psr-4": {
7449                     "Webmozart\\Assert\\": "src/"
7450                 }
7451             },
7452             "notification-url": "https://packagist.org/downloads/",
7453             "license": [
7454                 "MIT"
7455             ],
7456             "authors": [
7457                 {
7458                     "name": "Bernhard Schussek",
7459                     "email": "[email protected]"
7460                 }
7461             ],
7462             "description": "Assertions to validate method input/output with nice error messages.",
7463             "keywords": [
7464                 "assert",
7465                 "check",
7466                 "validate"
7467             ],
7468             "support": {
7469                 "issues": "https://github.com/webmozarts/assert/issues",
7470                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7471             },
7472             "time": "2022-06-03T18:03:27+00:00"
7473         }
7474     ],
7475     "packages-dev": [
7476         {
7477             "name": "brianium/paratest",
7478             "version": "v6.8.1",
7479             "source": {
7480                 "type": "git",
7481                 "url": "https://github.com/paratestphp/paratest.git",
7482                 "reference": "168c1cfdf79e5b19b57cb03060fc9a6a79c5f582"
7483             },
7484             "dist": {
7485                 "type": "zip",
7486                 "url": "https://api.github.com/repos/paratestphp/paratest/zipball/168c1cfdf79e5b19b57cb03060fc9a6a79c5f582",
7487                 "reference": "168c1cfdf79e5b19b57cb03060fc9a6a79c5f582",
7488                 "shasum": ""
7489             },
7490             "require": {
7491                 "ext-dom": "*",
7492                 "ext-pcre": "*",
7493                 "ext-reflection": "*",
7494                 "ext-simplexml": "*",
7495                 "fidry/cpu-core-counter": "^0.4.1",
7496                 "jean85/pretty-package-versions": "^2.0.5",
7497                 "php": "^7.3 || ^8.0",
7498                 "phpunit/php-code-coverage": "^9.2.23",
7499                 "phpunit/php-file-iterator": "^3.0.6",
7500                 "phpunit/php-timer": "^5.0.3",
7501                 "phpunit/phpunit": "^9.5.28",
7502                 "sebastian/environment": "^5.1.4",
7503                 "symfony/console": "^5.4.16 || ^6.2.3",
7504                 "symfony/process": "^5.4.11 || ^6.2"
7505             },
7506             "require-dev": {
7507                 "doctrine/coding-standard": "^10.0.0",
7508                 "ext-pcov": "*",
7509                 "ext-posix": "*",
7510                 "infection/infection": "^0.26.16",
7511                 "squizlabs/php_codesniffer": "^3.7.1",
7512                 "symfony/filesystem": "^5.4.13 || ^6.2",
7513                 "vimeo/psalm": "^5.4"
7514             },
7515             "bin": [
7516                 "bin/paratest",
7517                 "bin/paratest.bat",
7518                 "bin/paratest_for_phpstorm"
7519             ],
7520             "type": "library",
7521             "autoload": {
7522                 "psr-4": {
7523                     "ParaTest\\": [
7524                         "src/"
7525                     ]
7526                 }
7527             },
7528             "notification-url": "https://packagist.org/downloads/",
7529             "license": [
7530                 "MIT"
7531             ],
7532             "authors": [
7533                 {
7534                     "name": "Brian Scaturro",
7535                     "email": "[email protected]",
7536                     "role": "Developer"
7537                 },
7538                 {
7539                     "name": "Filippo Tessarotto",
7540                     "email": "[email protected]",
7541                     "role": "Developer"
7542                 }
7543             ],
7544             "description": "Parallel testing for PHP",
7545             "homepage": "https://github.com/paratestphp/paratest",
7546             "keywords": [
7547                 "concurrent",
7548                 "parallel",
7549                 "phpunit",
7550                 "testing"
7551             ],
7552             "support": {
7553                 "issues": "https://github.com/paratestphp/paratest/issues",
7554                 "source": "https://github.com/paratestphp/paratest/tree/v6.8.1"
7555             },
7556             "funding": [
7557                 {
7558                     "url": "https://github.com/sponsors/Slamdunk",
7559                     "type": "github"
7560                 },
7561                 {
7562                     "url": "https://paypal.me/filippotessarotto",
7563                     "type": "paypal"
7564                 }
7565             ],
7566             "time": "2023-01-17T10:08:49+00:00"
7567         },
7568         {
7569             "name": "composer/ca-bundle",
7570             "version": "1.3.5",
7571             "source": {
7572                 "type": "git",
7573                 "url": "https://github.com/composer/ca-bundle.git",
7574                 "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd"
7575             },
7576             "dist": {
7577                 "type": "zip",
7578                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
7579                 "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
7580                 "shasum": ""
7581             },
7582             "require": {
7583                 "ext-openssl": "*",
7584                 "ext-pcre": "*",
7585                 "php": "^5.3.2 || ^7.0 || ^8.0"
7586             },
7587             "require-dev": {
7588                 "phpstan/phpstan": "^0.12.55",
7589                 "psr/log": "^1.0",
7590                 "symfony/phpunit-bridge": "^4.2 || ^5",
7591                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
7592             },
7593             "type": "library",
7594             "extra": {
7595                 "branch-alias": {
7596                     "dev-main": "1.x-dev"
7597                 }
7598             },
7599             "autoload": {
7600                 "psr-4": {
7601                     "Composer\\CaBundle\\": "src"
7602                 }
7603             },
7604             "notification-url": "https://packagist.org/downloads/",
7605             "license": [
7606                 "MIT"
7607             ],
7608             "authors": [
7609                 {
7610                     "name": "Jordi Boggiano",
7611                     "email": "[email protected]",
7612                     "homepage": "http://seld.be"
7613                 }
7614             ],
7615             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
7616             "keywords": [
7617                 "cabundle",
7618                 "cacert",
7619                 "certificate",
7620                 "ssl",
7621                 "tls"
7622             ],
7623             "support": {
7624                 "irc": "irc://irc.freenode.org/composer",
7625                 "issues": "https://github.com/composer/ca-bundle/issues",
7626                 "source": "https://github.com/composer/ca-bundle/tree/1.3.5"
7627             },
7628             "funding": [
7629                 {
7630                     "url": "https://packagist.com",
7631                     "type": "custom"
7632                 },
7633                 {
7634                     "url": "https://github.com/composer",
7635                     "type": "github"
7636                 },
7637                 {
7638                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7639                     "type": "tidelift"
7640                 }
7641             ],
7642             "time": "2023-01-11T08:27:00+00:00"
7643         },
7644         {
7645             "name": "composer/class-map-generator",
7646             "version": "1.0.0",
7647             "source": {
7648                 "type": "git",
7649                 "url": "https://github.com/composer/class-map-generator.git",
7650                 "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513"
7651             },
7652             "dist": {
7653                 "type": "zip",
7654                 "url": "https://api.github.com/repos/composer/class-map-generator/zipball/1e1cb2b791facb2dfe32932a7718cf2571187513",
7655                 "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513",
7656                 "shasum": ""
7657             },
7658             "require": {
7659                 "composer/pcre": "^2 || ^3",
7660                 "php": "^7.2 || ^8.0",
7661                 "symfony/finder": "^4.4 || ^5.3 || ^6"
7662             },
7663             "require-dev": {
7664                 "phpstan/phpstan": "^1.6",
7665                 "phpstan/phpstan-deprecation-rules": "^1",
7666                 "phpstan/phpstan-phpunit": "^1",
7667                 "phpstan/phpstan-strict-rules": "^1.1",
7668                 "symfony/filesystem": "^5.4 || ^6",
7669                 "symfony/phpunit-bridge": "^5"
7670             },
7671             "type": "library",
7672             "extra": {
7673                 "branch-alias": {
7674                     "dev-main": "1.x-dev"
7675                 }
7676             },
7677             "autoload": {
7678                 "psr-4": {
7679                     "Composer\\ClassMapGenerator\\": "src"
7680                 }
7681             },
7682             "notification-url": "https://packagist.org/downloads/",
7683             "license": [
7684                 "MIT"
7685             ],
7686             "authors": [
7687                 {
7688                     "name": "Jordi Boggiano",
7689                     "email": "[email protected]",
7690                     "homepage": "https://seld.be"
7691                 }
7692             ],
7693             "description": "Utilities to scan PHP code and generate class maps.",
7694             "keywords": [
7695                 "classmap"
7696             ],
7697             "support": {
7698                 "issues": "https://github.com/composer/class-map-generator/issues",
7699                 "source": "https://github.com/composer/class-map-generator/tree/1.0.0"
7700             },
7701             "funding": [
7702                 {
7703                     "url": "https://packagist.com",
7704                     "type": "custom"
7705                 },
7706                 {
7707                     "url": "https://github.com/composer",
7708                     "type": "github"
7709                 },
7710                 {
7711                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7712                     "type": "tidelift"
7713                 }
7714             ],
7715             "time": "2022-06-19T11:31:27+00:00"
7716         },
7717         {
7718             "name": "composer/composer",
7719             "version": "2.5.1",
7720             "source": {
7721                 "type": "git",
7722                 "url": "https://github.com/composer/composer.git",
7723                 "reference": "923278ad13e1621946eb76ab2882655d2cc396a4"
7724             },
7725             "dist": {
7726                 "type": "zip",
7727                 "url": "https://api.github.com/repos/composer/composer/zipball/923278ad13e1621946eb76ab2882655d2cc396a4",
7728                 "reference": "923278ad13e1621946eb76ab2882655d2cc396a4",
7729                 "shasum": ""
7730             },
7731             "require": {
7732                 "composer/ca-bundle": "^1.0",
7733                 "composer/class-map-generator": "^1.0",
7734                 "composer/metadata-minifier": "^1.0",
7735                 "composer/pcre": "^2.1 || ^3.1",
7736                 "composer/semver": "^3.0",
7737                 "composer/spdx-licenses": "^1.5.7",
7738                 "composer/xdebug-handler": "^2.0.2 || ^3.0.3",
7739                 "justinrainbow/json-schema": "^5.2.11",
7740                 "php": "^7.2.5 || ^8.0",
7741                 "psr/log": "^1.0 || ^2.0 || ^3.0",
7742                 "react/promise": "^2.8",
7743                 "seld/jsonlint": "^1.4",
7744                 "seld/phar-utils": "^1.2",
7745                 "seld/signal-handler": "^2.0",
7746                 "symfony/console": "^5.4.11 || ^6.0.11",
7747                 "symfony/filesystem": "^5.4 || ^6.0",
7748                 "symfony/finder": "^5.4 || ^6.0",
7749                 "symfony/polyfill-php73": "^1.24",
7750                 "symfony/polyfill-php80": "^1.24",
7751                 "symfony/polyfill-php81": "^1.24",
7752                 "symfony/process": "^5.4 || ^6.0"
7753             },
7754             "require-dev": {
7755                 "phpstan/phpstan": "^1.9.3",
7756                 "phpstan/phpstan-deprecation-rules": "^1",
7757                 "phpstan/phpstan-phpunit": "^1.0",
7758                 "phpstan/phpstan-strict-rules": "^1",
7759                 "phpstan/phpstan-symfony": "^1.2.10",
7760                 "symfony/phpunit-bridge": "^6.0"
7761             },
7762             "suggest": {
7763                 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
7764                 "ext-zip": "Enabling the zip extension allows you to unzip archives",
7765                 "ext-zlib": "Allow gzip compression of HTTP requests"
7766             },
7767             "bin": [
7768                 "bin/composer"
7769             ],
7770             "type": "library",
7771             "extra": {
7772                 "branch-alias": {
7773                     "dev-main": "2.5-dev"
7774                 },
7775                 "phpstan": {
7776                     "includes": [
7777                         "phpstan/rules.neon"
7778                     ]
7779                 }
7780             },
7781             "autoload": {
7782                 "psr-4": {
7783                     "Composer\\": "src/Composer"
7784                 }
7785             },
7786             "notification-url": "https://packagist.org/downloads/",
7787             "license": [
7788                 "MIT"
7789             ],
7790             "authors": [
7791                 {
7792                     "name": "Nils Adermann",
7793                     "email": "[email protected]",
7794                     "homepage": "https://www.naderman.de"
7795                 },
7796                 {
7797                     "name": "Jordi Boggiano",
7798                     "email": "[email protected]",
7799                     "homepage": "https://seld.be"
7800                 }
7801             ],
7802             "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
7803             "homepage": "https://getcomposer.org/",
7804             "keywords": [
7805                 "autoload",
7806                 "dependency",
7807                 "package"
7808             ],
7809             "support": {
7810                 "irc": "ircs://irc.libera.chat:6697/composer",
7811                 "issues": "https://github.com/composer/composer/issues",
7812                 "source": "https://github.com/composer/composer/tree/2.5.1"
7813             },
7814             "funding": [
7815                 {
7816                     "url": "https://packagist.com",
7817                     "type": "custom"
7818                 },
7819                 {
7820                     "url": "https://github.com/composer",
7821                     "type": "github"
7822                 },
7823                 {
7824                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7825                     "type": "tidelift"
7826                 }
7827             ],
7828             "time": "2022-12-22T14:33:54+00:00"
7829         },
7830         {
7831             "name": "composer/metadata-minifier",
7832             "version": "1.0.0",
7833             "source": {
7834                 "type": "git",
7835                 "url": "https://github.com/composer/metadata-minifier.git",
7836                 "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
7837             },
7838             "dist": {
7839                 "type": "zip",
7840                 "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
7841                 "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
7842                 "shasum": ""
7843             },
7844             "require": {
7845                 "php": "^5.3.2 || ^7.0 || ^8.0"
7846             },
7847             "require-dev": {
7848                 "composer/composer": "^2",
7849                 "phpstan/phpstan": "^0.12.55",
7850                 "symfony/phpunit-bridge": "^4.2 || ^5"
7851             },
7852             "type": "library",
7853             "extra": {
7854                 "branch-alias": {
7855                     "dev-main": "1.x-dev"
7856                 }
7857             },
7858             "autoload": {
7859                 "psr-4": {
7860                     "Composer\\MetadataMinifier\\": "src"
7861                 }
7862             },
7863             "notification-url": "https://packagist.org/downloads/",
7864             "license": [
7865                 "MIT"
7866             ],
7867             "authors": [
7868                 {
7869                     "name": "Jordi Boggiano",
7870                     "email": "[email protected]",
7871                     "homepage": "http://seld.be"
7872                 }
7873             ],
7874             "description": "Small utility library that handles metadata minification and expansion.",
7875             "keywords": [
7876                 "composer",
7877                 "compression"
7878             ],
7879             "support": {
7880                 "issues": "https://github.com/composer/metadata-minifier/issues",
7881                 "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
7882             },
7883             "funding": [
7884                 {
7885                     "url": "https://packagist.com",
7886                     "type": "custom"
7887                 },
7888                 {
7889                     "url": "https://github.com/composer",
7890                     "type": "github"
7891                 },
7892                 {
7893                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7894                     "type": "tidelift"
7895                 }
7896             ],
7897             "time": "2021-04-07T13:37:33+00:00"
7898         },
7899         {
7900             "name": "composer/pcre",
7901             "version": "3.1.0",
7902             "source": {
7903                 "type": "git",
7904                 "url": "https://github.com/composer/pcre.git",
7905                 "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
7906             },
7907             "dist": {
7908                 "type": "zip",
7909                 "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
7910                 "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
7911                 "shasum": ""
7912             },
7913             "require": {
7914                 "php": "^7.4 || ^8.0"
7915             },
7916             "require-dev": {
7917                 "phpstan/phpstan": "^1.3",
7918                 "phpstan/phpstan-strict-rules": "^1.1",
7919                 "symfony/phpunit-bridge": "^5"
7920             },
7921             "type": "library",
7922             "extra": {
7923                 "branch-alias": {
7924                     "dev-main": "3.x-dev"
7925                 }
7926             },
7927             "autoload": {
7928                 "psr-4": {
7929                     "Composer\\Pcre\\": "src"
7930                 }
7931             },
7932             "notification-url": "https://packagist.org/downloads/",
7933             "license": [
7934                 "MIT"
7935             ],
7936             "authors": [
7937                 {
7938                     "name": "Jordi Boggiano",
7939                     "email": "[email protected]",
7940                     "homepage": "http://seld.be"
7941                 }
7942             ],
7943             "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
7944             "keywords": [
7945                 "PCRE",
7946                 "preg",
7947                 "regex",
7948                 "regular expression"
7949             ],
7950             "support": {
7951                 "issues": "https://github.com/composer/pcre/issues",
7952                 "source": "https://github.com/composer/pcre/tree/3.1.0"
7953             },
7954             "funding": [
7955                 {
7956                     "url": "https://packagist.com",
7957                     "type": "custom"
7958                 },
7959                 {
7960                     "url": "https://github.com/composer",
7961                     "type": "github"
7962                 },
7963                 {
7964                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7965                     "type": "tidelift"
7966                 }
7967             ],
7968             "time": "2022-11-17T09:50:14+00:00"
7969         },
7970         {
7971             "name": "composer/semver",
7972             "version": "3.3.2",
7973             "source": {
7974                 "type": "git",
7975                 "url": "https://github.com/composer/semver.git",
7976                 "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
7977             },
7978             "dist": {
7979                 "type": "zip",
7980                 "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
7981                 "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
7982                 "shasum": ""
7983             },
7984             "require": {
7985                 "php": "^5.3.2 || ^7.0 || ^8.0"
7986             },
7987             "require-dev": {
7988                 "phpstan/phpstan": "^1.4",
7989                 "symfony/phpunit-bridge": "^4.2 || ^5"
7990             },
7991             "type": "library",
7992             "extra": {
7993                 "branch-alias": {
7994                     "dev-main": "3.x-dev"
7995                 }
7996             },
7997             "autoload": {
7998                 "psr-4": {
7999                     "Composer\\Semver\\": "src"
8000                 }
8001             },
8002             "notification-url": "https://packagist.org/downloads/",
8003             "license": [
8004                 "MIT"
8005             ],
8006             "authors": [
8007                 {
8008                     "name": "Nils Adermann",
8009                     "email": "[email protected]",
8010                     "homepage": "http://www.naderman.de"
8011                 },
8012                 {
8013                     "name": "Jordi Boggiano",
8014                     "email": "[email protected]",
8015                     "homepage": "http://seld.be"
8016                 },
8017                 {
8018                     "name": "Rob Bast",
8019                     "email": "[email protected]",
8020                     "homepage": "http://robbast.nl"
8021                 }
8022             ],
8023             "description": "Semver library that offers utilities, version constraint parsing and validation.",
8024             "keywords": [
8025                 "semantic",
8026                 "semver",
8027                 "validation",
8028                 "versioning"
8029             ],
8030             "support": {
8031                 "irc": "irc://irc.freenode.org/composer",
8032                 "issues": "https://github.com/composer/semver/issues",
8033                 "source": "https://github.com/composer/semver/tree/3.3.2"
8034             },
8035             "funding": [
8036                 {
8037                     "url": "https://packagist.com",
8038                     "type": "custom"
8039                 },
8040                 {
8041                     "url": "https://github.com/composer",
8042                     "type": "github"
8043                 },
8044                 {
8045                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
8046                     "type": "tidelift"
8047                 }
8048             ],
8049             "time": "2022-04-01T19:23:25+00:00"
8050         },
8051         {
8052             "name": "composer/spdx-licenses",
8053             "version": "1.5.7",
8054             "source": {
8055                 "type": "git",
8056                 "url": "https://github.com/composer/spdx-licenses.git",
8057                 "reference": "c848241796da2abf65837d51dce1fae55a960149"
8058             },
8059             "dist": {
8060                 "type": "zip",
8061                 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149",
8062                 "reference": "c848241796da2abf65837d51dce1fae55a960149",
8063                 "shasum": ""
8064             },
8065             "require": {
8066                 "php": "^5.3.2 || ^7.0 || ^8.0"
8067             },
8068             "require-dev": {
8069                 "phpstan/phpstan": "^0.12.55",
8070                 "symfony/phpunit-bridge": "^4.2 || ^5"
8071             },
8072             "type": "library",
8073             "extra": {
8074                 "branch-alias": {
8075                     "dev-main": "1.x-dev"
8076                 }
8077             },
8078             "autoload": {
8079                 "psr-4": {
8080                     "Composer\\Spdx\\": "src"
8081                 }
8082             },
8083             "notification-url": "https://packagist.org/downloads/",
8084             "license": [
8085                 "MIT"
8086             ],
8087             "authors": [
8088                 {
8089                     "name": "Nils Adermann",
8090                     "email": "[email protected]",
8091                     "homepage": "http://www.naderman.de"
8092                 },
8093                 {
8094                     "name": "Jordi Boggiano",
8095                     "email": "[email protected]",
8096                     "homepage": "http://seld.be"
8097                 },
8098                 {
8099                     "name": "Rob Bast",
8100                     "email": "[email protected]",
8101                     "homepage": "http://robbast.nl"
8102                 }
8103             ],
8104             "description": "SPDX licenses list and validation library.",
8105             "keywords": [
8106                 "license",
8107                 "spdx",
8108                 "validator"
8109             ],
8110             "support": {
8111                 "irc": "irc://irc.freenode.org/composer",
8112                 "issues": "https://github.com/composer/spdx-licenses/issues",
8113                 "source": "https://github.com/composer/spdx-licenses/tree/1.5.7"
8114             },
8115             "funding": [
8116                 {
8117                     "url": "https://packagist.com",
8118                     "type": "custom"
8119                 },
8120                 {
8121                     "url": "https://github.com/composer",
8122                     "type": "github"
8123                 },
8124                 {
8125                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
8126                     "type": "tidelift"
8127                 }
8128             ],
8129             "time": "2022-05-23T07:37:50+00:00"
8130         },
8131         {
8132             "name": "composer/xdebug-handler",
8133             "version": "3.0.3",
8134             "source": {
8135                 "type": "git",
8136                 "url": "https://github.com/composer/xdebug-handler.git",
8137                 "reference": "ced299686f41dce890debac69273b47ffe98a40c"
8138             },
8139             "dist": {
8140                 "type": "zip",
8141                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
8142                 "reference": "ced299686f41dce890debac69273b47ffe98a40c",
8143                 "shasum": ""
8144             },
8145             "require": {
8146                 "composer/pcre": "^1 || ^2 || ^3",
8147                 "php": "^7.2.5 || ^8.0",
8148                 "psr/log": "^1 || ^2 || ^3"
8149             },
8150             "require-dev": {
8151                 "phpstan/phpstan": "^1.0",
8152                 "phpstan/phpstan-strict-rules": "^1.1",
8153                 "symfony/phpunit-bridge": "^6.0"
8154             },
8155             "type": "library",
8156             "autoload": {
8157                 "psr-4": {
8158                     "Composer\\XdebugHandler\\": "src"
8159                 }
8160             },
8161             "notification-url": "https://packagist.org/downloads/",
8162             "license": [
8163                 "MIT"
8164             ],
8165             "authors": [
8166                 {
8167                     "name": "John Stevenson",
8168                     "email": "[email protected]"
8169                 }
8170             ],
8171             "description": "Restarts a process without Xdebug.",
8172             "keywords": [
8173                 "Xdebug",
8174                 "performance"
8175             ],
8176             "support": {
8177                 "irc": "irc://irc.freenode.org/composer",
8178                 "issues": "https://github.com/composer/xdebug-handler/issues",
8179                 "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
8180             },
8181             "funding": [
8182                 {
8183                     "url": "https://packagist.com",
8184                     "type": "custom"
8185                 },
8186                 {
8187                     "url": "https://github.com/composer",
8188                     "type": "github"
8189                 },
8190                 {
8191                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
8192                     "type": "tidelift"
8193                 }
8194             ],
8195             "time": "2022-02-25T21:32:43+00:00"
8196         },
8197         {
8198             "name": "doctrine/instantiator",
8199             "version": "1.5.0",
8200             "source": {
8201                 "type": "git",
8202                 "url": "https://github.com/doctrine/instantiator.git",
8203                 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
8204             },
8205             "dist": {
8206                 "type": "zip",
8207                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
8208                 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
8209                 "shasum": ""
8210             },
8211             "require": {
8212                 "php": "^7.1 || ^8.0"
8213             },
8214             "require-dev": {
8215                 "doctrine/coding-standard": "^9 || ^11",
8216                 "ext-pdo": "*",
8217                 "ext-phar": "*",
8218                 "phpbench/phpbench": "^0.16 || ^1",
8219                 "phpstan/phpstan": "^1.4",
8220                 "phpstan/phpstan-phpunit": "^1",
8221                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
8222                 "vimeo/psalm": "^4.30 || ^5.4"
8223             },
8224             "type": "library",
8225             "autoload": {
8226                 "psr-4": {
8227                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
8228                 }
8229             },
8230             "notification-url": "https://packagist.org/downloads/",
8231             "license": [
8232                 "MIT"
8233             ],
8234             "authors": [
8235                 {
8236                     "name": "Marco Pivetta",
8237                     "email": "[email protected]",
8238                     "homepage": "https://ocramius.github.io/"
8239                 }
8240             ],
8241             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
8242             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
8243             "keywords": [
8244                 "constructor",
8245                 "instantiate"
8246             ],
8247             "support": {
8248                 "issues": "https://github.com/doctrine/instantiator/issues",
8249                 "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
8250             },
8251             "funding": [
8252                 {
8253                     "url": "https://www.doctrine-project.org/sponsorship.html",
8254                     "type": "custom"
8255                 },
8256                 {
8257                     "url": "https://www.patreon.com/phpdoctrine",
8258                     "type": "patreon"
8259                 },
8260                 {
8261                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
8262                     "type": "tidelift"
8263                 }
8264             ],
8265             "time": "2022-12-30T00:15:36+00:00"
8266         },
8267         {
8268             "name": "facade/ignition-contracts",
8269             "version": "1.0.2",
8270             "source": {
8271                 "type": "git",
8272                 "url": "https://github.com/facade/ignition-contracts.git",
8273                 "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
8274             },
8275             "dist": {
8276                 "type": "zip",
8277                 "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
8278                 "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
8279                 "shasum": ""
8280             },
8281             "require": {
8282                 "php": "^7.3|^8.0"
8283             },
8284             "require-dev": {
8285                 "friendsofphp/php-cs-fixer": "^v2.15.8",
8286                 "phpunit/phpunit": "^9.3.11",
8287                 "vimeo/psalm": "^3.17.1"
8288             },
8289             "type": "library",
8290             "autoload": {
8291                 "psr-4": {
8292                     "Facade\\IgnitionContracts\\": "src"
8293                 }
8294             },
8295             "notification-url": "https://packagist.org/downloads/",
8296             "license": [
8297                 "MIT"
8298             ],
8299             "authors": [
8300                 {
8301                     "name": "Freek Van der Herten",
8302                     "email": "[email protected]",
8303                     "homepage": "https://flareapp.io",
8304                     "role": "Developer"
8305                 }
8306             ],
8307             "description": "Solution contracts for Ignition",
8308             "homepage": "https://github.com/facade/ignition-contracts",
8309             "keywords": [
8310                 "contracts",
8311                 "flare",
8312                 "ignition"
8313             ],
8314             "support": {
8315                 "issues": "https://github.com/facade/ignition-contracts/issues",
8316                 "source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
8317             },
8318             "time": "2020-10-16T08:27:54+00:00"
8319         },
8320         {
8321             "name": "fakerphp/faker",
8322             "version": "v1.21.0",
8323             "source": {
8324                 "type": "git",
8325                 "url": "https://github.com/FakerPHP/Faker.git",
8326                 "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d"
8327             },
8328             "dist": {
8329                 "type": "zip",
8330                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d",
8331                 "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d",
8332                 "shasum": ""
8333             },
8334             "require": {
8335                 "php": "^7.4 || ^8.0",
8336                 "psr/container": "^1.0 || ^2.0",
8337                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8338             },
8339             "conflict": {
8340                 "fzaninotto/faker": "*"
8341             },
8342             "require-dev": {
8343                 "bamarni/composer-bin-plugin": "^1.4.1",
8344                 "doctrine/persistence": "^1.3 || ^2.0",
8345                 "ext-intl": "*",
8346                 "phpunit/phpunit": "^9.5.26",
8347                 "symfony/phpunit-bridge": "^5.4.16"
8348             },
8349             "suggest": {
8350                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8351                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8352                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8353                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8354                 "ext-mbstring": "Required for multibyte Unicode string functionality."
8355             },
8356             "type": "library",
8357             "extra": {
8358                 "branch-alias": {
8359                     "dev-main": "v1.21-dev"
8360                 }
8361             },
8362             "autoload": {
8363                 "psr-4": {
8364                     "Faker\\": "src/Faker/"
8365                 }
8366             },
8367             "notification-url": "https://packagist.org/downloads/",
8368             "license": [
8369                 "MIT"
8370             ],
8371             "authors": [
8372                 {
8373                     "name": "François Zaninotto"
8374                 }
8375             ],
8376             "description": "Faker is a PHP library that generates fake data for you.",
8377             "keywords": [
8378                 "data",
8379                 "faker",
8380                 "fixtures"
8381             ],
8382             "support": {
8383                 "issues": "https://github.com/FakerPHP/Faker/issues",
8384                 "source": "https://github.com/FakerPHP/Faker/tree/v1.21.0"
8385             },
8386             "time": "2022-12-13T13:54:32+00:00"
8387         },
8388         {
8389             "name": "fidry/cpu-core-counter",
8390             "version": "0.4.1",
8391             "source": {
8392                 "type": "git",
8393                 "url": "https://github.com/theofidry/cpu-core-counter.git",
8394                 "reference": "79261cc280aded96d098e1b0e0ba0c4881b432c2"
8395             },
8396             "dist": {
8397                 "type": "zip",
8398                 "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/79261cc280aded96d098e1b0e0ba0c4881b432c2",
8399                 "reference": "79261cc280aded96d098e1b0e0ba0c4881b432c2",
8400                 "shasum": ""
8401             },
8402             "require": {
8403                 "php": "^7.2 || ^8.0"
8404             },
8405             "require-dev": {
8406                 "fidry/makefile": "^0.2.0",
8407                 "phpstan/extension-installer": "^1.2.0",
8408                 "phpstan/phpstan": "^1.9.2",
8409                 "phpstan/phpstan-deprecation-rules": "^1.0.0",
8410                 "phpstan/phpstan-phpunit": "^1.2.2",
8411                 "phpstan/phpstan-strict-rules": "^1.4.4",
8412                 "phpunit/phpunit": "^9.5.26 || ^8.5.31",
8413                 "theofidry/php-cs-fixer-config": "^1.0",
8414                 "webmozarts/strict-phpunit": "^7.5"
8415             },
8416             "type": "library",
8417             "autoload": {
8418                 "psr-4": {
8419                     "Fidry\\CpuCoreCounter\\": "src/"
8420                 }
8421             },
8422             "notification-url": "https://packagist.org/downloads/",
8423             "license": [
8424                 "MIT"
8425             ],
8426             "authors": [
8427                 {
8428                     "name": "Théo FIDRY",
8429                     "email": "[email protected]"
8430                 }
8431             ],
8432             "description": "Tiny utility to get the number of CPU cores.",
8433             "keywords": [
8434                 "CPU",
8435                 "core"
8436             ],
8437             "support": {
8438                 "issues": "https://github.com/theofidry/cpu-core-counter/issues",
8439                 "source": "https://github.com/theofidry/cpu-core-counter/tree/0.4.1"
8440             },
8441             "funding": [
8442                 {
8443                     "url": "https://github.com/theofidry",
8444                     "type": "github"
8445                 }
8446             ],
8447             "time": "2022-12-16T22:01:02+00:00"
8448         },
8449         {
8450             "name": "hamcrest/hamcrest-php",
8451             "version": "v2.0.1",
8452             "source": {
8453                 "type": "git",
8454                 "url": "https://github.com/hamcrest/hamcrest-php.git",
8455                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
8456             },
8457             "dist": {
8458                 "type": "zip",
8459                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8460                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8461                 "shasum": ""
8462             },
8463             "require": {
8464                 "php": "^5.3|^7.0|^8.0"
8465             },
8466             "replace": {
8467                 "cordoval/hamcrest-php": "*",
8468                 "davedevelopment/hamcrest-php": "*",
8469                 "kodova/hamcrest-php": "*"
8470             },
8471             "require-dev": {
8472                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8473                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8474             },
8475             "type": "library",
8476             "extra": {
8477                 "branch-alias": {
8478                     "dev-master": "2.1-dev"
8479                 }
8480             },
8481             "autoload": {
8482                 "classmap": [
8483                     "hamcrest"
8484                 ]
8485             },
8486             "notification-url": "https://packagist.org/downloads/",
8487             "license": [
8488                 "BSD-3-Clause"
8489             ],
8490             "description": "This is the PHP port of Hamcrest Matchers",
8491             "keywords": [
8492                 "test"
8493             ],
8494             "support": {
8495                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8496                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8497             },
8498             "time": "2020-07-09T08:09:16+00:00"
8499         },
8500         {
8501             "name": "itsgoingd/clockwork",
8502             "version": "v5.1.12",
8503             "source": {
8504                 "type": "git",
8505                 "url": "https://github.com/itsgoingd/clockwork.git",
8506                 "reference": "c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b"
8507             },
8508             "dist": {
8509                 "type": "zip",
8510                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b",
8511                 "reference": "c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b",
8512                 "shasum": ""
8513             },
8514             "require": {
8515                 "ext-json": "*",
8516                 "php": ">=5.6"
8517             },
8518             "type": "library",
8519             "extra": {
8520                 "laravel": {
8521                     "providers": [
8522                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8523                     ],
8524                     "aliases": {
8525                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8526                     }
8527                 }
8528             },
8529             "autoload": {
8530                 "psr-4": {
8531                     "Clockwork\\": "Clockwork/"
8532                 }
8533             },
8534             "notification-url": "https://packagist.org/downloads/",
8535             "license": [
8536                 "MIT"
8537             ],
8538             "authors": [
8539                 {
8540                     "name": "itsgoingd",
8541                     "email": "[email protected]",
8542                     "homepage": "https://twitter.com/itsgoingd"
8543                 }
8544             ],
8545             "description": "php dev tools in your browser",
8546             "homepage": "https://underground.works/clockwork",
8547             "keywords": [
8548                 "Devtools",
8549                 "debugging",
8550                 "laravel",
8551                 "logging",
8552                 "lumen",
8553                 "profiling",
8554                 "slim"
8555             ],
8556             "support": {
8557                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8558                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.1.12"
8559             },
8560             "funding": [
8561                 {
8562                     "url": "https://github.com/itsgoingd",
8563                     "type": "github"
8564                 }
8565             ],
8566             "time": "2022-12-13T00:04:12+00:00"
8567         },
8568         {
8569             "name": "jean85/pretty-package-versions",
8570             "version": "2.0.5",
8571             "source": {
8572                 "type": "git",
8573                 "url": "https://github.com/Jean85/pretty-package-versions.git",
8574                 "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
8575             },
8576             "dist": {
8577                 "type": "zip",
8578                 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
8579                 "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
8580                 "shasum": ""
8581             },
8582             "require": {
8583                 "composer-runtime-api": "^2.0.0",
8584                 "php": "^7.1|^8.0"
8585             },
8586             "require-dev": {
8587                 "friendsofphp/php-cs-fixer": "^2.17",
8588                 "jean85/composer-provided-replaced-stub-package": "^1.0",
8589                 "phpstan/phpstan": "^0.12.66",
8590                 "phpunit/phpunit": "^7.5|^8.5|^9.4",
8591                 "vimeo/psalm": "^4.3"
8592             },
8593             "type": "library",
8594             "extra": {
8595                 "branch-alias": {
8596                     "dev-master": "1.x-dev"
8597                 }
8598             },
8599             "autoload": {
8600                 "psr-4": {
8601                     "Jean85\\": "src/"
8602                 }
8603             },
8604             "notification-url": "https://packagist.org/downloads/",
8605             "license": [
8606                 "MIT"
8607             ],
8608             "authors": [
8609                 {
8610                     "name": "Alessandro Lai",
8611                     "email": "[email protected]"
8612                 }
8613             ],
8614             "description": "A library to get pretty versions strings of installed dependencies",
8615             "keywords": [
8616                 "composer",
8617                 "package",
8618                 "release",
8619                 "versions"
8620             ],
8621             "support": {
8622                 "issues": "https://github.com/Jean85/pretty-package-versions/issues",
8623                 "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
8624             },
8625             "time": "2021-10-08T21:21:46+00:00"
8626         },
8627         {
8628             "name": "justinrainbow/json-schema",
8629             "version": "5.2.12",
8630             "source": {
8631                 "type": "git",
8632                 "url": "https://github.com/justinrainbow/json-schema.git",
8633                 "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
8634             },
8635             "dist": {
8636                 "type": "zip",
8637                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
8638                 "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
8639                 "shasum": ""
8640             },
8641             "require": {
8642                 "php": ">=5.3.3"
8643             },
8644             "require-dev": {
8645                 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
8646                 "json-schema/json-schema-test-suite": "1.2.0",
8647                 "phpunit/phpunit": "^4.8.35"
8648             },
8649             "bin": [
8650                 "bin/validate-json"
8651             ],
8652             "type": "library",
8653             "extra": {
8654                 "branch-alias": {
8655                     "dev-master": "5.0.x-dev"
8656                 }
8657             },
8658             "autoload": {
8659                 "psr-4": {
8660                     "JsonSchema\\": "src/JsonSchema/"
8661                 }
8662             },
8663             "notification-url": "https://packagist.org/downloads/",
8664             "license": [
8665                 "MIT"
8666             ],
8667             "authors": [
8668                 {
8669                     "name": "Bruno Prieto Reis",
8670                     "email": "[email protected]"
8671                 },
8672                 {
8673                     "name": "Justin Rainbow",
8674                     "email": "[email protected]"
8675                 },
8676                 {
8677                     "name": "Igor Wiedler",
8678                     "email": "[email protected]"
8679                 },
8680                 {
8681                     "name": "Robert Schönthal",
8682                     "email": "[email protected]"
8683                 }
8684             ],
8685             "description": "A library to validate a json schema.",
8686             "homepage": "https://github.com/justinrainbow/json-schema",
8687             "keywords": [
8688                 "json",
8689                 "schema"
8690             ],
8691             "support": {
8692                 "issues": "https://github.com/justinrainbow/json-schema/issues",
8693                 "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
8694             },
8695             "time": "2022-04-13T08:02:27+00:00"
8696         },
8697         {
8698             "name": "mockery/mockery",
8699             "version": "1.5.1",
8700             "source": {
8701                 "type": "git",
8702                 "url": "https://github.com/mockery/mockery.git",
8703                 "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e"
8704             },
8705             "dist": {
8706                 "type": "zip",
8707                 "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
8708                 "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
8709                 "shasum": ""
8710             },
8711             "require": {
8712                 "hamcrest/hamcrest-php": "^2.0.1",
8713                 "lib-pcre": ">=7.0",
8714                 "php": "^7.3 || ^8.0"
8715             },
8716             "conflict": {
8717                 "phpunit/phpunit": "<8.0"
8718             },
8719             "require-dev": {
8720                 "phpunit/phpunit": "^8.5 || ^9.3"
8721             },
8722             "type": "library",
8723             "extra": {
8724                 "branch-alias": {
8725                     "dev-master": "1.4.x-dev"
8726                 }
8727             },
8728             "autoload": {
8729                 "psr-0": {
8730                     "Mockery": "library/"
8731                 }
8732             },
8733             "notification-url": "https://packagist.org/downloads/",
8734             "license": [
8735                 "BSD-3-Clause"
8736             ],
8737             "authors": [
8738                 {
8739                     "name": "Pádraic Brady",
8740                     "email": "[email protected]",
8741                     "homepage": "http://blog.astrumfutura.com"
8742                 },
8743                 {
8744                     "name": "Dave Marshall",
8745                     "email": "[email protected]",
8746                     "homepage": "http://davedevelopment.co.uk"
8747                 }
8748             ],
8749             "description": "Mockery is a simple yet flexible PHP mock object framework",
8750             "homepage": "https://github.com/mockery/mockery",
8751             "keywords": [
8752                 "BDD",
8753                 "TDD",
8754                 "library",
8755                 "mock",
8756                 "mock objects",
8757                 "mockery",
8758                 "stub",
8759                 "test",
8760                 "test double",
8761                 "testing"
8762             ],
8763             "support": {
8764                 "issues": "https://github.com/mockery/mockery/issues",
8765                 "source": "https://github.com/mockery/mockery/tree/1.5.1"
8766             },
8767             "time": "2022-09-07T15:32:08+00:00"
8768         },
8769         {
8770             "name": "myclabs/deep-copy",
8771             "version": "1.11.0",
8772             "source": {
8773                 "type": "git",
8774                 "url": "https://github.com/myclabs/DeepCopy.git",
8775                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
8776             },
8777             "dist": {
8778                 "type": "zip",
8779                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
8780                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
8781                 "shasum": ""
8782             },
8783             "require": {
8784                 "php": "^7.1 || ^8.0"
8785             },
8786             "conflict": {
8787                 "doctrine/collections": "<1.6.8",
8788                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
8789             },
8790             "require-dev": {
8791                 "doctrine/collections": "^1.6.8",
8792                 "doctrine/common": "^2.13.3 || ^3.2.2",
8793                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8794             },
8795             "type": "library",
8796             "autoload": {
8797                 "files": [
8798                     "src/DeepCopy/deep_copy.php"
8799                 ],
8800                 "psr-4": {
8801                     "DeepCopy\\": "src/DeepCopy/"
8802                 }
8803             },
8804             "notification-url": "https://packagist.org/downloads/",
8805             "license": [
8806                 "MIT"
8807             ],
8808             "description": "Create deep copies (clones) of your objects",
8809             "keywords": [
8810                 "clone",
8811                 "copy",
8812                 "duplicate",
8813                 "object",
8814                 "object graph"
8815             ],
8816             "support": {
8817                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8818                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
8819             },
8820             "funding": [
8821                 {
8822                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8823                     "type": "tidelift"
8824                 }
8825             ],
8826             "time": "2022-03-03T13:19:32+00:00"
8827         },
8828         {
8829             "name": "nunomaduro/collision",
8830             "version": "v5.11.0",
8831             "source": {
8832                 "type": "git",
8833                 "url": "https://github.com/nunomaduro/collision.git",
8834                 "reference": "8b610eef8582ccdc05d8f2ab23305e2d37049461"
8835             },
8836             "dist": {
8837                 "type": "zip",
8838                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/8b610eef8582ccdc05d8f2ab23305e2d37049461",
8839                 "reference": "8b610eef8582ccdc05d8f2ab23305e2d37049461",
8840                 "shasum": ""
8841             },
8842             "require": {
8843                 "facade/ignition-contracts": "^1.0",
8844                 "filp/whoops": "^2.14.3",
8845                 "php": "^7.3 || ^8.0",
8846                 "symfony/console": "^5.0"
8847             },
8848             "require-dev": {
8849                 "brianium/paratest": "^6.1",
8850                 "fideloper/proxy": "^4.4.1",
8851                 "fruitcake/laravel-cors": "^2.0.3",
8852                 "laravel/framework": "8.x-dev",
8853                 "nunomaduro/larastan": "^0.6.2",
8854                 "nunomaduro/mock-final-classes": "^1.0",
8855                 "orchestra/testbench": "^6.0",
8856                 "phpstan/phpstan": "^0.12.64",
8857                 "phpunit/phpunit": "^9.5.0"
8858             },
8859             "type": "library",
8860             "extra": {
8861                 "laravel": {
8862                     "providers": [
8863                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8864                     ]
8865                 }
8866             },
8867             "autoload": {
8868                 "psr-4": {
8869                     "NunoMaduro\\Collision\\": "src/"
8870                 }
8871             },
8872             "notification-url": "https://packagist.org/downloads/",
8873             "license": [
8874                 "MIT"
8875             ],
8876             "authors": [
8877                 {
8878                     "name": "Nuno Maduro",
8879                     "email": "[email protected]"
8880                 }
8881             ],
8882             "description": "Cli error handling for console/command-line PHP applications.",
8883             "keywords": [
8884                 "artisan",
8885                 "cli",
8886                 "command-line",
8887                 "console",
8888                 "error",
8889                 "handling",
8890                 "laravel",
8891                 "laravel-zero",
8892                 "php",
8893                 "symfony"
8894             ],
8895             "support": {
8896                 "issues": "https://github.com/nunomaduro/collision/issues",
8897                 "source": "https://github.com/nunomaduro/collision"
8898             },
8899             "funding": [
8900                 {
8901                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8902                     "type": "custom"
8903                 },
8904                 {
8905                     "url": "https://github.com/nunomaduro",
8906                     "type": "github"
8907                 },
8908                 {
8909                     "url": "https://www.patreon.com/nunomaduro",
8910                     "type": "patreon"
8911                 }
8912             ],
8913             "time": "2022-01-10T16:22:52+00:00"
8914         },
8915         {
8916             "name": "nunomaduro/larastan",
8917             "version": "1.0.4",
8918             "source": {
8919                 "type": "git",
8920                 "url": "https://github.com/nunomaduro/larastan.git",
8921                 "reference": "769bc6346a6cce3b823c30eaace33d9c3a0dd40e"
8922             },
8923             "dist": {
8924                 "type": "zip",
8925                 "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/769bc6346a6cce3b823c30eaace33d9c3a0dd40e",
8926                 "reference": "769bc6346a6cce3b823c30eaace33d9c3a0dd40e",
8927                 "shasum": ""
8928             },
8929             "require": {
8930                 "composer/composer": "^1.0 || ^2.0",
8931                 "ext-json": "*",
8932                 "illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8933                 "illuminate/container": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8934                 "illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8935                 "illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8936                 "illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8937                 "illuminate/pipeline": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8938                 "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8939                 "mockery/mockery": "^0.9 || ^1.0",
8940                 "php": "^7.2 || ^8.0",
8941                 "phpstan/phpstan": "^1.0 <1.9",
8942                 "symfony/process": "^4.3 || ^5.0 || ^6.0"
8943             },
8944             "require-dev": {
8945                 "nikic/php-parser": "^4.13.0",
8946                 "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
8947                 "phpunit/phpunit": "^7.3 || ^8.2 || ^9.3"
8948             },
8949             "suggest": {
8950                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8951             },
8952             "type": "phpstan-extension",
8953             "extra": {
8954                 "branch-alias": {
8955                     "dev-master": "1.0-dev"
8956                 },
8957                 "phpstan": {
8958                     "includes": [
8959                         "extension.neon"
8960                     ]
8961                 }
8962             },
8963             "autoload": {
8964                 "psr-4": {
8965                     "NunoMaduro\\Larastan\\": "src/"
8966                 }
8967             },
8968             "notification-url": "https://packagist.org/downloads/",
8969             "license": [
8970                 "MIT"
8971             ],
8972             "authors": [
8973                 {
8974                     "name": "Nuno Maduro",
8975                     "email": "[email protected]"
8976                 }
8977             ],
8978             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
8979             "keywords": [
8980                 "PHPStan",
8981                 "code analyse",
8982                 "code analysis",
8983                 "larastan",
8984                 "laravel",
8985                 "package",
8986                 "php",
8987                 "static analysis"
8988             ],
8989             "support": {
8990                 "issues": "https://github.com/nunomaduro/larastan/issues",
8991                 "source": "https://github.com/nunomaduro/larastan/tree/1.0.4"
8992             },
8993             "funding": [
8994                 {
8995                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8996                     "type": "custom"
8997                 },
8998                 {
8999                     "url": "https://github.com/canvural",
9000                     "type": "github"
9001                 },
9002                 {
9003                     "url": "https://github.com/nunomaduro",
9004                     "type": "github"
9005                 },
9006                 {
9007                     "url": "https://www.patreon.com/nunomaduro",
9008                     "type": "patreon"
9009                 }
9010             ],
9011             "time": "2022-11-09T09:09:31+00:00"
9012         },
9013         {
9014             "name": "phar-io/manifest",
9015             "version": "2.0.3",
9016             "source": {
9017                 "type": "git",
9018                 "url": "https://github.com/phar-io/manifest.git",
9019                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
9020             },
9021             "dist": {
9022                 "type": "zip",
9023                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
9024                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
9025                 "shasum": ""
9026             },
9027             "require": {
9028                 "ext-dom": "*",
9029                 "ext-phar": "*",
9030                 "ext-xmlwriter": "*",
9031                 "phar-io/version": "^3.0.1",
9032                 "php": "^7.2 || ^8.0"
9033             },
9034             "type": "library",
9035             "extra": {
9036                 "branch-alias": {
9037                     "dev-master": "2.0.x-dev"
9038                 }
9039             },
9040             "autoload": {
9041                 "classmap": [
9042                     "src/"
9043                 ]
9044             },
9045             "notification-url": "https://packagist.org/downloads/",
9046             "license": [
9047                 "BSD-3-Clause"
9048             ],
9049             "authors": [
9050                 {
9051                     "name": "Arne Blankerts",
9052                     "email": "[email protected]",
9053                     "role": "Developer"
9054                 },
9055                 {
9056                     "name": "Sebastian Heuer",
9057                     "email": "[email protected]",
9058                     "role": "Developer"
9059                 },
9060                 {
9061                     "name": "Sebastian Bergmann",
9062                     "email": "[email protected]",
9063                     "role": "Developer"
9064                 }
9065             ],
9066             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
9067             "support": {
9068                 "issues": "https://github.com/phar-io/manifest/issues",
9069                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
9070             },
9071             "time": "2021-07-20T11:28:43+00:00"
9072         },
9073         {
9074             "name": "phar-io/version",
9075             "version": "3.2.1",
9076             "source": {
9077                 "type": "git",
9078                 "url": "https://github.com/phar-io/version.git",
9079                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
9080             },
9081             "dist": {
9082                 "type": "zip",
9083                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
9084                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
9085                 "shasum": ""
9086             },
9087             "require": {
9088                 "php": "^7.2 || ^8.0"
9089             },
9090             "type": "library",
9091             "autoload": {
9092                 "classmap": [
9093                     "src/"
9094                 ]
9095             },
9096             "notification-url": "https://packagist.org/downloads/",
9097             "license": [
9098                 "BSD-3-Clause"
9099             ],
9100             "authors": [
9101                 {
9102                     "name": "Arne Blankerts",
9103                     "email": "[email protected]",
9104                     "role": "Developer"
9105                 },
9106                 {
9107                     "name": "Sebastian Heuer",
9108                     "email": "[email protected]",
9109                     "role": "Developer"
9110                 },
9111                 {
9112                     "name": "Sebastian Bergmann",
9113                     "email": "[email protected]",
9114                     "role": "Developer"
9115                 }
9116             ],
9117             "description": "Library for handling version information and constraints",
9118             "support": {
9119                 "issues": "https://github.com/phar-io/version/issues",
9120                 "source": "https://github.com/phar-io/version/tree/3.2.1"
9121             },
9122             "time": "2022-02-21T01:04:05+00:00"
9123         },
9124         {
9125             "name": "phpstan/phpstan",
9126             "version": "1.8.11",
9127             "source": {
9128                 "type": "git",
9129                 "url": "https://github.com/phpstan/phpstan.git",
9130                 "reference": "46e223dd68a620da18855c23046ddb00940b4014"
9131             },
9132             "dist": {
9133                 "type": "zip",
9134                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46e223dd68a620da18855c23046ddb00940b4014",
9135                 "reference": "46e223dd68a620da18855c23046ddb00940b4014",
9136                 "shasum": ""
9137             },
9138             "require": {
9139                 "php": "^7.2|^8.0"
9140             },
9141             "conflict": {
9142                 "phpstan/phpstan-shim": "*"
9143             },
9144             "bin": [
9145                 "phpstan",
9146                 "phpstan.phar"
9147             ],
9148             "type": "library",
9149             "autoload": {
9150                 "files": [
9151                     "bootstrap.php"
9152                 ]
9153             },
9154             "notification-url": "https://packagist.org/downloads/",
9155             "license": [
9156                 "MIT"
9157             ],
9158             "description": "PHPStan - PHP Static Analysis Tool",
9159             "keywords": [
9160                 "dev",
9161                 "static analysis"
9162             ],
9163             "support": {
9164                 "issues": "https://github.com/phpstan/phpstan/issues",
9165                 "source": "https://github.com/phpstan/phpstan/tree/1.8.11"
9166             },
9167             "funding": [
9168                 {
9169                     "url": "https://github.com/ondrejmirtes",
9170                     "type": "github"
9171                 },
9172                 {
9173                     "url": "https://github.com/phpstan",
9174                     "type": "github"
9175                 },
9176                 {
9177                     "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
9178                     "type": "tidelift"
9179                 }
9180             ],
9181             "time": "2022-10-24T15:45:13+00:00"
9182         },
9183         {
9184             "name": "phpunit/php-code-coverage",
9185             "version": "9.2.23",
9186             "source": {
9187                 "type": "git",
9188                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
9189                 "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c"
9190             },
9191             "dist": {
9192                 "type": "zip",
9193                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
9194                 "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
9195                 "shasum": ""
9196             },
9197             "require": {
9198                 "ext-dom": "*",
9199                 "ext-libxml": "*",
9200                 "ext-xmlwriter": "*",
9201                 "nikic/php-parser": "^4.14",
9202                 "php": ">=7.3",
9203                 "phpunit/php-file-iterator": "^3.0.3",
9204                 "phpunit/php-text-template": "^2.0.2",
9205                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
9206                 "sebastian/complexity": "^2.0",
9207                 "sebastian/environment": "^5.1.2",
9208                 "sebastian/lines-of-code": "^1.0.3",
9209                 "sebastian/version": "^3.0.1",
9210                 "theseer/tokenizer": "^1.2.0"
9211             },
9212             "require-dev": {
9213                 "phpunit/phpunit": "^9.3"
9214             },
9215             "suggest": {
9216                 "ext-pcov": "*",
9217                 "ext-xdebug": "*"
9218             },
9219             "type": "library",
9220             "extra": {
9221                 "branch-alias": {
9222                     "dev-master": "9.2-dev"
9223                 }
9224             },
9225             "autoload": {
9226                 "classmap": [
9227                     "src/"
9228                 ]
9229             },
9230             "notification-url": "https://packagist.org/downloads/",
9231             "license": [
9232                 "BSD-3-Clause"
9233             ],
9234             "authors": [
9235                 {
9236                     "name": "Sebastian Bergmann",
9237                     "email": "[email protected]",
9238                     "role": "lead"
9239                 }
9240             ],
9241             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
9242             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
9243             "keywords": [
9244                 "coverage",
9245                 "testing",
9246                 "xunit"
9247             ],
9248             "support": {
9249                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
9250                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23"
9251             },
9252             "funding": [
9253                 {
9254                     "url": "https://github.com/sebastianbergmann",
9255                     "type": "github"
9256                 }
9257             ],
9258             "time": "2022-12-28T12:41:10+00:00"
9259         },
9260         {
9261             "name": "phpunit/php-file-iterator",
9262             "version": "3.0.6",
9263             "source": {
9264                 "type": "git",
9265                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
9266                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
9267             },
9268             "dist": {
9269                 "type": "zip",
9270                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
9271                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
9272                 "shasum": ""
9273             },
9274             "require": {
9275                 "php": ">=7.3"
9276             },
9277             "require-dev": {
9278                 "phpunit/phpunit": "^9.3"
9279             },
9280             "type": "library",
9281             "extra": {
9282                 "branch-alias": {
9283                     "dev-master": "3.0-dev"
9284                 }
9285             },
9286             "autoload": {
9287                 "classmap": [
9288                     "src/"
9289                 ]
9290             },
9291             "notification-url": "https://packagist.org/downloads/",
9292             "license": [
9293                 "BSD-3-Clause"
9294             ],
9295             "authors": [
9296                 {
9297                     "name": "Sebastian Bergmann",
9298                     "email": "[email protected]",
9299                     "role": "lead"
9300                 }
9301             ],
9302             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9303             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9304             "keywords": [
9305                 "filesystem",
9306                 "iterator"
9307             ],
9308             "support": {
9309                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
9310                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
9311             },
9312             "funding": [
9313                 {
9314                     "url": "https://github.com/sebastianbergmann",
9315                     "type": "github"
9316                 }
9317             ],
9318             "time": "2021-12-02T12:48:52+00:00"
9319         },
9320         {
9321             "name": "phpunit/php-invoker",
9322             "version": "3.1.1",
9323             "source": {
9324                 "type": "git",
9325                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
9326                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
9327             },
9328             "dist": {
9329                 "type": "zip",
9330                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9331                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9332                 "shasum": ""
9333             },
9334             "require": {
9335                 "php": ">=7.3"
9336             },
9337             "require-dev": {
9338                 "ext-pcntl": "*",
9339                 "phpunit/phpunit": "^9.3"
9340             },
9341             "suggest": {
9342                 "ext-pcntl": "*"
9343             },
9344             "type": "library",
9345             "extra": {
9346                 "branch-alias": {
9347                     "dev-master": "3.1-dev"
9348                 }
9349             },
9350             "autoload": {
9351                 "classmap": [
9352                     "src/"
9353                 ]
9354             },
9355             "notification-url": "https://packagist.org/downloads/",
9356             "license": [
9357                 "BSD-3-Clause"
9358             ],
9359             "authors": [
9360                 {
9361                     "name": "Sebastian Bergmann",
9362                     "email": "[email protected]",
9363                     "role": "lead"
9364                 }
9365             ],
9366             "description": "Invoke callables with a timeout",
9367             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9368             "keywords": [
9369                 "process"
9370             ],
9371             "support": {
9372                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9373                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
9374             },
9375             "funding": [
9376                 {
9377                     "url": "https://github.com/sebastianbergmann",
9378                     "type": "github"
9379                 }
9380             ],
9381             "time": "2020-09-28T05:58:55+00:00"
9382         },
9383         {
9384             "name": "phpunit/php-text-template",
9385             "version": "2.0.4",
9386             "source": {
9387                 "type": "git",
9388                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9389                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
9390             },
9391             "dist": {
9392                 "type": "zip",
9393                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9394                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9395                 "shasum": ""
9396             },
9397             "require": {
9398                 "php": ">=7.3"
9399             },
9400             "require-dev": {
9401                 "phpunit/phpunit": "^9.3"
9402             },
9403             "type": "library",
9404             "extra": {
9405                 "branch-alias": {
9406                     "dev-master": "2.0-dev"
9407                 }
9408             },
9409             "autoload": {
9410                 "classmap": [
9411                     "src/"
9412                 ]
9413             },
9414             "notification-url": "https://packagist.org/downloads/",
9415             "license": [
9416                 "BSD-3-Clause"
9417             ],
9418             "authors": [
9419                 {
9420                     "name": "Sebastian Bergmann",
9421                     "email": "[email protected]",
9422                     "role": "lead"
9423                 }
9424             ],
9425             "description": "Simple template engine.",
9426             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9427             "keywords": [
9428                 "template"
9429             ],
9430             "support": {
9431                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9432                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
9433             },
9434             "funding": [
9435                 {
9436                     "url": "https://github.com/sebastianbergmann",
9437                     "type": "github"
9438                 }
9439             ],
9440             "time": "2020-10-26T05:33:50+00:00"
9441         },
9442         {
9443             "name": "phpunit/php-timer",
9444             "version": "5.0.3",
9445             "source": {
9446                 "type": "git",
9447                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9448                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
9449             },
9450             "dist": {
9451                 "type": "zip",
9452                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9453                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9454                 "shasum": ""
9455             },
9456             "require": {
9457                 "php": ">=7.3"
9458             },
9459             "require-dev": {
9460                 "phpunit/phpunit": "^9.3"
9461             },
9462             "type": "library",
9463             "extra": {
9464                 "branch-alias": {
9465                     "dev-master": "5.0-dev"
9466                 }
9467             },
9468             "autoload": {
9469                 "classmap": [
9470                     "src/"
9471                 ]
9472             },
9473             "notification-url": "https://packagist.org/downloads/",
9474             "license": [
9475                 "BSD-3-Clause"
9476             ],
9477             "authors": [
9478                 {
9479                     "name": "Sebastian Bergmann",
9480                     "email": "[email protected]",
9481                     "role": "lead"
9482                 }
9483             ],
9484             "description": "Utility class for timing",
9485             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9486             "keywords": [
9487                 "timer"
9488             ],
9489             "support": {
9490                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9491                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
9492             },
9493             "funding": [
9494                 {
9495                     "url": "https://github.com/sebastianbergmann",
9496                     "type": "github"
9497                 }
9498             ],
9499             "time": "2020-10-26T13:16:10+00:00"
9500         },
9501         {
9502             "name": "phpunit/phpunit",
9503             "version": "9.5.28",
9504             "source": {
9505                 "type": "git",
9506                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9507                 "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e"
9508             },
9509             "dist": {
9510                 "type": "zip",
9511                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/954ca3113a03bf780d22f07bf055d883ee04b65e",
9512                 "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e",
9513                 "shasum": ""
9514             },
9515             "require": {
9516                 "doctrine/instantiator": "^1.3.1 || ^2",
9517                 "ext-dom": "*",
9518                 "ext-json": "*",
9519                 "ext-libxml": "*",
9520                 "ext-mbstring": "*",
9521                 "ext-xml": "*",
9522                 "ext-xmlwriter": "*",
9523                 "myclabs/deep-copy": "^1.10.1",
9524                 "phar-io/manifest": "^2.0.3",
9525                 "phar-io/version": "^3.0.2",
9526                 "php": ">=7.3",
9527                 "phpunit/php-code-coverage": "^9.2.13",
9528                 "phpunit/php-file-iterator": "^3.0.5",
9529                 "phpunit/php-invoker": "^3.1.1",
9530                 "phpunit/php-text-template": "^2.0.3",
9531                 "phpunit/php-timer": "^5.0.2",
9532                 "sebastian/cli-parser": "^1.0.1",
9533                 "sebastian/code-unit": "^1.0.6",
9534                 "sebastian/comparator": "^4.0.8",
9535                 "sebastian/diff": "^4.0.3",
9536                 "sebastian/environment": "^5.1.3",
9537                 "sebastian/exporter": "^4.0.5",
9538                 "sebastian/global-state": "^5.0.1",
9539                 "sebastian/object-enumerator": "^4.0.3",
9540                 "sebastian/resource-operations": "^3.0.3",
9541                 "sebastian/type": "^3.2",
9542                 "sebastian/version": "^3.0.2"
9543             },
9544             "suggest": {
9545                 "ext-soap": "*",
9546                 "ext-xdebug": "*"
9547             },
9548             "bin": [
9549                 "phpunit"
9550             ],
9551             "type": "library",
9552             "extra": {
9553                 "branch-alias": {
9554                     "dev-master": "9.5-dev"
9555                 }
9556             },
9557             "autoload": {
9558                 "files": [
9559                     "src/Framework/Assert/Functions.php"
9560                 ],
9561                 "classmap": [
9562                     "src/"
9563                 ]
9564             },
9565             "notification-url": "https://packagist.org/downloads/",
9566             "license": [
9567                 "BSD-3-Clause"
9568             ],
9569             "authors": [
9570                 {
9571                     "name": "Sebastian Bergmann",
9572                     "email": "[email protected]",
9573                     "role": "lead"
9574                 }
9575             ],
9576             "description": "The PHP Unit Testing framework.",
9577             "homepage": "https://phpunit.de/",
9578             "keywords": [
9579                 "phpunit",
9580                 "testing",
9581                 "xunit"
9582             ],
9583             "support": {
9584                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9585                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.28"
9586             },
9587             "funding": [
9588                 {
9589                     "url": "https://phpunit.de/sponsors.html",
9590                     "type": "custom"
9591                 },
9592                 {
9593                     "url": "https://github.com/sebastianbergmann",
9594                     "type": "github"
9595                 },
9596                 {
9597                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9598                     "type": "tidelift"
9599                 }
9600             ],
9601             "time": "2023-01-14T12:32:24+00:00"
9602         },
9603         {
9604             "name": "react/promise",
9605             "version": "v2.9.0",
9606             "source": {
9607                 "type": "git",
9608                 "url": "https://github.com/reactphp/promise.git",
9609                 "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910"
9610             },
9611             "dist": {
9612                 "type": "zip",
9613                 "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910",
9614                 "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910",
9615                 "shasum": ""
9616             },
9617             "require": {
9618                 "php": ">=5.4.0"
9619             },
9620             "require-dev": {
9621                 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
9622             },
9623             "type": "library",
9624             "autoload": {
9625                 "files": [
9626                     "src/functions_include.php"
9627                 ],
9628                 "psr-4": {
9629                     "React\\Promise\\": "src/"
9630                 }
9631             },
9632             "notification-url": "https://packagist.org/downloads/",
9633             "license": [
9634                 "MIT"
9635             ],
9636             "authors": [
9637                 {
9638                     "name": "Jan Sorgalla",
9639                     "email": "[email protected]",
9640                     "homepage": "https://sorgalla.com/"
9641                 },
9642                 {
9643                     "name": "Christian Lück",
9644                     "email": "[email protected]",
9645                     "homepage": "https://clue.engineering/"
9646                 },
9647                 {
9648                     "name": "Cees-Jan Kiewiet",
9649                     "email": "[email protected]",
9650                     "homepage": "https://wyrihaximus.net/"
9651                 },
9652                 {
9653                     "name": "Chris Boden",
9654                     "email": "[email protected]",
9655                     "homepage": "https://cboden.dev/"
9656                 }
9657             ],
9658             "description": "A lightweight implementation of CommonJS Promises/A for PHP",
9659             "keywords": [
9660                 "promise",
9661                 "promises"
9662             ],
9663             "support": {
9664                 "issues": "https://github.com/reactphp/promise/issues",
9665                 "source": "https://github.com/reactphp/promise/tree/v2.9.0"
9666             },
9667             "funding": [
9668                 {
9669                     "url": "https://github.com/WyriHaximus",
9670                     "type": "github"
9671                 },
9672                 {
9673                     "url": "https://github.com/clue",
9674                     "type": "github"
9675                 }
9676             ],
9677             "time": "2022-02-11T10:27:51+00:00"
9678         },
9679         {
9680             "name": "sebastian/cli-parser",
9681             "version": "1.0.1",
9682             "source": {
9683                 "type": "git",
9684                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9685                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
9686             },
9687             "dist": {
9688                 "type": "zip",
9689                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9690                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9691                 "shasum": ""
9692             },
9693             "require": {
9694                 "php": ">=7.3"
9695             },
9696             "require-dev": {
9697                 "phpunit/phpunit": "^9.3"
9698             },
9699             "type": "library",
9700             "extra": {
9701                 "branch-alias": {
9702                     "dev-master": "1.0-dev"
9703                 }
9704             },
9705             "autoload": {
9706                 "classmap": [
9707                     "src/"
9708                 ]
9709             },
9710             "notification-url": "https://packagist.org/downloads/",
9711             "license": [
9712                 "BSD-3-Clause"
9713             ],
9714             "authors": [
9715                 {
9716                     "name": "Sebastian Bergmann",
9717                     "email": "[email protected]",
9718                     "role": "lead"
9719                 }
9720             ],
9721             "description": "Library for parsing CLI options",
9722             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9723             "support": {
9724                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9725                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
9726             },
9727             "funding": [
9728                 {
9729                     "url": "https://github.com/sebastianbergmann",
9730                     "type": "github"
9731                 }
9732             ],
9733             "time": "2020-09-28T06:08:49+00:00"
9734         },
9735         {
9736             "name": "sebastian/code-unit",
9737             "version": "1.0.8",
9738             "source": {
9739                 "type": "git",
9740                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9741                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
9742             },
9743             "dist": {
9744                 "type": "zip",
9745                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
9746                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
9747                 "shasum": ""
9748             },
9749             "require": {
9750                 "php": ">=7.3"
9751             },
9752             "require-dev": {
9753                 "phpunit/phpunit": "^9.3"
9754             },
9755             "type": "library",
9756             "extra": {
9757                 "branch-alias": {
9758                     "dev-master": "1.0-dev"
9759                 }
9760             },
9761             "autoload": {
9762                 "classmap": [
9763                     "src/"
9764                 ]
9765             },
9766             "notification-url": "https://packagist.org/downloads/",
9767             "license": [
9768                 "BSD-3-Clause"
9769             ],
9770             "authors": [
9771                 {
9772                     "name": "Sebastian Bergmann",
9773                     "email": "[email protected]",
9774                     "role": "lead"
9775                 }
9776             ],
9777             "description": "Collection of value objects that represent the PHP code units",
9778             "homepage": "https://github.com/sebastianbergmann/code-unit",
9779             "support": {
9780                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9781                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
9782             },
9783             "funding": [
9784                 {
9785                     "url": "https://github.com/sebastianbergmann",
9786                     "type": "github"
9787                 }
9788             ],
9789             "time": "2020-10-26T13:08:54+00:00"
9790         },
9791         {
9792             "name": "sebastian/code-unit-reverse-lookup",
9793             "version": "2.0.3",
9794             "source": {
9795                 "type": "git",
9796                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9797                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
9798             },
9799             "dist": {
9800                 "type": "zip",
9801                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9802                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9803                 "shasum": ""
9804             },
9805             "require": {
9806                 "php": ">=7.3"
9807             },
9808             "require-dev": {
9809                 "phpunit/phpunit": "^9.3"
9810             },
9811             "type": "library",
9812             "extra": {
9813                 "branch-alias": {
9814                     "dev-master": "2.0-dev"
9815                 }
9816             },
9817             "autoload": {
9818                 "classmap": [
9819                     "src/"
9820                 ]
9821             },
9822             "notification-url": "https://packagist.org/downloads/",
9823             "license": [
9824                 "BSD-3-Clause"
9825             ],
9826             "authors": [
9827                 {
9828                     "name": "Sebastian Bergmann",
9829                     "email": "[email protected]"
9830                 }
9831             ],
9832             "description": "Looks up which function or method a line of code belongs to",
9833             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9834             "support": {
9835                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9836                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
9837             },
9838             "funding": [
9839                 {
9840                     "url": "https://github.com/sebastianbergmann",
9841                     "type": "github"
9842                 }
9843             ],
9844             "time": "2020-09-28T05:30:19+00:00"
9845         },
9846         {
9847             "name": "sebastian/comparator",
9848             "version": "4.0.8",
9849             "source": {
9850                 "type": "git",
9851                 "url": "https://github.com/sebastianbergmann/comparator.git",
9852                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
9853             },
9854             "dist": {
9855                 "type": "zip",
9856                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
9857                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
9858                 "shasum": ""
9859             },
9860             "require": {
9861                 "php": ">=7.3",
9862                 "sebastian/diff": "^4.0",
9863                 "sebastian/exporter": "^4.0"
9864             },
9865             "require-dev": {
9866                 "phpunit/phpunit": "^9.3"
9867             },
9868             "type": "library",
9869             "extra": {
9870                 "branch-alias": {
9871                     "dev-master": "4.0-dev"
9872                 }
9873             },
9874             "autoload": {
9875                 "classmap": [
9876                     "src/"
9877                 ]
9878             },
9879             "notification-url": "https://packagist.org/downloads/",
9880             "license": [
9881                 "BSD-3-Clause"
9882             ],
9883             "authors": [
9884                 {
9885                     "name": "Sebastian Bergmann",
9886                     "email": "[email protected]"
9887                 },
9888                 {
9889                     "name": "Jeff Welch",
9890                     "email": "[email protected]"
9891                 },
9892                 {
9893                     "name": "Volker Dusch",
9894                     "email": "[email protected]"
9895                 },
9896                 {
9897                     "name": "Bernhard Schussek",
9898                     "email": "[email protected]"
9899                 }
9900             ],
9901             "description": "Provides the functionality to compare PHP values for equality",
9902             "homepage": "https://github.com/sebastianbergmann/comparator",
9903             "keywords": [
9904                 "comparator",
9905                 "compare",
9906                 "equality"
9907             ],
9908             "support": {
9909                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9910                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
9911             },
9912             "funding": [
9913                 {
9914                     "url": "https://github.com/sebastianbergmann",
9915                     "type": "github"
9916                 }
9917             ],
9918             "time": "2022-09-14T12:41:17+00:00"
9919         },
9920         {
9921             "name": "sebastian/complexity",
9922             "version": "2.0.2",
9923             "source": {
9924                 "type": "git",
9925                 "url": "https://github.com/sebastianbergmann/complexity.git",
9926                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
9927             },
9928             "dist": {
9929                 "type": "zip",
9930                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
9931                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
9932                 "shasum": ""
9933             },
9934             "require": {
9935                 "nikic/php-parser": "^4.7",
9936                 "php": ">=7.3"
9937             },
9938             "require-dev": {
9939                 "phpunit/phpunit": "^9.3"
9940             },
9941             "type": "library",
9942             "extra": {
9943                 "branch-alias": {
9944                     "dev-master": "2.0-dev"
9945                 }
9946             },
9947             "autoload": {
9948                 "classmap": [
9949                     "src/"
9950                 ]
9951             },
9952             "notification-url": "https://packagist.org/downloads/",
9953             "license": [
9954                 "BSD-3-Clause"
9955             ],
9956             "authors": [
9957                 {
9958                     "name": "Sebastian Bergmann",
9959                     "email": "[email protected]",
9960                     "role": "lead"
9961                 }
9962             ],
9963             "description": "Library for calculating the complexity of PHP code units",
9964             "homepage": "https://github.com/sebastianbergmann/complexity",
9965             "support": {
9966                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9967                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
9968             },
9969             "funding": [
9970                 {
9971                     "url": "https://github.com/sebastianbergmann",
9972                     "type": "github"
9973                 }
9974             ],
9975             "time": "2020-10-26T15:52:27+00:00"
9976         },
9977         {
9978             "name": "sebastian/diff",
9979             "version": "4.0.4",
9980             "source": {
9981                 "type": "git",
9982                 "url": "https://github.com/sebastianbergmann/diff.git",
9983                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
9984             },
9985             "dist": {
9986                 "type": "zip",
9987                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
9988                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
9989                 "shasum": ""
9990             },
9991             "require": {
9992                 "php": ">=7.3"
9993             },
9994             "require-dev": {
9995                 "phpunit/phpunit": "^9.3",
9996                 "symfony/process": "^4.2 || ^5"
9997             },
9998             "type": "library",
9999             "extra": {
10000                 "branch-alias": {
10001                     "dev-master": "4.0-dev"
10002                 }
10003             },
10004             "autoload": {
10005                 "classmap": [
10006                     "src/"
10007                 ]
10008             },
10009             "notification-url": "https://packagist.org/downloads/",
10010             "license": [
10011                 "BSD-3-Clause"
10012             ],
10013             "authors": [
10014                 {
10015                     "name": "Sebastian Bergmann",
10016                     "email": "[email protected]"
10017                 },
10018                 {
10019                     "name": "Kore Nordmann",
10020                     "email": "[email protected]"
10021                 }
10022             ],
10023             "description": "Diff implementation",
10024             "homepage": "https://github.com/sebastianbergmann/diff",
10025             "keywords": [
10026                 "diff",
10027                 "udiff",
10028                 "unidiff",
10029                 "unified diff"
10030             ],
10031             "support": {
10032                 "issues": "https://github.com/sebastianbergmann/diff/issues",
10033                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
10034             },
10035             "funding": [
10036                 {
10037                     "url": "https://github.com/sebastianbergmann",
10038                     "type": "github"
10039                 }
10040             ],
10041             "time": "2020-10-26T13:10:38+00:00"
10042         },
10043         {
10044             "name": "sebastian/environment",
10045             "version": "5.1.4",
10046             "source": {
10047                 "type": "git",
10048                 "url": "https://github.com/sebastianbergmann/environment.git",
10049                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
10050             },
10051             "dist": {
10052                 "type": "zip",
10053                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
10054                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
10055                 "shasum": ""
10056             },
10057             "require": {
10058                 "php": ">=7.3"
10059             },
10060             "require-dev": {
10061                 "phpunit/phpunit": "^9.3"
10062             },
10063             "suggest": {
10064                 "ext-posix": "*"
10065             },
10066             "type": "library",
10067             "extra": {
10068                 "branch-alias": {
10069                     "dev-master": "5.1-dev"
10070                 }
10071             },
10072             "autoload": {
10073                 "classmap": [
10074                     "src/"
10075                 ]
10076             },
10077             "notification-url": "https://packagist.org/downloads/",
10078             "license": [
10079                 "BSD-3-Clause"
10080             ],
10081             "authors": [
10082                 {
10083                     "name": "Sebastian Bergmann",
10084                     "email": "[email protected]"
10085                 }
10086             ],
10087             "description": "Provides functionality to handle HHVM/PHP environments",
10088             "homepage": "http://www.github.com/sebastianbergmann/environment",
10089             "keywords": [
10090                 "Xdebug",
10091                 "environment",
10092                 "hhvm"
10093             ],
10094             "support": {
10095                 "issues": "https://github.com/sebastianbergmann/environment/issues",
10096                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
10097             },
10098             "funding": [
10099                 {
10100                     "url": "https://github.com/sebastianbergmann",
10101                     "type": "github"
10102                 }
10103             ],
10104             "time": "2022-04-03T09:37:03+00:00"
10105         },
10106         {
10107             "name": "sebastian/exporter",
10108             "version": "4.0.5",
10109             "source": {
10110                 "type": "git",
10111                 "url": "https://github.com/sebastianbergmann/exporter.git",
10112                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
10113             },
10114             "dist": {
10115                 "type": "zip",
10116                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
10117                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
10118                 "shasum": ""
10119             },
10120             "require": {
10121                 "php": ">=7.3",
10122                 "sebastian/recursion-context": "^4.0"
10123             },
10124             "require-dev": {
10125                 "ext-mbstring": "*",
10126                 "phpunit/phpunit": "^9.3"
10127             },
10128             "type": "library",
10129             "extra": {
10130                 "branch-alias": {
10131                     "dev-master": "4.0-dev"
10132                 }
10133             },
10134             "autoload": {
10135                 "classmap": [
10136                     "src/"
10137                 ]
10138             },
10139             "notification-url": "https://packagist.org/downloads/",
10140             "license": [
10141                 "BSD-3-Clause"
10142             ],
10143             "authors": [
10144                 {
10145                     "name": "Sebastian Bergmann",
10146                     "email": "[email protected]"
10147                 },
10148                 {
10149                     "name": "Jeff Welch",
10150                     "email": "[email protected]"
10151                 },
10152                 {
10153                     "name": "Volker Dusch",
10154                     "email": "[email protected]"
10155                 },
10156                 {
10157                     "name": "Adam Harvey",
10158                     "email": "[email protected]"
10159                 },
10160                 {
10161                     "name": "Bernhard Schussek",
10162                     "email": "[email protected]"
10163                 }
10164             ],
10165             "description": "Provides the functionality to export PHP variables for visualization",
10166             "homepage": "https://www.github.com/sebastianbergmann/exporter",
10167             "keywords": [
10168                 "export",
10169                 "exporter"
10170             ],
10171             "support": {
10172                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
10173                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
10174             },
10175             "funding": [
10176                 {
10177                     "url": "https://github.com/sebastianbergmann",
10178                     "type": "github"
10179                 }
10180             ],
10181             "time": "2022-09-14T06:03:37+00:00"
10182         },
10183         {
10184             "name": "sebastian/global-state",
10185             "version": "5.0.5",
10186             "source": {
10187                 "type": "git",
10188                 "url": "https://github.com/sebastianbergmann/global-state.git",
10189                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
10190             },
10191             "dist": {
10192                 "type": "zip",
10193                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
10194                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
10195                 "shasum": ""
10196             },
10197             "require": {
10198                 "php": ">=7.3",
10199                 "sebastian/object-reflector": "^2.0",
10200                 "sebastian/recursion-context": "^4.0"
10201             },
10202             "require-dev": {
10203                 "ext-dom": "*",
10204                 "phpunit/phpunit": "^9.3"
10205             },
10206             "suggest": {
10207                 "ext-uopz": "*"
10208             },
10209             "type": "library",
10210             "extra": {
10211                 "branch-alias": {
10212                     "dev-master": "5.0-dev"
10213                 }
10214             },
10215             "autoload": {
10216                 "classmap": [
10217                     "src/"
10218                 ]
10219             },
10220             "notification-url": "https://packagist.org/downloads/",
10221             "license": [
10222                 "BSD-3-Clause"
10223             ],
10224             "authors": [
10225                 {
10226                     "name": "Sebastian Bergmann",
10227                     "email": "[email protected]"
10228                 }
10229             ],
10230             "description": "Snapshotting of global state",
10231             "homepage": "http://www.github.com/sebastianbergmann/global-state",
10232             "keywords": [
10233                 "global state"
10234             ],
10235             "support": {
10236                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
10237                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
10238             },
10239             "funding": [
10240                 {
10241                     "url": "https://github.com/sebastianbergmann",
10242                     "type": "github"
10243                 }
10244             ],
10245             "time": "2022-02-14T08:28:10+00:00"
10246         },
10247         {
10248             "name": "sebastian/lines-of-code",
10249             "version": "1.0.3",
10250             "source": {
10251                 "type": "git",
10252                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
10253                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
10254             },
10255             "dist": {
10256                 "type": "zip",
10257                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10258                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10259                 "shasum": ""
10260             },
10261             "require": {
10262                 "nikic/php-parser": "^4.6",
10263                 "php": ">=7.3"
10264             },
10265             "require-dev": {
10266                 "phpunit/phpunit": "^9.3"
10267             },
10268             "type": "library",
10269             "extra": {
10270                 "branch-alias": {
10271                     "dev-master": "1.0-dev"
10272                 }
10273             },
10274             "autoload": {
10275                 "classmap": [
10276                     "src/"
10277                 ]
10278             },
10279             "notification-url": "https://packagist.org/downloads/",
10280             "license": [
10281                 "BSD-3-Clause"
10282             ],
10283             "authors": [
10284                 {
10285                     "name": "Sebastian Bergmann",
10286                     "email": "[email protected]",
10287                     "role": "lead"
10288                 }
10289             ],
10290             "description": "Library for counting the lines of code in PHP source code",
10291             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
10292             "support": {
10293                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
10294                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
10295             },
10296             "funding": [
10297                 {
10298                     "url": "https://github.com/sebastianbergmann",
10299                     "type": "github"
10300                 }
10301             ],
10302             "time": "2020-11-28T06:42:11+00:00"
10303         },
10304         {
10305             "name": "sebastian/object-enumerator",
10306             "version": "4.0.4",
10307             "source": {
10308                 "type": "git",
10309                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
10310                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
10311             },
10312             "dist": {
10313                 "type": "zip",
10314                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
10315                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
10316                 "shasum": ""
10317             },
10318             "require": {
10319                 "php": ">=7.3",
10320                 "sebastian/object-reflector": "^2.0",
10321                 "sebastian/recursion-context": "^4.0"
10322             },
10323             "require-dev": {
10324                 "phpunit/phpunit": "^9.3"
10325             },
10326             "type": "library",
10327             "extra": {
10328                 "branch-alias": {
10329                     "dev-master": "4.0-dev"
10330                 }
10331             },
10332             "autoload": {
10333                 "classmap": [
10334                     "src/"
10335                 ]
10336             },
10337             "notification-url": "https://packagist.org/downloads/",
10338             "license": [
10339                 "BSD-3-Clause"
10340             ],
10341             "authors": [
10342                 {
10343                     "name": "Sebastian Bergmann",
10344                     "email": "[email protected]"
10345                 }
10346             ],
10347             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10348             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10349             "support": {
10350                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
10351                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
10352             },
10353             "funding": [
10354                 {
10355                     "url": "https://github.com/sebastianbergmann",
10356                     "type": "github"
10357                 }
10358             ],
10359             "time": "2020-10-26T13:12:34+00:00"
10360         },
10361         {
10362             "name": "sebastian/object-reflector",
10363             "version": "2.0.4",
10364             "source": {
10365                 "type": "git",
10366                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
10367                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
10368             },
10369             "dist": {
10370                 "type": "zip",
10371                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10372                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10373                 "shasum": ""
10374             },
10375             "require": {
10376                 "php": ">=7.3"
10377             },
10378             "require-dev": {
10379                 "phpunit/phpunit": "^9.3"
10380             },
10381             "type": "library",
10382             "extra": {
10383                 "branch-alias": {
10384                     "dev-master": "2.0-dev"
10385                 }
10386             },
10387             "autoload": {
10388                 "classmap": [
10389                     "src/"
10390                 ]
10391             },
10392             "notification-url": "https://packagist.org/downloads/",
10393             "license": [
10394                 "BSD-3-Clause"
10395             ],
10396             "authors": [
10397                 {
10398                     "name": "Sebastian Bergmann",
10399                     "email": "[email protected]"
10400                 }
10401             ],
10402             "description": "Allows reflection of object attributes, including inherited and non-public ones",
10403             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
10404             "support": {
10405                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10406                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
10407             },
10408             "funding": [
10409                 {
10410                     "url": "https://github.com/sebastianbergmann",
10411                     "type": "github"
10412                 }
10413             ],
10414             "time": "2020-10-26T13:14:26+00:00"
10415         },
10416         {
10417             "name": "sebastian/recursion-context",
10418             "version": "4.0.4",
10419             "source": {
10420                 "type": "git",
10421                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10422                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
10423             },
10424             "dist": {
10425                 "type": "zip",
10426                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
10427                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
10428                 "shasum": ""
10429             },
10430             "require": {
10431                 "php": ">=7.3"
10432             },
10433             "require-dev": {
10434                 "phpunit/phpunit": "^9.3"
10435             },
10436             "type": "library",
10437             "extra": {
10438                 "branch-alias": {
10439                     "dev-master": "4.0-dev"
10440                 }
10441             },
10442             "autoload": {
10443                 "classmap": [
10444                     "src/"
10445                 ]
10446             },
10447             "notification-url": "https://packagist.org/downloads/",
10448             "license": [
10449                 "BSD-3-Clause"
10450             ],
10451             "authors": [
10452                 {
10453                     "name": "Sebastian Bergmann",
10454                     "email": "[email protected]"
10455                 },
10456                 {
10457                     "name": "Jeff Welch",
10458                     "email": "[email protected]"
10459                 },
10460                 {
10461                     "name": "Adam Harvey",
10462                     "email": "[email protected]"
10463                 }
10464             ],
10465             "description": "Provides functionality to recursively process PHP variables",
10466             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
10467             "support": {
10468                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10469                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
10470             },
10471             "funding": [
10472                 {
10473                     "url": "https://github.com/sebastianbergmann",
10474                     "type": "github"
10475                 }
10476             ],
10477             "time": "2020-10-26T13:17:30+00:00"
10478         },
10479         {
10480             "name": "sebastian/resource-operations",
10481             "version": "3.0.3",
10482             "source": {
10483                 "type": "git",
10484                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
10485                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
10486             },
10487             "dist": {
10488                 "type": "zip",
10489                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10490                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10491                 "shasum": ""
10492             },
10493             "require": {
10494                 "php": ">=7.3"
10495             },
10496             "require-dev": {
10497                 "phpunit/phpunit": "^9.0"
10498             },
10499             "type": "library",
10500             "extra": {
10501                 "branch-alias": {
10502                     "dev-master": "3.0-dev"
10503                 }
10504             },
10505             "autoload": {
10506                 "classmap": [
10507                     "src/"
10508                 ]
10509             },
10510             "notification-url": "https://packagist.org/downloads/",
10511             "license": [
10512                 "BSD-3-Clause"
10513             ],
10514             "authors": [
10515                 {
10516                     "name": "Sebastian Bergmann",
10517                     "email": "[email protected]"
10518                 }
10519             ],
10520             "description": "Provides a list of PHP built-in functions that operate on resources",
10521             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
10522             "support": {
10523                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
10524                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
10525             },
10526             "funding": [
10527                 {
10528                     "url": "https://github.com/sebastianbergmann",
10529                     "type": "github"
10530                 }
10531             ],
10532             "time": "2020-09-28T06:45:17+00:00"
10533         },
10534         {
10535             "name": "sebastian/type",
10536             "version": "3.2.0",
10537             "source": {
10538                 "type": "git",
10539                 "url": "https://github.com/sebastianbergmann/type.git",
10540                 "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
10541             },
10542             "dist": {
10543                 "type": "zip",
10544                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
10545                 "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
10546                 "shasum": ""
10547             },
10548             "require": {
10549                 "php": ">=7.3"
10550             },
10551             "require-dev": {
10552                 "phpunit/phpunit": "^9.5"
10553             },
10554             "type": "library",
10555             "extra": {
10556                 "branch-alias": {
10557                     "dev-master": "3.2-dev"
10558                 }
10559             },
10560             "autoload": {
10561                 "classmap": [
10562                     "src/"
10563                 ]
10564             },
10565             "notification-url": "https://packagist.org/downloads/",
10566             "license": [
10567                 "BSD-3-Clause"
10568             ],
10569             "authors": [
10570                 {
10571                     "name": "Sebastian Bergmann",
10572                     "email": "[email protected]",
10573                     "role": "lead"
10574                 }
10575             ],
10576             "description": "Collection of value objects that represent the types of the PHP type system",
10577             "homepage": "https://github.com/sebastianbergmann/type",
10578             "support": {
10579                 "issues": "https://github.com/sebastianbergmann/type/issues",
10580                 "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
10581             },
10582             "funding": [
10583                 {
10584                     "url": "https://github.com/sebastianbergmann",
10585                     "type": "github"
10586                 }
10587             ],
10588             "time": "2022-09-12T14:47:03+00:00"
10589         },
10590         {
10591             "name": "sebastian/version",
10592             "version": "3.0.2",
10593             "source": {
10594                 "type": "git",
10595                 "url": "https://github.com/sebastianbergmann/version.git",
10596                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
10597             },
10598             "dist": {
10599                 "type": "zip",
10600                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
10601                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
10602                 "shasum": ""
10603             },
10604             "require": {
10605                 "php": ">=7.3"
10606             },
10607             "type": "library",
10608             "extra": {
10609                 "branch-alias": {
10610                     "dev-master": "3.0-dev"
10611                 }
10612             },
10613             "autoload": {
10614                 "classmap": [
10615                     "src/"
10616                 ]
10617             },
10618             "notification-url": "https://packagist.org/downloads/",
10619             "license": [
10620                 "BSD-3-Clause"
10621             ],
10622             "authors": [
10623                 {
10624                     "name": "Sebastian Bergmann",
10625                     "email": "[email protected]",
10626                     "role": "lead"
10627                 }
10628             ],
10629             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10630             "homepage": "https://github.com/sebastianbergmann/version",
10631             "support": {
10632                 "issues": "https://github.com/sebastianbergmann/version/issues",
10633                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
10634             },
10635             "funding": [
10636                 {
10637                     "url": "https://github.com/sebastianbergmann",
10638                     "type": "github"
10639                 }
10640             ],
10641             "time": "2020-09-28T06:39:44+00:00"
10642         },
10643         {
10644             "name": "seld/jsonlint",
10645             "version": "1.9.0",
10646             "source": {
10647                 "type": "git",
10648                 "url": "https://github.com/Seldaek/jsonlint.git",
10649                 "reference": "4211420d25eba80712bff236a98960ef68b866b7"
10650             },
10651             "dist": {
10652                 "type": "zip",
10653                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7",
10654                 "reference": "4211420d25eba80712bff236a98960ef68b866b7",
10655                 "shasum": ""
10656             },
10657             "require": {
10658                 "php": "^5.3 || ^7.0 || ^8.0"
10659             },
10660             "require-dev": {
10661                 "phpstan/phpstan": "^1.5",
10662                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
10663             },
10664             "bin": [
10665                 "bin/jsonlint"
10666             ],
10667             "type": "library",
10668             "autoload": {
10669                 "psr-4": {
10670                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
10671                 }
10672             },
10673             "notification-url": "https://packagist.org/downloads/",
10674             "license": [
10675                 "MIT"
10676             ],
10677             "authors": [
10678                 {
10679                     "name": "Jordi Boggiano",
10680                     "email": "[email protected]",
10681                     "homepage": "http://seld.be"
10682                 }
10683             ],
10684             "description": "JSON Linter",
10685             "keywords": [
10686                 "json",
10687                 "linter",
10688                 "parser",
10689                 "validator"
10690             ],
10691             "support": {
10692                 "issues": "https://github.com/Seldaek/jsonlint/issues",
10693                 "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0"
10694             },
10695             "funding": [
10696                 {
10697                     "url": "https://github.com/Seldaek",
10698                     "type": "github"
10699                 },
10700                 {
10701                     "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
10702                     "type": "tidelift"
10703                 }
10704             ],
10705             "time": "2022-04-01T13:37:23+00:00"
10706         },
10707         {
10708             "name": "seld/phar-utils",
10709             "version": "1.2.1",
10710             "source": {
10711                 "type": "git",
10712                 "url": "https://github.com/Seldaek/phar-utils.git",
10713                 "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
10714             },
10715             "dist": {
10716                 "type": "zip",
10717                 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
10718                 "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
10719                 "shasum": ""
10720             },
10721             "require": {
10722                 "php": ">=5.3"
10723             },
10724             "type": "library",
10725             "extra": {
10726                 "branch-alias": {
10727                     "dev-master": "1.x-dev"
10728                 }
10729             },
10730             "autoload": {
10731                 "psr-4": {
10732                     "Seld\\PharUtils\\": "src/"
10733                 }
10734             },
10735             "notification-url": "https://packagist.org/downloads/",
10736             "license": [
10737                 "MIT"
10738             ],
10739             "authors": [
10740                 {
10741                     "name": "Jordi Boggiano",
10742                     "email": "[email protected]"
10743                 }
10744             ],
10745             "description": "PHAR file format utilities, for when PHP phars you up",
10746             "keywords": [
10747                 "phar"
10748             ],
10749             "support": {
10750                 "issues": "https://github.com/Seldaek/phar-utils/issues",
10751                 "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
10752             },
10753             "time": "2022-08-31T10:31:18+00:00"
10754         },
10755         {
10756             "name": "seld/signal-handler",
10757             "version": "2.0.1",
10758             "source": {
10759                 "type": "git",
10760                 "url": "https://github.com/Seldaek/signal-handler.git",
10761                 "reference": "f69d119511dc0360440cdbdaa71829c149b7be75"
10762             },
10763             "dist": {
10764                 "type": "zip",
10765                 "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/f69d119511dc0360440cdbdaa71829c149b7be75",
10766                 "reference": "f69d119511dc0360440cdbdaa71829c149b7be75",
10767                 "shasum": ""
10768             },
10769             "require": {
10770                 "php": ">=7.2.0"
10771             },
10772             "require-dev": {
10773                 "phpstan/phpstan": "^1",
10774                 "phpstan/phpstan-deprecation-rules": "^1.0",
10775                 "phpstan/phpstan-phpunit": "^1",
10776                 "phpstan/phpstan-strict-rules": "^1.3",
10777                 "phpunit/phpunit": "^7.5.20 || ^8.5.23",
10778                 "psr/log": "^1 || ^2 || ^3"
10779             },
10780             "type": "library",
10781             "extra": {
10782                 "branch-alias": {
10783                     "dev-main": "2.x-dev"
10784                 }
10785             },
10786             "autoload": {
10787                 "psr-4": {
10788                     "Seld\\Signal\\": "src/"
10789                 }
10790             },
10791             "notification-url": "https://packagist.org/downloads/",
10792             "license": [
10793                 "MIT"
10794             ],
10795             "authors": [
10796                 {
10797                     "name": "Jordi Boggiano",
10798                     "email": "[email protected]",
10799                     "homepage": "http://seld.be"
10800                 }
10801             ],
10802             "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
10803             "keywords": [
10804                 "posix",
10805                 "sigint",
10806                 "signal",
10807                 "sigterm",
10808                 "unix"
10809             ],
10810             "support": {
10811                 "issues": "https://github.com/Seldaek/signal-handler/issues",
10812                 "source": "https://github.com/Seldaek/signal-handler/tree/2.0.1"
10813             },
10814             "time": "2022-07-20T18:31:45+00:00"
10815         },
10816         {
10817             "name": "squizlabs/php_codesniffer",
10818             "version": "3.7.1",
10819             "source": {
10820                 "type": "git",
10821                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
10822                 "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
10823             },
10824             "dist": {
10825                 "type": "zip",
10826                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
10827                 "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
10828                 "shasum": ""
10829             },
10830             "require": {
10831                 "ext-simplexml": "*",
10832                 "ext-tokenizer": "*",
10833                 "ext-xmlwriter": "*",
10834                 "php": ">=5.4.0"
10835             },
10836             "require-dev": {
10837                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
10838             },
10839             "bin": [
10840                 "bin/phpcs",
10841                 "bin/phpcbf"
10842             ],
10843             "type": "library",
10844             "extra": {
10845                 "branch-alias": {
10846                     "dev-master": "3.x-dev"
10847                 }
10848             },
10849             "notification-url": "https://packagist.org/downloads/",
10850             "license": [
10851                 "BSD-3-Clause"
10852             ],
10853             "authors": [
10854                 {
10855                     "name": "Greg Sherwood",
10856                     "role": "lead"
10857                 }
10858             ],
10859             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10860             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
10861             "keywords": [
10862                 "phpcs",
10863                 "standards"
10864             ],
10865             "support": {
10866                 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
10867                 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
10868                 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
10869             },
10870             "time": "2022-06-18T07:21:10+00:00"
10871         },
10872         {
10873             "name": "ssddanbrown/asserthtml",
10874             "version": "v1.0.1",
10875             "source": {
10876                 "type": "git",
10877                 "url": "https://github.com/ssddanbrown/htmlassert.git",
10878                 "reference": "f7d4352bb3d69347097b2841fd71934182821928"
10879             },
10880             "dist": {
10881                 "type": "zip",
10882                 "url": "https://api.github.com/repos/ssddanbrown/htmlassert/zipball/f7d4352bb3d69347097b2841fd71934182821928",
10883                 "reference": "f7d4352bb3d69347097b2841fd71934182821928",
10884                 "shasum": ""
10885             },
10886             "require": {
10887                 "ext-dom": "*",
10888                 "ext-json": "*",
10889                 "php": ">=7.4",
10890                 "phpunit/phpunit": "^9.0",
10891                 "symfony/css-selector": "^5.0|^6.0",
10892                 "symfony/dom-crawler": "^5.0|^6.0"
10893             },
10894             "require-dev": {
10895                 "vimeo/psalm": "^4.10"
10896             },
10897             "type": "library",
10898             "autoload": {
10899                 "psr-4": {
10900                     "Ssddanbrown\\AssertHtml\\": "src"
10901                 }
10902             },
10903             "notification-url": "https://packagist.org/downloads/",
10904             "license": [
10905                 "MIT"
10906             ],
10907             "authors": [
10908                 {
10909                     "name": "Dan Brown",
10910                     "email": "[email protected]",
10911                     "role": "Developer"
10912                 }
10913             ],
10914             "description": "HTML Content Assertions for PHPUnit",
10915             "homepage": "https://github.com/ssddanbrown/asserthtml",
10916             "support": {
10917                 "issues": "https://github.com/ssddanbrown/htmlassert/issues",
10918                 "source": "https://github.com/ssddanbrown/htmlassert/tree/v1.0.1"
10919             },
10920             "funding": [
10921                 {
10922                     "url": "https://github.com/ssddanbrown",
10923                     "type": "github"
10924                 }
10925             ],
10926             "time": "2022-04-09T13:31:13+00:00"
10927         },
10928         {
10929             "name": "symfony/dom-crawler",
10930             "version": "v5.4.17",
10931             "source": {
10932                 "type": "git",
10933                 "url": "https://github.com/symfony/dom-crawler.git",
10934                 "reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b"
10935             },
10936             "dist": {
10937                 "type": "zip",
10938                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32a07d910edc138a1dd5508c17c6b9bc1eb27a1b",
10939                 "reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b",
10940                 "shasum": ""
10941             },
10942             "require": {
10943                 "php": ">=7.2.5",
10944                 "symfony/deprecation-contracts": "^2.1|^3",
10945                 "symfony/polyfill-ctype": "~1.8",
10946                 "symfony/polyfill-mbstring": "~1.0",
10947                 "symfony/polyfill-php80": "^1.16"
10948             },
10949             "conflict": {
10950                 "masterminds/html5": "<2.6"
10951             },
10952             "require-dev": {
10953                 "masterminds/html5": "^2.6",
10954                 "symfony/css-selector": "^4.4|^5.0|^6.0"
10955             },
10956             "suggest": {
10957                 "symfony/css-selector": ""
10958             },
10959             "type": "library",
10960             "autoload": {
10961                 "psr-4": {
10962                     "Symfony\\Component\\DomCrawler\\": ""
10963                 },
10964                 "exclude-from-classmap": [
10965                     "/Tests/"
10966                 ]
10967             },
10968             "notification-url": "https://packagist.org/downloads/",
10969             "license": [
10970                 "MIT"
10971             ],
10972             "authors": [
10973                 {
10974                     "name": "Fabien Potencier",
10975                     "email": "[email protected]"
10976                 },
10977                 {
10978                     "name": "Symfony Community",
10979                     "homepage": "https://symfony.com/contributors"
10980                 }
10981             ],
10982             "description": "Eases DOM navigation for HTML and XML documents",
10983             "homepage": "https://symfony.com",
10984             "support": {
10985                 "source": "https://github.com/symfony/dom-crawler/tree/v5.4.17"
10986             },
10987             "funding": [
10988                 {
10989                     "url": "https://symfony.com/sponsor",
10990                     "type": "custom"
10991                 },
10992                 {
10993                     "url": "https://github.com/fabpot",
10994                     "type": "github"
10995                 },
10996                 {
10997                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10998                     "type": "tidelift"
10999                 }
11000             ],
11001             "time": "2022-12-22T10:31:03+00:00"
11002         },
11003         {
11004             "name": "symfony/filesystem",
11005             "version": "v5.4.13",
11006             "source": {
11007                 "type": "git",
11008                 "url": "https://github.com/symfony/filesystem.git",
11009                 "reference": "ac09569844a9109a5966b9438fc29113ce77cf51"
11010             },
11011             "dist": {
11012                 "type": "zip",
11013                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51",
11014                 "reference": "ac09569844a9109a5966b9438fc29113ce77cf51",
11015                 "shasum": ""
11016             },
11017             "require": {
11018                 "php": ">=7.2.5",
11019                 "symfony/polyfill-ctype": "~1.8",
11020                 "symfony/polyfill-mbstring": "~1.8",
11021                 "symfony/polyfill-php80": "^1.16"
11022             },
11023             "type": "library",
11024             "autoload": {
11025                 "psr-4": {
11026                     "Symfony\\Component\\Filesystem\\": ""
11027                 },
11028                 "exclude-from-classmap": [
11029                     "/Tests/"
11030                 ]
11031             },
11032             "notification-url": "https://packagist.org/downloads/",
11033             "license": [
11034                 "MIT"
11035             ],
11036             "authors": [
11037                 {
11038                     "name": "Fabien Potencier",
11039                     "email": "[email protected]"
11040                 },
11041                 {
11042                     "name": "Symfony Community",
11043                     "homepage": "https://symfony.com/contributors"
11044                 }
11045             ],
11046             "description": "Provides basic utilities for the filesystem",
11047             "homepage": "https://symfony.com",
11048             "support": {
11049                 "source": "https://github.com/symfony/filesystem/tree/v5.4.13"
11050             },
11051             "funding": [
11052                 {
11053                     "url": "https://symfony.com/sponsor",
11054                     "type": "custom"
11055                 },
11056                 {
11057                     "url": "https://github.com/fabpot",
11058                     "type": "github"
11059                 },
11060                 {
11061                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11062                     "type": "tidelift"
11063                 }
11064             ],
11065             "time": "2022-09-21T19:53:16+00:00"
11066         },
11067         {
11068             "name": "theseer/tokenizer",
11069             "version": "1.2.1",
11070             "source": {
11071                 "type": "git",
11072                 "url": "https://github.com/theseer/tokenizer.git",
11073                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
11074             },
11075             "dist": {
11076                 "type": "zip",
11077                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
11078                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
11079                 "shasum": ""
11080             },
11081             "require": {
11082                 "ext-dom": "*",
11083                 "ext-tokenizer": "*",
11084                 "ext-xmlwriter": "*",
11085                 "php": "^7.2 || ^8.0"
11086             },
11087             "type": "library",
11088             "autoload": {
11089                 "classmap": [
11090                     "src/"
11091                 ]
11092             },
11093             "notification-url": "https://packagist.org/downloads/",
11094             "license": [
11095                 "BSD-3-Clause"
11096             ],
11097             "authors": [
11098                 {
11099                     "name": "Arne Blankerts",
11100                     "email": "[email protected]",
11101                     "role": "Developer"
11102                 }
11103             ],
11104             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
11105             "support": {
11106                 "issues": "https://github.com/theseer/tokenizer/issues",
11107                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
11108             },
11109             "funding": [
11110                 {
11111                     "url": "https://github.com/theseer",
11112                     "type": "github"
11113                 }
11114             ],
11115             "time": "2021-07-28T10:34:58+00:00"
11116         }
11117     ],
11118     "aliases": [],
11119     "minimum-stability": "dev",
11120     "stability-flags": [],
11121     "prefer-stable": true,
11122     "prefer-lowest": false,
11123     "platform": {
11124         "php": "^7.4|^8.0",
11125         "ext-curl": "*",
11126         "ext-dom": "*",
11127         "ext-fileinfo": "*",
11128         "ext-gd": "*",
11129         "ext-json": "*",
11130         "ext-mbstring": "*",
11131         "ext-xml": "*"
11132     },
11133     "platform-dev": [],
11134     "platform-overrides": {
11135         "php": "7.4.0"
11136     },
11137     "plugin-api-version": "2.3.0"
11138 }