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