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