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