]> BookStack Code Mirror - bookstack/blob - composer.lock
Dependancies: Updated php & JS deps, updated license lists
[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": "97259e40ffe5518cfcdf1e32eacbb175",
8     "packages": [
9         {
10             "name": "aws/aws-crt-php",
11             "version": "v1.2.6",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/awslabs/aws-crt-php.git",
15                 "reference": "a63485b65b6b3367039306496d49737cf1995408"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/a63485b65b6b3367039306496d49737cf1995408",
20                 "reference": "a63485b65b6b3367039306496d49737cf1995408",
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.6"
60             },
61             "time": "2024-06-13T17:21:28+00:00"
62         },
63         {
64             "name": "aws/aws-sdk-php",
65             "version": "3.322.6",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/aws/aws-sdk-php.git",
69                 "reference": "ae7b0edab466c3440fe007c07cb62ae32a4dbfca"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ae7b0edab466c3440fe007c07cb62ae32a4dbfca",
74                 "reference": "ae7b0edab466c3440fe007c07cb62ae32a4dbfca",
75                 "shasum": ""
76             },
77             "require": {
78                 "aws/aws-crt-php": "^1.2.3",
79                 "ext-json": "*",
80                 "ext-pcre": "*",
81                 "ext-simplexml": "*",
82                 "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
83                 "guzzlehttp/promises": "^1.4.0 || ^2.0",
84                 "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
85                 "mtdowling/jmespath.php": "^2.6",
86                 "php": ">=7.2.5",
87                 "psr/http-message": "^1.0 || ^2.0"
88             },
89             "require-dev": {
90                 "andrewsville/php-token-reflection": "^1.4",
91                 "aws/aws-php-sns-message-validator": "~1.0",
92                 "behat/behat": "~3.0",
93                 "composer/composer": "^1.10.22",
94                 "dms/phpunit-arraysubset-asserts": "^0.4.0",
95                 "doctrine/cache": "~1.4",
96                 "ext-dom": "*",
97                 "ext-openssl": "*",
98                 "ext-pcntl": "*",
99                 "ext-sockets": "*",
100                 "nette/neon": "^2.3",
101                 "paragonie/random_compat": ">= 2",
102                 "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
103                 "psr/cache": "^1.0",
104                 "psr/simple-cache": "^1.0",
105                 "sebastian/comparator": "^1.2.3 || ^4.0",
106                 "yoast/phpunit-polyfills": "^1.0"
107             },
108             "suggest": {
109                 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
110                 "doctrine/cache": "To use the DoctrineCacheAdapter",
111                 "ext-curl": "To send requests using cURL",
112                 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
113                 "ext-sockets": "To use client-side monitoring"
114             },
115             "type": "library",
116             "extra": {
117                 "branch-alias": {
118                     "dev-master": "3.0-dev"
119                 }
120             },
121             "autoload": {
122                 "files": [
123                     "src/functions.php"
124                 ],
125                 "psr-4": {
126                     "Aws\\": "src/"
127                 },
128                 "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.322.6"
158             },
159             "time": "2024-09-26T18:12:45+00:00"
160         },
161         {
162             "name": "bacon/bacon-qr-code",
163             "version": "2.0.8",
164             "source": {
165                 "type": "git",
166                 "url": "https://github.com/Bacon/BaconQrCode.git",
167                 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
168             },
169             "dist": {
170                 "type": "zip",
171                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
172                 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
173                 "shasum": ""
174             },
175             "require": {
176                 "dasprid/enum": "^1.0.3",
177                 "ext-iconv": "*",
178                 "php": "^7.1 || ^8.0"
179             },
180             "require-dev": {
181                 "phly/keep-a-changelog": "^2.1",
182                 "phpunit/phpunit": "^7 | ^8 | ^9",
183                 "spatie/phpunit-snapshot-assertions": "^4.2.9",
184                 "squizlabs/php_codesniffer": "^3.4"
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/2.0.8"
212             },
213             "time": "2022-12-07T17:46:57+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.1",
565             "source": {
566                 "type": "git",
567                 "url": "https://github.com/doctrine/dbal.git",
568                 "reference": "d7dc08f98cba352b2bab5d32c5e58f7e745c11a7"
569             },
570             "dist": {
571                 "type": "zip",
572                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/d7dc08f98cba352b2bab5d32c5e58f7e745c11a7",
573                 "reference": "d7dc08f98cba352b2bab5d32c5e58f7e745c11a7",
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.0",
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.1"
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-09-01T13:49:23+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": "v2.0.8",
984             "source": {
985                 "type": "git",
986                 "url": "https://github.com/dompdf/dompdf.git",
987                 "reference": "c20247574601700e1f7c8dab39310fca1964dc52"
988             },
989             "dist": {
990                 "type": "zip",
991                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c20247574601700e1f7c8dab39310fca1964dc52",
992                 "reference": "c20247574601700e1f7c8dab39310fca1964dc52",
993                 "shasum": ""
994             },
995             "require": {
996                 "ext-dom": "*",
997                 "ext-mbstring": "*",
998                 "masterminds/html5": "^2.0",
999                 "phenx/php-font-lib": ">=0.5.4 <1.0.0",
1000                 "phenx/php-svg-lib": ">=0.5.2 <1.0.0",
1001                 "php": "^7.1 || ^8.0"
1002             },
1003             "require-dev": {
1004                 "ext-json": "*",
1005                 "ext-zip": "*",
1006                 "mockery/mockery": "^1.3",
1007                 "phpunit/phpunit": "^7.5 || ^8 || ^9",
1008                 "squizlabs/php_codesniffer": "^3.5"
1009             },
1010             "suggest": {
1011                 "ext-gd": "Needed to process images",
1012                 "ext-gmagick": "Improves image processing performance",
1013                 "ext-imagick": "Improves image processing performance",
1014                 "ext-zlib": "Needed for pdf stream compression"
1015             },
1016             "type": "library",
1017             "autoload": {
1018                 "psr-4": {
1019                     "Dompdf\\": "src/"
1020                 },
1021                 "classmap": [
1022                     "lib/"
1023                 ]
1024             },
1025             "notification-url": "https://packagist.org/downloads/",
1026             "license": [
1027                 "LGPL-2.1"
1028             ],
1029             "authors": [
1030                 {
1031                     "name": "The Dompdf Community",
1032                     "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
1033                 }
1034             ],
1035             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
1036             "homepage": "https://github.com/dompdf/dompdf",
1037             "support": {
1038                 "issues": "https://github.com/dompdf/dompdf/issues",
1039                 "source": "https://github.com/dompdf/dompdf/tree/v2.0.8"
1040             },
1041             "time": "2024-04-29T13:06:17+00:00"
1042         },
1043         {
1044             "name": "dragonmantank/cron-expression",
1045             "version": "v3.3.3",
1046             "source": {
1047                 "type": "git",
1048                 "url": "https://github.com/dragonmantank/cron-expression.git",
1049                 "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
1050             },
1051             "dist": {
1052                 "type": "zip",
1053                 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
1054                 "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
1055                 "shasum": ""
1056             },
1057             "require": {
1058                 "php": "^7.2|^8.0",
1059                 "webmozart/assert": "^1.0"
1060             },
1061             "replace": {
1062                 "mtdowling/cron-expression": "^1.0"
1063             },
1064             "require-dev": {
1065                 "phpstan/extension-installer": "^1.0",
1066                 "phpstan/phpstan": "^1.0",
1067                 "phpstan/phpstan-webmozart-assert": "^1.0",
1068                 "phpunit/phpunit": "^7.0|^8.0|^9.0"
1069             },
1070             "type": "library",
1071             "autoload": {
1072                 "psr-4": {
1073                     "Cron\\": "src/Cron/"
1074                 }
1075             },
1076             "notification-url": "https://packagist.org/downloads/",
1077             "license": [
1078                 "MIT"
1079             ],
1080             "authors": [
1081                 {
1082                     "name": "Chris Tankersley",
1083                     "email": "[email protected]",
1084                     "homepage": "https://github.com/dragonmantank"
1085                 }
1086             ],
1087             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1088             "keywords": [
1089                 "cron",
1090                 "schedule"
1091             ],
1092             "support": {
1093                 "issues": "https://github.com/dragonmantank/cron-expression/issues",
1094                 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
1095             },
1096             "funding": [
1097                 {
1098                     "url": "https://github.com/dragonmantank",
1099                     "type": "github"
1100                 }
1101             ],
1102             "time": "2023-08-10T19:36:49+00:00"
1103         },
1104         {
1105             "name": "egulias/email-validator",
1106             "version": "4.0.2",
1107             "source": {
1108                 "type": "git",
1109                 "url": "https://github.com/egulias/EmailValidator.git",
1110                 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
1111             },
1112             "dist": {
1113                 "type": "zip",
1114                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
1115                 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
1116                 "shasum": ""
1117             },
1118             "require": {
1119                 "doctrine/lexer": "^2.0 || ^3.0",
1120                 "php": ">=8.1",
1121                 "symfony/polyfill-intl-idn": "^1.26"
1122             },
1123             "require-dev": {
1124                 "phpunit/phpunit": "^10.2",
1125                 "vimeo/psalm": "^5.12"
1126             },
1127             "suggest": {
1128                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1129             },
1130             "type": "library",
1131             "extra": {
1132                 "branch-alias": {
1133                     "dev-master": "4.0.x-dev"
1134                 }
1135             },
1136             "autoload": {
1137                 "psr-4": {
1138                     "Egulias\\EmailValidator\\": "src"
1139                 }
1140             },
1141             "notification-url": "https://packagist.org/downloads/",
1142             "license": [
1143                 "MIT"
1144             ],
1145             "authors": [
1146                 {
1147                     "name": "Eduardo Gulias Davis"
1148                 }
1149             ],
1150             "description": "A library for validating emails against several RFCs",
1151             "homepage": "https://github.com/egulias/EmailValidator",
1152             "keywords": [
1153                 "email",
1154                 "emailvalidation",
1155                 "emailvalidator",
1156                 "validation",
1157                 "validator"
1158             ],
1159             "support": {
1160                 "issues": "https://github.com/egulias/EmailValidator/issues",
1161                 "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
1162             },
1163             "funding": [
1164                 {
1165                     "url": "https://github.com/egulias",
1166                     "type": "github"
1167                 }
1168             ],
1169             "time": "2023-10-06T06:47:41+00:00"
1170         },
1171         {
1172             "name": "firebase/php-jwt",
1173             "version": "v6.10.1",
1174             "source": {
1175                 "type": "git",
1176                 "url": "https://github.com/firebase/php-jwt.git",
1177                 "reference": "500501c2ce893c824c801da135d02661199f60c5"
1178             },
1179             "dist": {
1180                 "type": "zip",
1181                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5",
1182                 "reference": "500501c2ce893c824c801da135d02661199f60c5",
1183                 "shasum": ""
1184             },
1185             "require": {
1186                 "php": "^8.0"
1187             },
1188             "require-dev": {
1189                 "guzzlehttp/guzzle": "^7.4",
1190                 "phpspec/prophecy-phpunit": "^2.0",
1191                 "phpunit/phpunit": "^9.5",
1192                 "psr/cache": "^2.0||^3.0",
1193                 "psr/http-client": "^1.0",
1194                 "psr/http-factory": "^1.0"
1195             },
1196             "suggest": {
1197                 "ext-sodium": "Support EdDSA (Ed25519) signatures",
1198                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
1199             },
1200             "type": "library",
1201             "autoload": {
1202                 "psr-4": {
1203                     "Firebase\\JWT\\": "src"
1204                 }
1205             },
1206             "notification-url": "https://packagist.org/downloads/",
1207             "license": [
1208                 "BSD-3-Clause"
1209             ],
1210             "authors": [
1211                 {
1212                     "name": "Neuman Vong",
1213                     "email": "[email protected]",
1214                     "role": "Developer"
1215                 },
1216                 {
1217                     "name": "Anant Narayanan",
1218                     "email": "[email protected]",
1219                     "role": "Developer"
1220                 }
1221             ],
1222             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
1223             "homepage": "https://github.com/firebase/php-jwt",
1224             "keywords": [
1225                 "jwt",
1226                 "php"
1227             ],
1228             "support": {
1229                 "issues": "https://github.com/firebase/php-jwt/issues",
1230                 "source": "https://github.com/firebase/php-jwt/tree/v6.10.1"
1231             },
1232             "time": "2024-05-18T18:05:11+00:00"
1233         },
1234         {
1235             "name": "fruitcake/php-cors",
1236             "version": "v1.3.0",
1237             "source": {
1238                 "type": "git",
1239                 "url": "https://github.com/fruitcake/php-cors.git",
1240                 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
1241             },
1242             "dist": {
1243                 "type": "zip",
1244                 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
1245                 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
1246                 "shasum": ""
1247             },
1248             "require": {
1249                 "php": "^7.4|^8.0",
1250                 "symfony/http-foundation": "^4.4|^5.4|^6|^7"
1251             },
1252             "require-dev": {
1253                 "phpstan/phpstan": "^1.4",
1254                 "phpunit/phpunit": "^9",
1255                 "squizlabs/php_codesniffer": "^3.5"
1256             },
1257             "type": "library",
1258             "extra": {
1259                 "branch-alias": {
1260                     "dev-master": "1.2-dev"
1261                 }
1262             },
1263             "autoload": {
1264                 "psr-4": {
1265                     "Fruitcake\\Cors\\": "src/"
1266                 }
1267             },
1268             "notification-url": "https://packagist.org/downloads/",
1269             "license": [
1270                 "MIT"
1271             ],
1272             "authors": [
1273                 {
1274                     "name": "Fruitcake",
1275                     "homepage": "https://fruitcake.nl"
1276                 },
1277                 {
1278                     "name": "Barryvdh",
1279                     "email": "[email protected]"
1280                 }
1281             ],
1282             "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
1283             "homepage": "https://github.com/fruitcake/php-cors",
1284             "keywords": [
1285                 "cors",
1286                 "laravel",
1287                 "symfony"
1288             ],
1289             "support": {
1290                 "issues": "https://github.com/fruitcake/php-cors/issues",
1291                 "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
1292             },
1293             "funding": [
1294                 {
1295                     "url": "https://fruitcake.nl",
1296                     "type": "custom"
1297                 },
1298                 {
1299                     "url": "https://github.com/barryvdh",
1300                     "type": "github"
1301                 }
1302             ],
1303             "time": "2023-10-12T05:21:21+00:00"
1304         },
1305         {
1306             "name": "graham-campbell/result-type",
1307             "version": "v1.1.3",
1308             "source": {
1309                 "type": "git",
1310                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1311                 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
1312             },
1313             "dist": {
1314                 "type": "zip",
1315                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
1316                 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
1317                 "shasum": ""
1318             },
1319             "require": {
1320                 "php": "^7.2.5 || ^8.0",
1321                 "phpoption/phpoption": "^1.9.3"
1322             },
1323             "require-dev": {
1324                 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
1325             },
1326             "type": "library",
1327             "autoload": {
1328                 "psr-4": {
1329                     "GrahamCampbell\\ResultType\\": "src/"
1330                 }
1331             },
1332             "notification-url": "https://packagist.org/downloads/",
1333             "license": [
1334                 "MIT"
1335             ],
1336             "authors": [
1337                 {
1338                     "name": "Graham Campbell",
1339                     "email": "[email protected]",
1340                     "homepage": "https://github.com/GrahamCampbell"
1341                 }
1342             ],
1343             "description": "An Implementation Of The Result Type",
1344             "keywords": [
1345                 "Graham Campbell",
1346                 "GrahamCampbell",
1347                 "Result Type",
1348                 "Result-Type",
1349                 "result"
1350             ],
1351             "support": {
1352                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1353                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
1354             },
1355             "funding": [
1356                 {
1357                     "url": "https://github.com/GrahamCampbell",
1358                     "type": "github"
1359                 },
1360                 {
1361                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1362                     "type": "tidelift"
1363                 }
1364             ],
1365             "time": "2024-07-20T21:45:45+00:00"
1366         },
1367         {
1368             "name": "guzzlehttp/guzzle",
1369             "version": "7.9.2",
1370             "source": {
1371                 "type": "git",
1372                 "url": "https://github.com/guzzle/guzzle.git",
1373                 "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
1374             },
1375             "dist": {
1376                 "type": "zip",
1377                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
1378                 "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
1379                 "shasum": ""
1380             },
1381             "require": {
1382                 "ext-json": "*",
1383                 "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
1384                 "guzzlehttp/psr7": "^2.7.0",
1385                 "php": "^7.2.5 || ^8.0",
1386                 "psr/http-client": "^1.0",
1387                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1388             },
1389             "provide": {
1390                 "psr/http-client-implementation": "1.0"
1391             },
1392             "require-dev": {
1393                 "bamarni/composer-bin-plugin": "^1.8.2",
1394                 "ext-curl": "*",
1395                 "guzzle/client-integration-tests": "3.0.2",
1396                 "php-http/message-factory": "^1.1",
1397                 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
1398                 "psr/log": "^1.1 || ^2.0 || ^3.0"
1399             },
1400             "suggest": {
1401                 "ext-curl": "Required for CURL handler support",
1402                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1403                 "psr/log": "Required for using the Log middleware"
1404             },
1405             "type": "library",
1406             "extra": {
1407                 "bamarni-bin": {
1408                     "bin-links": true,
1409                     "forward-command": false
1410                 }
1411             },
1412             "autoload": {
1413                 "files": [
1414                     "src/functions_include.php"
1415                 ],
1416                 "psr-4": {
1417                     "GuzzleHttp\\": "src/"
1418                 }
1419             },
1420             "notification-url": "https://packagist.org/downloads/",
1421             "license": [
1422                 "MIT"
1423             ],
1424             "authors": [
1425                 {
1426                     "name": "Graham Campbell",
1427                     "email": "[email protected]",
1428                     "homepage": "https://github.com/GrahamCampbell"
1429                 },
1430                 {
1431                     "name": "Michael Dowling",
1432                     "email": "[email protected]",
1433                     "homepage": "https://github.com/mtdowling"
1434                 },
1435                 {
1436                     "name": "Jeremy Lindblom",
1437                     "email": "[email protected]",
1438                     "homepage": "https://github.com/jeremeamia"
1439                 },
1440                 {
1441                     "name": "George Mponos",
1442                     "email": "[email protected]",
1443                     "homepage": "https://github.com/gmponos"
1444                 },
1445                 {
1446                     "name": "Tobias Nyholm",
1447                     "email": "[email protected]",
1448                     "homepage": "https://github.com/Nyholm"
1449                 },
1450                 {
1451                     "name": "Márk Sági-Kazár",
1452                     "email": "[email protected]",
1453                     "homepage": "https://github.com/sagikazarmark"
1454                 },
1455                 {
1456                     "name": "Tobias Schultze",
1457                     "email": "[email protected]",
1458                     "homepage": "https://github.com/Tobion"
1459                 }
1460             ],
1461             "description": "Guzzle is a PHP HTTP client library",
1462             "keywords": [
1463                 "client",
1464                 "curl",
1465                 "framework",
1466                 "http",
1467                 "http client",
1468                 "psr-18",
1469                 "psr-7",
1470                 "rest",
1471                 "web service"
1472             ],
1473             "support": {
1474                 "issues": "https://github.com/guzzle/guzzle/issues",
1475                 "source": "https://github.com/guzzle/guzzle/tree/7.9.2"
1476             },
1477             "funding": [
1478                 {
1479                     "url": "https://github.com/GrahamCampbell",
1480                     "type": "github"
1481                 },
1482                 {
1483                     "url": "https://github.com/Nyholm",
1484                     "type": "github"
1485                 },
1486                 {
1487                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1488                     "type": "tidelift"
1489                 }
1490             ],
1491             "time": "2024-07-24T11:22:20+00:00"
1492         },
1493         {
1494             "name": "guzzlehttp/promises",
1495             "version": "2.0.3",
1496             "source": {
1497                 "type": "git",
1498                 "url": "https://github.com/guzzle/promises.git",
1499                 "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
1500             },
1501             "dist": {
1502                 "type": "zip",
1503                 "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
1504                 "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
1505                 "shasum": ""
1506             },
1507             "require": {
1508                 "php": "^7.2.5 || ^8.0"
1509             },
1510             "require-dev": {
1511                 "bamarni/composer-bin-plugin": "^1.8.2",
1512                 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
1513             },
1514             "type": "library",
1515             "extra": {
1516                 "bamarni-bin": {
1517                     "bin-links": true,
1518                     "forward-command": false
1519                 }
1520             },
1521             "autoload": {
1522                 "psr-4": {
1523                     "GuzzleHttp\\Promise\\": "src/"
1524                 }
1525             },
1526             "notification-url": "https://packagist.org/downloads/",
1527             "license": [
1528                 "MIT"
1529             ],
1530             "authors": [
1531                 {
1532                     "name": "Graham Campbell",
1533                     "email": "[email protected]",
1534                     "homepage": "https://github.com/GrahamCampbell"
1535                 },
1536                 {
1537                     "name": "Michael Dowling",
1538                     "email": "[email protected]",
1539                     "homepage": "https://github.com/mtdowling"
1540                 },
1541                 {
1542                     "name": "Tobias Nyholm",
1543                     "email": "[email protected]",
1544                     "homepage": "https://github.com/Nyholm"
1545                 },
1546                 {
1547                     "name": "Tobias Schultze",
1548                     "email": "[email protected]",
1549                     "homepage": "https://github.com/Tobion"
1550                 }
1551             ],
1552             "description": "Guzzle promises library",
1553             "keywords": [
1554                 "promise"
1555             ],
1556             "support": {
1557                 "issues": "https://github.com/guzzle/promises/issues",
1558                 "source": "https://github.com/guzzle/promises/tree/2.0.3"
1559             },
1560             "funding": [
1561                 {
1562                     "url": "https://github.com/GrahamCampbell",
1563                     "type": "github"
1564                 },
1565                 {
1566                     "url": "https://github.com/Nyholm",
1567                     "type": "github"
1568                 },
1569                 {
1570                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1571                     "type": "tidelift"
1572                 }
1573             ],
1574             "time": "2024-07-18T10:29:17+00:00"
1575         },
1576         {
1577             "name": "guzzlehttp/psr7",
1578             "version": "2.7.0",
1579             "source": {
1580                 "type": "git",
1581                 "url": "https://github.com/guzzle/psr7.git",
1582                 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
1583             },
1584             "dist": {
1585                 "type": "zip",
1586                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
1587                 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
1588                 "shasum": ""
1589             },
1590             "require": {
1591                 "php": "^7.2.5 || ^8.0",
1592                 "psr/http-factory": "^1.0",
1593                 "psr/http-message": "^1.1 || ^2.0",
1594                 "ralouphie/getallheaders": "^3.0"
1595             },
1596             "provide": {
1597                 "psr/http-factory-implementation": "1.0",
1598                 "psr/http-message-implementation": "1.0"
1599             },
1600             "require-dev": {
1601                 "bamarni/composer-bin-plugin": "^1.8.2",
1602                 "http-interop/http-factory-tests": "0.9.0",
1603                 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
1604             },
1605             "suggest": {
1606                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1607             },
1608             "type": "library",
1609             "extra": {
1610                 "bamarni-bin": {
1611                     "bin-links": true,
1612                     "forward-command": false
1613                 }
1614             },
1615             "autoload": {
1616                 "psr-4": {
1617                     "GuzzleHttp\\Psr7\\": "src/"
1618                 }
1619             },
1620             "notification-url": "https://packagist.org/downloads/",
1621             "license": [
1622                 "MIT"
1623             ],
1624             "authors": [
1625                 {
1626                     "name": "Graham Campbell",
1627                     "email": "[email protected]",
1628                     "homepage": "https://github.com/GrahamCampbell"
1629                 },
1630                 {
1631                     "name": "Michael Dowling",
1632                     "email": "[email protected]",
1633                     "homepage": "https://github.com/mtdowling"
1634                 },
1635                 {
1636                     "name": "George Mponos",
1637                     "email": "[email protected]",
1638                     "homepage": "https://github.com/gmponos"
1639                 },
1640                 {
1641                     "name": "Tobias Nyholm",
1642                     "email": "[email protected]",
1643                     "homepage": "https://github.com/Nyholm"
1644                 },
1645                 {
1646                     "name": "Márk Sági-Kazár",
1647                     "email": "[email protected]",
1648                     "homepage": "https://github.com/sagikazarmark"
1649                 },
1650                 {
1651                     "name": "Tobias Schultze",
1652                     "email": "[email protected]",
1653                     "homepage": "https://github.com/Tobion"
1654                 },
1655                 {
1656                     "name": "Márk Sági-Kazár",
1657                     "email": "[email protected]",
1658                     "homepage": "https://sagikazarmark.hu"
1659                 }
1660             ],
1661             "description": "PSR-7 message implementation that also provides common utility methods",
1662             "keywords": [
1663                 "http",
1664                 "message",
1665                 "psr-7",
1666                 "request",
1667                 "response",
1668                 "stream",
1669                 "uri",
1670                 "url"
1671             ],
1672             "support": {
1673                 "issues": "https://github.com/guzzle/psr7/issues",
1674                 "source": "https://github.com/guzzle/psr7/tree/2.7.0"
1675             },
1676             "funding": [
1677                 {
1678                     "url": "https://github.com/GrahamCampbell",
1679                     "type": "github"
1680                 },
1681                 {
1682                     "url": "https://github.com/Nyholm",
1683                     "type": "github"
1684                 },
1685                 {
1686                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1687                     "type": "tidelift"
1688                 }
1689             ],
1690             "time": "2024-07-18T11:15:46+00:00"
1691         },
1692         {
1693             "name": "guzzlehttp/uri-template",
1694             "version": "v1.0.3",
1695             "source": {
1696                 "type": "git",
1697                 "url": "https://github.com/guzzle/uri-template.git",
1698                 "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
1699             },
1700             "dist": {
1701                 "type": "zip",
1702                 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
1703                 "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
1704                 "shasum": ""
1705             },
1706             "require": {
1707                 "php": "^7.2.5 || ^8.0",
1708                 "symfony/polyfill-php80": "^1.24"
1709             },
1710             "require-dev": {
1711                 "bamarni/composer-bin-plugin": "^1.8.2",
1712                 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1713                 "uri-template/tests": "1.0.0"
1714             },
1715             "type": "library",
1716             "extra": {
1717                 "bamarni-bin": {
1718                     "bin-links": true,
1719                     "forward-command": false
1720                 }
1721             },
1722             "autoload": {
1723                 "psr-4": {
1724                     "GuzzleHttp\\UriTemplate\\": "src"
1725                 }
1726             },
1727             "notification-url": "https://packagist.org/downloads/",
1728             "license": [
1729                 "MIT"
1730             ],
1731             "authors": [
1732                 {
1733                     "name": "Graham Campbell",
1734                     "email": "[email protected]",
1735                     "homepage": "https://github.com/GrahamCampbell"
1736                 },
1737                 {
1738                     "name": "Michael Dowling",
1739                     "email": "[email protected]",
1740                     "homepage": "https://github.com/mtdowling"
1741                 },
1742                 {
1743                     "name": "George Mponos",
1744                     "email": "[email protected]",
1745                     "homepage": "https://github.com/gmponos"
1746                 },
1747                 {
1748                     "name": "Tobias Nyholm",
1749                     "email": "[email protected]",
1750                     "homepage": "https://github.com/Nyholm"
1751                 }
1752             ],
1753             "description": "A polyfill class for uri_template of PHP",
1754             "keywords": [
1755                 "guzzlehttp",
1756                 "uri-template"
1757             ],
1758             "support": {
1759                 "issues": "https://github.com/guzzle/uri-template/issues",
1760                 "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
1761             },
1762             "funding": [
1763                 {
1764                     "url": "https://github.com/GrahamCampbell",
1765                     "type": "github"
1766                 },
1767                 {
1768                     "url": "https://github.com/Nyholm",
1769                     "type": "github"
1770                 },
1771                 {
1772                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1773                     "type": "tidelift"
1774                 }
1775             ],
1776             "time": "2023-12-03T19:50:20+00:00"
1777         },
1778         {
1779             "name": "intervention/gif",
1780             "version": "4.2.0",
1781             "source": {
1782                 "type": "git",
1783                 "url": "https://github.com/Intervention/gif.git",
1784                 "reference": "42c131a31b93c440ad49061b599fa218f06f93be"
1785             },
1786             "dist": {
1787                 "type": "zip",
1788                 "url": "https://api.github.com/repos/Intervention/gif/zipball/42c131a31b93c440ad49061b599fa218f06f93be",
1789                 "reference": "42c131a31b93c440ad49061b599fa218f06f93be",
1790                 "shasum": ""
1791             },
1792             "require": {
1793                 "php": "^8.1"
1794             },
1795             "require-dev": {
1796                 "phpstan/phpstan": "^1",
1797                 "phpunit/phpunit": "^10.0",
1798                 "slevomat/coding-standard": "~8.0",
1799                 "squizlabs/php_codesniffer": "^3.8"
1800             },
1801             "type": "library",
1802             "autoload": {
1803                 "psr-4": {
1804                     "Intervention\\Gif\\": "src"
1805                 }
1806             },
1807             "notification-url": "https://packagist.org/downloads/",
1808             "license": [
1809                 "MIT"
1810             ],
1811             "authors": [
1812                 {
1813                     "name": "Oliver Vogel",
1814                     "email": "[email protected]",
1815                     "homepage": "https://intervention.io/"
1816                 }
1817             ],
1818             "description": "Native PHP GIF Encoder/Decoder",
1819             "homepage": "https://github.com/intervention/gif",
1820             "keywords": [
1821                 "animation",
1822                 "gd",
1823                 "gif",
1824                 "image"
1825             ],
1826             "support": {
1827                 "issues": "https://github.com/Intervention/gif/issues",
1828                 "source": "https://github.com/Intervention/gif/tree/4.2.0"
1829             },
1830             "funding": [
1831                 {
1832                     "url": "https://paypal.me/interventionio",
1833                     "type": "custom"
1834                 },
1835                 {
1836                     "url": "https://github.com/Intervention",
1837                     "type": "github"
1838                 },
1839                 {
1840                     "url": "https://ko-fi.com/interventionphp",
1841                     "type": "ko_fi"
1842                 }
1843             ],
1844             "time": "2024-09-20T13:35:02+00:00"
1845         },
1846         {
1847             "name": "intervention/image",
1848             "version": "3.8.0",
1849             "source": {
1850                 "type": "git",
1851                 "url": "https://github.com/Intervention/image.git",
1852                 "reference": "1786ad5e1789050939d73cd195de4b8eaeeb34ed"
1853             },
1854             "dist": {
1855                 "type": "zip",
1856                 "url": "https://api.github.com/repos/Intervention/image/zipball/1786ad5e1789050939d73cd195de4b8eaeeb34ed",
1857                 "reference": "1786ad5e1789050939d73cd195de4b8eaeeb34ed",
1858                 "shasum": ""
1859             },
1860             "require": {
1861                 "ext-mbstring": "*",
1862                 "intervention/gif": "^4.1",
1863                 "php": "^8.1"
1864             },
1865             "require-dev": {
1866                 "mockery/mockery": "^1.6",
1867                 "phpstan/phpstan": "^1",
1868                 "phpunit/phpunit": "^10.0",
1869                 "slevomat/coding-standard": "~8.0",
1870                 "squizlabs/php_codesniffer": "^3.8"
1871             },
1872             "suggest": {
1873                 "ext-exif": "Recommended to be able to read EXIF data properly."
1874             },
1875             "type": "library",
1876             "autoload": {
1877                 "psr-4": {
1878                     "Intervention\\Image\\": "src"
1879                 }
1880             },
1881             "notification-url": "https://packagist.org/downloads/",
1882             "license": [
1883                 "MIT"
1884             ],
1885             "authors": [
1886                 {
1887                     "name": "Oliver Vogel",
1888                     "email": "[email protected]",
1889                     "homepage": "https://intervention.io/"
1890                 }
1891             ],
1892             "description": "PHP image manipulation",
1893             "homepage": "https://image.intervention.io/",
1894             "keywords": [
1895                 "gd",
1896                 "image",
1897                 "imagick",
1898                 "resize",
1899                 "thumbnail",
1900                 "watermark"
1901             ],
1902             "support": {
1903                 "issues": "https://github.com/Intervention/image/issues",
1904                 "source": "https://github.com/Intervention/image/tree/3.8.0"
1905             },
1906             "funding": [
1907                 {
1908                     "url": "https://paypal.me/interventionio",
1909                     "type": "custom"
1910                 },
1911                 {
1912                     "url": "https://github.com/Intervention",
1913                     "type": "github"
1914                 },
1915                 {
1916                     "url": "https://ko-fi.com/interventionphp",
1917                     "type": "ko_fi"
1918                 }
1919             ],
1920             "time": "2024-08-16T14:57:26+00:00"
1921         },
1922         {
1923             "name": "knplabs/knp-snappy",
1924             "version": "v1.5.0",
1925             "source": {
1926                 "type": "git",
1927                 "url": "https://github.com/KnpLabs/snappy.git",
1928                 "reference": "98468898b50c09f26d56d905b79b0f52a2215da6"
1929             },
1930             "dist": {
1931                 "type": "zip",
1932                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/98468898b50c09f26d56d905b79b0f52a2215da6",
1933                 "reference": "98468898b50c09f26d56d905b79b0f52a2215da6",
1934                 "shasum": ""
1935             },
1936             "require": {
1937                 "php": ">=8.1",
1938                 "psr/log": "^2.0||^3.0",
1939                 "symfony/process": "^5.0||^6.0||^7.0"
1940             },
1941             "require-dev": {
1942                 "friendsofphp/php-cs-fixer": "^3.0",
1943                 "pedrotroller/php-cs-custom-fixer": "^2.19",
1944                 "phpstan/phpstan": "^1.0.0",
1945                 "phpstan/phpstan-phpunit": "^1.0.0",
1946                 "phpunit/phpunit": "^8.5"
1947             },
1948             "type": "library",
1949             "extra": {
1950                 "branch-alias": {
1951                     "dev-master": "1.x-dev"
1952                 }
1953             },
1954             "autoload": {
1955                 "psr-4": {
1956                     "Knp\\Snappy\\": "src/Knp/Snappy"
1957                 }
1958             },
1959             "notification-url": "https://packagist.org/downloads/",
1960             "license": [
1961                 "MIT"
1962             ],
1963             "authors": [
1964                 {
1965                     "name": "KNP Labs Team",
1966                     "homepage": "http://knplabs.com"
1967                 },
1968                 {
1969                     "name": "Symfony Community",
1970                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1971                 }
1972             ],
1973             "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1974             "homepage": "http://github.com/KnpLabs/snappy",
1975             "keywords": [
1976                 "knp",
1977                 "knplabs",
1978                 "pdf",
1979                 "snapshot",
1980                 "thumbnail",
1981                 "wkhtmltopdf"
1982             ],
1983             "support": {
1984                 "issues": "https://github.com/KnpLabs/snappy/issues",
1985                 "source": "https://github.com/KnpLabs/snappy/tree/v1.5.0"
1986             },
1987             "time": "2023-12-18T09:12:11+00:00"
1988         },
1989         {
1990             "name": "laravel/framework",
1991             "version": "v10.48.22",
1992             "source": {
1993                 "type": "git",
1994                 "url": "https://github.com/laravel/framework.git",
1995                 "reference": "c4ea52bb044faef4a103d7dd81746c01b2ec860e"
1996             },
1997             "dist": {
1998                 "type": "zip",
1999                 "url": "https://api.github.com/repos/laravel/framework/zipball/c4ea52bb044faef4a103d7dd81746c01b2ec860e",
2000                 "reference": "c4ea52bb044faef4a103d7dd81746c01b2ec860e",
2001                 "shasum": ""
2002             },
2003             "require": {
2004                 "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
2005                 "composer-runtime-api": "^2.2",
2006                 "doctrine/inflector": "^2.0.5",
2007                 "dragonmantank/cron-expression": "^3.3.2",
2008                 "egulias/email-validator": "^3.2.1|^4.0",
2009                 "ext-ctype": "*",
2010                 "ext-filter": "*",
2011                 "ext-hash": "*",
2012                 "ext-mbstring": "*",
2013                 "ext-openssl": "*",
2014                 "ext-session": "*",
2015                 "ext-tokenizer": "*",
2016                 "fruitcake/php-cors": "^1.2",
2017                 "guzzlehttp/uri-template": "^1.0",
2018                 "laravel/prompts": "^0.1.9",
2019                 "laravel/serializable-closure": "^1.3",
2020                 "league/commonmark": "^2.2.1",
2021                 "league/flysystem": "^3.8.0",
2022                 "monolog/monolog": "^3.0",
2023                 "nesbot/carbon": "^2.67",
2024                 "nunomaduro/termwind": "^1.13",
2025                 "php": "^8.1",
2026                 "psr/container": "^1.1.1|^2.0.1",
2027                 "psr/log": "^1.0|^2.0|^3.0",
2028                 "psr/simple-cache": "^1.0|^2.0|^3.0",
2029                 "ramsey/uuid": "^4.7",
2030                 "symfony/console": "^6.2",
2031                 "symfony/error-handler": "^6.2",
2032                 "symfony/finder": "^6.2",
2033                 "symfony/http-foundation": "^6.4",
2034                 "symfony/http-kernel": "^6.2",
2035                 "symfony/mailer": "^6.2",
2036                 "symfony/mime": "^6.2",
2037                 "symfony/process": "^6.2",
2038                 "symfony/routing": "^6.2",
2039                 "symfony/uid": "^6.2",
2040                 "symfony/var-dumper": "^6.2",
2041                 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
2042                 "vlucas/phpdotenv": "^5.4.1",
2043                 "voku/portable-ascii": "^2.0"
2044             },
2045             "conflict": {
2046                 "carbonphp/carbon-doctrine-types": ">=3.0",
2047                 "doctrine/dbal": ">=4.0",
2048                 "mockery/mockery": "1.6.8",
2049                 "phpunit/phpunit": ">=11.0.0",
2050                 "tightenco/collect": "<5.5.33"
2051             },
2052             "provide": {
2053                 "psr/container-implementation": "1.1|2.0",
2054                 "psr/simple-cache-implementation": "1.0|2.0|3.0"
2055             },
2056             "replace": {
2057                 "illuminate/auth": "self.version",
2058                 "illuminate/broadcasting": "self.version",
2059                 "illuminate/bus": "self.version",
2060                 "illuminate/cache": "self.version",
2061                 "illuminate/collections": "self.version",
2062                 "illuminate/conditionable": "self.version",
2063                 "illuminate/config": "self.version",
2064                 "illuminate/console": "self.version",
2065                 "illuminate/container": "self.version",
2066                 "illuminate/contracts": "self.version",
2067                 "illuminate/cookie": "self.version",
2068                 "illuminate/database": "self.version",
2069                 "illuminate/encryption": "self.version",
2070                 "illuminate/events": "self.version",
2071                 "illuminate/filesystem": "self.version",
2072                 "illuminate/hashing": "self.version",
2073                 "illuminate/http": "self.version",
2074                 "illuminate/log": "self.version",
2075                 "illuminate/macroable": "self.version",
2076                 "illuminate/mail": "self.version",
2077                 "illuminate/notifications": "self.version",
2078                 "illuminate/pagination": "self.version",
2079                 "illuminate/pipeline": "self.version",
2080                 "illuminate/process": "self.version",
2081                 "illuminate/queue": "self.version",
2082                 "illuminate/redis": "self.version",
2083                 "illuminate/routing": "self.version",
2084                 "illuminate/session": "self.version",
2085                 "illuminate/support": "self.version",
2086                 "illuminate/testing": "self.version",
2087                 "illuminate/translation": "self.version",
2088                 "illuminate/validation": "self.version",
2089                 "illuminate/view": "self.version"
2090             },
2091             "require-dev": {
2092                 "ably/ably-php": "^1.0",
2093                 "aws/aws-sdk-php": "^3.235.5",
2094                 "doctrine/dbal": "^3.5.1",
2095                 "ext-gmp": "*",
2096                 "fakerphp/faker": "^1.21",
2097                 "guzzlehttp/guzzle": "^7.5",
2098                 "league/flysystem-aws-s3-v3": "^3.0",
2099                 "league/flysystem-ftp": "^3.0",
2100                 "league/flysystem-path-prefixing": "^3.3",
2101                 "league/flysystem-read-only": "^3.3",
2102                 "league/flysystem-sftp-v3": "^3.0",
2103                 "mockery/mockery": "^1.5.1",
2104                 "nyholm/psr7": "^1.2",
2105                 "orchestra/testbench-core": "^8.23.4",
2106                 "pda/pheanstalk": "^4.0",
2107                 "phpstan/phpstan": "^1.4.7",
2108                 "phpunit/phpunit": "^10.0.7",
2109                 "predis/predis": "^2.0.2",
2110                 "symfony/cache": "^6.2",
2111                 "symfony/http-client": "^6.2.4",
2112                 "symfony/psr-http-message-bridge": "^2.0"
2113             },
2114             "suggest": {
2115                 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
2116                 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
2117                 "brianium/paratest": "Required to run tests in parallel (^6.0).",
2118                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
2119                 "ext-apcu": "Required to use the APC cache driver.",
2120                 "ext-fileinfo": "Required to use the Filesystem class.",
2121                 "ext-ftp": "Required to use the Flysystem FTP driver.",
2122                 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
2123                 "ext-memcached": "Required to use the memcache cache driver.",
2124                 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
2125                 "ext-pdo": "Required to use all database features.",
2126                 "ext-posix": "Required to use all features of the queue worker.",
2127                 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
2128                 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
2129                 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
2130                 "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
2131                 "laravel/tinker": "Required to use the tinker console command (^2.0).",
2132                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
2133                 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
2134                 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
2135                 "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
2136                 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
2137                 "mockery/mockery": "Required to use mocking (^1.5.1).",
2138                 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
2139                 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
2140                 "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
2141                 "predis/predis": "Required to use the predis connector (^2.0.2).",
2142                 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
2143                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
2144                 "symfony/cache": "Required to PSR-6 cache bridge (^6.2).",
2145                 "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
2146                 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.2).",
2147                 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.2).",
2148                 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).",
2149                 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
2150             },
2151             "type": "library",
2152             "extra": {
2153                 "branch-alias": {
2154                     "dev-master": "10.x-dev"
2155                 }
2156             },
2157             "autoload": {
2158                 "files": [
2159                     "src/Illuminate/Collections/helpers.php",
2160                     "src/Illuminate/Events/functions.php",
2161                     "src/Illuminate/Filesystem/functions.php",
2162                     "src/Illuminate/Foundation/helpers.php",
2163                     "src/Illuminate/Support/helpers.php"
2164                 ],
2165                 "psr-4": {
2166                     "Illuminate\\": "src/Illuminate/",
2167                     "Illuminate\\Support\\": [
2168                         "src/Illuminate/Macroable/",
2169                         "src/Illuminate/Collections/",
2170                         "src/Illuminate/Conditionable/"
2171                     ]
2172                 }
2173             },
2174             "notification-url": "https://packagist.org/downloads/",
2175             "license": [
2176                 "MIT"
2177             ],
2178             "authors": [
2179                 {
2180                     "name": "Taylor Otwell",
2181                     "email": "[email protected]"
2182                 }
2183             ],
2184             "description": "The Laravel Framework.",
2185             "homepage": "https://laravel.com",
2186             "keywords": [
2187                 "framework",
2188                 "laravel"
2189             ],
2190             "support": {
2191                 "issues": "https://github.com/laravel/framework/issues",
2192                 "source": "https://github.com/laravel/framework"
2193             },
2194             "time": "2024-09-12T15:00:09+00:00"
2195         },
2196         {
2197             "name": "laravel/prompts",
2198             "version": "v0.1.25",
2199             "source": {
2200                 "type": "git",
2201                 "url": "https://github.com/laravel/prompts.git",
2202                 "reference": "7b4029a84c37cb2725fc7f011586e2997040bc95"
2203             },
2204             "dist": {
2205                 "type": "zip",
2206                 "url": "https://api.github.com/repos/laravel/prompts/zipball/7b4029a84c37cb2725fc7f011586e2997040bc95",
2207                 "reference": "7b4029a84c37cb2725fc7f011586e2997040bc95",
2208                 "shasum": ""
2209             },
2210             "require": {
2211                 "ext-mbstring": "*",
2212                 "illuminate/collections": "^10.0|^11.0",
2213                 "php": "^8.1",
2214                 "symfony/console": "^6.2|^7.0"
2215             },
2216             "conflict": {
2217                 "illuminate/console": ">=10.17.0 <10.25.0",
2218                 "laravel/framework": ">=10.17.0 <10.25.0"
2219             },
2220             "require-dev": {
2221                 "mockery/mockery": "^1.5",
2222                 "pestphp/pest": "^2.3",
2223                 "phpstan/phpstan": "^1.11",
2224                 "phpstan/phpstan-mockery": "^1.1"
2225             },
2226             "suggest": {
2227                 "ext-pcntl": "Required for the spinner to be animated."
2228             },
2229             "type": "library",
2230             "extra": {
2231                 "branch-alias": {
2232                     "dev-main": "0.1.x-dev"
2233                 }
2234             },
2235             "autoload": {
2236                 "files": [
2237                     "src/helpers.php"
2238                 ],
2239                 "psr-4": {
2240                     "Laravel\\Prompts\\": "src/"
2241                 }
2242             },
2243             "notification-url": "https://packagist.org/downloads/",
2244             "license": [
2245                 "MIT"
2246             ],
2247             "description": "Add beautiful and user-friendly forms to your command-line applications.",
2248             "support": {
2249                 "issues": "https://github.com/laravel/prompts/issues",
2250                 "source": "https://github.com/laravel/prompts/tree/v0.1.25"
2251             },
2252             "time": "2024-08-12T22:06:33+00:00"
2253         },
2254         {
2255             "name": "laravel/serializable-closure",
2256             "version": "v1.3.5",
2257             "source": {
2258                 "type": "git",
2259                 "url": "https://github.com/laravel/serializable-closure.git",
2260                 "reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c"
2261             },
2262             "dist": {
2263                 "type": "zip",
2264                 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c",
2265                 "reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c",
2266                 "shasum": ""
2267             },
2268             "require": {
2269                 "php": "^7.3|^8.0"
2270             },
2271             "require-dev": {
2272                 "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
2273                 "nesbot/carbon": "^2.61|^3.0",
2274                 "pestphp/pest": "^1.21.3",
2275                 "phpstan/phpstan": "^1.8.2",
2276                 "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
2277             },
2278             "type": "library",
2279             "extra": {
2280                 "branch-alias": {
2281                     "dev-master": "1.x-dev"
2282                 }
2283             },
2284             "autoload": {
2285                 "psr-4": {
2286                     "Laravel\\SerializableClosure\\": "src/"
2287                 }
2288             },
2289             "notification-url": "https://packagist.org/downloads/",
2290             "license": [
2291                 "MIT"
2292             ],
2293             "authors": [
2294                 {
2295                     "name": "Taylor Otwell",
2296                     "email": "[email protected]"
2297                 },
2298                 {
2299                     "name": "Nuno Maduro",
2300                     "email": "[email protected]"
2301                 }
2302             ],
2303             "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
2304             "keywords": [
2305                 "closure",
2306                 "laravel",
2307                 "serializable"
2308             ],
2309             "support": {
2310                 "issues": "https://github.com/laravel/serializable-closure/issues",
2311                 "source": "https://github.com/laravel/serializable-closure"
2312             },
2313             "time": "2024-09-23T13:33:08+00:00"
2314         },
2315         {
2316             "name": "laravel/socialite",
2317             "version": "v5.16.0",
2318             "source": {
2319                 "type": "git",
2320                 "url": "https://github.com/laravel/socialite.git",
2321                 "reference": "40a2dc98c53d9dc6d55eadb0d490d3d72b73f1bf"
2322             },
2323             "dist": {
2324                 "type": "zip",
2325                 "url": "https://api.github.com/repos/laravel/socialite/zipball/40a2dc98c53d9dc6d55eadb0d490d3d72b73f1bf",
2326                 "reference": "40a2dc98c53d9dc6d55eadb0d490d3d72b73f1bf",
2327                 "shasum": ""
2328             },
2329             "require": {
2330                 "ext-json": "*",
2331                 "firebase/php-jwt": "^6.4",
2332                 "guzzlehttp/guzzle": "^6.0|^7.0",
2333                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2334                 "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2335                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2336                 "league/oauth1-client": "^1.10.1",
2337                 "php": "^7.2|^8.0",
2338                 "phpseclib/phpseclib": "^3.0"
2339             },
2340             "require-dev": {
2341                 "mockery/mockery": "^1.0",
2342                 "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
2343                 "phpstan/phpstan": "^1.10",
2344                 "phpunit/phpunit": "^8.0|^9.3|^10.4"
2345             },
2346             "type": "library",
2347             "extra": {
2348                 "branch-alias": {
2349                     "dev-master": "5.x-dev"
2350                 },
2351                 "laravel": {
2352                     "providers": [
2353                         "Laravel\\Socialite\\SocialiteServiceProvider"
2354                     ],
2355                     "aliases": {
2356                         "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
2357                     }
2358                 }
2359             },
2360             "autoload": {
2361                 "psr-4": {
2362                     "Laravel\\Socialite\\": "src/"
2363                 }
2364             },
2365             "notification-url": "https://packagist.org/downloads/",
2366             "license": [
2367                 "MIT"
2368             ],
2369             "authors": [
2370                 {
2371                     "name": "Taylor Otwell",
2372                     "email": "[email protected]"
2373                 }
2374             ],
2375             "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
2376             "homepage": "https://laravel.com",
2377             "keywords": [
2378                 "laravel",
2379                 "oauth"
2380             ],
2381             "support": {
2382                 "issues": "https://github.com/laravel/socialite/issues",
2383                 "source": "https://github.com/laravel/socialite"
2384             },
2385             "time": "2024-09-03T09:46:57+00:00"
2386         },
2387         {
2388             "name": "laravel/tinker",
2389             "version": "v2.10.0",
2390             "source": {
2391                 "type": "git",
2392                 "url": "https://github.com/laravel/tinker.git",
2393                 "reference": "ba4d51eb56de7711b3a37d63aa0643e99a339ae5"
2394             },
2395             "dist": {
2396                 "type": "zip",
2397                 "url": "https://api.github.com/repos/laravel/tinker/zipball/ba4d51eb56de7711b3a37d63aa0643e99a339ae5",
2398                 "reference": "ba4d51eb56de7711b3a37d63aa0643e99a339ae5",
2399                 "shasum": ""
2400             },
2401             "require": {
2402                 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2403                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2404                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2405                 "php": "^7.2.5|^8.0",
2406                 "psy/psysh": "^0.11.1|^0.12.0",
2407                 "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
2408             },
2409             "require-dev": {
2410                 "mockery/mockery": "~1.3.3|^1.4.2",
2411                 "phpstan/phpstan": "^1.10",
2412                 "phpunit/phpunit": "^8.5.8|^9.3.3"
2413             },
2414             "suggest": {
2415                 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
2416             },
2417             "type": "library",
2418             "extra": {
2419                 "laravel": {
2420                     "providers": [
2421                         "Laravel\\Tinker\\TinkerServiceProvider"
2422                     ]
2423                 }
2424             },
2425             "autoload": {
2426                 "psr-4": {
2427                     "Laravel\\Tinker\\": "src/"
2428                 }
2429             },
2430             "notification-url": "https://packagist.org/downloads/",
2431             "license": [
2432                 "MIT"
2433             ],
2434             "authors": [
2435                 {
2436                     "name": "Taylor Otwell",
2437                     "email": "[email protected]"
2438                 }
2439             ],
2440             "description": "Powerful REPL for the Laravel framework.",
2441             "keywords": [
2442                 "REPL",
2443                 "Tinker",
2444                 "laravel",
2445                 "psysh"
2446             ],
2447             "support": {
2448                 "issues": "https://github.com/laravel/tinker/issues",
2449                 "source": "https://github.com/laravel/tinker/tree/v2.10.0"
2450             },
2451             "time": "2024-09-23T13:32:56+00:00"
2452         },
2453         {
2454             "name": "league/commonmark",
2455             "version": "2.5.3",
2456             "source": {
2457                 "type": "git",
2458                 "url": "https://github.com/thephpleague/commonmark.git",
2459                 "reference": "b650144166dfa7703e62a22e493b853b58d874b0"
2460             },
2461             "dist": {
2462                 "type": "zip",
2463                 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b650144166dfa7703e62a22e493b853b58d874b0",
2464                 "reference": "b650144166dfa7703e62a22e493b853b58d874b0",
2465                 "shasum": ""
2466             },
2467             "require": {
2468                 "ext-mbstring": "*",
2469                 "league/config": "^1.1.1",
2470                 "php": "^7.4 || ^8.0",
2471                 "psr/event-dispatcher": "^1.0",
2472                 "symfony/deprecation-contracts": "^2.1 || ^3.0",
2473                 "symfony/polyfill-php80": "^1.16"
2474             },
2475             "require-dev": {
2476                 "cebe/markdown": "^1.0",
2477                 "commonmark/cmark": "0.31.1",
2478                 "commonmark/commonmark.js": "0.31.1",
2479                 "composer/package-versions-deprecated": "^1.8",
2480                 "embed/embed": "^4.4",
2481                 "erusev/parsedown": "^1.0",
2482                 "ext-json": "*",
2483                 "github/gfm": "0.29.0",
2484                 "michelf/php-markdown": "^1.4 || ^2.0",
2485                 "nyholm/psr7": "^1.5",
2486                 "phpstan/phpstan": "^1.8.2",
2487                 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
2488                 "scrutinizer/ocular": "^1.8.1",
2489                 "symfony/finder": "^5.3 | ^6.0 || ^7.0",
2490                 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
2491                 "unleashedtech/php-coding-standard": "^3.1.1",
2492                 "vimeo/psalm": "^4.24.0 || ^5.0.0"
2493             },
2494             "suggest": {
2495                 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
2496             },
2497             "type": "library",
2498             "extra": {
2499                 "branch-alias": {
2500                     "dev-main": "2.6-dev"
2501                 }
2502             },
2503             "autoload": {
2504                 "psr-4": {
2505                     "League\\CommonMark\\": "src"
2506                 }
2507             },
2508             "notification-url": "https://packagist.org/downloads/",
2509             "license": [
2510                 "BSD-3-Clause"
2511             ],
2512             "authors": [
2513                 {
2514                     "name": "Colin O'Dell",
2515                     "email": "[email protected]",
2516                     "homepage": "https://www.colinodell.com",
2517                     "role": "Lead Developer"
2518                 }
2519             ],
2520             "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
2521             "homepage": "https://commonmark.thephpleague.com",
2522             "keywords": [
2523                 "commonmark",
2524                 "flavored",
2525                 "gfm",
2526                 "github",
2527                 "github-flavored",
2528                 "markdown",
2529                 "md",
2530                 "parser"
2531             ],
2532             "support": {
2533                 "docs": "https://commonmark.thephpleague.com/",
2534                 "forum": "https://github.com/thephpleague/commonmark/discussions",
2535                 "issues": "https://github.com/thephpleague/commonmark/issues",
2536                 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
2537                 "source": "https://github.com/thephpleague/commonmark"
2538             },
2539             "funding": [
2540                 {
2541                     "url": "https://www.colinodell.com/sponsor",
2542                     "type": "custom"
2543                 },
2544                 {
2545                     "url": "https://www.paypal.me/colinpodell/10.00",
2546                     "type": "custom"
2547                 },
2548                 {
2549                     "url": "https://github.com/colinodell",
2550                     "type": "github"
2551                 },
2552                 {
2553                     "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
2554                     "type": "tidelift"
2555                 }
2556             ],
2557             "time": "2024-08-16T11:46:16+00:00"
2558         },
2559         {
2560             "name": "league/config",
2561             "version": "v1.2.0",
2562             "source": {
2563                 "type": "git",
2564                 "url": "https://github.com/thephpleague/config.git",
2565                 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
2566             },
2567             "dist": {
2568                 "type": "zip",
2569                 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2570                 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2571                 "shasum": ""
2572             },
2573             "require": {
2574                 "dflydev/dot-access-data": "^3.0.1",
2575                 "nette/schema": "^1.2",
2576                 "php": "^7.4 || ^8.0"
2577             },
2578             "require-dev": {
2579                 "phpstan/phpstan": "^1.8.2",
2580                 "phpunit/phpunit": "^9.5.5",
2581                 "scrutinizer/ocular": "^1.8.1",
2582                 "unleashedtech/php-coding-standard": "^3.1",
2583                 "vimeo/psalm": "^4.7.3"
2584             },
2585             "type": "library",
2586             "extra": {
2587                 "branch-alias": {
2588                     "dev-main": "1.2-dev"
2589                 }
2590             },
2591             "autoload": {
2592                 "psr-4": {
2593                     "League\\Config\\": "src"
2594                 }
2595             },
2596             "notification-url": "https://packagist.org/downloads/",
2597             "license": [
2598                 "BSD-3-Clause"
2599             ],
2600             "authors": [
2601                 {
2602                     "name": "Colin O'Dell",
2603                     "email": "[email protected]",
2604                     "homepage": "https://www.colinodell.com",
2605                     "role": "Lead Developer"
2606                 }
2607             ],
2608             "description": "Define configuration arrays with strict schemas and access values with dot notation",
2609             "homepage": "https://config.thephpleague.com",
2610             "keywords": [
2611                 "array",
2612                 "config",
2613                 "configuration",
2614                 "dot",
2615                 "dot-access",
2616                 "nested",
2617                 "schema"
2618             ],
2619             "support": {
2620                 "docs": "https://config.thephpleague.com/",
2621                 "issues": "https://github.com/thephpleague/config/issues",
2622                 "rss": "https://github.com/thephpleague/config/releases.atom",
2623                 "source": "https://github.com/thephpleague/config"
2624             },
2625             "funding": [
2626                 {
2627                     "url": "https://www.colinodell.com/sponsor",
2628                     "type": "custom"
2629                 },
2630                 {
2631                     "url": "https://www.paypal.me/colinpodell/10.00",
2632                     "type": "custom"
2633                 },
2634                 {
2635                     "url": "https://github.com/colinodell",
2636                     "type": "github"
2637                 }
2638             ],
2639             "time": "2022-12-11T20:36:23+00:00"
2640         },
2641         {
2642             "name": "league/flysystem",
2643             "version": "3.28.0",
2644             "source": {
2645                 "type": "git",
2646                 "url": "https://github.com/thephpleague/flysystem.git",
2647                 "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c"
2648             },
2649             "dist": {
2650                 "type": "zip",
2651                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
2652                 "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
2653                 "shasum": ""
2654             },
2655             "require": {
2656                 "league/flysystem-local": "^3.0.0",
2657                 "league/mime-type-detection": "^1.0.0",
2658                 "php": "^8.0.2"
2659             },
2660             "conflict": {
2661                 "async-aws/core": "<1.19.0",
2662                 "async-aws/s3": "<1.14.0",
2663                 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
2664                 "guzzlehttp/guzzle": "<7.0",
2665                 "guzzlehttp/ringphp": "<1.1.1",
2666                 "phpseclib/phpseclib": "3.0.15",
2667                 "symfony/http-client": "<5.2"
2668             },
2669             "require-dev": {
2670                 "async-aws/s3": "^1.5 || ^2.0",
2671                 "async-aws/simple-s3": "^1.1 || ^2.0",
2672                 "aws/aws-sdk-php": "^3.295.10",
2673                 "composer/semver": "^3.0",
2674                 "ext-fileinfo": "*",
2675                 "ext-ftp": "*",
2676                 "ext-mongodb": "^1.3",
2677                 "ext-zip": "*",
2678                 "friendsofphp/php-cs-fixer": "^3.5",
2679                 "google/cloud-storage": "^1.23",
2680                 "guzzlehttp/psr7": "^2.6",
2681                 "microsoft/azure-storage-blob": "^1.1",
2682                 "mongodb/mongodb": "^1.2",
2683                 "phpseclib/phpseclib": "^3.0.36",
2684                 "phpstan/phpstan": "^1.10",
2685                 "phpunit/phpunit": "^9.5.11|^10.0",
2686                 "sabre/dav": "^4.6.0"
2687             },
2688             "type": "library",
2689             "autoload": {
2690                 "psr-4": {
2691                     "League\\Flysystem\\": "src"
2692                 }
2693             },
2694             "notification-url": "https://packagist.org/downloads/",
2695             "license": [
2696                 "MIT"
2697             ],
2698             "authors": [
2699                 {
2700                     "name": "Frank de Jonge",
2701                     "email": "[email protected]"
2702                 }
2703             ],
2704             "description": "File storage abstraction for PHP",
2705             "keywords": [
2706                 "WebDAV",
2707                 "aws",
2708                 "cloud",
2709                 "file",
2710                 "files",
2711                 "filesystem",
2712                 "filesystems",
2713                 "ftp",
2714                 "s3",
2715                 "sftp",
2716                 "storage"
2717             ],
2718             "support": {
2719                 "issues": "https://github.com/thephpleague/flysystem/issues",
2720                 "source": "https://github.com/thephpleague/flysystem/tree/3.28.0"
2721             },
2722             "time": "2024-05-22T10:09:12+00:00"
2723         },
2724         {
2725             "name": "league/flysystem-aws-s3-v3",
2726             "version": "3.28.0",
2727             "source": {
2728                 "type": "git",
2729                 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2730                 "reference": "22071ef1604bc776f5ff2468ac27a752514665c8"
2731             },
2732             "dist": {
2733                 "type": "zip",
2734                 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/22071ef1604bc776f5ff2468ac27a752514665c8",
2735                 "reference": "22071ef1604bc776f5ff2468ac27a752514665c8",
2736                 "shasum": ""
2737             },
2738             "require": {
2739                 "aws/aws-sdk-php": "^3.295.10",
2740                 "league/flysystem": "^3.10.0",
2741                 "league/mime-type-detection": "^1.0.0",
2742                 "php": "^8.0.2"
2743             },
2744             "conflict": {
2745                 "guzzlehttp/guzzle": "<7.0",
2746                 "guzzlehttp/ringphp": "<1.1.1"
2747             },
2748             "type": "library",
2749             "autoload": {
2750                 "psr-4": {
2751                     "League\\Flysystem\\AwsS3V3\\": ""
2752                 }
2753             },
2754             "notification-url": "https://packagist.org/downloads/",
2755             "license": [
2756                 "MIT"
2757             ],
2758             "authors": [
2759                 {
2760                     "name": "Frank de Jonge",
2761                     "email": "[email protected]"
2762                 }
2763             ],
2764             "description": "AWS S3 filesystem adapter for Flysystem.",
2765             "keywords": [
2766                 "Flysystem",
2767                 "aws",
2768                 "file",
2769                 "files",
2770                 "filesystem",
2771                 "s3",
2772                 "storage"
2773             ],
2774             "support": {
2775                 "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.28.0"
2776             },
2777             "time": "2024-05-06T20:05:52+00:00"
2778         },
2779         {
2780             "name": "league/flysystem-local",
2781             "version": "3.28.0",
2782             "source": {
2783                 "type": "git",
2784                 "url": "https://github.com/thephpleague/flysystem-local.git",
2785                 "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40"
2786             },
2787             "dist": {
2788                 "type": "zip",
2789                 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
2790                 "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
2791                 "shasum": ""
2792             },
2793             "require": {
2794                 "ext-fileinfo": "*",
2795                 "league/flysystem": "^3.0.0",
2796                 "league/mime-type-detection": "^1.0.0",
2797                 "php": "^8.0.2"
2798             },
2799             "type": "library",
2800             "autoload": {
2801                 "psr-4": {
2802                     "League\\Flysystem\\Local\\": ""
2803                 }
2804             },
2805             "notification-url": "https://packagist.org/downloads/",
2806             "license": [
2807                 "MIT"
2808             ],
2809             "authors": [
2810                 {
2811                     "name": "Frank de Jonge",
2812                     "email": "[email protected]"
2813                 }
2814             ],
2815             "description": "Local filesystem adapter for Flysystem.",
2816             "keywords": [
2817                 "Flysystem",
2818                 "file",
2819                 "files",
2820                 "filesystem",
2821                 "local"
2822             ],
2823             "support": {
2824                 "source": "https://github.com/thephpleague/flysystem-local/tree/3.28.0"
2825             },
2826             "time": "2024-05-06T20:05:52+00:00"
2827         },
2828         {
2829             "name": "league/html-to-markdown",
2830             "version": "5.1.1",
2831             "source": {
2832                 "type": "git",
2833                 "url": "https://github.com/thephpleague/html-to-markdown.git",
2834                 "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd"
2835             },
2836             "dist": {
2837                 "type": "zip",
2838                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd",
2839                 "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd",
2840                 "shasum": ""
2841             },
2842             "require": {
2843                 "ext-dom": "*",
2844                 "ext-xml": "*",
2845                 "php": "^7.2.5 || ^8.0"
2846             },
2847             "require-dev": {
2848                 "mikehaertl/php-shellcommand": "^1.1.0",
2849                 "phpstan/phpstan": "^1.8.8",
2850                 "phpunit/phpunit": "^8.5 || ^9.2",
2851                 "scrutinizer/ocular": "^1.6",
2852                 "unleashedtech/php-coding-standard": "^2.7 || ^3.0",
2853                 "vimeo/psalm": "^4.22 || ^5.0"
2854             },
2855             "bin": [
2856                 "bin/html-to-markdown"
2857             ],
2858             "type": "library",
2859             "extra": {
2860                 "branch-alias": {
2861                     "dev-master": "5.2-dev"
2862                 }
2863             },
2864             "autoload": {
2865                 "psr-4": {
2866                     "League\\HTMLToMarkdown\\": "src/"
2867                 }
2868             },
2869             "notification-url": "https://packagist.org/downloads/",
2870             "license": [
2871                 "MIT"
2872             ],
2873             "authors": [
2874                 {
2875                     "name": "Colin O'Dell",
2876                     "email": "[email protected]",
2877                     "homepage": "https://www.colinodell.com",
2878                     "role": "Lead Developer"
2879                 },
2880                 {
2881                     "name": "Nick Cernis",
2882                     "email": "[email protected]",
2883                     "homepage": "http://modernnerd.net",
2884                     "role": "Original Author"
2885                 }
2886             ],
2887             "description": "An HTML-to-markdown conversion helper for PHP",
2888             "homepage": "https://github.com/thephpleague/html-to-markdown",
2889             "keywords": [
2890                 "html",
2891                 "markdown"
2892             ],
2893             "support": {
2894                 "issues": "https://github.com/thephpleague/html-to-markdown/issues",
2895                 "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.1"
2896             },
2897             "funding": [
2898                 {
2899                     "url": "https://www.colinodell.com/sponsor",
2900                     "type": "custom"
2901                 },
2902                 {
2903                     "url": "https://www.paypal.me/colinpodell/10.00",
2904                     "type": "custom"
2905                 },
2906                 {
2907                     "url": "https://github.com/colinodell",
2908                     "type": "github"
2909                 },
2910                 {
2911                     "url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
2912                     "type": "tidelift"
2913                 }
2914             ],
2915             "time": "2023-07-12T21:21:09+00:00"
2916         },
2917         {
2918             "name": "league/mime-type-detection",
2919             "version": "1.16.0",
2920             "source": {
2921                 "type": "git",
2922                 "url": "https://github.com/thephpleague/mime-type-detection.git",
2923                 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
2924             },
2925             "dist": {
2926                 "type": "zip",
2927                 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
2928                 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
2929                 "shasum": ""
2930             },
2931             "require": {
2932                 "ext-fileinfo": "*",
2933                 "php": "^7.4 || ^8.0"
2934             },
2935             "require-dev": {
2936                 "friendsofphp/php-cs-fixer": "^3.2",
2937                 "phpstan/phpstan": "^0.12.68",
2938                 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2939             },
2940             "type": "library",
2941             "autoload": {
2942                 "psr-4": {
2943                     "League\\MimeTypeDetection\\": "src"
2944                 }
2945             },
2946             "notification-url": "https://packagist.org/downloads/",
2947             "license": [
2948                 "MIT"
2949             ],
2950             "authors": [
2951                 {
2952                     "name": "Frank de Jonge",
2953                     "email": "[email protected]"
2954                 }
2955             ],
2956             "description": "Mime-type detection for Flysystem",
2957             "support": {
2958                 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2959                 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
2960             },
2961             "funding": [
2962                 {
2963                     "url": "https://github.com/frankdejonge",
2964                     "type": "github"
2965                 },
2966                 {
2967                     "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2968                     "type": "tidelift"
2969                 }
2970             ],
2971             "time": "2024-09-21T08:32:55+00:00"
2972         },
2973         {
2974             "name": "league/oauth1-client",
2975             "version": "v1.10.1",
2976             "source": {
2977                 "type": "git",
2978                 "url": "https://github.com/thephpleague/oauth1-client.git",
2979                 "reference": "d6365b901b5c287dd41f143033315e2f777e1167"
2980             },
2981             "dist": {
2982                 "type": "zip",
2983                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/d6365b901b5c287dd41f143033315e2f777e1167",
2984                 "reference": "d6365b901b5c287dd41f143033315e2f777e1167",
2985                 "shasum": ""
2986             },
2987             "require": {
2988                 "ext-json": "*",
2989                 "ext-openssl": "*",
2990                 "guzzlehttp/guzzle": "^6.0|^7.0",
2991                 "guzzlehttp/psr7": "^1.7|^2.0",
2992                 "php": ">=7.1||>=8.0"
2993             },
2994             "require-dev": {
2995                 "ext-simplexml": "*",
2996                 "friendsofphp/php-cs-fixer": "^2.17",
2997                 "mockery/mockery": "^1.3.3",
2998                 "phpstan/phpstan": "^0.12.42",
2999                 "phpunit/phpunit": "^7.5||9.5"
3000             },
3001             "suggest": {
3002                 "ext-simplexml": "For decoding XML-based responses."
3003             },
3004             "type": "library",
3005             "extra": {
3006                 "branch-alias": {
3007                     "dev-master": "1.0-dev",
3008                     "dev-develop": "2.0-dev"
3009                 }
3010             },
3011             "autoload": {
3012                 "psr-4": {
3013                     "League\\OAuth1\\Client\\": "src/"
3014                 }
3015             },
3016             "notification-url": "https://packagist.org/downloads/",
3017             "license": [
3018                 "MIT"
3019             ],
3020             "authors": [
3021                 {
3022                     "name": "Ben Corlett",
3023                     "email": "[email protected]",
3024                     "homepage": "http://www.webcomm.com.au",
3025                     "role": "Developer"
3026                 }
3027             ],
3028             "description": "OAuth 1.0 Client Library",
3029             "keywords": [
3030                 "Authentication",
3031                 "SSO",
3032                 "authorization",
3033                 "bitbucket",
3034                 "identity",
3035                 "idp",
3036                 "oauth",
3037                 "oauth1",
3038                 "single sign on",
3039                 "trello",
3040                 "tumblr",
3041                 "twitter"
3042             ],
3043             "support": {
3044                 "issues": "https://github.com/thephpleague/oauth1-client/issues",
3045                 "source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.1"
3046             },
3047             "time": "2022-04-15T14:02:14+00:00"
3048         },
3049         {
3050             "name": "league/oauth2-client",
3051             "version": "2.7.0",
3052             "source": {
3053                 "type": "git",
3054                 "url": "https://github.com/thephpleague/oauth2-client.git",
3055                 "reference": "160d6274b03562ebeb55ed18399281d8118b76c8"
3056             },
3057             "dist": {
3058                 "type": "zip",
3059                 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8",
3060                 "reference": "160d6274b03562ebeb55ed18399281d8118b76c8",
3061                 "shasum": ""
3062             },
3063             "require": {
3064                 "guzzlehttp/guzzle": "^6.0 || ^7.0",
3065                 "paragonie/random_compat": "^1 || ^2 || ^9.99",
3066                 "php": "^5.6 || ^7.0 || ^8.0"
3067             },
3068             "require-dev": {
3069                 "mockery/mockery": "^1.3.5",
3070                 "php-parallel-lint/php-parallel-lint": "^1.3.1",
3071                 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
3072                 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
3073             },
3074             "type": "library",
3075             "extra": {
3076                 "branch-alias": {
3077                     "dev-2.x": "2.0.x-dev"
3078                 }
3079             },
3080             "autoload": {
3081                 "psr-4": {
3082                     "League\\OAuth2\\Client\\": "src/"
3083                 }
3084             },
3085             "notification-url": "https://packagist.org/downloads/",
3086             "license": [
3087                 "MIT"
3088             ],
3089             "authors": [
3090                 {
3091                     "name": "Alex Bilbie",
3092                     "email": "[email protected]",
3093                     "homepage": "http://www.alexbilbie.com",
3094                     "role": "Developer"
3095                 },
3096                 {
3097                     "name": "Woody Gilk",
3098                     "homepage": "https://github.com/shadowhand",
3099                     "role": "Contributor"
3100                 }
3101             ],
3102             "description": "OAuth 2.0 Client Library",
3103             "keywords": [
3104                 "Authentication",
3105                 "SSO",
3106                 "authorization",
3107                 "identity",
3108                 "idp",
3109                 "oauth",
3110                 "oauth2",
3111                 "single sign on"
3112             ],
3113             "support": {
3114                 "issues": "https://github.com/thephpleague/oauth2-client/issues",
3115                 "source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0"
3116             },
3117             "time": "2023-04-16T18:19:15+00:00"
3118         },
3119         {
3120             "name": "masterminds/html5",
3121             "version": "2.9.0",
3122             "source": {
3123                 "type": "git",
3124                 "url": "https://github.com/Masterminds/html5-php.git",
3125                 "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
3126             },
3127             "dist": {
3128                 "type": "zip",
3129                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
3130                 "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
3131                 "shasum": ""
3132             },
3133             "require": {
3134                 "ext-dom": "*",
3135                 "php": ">=5.3.0"
3136             },
3137             "require-dev": {
3138                 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
3139             },
3140             "type": "library",
3141             "extra": {
3142                 "branch-alias": {
3143                     "dev-master": "2.7-dev"
3144                 }
3145             },
3146             "autoload": {
3147                 "psr-4": {
3148                     "Masterminds\\": "src"
3149                 }
3150             },
3151             "notification-url": "https://packagist.org/downloads/",
3152             "license": [
3153                 "MIT"
3154             ],
3155             "authors": [
3156                 {
3157                     "name": "Matt Butcher",
3158                     "email": "[email protected]"
3159                 },
3160                 {
3161                     "name": "Matt Farina",
3162                     "email": "[email protected]"
3163                 },
3164                 {
3165                     "name": "Asmir Mustafic",
3166                     "email": "[email protected]"
3167                 }
3168             ],
3169             "description": "An HTML5 parser and serializer.",
3170             "homepage": "http://masterminds.github.io/html5-php",
3171             "keywords": [
3172                 "HTML5",
3173                 "dom",
3174                 "html",
3175                 "parser",
3176                 "querypath",
3177                 "serializer",
3178                 "xml"
3179             ],
3180             "support": {
3181                 "issues": "https://github.com/Masterminds/html5-php/issues",
3182                 "source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
3183             },
3184             "time": "2024-03-31T07:05:07+00:00"
3185         },
3186         {
3187             "name": "monolog/monolog",
3188             "version": "3.7.0",
3189             "source": {
3190                 "type": "git",
3191                 "url": "https://github.com/Seldaek/monolog.git",
3192                 "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8"
3193             },
3194             "dist": {
3195                 "type": "zip",
3196                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8",
3197                 "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8",
3198                 "shasum": ""
3199             },
3200             "require": {
3201                 "php": ">=8.1",
3202                 "psr/log": "^2.0 || ^3.0"
3203             },
3204             "provide": {
3205                 "psr/log-implementation": "3.0.0"
3206             },
3207             "require-dev": {
3208                 "aws/aws-sdk-php": "^3.0",
3209                 "doctrine/couchdb": "~1.0@dev",
3210                 "elasticsearch/elasticsearch": "^7 || ^8",
3211                 "ext-json": "*",
3212                 "graylog2/gelf-php": "^1.4.2 || ^2.0",
3213                 "guzzlehttp/guzzle": "^7.4.5",
3214                 "guzzlehttp/psr7": "^2.2",
3215                 "mongodb/mongodb": "^1.8",
3216                 "php-amqplib/php-amqplib": "~2.4 || ^3",
3217                 "phpstan/phpstan": "^1.9",
3218                 "phpstan/phpstan-deprecation-rules": "^1.0",
3219                 "phpstan/phpstan-strict-rules": "^1.4",
3220                 "phpunit/phpunit": "^10.5.17",
3221                 "predis/predis": "^1.1 || ^2",
3222                 "ruflin/elastica": "^7",
3223                 "symfony/mailer": "^5.4 || ^6",
3224                 "symfony/mime": "^5.4 || ^6"
3225             },
3226             "suggest": {
3227                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3228                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3229                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
3230                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3231                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
3232                 "ext-mbstring": "Allow to work properly with unicode symbols",
3233                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
3234                 "ext-openssl": "Required to send log messages using SSL",
3235                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
3236                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3237                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
3238                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3239                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3240                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
3241             },
3242             "type": "library",
3243             "extra": {
3244                 "branch-alias": {
3245                     "dev-main": "3.x-dev"
3246                 }
3247             },
3248             "autoload": {
3249                 "psr-4": {
3250                     "Monolog\\": "src/Monolog"
3251                 }
3252             },
3253             "notification-url": "https://packagist.org/downloads/",
3254             "license": [
3255                 "MIT"
3256             ],
3257             "authors": [
3258                 {
3259                     "name": "Jordi Boggiano",
3260                     "email": "[email protected]",
3261                     "homepage": "https://seld.be"
3262                 }
3263             ],
3264             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3265             "homepage": "https://github.com/Seldaek/monolog",
3266             "keywords": [
3267                 "log",
3268                 "logging",
3269                 "psr-3"
3270             ],
3271             "support": {
3272                 "issues": "https://github.com/Seldaek/monolog/issues",
3273                 "source": "https://github.com/Seldaek/monolog/tree/3.7.0"
3274             },
3275             "funding": [
3276                 {
3277                     "url": "https://github.com/Seldaek",
3278                     "type": "github"
3279                 },
3280                 {
3281                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
3282                     "type": "tidelift"
3283                 }
3284             ],
3285             "time": "2024-06-28T09:40:51+00:00"
3286         },
3287         {
3288             "name": "mtdowling/jmespath.php",
3289             "version": "2.8.0",
3290             "source": {
3291                 "type": "git",
3292                 "url": "https://github.com/jmespath/jmespath.php.git",
3293                 "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
3294             },
3295             "dist": {
3296                 "type": "zip",
3297                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
3298                 "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
3299                 "shasum": ""
3300             },
3301             "require": {
3302                 "php": "^7.2.5 || ^8.0",
3303                 "symfony/polyfill-mbstring": "^1.17"
3304             },
3305             "require-dev": {
3306                 "composer/xdebug-handler": "^3.0.3",
3307                 "phpunit/phpunit": "^8.5.33"
3308             },
3309             "bin": [
3310                 "bin/jp.php"
3311             ],
3312             "type": "library",
3313             "extra": {
3314                 "branch-alias": {
3315                     "dev-master": "2.8-dev"
3316                 }
3317             },
3318             "autoload": {
3319                 "files": [
3320                     "src/JmesPath.php"
3321                 ],
3322                 "psr-4": {
3323                     "JmesPath\\": "src/"
3324                 }
3325             },
3326             "notification-url": "https://packagist.org/downloads/",
3327             "license": [
3328                 "MIT"
3329             ],
3330             "authors": [
3331                 {
3332                     "name": "Graham Campbell",
3333                     "email": "[email protected]",
3334                     "homepage": "https://github.com/GrahamCampbell"
3335                 },
3336                 {
3337                     "name": "Michael Dowling",
3338                     "email": "[email protected]",
3339                     "homepage": "https://github.com/mtdowling"
3340                 }
3341             ],
3342             "description": "Declaratively specify how to extract elements from a JSON document",
3343             "keywords": [
3344                 "json",
3345                 "jsonpath"
3346             ],
3347             "support": {
3348                 "issues": "https://github.com/jmespath/jmespath.php/issues",
3349                 "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0"
3350             },
3351             "time": "2024-09-04T18:46:31+00:00"
3352         },
3353         {
3354             "name": "nesbot/carbon",
3355             "version": "2.72.5",
3356             "source": {
3357                 "type": "git",
3358                 "url": "https://github.com/briannesbitt/Carbon.git",
3359                 "reference": "afd46589c216118ecd48ff2b95d77596af1e57ed"
3360             },
3361             "dist": {
3362                 "type": "zip",
3363                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/afd46589c216118ecd48ff2b95d77596af1e57ed",
3364                 "reference": "afd46589c216118ecd48ff2b95d77596af1e57ed",
3365                 "shasum": ""
3366             },
3367             "require": {
3368                 "carbonphp/carbon-doctrine-types": "*",
3369                 "ext-json": "*",
3370                 "php": "^7.1.8 || ^8.0",
3371                 "psr/clock": "^1.0",
3372                 "symfony/polyfill-mbstring": "^1.0",
3373                 "symfony/polyfill-php80": "^1.16",
3374                 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
3375             },
3376             "provide": {
3377                 "psr/clock-implementation": "1.0"
3378             },
3379             "require-dev": {
3380                 "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
3381                 "doctrine/orm": "^2.7 || ^3.0",
3382                 "friendsofphp/php-cs-fixer": "^3.0",
3383                 "kylekatarnls/multi-tester": "^2.0",
3384                 "ondrejmirtes/better-reflection": "*",
3385                 "phpmd/phpmd": "^2.9",
3386                 "phpstan/extension-installer": "^1.0",
3387                 "phpstan/phpstan": "^0.12.99 || ^1.7.14",
3388                 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
3389                 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
3390                 "squizlabs/php_codesniffer": "^3.4"
3391             },
3392             "bin": [
3393                 "bin/carbon"
3394             ],
3395             "type": "library",
3396             "extra": {
3397                 "branch-alias": {
3398                     "dev-master": "3.x-dev",
3399                     "dev-2.x": "2.x-dev"
3400                 },
3401                 "laravel": {
3402                     "providers": [
3403                         "Carbon\\Laravel\\ServiceProvider"
3404                     ]
3405                 },
3406                 "phpstan": {
3407                     "includes": [
3408                         "extension.neon"
3409                     ]
3410                 }
3411             },
3412             "autoload": {
3413                 "psr-4": {
3414                     "Carbon\\": "src/Carbon/"
3415                 }
3416             },
3417             "notification-url": "https://packagist.org/downloads/",
3418             "license": [
3419                 "MIT"
3420             ],
3421             "authors": [
3422                 {
3423                     "name": "Brian Nesbitt",
3424                     "email": "[email protected]",
3425                     "homepage": "https://markido.com"
3426                 },
3427                 {
3428                     "name": "kylekatarnls",
3429                     "homepage": "https://github.com/kylekatarnls"
3430                 }
3431             ],
3432             "description": "An API extension for DateTime that supports 281 different languages.",
3433             "homepage": "https://carbon.nesbot.com",
3434             "keywords": [
3435                 "date",
3436                 "datetime",
3437                 "time"
3438             ],
3439             "support": {
3440                 "docs": "https://carbon.nesbot.com/docs",
3441                 "issues": "https://github.com/briannesbitt/Carbon/issues",
3442                 "source": "https://github.com/briannesbitt/Carbon"
3443             },
3444             "funding": [
3445                 {
3446                     "url": "https://github.com/sponsors/kylekatarnls",
3447                     "type": "github"
3448                 },
3449                 {
3450                     "url": "https://opencollective.com/Carbon#sponsor",
3451                     "type": "opencollective"
3452                 },
3453                 {
3454                     "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
3455                     "type": "tidelift"
3456                 }
3457             ],
3458             "time": "2024-06-03T19:18:41+00:00"
3459         },
3460         {
3461             "name": "nette/schema",
3462             "version": "v1.3.0",
3463             "source": {
3464                 "type": "git",
3465                 "url": "https://github.com/nette/schema.git",
3466                 "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
3467             },
3468             "dist": {
3469                 "type": "zip",
3470                 "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
3471                 "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
3472                 "shasum": ""
3473             },
3474             "require": {
3475                 "nette/utils": "^4.0",
3476                 "php": "8.1 - 8.3"
3477             },
3478             "require-dev": {
3479                 "nette/tester": "^2.4",
3480                 "phpstan/phpstan-nette": "^1.0",
3481                 "tracy/tracy": "^2.8"
3482             },
3483             "type": "library",
3484             "extra": {
3485                 "branch-alias": {
3486                     "dev-master": "1.3-dev"
3487                 }
3488             },
3489             "autoload": {
3490                 "classmap": [
3491                     "src/"
3492                 ]
3493             },
3494             "notification-url": "https://packagist.org/downloads/",
3495             "license": [
3496                 "BSD-3-Clause",
3497                 "GPL-2.0-only",
3498                 "GPL-3.0-only"
3499             ],
3500             "authors": [
3501                 {
3502                     "name": "David Grudl",
3503                     "homepage": "https://davidgrudl.com"
3504                 },
3505                 {
3506                     "name": "Nette Community",
3507                     "homepage": "https://nette.org/contributors"
3508                 }
3509             ],
3510             "description": "📐 Nette Schema: validating data structures against a given Schema.",
3511             "homepage": "https://nette.org",
3512             "keywords": [
3513                 "config",
3514                 "nette"
3515             ],
3516             "support": {
3517                 "issues": "https://github.com/nette/schema/issues",
3518                 "source": "https://github.com/nette/schema/tree/v1.3.0"
3519             },
3520             "time": "2023-12-11T11:54:22+00:00"
3521         },
3522         {
3523             "name": "nette/utils",
3524             "version": "v4.0.5",
3525             "source": {
3526                 "type": "git",
3527                 "url": "https://github.com/nette/utils.git",
3528                 "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96"
3529             },
3530             "dist": {
3531                 "type": "zip",
3532                 "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
3533                 "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
3534                 "shasum": ""
3535             },
3536             "require": {
3537                 "php": "8.0 - 8.4"
3538             },
3539             "conflict": {
3540                 "nette/finder": "<3",
3541                 "nette/schema": "<1.2.2"
3542             },
3543             "require-dev": {
3544                 "jetbrains/phpstorm-attributes": "dev-master",
3545                 "nette/tester": "^2.5",
3546                 "phpstan/phpstan": "^1.0",
3547                 "tracy/tracy": "^2.9"
3548             },
3549             "suggest": {
3550                 "ext-gd": "to use Image",
3551                 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
3552                 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
3553                 "ext-json": "to use Nette\\Utils\\Json",
3554                 "ext-mbstring": "to use Strings::lower() etc...",
3555                 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
3556             },
3557             "type": "library",
3558             "extra": {
3559                 "branch-alias": {
3560                     "dev-master": "4.0-dev"
3561                 }
3562             },
3563             "autoload": {
3564                 "classmap": [
3565                     "src/"
3566                 ]
3567             },
3568             "notification-url": "https://packagist.org/downloads/",
3569             "license": [
3570                 "BSD-3-Clause",
3571                 "GPL-2.0-only",
3572                 "GPL-3.0-only"
3573             ],
3574             "authors": [
3575                 {
3576                     "name": "David Grudl",
3577                     "homepage": "https://davidgrudl.com"
3578                 },
3579                 {
3580                     "name": "Nette Community",
3581                     "homepage": "https://nette.org/contributors"
3582                 }
3583             ],
3584             "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
3585             "homepage": "https://nette.org",
3586             "keywords": [
3587                 "array",
3588                 "core",
3589                 "datetime",
3590                 "images",
3591                 "json",
3592                 "nette",
3593                 "paginator",
3594                 "password",
3595                 "slugify",
3596                 "string",
3597                 "unicode",
3598                 "utf-8",
3599                 "utility",
3600                 "validation"
3601             ],
3602             "support": {
3603                 "issues": "https://github.com/nette/utils/issues",
3604                 "source": "https://github.com/nette/utils/tree/v4.0.5"
3605             },
3606             "time": "2024-08-07T15:39:19+00:00"
3607         },
3608         {
3609             "name": "nikic/php-parser",
3610             "version": "v5.2.0",
3611             "source": {
3612                 "type": "git",
3613                 "url": "https://github.com/nikic/PHP-Parser.git",
3614                 "reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb"
3615             },
3616             "dist": {
3617                 "type": "zip",
3618                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb",
3619                 "reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb",
3620                 "shasum": ""
3621             },
3622             "require": {
3623                 "ext-ctype": "*",
3624                 "ext-json": "*",
3625                 "ext-tokenizer": "*",
3626                 "php": ">=7.4"
3627             },
3628             "require-dev": {
3629                 "ircmaxell/php-yacc": "^0.0.7",
3630                 "phpunit/phpunit": "^9.0"
3631             },
3632             "bin": [
3633                 "bin/php-parse"
3634             ],
3635             "type": "library",
3636             "extra": {
3637                 "branch-alias": {
3638                     "dev-master": "5.0-dev"
3639                 }
3640             },
3641             "autoload": {
3642                 "psr-4": {
3643                     "PhpParser\\": "lib/PhpParser"
3644                 }
3645             },
3646             "notification-url": "https://packagist.org/downloads/",
3647             "license": [
3648                 "BSD-3-Clause"
3649             ],
3650             "authors": [
3651                 {
3652                     "name": "Nikita Popov"
3653                 }
3654             ],
3655             "description": "A PHP parser written in PHP",
3656             "keywords": [
3657                 "parser",
3658                 "php"
3659             ],
3660             "support": {
3661                 "issues": "https://github.com/nikic/PHP-Parser/issues",
3662                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.2.0"
3663             },
3664             "time": "2024-09-15T16:40:33+00:00"
3665         },
3666         {
3667             "name": "nunomaduro/termwind",
3668             "version": "v1.15.1",
3669             "source": {
3670                 "type": "git",
3671                 "url": "https://github.com/nunomaduro/termwind.git",
3672                 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
3673             },
3674             "dist": {
3675                 "type": "zip",
3676                 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
3677                 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
3678                 "shasum": ""
3679             },
3680             "require": {
3681                 "ext-mbstring": "*",
3682                 "php": "^8.0",
3683                 "symfony/console": "^5.3.0|^6.0.0"
3684             },
3685             "require-dev": {
3686                 "ergebnis/phpstan-rules": "^1.0.",
3687                 "illuminate/console": "^8.0|^9.0",
3688                 "illuminate/support": "^8.0|^9.0",
3689                 "laravel/pint": "^1.0.0",
3690                 "pestphp/pest": "^1.21.0",
3691                 "pestphp/pest-plugin-mock": "^1.0",
3692                 "phpstan/phpstan": "^1.4.6",
3693                 "phpstan/phpstan-strict-rules": "^1.1.0",
3694                 "symfony/var-dumper": "^5.2.7|^6.0.0",
3695                 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
3696             },
3697             "type": "library",
3698             "extra": {
3699                 "laravel": {
3700                     "providers": [
3701                         "Termwind\\Laravel\\TermwindServiceProvider"
3702                     ]
3703                 }
3704             },
3705             "autoload": {
3706                 "files": [
3707                     "src/Functions.php"
3708                 ],
3709                 "psr-4": {
3710                     "Termwind\\": "src/"
3711                 }
3712             },
3713             "notification-url": "https://packagist.org/downloads/",
3714             "license": [
3715                 "MIT"
3716             ],
3717             "authors": [
3718                 {
3719                     "name": "Nuno Maduro",
3720                     "email": "[email protected]"
3721                 }
3722             ],
3723             "description": "Its like Tailwind CSS, but for the console.",
3724             "keywords": [
3725                 "cli",
3726                 "console",
3727                 "css",
3728                 "package",
3729                 "php",
3730                 "style"
3731             ],
3732             "support": {
3733                 "issues": "https://github.com/nunomaduro/termwind/issues",
3734                 "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
3735             },
3736             "funding": [
3737                 {
3738                     "url": "https://www.paypal.com/paypalme/enunomaduro",
3739                     "type": "custom"
3740                 },
3741                 {
3742                     "url": "https://github.com/nunomaduro",
3743                     "type": "github"
3744                 },
3745                 {
3746                     "url": "https://github.com/xiCO2k",
3747                     "type": "github"
3748                 }
3749             ],
3750             "time": "2023-02-08T01:06:31+00:00"
3751         },
3752         {
3753             "name": "onelogin/php-saml",
3754             "version": "4.2.0",
3755             "source": {
3756                 "type": "git",
3757                 "url": "https://github.com/SAML-Toolkits/php-saml.git",
3758                 "reference": "d3b5172f137db2f412239432d77253ceaaa1e939"
3759             },
3760             "dist": {
3761                 "type": "zip",
3762                 "url": "https://api.github.com/repos/SAML-Toolkits/php-saml/zipball/d3b5172f137db2f412239432d77253ceaaa1e939",
3763                 "reference": "d3b5172f137db2f412239432d77253ceaaa1e939",
3764                 "shasum": ""
3765             },
3766             "require": {
3767                 "php": ">=7.3",
3768                 "robrichards/xmlseclibs": "^3.1"
3769             },
3770             "require-dev": {
3771                 "pdepend/pdepend": "^2.8.0",
3772                 "php-coveralls/php-coveralls": "^2.0",
3773                 "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
3774                 "phpunit/phpunit": "^9.5",
3775                 "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
3776                 "squizlabs/php_codesniffer": "^3.5.8"
3777             },
3778             "suggest": {
3779                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
3780                 "ext-dom": "Install xml lib",
3781                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
3782                 "ext-zlib": "Install zlib"
3783             },
3784             "type": "library",
3785             "autoload": {
3786                 "psr-4": {
3787                     "OneLogin\\": "src/"
3788                 }
3789             },
3790             "notification-url": "https://packagist.org/downloads/",
3791             "license": [
3792                 "MIT"
3793             ],
3794             "description": "PHP SAML Toolkit",
3795             "homepage": "https://github.com/SAML-Toolkits/php-saml",
3796             "keywords": [
3797                 "Federation",
3798                 "SAML2",
3799                 "SSO",
3800                 "identity",
3801                 "saml"
3802             ],
3803             "support": {
3804                 "email": "[email protected]",
3805                 "issues": "https://github.com/onelogin/SAML-Toolkits/issues",
3806                 "source": "https://github.com/onelogin/SAML-Toolkits/"
3807             },
3808             "funding": [
3809                 {
3810                     "url": "https://github.com/SAML-Toolkits",
3811                     "type": "github"
3812                 }
3813             ],
3814             "time": "2024-05-30T15:10:40+00:00"
3815         },
3816         {
3817             "name": "paragonie/constant_time_encoding",
3818             "version": "v3.0.0",
3819             "source": {
3820                 "type": "git",
3821                 "url": "https://github.com/paragonie/constant_time_encoding.git",
3822                 "reference": "df1e7fde177501eee2037dd159cf04f5f301a512"
3823             },
3824             "dist": {
3825                 "type": "zip",
3826                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512",
3827                 "reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
3828                 "shasum": ""
3829             },
3830             "require": {
3831                 "php": "^8"
3832             },
3833             "require-dev": {
3834                 "phpunit/phpunit": "^9",
3835                 "vimeo/psalm": "^4|^5"
3836             },
3837             "type": "library",
3838             "autoload": {
3839                 "psr-4": {
3840                     "ParagonIE\\ConstantTime\\": "src/"
3841                 }
3842             },
3843             "notification-url": "https://packagist.org/downloads/",
3844             "license": [
3845                 "MIT"
3846             ],
3847             "authors": [
3848                 {
3849                     "name": "Paragon Initiative Enterprises",
3850                     "email": "[email protected]",
3851                     "homepage": "https://paragonie.com",
3852                     "role": "Maintainer"
3853                 },
3854                 {
3855                     "name": "Steve 'Sc00bz' Thomas",
3856                     "email": "[email protected]",
3857                     "homepage": "https://www.tobtu.com",
3858                     "role": "Original Developer"
3859                 }
3860             ],
3861             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
3862             "keywords": [
3863                 "base16",
3864                 "base32",
3865                 "base32_decode",
3866                 "base32_encode",
3867                 "base64",
3868                 "base64_decode",
3869                 "base64_encode",
3870                 "bin2hex",
3871                 "encoding",
3872                 "hex",
3873                 "hex2bin",
3874                 "rfc4648"
3875             ],
3876             "support": {
3877                 "email": "[email protected]",
3878                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
3879                 "source": "https://github.com/paragonie/constant_time_encoding"
3880             },
3881             "time": "2024-05-08T12:36:18+00:00"
3882         },
3883         {
3884             "name": "paragonie/random_compat",
3885             "version": "v9.99.100",
3886             "source": {
3887                 "type": "git",
3888                 "url": "https://github.com/paragonie/random_compat.git",
3889                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3890             },
3891             "dist": {
3892                 "type": "zip",
3893                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3894                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3895                 "shasum": ""
3896             },
3897             "require": {
3898                 "php": ">= 7"
3899             },
3900             "require-dev": {
3901                 "phpunit/phpunit": "4.*|5.*",
3902                 "vimeo/psalm": "^1"
3903             },
3904             "suggest": {
3905                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3906             },
3907             "type": "library",
3908             "notification-url": "https://packagist.org/downloads/",
3909             "license": [
3910                 "MIT"
3911             ],
3912             "authors": [
3913                 {
3914                     "name": "Paragon Initiative Enterprises",
3915                     "email": "[email protected]",
3916                     "homepage": "https://paragonie.com"
3917                 }
3918             ],
3919             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3920             "keywords": [
3921                 "csprng",
3922                 "polyfill",
3923                 "pseudorandom",
3924                 "random"
3925             ],
3926             "support": {
3927                 "email": "[email protected]",
3928                 "issues": "https://github.com/paragonie/random_compat/issues",
3929                 "source": "https://github.com/paragonie/random_compat"
3930             },
3931             "time": "2020-10-15T08:29:30+00:00"
3932         },
3933         {
3934             "name": "phenx/php-font-lib",
3935             "version": "0.5.6",
3936             "source": {
3937                 "type": "git",
3938                 "url": "https://github.com/dompdf/php-font-lib.git",
3939                 "reference": "a1681e9793040740a405ac5b189275059e2a9863"
3940             },
3941             "dist": {
3942                 "type": "zip",
3943                 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863",
3944                 "reference": "a1681e9793040740a405ac5b189275059e2a9863",
3945                 "shasum": ""
3946             },
3947             "require": {
3948                 "ext-mbstring": "*"
3949             },
3950             "require-dev": {
3951                 "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
3952             },
3953             "type": "library",
3954             "autoload": {
3955                 "psr-4": {
3956                     "FontLib\\": "src/FontLib"
3957                 }
3958             },
3959             "notification-url": "https://packagist.org/downloads/",
3960             "license": [
3961                 "LGPL-2.1-or-later"
3962             ],
3963             "authors": [
3964                 {
3965                     "name": "Fabien Ménager",
3966                     "email": "[email protected]"
3967                 }
3968             ],
3969             "description": "A library to read, parse, export and make subsets of different types of font files.",
3970             "homepage": "https://github.com/PhenX/php-font-lib",
3971             "support": {
3972                 "issues": "https://github.com/dompdf/php-font-lib/issues",
3973                 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6"
3974             },
3975             "time": "2024-01-29T14:45:26+00:00"
3976         },
3977         {
3978             "name": "phenx/php-svg-lib",
3979             "version": "0.5.4",
3980             "source": {
3981                 "type": "git",
3982                 "url": "https://github.com/dompdf/php-svg-lib.git",
3983                 "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691"
3984             },
3985             "dist": {
3986                 "type": "zip",
3987                 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/46b25da81613a9cf43c83b2a8c2c1bdab27df691",
3988                 "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691",
3989                 "shasum": ""
3990             },
3991             "require": {
3992                 "ext-mbstring": "*",
3993                 "php": "^7.1 || ^8.0",
3994                 "sabberworm/php-css-parser": "^8.4"
3995             },
3996             "require-dev": {
3997                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
3998             },
3999             "type": "library",
4000             "autoload": {
4001                 "psr-4": {
4002                     "Svg\\": "src/Svg"
4003                 }
4004             },
4005             "notification-url": "https://packagist.org/downloads/",
4006             "license": [
4007                 "LGPL-3.0-or-later"
4008             ],
4009             "authors": [
4010                 {
4011                     "name": "Fabien Ménager",
4012                     "email": "[email protected]"
4013                 }
4014             ],
4015             "description": "A library to read, parse and export to PDF SVG files.",
4016             "homepage": "https://github.com/PhenX/php-svg-lib",
4017             "support": {
4018                 "issues": "https://github.com/dompdf/php-svg-lib/issues",
4019                 "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.4"
4020             },
4021             "time": "2024-04-08T12:52:34+00:00"
4022         },
4023         {
4024             "name": "phpoption/phpoption",
4025             "version": "1.9.3",
4026             "source": {
4027                 "type": "git",
4028                 "url": "https://github.com/schmittjoh/php-option.git",
4029                 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
4030             },
4031             "dist": {
4032                 "type": "zip",
4033                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
4034                 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
4035                 "shasum": ""
4036             },
4037             "require": {
4038                 "php": "^7.2.5 || ^8.0"
4039             },
4040             "require-dev": {
4041                 "bamarni/composer-bin-plugin": "^1.8.2",
4042                 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
4043             },
4044             "type": "library",
4045             "extra": {
4046                 "bamarni-bin": {
4047                     "bin-links": true,
4048                     "forward-command": false
4049                 },
4050                 "branch-alias": {
4051                     "dev-master": "1.9-dev"
4052                 }
4053             },
4054             "autoload": {
4055                 "psr-4": {
4056                     "PhpOption\\": "src/PhpOption/"
4057                 }
4058             },
4059             "notification-url": "https://packagist.org/downloads/",
4060             "license": [
4061                 "Apache-2.0"
4062             ],
4063             "authors": [
4064                 {
4065                     "name": "Johannes M. Schmitt",
4066                     "email": "[email protected]",
4067                     "homepage": "https://github.com/schmittjoh"
4068                 },
4069                 {
4070                     "name": "Graham Campbell",
4071                     "email": "[email protected]",
4072                     "homepage": "https://github.com/GrahamCampbell"
4073                 }
4074             ],
4075             "description": "Option Type for PHP",
4076             "keywords": [
4077                 "language",
4078                 "option",
4079                 "php",
4080                 "type"
4081             ],
4082             "support": {
4083                 "issues": "https://github.com/schmittjoh/php-option/issues",
4084                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
4085             },
4086             "funding": [
4087                 {
4088                     "url": "https://github.com/GrahamCampbell",
4089                     "type": "github"
4090                 },
4091                 {
4092                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
4093                     "type": "tidelift"
4094                 }
4095             ],
4096             "time": "2024-07-20T21:41:07+00:00"
4097         },
4098         {
4099             "name": "phpseclib/phpseclib",
4100             "version": "3.0.42",
4101             "source": {
4102                 "type": "git",
4103                 "url": "https://github.com/phpseclib/phpseclib.git",
4104                 "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98"
4105             },
4106             "dist": {
4107                 "type": "zip",
4108                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/db92f1b1987b12b13f248fe76c3a52cadb67bb98",
4109                 "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98",
4110                 "shasum": ""
4111             },
4112             "require": {
4113                 "paragonie/constant_time_encoding": "^1|^2|^3",
4114                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
4115                 "php": ">=5.6.1"
4116             },
4117             "require-dev": {
4118                 "phpunit/phpunit": "*"
4119             },
4120             "suggest": {
4121                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
4122                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
4123                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
4124                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
4125                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
4126             },
4127             "type": "library",
4128             "autoload": {
4129                 "files": [
4130                     "phpseclib/bootstrap.php"
4131                 ],
4132                 "psr-4": {
4133                     "phpseclib3\\": "phpseclib/"
4134                 }
4135             },
4136             "notification-url": "https://packagist.org/downloads/",
4137             "license": [
4138                 "MIT"
4139             ],
4140             "authors": [
4141                 {
4142                     "name": "Jim Wigginton",
4143                     "email": "[email protected]",
4144                     "role": "Lead Developer"
4145                 },
4146                 {
4147                     "name": "Patrick Monnerat",
4148                     "email": "[email protected]",
4149                     "role": "Developer"
4150                 },
4151                 {
4152                     "name": "Andreas Fischer",
4153                     "email": "[email protected]",
4154                     "role": "Developer"
4155                 },
4156                 {
4157                     "name": "Hans-Jürgen Petrich",
4158                     "email": "[email protected]",
4159                     "role": "Developer"
4160                 },
4161                 {
4162                     "name": "Graham Campbell",
4163                     "email": "[email protected]",
4164                     "role": "Developer"
4165                 }
4166             ],
4167             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
4168             "homepage": "http://phpseclib.sourceforge.net",
4169             "keywords": [
4170                 "BigInteger",
4171                 "aes",
4172                 "asn.1",
4173                 "asn1",
4174                 "blowfish",
4175                 "crypto",
4176                 "cryptography",
4177                 "encryption",
4178                 "rsa",
4179                 "security",
4180                 "sftp",
4181                 "signature",
4182                 "signing",
4183                 "ssh",
4184                 "twofish",
4185                 "x.509",
4186                 "x509"
4187             ],
4188             "support": {
4189                 "issues": "https://github.com/phpseclib/phpseclib/issues",
4190                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.42"
4191             },
4192             "funding": [
4193                 {
4194                     "url": "https://github.com/terrafrost",
4195                     "type": "github"
4196                 },
4197                 {
4198                     "url": "https://www.patreon.com/phpseclib",
4199                     "type": "patreon"
4200                 },
4201                 {
4202                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
4203                     "type": "tidelift"
4204                 }
4205             ],
4206             "time": "2024-09-16T03:06:04+00:00"
4207         },
4208         {
4209             "name": "pragmarx/google2fa",
4210             "version": "v8.0.3",
4211             "source": {
4212                 "type": "git",
4213                 "url": "https://github.com/antonioribeiro/google2fa.git",
4214                 "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad"
4215             },
4216             "dist": {
4217                 "type": "zip",
4218                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad",
4219                 "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad",
4220                 "shasum": ""
4221             },
4222             "require": {
4223                 "paragonie/constant_time_encoding": "^1.0|^2.0|^3.0",
4224                 "php": "^7.1|^8.0"
4225             },
4226             "require-dev": {
4227                 "phpstan/phpstan": "^1.9",
4228                 "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
4229             },
4230             "type": "library",
4231             "autoload": {
4232                 "psr-4": {
4233                     "PragmaRX\\Google2FA\\": "src/"
4234                 }
4235             },
4236             "notification-url": "https://packagist.org/downloads/",
4237             "license": [
4238                 "MIT"
4239             ],
4240             "authors": [
4241                 {
4242                     "name": "Antonio Carlos Ribeiro",
4243                     "email": "[email protected]",
4244                     "role": "Creator & Designer"
4245                 }
4246             ],
4247             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
4248             "keywords": [
4249                 "2fa",
4250                 "Authentication",
4251                 "Two Factor Authentication",
4252                 "google2fa"
4253             ],
4254             "support": {
4255                 "issues": "https://github.com/antonioribeiro/google2fa/issues",
4256                 "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.3"
4257             },
4258             "time": "2024-09-05T11:56:40+00:00"
4259         },
4260         {
4261             "name": "predis/predis",
4262             "version": "v2.2.2",
4263             "source": {
4264                 "type": "git",
4265                 "url": "https://github.com/predis/predis.git",
4266                 "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1"
4267             },
4268             "dist": {
4269                 "type": "zip",
4270                 "url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
4271                 "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
4272                 "shasum": ""
4273             },
4274             "require": {
4275                 "php": "^7.2 || ^8.0"
4276             },
4277             "require-dev": {
4278                 "friendsofphp/php-cs-fixer": "^3.3",
4279                 "phpstan/phpstan": "^1.9",
4280                 "phpunit/phpunit": "^8.0 || ~9.4.4"
4281             },
4282             "suggest": {
4283                 "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
4284             },
4285             "type": "library",
4286             "autoload": {
4287                 "psr-4": {
4288                     "Predis\\": "src/"
4289                 }
4290             },
4291             "notification-url": "https://packagist.org/downloads/",
4292             "license": [
4293                 "MIT"
4294             ],
4295             "authors": [
4296                 {
4297                     "name": "Till Krüss",
4298                     "homepage": "https://till.im",
4299                     "role": "Maintainer"
4300                 }
4301             ],
4302             "description": "A flexible and feature-complete Redis client for PHP.",
4303             "homepage": "http://github.com/predis/predis",
4304             "keywords": [
4305                 "nosql",
4306                 "predis",
4307                 "redis"
4308             ],
4309             "support": {
4310                 "issues": "https://github.com/predis/predis/issues",
4311                 "source": "https://github.com/predis/predis/tree/v2.2.2"
4312             },
4313             "funding": [
4314                 {
4315                     "url": "https://github.com/sponsors/tillkruss",
4316                     "type": "github"
4317                 }
4318             ],
4319             "time": "2023-09-13T16:42:03+00:00"
4320         },
4321         {
4322             "name": "psr/cache",
4323             "version": "3.0.0",
4324             "source": {
4325                 "type": "git",
4326                 "url": "https://github.com/php-fig/cache.git",
4327                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
4328             },
4329             "dist": {
4330                 "type": "zip",
4331                 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
4332                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
4333                 "shasum": ""
4334             },
4335             "require": {
4336                 "php": ">=8.0.0"
4337             },
4338             "type": "library",
4339             "extra": {
4340                 "branch-alias": {
4341                     "dev-master": "1.0.x-dev"
4342                 }
4343             },
4344             "autoload": {
4345                 "psr-4": {
4346                     "Psr\\Cache\\": "src/"
4347                 }
4348             },
4349             "notification-url": "https://packagist.org/downloads/",
4350             "license": [
4351                 "MIT"
4352             ],
4353             "authors": [
4354                 {
4355                     "name": "PHP-FIG",
4356                     "homepage": "https://www.php-fig.org/"
4357                 }
4358             ],
4359             "description": "Common interface for caching libraries",
4360             "keywords": [
4361                 "cache",
4362                 "psr",
4363                 "psr-6"
4364             ],
4365             "support": {
4366                 "source": "https://github.com/php-fig/cache/tree/3.0.0"
4367             },
4368             "time": "2021-02-03T23:26:27+00:00"
4369         },
4370         {
4371             "name": "psr/clock",
4372             "version": "1.0.0",
4373             "source": {
4374                 "type": "git",
4375                 "url": "https://github.com/php-fig/clock.git",
4376                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
4377             },
4378             "dist": {
4379                 "type": "zip",
4380                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4381                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
4382                 "shasum": ""
4383             },
4384             "require": {
4385                 "php": "^7.0 || ^8.0"
4386             },
4387             "type": "library",
4388             "autoload": {
4389                 "psr-4": {
4390                     "Psr\\Clock\\": "src/"
4391                 }
4392             },
4393             "notification-url": "https://packagist.org/downloads/",
4394             "license": [
4395                 "MIT"
4396             ],
4397             "authors": [
4398                 {
4399                     "name": "PHP-FIG",
4400                     "homepage": "https://www.php-fig.org/"
4401                 }
4402             ],
4403             "description": "Common interface for reading the clock.",
4404             "homepage": "https://github.com/php-fig/clock",
4405             "keywords": [
4406                 "clock",
4407                 "now",
4408                 "psr",
4409                 "psr-20",
4410                 "time"
4411             ],
4412             "support": {
4413                 "issues": "https://github.com/php-fig/clock/issues",
4414                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
4415             },
4416             "time": "2022-11-25T14:36:26+00:00"
4417         },
4418         {
4419             "name": "psr/container",
4420             "version": "2.0.2",
4421             "source": {
4422                 "type": "git",
4423                 "url": "https://github.com/php-fig/container.git",
4424                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
4425             },
4426             "dist": {
4427                 "type": "zip",
4428                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4429                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
4430                 "shasum": ""
4431             },
4432             "require": {
4433                 "php": ">=7.4.0"
4434             },
4435             "type": "library",
4436             "extra": {
4437                 "branch-alias": {
4438                     "dev-master": "2.0.x-dev"
4439                 }
4440             },
4441             "autoload": {
4442                 "psr-4": {
4443                     "Psr\\Container\\": "src/"
4444                 }
4445             },
4446             "notification-url": "https://packagist.org/downloads/",
4447             "license": [
4448                 "MIT"
4449             ],
4450             "authors": [
4451                 {
4452                     "name": "PHP-FIG",
4453                     "homepage": "https://www.php-fig.org/"
4454                 }
4455             ],
4456             "description": "Common Container Interface (PHP FIG PSR-11)",
4457             "homepage": "https://github.com/php-fig/container",
4458             "keywords": [
4459                 "PSR-11",
4460                 "container",
4461                 "container-interface",
4462                 "container-interop",
4463                 "psr"
4464             ],
4465             "support": {
4466                 "issues": "https://github.com/php-fig/container/issues",
4467                 "source": "https://github.com/php-fig/container/tree/2.0.2"
4468             },
4469             "time": "2021-11-05T16:47:00+00:00"
4470         },
4471         {
4472             "name": "psr/event-dispatcher",
4473             "version": "1.0.0",
4474             "source": {
4475                 "type": "git",
4476                 "url": "https://github.com/php-fig/event-dispatcher.git",
4477                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
4478             },
4479             "dist": {
4480                 "type": "zip",
4481                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
4482                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
4483                 "shasum": ""
4484             },
4485             "require": {
4486                 "php": ">=7.2.0"
4487             },
4488             "type": "library",
4489             "extra": {
4490                 "branch-alias": {
4491                     "dev-master": "1.0.x-dev"
4492                 }
4493             },
4494             "autoload": {
4495                 "psr-4": {
4496                     "Psr\\EventDispatcher\\": "src/"
4497                 }
4498             },
4499             "notification-url": "https://packagist.org/downloads/",
4500             "license": [
4501                 "MIT"
4502             ],
4503             "authors": [
4504                 {
4505                     "name": "PHP-FIG",
4506                     "homepage": "http://www.php-fig.org/"
4507                 }
4508             ],
4509             "description": "Standard interfaces for event handling.",
4510             "keywords": [
4511                 "events",
4512                 "psr",
4513                 "psr-14"
4514             ],
4515             "support": {
4516                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
4517                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
4518             },
4519             "time": "2019-01-08T18:20:26+00:00"
4520         },
4521         {
4522             "name": "psr/http-client",
4523             "version": "1.0.3",
4524             "source": {
4525                 "type": "git",
4526                 "url": "https://github.com/php-fig/http-client.git",
4527                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
4528             },
4529             "dist": {
4530                 "type": "zip",
4531                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
4532                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
4533                 "shasum": ""
4534             },
4535             "require": {
4536                 "php": "^7.0 || ^8.0",
4537                 "psr/http-message": "^1.0 || ^2.0"
4538             },
4539             "type": "library",
4540             "extra": {
4541                 "branch-alias": {
4542                     "dev-master": "1.0.x-dev"
4543                 }
4544             },
4545             "autoload": {
4546                 "psr-4": {
4547                     "Psr\\Http\\Client\\": "src/"
4548                 }
4549             },
4550             "notification-url": "https://packagist.org/downloads/",
4551             "license": [
4552                 "MIT"
4553             ],
4554             "authors": [
4555                 {
4556                     "name": "PHP-FIG",
4557                     "homepage": "https://www.php-fig.org/"
4558                 }
4559             ],
4560             "description": "Common interface for HTTP clients",
4561             "homepage": "https://github.com/php-fig/http-client",
4562             "keywords": [
4563                 "http",
4564                 "http-client",
4565                 "psr",
4566                 "psr-18"
4567             ],
4568             "support": {
4569                 "source": "https://github.com/php-fig/http-client"
4570             },
4571             "time": "2023-09-23T14:17:50+00:00"
4572         },
4573         {
4574             "name": "psr/http-factory",
4575             "version": "1.1.0",
4576             "source": {
4577                 "type": "git",
4578                 "url": "https://github.com/php-fig/http-factory.git",
4579                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
4580             },
4581             "dist": {
4582                 "type": "zip",
4583                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
4584                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
4585                 "shasum": ""
4586             },
4587             "require": {
4588                 "php": ">=7.1",
4589                 "psr/http-message": "^1.0 || ^2.0"
4590             },
4591             "type": "library",
4592             "extra": {
4593                 "branch-alias": {
4594                     "dev-master": "1.0.x-dev"
4595                 }
4596             },
4597             "autoload": {
4598                 "psr-4": {
4599                     "Psr\\Http\\Message\\": "src/"
4600                 }
4601             },
4602             "notification-url": "https://packagist.org/downloads/",
4603             "license": [
4604                 "MIT"
4605             ],
4606             "authors": [
4607                 {
4608                     "name": "PHP-FIG",
4609                     "homepage": "https://www.php-fig.org/"
4610                 }
4611             ],
4612             "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
4613             "keywords": [
4614                 "factory",
4615                 "http",
4616                 "message",
4617                 "psr",
4618                 "psr-17",
4619                 "psr-7",
4620                 "request",
4621                 "response"
4622             ],
4623             "support": {
4624                 "source": "https://github.com/php-fig/http-factory"
4625             },
4626             "time": "2024-04-15T12:06:14+00:00"
4627         },
4628         {
4629             "name": "psr/http-message",
4630             "version": "2.0",
4631             "source": {
4632                 "type": "git",
4633                 "url": "https://github.com/php-fig/http-message.git",
4634                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
4635             },
4636             "dist": {
4637                 "type": "zip",
4638                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4639                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
4640                 "shasum": ""
4641             },
4642             "require": {
4643                 "php": "^7.2 || ^8.0"
4644             },
4645             "type": "library",
4646             "extra": {
4647                 "branch-alias": {
4648                     "dev-master": "2.0.x-dev"
4649                 }
4650             },
4651             "autoload": {
4652                 "psr-4": {
4653                     "Psr\\Http\\Message\\": "src/"
4654                 }
4655             },
4656             "notification-url": "https://packagist.org/downloads/",
4657             "license": [
4658                 "MIT"
4659             ],
4660             "authors": [
4661                 {
4662                     "name": "PHP-FIG",
4663                     "homepage": "https://www.php-fig.org/"
4664                 }
4665             ],
4666             "description": "Common interface for HTTP messages",
4667             "homepage": "https://github.com/php-fig/http-message",
4668             "keywords": [
4669                 "http",
4670                 "http-message",
4671                 "psr",
4672                 "psr-7",
4673                 "request",
4674                 "response"
4675             ],
4676             "support": {
4677                 "source": "https://github.com/php-fig/http-message/tree/2.0"
4678             },
4679             "time": "2023-04-04T09:54:51+00:00"
4680         },
4681         {
4682             "name": "psr/log",
4683             "version": "3.0.2",
4684             "source": {
4685                 "type": "git",
4686                 "url": "https://github.com/php-fig/log.git",
4687                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
4688             },
4689             "dist": {
4690                 "type": "zip",
4691                 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
4692                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
4693                 "shasum": ""
4694             },
4695             "require": {
4696                 "php": ">=8.0.0"
4697             },
4698             "type": "library",
4699             "extra": {
4700                 "branch-alias": {
4701                     "dev-master": "3.x-dev"
4702                 }
4703             },
4704             "autoload": {
4705                 "psr-4": {
4706                     "Psr\\Log\\": "src"
4707                 }
4708             },
4709             "notification-url": "https://packagist.org/downloads/",
4710             "license": [
4711                 "MIT"
4712             ],
4713             "authors": [
4714                 {
4715                     "name": "PHP-FIG",
4716                     "homepage": "https://www.php-fig.org/"
4717                 }
4718             ],
4719             "description": "Common interface for logging libraries",
4720             "homepage": "https://github.com/php-fig/log",
4721             "keywords": [
4722                 "log",
4723                 "psr",
4724                 "psr-3"
4725             ],
4726             "support": {
4727                 "source": "https://github.com/php-fig/log/tree/3.0.2"
4728             },
4729             "time": "2024-09-11T13:17:53+00:00"
4730         },
4731         {
4732             "name": "psr/simple-cache",
4733             "version": "3.0.0",
4734             "source": {
4735                 "type": "git",
4736                 "url": "https://github.com/php-fig/simple-cache.git",
4737                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
4738             },
4739             "dist": {
4740                 "type": "zip",
4741                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
4742                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
4743                 "shasum": ""
4744             },
4745             "require": {
4746                 "php": ">=8.0.0"
4747             },
4748             "type": "library",
4749             "extra": {
4750                 "branch-alias": {
4751                     "dev-master": "3.0.x-dev"
4752                 }
4753             },
4754             "autoload": {
4755                 "psr-4": {
4756                     "Psr\\SimpleCache\\": "src/"
4757                 }
4758             },
4759             "notification-url": "https://packagist.org/downloads/",
4760             "license": [
4761                 "MIT"
4762             ],
4763             "authors": [
4764                 {
4765                     "name": "PHP-FIG",
4766                     "homepage": "https://www.php-fig.org/"
4767                 }
4768             ],
4769             "description": "Common interfaces for simple caching",
4770             "keywords": [
4771                 "cache",
4772                 "caching",
4773                 "psr",
4774                 "psr-16",
4775                 "simple-cache"
4776             ],
4777             "support": {
4778                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
4779             },
4780             "time": "2021-10-29T13:26:27+00:00"
4781         },
4782         {
4783             "name": "psy/psysh",
4784             "version": "v0.12.4",
4785             "source": {
4786                 "type": "git",
4787                 "url": "https://github.com/bobthecow/psysh.git",
4788                 "reference": "2fd717afa05341b4f8152547f142cd2f130f6818"
4789             },
4790             "dist": {
4791                 "type": "zip",
4792                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2fd717afa05341b4f8152547f142cd2f130f6818",
4793                 "reference": "2fd717afa05341b4f8152547f142cd2f130f6818",
4794                 "shasum": ""
4795             },
4796             "require": {
4797                 "ext-json": "*",
4798                 "ext-tokenizer": "*",
4799                 "nikic/php-parser": "^5.0 || ^4.0",
4800                 "php": "^8.0 || ^7.4",
4801                 "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
4802                 "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
4803             },
4804             "conflict": {
4805                 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
4806             },
4807             "require-dev": {
4808                 "bamarni/composer-bin-plugin": "^1.2"
4809             },
4810             "suggest": {
4811                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
4812                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
4813                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
4814             },
4815             "bin": [
4816                 "bin/psysh"
4817             ],
4818             "type": "library",
4819             "extra": {
4820                 "branch-alias": {
4821                     "dev-main": "0.12.x-dev"
4822                 },
4823                 "bamarni-bin": {
4824                     "bin-links": false,
4825                     "forward-command": false
4826                 }
4827             },
4828             "autoload": {
4829                 "files": [
4830                     "src/functions.php"
4831                 ],
4832                 "psr-4": {
4833                     "Psy\\": "src/"
4834                 }
4835             },
4836             "notification-url": "https://packagist.org/downloads/",
4837             "license": [
4838                 "MIT"
4839             ],
4840             "authors": [
4841                 {
4842                     "name": "Justin Hileman",
4843                     "email": "[email protected]",
4844                     "homepage": "http://justinhileman.com"
4845                 }
4846             ],
4847             "description": "An interactive shell for modern PHP.",
4848             "homepage": "http://psysh.org",
4849             "keywords": [
4850                 "REPL",
4851                 "console",
4852                 "interactive",
4853                 "shell"
4854             ],
4855             "support": {
4856                 "issues": "https://github.com/bobthecow/psysh/issues",
4857                 "source": "https://github.com/bobthecow/psysh/tree/v0.12.4"
4858             },
4859             "time": "2024-06-10T01:18:23+00:00"
4860         },
4861         {
4862             "name": "ralouphie/getallheaders",
4863             "version": "3.0.3",
4864             "source": {
4865                 "type": "git",
4866                 "url": "https://github.com/ralouphie/getallheaders.git",
4867                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
4868             },
4869             "dist": {
4870                 "type": "zip",
4871                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
4872                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
4873                 "shasum": ""
4874             },
4875             "require": {
4876                 "php": ">=5.6"
4877             },
4878             "require-dev": {
4879                 "php-coveralls/php-coveralls": "^2.1",
4880                 "phpunit/phpunit": "^5 || ^6.5"
4881             },
4882             "type": "library",
4883             "autoload": {
4884                 "files": [
4885                     "src/getallheaders.php"
4886                 ]
4887             },
4888             "notification-url": "https://packagist.org/downloads/",
4889             "license": [
4890                 "MIT"
4891             ],
4892             "authors": [
4893                 {
4894                     "name": "Ralph Khattar",
4895                     "email": "[email protected]"
4896                 }
4897             ],
4898             "description": "A polyfill for getallheaders.",
4899             "support": {
4900                 "issues": "https://github.com/ralouphie/getallheaders/issues",
4901                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
4902             },
4903             "time": "2019-03-08T08:55:37+00:00"
4904         },
4905         {
4906             "name": "ramsey/collection",
4907             "version": "2.0.0",
4908             "source": {
4909                 "type": "git",
4910                 "url": "https://github.com/ramsey/collection.git",
4911                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
4912             },
4913             "dist": {
4914                 "type": "zip",
4915                 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
4916                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
4917                 "shasum": ""
4918             },
4919             "require": {
4920                 "php": "^8.1"
4921             },
4922             "require-dev": {
4923                 "captainhook/plugin-composer": "^5.3",
4924                 "ergebnis/composer-normalize": "^2.28.3",
4925                 "fakerphp/faker": "^1.21",
4926                 "hamcrest/hamcrest-php": "^2.0",
4927                 "jangregor/phpstan-prophecy": "^1.0",
4928                 "mockery/mockery": "^1.5",
4929                 "php-parallel-lint/php-console-highlighter": "^1.0",
4930                 "php-parallel-lint/php-parallel-lint": "^1.3",
4931                 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
4932                 "phpspec/prophecy-phpunit": "^2.0",
4933                 "phpstan/extension-installer": "^1.2",
4934                 "phpstan/phpstan": "^1.9",
4935                 "phpstan/phpstan-mockery": "^1.1",
4936                 "phpstan/phpstan-phpunit": "^1.3",
4937                 "phpunit/phpunit": "^9.5",
4938                 "psalm/plugin-mockery": "^1.1",
4939                 "psalm/plugin-phpunit": "^0.18.4",
4940                 "ramsey/coding-standard": "^2.0.3",
4941                 "ramsey/conventional-commits": "^1.3",
4942                 "vimeo/psalm": "^5.4"
4943             },
4944             "type": "library",
4945             "extra": {
4946                 "captainhook": {
4947                     "force-install": true
4948                 },
4949                 "ramsey/conventional-commits": {
4950                     "configFile": "conventional-commits.json"
4951                 }
4952             },
4953             "autoload": {
4954                 "psr-4": {
4955                     "Ramsey\\Collection\\": "src/"
4956                 }
4957             },
4958             "notification-url": "https://packagist.org/downloads/",
4959             "license": [
4960                 "MIT"
4961             ],
4962             "authors": [
4963                 {
4964                     "name": "Ben Ramsey",
4965                     "email": "[email protected]",
4966                     "homepage": "https://benramsey.com"
4967                 }
4968             ],
4969             "description": "A PHP library for representing and manipulating collections.",
4970             "keywords": [
4971                 "array",
4972                 "collection",
4973                 "hash",
4974                 "map",
4975                 "queue",
4976                 "set"
4977             ],
4978             "support": {
4979                 "issues": "https://github.com/ramsey/collection/issues",
4980                 "source": "https://github.com/ramsey/collection/tree/2.0.0"
4981             },
4982             "funding": [
4983                 {
4984                     "url": "https://github.com/ramsey",
4985                     "type": "github"
4986                 },
4987                 {
4988                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
4989                     "type": "tidelift"
4990                 }
4991             ],
4992             "time": "2022-12-31T21:50:55+00:00"
4993         },
4994         {
4995             "name": "ramsey/uuid",
4996             "version": "4.7.6",
4997             "source": {
4998                 "type": "git",
4999                 "url": "https://github.com/ramsey/uuid.git",
5000                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
5001             },
5002             "dist": {
5003                 "type": "zip",
5004                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
5005                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
5006                 "shasum": ""
5007             },
5008             "require": {
5009                 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
5010                 "ext-json": "*",
5011                 "php": "^8.0",
5012                 "ramsey/collection": "^1.2 || ^2.0"
5013             },
5014             "replace": {
5015                 "rhumsaa/uuid": "self.version"
5016             },
5017             "require-dev": {
5018                 "captainhook/captainhook": "^5.10",
5019                 "captainhook/plugin-composer": "^5.3",
5020                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5021                 "doctrine/annotations": "^1.8",
5022                 "ergebnis/composer-normalize": "^2.15",
5023                 "mockery/mockery": "^1.3",
5024                 "paragonie/random-lib": "^2",
5025                 "php-mock/php-mock": "^2.2",
5026                 "php-mock/php-mock-mockery": "^1.3",
5027                 "php-parallel-lint/php-parallel-lint": "^1.1",
5028                 "phpbench/phpbench": "^1.0",
5029                 "phpstan/extension-installer": "^1.1",
5030                 "phpstan/phpstan": "^1.8",
5031                 "phpstan/phpstan-mockery": "^1.1",
5032                 "phpstan/phpstan-phpunit": "^1.1",
5033                 "phpunit/phpunit": "^8.5 || ^9",
5034                 "ramsey/composer-repl": "^1.4",
5035                 "slevomat/coding-standard": "^8.4",
5036                 "squizlabs/php_codesniffer": "^3.5",
5037                 "vimeo/psalm": "^4.9"
5038             },
5039             "suggest": {
5040                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
5041                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
5042                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
5043                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
5044                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
5045             },
5046             "type": "library",
5047             "extra": {
5048                 "captainhook": {
5049                     "force-install": true
5050                 }
5051             },
5052             "autoload": {
5053                 "files": [
5054                     "src/functions.php"
5055                 ],
5056                 "psr-4": {
5057                     "Ramsey\\Uuid\\": "src/"
5058                 }
5059             },
5060             "notification-url": "https://packagist.org/downloads/",
5061             "license": [
5062                 "MIT"
5063             ],
5064             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
5065             "keywords": [
5066                 "guid",
5067                 "identifier",
5068                 "uuid"
5069             ],
5070             "support": {
5071                 "issues": "https://github.com/ramsey/uuid/issues",
5072                 "source": "https://github.com/ramsey/uuid/tree/4.7.6"
5073             },
5074             "funding": [
5075                 {
5076                     "url": "https://github.com/ramsey",
5077                     "type": "github"
5078                 },
5079                 {
5080                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
5081                     "type": "tidelift"
5082                 }
5083             ],
5084             "time": "2024-04-27T21:32:50+00:00"
5085         },
5086         {
5087             "name": "robrichards/xmlseclibs",
5088             "version": "3.1.1",
5089             "source": {
5090                 "type": "git",
5091                 "url": "https://github.com/robrichards/xmlseclibs.git",
5092                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
5093             },
5094             "dist": {
5095                 "type": "zip",
5096                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
5097                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
5098                 "shasum": ""
5099             },
5100             "require": {
5101                 "ext-openssl": "*",
5102                 "php": ">= 5.4"
5103             },
5104             "type": "library",
5105             "autoload": {
5106                 "psr-4": {
5107                     "RobRichards\\XMLSecLibs\\": "src"
5108                 }
5109             },
5110             "notification-url": "https://packagist.org/downloads/",
5111             "license": [
5112                 "BSD-3-Clause"
5113             ],
5114             "description": "A PHP library for XML Security",
5115             "homepage": "https://github.com/robrichards/xmlseclibs",
5116             "keywords": [
5117                 "security",
5118                 "signature",
5119                 "xml",
5120                 "xmldsig"
5121             ],
5122             "support": {
5123                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
5124                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
5125             },
5126             "time": "2020-09-05T13:00:25+00:00"
5127         },
5128         {
5129             "name": "sabberworm/php-css-parser",
5130             "version": "v8.6.0",
5131             "source": {
5132                 "type": "git",
5133                 "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
5134                 "reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70"
5135             },
5136             "dist": {
5137                 "type": "zip",
5138                 "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d2fb94a9641be84d79c7548c6d39bbebba6e9a70",
5139                 "reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70",
5140                 "shasum": ""
5141             },
5142             "require": {
5143                 "ext-iconv": "*",
5144                 "php": ">=5.6.20"
5145             },
5146             "require-dev": {
5147                 "phpunit/phpunit": "^5.7.27"
5148             },
5149             "suggest": {
5150                 "ext-mbstring": "for parsing UTF-8 CSS"
5151             },
5152             "type": "library",
5153             "extra": {
5154                 "branch-alias": {
5155                     "dev-main": "9.0.x-dev"
5156                 }
5157             },
5158             "autoload": {
5159                 "psr-4": {
5160                     "Sabberworm\\CSS\\": "src/"
5161                 }
5162             },
5163             "notification-url": "https://packagist.org/downloads/",
5164             "license": [
5165                 "MIT"
5166             ],
5167             "authors": [
5168                 {
5169                     "name": "Raphael Schweikert"
5170                 },
5171                 {
5172                     "name": "Oliver Klee",
5173                     "email": "[email protected]"
5174                 },
5175                 {
5176                     "name": "Jake Hotson",
5177                     "email": "[email protected]"
5178                 }
5179             ],
5180             "description": "Parser for CSS Files written in PHP",
5181             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
5182             "keywords": [
5183                 "css",
5184                 "parser",
5185                 "stylesheet"
5186             ],
5187             "support": {
5188                 "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
5189                 "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.6.0"
5190             },
5191             "time": "2024-07-01T07:33:21+00:00"
5192         },
5193         {
5194             "name": "socialiteproviders/discord",
5195             "version": "4.2.0",
5196             "source": {
5197                 "type": "git",
5198                 "url": "https://github.com/SocialiteProviders/Discord.git",
5199                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c"
5200             },
5201             "dist": {
5202                 "type": "zip",
5203                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c71c379acfdca5ba4aa65a3db5ae5222852a919c",
5204                 "reference": "c71c379acfdca5ba4aa65a3db5ae5222852a919c",
5205                 "shasum": ""
5206             },
5207             "require": {
5208                 "ext-json": "*",
5209                 "php": "^7.4 || ^8.0",
5210                 "socialiteproviders/manager": "~4.0"
5211             },
5212             "type": "library",
5213             "autoload": {
5214                 "psr-4": {
5215                     "SocialiteProviders\\Discord\\": ""
5216                 }
5217             },
5218             "notification-url": "https://packagist.org/downloads/",
5219             "license": [
5220                 "MIT"
5221             ],
5222             "authors": [
5223                 {
5224                     "name": "Christopher Eklund",
5225                     "email": "[email protected]"
5226                 }
5227             ],
5228             "description": "Discord OAuth2 Provider for Laravel Socialite",
5229             "keywords": [
5230                 "discord",
5231                 "laravel",
5232                 "oauth",
5233                 "provider",
5234                 "socialite"
5235             ],
5236             "support": {
5237                 "docs": "https://socialiteproviders.com/discord",
5238                 "issues": "https://github.com/socialiteproviders/providers/issues",
5239                 "source": "https://github.com/socialiteproviders/providers"
5240             },
5241             "time": "2023-07-24T23:28:47+00:00"
5242         },
5243         {
5244             "name": "socialiteproviders/gitlab",
5245             "version": "4.1.0",
5246             "source": {
5247                 "type": "git",
5248                 "url": "https://github.com/SocialiteProviders/GitLab.git",
5249                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
5250             },
5251             "dist": {
5252                 "type": "zip",
5253                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5254                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
5255                 "shasum": ""
5256             },
5257             "require": {
5258                 "ext-json": "*",
5259                 "php": "^7.2 || ^8.0",
5260                 "socialiteproviders/manager": "~4.0"
5261             },
5262             "type": "library",
5263             "autoload": {
5264                 "psr-4": {
5265                     "SocialiteProviders\\GitLab\\": ""
5266                 }
5267             },
5268             "notification-url": "https://packagist.org/downloads/",
5269             "license": [
5270                 "MIT"
5271             ],
5272             "authors": [
5273                 {
5274                     "name": "Christoffer Martinsen",
5275                     "email": "[email protected]"
5276                 }
5277             ],
5278             "description": "GitLab OAuth2 Provider for Laravel Socialite",
5279             "support": {
5280                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
5281             },
5282             "time": "2020-12-01T23:10:59+00:00"
5283         },
5284         {
5285             "name": "socialiteproviders/manager",
5286             "version": "v4.6.0",
5287             "source": {
5288                 "type": "git",
5289                 "url": "https://github.com/SocialiteProviders/Manager.git",
5290                 "reference": "dea5190981c31b89e52259da9ab1ca4e2b258b21"
5291             },
5292             "dist": {
5293                 "type": "zip",
5294                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/dea5190981c31b89e52259da9ab1ca4e2b258b21",
5295                 "reference": "dea5190981c31b89e52259da9ab1ca4e2b258b21",
5296                 "shasum": ""
5297             },
5298             "require": {
5299                 "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
5300                 "laravel/socialite": "^5.5",
5301                 "php": "^8.0"
5302             },
5303             "require-dev": {
5304                 "mockery/mockery": "^1.2",
5305                 "phpunit/phpunit": "^9.0"
5306             },
5307             "type": "library",
5308             "extra": {
5309                 "laravel": {
5310                     "providers": [
5311                         "SocialiteProviders\\Manager\\ServiceProvider"
5312                     ]
5313                 }
5314             },
5315             "autoload": {
5316                 "psr-4": {
5317                     "SocialiteProviders\\Manager\\": "src/"
5318                 }
5319             },
5320             "notification-url": "https://packagist.org/downloads/",
5321             "license": [
5322                 "MIT"
5323             ],
5324             "authors": [
5325                 {
5326                     "name": "Andy Wendt",
5327                     "email": "[email protected]"
5328                 },
5329                 {
5330                     "name": "Anton Komarev",
5331                     "email": "[email protected]"
5332                 },
5333                 {
5334                     "name": "Miguel Piedrafita",
5335                     "email": "[email protected]"
5336                 },
5337                 {
5338                     "name": "atymic",
5339                     "email": "[email protected]",
5340                     "homepage": "https://atymic.dev"
5341                 }
5342             ],
5343             "description": "Easily add new or override built-in providers in Laravel Socialite.",
5344             "homepage": "https://socialiteproviders.com",
5345             "keywords": [
5346                 "laravel",
5347                 "manager",
5348                 "oauth",
5349                 "providers",
5350                 "socialite"
5351             ],
5352             "support": {
5353                 "issues": "https://github.com/socialiteproviders/manager/issues",
5354                 "source": "https://github.com/socialiteproviders/manager"
5355             },
5356             "time": "2024-05-04T07:57:39+00:00"
5357         },
5358         {
5359             "name": "socialiteproviders/microsoft-azure",
5360             "version": "5.2.0",
5361             "source": {
5362                 "type": "git",
5363                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
5364                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16"
5365             },
5366             "dist": {
5367                 "type": "zip",
5368                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5369                 "reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16",
5370                 "shasum": ""
5371             },
5372             "require": {
5373                 "ext-json": "*",
5374                 "php": "^8.0",
5375                 "socialiteproviders/manager": "^4.4"
5376             },
5377             "type": "library",
5378             "autoload": {
5379                 "psr-4": {
5380                     "SocialiteProviders\\Azure\\": ""
5381                 }
5382             },
5383             "notification-url": "https://packagist.org/downloads/",
5384             "license": [
5385                 "MIT"
5386             ],
5387             "authors": [
5388                 {
5389                     "name": "Chris Hemmings",
5390                     "email": "[email protected]"
5391                 }
5392             ],
5393             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
5394             "keywords": [
5395                 "azure",
5396                 "laravel",
5397                 "microsoft",
5398                 "oauth",
5399                 "provider",
5400                 "socialite"
5401             ],
5402             "support": {
5403                 "docs": "https://socialiteproviders.com/microsoft-azure",
5404                 "issues": "https://github.com/socialiteproviders/providers/issues",
5405                 "source": "https://github.com/socialiteproviders/providers"
5406             },
5407             "time": "2024-03-15T03:02:10+00:00"
5408         },
5409         {
5410             "name": "socialiteproviders/okta",
5411             "version": "4.4.0",
5412             "source": {
5413                 "type": "git",
5414                 "url": "https://github.com/SocialiteProviders/Okta.git",
5415                 "reference": "5e47cd7b4c19da94ecafbd91fa430e4151c09806"
5416             },
5417             "dist": {
5418                 "type": "zip",
5419                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/5e47cd7b4c19da94ecafbd91fa430e4151c09806",
5420                 "reference": "5e47cd7b4c19da94ecafbd91fa430e4151c09806",
5421                 "shasum": ""
5422             },
5423             "require": {
5424                 "ext-json": "*",
5425                 "php": "^8.0",
5426                 "socialiteproviders/manager": "^4.4"
5427             },
5428             "type": "library",
5429             "autoload": {
5430                 "psr-4": {
5431                     "SocialiteProviders\\Okta\\": ""
5432                 }
5433             },
5434             "notification-url": "https://packagist.org/downloads/",
5435             "license": [
5436                 "MIT"
5437             ],
5438             "authors": [
5439                 {
5440                     "name": "Chase Coney",
5441                     "email": "[email protected]"
5442                 }
5443             ],
5444             "description": "Okta OAuth2 Provider for Laravel Socialite",
5445             "keywords": [
5446                 "laravel",
5447                 "oauth",
5448                 "okta",
5449                 "provider",
5450                 "socialite"
5451             ],
5452             "support": {
5453                 "docs": "https://socialiteproviders.com/okta",
5454                 "issues": "https://github.com/socialiteproviders/providers/issues",
5455                 "source": "https://github.com/socialiteproviders/providers"
5456             },
5457             "time": "2023-12-12T01:59:17+00:00"
5458         },
5459         {
5460             "name": "socialiteproviders/twitch",
5461             "version": "5.4.0",
5462             "source": {
5463                 "type": "git",
5464                 "url": "https://github.com/SocialiteProviders/Twitch.git",
5465                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d"
5466             },
5467             "dist": {
5468                 "type": "zip",
5469                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/c8791b9d208195b5f02bea432de89d0e612b955d",
5470                 "reference": "c8791b9d208195b5f02bea432de89d0e612b955d",
5471                 "shasum": ""
5472             },
5473             "require": {
5474                 "ext-json": "*",
5475                 "php": "^8.0",
5476                 "socialiteproviders/manager": "^4.4"
5477             },
5478             "type": "library",
5479             "autoload": {
5480                 "psr-4": {
5481                     "SocialiteProviders\\Twitch\\": ""
5482                 }
5483             },
5484             "notification-url": "https://packagist.org/downloads/",
5485             "license": [
5486                 "MIT"
5487             ],
5488             "authors": [
5489                 {
5490                     "name": "Brian Faust",
5491                     "email": "[email protected]"
5492                 }
5493             ],
5494             "description": "Twitch OAuth2 Provider for Laravel Socialite",
5495             "keywords": [
5496                 "laravel",
5497                 "oauth",
5498                 "provider",
5499                 "socialite",
5500                 "twitch"
5501             ],
5502             "support": {
5503                 "docs": "https://socialiteproviders.com/twitch",
5504                 "issues": "https://github.com/socialiteproviders/providers/issues",
5505                 "source": "https://github.com/socialiteproviders/providers"
5506             },
5507             "time": "2024-04-01T01:15:35+00:00"
5508         },
5509         {
5510             "name": "ssddanbrown/htmldiff",
5511             "version": "v1.0.3",
5512             "source": {
5513                 "type": "git",
5514                 "url": "https://github.com/ssddanbrown/HtmlDiff.git",
5515                 "reference": "92da405f8138066834b71ac7bedebbda6327761b"
5516             },
5517             "dist": {
5518                 "type": "zip",
5519                 "url": "https://api.github.com/repos/ssddanbrown/HtmlDiff/zipball/92da405f8138066834b71ac7bedebbda6327761b",
5520                 "reference": "92da405f8138066834b71ac7bedebbda6327761b",
5521                 "shasum": ""
5522             },
5523             "require": {
5524                 "ext-mbstring": "*",
5525                 "php": ">=7.2"
5526             },
5527             "require-dev": {
5528                 "phpunit/phpunit": "^8.5|^9.5.9",
5529                 "vimeo/psalm": "^4.10"
5530             },
5531             "type": "library",
5532             "autoload": {
5533                 "psr-4": {
5534                     "Ssddanbrown\\HtmlDiff\\": "src"
5535                 }
5536             },
5537             "notification-url": "https://packagist.org/downloads/",
5538             "license": [
5539                 "MIT"
5540             ],
5541             "authors": [
5542                 {
5543                     "name": "Dan Brown",
5544                     "email": "[email protected]",
5545                     "role": "Developer"
5546                 }
5547             ],
5548             "description": "HTML Content Diff Generator",
5549             "homepage": "https://github.com/ssddanbrown/htmldiff",
5550             "support": {
5551                 "issues": "https://github.com/ssddanbrown/HtmlDiff/issues",
5552                 "source": "https://github.com/ssddanbrown/HtmlDiff/tree/v1.0.3"
5553             },
5554             "funding": [
5555                 {
5556                     "url": "https://github.com/ssddanbrown",
5557                     "type": "github"
5558                 }
5559             ],
5560             "time": "2024-03-29T16:51:55+00:00"
5561         },
5562         {
5563             "name": "ssddanbrown/symfony-mailer",
5564             "version": "6.4.x-dev",
5565             "source": {
5566                 "type": "git",
5567                 "url": "https://github.com/ssddanbrown/symfony-mailer.git",
5568                 "reference": "0497d6eb2734fe22b9550f88ae6526611c9df7ae"
5569             },
5570             "dist": {
5571                 "type": "zip",
5572                 "url": "https://api.github.com/repos/ssddanbrown/symfony-mailer/zipball/0497d6eb2734fe22b9550f88ae6526611c9df7ae",
5573                 "reference": "0497d6eb2734fe22b9550f88ae6526611c9df7ae",
5574                 "shasum": ""
5575             },
5576             "require": {
5577                 "egulias/email-validator": "^2.1.10|^3|^4",
5578                 "php": ">=8.1",
5579                 "psr/event-dispatcher": "^1",
5580                 "psr/log": "^1|^2|^3",
5581                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
5582                 "symfony/mime": "^6.2|^7.0",
5583                 "symfony/service-contracts": "^2.5|^3"
5584             },
5585             "conflict": {
5586                 "symfony/http-client-contracts": "<2.5",
5587                 "symfony/http-kernel": "<5.4",
5588                 "symfony/messenger": "<6.2",
5589                 "symfony/mime": "<6.2",
5590                 "symfony/twig-bridge": "<6.2.1"
5591             },
5592             "replace": {
5593                 "symfony/mailer": "^6.0"
5594             },
5595             "require-dev": {
5596                 "symfony/console": "^5.4|^6.0|^7.0",
5597                 "symfony/http-client": "^5.4|^6.0|^7.0",
5598                 "symfony/messenger": "^6.2|^7.0",
5599                 "symfony/twig-bridge": "^6.2|^7.0"
5600             },
5601             "default-branch": true,
5602             "type": "library",
5603             "autoload": {
5604                 "psr-4": {
5605                     "Symfony\\Component\\Mailer\\": ""
5606                 },
5607                 "exclude-from-classmap": [
5608                     "/Tests/"
5609                 ]
5610             },
5611             "notification-url": "https://packagist.org/downloads/",
5612             "license": [
5613                 "MIT"
5614             ],
5615             "authors": [
5616                 {
5617                     "name": "Dan Brown",
5618                     "homepage": "https://danb.me"
5619                 },
5620                 {
5621                     "name": "Fabien Potencier",
5622                     "email": "[email protected]"
5623                 },
5624                 {
5625                     "name": "Symfony Community",
5626                     "homepage": "https://symfony.com/contributors"
5627                 }
5628             ],
5629             "description": "Helps sending emails",
5630             "homepage": "https://symfony.com",
5631             "support": {
5632                 "source": "https://github.com/ssddanbrown/symfony-mailer/tree/6.4"
5633             },
5634             "time": "2024-03-17T16:25:21+00:00"
5635         },
5636         {
5637             "name": "symfony/console",
5638             "version": "v6.4.12",
5639             "source": {
5640                 "type": "git",
5641                 "url": "https://github.com/symfony/console.git",
5642                 "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765"
5643             },
5644             "dist": {
5645                 "type": "zip",
5646                 "url": "https://api.github.com/repos/symfony/console/zipball/72d080eb9edf80e36c19be61f72c98ed8273b765",
5647                 "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765",
5648                 "shasum": ""
5649             },
5650             "require": {
5651                 "php": ">=8.1",
5652                 "symfony/deprecation-contracts": "^2.5|^3",
5653                 "symfony/polyfill-mbstring": "~1.0",
5654                 "symfony/service-contracts": "^2.5|^3",
5655                 "symfony/string": "^5.4|^6.0|^7.0"
5656             },
5657             "conflict": {
5658                 "symfony/dependency-injection": "<5.4",
5659                 "symfony/dotenv": "<5.4",
5660                 "symfony/event-dispatcher": "<5.4",
5661                 "symfony/lock": "<5.4",
5662                 "symfony/process": "<5.4"
5663             },
5664             "provide": {
5665                 "psr/log-implementation": "1.0|2.0|3.0"
5666             },
5667             "require-dev": {
5668                 "psr/log": "^1|^2|^3",
5669                 "symfony/config": "^5.4|^6.0|^7.0",
5670                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5671                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
5672                 "symfony/http-foundation": "^6.4|^7.0",
5673                 "symfony/http-kernel": "^6.4|^7.0",
5674                 "symfony/lock": "^5.4|^6.0|^7.0",
5675                 "symfony/messenger": "^5.4|^6.0|^7.0",
5676                 "symfony/process": "^5.4|^6.0|^7.0",
5677                 "symfony/stopwatch": "^5.4|^6.0|^7.0",
5678                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
5679             },
5680             "type": "library",
5681             "autoload": {
5682                 "psr-4": {
5683                     "Symfony\\Component\\Console\\": ""
5684                 },
5685                 "exclude-from-classmap": [
5686                     "/Tests/"
5687                 ]
5688             },
5689             "notification-url": "https://packagist.org/downloads/",
5690             "license": [
5691                 "MIT"
5692             ],
5693             "authors": [
5694                 {
5695                     "name": "Fabien Potencier",
5696                     "email": "[email protected]"
5697                 },
5698                 {
5699                     "name": "Symfony Community",
5700                     "homepage": "https://symfony.com/contributors"
5701                 }
5702             ],
5703             "description": "Eases the creation of beautiful and testable command line interfaces",
5704             "homepage": "https://symfony.com",
5705             "keywords": [
5706                 "cli",
5707                 "command-line",
5708                 "console",
5709                 "terminal"
5710             ],
5711             "support": {
5712                 "source": "https://github.com/symfony/console/tree/v6.4.12"
5713             },
5714             "funding": [
5715                 {
5716                     "url": "https://symfony.com/sponsor",
5717                     "type": "custom"
5718                 },
5719                 {
5720                     "url": "https://github.com/fabpot",
5721                     "type": "github"
5722                 },
5723                 {
5724                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5725                     "type": "tidelift"
5726                 }
5727             ],
5728             "time": "2024-09-20T08:15:52+00:00"
5729         },
5730         {
5731             "name": "symfony/css-selector",
5732             "version": "v6.4.8",
5733             "source": {
5734                 "type": "git",
5735                 "url": "https://github.com/symfony/css-selector.git",
5736                 "reference": "4b61b02fe15db48e3687ce1c45ea385d1780fe08"
5737             },
5738             "dist": {
5739                 "type": "zip",
5740                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/4b61b02fe15db48e3687ce1c45ea385d1780fe08",
5741                 "reference": "4b61b02fe15db48e3687ce1c45ea385d1780fe08",
5742                 "shasum": ""
5743             },
5744             "require": {
5745                 "php": ">=8.1"
5746             },
5747             "type": "library",
5748             "autoload": {
5749                 "psr-4": {
5750                     "Symfony\\Component\\CssSelector\\": ""
5751                 },
5752                 "exclude-from-classmap": [
5753                     "/Tests/"
5754                 ]
5755             },
5756             "notification-url": "https://packagist.org/downloads/",
5757             "license": [
5758                 "MIT"
5759             ],
5760             "authors": [
5761                 {
5762                     "name": "Fabien Potencier",
5763                     "email": "[email protected]"
5764                 },
5765                 {
5766                     "name": "Jean-François Simon",
5767                     "email": "[email protected]"
5768                 },
5769                 {
5770                     "name": "Symfony Community",
5771                     "homepage": "https://symfony.com/contributors"
5772                 }
5773             ],
5774             "description": "Converts CSS selectors to XPath expressions",
5775             "homepage": "https://symfony.com",
5776             "support": {
5777                 "source": "https://github.com/symfony/css-selector/tree/v6.4.8"
5778             },
5779             "funding": [
5780                 {
5781                     "url": "https://symfony.com/sponsor",
5782                     "type": "custom"
5783                 },
5784                 {
5785                     "url": "https://github.com/fabpot",
5786                     "type": "github"
5787                 },
5788                 {
5789                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5790                     "type": "tidelift"
5791                 }
5792             ],
5793             "time": "2024-05-31T14:49:08+00:00"
5794         },
5795         {
5796             "name": "symfony/deprecation-contracts",
5797             "version": "v3.5.0",
5798             "source": {
5799                 "type": "git",
5800                 "url": "https://github.com/symfony/deprecation-contracts.git",
5801                 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
5802             },
5803             "dist": {
5804                 "type": "zip",
5805                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
5806                 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
5807                 "shasum": ""
5808             },
5809             "require": {
5810                 "php": ">=8.1"
5811             },
5812             "type": "library",
5813             "extra": {
5814                 "branch-alias": {
5815                     "dev-main": "3.5-dev"
5816                 },
5817                 "thanks": {
5818                     "name": "symfony/contracts",
5819                     "url": "https://github.com/symfony/contracts"
5820                 }
5821             },
5822             "autoload": {
5823                 "files": [
5824                     "function.php"
5825                 ]
5826             },
5827             "notification-url": "https://packagist.org/downloads/",
5828             "license": [
5829                 "MIT"
5830             ],
5831             "authors": [
5832                 {
5833                     "name": "Nicolas Grekas",
5834                     "email": "[email protected]"
5835                 },
5836                 {
5837                     "name": "Symfony Community",
5838                     "homepage": "https://symfony.com/contributors"
5839                 }
5840             ],
5841             "description": "A generic function and convention to trigger deprecation notices",
5842             "homepage": "https://symfony.com",
5843             "support": {
5844                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
5845             },
5846             "funding": [
5847                 {
5848                     "url": "https://symfony.com/sponsor",
5849                     "type": "custom"
5850                 },
5851                 {
5852                     "url": "https://github.com/fabpot",
5853                     "type": "github"
5854                 },
5855                 {
5856                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5857                     "type": "tidelift"
5858                 }
5859             ],
5860             "time": "2024-04-18T09:32:20+00:00"
5861         },
5862         {
5863             "name": "symfony/error-handler",
5864             "version": "v6.4.10",
5865             "source": {
5866                 "type": "git",
5867                 "url": "https://github.com/symfony/error-handler.git",
5868                 "reference": "231f1b2ee80f72daa1972f7340297d67439224f0"
5869             },
5870             "dist": {
5871                 "type": "zip",
5872                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/231f1b2ee80f72daa1972f7340297d67439224f0",
5873                 "reference": "231f1b2ee80f72daa1972f7340297d67439224f0",
5874                 "shasum": ""
5875             },
5876             "require": {
5877                 "php": ">=8.1",
5878                 "psr/log": "^1|^2|^3",
5879                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
5880             },
5881             "conflict": {
5882                 "symfony/deprecation-contracts": "<2.5",
5883                 "symfony/http-kernel": "<6.4"
5884             },
5885             "require-dev": {
5886                 "symfony/deprecation-contracts": "^2.5|^3",
5887                 "symfony/http-kernel": "^6.4|^7.0",
5888                 "symfony/serializer": "^5.4|^6.0|^7.0"
5889             },
5890             "bin": [
5891                 "Resources/bin/patch-type-declarations"
5892             ],
5893             "type": "library",
5894             "autoload": {
5895                 "psr-4": {
5896                     "Symfony\\Component\\ErrorHandler\\": ""
5897                 },
5898                 "exclude-from-classmap": [
5899                     "/Tests/"
5900                 ]
5901             },
5902             "notification-url": "https://packagist.org/downloads/",
5903             "license": [
5904                 "MIT"
5905             ],
5906             "authors": [
5907                 {
5908                     "name": "Fabien Potencier",
5909                     "email": "[email protected]"
5910                 },
5911                 {
5912                     "name": "Symfony Community",
5913                     "homepage": "https://symfony.com/contributors"
5914                 }
5915             ],
5916             "description": "Provides tools to manage errors and ease debugging PHP code",
5917             "homepage": "https://symfony.com",
5918             "support": {
5919                 "source": "https://github.com/symfony/error-handler/tree/v6.4.10"
5920             },
5921             "funding": [
5922                 {
5923                     "url": "https://symfony.com/sponsor",
5924                     "type": "custom"
5925                 },
5926                 {
5927                     "url": "https://github.com/fabpot",
5928                     "type": "github"
5929                 },
5930                 {
5931                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5932                     "type": "tidelift"
5933                 }
5934             ],
5935             "time": "2024-07-26T12:30:32+00:00"
5936         },
5937         {
5938             "name": "symfony/event-dispatcher",
5939             "version": "v6.4.8",
5940             "source": {
5941                 "type": "git",
5942                 "url": "https://github.com/symfony/event-dispatcher.git",
5943                 "reference": "8d7507f02b06e06815e56bb39aa0128e3806208b"
5944             },
5945             "dist": {
5946                 "type": "zip",
5947                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8d7507f02b06e06815e56bb39aa0128e3806208b",
5948                 "reference": "8d7507f02b06e06815e56bb39aa0128e3806208b",
5949                 "shasum": ""
5950             },
5951             "require": {
5952                 "php": ">=8.1",
5953                 "symfony/event-dispatcher-contracts": "^2.5|^3"
5954             },
5955             "conflict": {
5956                 "symfony/dependency-injection": "<5.4",
5957                 "symfony/service-contracts": "<2.5"
5958             },
5959             "provide": {
5960                 "psr/event-dispatcher-implementation": "1.0",
5961                 "symfony/event-dispatcher-implementation": "2.0|3.0"
5962             },
5963             "require-dev": {
5964                 "psr/log": "^1|^2|^3",
5965                 "symfony/config": "^5.4|^6.0|^7.0",
5966                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5967                 "symfony/error-handler": "^5.4|^6.0|^7.0",
5968                 "symfony/expression-language": "^5.4|^6.0|^7.0",
5969                 "symfony/http-foundation": "^5.4|^6.0|^7.0",
5970                 "symfony/service-contracts": "^2.5|^3",
5971                 "symfony/stopwatch": "^5.4|^6.0|^7.0"
5972             },
5973             "type": "library",
5974             "autoload": {
5975                 "psr-4": {
5976                     "Symfony\\Component\\EventDispatcher\\": ""
5977                 },
5978                 "exclude-from-classmap": [
5979                     "/Tests/"
5980                 ]
5981             },
5982             "notification-url": "https://packagist.org/downloads/",
5983             "license": [
5984                 "MIT"
5985             ],
5986             "authors": [
5987                 {
5988                     "name": "Fabien Potencier",
5989                     "email": "[email protected]"
5990                 },
5991                 {
5992                     "name": "Symfony Community",
5993                     "homepage": "https://symfony.com/contributors"
5994                 }
5995             ],
5996             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5997             "homepage": "https://symfony.com",
5998             "support": {
5999                 "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.8"
6000             },
6001             "funding": [
6002                 {
6003                     "url": "https://symfony.com/sponsor",
6004                     "type": "custom"
6005                 },
6006                 {
6007                     "url": "https://github.com/fabpot",
6008                     "type": "github"
6009                 },
6010                 {
6011                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6012                     "type": "tidelift"
6013                 }
6014             ],
6015             "time": "2024-05-31T14:49:08+00:00"
6016         },
6017         {
6018             "name": "symfony/event-dispatcher-contracts",
6019             "version": "v3.5.0",
6020             "source": {
6021                 "type": "git",
6022                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
6023                 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
6024             },
6025             "dist": {
6026                 "type": "zip",
6027                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
6028                 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
6029                 "shasum": ""
6030             },
6031             "require": {
6032                 "php": ">=8.1",
6033                 "psr/event-dispatcher": "^1"
6034             },
6035             "type": "library",
6036             "extra": {
6037                 "branch-alias": {
6038                     "dev-main": "3.5-dev"
6039                 },
6040                 "thanks": {
6041                     "name": "symfony/contracts",
6042                     "url": "https://github.com/symfony/contracts"
6043                 }
6044             },
6045             "autoload": {
6046                 "psr-4": {
6047                     "Symfony\\Contracts\\EventDispatcher\\": ""
6048                 }
6049             },
6050             "notification-url": "https://packagist.org/downloads/",
6051             "license": [
6052                 "MIT"
6053             ],
6054             "authors": [
6055                 {
6056                     "name": "Nicolas Grekas",
6057                     "email": "[email protected]"
6058                 },
6059                 {
6060                     "name": "Symfony Community",
6061                     "homepage": "https://symfony.com/contributors"
6062                 }
6063             ],
6064             "description": "Generic abstractions related to dispatching event",
6065             "homepage": "https://symfony.com",
6066             "keywords": [
6067                 "abstractions",
6068                 "contracts",
6069                 "decoupling",
6070                 "interfaces",
6071                 "interoperability",
6072                 "standards"
6073             ],
6074             "support": {
6075                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
6076             },
6077             "funding": [
6078                 {
6079                     "url": "https://symfony.com/sponsor",
6080                     "type": "custom"
6081                 },
6082                 {
6083                     "url": "https://github.com/fabpot",
6084                     "type": "github"
6085                 },
6086                 {
6087                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6088                     "type": "tidelift"
6089                 }
6090             ],
6091             "time": "2024-04-18T09:32:20+00:00"
6092         },
6093         {
6094             "name": "symfony/finder",
6095             "version": "v6.4.11",
6096             "source": {
6097                 "type": "git",
6098                 "url": "https://github.com/symfony/finder.git",
6099                 "reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453"
6100             },
6101             "dist": {
6102                 "type": "zip",
6103                 "url": "https://api.github.com/repos/symfony/finder/zipball/d7eb6daf8cd7e9ac4976e9576b32042ef7253453",
6104                 "reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453",
6105                 "shasum": ""
6106             },
6107             "require": {
6108                 "php": ">=8.1"
6109             },
6110             "require-dev": {
6111                 "symfony/filesystem": "^6.0|^7.0"
6112             },
6113             "type": "library",
6114             "autoload": {
6115                 "psr-4": {
6116                     "Symfony\\Component\\Finder\\": ""
6117                 },
6118                 "exclude-from-classmap": [
6119                     "/Tests/"
6120                 ]
6121             },
6122             "notification-url": "https://packagist.org/downloads/",
6123             "license": [
6124                 "MIT"
6125             ],
6126             "authors": [
6127                 {
6128                     "name": "Fabien Potencier",
6129                     "email": "[email protected]"
6130                 },
6131                 {
6132                     "name": "Symfony Community",
6133                     "homepage": "https://symfony.com/contributors"
6134                 }
6135             ],
6136             "description": "Finds files and directories via an intuitive fluent interface",
6137             "homepage": "https://symfony.com",
6138             "support": {
6139                 "source": "https://github.com/symfony/finder/tree/v6.4.11"
6140             },
6141             "funding": [
6142                 {
6143                     "url": "https://symfony.com/sponsor",
6144                     "type": "custom"
6145                 },
6146                 {
6147                     "url": "https://github.com/fabpot",
6148                     "type": "github"
6149                 },
6150                 {
6151                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6152                     "type": "tidelift"
6153                 }
6154             ],
6155             "time": "2024-08-13T14:27:37+00:00"
6156         },
6157         {
6158             "name": "symfony/http-foundation",
6159             "version": "v6.4.12",
6160             "source": {
6161                 "type": "git",
6162                 "url": "https://github.com/symfony/http-foundation.git",
6163                 "reference": "133ac043875f59c26c55e79cf074562127cce4d2"
6164             },
6165             "dist": {
6166                 "type": "zip",
6167                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/133ac043875f59c26c55e79cf074562127cce4d2",
6168                 "reference": "133ac043875f59c26c55e79cf074562127cce4d2",
6169                 "shasum": ""
6170             },
6171             "require": {
6172                 "php": ">=8.1",
6173                 "symfony/deprecation-contracts": "^2.5|^3",
6174                 "symfony/polyfill-mbstring": "~1.1",
6175                 "symfony/polyfill-php83": "^1.27"
6176             },
6177             "conflict": {
6178                 "symfony/cache": "<6.3"
6179             },
6180             "require-dev": {
6181                 "doctrine/dbal": "^2.13.1|^3|^4",
6182                 "predis/predis": "^1.1|^2.0",
6183                 "symfony/cache": "^6.3|^7.0",
6184                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
6185                 "symfony/expression-language": "^5.4|^6.0|^7.0",
6186                 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
6187                 "symfony/mime": "^5.4|^6.0|^7.0",
6188                 "symfony/rate-limiter": "^5.4|^6.0|^7.0"
6189             },
6190             "type": "library",
6191             "autoload": {
6192                 "psr-4": {
6193                     "Symfony\\Component\\HttpFoundation\\": ""
6194                 },
6195                 "exclude-from-classmap": [
6196                     "/Tests/"
6197                 ]
6198             },
6199             "notification-url": "https://packagist.org/downloads/",
6200             "license": [
6201                 "MIT"
6202             ],
6203             "authors": [
6204                 {
6205                     "name": "Fabien Potencier",
6206                     "email": "[email protected]"
6207                 },
6208                 {
6209                     "name": "Symfony Community",
6210                     "homepage": "https://symfony.com/contributors"
6211                 }
6212             ],
6213             "description": "Defines an object-oriented layer for the HTTP specification",
6214             "homepage": "https://symfony.com",
6215             "support": {
6216                 "source": "https://github.com/symfony/http-foundation/tree/v6.4.12"
6217             },
6218             "funding": [
6219                 {
6220                     "url": "https://symfony.com/sponsor",
6221                     "type": "custom"
6222                 },
6223                 {
6224                     "url": "https://github.com/fabpot",
6225                     "type": "github"
6226                 },
6227                 {
6228                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6229                     "type": "tidelift"
6230                 }
6231             ],
6232             "time": "2024-09-20T08:18:25+00:00"
6233         },
6234         {
6235             "name": "symfony/http-kernel",
6236             "version": "v6.4.12",
6237             "source": {
6238                 "type": "git",
6239                 "url": "https://github.com/symfony/http-kernel.git",
6240                 "reference": "96df83d51b5f78804f70c093b97310794fd6257b"
6241             },
6242             "dist": {
6243                 "type": "zip",
6244                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/96df83d51b5f78804f70c093b97310794fd6257b",
6245                 "reference": "96df83d51b5f78804f70c093b97310794fd6257b",
6246                 "shasum": ""
6247             },
6248             "require": {
6249                 "php": ">=8.1",
6250                 "psr/log": "^1|^2|^3",
6251                 "symfony/deprecation-contracts": "^2.5|^3",
6252                 "symfony/error-handler": "^6.4|^7.0",
6253                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
6254                 "symfony/http-foundation": "^6.4|^7.0",
6255                 "symfony/polyfill-ctype": "^1.8"
6256             },
6257             "conflict": {
6258                 "symfony/browser-kit": "<5.4",
6259                 "symfony/cache": "<5.4",
6260                 "symfony/config": "<6.1",
6261                 "symfony/console": "<5.4",
6262                 "symfony/dependency-injection": "<6.4",
6263                 "symfony/doctrine-bridge": "<5.4",
6264                 "symfony/form": "<5.4",
6265                 "symfony/http-client": "<5.4",
6266                 "symfony/http-client-contracts": "<2.5",
6267                 "symfony/mailer": "<5.4",
6268                 "symfony/messenger": "<5.4",
6269                 "symfony/translation": "<5.4",
6270                 "symfony/translation-contracts": "<2.5",
6271                 "symfony/twig-bridge": "<5.4",
6272                 "symfony/validator": "<6.4",
6273                 "symfony/var-dumper": "<6.3",
6274                 "twig/twig": "<2.13"
6275             },
6276             "provide": {
6277                 "psr/log-implementation": "1.0|2.0|3.0"
6278             },
6279             "require-dev": {
6280                 "psr/cache": "^1.0|^2.0|^3.0",
6281                 "symfony/browser-kit": "^5.4|^6.0|^7.0",
6282                 "symfony/clock": "^6.2|^7.0",
6283                 "symfony/config": "^6.1|^7.0",
6284                 "symfony/console": "^5.4|^6.0|^7.0",
6285                 "symfony/css-selector": "^5.4|^6.0|^7.0",
6286                 "symfony/dependency-injection": "^6.4|^7.0",
6287                 "symfony/dom-crawler": "^5.4|^6.0|^7.0",
6288                 "symfony/expression-language": "^5.4|^6.0|^7.0",
6289                 "symfony/finder": "^5.4|^6.0|^7.0",
6290                 "symfony/http-client-contracts": "^2.5|^3",
6291                 "symfony/process": "^5.4|^6.0|^7.0",
6292                 "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
6293                 "symfony/routing": "^5.4|^6.0|^7.0",
6294                 "symfony/serializer": "^6.4.4|^7.0.4",
6295                 "symfony/stopwatch": "^5.4|^6.0|^7.0",
6296                 "symfony/translation": "^5.4|^6.0|^7.0",
6297                 "symfony/translation-contracts": "^2.5|^3",
6298                 "symfony/uid": "^5.4|^6.0|^7.0",
6299                 "symfony/validator": "^6.4|^7.0",
6300                 "symfony/var-dumper": "^5.4|^6.4|^7.0",
6301                 "symfony/var-exporter": "^6.2|^7.0",
6302                 "twig/twig": "^2.13|^3.0.4"
6303             },
6304             "type": "library",
6305             "autoload": {
6306                 "psr-4": {
6307                     "Symfony\\Component\\HttpKernel\\": ""
6308                 },
6309                 "exclude-from-classmap": [
6310                     "/Tests/"
6311                 ]
6312             },
6313             "notification-url": "https://packagist.org/downloads/",
6314             "license": [
6315                 "MIT"
6316             ],
6317             "authors": [
6318                 {
6319                     "name": "Fabien Potencier",
6320                     "email": "[email protected]"
6321                 },
6322                 {
6323                     "name": "Symfony Community",
6324                     "homepage": "https://symfony.com/contributors"
6325                 }
6326             ],
6327             "description": "Provides a structured process for converting a Request into a Response",
6328             "homepage": "https://symfony.com",
6329             "support": {
6330                 "source": "https://github.com/symfony/http-kernel/tree/v6.4.12"
6331             },
6332             "funding": [
6333                 {
6334                     "url": "https://symfony.com/sponsor",
6335                     "type": "custom"
6336                 },
6337                 {
6338                     "url": "https://github.com/fabpot",
6339                     "type": "github"
6340                 },
6341                 {
6342                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6343                     "type": "tidelift"
6344                 }
6345             ],
6346             "time": "2024-09-21T06:02:57+00:00"
6347         },
6348         {
6349             "name": "symfony/mime",
6350             "version": "v6.4.12",
6351             "source": {
6352                 "type": "git",
6353                 "url": "https://github.com/symfony/mime.git",
6354                 "reference": "abe16ee7790b16aa525877419deb0f113953f0e1"
6355             },
6356             "dist": {
6357                 "type": "zip",
6358                 "url": "https://api.github.com/repos/symfony/mime/zipball/abe16ee7790b16aa525877419deb0f113953f0e1",
6359                 "reference": "abe16ee7790b16aa525877419deb0f113953f0e1",
6360                 "shasum": ""
6361             },
6362             "require": {
6363                 "php": ">=8.1",
6364                 "symfony/deprecation-contracts": "^2.5|^3",
6365                 "symfony/polyfill-intl-idn": "^1.10",
6366                 "symfony/polyfill-mbstring": "^1.0"
6367             },
6368             "conflict": {
6369                 "egulias/email-validator": "~3.0.0",
6370                 "phpdocumentor/reflection-docblock": "<3.2.2",
6371                 "phpdocumentor/type-resolver": "<1.4.0",
6372                 "symfony/mailer": "<5.4",
6373                 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
6374             },
6375             "require-dev": {
6376                 "egulias/email-validator": "^2.1.10|^3.1|^4",
6377                 "league/html-to-markdown": "^5.0",
6378                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6379                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
6380                 "symfony/process": "^5.4|^6.4|^7.0",
6381                 "symfony/property-access": "^5.4|^6.0|^7.0",
6382                 "symfony/property-info": "^5.4|^6.0|^7.0",
6383                 "symfony/serializer": "^6.4.3|^7.0.3"
6384             },
6385             "type": "library",
6386             "autoload": {
6387                 "psr-4": {
6388                     "Symfony\\Component\\Mime\\": ""
6389                 },
6390                 "exclude-from-classmap": [
6391                     "/Tests/"
6392                 ]
6393             },
6394             "notification-url": "https://packagist.org/downloads/",
6395             "license": [
6396                 "MIT"
6397             ],
6398             "authors": [
6399                 {
6400                     "name": "Fabien Potencier",
6401                     "email": "[email protected]"
6402                 },
6403                 {
6404                     "name": "Symfony Community",
6405                     "homepage": "https://symfony.com/contributors"
6406                 }
6407             ],
6408             "description": "Allows manipulating MIME messages",
6409             "homepage": "https://symfony.com",
6410             "keywords": [
6411                 "mime",
6412                 "mime-type"
6413             ],
6414             "support": {
6415                 "source": "https://github.com/symfony/mime/tree/v6.4.12"
6416             },
6417             "funding": [
6418                 {
6419                     "url": "https://symfony.com/sponsor",
6420                     "type": "custom"
6421                 },
6422                 {
6423                     "url": "https://github.com/fabpot",
6424                     "type": "github"
6425                 },
6426                 {
6427                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6428                     "type": "tidelift"
6429                 }
6430             ],
6431             "time": "2024-09-20T08:18:25+00:00"
6432         },
6433         {
6434             "name": "symfony/polyfill-ctype",
6435             "version": "v1.31.0",
6436             "source": {
6437                 "type": "git",
6438                 "url": "https://github.com/symfony/polyfill-ctype.git",
6439                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
6440             },
6441             "dist": {
6442                 "type": "zip",
6443                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
6444                 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
6445                 "shasum": ""
6446             },
6447             "require": {
6448                 "php": ">=7.2"
6449             },
6450             "provide": {
6451                 "ext-ctype": "*"
6452             },
6453             "suggest": {
6454                 "ext-ctype": "For best performance"
6455             },
6456             "type": "library",
6457             "extra": {
6458                 "thanks": {
6459                     "name": "symfony/polyfill",
6460                     "url": "https://github.com/symfony/polyfill"
6461                 }
6462             },
6463             "autoload": {
6464                 "files": [
6465                     "bootstrap.php"
6466                 ],
6467                 "psr-4": {
6468                     "Symfony\\Polyfill\\Ctype\\": ""
6469                 }
6470             },
6471             "notification-url": "https://packagist.org/downloads/",
6472             "license": [
6473                 "MIT"
6474             ],
6475             "authors": [
6476                 {
6477                     "name": "Gert de Pagter",
6478                     "email": "[email protected]"
6479                 },
6480                 {
6481                     "name": "Symfony Community",
6482                     "homepage": "https://symfony.com/contributors"
6483                 }
6484             ],
6485             "description": "Symfony polyfill for ctype functions",
6486             "homepage": "https://symfony.com",
6487             "keywords": [
6488                 "compatibility",
6489                 "ctype",
6490                 "polyfill",
6491                 "portable"
6492             ],
6493             "support": {
6494                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
6495             },
6496             "funding": [
6497                 {
6498                     "url": "https://symfony.com/sponsor",
6499                     "type": "custom"
6500                 },
6501                 {
6502                     "url": "https://github.com/fabpot",
6503                     "type": "github"
6504                 },
6505                 {
6506                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6507                     "type": "tidelift"
6508                 }
6509             ],
6510             "time": "2024-09-09T11:45:10+00:00"
6511         },
6512         {
6513             "name": "symfony/polyfill-intl-grapheme",
6514             "version": "v1.31.0",
6515             "source": {
6516                 "type": "git",
6517                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6518                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
6519             },
6520             "dist": {
6521                 "type": "zip",
6522                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6523                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
6524                 "shasum": ""
6525             },
6526             "require": {
6527                 "php": ">=7.2"
6528             },
6529             "suggest": {
6530                 "ext-intl": "For best performance"
6531             },
6532             "type": "library",
6533             "extra": {
6534                 "thanks": {
6535                     "name": "symfony/polyfill",
6536                     "url": "https://github.com/symfony/polyfill"
6537                 }
6538             },
6539             "autoload": {
6540                 "files": [
6541                     "bootstrap.php"
6542                 ],
6543                 "psr-4": {
6544                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6545                 }
6546             },
6547             "notification-url": "https://packagist.org/downloads/",
6548             "license": [
6549                 "MIT"
6550             ],
6551             "authors": [
6552                 {
6553                     "name": "Nicolas Grekas",
6554                     "email": "[email protected]"
6555                 },
6556                 {
6557                     "name": "Symfony Community",
6558                     "homepage": "https://symfony.com/contributors"
6559                 }
6560             ],
6561             "description": "Symfony polyfill for intl's grapheme_* functions",
6562             "homepage": "https://symfony.com",
6563             "keywords": [
6564                 "compatibility",
6565                 "grapheme",
6566                 "intl",
6567                 "polyfill",
6568                 "portable",
6569                 "shim"
6570             ],
6571             "support": {
6572                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
6573             },
6574             "funding": [
6575                 {
6576                     "url": "https://symfony.com/sponsor",
6577                     "type": "custom"
6578                 },
6579                 {
6580                     "url": "https://github.com/fabpot",
6581                     "type": "github"
6582                 },
6583                 {
6584                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6585                     "type": "tidelift"
6586                 }
6587             ],
6588             "time": "2024-09-09T11:45:10+00:00"
6589         },
6590         {
6591             "name": "symfony/polyfill-intl-idn",
6592             "version": "v1.31.0",
6593             "source": {
6594                 "type": "git",
6595                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6596                 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
6597             },
6598             "dist": {
6599                 "type": "zip",
6600                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
6601                 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
6602                 "shasum": ""
6603             },
6604             "require": {
6605                 "php": ">=7.2",
6606                 "symfony/polyfill-intl-normalizer": "^1.10"
6607             },
6608             "suggest": {
6609                 "ext-intl": "For best performance"
6610             },
6611             "type": "library",
6612             "extra": {
6613                 "thanks": {
6614                     "name": "symfony/polyfill",
6615                     "url": "https://github.com/symfony/polyfill"
6616                 }
6617             },
6618             "autoload": {
6619                 "files": [
6620                     "bootstrap.php"
6621                 ],
6622                 "psr-4": {
6623                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6624                 }
6625             },
6626             "notification-url": "https://packagist.org/downloads/",
6627             "license": [
6628                 "MIT"
6629             ],
6630             "authors": [
6631                 {
6632                     "name": "Laurent Bassin",
6633                     "email": "[email protected]"
6634                 },
6635                 {
6636                     "name": "Trevor Rowbotham",
6637                     "email": "[email protected]"
6638                 },
6639                 {
6640                     "name": "Symfony Community",
6641                     "homepage": "https://symfony.com/contributors"
6642                 }
6643             ],
6644             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6645             "homepage": "https://symfony.com",
6646             "keywords": [
6647                 "compatibility",
6648                 "idn",
6649                 "intl",
6650                 "polyfill",
6651                 "portable",
6652                 "shim"
6653             ],
6654             "support": {
6655                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
6656             },
6657             "funding": [
6658                 {
6659                     "url": "https://symfony.com/sponsor",
6660                     "type": "custom"
6661                 },
6662                 {
6663                     "url": "https://github.com/fabpot",
6664                     "type": "github"
6665                 },
6666                 {
6667                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6668                     "type": "tidelift"
6669                 }
6670             ],
6671             "time": "2024-09-09T11:45:10+00:00"
6672         },
6673         {
6674             "name": "symfony/polyfill-intl-normalizer",
6675             "version": "v1.31.0",
6676             "source": {
6677                 "type": "git",
6678                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6679                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
6680             },
6681             "dist": {
6682                 "type": "zip",
6683                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
6684                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
6685                 "shasum": ""
6686             },
6687             "require": {
6688                 "php": ">=7.2"
6689             },
6690             "suggest": {
6691                 "ext-intl": "For best performance"
6692             },
6693             "type": "library",
6694             "extra": {
6695                 "thanks": {
6696                     "name": "symfony/polyfill",
6697                     "url": "https://github.com/symfony/polyfill"
6698                 }
6699             },
6700             "autoload": {
6701                 "files": [
6702                     "bootstrap.php"
6703                 ],
6704                 "psr-4": {
6705                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6706                 },
6707                 "classmap": [
6708                     "Resources/stubs"
6709                 ]
6710             },
6711             "notification-url": "https://packagist.org/downloads/",
6712             "license": [
6713                 "MIT"
6714             ],
6715             "authors": [
6716                 {
6717                     "name": "Nicolas Grekas",
6718                     "email": "[email protected]"
6719                 },
6720                 {
6721                     "name": "Symfony Community",
6722                     "homepage": "https://symfony.com/contributors"
6723                 }
6724             ],
6725             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6726             "homepage": "https://symfony.com",
6727             "keywords": [
6728                 "compatibility",
6729                 "intl",
6730                 "normalizer",
6731                 "polyfill",
6732                 "portable",
6733                 "shim"
6734             ],
6735             "support": {
6736                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
6737             },
6738             "funding": [
6739                 {
6740                     "url": "https://symfony.com/sponsor",
6741                     "type": "custom"
6742                 },
6743                 {
6744                     "url": "https://github.com/fabpot",
6745                     "type": "github"
6746                 },
6747                 {
6748                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6749                     "type": "tidelift"
6750                 }
6751             ],
6752             "time": "2024-09-09T11:45:10+00:00"
6753         },
6754         {
6755             "name": "symfony/polyfill-mbstring",
6756             "version": "v1.31.0",
6757             "source": {
6758                 "type": "git",
6759                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6760                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
6761             },
6762             "dist": {
6763                 "type": "zip",
6764                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
6765                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
6766                 "shasum": ""
6767             },
6768             "require": {
6769                 "php": ">=7.2"
6770             },
6771             "provide": {
6772                 "ext-mbstring": "*"
6773             },
6774             "suggest": {
6775                 "ext-mbstring": "For best performance"
6776             },
6777             "type": "library",
6778             "extra": {
6779                 "thanks": {
6780                     "name": "symfony/polyfill",
6781                     "url": "https://github.com/symfony/polyfill"
6782                 }
6783             },
6784             "autoload": {
6785                 "files": [
6786                     "bootstrap.php"
6787                 ],
6788                 "psr-4": {
6789                     "Symfony\\Polyfill\\Mbstring\\": ""
6790                 }
6791             },
6792             "notification-url": "https://packagist.org/downloads/",
6793             "license": [
6794                 "MIT"
6795             ],
6796             "authors": [
6797                 {
6798                     "name": "Nicolas Grekas",
6799                     "email": "[email protected]"
6800                 },
6801                 {
6802                     "name": "Symfony Community",
6803                     "homepage": "https://symfony.com/contributors"
6804                 }
6805             ],
6806             "description": "Symfony polyfill for the Mbstring extension",
6807             "homepage": "https://symfony.com",
6808             "keywords": [
6809                 "compatibility",
6810                 "mbstring",
6811                 "polyfill",
6812                 "portable",
6813                 "shim"
6814             ],
6815             "support": {
6816                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
6817             },
6818             "funding": [
6819                 {
6820                     "url": "https://symfony.com/sponsor",
6821                     "type": "custom"
6822                 },
6823                 {
6824                     "url": "https://github.com/fabpot",
6825                     "type": "github"
6826                 },
6827                 {
6828                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6829                     "type": "tidelift"
6830                 }
6831             ],
6832             "time": "2024-09-09T11:45:10+00:00"
6833         },
6834         {
6835             "name": "symfony/polyfill-php80",
6836             "version": "v1.31.0",
6837             "source": {
6838                 "type": "git",
6839                 "url": "https://github.com/symfony/polyfill-php80.git",
6840                 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
6841             },
6842             "dist": {
6843                 "type": "zip",
6844                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
6845                 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
6846                 "shasum": ""
6847             },
6848             "require": {
6849                 "php": ">=7.2"
6850             },
6851             "type": "library",
6852             "extra": {
6853                 "thanks": {
6854                     "name": "symfony/polyfill",
6855                     "url": "https://github.com/symfony/polyfill"
6856                 }
6857             },
6858             "autoload": {
6859                 "files": [
6860                     "bootstrap.php"
6861                 ],
6862                 "psr-4": {
6863                     "Symfony\\Polyfill\\Php80\\": ""
6864                 },
6865                 "classmap": [
6866                     "Resources/stubs"
6867                 ]
6868             },
6869             "notification-url": "https://packagist.org/downloads/",
6870             "license": [
6871                 "MIT"
6872             ],
6873             "authors": [
6874                 {
6875                     "name": "Ion Bazan",
6876                     "email": "[email protected]"
6877                 },
6878                 {
6879                     "name": "Nicolas Grekas",
6880                     "email": "[email protected]"
6881                 },
6882                 {
6883                     "name": "Symfony Community",
6884                     "homepage": "https://symfony.com/contributors"
6885                 }
6886             ],
6887             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6888             "homepage": "https://symfony.com",
6889             "keywords": [
6890                 "compatibility",
6891                 "polyfill",
6892                 "portable",
6893                 "shim"
6894             ],
6895             "support": {
6896                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
6897             },
6898             "funding": [
6899                 {
6900                     "url": "https://symfony.com/sponsor",
6901                     "type": "custom"
6902                 },
6903                 {
6904                     "url": "https://github.com/fabpot",
6905                     "type": "github"
6906                 },
6907                 {
6908                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6909                     "type": "tidelift"
6910                 }
6911             ],
6912             "time": "2024-09-09T11:45:10+00:00"
6913         },
6914         {
6915             "name": "symfony/polyfill-php83",
6916             "version": "v1.31.0",
6917             "source": {
6918                 "type": "git",
6919                 "url": "https://github.com/symfony/polyfill-php83.git",
6920                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
6921             },
6922             "dist": {
6923                 "type": "zip",
6924                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
6925                 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
6926                 "shasum": ""
6927             },
6928             "require": {
6929                 "php": ">=7.2"
6930             },
6931             "type": "library",
6932             "extra": {
6933                 "thanks": {
6934                     "name": "symfony/polyfill",
6935                     "url": "https://github.com/symfony/polyfill"
6936                 }
6937             },
6938             "autoload": {
6939                 "files": [
6940                     "bootstrap.php"
6941                 ],
6942                 "psr-4": {
6943                     "Symfony\\Polyfill\\Php83\\": ""
6944                 },
6945                 "classmap": [
6946                     "Resources/stubs"
6947                 ]
6948             },
6949             "notification-url": "https://packagist.org/downloads/",
6950             "license": [
6951                 "MIT"
6952             ],
6953             "authors": [
6954                 {
6955                     "name": "Nicolas Grekas",
6956                     "email": "[email protected]"
6957                 },
6958                 {
6959                     "name": "Symfony Community",
6960                     "homepage": "https://symfony.com/contributors"
6961                 }
6962             ],
6963             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
6964             "homepage": "https://symfony.com",
6965             "keywords": [
6966                 "compatibility",
6967                 "polyfill",
6968                 "portable",
6969                 "shim"
6970             ],
6971             "support": {
6972                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
6973             },
6974             "funding": [
6975                 {
6976                     "url": "https://symfony.com/sponsor",
6977                     "type": "custom"
6978                 },
6979                 {
6980                     "url": "https://github.com/fabpot",
6981                     "type": "github"
6982                 },
6983                 {
6984                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6985                     "type": "tidelift"
6986                 }
6987             ],
6988             "time": "2024-09-09T11:45:10+00:00"
6989         },
6990         {
6991             "name": "symfony/polyfill-uuid",
6992             "version": "v1.31.0",
6993             "source": {
6994                 "type": "git",
6995                 "url": "https://github.com/symfony/polyfill-uuid.git",
6996                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
6997             },
6998             "dist": {
6999                 "type": "zip",
7000                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
7001                 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
7002                 "shasum": ""
7003             },
7004             "require": {
7005                 "php": ">=7.2"
7006             },
7007             "provide": {
7008                 "ext-uuid": "*"
7009             },
7010             "suggest": {
7011                 "ext-uuid": "For best performance"
7012             },
7013             "type": "library",
7014             "extra": {
7015                 "thanks": {
7016                     "name": "symfony/polyfill",
7017                     "url": "https://github.com/symfony/polyfill"
7018                 }
7019             },
7020             "autoload": {
7021                 "files": [
7022                     "bootstrap.php"
7023                 ],
7024                 "psr-4": {
7025                     "Symfony\\Polyfill\\Uuid\\": ""
7026                 }
7027             },
7028             "notification-url": "https://packagist.org/downloads/",
7029             "license": [
7030                 "MIT"
7031             ],
7032             "authors": [
7033                 {
7034                     "name": "Grégoire Pineau",
7035                     "email": "[email protected]"
7036                 },
7037                 {
7038                     "name": "Symfony Community",
7039                     "homepage": "https://symfony.com/contributors"
7040                 }
7041             ],
7042             "description": "Symfony polyfill for uuid functions",
7043             "homepage": "https://symfony.com",
7044             "keywords": [
7045                 "compatibility",
7046                 "polyfill",
7047                 "portable",
7048                 "uuid"
7049             ],
7050             "support": {
7051                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0"
7052             },
7053             "funding": [
7054                 {
7055                     "url": "https://symfony.com/sponsor",
7056                     "type": "custom"
7057                 },
7058                 {
7059                     "url": "https://github.com/fabpot",
7060                     "type": "github"
7061                 },
7062                 {
7063                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7064                     "type": "tidelift"
7065                 }
7066             ],
7067             "time": "2024-09-09T11:45:10+00:00"
7068         },
7069         {
7070             "name": "symfony/process",
7071             "version": "v6.4.12",
7072             "source": {
7073                 "type": "git",
7074                 "url": "https://github.com/symfony/process.git",
7075                 "reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3"
7076             },
7077             "dist": {
7078                 "type": "zip",
7079                 "url": "https://api.github.com/repos/symfony/process/zipball/3f94e5f13ff58df371a7ead461b6e8068900fbb3",
7080                 "reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3",
7081                 "shasum": ""
7082             },
7083             "require": {
7084                 "php": ">=8.1"
7085             },
7086             "type": "library",
7087             "autoload": {
7088                 "psr-4": {
7089                     "Symfony\\Component\\Process\\": ""
7090                 },
7091                 "exclude-from-classmap": [
7092                     "/Tests/"
7093                 ]
7094             },
7095             "notification-url": "https://packagist.org/downloads/",
7096             "license": [
7097                 "MIT"
7098             ],
7099             "authors": [
7100                 {
7101                     "name": "Fabien Potencier",
7102                     "email": "[email protected]"
7103                 },
7104                 {
7105                     "name": "Symfony Community",
7106                     "homepage": "https://symfony.com/contributors"
7107                 }
7108             ],
7109             "description": "Executes commands in sub-processes",
7110             "homepage": "https://symfony.com",
7111             "support": {
7112                 "source": "https://github.com/symfony/process/tree/v6.4.12"
7113             },
7114             "funding": [
7115                 {
7116                     "url": "https://symfony.com/sponsor",
7117                     "type": "custom"
7118                 },
7119                 {
7120                     "url": "https://github.com/fabpot",
7121                     "type": "github"
7122                 },
7123                 {
7124                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7125                     "type": "tidelift"
7126                 }
7127             ],
7128             "time": "2024-09-17T12:47:12+00:00"
7129         },
7130         {
7131             "name": "symfony/routing",
7132             "version": "v6.4.12",
7133             "source": {
7134                 "type": "git",
7135                 "url": "https://github.com/symfony/routing.git",
7136                 "reference": "a7c8036bd159486228dc9be3e846a00a0dda9f9f"
7137             },
7138             "dist": {
7139                 "type": "zip",
7140                 "url": "https://api.github.com/repos/symfony/routing/zipball/a7c8036bd159486228dc9be3e846a00a0dda9f9f",
7141                 "reference": "a7c8036bd159486228dc9be3e846a00a0dda9f9f",
7142                 "shasum": ""
7143             },
7144             "require": {
7145                 "php": ">=8.1",
7146                 "symfony/deprecation-contracts": "^2.5|^3"
7147             },
7148             "conflict": {
7149                 "doctrine/annotations": "<1.12",
7150                 "symfony/config": "<6.2",
7151                 "symfony/dependency-injection": "<5.4",
7152                 "symfony/yaml": "<5.4"
7153             },
7154             "require-dev": {
7155                 "doctrine/annotations": "^1.12|^2",
7156                 "psr/log": "^1|^2|^3",
7157                 "symfony/config": "^6.2|^7.0",
7158                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7159                 "symfony/expression-language": "^5.4|^6.0|^7.0",
7160                 "symfony/http-foundation": "^5.4|^6.0|^7.0",
7161                 "symfony/yaml": "^5.4|^6.0|^7.0"
7162             },
7163             "type": "library",
7164             "autoload": {
7165                 "psr-4": {
7166                     "Symfony\\Component\\Routing\\": ""
7167                 },
7168                 "exclude-from-classmap": [
7169                     "/Tests/"
7170                 ]
7171             },
7172             "notification-url": "https://packagist.org/downloads/",
7173             "license": [
7174                 "MIT"
7175             ],
7176             "authors": [
7177                 {
7178                     "name": "Fabien Potencier",
7179                     "email": "[email protected]"
7180                 },
7181                 {
7182                     "name": "Symfony Community",
7183                     "homepage": "https://symfony.com/contributors"
7184                 }
7185             ],
7186             "description": "Maps an HTTP request to a set of configuration variables",
7187             "homepage": "https://symfony.com",
7188             "keywords": [
7189                 "router",
7190                 "routing",
7191                 "uri",
7192                 "url"
7193             ],
7194             "support": {
7195                 "source": "https://github.com/symfony/routing/tree/v6.4.12"
7196             },
7197             "funding": [
7198                 {
7199                     "url": "https://symfony.com/sponsor",
7200                     "type": "custom"
7201                 },
7202                 {
7203                     "url": "https://github.com/fabpot",
7204                     "type": "github"
7205                 },
7206                 {
7207                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7208                     "type": "tidelift"
7209                 }
7210             ],
7211             "time": "2024-09-20T08:32:26+00:00"
7212         },
7213         {
7214             "name": "symfony/service-contracts",
7215             "version": "v3.5.0",
7216             "source": {
7217                 "type": "git",
7218                 "url": "https://github.com/symfony/service-contracts.git",
7219                 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
7220             },
7221             "dist": {
7222                 "type": "zip",
7223                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
7224                 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
7225                 "shasum": ""
7226             },
7227             "require": {
7228                 "php": ">=8.1",
7229                 "psr/container": "^1.1|^2.0",
7230                 "symfony/deprecation-contracts": "^2.5|^3"
7231             },
7232             "conflict": {
7233                 "ext-psr": "<1.1|>=2"
7234             },
7235             "type": "library",
7236             "extra": {
7237                 "branch-alias": {
7238                     "dev-main": "3.5-dev"
7239                 },
7240                 "thanks": {
7241                     "name": "symfony/contracts",
7242                     "url": "https://github.com/symfony/contracts"
7243                 }
7244             },
7245             "autoload": {
7246                 "psr-4": {
7247                     "Symfony\\Contracts\\Service\\": ""
7248                 },
7249                 "exclude-from-classmap": [
7250                     "/Test/"
7251                 ]
7252             },
7253             "notification-url": "https://packagist.org/downloads/",
7254             "license": [
7255                 "MIT"
7256             ],
7257             "authors": [
7258                 {
7259                     "name": "Nicolas Grekas",
7260                     "email": "[email protected]"
7261                 },
7262                 {
7263                     "name": "Symfony Community",
7264                     "homepage": "https://symfony.com/contributors"
7265                 }
7266             ],
7267             "description": "Generic abstractions related to writing services",
7268             "homepage": "https://symfony.com",
7269             "keywords": [
7270                 "abstractions",
7271                 "contracts",
7272                 "decoupling",
7273                 "interfaces",
7274                 "interoperability",
7275                 "standards"
7276             ],
7277             "support": {
7278                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
7279             },
7280             "funding": [
7281                 {
7282                     "url": "https://symfony.com/sponsor",
7283                     "type": "custom"
7284                 },
7285                 {
7286                     "url": "https://github.com/fabpot",
7287                     "type": "github"
7288                 },
7289                 {
7290                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7291                     "type": "tidelift"
7292                 }
7293             ],
7294             "time": "2024-04-18T09:32:20+00:00"
7295         },
7296         {
7297             "name": "symfony/string",
7298             "version": "v6.4.12",
7299             "source": {
7300                 "type": "git",
7301                 "url": "https://github.com/symfony/string.git",
7302                 "reference": "f8a1ccebd0997e16112dfecfd74220b78e5b284b"
7303             },
7304             "dist": {
7305                 "type": "zip",
7306                 "url": "https://api.github.com/repos/symfony/string/zipball/f8a1ccebd0997e16112dfecfd74220b78e5b284b",
7307                 "reference": "f8a1ccebd0997e16112dfecfd74220b78e5b284b",
7308                 "shasum": ""
7309             },
7310             "require": {
7311                 "php": ">=8.1",
7312                 "symfony/polyfill-ctype": "~1.8",
7313                 "symfony/polyfill-intl-grapheme": "~1.0",
7314                 "symfony/polyfill-intl-normalizer": "~1.0",
7315                 "symfony/polyfill-mbstring": "~1.0"
7316             },
7317             "conflict": {
7318                 "symfony/translation-contracts": "<2.5"
7319             },
7320             "require-dev": {
7321                 "symfony/error-handler": "^5.4|^6.0|^7.0",
7322                 "symfony/http-client": "^5.4|^6.0|^7.0",
7323                 "symfony/intl": "^6.2|^7.0",
7324                 "symfony/translation-contracts": "^2.5|^3.0",
7325                 "symfony/var-exporter": "^5.4|^6.0|^7.0"
7326             },
7327             "type": "library",
7328             "autoload": {
7329                 "files": [
7330                     "Resources/functions.php"
7331                 ],
7332                 "psr-4": {
7333                     "Symfony\\Component\\String\\": ""
7334                 },
7335                 "exclude-from-classmap": [
7336                     "/Tests/"
7337                 ]
7338             },
7339             "notification-url": "https://packagist.org/downloads/",
7340             "license": [
7341                 "MIT"
7342             ],
7343             "authors": [
7344                 {
7345                     "name": "Nicolas Grekas",
7346                     "email": "[email protected]"
7347                 },
7348                 {
7349                     "name": "Symfony Community",
7350                     "homepage": "https://symfony.com/contributors"
7351                 }
7352             ],
7353             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7354             "homepage": "https://symfony.com",
7355             "keywords": [
7356                 "grapheme",
7357                 "i18n",
7358                 "string",
7359                 "unicode",
7360                 "utf-8",
7361                 "utf8"
7362             ],
7363             "support": {
7364                 "source": "https://github.com/symfony/string/tree/v6.4.12"
7365             },
7366             "funding": [
7367                 {
7368                     "url": "https://symfony.com/sponsor",
7369                     "type": "custom"
7370                 },
7371                 {
7372                     "url": "https://github.com/fabpot",
7373                     "type": "github"
7374                 },
7375                 {
7376                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7377                     "type": "tidelift"
7378                 }
7379             ],
7380             "time": "2024-09-20T08:15:52+00:00"
7381         },
7382         {
7383             "name": "symfony/translation",
7384             "version": "v6.4.12",
7385             "source": {
7386                 "type": "git",
7387                 "url": "https://github.com/symfony/translation.git",
7388                 "reference": "cf8360b8352b086be620fae8342c4d96e391a489"
7389             },
7390             "dist": {
7391                 "type": "zip",
7392                 "url": "https://api.github.com/repos/symfony/translation/zipball/cf8360b8352b086be620fae8342c4d96e391a489",
7393                 "reference": "cf8360b8352b086be620fae8342c4d96e391a489",
7394                 "shasum": ""
7395             },
7396             "require": {
7397                 "php": ">=8.1",
7398                 "symfony/deprecation-contracts": "^2.5|^3",
7399                 "symfony/polyfill-mbstring": "~1.0",
7400                 "symfony/translation-contracts": "^2.5|^3.0"
7401             },
7402             "conflict": {
7403                 "symfony/config": "<5.4",
7404                 "symfony/console": "<5.4",
7405                 "symfony/dependency-injection": "<5.4",
7406                 "symfony/http-client-contracts": "<2.5",
7407                 "symfony/http-kernel": "<5.4",
7408                 "symfony/service-contracts": "<2.5",
7409                 "symfony/twig-bundle": "<5.4",
7410                 "symfony/yaml": "<5.4"
7411             },
7412             "provide": {
7413                 "symfony/translation-implementation": "2.3|3.0"
7414             },
7415             "require-dev": {
7416                 "nikic/php-parser": "^4.18|^5.0",
7417                 "psr/log": "^1|^2|^3",
7418                 "symfony/config": "^5.4|^6.0|^7.0",
7419                 "symfony/console": "^5.4|^6.0|^7.0",
7420                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7421                 "symfony/finder": "^5.4|^6.0|^7.0",
7422                 "symfony/http-client-contracts": "^2.5|^3.0",
7423                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
7424                 "symfony/intl": "^5.4|^6.0|^7.0",
7425                 "symfony/polyfill-intl-icu": "^1.21",
7426                 "symfony/routing": "^5.4|^6.0|^7.0",
7427                 "symfony/service-contracts": "^2.5|^3",
7428                 "symfony/yaml": "^5.4|^6.0|^7.0"
7429             },
7430             "type": "library",
7431             "autoload": {
7432                 "files": [
7433                     "Resources/functions.php"
7434                 ],
7435                 "psr-4": {
7436                     "Symfony\\Component\\Translation\\": ""
7437                 },
7438                 "exclude-from-classmap": [
7439                     "/Tests/"
7440                 ]
7441             },
7442             "notification-url": "https://packagist.org/downloads/",
7443             "license": [
7444                 "MIT"
7445             ],
7446             "authors": [
7447                 {
7448                     "name": "Fabien Potencier",
7449                     "email": "[email protected]"
7450                 },
7451                 {
7452                     "name": "Symfony Community",
7453                     "homepage": "https://symfony.com/contributors"
7454                 }
7455             ],
7456             "description": "Provides tools to internationalize your application",
7457             "homepage": "https://symfony.com",
7458             "support": {
7459                 "source": "https://github.com/symfony/translation/tree/v6.4.12"
7460             },
7461             "funding": [
7462                 {
7463                     "url": "https://symfony.com/sponsor",
7464                     "type": "custom"
7465                 },
7466                 {
7467                     "url": "https://github.com/fabpot",
7468                     "type": "github"
7469                 },
7470                 {
7471                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7472                     "type": "tidelift"
7473                 }
7474             ],
7475             "time": "2024-09-16T06:02:54+00:00"
7476         },
7477         {
7478             "name": "symfony/translation-contracts",
7479             "version": "v3.5.0",
7480             "source": {
7481                 "type": "git",
7482                 "url": "https://github.com/symfony/translation-contracts.git",
7483                 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
7484             },
7485             "dist": {
7486                 "type": "zip",
7487                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
7488                 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
7489                 "shasum": ""
7490             },
7491             "require": {
7492                 "php": ">=8.1"
7493             },
7494             "type": "library",
7495             "extra": {
7496                 "branch-alias": {
7497                     "dev-main": "3.5-dev"
7498                 },
7499                 "thanks": {
7500                     "name": "symfony/contracts",
7501                     "url": "https://github.com/symfony/contracts"
7502                 }
7503             },
7504             "autoload": {
7505                 "psr-4": {
7506                     "Symfony\\Contracts\\Translation\\": ""
7507                 },
7508                 "exclude-from-classmap": [
7509                     "/Test/"
7510                 ]
7511             },
7512             "notification-url": "https://packagist.org/downloads/",
7513             "license": [
7514                 "MIT"
7515             ],
7516             "authors": [
7517                 {
7518                     "name": "Nicolas Grekas",
7519                     "email": "[email protected]"
7520                 },
7521                 {
7522                     "name": "Symfony Community",
7523                     "homepage": "https://symfony.com/contributors"
7524                 }
7525             ],
7526             "description": "Generic abstractions related to translation",
7527             "homepage": "https://symfony.com",
7528             "keywords": [
7529                 "abstractions",
7530                 "contracts",
7531                 "decoupling",
7532                 "interfaces",
7533                 "interoperability",
7534                 "standards"
7535             ],
7536             "support": {
7537                 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
7538             },
7539             "funding": [
7540                 {
7541                     "url": "https://symfony.com/sponsor",
7542                     "type": "custom"
7543                 },
7544                 {
7545                     "url": "https://github.com/fabpot",
7546                     "type": "github"
7547                 },
7548                 {
7549                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7550                     "type": "tidelift"
7551                 }
7552             ],
7553             "time": "2024-04-18T09:32:20+00:00"
7554         },
7555         {
7556             "name": "symfony/uid",
7557             "version": "v6.4.12",
7558             "source": {
7559                 "type": "git",
7560                 "url": "https://github.com/symfony/uid.git",
7561                 "reference": "2f16054e0a9b194b8ca581d4a64eee3f7d4a9d4d"
7562             },
7563             "dist": {
7564                 "type": "zip",
7565                 "url": "https://api.github.com/repos/symfony/uid/zipball/2f16054e0a9b194b8ca581d4a64eee3f7d4a9d4d",
7566                 "reference": "2f16054e0a9b194b8ca581d4a64eee3f7d4a9d4d",
7567                 "shasum": ""
7568             },
7569             "require": {
7570                 "php": ">=8.1",
7571                 "symfony/polyfill-uuid": "^1.15"
7572             },
7573             "require-dev": {
7574                 "symfony/console": "^5.4|^6.0|^7.0"
7575             },
7576             "type": "library",
7577             "autoload": {
7578                 "psr-4": {
7579                     "Symfony\\Component\\Uid\\": ""
7580                 },
7581                 "exclude-from-classmap": [
7582                     "/Tests/"
7583                 ]
7584             },
7585             "notification-url": "https://packagist.org/downloads/",
7586             "license": [
7587                 "MIT"
7588             ],
7589             "authors": [
7590                 {
7591                     "name": "Grégoire Pineau",
7592                     "email": "[email protected]"
7593                 },
7594                 {
7595                     "name": "Nicolas Grekas",
7596                     "email": "[email protected]"
7597                 },
7598                 {
7599                     "name": "Symfony Community",
7600                     "homepage": "https://symfony.com/contributors"
7601                 }
7602             ],
7603             "description": "Provides an object-oriented API to generate and represent UIDs",
7604             "homepage": "https://symfony.com",
7605             "keywords": [
7606                 "UID",
7607                 "ulid",
7608                 "uuid"
7609             ],
7610             "support": {
7611                 "source": "https://github.com/symfony/uid/tree/v6.4.12"
7612             },
7613             "funding": [
7614                 {
7615                     "url": "https://symfony.com/sponsor",
7616                     "type": "custom"
7617                 },
7618                 {
7619                     "url": "https://github.com/fabpot",
7620                     "type": "github"
7621                 },
7622                 {
7623                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7624                     "type": "tidelift"
7625                 }
7626             ],
7627             "time": "2024-09-20T08:32:26+00:00"
7628         },
7629         {
7630             "name": "symfony/var-dumper",
7631             "version": "v6.4.11",
7632             "source": {
7633                 "type": "git",
7634                 "url": "https://github.com/symfony/var-dumper.git",
7635                 "reference": "ee14c8254a480913268b1e3b1cba8045ed122694"
7636             },
7637             "dist": {
7638                 "type": "zip",
7639                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ee14c8254a480913268b1e3b1cba8045ed122694",
7640                 "reference": "ee14c8254a480913268b1e3b1cba8045ed122694",
7641                 "shasum": ""
7642             },
7643             "require": {
7644                 "php": ">=8.1",
7645                 "symfony/deprecation-contracts": "^2.5|^3",
7646                 "symfony/polyfill-mbstring": "~1.0"
7647             },
7648             "conflict": {
7649                 "symfony/console": "<5.4"
7650             },
7651             "require-dev": {
7652                 "ext-iconv": "*",
7653                 "symfony/console": "^5.4|^6.0|^7.0",
7654                 "symfony/error-handler": "^6.3|^7.0",
7655                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
7656                 "symfony/process": "^5.4|^6.0|^7.0",
7657                 "symfony/uid": "^5.4|^6.0|^7.0",
7658                 "twig/twig": "^2.13|^3.0.4"
7659             },
7660             "bin": [
7661                 "Resources/bin/var-dump-server"
7662             ],
7663             "type": "library",
7664             "autoload": {
7665                 "files": [
7666                     "Resources/functions/dump.php"
7667                 ],
7668                 "psr-4": {
7669                     "Symfony\\Component\\VarDumper\\": ""
7670                 },
7671                 "exclude-from-classmap": [
7672                     "/Tests/"
7673                 ]
7674             },
7675             "notification-url": "https://packagist.org/downloads/",
7676             "license": [
7677                 "MIT"
7678             ],
7679             "authors": [
7680                 {
7681                     "name": "Nicolas Grekas",
7682                     "email": "[email protected]"
7683                 },
7684                 {
7685                     "name": "Symfony Community",
7686                     "homepage": "https://symfony.com/contributors"
7687                 }
7688             ],
7689             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7690             "homepage": "https://symfony.com",
7691             "keywords": [
7692                 "debug",
7693                 "dump"
7694             ],
7695             "support": {
7696                 "source": "https://github.com/symfony/var-dumper/tree/v6.4.11"
7697             },
7698             "funding": [
7699                 {
7700                     "url": "https://symfony.com/sponsor",
7701                     "type": "custom"
7702                 },
7703                 {
7704                     "url": "https://github.com/fabpot",
7705                     "type": "github"
7706                 },
7707                 {
7708                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7709                     "type": "tidelift"
7710                 }
7711             ],
7712             "time": "2024-08-30T16:03:21+00:00"
7713         },
7714         {
7715             "name": "tijsverkoyen/css-to-inline-styles",
7716             "version": "v2.2.7",
7717             "source": {
7718                 "type": "git",
7719                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7720                 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
7721             },
7722             "dist": {
7723                 "type": "zip",
7724                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
7725                 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
7726                 "shasum": ""
7727             },
7728             "require": {
7729                 "ext-dom": "*",
7730                 "ext-libxml": "*",
7731                 "php": "^5.5 || ^7.0 || ^8.0",
7732                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
7733             },
7734             "require-dev": {
7735                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
7736             },
7737             "type": "library",
7738             "extra": {
7739                 "branch-alias": {
7740                     "dev-master": "2.2.x-dev"
7741                 }
7742             },
7743             "autoload": {
7744                 "psr-4": {
7745                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7746                 }
7747             },
7748             "notification-url": "https://packagist.org/downloads/",
7749             "license": [
7750                 "BSD-3-Clause"
7751             ],
7752             "authors": [
7753                 {
7754                     "name": "Tijs Verkoyen",
7755                     "email": "[email protected]",
7756                     "role": "Developer"
7757                 }
7758             ],
7759             "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.",
7760             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7761             "support": {
7762                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7763                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
7764             },
7765             "time": "2023-12-08T13:03:43+00:00"
7766         },
7767         {
7768             "name": "vlucas/phpdotenv",
7769             "version": "v5.6.1",
7770             "source": {
7771                 "type": "git",
7772                 "url": "https://github.com/vlucas/phpdotenv.git",
7773                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
7774             },
7775             "dist": {
7776                 "type": "zip",
7777                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
7778                 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
7779                 "shasum": ""
7780             },
7781             "require": {
7782                 "ext-pcre": "*",
7783                 "graham-campbell/result-type": "^1.1.3",
7784                 "php": "^7.2.5 || ^8.0",
7785                 "phpoption/phpoption": "^1.9.3",
7786                 "symfony/polyfill-ctype": "^1.24",
7787                 "symfony/polyfill-mbstring": "^1.24",
7788                 "symfony/polyfill-php80": "^1.24"
7789             },
7790             "require-dev": {
7791                 "bamarni/composer-bin-plugin": "^1.8.2",
7792                 "ext-filter": "*",
7793                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
7794             },
7795             "suggest": {
7796                 "ext-filter": "Required to use the boolean validator."
7797             },
7798             "type": "library",
7799             "extra": {
7800                 "bamarni-bin": {
7801                     "bin-links": true,
7802                     "forward-command": false
7803                 },
7804                 "branch-alias": {
7805                     "dev-master": "5.6-dev"
7806                 }
7807             },
7808             "autoload": {
7809                 "psr-4": {
7810                     "Dotenv\\": "src/"
7811                 }
7812             },
7813             "notification-url": "https://packagist.org/downloads/",
7814             "license": [
7815                 "BSD-3-Clause"
7816             ],
7817             "authors": [
7818                 {
7819                     "name": "Graham Campbell",
7820                     "email": "[email protected]",
7821                     "homepage": "https://github.com/GrahamCampbell"
7822                 },
7823                 {
7824                     "name": "Vance Lucas",
7825                     "email": "[email protected]",
7826                     "homepage": "https://github.com/vlucas"
7827                 }
7828             ],
7829             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7830             "keywords": [
7831                 "dotenv",
7832                 "env",
7833                 "environment"
7834             ],
7835             "support": {
7836                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7837                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
7838             },
7839             "funding": [
7840                 {
7841                     "url": "https://github.com/GrahamCampbell",
7842                     "type": "github"
7843                 },
7844                 {
7845                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7846                     "type": "tidelift"
7847                 }
7848             ],
7849             "time": "2024-07-20T21:52:34+00:00"
7850         },
7851         {
7852             "name": "voku/portable-ascii",
7853             "version": "2.0.1",
7854             "source": {
7855                 "type": "git",
7856                 "url": "https://github.com/voku/portable-ascii.git",
7857                 "reference": "b56450eed252f6801410d810c8e1727224ae0743"
7858             },
7859             "dist": {
7860                 "type": "zip",
7861                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
7862                 "reference": "b56450eed252f6801410d810c8e1727224ae0743",
7863                 "shasum": ""
7864             },
7865             "require": {
7866                 "php": ">=7.0.0"
7867             },
7868             "require-dev": {
7869                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7870             },
7871             "suggest": {
7872                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7873             },
7874             "type": "library",
7875             "autoload": {
7876                 "psr-4": {
7877                     "voku\\": "src/voku/"
7878                 }
7879             },
7880             "notification-url": "https://packagist.org/downloads/",
7881             "license": [
7882                 "MIT"
7883             ],
7884             "authors": [
7885                 {
7886                     "name": "Lars Moelleken",
7887                     "homepage": "http://www.moelleken.org/"
7888                 }
7889             ],
7890             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7891             "homepage": "https://github.com/voku/portable-ascii",
7892             "keywords": [
7893                 "ascii",
7894                 "clean",
7895                 "php"
7896             ],
7897             "support": {
7898                 "issues": "https://github.com/voku/portable-ascii/issues",
7899                 "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
7900             },
7901             "funding": [
7902                 {
7903                     "url": "https://www.paypal.me/moelleken",
7904                     "type": "custom"
7905                 },
7906                 {
7907                     "url": "https://github.com/voku",
7908                     "type": "github"
7909                 },
7910                 {
7911                     "url": "https://opencollective.com/portable-ascii",
7912                     "type": "open_collective"
7913                 },
7914                 {
7915                     "url": "https://www.patreon.com/voku",
7916                     "type": "patreon"
7917                 },
7918                 {
7919                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7920                     "type": "tidelift"
7921                 }
7922             ],
7923             "time": "2022-03-08T17:03:00+00:00"
7924         },
7925         {
7926             "name": "webmozart/assert",
7927             "version": "1.11.0",
7928             "source": {
7929                 "type": "git",
7930                 "url": "https://github.com/webmozarts/assert.git",
7931                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7932             },
7933             "dist": {
7934                 "type": "zip",
7935                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7936                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7937                 "shasum": ""
7938             },
7939             "require": {
7940                 "ext-ctype": "*",
7941                 "php": "^7.2 || ^8.0"
7942             },
7943             "conflict": {
7944                 "phpstan/phpstan": "<0.12.20",
7945                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7946             },
7947             "require-dev": {
7948                 "phpunit/phpunit": "^8.5.13"
7949             },
7950             "type": "library",
7951             "extra": {
7952                 "branch-alias": {
7953                     "dev-master": "1.10-dev"
7954                 }
7955             },
7956             "autoload": {
7957                 "psr-4": {
7958                     "Webmozart\\Assert\\": "src/"
7959                 }
7960             },
7961             "notification-url": "https://packagist.org/downloads/",
7962             "license": [
7963                 "MIT"
7964             ],
7965             "authors": [
7966                 {
7967                     "name": "Bernhard Schussek",
7968                     "email": "[email protected]"
7969                 }
7970             ],
7971             "description": "Assertions to validate method input/output with nice error messages.",
7972             "keywords": [
7973                 "assert",
7974                 "check",
7975                 "validate"
7976             ],
7977             "support": {
7978                 "issues": "https://github.com/webmozarts/assert/issues",
7979                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7980             },
7981             "time": "2022-06-03T18:03:27+00:00"
7982         }
7983     ],
7984     "packages-dev": [
7985         {
7986             "name": "fakerphp/faker",
7987             "version": "v1.23.1",
7988             "source": {
7989                 "type": "git",
7990                 "url": "https://github.com/FakerPHP/Faker.git",
7991                 "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
7992             },
7993             "dist": {
7994                 "type": "zip",
7995                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
7996                 "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
7997                 "shasum": ""
7998             },
7999             "require": {
8000                 "php": "^7.4 || ^8.0",
8001                 "psr/container": "^1.0 || ^2.0",
8002                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8003             },
8004             "conflict": {
8005                 "fzaninotto/faker": "*"
8006             },
8007             "require-dev": {
8008                 "bamarni/composer-bin-plugin": "^1.4.1",
8009                 "doctrine/persistence": "^1.3 || ^2.0",
8010                 "ext-intl": "*",
8011                 "phpunit/phpunit": "^9.5.26",
8012                 "symfony/phpunit-bridge": "^5.4.16"
8013             },
8014             "suggest": {
8015                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8016                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8017                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8018                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8019                 "ext-mbstring": "Required for multibyte Unicode string functionality."
8020             },
8021             "type": "library",
8022             "autoload": {
8023                 "psr-4": {
8024                     "Faker\\": "src/Faker/"
8025                 }
8026             },
8027             "notification-url": "https://packagist.org/downloads/",
8028             "license": [
8029                 "MIT"
8030             ],
8031             "authors": [
8032                 {
8033                     "name": "François Zaninotto"
8034                 }
8035             ],
8036             "description": "Faker is a PHP library that generates fake data for you.",
8037             "keywords": [
8038                 "data",
8039                 "faker",
8040                 "fixtures"
8041             ],
8042             "support": {
8043                 "issues": "https://github.com/FakerPHP/Faker/issues",
8044                 "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
8045             },
8046             "time": "2024-01-02T13:46:09+00:00"
8047         },
8048         {
8049             "name": "filp/whoops",
8050             "version": "2.16.0",
8051             "source": {
8052                 "type": "git",
8053                 "url": "https://github.com/filp/whoops.git",
8054                 "reference": "befcdc0e5dce67252aa6322d82424be928214fa2"
8055             },
8056             "dist": {
8057                 "type": "zip",
8058                 "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2",
8059                 "reference": "befcdc0e5dce67252aa6322d82424be928214fa2",
8060                 "shasum": ""
8061             },
8062             "require": {
8063                 "php": "^7.1 || ^8.0",
8064                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
8065             },
8066             "require-dev": {
8067                 "mockery/mockery": "^1.0",
8068                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
8069                 "symfony/var-dumper": "^4.0 || ^5.0"
8070             },
8071             "suggest": {
8072                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
8073                 "whoops/soap": "Formats errors as SOAP responses"
8074             },
8075             "type": "library",
8076             "extra": {
8077                 "branch-alias": {
8078                     "dev-master": "2.7-dev"
8079                 }
8080             },
8081             "autoload": {
8082                 "psr-4": {
8083                     "Whoops\\": "src/Whoops/"
8084                 }
8085             },
8086             "notification-url": "https://packagist.org/downloads/",
8087             "license": [
8088                 "MIT"
8089             ],
8090             "authors": [
8091                 {
8092                     "name": "Filipe Dobreira",
8093                     "homepage": "https://github.com/filp",
8094                     "role": "Developer"
8095                 }
8096             ],
8097             "description": "php error handling for cool kids",
8098             "homepage": "https://filp.github.io/whoops/",
8099             "keywords": [
8100                 "error",
8101                 "exception",
8102                 "handling",
8103                 "library",
8104                 "throwable",
8105                 "whoops"
8106             ],
8107             "support": {
8108                 "issues": "https://github.com/filp/whoops/issues",
8109                 "source": "https://github.com/filp/whoops/tree/2.16.0"
8110             },
8111             "funding": [
8112                 {
8113                     "url": "https://github.com/denis-sokolov",
8114                     "type": "github"
8115                 }
8116             ],
8117             "time": "2024-09-25T12:00:00+00:00"
8118         },
8119         {
8120             "name": "hamcrest/hamcrest-php",
8121             "version": "v2.0.1",
8122             "source": {
8123                 "type": "git",
8124                 "url": "https://github.com/hamcrest/hamcrest-php.git",
8125                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
8126             },
8127             "dist": {
8128                 "type": "zip",
8129                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8130                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8131                 "shasum": ""
8132             },
8133             "require": {
8134                 "php": "^5.3|^7.0|^8.0"
8135             },
8136             "replace": {
8137                 "cordoval/hamcrest-php": "*",
8138                 "davedevelopment/hamcrest-php": "*",
8139                 "kodova/hamcrest-php": "*"
8140             },
8141             "require-dev": {
8142                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8143                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8144             },
8145             "type": "library",
8146             "extra": {
8147                 "branch-alias": {
8148                     "dev-master": "2.1-dev"
8149                 }
8150             },
8151             "autoload": {
8152                 "classmap": [
8153                     "hamcrest"
8154                 ]
8155             },
8156             "notification-url": "https://packagist.org/downloads/",
8157             "license": [
8158                 "BSD-3-Clause"
8159             ],
8160             "description": "This is the PHP port of Hamcrest Matchers",
8161             "keywords": [
8162                 "test"
8163             ],
8164             "support": {
8165                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8166                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8167             },
8168             "time": "2020-07-09T08:09:16+00:00"
8169         },
8170         {
8171             "name": "itsgoingd/clockwork",
8172             "version": "v5.2.2",
8173             "source": {
8174                 "type": "git",
8175                 "url": "https://github.com/itsgoingd/clockwork.git",
8176                 "reference": "29bc4cedfbe742b419544c30b7b6e15cd9da08ef"
8177             },
8178             "dist": {
8179                 "type": "zip",
8180                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/29bc4cedfbe742b419544c30b7b6e15cd9da08ef",
8181                 "reference": "29bc4cedfbe742b419544c30b7b6e15cd9da08ef",
8182                 "shasum": ""
8183             },
8184             "require": {
8185                 "ext-json": "*",
8186                 "php": ">=5.6"
8187             },
8188             "suggest": {
8189                 "ext-pdo": "Needed in order to use a SQL database for metadata storage",
8190                 "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
8191                 "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
8192                 "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
8193                 "ext-redis": "Needed in order to use Redis for metadata storage"
8194             },
8195             "type": "library",
8196             "extra": {
8197                 "laravel": {
8198                     "providers": [
8199                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8200                     ],
8201                     "aliases": {
8202                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8203                     }
8204                 }
8205             },
8206             "autoload": {
8207                 "psr-4": {
8208                     "Clockwork\\": "Clockwork/"
8209                 }
8210             },
8211             "notification-url": "https://packagist.org/downloads/",
8212             "license": [
8213                 "MIT"
8214             ],
8215             "authors": [
8216                 {
8217                     "name": "itsgoingd",
8218                     "email": "[email protected]",
8219                     "homepage": "https://twitter.com/itsgoingd"
8220                 }
8221             ],
8222             "description": "php dev tools in your browser",
8223             "homepage": "https://underground.works/clockwork",
8224             "keywords": [
8225                 "Devtools",
8226                 "debugging",
8227                 "laravel",
8228                 "logging",
8229                 "lumen",
8230                 "profiling",
8231                 "slim"
8232             ],
8233             "support": {
8234                 "issues": "https://github.com/itsgoingd/clockwork/issues",
8235                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.2.2"
8236             },
8237             "funding": [
8238                 {
8239                     "url": "https://github.com/itsgoingd",
8240                     "type": "github"
8241                 }
8242             ],
8243             "time": "2024-04-14T10:49:22+00:00"
8244         },
8245         {
8246             "name": "larastan/larastan",
8247             "version": "v2.9.8",
8248             "source": {
8249                 "type": "git",
8250                 "url": "https://github.com/larastan/larastan.git",
8251                 "reference": "340badd89b0eb5bddbc503a4829c08cf9a2819d7"
8252             },
8253             "dist": {
8254                 "type": "zip",
8255                 "url": "https://api.github.com/repos/larastan/larastan/zipball/340badd89b0eb5bddbc503a4829c08cf9a2819d7",
8256                 "reference": "340badd89b0eb5bddbc503a4829c08cf9a2819d7",
8257                 "shasum": ""
8258             },
8259             "require": {
8260                 "ext-json": "*",
8261                 "illuminate/console": "^9.52.16 || ^10.28.0 || ^11.0",
8262                 "illuminate/container": "^9.52.16 || ^10.28.0 || ^11.0",
8263                 "illuminate/contracts": "^9.52.16 || ^10.28.0 || ^11.0",
8264                 "illuminate/database": "^9.52.16 || ^10.28.0 || ^11.0",
8265                 "illuminate/http": "^9.52.16 || ^10.28.0 || ^11.0",
8266                 "illuminate/pipeline": "^9.52.16 || ^10.28.0 || ^11.0",
8267                 "illuminate/support": "^9.52.16 || ^10.28.0 || ^11.0",
8268                 "php": "^8.0.2",
8269                 "phpmyadmin/sql-parser": "^5.9.0",
8270                 "phpstan/phpstan": "^1.11.2"
8271             },
8272             "require-dev": {
8273                 "doctrine/coding-standard": "^12.0",
8274                 "nikic/php-parser": "^4.19.1",
8275                 "orchestra/canvas": "^7.11.1 || ^8.11.0 || ^9.0.2",
8276                 "orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.3",
8277                 "phpunit/phpunit": "^9.6.13 || ^10.5.16"
8278             },
8279             "suggest": {
8280                 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8281             },
8282             "type": "phpstan-extension",
8283             "extra": {
8284                 "branch-alias": {
8285                     "dev-master": "2.0-dev"
8286                 },
8287                 "phpstan": {
8288                     "includes": [
8289                         "extension.neon"
8290                     ]
8291                 }
8292             },
8293             "autoload": {
8294                 "psr-4": {
8295                     "Larastan\\Larastan\\": "src/"
8296                 }
8297             },
8298             "notification-url": "https://packagist.org/downloads/",
8299             "license": [
8300                 "MIT"
8301             ],
8302             "authors": [
8303                 {
8304                     "name": "Can Vural",
8305                     "email": "[email protected]"
8306                 },
8307                 {
8308                     "name": "Nuno Maduro",
8309                     "email": "[email protected]"
8310                 }
8311             ],
8312             "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
8313             "keywords": [
8314                 "PHPStan",
8315                 "code analyse",
8316                 "code analysis",
8317                 "larastan",
8318                 "laravel",
8319                 "package",
8320                 "php",
8321                 "static analysis"
8322             ],
8323             "support": {
8324                 "issues": "https://github.com/larastan/larastan/issues",
8325                 "source": "https://github.com/larastan/larastan/tree/v2.9.8"
8326             },
8327             "funding": [
8328                 {
8329                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8330                     "type": "custom"
8331                 },
8332                 {
8333                     "url": "https://github.com/canvural",
8334                     "type": "github"
8335                 },
8336                 {
8337                     "url": "https://github.com/nunomaduro",
8338                     "type": "github"
8339                 },
8340                 {
8341                     "url": "https://www.patreon.com/nunomaduro",
8342                     "type": "patreon"
8343                 }
8344             ],
8345             "time": "2024-07-06T17:46: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.0",
8433             "source": {
8434                 "type": "git",
8435                 "url": "https://github.com/myclabs/DeepCopy.git",
8436                 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
8437             },
8438             "dist": {
8439                 "type": "zip",
8440                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
8441                 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
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.0"
8481             },
8482             "funding": [
8483                 {
8484                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8485                     "type": "tidelift"
8486                 }
8487             ],
8488             "time": "2024-06-12T14:39:25+00:00"
8489         },
8490         {
8491             "name": "nunomaduro/collision",
8492             "version": "v7.10.0",
8493             "source": {
8494                 "type": "git",
8495                 "url": "https://github.com/nunomaduro/collision.git",
8496                 "reference": "49ec67fa7b002712da8526678abd651c09f375b2"
8497             },
8498             "dist": {
8499                 "type": "zip",
8500                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/49ec67fa7b002712da8526678abd651c09f375b2",
8501                 "reference": "49ec67fa7b002712da8526678abd651c09f375b2",
8502                 "shasum": ""
8503             },
8504             "require": {
8505                 "filp/whoops": "^2.15.3",
8506                 "nunomaduro/termwind": "^1.15.1",
8507                 "php": "^8.1.0",
8508                 "symfony/console": "^6.3.4"
8509             },
8510             "conflict": {
8511                 "laravel/framework": ">=11.0.0"
8512             },
8513             "require-dev": {
8514                 "brianium/paratest": "^7.3.0",
8515                 "laravel/framework": "^10.28.0",
8516                 "laravel/pint": "^1.13.3",
8517                 "laravel/sail": "^1.25.0",
8518                 "laravel/sanctum": "^3.3.1",
8519                 "laravel/tinker": "^2.8.2",
8520                 "nunomaduro/larastan": "^2.6.4",
8521                 "orchestra/testbench-core": "^8.13.0",
8522                 "pestphp/pest": "^2.23.2",
8523                 "phpunit/phpunit": "^10.4.1",
8524                 "sebastian/environment": "^6.0.1",
8525                 "spatie/laravel-ignition": "^2.3.1"
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": "2023-10-11T15:45:01+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.0",
8707             "source": {
8708                 "type": "git",
8709                 "url": "https://github.com/phpmyadmin/sql-parser.git",
8710                 "reference": "91d980ab76c3f152481e367f62b921adc38af451"
8711             },
8712             "dist": {
8713                 "type": "zip",
8714                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/91d980ab76c3f152481e367f62b921adc38af451",
8715                 "reference": "91d980ab76c3f152481e367f62b921adc38af451",
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-08-29T20:56:34+00:00"
8790         },
8791         {
8792             "name": "phpstan/phpstan",
8793             "version": "1.12.5",
8794             "source": {
8795                 "type": "git",
8796                 "url": "https://github.com/phpstan/phpstan.git",
8797                 "reference": "7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17"
8798             },
8799             "dist": {
8800                 "type": "zip",
8801                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17",
8802                 "reference": "7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17",
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-09-26T12:45:22+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.35",
9173             "source": {
9174                 "type": "git",
9175                 "url": "https://github.com/sebastianbergmann/phpunit.git",
9176                 "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b"
9177             },
9178             "dist": {
9179                 "type": "zip",
9180                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7ac8b4e63f456046dcb4c9787da9382831a1874b",
9181                 "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b",
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.2",
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.35"
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-09-19T10:52: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.2",
9442             "source": {
9443                 "type": "git",
9444                 "url": "https://github.com/sebastianbergmann/comparator.git",
9445                 "reference": "2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53"
9446             },
9447             "dist": {
9448                 "type": "zip",
9449                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53",
9450                 "reference": "2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53",
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.4"
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.2"
9507             },
9508             "funding": [
9509                 {
9510                     "url": "https://github.com/sebastianbergmann",
9511                     "type": "github"
9512                 }
9513             ],
9514             "time": "2024-08-12T06:03:08+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.10.3",
10190             "source": {
10191                 "type": "git",
10192                 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
10193                 "reference": "62d32998e820bddc40f99f8251958aed187a5c9c"
10194             },
10195             "dist": {
10196                 "type": "zip",
10197                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/62d32998e820bddc40f99f8251958aed187a5c9c",
10198                 "reference": "62d32998e820bddc40f99f8251958aed187a5c9c",
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-09-18T10:38:58+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.12",
10326             "source": {
10327                 "type": "git",
10328                 "url": "https://github.com/symfony/dom-crawler.git",
10329                 "reference": "9d307ecbcb917001692be333cdc58f474fdb37f0"
10330             },
10331             "dist": {
10332                 "type": "zip",
10333                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/9d307ecbcb917001692be333cdc58f474fdb37f0",
10334                 "reference": "9d307ecbcb917001692be333cdc58f474fdb37f0",
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.12"
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-09-15T06:35:36+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 }