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