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