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