]> BookStack Code Mirror - bookstack/blob - composer.lock
Merge branch 'development' into C0rn3j/development
[bookstack] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "ccfc07d0ecc580962915a0457f0466a7",
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.4.x-dev",
5647             "source": {
5648                 "type": "git",
5649                 "url": "https://github.com/ssddanbrown/symfony-mailer.git",
5650                 "reference": "0497d6eb2734fe22b9550f88ae6526611c9df7ae"
5651             },
5652             "dist": {
5653                 "type": "zip",
5654                 "url": "https://api.github.com/repos/ssddanbrown/symfony-mailer/zipball/0497d6eb2734fe22b9550f88ae6526611c9df7ae",
5655                 "reference": "0497d6eb2734fe22b9550f88ae6526611c9df7ae",
5656                 "shasum": ""
5657             },
5658             "require": {
5659                 "egulias/email-validator": "^2.1.10|^3|^4",
5660                 "php": ">=8.1",
5661                 "psr/event-dispatcher": "^1",
5662                 "psr/log": "^1|^2|^3",
5663                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
5664                 "symfony/mime": "^6.2|^7.0",
5665                 "symfony/service-contracts": "^2.5|^3"
5666             },
5667             "conflict": {
5668                 "symfony/http-client-contracts": "<2.5",
5669                 "symfony/http-kernel": "<5.4",
5670                 "symfony/messenger": "<6.2",
5671                 "symfony/mime": "<6.2",
5672                 "symfony/twig-bridge": "<6.2.1"
5673             },
5674             "replace": {
5675                 "symfony/mailer": "^6.0"
5676             },
5677             "require-dev": {
5678                 "symfony/console": "^5.4|^6.0|^7.0",
5679                 "symfony/http-client": "^5.4|^6.0|^7.0",
5680                 "symfony/messenger": "^6.2|^7.0",
5681                 "symfony/twig-bridge": "^6.2|^7.0"
5682             },
5683             "type": "library",
5684             "autoload": {
5685                 "psr-4": {
5686                     "Symfony\\Component\\Mailer\\": ""
5687                 },
5688                 "exclude-from-classmap": [
5689                     "/Tests/"
5690                 ]
5691             },
5692             "notification-url": "https://packagist.org/downloads/",
5693             "license": [
5694                 "MIT"
5695             ],
5696             "authors": [
5697                 {
5698                     "name": "Dan Brown",
5699                     "homepage": "https://danb.me"
5700                 },
5701                 {
5702                     "name": "Fabien Potencier",
5703                     "email": "[email protected]"
5704                 },
5705                 {
5706                     "name": "Symfony Community",
5707                     "homepage": "https://symfony.com/contributors"
5708                 }
5709             ],
5710             "description": "Helps sending emails",
5711             "homepage": "https://symfony.com",
5712             "support": {
5713                 "source": "https://github.com/ssddanbrown/symfony-mailer/tree/6.4"
5714             },
5715             "time": "2024-03-17T16:25:21+00:00"
5716         },
5717         {
5718             "name": "symfony/console",
5719             "version": "v6.4.4",
5720             "source": {
5721                 "type": "git",
5722                 "url": "https://github.com/symfony/console.git",
5723                 "reference": "0d9e4eb5ad413075624378f474c4167ea202de78"
5724             },
5725             "dist": {
5726                 "type": "zip",
5727                 "url": "https://api.github.com/repos/symfony/console/zipball/0d9e4eb5ad413075624378f474c4167ea202de78",
5728                 "reference": "0d9e4eb5ad413075624378f474c4167ea202de78",
5729                 "shasum": ""
5730             },
5731             "require": {
5732                 "php": ">=8.1",
5733                 "symfony/deprecation-contracts": "^2.5|^3",
5734                 "symfony/polyfill-mbstring": "~1.0",
5735                 "symfony/service-contracts": "^2.5|^3",
5736                 "symfony/string": "^5.4|^6.0|^7.0"
5737             },
5738             "conflict": {
5739                 "symfony/dependency-injection": "<5.4",
5740                 "symfony/dotenv": "<5.4",
5741                 "symfony/event-dispatcher": "<5.4",
5742                 "symfony/lock": "<5.4",
5743                 "symfony/process": "<5.4"
5744             },
5745             "provide": {
5746                 "psr/log-implementation": "1.0|2.0|3.0"
5747             },
5748             "require-dev": {
5749                 "psr/log": "^1|^2|^3",
5750                 "symfony/config": "^5.4|^6.0|^7.0",
5751                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5752                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
5753                 "symfony/http-foundation": "^6.4|^7.0",
5754                 "symfony/http-kernel": "^6.4|^7.0",
5755                 "symfony/lock": "^5.4|^6.0|^7.0",
5756                 "symfony/messenger": "^5.4|^6.0|^7.0",
5757                 "symfony/process": "^5.4|^6.0|^7.0",
5758                 "symfony/stopwatch": "^5.4|^6.0|^7.0",
5759                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
5760             },
5761             "type": "library",
5762             "autoload": {
5763                 "psr-4": {
5764                     "Symfony\\Component\\Console\\": ""
5765                 },
5766                 "exclude-from-classmap": [
5767                     "/Tests/"
5768                 ]
5769             },
5770             "notification-url": "https://packagist.org/downloads/",
5771             "license": [
5772                 "MIT"
5773             ],
5774             "authors": [
5775                 {
5776                     "name": "Fabien Potencier",
5777                     "email": "[email protected]"
5778                 },
5779                 {
5780                     "name": "Symfony Community",
5781                     "homepage": "https://symfony.com/contributors"
5782                 }
5783             ],
5784             "description": "Eases the creation of beautiful and testable command line interfaces",
5785             "homepage": "https://symfony.com",
5786             "keywords": [
5787                 "cli",
5788                 "command-line",
5789                 "console",
5790                 "terminal"
5791             ],
5792             "support": {
5793                 "source": "https://github.com/symfony/console/tree/v6.4.4"
5794             },
5795             "funding": [
5796                 {
5797                     "url": "https://symfony.com/sponsor",
5798                     "type": "custom"
5799                 },
5800                 {
5801                     "url": "https://github.com/fabpot",
5802                     "type": "github"
5803                 },
5804                 {
5805                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5806                     "type": "tidelift"
5807                 }
5808             ],
5809             "time": "2024-02-22T20:27:10+00:00"
5810         },
5811         {
5812             "name": "symfony/css-selector",
5813             "version": "v6.4.3",
5814             "source": {
5815                 "type": "git",
5816                 "url": "https://github.com/symfony/css-selector.git",
5817                 "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229"
5818             },
5819             "dist": {
5820                 "type": "zip",
5821                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/ee0f7ed5cf298cc019431bb3b3977ebc52b86229",
5822                 "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229",
5823                 "shasum": ""
5824             },
5825             "require": {
5826                 "php": ">=8.1"
5827             },
5828             "type": "library",
5829             "autoload": {
5830                 "psr-4": {
5831                     "Symfony\\Component\\CssSelector\\": ""
5832                 },
5833                 "exclude-from-classmap": [
5834                     "/Tests/"
5835                 ]
5836             },
5837             "notification-url": "https://packagist.org/downloads/",
5838             "license": [
5839                 "MIT"
5840             ],
5841             "authors": [
5842                 {
5843                     "name": "Fabien Potencier",
5844                     "email": "[email protected]"
5845                 },
5846                 {
5847                     "name": "Jean-François Simon",
5848                     "email": "[email protected]"
5849                 },
5850                 {
5851                     "name": "Symfony Community",
5852                     "homepage": "https://symfony.com/contributors"
5853                 }
5854             ],
5855             "description": "Converts CSS selectors to XPath expressions",
5856             "homepage": "https://symfony.com",
5857             "support": {
5858                 "source": "https://github.com/symfony/css-selector/tree/v6.4.3"
5859             },
5860             "funding": [
5861                 {
5862                     "url": "https://symfony.com/sponsor",
5863                     "type": "custom"
5864                 },
5865                 {
5866                     "url": "https://github.com/fabpot",
5867                     "type": "github"
5868                 },
5869                 {
5870                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5871                     "type": "tidelift"
5872                 }
5873             ],
5874             "time": "2024-01-23T14:51:35+00:00"
5875         },
5876         {
5877             "name": "symfony/deprecation-contracts",
5878             "version": "v3.4.0",
5879             "source": {
5880                 "type": "git",
5881                 "url": "https://github.com/symfony/deprecation-contracts.git",
5882                 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
5883             },
5884             "dist": {
5885                 "type": "zip",
5886                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
5887                 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
5888                 "shasum": ""
5889             },
5890             "require": {
5891                 "php": ">=8.1"
5892             },
5893             "type": "library",
5894             "extra": {
5895                 "branch-alias": {
5896                     "dev-main": "3.4-dev"
5897                 },
5898                 "thanks": {
5899                     "name": "symfony/contracts",
5900                     "url": "https://github.com/symfony/contracts"
5901                 }
5902             },
5903             "autoload": {
5904                 "files": [
5905                     "function.php"
5906                 ]
5907             },
5908             "notification-url": "https://packagist.org/downloads/",
5909             "license": [
5910                 "MIT"
5911             ],
5912             "authors": [
5913                 {
5914                     "name": "Nicolas Grekas",
5915                     "email": "[email protected]"
5916                 },
5917                 {
5918                     "name": "Symfony Community",
5919                     "homepage": "https://symfony.com/contributors"
5920                 }
5921             ],
5922             "description": "A generic function and convention to trigger deprecation notices",
5923             "homepage": "https://symfony.com",
5924             "support": {
5925                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
5926             },
5927             "funding": [
5928                 {
5929                     "url": "https://symfony.com/sponsor",
5930                     "type": "custom"
5931                 },
5932                 {
5933                     "url": "https://github.com/fabpot",
5934                     "type": "github"
5935                 },
5936                 {
5937                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5938                     "type": "tidelift"
5939                 }
5940             ],
5941             "time": "2023-05-23T14:45:45+00:00"
5942         },
5943         {
5944             "name": "symfony/error-handler",
5945             "version": "v6.4.4",
5946             "source": {
5947                 "type": "git",
5948                 "url": "https://github.com/symfony/error-handler.git",
5949                 "reference": "c725219bdf2afc59423c32793d5019d2a904e13a"
5950             },
5951             "dist": {
5952                 "type": "zip",
5953                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/c725219bdf2afc59423c32793d5019d2a904e13a",
5954                 "reference": "c725219bdf2afc59423c32793d5019d2a904e13a",
5955                 "shasum": ""
5956             },
5957             "require": {
5958                 "php": ">=8.1",
5959                 "psr/log": "^1|^2|^3",
5960                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
5961             },
5962             "conflict": {
5963                 "symfony/deprecation-contracts": "<2.5",
5964                 "symfony/http-kernel": "<6.4"
5965             },
5966             "require-dev": {
5967                 "symfony/deprecation-contracts": "^2.5|^3",
5968                 "symfony/http-kernel": "^6.4|^7.0",
5969                 "symfony/serializer": "^5.4|^6.0|^7.0"
5970             },
5971             "bin": [
5972                 "Resources/bin/patch-type-declarations"
5973             ],
5974             "type": "library",
5975             "autoload": {
5976                 "psr-4": {
5977                     "Symfony\\Component\\ErrorHandler\\": ""
5978                 },
5979                 "exclude-from-classmap": [
5980                     "/Tests/"
5981                 ]
5982             },
5983             "notification-url": "https://packagist.org/downloads/",
5984             "license": [
5985                 "MIT"
5986             ],
5987             "authors": [
5988                 {
5989                     "name": "Fabien Potencier",
5990                     "email": "[email protected]"
5991                 },
5992                 {
5993                     "name": "Symfony Community",
5994                     "homepage": "https://symfony.com/contributors"
5995                 }
5996             ],
5997             "description": "Provides tools to manage errors and ease debugging PHP code",
5998             "homepage": "https://symfony.com",
5999             "support": {
6000                 "source": "https://github.com/symfony/error-handler/tree/v6.4.4"
6001             },
6002             "funding": [
6003                 {
6004                     "url": "https://symfony.com/sponsor",
6005                     "type": "custom"
6006                 },
6007                 {
6008                     "url": "https://github.com/fabpot",
6009                     "type": "github"
6010                 },
6011                 {
6012                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6013                     "type": "tidelift"
6014                 }
6015             ],
6016             "time": "2024-02-22T20:27:10+00:00"
6017         },
6018         {
6019             "name": "symfony/event-dispatcher",
6020             "version": "v6.4.3",
6021             "source": {
6022                 "type": "git",
6023                 "url": "https://github.com/symfony/event-dispatcher.git",
6024                 "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef"
6025             },
6026             "dist": {
6027                 "type": "zip",
6028                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
6029                 "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
6030                 "shasum": ""
6031             },
6032             "require": {
6033                 "php": ">=8.1",
6034                 "symfony/event-dispatcher-contracts": "^2.5|^3"
6035             },
6036             "conflict": {
6037                 "symfony/dependency-injection": "<5.4",
6038                 "symfony/service-contracts": "<2.5"
6039             },
6040             "provide": {
6041                 "psr/event-dispatcher-implementation": "1.0",
6042                 "symfony/event-dispatcher-implementation": "2.0|3.0"
6043             },
6044             "require-dev": {
6045                 "psr/log": "^1|^2|^3",
6046                 "symfony/config": "^5.4|^6.0|^7.0",
6047                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
6048                 "symfony/error-handler": "^5.4|^6.0|^7.0",
6049                 "symfony/expression-language": "^5.4|^6.0|^7.0",
6050                 "symfony/http-foundation": "^5.4|^6.0|^7.0",
6051                 "symfony/service-contracts": "^2.5|^3",
6052                 "symfony/stopwatch": "^5.4|^6.0|^7.0"
6053             },
6054             "type": "library",
6055             "autoload": {
6056                 "psr-4": {
6057                     "Symfony\\Component\\EventDispatcher\\": ""
6058                 },
6059                 "exclude-from-classmap": [
6060                     "/Tests/"
6061                 ]
6062             },
6063             "notification-url": "https://packagist.org/downloads/",
6064             "license": [
6065                 "MIT"
6066             ],
6067             "authors": [
6068                 {
6069                     "name": "Fabien Potencier",
6070                     "email": "[email protected]"
6071                 },
6072                 {
6073                     "name": "Symfony Community",
6074                     "homepage": "https://symfony.com/contributors"
6075                 }
6076             ],
6077             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
6078             "homepage": "https://symfony.com",
6079             "support": {
6080                 "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.3"
6081             },
6082             "funding": [
6083                 {
6084                     "url": "https://symfony.com/sponsor",
6085                     "type": "custom"
6086                 },
6087                 {
6088                     "url": "https://github.com/fabpot",
6089                     "type": "github"
6090                 },
6091                 {
6092                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6093                     "type": "tidelift"
6094                 }
6095             ],
6096             "time": "2024-01-23T14:51:35+00:00"
6097         },
6098         {
6099             "name": "symfony/event-dispatcher-contracts",
6100             "version": "v3.4.0",
6101             "source": {
6102                 "type": "git",
6103                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
6104                 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
6105             },
6106             "dist": {
6107                 "type": "zip",
6108                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
6109                 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
6110                 "shasum": ""
6111             },
6112             "require": {
6113                 "php": ">=8.1",
6114                 "psr/event-dispatcher": "^1"
6115             },
6116             "type": "library",
6117             "extra": {
6118                 "branch-alias": {
6119                     "dev-main": "3.4-dev"
6120                 },
6121                 "thanks": {
6122                     "name": "symfony/contracts",
6123                     "url": "https://github.com/symfony/contracts"
6124                 }
6125             },
6126             "autoload": {
6127                 "psr-4": {
6128                     "Symfony\\Contracts\\EventDispatcher\\": ""
6129                 }
6130             },
6131             "notification-url": "https://packagist.org/downloads/",
6132             "license": [
6133                 "MIT"
6134             ],
6135             "authors": [
6136                 {
6137                     "name": "Nicolas Grekas",
6138                     "email": "[email protected]"
6139                 },
6140                 {
6141                     "name": "Symfony Community",
6142                     "homepage": "https://symfony.com/contributors"
6143                 }
6144             ],
6145             "description": "Generic abstractions related to dispatching event",
6146             "homepage": "https://symfony.com",
6147             "keywords": [
6148                 "abstractions",
6149                 "contracts",
6150                 "decoupling",
6151                 "interfaces",
6152                 "interoperability",
6153                 "standards"
6154             ],
6155             "support": {
6156                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
6157             },
6158             "funding": [
6159                 {
6160                     "url": "https://symfony.com/sponsor",
6161                     "type": "custom"
6162                 },
6163                 {
6164                     "url": "https://github.com/fabpot",
6165                     "type": "github"
6166                 },
6167                 {
6168                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6169                     "type": "tidelift"
6170                 }
6171             ],
6172             "time": "2023-05-23T14:45:45+00:00"
6173         },
6174         {
6175             "name": "symfony/finder",
6176             "version": "v6.4.0",
6177             "source": {
6178                 "type": "git",
6179                 "url": "https://github.com/symfony/finder.git",
6180                 "reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
6181             },
6182             "dist": {
6183                 "type": "zip",
6184                 "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
6185                 "reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
6186                 "shasum": ""
6187             },
6188             "require": {
6189                 "php": ">=8.1"
6190             },
6191             "require-dev": {
6192                 "symfony/filesystem": "^6.0|^7.0"
6193             },
6194             "type": "library",
6195             "autoload": {
6196                 "psr-4": {
6197                     "Symfony\\Component\\Finder\\": ""
6198                 },
6199                 "exclude-from-classmap": [
6200                     "/Tests/"
6201                 ]
6202             },
6203             "notification-url": "https://packagist.org/downloads/",
6204             "license": [
6205                 "MIT"
6206             ],
6207             "authors": [
6208                 {
6209                     "name": "Fabien Potencier",
6210                     "email": "[email protected]"
6211                 },
6212                 {
6213                     "name": "Symfony Community",
6214                     "homepage": "https://symfony.com/contributors"
6215                 }
6216             ],
6217             "description": "Finds files and directories via an intuitive fluent interface",
6218             "homepage": "https://symfony.com",
6219             "support": {
6220                 "source": "https://github.com/symfony/finder/tree/v6.4.0"
6221             },
6222             "funding": [
6223                 {
6224                     "url": "https://symfony.com/sponsor",
6225                     "type": "custom"
6226                 },
6227                 {
6228                     "url": "https://github.com/fabpot",
6229                     "type": "github"
6230                 },
6231                 {
6232                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6233                     "type": "tidelift"
6234                 }
6235             ],
6236             "time": "2023-10-31T17:30:12+00:00"
6237         },
6238         {
6239             "name": "symfony/http-foundation",
6240             "version": "v6.4.4",
6241             "source": {
6242                 "type": "git",
6243                 "url": "https://github.com/symfony/http-foundation.git",
6244                 "reference": "ebc713bc6e6f4b53f46539fc158be85dfcd77304"
6245             },
6246             "dist": {
6247                 "type": "zip",
6248                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ebc713bc6e6f4b53f46539fc158be85dfcd77304",
6249                 "reference": "ebc713bc6e6f4b53f46539fc158be85dfcd77304",
6250                 "shasum": ""
6251             },
6252             "require": {
6253                 "php": ">=8.1",
6254                 "symfony/deprecation-contracts": "^2.5|^3",
6255                 "symfony/polyfill-mbstring": "~1.1",
6256                 "symfony/polyfill-php83": "^1.27"
6257             },
6258             "conflict": {
6259                 "symfony/cache": "<6.3"
6260             },
6261             "require-dev": {
6262                 "doctrine/dbal": "^2.13.1|^3|^4",
6263                 "predis/predis": "^1.1|^2.0",
6264                 "symfony/cache": "^6.3|^7.0",
6265                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
6266                 "symfony/expression-language": "^5.4|^6.0|^7.0",
6267                 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
6268                 "symfony/mime": "^5.4|^6.0|^7.0",
6269                 "symfony/rate-limiter": "^5.4|^6.0|^7.0"
6270             },
6271             "type": "library",
6272             "autoload": {
6273                 "psr-4": {
6274                     "Symfony\\Component\\HttpFoundation\\": ""
6275                 },
6276                 "exclude-from-classmap": [
6277                     "/Tests/"
6278                 ]
6279             },
6280             "notification-url": "https://packagist.org/downloads/",
6281             "license": [
6282                 "MIT"
6283             ],
6284             "authors": [
6285                 {
6286                     "name": "Fabien Potencier",
6287                     "email": "[email protected]"
6288                 },
6289                 {
6290                     "name": "Symfony Community",
6291                     "homepage": "https://symfony.com/contributors"
6292                 }
6293             ],
6294             "description": "Defines an object-oriented layer for the HTTP specification",
6295             "homepage": "https://symfony.com",
6296             "support": {
6297                 "source": "https://github.com/symfony/http-foundation/tree/v6.4.4"
6298             },
6299             "funding": [
6300                 {
6301                     "url": "https://symfony.com/sponsor",
6302                     "type": "custom"
6303                 },
6304                 {
6305                     "url": "https://github.com/fabpot",
6306                     "type": "github"
6307                 },
6308                 {
6309                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6310                     "type": "tidelift"
6311                 }
6312             ],
6313             "time": "2024-02-08T15:01:18+00:00"
6314         },
6315         {
6316             "name": "symfony/http-kernel",
6317             "version": "v6.4.5",
6318             "source": {
6319                 "type": "git",
6320                 "url": "https://github.com/symfony/http-kernel.git",
6321                 "reference": "f6947cb939d8efee137797382cb4db1af653ef75"
6322             },
6323             "dist": {
6324                 "type": "zip",
6325                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f6947cb939d8efee137797382cb4db1af653ef75",
6326                 "reference": "f6947cb939d8efee137797382cb4db1af653ef75",
6327                 "shasum": ""
6328             },
6329             "require": {
6330                 "php": ">=8.1",
6331                 "psr/log": "^1|^2|^3",
6332                 "symfony/deprecation-contracts": "^2.5|^3",
6333                 "symfony/error-handler": "^6.4|^7.0",
6334                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
6335                 "symfony/http-foundation": "^6.4|^7.0",
6336                 "symfony/polyfill-ctype": "^1.8"
6337             },
6338             "conflict": {
6339                 "symfony/browser-kit": "<5.4",
6340                 "symfony/cache": "<5.4",
6341                 "symfony/config": "<6.1",
6342                 "symfony/console": "<5.4",
6343                 "symfony/dependency-injection": "<6.4",
6344                 "symfony/doctrine-bridge": "<5.4",
6345                 "symfony/form": "<5.4",
6346                 "symfony/http-client": "<5.4",
6347                 "symfony/http-client-contracts": "<2.5",
6348                 "symfony/mailer": "<5.4",
6349                 "symfony/messenger": "<5.4",
6350                 "symfony/translation": "<5.4",
6351                 "symfony/translation-contracts": "<2.5",
6352                 "symfony/twig-bridge": "<5.4",
6353                 "symfony/validator": "<6.4",
6354                 "symfony/var-dumper": "<6.3",
6355                 "twig/twig": "<2.13"
6356             },
6357             "provide": {
6358                 "psr/log-implementation": "1.0|2.0|3.0"
6359             },
6360             "require-dev": {
6361                 "psr/cache": "^1.0|^2.0|^3.0",
6362                 "symfony/browser-kit": "^5.4|^6.0|^7.0",
6363                 "symfony/clock": "^6.2|^7.0",
6364                 "symfony/config": "^6.1|^7.0",
6365                 "symfony/console": "^5.4|^6.0|^7.0",
6366                 "symfony/css-selector": "^5.4|^6.0|^7.0",
6367                 "symfony/dependency-injection": "^6.4|^7.0",
6368                 "symfony/dom-crawler": "^5.4|^6.0|^7.0",
6369                 "symfony/expression-language": "^5.4|^6.0|^7.0",
6370                 "symfony/finder": "^5.4|^6.0|^7.0",
6371                 "symfony/http-client-contracts": "^2.5|^3",
6372                 "symfony/process": "^5.4|^6.0|^7.0",
6373                 "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
6374                 "symfony/routing": "^5.4|^6.0|^7.0",
6375                 "symfony/serializer": "^6.4.4|^7.0.4",
6376                 "symfony/stopwatch": "^5.4|^6.0|^7.0",
6377                 "symfony/translation": "^5.4|^6.0|^7.0",
6378                 "symfony/translation-contracts": "^2.5|^3",
6379                 "symfony/uid": "^5.4|^6.0|^7.0",
6380                 "symfony/validator": "^6.4|^7.0",
6381                 "symfony/var-exporter": "^6.2|^7.0",
6382                 "twig/twig": "^2.13|^3.0.4"
6383             },
6384             "type": "library",
6385             "autoload": {
6386                 "psr-4": {
6387                     "Symfony\\Component\\HttpKernel\\": ""
6388                 },
6389                 "exclude-from-classmap": [
6390                     "/Tests/"
6391                 ]
6392             },
6393             "notification-url": "https://packagist.org/downloads/",
6394             "license": [
6395                 "MIT"
6396             ],
6397             "authors": [
6398                 {
6399                     "name": "Fabien Potencier",
6400                     "email": "[email protected]"
6401                 },
6402                 {
6403                     "name": "Symfony Community",
6404                     "homepage": "https://symfony.com/contributors"
6405                 }
6406             ],
6407             "description": "Provides a structured process for converting a Request into a Response",
6408             "homepage": "https://symfony.com",
6409             "support": {
6410                 "source": "https://github.com/symfony/http-kernel/tree/v6.4.5"
6411             },
6412             "funding": [
6413                 {
6414                     "url": "https://symfony.com/sponsor",
6415                     "type": "custom"
6416                 },
6417                 {
6418                     "url": "https://github.com/fabpot",
6419                     "type": "github"
6420                 },
6421                 {
6422                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6423                     "type": "tidelift"
6424                 }
6425             ],
6426             "time": "2024-03-04T21:00:47+00:00"
6427         },
6428         {
6429             "name": "symfony/mime",
6430             "version": "v6.4.3",
6431             "source": {
6432                 "type": "git",
6433                 "url": "https://github.com/symfony/mime.git",
6434                 "reference": "5017e0a9398c77090b7694be46f20eb796262a34"
6435             },
6436             "dist": {
6437                 "type": "zip",
6438                 "url": "https://api.github.com/repos/symfony/mime/zipball/5017e0a9398c77090b7694be46f20eb796262a34",
6439                 "reference": "5017e0a9398c77090b7694be46f20eb796262a34",
6440                 "shasum": ""
6441             },
6442             "require": {
6443                 "php": ">=8.1",
6444                 "symfony/deprecation-contracts": "^2.5|^3",
6445                 "symfony/polyfill-intl-idn": "^1.10",
6446                 "symfony/polyfill-mbstring": "^1.0"
6447             },
6448             "conflict": {
6449                 "egulias/email-validator": "~3.0.0",
6450                 "phpdocumentor/reflection-docblock": "<3.2.2",
6451                 "phpdocumentor/type-resolver": "<1.4.0",
6452                 "symfony/mailer": "<5.4",
6453                 "symfony/serializer": "<6.3.2"
6454             },
6455             "require-dev": {
6456                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6457                 "league/html-to-markdown": "^5.0",
6458                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6459                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
6460                 "symfony/property-access": "^5.4|^6.0|^7.0",
6461                 "symfony/property-info": "^5.4|^6.0|^7.0",
6462                 "symfony/serializer": "^6.3.2|^7.0"
6463             },
6464             "type": "library",
6465             "autoload": {
6466                 "psr-4": {
6467                     "Symfony\\Component\\Mime\\": ""
6468                 },
6469                 "exclude-from-classmap": [
6470                     "/Tests/"
6471                 ]
6472             },
6473             "notification-url": "https://packagist.org/downloads/",
6474             "license": [
6475                 "MIT"
6476             ],
6477             "authors": [
6478                 {
6479                     "name": "Fabien Potencier",
6480                     "email": "[email protected]"
6481                 },
6482                 {
6483                     "name": "Symfony Community",
6484                     "homepage": "https://symfony.com/contributors"
6485                 }
6486             ],
6487             "description": "Allows manipulating MIME messages",
6488             "homepage": "https://symfony.com",
6489             "keywords": [
6490                 "mime",
6491                 "mime-type"
6492             ],
6493             "support": {
6494                 "source": "https://github.com/symfony/mime/tree/v6.4.3"
6495             },
6496             "funding": [
6497                 {
6498                     "url": "https://symfony.com/sponsor",
6499                     "type": "custom"
6500                 },
6501                 {
6502                     "url": "https://github.com/fabpot",
6503                     "type": "github"
6504                 },
6505                 {
6506                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6507                     "type": "tidelift"
6508                 }
6509             ],
6510             "time": "2024-01-30T08:32:12+00:00"
6511         },
6512         {
6513             "name": "symfony/polyfill-ctype",
6514             "version": "v1.29.0",
6515             "source": {
6516                 "type": "git",
6517                 "url": "https://github.com/symfony/polyfill-ctype.git",
6518                 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
6519             },
6520             "dist": {
6521                 "type": "zip",
6522                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
6523                 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
6524                 "shasum": ""
6525             },
6526             "require": {
6527                 "php": ">=7.1"
6528             },
6529             "provide": {
6530                 "ext-ctype": "*"
6531             },
6532             "suggest": {
6533                 "ext-ctype": "For best performance"
6534             },
6535             "type": "library",
6536             "extra": {
6537                 "thanks": {
6538                     "name": "symfony/polyfill",
6539                     "url": "https://github.com/symfony/polyfill"
6540                 }
6541             },
6542             "autoload": {
6543                 "files": [
6544                     "bootstrap.php"
6545                 ],
6546                 "psr-4": {
6547                     "Symfony\\Polyfill\\Ctype\\": ""
6548                 }
6549             },
6550             "notification-url": "https://packagist.org/downloads/",
6551             "license": [
6552                 "MIT"
6553             ],
6554             "authors": [
6555                 {
6556                     "name": "Gert de Pagter",
6557                     "email": "[email protected]"
6558                 },
6559                 {
6560                     "name": "Symfony Community",
6561                     "homepage": "https://symfony.com/contributors"
6562                 }
6563             ],
6564             "description": "Symfony polyfill for ctype functions",
6565             "homepage": "https://symfony.com",
6566             "keywords": [
6567                 "compatibility",
6568                 "ctype",
6569                 "polyfill",
6570                 "portable"
6571             ],
6572             "support": {
6573                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
6574             },
6575             "funding": [
6576                 {
6577                     "url": "https://symfony.com/sponsor",
6578                     "type": "custom"
6579                 },
6580                 {
6581                     "url": "https://github.com/fabpot",
6582                     "type": "github"
6583                 },
6584                 {
6585                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6586                     "type": "tidelift"
6587                 }
6588             ],
6589             "time": "2024-01-29T20:11:03+00:00"
6590         },
6591         {
6592             "name": "symfony/polyfill-intl-grapheme",
6593             "version": "v1.29.0",
6594             "source": {
6595                 "type": "git",
6596                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6597                 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
6598             },
6599             "dist": {
6600                 "type": "zip",
6601                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
6602                 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
6603                 "shasum": ""
6604             },
6605             "require": {
6606                 "php": ">=7.1"
6607             },
6608             "suggest": {
6609                 "ext-intl": "For best performance"
6610             },
6611             "type": "library",
6612             "extra": {
6613                 "thanks": {
6614                     "name": "symfony/polyfill",
6615                     "url": "https://github.com/symfony/polyfill"
6616                 }
6617             },
6618             "autoload": {
6619                 "files": [
6620                     "bootstrap.php"
6621                 ],
6622                 "psr-4": {
6623                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6624                 }
6625             },
6626             "notification-url": "https://packagist.org/downloads/",
6627             "license": [
6628                 "MIT"
6629             ],
6630             "authors": [
6631                 {
6632                     "name": "Nicolas Grekas",
6633                     "email": "[email protected]"
6634                 },
6635                 {
6636                     "name": "Symfony Community",
6637                     "homepage": "https://symfony.com/contributors"
6638                 }
6639             ],
6640             "description": "Symfony polyfill for intl's grapheme_* functions",
6641             "homepage": "https://symfony.com",
6642             "keywords": [
6643                 "compatibility",
6644                 "grapheme",
6645                 "intl",
6646                 "polyfill",
6647                 "portable",
6648                 "shim"
6649             ],
6650             "support": {
6651                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
6652             },
6653             "funding": [
6654                 {
6655                     "url": "https://symfony.com/sponsor",
6656                     "type": "custom"
6657                 },
6658                 {
6659                     "url": "https://github.com/fabpot",
6660                     "type": "github"
6661                 },
6662                 {
6663                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6664                     "type": "tidelift"
6665                 }
6666             ],
6667             "time": "2024-01-29T20:11:03+00:00"
6668         },
6669         {
6670             "name": "symfony/polyfill-intl-idn",
6671             "version": "v1.29.0",
6672             "source": {
6673                 "type": "git",
6674                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6675                 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
6676             },
6677             "dist": {
6678                 "type": "zip",
6679                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
6680                 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
6681                 "shasum": ""
6682             },
6683             "require": {
6684                 "php": ">=7.1",
6685                 "symfony/polyfill-intl-normalizer": "^1.10",
6686                 "symfony/polyfill-php72": "^1.10"
6687             },
6688             "suggest": {
6689                 "ext-intl": "For best performance"
6690             },
6691             "type": "library",
6692             "extra": {
6693                 "thanks": {
6694                     "name": "symfony/polyfill",
6695                     "url": "https://github.com/symfony/polyfill"
6696                 }
6697             },
6698             "autoload": {
6699                 "files": [
6700                     "bootstrap.php"
6701                 ],
6702                 "psr-4": {
6703                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6704                 }
6705             },
6706             "notification-url": "https://packagist.org/downloads/",
6707             "license": [
6708                 "MIT"
6709             ],
6710             "authors": [
6711                 {
6712                     "name": "Laurent Bassin",
6713                     "email": "[email protected]"
6714                 },
6715                 {
6716                     "name": "Trevor Rowbotham",
6717                     "email": "[email protected]"
6718                 },
6719                 {
6720                     "name": "Symfony Community",
6721                     "homepage": "https://symfony.com/contributors"
6722                 }
6723             ],
6724             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6725             "homepage": "https://symfony.com",
6726             "keywords": [
6727                 "compatibility",
6728                 "idn",
6729                 "intl",
6730                 "polyfill",
6731                 "portable",
6732                 "shim"
6733             ],
6734             "support": {
6735                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
6736             },
6737             "funding": [
6738                 {
6739                     "url": "https://symfony.com/sponsor",
6740                     "type": "custom"
6741                 },
6742                 {
6743                     "url": "https://github.com/fabpot",
6744                     "type": "github"
6745                 },
6746                 {
6747                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6748                     "type": "tidelift"
6749                 }
6750             ],
6751             "time": "2024-01-29T20:11:03+00:00"
6752         },
6753         {
6754             "name": "symfony/polyfill-intl-normalizer",
6755             "version": "v1.29.0",
6756             "source": {
6757                 "type": "git",
6758                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6759                 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
6760             },
6761             "dist": {
6762                 "type": "zip",
6763                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
6764                 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
6765                 "shasum": ""
6766             },
6767             "require": {
6768                 "php": ">=7.1"
6769             },
6770             "suggest": {
6771                 "ext-intl": "For best performance"
6772             },
6773             "type": "library",
6774             "extra": {
6775                 "thanks": {
6776                     "name": "symfony/polyfill",
6777                     "url": "https://github.com/symfony/polyfill"
6778                 }
6779             },
6780             "autoload": {
6781                 "files": [
6782                     "bootstrap.php"
6783                 ],
6784                 "psr-4": {
6785                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6786                 },
6787                 "classmap": [
6788                     "Resources/stubs"
6789                 ]
6790             },
6791             "notification-url": "https://packagist.org/downloads/",
6792             "license": [
6793                 "MIT"
6794             ],
6795             "authors": [
6796                 {
6797                     "name": "Nicolas Grekas",
6798                     "email": "[email protected]"
6799                 },
6800                 {
6801                     "name": "Symfony Community",
6802                     "homepage": "https://symfony.com/contributors"
6803                 }
6804             ],
6805             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6806             "homepage": "https://symfony.com",
6807             "keywords": [
6808                 "compatibility",
6809                 "intl",
6810                 "normalizer",
6811                 "polyfill",
6812                 "portable",
6813                 "shim"
6814             ],
6815             "support": {
6816                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
6817             },
6818             "funding": [
6819                 {
6820                     "url": "https://symfony.com/sponsor",
6821                     "type": "custom"
6822                 },
6823                 {
6824                     "url": "https://github.com/fabpot",
6825                     "type": "github"
6826                 },
6827                 {
6828                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6829                     "type": "tidelift"
6830                 }
6831             ],
6832             "time": "2024-01-29T20:11:03+00:00"
6833         },
6834         {
6835             "name": "symfony/polyfill-mbstring",
6836             "version": "v1.29.0",
6837             "source": {
6838                 "type": "git",
6839                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6840                 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
6841             },
6842             "dist": {
6843                 "type": "zip",
6844                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
6845                 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
6846                 "shasum": ""
6847             },
6848             "require": {
6849                 "php": ">=7.1"
6850             },
6851             "provide": {
6852                 "ext-mbstring": "*"
6853             },
6854             "suggest": {
6855                 "ext-mbstring": "For best performance"
6856             },
6857             "type": "library",
6858             "extra": {
6859                 "thanks": {
6860                     "name": "symfony/polyfill",
6861                     "url": "https://github.com/symfony/polyfill"
6862                 }
6863             },
6864             "autoload": {
6865                 "files": [
6866                     "bootstrap.php"
6867                 ],
6868                 "psr-4": {
6869                     "Symfony\\Polyfill\\Mbstring\\": ""
6870                 }
6871             },
6872             "notification-url": "https://packagist.org/downloads/",
6873             "license": [
6874                 "MIT"
6875             ],
6876             "authors": [
6877                 {
6878                     "name": "Nicolas Grekas",
6879                     "email": "[email protected]"
6880                 },
6881                 {
6882                     "name": "Symfony Community",
6883                     "homepage": "https://symfony.com/contributors"
6884                 }
6885             ],
6886             "description": "Symfony polyfill for the Mbstring extension",
6887             "homepage": "https://symfony.com",
6888             "keywords": [
6889                 "compatibility",
6890                 "mbstring",
6891                 "polyfill",
6892                 "portable",
6893                 "shim"
6894             ],
6895             "support": {
6896                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
6897             },
6898             "funding": [
6899                 {
6900                     "url": "https://symfony.com/sponsor",
6901                     "type": "custom"
6902                 },
6903                 {
6904                     "url": "https://github.com/fabpot",
6905                     "type": "github"
6906                 },
6907                 {
6908                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6909                     "type": "tidelift"
6910                 }
6911             ],
6912             "time": "2024-01-29T20:11:03+00:00"
6913         },
6914         {
6915             "name": "symfony/polyfill-php72",
6916             "version": "v1.29.0",
6917             "source": {
6918                 "type": "git",
6919                 "url": "https://github.com/symfony/polyfill-php72.git",
6920                 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
6921             },
6922             "dist": {
6923                 "type": "zip",
6924                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
6925                 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
6926                 "shasum": ""
6927             },
6928             "require": {
6929                 "php": ">=7.1"
6930             },
6931             "type": "library",
6932             "extra": {
6933                 "thanks": {
6934                     "name": "symfony/polyfill",
6935                     "url": "https://github.com/symfony/polyfill"
6936                 }
6937             },
6938             "autoload": {
6939                 "files": [
6940                     "bootstrap.php"
6941                 ],
6942                 "psr-4": {
6943                     "Symfony\\Polyfill\\Php72\\": ""
6944                 }
6945             },
6946             "notification-url": "https://packagist.org/downloads/",
6947             "license": [
6948                 "MIT"
6949             ],
6950             "authors": [
6951                 {
6952                     "name": "Nicolas Grekas",
6953                     "email": "[email protected]"
6954                 },
6955                 {
6956                     "name": "Symfony Community",
6957                     "homepage": "https://symfony.com/contributors"
6958                 }
6959             ],
6960             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
6961             "homepage": "https://symfony.com",
6962             "keywords": [
6963                 "compatibility",
6964                 "polyfill",
6965                 "portable",
6966                 "shim"
6967             ],
6968             "support": {
6969                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
6970             },
6971             "funding": [
6972                 {
6973                     "url": "https://symfony.com/sponsor",
6974                     "type": "custom"
6975                 },
6976                 {
6977                     "url": "https://github.com/fabpot",
6978                     "type": "github"
6979                 },
6980                 {
6981                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6982                     "type": "tidelift"
6983                 }
6984             ],
6985             "time": "2024-01-29T20:11:03+00:00"
6986         },
6987         {
6988             "name": "symfony/polyfill-php80",
6989             "version": "v1.29.0",
6990             "source": {
6991                 "type": "git",
6992                 "url": "https://github.com/symfony/polyfill-php80.git",
6993                 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
6994             },
6995             "dist": {
6996                 "type": "zip",
6997                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
6998                 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
6999                 "shasum": ""
7000             },
7001             "require": {
7002                 "php": ">=7.1"
7003             },
7004             "type": "library",
7005             "extra": {
7006                 "thanks": {
7007                     "name": "symfony/polyfill",
7008                     "url": "https://github.com/symfony/polyfill"
7009                 }
7010             },
7011             "autoload": {
7012                 "files": [
7013                     "bootstrap.php"
7014                 ],
7015                 "psr-4": {
7016                     "Symfony\\Polyfill\\Php80\\": ""
7017                 },
7018                 "classmap": [
7019                     "Resources/stubs"
7020                 ]
7021             },
7022             "notification-url": "https://packagist.org/downloads/",
7023             "license": [
7024                 "MIT"
7025             ],
7026             "authors": [
7027                 {
7028                     "name": "Ion Bazan",
7029                     "email": "[email protected]"
7030                 },
7031                 {
7032                     "name": "Nicolas Grekas",
7033                     "email": "[email protected]"
7034                 },
7035                 {
7036                     "name": "Symfony Community",
7037                     "homepage": "https://symfony.com/contributors"
7038                 }
7039             ],
7040             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
7041             "homepage": "https://symfony.com",
7042             "keywords": [
7043                 "compatibility",
7044                 "polyfill",
7045                 "portable",
7046                 "shim"
7047             ],
7048             "support": {
7049                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
7050             },
7051             "funding": [
7052                 {
7053                     "url": "https://symfony.com/sponsor",
7054                     "type": "custom"
7055                 },
7056                 {
7057                     "url": "https://github.com/fabpot",
7058                     "type": "github"
7059                 },
7060                 {
7061                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7062                     "type": "tidelift"
7063                 }
7064             ],
7065             "time": "2024-01-29T20:11:03+00:00"
7066         },
7067         {
7068             "name": "symfony/polyfill-php83",
7069             "version": "v1.29.0",
7070             "source": {
7071                 "type": "git",
7072                 "url": "https://github.com/symfony/polyfill-php83.git",
7073                 "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
7074             },
7075             "dist": {
7076                 "type": "zip",
7077                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
7078                 "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
7079                 "shasum": ""
7080             },
7081             "require": {
7082                 "php": ">=7.1",
7083                 "symfony/polyfill-php80": "^1.14"
7084             },
7085             "type": "library",
7086             "extra": {
7087                 "thanks": {
7088                     "name": "symfony/polyfill",
7089                     "url": "https://github.com/symfony/polyfill"
7090                 }
7091             },
7092             "autoload": {
7093                 "files": [
7094                     "bootstrap.php"
7095                 ],
7096                 "psr-4": {
7097                     "Symfony\\Polyfill\\Php83\\": ""
7098                 },
7099                 "classmap": [
7100                     "Resources/stubs"
7101                 ]
7102             },
7103             "notification-url": "https://packagist.org/downloads/",
7104             "license": [
7105                 "MIT"
7106             ],
7107             "authors": [
7108                 {
7109                     "name": "Nicolas Grekas",
7110                     "email": "[email protected]"
7111                 },
7112                 {
7113                     "name": "Symfony Community",
7114                     "homepage": "https://symfony.com/contributors"
7115                 }
7116             ],
7117             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
7118             "homepage": "https://symfony.com",
7119             "keywords": [
7120                 "compatibility",
7121                 "polyfill",
7122                 "portable",
7123                 "shim"
7124             ],
7125             "support": {
7126                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
7127             },
7128             "funding": [
7129                 {
7130                     "url": "https://symfony.com/sponsor",
7131                     "type": "custom"
7132                 },
7133                 {
7134                     "url": "https://github.com/fabpot",
7135                     "type": "github"
7136                 },
7137                 {
7138                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7139                     "type": "tidelift"
7140                 }
7141             ],
7142             "time": "2024-01-29T20:11:03+00:00"
7143         },
7144         {
7145             "name": "symfony/polyfill-uuid",
7146             "version": "v1.29.0",
7147             "source": {
7148                 "type": "git",
7149                 "url": "https://github.com/symfony/polyfill-uuid.git",
7150                 "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853"
7151             },
7152             "dist": {
7153                 "type": "zip",
7154                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/3abdd21b0ceaa3000ee950097bc3cf9efc137853",
7155                 "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853",
7156                 "shasum": ""
7157             },
7158             "require": {
7159                 "php": ">=7.1"
7160             },
7161             "provide": {
7162                 "ext-uuid": "*"
7163             },
7164             "suggest": {
7165                 "ext-uuid": "For best performance"
7166             },
7167             "type": "library",
7168             "extra": {
7169                 "thanks": {
7170                     "name": "symfony/polyfill",
7171                     "url": "https://github.com/symfony/polyfill"
7172                 }
7173             },
7174             "autoload": {
7175                 "files": [
7176                     "bootstrap.php"
7177                 ],
7178                 "psr-4": {
7179                     "Symfony\\Polyfill\\Uuid\\": ""
7180                 }
7181             },
7182             "notification-url": "https://packagist.org/downloads/",
7183             "license": [
7184                 "MIT"
7185             ],
7186             "authors": [
7187                 {
7188                     "name": "Grégoire Pineau",
7189                     "email": "[email protected]"
7190                 },
7191                 {
7192                     "name": "Symfony Community",
7193                     "homepage": "https://symfony.com/contributors"
7194                 }
7195             ],
7196             "description": "Symfony polyfill for uuid functions",
7197             "homepage": "https://symfony.com",
7198             "keywords": [
7199                 "compatibility",
7200                 "polyfill",
7201                 "portable",
7202                 "uuid"
7203             ],
7204             "support": {
7205                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.29.0"
7206             },
7207             "funding": [
7208                 {
7209                     "url": "https://symfony.com/sponsor",
7210                     "type": "custom"
7211                 },
7212                 {
7213                     "url": "https://github.com/fabpot",
7214                     "type": "github"
7215                 },
7216                 {
7217                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7218                     "type": "tidelift"
7219                 }
7220             ],
7221             "time": "2024-01-29T20:11:03+00:00"
7222         },
7223         {
7224             "name": "symfony/process",
7225             "version": "v6.4.4",
7226             "source": {
7227                 "type": "git",
7228                 "url": "https://github.com/symfony/process.git",
7229                 "reference": "710e27879e9be3395de2b98da3f52a946039f297"
7230             },
7231             "dist": {
7232                 "type": "zip",
7233                 "url": "https://api.github.com/repos/symfony/process/zipball/710e27879e9be3395de2b98da3f52a946039f297",
7234                 "reference": "710e27879e9be3395de2b98da3f52a946039f297",
7235                 "shasum": ""
7236             },
7237             "require": {
7238                 "php": ">=8.1"
7239             },
7240             "type": "library",
7241             "autoload": {
7242                 "psr-4": {
7243                     "Symfony\\Component\\Process\\": ""
7244                 },
7245                 "exclude-from-classmap": [
7246                     "/Tests/"
7247                 ]
7248             },
7249             "notification-url": "https://packagist.org/downloads/",
7250             "license": [
7251                 "MIT"
7252             ],
7253             "authors": [
7254                 {
7255                     "name": "Fabien Potencier",
7256                     "email": "[email protected]"
7257                 },
7258                 {
7259                     "name": "Symfony Community",
7260                     "homepage": "https://symfony.com/contributors"
7261                 }
7262             ],
7263             "description": "Executes commands in sub-processes",
7264             "homepage": "https://symfony.com",
7265             "support": {
7266                 "source": "https://github.com/symfony/process/tree/v6.4.4"
7267             },
7268             "funding": [
7269                 {
7270                     "url": "https://symfony.com/sponsor",
7271                     "type": "custom"
7272                 },
7273                 {
7274                     "url": "https://github.com/fabpot",
7275                     "type": "github"
7276                 },
7277                 {
7278                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7279                     "type": "tidelift"
7280                 }
7281             ],
7282             "time": "2024-02-20T12:31:00+00:00"
7283         },
7284         {
7285             "name": "symfony/routing",
7286             "version": "v6.4.5",
7287             "source": {
7288                 "type": "git",
7289                 "url": "https://github.com/symfony/routing.git",
7290                 "reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4"
7291             },
7292             "dist": {
7293                 "type": "zip",
7294                 "url": "https://api.github.com/repos/symfony/routing/zipball/7fe30068e207d9c31c0138501ab40358eb2d49a4",
7295                 "reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4",
7296                 "shasum": ""
7297             },
7298             "require": {
7299                 "php": ">=8.1",
7300                 "symfony/deprecation-contracts": "^2.5|^3"
7301             },
7302             "conflict": {
7303                 "doctrine/annotations": "<1.12",
7304                 "symfony/config": "<6.2",
7305                 "symfony/dependency-injection": "<5.4",
7306                 "symfony/yaml": "<5.4"
7307             },
7308             "require-dev": {
7309                 "doctrine/annotations": "^1.12|^2",
7310                 "psr/log": "^1|^2|^3",
7311                 "symfony/config": "^6.2|^7.0",
7312                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7313                 "symfony/expression-language": "^5.4|^6.0|^7.0",
7314                 "symfony/http-foundation": "^5.4|^6.0|^7.0",
7315                 "symfony/yaml": "^5.4|^6.0|^7.0"
7316             },
7317             "type": "library",
7318             "autoload": {
7319                 "psr-4": {
7320                     "Symfony\\Component\\Routing\\": ""
7321                 },
7322                 "exclude-from-classmap": [
7323                     "/Tests/"
7324                 ]
7325             },
7326             "notification-url": "https://packagist.org/downloads/",
7327             "license": [
7328                 "MIT"
7329             ],
7330             "authors": [
7331                 {
7332                     "name": "Fabien Potencier",
7333                     "email": "[email protected]"
7334                 },
7335                 {
7336                     "name": "Symfony Community",
7337                     "homepage": "https://symfony.com/contributors"
7338                 }
7339             ],
7340             "description": "Maps an HTTP request to a set of configuration variables",
7341             "homepage": "https://symfony.com",
7342             "keywords": [
7343                 "router",
7344                 "routing",
7345                 "uri",
7346                 "url"
7347             ],
7348             "support": {
7349                 "source": "https://github.com/symfony/routing/tree/v6.4.5"
7350             },
7351             "funding": [
7352                 {
7353                     "url": "https://symfony.com/sponsor",
7354                     "type": "custom"
7355                 },
7356                 {
7357                     "url": "https://github.com/fabpot",
7358                     "type": "github"
7359                 },
7360                 {
7361                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7362                     "type": "tidelift"
7363                 }
7364             ],
7365             "time": "2024-02-27T12:33:30+00:00"
7366         },
7367         {
7368             "name": "symfony/service-contracts",
7369             "version": "v3.4.1",
7370             "source": {
7371                 "type": "git",
7372                 "url": "https://github.com/symfony/service-contracts.git",
7373                 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
7374             },
7375             "dist": {
7376                 "type": "zip",
7377                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
7378                 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
7379                 "shasum": ""
7380             },
7381             "require": {
7382                 "php": ">=8.1",
7383                 "psr/container": "^1.1|^2.0"
7384             },
7385             "conflict": {
7386                 "ext-psr": "<1.1|>=2"
7387             },
7388             "type": "library",
7389             "extra": {
7390                 "branch-alias": {
7391                     "dev-main": "3.4-dev"
7392                 },
7393                 "thanks": {
7394                     "name": "symfony/contracts",
7395                     "url": "https://github.com/symfony/contracts"
7396                 }
7397             },
7398             "autoload": {
7399                 "psr-4": {
7400                     "Symfony\\Contracts\\Service\\": ""
7401                 },
7402                 "exclude-from-classmap": [
7403                     "/Test/"
7404                 ]
7405             },
7406             "notification-url": "https://packagist.org/downloads/",
7407             "license": [
7408                 "MIT"
7409             ],
7410             "authors": [
7411                 {
7412                     "name": "Nicolas Grekas",
7413                     "email": "[email protected]"
7414                 },
7415                 {
7416                     "name": "Symfony Community",
7417                     "homepage": "https://symfony.com/contributors"
7418                 }
7419             ],
7420             "description": "Generic abstractions related to writing services",
7421             "homepage": "https://symfony.com",
7422             "keywords": [
7423                 "abstractions",
7424                 "contracts",
7425                 "decoupling",
7426                 "interfaces",
7427                 "interoperability",
7428                 "standards"
7429             ],
7430             "support": {
7431                 "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
7432             },
7433             "funding": [
7434                 {
7435                     "url": "https://symfony.com/sponsor",
7436                     "type": "custom"
7437                 },
7438                 {
7439                     "url": "https://github.com/fabpot",
7440                     "type": "github"
7441                 },
7442                 {
7443                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7444                     "type": "tidelift"
7445                 }
7446             ],
7447             "time": "2023-12-26T14:02:43+00:00"
7448         },
7449         {
7450             "name": "symfony/string",
7451             "version": "v6.4.4",
7452             "source": {
7453                 "type": "git",
7454                 "url": "https://github.com/symfony/string.git",
7455                 "reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9"
7456             },
7457             "dist": {
7458                 "type": "zip",
7459                 "url": "https://api.github.com/repos/symfony/string/zipball/4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
7460                 "reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
7461                 "shasum": ""
7462             },
7463             "require": {
7464                 "php": ">=8.1",
7465                 "symfony/polyfill-ctype": "~1.8",
7466                 "symfony/polyfill-intl-grapheme": "~1.0",
7467                 "symfony/polyfill-intl-normalizer": "~1.0",
7468                 "symfony/polyfill-mbstring": "~1.0"
7469             },
7470             "conflict": {
7471                 "symfony/translation-contracts": "<2.5"
7472             },
7473             "require-dev": {
7474                 "symfony/error-handler": "^5.4|^6.0|^7.0",
7475                 "symfony/http-client": "^5.4|^6.0|^7.0",
7476                 "symfony/intl": "^6.2|^7.0",
7477                 "symfony/translation-contracts": "^2.5|^3.0",
7478                 "symfony/var-exporter": "^5.4|^6.0|^7.0"
7479             },
7480             "type": "library",
7481             "autoload": {
7482                 "files": [
7483                     "Resources/functions.php"
7484                 ],
7485                 "psr-4": {
7486                     "Symfony\\Component\\String\\": ""
7487                 },
7488                 "exclude-from-classmap": [
7489                     "/Tests/"
7490                 ]
7491             },
7492             "notification-url": "https://packagist.org/downloads/",
7493             "license": [
7494                 "MIT"
7495             ],
7496             "authors": [
7497                 {
7498                     "name": "Nicolas Grekas",
7499                     "email": "[email protected]"
7500                 },
7501                 {
7502                     "name": "Symfony Community",
7503                     "homepage": "https://symfony.com/contributors"
7504                 }
7505             ],
7506             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7507             "homepage": "https://symfony.com",
7508             "keywords": [
7509                 "grapheme",
7510                 "i18n",
7511                 "string",
7512                 "unicode",
7513                 "utf-8",
7514                 "utf8"
7515             ],
7516             "support": {
7517                 "source": "https://github.com/symfony/string/tree/v6.4.4"
7518             },
7519             "funding": [
7520                 {
7521                     "url": "https://symfony.com/sponsor",
7522                     "type": "custom"
7523                 },
7524                 {
7525                     "url": "https://github.com/fabpot",
7526                     "type": "github"
7527                 },
7528                 {
7529                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7530                     "type": "tidelift"
7531                 }
7532             ],
7533             "time": "2024-02-01T13:16:41+00:00"
7534         },
7535         {
7536             "name": "symfony/translation",
7537             "version": "v6.4.4",
7538             "source": {
7539                 "type": "git",
7540                 "url": "https://github.com/symfony/translation.git",
7541                 "reference": "bce6a5a78e94566641b2594d17e48b0da3184a8e"
7542             },
7543             "dist": {
7544                 "type": "zip",
7545                 "url": "https://api.github.com/repos/symfony/translation/zipball/bce6a5a78e94566641b2594d17e48b0da3184a8e",
7546                 "reference": "bce6a5a78e94566641b2594d17e48b0da3184a8e",
7547                 "shasum": ""
7548             },
7549             "require": {
7550                 "php": ">=8.1",
7551                 "symfony/deprecation-contracts": "^2.5|^3",
7552                 "symfony/polyfill-mbstring": "~1.0",
7553                 "symfony/translation-contracts": "^2.5|^3.0"
7554             },
7555             "conflict": {
7556                 "symfony/config": "<5.4",
7557                 "symfony/console": "<5.4",
7558                 "symfony/dependency-injection": "<5.4",
7559                 "symfony/http-client-contracts": "<2.5",
7560                 "symfony/http-kernel": "<5.4",
7561                 "symfony/service-contracts": "<2.5",
7562                 "symfony/twig-bundle": "<5.4",
7563                 "symfony/yaml": "<5.4"
7564             },
7565             "provide": {
7566                 "symfony/translation-implementation": "2.3|3.0"
7567             },
7568             "require-dev": {
7569                 "nikic/php-parser": "^4.18|^5.0",
7570                 "psr/log": "^1|^2|^3",
7571                 "symfony/config": "^5.4|^6.0|^7.0",
7572                 "symfony/console": "^5.4|^6.0|^7.0",
7573                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7574                 "symfony/finder": "^5.4|^6.0|^7.0",
7575                 "symfony/http-client-contracts": "^2.5|^3.0",
7576                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
7577                 "symfony/intl": "^5.4|^6.0|^7.0",
7578                 "symfony/polyfill-intl-icu": "^1.21",
7579                 "symfony/routing": "^5.4|^6.0|^7.0",
7580                 "symfony/service-contracts": "^2.5|^3",
7581                 "symfony/yaml": "^5.4|^6.0|^7.0"
7582             },
7583             "type": "library",
7584             "autoload": {
7585                 "files": [
7586                     "Resources/functions.php"
7587                 ],
7588                 "psr-4": {
7589                     "Symfony\\Component\\Translation\\": ""
7590                 },
7591                 "exclude-from-classmap": [
7592                     "/Tests/"
7593                 ]
7594             },
7595             "notification-url": "https://packagist.org/downloads/",
7596             "license": [
7597                 "MIT"
7598             ],
7599             "authors": [
7600                 {
7601                     "name": "Fabien Potencier",
7602                     "email": "[email protected]"
7603                 },
7604                 {
7605                     "name": "Symfony Community",
7606                     "homepage": "https://symfony.com/contributors"
7607                 }
7608             ],
7609             "description": "Provides tools to internationalize your application",
7610             "homepage": "https://symfony.com",
7611             "support": {
7612                 "source": "https://github.com/symfony/translation/tree/v6.4.4"
7613             },
7614             "funding": [
7615                 {
7616                     "url": "https://symfony.com/sponsor",
7617                     "type": "custom"
7618                 },
7619                 {
7620                     "url": "https://github.com/fabpot",
7621                     "type": "github"
7622                 },
7623                 {
7624                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7625                     "type": "tidelift"
7626                 }
7627             ],
7628             "time": "2024-02-20T13:16:58+00:00"
7629         },
7630         {
7631             "name": "symfony/translation-contracts",
7632             "version": "v3.4.1",
7633             "source": {
7634                 "type": "git",
7635                 "url": "https://github.com/symfony/translation-contracts.git",
7636                 "reference": "06450585bf65e978026bda220cdebca3f867fde7"
7637             },
7638             "dist": {
7639                 "type": "zip",
7640                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
7641                 "reference": "06450585bf65e978026bda220cdebca3f867fde7",
7642                 "shasum": ""
7643             },
7644             "require": {
7645                 "php": ">=8.1"
7646             },
7647             "type": "library",
7648             "extra": {
7649                 "branch-alias": {
7650                     "dev-main": "3.4-dev"
7651                 },
7652                 "thanks": {
7653                     "name": "symfony/contracts",
7654                     "url": "https://github.com/symfony/contracts"
7655                 }
7656             },
7657             "autoload": {
7658                 "psr-4": {
7659                     "Symfony\\Contracts\\Translation\\": ""
7660                 },
7661                 "exclude-from-classmap": [
7662                     "/Test/"
7663                 ]
7664             },
7665             "notification-url": "https://packagist.org/downloads/",
7666             "license": [
7667                 "MIT"
7668             ],
7669             "authors": [
7670                 {
7671                     "name": "Nicolas Grekas",
7672                     "email": "[email protected]"
7673                 },
7674                 {
7675                     "name": "Symfony Community",
7676                     "homepage": "https://symfony.com/contributors"
7677                 }
7678             ],
7679             "description": "Generic abstractions related to translation",
7680             "homepage": "https://symfony.com",
7681             "keywords": [
7682                 "abstractions",
7683                 "contracts",
7684                 "decoupling",
7685                 "interfaces",
7686                 "interoperability",
7687                 "standards"
7688             ],
7689             "support": {
7690                 "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
7691             },
7692             "funding": [
7693                 {
7694                     "url": "https://symfony.com/sponsor",
7695                     "type": "custom"
7696                 },
7697                 {
7698                     "url": "https://github.com/fabpot",
7699                     "type": "github"
7700                 },
7701                 {
7702                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7703                     "type": "tidelift"
7704                 }
7705             ],
7706             "time": "2023-12-26T14:02:43+00:00"
7707         },
7708         {
7709             "name": "symfony/uid",
7710             "version": "v6.4.3",
7711             "source": {
7712                 "type": "git",
7713                 "url": "https://github.com/symfony/uid.git",
7714                 "reference": "1d31267211cc3a2fff32bcfc7c1818dac41b6fc0"
7715             },
7716             "dist": {
7717                 "type": "zip",
7718                 "url": "https://api.github.com/repos/symfony/uid/zipball/1d31267211cc3a2fff32bcfc7c1818dac41b6fc0",
7719                 "reference": "1d31267211cc3a2fff32bcfc7c1818dac41b6fc0",
7720                 "shasum": ""
7721             },
7722             "require": {
7723                 "php": ">=8.1",
7724                 "symfony/polyfill-uuid": "^1.15"
7725             },
7726             "require-dev": {
7727                 "symfony/console": "^5.4|^6.0|^7.0"
7728             },
7729             "type": "library",
7730             "autoload": {
7731                 "psr-4": {
7732                     "Symfony\\Component\\Uid\\": ""
7733                 },
7734                 "exclude-from-classmap": [
7735                     "/Tests/"
7736                 ]
7737             },
7738             "notification-url": "https://packagist.org/downloads/",
7739             "license": [
7740                 "MIT"
7741             ],
7742             "authors": [
7743                 {
7744                     "name": "Grégoire Pineau",
7745                     "email": "[email protected]"
7746                 },
7747                 {
7748                     "name": "Nicolas Grekas",
7749                     "email": "[email protected]"
7750                 },
7751                 {
7752                     "name": "Symfony Community",
7753                     "homepage": "https://symfony.com/contributors"
7754                 }
7755             ],
7756             "description": "Provides an object-oriented API to generate and represent UIDs",
7757             "homepage": "https://symfony.com",
7758             "keywords": [
7759                 "UID",
7760                 "ulid",
7761                 "uuid"
7762             ],
7763             "support": {
7764                 "source": "https://github.com/symfony/uid/tree/v6.4.3"
7765             },
7766             "funding": [
7767                 {
7768                     "url": "https://symfony.com/sponsor",
7769                     "type": "custom"
7770                 },
7771                 {
7772                     "url": "https://github.com/fabpot",
7773                     "type": "github"
7774                 },
7775                 {
7776                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7777                     "type": "tidelift"
7778                 }
7779             ],
7780             "time": "2024-01-23T14:51:35+00:00"
7781         },
7782         {
7783             "name": "symfony/var-dumper",
7784             "version": "v6.4.4",
7785             "source": {
7786                 "type": "git",
7787                 "url": "https://github.com/symfony/var-dumper.git",
7788                 "reference": "b439823f04c98b84d4366c79507e9da6230944b1"
7789             },
7790             "dist": {
7791                 "type": "zip",
7792                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b439823f04c98b84d4366c79507e9da6230944b1",
7793                 "reference": "b439823f04c98b84d4366c79507e9da6230944b1",
7794                 "shasum": ""
7795             },
7796             "require": {
7797                 "php": ">=8.1",
7798                 "symfony/deprecation-contracts": "^2.5|^3",
7799                 "symfony/polyfill-mbstring": "~1.0"
7800             },
7801             "conflict": {
7802                 "symfony/console": "<5.4"
7803             },
7804             "require-dev": {
7805                 "ext-iconv": "*",
7806                 "symfony/console": "^5.4|^6.0|^7.0",
7807                 "symfony/error-handler": "^6.3|^7.0",
7808                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
7809                 "symfony/process": "^5.4|^6.0|^7.0",
7810                 "symfony/uid": "^5.4|^6.0|^7.0",
7811                 "twig/twig": "^2.13|^3.0.4"
7812             },
7813             "bin": [
7814                 "Resources/bin/var-dump-server"
7815             ],
7816             "type": "library",
7817             "autoload": {
7818                 "files": [
7819                     "Resources/functions/dump.php"
7820                 ],
7821                 "psr-4": {
7822                     "Symfony\\Component\\VarDumper\\": ""
7823                 },
7824                 "exclude-from-classmap": [
7825                     "/Tests/"
7826                 ]
7827             },
7828             "notification-url": "https://packagist.org/downloads/",
7829             "license": [
7830                 "MIT"
7831             ],
7832             "authors": [
7833                 {
7834                     "name": "Nicolas Grekas",
7835                     "email": "[email protected]"
7836                 },
7837                 {
7838                     "name": "Symfony Community",
7839                     "homepage": "https://symfony.com/contributors"
7840                 }
7841             ],
7842             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7843             "homepage": "https://symfony.com",
7844             "keywords": [
7845                 "debug",
7846                 "dump"
7847             ],
7848             "support": {
7849                 "source": "https://github.com/symfony/var-dumper/tree/v6.4.4"
7850             },
7851             "funding": [
7852                 {
7853                     "url": "https://symfony.com/sponsor",
7854                     "type": "custom"
7855                 },
7856                 {
7857                     "url": "https://github.com/fabpot",
7858                     "type": "github"
7859                 },
7860                 {
7861                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7862                     "type": "tidelift"
7863                 }
7864             ],
7865             "time": "2024-02-15T11:23:52+00:00"
7866         },
7867         {
7868             "name": "tijsverkoyen/css-to-inline-styles",
7869             "version": "v2.2.7",
7870             "source": {
7871                 "type": "git",
7872                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7873                 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
7874             },
7875             "dist": {
7876                 "type": "zip",
7877                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
7878                 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
7879                 "shasum": ""
7880             },
7881             "require": {
7882                 "ext-dom": "*",
7883                 "ext-libxml": "*",
7884                 "php": "^5.5 || ^7.0 || ^8.0",
7885                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
7886             },
7887             "require-dev": {
7888                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
7889             },
7890             "type": "library",
7891             "extra": {
7892                 "branch-alias": {
7893                     "dev-master": "2.2.x-dev"
7894                 }
7895             },
7896             "autoload": {
7897                 "psr-4": {
7898                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7899                 }
7900             },
7901             "notification-url": "https://packagist.org/downloads/",
7902             "license": [
7903                 "BSD-3-Clause"
7904             ],
7905             "authors": [
7906                 {
7907                     "name": "Tijs Verkoyen",
7908                     "email": "[email protected]",
7909                     "role": "Developer"
7910                 }
7911             ],
7912             "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.",
7913             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7914             "support": {
7915                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7916                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
7917             },
7918             "time": "2023-12-08T13:03:43+00:00"
7919         },
7920         {
7921             "name": "vlucas/phpdotenv",
7922             "version": "v5.6.0",
7923             "source": {
7924                 "type": "git",
7925                 "url": "https://github.com/vlucas/phpdotenv.git",
7926                 "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
7927             },
7928             "dist": {
7929                 "type": "zip",
7930                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
7931                 "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
7932                 "shasum": ""
7933             },
7934             "require": {
7935                 "ext-pcre": "*",
7936                 "graham-campbell/result-type": "^1.1.2",
7937                 "php": "^7.2.5 || ^8.0",
7938                 "phpoption/phpoption": "^1.9.2",
7939                 "symfony/polyfill-ctype": "^1.24",
7940                 "symfony/polyfill-mbstring": "^1.24",
7941                 "symfony/polyfill-php80": "^1.24"
7942             },
7943             "require-dev": {
7944                 "bamarni/composer-bin-plugin": "^1.8.2",
7945                 "ext-filter": "*",
7946                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7947             },
7948             "suggest": {
7949                 "ext-filter": "Required to use the boolean validator."
7950             },
7951             "type": "library",
7952             "extra": {
7953                 "bamarni-bin": {
7954                     "bin-links": true,
7955                     "forward-command": true
7956                 },
7957                 "branch-alias": {
7958                     "dev-master": "5.6-dev"
7959                 }
7960             },
7961             "autoload": {
7962                 "psr-4": {
7963                     "Dotenv\\": "src/"
7964                 }
7965             },
7966             "notification-url": "https://packagist.org/downloads/",
7967             "license": [
7968                 "BSD-3-Clause"
7969             ],
7970             "authors": [
7971                 {
7972                     "name": "Graham Campbell",
7973                     "email": "[email protected]",
7974                     "homepage": "https://github.com/GrahamCampbell"
7975                 },
7976                 {
7977                     "name": "Vance Lucas",
7978                     "email": "[email protected]",
7979                     "homepage": "https://github.com/vlucas"
7980                 }
7981             ],
7982             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7983             "keywords": [
7984                 "dotenv",
7985                 "env",
7986                 "environment"
7987             ],
7988             "support": {
7989                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7990                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
7991             },
7992             "funding": [
7993                 {
7994                     "url": "https://github.com/GrahamCampbell",
7995                     "type": "github"
7996                 },
7997                 {
7998                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7999                     "type": "tidelift"
8000                 }
8001             ],
8002             "time": "2023-11-12T22:43:29+00:00"
8003         },
8004         {
8005             "name": "voku/portable-ascii",
8006             "version": "2.0.1",
8007             "source": {
8008                 "type": "git",
8009                 "url": "https://github.com/voku/portable-ascii.git",
8010                 "reference": "b56450eed252f6801410d810c8e1727224ae0743"
8011             },
8012             "dist": {
8013                 "type": "zip",
8014                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
8015                 "reference": "b56450eed252f6801410d810c8e1727224ae0743",
8016                 "shasum": ""
8017             },
8018             "require": {
8019                 "php": ">=7.0.0"
8020             },
8021             "require-dev": {
8022                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
8023             },
8024             "suggest": {
8025                 "ext-intl": "Use Intl for transliterator_transliterate() support"
8026             },
8027             "type": "library",
8028             "autoload": {
8029                 "psr-4": {
8030                     "voku\\": "src/voku/"
8031                 }
8032             },
8033             "notification-url": "https://packagist.org/downloads/",
8034             "license": [
8035                 "MIT"
8036             ],
8037             "authors": [
8038                 {
8039                     "name": "Lars Moelleken",
8040                     "homepage": "http://www.moelleken.org/"
8041                 }
8042             ],
8043             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
8044             "homepage": "https://github.com/voku/portable-ascii",
8045             "keywords": [
8046                 "ascii",
8047                 "clean",
8048                 "php"
8049             ],
8050             "support": {
8051                 "issues": "https://github.com/voku/portable-ascii/issues",
8052                 "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
8053             },
8054             "funding": [
8055                 {
8056                     "url": "https://www.paypal.me/moelleken",
8057                     "type": "custom"
8058                 },
8059                 {
8060                     "url": "https://github.com/voku",
8061                     "type": "github"
8062                 },
8063                 {
8064                     "url": "https://opencollective.com/portable-ascii",
8065                     "type": "open_collective"
8066                 },
8067                 {
8068                     "url": "https://www.patreon.com/voku",
8069                     "type": "patreon"
8070                 },
8071                 {
8072                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
8073                     "type": "tidelift"
8074                 }
8075             ],
8076             "time": "2022-03-08T17:03:00+00:00"
8077         },
8078         {
8079             "name": "webmozart/assert",
8080             "version": "1.11.0",
8081             "source": {
8082                 "type": "git",
8083                 "url": "https://github.com/webmozarts/assert.git",
8084                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
8085             },
8086             "dist": {
8087                 "type": "zip",
8088                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
8089                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
8090                 "shasum": ""
8091             },
8092             "require": {
8093                 "ext-ctype": "*",
8094                 "php": "^7.2 || ^8.0"
8095             },
8096             "conflict": {
8097                 "phpstan/phpstan": "<0.12.20",
8098                 "vimeo/psalm": "<4.6.1 || 4.6.2"
8099             },
8100             "require-dev": {
8101                 "phpunit/phpunit": "^8.5.13"
8102             },
8103             "type": "library",
8104             "extra": {
8105                 "branch-alias": {
8106                     "dev-master": "1.10-dev"
8107                 }
8108             },
8109             "autoload": {
8110                 "psr-4": {
8111                     "Webmozart\\Assert\\": "src/"
8112                 }
8113             },
8114             "notification-url": "https://packagist.org/downloads/",
8115             "license": [
8116                 "MIT"
8117             ],
8118             "authors": [
8119                 {
8120                     "name": "Bernhard Schussek",
8121                     "email": "[email protected]"
8122                 }
8123             ],
8124             "description": "Assertions to validate method input/output with nice error messages.",
8125             "keywords": [
8126                 "assert",
8127                 "check",
8128                 "validate"
8129             ],
8130             "support": {
8131                 "issues": "https://github.com/webmozarts/assert/issues",
8132                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
8133             },
8134             "time": "2022-06-03T18:03:27+00:00"
8135         }
8136     ],
8137     "packages-dev": [
8138         {
8139             "name": "fakerphp/faker",
8140             "version": "v1.23.1",
8141             "source": {
8142                 "type": "git",
8143                 "url": "https://github.com/FakerPHP/Faker.git",
8144                 "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
8145             },
8146             "dist": {
8147                 "type": "zip",
8148                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
8149                 "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
8150                 "shasum": ""
8151             },
8152             "require": {
8153                 "php": "^7.4 || ^8.0",
8154                 "psr/container": "^1.0 || ^2.0",
8155                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8156             },
8157             "conflict": {
8158                 "fzaninotto/faker": "*"
8159             },
8160             "require-dev": {
8161                 "bamarni/composer-bin-plugin": "^1.4.1",
8162                 "doctrine/persistence": "^1.3 || ^2.0",
8163                 "ext-intl": "*",
8164                 "phpunit/phpunit": "^9.5.26",
8165                 "symfony/phpunit-bridge": "^5.4.16"
8166             },
8167             "suggest": {
8168                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8169                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8170                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8171                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8172                 "ext-mbstring": "Required for multibyte Unicode string functionality."
8173             },
8174             "type": "library",
8175             "autoload": {
8176                 "psr-4": {
8177                     "Faker\\": "src/Faker/"
8178                 }
8179             },
8180             "notification-url": "https://packagist.org/downloads/",
8181             "license": [
8182                 "MIT"
8183             ],
8184             "authors": [
8185                 {
8186                     "name": "François Zaninotto"
8187                 }
8188             ],
8189             "description": "Faker is a PHP library that generates fake data for you.",
8190             "keywords": [
8191                 "data",
8192                 "faker",
8193                 "fixtures"
8194             ],
8195             "support": {
8196                 "issues": "https://github.com/FakerPHP/Faker/issues",
8197                 "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
8198             },
8199             "time": "2024-01-02T13:46:09+00:00"
8200         },
8201         {
8202             "name": "filp/whoops",
8203             "version": "2.15.4",
8204             "source": {
8205                 "type": "git",
8206                 "url": "https://github.com/filp/whoops.git",
8207                 "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
8208             },
8209             "dist": {
8210                 "type": "zip",
8211                 "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
8212                 "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
8213                 "shasum": ""
8214             },
8215             "require": {
8216                 "php": "^5.5.9 || ^7.0 || ^8.0",
8217                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
8218             },
8219             "require-dev": {
8220                 "mockery/mockery": "^0.9 || ^1.0",
8221                 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
8222                 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
8223             },
8224             "suggest": {
8225                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
8226                 "whoops/soap": "Formats errors as SOAP responses"
8227             },
8228             "type": "library",
8229             "extra": {
8230                 "branch-alias": {
8231                     "dev-master": "2.7-dev"
8232                 }
8233             },
8234             "autoload": {
8235                 "psr-4": {
8236                     "Whoops\\": "src/Whoops/"
8237                 }
8238             },
8239             "notification-url": "https://packagist.org/downloads/",
8240             "license": [
8241                 "MIT"
8242             ],
8243             "authors": [
8244                 {
8245                     "name": "Filipe Dobreira",
8246                     "homepage": "https://github.com/filp",
8247                     "role": "Developer"
8248                 }
8249             ],
8250             "description": "php error handling for cool kids",
8251             "homepage": "https://filp.github.io/whoops/",
8252             "keywords": [
8253                 "error",
8254                 "exception",
8255                 "handling",
8256                 "library",
8257                 "throwable",
8258                 "whoops"
8259             ],
8260             "support": {
8261                 "issues": "https://github.com/filp/whoops/issues",
8262                 "source": "https://github.com/filp/whoops/tree/2.15.4"
8263             },
8264             "funding": [
8265                 {
8266                     "url": "https://github.com/denis-sokolov",
8267                     "type": "github"
8268                 }
8269             ],
8270             "time": "2023-11-03T12:00:00+00:00"
8271         },
8272         {
8273             "name": "hamcrest/hamcrest-php",
8274             "version": "v2.0.1",
8275             "source": {
8276                 "type": "git",
8277                 "url": "https://github.com/hamcrest/hamcrest-php.git",
8278                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
8279             },
8280             "dist": {
8281                 "type": "zip",
8282                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8283                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8284                 "shasum": ""
8285             },
8286             "require": {
8287                 "php": "^5.3|^7.0|^8.0"
8288             },
8289             "replace": {
8290                 "cordoval/hamcrest-php": "*",
8291                 "davedevelopment/hamcrest-php": "*",
8292                 "kodova/hamcrest-php": "*"
8293             },
8294             "require-dev": {
8295                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8296                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8297             },
8298             "type": "library",
8299             "extra": {
8300                 "branch-alias": {
8301                     "dev-master": "2.1-dev"
8302                 }
8303             },
8304             "autoload": {
8305                 "classmap": [
8306                     "hamcrest"
8307                 ]
8308             },
8309             "notification-url": "https://packagist.org/downloads/",
8310             "license": [
8311                 "BSD-3-Clause"
8312             ],
8313             "description": "This is the PHP port of Hamcrest Matchers",
8314             "keywords": [
8315                 "test"
8316             ],
8317             "support": {
8318                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8319                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8320             },
8321             "time": "2020-07-09T08:09:16+00:00"
8322         },
8323         {
8324             "name": "itsgoingd/clockwork",
8325             "version": "v5.2.0",
8326             "source": {
8327                 "type": "git",
8328                 "url": "https://github.com/itsgoingd/clockwork.git",
8329                 "reference": "df52c7c4d8d60443ea1d14bcf9b182d4eaaeec26"
8330             },
8331             "dist": {
8332                 "type": "zip",
8333                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/df52c7c4d8d60443ea1d14bcf9b182d4eaaeec26",
8334                 "reference": "df52c7c4d8d60443ea1d14bcf9b182d4eaaeec26",
8335                 "shasum": ""
8336             },
8337             "require": {
8338                 "ext-json": "*",
8339                 "php": ">=5.6"
8340             },
8341             "suggest": {
8342                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8343                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8344                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8345                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8346                 "ext-redis": "Needed in order to use Redis for metadata storage"
8347             },
8348             "type": "library",
8349             "extra": {
8350                 "laravel": {
8351                     "providers": [
8352                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8353                     ],
8354                     "aliases": {
8355                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8356                     }
8357                 }
8358             },
8359             "autoload": {
8360                 "psr-4": {
8361                     "Clockwork\\": "Clockwork/"
8362                 }
8363             },
8364             "notification-url": "https://packagist.org/downloads/",
8365             "license": [
8366                 "MIT"
8367             ],
8368             "authors": [
8369                 {
8370                     "name": "itsgoingd",
8371                     "email": "[email protected]",
8372                     "homepage": "https://twitter.com/itsgoingd"
8373                 }
8374             ],
8375             "description": "php dev tools in your browser",
8376             "homepage": "https://underground.works/clockwork",
8377             "keywords": [
8378                 "Devtools",
8379                 "debugging",
8380                 "laravel",
8381                 "logging",
8382                 "lumen",
8383                 "profiling",
8384                 "slim"
8385             ],
8386             "support": {
8387                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8388                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.2.0"
8389             },
8390             "funding": [
8391                 {
8392                     "url": "https://github.com/itsgoingd",
8393                     "type": "github"
8394                 }
8395             ],
8396             "time": "2024-02-20T22:36:44+00:00"
8397         },
8398         {
8399             "name": "larastan/larastan",
8400             "version": "v2.9.2",
8401             "source": {
8402                 "type": "git",
8403                 "url": "https://github.com/larastan/larastan.git",
8404                 "reference": "a79b46b96060504b400890674b83f66aa7f5db6d"
8405             },
8406             "dist": {
8407                 "type": "zip",
8408                 "url": "https://api.github.com/repos/larastan/larastan/zipball/a79b46b96060504b400890674b83f66aa7f5db6d",
8409                 "reference": "a79b46b96060504b400890674b83f66aa7f5db6d",
8410                 "shasum": ""
8411             },
8412             "require": {
8413                 "ext-json": "*",
8414                 "illuminate/console": "^9.52.16 || ^10.28.0 || ^11.0",
8415                 "illuminate/container": "^9.52.16 || ^10.28.0 || ^11.0",
8416                 "illuminate/contracts": "^9.52.16 || ^10.28.0 || ^11.0",
8417                 "illuminate/database": "^9.52.16 || ^10.28.0 || ^11.0",
8418                 "illuminate/http": "^9.52.16 || ^10.28.0 || ^11.0",
8419                 "illuminate/pipeline": "^9.52.16 || ^10.28.0 || ^11.0",
8420                 "illuminate/support": "^9.52.16 || ^10.28.0 || ^11.0",
8421                 "php": "^8.0.2",
8422                 "phpmyadmin/sql-parser": "^5.8.2",
8423                 "phpstan/phpstan": "^1.10.50"
8424             },
8425             "require-dev": {
8426                 "doctrine/coding-standard": "^12.0",
8427                 "nikic/php-parser": "^4.17.1",
8428                 "orchestra/canvas": "^7.11.1 || ^8.11.0 || ^9.0.0",
8429                 "orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.0",
8430                 "phpunit/phpunit": "^9.6.13 || ^10.5"
8431             },
8432             "suggest": {
8433                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8434             },
8435             "type": "phpstan-extension",
8436             "extra": {
8437                 "branch-alias": {
8438                     "dev-master": "2.0-dev"
8439                 },
8440                 "phpstan": {
8441                     "includes": [
8442                         "extension.neon"
8443                     ]
8444                 }
8445             },
8446             "autoload": {
8447                 "psr-4": {
8448                     "Larastan\\Larastan\\": "src/"
8449                 }
8450             },
8451             "notification-url": "https://packagist.org/downloads/",
8452             "license": [
8453                 "MIT"
8454             ],
8455             "authors": [
8456                 {
8457                     "name": "Can Vural",
8458                     "email": "[email protected]"
8459                 },
8460                 {
8461                     "name": "Nuno Maduro",
8462                     "email": "[email protected]"
8463                 }
8464             ],
8465             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
8466             "keywords": [
8467                 "PHPStan",
8468                 "code analyse",
8469                 "code analysis",
8470                 "larastan",
8471                 "laravel",
8472                 "package",
8473                 "php",
8474                 "static analysis"
8475             ],
8476             "support": {
8477                 "issues": "https://github.com/larastan/larastan/issues",
8478                 "source": "https://github.com/larastan/larastan/tree/v2.9.2"
8479             },
8480             "funding": [
8481                 {
8482                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8483                     "type": "custom"
8484                 },
8485                 {
8486                     "url": "https://github.com/canvural",
8487                     "type": "github"
8488                 },
8489                 {
8490                     "url": "https://github.com/nunomaduro",
8491                     "type": "github"
8492                 },
8493                 {
8494                     "url": "https://www.patreon.com/nunomaduro",
8495                     "type": "patreon"
8496                 }
8497             ],
8498             "time": "2024-02-27T03:16:03+00:00"
8499         },
8500         {
8501             "name": "mockery/mockery",
8502             "version": "1.6.9",
8503             "source": {
8504                 "type": "git",
8505                 "url": "https://github.com/mockery/mockery.git",
8506                 "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06"
8507             },
8508             "dist": {
8509                 "type": "zip",
8510                 "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
8511                 "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
8512                 "shasum": ""
8513             },
8514             "require": {
8515                 "hamcrest/hamcrest-php": "^2.0.1",
8516                 "lib-pcre": ">=7.0",
8517                 "php": ">=7.3"
8518             },
8519             "conflict": {
8520                 "phpunit/phpunit": "<8.0"
8521             },
8522             "require-dev": {
8523                 "phpunit/phpunit": "^8.5 || ^9.6.10",
8524                 "symplify/easy-coding-standard": "^12.0.8"
8525             },
8526             "type": "library",
8527             "autoload": {
8528                 "files": [
8529                     "library/helpers.php",
8530                     "library/Mockery.php"
8531                 ],
8532                 "psr-4": {
8533                     "Mockery\\": "library/Mockery"
8534                 }
8535             },
8536             "notification-url": "https://packagist.org/downloads/",
8537             "license": [
8538                 "BSD-3-Clause"
8539             ],
8540             "authors": [
8541                 {
8542                     "name": "Pádraic Brady",
8543                     "email": "[email protected]",
8544                     "homepage": "https://github.com/padraic",
8545                     "role": "Author"
8546                 },
8547                 {
8548                     "name": "Dave Marshall",
8549                     "email": "[email protected]",
8550                     "homepage": "https://davedevelopment.co.uk",
8551                     "role": "Developer"
8552                 },
8553                 {
8554                     "name": "Nathanael Esayeas",
8555                     "email": "[email protected]",
8556                     "homepage": "https://github.com/ghostwriter",
8557                     "role": "Lead Developer"
8558                 }
8559             ],
8560             "description": "Mockery is a simple yet flexible PHP mock object framework",
8561             "homepage": "https://github.com/mockery/mockery",
8562             "keywords": [
8563                 "BDD",
8564                 "TDD",
8565                 "library",
8566                 "mock",
8567                 "mock objects",
8568                 "mockery",
8569                 "stub",
8570                 "test",
8571                 "test double",
8572                 "testing"
8573             ],
8574             "support": {
8575                 "docs": "https://docs.mockery.io/",
8576                 "issues": "https://github.com/mockery/mockery/issues",
8577                 "rss": "https://github.com/mockery/mockery/releases.atom",
8578                 "security": "https://github.com/mockery/mockery/security/advisories",
8579                 "source": "https://github.com/mockery/mockery"
8580             },
8581             "time": "2023-12-10T02:24:34+00:00"
8582         },
8583         {
8584             "name": "myclabs/deep-copy",
8585             "version": "1.11.1",
8586             "source": {
8587                 "type": "git",
8588                 "url": "https://github.com/myclabs/DeepCopy.git",
8589                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
8590             },
8591             "dist": {
8592                 "type": "zip",
8593                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
8594                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
8595                 "shasum": ""
8596             },
8597             "require": {
8598                 "php": "^7.1 || ^8.0"
8599             },
8600             "conflict": {
8601                 "doctrine/collections": "<1.6.8",
8602                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
8603             },
8604             "require-dev": {
8605                 "doctrine/collections": "^1.6.8",
8606                 "doctrine/common": "^2.13.3 || ^3.2.2",
8607                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8608             },
8609             "type": "library",
8610             "autoload": {
8611                 "files": [
8612                     "src/DeepCopy/deep_copy.php"
8613                 ],
8614                 "psr-4": {
8615                     "DeepCopy\\": "src/DeepCopy/"
8616                 }
8617             },
8618             "notification-url": "https://packagist.org/downloads/",
8619             "license": [
8620                 "MIT"
8621             ],
8622             "description": "Create deep copies (clones) of your objects",
8623             "keywords": [
8624                 "clone",
8625                 "copy",
8626                 "duplicate",
8627                 "object",
8628                 "object graph"
8629             ],
8630             "support": {
8631                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8632                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
8633             },
8634             "funding": [
8635                 {
8636                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8637                     "type": "tidelift"
8638                 }
8639             ],
8640             "time": "2023-03-08T13:26:56+00:00"
8641         },
8642         {
8643             "name": "nunomaduro/collision",
8644             "version": "v7.10.0",
8645             "source": {
8646                 "type": "git",
8647                 "url": "https://github.com/nunomaduro/collision.git",
8648                 "reference": "49ec67fa7b002712da8526678abd651c09f375b2"
8649             },
8650             "dist": {
8651                 "type": "zip",
8652                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/49ec67fa7b002712da8526678abd651c09f375b2",
8653                 "reference": "49ec67fa7b002712da8526678abd651c09f375b2",
8654                 "shasum": ""
8655             },
8656             "require": {
8657                 "filp/whoops": "^2.15.3",
8658                 "nunomaduro/termwind": "^1.15.1",
8659                 "php": "^8.1.0",
8660                 "symfony/console": "^6.3.4"
8661             },
8662             "conflict": {
8663                 "laravel/framework": ">=11.0.0"
8664             },
8665             "require-dev": {
8666                 "brianium/paratest": "^7.3.0",
8667                 "laravel/framework": "^10.28.0",
8668                 "laravel/pint": "^1.13.3",
8669                 "laravel/sail": "^1.25.0",
8670                 "laravel/sanctum": "^3.3.1",
8671                 "laravel/tinker": "^2.8.2",
8672                 "nunomaduro/larastan": "^2.6.4",
8673                 "orchestra/testbench-core": "^8.13.0",
8674                 "pestphp/pest": "^2.23.2",
8675                 "phpunit/phpunit": "^10.4.1",
8676                 "sebastian/environment": "^6.0.1",
8677                 "spatie/laravel-ignition": "^2.3.1"
8678             },
8679             "type": "library",
8680             "extra": {
8681                 "laravel": {
8682                     "providers": [
8683                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8684                     ]
8685                 }
8686             },
8687             "autoload": {
8688                 "files": [
8689                     "./src/Adapters/Phpunit/Autoload.php"
8690                 ],
8691                 "psr-4": {
8692                     "NunoMaduro\\Collision\\": "src/"
8693                 }
8694             },
8695             "notification-url": "https://packagist.org/downloads/",
8696             "license": [
8697                 "MIT"
8698             ],
8699             "authors": [
8700                 {
8701                     "name": "Nuno Maduro",
8702                     "email": "[email protected]"
8703                 }
8704             ],
8705             "description": "Cli error handling for console/command-line PHP applications.",
8706             "keywords": [
8707                 "artisan",
8708                 "cli",
8709                 "command-line",
8710                 "console",
8711                 "error",
8712                 "handling",
8713                 "laravel",
8714                 "laravel-zero",
8715                 "php",
8716                 "symfony"
8717             ],
8718             "support": {
8719                 "issues": "https://github.com/nunomaduro/collision/issues",
8720                 "source": "https://github.com/nunomaduro/collision"
8721             },
8722             "funding": [
8723                 {
8724                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8725                     "type": "custom"
8726                 },
8727                 {
8728                     "url": "https://github.com/nunomaduro",
8729                     "type": "github"
8730                 },
8731                 {
8732                     "url": "https://www.patreon.com/nunomaduro",
8733                     "type": "patreon"
8734                 }
8735             ],
8736             "time": "2023-10-11T15:45:01+00:00"
8737         },
8738         {
8739             "name": "phar-io/manifest",
8740             "version": "2.0.4",
8741             "source": {
8742                 "type": "git",
8743                 "url": "https://github.com/phar-io/manifest.git",
8744                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
8745             },
8746             "dist": {
8747                 "type": "zip",
8748                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
8749                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
8750                 "shasum": ""
8751             },
8752             "require": {
8753                 "ext-dom": "*",
8754                 "ext-libxml": "*",
8755                 "ext-phar": "*",
8756                 "ext-xmlwriter": "*",
8757                 "phar-io/version": "^3.0.1",
8758                 "php": "^7.2 || ^8.0"
8759             },
8760             "type": "library",
8761             "extra": {
8762                 "branch-alias": {
8763                     "dev-master": "2.0.x-dev"
8764                 }
8765             },
8766             "autoload": {
8767                 "classmap": [
8768                     "src/"
8769                 ]
8770             },
8771             "notification-url": "https://packagist.org/downloads/",
8772             "license": [
8773                 "BSD-3-Clause"
8774             ],
8775             "authors": [
8776                 {
8777                     "name": "Arne Blankerts",
8778                     "email": "[email protected]",
8779                     "role": "Developer"
8780                 },
8781                 {
8782                     "name": "Sebastian Heuer",
8783                     "email": "[email protected]",
8784                     "role": "Developer"
8785                 },
8786                 {
8787                     "name": "Sebastian Bergmann",
8788                     "email": "[email protected]",
8789                     "role": "Developer"
8790                 }
8791             ],
8792             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8793             "support": {
8794                 "issues": "https://github.com/phar-io/manifest/issues",
8795                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
8796             },
8797             "funding": [
8798                 {
8799                     "url": "https://github.com/theseer",
8800                     "type": "github"
8801                 }
8802             ],
8803             "time": "2024-03-03T12:33:53+00:00"
8804         },
8805         {
8806             "name": "phar-io/version",
8807             "version": "3.2.1",
8808             "source": {
8809                 "type": "git",
8810                 "url": "https://github.com/phar-io/version.git",
8811                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8812             },
8813             "dist": {
8814                 "type": "zip",
8815                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8816                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8817                 "shasum": ""
8818             },
8819             "require": {
8820                 "php": "^7.2 || ^8.0"
8821             },
8822             "type": "library",
8823             "autoload": {
8824                 "classmap": [
8825                     "src/"
8826                 ]
8827             },
8828             "notification-url": "https://packagist.org/downloads/",
8829             "license": [
8830                 "BSD-3-Clause"
8831             ],
8832             "authors": [
8833                 {
8834                     "name": "Arne Blankerts",
8835                     "email": "[email protected]",
8836                     "role": "Developer"
8837                 },
8838                 {
8839                     "name": "Sebastian Heuer",
8840                     "email": "[email protected]",
8841                     "role": "Developer"
8842                 },
8843                 {
8844                     "name": "Sebastian Bergmann",
8845                     "email": "[email protected]",
8846                     "role": "Developer"
8847                 }
8848             ],
8849             "description": "Library for handling version information and constraints",
8850             "support": {
8851                 "issues": "https://github.com/phar-io/version/issues",
8852                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8853             },
8854             "time": "2022-02-21T01:04:05+00:00"
8855         },
8856         {
8857             "name": "phpmyadmin/sql-parser",
8858             "version": "5.9.0",
8859             "source": {
8860                 "type": "git",
8861                 "url": "https://github.com/phpmyadmin/sql-parser.git",
8862                 "reference": "011fa18a4e55591fac6545a821921dd1d61c6984"
8863             },
8864             "dist": {
8865                 "type": "zip",
8866                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/011fa18a4e55591fac6545a821921dd1d61c6984",
8867                 "reference": "011fa18a4e55591fac6545a821921dd1d61c6984",
8868                 "shasum": ""
8869             },
8870             "require": {
8871                 "php": "^7.2 || ^8.0",
8872                 "symfony/polyfill-mbstring": "^1.3",
8873                 "symfony/polyfill-php80": "^1.16"
8874             },
8875             "conflict": {
8876                 "phpmyadmin/motranslator": "<3.0"
8877             },
8878             "require-dev": {
8879                 "phpbench/phpbench": "^1.1",
8880                 "phpmyadmin/coding-standard": "^3.0",
8881                 "phpmyadmin/motranslator": "^4.0 || ^5.0",
8882                 "phpstan/extension-installer": "^1.1",
8883                 "phpstan/phpstan": "^1.9.12",
8884                 "phpstan/phpstan-phpunit": "^1.3.3",
8885                 "phpunit/php-code-coverage": "*",
8886                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
8887                 "psalm/plugin-phpunit": "^0.16.1",
8888                 "vimeo/psalm": "^4.11",
8889                 "zumba/json-serializer": "~3.0.2"
8890             },
8891             "suggest": {
8892                 "ext-mbstring": "For best performance",
8893                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
8894             },
8895             "bin": [
8896                 "bin/highlight-query",
8897                 "bin/lint-query",
8898                 "bin/sql-parser",
8899                 "bin/tokenize-query"
8900             ],
8901             "type": "library",
8902             "autoload": {
8903                 "psr-4": {
8904                     "PhpMyAdmin\\SqlParser\\": "src"
8905                 }
8906             },
8907             "notification-url": "https://packagist.org/downloads/",
8908             "license": [
8909                 "GPL-2.0-or-later"
8910             ],
8911             "authors": [
8912                 {
8913                     "name": "The phpMyAdmin Team",
8914                     "email": "[email protected]",
8915                     "homepage": "https://www.phpmyadmin.net/team/"
8916                 }
8917             ],
8918             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
8919             "homepage": "https://github.com/phpmyadmin/sql-parser",
8920             "keywords": [
8921                 "analysis",
8922                 "lexer",
8923                 "parser",
8924                 "query linter",
8925                 "sql",
8926                 "sql lexer",
8927                 "sql linter",
8928                 "sql parser",
8929                 "sql syntax highlighter",
8930                 "sql tokenizer"
8931             ],
8932             "support": {
8933                 "issues": "https://github.com/phpmyadmin/sql-parser/issues",
8934                 "source": "https://github.com/phpmyadmin/sql-parser"
8935             },
8936             "funding": [
8937                 {
8938                     "url": "https://www.phpmyadmin.net/donate/",
8939                     "type": "other"
8940                 }
8941             ],
8942             "time": "2024-01-20T20:34:02+00:00"
8943         },
8944         {
8945             "name": "phpstan/phpstan",
8946             "version": "1.10.62",
8947             "source": {
8948                 "type": "git",
8949                 "url": "https://github.com/phpstan/phpstan.git",
8950                 "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9"
8951             },
8952             "dist": {
8953                 "type": "zip",
8954                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd5c8a1660ed3540b211407c77abf4af193a6af9",
8955                 "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9",
8956                 "shasum": ""
8957             },
8958             "require": {
8959                 "php": "^7.2|^8.0"
8960             },
8961             "conflict": {
8962                 "phpstan/phpstan-shim": "*"
8963             },
8964             "bin": [
8965                 "phpstan",
8966                 "phpstan.phar"
8967             ],
8968             "type": "library",
8969             "autoload": {
8970                 "files": [
8971                     "bootstrap.php"
8972                 ]
8973             },
8974             "notification-url": "https://packagist.org/downloads/",
8975             "license": [
8976                 "MIT"
8977             ],
8978             "description": "PHPStan - PHP Static Analysis Tool",
8979             "keywords": [
8980                 "dev",
8981                 "static analysis"
8982             ],
8983             "support": {
8984                 "docs": "https://phpstan.org/user-guide/getting-started",
8985                 "forum": "https://github.com/phpstan/phpstan/discussions",
8986                 "issues": "https://github.com/phpstan/phpstan/issues",
8987                 "security": "https://github.com/phpstan/phpstan/security/policy",
8988                 "source": "https://github.com/phpstan/phpstan-src"
8989             },
8990             "funding": [
8991                 {
8992                     "url": "https://github.com/ondrejmirtes",
8993                     "type": "github"
8994                 },
8995                 {
8996                     "url": "https://github.com/phpstan",
8997                     "type": "github"
8998                 },
8999                 {
9000                     "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
9001                     "type": "tidelift"
9002                 }
9003             ],
9004             "time": "2024-03-13T12:27:20+00:00"
9005         },
9006         {
9007             "name": "phpunit/php-code-coverage",
9008             "version": "10.1.14",
9009             "source": {
9010                 "type": "git",
9011                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
9012                 "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b"
9013             },
9014             "dist": {
9015                 "type": "zip",
9016                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e3f51450ebffe8e0efdf7346ae966a656f7d5e5b",
9017                 "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b",
9018                 "shasum": ""
9019             },
9020             "require": {
9021                 "ext-dom": "*",
9022                 "ext-libxml": "*",
9023                 "ext-xmlwriter": "*",
9024                 "nikic/php-parser": "^4.18 || ^5.0",
9025                 "php": ">=8.1",
9026                 "phpunit/php-file-iterator": "^4.0",
9027                 "phpunit/php-text-template": "^3.0",
9028                 "sebastian/code-unit-reverse-lookup": "^3.0",
9029                 "sebastian/complexity": "^3.0",
9030                 "sebastian/environment": "^6.0",
9031                 "sebastian/lines-of-code": "^2.0",
9032                 "sebastian/version": "^4.0",
9033                 "theseer/tokenizer": "^1.2.0"
9034             },
9035             "require-dev": {
9036                 "phpunit/phpunit": "^10.1"
9037             },
9038             "suggest": {
9039                 "ext-pcov": "PHP extension that provides line coverage",
9040                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
9041             },
9042             "type": "library",
9043             "extra": {
9044                 "branch-alias": {
9045                     "dev-main": "10.1-dev"
9046                 }
9047             },
9048             "autoload": {
9049                 "classmap": [
9050                     "src/"
9051                 ]
9052             },
9053             "notification-url": "https://packagist.org/downloads/",
9054             "license": [
9055                 "BSD-3-Clause"
9056             ],
9057             "authors": [
9058                 {
9059                     "name": "Sebastian Bergmann",
9060                     "email": "[email protected]",
9061                     "role": "lead"
9062                 }
9063             ],
9064             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
9065             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
9066             "keywords": [
9067                 "coverage",
9068                 "testing",
9069                 "xunit"
9070             ],
9071             "support": {
9072                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
9073                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
9074                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.14"
9075             },
9076             "funding": [
9077                 {
9078                     "url": "https://github.com/sebastianbergmann",
9079                     "type": "github"
9080                 }
9081             ],
9082             "time": "2024-03-12T15:33:41+00:00"
9083         },
9084         {
9085             "name": "phpunit/php-file-iterator",
9086             "version": "4.1.0",
9087             "source": {
9088                 "type": "git",
9089                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
9090                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
9091             },
9092             "dist": {
9093                 "type": "zip",
9094                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
9095                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
9096                 "shasum": ""
9097             },
9098             "require": {
9099                 "php": ">=8.1"
9100             },
9101             "require-dev": {
9102                 "phpunit/phpunit": "^10.0"
9103             },
9104             "type": "library",
9105             "extra": {
9106                 "branch-alias": {
9107                     "dev-main": "4.0-dev"
9108                 }
9109             },
9110             "autoload": {
9111                 "classmap": [
9112                     "src/"
9113                 ]
9114             },
9115             "notification-url": "https://packagist.org/downloads/",
9116             "license": [
9117                 "BSD-3-Clause"
9118             ],
9119             "authors": [
9120                 {
9121                     "name": "Sebastian Bergmann",
9122                     "email": "[email protected]",
9123                     "role": "lead"
9124                 }
9125             ],
9126             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9127             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9128             "keywords": [
9129                 "filesystem",
9130                 "iterator"
9131             ],
9132             "support": {
9133                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
9134                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
9135                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
9136             },
9137             "funding": [
9138                 {
9139                     "url": "https://github.com/sebastianbergmann",
9140                     "type": "github"
9141                 }
9142             ],
9143             "time": "2023-08-31T06:24:48+00:00"
9144         },
9145         {
9146             "name": "phpunit/php-invoker",
9147             "version": "4.0.0",
9148             "source": {
9149                 "type": "git",
9150                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
9151                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
9152             },
9153             "dist": {
9154                 "type": "zip",
9155                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
9156                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
9157                 "shasum": ""
9158             },
9159             "require": {
9160                 "php": ">=8.1"
9161             },
9162             "require-dev": {
9163                 "ext-pcntl": "*",
9164                 "phpunit/phpunit": "^10.0"
9165             },
9166             "suggest": {
9167                 "ext-pcntl": "*"
9168             },
9169             "type": "library",
9170             "extra": {
9171                 "branch-alias": {
9172                     "dev-main": "4.0-dev"
9173                 }
9174             },
9175             "autoload": {
9176                 "classmap": [
9177                     "src/"
9178                 ]
9179             },
9180             "notification-url": "https://packagist.org/downloads/",
9181             "license": [
9182                 "BSD-3-Clause"
9183             ],
9184             "authors": [
9185                 {
9186                     "name": "Sebastian Bergmann",
9187                     "email": "[email protected]",
9188                     "role": "lead"
9189                 }
9190             ],
9191             "description": "Invoke callables with a timeout",
9192             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9193             "keywords": [
9194                 "process"
9195             ],
9196             "support": {
9197                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9198                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
9199             },
9200             "funding": [
9201                 {
9202                     "url": "https://github.com/sebastianbergmann",
9203                     "type": "github"
9204                 }
9205             ],
9206             "time": "2023-02-03T06:56:09+00:00"
9207         },
9208         {
9209             "name": "phpunit/php-text-template",
9210             "version": "3.0.1",
9211             "source": {
9212                 "type": "git",
9213                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9214                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
9215             },
9216             "dist": {
9217                 "type": "zip",
9218                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
9219                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
9220                 "shasum": ""
9221             },
9222             "require": {
9223                 "php": ">=8.1"
9224             },
9225             "require-dev": {
9226                 "phpunit/phpunit": "^10.0"
9227             },
9228             "type": "library",
9229             "extra": {
9230                 "branch-alias": {
9231                     "dev-main": "3.0-dev"
9232                 }
9233             },
9234             "autoload": {
9235                 "classmap": [
9236                     "src/"
9237                 ]
9238             },
9239             "notification-url": "https://packagist.org/downloads/",
9240             "license": [
9241                 "BSD-3-Clause"
9242             ],
9243             "authors": [
9244                 {
9245                     "name": "Sebastian Bergmann",
9246                     "email": "[email protected]",
9247                     "role": "lead"
9248                 }
9249             ],
9250             "description": "Simple template engine.",
9251             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9252             "keywords": [
9253                 "template"
9254             ],
9255             "support": {
9256                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9257                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
9258                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
9259             },
9260             "funding": [
9261                 {
9262                     "url": "https://github.com/sebastianbergmann",
9263                     "type": "github"
9264                 }
9265             ],
9266             "time": "2023-08-31T14:07:24+00:00"
9267         },
9268         {
9269             "name": "phpunit/php-timer",
9270             "version": "6.0.0",
9271             "source": {
9272                 "type": "git",
9273                 "url": "https://github.com/sebastianbergmann/php-timer.git",
9274                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
9275             },
9276             "dist": {
9277                 "type": "zip",
9278                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
9279                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
9280                 "shasum": ""
9281             },
9282             "require": {
9283                 "php": ">=8.1"
9284             },
9285             "require-dev": {
9286                 "phpunit/phpunit": "^10.0"
9287             },
9288             "type": "library",
9289             "extra": {
9290                 "branch-alias": {
9291                     "dev-main": "6.0-dev"
9292                 }
9293             },
9294             "autoload": {
9295                 "classmap": [
9296                     "src/"
9297                 ]
9298             },
9299             "notification-url": "https://packagist.org/downloads/",
9300             "license": [
9301                 "BSD-3-Clause"
9302             ],
9303             "authors": [
9304                 {
9305                     "name": "Sebastian Bergmann",
9306                     "email": "[email protected]",
9307                     "role": "lead"
9308                 }
9309             ],
9310             "description": "Utility class for timing",
9311             "homepage": "https://github.com/sebastianbergmann/php-timer/",
9312             "keywords": [
9313                 "timer"
9314             ],
9315             "support": {
9316                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9317                 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
9318             },
9319             "funding": [
9320                 {
9321                     "url": "https://github.com/sebastianbergmann",
9322                     "type": "github"
9323                 }
9324             ],
9325             "time": "2023-02-03T06:57:52+00:00"
9326         },
9327         {
9328             "name": "phpunit/phpunit",
9329             "version": "10.5.13",
9330             "source": {
9331                 "type": "git",
9332                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9333                 "reference": "20a63fc1c6db29b15da3bd02d4b6cf59900088a7"
9334             },
9335             "dist": {
9336                 "type": "zip",
9337                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/20a63fc1c6db29b15da3bd02d4b6cf59900088a7",
9338                 "reference": "20a63fc1c6db29b15da3bd02d4b6cf59900088a7",
9339                 "shasum": ""
9340             },
9341             "require": {
9342                 "ext-dom": "*",
9343                 "ext-json": "*",
9344                 "ext-libxml": "*",
9345                 "ext-mbstring": "*",
9346                 "ext-xml": "*",
9347                 "ext-xmlwriter": "*",
9348                 "myclabs/deep-copy": "^1.10.1",
9349                 "phar-io/manifest": "^2.0.3",
9350                 "phar-io/version": "^3.0.2",
9351                 "php": ">=8.1",
9352                 "phpunit/php-code-coverage": "^10.1.5",
9353                 "phpunit/php-file-iterator": "^4.0",
9354                 "phpunit/php-invoker": "^4.0",
9355                 "phpunit/php-text-template": "^3.0",
9356                 "phpunit/php-timer": "^6.0",
9357                 "sebastian/cli-parser": "^2.0",
9358                 "sebastian/code-unit": "^2.0",
9359                 "sebastian/comparator": "^5.0",
9360                 "sebastian/diff": "^5.0",
9361                 "sebastian/environment": "^6.0",
9362                 "sebastian/exporter": "^5.1",
9363                 "sebastian/global-state": "^6.0.1",
9364                 "sebastian/object-enumerator": "^5.0",
9365                 "sebastian/recursion-context": "^5.0",
9366                 "sebastian/type": "^4.0",
9367                 "sebastian/version": "^4.0"
9368             },
9369             "suggest": {
9370                 "ext-soap": "To be able to generate mocks based on WSDL files"
9371             },
9372             "bin": [
9373                 "phpunit"
9374             ],
9375             "type": "library",
9376             "extra": {
9377                 "branch-alias": {
9378                     "dev-main": "10.5-dev"
9379                 }
9380             },
9381             "autoload": {
9382                 "files": [
9383                     "src/Framework/Assert/Functions.php"
9384                 ],
9385                 "classmap": [
9386                     "src/"
9387                 ]
9388             },
9389             "notification-url": "https://packagist.org/downloads/",
9390             "license": [
9391                 "BSD-3-Clause"
9392             ],
9393             "authors": [
9394                 {
9395                     "name": "Sebastian Bergmann",
9396                     "email": "[email protected]",
9397                     "role": "lead"
9398                 }
9399             ],
9400             "description": "The PHP Unit Testing framework.",
9401             "homepage": "https://phpunit.de/",
9402             "keywords": [
9403                 "phpunit",
9404                 "testing",
9405                 "xunit"
9406             ],
9407             "support": {
9408                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9409                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
9410                 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.13"
9411             },
9412             "funding": [
9413                 {
9414                     "url": "https://phpunit.de/sponsors.html",
9415                     "type": "custom"
9416                 },
9417                 {
9418                     "url": "https://github.com/sebastianbergmann",
9419                     "type": "github"
9420                 },
9421                 {
9422                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
9423                     "type": "tidelift"
9424                 }
9425             ],
9426             "time": "2024-03-12T15:37:41+00:00"
9427         },
9428         {
9429             "name": "sebastian/cli-parser",
9430             "version": "2.0.1",
9431             "source": {
9432                 "type": "git",
9433                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9434                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
9435             },
9436             "dist": {
9437                 "type": "zip",
9438                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
9439                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
9440                 "shasum": ""
9441             },
9442             "require": {
9443                 "php": ">=8.1"
9444             },
9445             "require-dev": {
9446                 "phpunit/phpunit": "^10.0"
9447             },
9448             "type": "library",
9449             "extra": {
9450                 "branch-alias": {
9451                     "dev-main": "2.0-dev"
9452                 }
9453             },
9454             "autoload": {
9455                 "classmap": [
9456                     "src/"
9457                 ]
9458             },
9459             "notification-url": "https://packagist.org/downloads/",
9460             "license": [
9461                 "BSD-3-Clause"
9462             ],
9463             "authors": [
9464                 {
9465                     "name": "Sebastian Bergmann",
9466                     "email": "[email protected]",
9467                     "role": "lead"
9468                 }
9469             ],
9470             "description": "Library for parsing CLI options",
9471             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9472             "support": {
9473                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9474                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
9475                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
9476             },
9477             "funding": [
9478                 {
9479                     "url": "https://github.com/sebastianbergmann",
9480                     "type": "github"
9481                 }
9482             ],
9483             "time": "2024-03-02T07:12:49+00:00"
9484         },
9485         {
9486             "name": "sebastian/code-unit",
9487             "version": "2.0.0",
9488             "source": {
9489                 "type": "git",
9490                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9491                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
9492             },
9493             "dist": {
9494                 "type": "zip",
9495                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
9496                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
9497                 "shasum": ""
9498             },
9499             "require": {
9500                 "php": ">=8.1"
9501             },
9502             "require-dev": {
9503                 "phpunit/phpunit": "^10.0"
9504             },
9505             "type": "library",
9506             "extra": {
9507                 "branch-alias": {
9508                     "dev-main": "2.0-dev"
9509                 }
9510             },
9511             "autoload": {
9512                 "classmap": [
9513                     "src/"
9514                 ]
9515             },
9516             "notification-url": "https://packagist.org/downloads/",
9517             "license": [
9518                 "BSD-3-Clause"
9519             ],
9520             "authors": [
9521                 {
9522                     "name": "Sebastian Bergmann",
9523                     "email": "[email protected]",
9524                     "role": "lead"
9525                 }
9526             ],
9527             "description": "Collection of value objects that represent the PHP code units",
9528             "homepage": "https://github.com/sebastianbergmann/code-unit",
9529             "support": {
9530                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9531                 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
9532             },
9533             "funding": [
9534                 {
9535                     "url": "https://github.com/sebastianbergmann",
9536                     "type": "github"
9537                 }
9538             ],
9539             "time": "2023-02-03T06:58:43+00:00"
9540         },
9541         {
9542             "name": "sebastian/code-unit-reverse-lookup",
9543             "version": "3.0.0",
9544             "source": {
9545                 "type": "git",
9546                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9547                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
9548             },
9549             "dist": {
9550                 "type": "zip",
9551                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
9552                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
9553                 "shasum": ""
9554             },
9555             "require": {
9556                 "php": ">=8.1"
9557             },
9558             "require-dev": {
9559                 "phpunit/phpunit": "^10.0"
9560             },
9561             "type": "library",
9562             "extra": {
9563                 "branch-alias": {
9564                     "dev-main": "3.0-dev"
9565                 }
9566             },
9567             "autoload": {
9568                 "classmap": [
9569                     "src/"
9570                 ]
9571             },
9572             "notification-url": "https://packagist.org/downloads/",
9573             "license": [
9574                 "BSD-3-Clause"
9575             ],
9576             "authors": [
9577                 {
9578                     "name": "Sebastian Bergmann",
9579                     "email": "[email protected]"
9580                 }
9581             ],
9582             "description": "Looks up which function or method a line of code belongs to",
9583             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9584             "support": {
9585                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9586                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
9587             },
9588             "funding": [
9589                 {
9590                     "url": "https://github.com/sebastianbergmann",
9591                     "type": "github"
9592                 }
9593             ],
9594             "time": "2023-02-03T06:59:15+00:00"
9595         },
9596         {
9597             "name": "sebastian/comparator",
9598             "version": "5.0.1",
9599             "source": {
9600                 "type": "git",
9601                 "url": "https://github.com/sebastianbergmann/comparator.git",
9602                 "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
9603             },
9604             "dist": {
9605                 "type": "zip",
9606                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
9607                 "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
9608                 "shasum": ""
9609             },
9610             "require": {
9611                 "ext-dom": "*",
9612                 "ext-mbstring": "*",
9613                 "php": ">=8.1",
9614                 "sebastian/diff": "^5.0",
9615                 "sebastian/exporter": "^5.0"
9616             },
9617             "require-dev": {
9618                 "phpunit/phpunit": "^10.3"
9619             },
9620             "type": "library",
9621             "extra": {
9622                 "branch-alias": {
9623                     "dev-main": "5.0-dev"
9624                 }
9625             },
9626             "autoload": {
9627                 "classmap": [
9628                     "src/"
9629                 ]
9630             },
9631             "notification-url": "https://packagist.org/downloads/",
9632             "license": [
9633                 "BSD-3-Clause"
9634             ],
9635             "authors": [
9636                 {
9637                     "name": "Sebastian Bergmann",
9638                     "email": "[email protected]"
9639                 },
9640                 {
9641                     "name": "Jeff Welch",
9642                     "email": "[email protected]"
9643                 },
9644                 {
9645                     "name": "Volker Dusch",
9646                     "email": "[email protected]"
9647                 },
9648                 {
9649                     "name": "Bernhard Schussek",
9650                     "email": "[email protected]"
9651                 }
9652             ],
9653             "description": "Provides the functionality to compare PHP values for equality",
9654             "homepage": "https://github.com/sebastianbergmann/comparator",
9655             "keywords": [
9656                 "comparator",
9657                 "compare",
9658                 "equality"
9659             ],
9660             "support": {
9661                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9662                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
9663                 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
9664             },
9665             "funding": [
9666                 {
9667                     "url": "https://github.com/sebastianbergmann",
9668                     "type": "github"
9669                 }
9670             ],
9671             "time": "2023-08-14T13:18:12+00:00"
9672         },
9673         {
9674             "name": "sebastian/complexity",
9675             "version": "3.2.0",
9676             "source": {
9677                 "type": "git",
9678                 "url": "https://github.com/sebastianbergmann/complexity.git",
9679                 "reference": "68ff824baeae169ec9f2137158ee529584553799"
9680             },
9681             "dist": {
9682                 "type": "zip",
9683                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
9684                 "reference": "68ff824baeae169ec9f2137158ee529584553799",
9685                 "shasum": ""
9686             },
9687             "require": {
9688                 "nikic/php-parser": "^4.18 || ^5.0",
9689                 "php": ">=8.1"
9690             },
9691             "require-dev": {
9692                 "phpunit/phpunit": "^10.0"
9693             },
9694             "type": "library",
9695             "extra": {
9696                 "branch-alias": {
9697                     "dev-main": "3.2-dev"
9698                 }
9699             },
9700             "autoload": {
9701                 "classmap": [
9702                     "src/"
9703                 ]
9704             },
9705             "notification-url": "https://packagist.org/downloads/",
9706             "license": [
9707                 "BSD-3-Clause"
9708             ],
9709             "authors": [
9710                 {
9711                     "name": "Sebastian Bergmann",
9712                     "email": "[email protected]",
9713                     "role": "lead"
9714                 }
9715             ],
9716             "description": "Library for calculating the complexity of PHP code units",
9717             "homepage": "https://github.com/sebastianbergmann/complexity",
9718             "support": {
9719                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9720                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
9721                 "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
9722             },
9723             "funding": [
9724                 {
9725                     "url": "https://github.com/sebastianbergmann",
9726                     "type": "github"
9727                 }
9728             ],
9729             "time": "2023-12-21T08:37:17+00:00"
9730         },
9731         {
9732             "name": "sebastian/diff",
9733             "version": "5.1.1",
9734             "source": {
9735                 "type": "git",
9736                 "url": "https://github.com/sebastianbergmann/diff.git",
9737                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
9738             },
9739             "dist": {
9740                 "type": "zip",
9741                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
9742                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
9743                 "shasum": ""
9744             },
9745             "require": {
9746                 "php": ">=8.1"
9747             },
9748             "require-dev": {
9749                 "phpunit/phpunit": "^10.0",
9750                 "symfony/process": "^6.4"
9751             },
9752             "type": "library",
9753             "extra": {
9754                 "branch-alias": {
9755                     "dev-main": "5.1-dev"
9756                 }
9757             },
9758             "autoload": {
9759                 "classmap": [
9760                     "src/"
9761                 ]
9762             },
9763             "notification-url": "https://packagist.org/downloads/",
9764             "license": [
9765                 "BSD-3-Clause"
9766             ],
9767             "authors": [
9768                 {
9769                     "name": "Sebastian Bergmann",
9770                     "email": "[email protected]"
9771                 },
9772                 {
9773                     "name": "Kore Nordmann",
9774                     "email": "[email protected]"
9775                 }
9776             ],
9777             "description": "Diff implementation",
9778             "homepage": "https://github.com/sebastianbergmann/diff",
9779             "keywords": [
9780                 "diff",
9781                 "udiff",
9782                 "unidiff",
9783                 "unified diff"
9784             ],
9785             "support": {
9786                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9787                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9788                 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
9789             },
9790             "funding": [
9791                 {
9792                     "url": "https://github.com/sebastianbergmann",
9793                     "type": "github"
9794                 }
9795             ],
9796             "time": "2024-03-02T07:15:17+00:00"
9797         },
9798         {
9799             "name": "sebastian/environment",
9800             "version": "6.0.1",
9801             "source": {
9802                 "type": "git",
9803                 "url": "https://github.com/sebastianbergmann/environment.git",
9804                 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
9805             },
9806             "dist": {
9807                 "type": "zip",
9808                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
9809                 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
9810                 "shasum": ""
9811             },
9812             "require": {
9813                 "php": ">=8.1"
9814             },
9815             "require-dev": {
9816                 "phpunit/phpunit": "^10.0"
9817             },
9818             "suggest": {
9819                 "ext-posix": "*"
9820             },
9821             "type": "library",
9822             "extra": {
9823                 "branch-alias": {
9824                     "dev-main": "6.0-dev"
9825                 }
9826             },
9827             "autoload": {
9828                 "classmap": [
9829                     "src/"
9830                 ]
9831             },
9832             "notification-url": "https://packagist.org/downloads/",
9833             "license": [
9834                 "BSD-3-Clause"
9835             ],
9836             "authors": [
9837                 {
9838                     "name": "Sebastian Bergmann",
9839                     "email": "[email protected]"
9840                 }
9841             ],
9842             "description": "Provides functionality to handle HHVM/PHP environments",
9843             "homepage": "https://github.com/sebastianbergmann/environment",
9844             "keywords": [
9845                 "Xdebug",
9846                 "environment",
9847                 "hhvm"
9848             ],
9849             "support": {
9850                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9851                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9852                 "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
9853             },
9854             "funding": [
9855                 {
9856                     "url": "https://github.com/sebastianbergmann",
9857                     "type": "github"
9858                 }
9859             ],
9860             "time": "2023-04-11T05:39:26+00:00"
9861         },
9862         {
9863             "name": "sebastian/exporter",
9864             "version": "5.1.2",
9865             "source": {
9866                 "type": "git",
9867                 "url": "https://github.com/sebastianbergmann/exporter.git",
9868                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
9869             },
9870             "dist": {
9871                 "type": "zip",
9872                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
9873                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
9874                 "shasum": ""
9875             },
9876             "require": {
9877                 "ext-mbstring": "*",
9878                 "php": ">=8.1",
9879                 "sebastian/recursion-context": "^5.0"
9880             },
9881             "require-dev": {
9882                 "phpunit/phpunit": "^10.0"
9883             },
9884             "type": "library",
9885             "extra": {
9886                 "branch-alias": {
9887                     "dev-main": "5.1-dev"
9888                 }
9889             },
9890             "autoload": {
9891                 "classmap": [
9892                     "src/"
9893                 ]
9894             },
9895             "notification-url": "https://packagist.org/downloads/",
9896             "license": [
9897                 "BSD-3-Clause"
9898             ],
9899             "authors": [
9900                 {
9901                     "name": "Sebastian Bergmann",
9902                     "email": "[email protected]"
9903                 },
9904                 {
9905                     "name": "Jeff Welch",
9906                     "email": "[email protected]"
9907                 },
9908                 {
9909                     "name": "Volker Dusch",
9910                     "email": "[email protected]"
9911                 },
9912                 {
9913                     "name": "Adam Harvey",
9914                     "email": "[email protected]"
9915                 },
9916                 {
9917                     "name": "Bernhard Schussek",
9918                     "email": "[email protected]"
9919                 }
9920             ],
9921             "description": "Provides the functionality to export PHP variables for visualization",
9922             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9923             "keywords": [
9924                 "export",
9925                 "exporter"
9926             ],
9927             "support": {
9928                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9929                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9930                 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
9931             },
9932             "funding": [
9933                 {
9934                     "url": "https://github.com/sebastianbergmann",
9935                     "type": "github"
9936                 }
9937             ],
9938             "time": "2024-03-02T07:17:12+00:00"
9939         },
9940         {
9941             "name": "sebastian/global-state",
9942             "version": "6.0.2",
9943             "source": {
9944                 "type": "git",
9945                 "url": "https://github.com/sebastianbergmann/global-state.git",
9946                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
9947             },
9948             "dist": {
9949                 "type": "zip",
9950                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
9951                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
9952                 "shasum": ""
9953             },
9954             "require": {
9955                 "php": ">=8.1",
9956                 "sebastian/object-reflector": "^3.0",
9957                 "sebastian/recursion-context": "^5.0"
9958             },
9959             "require-dev": {
9960                 "ext-dom": "*",
9961                 "phpunit/phpunit": "^10.0"
9962             },
9963             "type": "library",
9964             "extra": {
9965                 "branch-alias": {
9966                     "dev-main": "6.0-dev"
9967                 }
9968             },
9969             "autoload": {
9970                 "classmap": [
9971                     "src/"
9972                 ]
9973             },
9974             "notification-url": "https://packagist.org/downloads/",
9975             "license": [
9976                 "BSD-3-Clause"
9977             ],
9978             "authors": [
9979                 {
9980                     "name": "Sebastian Bergmann",
9981                     "email": "[email protected]"
9982                 }
9983             ],
9984             "description": "Snapshotting of global state",
9985             "homepage": "https://www.github.com/sebastianbergmann/global-state",
9986             "keywords": [
9987                 "global state"
9988             ],
9989             "support": {
9990                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9991                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9992                 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
9993             },
9994             "funding": [
9995                 {
9996                     "url": "https://github.com/sebastianbergmann",
9997                     "type": "github"
9998                 }
9999             ],
10000             "time": "2024-03-02T07:19:19+00:00"
10001         },
10002         {
10003             "name": "sebastian/lines-of-code",
10004             "version": "2.0.2",
10005             "source": {
10006                 "type": "git",
10007                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
10008                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
10009             },
10010             "dist": {
10011                 "type": "zip",
10012                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
10013                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
10014                 "shasum": ""
10015             },
10016             "require": {
10017                 "nikic/php-parser": "^4.18 || ^5.0",
10018                 "php": ">=8.1"
10019             },
10020             "require-dev": {
10021                 "phpunit/phpunit": "^10.0"
10022             },
10023             "type": "library",
10024             "extra": {
10025                 "branch-alias": {
10026                     "dev-main": "2.0-dev"
10027                 }
10028             },
10029             "autoload": {
10030                 "classmap": [
10031                     "src/"
10032                 ]
10033             },
10034             "notification-url": "https://packagist.org/downloads/",
10035             "license": [
10036                 "BSD-3-Clause"
10037             ],
10038             "authors": [
10039                 {
10040                     "name": "Sebastian Bergmann",
10041                     "email": "[email protected]",
10042                     "role": "lead"
10043                 }
10044             ],
10045             "description": "Library for counting the lines of code in PHP source code",
10046             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
10047             "support": {
10048                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
10049                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
10050                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
10051             },
10052             "funding": [
10053                 {
10054                     "url": "https://github.com/sebastianbergmann",
10055                     "type": "github"
10056                 }
10057             ],
10058             "time": "2023-12-21T08:38:20+00:00"
10059         },
10060         {
10061             "name": "sebastian/object-enumerator",
10062             "version": "5.0.0",
10063             "source": {
10064                 "type": "git",
10065                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
10066                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
10067             },
10068             "dist": {
10069                 "type": "zip",
10070                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
10071                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
10072                 "shasum": ""
10073             },
10074             "require": {
10075                 "php": ">=8.1",
10076                 "sebastian/object-reflector": "^3.0",
10077                 "sebastian/recursion-context": "^5.0"
10078             },
10079             "require-dev": {
10080                 "phpunit/phpunit": "^10.0"
10081             },
10082             "type": "library",
10083             "extra": {
10084                 "branch-alias": {
10085                     "dev-main": "5.0-dev"
10086                 }
10087             },
10088             "autoload": {
10089                 "classmap": [
10090                     "src/"
10091                 ]
10092             },
10093             "notification-url": "https://packagist.org/downloads/",
10094             "license": [
10095                 "BSD-3-Clause"
10096             ],
10097             "authors": [
10098                 {
10099                     "name": "Sebastian Bergmann",
10100                     "email": "[email protected]"
10101                 }
10102             ],
10103             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10104             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10105             "support": {
10106                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
10107                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
10108             },
10109             "funding": [
10110                 {
10111                     "url": "https://github.com/sebastianbergmann",
10112                     "type": "github"
10113                 }
10114             ],
10115             "time": "2023-02-03T07:08:32+00:00"
10116         },
10117         {
10118             "name": "sebastian/object-reflector",
10119             "version": "3.0.0",
10120             "source": {
10121                 "type": "git",
10122                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
10123                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
10124             },
10125             "dist": {
10126                 "type": "zip",
10127                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
10128                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
10129                 "shasum": ""
10130             },
10131             "require": {
10132                 "php": ">=8.1"
10133             },
10134             "require-dev": {
10135                 "phpunit/phpunit": "^10.0"
10136             },
10137             "type": "library",
10138             "extra": {
10139                 "branch-alias": {
10140                     "dev-main": "3.0-dev"
10141                 }
10142             },
10143             "autoload": {
10144                 "classmap": [
10145                     "src/"
10146                 ]
10147             },
10148             "notification-url": "https://packagist.org/downloads/",
10149             "license": [
10150                 "BSD-3-Clause"
10151             ],
10152             "authors": [
10153                 {
10154                     "name": "Sebastian Bergmann",
10155                     "email": "[email protected]"
10156                 }
10157             ],
10158             "description": "Allows reflection of object attributes, including inherited and non-public ones",
10159             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
10160             "support": {
10161                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10162                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
10163             },
10164             "funding": [
10165                 {
10166                     "url": "https://github.com/sebastianbergmann",
10167                     "type": "github"
10168                 }
10169             ],
10170             "time": "2023-02-03T07:06:18+00:00"
10171         },
10172         {
10173             "name": "sebastian/recursion-context",
10174             "version": "5.0.0",
10175             "source": {
10176                 "type": "git",
10177                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10178                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
10179             },
10180             "dist": {
10181                 "type": "zip",
10182                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
10183                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
10184                 "shasum": ""
10185             },
10186             "require": {
10187                 "php": ">=8.1"
10188             },
10189             "require-dev": {
10190                 "phpunit/phpunit": "^10.0"
10191             },
10192             "type": "library",
10193             "extra": {
10194                 "branch-alias": {
10195                     "dev-main": "5.0-dev"
10196                 }
10197             },
10198             "autoload": {
10199                 "classmap": [
10200                     "src/"
10201                 ]
10202             },
10203             "notification-url": "https://packagist.org/downloads/",
10204             "license": [
10205                 "BSD-3-Clause"
10206             ],
10207             "authors": [
10208                 {
10209                     "name": "Sebastian Bergmann",
10210                     "email": "[email protected]"
10211                 },
10212                 {
10213                     "name": "Jeff Welch",
10214                     "email": "[email protected]"
10215                 },
10216                 {
10217                     "name": "Adam Harvey",
10218                     "email": "[email protected]"
10219                 }
10220             ],
10221             "description": "Provides functionality to recursively process PHP variables",
10222             "homepage": "https://github.com/sebastianbergmann/recursion-context",
10223             "support": {
10224                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10225                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
10226             },
10227             "funding": [
10228                 {
10229                     "url": "https://github.com/sebastianbergmann",
10230                     "type": "github"
10231                 }
10232             ],
10233             "time": "2023-02-03T07:05:40+00:00"
10234         },
10235         {
10236             "name": "sebastian/type",
10237             "version": "4.0.0",
10238             "source": {
10239                 "type": "git",
10240                 "url": "https://github.com/sebastianbergmann/type.git",
10241                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
10242             },
10243             "dist": {
10244                 "type": "zip",
10245                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
10246                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
10247                 "shasum": ""
10248             },
10249             "require": {
10250                 "php": ">=8.1"
10251             },
10252             "require-dev": {
10253                 "phpunit/phpunit": "^10.0"
10254             },
10255             "type": "library",
10256             "extra": {
10257                 "branch-alias": {
10258                     "dev-main": "4.0-dev"
10259                 }
10260             },
10261             "autoload": {
10262                 "classmap": [
10263                     "src/"
10264                 ]
10265             },
10266             "notification-url": "https://packagist.org/downloads/",
10267             "license": [
10268                 "BSD-3-Clause"
10269             ],
10270             "authors": [
10271                 {
10272                     "name": "Sebastian Bergmann",
10273                     "email": "[email protected]",
10274                     "role": "lead"
10275                 }
10276             ],
10277             "description": "Collection of value objects that represent the types of the PHP type system",
10278             "homepage": "https://github.com/sebastianbergmann/type",
10279             "support": {
10280                 "issues": "https://github.com/sebastianbergmann/type/issues",
10281                 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
10282             },
10283             "funding": [
10284                 {
10285                     "url": "https://github.com/sebastianbergmann",
10286                     "type": "github"
10287                 }
10288             ],
10289             "time": "2023-02-03T07:10:45+00:00"
10290         },
10291         {
10292             "name": "sebastian/version",
10293             "version": "4.0.1",
10294             "source": {
10295                 "type": "git",
10296                 "url": "https://github.com/sebastianbergmann/version.git",
10297                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
10298             },
10299             "dist": {
10300                 "type": "zip",
10301                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
10302                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
10303                 "shasum": ""
10304             },
10305             "require": {
10306                 "php": ">=8.1"
10307             },
10308             "type": "library",
10309             "extra": {
10310                 "branch-alias": {
10311                     "dev-main": "4.0-dev"
10312                 }
10313             },
10314             "autoload": {
10315                 "classmap": [
10316                     "src/"
10317                 ]
10318             },
10319             "notification-url": "https://packagist.org/downloads/",
10320             "license": [
10321                 "BSD-3-Clause"
10322             ],
10323             "authors": [
10324                 {
10325                     "name": "Sebastian Bergmann",
10326                     "email": "[email protected]",
10327                     "role": "lead"
10328                 }
10329             ],
10330             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10331             "homepage": "https://github.com/sebastianbergmann/version",
10332             "support": {
10333                 "issues": "https://github.com/sebastianbergmann/version/issues",
10334                 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
10335             },
10336             "funding": [
10337                 {
10338                     "url": "https://github.com/sebastianbergmann",
10339                     "type": "github"
10340                 }
10341             ],
10342             "time": "2023-02-07T11:34:05+00:00"
10343         },
10344         {
10345             "name": "squizlabs/php_codesniffer",
10346             "version": "3.9.0",
10347             "source": {
10348                 "type": "git",
10349                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10350                 "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b"
10351             },
10352             "dist": {
10353                 "type": "zip",
10354                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b",
10355                 "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b",
10356                 "shasum": ""
10357             },
10358             "require": {
10359                 "ext-simplexml": "*",
10360                 "ext-tokenizer": "*",
10361                 "ext-xmlwriter": "*",
10362                 "php": ">=5.4.0"
10363             },
10364             "require-dev": {
10365                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
10366             },
10367             "bin": [
10368                 "bin/phpcbf",
10369                 "bin/phpcs"
10370             ],
10371             "type": "library",
10372             "extra": {
10373                 "branch-alias": {
10374                     "dev-master": "3.x-dev"
10375                 }
10376             },
10377             "notification-url": "https://packagist.org/downloads/",
10378             "license": [
10379                 "BSD-3-Clause"
10380             ],
10381             "authors": [
10382                 {
10383                     "name": "Greg Sherwood",
10384                     "role": "Former lead"
10385                 },
10386                 {
10387                     "name": "Juliette Reinders Folmer",
10388                     "role": "Current lead"
10389                 },
10390                 {
10391                     "name": "Contributors",
10392                     "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
10393                 }
10394             ],
10395             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
10396             "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10397             "keywords": [
10398                 "phpcs",
10399                 "standards",
10400                 "static analysis"
10401             ],
10402             "support": {
10403                 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
10404                 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
10405                 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
10406                 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
10407             },
10408             "funding": [
10409                 {
10410                     "url": "https://github.com/PHPCSStandards",
10411                     "type": "github"
10412                 },
10413                 {
10414                     "url": "https://github.com/jrfnl",
10415                     "type": "github"
10416                 },
10417                 {
10418                     "url": "https://opencollective.com/php_codesniffer",
10419                     "type": "open_collective"
10420                 }
10421             ],
10422             "time": "2024-02-16T15:06:51+00:00"
10423         },
10424         {
10425             "name": "ssddanbrown/asserthtml",
10426             "version": "v3.0.0",
10427             "source": {
10428                 "type": "git",
10429                 "url": "https://github.com/ssddanbrown/asserthtml.git",
10430                 "reference": "a2cf9394dfc4138b8d9691e1bd128ccc3d8fcc5d"
10431             },
10432             "dist": {
10433                 "type": "zip",
10434                 "url": "https://api.github.com/repos/ssddanbrown/asserthtml/zipball/a2cf9394dfc4138b8d9691e1bd128ccc3d8fcc5d",
10435                 "reference": "a2cf9394dfc4138b8d9691e1bd128ccc3d8fcc5d",
10436                 "shasum": ""
10437             },
10438             "require": {
10439                 "ext-dom": "*",
10440                 "ext-json": "*",
10441                 "php": ">=8.1",
10442                 "phpunit/phpunit": "^10.0",
10443                 "symfony/css-selector": "^6.0",
10444                 "symfony/dom-crawler": "^6.0"
10445             },
10446             "require-dev": {
10447                 "phpstan/phpstan": "^1.10"
10448             },
10449             "type": "library",
10450             "autoload": {
10451                 "psr-4": {
10452                     "Ssddanbrown\\AssertHtml\\": "src"
10453                 }
10454             },
10455             "notification-url": "https://packagist.org/downloads/",
10456             "license": [
10457                 "MIT"
10458             ],
10459             "authors": [
10460                 {
10461                     "name": "Dan Brown",
10462                     "homepage": "https://danb.me",
10463                     "role": "Developer"
10464                 }
10465             ],
10466             "description": "HTML Content Assertions for PHPUnit",
10467             "homepage": "https://github.com/ssddanbrown/asserthtml",
10468             "support": {
10469                 "issues": "https://github.com/ssddanbrown/asserthtml/issues",
10470                 "source": "https://github.com/ssddanbrown/asserthtml/tree/v3.0.0"
10471             },
10472             "funding": [
10473                 {
10474                     "url": "https://github.com/ssddanbrown",
10475                     "type": "github"
10476                 }
10477             ],
10478             "time": "2023-05-11T14:26:12+00:00"
10479         },
10480         {
10481             "name": "symfony/dom-crawler",
10482             "version": "v6.4.4",
10483             "source": {
10484                 "type": "git",
10485                 "url": "https://github.com/symfony/dom-crawler.git",
10486                 "reference": "f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531"
10487             },
10488             "dist": {
10489                 "type": "zip",
10490                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531",
10491                 "reference": "f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531",
10492                 "shasum": ""
10493             },
10494             "require": {
10495                 "masterminds/html5": "^2.6",
10496                 "php": ">=8.1",
10497                 "symfony/polyfill-ctype": "~1.8",
10498                 "symfony/polyfill-mbstring": "~1.0"
10499             },
10500             "require-dev": {
10501                 "symfony/css-selector": "^5.4|^6.0|^7.0"
10502             },
10503             "type": "library",
10504             "autoload": {
10505                 "psr-4": {
10506                     "Symfony\\Component\\DomCrawler\\": ""
10507                 },
10508                 "exclude-from-classmap": [
10509                     "/Tests/"
10510                 ]
10511             },
10512             "notification-url": "https://packagist.org/downloads/",
10513             "license": [
10514                 "MIT"
10515             ],
10516             "authors": [
10517                 {
10518                     "name": "Fabien Potencier",
10519                     "email": "[email protected]"
10520                 },
10521                 {
10522                     "name": "Symfony Community",
10523                     "homepage": "https://symfony.com/contributors"
10524                 }
10525             ],
10526             "description": "Eases DOM navigation for HTML and XML documents",
10527             "homepage": "https://symfony.com",
10528             "support": {
10529                 "source": "https://github.com/symfony/dom-crawler/tree/v6.4.4"
10530             },
10531             "funding": [
10532                 {
10533                     "url": "https://symfony.com/sponsor",
10534                     "type": "custom"
10535                 },
10536                 {
10537                     "url": "https://github.com/fabpot",
10538                     "type": "github"
10539                 },
10540                 {
10541                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10542                     "type": "tidelift"
10543                 }
10544             ],
10545             "time": "2024-02-07T09:17:57+00:00"
10546         },
10547         {
10548             "name": "theseer/tokenizer",
10549             "version": "1.2.3",
10550             "source": {
10551                 "type": "git",
10552                 "url": "https://github.com/theseer/tokenizer.git",
10553                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
10554             },
10555             "dist": {
10556                 "type": "zip",
10557                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10558                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
10559                 "shasum": ""
10560             },
10561             "require": {
10562                 "ext-dom": "*",
10563                 "ext-tokenizer": "*",
10564                 "ext-xmlwriter": "*",
10565                 "php": "^7.2 || ^8.0"
10566             },
10567             "type": "library",
10568             "autoload": {
10569                 "classmap": [
10570                     "src/"
10571                 ]
10572             },
10573             "notification-url": "https://packagist.org/downloads/",
10574             "license": [
10575                 "BSD-3-Clause"
10576             ],
10577             "authors": [
10578                 {
10579                     "name": "Arne Blankerts",
10580                     "email": "[email protected]",
10581                     "role": "Developer"
10582                 }
10583             ],
10584             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10585             "support": {
10586                 "issues": "https://github.com/theseer/tokenizer/issues",
10587                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
10588             },
10589             "funding": [
10590                 {
10591                     "url": "https://github.com/theseer",
10592                     "type": "github"
10593                 }
10594             ],
10595             "time": "2024-03-03T12:36:25+00:00"
10596         }
10597     ],
10598     "aliases": [],
10599     "minimum-stability": "stable",
10600     "stability-flags": {
10601         "ssddanbrown/symfony-mailer": 20
10602     },
10603     "prefer-stable": true,
10604     "prefer-lowest": false,
10605     "platform": {
10606         "php": "^8.1.0",
10607         "ext-curl": "*",
10608         "ext-dom": "*",
10609         "ext-fileinfo": "*",
10610         "ext-gd": "*",
10611         "ext-json": "*",
10612         "ext-mbstring": "*",
10613         "ext-xml": "*"
10614     },
10615     "platform-dev": [],
10616     "platform-overrides": {
10617         "php": "8.1.0"
10618     },
10619     "plugin-api-version": "2.3.0"
10620 }