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