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