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