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