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