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