xref: /webtrees/composer.lock (revision 00ef1d3af59aba99c1ae5c92c7e655525c97797b)
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": "672cde57b51ebce73d25ab6c472d0b80",
8    "packages": [
9        {
10            "name": "aura/router",
11            "version": "3.3.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/auraphp/Aura.Router.git",
15                "reference": "589e806550d511e31a6609edb17f282ea8c957f9"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/589e806550d511e31a6609edb17f282ea8c957f9",
20                "reference": "589e806550d511e31a6609edb17f282ea8c957f9",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=5.5.0",
25                "psr/http-message": "~1.0",
26                "psr/log": "^1.0 || ^2.0 || ^3.0"
27            },
28            "require-dev": {
29                "guzzlehttp/psr7": "^1.0 || ^2.0",
30                "yoast/phpunit-polyfills": "~1.0"
31            },
32            "type": "library",
33            "autoload": {
34                "psr-4": {
35                    "Aura\\Router\\": "src/"
36                }
37            },
38            "notification-url": "https://packagist.org/downloads/",
39            "license": [
40                "MIT"
41            ],
42            "authors": [
43                {
44                    "name": "Aura.Router Contributors",
45                    "homepage": "https://github.com/auraphp/Aura.Router/contributors"
46                }
47            ],
48            "description": "Powerful, flexible web routing for PSR-7 requests.",
49            "homepage": "https://github.com/auraphp/Aura.Router",
50            "keywords": [
51                "psr-7",
52                "route",
53                "router",
54                "routing"
55            ],
56            "support": {
57                "issues": "https://github.com/auraphp/Aura.Router/issues",
58                "source": "https://github.com/auraphp/Aura.Router/tree/3.3.0"
59            },
60            "time": "2023-06-12T04:42:55+00:00"
61        },
62        {
63            "name": "brick/math",
64            "version": "0.12.1",
65            "source": {
66                "type": "git",
67                "url": "https://github.com/brick/math.git",
68                "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
69            },
70            "dist": {
71                "type": "zip",
72                "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
73                "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
74                "shasum": ""
75            },
76            "require": {
77                "php": "^8.1"
78            },
79            "require-dev": {
80                "php-coveralls/php-coveralls": "^2.2",
81                "phpunit/phpunit": "^10.1",
82                "vimeo/psalm": "5.16.0"
83            },
84            "type": "library",
85            "autoload": {
86                "psr-4": {
87                    "Brick\\Math\\": "src/"
88                }
89            },
90            "notification-url": "https://packagist.org/downloads/",
91            "license": [
92                "MIT"
93            ],
94            "description": "Arbitrary-precision arithmetic library",
95            "keywords": [
96                "Arbitrary-precision",
97                "BigInteger",
98                "BigRational",
99                "arithmetic",
100                "bigdecimal",
101                "bignum",
102                "bignumber",
103                "brick",
104                "decimal",
105                "integer",
106                "math",
107                "mathematics",
108                "rational"
109            ],
110            "support": {
111                "issues": "https://github.com/brick/math/issues",
112                "source": "https://github.com/brick/math/tree/0.12.1"
113            },
114            "funding": [
115                {
116                    "url": "https://github.com/BenMorel",
117                    "type": "github"
118                }
119            ],
120            "time": "2023-11-29T23:19:16+00:00"
121        },
122        {
123            "name": "carbonphp/carbon-doctrine-types",
124            "version": "3.2.0",
125            "source": {
126                "type": "git",
127                "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
128                "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
129            },
130            "dist": {
131                "type": "zip",
132                "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
133                "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
134                "shasum": ""
135            },
136            "require": {
137                "php": "^8.1"
138            },
139            "conflict": {
140                "doctrine/dbal": "<4.0.0 || >=5.0.0"
141            },
142            "require-dev": {
143                "doctrine/dbal": "^4.0.0",
144                "nesbot/carbon": "^2.71.0 || ^3.0.0",
145                "phpunit/phpunit": "^10.3"
146            },
147            "type": "library",
148            "autoload": {
149                "psr-4": {
150                    "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
151                }
152            },
153            "notification-url": "https://packagist.org/downloads/",
154            "license": [
155                "MIT"
156            ],
157            "authors": [
158                {
159                    "name": "KyleKatarn",
160                    "email": "kylekatarnls@gmail.com"
161                }
162            ],
163            "description": "Types to use Carbon in Doctrine",
164            "keywords": [
165                "carbon",
166                "date",
167                "datetime",
168                "doctrine",
169                "time"
170            ],
171            "support": {
172                "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
173                "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
174            },
175            "funding": [
176                {
177                    "url": "https://github.com/kylekatarnls",
178                    "type": "github"
179                },
180                {
181                    "url": "https://opencollective.com/Carbon",
182                    "type": "open_collective"
183                },
184                {
185                    "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
186                    "type": "tidelift"
187                }
188            ],
189            "time": "2024-02-09T16:56:22+00:00"
190        },
191        {
192            "name": "dflydev/dot-access-data",
193            "version": "v3.0.2",
194            "source": {
195                "type": "git",
196                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
197                "reference": "f41715465d65213d644d3141a6a93081be5d3549"
198            },
199            "dist": {
200                "type": "zip",
201                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
202                "reference": "f41715465d65213d644d3141a6a93081be5d3549",
203                "shasum": ""
204            },
205            "require": {
206                "php": "^7.1 || ^8.0"
207            },
208            "require-dev": {
209                "phpstan/phpstan": "^0.12.42",
210                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
211                "scrutinizer/ocular": "1.6.0",
212                "squizlabs/php_codesniffer": "^3.5",
213                "vimeo/psalm": "^4.0.0"
214            },
215            "type": "library",
216            "extra": {
217                "branch-alias": {
218                    "dev-main": "3.x-dev"
219                }
220            },
221            "autoload": {
222                "psr-4": {
223                    "Dflydev\\DotAccessData\\": "src/"
224                }
225            },
226            "notification-url": "https://packagist.org/downloads/",
227            "license": [
228                "MIT"
229            ],
230            "authors": [
231                {
232                    "name": "Dragonfly Development Inc.",
233                    "email": "info@dflydev.com",
234                    "homepage": "http://dflydev.com"
235                },
236                {
237                    "name": "Beau Simensen",
238                    "email": "beau@dflydev.com",
239                    "homepage": "http://beausimensen.com"
240                },
241                {
242                    "name": "Carlos Frutos",
243                    "email": "carlos@kiwing.it",
244                    "homepage": "https://github.com/cfrutos"
245                },
246                {
247                    "name": "Colin O'Dell",
248                    "email": "colinodell@gmail.com",
249                    "homepage": "https://www.colinodell.com"
250                }
251            ],
252            "description": "Given a deep data structure, access data by dot notation.",
253            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
254            "keywords": [
255                "access",
256                "data",
257                "dot",
258                "notation"
259            ],
260            "support": {
261                "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
262                "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
263            },
264            "time": "2022-10-27T11:44:00+00:00"
265        },
266        {
267            "name": "doctrine/inflector",
268            "version": "2.0.10",
269            "source": {
270                "type": "git",
271                "url": "https://github.com/doctrine/inflector.git",
272                "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
273            },
274            "dist": {
275                "type": "zip",
276                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
277                "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
278                "shasum": ""
279            },
280            "require": {
281                "php": "^7.2 || ^8.0"
282            },
283            "require-dev": {
284                "doctrine/coding-standard": "^11.0",
285                "phpstan/phpstan": "^1.8",
286                "phpstan/phpstan-phpunit": "^1.1",
287                "phpstan/phpstan-strict-rules": "^1.3",
288                "phpunit/phpunit": "^8.5 || ^9.5",
289                "vimeo/psalm": "^4.25 || ^5.4"
290            },
291            "type": "library",
292            "autoload": {
293                "psr-4": {
294                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
295                }
296            },
297            "notification-url": "https://packagist.org/downloads/",
298            "license": [
299                "MIT"
300            ],
301            "authors": [
302                {
303                    "name": "Guilherme Blanco",
304                    "email": "guilhermeblanco@gmail.com"
305                },
306                {
307                    "name": "Roman Borschel",
308                    "email": "roman@code-factory.org"
309                },
310                {
311                    "name": "Benjamin Eberlei",
312                    "email": "kontakt@beberlei.de"
313                },
314                {
315                    "name": "Jonathan Wage",
316                    "email": "jonwage@gmail.com"
317                },
318                {
319                    "name": "Johannes Schmitt",
320                    "email": "schmittjoh@gmail.com"
321                }
322            ],
323            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
324            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
325            "keywords": [
326                "inflection",
327                "inflector",
328                "lowercase",
329                "manipulation",
330                "php",
331                "plural",
332                "singular",
333                "strings",
334                "uppercase",
335                "words"
336            ],
337            "support": {
338                "issues": "https://github.com/doctrine/inflector/issues",
339                "source": "https://github.com/doctrine/inflector/tree/2.0.10"
340            },
341            "funding": [
342                {
343                    "url": "https://www.doctrine-project.org/sponsorship.html",
344                    "type": "custom"
345                },
346                {
347                    "url": "https://www.patreon.com/phpdoctrine",
348                    "type": "patreon"
349                },
350                {
351                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
352                    "type": "tidelift"
353                }
354            ],
355            "time": "2024-02-18T20:23:39+00:00"
356        },
357        {
358            "name": "doctrine/lexer",
359            "version": "3.0.1",
360            "source": {
361                "type": "git",
362                "url": "https://github.com/doctrine/lexer.git",
363                "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
364            },
365            "dist": {
366                "type": "zip",
367                "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
368                "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
369                "shasum": ""
370            },
371            "require": {
372                "php": "^8.1"
373            },
374            "require-dev": {
375                "doctrine/coding-standard": "^12",
376                "phpstan/phpstan": "^1.10",
377                "phpunit/phpunit": "^10.5",
378                "psalm/plugin-phpunit": "^0.18.3",
379                "vimeo/psalm": "^5.21"
380            },
381            "type": "library",
382            "autoload": {
383                "psr-4": {
384                    "Doctrine\\Common\\Lexer\\": "src"
385                }
386            },
387            "notification-url": "https://packagist.org/downloads/",
388            "license": [
389                "MIT"
390            ],
391            "authors": [
392                {
393                    "name": "Guilherme Blanco",
394                    "email": "guilhermeblanco@gmail.com"
395                },
396                {
397                    "name": "Roman Borschel",
398                    "email": "roman@code-factory.org"
399                },
400                {
401                    "name": "Johannes Schmitt",
402                    "email": "schmittjoh@gmail.com"
403                }
404            ],
405            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
406            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
407            "keywords": [
408                "annotations",
409                "docblock",
410                "lexer",
411                "parser",
412                "php"
413            ],
414            "support": {
415                "issues": "https://github.com/doctrine/lexer/issues",
416                "source": "https://github.com/doctrine/lexer/tree/3.0.1"
417            },
418            "funding": [
419                {
420                    "url": "https://www.doctrine-project.org/sponsorship.html",
421                    "type": "custom"
422                },
423                {
424                    "url": "https://www.patreon.com/phpdoctrine",
425                    "type": "patreon"
426                },
427                {
428                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
429                    "type": "tidelift"
430                }
431            ],
432            "time": "2024-02-05T11:56:58+00:00"
433        },
434        {
435            "name": "egulias/email-validator",
436            "version": "4.0.2",
437            "source": {
438                "type": "git",
439                "url": "https://github.com/egulias/EmailValidator.git",
440                "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
441            },
442            "dist": {
443                "type": "zip",
444                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
445                "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
446                "shasum": ""
447            },
448            "require": {
449                "doctrine/lexer": "^2.0 || ^3.0",
450                "php": ">=8.1",
451                "symfony/polyfill-intl-idn": "^1.26"
452            },
453            "require-dev": {
454                "phpunit/phpunit": "^10.2",
455                "vimeo/psalm": "^5.12"
456            },
457            "suggest": {
458                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
459            },
460            "type": "library",
461            "extra": {
462                "branch-alias": {
463                    "dev-master": "4.0.x-dev"
464                }
465            },
466            "autoload": {
467                "psr-4": {
468                    "Egulias\\EmailValidator\\": "src"
469                }
470            },
471            "notification-url": "https://packagist.org/downloads/",
472            "license": [
473                "MIT"
474            ],
475            "authors": [
476                {
477                    "name": "Eduardo Gulias Davis"
478                }
479            ],
480            "description": "A library for validating emails against several RFCs",
481            "homepage": "https://github.com/egulias/EmailValidator",
482            "keywords": [
483                "email",
484                "emailvalidation",
485                "emailvalidator",
486                "validation",
487                "validator"
488            ],
489            "support": {
490                "issues": "https://github.com/egulias/EmailValidator/issues",
491                "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
492            },
493            "funding": [
494                {
495                    "url": "https://github.com/egulias",
496                    "type": "github"
497                }
498            ],
499            "time": "2023-10-06T06:47:41+00:00"
500        },
501        {
502            "name": "ezyang/htmlpurifier",
503            "version": "v4.17.0",
504            "source": {
505                "type": "git",
506                "url": "https://github.com/ezyang/htmlpurifier.git",
507                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
508            },
509            "dist": {
510                "type": "zip",
511                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
512                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
513                "shasum": ""
514            },
515            "require": {
516                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
517            },
518            "require-dev": {
519                "cerdic/css-tidy": "^1.7 || ^2.0",
520                "simpletest/simpletest": "dev-master"
521            },
522            "suggest": {
523                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
524                "ext-bcmath": "Used for unit conversion and imagecrash protection",
525                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
526                "ext-tidy": "Used for pretty-printing HTML"
527            },
528            "type": "library",
529            "autoload": {
530                "files": [
531                    "library/HTMLPurifier.composer.php"
532                ],
533                "psr-0": {
534                    "HTMLPurifier": "library/"
535                },
536                "exclude-from-classmap": [
537                    "/library/HTMLPurifier/Language/"
538                ]
539            },
540            "notification-url": "https://packagist.org/downloads/",
541            "license": [
542                "LGPL-2.1-or-later"
543            ],
544            "authors": [
545                {
546                    "name": "Edward Z. Yang",
547                    "email": "admin@htmlpurifier.org",
548                    "homepage": "http://ezyang.com"
549                }
550            ],
551            "description": "Standards compliant HTML filter written in PHP",
552            "homepage": "http://htmlpurifier.org/",
553            "keywords": [
554                "html"
555            ],
556            "support": {
557                "issues": "https://github.com/ezyang/htmlpurifier/issues",
558                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
559            },
560            "time": "2023-11-17T15:01:25+00:00"
561        },
562        {
563            "name": "fig/http-message-util",
564            "version": "1.1.5",
565            "source": {
566                "type": "git",
567                "url": "https://github.com/php-fig/http-message-util.git",
568                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
569            },
570            "dist": {
571                "type": "zip",
572                "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
573                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
574                "shasum": ""
575            },
576            "require": {
577                "php": "^5.3 || ^7.0 || ^8.0"
578            },
579            "suggest": {
580                "psr/http-message": "The package containing the PSR-7 interfaces"
581            },
582            "type": "library",
583            "extra": {
584                "branch-alias": {
585                    "dev-master": "1.1.x-dev"
586                }
587            },
588            "autoload": {
589                "psr-4": {
590                    "Fig\\Http\\Message\\": "src/"
591                }
592            },
593            "notification-url": "https://packagist.org/downloads/",
594            "license": [
595                "MIT"
596            ],
597            "authors": [
598                {
599                    "name": "PHP-FIG",
600                    "homepage": "https://www.php-fig.org/"
601                }
602            ],
603            "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
604            "keywords": [
605                "http",
606                "http-message",
607                "psr",
608                "psr-7",
609                "request",
610                "response"
611            ],
612            "support": {
613                "issues": "https://github.com/php-fig/http-message-util/issues",
614                "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
615            },
616            "time": "2020-11-24T22:02:12+00:00"
617        },
618        {
619            "name": "fisharebest/algorithm",
620            "version": "1.6.0",
621            "source": {
622                "type": "git",
623                "url": "https://github.com/fisharebest/algorithm.git",
624                "reference": "ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7"
625            },
626            "dist": {
627                "type": "zip",
628                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7",
629                "reference": "ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7",
630                "shasum": ""
631            },
632            "require": {
633                "php": ">=5.3.0"
634            },
635            "require-dev": {
636                "php-coveralls/php-coveralls": "*",
637                "phpunit/phpunit": "4 - 9"
638            },
639            "type": "library",
640            "autoload": {
641                "psr-4": {
642                    "Fisharebest\\Algorithm\\": "src/",
643                    "Fisharebest\\Tests\\Algorithm\\": "tests/"
644                }
645            },
646            "notification-url": "https://packagist.org/downloads/",
647            "license": [
648                "GPL-3.0-or-later"
649            ],
650            "authors": [
651                {
652                    "name": "Greg Roach",
653                    "email": "greg@subaqua.co.uk",
654                    "role": "Developer"
655                }
656            ],
657            "description": "Implementation of standard algorithms in PHP.",
658            "homepage": "https://github.com/fisharebest/algorithm",
659            "keywords": [
660                "Algorithm",
661                "diff",
662                "dijkstra",
663                "myers"
664            ],
665            "support": {
666                "issues": "https://github.com/fisharebest/algorithm/issues",
667                "source": "https://github.com/fisharebest/algorithm/tree/1.6.0"
668            },
669            "time": "2021-09-03T12:13:28+00:00"
670        },
671        {
672            "name": "fisharebest/ext-calendar",
673            "version": "2.6.0",
674            "source": {
675                "type": "git",
676                "url": "https://github.com/fisharebest/ext-calendar.git",
677                "reference": "a1442ee2e6d0e28da16608be80a20642f52b791b"
678            },
679            "dist": {
680                "type": "zip",
681                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/a1442ee2e6d0e28da16608be80a20642f52b791b",
682                "reference": "a1442ee2e6d0e28da16608be80a20642f52b791b",
683                "shasum": ""
684            },
685            "require": {
686                "php": ">=5.3.0"
687            },
688            "provide": {
689                "ext-calendar": "1"
690            },
691            "require-dev": {
692                "phpunit/phpunit": "*",
693                "satooshi/php-coveralls": "*",
694                "yoast/phpunit-polyfills": "*"
695            },
696            "type": "library",
697            "autoload": {
698                "files": [
699                    "src/shims.php"
700                ],
701                "psr-4": {
702                    "Fisharebest\\ExtCalendar\\": "src/"
703                }
704            },
705            "notification-url": "https://packagist.org/downloads/",
706            "license": [
707                "GPL-3.0-or-later"
708            ],
709            "authors": [
710                {
711                    "name": "Greg Roach",
712                    "email": "greg@subaqua.co.uk",
713                    "role": "Developer"
714                }
715            ],
716            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Also provides a replacement for the PHP ext/calendar extension.",
717            "homepage": "https://github.com/fisharebest/ext-calendar",
718            "keywords": [
719                "Jalali",
720                "arabic",
721                "calendar",
722                "ext-calendar",
723                "french",
724                "gregorian",
725                "hebrew",
726                "hijri",
727                "jewish",
728                "julian",
729                "julian day",
730                "julian day number",
731                "persian",
732                "shamsi"
733            ],
734            "support": {
735                "issues": "https://github.com/fisharebest/ext-calendar/issues",
736                "source": "https://github.com/fisharebest/ext-calendar/tree/2.6.0"
737            },
738            "time": "2022-05-31T16:01:21+00:00"
739        },
740        {
741            "name": "fisharebest/localization",
742            "version": "1.17.0",
743            "source": {
744                "type": "git",
745                "url": "https://github.com/fisharebest/localization.git",
746                "reference": "ed04431fd1329191da0addb028404aa769d6b388"
747            },
748            "dist": {
749                "type": "zip",
750                "url": "https://api.github.com/repos/fisharebest/localization/zipball/ed04431fd1329191da0addb028404aa769d6b388",
751                "reference": "ed04431fd1329191da0addb028404aa769d6b388",
752                "shasum": ""
753            },
754            "require": {
755                "php": ">=5.3.0"
756            },
757            "require-dev": {
758                "ext-simplexml": "*",
759                "php-coveralls/php-coveralls": "*",
760                "phpunit/phpunit": "*"
761            },
762            "type": "library",
763            "autoload": {
764                "psr-4": {
765                    "Fisharebest\\Localization\\": "src/"
766                }
767            },
768            "notification-url": "https://packagist.org/downloads/",
769            "license": [
770                "GPL-3.0-or-later"
771            ],
772            "authors": [
773                {
774                    "name": "Greg Roach",
775                    "email": "greg@subaqua.co.uk",
776                    "role": "Developer"
777                }
778            ],
779            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
780            "homepage": "https://github.com/fisharebest/localization",
781            "keywords": [
782                "cldr",
783                "gettext",
784                "i18n",
785                "l10n",
786                "language",
787                "locale",
788                "localization",
789                "script",
790                "translate",
791                "translation"
792            ],
793            "support": {
794                "issues": "https://github.com/fisharebest/localization/issues",
795                "source": "https://github.com/fisharebest/localization/tree/1.17.0"
796            },
797            "time": "2022-10-24T15:23:32+00:00"
798        },
799        {
800            "name": "guzzlehttp/guzzle",
801            "version": "7.8.1",
802            "source": {
803                "type": "git",
804                "url": "https://github.com/guzzle/guzzle.git",
805                "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
806            },
807            "dist": {
808                "type": "zip",
809                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
810                "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
811                "shasum": ""
812            },
813            "require": {
814                "ext-json": "*",
815                "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
816                "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
817                "php": "^7.2.5 || ^8.0",
818                "psr/http-client": "^1.0",
819                "symfony/deprecation-contracts": "^2.2 || ^3.0"
820            },
821            "provide": {
822                "psr/http-client-implementation": "1.0"
823            },
824            "require-dev": {
825                "bamarni/composer-bin-plugin": "^1.8.2",
826                "ext-curl": "*",
827                "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
828                "php-http/message-factory": "^1.1",
829                "phpunit/phpunit": "^8.5.36 || ^9.6.15",
830                "psr/log": "^1.1 || ^2.0 || ^3.0"
831            },
832            "suggest": {
833                "ext-curl": "Required for CURL handler support",
834                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
835                "psr/log": "Required for using the Log middleware"
836            },
837            "type": "library",
838            "extra": {
839                "bamarni-bin": {
840                    "bin-links": true,
841                    "forward-command": false
842                }
843            },
844            "autoload": {
845                "files": [
846                    "src/functions_include.php"
847                ],
848                "psr-4": {
849                    "GuzzleHttp\\": "src/"
850                }
851            },
852            "notification-url": "https://packagist.org/downloads/",
853            "license": [
854                "MIT"
855            ],
856            "authors": [
857                {
858                    "name": "Graham Campbell",
859                    "email": "hello@gjcampbell.co.uk",
860                    "homepage": "https://github.com/GrahamCampbell"
861                },
862                {
863                    "name": "Michael Dowling",
864                    "email": "mtdowling@gmail.com",
865                    "homepage": "https://github.com/mtdowling"
866                },
867                {
868                    "name": "Jeremy Lindblom",
869                    "email": "jeremeamia@gmail.com",
870                    "homepage": "https://github.com/jeremeamia"
871                },
872                {
873                    "name": "George Mponos",
874                    "email": "gmponos@gmail.com",
875                    "homepage": "https://github.com/gmponos"
876                },
877                {
878                    "name": "Tobias Nyholm",
879                    "email": "tobias.nyholm@gmail.com",
880                    "homepage": "https://github.com/Nyholm"
881                },
882                {
883                    "name": "Márk Sági-Kazár",
884                    "email": "mark.sagikazar@gmail.com",
885                    "homepage": "https://github.com/sagikazarmark"
886                },
887                {
888                    "name": "Tobias Schultze",
889                    "email": "webmaster@tubo-world.de",
890                    "homepage": "https://github.com/Tobion"
891                }
892            ],
893            "description": "Guzzle is a PHP HTTP client library",
894            "keywords": [
895                "client",
896                "curl",
897                "framework",
898                "http",
899                "http client",
900                "psr-18",
901                "psr-7",
902                "rest",
903                "web service"
904            ],
905            "support": {
906                "issues": "https://github.com/guzzle/guzzle/issues",
907                "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
908            },
909            "funding": [
910                {
911                    "url": "https://github.com/GrahamCampbell",
912                    "type": "github"
913                },
914                {
915                    "url": "https://github.com/Nyholm",
916                    "type": "github"
917                },
918                {
919                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
920                    "type": "tidelift"
921                }
922            ],
923            "time": "2023-12-03T20:35:24+00:00"
924        },
925        {
926            "name": "guzzlehttp/promises",
927            "version": "2.0.2",
928            "source": {
929                "type": "git",
930                "url": "https://github.com/guzzle/promises.git",
931                "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
932            },
933            "dist": {
934                "type": "zip",
935                "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
936                "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
937                "shasum": ""
938            },
939            "require": {
940                "php": "^7.2.5 || ^8.0"
941            },
942            "require-dev": {
943                "bamarni/composer-bin-plugin": "^1.8.2",
944                "phpunit/phpunit": "^8.5.36 || ^9.6.15"
945            },
946            "type": "library",
947            "extra": {
948                "bamarni-bin": {
949                    "bin-links": true,
950                    "forward-command": false
951                }
952            },
953            "autoload": {
954                "psr-4": {
955                    "GuzzleHttp\\Promise\\": "src/"
956                }
957            },
958            "notification-url": "https://packagist.org/downloads/",
959            "license": [
960                "MIT"
961            ],
962            "authors": [
963                {
964                    "name": "Graham Campbell",
965                    "email": "hello@gjcampbell.co.uk",
966                    "homepage": "https://github.com/GrahamCampbell"
967                },
968                {
969                    "name": "Michael Dowling",
970                    "email": "mtdowling@gmail.com",
971                    "homepage": "https://github.com/mtdowling"
972                },
973                {
974                    "name": "Tobias Nyholm",
975                    "email": "tobias.nyholm@gmail.com",
976                    "homepage": "https://github.com/Nyholm"
977                },
978                {
979                    "name": "Tobias Schultze",
980                    "email": "webmaster@tubo-world.de",
981                    "homepage": "https://github.com/Tobion"
982                }
983            ],
984            "description": "Guzzle promises library",
985            "keywords": [
986                "promise"
987            ],
988            "support": {
989                "issues": "https://github.com/guzzle/promises/issues",
990                "source": "https://github.com/guzzle/promises/tree/2.0.2"
991            },
992            "funding": [
993                {
994                    "url": "https://github.com/GrahamCampbell",
995                    "type": "github"
996                },
997                {
998                    "url": "https://github.com/Nyholm",
999                    "type": "github"
1000                },
1001                {
1002                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1003                    "type": "tidelift"
1004                }
1005            ],
1006            "time": "2023-12-03T20:19:20+00:00"
1007        },
1008        {
1009            "name": "guzzlehttp/psr7",
1010            "version": "2.6.2",
1011            "source": {
1012                "type": "git",
1013                "url": "https://github.com/guzzle/psr7.git",
1014                "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
1015            },
1016            "dist": {
1017                "type": "zip",
1018                "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
1019                "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
1020                "shasum": ""
1021            },
1022            "require": {
1023                "php": "^7.2.5 || ^8.0",
1024                "psr/http-factory": "^1.0",
1025                "psr/http-message": "^1.1 || ^2.0",
1026                "ralouphie/getallheaders": "^3.0"
1027            },
1028            "provide": {
1029                "psr/http-factory-implementation": "1.0",
1030                "psr/http-message-implementation": "1.0"
1031            },
1032            "require-dev": {
1033                "bamarni/composer-bin-plugin": "^1.8.2",
1034                "http-interop/http-factory-tests": "^0.9",
1035                "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1036            },
1037            "suggest": {
1038                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1039            },
1040            "type": "library",
1041            "extra": {
1042                "bamarni-bin": {
1043                    "bin-links": true,
1044                    "forward-command": false
1045                }
1046            },
1047            "autoload": {
1048                "psr-4": {
1049                    "GuzzleHttp\\Psr7\\": "src/"
1050                }
1051            },
1052            "notification-url": "https://packagist.org/downloads/",
1053            "license": [
1054                "MIT"
1055            ],
1056            "authors": [
1057                {
1058                    "name": "Graham Campbell",
1059                    "email": "hello@gjcampbell.co.uk",
1060                    "homepage": "https://github.com/GrahamCampbell"
1061                },
1062                {
1063                    "name": "Michael Dowling",
1064                    "email": "mtdowling@gmail.com",
1065                    "homepage": "https://github.com/mtdowling"
1066                },
1067                {
1068                    "name": "George Mponos",
1069                    "email": "gmponos@gmail.com",
1070                    "homepage": "https://github.com/gmponos"
1071                },
1072                {
1073                    "name": "Tobias Nyholm",
1074                    "email": "tobias.nyholm@gmail.com",
1075                    "homepage": "https://github.com/Nyholm"
1076                },
1077                {
1078                    "name": "Márk Sági-Kazár",
1079                    "email": "mark.sagikazar@gmail.com",
1080                    "homepage": "https://github.com/sagikazarmark"
1081                },
1082                {
1083                    "name": "Tobias Schultze",
1084                    "email": "webmaster@tubo-world.de",
1085                    "homepage": "https://github.com/Tobion"
1086                },
1087                {
1088                    "name": "Márk Sági-Kazár",
1089                    "email": "mark.sagikazar@gmail.com",
1090                    "homepage": "https://sagikazarmark.hu"
1091                }
1092            ],
1093            "description": "PSR-7 message implementation that also provides common utility methods",
1094            "keywords": [
1095                "http",
1096                "message",
1097                "psr-7",
1098                "request",
1099                "response",
1100                "stream",
1101                "uri",
1102                "url"
1103            ],
1104            "support": {
1105                "issues": "https://github.com/guzzle/psr7/issues",
1106                "source": "https://github.com/guzzle/psr7/tree/2.6.2"
1107            },
1108            "funding": [
1109                {
1110                    "url": "https://github.com/GrahamCampbell",
1111                    "type": "github"
1112                },
1113                {
1114                    "url": "https://github.com/Nyholm",
1115                    "type": "github"
1116                },
1117                {
1118                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1119                    "type": "tidelift"
1120                }
1121            ],
1122            "time": "2023-12-03T20:05:35+00:00"
1123        },
1124        {
1125            "name": "illuminate/collections",
1126            "version": "v11.9.2",
1127            "source": {
1128                "type": "git",
1129                "url": "https://github.com/illuminate/collections.git",
1130                "reference": "dad22e648ae0f4973470d82b4ae5f809540a87ff"
1131            },
1132            "dist": {
1133                "type": "zip",
1134                "url": "https://api.github.com/repos/illuminate/collections/zipball/dad22e648ae0f4973470d82b4ae5f809540a87ff",
1135                "reference": "dad22e648ae0f4973470d82b4ae5f809540a87ff",
1136                "shasum": ""
1137            },
1138            "require": {
1139                "illuminate/conditionable": "^11.0",
1140                "illuminate/contracts": "^11.0",
1141                "illuminate/macroable": "^11.0",
1142                "php": "^8.2"
1143            },
1144            "suggest": {
1145                "symfony/var-dumper": "Required to use the dump method (^7.0)."
1146            },
1147            "type": "library",
1148            "extra": {
1149                "branch-alias": {
1150                    "dev-master": "11.x-dev"
1151                }
1152            },
1153            "autoload": {
1154                "files": [
1155                    "helpers.php"
1156                ],
1157                "psr-4": {
1158                    "Illuminate\\Support\\": ""
1159                }
1160            },
1161            "notification-url": "https://packagist.org/downloads/",
1162            "license": [
1163                "MIT"
1164            ],
1165            "authors": [
1166                {
1167                    "name": "Taylor Otwell",
1168                    "email": "taylor@laravel.com"
1169                }
1170            ],
1171            "description": "The Illuminate Collections package.",
1172            "homepage": "https://laravel.com",
1173            "support": {
1174                "issues": "https://github.com/laravel/framework/issues",
1175                "source": "https://github.com/laravel/framework"
1176            },
1177            "time": "2024-05-20T13:26:28+00:00"
1178        },
1179        {
1180            "name": "illuminate/conditionable",
1181            "version": "v11.9.2",
1182            "source": {
1183                "type": "git",
1184                "url": "https://github.com/illuminate/conditionable.git",
1185                "reference": "8a558fec063b6a63da1c3af1d219c0f998edffeb"
1186            },
1187            "dist": {
1188                "type": "zip",
1189                "url": "https://api.github.com/repos/illuminate/conditionable/zipball/8a558fec063b6a63da1c3af1d219c0f998edffeb",
1190                "reference": "8a558fec063b6a63da1c3af1d219c0f998edffeb",
1191                "shasum": ""
1192            },
1193            "require": {
1194                "php": "^8.0.2"
1195            },
1196            "type": "library",
1197            "extra": {
1198                "branch-alias": {
1199                    "dev-master": "11.x-dev"
1200                }
1201            },
1202            "autoload": {
1203                "psr-4": {
1204                    "Illuminate\\Support\\": ""
1205                }
1206            },
1207            "notification-url": "https://packagist.org/downloads/",
1208            "license": [
1209                "MIT"
1210            ],
1211            "authors": [
1212                {
1213                    "name": "Taylor Otwell",
1214                    "email": "taylor@laravel.com"
1215                }
1216            ],
1217            "description": "The Illuminate Conditionable package.",
1218            "homepage": "https://laravel.com",
1219            "support": {
1220                "issues": "https://github.com/laravel/framework/issues",
1221                "source": "https://github.com/laravel/framework"
1222            },
1223            "time": "2024-04-04T17:36:49+00:00"
1224        },
1225        {
1226            "name": "illuminate/container",
1227            "version": "v11.9.2",
1228            "source": {
1229                "type": "git",
1230                "url": "https://github.com/illuminate/container.git",
1231                "reference": "af979ecfd6dfa6583eae5dfe2e9a8840358f4ca7"
1232            },
1233            "dist": {
1234                "type": "zip",
1235                "url": "https://api.github.com/repos/illuminate/container/zipball/af979ecfd6dfa6583eae5dfe2e9a8840358f4ca7",
1236                "reference": "af979ecfd6dfa6583eae5dfe2e9a8840358f4ca7",
1237                "shasum": ""
1238            },
1239            "require": {
1240                "illuminate/contracts": "^11.0",
1241                "php": "^8.2",
1242                "psr/container": "^1.1.1|^2.0.1"
1243            },
1244            "provide": {
1245                "psr/container-implementation": "1.1|2.0"
1246            },
1247            "type": "library",
1248            "extra": {
1249                "branch-alias": {
1250                    "dev-master": "11.x-dev"
1251                }
1252            },
1253            "autoload": {
1254                "psr-4": {
1255                    "Illuminate\\Container\\": ""
1256                }
1257            },
1258            "notification-url": "https://packagist.org/downloads/",
1259            "license": [
1260                "MIT"
1261            ],
1262            "authors": [
1263                {
1264                    "name": "Taylor Otwell",
1265                    "email": "taylor@laravel.com"
1266                }
1267            ],
1268            "description": "The Illuminate Container package.",
1269            "homepage": "https://laravel.com",
1270            "support": {
1271                "issues": "https://github.com/laravel/framework/issues",
1272                "source": "https://github.com/laravel/framework"
1273            },
1274            "time": "2024-04-04T17:36:49+00:00"
1275        },
1276        {
1277            "name": "illuminate/contracts",
1278            "version": "v11.9.2",
1279            "source": {
1280                "type": "git",
1281                "url": "https://github.com/illuminate/contracts.git",
1282                "reference": "86c1331d0b06c59ca21723d8bfc9faaa19430b46"
1283            },
1284            "dist": {
1285                "type": "zip",
1286                "url": "https://api.github.com/repos/illuminate/contracts/zipball/86c1331d0b06c59ca21723d8bfc9faaa19430b46",
1287                "reference": "86c1331d0b06c59ca21723d8bfc9faaa19430b46",
1288                "shasum": ""
1289            },
1290            "require": {
1291                "php": "^8.2",
1292                "psr/container": "^1.1.1|^2.0.1",
1293                "psr/simple-cache": "^1.0|^2.0|^3.0"
1294            },
1295            "type": "library",
1296            "extra": {
1297                "branch-alias": {
1298                    "dev-master": "11.x-dev"
1299                }
1300            },
1301            "autoload": {
1302                "psr-4": {
1303                    "Illuminate\\Contracts\\": ""
1304                }
1305            },
1306            "notification-url": "https://packagist.org/downloads/",
1307            "license": [
1308                "MIT"
1309            ],
1310            "authors": [
1311                {
1312                    "name": "Taylor Otwell",
1313                    "email": "taylor@laravel.com"
1314                }
1315            ],
1316            "description": "The Illuminate Contracts package.",
1317            "homepage": "https://laravel.com",
1318            "support": {
1319                "issues": "https://github.com/laravel/framework/issues",
1320                "source": "https://github.com/laravel/framework"
1321            },
1322            "time": "2024-05-21T17:42:34+00:00"
1323        },
1324        {
1325            "name": "illuminate/database",
1326            "version": "v11.9.2",
1327            "source": {
1328                "type": "git",
1329                "url": "https://github.com/illuminate/database.git",
1330                "reference": "d1e138af7e1fdc2c410f346712e8c9e235f48b1b"
1331            },
1332            "dist": {
1333                "type": "zip",
1334                "url": "https://api.github.com/repos/illuminate/database/zipball/d1e138af7e1fdc2c410f346712e8c9e235f48b1b",
1335                "reference": "d1e138af7e1fdc2c410f346712e8c9e235f48b1b",
1336                "shasum": ""
1337            },
1338            "require": {
1339                "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
1340                "ext-pdo": "*",
1341                "illuminate/collections": "^11.0",
1342                "illuminate/container": "^11.0",
1343                "illuminate/contracts": "^11.0",
1344                "illuminate/macroable": "^11.0",
1345                "illuminate/support": "^11.0",
1346                "php": "^8.2"
1347            },
1348            "suggest": {
1349                "ext-filter": "Required to use the Postgres database driver.",
1350                "fakerphp/faker": "Required to use the eloquent factory builder (^1.21).",
1351                "illuminate/console": "Required to use the database commands (^11.0).",
1352                "illuminate/events": "Required to use the observers with Eloquent (^11.0).",
1353                "illuminate/filesystem": "Required to use the migrations (^11.0).",
1354                "illuminate/pagination": "Required to paginate the result set (^11.0).",
1355                "symfony/finder": "Required to use Eloquent model factories (^7.0)."
1356            },
1357            "type": "library",
1358            "extra": {
1359                "branch-alias": {
1360                    "dev-master": "11.x-dev"
1361                }
1362            },
1363            "autoload": {
1364                "psr-4": {
1365                    "Illuminate\\Database\\": ""
1366                }
1367            },
1368            "notification-url": "https://packagist.org/downloads/",
1369            "license": [
1370                "MIT"
1371            ],
1372            "authors": [
1373                {
1374                    "name": "Taylor Otwell",
1375                    "email": "taylor@laravel.com"
1376                }
1377            ],
1378            "description": "The Illuminate Database package.",
1379            "homepage": "https://laravel.com",
1380            "keywords": [
1381                "database",
1382                "laravel",
1383                "orm",
1384                "sql"
1385            ],
1386            "support": {
1387                "issues": "https://github.com/laravel/framework/issues",
1388                "source": "https://github.com/laravel/framework"
1389            },
1390            "time": "2024-05-29T18:35:30+00:00"
1391        },
1392        {
1393            "name": "illuminate/macroable",
1394            "version": "v11.9.2",
1395            "source": {
1396                "type": "git",
1397                "url": "https://github.com/illuminate/macroable.git",
1398                "reference": "5b6c7c7c5951e6e8fc22dd7e4363602df8294dfa"
1399            },
1400            "dist": {
1401                "type": "zip",
1402                "url": "https://api.github.com/repos/illuminate/macroable/zipball/5b6c7c7c5951e6e8fc22dd7e4363602df8294dfa",
1403                "reference": "5b6c7c7c5951e6e8fc22dd7e4363602df8294dfa",
1404                "shasum": ""
1405            },
1406            "require": {
1407                "php": "^8.2"
1408            },
1409            "type": "library",
1410            "extra": {
1411                "branch-alias": {
1412                    "dev-master": "11.x-dev"
1413                }
1414            },
1415            "autoload": {
1416                "psr-4": {
1417                    "Illuminate\\Support\\": ""
1418                }
1419            },
1420            "notification-url": "https://packagist.org/downloads/",
1421            "license": [
1422                "MIT"
1423            ],
1424            "authors": [
1425                {
1426                    "name": "Taylor Otwell",
1427                    "email": "taylor@laravel.com"
1428                }
1429            ],
1430            "description": "The Illuminate Macroable package.",
1431            "homepage": "https://laravel.com",
1432            "support": {
1433                "issues": "https://github.com/laravel/framework/issues",
1434                "source": "https://github.com/laravel/framework"
1435            },
1436            "time": "2024-05-16T21:43:47+00:00"
1437        },
1438        {
1439            "name": "illuminate/support",
1440            "version": "v11.9.2",
1441            "source": {
1442                "type": "git",
1443                "url": "https://github.com/illuminate/support.git",
1444                "reference": "b214de11ad444b8868c3cc9f2cf86c3e6ae433c1"
1445            },
1446            "dist": {
1447                "type": "zip",
1448                "url": "https://api.github.com/repos/illuminate/support/zipball/b214de11ad444b8868c3cc9f2cf86c3e6ae433c1",
1449                "reference": "b214de11ad444b8868c3cc9f2cf86c3e6ae433c1",
1450                "shasum": ""
1451            },
1452            "require": {
1453                "doctrine/inflector": "^2.0",
1454                "ext-ctype": "*",
1455                "ext-filter": "*",
1456                "ext-mbstring": "*",
1457                "illuminate/collections": "^11.0",
1458                "illuminate/conditionable": "^11.0",
1459                "illuminate/contracts": "^11.0",
1460                "illuminate/macroable": "^11.0",
1461                "nesbot/carbon": "^2.72.2|^3.0",
1462                "php": "^8.2",
1463                "voku/portable-ascii": "^2.0"
1464            },
1465            "conflict": {
1466                "tightenco/collect": "<5.5.33"
1467            },
1468            "replace": {
1469                "spatie/once": "*"
1470            },
1471            "suggest": {
1472                "illuminate/filesystem": "Required to use the composer class (^11.0).",
1473                "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
1474                "ramsey/uuid": "Required to use Str::uuid() (^4.7).",
1475                "symfony/process": "Required to use the composer class (^7.0).",
1476                "symfony/uid": "Required to use Str::ulid() (^7.0).",
1477                "symfony/var-dumper": "Required to use the dd function (^7.0).",
1478                "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
1479            },
1480            "type": "library",
1481            "extra": {
1482                "branch-alias": {
1483                    "dev-master": "11.x-dev"
1484                }
1485            },
1486            "autoload": {
1487                "files": [
1488                    "helpers.php"
1489                ],
1490                "psr-4": {
1491                    "Illuminate\\Support\\": ""
1492                }
1493            },
1494            "notification-url": "https://packagist.org/downloads/",
1495            "license": [
1496                "MIT"
1497            ],
1498            "authors": [
1499                {
1500                    "name": "Taylor Otwell",
1501                    "email": "taylor@laravel.com"
1502                }
1503            ],
1504            "description": "The Illuminate Support package.",
1505            "homepage": "https://laravel.com",
1506            "support": {
1507                "issues": "https://github.com/laravel/framework/issues",
1508                "source": "https://github.com/laravel/framework"
1509            },
1510            "time": "2024-05-22T15:56:12+00:00"
1511        },
1512        {
1513            "name": "intervention/gif",
1514            "version": "4.1.0",
1515            "source": {
1516                "type": "git",
1517                "url": "https://github.com/Intervention/gif.git",
1518                "reference": "3a2b5f8a8856e8877cdab5c47e51aab2d4cb23a3"
1519            },
1520            "dist": {
1521                "type": "zip",
1522                "url": "https://api.github.com/repos/Intervention/gif/zipball/3a2b5f8a8856e8877cdab5c47e51aab2d4cb23a3",
1523                "reference": "3a2b5f8a8856e8877cdab5c47e51aab2d4cb23a3",
1524                "shasum": ""
1525            },
1526            "require": {
1527                "php": "^8.1"
1528            },
1529            "require-dev": {
1530                "phpstan/phpstan": "^1",
1531                "phpunit/phpunit": "^10.0",
1532                "slevomat/coding-standard": "~8.0",
1533                "squizlabs/php_codesniffer": "^3.8"
1534            },
1535            "type": "library",
1536            "autoload": {
1537                "psr-4": {
1538                    "Intervention\\Gif\\": "src"
1539                }
1540            },
1541            "notification-url": "https://packagist.org/downloads/",
1542            "license": [
1543                "MIT"
1544            ],
1545            "authors": [
1546                {
1547                    "name": "Oliver Vogel",
1548                    "email": "oliver@intervention.io",
1549                    "homepage": "https://intervention.io/"
1550                }
1551            ],
1552            "description": "Native PHP GIF Encoder/Decoder",
1553            "homepage": "https://github.com/intervention/gif",
1554            "keywords": [
1555                "animation",
1556                "gd",
1557                "gif",
1558                "image"
1559            ],
1560            "support": {
1561                "issues": "https://github.com/Intervention/gif/issues",
1562                "source": "https://github.com/Intervention/gif/tree/4.1.0"
1563            },
1564            "funding": [
1565                {
1566                    "url": "https://paypal.me/interventionio",
1567                    "type": "custom"
1568                },
1569                {
1570                    "url": "https://github.com/Intervention",
1571                    "type": "github"
1572                }
1573            ],
1574            "time": "2024-03-26T17:23:47+00:00"
1575        },
1576        {
1577            "name": "intervention/image",
1578            "version": "3.6.4",
1579            "source": {
1580                "type": "git",
1581                "url": "https://github.com/Intervention/image.git",
1582                "reference": "193324ec88bc5ad4039e57ce9b926ae28dfde813"
1583            },
1584            "dist": {
1585                "type": "zip",
1586                "url": "https://api.github.com/repos/Intervention/image/zipball/193324ec88bc5ad4039e57ce9b926ae28dfde813",
1587                "reference": "193324ec88bc5ad4039e57ce9b926ae28dfde813",
1588                "shasum": ""
1589            },
1590            "require": {
1591                "ext-mbstring": "*",
1592                "intervention/gif": "^4.1",
1593                "php": "^8.1"
1594            },
1595            "require-dev": {
1596                "mockery/mockery": "^1.6",
1597                "phpstan/phpstan": "^1",
1598                "phpunit/phpunit": "^10.0",
1599                "slevomat/coding-standard": "~8.0",
1600                "squizlabs/php_codesniffer": "^3.8"
1601            },
1602            "suggest": {
1603                "ext-exif": "Recommended to be able to read EXIF data properly."
1604            },
1605            "type": "library",
1606            "autoload": {
1607                "psr-4": {
1608                    "Intervention\\Image\\": "src"
1609                }
1610            },
1611            "notification-url": "https://packagist.org/downloads/",
1612            "license": [
1613                "MIT"
1614            ],
1615            "authors": [
1616                {
1617                    "name": "Oliver Vogel",
1618                    "email": "oliver@intervention.io",
1619                    "homepage": "https://intervention.io/"
1620                }
1621            ],
1622            "description": "PHP image manipulation",
1623            "homepage": "https://image.intervention.io/",
1624            "keywords": [
1625                "gd",
1626                "image",
1627                "imagick",
1628                "resize",
1629                "thumbnail",
1630                "watermark"
1631            ],
1632            "support": {
1633                "issues": "https://github.com/Intervention/image/issues",
1634                "source": "https://github.com/Intervention/image/tree/3.6.4"
1635            },
1636            "funding": [
1637                {
1638                    "url": "https://paypal.me/interventionio",
1639                    "type": "custom"
1640                },
1641                {
1642                    "url": "https://github.com/Intervention",
1643                    "type": "github"
1644                }
1645            ],
1646            "time": "2024-05-08T13:53:15+00:00"
1647        },
1648        {
1649            "name": "io-developer/php-whois",
1650            "version": "4.1.10",
1651            "source": {
1652                "type": "git",
1653                "url": "https://github.com/io-developer/php-whois.git",
1654                "reference": "ea4cf52832fe8ff56fc4937138467819aa2829c1"
1655            },
1656            "dist": {
1657                "type": "zip",
1658                "url": "https://api.github.com/repos/io-developer/php-whois/zipball/ea4cf52832fe8ff56fc4937138467819aa2829c1",
1659                "reference": "ea4cf52832fe8ff56fc4937138467819aa2829c1",
1660                "shasum": ""
1661            },
1662            "require": {
1663                "ext-curl": "*",
1664                "ext-json": "*",
1665                "ext-mbstring": "*",
1666                "php": ">=7.2",
1667                "symfony/polyfill-intl-idn": "^1.27"
1668            },
1669            "require-dev": {
1670                "phpunit/phpunit": "^8.0"
1671            },
1672            "type": "library",
1673            "autoload": {
1674                "psr-4": {
1675                    "Iodev\\": "src/Iodev/"
1676                }
1677            },
1678            "notification-url": "https://packagist.org/downloads/",
1679            "license": [
1680                "MIT"
1681            ],
1682            "authors": [
1683                {
1684                    "name": "Sergey Sedyshev",
1685                    "email": "i.o.developer@gmail.com",
1686                    "homepage": "https://github.com/io-developer"
1687                }
1688            ],
1689            "description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ",
1690            "homepage": "https://github.com/io-developer/php-whois",
1691            "keywords": [
1692                "asn",
1693                "domain",
1694                "info",
1695                "lookup",
1696                "parser",
1697                "php",
1698                "query",
1699                "routes",
1700                "tld",
1701                "whois",
1702                "црщшы"
1703            ],
1704            "support": {
1705                "issues": "https://github.com/io-developer/php-whois/issues",
1706                "source": "https://github.com/io-developer/php-whois/tree/4.1.10"
1707            },
1708            "time": "2023-01-25T14:42:45+00:00"
1709        },
1710        {
1711            "name": "league/commonmark",
1712            "version": "2.4.2",
1713            "source": {
1714                "type": "git",
1715                "url": "https://github.com/thephpleague/commonmark.git",
1716                "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
1717            },
1718            "dist": {
1719                "type": "zip",
1720                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
1721                "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
1722                "shasum": ""
1723            },
1724            "require": {
1725                "ext-mbstring": "*",
1726                "league/config": "^1.1.1",
1727                "php": "^7.4 || ^8.0",
1728                "psr/event-dispatcher": "^1.0",
1729                "symfony/deprecation-contracts": "^2.1 || ^3.0",
1730                "symfony/polyfill-php80": "^1.16"
1731            },
1732            "require-dev": {
1733                "cebe/markdown": "^1.0",
1734                "commonmark/cmark": "0.30.3",
1735                "commonmark/commonmark.js": "0.30.0",
1736                "composer/package-versions-deprecated": "^1.8",
1737                "embed/embed": "^4.4",
1738                "erusev/parsedown": "^1.0",
1739                "ext-json": "*",
1740                "github/gfm": "0.29.0",
1741                "michelf/php-markdown": "^1.4 || ^2.0",
1742                "nyholm/psr7": "^1.5",
1743                "phpstan/phpstan": "^1.8.2",
1744                "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
1745                "scrutinizer/ocular": "^1.8.1",
1746                "symfony/finder": "^5.3 | ^6.0 || ^7.0",
1747                "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
1748                "unleashedtech/php-coding-standard": "^3.1.1",
1749                "vimeo/psalm": "^4.24.0 || ^5.0.0"
1750            },
1751            "suggest": {
1752                "symfony/yaml": "v2.3+ required if using the Front Matter extension"
1753            },
1754            "type": "library",
1755            "extra": {
1756                "branch-alias": {
1757                    "dev-main": "2.5-dev"
1758                }
1759            },
1760            "autoload": {
1761                "psr-4": {
1762                    "League\\CommonMark\\": "src"
1763                }
1764            },
1765            "notification-url": "https://packagist.org/downloads/",
1766            "license": [
1767                "BSD-3-Clause"
1768            ],
1769            "authors": [
1770                {
1771                    "name": "Colin O'Dell",
1772                    "email": "colinodell@gmail.com",
1773                    "homepage": "https://www.colinodell.com",
1774                    "role": "Lead Developer"
1775                }
1776            ],
1777            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
1778            "homepage": "https://commonmark.thephpleague.com",
1779            "keywords": [
1780                "commonmark",
1781                "flavored",
1782                "gfm",
1783                "github",
1784                "github-flavored",
1785                "markdown",
1786                "md",
1787                "parser"
1788            ],
1789            "support": {
1790                "docs": "https://commonmark.thephpleague.com/",
1791                "forum": "https://github.com/thephpleague/commonmark/discussions",
1792                "issues": "https://github.com/thephpleague/commonmark/issues",
1793                "rss": "https://github.com/thephpleague/commonmark/releases.atom",
1794                "source": "https://github.com/thephpleague/commonmark"
1795            },
1796            "funding": [
1797                {
1798                    "url": "https://www.colinodell.com/sponsor",
1799                    "type": "custom"
1800                },
1801                {
1802                    "url": "https://www.paypal.me/colinpodell/10.00",
1803                    "type": "custom"
1804                },
1805                {
1806                    "url": "https://github.com/colinodell",
1807                    "type": "github"
1808                },
1809                {
1810                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1811                    "type": "tidelift"
1812                }
1813            ],
1814            "time": "2024-02-02T11:59:32+00:00"
1815        },
1816        {
1817            "name": "league/config",
1818            "version": "v1.2.0",
1819            "source": {
1820                "type": "git",
1821                "url": "https://github.com/thephpleague/config.git",
1822                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
1823            },
1824            "dist": {
1825                "type": "zip",
1826                "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1827                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1828                "shasum": ""
1829            },
1830            "require": {
1831                "dflydev/dot-access-data": "^3.0.1",
1832                "nette/schema": "^1.2",
1833                "php": "^7.4 || ^8.0"
1834            },
1835            "require-dev": {
1836                "phpstan/phpstan": "^1.8.2",
1837                "phpunit/phpunit": "^9.5.5",
1838                "scrutinizer/ocular": "^1.8.1",
1839                "unleashedtech/php-coding-standard": "^3.1",
1840                "vimeo/psalm": "^4.7.3"
1841            },
1842            "type": "library",
1843            "extra": {
1844                "branch-alias": {
1845                    "dev-main": "1.2-dev"
1846                }
1847            },
1848            "autoload": {
1849                "psr-4": {
1850                    "League\\Config\\": "src"
1851                }
1852            },
1853            "notification-url": "https://packagist.org/downloads/",
1854            "license": [
1855                "BSD-3-Clause"
1856            ],
1857            "authors": [
1858                {
1859                    "name": "Colin O'Dell",
1860                    "email": "colinodell@gmail.com",
1861                    "homepage": "https://www.colinodell.com",
1862                    "role": "Lead Developer"
1863                }
1864            ],
1865            "description": "Define configuration arrays with strict schemas and access values with dot notation",
1866            "homepage": "https://config.thephpleague.com",
1867            "keywords": [
1868                "array",
1869                "config",
1870                "configuration",
1871                "dot",
1872                "dot-access",
1873                "nested",
1874                "schema"
1875            ],
1876            "support": {
1877                "docs": "https://config.thephpleague.com/",
1878                "issues": "https://github.com/thephpleague/config/issues",
1879                "rss": "https://github.com/thephpleague/config/releases.atom",
1880                "source": "https://github.com/thephpleague/config"
1881            },
1882            "funding": [
1883                {
1884                    "url": "https://www.colinodell.com/sponsor",
1885                    "type": "custom"
1886                },
1887                {
1888                    "url": "https://www.paypal.me/colinpodell/10.00",
1889                    "type": "custom"
1890                },
1891                {
1892                    "url": "https://github.com/colinodell",
1893                    "type": "github"
1894                }
1895            ],
1896            "time": "2022-12-11T20:36:23+00:00"
1897        },
1898        {
1899            "name": "league/flysystem",
1900            "version": "3.28.0",
1901            "source": {
1902                "type": "git",
1903                "url": "https://github.com/thephpleague/flysystem.git",
1904                "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c"
1905            },
1906            "dist": {
1907                "type": "zip",
1908                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
1909                "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
1910                "shasum": ""
1911            },
1912            "require": {
1913                "league/flysystem-local": "^3.0.0",
1914                "league/mime-type-detection": "^1.0.0",
1915                "php": "^8.0.2"
1916            },
1917            "conflict": {
1918                "async-aws/core": "<1.19.0",
1919                "async-aws/s3": "<1.14.0",
1920                "aws/aws-sdk-php": "3.209.31 || 3.210.0",
1921                "guzzlehttp/guzzle": "<7.0",
1922                "guzzlehttp/ringphp": "<1.1.1",
1923                "phpseclib/phpseclib": "3.0.15",
1924                "symfony/http-client": "<5.2"
1925            },
1926            "require-dev": {
1927                "async-aws/s3": "^1.5 || ^2.0",
1928                "async-aws/simple-s3": "^1.1 || ^2.0",
1929                "aws/aws-sdk-php": "^3.295.10",
1930                "composer/semver": "^3.0",
1931                "ext-fileinfo": "*",
1932                "ext-ftp": "*",
1933                "ext-mongodb": "^1.3",
1934                "ext-zip": "*",
1935                "friendsofphp/php-cs-fixer": "^3.5",
1936                "google/cloud-storage": "^1.23",
1937                "guzzlehttp/psr7": "^2.6",
1938                "microsoft/azure-storage-blob": "^1.1",
1939                "mongodb/mongodb": "^1.2",
1940                "phpseclib/phpseclib": "^3.0.36",
1941                "phpstan/phpstan": "^1.10",
1942                "phpunit/phpunit": "^9.5.11|^10.0",
1943                "sabre/dav": "^4.6.0"
1944            },
1945            "type": "library",
1946            "autoload": {
1947                "psr-4": {
1948                    "League\\Flysystem\\": "src"
1949                }
1950            },
1951            "notification-url": "https://packagist.org/downloads/",
1952            "license": [
1953                "MIT"
1954            ],
1955            "authors": [
1956                {
1957                    "name": "Frank de Jonge",
1958                    "email": "info@frankdejonge.nl"
1959                }
1960            ],
1961            "description": "File storage abstraction for PHP",
1962            "keywords": [
1963                "WebDAV",
1964                "aws",
1965                "cloud",
1966                "file",
1967                "files",
1968                "filesystem",
1969                "filesystems",
1970                "ftp",
1971                "s3",
1972                "sftp",
1973                "storage"
1974            ],
1975            "support": {
1976                "issues": "https://github.com/thephpleague/flysystem/issues",
1977                "source": "https://github.com/thephpleague/flysystem/tree/3.28.0"
1978            },
1979            "time": "2024-05-22T10:09:12+00:00"
1980        },
1981        {
1982            "name": "league/flysystem-local",
1983            "version": "3.28.0",
1984            "source": {
1985                "type": "git",
1986                "url": "https://github.com/thephpleague/flysystem-local.git",
1987                "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40"
1988            },
1989            "dist": {
1990                "type": "zip",
1991                "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
1992                "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
1993                "shasum": ""
1994            },
1995            "require": {
1996                "ext-fileinfo": "*",
1997                "league/flysystem": "^3.0.0",
1998                "league/mime-type-detection": "^1.0.0",
1999                "php": "^8.0.2"
2000            },
2001            "type": "library",
2002            "autoload": {
2003                "psr-4": {
2004                    "League\\Flysystem\\Local\\": ""
2005                }
2006            },
2007            "notification-url": "https://packagist.org/downloads/",
2008            "license": [
2009                "MIT"
2010            ],
2011            "authors": [
2012                {
2013                    "name": "Frank de Jonge",
2014                    "email": "info@frankdejonge.nl"
2015                }
2016            ],
2017            "description": "Local filesystem adapter for Flysystem.",
2018            "keywords": [
2019                "Flysystem",
2020                "file",
2021                "files",
2022                "filesystem",
2023                "local"
2024            ],
2025            "support": {
2026                "source": "https://github.com/thephpleague/flysystem-local/tree/3.28.0"
2027            },
2028            "time": "2024-05-06T20:05:52+00:00"
2029        },
2030        {
2031            "name": "league/flysystem-path-prefixing",
2032            "version": "3.28.0",
2033            "source": {
2034                "type": "git",
2035                "url": "https://github.com/thephpleague/flysystem-path-prefixing.git",
2036                "reference": "fe187456d824b288672b89d1b32b2d78975bb934"
2037            },
2038            "dist": {
2039                "type": "zip",
2040                "url": "https://api.github.com/repos/thephpleague/flysystem-path-prefixing/zipball/fe187456d824b288672b89d1b32b2d78975bb934",
2041                "reference": "fe187456d824b288672b89d1b32b2d78975bb934",
2042                "shasum": ""
2043            },
2044            "require": {
2045                "league/flysystem": "^3.10.0",
2046                "php": "^8.0.2"
2047            },
2048            "type": "library",
2049            "autoload": {
2050                "psr-4": {
2051                    "League\\Flysystem\\PathPrefixing\\": ""
2052                }
2053            },
2054            "notification-url": "https://packagist.org/downloads/",
2055            "license": [
2056                "MIT"
2057            ],
2058            "authors": [
2059                {
2060                    "name": "Frank de Jonge",
2061                    "email": "info@frankdejonge.nl"
2062                }
2063            ],
2064            "description": "Path prefixing filesystem adapter for Flysystem.",
2065            "keywords": [
2066                "Flysystem",
2067                "filesystem",
2068                "prefix",
2069                "prefixing"
2070            ],
2071            "support": {
2072                "source": "https://github.com/thephpleague/flysystem-path-prefixing/tree/3.28.0"
2073            },
2074            "time": "2024-05-06T20:05:52+00:00"
2075        },
2076        {
2077            "name": "league/flysystem-ziparchive",
2078            "version": "3.28.0",
2079            "source": {
2080                "type": "git",
2081                "url": "https://github.com/thephpleague/flysystem-ziparchive.git",
2082                "reference": "6b7f0448b4c6c1720d73ed905adb7020f61bdd14"
2083            },
2084            "dist": {
2085                "type": "zip",
2086                "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/6b7f0448b4c6c1720d73ed905adb7020f61bdd14",
2087                "reference": "6b7f0448b4c6c1720d73ed905adb7020f61bdd14",
2088                "shasum": ""
2089            },
2090            "require": {
2091                "ext-zip": "*",
2092                "league/flysystem": "^3.0.0",
2093                "league/mime-type-detection": "^1.0.0",
2094                "php": "^8.0.2"
2095            },
2096            "type": "library",
2097            "autoload": {
2098                "psr-4": {
2099                    "League\\Flysystem\\ZipArchive\\": ""
2100                }
2101            },
2102            "notification-url": "https://packagist.org/downloads/",
2103            "license": [
2104                "MIT"
2105            ],
2106            "authors": [
2107                {
2108                    "name": "Frank de Jonge",
2109                    "email": "info@frankdejonge.nl"
2110                }
2111            ],
2112            "description": "ZIP filesystem adapter for Flysystem.",
2113            "keywords": [
2114                "Flysystem",
2115                "file",
2116                "files",
2117                "filesystem",
2118                "zip"
2119            ],
2120            "support": {
2121                "source": "https://github.com/thephpleague/flysystem-ziparchive/tree/3.28.0"
2122            },
2123            "time": "2024-05-06T20:05:52+00:00"
2124        },
2125        {
2126            "name": "league/mime-type-detection",
2127            "version": "1.15.0",
2128            "source": {
2129                "type": "git",
2130                "url": "https://github.com/thephpleague/mime-type-detection.git",
2131                "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
2132            },
2133            "dist": {
2134                "type": "zip",
2135                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
2136                "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
2137                "shasum": ""
2138            },
2139            "require": {
2140                "ext-fileinfo": "*",
2141                "php": "^7.4 || ^8.0"
2142            },
2143            "require-dev": {
2144                "friendsofphp/php-cs-fixer": "^3.2",
2145                "phpstan/phpstan": "^0.12.68",
2146                "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2147            },
2148            "type": "library",
2149            "autoload": {
2150                "psr-4": {
2151                    "League\\MimeTypeDetection\\": "src"
2152                }
2153            },
2154            "notification-url": "https://packagist.org/downloads/",
2155            "license": [
2156                "MIT"
2157            ],
2158            "authors": [
2159                {
2160                    "name": "Frank de Jonge",
2161                    "email": "info@frankdejonge.nl"
2162                }
2163            ],
2164            "description": "Mime-type detection for Flysystem",
2165            "support": {
2166                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2167                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
2168            },
2169            "funding": [
2170                {
2171                    "url": "https://github.com/frankdejonge",
2172                    "type": "github"
2173                },
2174                {
2175                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2176                    "type": "tidelift"
2177                }
2178            ],
2179            "time": "2024-01-28T23:22:08+00:00"
2180        },
2181        {
2182            "name": "middlewares/client-ip",
2183            "version": "v2.0.1",
2184            "source": {
2185                "type": "git",
2186                "url": "https://github.com/middlewares/client-ip.git",
2187                "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd"
2188            },
2189            "dist": {
2190                "type": "zip",
2191                "url": "https://api.github.com/repos/middlewares/client-ip/zipball/466c38388a5efa65f5da4d897adfeb09a4fb44cd",
2192                "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd",
2193                "shasum": ""
2194            },
2195            "require": {
2196                "php": "^7.2 || ^8.0",
2197                "psr/http-server-middleware": "^1.0"
2198            },
2199            "require-dev": {
2200                "friendsofphp/php-cs-fixer": "^2.0",
2201                "laminas/laminas-diactoros": "^2.2",
2202                "middlewares/utils": "^3.1",
2203                "oscarotero/php-cs-fixer-config": "^1.0",
2204                "phpstan/phpstan": "^0.12",
2205                "phpunit/phpunit": "^8|^9",
2206                "squizlabs/php_codesniffer": "^3.0"
2207            },
2208            "type": "library",
2209            "autoload": {
2210                "psr-4": {
2211                    "Middlewares\\": "src/"
2212                }
2213            },
2214            "notification-url": "https://packagist.org/downloads/",
2215            "license": [
2216                "MIT"
2217            ],
2218            "description": "Middleware to detect the client ip and save it as a request attribute",
2219            "homepage": "https://github.com/middlewares/client-ip",
2220            "keywords": [
2221                "IP",
2222                "http",
2223                "middleware",
2224                "psr-15",
2225                "psr-7",
2226                "server"
2227            ],
2228            "support": {
2229                "issues": "https://github.com/middlewares/client-ip/issues",
2230                "source": "https://github.com/middlewares/client-ip/tree/v2.0.1"
2231            },
2232            "time": "2020-12-02T00:05:31+00:00"
2233        },
2234        {
2235            "name": "mlocati/ip-lib",
2236            "version": "1.18.0",
2237            "source": {
2238                "type": "git",
2239                "url": "https://github.com/mlocati/ip-lib.git",
2240                "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2"
2241            },
2242            "dist": {
2243                "type": "zip",
2244                "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2",
2245                "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2",
2246                "shasum": ""
2247            },
2248            "require": {
2249                "php": ">=5.3.3"
2250            },
2251            "require-dev": {
2252                "ext-pdo_sqlite": "*",
2253                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.5"
2254            },
2255            "type": "library",
2256            "autoload": {
2257                "psr-4": {
2258                    "IPLib\\": "src/"
2259                }
2260            },
2261            "notification-url": "https://packagist.org/downloads/",
2262            "license": [
2263                "MIT"
2264            ],
2265            "authors": [
2266                {
2267                    "name": "Michele Locati",
2268                    "email": "mlocati@gmail.com",
2269                    "homepage": "https://github.com/mlocati",
2270                    "role": "Author"
2271                }
2272            ],
2273            "description": "Handle IPv4, IPv6 addresses and ranges",
2274            "homepage": "https://github.com/mlocati/ip-lib",
2275            "keywords": [
2276                "IP",
2277                "address",
2278                "addresses",
2279                "ipv4",
2280                "ipv6",
2281                "manage",
2282                "managing",
2283                "matching",
2284                "network",
2285                "networking",
2286                "range",
2287                "subnet"
2288            ],
2289            "support": {
2290                "issues": "https://github.com/mlocati/ip-lib/issues",
2291                "source": "https://github.com/mlocati/ip-lib/tree/1.18.0"
2292            },
2293            "funding": [
2294                {
2295                    "url": "https://github.com/sponsors/mlocati",
2296                    "type": "github"
2297                },
2298                {
2299                    "url": "https://paypal.me/mlocati",
2300                    "type": "other"
2301                }
2302            ],
2303            "time": "2022-01-13T18:05:33+00:00"
2304        },
2305        {
2306            "name": "nesbot/carbon",
2307            "version": "3.4.0",
2308            "source": {
2309                "type": "git",
2310                "url": "https://github.com/briannesbitt/Carbon.git",
2311                "reference": "8eab8983c83c30e0bacbef8d311e3f3b8172727f"
2312            },
2313            "dist": {
2314                "type": "zip",
2315                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8eab8983c83c30e0bacbef8d311e3f3b8172727f",
2316                "reference": "8eab8983c83c30e0bacbef8d311e3f3b8172727f",
2317                "shasum": ""
2318            },
2319            "require": {
2320                "carbonphp/carbon-doctrine-types": "*",
2321                "ext-json": "*",
2322                "php": "^8.1",
2323                "psr/clock": "^1.0",
2324                "symfony/clock": "^6.3 || ^7.0",
2325                "symfony/polyfill-mbstring": "^1.0",
2326                "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
2327            },
2328            "provide": {
2329                "psr/clock-implementation": "1.0"
2330            },
2331            "require-dev": {
2332                "doctrine/dbal": "^3.6.3 || ^4.0",
2333                "doctrine/orm": "^2.15.2 || ^3.0",
2334                "friendsofphp/php-cs-fixer": "^3.52.1",
2335                "kylekatarnls/multi-tester": "^2.5.3",
2336                "ondrejmirtes/better-reflection": "^6.25.0.4",
2337                "phpmd/phpmd": "^2.15.0",
2338                "phpstan/extension-installer": "^1.3.1",
2339                "phpstan/phpstan": "^1.10.65",
2340                "phpunit/phpunit": "^10.5.15",
2341                "squizlabs/php_codesniffer": "^3.9.0"
2342            },
2343            "bin": [
2344                "bin/carbon"
2345            ],
2346            "type": "library",
2347            "extra": {
2348                "branch-alias": {
2349                    "dev-master": "3.x-dev",
2350                    "dev-2.x": "2.x-dev"
2351                },
2352                "laravel": {
2353                    "providers": [
2354                        "Carbon\\Laravel\\ServiceProvider"
2355                    ]
2356                },
2357                "phpstan": {
2358                    "includes": [
2359                        "extension.neon"
2360                    ]
2361                }
2362            },
2363            "autoload": {
2364                "psr-4": {
2365                    "Carbon\\": "src/Carbon/"
2366                }
2367            },
2368            "notification-url": "https://packagist.org/downloads/",
2369            "license": [
2370                "MIT"
2371            ],
2372            "authors": [
2373                {
2374                    "name": "Brian Nesbitt",
2375                    "email": "brian@nesbot.com",
2376                    "homepage": "https://markido.com"
2377                },
2378                {
2379                    "name": "kylekatarnls",
2380                    "homepage": "https://github.com/kylekatarnls"
2381                }
2382            ],
2383            "description": "An API extension for DateTime that supports 281 different languages.",
2384            "homepage": "https://carbon.nesbot.com",
2385            "keywords": [
2386                "date",
2387                "datetime",
2388                "time"
2389            ],
2390            "support": {
2391                "docs": "https://carbon.nesbot.com/docs",
2392                "issues": "https://github.com/briannesbitt/Carbon/issues",
2393                "source": "https://github.com/briannesbitt/Carbon"
2394            },
2395            "funding": [
2396                {
2397                    "url": "https://github.com/sponsors/kylekatarnls",
2398                    "type": "github"
2399                },
2400                {
2401                    "url": "https://opencollective.com/Carbon#sponsor",
2402                    "type": "opencollective"
2403                },
2404                {
2405                    "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2406                    "type": "tidelift"
2407                }
2408            ],
2409            "time": "2024-05-24T14:26:34+00:00"
2410        },
2411        {
2412            "name": "nette/schema",
2413            "version": "v1.3.0",
2414            "source": {
2415                "type": "git",
2416                "url": "https://github.com/nette/schema.git",
2417                "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
2418            },
2419            "dist": {
2420                "type": "zip",
2421                "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2422                "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2423                "shasum": ""
2424            },
2425            "require": {
2426                "nette/utils": "^4.0",
2427                "php": "8.1 - 8.3"
2428            },
2429            "require-dev": {
2430                "nette/tester": "^2.4",
2431                "phpstan/phpstan-nette": "^1.0",
2432                "tracy/tracy": "^2.8"
2433            },
2434            "type": "library",
2435            "extra": {
2436                "branch-alias": {
2437                    "dev-master": "1.3-dev"
2438                }
2439            },
2440            "autoload": {
2441                "classmap": [
2442                    "src/"
2443                ]
2444            },
2445            "notification-url": "https://packagist.org/downloads/",
2446            "license": [
2447                "BSD-3-Clause",
2448                "GPL-2.0-only",
2449                "GPL-3.0-only"
2450            ],
2451            "authors": [
2452                {
2453                    "name": "David Grudl",
2454                    "homepage": "https://davidgrudl.com"
2455                },
2456                {
2457                    "name": "Nette Community",
2458                    "homepage": "https://nette.org/contributors"
2459                }
2460            ],
2461            "description": "�� Nette Schema: validating data structures against a given Schema.",
2462            "homepage": "https://nette.org",
2463            "keywords": [
2464                "config",
2465                "nette"
2466            ],
2467            "support": {
2468                "issues": "https://github.com/nette/schema/issues",
2469                "source": "https://github.com/nette/schema/tree/v1.3.0"
2470            },
2471            "time": "2023-12-11T11:54:22+00:00"
2472        },
2473        {
2474            "name": "nette/utils",
2475            "version": "v4.0.4",
2476            "source": {
2477                "type": "git",
2478                "url": "https://github.com/nette/utils.git",
2479                "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
2480            },
2481            "dist": {
2482                "type": "zip",
2483                "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
2484                "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
2485                "shasum": ""
2486            },
2487            "require": {
2488                "php": ">=8.0 <8.4"
2489            },
2490            "conflict": {
2491                "nette/finder": "<3",
2492                "nette/schema": "<1.2.2"
2493            },
2494            "require-dev": {
2495                "jetbrains/phpstorm-attributes": "dev-master",
2496                "nette/tester": "^2.5",
2497                "phpstan/phpstan": "^1.0",
2498                "tracy/tracy": "^2.9"
2499            },
2500            "suggest": {
2501                "ext-gd": "to use Image",
2502                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2503                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2504                "ext-json": "to use Nette\\Utils\\Json",
2505                "ext-mbstring": "to use Strings::lower() etc...",
2506                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
2507            },
2508            "type": "library",
2509            "extra": {
2510                "branch-alias": {
2511                    "dev-master": "4.0-dev"
2512                }
2513            },
2514            "autoload": {
2515                "classmap": [
2516                    "src/"
2517                ]
2518            },
2519            "notification-url": "https://packagist.org/downloads/",
2520            "license": [
2521                "BSD-3-Clause",
2522                "GPL-2.0-only",
2523                "GPL-3.0-only"
2524            ],
2525            "authors": [
2526                {
2527                    "name": "David Grudl",
2528                    "homepage": "https://davidgrudl.com"
2529                },
2530                {
2531                    "name": "Nette Community",
2532                    "homepage": "https://nette.org/contributors"
2533                }
2534            ],
2535            "description": "��  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
2536            "homepage": "https://nette.org",
2537            "keywords": [
2538                "array",
2539                "core",
2540                "datetime",
2541                "images",
2542                "json",
2543                "nette",
2544                "paginator",
2545                "password",
2546                "slugify",
2547                "string",
2548                "unicode",
2549                "utf-8",
2550                "utility",
2551                "validation"
2552            ],
2553            "support": {
2554                "issues": "https://github.com/nette/utils/issues",
2555                "source": "https://github.com/nette/utils/tree/v4.0.4"
2556            },
2557            "time": "2024-01-17T16:50:36+00:00"
2558        },
2559        {
2560            "name": "nyholm/psr7",
2561            "version": "1.8.1",
2562            "source": {
2563                "type": "git",
2564                "url": "https://github.com/Nyholm/psr7.git",
2565                "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e"
2566            },
2567            "dist": {
2568                "type": "zip",
2569                "url": "https://api.github.com/repos/Nyholm/psr7/zipball/aa5fc277a4f5508013d571341ade0c3886d4d00e",
2570                "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e",
2571                "shasum": ""
2572            },
2573            "require": {
2574                "php": ">=7.2",
2575                "psr/http-factory": "^1.0",
2576                "psr/http-message": "^1.1 || ^2.0"
2577            },
2578            "provide": {
2579                "php-http/message-factory-implementation": "1.0",
2580                "psr/http-factory-implementation": "1.0",
2581                "psr/http-message-implementation": "1.0"
2582            },
2583            "require-dev": {
2584                "http-interop/http-factory-tests": "^0.9",
2585                "php-http/message-factory": "^1.0",
2586                "php-http/psr7-integration-tests": "^1.0",
2587                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
2588                "symfony/error-handler": "^4.4"
2589            },
2590            "type": "library",
2591            "extra": {
2592                "branch-alias": {
2593                    "dev-master": "1.8-dev"
2594                }
2595            },
2596            "autoload": {
2597                "psr-4": {
2598                    "Nyholm\\Psr7\\": "src/"
2599                }
2600            },
2601            "notification-url": "https://packagist.org/downloads/",
2602            "license": [
2603                "MIT"
2604            ],
2605            "authors": [
2606                {
2607                    "name": "Tobias Nyholm",
2608                    "email": "tobias.nyholm@gmail.com"
2609                },
2610                {
2611                    "name": "Martijn van der Ven",
2612                    "email": "martijn@vanderven.se"
2613                }
2614            ],
2615            "description": "A fast PHP7 implementation of PSR-7",
2616            "homepage": "https://tnyholm.se",
2617            "keywords": [
2618                "psr-17",
2619                "psr-7"
2620            ],
2621            "support": {
2622                "issues": "https://github.com/Nyholm/psr7/issues",
2623                "source": "https://github.com/Nyholm/psr7/tree/1.8.1"
2624            },
2625            "funding": [
2626                {
2627                    "url": "https://github.com/Zegnat",
2628                    "type": "github"
2629                },
2630                {
2631                    "url": "https://github.com/nyholm",
2632                    "type": "github"
2633                }
2634            ],
2635            "time": "2023-11-13T09:31:12+00:00"
2636        },
2637        {
2638            "name": "nyholm/psr7-server",
2639            "version": "1.1.0",
2640            "source": {
2641                "type": "git",
2642                "url": "https://github.com/Nyholm/psr7-server.git",
2643                "reference": "4335801d851f554ca43fa6e7d2602141538854dc"
2644            },
2645            "dist": {
2646                "type": "zip",
2647                "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/4335801d851f554ca43fa6e7d2602141538854dc",
2648                "reference": "4335801d851f554ca43fa6e7d2602141538854dc",
2649                "shasum": ""
2650            },
2651            "require": {
2652                "php": "^7.1 || ^8.0",
2653                "psr/http-factory": "^1.0",
2654                "psr/http-message": "^1.0 || ^2.0"
2655            },
2656            "require-dev": {
2657                "nyholm/nsa": "^1.1",
2658                "nyholm/psr7": "^1.3",
2659                "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3"
2660            },
2661            "type": "library",
2662            "autoload": {
2663                "psr-4": {
2664                    "Nyholm\\Psr7Server\\": "src/"
2665                }
2666            },
2667            "notification-url": "https://packagist.org/downloads/",
2668            "license": [
2669                "MIT"
2670            ],
2671            "authors": [
2672                {
2673                    "name": "Tobias Nyholm",
2674                    "email": "tobias.nyholm@gmail.com"
2675                },
2676                {
2677                    "name": "Martijn van der Ven",
2678                    "email": "martijn@vanderven.se"
2679                }
2680            ],
2681            "description": "Helper classes to handle PSR-7 server requests",
2682            "homepage": "http://tnyholm.se",
2683            "keywords": [
2684                "psr-17",
2685                "psr-7"
2686            ],
2687            "support": {
2688                "issues": "https://github.com/Nyholm/psr7-server/issues",
2689                "source": "https://github.com/Nyholm/psr7-server/tree/1.1.0"
2690            },
2691            "funding": [
2692                {
2693                    "url": "https://github.com/Zegnat",
2694                    "type": "github"
2695                },
2696                {
2697                    "url": "https://github.com/nyholm",
2698                    "type": "github"
2699                }
2700            ],
2701            "time": "2023-11-08T09:30:43+00:00"
2702        },
2703        {
2704            "name": "oscarotero/middleland",
2705            "version": "v1.0.1",
2706            "source": {
2707                "type": "git",
2708                "url": "https://github.com/oscarotero/middleland.git",
2709                "reference": "4848543d59f753aa3352c52d88c66f978debafb2"
2710            },
2711            "dist": {
2712                "type": "zip",
2713                "url": "https://api.github.com/repos/oscarotero/middleland/zipball/4848543d59f753aa3352c52d88c66f978debafb2",
2714                "reference": "4848543d59f753aa3352c52d88c66f978debafb2",
2715                "shasum": ""
2716            },
2717            "require": {
2718                "php": "^7.0|^8.0",
2719                "psr/container": "^1.0",
2720                "psr/http-server-middleware": "^1.0"
2721            },
2722            "require-dev": {
2723                "friendsofphp/php-cs-fixer": "^2.0",
2724                "laminas/laminas-diactoros": "^1.3",
2725                "phpunit/phpunit": ">=6.0"
2726            },
2727            "type": "library",
2728            "autoload": {
2729                "psr-4": {
2730                    "Middleland\\": "src/"
2731                }
2732            },
2733            "notification-url": "https://packagist.org/downloads/",
2734            "license": [
2735                "MIT"
2736            ],
2737            "authors": [
2738                {
2739                    "name": "Oscar Otero",
2740                    "email": "oom@oscarotero.com",
2741                    "homepage": "http://oscarotero.com",
2742                    "role": "Developer"
2743                }
2744            ],
2745            "description": "PSR-15 middleware dispatcher",
2746            "homepage": "https://github.com/oscarotero/dispatcher",
2747            "keywords": [
2748                "http",
2749                "middleware",
2750                "psr-15",
2751                "psr-7"
2752            ],
2753            "support": {
2754                "email": "oom@oscarotero.com",
2755                "issues": "https://github.com/oscarotero/dispatcher/issues",
2756                "source": "https://github.com/oscarotero/middleland/tree/v1.0.1"
2757            },
2758            "time": "2020-12-06T00:59:17+00:00"
2759        },
2760        {
2761            "name": "psr/cache",
2762            "version": "3.0.0",
2763            "source": {
2764                "type": "git",
2765                "url": "https://github.com/php-fig/cache.git",
2766                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
2767            },
2768            "dist": {
2769                "type": "zip",
2770                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
2771                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
2772                "shasum": ""
2773            },
2774            "require": {
2775                "php": ">=8.0.0"
2776            },
2777            "type": "library",
2778            "extra": {
2779                "branch-alias": {
2780                    "dev-master": "1.0.x-dev"
2781                }
2782            },
2783            "autoload": {
2784                "psr-4": {
2785                    "Psr\\Cache\\": "src/"
2786                }
2787            },
2788            "notification-url": "https://packagist.org/downloads/",
2789            "license": [
2790                "MIT"
2791            ],
2792            "authors": [
2793                {
2794                    "name": "PHP-FIG",
2795                    "homepage": "https://www.php-fig.org/"
2796                }
2797            ],
2798            "description": "Common interface for caching libraries",
2799            "keywords": [
2800                "cache",
2801                "psr",
2802                "psr-6"
2803            ],
2804            "support": {
2805                "source": "https://github.com/php-fig/cache/tree/3.0.0"
2806            },
2807            "time": "2021-02-03T23:26:27+00:00"
2808        },
2809        {
2810            "name": "psr/clock",
2811            "version": "1.0.0",
2812            "source": {
2813                "type": "git",
2814                "url": "https://github.com/php-fig/clock.git",
2815                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
2816            },
2817            "dist": {
2818                "type": "zip",
2819                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2820                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2821                "shasum": ""
2822            },
2823            "require": {
2824                "php": "^7.0 || ^8.0"
2825            },
2826            "type": "library",
2827            "autoload": {
2828                "psr-4": {
2829                    "Psr\\Clock\\": "src/"
2830                }
2831            },
2832            "notification-url": "https://packagist.org/downloads/",
2833            "license": [
2834                "MIT"
2835            ],
2836            "authors": [
2837                {
2838                    "name": "PHP-FIG",
2839                    "homepage": "https://www.php-fig.org/"
2840                }
2841            ],
2842            "description": "Common interface for reading the clock.",
2843            "homepage": "https://github.com/php-fig/clock",
2844            "keywords": [
2845                "clock",
2846                "now",
2847                "psr",
2848                "psr-20",
2849                "time"
2850            ],
2851            "support": {
2852                "issues": "https://github.com/php-fig/clock/issues",
2853                "source": "https://github.com/php-fig/clock/tree/1.0.0"
2854            },
2855            "time": "2022-11-25T14:36:26+00:00"
2856        },
2857        {
2858            "name": "psr/container",
2859            "version": "1.1.2",
2860            "source": {
2861                "type": "git",
2862                "url": "https://github.com/php-fig/container.git",
2863                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
2864            },
2865            "dist": {
2866                "type": "zip",
2867                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
2868                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
2869                "shasum": ""
2870            },
2871            "require": {
2872                "php": ">=7.4.0"
2873            },
2874            "type": "library",
2875            "autoload": {
2876                "psr-4": {
2877                    "Psr\\Container\\": "src/"
2878                }
2879            },
2880            "notification-url": "https://packagist.org/downloads/",
2881            "license": [
2882                "MIT"
2883            ],
2884            "authors": [
2885                {
2886                    "name": "PHP-FIG",
2887                    "homepage": "https://www.php-fig.org/"
2888                }
2889            ],
2890            "description": "Common Container Interface (PHP FIG PSR-11)",
2891            "homepage": "https://github.com/php-fig/container",
2892            "keywords": [
2893                "PSR-11",
2894                "container",
2895                "container-interface",
2896                "container-interop",
2897                "psr"
2898            ],
2899            "support": {
2900                "issues": "https://github.com/php-fig/container/issues",
2901                "source": "https://github.com/php-fig/container/tree/1.1.2"
2902            },
2903            "time": "2021-11-05T16:50:12+00:00"
2904        },
2905        {
2906            "name": "psr/event-dispatcher",
2907            "version": "1.0.0",
2908            "source": {
2909                "type": "git",
2910                "url": "https://github.com/php-fig/event-dispatcher.git",
2911                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2912            },
2913            "dist": {
2914                "type": "zip",
2915                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
2916                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
2917                "shasum": ""
2918            },
2919            "require": {
2920                "php": ">=7.2.0"
2921            },
2922            "type": "library",
2923            "extra": {
2924                "branch-alias": {
2925                    "dev-master": "1.0.x-dev"
2926                }
2927            },
2928            "autoload": {
2929                "psr-4": {
2930                    "Psr\\EventDispatcher\\": "src/"
2931                }
2932            },
2933            "notification-url": "https://packagist.org/downloads/",
2934            "license": [
2935                "MIT"
2936            ],
2937            "authors": [
2938                {
2939                    "name": "PHP-FIG",
2940                    "homepage": "http://www.php-fig.org/"
2941                }
2942            ],
2943            "description": "Standard interfaces for event handling.",
2944            "keywords": [
2945                "events",
2946                "psr",
2947                "psr-14"
2948            ],
2949            "support": {
2950                "issues": "https://github.com/php-fig/event-dispatcher/issues",
2951                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2952            },
2953            "time": "2019-01-08T18:20:26+00:00"
2954        },
2955        {
2956            "name": "psr/http-client",
2957            "version": "1.0.3",
2958            "source": {
2959                "type": "git",
2960                "url": "https://github.com/php-fig/http-client.git",
2961                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
2962            },
2963            "dist": {
2964                "type": "zip",
2965                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
2966                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
2967                "shasum": ""
2968            },
2969            "require": {
2970                "php": "^7.0 || ^8.0",
2971                "psr/http-message": "^1.0 || ^2.0"
2972            },
2973            "type": "library",
2974            "extra": {
2975                "branch-alias": {
2976                    "dev-master": "1.0.x-dev"
2977                }
2978            },
2979            "autoload": {
2980                "psr-4": {
2981                    "Psr\\Http\\Client\\": "src/"
2982                }
2983            },
2984            "notification-url": "https://packagist.org/downloads/",
2985            "license": [
2986                "MIT"
2987            ],
2988            "authors": [
2989                {
2990                    "name": "PHP-FIG",
2991                    "homepage": "https://www.php-fig.org/"
2992                }
2993            ],
2994            "description": "Common interface for HTTP clients",
2995            "homepage": "https://github.com/php-fig/http-client",
2996            "keywords": [
2997                "http",
2998                "http-client",
2999                "psr",
3000                "psr-18"
3001            ],
3002            "support": {
3003                "source": "https://github.com/php-fig/http-client"
3004            },
3005            "time": "2023-09-23T14:17:50+00:00"
3006        },
3007        {
3008            "name": "psr/http-factory",
3009            "version": "1.1.0",
3010            "source": {
3011                "type": "git",
3012                "url": "https://github.com/php-fig/http-factory.git",
3013                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
3014            },
3015            "dist": {
3016                "type": "zip",
3017                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
3018                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
3019                "shasum": ""
3020            },
3021            "require": {
3022                "php": ">=7.1",
3023                "psr/http-message": "^1.0 || ^2.0"
3024            },
3025            "type": "library",
3026            "extra": {
3027                "branch-alias": {
3028                    "dev-master": "1.0.x-dev"
3029                }
3030            },
3031            "autoload": {
3032                "psr-4": {
3033                    "Psr\\Http\\Message\\": "src/"
3034                }
3035            },
3036            "notification-url": "https://packagist.org/downloads/",
3037            "license": [
3038                "MIT"
3039            ],
3040            "authors": [
3041                {
3042                    "name": "PHP-FIG",
3043                    "homepage": "https://www.php-fig.org/"
3044                }
3045            ],
3046            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
3047            "keywords": [
3048                "factory",
3049                "http",
3050                "message",
3051                "psr",
3052                "psr-17",
3053                "psr-7",
3054                "request",
3055                "response"
3056            ],
3057            "support": {
3058                "source": "https://github.com/php-fig/http-factory"
3059            },
3060            "time": "2024-04-15T12:06:14+00:00"
3061        },
3062        {
3063            "name": "psr/http-message",
3064            "version": "1.1",
3065            "source": {
3066                "type": "git",
3067                "url": "https://github.com/php-fig/http-message.git",
3068                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
3069            },
3070            "dist": {
3071                "type": "zip",
3072                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3073                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3074                "shasum": ""
3075            },
3076            "require": {
3077                "php": "^7.2 || ^8.0"
3078            },
3079            "type": "library",
3080            "extra": {
3081                "branch-alias": {
3082                    "dev-master": "1.1.x-dev"
3083                }
3084            },
3085            "autoload": {
3086                "psr-4": {
3087                    "Psr\\Http\\Message\\": "src/"
3088                }
3089            },
3090            "notification-url": "https://packagist.org/downloads/",
3091            "license": [
3092                "MIT"
3093            ],
3094            "authors": [
3095                {
3096                    "name": "PHP-FIG",
3097                    "homepage": "http://www.php-fig.org/"
3098                }
3099            ],
3100            "description": "Common interface for HTTP messages",
3101            "homepage": "https://github.com/php-fig/http-message",
3102            "keywords": [
3103                "http",
3104                "http-message",
3105                "psr",
3106                "psr-7",
3107                "request",
3108                "response"
3109            ],
3110            "support": {
3111                "source": "https://github.com/php-fig/http-message/tree/1.1"
3112            },
3113            "time": "2023-04-04T09:50:52+00:00"
3114        },
3115        {
3116            "name": "psr/http-server-handler",
3117            "version": "1.0.2",
3118            "source": {
3119                "type": "git",
3120                "url": "https://github.com/php-fig/http-server-handler.git",
3121                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
3122            },
3123            "dist": {
3124                "type": "zip",
3125                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
3126                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
3127                "shasum": ""
3128            },
3129            "require": {
3130                "php": ">=7.0",
3131                "psr/http-message": "^1.0 || ^2.0"
3132            },
3133            "type": "library",
3134            "extra": {
3135                "branch-alias": {
3136                    "dev-master": "1.0.x-dev"
3137                }
3138            },
3139            "autoload": {
3140                "psr-4": {
3141                    "Psr\\Http\\Server\\": "src/"
3142                }
3143            },
3144            "notification-url": "https://packagist.org/downloads/",
3145            "license": [
3146                "MIT"
3147            ],
3148            "authors": [
3149                {
3150                    "name": "PHP-FIG",
3151                    "homepage": "https://www.php-fig.org/"
3152                }
3153            ],
3154            "description": "Common interface for HTTP server-side request handler",
3155            "keywords": [
3156                "handler",
3157                "http",
3158                "http-interop",
3159                "psr",
3160                "psr-15",
3161                "psr-7",
3162                "request",
3163                "response",
3164                "server"
3165            ],
3166            "support": {
3167                "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
3168            },
3169            "time": "2023-04-10T20:06:20+00:00"
3170        },
3171        {
3172            "name": "psr/http-server-middleware",
3173            "version": "1.0.2",
3174            "source": {
3175                "type": "git",
3176                "url": "https://github.com/php-fig/http-server-middleware.git",
3177                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
3178            },
3179            "dist": {
3180                "type": "zip",
3181                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
3182                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
3183                "shasum": ""
3184            },
3185            "require": {
3186                "php": ">=7.0",
3187                "psr/http-message": "^1.0 || ^2.0",
3188                "psr/http-server-handler": "^1.0"
3189            },
3190            "type": "library",
3191            "extra": {
3192                "branch-alias": {
3193                    "dev-master": "1.0.x-dev"
3194                }
3195            },
3196            "autoload": {
3197                "psr-4": {
3198                    "Psr\\Http\\Server\\": "src/"
3199                }
3200            },
3201            "notification-url": "https://packagist.org/downloads/",
3202            "license": [
3203                "MIT"
3204            ],
3205            "authors": [
3206                {
3207                    "name": "PHP-FIG",
3208                    "homepage": "https://www.php-fig.org/"
3209                }
3210            ],
3211            "description": "Common interface for HTTP server-side middleware",
3212            "keywords": [
3213                "http",
3214                "http-interop",
3215                "middleware",
3216                "psr",
3217                "psr-15",
3218                "psr-7",
3219                "request",
3220                "response"
3221            ],
3222            "support": {
3223                "issues": "https://github.com/php-fig/http-server-middleware/issues",
3224                "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
3225            },
3226            "time": "2023-04-11T06:14:47+00:00"
3227        },
3228        {
3229            "name": "psr/log",
3230            "version": "2.0.0",
3231            "source": {
3232                "type": "git",
3233                "url": "https://github.com/php-fig/log.git",
3234                "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
3235            },
3236            "dist": {
3237                "type": "zip",
3238                "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
3239                "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
3240                "shasum": ""
3241            },
3242            "require": {
3243                "php": ">=8.0.0"
3244            },
3245            "type": "library",
3246            "extra": {
3247                "branch-alias": {
3248                    "dev-master": "2.0.x-dev"
3249                }
3250            },
3251            "autoload": {
3252                "psr-4": {
3253                    "Psr\\Log\\": "src"
3254                }
3255            },
3256            "notification-url": "https://packagist.org/downloads/",
3257            "license": [
3258                "MIT"
3259            ],
3260            "authors": [
3261                {
3262                    "name": "PHP-FIG",
3263                    "homepage": "https://www.php-fig.org/"
3264                }
3265            ],
3266            "description": "Common interface for logging libraries",
3267            "homepage": "https://github.com/php-fig/log",
3268            "keywords": [
3269                "log",
3270                "psr",
3271                "psr-3"
3272            ],
3273            "support": {
3274                "source": "https://github.com/php-fig/log/tree/2.0.0"
3275            },
3276            "time": "2021-07-14T16:41:46+00:00"
3277        },
3278        {
3279            "name": "psr/simple-cache",
3280            "version": "3.0.0",
3281            "source": {
3282                "type": "git",
3283                "url": "https://github.com/php-fig/simple-cache.git",
3284                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
3285            },
3286            "dist": {
3287                "type": "zip",
3288                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
3289                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
3290                "shasum": ""
3291            },
3292            "require": {
3293                "php": ">=8.0.0"
3294            },
3295            "type": "library",
3296            "extra": {
3297                "branch-alias": {
3298                    "dev-master": "3.0.x-dev"
3299                }
3300            },
3301            "autoload": {
3302                "psr-4": {
3303                    "Psr\\SimpleCache\\": "src/"
3304                }
3305            },
3306            "notification-url": "https://packagist.org/downloads/",
3307            "license": [
3308                "MIT"
3309            ],
3310            "authors": [
3311                {
3312                    "name": "PHP-FIG",
3313                    "homepage": "https://www.php-fig.org/"
3314                }
3315            ],
3316            "description": "Common interfaces for simple caching",
3317            "keywords": [
3318                "cache",
3319                "caching",
3320                "psr",
3321                "psr-16",
3322                "simple-cache"
3323            ],
3324            "support": {
3325                "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
3326            },
3327            "time": "2021-10-29T13:26:27+00:00"
3328        },
3329        {
3330            "name": "ralouphie/getallheaders",
3331            "version": "3.0.3",
3332            "source": {
3333                "type": "git",
3334                "url": "https://github.com/ralouphie/getallheaders.git",
3335                "reference": "120b605dfeb996808c31b6477290a714d356e822"
3336            },
3337            "dist": {
3338                "type": "zip",
3339                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3340                "reference": "120b605dfeb996808c31b6477290a714d356e822",
3341                "shasum": ""
3342            },
3343            "require": {
3344                "php": ">=5.6"
3345            },
3346            "require-dev": {
3347                "php-coveralls/php-coveralls": "^2.1",
3348                "phpunit/phpunit": "^5 || ^6.5"
3349            },
3350            "type": "library",
3351            "autoload": {
3352                "files": [
3353                    "src/getallheaders.php"
3354                ]
3355            },
3356            "notification-url": "https://packagist.org/downloads/",
3357            "license": [
3358                "MIT"
3359            ],
3360            "authors": [
3361                {
3362                    "name": "Ralph Khattar",
3363                    "email": "ralph.khattar@gmail.com"
3364                }
3365            ],
3366            "description": "A polyfill for getallheaders.",
3367            "support": {
3368                "issues": "https://github.com/ralouphie/getallheaders/issues",
3369                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3370            },
3371            "time": "2019-03-08T08:55:37+00:00"
3372        },
3373        {
3374            "name": "ramsey/collection",
3375            "version": "2.0.0",
3376            "source": {
3377                "type": "git",
3378                "url": "https://github.com/ramsey/collection.git",
3379                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
3380            },
3381            "dist": {
3382                "type": "zip",
3383                "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
3384                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
3385                "shasum": ""
3386            },
3387            "require": {
3388                "php": "^8.1"
3389            },
3390            "require-dev": {
3391                "captainhook/plugin-composer": "^5.3",
3392                "ergebnis/composer-normalize": "^2.28.3",
3393                "fakerphp/faker": "^1.21",
3394                "hamcrest/hamcrest-php": "^2.0",
3395                "jangregor/phpstan-prophecy": "^1.0",
3396                "mockery/mockery": "^1.5",
3397                "php-parallel-lint/php-console-highlighter": "^1.0",
3398                "php-parallel-lint/php-parallel-lint": "^1.3",
3399                "phpcsstandards/phpcsutils": "^1.0.0-rc1",
3400                "phpspec/prophecy-phpunit": "^2.0",
3401                "phpstan/extension-installer": "^1.2",
3402                "phpstan/phpstan": "^1.9",
3403                "phpstan/phpstan-mockery": "^1.1",
3404                "phpstan/phpstan-phpunit": "^1.3",
3405                "phpunit/phpunit": "^9.5",
3406                "psalm/plugin-mockery": "^1.1",
3407                "psalm/plugin-phpunit": "^0.18.4",
3408                "ramsey/coding-standard": "^2.0.3",
3409                "ramsey/conventional-commits": "^1.3",
3410                "vimeo/psalm": "^5.4"
3411            },
3412            "type": "library",
3413            "extra": {
3414                "captainhook": {
3415                    "force-install": true
3416                },
3417                "ramsey/conventional-commits": {
3418                    "configFile": "conventional-commits.json"
3419                }
3420            },
3421            "autoload": {
3422                "psr-4": {
3423                    "Ramsey\\Collection\\": "src/"
3424                }
3425            },
3426            "notification-url": "https://packagist.org/downloads/",
3427            "license": [
3428                "MIT"
3429            ],
3430            "authors": [
3431                {
3432                    "name": "Ben Ramsey",
3433                    "email": "ben@benramsey.com",
3434                    "homepage": "https://benramsey.com"
3435                }
3436            ],
3437            "description": "A PHP library for representing and manipulating collections.",
3438            "keywords": [
3439                "array",
3440                "collection",
3441                "hash",
3442                "map",
3443                "queue",
3444                "set"
3445            ],
3446            "support": {
3447                "issues": "https://github.com/ramsey/collection/issues",
3448                "source": "https://github.com/ramsey/collection/tree/2.0.0"
3449            },
3450            "funding": [
3451                {
3452                    "url": "https://github.com/ramsey",
3453                    "type": "github"
3454                },
3455                {
3456                    "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
3457                    "type": "tidelift"
3458                }
3459            ],
3460            "time": "2022-12-31T21:50:55+00:00"
3461        },
3462        {
3463            "name": "ramsey/uuid",
3464            "version": "4.7.6",
3465            "source": {
3466                "type": "git",
3467                "url": "https://github.com/ramsey/uuid.git",
3468                "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
3469            },
3470            "dist": {
3471                "type": "zip",
3472                "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
3473                "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
3474                "shasum": ""
3475            },
3476            "require": {
3477                "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
3478                "ext-json": "*",
3479                "php": "^8.0",
3480                "ramsey/collection": "^1.2 || ^2.0"
3481            },
3482            "replace": {
3483                "rhumsaa/uuid": "self.version"
3484            },
3485            "require-dev": {
3486                "captainhook/captainhook": "^5.10",
3487                "captainhook/plugin-composer": "^5.3",
3488                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3489                "doctrine/annotations": "^1.8",
3490                "ergebnis/composer-normalize": "^2.15",
3491                "mockery/mockery": "^1.3",
3492                "paragonie/random-lib": "^2",
3493                "php-mock/php-mock": "^2.2",
3494                "php-mock/php-mock-mockery": "^1.3",
3495                "php-parallel-lint/php-parallel-lint": "^1.1",
3496                "phpbench/phpbench": "^1.0",
3497                "phpstan/extension-installer": "^1.1",
3498                "phpstan/phpstan": "^1.8",
3499                "phpstan/phpstan-mockery": "^1.1",
3500                "phpstan/phpstan-phpunit": "^1.1",
3501                "phpunit/phpunit": "^8.5 || ^9",
3502                "ramsey/composer-repl": "^1.4",
3503                "slevomat/coding-standard": "^8.4",
3504                "squizlabs/php_codesniffer": "^3.5",
3505                "vimeo/psalm": "^4.9"
3506            },
3507            "suggest": {
3508                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
3509                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3510                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3511                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3512                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3513            },
3514            "type": "library",
3515            "extra": {
3516                "captainhook": {
3517                    "force-install": true
3518                }
3519            },
3520            "autoload": {
3521                "files": [
3522                    "src/functions.php"
3523                ],
3524                "psr-4": {
3525                    "Ramsey\\Uuid\\": "src/"
3526                }
3527            },
3528            "notification-url": "https://packagist.org/downloads/",
3529            "license": [
3530                "MIT"
3531            ],
3532            "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
3533            "keywords": [
3534                "guid",
3535                "identifier",
3536                "uuid"
3537            ],
3538            "support": {
3539                "issues": "https://github.com/ramsey/uuid/issues",
3540                "source": "https://github.com/ramsey/uuid/tree/4.7.6"
3541            },
3542            "funding": [
3543                {
3544                    "url": "https://github.com/ramsey",
3545                    "type": "github"
3546                },
3547                {
3548                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
3549                    "type": "tidelift"
3550                }
3551            ],
3552            "time": "2024-04-27T21:32:50+00:00"
3553        },
3554        {
3555            "name": "sabre/uri",
3556            "version": "3.0.1",
3557            "source": {
3558                "type": "git",
3559                "url": "https://github.com/sabre-io/uri.git",
3560                "reference": "1774043c843f1db7654ecc93368a98be29b07544"
3561            },
3562            "dist": {
3563                "type": "zip",
3564                "url": "https://api.github.com/repos/sabre-io/uri/zipball/1774043c843f1db7654ecc93368a98be29b07544",
3565                "reference": "1774043c843f1db7654ecc93368a98be29b07544",
3566                "shasum": ""
3567            },
3568            "require": {
3569                "php": "^7.4 || ^8.0"
3570            },
3571            "require-dev": {
3572                "friendsofphp/php-cs-fixer": "^3.17",
3573                "phpstan/extension-installer": "^1.3",
3574                "phpstan/phpstan": "^1.10",
3575                "phpstan/phpstan-phpunit": "^1.3",
3576                "phpstan/phpstan-strict-rules": "^1.5",
3577                "phpunit/phpunit": "^9.6"
3578            },
3579            "type": "library",
3580            "autoload": {
3581                "files": [
3582                    "lib/functions.php"
3583                ],
3584                "psr-4": {
3585                    "Sabre\\Uri\\": "lib/"
3586                }
3587            },
3588            "notification-url": "https://packagist.org/downloads/",
3589            "license": [
3590                "BSD-3-Clause"
3591            ],
3592            "authors": [
3593                {
3594                    "name": "Evert Pot",
3595                    "email": "me@evertpot.com",
3596                    "homepage": "http://evertpot.com/",
3597                    "role": "Developer"
3598                }
3599            ],
3600            "description": "Functions for making sense out of URIs.",
3601            "homepage": "http://sabre.io/uri/",
3602            "keywords": [
3603                "rfc3986",
3604                "uri",
3605                "url"
3606            ],
3607            "support": {
3608                "forum": "https://groups.google.com/group/sabredav-discuss",
3609                "issues": "https://github.com/sabre-io/uri/issues",
3610                "source": "https://github.com/fruux/sabre-uri"
3611            },
3612            "time": "2023-06-09T07:04:02+00:00"
3613        },
3614        {
3615            "name": "sabre/vobject",
3616            "version": "4.5.4",
3617            "source": {
3618                "type": "git",
3619                "url": "https://github.com/sabre-io/vobject.git",
3620                "reference": "a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772"
3621            },
3622            "dist": {
3623                "type": "zip",
3624                "url": "https://api.github.com/repos/sabre-io/vobject/zipball/a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772",
3625                "reference": "a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772",
3626                "shasum": ""
3627            },
3628            "require": {
3629                "ext-mbstring": "*",
3630                "php": "^7.1 || ^8.0",
3631                "sabre/xml": "^2.1 || ^3.0 || ^4.0"
3632            },
3633            "require-dev": {
3634                "friendsofphp/php-cs-fixer": "~2.17.1",
3635                "phpstan/phpstan": "^0.12",
3636                "phpunit/php-invoker": "^2.0 || ^3.1",
3637                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
3638            },
3639            "suggest": {
3640                "hoa/bench": "If you would like to run the benchmark scripts"
3641            },
3642            "bin": [
3643                "bin/vobject",
3644                "bin/generate_vcards"
3645            ],
3646            "type": "library",
3647            "extra": {
3648                "branch-alias": {
3649                    "dev-master": "4.0.x-dev"
3650                }
3651            },
3652            "autoload": {
3653                "psr-4": {
3654                    "Sabre\\VObject\\": "lib/"
3655                }
3656            },
3657            "notification-url": "https://packagist.org/downloads/",
3658            "license": [
3659                "BSD-3-Clause"
3660            ],
3661            "authors": [
3662                {
3663                    "name": "Evert Pot",
3664                    "email": "me@evertpot.com",
3665                    "homepage": "http://evertpot.com/",
3666                    "role": "Developer"
3667                },
3668                {
3669                    "name": "Dominik Tobschall",
3670                    "email": "dominik@fruux.com",
3671                    "homepage": "http://tobschall.de/",
3672                    "role": "Developer"
3673                },
3674                {
3675                    "name": "Ivan Enderlin",
3676                    "email": "ivan.enderlin@hoa-project.net",
3677                    "homepage": "http://mnt.io/",
3678                    "role": "Developer"
3679                }
3680            ],
3681            "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
3682            "homepage": "http://sabre.io/vobject/",
3683            "keywords": [
3684                "availability",
3685                "freebusy",
3686                "iCalendar",
3687                "ical",
3688                "ics",
3689                "jCal",
3690                "jCard",
3691                "recurrence",
3692                "rfc2425",
3693                "rfc2426",
3694                "rfc2739",
3695                "rfc4770",
3696                "rfc5545",
3697                "rfc5546",
3698                "rfc6321",
3699                "rfc6350",
3700                "rfc6351",
3701                "rfc6474",
3702                "rfc6638",
3703                "rfc6715",
3704                "rfc6868",
3705                "vCalendar",
3706                "vCard",
3707                "vcf",
3708                "xCal",
3709                "xCard"
3710            ],
3711            "support": {
3712                "forum": "https://groups.google.com/group/sabredav-discuss",
3713                "issues": "https://github.com/sabre-io/vobject/issues",
3714                "source": "https://github.com/fruux/sabre-vobject"
3715            },
3716            "time": "2023-11-09T12:54:37+00:00"
3717        },
3718        {
3719            "name": "sabre/xml",
3720            "version": "4.0.5",
3721            "source": {
3722                "type": "git",
3723                "url": "https://github.com/sabre-io/xml.git",
3724                "reference": "c29e49fcf9ca8ca058b1e350ee9abe4205c0de89"
3725            },
3726            "dist": {
3727                "type": "zip",
3728                "url": "https://api.github.com/repos/sabre-io/xml/zipball/c29e49fcf9ca8ca058b1e350ee9abe4205c0de89",
3729                "reference": "c29e49fcf9ca8ca058b1e350ee9abe4205c0de89",
3730                "shasum": ""
3731            },
3732            "require": {
3733                "ext-dom": "*",
3734                "ext-xmlreader": "*",
3735                "ext-xmlwriter": "*",
3736                "lib-libxml": ">=2.6.20",
3737                "php": "^7.4 || ^8.0",
3738                "sabre/uri": ">=2.0,<4.0.0"
3739            },
3740            "require-dev": {
3741                "friendsofphp/php-cs-fixer": "^3.51",
3742                "phpstan/phpstan": "^1.10",
3743                "phpunit/phpunit": "^9.6"
3744            },
3745            "type": "library",
3746            "autoload": {
3747                "files": [
3748                    "lib/Deserializer/functions.php",
3749                    "lib/Serializer/functions.php"
3750                ],
3751                "psr-4": {
3752                    "Sabre\\Xml\\": "lib/"
3753                }
3754            },
3755            "notification-url": "https://packagist.org/downloads/",
3756            "license": [
3757                "BSD-3-Clause"
3758            ],
3759            "authors": [
3760                {
3761                    "name": "Evert Pot",
3762                    "email": "me@evertpot.com",
3763                    "homepage": "http://evertpot.com/",
3764                    "role": "Developer"
3765                },
3766                {
3767                    "name": "Markus Staab",
3768                    "email": "markus.staab@redaxo.de",
3769                    "role": "Developer"
3770                }
3771            ],
3772            "description": "sabre/xml is an XML library that you may not hate.",
3773            "homepage": "https://sabre.io/xml/",
3774            "keywords": [
3775                "XMLReader",
3776                "XMLWriter",
3777                "dom",
3778                "xml"
3779            ],
3780            "support": {
3781                "forum": "https://groups.google.com/group/sabredav-discuss",
3782                "issues": "https://github.com/sabre-io/xml/issues",
3783                "source": "https://github.com/fruux/sabre-xml"
3784            },
3785            "time": "2024-04-18T10:44:25+00:00"
3786        },
3787        {
3788            "name": "symfony/cache",
3789            "version": "v7.1.0",
3790            "source": {
3791                "type": "git",
3792                "url": "https://github.com/symfony/cache.git",
3793                "reference": "c36a10e6456b32e40d1ef516b3a2749883f9117b"
3794            },
3795            "dist": {
3796                "type": "zip",
3797                "url": "https://api.github.com/repos/symfony/cache/zipball/c36a10e6456b32e40d1ef516b3a2749883f9117b",
3798                "reference": "c36a10e6456b32e40d1ef516b3a2749883f9117b",
3799                "shasum": ""
3800            },
3801            "require": {
3802                "php": ">=8.2",
3803                "psr/cache": "^2.0|^3.0",
3804                "psr/log": "^1.1|^2|^3",
3805                "symfony/cache-contracts": "^2.5|^3",
3806                "symfony/deprecation-contracts": "^2.5|^3.0",
3807                "symfony/service-contracts": "^2.5|^3",
3808                "symfony/var-exporter": "^6.4|^7.0"
3809            },
3810            "conflict": {
3811                "doctrine/dbal": "<3.6",
3812                "symfony/dependency-injection": "<6.4",
3813                "symfony/http-kernel": "<6.4",
3814                "symfony/var-dumper": "<6.4"
3815            },
3816            "provide": {
3817                "psr/cache-implementation": "2.0|3.0",
3818                "psr/simple-cache-implementation": "1.0|2.0|3.0",
3819                "symfony/cache-implementation": "1.1|2.0|3.0"
3820            },
3821            "require-dev": {
3822                "cache/integration-tests": "dev-master",
3823                "doctrine/dbal": "^3.6|^4",
3824                "predis/predis": "^1.1|^2.0",
3825                "psr/simple-cache": "^1.0|^2.0|^3.0",
3826                "symfony/config": "^6.4|^7.0",
3827                "symfony/dependency-injection": "^6.4|^7.0",
3828                "symfony/filesystem": "^6.4|^7.0",
3829                "symfony/http-kernel": "^6.4|^7.0",
3830                "symfony/messenger": "^6.4|^7.0",
3831                "symfony/var-dumper": "^6.4|^7.0"
3832            },
3833            "type": "library",
3834            "autoload": {
3835                "psr-4": {
3836                    "Symfony\\Component\\Cache\\": ""
3837                },
3838                "classmap": [
3839                    "Traits/ValueWrapper.php"
3840                ],
3841                "exclude-from-classmap": [
3842                    "/Tests/"
3843                ]
3844            },
3845            "notification-url": "https://packagist.org/downloads/",
3846            "license": [
3847                "MIT"
3848            ],
3849            "authors": [
3850                {
3851                    "name": "Nicolas Grekas",
3852                    "email": "p@tchwork.com"
3853                },
3854                {
3855                    "name": "Symfony Community",
3856                    "homepage": "https://symfony.com/contributors"
3857                }
3858            ],
3859            "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
3860            "homepage": "https://symfony.com",
3861            "keywords": [
3862                "caching",
3863                "psr6"
3864            ],
3865            "support": {
3866                "source": "https://github.com/symfony/cache/tree/v7.1.0"
3867            },
3868            "funding": [
3869                {
3870                    "url": "https://symfony.com/sponsor",
3871                    "type": "custom"
3872                },
3873                {
3874                    "url": "https://github.com/fabpot",
3875                    "type": "github"
3876                },
3877                {
3878                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3879                    "type": "tidelift"
3880                }
3881            ],
3882            "time": "2024-05-28T08:39:33+00:00"
3883        },
3884        {
3885            "name": "symfony/cache-contracts",
3886            "version": "v3.5.0",
3887            "source": {
3888                "type": "git",
3889                "url": "https://github.com/symfony/cache-contracts.git",
3890                "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197"
3891            },
3892            "dist": {
3893                "type": "zip",
3894                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
3895                "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
3896                "shasum": ""
3897            },
3898            "require": {
3899                "php": ">=8.1",
3900                "psr/cache": "^3.0"
3901            },
3902            "type": "library",
3903            "extra": {
3904                "branch-alias": {
3905                    "dev-main": "3.5-dev"
3906                },
3907                "thanks": {
3908                    "name": "symfony/contracts",
3909                    "url": "https://github.com/symfony/contracts"
3910                }
3911            },
3912            "autoload": {
3913                "psr-4": {
3914                    "Symfony\\Contracts\\Cache\\": ""
3915                }
3916            },
3917            "notification-url": "https://packagist.org/downloads/",
3918            "license": [
3919                "MIT"
3920            ],
3921            "authors": [
3922                {
3923                    "name": "Nicolas Grekas",
3924                    "email": "p@tchwork.com"
3925                },
3926                {
3927                    "name": "Symfony Community",
3928                    "homepage": "https://symfony.com/contributors"
3929                }
3930            ],
3931            "description": "Generic abstractions related to caching",
3932            "homepage": "https://symfony.com",
3933            "keywords": [
3934                "abstractions",
3935                "contracts",
3936                "decoupling",
3937                "interfaces",
3938                "interoperability",
3939                "standards"
3940            ],
3941            "support": {
3942                "source": "https://github.com/symfony/cache-contracts/tree/v3.5.0"
3943            },
3944            "funding": [
3945                {
3946                    "url": "https://symfony.com/sponsor",
3947                    "type": "custom"
3948                },
3949                {
3950                    "url": "https://github.com/fabpot",
3951                    "type": "github"
3952                },
3953                {
3954                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3955                    "type": "tidelift"
3956                }
3957            ],
3958            "time": "2024-04-18T09:32:20+00:00"
3959        },
3960        {
3961            "name": "symfony/clock",
3962            "version": "v7.1.0",
3963            "source": {
3964                "type": "git",
3965                "url": "https://github.com/symfony/clock.git",
3966                "reference": "fe47b7cf6a68c045c37928aa89a39d5eb9a2b37c"
3967            },
3968            "dist": {
3969                "type": "zip",
3970                "url": "https://api.github.com/repos/symfony/clock/zipball/fe47b7cf6a68c045c37928aa89a39d5eb9a2b37c",
3971                "reference": "fe47b7cf6a68c045c37928aa89a39d5eb9a2b37c",
3972                "shasum": ""
3973            },
3974            "require": {
3975                "php": ">=8.2",
3976                "psr/clock": "^1.0",
3977                "symfony/polyfill-php83": "^1.28"
3978            },
3979            "provide": {
3980                "psr/clock-implementation": "1.0"
3981            },
3982            "type": "library",
3983            "autoload": {
3984                "files": [
3985                    "Resources/now.php"
3986                ],
3987                "psr-4": {
3988                    "Symfony\\Component\\Clock\\": ""
3989                },
3990                "exclude-from-classmap": [
3991                    "/Tests/"
3992                ]
3993            },
3994            "notification-url": "https://packagist.org/downloads/",
3995            "license": [
3996                "MIT"
3997            ],
3998            "authors": [
3999                {
4000                    "name": "Nicolas Grekas",
4001                    "email": "p@tchwork.com"
4002                },
4003                {
4004                    "name": "Symfony Community",
4005                    "homepage": "https://symfony.com/contributors"
4006                }
4007            ],
4008            "description": "Decouples applications from the system clock",
4009            "homepage": "https://symfony.com",
4010            "keywords": [
4011                "clock",
4012                "psr20",
4013                "time"
4014            ],
4015            "support": {
4016                "source": "https://github.com/symfony/clock/tree/v7.1.0"
4017            },
4018            "funding": [
4019                {
4020                    "url": "https://symfony.com/sponsor",
4021                    "type": "custom"
4022                },
4023                {
4024                    "url": "https://github.com/fabpot",
4025                    "type": "github"
4026                },
4027                {
4028                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4029                    "type": "tidelift"
4030                }
4031            ],
4032            "time": "2024-04-18T09:32:20+00:00"
4033        },
4034        {
4035            "name": "symfony/console",
4036            "version": "v7.1.0",
4037            "source": {
4038                "type": "git",
4039                "url": "https://github.com/symfony/console.git",
4040                "reference": "5bcde9e0b2ea9bd9772bca17618365ea921c5707"
4041            },
4042            "dist": {
4043                "type": "zip",
4044                "url": "https://api.github.com/repos/symfony/console/zipball/5bcde9e0b2ea9bd9772bca17618365ea921c5707",
4045                "reference": "5bcde9e0b2ea9bd9772bca17618365ea921c5707",
4046                "shasum": ""
4047            },
4048            "require": {
4049                "php": ">=8.2",
4050                "symfony/polyfill-mbstring": "~1.0",
4051                "symfony/service-contracts": "^2.5|^3",
4052                "symfony/string": "^6.4|^7.0"
4053            },
4054            "conflict": {
4055                "symfony/dependency-injection": "<6.4",
4056                "symfony/dotenv": "<6.4",
4057                "symfony/event-dispatcher": "<6.4",
4058                "symfony/lock": "<6.4",
4059                "symfony/process": "<6.4"
4060            },
4061            "provide": {
4062                "psr/log-implementation": "1.0|2.0|3.0"
4063            },
4064            "require-dev": {
4065                "psr/log": "^1|^2|^3",
4066                "symfony/config": "^6.4|^7.0",
4067                "symfony/dependency-injection": "^6.4|^7.0",
4068                "symfony/event-dispatcher": "^6.4|^7.0",
4069                "symfony/http-foundation": "^6.4|^7.0",
4070                "symfony/http-kernel": "^6.4|^7.0",
4071                "symfony/lock": "^6.4|^7.0",
4072                "symfony/messenger": "^6.4|^7.0",
4073                "symfony/process": "^6.4|^7.0",
4074                "symfony/stopwatch": "^6.4|^7.0",
4075                "symfony/var-dumper": "^6.4|^7.0"
4076            },
4077            "type": "library",
4078            "autoload": {
4079                "psr-4": {
4080                    "Symfony\\Component\\Console\\": ""
4081                },
4082                "exclude-from-classmap": [
4083                    "/Tests/"
4084                ]
4085            },
4086            "notification-url": "https://packagist.org/downloads/",
4087            "license": [
4088                "MIT"
4089            ],
4090            "authors": [
4091                {
4092                    "name": "Fabien Potencier",
4093                    "email": "fabien@symfony.com"
4094                },
4095                {
4096                    "name": "Symfony Community",
4097                    "homepage": "https://symfony.com/contributors"
4098                }
4099            ],
4100            "description": "Eases the creation of beautiful and testable command line interfaces",
4101            "homepage": "https://symfony.com",
4102            "keywords": [
4103                "cli",
4104                "command-line",
4105                "console",
4106                "terminal"
4107            ],
4108            "support": {
4109                "source": "https://github.com/symfony/console/tree/v7.1.0"
4110            },
4111            "funding": [
4112                {
4113                    "url": "https://symfony.com/sponsor",
4114                    "type": "custom"
4115                },
4116                {
4117                    "url": "https://github.com/fabpot",
4118                    "type": "github"
4119                },
4120                {
4121                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4122                    "type": "tidelift"
4123                }
4124            ],
4125            "time": "2024-05-17T10:55:18+00:00"
4126        },
4127        {
4128            "name": "symfony/deprecation-contracts",
4129            "version": "v3.5.0",
4130            "source": {
4131                "type": "git",
4132                "url": "https://github.com/symfony/deprecation-contracts.git",
4133                "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
4134            },
4135            "dist": {
4136                "type": "zip",
4137                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
4138                "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
4139                "shasum": ""
4140            },
4141            "require": {
4142                "php": ">=8.1"
4143            },
4144            "type": "library",
4145            "extra": {
4146                "branch-alias": {
4147                    "dev-main": "3.5-dev"
4148                },
4149                "thanks": {
4150                    "name": "symfony/contracts",
4151                    "url": "https://github.com/symfony/contracts"
4152                }
4153            },
4154            "autoload": {
4155                "files": [
4156                    "function.php"
4157                ]
4158            },
4159            "notification-url": "https://packagist.org/downloads/",
4160            "license": [
4161                "MIT"
4162            ],
4163            "authors": [
4164                {
4165                    "name": "Nicolas Grekas",
4166                    "email": "p@tchwork.com"
4167                },
4168                {
4169                    "name": "Symfony Community",
4170                    "homepage": "https://symfony.com/contributors"
4171                }
4172            ],
4173            "description": "A generic function and convention to trigger deprecation notices",
4174            "homepage": "https://symfony.com",
4175            "support": {
4176                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
4177            },
4178            "funding": [
4179                {
4180                    "url": "https://symfony.com/sponsor",
4181                    "type": "custom"
4182                },
4183                {
4184                    "url": "https://github.com/fabpot",
4185                    "type": "github"
4186                },
4187                {
4188                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4189                    "type": "tidelift"
4190                }
4191            ],
4192            "time": "2024-04-18T09:32:20+00:00"
4193        },
4194        {
4195            "name": "symfony/event-dispatcher",
4196            "version": "v7.1.0",
4197            "source": {
4198                "type": "git",
4199                "url": "https://github.com/symfony/event-dispatcher.git",
4200                "reference": "522d2772d6c7bab843b0c52466dc7844622bacc2"
4201            },
4202            "dist": {
4203                "type": "zip",
4204                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/522d2772d6c7bab843b0c52466dc7844622bacc2",
4205                "reference": "522d2772d6c7bab843b0c52466dc7844622bacc2",
4206                "shasum": ""
4207            },
4208            "require": {
4209                "php": ">=8.2",
4210                "symfony/event-dispatcher-contracts": "^2.5|^3"
4211            },
4212            "conflict": {
4213                "symfony/dependency-injection": "<6.4",
4214                "symfony/service-contracts": "<2.5"
4215            },
4216            "provide": {
4217                "psr/event-dispatcher-implementation": "1.0",
4218                "symfony/event-dispatcher-implementation": "2.0|3.0"
4219            },
4220            "require-dev": {
4221                "psr/log": "^1|^2|^3",
4222                "symfony/config": "^6.4|^7.0",
4223                "symfony/dependency-injection": "^6.4|^7.0",
4224                "symfony/error-handler": "^6.4|^7.0",
4225                "symfony/expression-language": "^6.4|^7.0",
4226                "symfony/http-foundation": "^6.4|^7.0",
4227                "symfony/service-contracts": "^2.5|^3",
4228                "symfony/stopwatch": "^6.4|^7.0"
4229            },
4230            "type": "library",
4231            "autoload": {
4232                "psr-4": {
4233                    "Symfony\\Component\\EventDispatcher\\": ""
4234                },
4235                "exclude-from-classmap": [
4236                    "/Tests/"
4237                ]
4238            },
4239            "notification-url": "https://packagist.org/downloads/",
4240            "license": [
4241                "MIT"
4242            ],
4243            "authors": [
4244                {
4245                    "name": "Fabien Potencier",
4246                    "email": "fabien@symfony.com"
4247                },
4248                {
4249                    "name": "Symfony Community",
4250                    "homepage": "https://symfony.com/contributors"
4251                }
4252            ],
4253            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
4254            "homepage": "https://symfony.com",
4255            "support": {
4256                "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.0"
4257            },
4258            "funding": [
4259                {
4260                    "url": "https://symfony.com/sponsor",
4261                    "type": "custom"
4262                },
4263                {
4264                    "url": "https://github.com/fabpot",
4265                    "type": "github"
4266                },
4267                {
4268                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4269                    "type": "tidelift"
4270                }
4271            ],
4272            "time": "2024-04-18T09:32:20+00:00"
4273        },
4274        {
4275            "name": "symfony/event-dispatcher-contracts",
4276            "version": "v3.5.0",
4277            "source": {
4278                "type": "git",
4279                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
4280                "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
4281            },
4282            "dist": {
4283                "type": "zip",
4284                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
4285                "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
4286                "shasum": ""
4287            },
4288            "require": {
4289                "php": ">=8.1",
4290                "psr/event-dispatcher": "^1"
4291            },
4292            "type": "library",
4293            "extra": {
4294                "branch-alias": {
4295                    "dev-main": "3.5-dev"
4296                },
4297                "thanks": {
4298                    "name": "symfony/contracts",
4299                    "url": "https://github.com/symfony/contracts"
4300                }
4301            },
4302            "autoload": {
4303                "psr-4": {
4304                    "Symfony\\Contracts\\EventDispatcher\\": ""
4305                }
4306            },
4307            "notification-url": "https://packagist.org/downloads/",
4308            "license": [
4309                "MIT"
4310            ],
4311            "authors": [
4312                {
4313                    "name": "Nicolas Grekas",
4314                    "email": "p@tchwork.com"
4315                },
4316                {
4317                    "name": "Symfony Community",
4318                    "homepage": "https://symfony.com/contributors"
4319                }
4320            ],
4321            "description": "Generic abstractions related to dispatching event",
4322            "homepage": "https://symfony.com",
4323            "keywords": [
4324                "abstractions",
4325                "contracts",
4326                "decoupling",
4327                "interfaces",
4328                "interoperability",
4329                "standards"
4330            ],
4331            "support": {
4332                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
4333            },
4334            "funding": [
4335                {
4336                    "url": "https://symfony.com/sponsor",
4337                    "type": "custom"
4338                },
4339                {
4340                    "url": "https://github.com/fabpot",
4341                    "type": "github"
4342                },
4343                {
4344                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4345                    "type": "tidelift"
4346                }
4347            ],
4348            "time": "2024-04-18T09:32:20+00:00"
4349        },
4350        {
4351            "name": "symfony/expression-language",
4352            "version": "v7.1.0",
4353            "source": {
4354                "type": "git",
4355                "url": "https://github.com/symfony/expression-language.git",
4356                "reference": "93e788339d36d933a181f4430010eae96bd34632"
4357            },
4358            "dist": {
4359                "type": "zip",
4360                "url": "https://api.github.com/repos/symfony/expression-language/zipball/93e788339d36d933a181f4430010eae96bd34632",
4361                "reference": "93e788339d36d933a181f4430010eae96bd34632",
4362                "shasum": ""
4363            },
4364            "require": {
4365                "php": ">=8.2",
4366                "symfony/cache": "^6.4|^7.0",
4367                "symfony/deprecation-contracts": "^2.5|^3",
4368                "symfony/service-contracts": "^2.5|^3"
4369            },
4370            "type": "library",
4371            "autoload": {
4372                "psr-4": {
4373                    "Symfony\\Component\\ExpressionLanguage\\": ""
4374                },
4375                "exclude-from-classmap": [
4376                    "/Tests/"
4377                ]
4378            },
4379            "notification-url": "https://packagist.org/downloads/",
4380            "license": [
4381                "MIT"
4382            ],
4383            "authors": [
4384                {
4385                    "name": "Fabien Potencier",
4386                    "email": "fabien@symfony.com"
4387                },
4388                {
4389                    "name": "Symfony Community",
4390                    "homepage": "https://symfony.com/contributors"
4391                }
4392            ],
4393            "description": "Provides an engine that can compile and evaluate expressions",
4394            "homepage": "https://symfony.com",
4395            "support": {
4396                "source": "https://github.com/symfony/expression-language/tree/v7.1.0"
4397            },
4398            "funding": [
4399                {
4400                    "url": "https://symfony.com/sponsor",
4401                    "type": "custom"
4402                },
4403                {
4404                    "url": "https://github.com/fabpot",
4405                    "type": "github"
4406                },
4407                {
4408                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4409                    "type": "tidelift"
4410                }
4411            ],
4412            "time": "2024-05-30T12:09:55+00:00"
4413        },
4414        {
4415            "name": "symfony/mailer",
4416            "version": "v7.1.0",
4417            "source": {
4418                "type": "git",
4419                "url": "https://github.com/symfony/mailer.git",
4420                "reference": "1528f3fb85d1cbed8bf68a19d5428de662c29d7e"
4421            },
4422            "dist": {
4423                "type": "zip",
4424                "url": "https://api.github.com/repos/symfony/mailer/zipball/1528f3fb85d1cbed8bf68a19d5428de662c29d7e",
4425                "reference": "1528f3fb85d1cbed8bf68a19d5428de662c29d7e",
4426                "shasum": ""
4427            },
4428            "require": {
4429                "egulias/email-validator": "^2.1.10|^3|^4",
4430                "php": ">=8.2",
4431                "psr/event-dispatcher": "^1",
4432                "psr/log": "^1|^2|^3",
4433                "symfony/event-dispatcher": "^6.4|^7.0",
4434                "symfony/mime": "^6.4|^7.0",
4435                "symfony/service-contracts": "^2.5|^3"
4436            },
4437            "conflict": {
4438                "symfony/http-client-contracts": "<2.5",
4439                "symfony/http-kernel": "<6.4",
4440                "symfony/messenger": "<6.4",
4441                "symfony/mime": "<6.4",
4442                "symfony/twig-bridge": "<6.4"
4443            },
4444            "require-dev": {
4445                "symfony/console": "^6.4|^7.0",
4446                "symfony/http-client": "^6.4|^7.0",
4447                "symfony/messenger": "^6.4|^7.0",
4448                "symfony/twig-bridge": "^6.4|^7.0"
4449            },
4450            "type": "library",
4451            "autoload": {
4452                "psr-4": {
4453                    "Symfony\\Component\\Mailer\\": ""
4454                },
4455                "exclude-from-classmap": [
4456                    "/Tests/"
4457                ]
4458            },
4459            "notification-url": "https://packagist.org/downloads/",
4460            "license": [
4461                "MIT"
4462            ],
4463            "authors": [
4464                {
4465                    "name": "Fabien Potencier",
4466                    "email": "fabien@symfony.com"
4467                },
4468                {
4469                    "name": "Symfony Community",
4470                    "homepage": "https://symfony.com/contributors"
4471                }
4472            ],
4473            "description": "Helps sending emails",
4474            "homepage": "https://symfony.com",
4475            "support": {
4476                "source": "https://github.com/symfony/mailer/tree/v7.1.0"
4477            },
4478            "funding": [
4479                {
4480                    "url": "https://symfony.com/sponsor",
4481                    "type": "custom"
4482                },
4483                {
4484                    "url": "https://github.com/fabpot",
4485                    "type": "github"
4486                },
4487                {
4488                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4489                    "type": "tidelift"
4490                }
4491            ],
4492            "time": "2024-05-31T07:45:05+00:00"
4493        },
4494        {
4495            "name": "symfony/mime",
4496            "version": "v7.1.0",
4497            "source": {
4498                "type": "git",
4499                "url": "https://github.com/symfony/mime.git",
4500                "reference": "92d6b9b1217eebff2035577db505b7e1435ca78c"
4501            },
4502            "dist": {
4503                "type": "zip",
4504                "url": "https://api.github.com/repos/symfony/mime/zipball/92d6b9b1217eebff2035577db505b7e1435ca78c",
4505                "reference": "92d6b9b1217eebff2035577db505b7e1435ca78c",
4506                "shasum": ""
4507            },
4508            "require": {
4509                "php": ">=8.2",
4510                "symfony/polyfill-intl-idn": "^1.10",
4511                "symfony/polyfill-mbstring": "^1.0"
4512            },
4513            "conflict": {
4514                "egulias/email-validator": "~3.0.0",
4515                "phpdocumentor/reflection-docblock": "<3.2.2",
4516                "phpdocumentor/type-resolver": "<1.4.0",
4517                "symfony/mailer": "<6.4",
4518                "symfony/serializer": "<6.4"
4519            },
4520            "require-dev": {
4521                "egulias/email-validator": "^2.1.10|^3.1|^4",
4522                "league/html-to-markdown": "^5.0",
4523                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4524                "symfony/dependency-injection": "^6.4|^7.0",
4525                "symfony/process": "^6.4|^7.0",
4526                "symfony/property-access": "^6.4|^7.0",
4527                "symfony/property-info": "^6.4|^7.0",
4528                "symfony/serializer": "^6.4|^7.0"
4529            },
4530            "type": "library",
4531            "autoload": {
4532                "psr-4": {
4533                    "Symfony\\Component\\Mime\\": ""
4534                },
4535                "exclude-from-classmap": [
4536                    "/Tests/"
4537                ]
4538            },
4539            "notification-url": "https://packagist.org/downloads/",
4540            "license": [
4541                "MIT"
4542            ],
4543            "authors": [
4544                {
4545                    "name": "Fabien Potencier",
4546                    "email": "fabien@symfony.com"
4547                },
4548                {
4549                    "name": "Symfony Community",
4550                    "homepage": "https://symfony.com/contributors"
4551                }
4552            ],
4553            "description": "Allows manipulating MIME messages",
4554            "homepage": "https://symfony.com",
4555            "keywords": [
4556                "mime",
4557                "mime-type"
4558            ],
4559            "support": {
4560                "source": "https://github.com/symfony/mime/tree/v7.1.0"
4561            },
4562            "funding": [
4563                {
4564                    "url": "https://symfony.com/sponsor",
4565                    "type": "custom"
4566                },
4567                {
4568                    "url": "https://github.com/fabpot",
4569                    "type": "github"
4570                },
4571                {
4572                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4573                    "type": "tidelift"
4574                }
4575            ],
4576            "time": "2024-05-29T15:16:11+00:00"
4577        },
4578        {
4579            "name": "symfony/polyfill-ctype",
4580            "version": "v1.29.0",
4581            "source": {
4582                "type": "git",
4583                "url": "https://github.com/symfony/polyfill-ctype.git",
4584                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
4585            },
4586            "dist": {
4587                "type": "zip",
4588                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
4589                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
4590                "shasum": ""
4591            },
4592            "require": {
4593                "php": ">=7.1"
4594            },
4595            "provide": {
4596                "ext-ctype": "*"
4597            },
4598            "suggest": {
4599                "ext-ctype": "For best performance"
4600            },
4601            "type": "library",
4602            "extra": {
4603                "thanks": {
4604                    "name": "symfony/polyfill",
4605                    "url": "https://github.com/symfony/polyfill"
4606                }
4607            },
4608            "autoload": {
4609                "files": [
4610                    "bootstrap.php"
4611                ],
4612                "psr-4": {
4613                    "Symfony\\Polyfill\\Ctype\\": ""
4614                }
4615            },
4616            "notification-url": "https://packagist.org/downloads/",
4617            "license": [
4618                "MIT"
4619            ],
4620            "authors": [
4621                {
4622                    "name": "Gert de Pagter",
4623                    "email": "BackEndTea@gmail.com"
4624                },
4625                {
4626                    "name": "Symfony Community",
4627                    "homepage": "https://symfony.com/contributors"
4628                }
4629            ],
4630            "description": "Symfony polyfill for ctype functions",
4631            "homepage": "https://symfony.com",
4632            "keywords": [
4633                "compatibility",
4634                "ctype",
4635                "polyfill",
4636                "portable"
4637            ],
4638            "support": {
4639                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
4640            },
4641            "funding": [
4642                {
4643                    "url": "https://symfony.com/sponsor",
4644                    "type": "custom"
4645                },
4646                {
4647                    "url": "https://github.com/fabpot",
4648                    "type": "github"
4649                },
4650                {
4651                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4652                    "type": "tidelift"
4653                }
4654            ],
4655            "time": "2024-01-29T20:11:03+00:00"
4656        },
4657        {
4658            "name": "symfony/polyfill-intl-grapheme",
4659            "version": "v1.29.0",
4660            "source": {
4661                "type": "git",
4662                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4663                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
4664            },
4665            "dist": {
4666                "type": "zip",
4667                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
4668                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
4669                "shasum": ""
4670            },
4671            "require": {
4672                "php": ">=7.1"
4673            },
4674            "suggest": {
4675                "ext-intl": "For best performance"
4676            },
4677            "type": "library",
4678            "extra": {
4679                "thanks": {
4680                    "name": "symfony/polyfill",
4681                    "url": "https://github.com/symfony/polyfill"
4682                }
4683            },
4684            "autoload": {
4685                "files": [
4686                    "bootstrap.php"
4687                ],
4688                "psr-4": {
4689                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
4690                }
4691            },
4692            "notification-url": "https://packagist.org/downloads/",
4693            "license": [
4694                "MIT"
4695            ],
4696            "authors": [
4697                {
4698                    "name": "Nicolas Grekas",
4699                    "email": "p@tchwork.com"
4700                },
4701                {
4702                    "name": "Symfony Community",
4703                    "homepage": "https://symfony.com/contributors"
4704                }
4705            ],
4706            "description": "Symfony polyfill for intl's grapheme_* functions",
4707            "homepage": "https://symfony.com",
4708            "keywords": [
4709                "compatibility",
4710                "grapheme",
4711                "intl",
4712                "polyfill",
4713                "portable",
4714                "shim"
4715            ],
4716            "support": {
4717                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
4718            },
4719            "funding": [
4720                {
4721                    "url": "https://symfony.com/sponsor",
4722                    "type": "custom"
4723                },
4724                {
4725                    "url": "https://github.com/fabpot",
4726                    "type": "github"
4727                },
4728                {
4729                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4730                    "type": "tidelift"
4731                }
4732            ],
4733            "time": "2024-01-29T20:11:03+00:00"
4734        },
4735        {
4736            "name": "symfony/polyfill-intl-idn",
4737            "version": "v1.29.0",
4738            "source": {
4739                "type": "git",
4740                "url": "https://github.com/symfony/polyfill-intl-idn.git",
4741                "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
4742            },
4743            "dist": {
4744                "type": "zip",
4745                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
4746                "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
4747                "shasum": ""
4748            },
4749            "require": {
4750                "php": ">=7.1",
4751                "symfony/polyfill-intl-normalizer": "^1.10",
4752                "symfony/polyfill-php72": "^1.10"
4753            },
4754            "suggest": {
4755                "ext-intl": "For best performance"
4756            },
4757            "type": "library",
4758            "extra": {
4759                "thanks": {
4760                    "name": "symfony/polyfill",
4761                    "url": "https://github.com/symfony/polyfill"
4762                }
4763            },
4764            "autoload": {
4765                "files": [
4766                    "bootstrap.php"
4767                ],
4768                "psr-4": {
4769                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
4770                }
4771            },
4772            "notification-url": "https://packagist.org/downloads/",
4773            "license": [
4774                "MIT"
4775            ],
4776            "authors": [
4777                {
4778                    "name": "Laurent Bassin",
4779                    "email": "laurent@bassin.info"
4780                },
4781                {
4782                    "name": "Trevor Rowbotham",
4783                    "email": "trevor.rowbotham@pm.me"
4784                },
4785                {
4786                    "name": "Symfony Community",
4787                    "homepage": "https://symfony.com/contributors"
4788                }
4789            ],
4790            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4791            "homepage": "https://symfony.com",
4792            "keywords": [
4793                "compatibility",
4794                "idn",
4795                "intl",
4796                "polyfill",
4797                "portable",
4798                "shim"
4799            ],
4800            "support": {
4801                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
4802            },
4803            "funding": [
4804                {
4805                    "url": "https://symfony.com/sponsor",
4806                    "type": "custom"
4807                },
4808                {
4809                    "url": "https://github.com/fabpot",
4810                    "type": "github"
4811                },
4812                {
4813                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4814                    "type": "tidelift"
4815                }
4816            ],
4817            "time": "2024-01-29T20:11:03+00:00"
4818        },
4819        {
4820            "name": "symfony/polyfill-intl-normalizer",
4821            "version": "v1.29.0",
4822            "source": {
4823                "type": "git",
4824                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4825                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
4826            },
4827            "dist": {
4828                "type": "zip",
4829                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
4830                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
4831                "shasum": ""
4832            },
4833            "require": {
4834                "php": ">=7.1"
4835            },
4836            "suggest": {
4837                "ext-intl": "For best performance"
4838            },
4839            "type": "library",
4840            "extra": {
4841                "thanks": {
4842                    "name": "symfony/polyfill",
4843                    "url": "https://github.com/symfony/polyfill"
4844                }
4845            },
4846            "autoload": {
4847                "files": [
4848                    "bootstrap.php"
4849                ],
4850                "psr-4": {
4851                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4852                },
4853                "classmap": [
4854                    "Resources/stubs"
4855                ]
4856            },
4857            "notification-url": "https://packagist.org/downloads/",
4858            "license": [
4859                "MIT"
4860            ],
4861            "authors": [
4862                {
4863                    "name": "Nicolas Grekas",
4864                    "email": "p@tchwork.com"
4865                },
4866                {
4867                    "name": "Symfony Community",
4868                    "homepage": "https://symfony.com/contributors"
4869                }
4870            ],
4871            "description": "Symfony polyfill for intl's Normalizer class and related functions",
4872            "homepage": "https://symfony.com",
4873            "keywords": [
4874                "compatibility",
4875                "intl",
4876                "normalizer",
4877                "polyfill",
4878                "portable",
4879                "shim"
4880            ],
4881            "support": {
4882                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
4883            },
4884            "funding": [
4885                {
4886                    "url": "https://symfony.com/sponsor",
4887                    "type": "custom"
4888                },
4889                {
4890                    "url": "https://github.com/fabpot",
4891                    "type": "github"
4892                },
4893                {
4894                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4895                    "type": "tidelift"
4896                }
4897            ],
4898            "time": "2024-01-29T20:11:03+00:00"
4899        },
4900        {
4901            "name": "symfony/polyfill-mbstring",
4902            "version": "v1.29.0",
4903            "source": {
4904                "type": "git",
4905                "url": "https://github.com/symfony/polyfill-mbstring.git",
4906                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
4907            },
4908            "dist": {
4909                "type": "zip",
4910                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
4911                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
4912                "shasum": ""
4913            },
4914            "require": {
4915                "php": ">=7.1"
4916            },
4917            "provide": {
4918                "ext-mbstring": "*"
4919            },
4920            "suggest": {
4921                "ext-mbstring": "For best performance"
4922            },
4923            "type": "library",
4924            "extra": {
4925                "thanks": {
4926                    "name": "symfony/polyfill",
4927                    "url": "https://github.com/symfony/polyfill"
4928                }
4929            },
4930            "autoload": {
4931                "files": [
4932                    "bootstrap.php"
4933                ],
4934                "psr-4": {
4935                    "Symfony\\Polyfill\\Mbstring\\": ""
4936                }
4937            },
4938            "notification-url": "https://packagist.org/downloads/",
4939            "license": [
4940                "MIT"
4941            ],
4942            "authors": [
4943                {
4944                    "name": "Nicolas Grekas",
4945                    "email": "p@tchwork.com"
4946                },
4947                {
4948                    "name": "Symfony Community",
4949                    "homepage": "https://symfony.com/contributors"
4950                }
4951            ],
4952            "description": "Symfony polyfill for the Mbstring extension",
4953            "homepage": "https://symfony.com",
4954            "keywords": [
4955                "compatibility",
4956                "mbstring",
4957                "polyfill",
4958                "portable",
4959                "shim"
4960            ],
4961            "support": {
4962                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
4963            },
4964            "funding": [
4965                {
4966                    "url": "https://symfony.com/sponsor",
4967                    "type": "custom"
4968                },
4969                {
4970                    "url": "https://github.com/fabpot",
4971                    "type": "github"
4972                },
4973                {
4974                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4975                    "type": "tidelift"
4976                }
4977            ],
4978            "time": "2024-01-29T20:11:03+00:00"
4979        },
4980        {
4981            "name": "symfony/polyfill-php72",
4982            "version": "v1.29.0",
4983            "source": {
4984                "type": "git",
4985                "url": "https://github.com/symfony/polyfill-php72.git",
4986                "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
4987            },
4988            "dist": {
4989                "type": "zip",
4990                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
4991                "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
4992                "shasum": ""
4993            },
4994            "require": {
4995                "php": ">=7.1"
4996            },
4997            "type": "library",
4998            "extra": {
4999                "thanks": {
5000                    "name": "symfony/polyfill",
5001                    "url": "https://github.com/symfony/polyfill"
5002                }
5003            },
5004            "autoload": {
5005                "files": [
5006                    "bootstrap.php"
5007                ],
5008                "psr-4": {
5009                    "Symfony\\Polyfill\\Php72\\": ""
5010                }
5011            },
5012            "notification-url": "https://packagist.org/downloads/",
5013            "license": [
5014                "MIT"
5015            ],
5016            "authors": [
5017                {
5018                    "name": "Nicolas Grekas",
5019                    "email": "p@tchwork.com"
5020                },
5021                {
5022                    "name": "Symfony Community",
5023                    "homepage": "https://symfony.com/contributors"
5024                }
5025            ],
5026            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
5027            "homepage": "https://symfony.com",
5028            "keywords": [
5029                "compatibility",
5030                "polyfill",
5031                "portable",
5032                "shim"
5033            ],
5034            "support": {
5035                "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
5036            },
5037            "funding": [
5038                {
5039                    "url": "https://symfony.com/sponsor",
5040                    "type": "custom"
5041                },
5042                {
5043                    "url": "https://github.com/fabpot",
5044                    "type": "github"
5045                },
5046                {
5047                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5048                    "type": "tidelift"
5049                }
5050            ],
5051            "time": "2024-01-29T20:11:03+00:00"
5052        },
5053        {
5054            "name": "symfony/polyfill-php80",
5055            "version": "v1.29.0",
5056            "source": {
5057                "type": "git",
5058                "url": "https://github.com/symfony/polyfill-php80.git",
5059                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
5060            },
5061            "dist": {
5062                "type": "zip",
5063                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
5064                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
5065                "shasum": ""
5066            },
5067            "require": {
5068                "php": ">=7.1"
5069            },
5070            "type": "library",
5071            "extra": {
5072                "thanks": {
5073                    "name": "symfony/polyfill",
5074                    "url": "https://github.com/symfony/polyfill"
5075                }
5076            },
5077            "autoload": {
5078                "files": [
5079                    "bootstrap.php"
5080                ],
5081                "psr-4": {
5082                    "Symfony\\Polyfill\\Php80\\": ""
5083                },
5084                "classmap": [
5085                    "Resources/stubs"
5086                ]
5087            },
5088            "notification-url": "https://packagist.org/downloads/",
5089            "license": [
5090                "MIT"
5091            ],
5092            "authors": [
5093                {
5094                    "name": "Ion Bazan",
5095                    "email": "ion.bazan@gmail.com"
5096                },
5097                {
5098                    "name": "Nicolas Grekas",
5099                    "email": "p@tchwork.com"
5100                },
5101                {
5102                    "name": "Symfony Community",
5103                    "homepage": "https://symfony.com/contributors"
5104                }
5105            ],
5106            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5107            "homepage": "https://symfony.com",
5108            "keywords": [
5109                "compatibility",
5110                "polyfill",
5111                "portable",
5112                "shim"
5113            ],
5114            "support": {
5115                "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
5116            },
5117            "funding": [
5118                {
5119                    "url": "https://symfony.com/sponsor",
5120                    "type": "custom"
5121                },
5122                {
5123                    "url": "https://github.com/fabpot",
5124                    "type": "github"
5125                },
5126                {
5127                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5128                    "type": "tidelift"
5129                }
5130            ],
5131            "time": "2024-01-29T20:11:03+00:00"
5132        },
5133        {
5134            "name": "symfony/polyfill-php83",
5135            "version": "v1.29.0",
5136            "source": {
5137                "type": "git",
5138                "url": "https://github.com/symfony/polyfill-php83.git",
5139                "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
5140            },
5141            "dist": {
5142                "type": "zip",
5143                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
5144                "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
5145                "shasum": ""
5146            },
5147            "require": {
5148                "php": ">=7.1",
5149                "symfony/polyfill-php80": "^1.14"
5150            },
5151            "type": "library",
5152            "extra": {
5153                "thanks": {
5154                    "name": "symfony/polyfill",
5155                    "url": "https://github.com/symfony/polyfill"
5156                }
5157            },
5158            "autoload": {
5159                "files": [
5160                    "bootstrap.php"
5161                ],
5162                "psr-4": {
5163                    "Symfony\\Polyfill\\Php83\\": ""
5164                },
5165                "classmap": [
5166                    "Resources/stubs"
5167                ]
5168            },
5169            "notification-url": "https://packagist.org/downloads/",
5170            "license": [
5171                "MIT"
5172            ],
5173            "authors": [
5174                {
5175                    "name": "Nicolas Grekas",
5176                    "email": "p@tchwork.com"
5177                },
5178                {
5179                    "name": "Symfony Community",
5180                    "homepage": "https://symfony.com/contributors"
5181                }
5182            ],
5183            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
5184            "homepage": "https://symfony.com",
5185            "keywords": [
5186                "compatibility",
5187                "polyfill",
5188                "portable",
5189                "shim"
5190            ],
5191            "support": {
5192                "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
5193            },
5194            "funding": [
5195                {
5196                    "url": "https://symfony.com/sponsor",
5197                    "type": "custom"
5198                },
5199                {
5200                    "url": "https://github.com/fabpot",
5201                    "type": "github"
5202                },
5203                {
5204                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5205                    "type": "tidelift"
5206                }
5207            ],
5208            "time": "2024-01-29T20:11:03+00:00"
5209        },
5210        {
5211            "name": "symfony/service-contracts",
5212            "version": "v3.5.0",
5213            "source": {
5214                "type": "git",
5215                "url": "https://github.com/symfony/service-contracts.git",
5216                "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
5217            },
5218            "dist": {
5219                "type": "zip",
5220                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
5221                "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
5222                "shasum": ""
5223            },
5224            "require": {
5225                "php": ">=8.1",
5226                "psr/container": "^1.1|^2.0",
5227                "symfony/deprecation-contracts": "^2.5|^3"
5228            },
5229            "conflict": {
5230                "ext-psr": "<1.1|>=2"
5231            },
5232            "type": "library",
5233            "extra": {
5234                "branch-alias": {
5235                    "dev-main": "3.5-dev"
5236                },
5237                "thanks": {
5238                    "name": "symfony/contracts",
5239                    "url": "https://github.com/symfony/contracts"
5240                }
5241            },
5242            "autoload": {
5243                "psr-4": {
5244                    "Symfony\\Contracts\\Service\\": ""
5245                },
5246                "exclude-from-classmap": [
5247                    "/Test/"
5248                ]
5249            },
5250            "notification-url": "https://packagist.org/downloads/",
5251            "license": [
5252                "MIT"
5253            ],
5254            "authors": [
5255                {
5256                    "name": "Nicolas Grekas",
5257                    "email": "p@tchwork.com"
5258                },
5259                {
5260                    "name": "Symfony Community",
5261                    "homepage": "https://symfony.com/contributors"
5262                }
5263            ],
5264            "description": "Generic abstractions related to writing services",
5265            "homepage": "https://symfony.com",
5266            "keywords": [
5267                "abstractions",
5268                "contracts",
5269                "decoupling",
5270                "interfaces",
5271                "interoperability",
5272                "standards"
5273            ],
5274            "support": {
5275                "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
5276            },
5277            "funding": [
5278                {
5279                    "url": "https://symfony.com/sponsor",
5280                    "type": "custom"
5281                },
5282                {
5283                    "url": "https://github.com/fabpot",
5284                    "type": "github"
5285                },
5286                {
5287                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5288                    "type": "tidelift"
5289                }
5290            ],
5291            "time": "2024-04-18T09:32:20+00:00"
5292        },
5293        {
5294            "name": "symfony/string",
5295            "version": "v7.1.0",
5296            "source": {
5297                "type": "git",
5298                "url": "https://github.com/symfony/string.git",
5299                "reference": "6f41b185e742737917e6f2e3eca37767fba5f17a"
5300            },
5301            "dist": {
5302                "type": "zip",
5303                "url": "https://api.github.com/repos/symfony/string/zipball/6f41b185e742737917e6f2e3eca37767fba5f17a",
5304                "reference": "6f41b185e742737917e6f2e3eca37767fba5f17a",
5305                "shasum": ""
5306            },
5307            "require": {
5308                "php": ">=8.2",
5309                "symfony/polyfill-ctype": "~1.8",
5310                "symfony/polyfill-intl-grapheme": "~1.0",
5311                "symfony/polyfill-intl-normalizer": "~1.0",
5312                "symfony/polyfill-mbstring": "~1.0"
5313            },
5314            "conflict": {
5315                "symfony/translation-contracts": "<2.5"
5316            },
5317            "require-dev": {
5318                "symfony/emoji": "^7.1",
5319                "symfony/error-handler": "^6.4|^7.0",
5320                "symfony/http-client": "^6.4|^7.0",
5321                "symfony/intl": "^6.4|^7.0",
5322                "symfony/translation-contracts": "^2.5|^3.0",
5323                "symfony/var-exporter": "^6.4|^7.0"
5324            },
5325            "type": "library",
5326            "autoload": {
5327                "files": [
5328                    "Resources/functions.php"
5329                ],
5330                "psr-4": {
5331                    "Symfony\\Component\\String\\": ""
5332                },
5333                "exclude-from-classmap": [
5334                    "/Tests/"
5335                ]
5336            },
5337            "notification-url": "https://packagist.org/downloads/",
5338            "license": [
5339                "MIT"
5340            ],
5341            "authors": [
5342                {
5343                    "name": "Nicolas Grekas",
5344                    "email": "p@tchwork.com"
5345                },
5346                {
5347                    "name": "Symfony Community",
5348                    "homepage": "https://symfony.com/contributors"
5349                }
5350            ],
5351            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
5352            "homepage": "https://symfony.com",
5353            "keywords": [
5354                "grapheme",
5355                "i18n",
5356                "string",
5357                "unicode",
5358                "utf-8",
5359                "utf8"
5360            ],
5361            "support": {
5362                "source": "https://github.com/symfony/string/tree/v7.1.0"
5363            },
5364            "funding": [
5365                {
5366                    "url": "https://symfony.com/sponsor",
5367                    "type": "custom"
5368                },
5369                {
5370                    "url": "https://github.com/fabpot",
5371                    "type": "github"
5372                },
5373                {
5374                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5375                    "type": "tidelift"
5376                }
5377            ],
5378            "time": "2024-05-17T10:55:18+00:00"
5379        },
5380        {
5381            "name": "symfony/translation",
5382            "version": "v7.1.0",
5383            "source": {
5384                "type": "git",
5385                "url": "https://github.com/symfony/translation.git",
5386                "reference": "583d18e461eada8270ca44b7d99f07abf1ab048e"
5387            },
5388            "dist": {
5389                "type": "zip",
5390                "url": "https://api.github.com/repos/symfony/translation/zipball/583d18e461eada8270ca44b7d99f07abf1ab048e",
5391                "reference": "583d18e461eada8270ca44b7d99f07abf1ab048e",
5392                "shasum": ""
5393            },
5394            "require": {
5395                "php": ">=8.2",
5396                "symfony/polyfill-mbstring": "~1.0",
5397                "symfony/translation-contracts": "^2.5|^3.0"
5398            },
5399            "conflict": {
5400                "symfony/config": "<6.4",
5401                "symfony/console": "<6.4",
5402                "symfony/dependency-injection": "<6.4",
5403                "symfony/http-client-contracts": "<2.5",
5404                "symfony/http-kernel": "<6.4",
5405                "symfony/service-contracts": "<2.5",
5406                "symfony/twig-bundle": "<6.4",
5407                "symfony/yaml": "<6.4"
5408            },
5409            "provide": {
5410                "symfony/translation-implementation": "2.3|3.0"
5411            },
5412            "require-dev": {
5413                "nikic/php-parser": "^4.18|^5.0",
5414                "psr/log": "^1|^2|^3",
5415                "symfony/config": "^6.4|^7.0",
5416                "symfony/console": "^6.4|^7.0",
5417                "symfony/dependency-injection": "^6.4|^7.0",
5418                "symfony/finder": "^6.4|^7.0",
5419                "symfony/http-client-contracts": "^2.5|^3.0",
5420                "symfony/http-kernel": "^6.4|^7.0",
5421                "symfony/intl": "^6.4|^7.0",
5422                "symfony/polyfill-intl-icu": "^1.21",
5423                "symfony/routing": "^6.4|^7.0",
5424                "symfony/service-contracts": "^2.5|^3",
5425                "symfony/yaml": "^6.4|^7.0"
5426            },
5427            "type": "library",
5428            "autoload": {
5429                "files": [
5430                    "Resources/functions.php"
5431                ],
5432                "psr-4": {
5433                    "Symfony\\Component\\Translation\\": ""
5434                },
5435                "exclude-from-classmap": [
5436                    "/Tests/"
5437                ]
5438            },
5439            "notification-url": "https://packagist.org/downloads/",
5440            "license": [
5441                "MIT"
5442            ],
5443            "authors": [
5444                {
5445                    "name": "Fabien Potencier",
5446                    "email": "fabien@symfony.com"
5447                },
5448                {
5449                    "name": "Symfony Community",
5450                    "homepage": "https://symfony.com/contributors"
5451                }
5452            ],
5453            "description": "Provides tools to internationalize your application",
5454            "homepage": "https://symfony.com",
5455            "support": {
5456                "source": "https://github.com/symfony/translation/tree/v7.1.0"
5457            },
5458            "funding": [
5459                {
5460                    "url": "https://symfony.com/sponsor",
5461                    "type": "custom"
5462                },
5463                {
5464                    "url": "https://github.com/fabpot",
5465                    "type": "github"
5466                },
5467                {
5468                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5469                    "type": "tidelift"
5470                }
5471            ],
5472            "time": "2024-05-02T11:50:05+00:00"
5473        },
5474        {
5475            "name": "symfony/translation-contracts",
5476            "version": "v3.5.0",
5477            "source": {
5478                "type": "git",
5479                "url": "https://github.com/symfony/translation-contracts.git",
5480                "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
5481            },
5482            "dist": {
5483                "type": "zip",
5484                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
5485                "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
5486                "shasum": ""
5487            },
5488            "require": {
5489                "php": ">=8.1"
5490            },
5491            "type": "library",
5492            "extra": {
5493                "branch-alias": {
5494                    "dev-main": "3.5-dev"
5495                },
5496                "thanks": {
5497                    "name": "symfony/contracts",
5498                    "url": "https://github.com/symfony/contracts"
5499                }
5500            },
5501            "autoload": {
5502                "psr-4": {
5503                    "Symfony\\Contracts\\Translation\\": ""
5504                },
5505                "exclude-from-classmap": [
5506                    "/Test/"
5507                ]
5508            },
5509            "notification-url": "https://packagist.org/downloads/",
5510            "license": [
5511                "MIT"
5512            ],
5513            "authors": [
5514                {
5515                    "name": "Nicolas Grekas",
5516                    "email": "p@tchwork.com"
5517                },
5518                {
5519                    "name": "Symfony Community",
5520                    "homepage": "https://symfony.com/contributors"
5521                }
5522            ],
5523            "description": "Generic abstractions related to translation",
5524            "homepage": "https://symfony.com",
5525            "keywords": [
5526                "abstractions",
5527                "contracts",
5528                "decoupling",
5529                "interfaces",
5530                "interoperability",
5531                "standards"
5532            ],
5533            "support": {
5534                "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
5535            },
5536            "funding": [
5537                {
5538                    "url": "https://symfony.com/sponsor",
5539                    "type": "custom"
5540                },
5541                {
5542                    "url": "https://github.com/fabpot",
5543                    "type": "github"
5544                },
5545                {
5546                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5547                    "type": "tidelift"
5548                }
5549            ],
5550            "time": "2024-04-18T09:32:20+00:00"
5551        },
5552        {
5553            "name": "symfony/var-exporter",
5554            "version": "v7.1.0",
5555            "source": {
5556                "type": "git",
5557                "url": "https://github.com/symfony/var-exporter.git",
5558                "reference": "353688d70dcd43e8f7a5cc13b9afba49d4946c39"
5559            },
5560            "dist": {
5561                "type": "zip",
5562                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/353688d70dcd43e8f7a5cc13b9afba49d4946c39",
5563                "reference": "353688d70dcd43e8f7a5cc13b9afba49d4946c39",
5564                "shasum": ""
5565            },
5566            "require": {
5567                "php": ">=8.2"
5568            },
5569            "require-dev": {
5570                "symfony/property-access": "^6.4|^7.0",
5571                "symfony/serializer": "^6.4|^7.0",
5572                "symfony/var-dumper": "^6.4|^7.0"
5573            },
5574            "type": "library",
5575            "autoload": {
5576                "psr-4": {
5577                    "Symfony\\Component\\VarExporter\\": ""
5578                },
5579                "exclude-from-classmap": [
5580                    "/Tests/"
5581                ]
5582            },
5583            "notification-url": "https://packagist.org/downloads/",
5584            "license": [
5585                "MIT"
5586            ],
5587            "authors": [
5588                {
5589                    "name": "Nicolas Grekas",
5590                    "email": "p@tchwork.com"
5591                },
5592                {
5593                    "name": "Symfony Community",
5594                    "homepage": "https://symfony.com/contributors"
5595                }
5596            ],
5597            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
5598            "homepage": "https://symfony.com",
5599            "keywords": [
5600                "clone",
5601                "construct",
5602                "export",
5603                "hydrate",
5604                "instantiate",
5605                "lazy-loading",
5606                "proxy",
5607                "serialize"
5608            ],
5609            "support": {
5610                "source": "https://github.com/symfony/var-exporter/tree/v7.1.0"
5611            },
5612            "funding": [
5613                {
5614                    "url": "https://symfony.com/sponsor",
5615                    "type": "custom"
5616                },
5617                {
5618                    "url": "https://github.com/fabpot",
5619                    "type": "github"
5620                },
5621                {
5622                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5623                    "type": "tidelift"
5624                }
5625            ],
5626            "time": "2024-05-22T10:14:54+00:00"
5627        },
5628        {
5629            "name": "tecnickcom/tcpdf",
5630            "version": "6.7.5",
5631            "source": {
5632                "type": "git",
5633                "url": "https://github.com/tecnickcom/TCPDF.git",
5634                "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36"
5635            },
5636            "dist": {
5637                "type": "zip",
5638                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36",
5639                "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36",
5640                "shasum": ""
5641            },
5642            "require": {
5643                "php": ">=5.5.0"
5644            },
5645            "type": "library",
5646            "autoload": {
5647                "classmap": [
5648                    "config",
5649                    "include",
5650                    "tcpdf.php",
5651                    "tcpdf_parser.php",
5652                    "tcpdf_import.php",
5653                    "tcpdf_barcodes_1d.php",
5654                    "tcpdf_barcodes_2d.php",
5655                    "include/tcpdf_colors.php",
5656                    "include/tcpdf_filters.php",
5657                    "include/tcpdf_font_data.php",
5658                    "include/tcpdf_fonts.php",
5659                    "include/tcpdf_images.php",
5660                    "include/tcpdf_static.php",
5661                    "include/barcodes/datamatrix.php",
5662                    "include/barcodes/pdf417.php",
5663                    "include/barcodes/qrcode.php"
5664                ]
5665            },
5666            "notification-url": "https://packagist.org/downloads/",
5667            "license": [
5668                "LGPL-3.0-or-later"
5669            ],
5670            "authors": [
5671                {
5672                    "name": "Nicola Asuni",
5673                    "email": "info@tecnick.com",
5674                    "role": "lead"
5675                }
5676            ],
5677            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5678            "homepage": "http://www.tcpdf.org/",
5679            "keywords": [
5680                "PDFD32000-2008",
5681                "TCPDF",
5682                "barcodes",
5683                "datamatrix",
5684                "pdf",
5685                "pdf417",
5686                "qrcode"
5687            ],
5688            "support": {
5689                "issues": "https://github.com/tecnickcom/TCPDF/issues",
5690                "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.5"
5691            },
5692            "funding": [
5693                {
5694                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
5695                    "type": "custom"
5696                }
5697            ],
5698            "time": "2024-04-20T17:25:10+00:00"
5699        },
5700        {
5701            "name": "voku/portable-ascii",
5702            "version": "2.0.1",
5703            "source": {
5704                "type": "git",
5705                "url": "https://github.com/voku/portable-ascii.git",
5706                "reference": "b56450eed252f6801410d810c8e1727224ae0743"
5707            },
5708            "dist": {
5709                "type": "zip",
5710                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
5711                "reference": "b56450eed252f6801410d810c8e1727224ae0743",
5712                "shasum": ""
5713            },
5714            "require": {
5715                "php": ">=7.0.0"
5716            },
5717            "require-dev": {
5718                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
5719            },
5720            "suggest": {
5721                "ext-intl": "Use Intl for transliterator_transliterate() support"
5722            },
5723            "type": "library",
5724            "autoload": {
5725                "psr-4": {
5726                    "voku\\": "src/voku/"
5727                }
5728            },
5729            "notification-url": "https://packagist.org/downloads/",
5730            "license": [
5731                "MIT"
5732            ],
5733            "authors": [
5734                {
5735                    "name": "Lars Moelleken",
5736                    "homepage": "http://www.moelleken.org/"
5737                }
5738            ],
5739            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
5740            "homepage": "https://github.com/voku/portable-ascii",
5741            "keywords": [
5742                "ascii",
5743                "clean",
5744                "php"
5745            ],
5746            "support": {
5747                "issues": "https://github.com/voku/portable-ascii/issues",
5748                "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
5749            },
5750            "funding": [
5751                {
5752                    "url": "https://www.paypal.me/moelleken",
5753                    "type": "custom"
5754                },
5755                {
5756                    "url": "https://github.com/voku",
5757                    "type": "github"
5758                },
5759                {
5760                    "url": "https://opencollective.com/portable-ascii",
5761                    "type": "open_collective"
5762                },
5763                {
5764                    "url": "https://www.patreon.com/voku",
5765                    "type": "patreon"
5766                },
5767                {
5768                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
5769                    "type": "tidelift"
5770                }
5771            ],
5772            "time": "2022-03-08T17:03:00+00:00"
5773        }
5774    ],
5775    "packages-dev": [
5776        {
5777            "name": "league/flysystem-memory",
5778            "version": "3.28.0",
5779            "source": {
5780                "type": "git",
5781                "url": "https://github.com/thephpleague/flysystem-memory.git",
5782                "reference": "009a4a1b64dfbfb709fad9ced8dc3d2ed2224f85"
5783            },
5784            "dist": {
5785                "type": "zip",
5786                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/009a4a1b64dfbfb709fad9ced8dc3d2ed2224f85",
5787                "reference": "009a4a1b64dfbfb709fad9ced8dc3d2ed2224f85",
5788                "shasum": ""
5789            },
5790            "require": {
5791                "ext-fileinfo": "*",
5792                "league/flysystem": "^3.0.0",
5793                "php": "^8.0.2"
5794            },
5795            "type": "library",
5796            "autoload": {
5797                "psr-4": {
5798                    "League\\Flysystem\\InMemory\\": ""
5799                }
5800            },
5801            "notification-url": "https://packagist.org/downloads/",
5802            "license": [
5803                "MIT"
5804            ],
5805            "authors": [
5806                {
5807                    "name": "Frank de Jonge",
5808                    "email": "info@frankdejonge.nl"
5809                }
5810            ],
5811            "description": "In-memory filesystem adapter for Flysystem.",
5812            "keywords": [
5813                "Flysystem",
5814                "file",
5815                "files",
5816                "filesystem",
5817                "memory"
5818            ],
5819            "support": {
5820                "source": "https://github.com/thephpleague/flysystem-memory/tree/3.28.0"
5821            },
5822            "time": "2024-05-06T20:05:52+00:00"
5823        },
5824        {
5825            "name": "myclabs/deep-copy",
5826            "version": "1.11.1",
5827            "source": {
5828                "type": "git",
5829                "url": "https://github.com/myclabs/DeepCopy.git",
5830                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
5831            },
5832            "dist": {
5833                "type": "zip",
5834                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
5835                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
5836                "shasum": ""
5837            },
5838            "require": {
5839                "php": "^7.1 || ^8.0"
5840            },
5841            "conflict": {
5842                "doctrine/collections": "<1.6.8",
5843                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
5844            },
5845            "require-dev": {
5846                "doctrine/collections": "^1.6.8",
5847                "doctrine/common": "^2.13.3 || ^3.2.2",
5848                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
5849            },
5850            "type": "library",
5851            "autoload": {
5852                "files": [
5853                    "src/DeepCopy/deep_copy.php"
5854                ],
5855                "psr-4": {
5856                    "DeepCopy\\": "src/DeepCopy/"
5857                }
5858            },
5859            "notification-url": "https://packagist.org/downloads/",
5860            "license": [
5861                "MIT"
5862            ],
5863            "description": "Create deep copies (clones) of your objects",
5864            "keywords": [
5865                "clone",
5866                "copy",
5867                "duplicate",
5868                "object",
5869                "object graph"
5870            ],
5871            "support": {
5872                "issues": "https://github.com/myclabs/DeepCopy/issues",
5873                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
5874            },
5875            "funding": [
5876                {
5877                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
5878                    "type": "tidelift"
5879                }
5880            ],
5881            "time": "2023-03-08T13:26:56+00:00"
5882        },
5883        {
5884            "name": "nikic/php-parser",
5885            "version": "v5.0.2",
5886            "source": {
5887                "type": "git",
5888                "url": "https://github.com/nikic/PHP-Parser.git",
5889                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
5890            },
5891            "dist": {
5892                "type": "zip",
5893                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
5894                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
5895                "shasum": ""
5896            },
5897            "require": {
5898                "ext-ctype": "*",
5899                "ext-json": "*",
5900                "ext-tokenizer": "*",
5901                "php": ">=7.4"
5902            },
5903            "require-dev": {
5904                "ircmaxell/php-yacc": "^0.0.7",
5905                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
5906            },
5907            "bin": [
5908                "bin/php-parse"
5909            ],
5910            "type": "library",
5911            "extra": {
5912                "branch-alias": {
5913                    "dev-master": "5.0-dev"
5914                }
5915            },
5916            "autoload": {
5917                "psr-4": {
5918                    "PhpParser\\": "lib/PhpParser"
5919                }
5920            },
5921            "notification-url": "https://packagist.org/downloads/",
5922            "license": [
5923                "BSD-3-Clause"
5924            ],
5925            "authors": [
5926                {
5927                    "name": "Nikita Popov"
5928                }
5929            ],
5930            "description": "A PHP parser written in PHP",
5931            "keywords": [
5932                "parser",
5933                "php"
5934            ],
5935            "support": {
5936                "issues": "https://github.com/nikic/PHP-Parser/issues",
5937                "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
5938            },
5939            "time": "2024-03-05T20:51:40+00:00"
5940        },
5941        {
5942            "name": "phar-io/manifest",
5943            "version": "2.0.4",
5944            "source": {
5945                "type": "git",
5946                "url": "https://github.com/phar-io/manifest.git",
5947                "reference": "54750ef60c58e43759730615a392c31c80e23176"
5948            },
5949            "dist": {
5950                "type": "zip",
5951                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
5952                "reference": "54750ef60c58e43759730615a392c31c80e23176",
5953                "shasum": ""
5954            },
5955            "require": {
5956                "ext-dom": "*",
5957                "ext-libxml": "*",
5958                "ext-phar": "*",
5959                "ext-xmlwriter": "*",
5960                "phar-io/version": "^3.0.1",
5961                "php": "^7.2 || ^8.0"
5962            },
5963            "type": "library",
5964            "extra": {
5965                "branch-alias": {
5966                    "dev-master": "2.0.x-dev"
5967                }
5968            },
5969            "autoload": {
5970                "classmap": [
5971                    "src/"
5972                ]
5973            },
5974            "notification-url": "https://packagist.org/downloads/",
5975            "license": [
5976                "BSD-3-Clause"
5977            ],
5978            "authors": [
5979                {
5980                    "name": "Arne Blankerts",
5981                    "email": "arne@blankerts.de",
5982                    "role": "Developer"
5983                },
5984                {
5985                    "name": "Sebastian Heuer",
5986                    "email": "sebastian@phpeople.de",
5987                    "role": "Developer"
5988                },
5989                {
5990                    "name": "Sebastian Bergmann",
5991                    "email": "sebastian@phpunit.de",
5992                    "role": "Developer"
5993                }
5994            ],
5995            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
5996            "support": {
5997                "issues": "https://github.com/phar-io/manifest/issues",
5998                "source": "https://github.com/phar-io/manifest/tree/2.0.4"
5999            },
6000            "funding": [
6001                {
6002                    "url": "https://github.com/theseer",
6003                    "type": "github"
6004                }
6005            ],
6006            "time": "2024-03-03T12:33:53+00:00"
6007        },
6008        {
6009            "name": "phar-io/version",
6010            "version": "3.2.1",
6011            "source": {
6012                "type": "git",
6013                "url": "https://github.com/phar-io/version.git",
6014                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
6015            },
6016            "dist": {
6017                "type": "zip",
6018                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6019                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6020                "shasum": ""
6021            },
6022            "require": {
6023                "php": "^7.2 || ^8.0"
6024            },
6025            "type": "library",
6026            "autoload": {
6027                "classmap": [
6028                    "src/"
6029                ]
6030            },
6031            "notification-url": "https://packagist.org/downloads/",
6032            "license": [
6033                "BSD-3-Clause"
6034            ],
6035            "authors": [
6036                {
6037                    "name": "Arne Blankerts",
6038                    "email": "arne@blankerts.de",
6039                    "role": "Developer"
6040                },
6041                {
6042                    "name": "Sebastian Heuer",
6043                    "email": "sebastian@phpeople.de",
6044                    "role": "Developer"
6045                },
6046                {
6047                    "name": "Sebastian Bergmann",
6048                    "email": "sebastian@phpunit.de",
6049                    "role": "Developer"
6050                }
6051            ],
6052            "description": "Library for handling version information and constraints",
6053            "support": {
6054                "issues": "https://github.com/phar-io/version/issues",
6055                "source": "https://github.com/phar-io/version/tree/3.2.1"
6056            },
6057            "time": "2022-02-21T01:04:05+00:00"
6058        },
6059        {
6060            "name": "php-coveralls/php-coveralls",
6061            "version": "v2.7.0",
6062            "source": {
6063                "type": "git",
6064                "url": "https://github.com/php-coveralls/php-coveralls.git",
6065                "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15"
6066            },
6067            "dist": {
6068                "type": "zip",
6069                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/b36fa4394e519dafaddc04ae03976bc65a25ba15",
6070                "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15",
6071                "shasum": ""
6072            },
6073            "require": {
6074                "ext-json": "*",
6075                "ext-simplexml": "*",
6076                "guzzlehttp/guzzle": "^6.0 || ^7.0",
6077                "php": "^7.0 || ^8.0",
6078                "psr/log": "^1.0 || ^2.0",
6079                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
6080                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
6081                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
6082                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
6083            },
6084            "require-dev": {
6085                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23",
6086                "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
6087            },
6088            "suggest": {
6089                "symfony/http-kernel": "Allows Symfony integration"
6090            },
6091            "bin": [
6092                "bin/php-coveralls"
6093            ],
6094            "type": "library",
6095            "autoload": {
6096                "psr-4": {
6097                    "PhpCoveralls\\": "src/"
6098                }
6099            },
6100            "notification-url": "https://packagist.org/downloads/",
6101            "license": [
6102                "MIT"
6103            ],
6104            "authors": [
6105                {
6106                    "name": "Kitamura Satoshi",
6107                    "email": "with.no.parachute@gmail.com",
6108                    "homepage": "https://www.facebook.com/satooshi.jp",
6109                    "role": "Original creator"
6110                },
6111                {
6112                    "name": "Takashi Matsuo",
6113                    "email": "tmatsuo@google.com"
6114                },
6115                {
6116                    "name": "Google Inc"
6117                },
6118                {
6119                    "name": "Dariusz Ruminski",
6120                    "email": "dariusz.ruminski@gmail.com",
6121                    "homepage": "https://github.com/keradus"
6122                },
6123                {
6124                    "name": "Contributors",
6125                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
6126                }
6127            ],
6128            "description": "PHP client library for Coveralls API",
6129            "homepage": "https://github.com/php-coveralls/php-coveralls",
6130            "keywords": [
6131                "ci",
6132                "coverage",
6133                "github",
6134                "test"
6135            ],
6136            "support": {
6137                "issues": "https://github.com/php-coveralls/php-coveralls/issues",
6138                "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.7.0"
6139            },
6140            "time": "2023-11-22T10:21:01+00:00"
6141        },
6142        {
6143            "name": "phpunit/php-code-coverage",
6144            "version": "11.0.3",
6145            "source": {
6146                "type": "git",
6147                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6148                "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92"
6149            },
6150            "dist": {
6151                "type": "zip",
6152                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e35a2cbcabac0e6865fd373742ea432a3c34f92",
6153                "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92",
6154                "shasum": ""
6155            },
6156            "require": {
6157                "ext-dom": "*",
6158                "ext-libxml": "*",
6159                "ext-xmlwriter": "*",
6160                "nikic/php-parser": "^5.0",
6161                "php": ">=8.2",
6162                "phpunit/php-file-iterator": "^5.0",
6163                "phpunit/php-text-template": "^4.0",
6164                "sebastian/code-unit-reverse-lookup": "^4.0",
6165                "sebastian/complexity": "^4.0",
6166                "sebastian/environment": "^7.0",
6167                "sebastian/lines-of-code": "^3.0",
6168                "sebastian/version": "^5.0",
6169                "theseer/tokenizer": "^1.2.0"
6170            },
6171            "require-dev": {
6172                "phpunit/phpunit": "^11.0"
6173            },
6174            "suggest": {
6175                "ext-pcov": "PHP extension that provides line coverage",
6176                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
6177            },
6178            "type": "library",
6179            "extra": {
6180                "branch-alias": {
6181                    "dev-main": "11.0-dev"
6182                }
6183            },
6184            "autoload": {
6185                "classmap": [
6186                    "src/"
6187                ]
6188            },
6189            "notification-url": "https://packagist.org/downloads/",
6190            "license": [
6191                "BSD-3-Clause"
6192            ],
6193            "authors": [
6194                {
6195                    "name": "Sebastian Bergmann",
6196                    "email": "sebastian@phpunit.de",
6197                    "role": "lead"
6198                }
6199            ],
6200            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6201            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6202            "keywords": [
6203                "coverage",
6204                "testing",
6205                "xunit"
6206            ],
6207            "support": {
6208                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
6209                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
6210                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.3"
6211            },
6212            "funding": [
6213                {
6214                    "url": "https://github.com/sebastianbergmann",
6215                    "type": "github"
6216                }
6217            ],
6218            "time": "2024-03-12T15:35:40+00:00"
6219        },
6220        {
6221            "name": "phpunit/php-file-iterator",
6222            "version": "5.0.0",
6223            "source": {
6224                "type": "git",
6225                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6226                "reference": "99e95c94ad9500daca992354fa09d7b99abe2210"
6227            },
6228            "dist": {
6229                "type": "zip",
6230                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/99e95c94ad9500daca992354fa09d7b99abe2210",
6231                "reference": "99e95c94ad9500daca992354fa09d7b99abe2210",
6232                "shasum": ""
6233            },
6234            "require": {
6235                "php": ">=8.2"
6236            },
6237            "require-dev": {
6238                "phpunit/phpunit": "^11.0"
6239            },
6240            "type": "library",
6241            "extra": {
6242                "branch-alias": {
6243                    "dev-main": "5.0-dev"
6244                }
6245            },
6246            "autoload": {
6247                "classmap": [
6248                    "src/"
6249                ]
6250            },
6251            "notification-url": "https://packagist.org/downloads/",
6252            "license": [
6253                "BSD-3-Clause"
6254            ],
6255            "authors": [
6256                {
6257                    "name": "Sebastian Bergmann",
6258                    "email": "sebastian@phpunit.de",
6259                    "role": "lead"
6260                }
6261            ],
6262            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6263            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6264            "keywords": [
6265                "filesystem",
6266                "iterator"
6267            ],
6268            "support": {
6269                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
6270                "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
6271                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.0.0"
6272            },
6273            "funding": [
6274                {
6275                    "url": "https://github.com/sebastianbergmann",
6276                    "type": "github"
6277                }
6278            ],
6279            "time": "2024-02-02T06:05:04+00:00"
6280        },
6281        {
6282            "name": "phpunit/php-invoker",
6283            "version": "5.0.0",
6284            "source": {
6285                "type": "git",
6286                "url": "https://github.com/sebastianbergmann/php-invoker.git",
6287                "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be"
6288            },
6289            "dist": {
6290                "type": "zip",
6291                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5d8d9355a16d8cc5a1305b0a85342cfa420612be",
6292                "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be",
6293                "shasum": ""
6294            },
6295            "require": {
6296                "php": ">=8.2"
6297            },
6298            "require-dev": {
6299                "ext-pcntl": "*",
6300                "phpunit/phpunit": "^11.0"
6301            },
6302            "suggest": {
6303                "ext-pcntl": "*"
6304            },
6305            "type": "library",
6306            "extra": {
6307                "branch-alias": {
6308                    "dev-main": "5.0-dev"
6309                }
6310            },
6311            "autoload": {
6312                "classmap": [
6313                    "src/"
6314                ]
6315            },
6316            "notification-url": "https://packagist.org/downloads/",
6317            "license": [
6318                "BSD-3-Clause"
6319            ],
6320            "authors": [
6321                {
6322                    "name": "Sebastian Bergmann",
6323                    "email": "sebastian@phpunit.de",
6324                    "role": "lead"
6325                }
6326            ],
6327            "description": "Invoke callables with a timeout",
6328            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
6329            "keywords": [
6330                "process"
6331            ],
6332            "support": {
6333                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
6334                "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
6335                "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.0"
6336            },
6337            "funding": [
6338                {
6339                    "url": "https://github.com/sebastianbergmann",
6340                    "type": "github"
6341                }
6342            ],
6343            "time": "2024-02-02T06:05:50+00:00"
6344        },
6345        {
6346            "name": "phpunit/php-text-template",
6347            "version": "4.0.0",
6348            "source": {
6349                "type": "git",
6350                "url": "https://github.com/sebastianbergmann/php-text-template.git",
6351                "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e"
6352            },
6353            "dist": {
6354                "type": "zip",
6355                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/d38f6cbff1cdb6f40b03c9811421561668cc133e",
6356                "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e",
6357                "shasum": ""
6358            },
6359            "require": {
6360                "php": ">=8.2"
6361            },
6362            "require-dev": {
6363                "phpunit/phpunit": "^11.0"
6364            },
6365            "type": "library",
6366            "extra": {
6367                "branch-alias": {
6368                    "dev-main": "4.0-dev"
6369                }
6370            },
6371            "autoload": {
6372                "classmap": [
6373                    "src/"
6374                ]
6375            },
6376            "notification-url": "https://packagist.org/downloads/",
6377            "license": [
6378                "BSD-3-Clause"
6379            ],
6380            "authors": [
6381                {
6382                    "name": "Sebastian Bergmann",
6383                    "email": "sebastian@phpunit.de",
6384                    "role": "lead"
6385                }
6386            ],
6387            "description": "Simple template engine.",
6388            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6389            "keywords": [
6390                "template"
6391            ],
6392            "support": {
6393                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
6394                "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
6395                "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.0"
6396            },
6397            "funding": [
6398                {
6399                    "url": "https://github.com/sebastianbergmann",
6400                    "type": "github"
6401                }
6402            ],
6403            "time": "2024-02-02T06:06:56+00:00"
6404        },
6405        {
6406            "name": "phpunit/php-timer",
6407            "version": "7.0.0",
6408            "source": {
6409                "type": "git",
6410                "url": "https://github.com/sebastianbergmann/php-timer.git",
6411                "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5"
6412            },
6413            "dist": {
6414                "type": "zip",
6415                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8a59d9e25720482ee7fcdf296595e08795b84dc5",
6416                "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5",
6417                "shasum": ""
6418            },
6419            "require": {
6420                "php": ">=8.2"
6421            },
6422            "require-dev": {
6423                "phpunit/phpunit": "^11.0"
6424            },
6425            "type": "library",
6426            "extra": {
6427                "branch-alias": {
6428                    "dev-main": "7.0-dev"
6429                }
6430            },
6431            "autoload": {
6432                "classmap": [
6433                    "src/"
6434                ]
6435            },
6436            "notification-url": "https://packagist.org/downloads/",
6437            "license": [
6438                "BSD-3-Clause"
6439            ],
6440            "authors": [
6441                {
6442                    "name": "Sebastian Bergmann",
6443                    "email": "sebastian@phpunit.de",
6444                    "role": "lead"
6445                }
6446            ],
6447            "description": "Utility class for timing",
6448            "homepage": "https://github.com/sebastianbergmann/php-timer/",
6449            "keywords": [
6450                "timer"
6451            ],
6452            "support": {
6453                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
6454                "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
6455                "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.0"
6456            },
6457            "funding": [
6458                {
6459                    "url": "https://github.com/sebastianbergmann",
6460                    "type": "github"
6461                }
6462            ],
6463            "time": "2024-02-02T06:08:01+00:00"
6464        },
6465        {
6466            "name": "phpunit/phpunit",
6467            "version": "11.1.3",
6468            "source": {
6469                "type": "git",
6470                "url": "https://github.com/sebastianbergmann/phpunit.git",
6471                "reference": "d475be032238173ca3b0a516f5cc291d174708ae"
6472            },
6473            "dist": {
6474                "type": "zip",
6475                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d475be032238173ca3b0a516f5cc291d174708ae",
6476                "reference": "d475be032238173ca3b0a516f5cc291d174708ae",
6477                "shasum": ""
6478            },
6479            "require": {
6480                "ext-dom": "*",
6481                "ext-json": "*",
6482                "ext-libxml": "*",
6483                "ext-mbstring": "*",
6484                "ext-xml": "*",
6485                "ext-xmlwriter": "*",
6486                "myclabs/deep-copy": "^1.10.1",
6487                "phar-io/manifest": "^2.0.3",
6488                "phar-io/version": "^3.0.2",
6489                "php": ">=8.2",
6490                "phpunit/php-code-coverage": "^11.0",
6491                "phpunit/php-file-iterator": "^5.0",
6492                "phpunit/php-invoker": "^5.0",
6493                "phpunit/php-text-template": "^4.0",
6494                "phpunit/php-timer": "^7.0",
6495                "sebastian/cli-parser": "^3.0",
6496                "sebastian/code-unit": "^3.0",
6497                "sebastian/comparator": "^6.0",
6498                "sebastian/diff": "^6.0",
6499                "sebastian/environment": "^7.0",
6500                "sebastian/exporter": "^6.0",
6501                "sebastian/global-state": "^7.0",
6502                "sebastian/object-enumerator": "^6.0",
6503                "sebastian/type": "^5.0",
6504                "sebastian/version": "^5.0"
6505            },
6506            "suggest": {
6507                "ext-soap": "To be able to generate mocks based on WSDL files"
6508            },
6509            "bin": [
6510                "phpunit"
6511            ],
6512            "type": "library",
6513            "extra": {
6514                "branch-alias": {
6515                    "dev-main": "11.1-dev"
6516                }
6517            },
6518            "autoload": {
6519                "files": [
6520                    "src/Framework/Assert/Functions.php"
6521                ],
6522                "classmap": [
6523                    "src/"
6524                ]
6525            },
6526            "notification-url": "https://packagist.org/downloads/",
6527            "license": [
6528                "BSD-3-Clause"
6529            ],
6530            "authors": [
6531                {
6532                    "name": "Sebastian Bergmann",
6533                    "email": "sebastian@phpunit.de",
6534                    "role": "lead"
6535                }
6536            ],
6537            "description": "The PHP Unit Testing framework.",
6538            "homepage": "https://phpunit.de/",
6539            "keywords": [
6540                "phpunit",
6541                "testing",
6542                "xunit"
6543            ],
6544            "support": {
6545                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
6546                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
6547                "source": "https://github.com/sebastianbergmann/phpunit/tree/11.1.3"
6548            },
6549            "funding": [
6550                {
6551                    "url": "https://phpunit.de/sponsors.html",
6552                    "type": "custom"
6553                },
6554                {
6555                    "url": "https://github.com/sebastianbergmann",
6556                    "type": "github"
6557                },
6558                {
6559                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
6560                    "type": "tidelift"
6561                }
6562            ],
6563            "time": "2024-04-24T06:34:25+00:00"
6564        },
6565        {
6566            "name": "sebastian/cli-parser",
6567            "version": "3.0.1",
6568            "source": {
6569                "type": "git",
6570                "url": "https://github.com/sebastianbergmann/cli-parser.git",
6571                "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a"
6572            },
6573            "dist": {
6574                "type": "zip",
6575                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/00a74d5568694711f0222e54fb281e1d15fdf04a",
6576                "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a",
6577                "shasum": ""
6578            },
6579            "require": {
6580                "php": ">=8.2"
6581            },
6582            "require-dev": {
6583                "phpunit/phpunit": "^11.0"
6584            },
6585            "type": "library",
6586            "extra": {
6587                "branch-alias": {
6588                    "dev-main": "3.0-dev"
6589                }
6590            },
6591            "autoload": {
6592                "classmap": [
6593                    "src/"
6594                ]
6595            },
6596            "notification-url": "https://packagist.org/downloads/",
6597            "license": [
6598                "BSD-3-Clause"
6599            ],
6600            "authors": [
6601                {
6602                    "name": "Sebastian Bergmann",
6603                    "email": "sebastian@phpunit.de",
6604                    "role": "lead"
6605                }
6606            ],
6607            "description": "Library for parsing CLI options",
6608            "homepage": "https://github.com/sebastianbergmann/cli-parser",
6609            "support": {
6610                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
6611                "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
6612                "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.1"
6613            },
6614            "funding": [
6615                {
6616                    "url": "https://github.com/sebastianbergmann",
6617                    "type": "github"
6618                }
6619            ],
6620            "time": "2024-03-02T07:26:58+00:00"
6621        },
6622        {
6623            "name": "sebastian/code-unit",
6624            "version": "3.0.0",
6625            "source": {
6626                "type": "git",
6627                "url": "https://github.com/sebastianbergmann/code-unit.git",
6628                "reference": "6634549cb8d702282a04a774e36a7477d2bd9015"
6629            },
6630            "dist": {
6631                "type": "zip",
6632                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6634549cb8d702282a04a774e36a7477d2bd9015",
6633                "reference": "6634549cb8d702282a04a774e36a7477d2bd9015",
6634                "shasum": ""
6635            },
6636            "require": {
6637                "php": ">=8.2"
6638            },
6639            "require-dev": {
6640                "phpunit/phpunit": "^11.0"
6641            },
6642            "type": "library",
6643            "extra": {
6644                "branch-alias": {
6645                    "dev-main": "3.0-dev"
6646                }
6647            },
6648            "autoload": {
6649                "classmap": [
6650                    "src/"
6651                ]
6652            },
6653            "notification-url": "https://packagist.org/downloads/",
6654            "license": [
6655                "BSD-3-Clause"
6656            ],
6657            "authors": [
6658                {
6659                    "name": "Sebastian Bergmann",
6660                    "email": "sebastian@phpunit.de",
6661                    "role": "lead"
6662                }
6663            ],
6664            "description": "Collection of value objects that represent the PHP code units",
6665            "homepage": "https://github.com/sebastianbergmann/code-unit",
6666            "support": {
6667                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
6668                "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
6669                "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.0"
6670            },
6671            "funding": [
6672                {
6673                    "url": "https://github.com/sebastianbergmann",
6674                    "type": "github"
6675                }
6676            ],
6677            "time": "2024-02-02T05:50:41+00:00"
6678        },
6679        {
6680            "name": "sebastian/code-unit-reverse-lookup",
6681            "version": "4.0.0",
6682            "source": {
6683                "type": "git",
6684                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
6685                "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d"
6686            },
6687            "dist": {
6688                "type": "zip",
6689                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/df80c875d3e459b45c6039e4d9b71d4fbccae25d",
6690                "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d",
6691                "shasum": ""
6692            },
6693            "require": {
6694                "php": ">=8.2"
6695            },
6696            "require-dev": {
6697                "phpunit/phpunit": "^11.0"
6698            },
6699            "type": "library",
6700            "extra": {
6701                "branch-alias": {
6702                    "dev-main": "4.0-dev"
6703                }
6704            },
6705            "autoload": {
6706                "classmap": [
6707                    "src/"
6708                ]
6709            },
6710            "notification-url": "https://packagist.org/downloads/",
6711            "license": [
6712                "BSD-3-Clause"
6713            ],
6714            "authors": [
6715                {
6716                    "name": "Sebastian Bergmann",
6717                    "email": "sebastian@phpunit.de"
6718                }
6719            ],
6720            "description": "Looks up which function or method a line of code belongs to",
6721            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
6722            "support": {
6723                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
6724                "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
6725                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.0"
6726            },
6727            "funding": [
6728                {
6729                    "url": "https://github.com/sebastianbergmann",
6730                    "type": "github"
6731                }
6732            ],
6733            "time": "2024-02-02T05:52:17+00:00"
6734        },
6735        {
6736            "name": "sebastian/comparator",
6737            "version": "6.0.0",
6738            "source": {
6739                "type": "git",
6740                "url": "https://github.com/sebastianbergmann/comparator.git",
6741                "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8"
6742            },
6743            "dist": {
6744                "type": "zip",
6745                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/bd0f2fa5b9257c69903537b266ccb80fcf940db8",
6746                "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8",
6747                "shasum": ""
6748            },
6749            "require": {
6750                "ext-dom": "*",
6751                "ext-mbstring": "*",
6752                "php": ">=8.2",
6753                "sebastian/diff": "^6.0",
6754                "sebastian/exporter": "^6.0"
6755            },
6756            "require-dev": {
6757                "phpunit/phpunit": "^11.0"
6758            },
6759            "type": "library",
6760            "extra": {
6761                "branch-alias": {
6762                    "dev-main": "6.0-dev"
6763                }
6764            },
6765            "autoload": {
6766                "classmap": [
6767                    "src/"
6768                ]
6769            },
6770            "notification-url": "https://packagist.org/downloads/",
6771            "license": [
6772                "BSD-3-Clause"
6773            ],
6774            "authors": [
6775                {
6776                    "name": "Sebastian Bergmann",
6777                    "email": "sebastian@phpunit.de"
6778                },
6779                {
6780                    "name": "Jeff Welch",
6781                    "email": "whatthejeff@gmail.com"
6782                },
6783                {
6784                    "name": "Volker Dusch",
6785                    "email": "github@wallbash.com"
6786                },
6787                {
6788                    "name": "Bernhard Schussek",
6789                    "email": "bschussek@2bepublished.at"
6790                }
6791            ],
6792            "description": "Provides the functionality to compare PHP values for equality",
6793            "homepage": "https://github.com/sebastianbergmann/comparator",
6794            "keywords": [
6795                "comparator",
6796                "compare",
6797                "equality"
6798            ],
6799            "support": {
6800                "issues": "https://github.com/sebastianbergmann/comparator/issues",
6801                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
6802                "source": "https://github.com/sebastianbergmann/comparator/tree/6.0.0"
6803            },
6804            "funding": [
6805                {
6806                    "url": "https://github.com/sebastianbergmann",
6807                    "type": "github"
6808                }
6809            ],
6810            "time": "2024-02-02T05:53:45+00:00"
6811        },
6812        {
6813            "name": "sebastian/complexity",
6814            "version": "4.0.0",
6815            "source": {
6816                "type": "git",
6817                "url": "https://github.com/sebastianbergmann/complexity.git",
6818                "reference": "88a434ad86150e11a606ac4866b09130712671f0"
6819            },
6820            "dist": {
6821                "type": "zip",
6822                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/88a434ad86150e11a606ac4866b09130712671f0",
6823                "reference": "88a434ad86150e11a606ac4866b09130712671f0",
6824                "shasum": ""
6825            },
6826            "require": {
6827                "nikic/php-parser": "^5.0",
6828                "php": ">=8.2"
6829            },
6830            "require-dev": {
6831                "phpunit/phpunit": "^11.0"
6832            },
6833            "type": "library",
6834            "extra": {
6835                "branch-alias": {
6836                    "dev-main": "4.0-dev"
6837                }
6838            },
6839            "autoload": {
6840                "classmap": [
6841                    "src/"
6842                ]
6843            },
6844            "notification-url": "https://packagist.org/downloads/",
6845            "license": [
6846                "BSD-3-Clause"
6847            ],
6848            "authors": [
6849                {
6850                    "name": "Sebastian Bergmann",
6851                    "email": "sebastian@phpunit.de",
6852                    "role": "lead"
6853                }
6854            ],
6855            "description": "Library for calculating the complexity of PHP code units",
6856            "homepage": "https://github.com/sebastianbergmann/complexity",
6857            "support": {
6858                "issues": "https://github.com/sebastianbergmann/complexity/issues",
6859                "security": "https://github.com/sebastianbergmann/complexity/security/policy",
6860                "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.0"
6861            },
6862            "funding": [
6863                {
6864                    "url": "https://github.com/sebastianbergmann",
6865                    "type": "github"
6866                }
6867            ],
6868            "time": "2024-02-02T05:55:19+00:00"
6869        },
6870        {
6871            "name": "sebastian/diff",
6872            "version": "6.0.1",
6873            "source": {
6874                "type": "git",
6875                "url": "https://github.com/sebastianbergmann/diff.git",
6876                "reference": "ab83243ecc233de5655b76f577711de9f842e712"
6877            },
6878            "dist": {
6879                "type": "zip",
6880                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ab83243ecc233de5655b76f577711de9f842e712",
6881                "reference": "ab83243ecc233de5655b76f577711de9f842e712",
6882                "shasum": ""
6883            },
6884            "require": {
6885                "php": ">=8.2"
6886            },
6887            "require-dev": {
6888                "phpunit/phpunit": "^11.0",
6889                "symfony/process": "^4.2 || ^5"
6890            },
6891            "type": "library",
6892            "extra": {
6893                "branch-alias": {
6894                    "dev-main": "6.0-dev"
6895                }
6896            },
6897            "autoload": {
6898                "classmap": [
6899                    "src/"
6900                ]
6901            },
6902            "notification-url": "https://packagist.org/downloads/",
6903            "license": [
6904                "BSD-3-Clause"
6905            ],
6906            "authors": [
6907                {
6908                    "name": "Sebastian Bergmann",
6909                    "email": "sebastian@phpunit.de"
6910                },
6911                {
6912                    "name": "Kore Nordmann",
6913                    "email": "mail@kore-nordmann.de"
6914                }
6915            ],
6916            "description": "Diff implementation",
6917            "homepage": "https://github.com/sebastianbergmann/diff",
6918            "keywords": [
6919                "diff",
6920                "udiff",
6921                "unidiff",
6922                "unified diff"
6923            ],
6924            "support": {
6925                "issues": "https://github.com/sebastianbergmann/diff/issues",
6926                "security": "https://github.com/sebastianbergmann/diff/security/policy",
6927                "source": "https://github.com/sebastianbergmann/diff/tree/6.0.1"
6928            },
6929            "funding": [
6930                {
6931                    "url": "https://github.com/sebastianbergmann",
6932                    "type": "github"
6933                }
6934            ],
6935            "time": "2024-03-02T07:30:33+00:00"
6936        },
6937        {
6938            "name": "sebastian/environment",
6939            "version": "7.1.0",
6940            "source": {
6941                "type": "git",
6942                "url": "https://github.com/sebastianbergmann/environment.git",
6943                "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a"
6944            },
6945            "dist": {
6946                "type": "zip",
6947                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4eb3a442574d0e9d141aab209cd4aaf25701b09a",
6948                "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a",
6949                "shasum": ""
6950            },
6951            "require": {
6952                "php": ">=8.2"
6953            },
6954            "require-dev": {
6955                "phpunit/phpunit": "^11.0"
6956            },
6957            "suggest": {
6958                "ext-posix": "*"
6959            },
6960            "type": "library",
6961            "extra": {
6962                "branch-alias": {
6963                    "dev-main": "7.1-dev"
6964                }
6965            },
6966            "autoload": {
6967                "classmap": [
6968                    "src/"
6969                ]
6970            },
6971            "notification-url": "https://packagist.org/downloads/",
6972            "license": [
6973                "BSD-3-Clause"
6974            ],
6975            "authors": [
6976                {
6977                    "name": "Sebastian Bergmann",
6978                    "email": "sebastian@phpunit.de"
6979                }
6980            ],
6981            "description": "Provides functionality to handle HHVM/PHP environments",
6982            "homepage": "https://github.com/sebastianbergmann/environment",
6983            "keywords": [
6984                "Xdebug",
6985                "environment",
6986                "hhvm"
6987            ],
6988            "support": {
6989                "issues": "https://github.com/sebastianbergmann/environment/issues",
6990                "security": "https://github.com/sebastianbergmann/environment/security/policy",
6991                "source": "https://github.com/sebastianbergmann/environment/tree/7.1.0"
6992            },
6993            "funding": [
6994                {
6995                    "url": "https://github.com/sebastianbergmann",
6996                    "type": "github"
6997                }
6998            ],
6999            "time": "2024-03-23T08:56:34+00:00"
7000        },
7001        {
7002            "name": "sebastian/exporter",
7003            "version": "6.0.1",
7004            "source": {
7005                "type": "git",
7006                "url": "https://github.com/sebastianbergmann/exporter.git",
7007                "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da"
7008            },
7009            "dist": {
7010                "type": "zip",
7011                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f291e5a317c321c0381fa9ecc796fa2d21b186da",
7012                "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da",
7013                "shasum": ""
7014            },
7015            "require": {
7016                "ext-mbstring": "*",
7017                "php": ">=8.2",
7018                "sebastian/recursion-context": "^6.0"
7019            },
7020            "require-dev": {
7021                "phpunit/phpunit": "^11.0"
7022            },
7023            "type": "library",
7024            "extra": {
7025                "branch-alias": {
7026                    "dev-main": "6.0-dev"
7027                }
7028            },
7029            "autoload": {
7030                "classmap": [
7031                    "src/"
7032                ]
7033            },
7034            "notification-url": "https://packagist.org/downloads/",
7035            "license": [
7036                "BSD-3-Clause"
7037            ],
7038            "authors": [
7039                {
7040                    "name": "Sebastian Bergmann",
7041                    "email": "sebastian@phpunit.de"
7042                },
7043                {
7044                    "name": "Jeff Welch",
7045                    "email": "whatthejeff@gmail.com"
7046                },
7047                {
7048                    "name": "Volker Dusch",
7049                    "email": "github@wallbash.com"
7050                },
7051                {
7052                    "name": "Adam Harvey",
7053                    "email": "aharvey@php.net"
7054                },
7055                {
7056                    "name": "Bernhard Schussek",
7057                    "email": "bschussek@gmail.com"
7058                }
7059            ],
7060            "description": "Provides the functionality to export PHP variables for visualization",
7061            "homepage": "https://www.github.com/sebastianbergmann/exporter",
7062            "keywords": [
7063                "export",
7064                "exporter"
7065            ],
7066            "support": {
7067                "issues": "https://github.com/sebastianbergmann/exporter/issues",
7068                "security": "https://github.com/sebastianbergmann/exporter/security/policy",
7069                "source": "https://github.com/sebastianbergmann/exporter/tree/6.0.1"
7070            },
7071            "funding": [
7072                {
7073                    "url": "https://github.com/sebastianbergmann",
7074                    "type": "github"
7075                }
7076            ],
7077            "time": "2024-03-02T07:28:20+00:00"
7078        },
7079        {
7080            "name": "sebastian/global-state",
7081            "version": "7.0.1",
7082            "source": {
7083                "type": "git",
7084                "url": "https://github.com/sebastianbergmann/global-state.git",
7085                "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e"
7086            },
7087            "dist": {
7088                "type": "zip",
7089                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
7090                "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
7091                "shasum": ""
7092            },
7093            "require": {
7094                "php": ">=8.2",
7095                "sebastian/object-reflector": "^4.0",
7096                "sebastian/recursion-context": "^6.0"
7097            },
7098            "require-dev": {
7099                "ext-dom": "*",
7100                "phpunit/phpunit": "^11.0"
7101            },
7102            "type": "library",
7103            "extra": {
7104                "branch-alias": {
7105                    "dev-main": "7.0-dev"
7106                }
7107            },
7108            "autoload": {
7109                "classmap": [
7110                    "src/"
7111                ]
7112            },
7113            "notification-url": "https://packagist.org/downloads/",
7114            "license": [
7115                "BSD-3-Clause"
7116            ],
7117            "authors": [
7118                {
7119                    "name": "Sebastian Bergmann",
7120                    "email": "sebastian@phpunit.de"
7121                }
7122            ],
7123            "description": "Snapshotting of global state",
7124            "homepage": "https://www.github.com/sebastianbergmann/global-state",
7125            "keywords": [
7126                "global state"
7127            ],
7128            "support": {
7129                "issues": "https://github.com/sebastianbergmann/global-state/issues",
7130                "security": "https://github.com/sebastianbergmann/global-state/security/policy",
7131                "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.1"
7132            },
7133            "funding": [
7134                {
7135                    "url": "https://github.com/sebastianbergmann",
7136                    "type": "github"
7137                }
7138            ],
7139            "time": "2024-03-02T07:32:10+00:00"
7140        },
7141        {
7142            "name": "sebastian/lines-of-code",
7143            "version": "3.0.0",
7144            "source": {
7145                "type": "git",
7146                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
7147                "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0"
7148            },
7149            "dist": {
7150                "type": "zip",
7151                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/376c5b3f6b43c78fdc049740bca76a7c846706c0",
7152                "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0",
7153                "shasum": ""
7154            },
7155            "require": {
7156                "nikic/php-parser": "^5.0",
7157                "php": ">=8.2"
7158            },
7159            "require-dev": {
7160                "phpunit/phpunit": "^11.0"
7161            },
7162            "type": "library",
7163            "extra": {
7164                "branch-alias": {
7165                    "dev-main": "3.0-dev"
7166                }
7167            },
7168            "autoload": {
7169                "classmap": [
7170                    "src/"
7171                ]
7172            },
7173            "notification-url": "https://packagist.org/downloads/",
7174            "license": [
7175                "BSD-3-Clause"
7176            ],
7177            "authors": [
7178                {
7179                    "name": "Sebastian Bergmann",
7180                    "email": "sebastian@phpunit.de",
7181                    "role": "lead"
7182                }
7183            ],
7184            "description": "Library for counting the lines of code in PHP source code",
7185            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
7186            "support": {
7187                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
7188                "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
7189                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.0"
7190            },
7191            "funding": [
7192                {
7193                    "url": "https://github.com/sebastianbergmann",
7194                    "type": "github"
7195                }
7196            ],
7197            "time": "2024-02-02T06:00:36+00:00"
7198        },
7199        {
7200            "name": "sebastian/object-enumerator",
7201            "version": "6.0.0",
7202            "source": {
7203                "type": "git",
7204                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7205                "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678"
7206            },
7207            "dist": {
7208                "type": "zip",
7209                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
7210                "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
7211                "shasum": ""
7212            },
7213            "require": {
7214                "php": ">=8.2",
7215                "sebastian/object-reflector": "^4.0",
7216                "sebastian/recursion-context": "^6.0"
7217            },
7218            "require-dev": {
7219                "phpunit/phpunit": "^11.0"
7220            },
7221            "type": "library",
7222            "extra": {
7223                "branch-alias": {
7224                    "dev-main": "6.0-dev"
7225                }
7226            },
7227            "autoload": {
7228                "classmap": [
7229                    "src/"
7230                ]
7231            },
7232            "notification-url": "https://packagist.org/downloads/",
7233            "license": [
7234                "BSD-3-Clause"
7235            ],
7236            "authors": [
7237                {
7238                    "name": "Sebastian Bergmann",
7239                    "email": "sebastian@phpunit.de"
7240                }
7241            ],
7242            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
7243            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7244            "support": {
7245                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
7246                "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
7247                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.0"
7248            },
7249            "funding": [
7250                {
7251                    "url": "https://github.com/sebastianbergmann",
7252                    "type": "github"
7253                }
7254            ],
7255            "time": "2024-02-02T06:01:29+00:00"
7256        },
7257        {
7258            "name": "sebastian/object-reflector",
7259            "version": "4.0.0",
7260            "source": {
7261                "type": "git",
7262                "url": "https://github.com/sebastianbergmann/object-reflector.git",
7263                "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d"
7264            },
7265            "dist": {
7266                "type": "zip",
7267                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/bb2a6255d30853425fd38f032eb64ced9f7f132d",
7268                "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d",
7269                "shasum": ""
7270            },
7271            "require": {
7272                "php": ">=8.2"
7273            },
7274            "require-dev": {
7275                "phpunit/phpunit": "^11.0"
7276            },
7277            "type": "library",
7278            "extra": {
7279                "branch-alias": {
7280                    "dev-main": "4.0-dev"
7281                }
7282            },
7283            "autoload": {
7284                "classmap": [
7285                    "src/"
7286                ]
7287            },
7288            "notification-url": "https://packagist.org/downloads/",
7289            "license": [
7290                "BSD-3-Clause"
7291            ],
7292            "authors": [
7293                {
7294                    "name": "Sebastian Bergmann",
7295                    "email": "sebastian@phpunit.de"
7296                }
7297            ],
7298            "description": "Allows reflection of object attributes, including inherited and non-public ones",
7299            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
7300            "support": {
7301                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
7302                "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
7303                "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.0"
7304            },
7305            "funding": [
7306                {
7307                    "url": "https://github.com/sebastianbergmann",
7308                    "type": "github"
7309                }
7310            ],
7311            "time": "2024-02-02T06:02:18+00:00"
7312        },
7313        {
7314            "name": "sebastian/recursion-context",
7315            "version": "6.0.0",
7316            "source": {
7317                "type": "git",
7318                "url": "https://github.com/sebastianbergmann/recursion-context.git",
7319                "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4"
7320            },
7321            "dist": {
7322                "type": "zip",
7323                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b75224967b5a466925c6d54e68edd0edf8dd4ed4",
7324                "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4",
7325                "shasum": ""
7326            },
7327            "require": {
7328                "php": ">=8.2"
7329            },
7330            "require-dev": {
7331                "phpunit/phpunit": "^11.0"
7332            },
7333            "type": "library",
7334            "extra": {
7335                "branch-alias": {
7336                    "dev-main": "6.0-dev"
7337                }
7338            },
7339            "autoload": {
7340                "classmap": [
7341                    "src/"
7342                ]
7343            },
7344            "notification-url": "https://packagist.org/downloads/",
7345            "license": [
7346                "BSD-3-Clause"
7347            ],
7348            "authors": [
7349                {
7350                    "name": "Sebastian Bergmann",
7351                    "email": "sebastian@phpunit.de"
7352                },
7353                {
7354                    "name": "Jeff Welch",
7355                    "email": "whatthejeff@gmail.com"
7356                },
7357                {
7358                    "name": "Adam Harvey",
7359                    "email": "aharvey@php.net"
7360                }
7361            ],
7362            "description": "Provides functionality to recursively process PHP variables",
7363            "homepage": "https://github.com/sebastianbergmann/recursion-context",
7364            "support": {
7365                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
7366                "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
7367                "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.0"
7368            },
7369            "funding": [
7370                {
7371                    "url": "https://github.com/sebastianbergmann",
7372                    "type": "github"
7373                }
7374            ],
7375            "time": "2024-02-02T06:08:48+00:00"
7376        },
7377        {
7378            "name": "sebastian/type",
7379            "version": "5.0.0",
7380            "source": {
7381                "type": "git",
7382                "url": "https://github.com/sebastianbergmann/type.git",
7383                "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f"
7384            },
7385            "dist": {
7386                "type": "zip",
7387                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8502785eb3523ca0dd4afe9ca62235590020f3f",
7388                "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f",
7389                "shasum": ""
7390            },
7391            "require": {
7392                "php": ">=8.2"
7393            },
7394            "require-dev": {
7395                "phpunit/phpunit": "^11.0"
7396            },
7397            "type": "library",
7398            "extra": {
7399                "branch-alias": {
7400                    "dev-main": "5.0-dev"
7401                }
7402            },
7403            "autoload": {
7404                "classmap": [
7405                    "src/"
7406                ]
7407            },
7408            "notification-url": "https://packagist.org/downloads/",
7409            "license": [
7410                "BSD-3-Clause"
7411            ],
7412            "authors": [
7413                {
7414                    "name": "Sebastian Bergmann",
7415                    "email": "sebastian@phpunit.de",
7416                    "role": "lead"
7417                }
7418            ],
7419            "description": "Collection of value objects that represent the types of the PHP type system",
7420            "homepage": "https://github.com/sebastianbergmann/type",
7421            "support": {
7422                "issues": "https://github.com/sebastianbergmann/type/issues",
7423                "security": "https://github.com/sebastianbergmann/type/security/policy",
7424                "source": "https://github.com/sebastianbergmann/type/tree/5.0.0"
7425            },
7426            "funding": [
7427                {
7428                    "url": "https://github.com/sebastianbergmann",
7429                    "type": "github"
7430                }
7431            ],
7432            "time": "2024-02-02T06:09:34+00:00"
7433        },
7434        {
7435            "name": "sebastian/version",
7436            "version": "5.0.0",
7437            "source": {
7438                "type": "git",
7439                "url": "https://github.com/sebastianbergmann/version.git",
7440                "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001"
7441            },
7442            "dist": {
7443                "type": "zip",
7444                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/13999475d2cb1ab33cb73403ba356a814fdbb001",
7445                "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001",
7446                "shasum": ""
7447            },
7448            "require": {
7449                "php": ">=8.2"
7450            },
7451            "type": "library",
7452            "extra": {
7453                "branch-alias": {
7454                    "dev-main": "5.0-dev"
7455                }
7456            },
7457            "autoload": {
7458                "classmap": [
7459                    "src/"
7460                ]
7461            },
7462            "notification-url": "https://packagist.org/downloads/",
7463            "license": [
7464                "BSD-3-Clause"
7465            ],
7466            "authors": [
7467                {
7468                    "name": "Sebastian Bergmann",
7469                    "email": "sebastian@phpunit.de",
7470                    "role": "lead"
7471                }
7472            ],
7473            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
7474            "homepage": "https://github.com/sebastianbergmann/version",
7475            "support": {
7476                "issues": "https://github.com/sebastianbergmann/version/issues",
7477                "security": "https://github.com/sebastianbergmann/version/security/policy",
7478                "source": "https://github.com/sebastianbergmann/version/tree/5.0.0"
7479            },
7480            "funding": [
7481                {
7482                    "url": "https://github.com/sebastianbergmann",
7483                    "type": "github"
7484                }
7485            ],
7486            "time": "2024-02-02T06:10:47+00:00"
7487        },
7488        {
7489            "name": "symfony/config",
7490            "version": "v7.1.0",
7491            "source": {
7492                "type": "git",
7493                "url": "https://github.com/symfony/config.git",
7494                "reference": "c4a60be1c7ec93aa8b7f19e07b6427143a502ef4"
7495            },
7496            "dist": {
7497                "type": "zip",
7498                "url": "https://api.github.com/repos/symfony/config/zipball/c4a60be1c7ec93aa8b7f19e07b6427143a502ef4",
7499                "reference": "c4a60be1c7ec93aa8b7f19e07b6427143a502ef4",
7500                "shasum": ""
7501            },
7502            "require": {
7503                "php": ">=8.2",
7504                "symfony/deprecation-contracts": "^2.5|^3",
7505                "symfony/filesystem": "^7.1",
7506                "symfony/polyfill-ctype": "~1.8"
7507            },
7508            "conflict": {
7509                "symfony/finder": "<6.4",
7510                "symfony/service-contracts": "<2.5"
7511            },
7512            "require-dev": {
7513                "symfony/event-dispatcher": "^6.4|^7.0",
7514                "symfony/finder": "^6.4|^7.0",
7515                "symfony/messenger": "^6.4|^7.0",
7516                "symfony/service-contracts": "^2.5|^3",
7517                "symfony/yaml": "^6.4|^7.0"
7518            },
7519            "type": "library",
7520            "autoload": {
7521                "psr-4": {
7522                    "Symfony\\Component\\Config\\": ""
7523                },
7524                "exclude-from-classmap": [
7525                    "/Tests/"
7526                ]
7527            },
7528            "notification-url": "https://packagist.org/downloads/",
7529            "license": [
7530                "MIT"
7531            ],
7532            "authors": [
7533                {
7534                    "name": "Fabien Potencier",
7535                    "email": "fabien@symfony.com"
7536                },
7537                {
7538                    "name": "Symfony Community",
7539                    "homepage": "https://symfony.com/contributors"
7540                }
7541            ],
7542            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
7543            "homepage": "https://symfony.com",
7544            "support": {
7545                "source": "https://github.com/symfony/config/tree/v7.1.0"
7546            },
7547            "funding": [
7548                {
7549                    "url": "https://symfony.com/sponsor",
7550                    "type": "custom"
7551                },
7552                {
7553                    "url": "https://github.com/fabpot",
7554                    "type": "github"
7555                },
7556                {
7557                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7558                    "type": "tidelift"
7559                }
7560            ],
7561            "time": "2024-05-28T06:54:05+00:00"
7562        },
7563        {
7564            "name": "symfony/filesystem",
7565            "version": "v7.1.0",
7566            "source": {
7567                "type": "git",
7568                "url": "https://github.com/symfony/filesystem.git",
7569                "reference": "8ecdde25881598f86cdd7cfe8b25302b66a402e9"
7570            },
7571            "dist": {
7572                "type": "zip",
7573                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8ecdde25881598f86cdd7cfe8b25302b66a402e9",
7574                "reference": "8ecdde25881598f86cdd7cfe8b25302b66a402e9",
7575                "shasum": ""
7576            },
7577            "require": {
7578                "php": ">=8.2",
7579                "symfony/polyfill-ctype": "~1.8",
7580                "symfony/polyfill-mbstring": "~1.8"
7581            },
7582            "require-dev": {
7583                "symfony/process": "^6.4|^7.0"
7584            },
7585            "type": "library",
7586            "autoload": {
7587                "psr-4": {
7588                    "Symfony\\Component\\Filesystem\\": ""
7589                },
7590                "exclude-from-classmap": [
7591                    "/Tests/"
7592                ]
7593            },
7594            "notification-url": "https://packagist.org/downloads/",
7595            "license": [
7596                "MIT"
7597            ],
7598            "authors": [
7599                {
7600                    "name": "Fabien Potencier",
7601                    "email": "fabien@symfony.com"
7602                },
7603                {
7604                    "name": "Symfony Community",
7605                    "homepage": "https://symfony.com/contributors"
7606                }
7607            ],
7608            "description": "Provides basic utilities for the filesystem",
7609            "homepage": "https://symfony.com",
7610            "support": {
7611                "source": "https://github.com/symfony/filesystem/tree/v7.1.0"
7612            },
7613            "funding": [
7614                {
7615                    "url": "https://symfony.com/sponsor",
7616                    "type": "custom"
7617                },
7618                {
7619                    "url": "https://github.com/fabpot",
7620                    "type": "github"
7621                },
7622                {
7623                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7624                    "type": "tidelift"
7625                }
7626            ],
7627            "time": "2024-05-17T10:55:18+00:00"
7628        },
7629        {
7630            "name": "symfony/stopwatch",
7631            "version": "v7.1.0",
7632            "source": {
7633                "type": "git",
7634                "url": "https://github.com/symfony/stopwatch.git",
7635                "reference": "13c750a45ac43c45f45d944d22499768aa1b72d8"
7636            },
7637            "dist": {
7638                "type": "zip",
7639                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/13c750a45ac43c45f45d944d22499768aa1b72d8",
7640                "reference": "13c750a45ac43c45f45d944d22499768aa1b72d8",
7641                "shasum": ""
7642            },
7643            "require": {
7644                "php": ">=8.2",
7645                "symfony/service-contracts": "^2.5|^3"
7646            },
7647            "type": "library",
7648            "autoload": {
7649                "psr-4": {
7650                    "Symfony\\Component\\Stopwatch\\": ""
7651                },
7652                "exclude-from-classmap": [
7653                    "/Tests/"
7654                ]
7655            },
7656            "notification-url": "https://packagist.org/downloads/",
7657            "license": [
7658                "MIT"
7659            ],
7660            "authors": [
7661                {
7662                    "name": "Fabien Potencier",
7663                    "email": "fabien@symfony.com"
7664                },
7665                {
7666                    "name": "Symfony Community",
7667                    "homepage": "https://symfony.com/contributors"
7668                }
7669            ],
7670            "description": "Provides a way to profile code",
7671            "homepage": "https://symfony.com",
7672            "support": {
7673                "source": "https://github.com/symfony/stopwatch/tree/v7.1.0"
7674            },
7675            "funding": [
7676                {
7677                    "url": "https://symfony.com/sponsor",
7678                    "type": "custom"
7679                },
7680                {
7681                    "url": "https://github.com/fabpot",
7682                    "type": "github"
7683                },
7684                {
7685                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7686                    "type": "tidelift"
7687                }
7688            ],
7689            "time": "2024-04-18T09:32:20+00:00"
7690        },
7691        {
7692            "name": "symfony/yaml",
7693            "version": "v7.1.0",
7694            "source": {
7695                "type": "git",
7696                "url": "https://github.com/symfony/yaml.git",
7697                "reference": "c5f718c94e3c37dd77b77484e6cf0b524b2d405e"
7698            },
7699            "dist": {
7700                "type": "zip",
7701                "url": "https://api.github.com/repos/symfony/yaml/zipball/c5f718c94e3c37dd77b77484e6cf0b524b2d405e",
7702                "reference": "c5f718c94e3c37dd77b77484e6cf0b524b2d405e",
7703                "shasum": ""
7704            },
7705            "require": {
7706                "php": ">=8.2",
7707                "symfony/polyfill-ctype": "^1.8"
7708            },
7709            "conflict": {
7710                "symfony/console": "<6.4"
7711            },
7712            "require-dev": {
7713                "symfony/console": "^6.4|^7.0"
7714            },
7715            "bin": [
7716                "Resources/bin/yaml-lint"
7717            ],
7718            "type": "library",
7719            "autoload": {
7720                "psr-4": {
7721                    "Symfony\\Component\\Yaml\\": ""
7722                },
7723                "exclude-from-classmap": [
7724                    "/Tests/"
7725                ]
7726            },
7727            "notification-url": "https://packagist.org/downloads/",
7728            "license": [
7729                "MIT"
7730            ],
7731            "authors": [
7732                {
7733                    "name": "Fabien Potencier",
7734                    "email": "fabien@symfony.com"
7735                },
7736                {
7737                    "name": "Symfony Community",
7738                    "homepage": "https://symfony.com/contributors"
7739                }
7740            ],
7741            "description": "Loads and dumps YAML files",
7742            "homepage": "https://symfony.com",
7743            "support": {
7744                "source": "https://github.com/symfony/yaml/tree/v7.1.0"
7745            },
7746            "funding": [
7747                {
7748                    "url": "https://symfony.com/sponsor",
7749                    "type": "custom"
7750                },
7751                {
7752                    "url": "https://github.com/fabpot",
7753                    "type": "github"
7754                },
7755                {
7756                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7757                    "type": "tidelift"
7758                }
7759            ],
7760            "time": "2024-04-28T18:29:00+00:00"
7761        },
7762        {
7763            "name": "theseer/tokenizer",
7764            "version": "1.2.3",
7765            "source": {
7766                "type": "git",
7767                "url": "https://github.com/theseer/tokenizer.git",
7768                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
7769            },
7770            "dist": {
7771                "type": "zip",
7772                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
7773                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
7774                "shasum": ""
7775            },
7776            "require": {
7777                "ext-dom": "*",
7778                "ext-tokenizer": "*",
7779                "ext-xmlwriter": "*",
7780                "php": "^7.2 || ^8.0"
7781            },
7782            "type": "library",
7783            "autoload": {
7784                "classmap": [
7785                    "src/"
7786                ]
7787            },
7788            "notification-url": "https://packagist.org/downloads/",
7789            "license": [
7790                "BSD-3-Clause"
7791            ],
7792            "authors": [
7793                {
7794                    "name": "Arne Blankerts",
7795                    "email": "arne@blankerts.de",
7796                    "role": "Developer"
7797                }
7798            ],
7799            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
7800            "support": {
7801                "issues": "https://github.com/theseer/tokenizer/issues",
7802                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
7803            },
7804            "funding": [
7805                {
7806                    "url": "https://github.com/theseer",
7807                    "type": "github"
7808                }
7809            ],
7810            "time": "2024-03-03T12:36:25+00:00"
7811        }
7812    ],
7813    "aliases": [],
7814    "minimum-stability": "stable",
7815    "stability-flags": [],
7816    "prefer-stable": false,
7817    "prefer-lowest": false,
7818    "platform": {
7819        "php": "8.2 - 8.4",
7820        "ext-ctype": "*",
7821        "ext-curl": "*",
7822        "ext-gd": "*",
7823        "ext-iconv": "*",
7824        "ext-intl": "*",
7825        "ext-json": "*",
7826        "ext-mbstring": "*",
7827        "ext-pcre": "*",
7828        "ext-pdo": "*",
7829        "ext-session": "*",
7830        "ext-xml": "*"
7831    },
7832    "platform-dev": {
7833        "ext-dom": "*",
7834        "ext-libxml": "*",
7835        "ext-pdo_sqlite": "*",
7836        "ext-sqlite3": "*"
7837    },
7838    "platform-overrides": {
7839        "php": "8.2.0"
7840    },
7841    "plugin-api-version": "2.6.0"
7842}
7843