Filippo Bertilotti
2 days ago 0085dcb4e3ab76219819b8a53950df1261c04453
commit | author | age
ebf6bb 1 {
D 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     ],
067143 7     "content-hash": "ea077d2dc37e37c3916eb46faf1bfddb",
ebf6bb 8     "packages": [
D 9         {
10             "name": "asm89/stack-cors",
11             "version": "v2.2.0",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/asm89/stack-cors.git",
15                 "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/50f57105bad3d97a43ec4a485eb57daf347eafea",
20                 "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": "^7.3|^8.0",
25                 "symfony/http-foundation": "^5.3|^6|^7",
26                 "symfony/http-kernel": "^5.3|^6|^7"
27             },
28             "require-dev": {
29                 "phpunit/phpunit": "^9",
30                 "squizlabs/php_codesniffer": "^3.5"
31             },
32             "type": "library",
33             "extra": {
34                 "branch-alias": {
35                     "dev-master": "2.2-dev"
36                 }
37             },
38             "autoload": {
39                 "psr-4": {
40                     "Asm89\\Stack\\": "src/"
41                 }
42             },
43             "notification-url": "https://packagist.org/downloads/",
44             "license": [
45                 "MIT"
46             ],
47             "authors": [
48                 {
49                     "name": "Alexander",
50                     "email": "iam.asm89@gmail.com"
51                 }
52             ],
53             "description": "Cross-origin resource sharing library and stack middleware",
54             "homepage": "https://github.com/asm89/stack-cors",
55             "keywords": [
56                 "cors",
57                 "stack"
58             ],
59             "support": {
60                 "issues": "https://github.com/asm89/stack-cors/issues",
61                 "source": "https://github.com/asm89/stack-cors/tree/v2.2.0"
62             },
63             "time": "2023-11-14T13:51:46+00:00"
64         },
65         {
66             "name": "brick/math",
67             "version": "0.11.0",
68             "source": {
69                 "type": "git",
70                 "url": "https://github.com/brick/math.git",
71                 "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
72             },
73             "dist": {
74                 "type": "zip",
75                 "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
76                 "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
77                 "shasum": ""
78             },
79             "require": {
80                 "php": "^8.0"
81             },
82             "require-dev": {
83                 "php-coveralls/php-coveralls": "^2.2",
84                 "phpunit/phpunit": "^9.0",
85                 "vimeo/psalm": "5.0.0"
86             },
87             "type": "library",
88             "autoload": {
89                 "psr-4": {
90                     "Brick\\Math\\": "src/"
91                 }
92             },
93             "notification-url": "https://packagist.org/downloads/",
94             "license": [
95                 "MIT"
96             ],
97             "description": "Arbitrary-precision arithmetic library",
98             "keywords": [
99                 "Arbitrary-precision",
100                 "BigInteger",
101                 "BigRational",
102                 "arithmetic",
103                 "bigdecimal",
104                 "bignum",
105                 "brick",
106                 "math"
107             ],
108             "support": {
109                 "issues": "https://github.com/brick/math/issues",
110                 "source": "https://github.com/brick/math/tree/0.11.0"
111             },
112             "funding": [
113                 {
114                     "url": "https://github.com/BenMorel",
115                     "type": "github"
116                 }
117             ],
118             "time": "2023-01-15T23:15:59+00:00"
119         },
120         {
121             "name": "carbonphp/carbon-doctrine-types",
122             "version": "3.2.0",
123             "source": {
124                 "type": "git",
125                 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
126                 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
127             },
128             "dist": {
129                 "type": "zip",
130                 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
131                 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
132                 "shasum": ""
133             },
134             "require": {
135                 "php": "^8.1"
136             },
137             "conflict": {
138                 "doctrine/dbal": "<4.0.0 || >=5.0.0"
139             },
140             "require-dev": {
141                 "doctrine/dbal": "^4.0.0",
142                 "nesbot/carbon": "^2.71.0 || ^3.0.0",
143                 "phpunit/phpunit": "^10.3"
144             },
145             "type": "library",
146             "autoload": {
147                 "psr-4": {
148                     "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
149                 }
150             },
151             "notification-url": "https://packagist.org/downloads/",
152             "license": [
153                 "MIT"
154             ],
155             "authors": [
156                 {
157                     "name": "KyleKatarn",
158                     "email": "kylekatarnls@gmail.com"
159                 }
160             ],
161             "description": "Types to use Carbon in Doctrine",
162             "keywords": [
163                 "carbon",
164                 "date",
165                 "datetime",
166                 "doctrine",
167                 "time"
168             ],
169             "support": {
170                 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
171                 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
172             },
173             "funding": [
174                 {
175                     "url": "https://github.com/kylekatarnls",
176                     "type": "github"
177                 },
178                 {
179                     "url": "https://opencollective.com/Carbon",
180                     "type": "open_collective"
181                 },
182                 {
183                     "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
184                     "type": "tidelift"
185                 }
186             ],
187             "time": "2024-02-09T16:56:22+00:00"
188         },
189         {
190             "name": "dflydev/dot-access-data",
191             "version": "v3.0.2",
192             "source": {
193                 "type": "git",
194                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
195                 "reference": "f41715465d65213d644d3141a6a93081be5d3549"
196             },
197             "dist": {
198                 "type": "zip",
199                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
200                 "reference": "f41715465d65213d644d3141a6a93081be5d3549",
201                 "shasum": ""
202             },
203             "require": {
204                 "php": "^7.1 || ^8.0"
205             },
206             "require-dev": {
207                 "phpstan/phpstan": "^0.12.42",
208                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
209                 "scrutinizer/ocular": "1.6.0",
210                 "squizlabs/php_codesniffer": "^3.5",
211                 "vimeo/psalm": "^4.0.0"
212             },
213             "type": "library",
214             "extra": {
215                 "branch-alias": {
216                     "dev-main": "3.x-dev"
217                 }
218             },
219             "autoload": {
220                 "psr-4": {
221                     "Dflydev\\DotAccessData\\": "src/"
222                 }
223             },
224             "notification-url": "https://packagist.org/downloads/",
225             "license": [
226                 "MIT"
227             ],
228             "authors": [
229                 {
230                     "name": "Dragonfly Development Inc.",
231                     "email": "info@dflydev.com",
232                     "homepage": "http://dflydev.com"
233                 },
234                 {
235                     "name": "Beau Simensen",
236                     "email": "beau@dflydev.com",
237                     "homepage": "http://beausimensen.com"
238                 },
239                 {
240                     "name": "Carlos Frutos",
241                     "email": "carlos@kiwing.it",
242                     "homepage": "https://github.com/cfrutos"
243                 },
244                 {
245                     "name": "Colin O'Dell",
246                     "email": "colinodell@gmail.com",
247                     "homepage": "https://www.colinodell.com"
248                 }
249             ],
250             "description": "Given a deep data structure, access data by dot notation.",
251             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
252             "keywords": [
253                 "access",
254                 "data",
255                 "dot",
256                 "notation"
257             ],
258             "support": {
259                 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
260                 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
261             },
262             "time": "2022-10-27T11:44:00+00:00"
263         },
264         {
265             "name": "doctrine/inflector",
266             "version": "2.0.10",
267             "source": {
268                 "type": "git",
269                 "url": "https://github.com/doctrine/inflector.git",
270                 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
271             },
272             "dist": {
273                 "type": "zip",
274                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
275                 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
276                 "shasum": ""
277             },
278             "require": {
279                 "php": "^7.2 || ^8.0"
280             },
281             "require-dev": {
282                 "doctrine/coding-standard": "^11.0",
283                 "phpstan/phpstan": "^1.8",
284                 "phpstan/phpstan-phpunit": "^1.1",
285                 "phpstan/phpstan-strict-rules": "^1.3",
286                 "phpunit/phpunit": "^8.5 || ^9.5",
287                 "vimeo/psalm": "^4.25 || ^5.4"
288             },
289             "type": "library",
290             "autoload": {
291                 "psr-4": {
292                     "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
293                 }
294             },
295             "notification-url": "https://packagist.org/downloads/",
296             "license": [
297                 "MIT"
298             ],
299             "authors": [
300                 {
301                     "name": "Guilherme Blanco",
302                     "email": "guilhermeblanco@gmail.com"
303                 },
304                 {
305                     "name": "Roman Borschel",
306                     "email": "roman@code-factory.org"
307                 },
308                 {
309                     "name": "Benjamin Eberlei",
310                     "email": "kontakt@beberlei.de"
311                 },
312                 {
313                     "name": "Jonathan Wage",
314                     "email": "jonwage@gmail.com"
315                 },
316                 {
317                     "name": "Johannes Schmitt",
318                     "email": "schmittjoh@gmail.com"
319                 }
320             ],
321             "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
322             "homepage": "https://www.doctrine-project.org/projects/inflector.html",
323             "keywords": [
324                 "inflection",
325                 "inflector",
326                 "lowercase",
327                 "manipulation",
328                 "php",
329                 "plural",
330                 "singular",
331                 "strings",
332                 "uppercase",
333                 "words"
334             ],
335             "support": {
336                 "issues": "https://github.com/doctrine/inflector/issues",
337                 "source": "https://github.com/doctrine/inflector/tree/2.0.10"
338             },
339             "funding": [
340                 {
341                     "url": "https://www.doctrine-project.org/sponsorship.html",
342                     "type": "custom"
343                 },
344                 {
345                     "url": "https://www.patreon.com/phpdoctrine",
346                     "type": "patreon"
347                 },
348                 {
349                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
350                     "type": "tidelift"
351                 }
352             ],
353             "time": "2024-02-18T20:23:39+00:00"
354         },
355         {
356             "name": "doctrine/lexer",
357             "version": "3.0.1",
358             "source": {
359                 "type": "git",
360                 "url": "https://github.com/doctrine/lexer.git",
361                 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
362             },
363             "dist": {
364                 "type": "zip",
365                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
366                 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
367                 "shasum": ""
368             },
369             "require": {
370                 "php": "^8.1"
371             },
372             "require-dev": {
373                 "doctrine/coding-standard": "^12",
374                 "phpstan/phpstan": "^1.10",
375                 "phpunit/phpunit": "^10.5",
376                 "psalm/plugin-phpunit": "^0.18.3",
377                 "vimeo/psalm": "^5.21"
378             },
379             "type": "library",
380             "autoload": {
381                 "psr-4": {
382                     "Doctrine\\Common\\Lexer\\": "src"
383                 }
384             },
385             "notification-url": "https://packagist.org/downloads/",
386             "license": [
387                 "MIT"
388             ],
389             "authors": [
390                 {
391                     "name": "Guilherme Blanco",
392                     "email": "guilhermeblanco@gmail.com"
393                 },
394                 {
395                     "name": "Roman Borschel",
396                     "email": "roman@code-factory.org"
397                 },
398                 {
399                     "name": "Johannes Schmitt",
400                     "email": "schmittjoh@gmail.com"
401                 }
402             ],
403             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
404             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
405             "keywords": [
406                 "annotations",
407                 "docblock",
408                 "lexer",
409                 "parser",
410                 "php"
411             ],
412             "support": {
413                 "issues": "https://github.com/doctrine/lexer/issues",
414                 "source": "https://github.com/doctrine/lexer/tree/3.0.1"
415             },
416             "funding": [
417                 {
418                     "url": "https://www.doctrine-project.org/sponsorship.html",
419                     "type": "custom"
420                 },
421                 {
422                     "url": "https://www.patreon.com/phpdoctrine",
423                     "type": "patreon"
424                 },
425                 {
426                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
427                     "type": "tidelift"
428                 }
429             ],
430             "time": "2024-02-05T11:56:58+00:00"
431         },
432         {
433             "name": "dragonmantank/cron-expression",
434             "version": "v3.3.3",
435             "source": {
436                 "type": "git",
437                 "url": "https://github.com/dragonmantank/cron-expression.git",
438                 "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
439             },
440             "dist": {
441                 "type": "zip",
442                 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
443                 "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
444                 "shasum": ""
445             },
446             "require": {
447                 "php": "^7.2|^8.0",
448                 "webmozart/assert": "^1.0"
449             },
450             "replace": {
451                 "mtdowling/cron-expression": "^1.0"
452             },
453             "require-dev": {
454                 "phpstan/extension-installer": "^1.0",
455                 "phpstan/phpstan": "^1.0",
456                 "phpstan/phpstan-webmozart-assert": "^1.0",
457                 "phpunit/phpunit": "^7.0|^8.0|^9.0"
458             },
459             "type": "library",
460             "autoload": {
461                 "psr-4": {
462                     "Cron\\": "src/Cron/"
463                 }
464             },
465             "notification-url": "https://packagist.org/downloads/",
466             "license": [
467                 "MIT"
468             ],
469             "authors": [
470                 {
471                     "name": "Chris Tankersley",
472                     "email": "chris@ctankersley.com",
473                     "homepage": "https://github.com/dragonmantank"
474                 }
475             ],
476             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
477             "keywords": [
478                 "cron",
479                 "schedule"
480             ],
481             "support": {
482                 "issues": "https://github.com/dragonmantank/cron-expression/issues",
483                 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
484             },
485             "funding": [
486                 {
487                     "url": "https://github.com/dragonmantank",
488                     "type": "github"
489                 }
490             ],
491             "time": "2023-08-10T19:36:49+00:00"
492         },
493         {
494             "name": "egulias/email-validator",
495             "version": "4.0.2",
496             "source": {
497                 "type": "git",
498                 "url": "https://github.com/egulias/EmailValidator.git",
499                 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
500             },
501             "dist": {
502                 "type": "zip",
503                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
504                 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
505                 "shasum": ""
506             },
507             "require": {
508                 "doctrine/lexer": "^2.0 || ^3.0",
509                 "php": ">=8.1",
510                 "symfony/polyfill-intl-idn": "^1.26"
511             },
512             "require-dev": {
513                 "phpunit/phpunit": "^10.2",
514                 "vimeo/psalm": "^5.12"
515             },
516             "suggest": {
517                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
518             },
519             "type": "library",
520             "extra": {
521                 "branch-alias": {
522                     "dev-master": "4.0.x-dev"
523                 }
524             },
525             "autoload": {
526                 "psr-4": {
527                     "Egulias\\EmailValidator\\": "src"
528                 }
529             },
530             "notification-url": "https://packagist.org/downloads/",
531             "license": [
532                 "MIT"
533             ],
534             "authors": [
535                 {
536                     "name": "Eduardo Gulias Davis"
537                 }
538             ],
539             "description": "A library for validating emails against several RFCs",
540             "homepage": "https://github.com/egulias/EmailValidator",
541             "keywords": [
542                 "email",
543                 "emailvalidation",
544                 "emailvalidator",
545                 "validation",
546                 "validator"
547             ],
548             "support": {
549                 "issues": "https://github.com/egulias/EmailValidator/issues",
550                 "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
551             },
552             "funding": [
553                 {
554                     "url": "https://github.com/egulias",
555                     "type": "github"
556                 }
557             ],
558             "time": "2023-10-06T06:47:41+00:00"
067143 559         },
FB 560         {
561             "name": "ezyang/htmlpurifier",
562             "version": "v4.17.0",
563             "source": {
564                 "type": "git",
565                 "url": "https://github.com/ezyang/htmlpurifier.git",
566                 "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
567             },
568             "dist": {
569                 "type": "zip",
570                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
571                 "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
572                 "shasum": ""
573             },
574             "require": {
575                 "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"
576             },
577             "require-dev": {
578                 "cerdic/css-tidy": "^1.7 || ^2.0",
579                 "simpletest/simpletest": "dev-master"
580             },
581             "suggest": {
582                 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
583                 "ext-bcmath": "Used for unit conversion and imagecrash protection",
584                 "ext-iconv": "Converts text to and from non-UTF-8 encodings",
585                 "ext-tidy": "Used for pretty-printing HTML"
586             },
587             "type": "library",
588             "autoload": {
589                 "files": [
590                     "library/HTMLPurifier.composer.php"
591                 ],
592                 "psr-0": {
593                     "HTMLPurifier": "library/"
594                 },
595                 "exclude-from-classmap": [
596                     "/library/HTMLPurifier/Language/"
597                 ]
598             },
599             "notification-url": "https://packagist.org/downloads/",
600             "license": [
601                 "LGPL-2.1-or-later"
602             ],
603             "authors": [
604                 {
605                     "name": "Edward Z. Yang",
606                     "email": "admin@htmlpurifier.org",
607                     "homepage": "http://ezyang.com"
608                 }
609             ],
610             "description": "Standards compliant HTML filter written in PHP",
611             "homepage": "http://htmlpurifier.org/",
612             "keywords": [
613                 "html"
614             ],
615             "support": {
616                 "issues": "https://github.com/ezyang/htmlpurifier/issues",
617                 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
618             },
619             "time": "2023-11-17T15:01:25+00:00"
ebf6bb 620         },
D 621         {
622             "name": "fruitcake/laravel-cors",
623             "version": "v2.2.0",
624             "source": {
625                 "type": "git",
626                 "url": "https://github.com/fruitcake/laravel-cors.git",
627                 "reference": "783a74f5e3431d7b9805be8afb60fd0a8f743534"
628             },
629             "dist": {
630                 "type": "zip",
631                 "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/783a74f5e3431d7b9805be8afb60fd0a8f743534",
632                 "reference": "783a74f5e3431d7b9805be8afb60fd0a8f743534",
633                 "shasum": ""
634             },
635             "require": {
636                 "asm89/stack-cors": "^2.0.1",
637                 "illuminate/contracts": "^6|^7|^8|^9",
638                 "illuminate/support": "^6|^7|^8|^9",
639                 "php": ">=7.2"
640             },
641             "require-dev": {
642                 "laravel/framework": "^6|^7.24|^8",
643                 "orchestra/testbench-dusk": "^4|^5|^6|^7",
644                 "phpunit/phpunit": "^6|^7|^8|^9",
645                 "squizlabs/php_codesniffer": "^3.5"
646             },
647             "type": "library",
648             "extra": {
649                 "branch-alias": {
650                     "dev-master": "2.1-dev"
651                 },
652                 "laravel": {
653                     "providers": [
654                         "Fruitcake\\Cors\\CorsServiceProvider"
655                     ]
656                 }
657             },
658             "autoload": {
659                 "psr-4": {
660                     "Fruitcake\\Cors\\": "src/"
661                 }
662             },
663             "notification-url": "https://packagist.org/downloads/",
664             "license": [
665                 "MIT"
666             ],
667             "authors": [
668                 {
669                     "name": "Fruitcake",
670                     "homepage": "https://fruitcake.nl"
671                 },
672                 {
673                     "name": "Barry vd. Heuvel",
674                     "email": "barryvdh@gmail.com"
675                 }
676             ],
677             "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
678             "keywords": [
679                 "api",
680                 "cors",
681                 "crossdomain",
682                 "laravel"
683             ],
684             "support": {
685                 "issues": "https://github.com/fruitcake/laravel-cors/issues",
686                 "source": "https://github.com/fruitcake/laravel-cors/tree/v2.2.0"
687             },
688             "funding": [
689                 {
690                     "url": "https://fruitcake.nl",
691                     "type": "custom"
692                 },
693                 {
694                     "url": "https://github.com/barryvdh",
695                     "type": "github"
696                 }
697             ],
698             "abandoned": true,
699             "time": "2022-02-23T14:25:13+00:00"
700         },
701         {
702             "name": "fruitcake/php-cors",
703             "version": "v1.3.0",
704             "source": {
705                 "type": "git",
706                 "url": "https://github.com/fruitcake/php-cors.git",
707                 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
708             },
709             "dist": {
710                 "type": "zip",
711                 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
712                 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
713                 "shasum": ""
714             },
715             "require": {
716                 "php": "^7.4|^8.0",
717                 "symfony/http-foundation": "^4.4|^5.4|^6|^7"
718             },
719             "require-dev": {
720                 "phpstan/phpstan": "^1.4",
721                 "phpunit/phpunit": "^9",
722                 "squizlabs/php_codesniffer": "^3.5"
723             },
724             "type": "library",
725             "extra": {
726                 "branch-alias": {
727                     "dev-master": "1.2-dev"
728                 }
729             },
730             "autoload": {
731                 "psr-4": {
732                     "Fruitcake\\Cors\\": "src/"
733                 }
734             },
735             "notification-url": "https://packagist.org/downloads/",
736             "license": [
737                 "MIT"
738             ],
739             "authors": [
740                 {
741                     "name": "Fruitcake",
742                     "homepage": "https://fruitcake.nl"
743                 },
744                 {
745                     "name": "Barryvdh",
746                     "email": "barryvdh@gmail.com"
747                 }
748             ],
749             "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
750             "homepage": "https://github.com/fruitcake/php-cors",
751             "keywords": [
752                 "cors",
753                 "laravel",
754                 "symfony"
755             ],
756             "support": {
757                 "issues": "https://github.com/fruitcake/php-cors/issues",
758                 "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
759             },
760             "funding": [
761                 {
762                     "url": "https://fruitcake.nl",
763                     "type": "custom"
764                 },
765                 {
766                     "url": "https://github.com/barryvdh",
767                     "type": "github"
768                 }
769             ],
770             "time": "2023-10-12T05:21:21+00:00"
771         },
772         {
773             "name": "graham-campbell/result-type",
774             "version": "v1.1.2",
775             "source": {
776                 "type": "git",
777                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
778                 "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
779             },
780             "dist": {
781                 "type": "zip",
782                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
783                 "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
784                 "shasum": ""
785             },
786             "require": {
787                 "php": "^7.2.5 || ^8.0",
788                 "phpoption/phpoption": "^1.9.2"
789             },
790             "require-dev": {
791                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
792             },
793             "type": "library",
794             "autoload": {
795                 "psr-4": {
796                     "GrahamCampbell\\ResultType\\": "src/"
797                 }
798             },
799             "notification-url": "https://packagist.org/downloads/",
800             "license": [
801                 "MIT"
802             ],
803             "authors": [
804                 {
805                     "name": "Graham Campbell",
806                     "email": "hello@gjcampbell.co.uk",
807                     "homepage": "https://github.com/GrahamCampbell"
808                 }
809             ],
810             "description": "An Implementation Of The Result Type",
811             "keywords": [
812                 "Graham Campbell",
813                 "GrahamCampbell",
814                 "Result Type",
815                 "Result-Type",
816                 "result"
817             ],
818             "support": {
819                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
820                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
821             },
822             "funding": [
823                 {
824                     "url": "https://github.com/GrahamCampbell",
825                     "type": "github"
826                 },
827                 {
828                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
829                     "type": "tidelift"
830                 }
831             ],
832             "time": "2023-11-12T22:16:48+00:00"
833         },
834         {
835             "name": "guzzlehttp/guzzle",
836             "version": "7.8.1",
837             "source": {
838                 "type": "git",
839                 "url": "https://github.com/guzzle/guzzle.git",
840                 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
841             },
842             "dist": {
843                 "type": "zip",
844                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
845                 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
846                 "shasum": ""
847             },
848             "require": {
849                 "ext-json": "*",
850                 "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
851                 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
852                 "php": "^7.2.5 || ^8.0",
853                 "psr/http-client": "^1.0",
854                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
855             },
856             "provide": {
857                 "psr/http-client-implementation": "1.0"
858             },
859             "require-dev": {
860                 "bamarni/composer-bin-plugin": "^1.8.2",
861                 "ext-curl": "*",
862                 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
863                 "php-http/message-factory": "^1.1",
864                 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
865                 "psr/log": "^1.1 || ^2.0 || ^3.0"
866             },
867             "suggest": {
868                 "ext-curl": "Required for CURL handler support",
869                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
870                 "psr/log": "Required for using the Log middleware"
871             },
872             "type": "library",
873             "extra": {
874                 "bamarni-bin": {
875                     "bin-links": true,
876                     "forward-command": false
877                 }
878             },
879             "autoload": {
880                 "files": [
881                     "src/functions_include.php"
882                 ],
883                 "psr-4": {
884                     "GuzzleHttp\\": "src/"
885                 }
886             },
887             "notification-url": "https://packagist.org/downloads/",
888             "license": [
889                 "MIT"
890             ],
891             "authors": [
892                 {
893                     "name": "Graham Campbell",
894                     "email": "hello@gjcampbell.co.uk",
895                     "homepage": "https://github.com/GrahamCampbell"
896                 },
897                 {
898                     "name": "Michael Dowling",
899                     "email": "mtdowling@gmail.com",
900                     "homepage": "https://github.com/mtdowling"
901                 },
902                 {
903                     "name": "Jeremy Lindblom",
904                     "email": "jeremeamia@gmail.com",
905                     "homepage": "https://github.com/jeremeamia"
906                 },
907                 {
908                     "name": "George Mponos",
909                     "email": "gmponos@gmail.com",
910                     "homepage": "https://github.com/gmponos"
911                 },
912                 {
913                     "name": "Tobias Nyholm",
914                     "email": "tobias.nyholm@gmail.com",
915                     "homepage": "https://github.com/Nyholm"
916                 },
917                 {
918                     "name": "Márk Sági-Kazár",
919                     "email": "mark.sagikazar@gmail.com",
920                     "homepage": "https://github.com/sagikazarmark"
921                 },
922                 {
923                     "name": "Tobias Schultze",
924                     "email": "webmaster@tubo-world.de",
925                     "homepage": "https://github.com/Tobion"
926                 }
927             ],
928             "description": "Guzzle is a PHP HTTP client library",
929             "keywords": [
930                 "client",
931                 "curl",
932                 "framework",
933                 "http",
934                 "http client",
935                 "psr-18",
936                 "psr-7",
937                 "rest",
938                 "web service"
939             ],
940             "support": {
941                 "issues": "https://github.com/guzzle/guzzle/issues",
942                 "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
943             },
944             "funding": [
945                 {
946                     "url": "https://github.com/GrahamCampbell",
947                     "type": "github"
948                 },
949                 {
950                     "url": "https://github.com/Nyholm",
951                     "type": "github"
952                 },
953                 {
954                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
955                     "type": "tidelift"
956                 }
957             ],
958             "time": "2023-12-03T20:35:24+00:00"
959         },
960         {
961             "name": "guzzlehttp/promises",
962             "version": "2.0.2",
963             "source": {
964                 "type": "git",
965                 "url": "https://github.com/guzzle/promises.git",
966                 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
967             },
968             "dist": {
969                 "type": "zip",
970                 "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
971                 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
972                 "shasum": ""
973             },
974             "require": {
975                 "php": "^7.2.5 || ^8.0"
976             },
977             "require-dev": {
978                 "bamarni/composer-bin-plugin": "^1.8.2",
979                 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
980             },
981             "type": "library",
982             "extra": {
983                 "bamarni-bin": {
984                     "bin-links": true,
985                     "forward-command": false
986                 }
987             },
988             "autoload": {
989                 "psr-4": {
990                     "GuzzleHttp\\Promise\\": "src/"
991                 }
992             },
993             "notification-url": "https://packagist.org/downloads/",
994             "license": [
995                 "MIT"
996             ],
997             "authors": [
998                 {
999                     "name": "Graham Campbell",
1000                     "email": "hello@gjcampbell.co.uk",
1001                     "homepage": "https://github.com/GrahamCampbell"
1002                 },
1003                 {
1004                     "name": "Michael Dowling",
1005                     "email": "mtdowling@gmail.com",
1006                     "homepage": "https://github.com/mtdowling"
1007                 },
1008                 {
1009                     "name": "Tobias Nyholm",
1010                     "email": "tobias.nyholm@gmail.com",
1011                     "homepage": "https://github.com/Nyholm"
1012                 },
1013                 {
1014                     "name": "Tobias Schultze",
1015                     "email": "webmaster@tubo-world.de",
1016                     "homepage": "https://github.com/Tobion"
1017                 }
1018             ],
1019             "description": "Guzzle promises library",
1020             "keywords": [
1021                 "promise"
1022             ],
1023             "support": {
1024                 "issues": "https://github.com/guzzle/promises/issues",
1025                 "source": "https://github.com/guzzle/promises/tree/2.0.2"
1026             },
1027             "funding": [
1028                 {
1029                     "url": "https://github.com/GrahamCampbell",
1030                     "type": "github"
1031                 },
1032                 {
1033                     "url": "https://github.com/Nyholm",
1034                     "type": "github"
1035                 },
1036                 {
1037                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1038                     "type": "tidelift"
1039                 }
1040             ],
1041             "time": "2023-12-03T20:19:20+00:00"
1042         },
1043         {
1044             "name": "guzzlehttp/psr7",
1045             "version": "2.6.2",
1046             "source": {
1047                 "type": "git",
1048                 "url": "https://github.com/guzzle/psr7.git",
1049                 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
1050             },
1051             "dist": {
1052                 "type": "zip",
1053                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
1054                 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
1055                 "shasum": ""
1056             },
1057             "require": {
1058                 "php": "^7.2.5 || ^8.0",
1059                 "psr/http-factory": "^1.0",
1060                 "psr/http-message": "^1.1 || ^2.0",
1061                 "ralouphie/getallheaders": "^3.0"
1062             },
1063             "provide": {
1064                 "psr/http-factory-implementation": "1.0",
1065                 "psr/http-message-implementation": "1.0"
1066             },
1067             "require-dev": {
1068                 "bamarni/composer-bin-plugin": "^1.8.2",
1069                 "http-interop/http-factory-tests": "^0.9",
1070                 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1071             },
1072             "suggest": {
1073                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1074             },
1075             "type": "library",
1076             "extra": {
1077                 "bamarni-bin": {
1078                     "bin-links": true,
1079                     "forward-command": false
1080                 }
1081             },
1082             "autoload": {
1083                 "psr-4": {
1084                     "GuzzleHttp\\Psr7\\": "src/"
1085                 }
1086             },
1087             "notification-url": "https://packagist.org/downloads/",
1088             "license": [
1089                 "MIT"
1090             ],
1091             "authors": [
1092                 {
1093                     "name": "Graham Campbell",
1094                     "email": "hello@gjcampbell.co.uk",
1095                     "homepage": "https://github.com/GrahamCampbell"
1096                 },
1097                 {
1098                     "name": "Michael Dowling",
1099                     "email": "mtdowling@gmail.com",
1100                     "homepage": "https://github.com/mtdowling"
1101                 },
1102                 {
1103                     "name": "George Mponos",
1104                     "email": "gmponos@gmail.com",
1105                     "homepage": "https://github.com/gmponos"
1106                 },
1107                 {
1108                     "name": "Tobias Nyholm",
1109                     "email": "tobias.nyholm@gmail.com",
1110                     "homepage": "https://github.com/Nyholm"
1111                 },
1112                 {
1113                     "name": "Márk Sági-Kazár",
1114                     "email": "mark.sagikazar@gmail.com",
1115                     "homepage": "https://github.com/sagikazarmark"
1116                 },
1117                 {
1118                     "name": "Tobias Schultze",
1119                     "email": "webmaster@tubo-world.de",
1120                     "homepage": "https://github.com/Tobion"
1121                 },
1122                 {
1123                     "name": "Márk Sági-Kazár",
1124                     "email": "mark.sagikazar@gmail.com",
1125                     "homepage": "https://sagikazarmark.hu"
1126                 }
1127             ],
1128             "description": "PSR-7 message implementation that also provides common utility methods",
1129             "keywords": [
1130                 "http",
1131                 "message",
1132                 "psr-7",
1133                 "request",
1134                 "response",
1135                 "stream",
1136                 "uri",
1137                 "url"
1138             ],
1139             "support": {
1140                 "issues": "https://github.com/guzzle/psr7/issues",
1141                 "source": "https://github.com/guzzle/psr7/tree/2.6.2"
1142             },
1143             "funding": [
1144                 {
1145                     "url": "https://github.com/GrahamCampbell",
1146                     "type": "github"
1147                 },
1148                 {
1149                     "url": "https://github.com/Nyholm",
1150                     "type": "github"
1151                 },
1152                 {
1153                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1154                     "type": "tidelift"
1155                 }
1156             ],
1157             "time": "2023-12-03T20:05:35+00:00"
1158         },
1159         {
1160             "name": "guzzlehttp/uri-template",
1161             "version": "v1.0.3",
1162             "source": {
1163                 "type": "git",
1164                 "url": "https://github.com/guzzle/uri-template.git",
1165                 "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
1166             },
1167             "dist": {
1168                 "type": "zip",
1169                 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
1170                 "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
1171                 "shasum": ""
1172             },
1173             "require": {
1174                 "php": "^7.2.5 || ^8.0",
1175                 "symfony/polyfill-php80": "^1.24"
1176             },
1177             "require-dev": {
1178                 "bamarni/composer-bin-plugin": "^1.8.2",
1179                 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1180                 "uri-template/tests": "1.0.0"
1181             },
1182             "type": "library",
1183             "extra": {
1184                 "bamarni-bin": {
1185                     "bin-links": true,
1186                     "forward-command": false
1187                 }
1188             },
1189             "autoload": {
1190                 "psr-4": {
1191                     "GuzzleHttp\\UriTemplate\\": "src"
1192                 }
1193             },
1194             "notification-url": "https://packagist.org/downloads/",
1195             "license": [
1196                 "MIT"
1197             ],
1198             "authors": [
1199                 {
1200                     "name": "Graham Campbell",
1201                     "email": "hello@gjcampbell.co.uk",
1202                     "homepage": "https://github.com/GrahamCampbell"
1203                 },
1204                 {
1205                     "name": "Michael Dowling",
1206                     "email": "mtdowling@gmail.com",
1207                     "homepage": "https://github.com/mtdowling"
1208                 },
1209                 {
1210                     "name": "George Mponos",
1211                     "email": "gmponos@gmail.com",
1212                     "homepage": "https://github.com/gmponos"
1213                 },
1214                 {
1215                     "name": "Tobias Nyholm",
1216                     "email": "tobias.nyholm@gmail.com",
1217                     "homepage": "https://github.com/Nyholm"
1218                 }
1219             ],
1220             "description": "A polyfill class for uri_template of PHP",
1221             "keywords": [
1222                 "guzzlehttp",
1223                 "uri-template"
1224             ],
1225             "support": {
1226                 "issues": "https://github.com/guzzle/uri-template/issues",
1227                 "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
1228             },
1229             "funding": [
1230                 {
1231                     "url": "https://github.com/GrahamCampbell",
1232                     "type": "github"
1233                 },
1234                 {
1235                     "url": "https://github.com/Nyholm",
1236                     "type": "github"
1237                 },
1238                 {
1239                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1240                     "type": "tidelift"
1241                 }
1242             ],
1243             "time": "2023-12-03T19:50:20+00:00"
1244         },
1245         {
1246             "name": "laravel/framework",
1247             "version": "v9.52.16",
1248             "source": {
1249                 "type": "git",
1250                 "url": "https://github.com/laravel/framework.git",
1251                 "reference": "082345d76fc6a55b649572efe10b11b03e279d24"
1252             },
1253             "dist": {
1254                 "type": "zip",
1255                 "url": "https://api.github.com/repos/laravel/framework/zipball/082345d76fc6a55b649572efe10b11b03e279d24",
1256                 "reference": "082345d76fc6a55b649572efe10b11b03e279d24",
1257                 "shasum": ""
1258             },
1259             "require": {
1260                 "brick/math": "^0.9.3|^0.10.2|^0.11",
1261                 "doctrine/inflector": "^2.0.5",
1262                 "dragonmantank/cron-expression": "^3.3.2",
1263                 "egulias/email-validator": "^3.2.1|^4.0",
1264                 "ext-ctype": "*",
1265                 "ext-filter": "*",
1266                 "ext-hash": "*",
1267                 "ext-mbstring": "*",
1268                 "ext-openssl": "*",
1269                 "ext-session": "*",
1270                 "ext-tokenizer": "*",
1271                 "fruitcake/php-cors": "^1.2",
1272                 "guzzlehttp/uri-template": "^1.0",
1273                 "laravel/serializable-closure": "^1.2.2",
1274                 "league/commonmark": "^2.2.1",
1275                 "league/flysystem": "^3.8.0",
1276                 "monolog/monolog": "^2.0",
1277                 "nesbot/carbon": "^2.62.1",
1278                 "nunomaduro/termwind": "^1.13",
1279                 "php": "^8.0.2",
1280                 "psr/container": "^1.1.1|^2.0.1",
1281                 "psr/log": "^1.0|^2.0|^3.0",
1282                 "psr/simple-cache": "^1.0|^2.0|^3.0",
1283                 "ramsey/uuid": "^4.7",
1284                 "symfony/console": "^6.0.9",
1285                 "symfony/error-handler": "^6.0",
1286                 "symfony/finder": "^6.0",
1287                 "symfony/http-foundation": "^6.0",
1288                 "symfony/http-kernel": "^6.0",
1289                 "symfony/mailer": "^6.0",
1290                 "symfony/mime": "^6.0",
1291                 "symfony/process": "^6.0",
1292                 "symfony/routing": "^6.0",
1293                 "symfony/uid": "^6.0",
1294                 "symfony/var-dumper": "^6.0",
1295                 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
1296                 "vlucas/phpdotenv": "^5.4.1",
1297                 "voku/portable-ascii": "^2.0"
1298             },
1299             "conflict": {
1300                 "tightenco/collect": "<5.5.33"
1301             },
1302             "provide": {
1303                 "psr/container-implementation": "1.1|2.0",
1304                 "psr/simple-cache-implementation": "1.0|2.0|3.0"
1305             },
1306             "replace": {
1307                 "illuminate/auth": "self.version",
1308                 "illuminate/broadcasting": "self.version",
1309                 "illuminate/bus": "self.version",
1310                 "illuminate/cache": "self.version",
1311                 "illuminate/collections": "self.version",
1312                 "illuminate/conditionable": "self.version",
1313                 "illuminate/config": "self.version",
1314                 "illuminate/console": "self.version",
1315                 "illuminate/container": "self.version",
1316                 "illuminate/contracts": "self.version",
1317                 "illuminate/cookie": "self.version",
1318                 "illuminate/database": "self.version",
1319                 "illuminate/encryption": "self.version",
1320                 "illuminate/events": "self.version",
1321                 "illuminate/filesystem": "self.version",
1322                 "illuminate/hashing": "self.version",
1323                 "illuminate/http": "self.version",
1324                 "illuminate/log": "self.version",
1325                 "illuminate/macroable": "self.version",
1326                 "illuminate/mail": "self.version",
1327                 "illuminate/notifications": "self.version",
1328                 "illuminate/pagination": "self.version",
1329                 "illuminate/pipeline": "self.version",
1330                 "illuminate/queue": "self.version",
1331                 "illuminate/redis": "self.version",
1332                 "illuminate/routing": "self.version",
1333                 "illuminate/session": "self.version",
1334                 "illuminate/support": "self.version",
1335                 "illuminate/testing": "self.version",
1336                 "illuminate/translation": "self.version",
1337                 "illuminate/validation": "self.version",
1338                 "illuminate/view": "self.version"
1339             },
1340             "require-dev": {
1341                 "ably/ably-php": "^1.0",
1342                 "aws/aws-sdk-php": "^3.235.5",
1343                 "doctrine/dbal": "^2.13.3|^3.1.4",
1344                 "ext-gmp": "*",
1345                 "fakerphp/faker": "^1.21",
1346                 "guzzlehttp/guzzle": "^7.5",
1347                 "league/flysystem-aws-s3-v3": "^3.0",
1348                 "league/flysystem-ftp": "^3.0",
1349                 "league/flysystem-path-prefixing": "^3.3",
1350                 "league/flysystem-read-only": "^3.3",
1351                 "league/flysystem-sftp-v3": "^3.0",
1352                 "mockery/mockery": "^1.5.1",
1353                 "orchestra/testbench-core": "^7.24",
1354                 "pda/pheanstalk": "^4.0",
1355                 "phpstan/phpdoc-parser": "^1.15",
1356                 "phpstan/phpstan": "^1.4.7",
1357                 "phpunit/phpunit": "^9.5.8",
1358                 "predis/predis": "^1.1.9|^2.0.2",
1359                 "symfony/cache": "^6.0",
1360                 "symfony/http-client": "^6.0"
1361             },
1362             "suggest": {
1363                 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1364                 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
1365                 "brianium/paratest": "Required to run tests in parallel (^6.0).",
1366                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
1367                 "ext-apcu": "Required to use the APC cache driver.",
1368                 "ext-fileinfo": "Required to use the Filesystem class.",
1369                 "ext-ftp": "Required to use the Flysystem FTP driver.",
1370                 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1371                 "ext-memcached": "Required to use the memcache cache driver.",
1372                 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
1373                 "ext-pdo": "Required to use all database features.",
1374                 "ext-posix": "Required to use all features of the queue worker.",
1375                 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
1376                 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1377                 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
1378                 "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
1379                 "laravel/tinker": "Required to use the tinker console command (^2.0).",
1380                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
1381                 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
1382                 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
1383                 "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
1384                 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
1385                 "mockery/mockery": "Required to use mocking (^1.5.1).",
1386                 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
1387                 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
1388                 "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).",
1389                 "predis/predis": "Required to use the predis connector (^1.1.9|^2.0.2).",
1390                 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1391                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
1392                 "symfony/cache": "Required to PSR-6 cache bridge (^6.0).",
1393                 "symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).",
1394                 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.0).",
1395                 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).",
1396                 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).",
1397                 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
1398             },
1399             "type": "library",
1400             "extra": {
1401                 "branch-alias": {
1402                     "dev-master": "9.x-dev"
1403                 }
1404             },
1405             "autoload": {
1406                 "files": [
1407                     "src/Illuminate/Collections/helpers.php",
1408                     "src/Illuminate/Events/functions.php",
1409                     "src/Illuminate/Foundation/helpers.php",
1410                     "src/Illuminate/Support/helpers.php"
1411                 ],
1412                 "psr-4": {
1413                     "Illuminate\\": "src/Illuminate/",
1414                     "Illuminate\\Support\\": [
1415                         "src/Illuminate/Macroable/",
1416                         "src/Illuminate/Collections/",
1417                         "src/Illuminate/Conditionable/"
1418                     ]
1419                 }
1420             },
1421             "notification-url": "https://packagist.org/downloads/",
1422             "license": [
1423                 "MIT"
1424             ],
1425             "authors": [
1426                 {
1427                     "name": "Taylor Otwell",
1428                     "email": "taylor@laravel.com"
1429                 }
1430             ],
1431             "description": "The Laravel Framework.",
1432             "homepage": "https://laravel.com",
1433             "keywords": [
1434                 "framework",
1435                 "laravel"
1436             ],
1437             "support": {
1438                 "issues": "https://github.com/laravel/framework/issues",
1439                 "source": "https://github.com/laravel/framework"
1440             },
1441             "time": "2023-10-03T13:02:30+00:00"
1442         },
1443         {
1444             "name": "laravel/sanctum",
1445             "version": "v2.15.1",
1446             "source": {
1447                 "type": "git",
1448                 "url": "https://github.com/laravel/sanctum.git",
1449                 "reference": "31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473"
1450             },
1451             "dist": {
1452                 "type": "zip",
1453                 "url": "https://api.github.com/repos/laravel/sanctum/zipball/31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473",
1454                 "reference": "31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473",
1455                 "shasum": ""
1456             },
1457             "require": {
1458                 "ext-json": "*",
1459                 "illuminate/console": "^6.9|^7.0|^8.0|^9.0",
1460                 "illuminate/contracts": "^6.9|^7.0|^8.0|^9.0",
1461                 "illuminate/database": "^6.9|^7.0|^8.0|^9.0",
1462                 "illuminate/support": "^6.9|^7.0|^8.0|^9.0",
1463                 "php": "^7.2|^8.0"
1464             },
1465             "require-dev": {
1466                 "mockery/mockery": "^1.0",
1467                 "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
1468                 "phpunit/phpunit": "^8.0|^9.3"
1469             },
1470             "type": "library",
1471             "extra": {
1472                 "branch-alias": {
1473                     "dev-master": "2.x-dev"
1474                 },
1475                 "laravel": {
1476                     "providers": [
1477                         "Laravel\\Sanctum\\SanctumServiceProvider"
1478                     ]
1479                 }
1480             },
1481             "autoload": {
1482                 "psr-4": {
1483                     "Laravel\\Sanctum\\": "src/"
1484                 }
1485             },
1486             "notification-url": "https://packagist.org/downloads/",
1487             "license": [
1488                 "MIT"
1489             ],
1490             "authors": [
1491                 {
1492                     "name": "Taylor Otwell",
1493                     "email": "taylor@laravel.com"
1494                 }
1495             ],
1496             "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
1497             "keywords": [
1498                 "auth",
1499                 "laravel",
1500                 "sanctum"
1501             ],
1502             "support": {
1503                 "issues": "https://github.com/laravel/sanctum/issues",
1504                 "source": "https://github.com/laravel/sanctum"
1505             },
1506             "time": "2022-04-08T13:39:49+00:00"
1507         },
1508         {
1509             "name": "laravel/serializable-closure",
1510             "version": "v1.3.3",
1511             "source": {
1512                 "type": "git",
1513                 "url": "https://github.com/laravel/serializable-closure.git",
1514                 "reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
1515             },
1516             "dist": {
1517                 "type": "zip",
1518                 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
1519                 "reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
1520                 "shasum": ""
1521             },
1522             "require": {
1523                 "php": "^7.3|^8.0"
1524             },
1525             "require-dev": {
1526                 "nesbot/carbon": "^2.61",
1527                 "pestphp/pest": "^1.21.3",
1528                 "phpstan/phpstan": "^1.8.2",
1529                 "symfony/var-dumper": "^5.4.11"
1530             },
1531             "type": "library",
1532             "extra": {
1533                 "branch-alias": {
1534                     "dev-master": "1.x-dev"
1535                 }
1536             },
1537             "autoload": {
1538                 "psr-4": {
1539                     "Laravel\\SerializableClosure\\": "src/"
1540                 }
1541             },
1542             "notification-url": "https://packagist.org/downloads/",
1543             "license": [
1544                 "MIT"
1545             ],
1546             "authors": [
1547                 {
1548                     "name": "Taylor Otwell",
1549                     "email": "taylor@laravel.com"
1550                 },
1551                 {
1552                     "name": "Nuno Maduro",
1553                     "email": "nuno@laravel.com"
1554                 }
1555             ],
1556             "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
1557             "keywords": [
1558                 "closure",
1559                 "laravel",
1560                 "serializable"
1561             ],
1562             "support": {
1563                 "issues": "https://github.com/laravel/serializable-closure/issues",
1564                 "source": "https://github.com/laravel/serializable-closure"
1565             },
1566             "time": "2023-11-08T14:08:06+00:00"
1567         },
1568         {
1569             "name": "laravel/tinker",
1570             "version": "v2.9.0",
1571             "source": {
1572                 "type": "git",
1573                 "url": "https://github.com/laravel/tinker.git",
1574                 "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe"
1575             },
1576             "dist": {
1577                 "type": "zip",
1578                 "url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
1579                 "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
1580                 "shasum": ""
1581             },
1582             "require": {
1583                 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
1584                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
1585                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
1586                 "php": "^7.2.5|^8.0",
1587                 "psy/psysh": "^0.11.1|^0.12.0",
1588                 "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
1589             },
1590             "require-dev": {
1591                 "mockery/mockery": "~1.3.3|^1.4.2",
1592                 "phpstan/phpstan": "^1.10",
1593                 "phpunit/phpunit": "^8.5.8|^9.3.3"
1594             },
1595             "suggest": {
1596                 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
1597             },
1598             "type": "library",
1599             "extra": {
1600                 "laravel": {
1601                     "providers": [
1602                         "Laravel\\Tinker\\TinkerServiceProvider"
1603                     ]
1604                 }
1605             },
1606             "autoload": {
1607                 "psr-4": {
1608                     "Laravel\\Tinker\\": "src/"
1609                 }
1610             },
1611             "notification-url": "https://packagist.org/downloads/",
1612             "license": [
1613                 "MIT"
1614             ],
1615             "authors": [
1616                 {
1617                     "name": "Taylor Otwell",
1618                     "email": "taylor@laravel.com"
1619                 }
1620             ],
1621             "description": "Powerful REPL for the Laravel framework.",
1622             "keywords": [
1623                 "REPL",
1624                 "Tinker",
1625                 "laravel",
1626                 "psysh"
1627             ],
1628             "support": {
1629                 "issues": "https://github.com/laravel/tinker/issues",
1630                 "source": "https://github.com/laravel/tinker/tree/v2.9.0"
1631             },
1632             "time": "2024-01-04T16:10:04+00:00"
1633         },
1634         {
1635             "name": "lcobucci/clock",
1636             "version": "2.3.0",
1637             "source": {
1638                 "type": "git",
1639                 "url": "https://github.com/lcobucci/clock.git",
1640                 "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876"
1641             },
1642             "dist": {
1643                 "type": "zip",
1644                 "url": "https://api.github.com/repos/lcobucci/clock/zipball/c7aadcd6fd97ed9e199114269c0be3f335e38876",
1645                 "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876",
1646                 "shasum": ""
1647             },
1648             "require": {
1649                 "php": "~8.1.0 || ~8.2.0",
1650                 "stella-maris/clock": "^0.1.7"
1651             },
1652             "provide": {
1653                 "psr/clock-implementation": "1.0"
1654             },
1655             "require-dev": {
1656                 "infection/infection": "^0.26",
1657                 "lcobucci/coding-standard": "^9.0",
1658                 "phpstan/extension-installer": "^1.2",
1659                 "phpstan/phpstan": "^1.9.4",
1660                 "phpstan/phpstan-deprecation-rules": "^1.1.1",
1661                 "phpstan/phpstan-phpunit": "^1.3.2",
1662                 "phpstan/phpstan-strict-rules": "^1.4.4",
1663                 "phpunit/phpunit": "^9.5.27"
1664             },
1665             "type": "library",
1666             "autoload": {
1667                 "psr-4": {
1668                     "Lcobucci\\Clock\\": "src"
1669                 }
1670             },
1671             "notification-url": "https://packagist.org/downloads/",
1672             "license": [
1673                 "MIT"
1674             ],
1675             "authors": [
1676                 {
1677                     "name": "Luís Cobucci",
1678                     "email": "lcobucci@gmail.com"
1679                 }
1680             ],
1681             "description": "Yet another clock abstraction",
1682             "support": {
1683                 "issues": "https://github.com/lcobucci/clock/issues",
1684                 "source": "https://github.com/lcobucci/clock/tree/2.3.0"
1685             },
1686             "funding": [
1687                 {
1688                     "url": "https://github.com/lcobucci",
1689                     "type": "github"
1690                 },
1691                 {
1692                     "url": "https://www.patreon.com/lcobucci",
1693                     "type": "patreon"
1694                 }
1695             ],
1696             "time": "2022-12-19T14:38:11+00:00"
1697         },
1698         {
1699             "name": "lcobucci/jwt",
1700             "version": "4.0.4",
1701             "source": {
1702                 "type": "git",
1703                 "url": "https://github.com/lcobucci/jwt.git",
1704                 "reference": "55564265fddf810504110bd68ca311932324b0e9"
1705             },
1706             "dist": {
1707                 "type": "zip",
1708                 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/55564265fddf810504110bd68ca311932324b0e9",
1709                 "reference": "55564265fddf810504110bd68ca311932324b0e9",
1710                 "shasum": ""
1711             },
1712             "require": {
1713                 "ext-mbstring": "*",
1714                 "ext-openssl": "*",
1715                 "lcobucci/clock": "^2.0",
1716                 "php": "^7.4 || ^8.0"
1717             },
1718             "require-dev": {
1719                 "infection/infection": "^0.20",
1720                 "lcobucci/coding-standard": "^6.0",
1721                 "mikey179/vfsstream": "^1.6",
1722                 "phpbench/phpbench": "^0.17",
1723                 "phpstan/extension-installer": "^1.0",
1724                 "phpstan/phpstan": "^0.12",
1725                 "phpstan/phpstan-deprecation-rules": "^0.12",
1726                 "phpstan/phpstan-phpunit": "^0.12",
1727                 "phpstan/phpstan-strict-rules": "^0.12",
1728                 "phpunit/php-invoker": "^3.1",
1729                 "phpunit/phpunit": "^9.4"
1730             },
1731             "type": "library",
1732             "extra": {
1733                 "branch-alias": {
1734                     "dev-master": "4.0-dev"
1735                 }
1736             },
1737             "autoload": {
1738                 "psr-4": {
1739                     "Lcobucci\\JWT\\": "src"
1740                 }
1741             },
1742             "notification-url": "https://packagist.org/downloads/",
1743             "license": [
1744                 "BSD-3-Clause"
1745             ],
1746             "authors": [
1747                 {
1748                     "name": "Luís Cobucci",
1749                     "email": "lcobucci@gmail.com",
1750                     "role": "Developer"
1751                 }
1752             ],
1753             "description": "A simple library to work with JSON Web Token and JSON Web Signature",
1754             "keywords": [
1755                 "JWS",
1756                 "jwt"
1757             ],
1758             "support": {
1759                 "issues": "https://github.com/lcobucci/jwt/issues",
1760                 "source": "https://github.com/lcobucci/jwt/tree/4.0.4"
1761             },
1762             "funding": [
1763                 {
1764                     "url": "https://github.com/lcobucci",
1765                     "type": "github"
1766                 },
1767                 {
1768                     "url": "https://www.patreon.com/lcobucci",
1769                     "type": "patreon"
1770                 }
1771             ],
1772             "time": "2021-09-28T19:18:28+00:00"
1773         },
1774         {
1775             "name": "league/commonmark",
1776             "version": "2.4.2",
1777             "source": {
1778                 "type": "git",
1779                 "url": "https://github.com/thephpleague/commonmark.git",
1780                 "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
1781             },
1782             "dist": {
1783                 "type": "zip",
1784                 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
1785                 "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
1786                 "shasum": ""
1787             },
1788             "require": {
1789                 "ext-mbstring": "*",
1790                 "league/config": "^1.1.1",
1791                 "php": "^7.4 || ^8.0",
1792                 "psr/event-dispatcher": "^1.0",
1793                 "symfony/deprecation-contracts": "^2.1 || ^3.0",
1794                 "symfony/polyfill-php80": "^1.16"
1795             },
1796             "require-dev": {
1797                 "cebe/markdown": "^1.0",
1798                 "commonmark/cmark": "0.30.3",
1799                 "commonmark/commonmark.js": "0.30.0",
1800                 "composer/package-versions-deprecated": "^1.8",
1801                 "embed/embed": "^4.4",
1802                 "erusev/parsedown": "^1.0",
1803                 "ext-json": "*",
1804                 "github/gfm": "0.29.0",
1805                 "michelf/php-markdown": "^1.4 || ^2.0",
1806                 "nyholm/psr7": "^1.5",
1807                 "phpstan/phpstan": "^1.8.2",
1808                 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
1809                 "scrutinizer/ocular": "^1.8.1",
1810                 "symfony/finder": "^5.3 | ^6.0 || ^7.0",
1811                 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
1812                 "unleashedtech/php-coding-standard": "^3.1.1",
1813                 "vimeo/psalm": "^4.24.0 || ^5.0.0"
1814             },
1815             "suggest": {
1816                 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
1817             },
1818             "type": "library",
1819             "extra": {
1820                 "branch-alias": {
1821                     "dev-main": "2.5-dev"
1822                 }
1823             },
1824             "autoload": {
1825                 "psr-4": {
1826                     "League\\CommonMark\\": "src"
1827                 }
1828             },
1829             "notification-url": "https://packagist.org/downloads/",
1830             "license": [
1831                 "BSD-3-Clause"
1832             ],
1833             "authors": [
1834                 {
1835                     "name": "Colin O'Dell",
1836                     "email": "colinodell@gmail.com",
1837                     "homepage": "https://www.colinodell.com",
1838                     "role": "Lead Developer"
1839                 }
1840             ],
1841             "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
1842             "homepage": "https://commonmark.thephpleague.com",
1843             "keywords": [
1844                 "commonmark",
1845                 "flavored",
1846                 "gfm",
1847                 "github",
1848                 "github-flavored",
1849                 "markdown",
1850                 "md",
1851                 "parser"
1852             ],
1853             "support": {
1854                 "docs": "https://commonmark.thephpleague.com/",
1855                 "forum": "https://github.com/thephpleague/commonmark/discussions",
1856                 "issues": "https://github.com/thephpleague/commonmark/issues",
1857                 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
1858                 "source": "https://github.com/thephpleague/commonmark"
1859             },
1860             "funding": [
1861                 {
1862                     "url": "https://www.colinodell.com/sponsor",
1863                     "type": "custom"
1864                 },
1865                 {
1866                     "url": "https://www.paypal.me/colinpodell/10.00",
1867                     "type": "custom"
1868                 },
1869                 {
1870                     "url": "https://github.com/colinodell",
1871                     "type": "github"
1872                 },
1873                 {
1874                     "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1875                     "type": "tidelift"
1876                 }
1877             ],
1878             "time": "2024-02-02T11:59:32+00:00"
1879         },
1880         {
1881             "name": "league/config",
1882             "version": "v1.2.0",
1883             "source": {
1884                 "type": "git",
1885                 "url": "https://github.com/thephpleague/config.git",
1886                 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
1887             },
1888             "dist": {
1889                 "type": "zip",
1890                 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1891                 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1892                 "shasum": ""
1893             },
1894             "require": {
1895                 "dflydev/dot-access-data": "^3.0.1",
1896                 "nette/schema": "^1.2",
1897                 "php": "^7.4 || ^8.0"
1898             },
1899             "require-dev": {
1900                 "phpstan/phpstan": "^1.8.2",
1901                 "phpunit/phpunit": "^9.5.5",
1902                 "scrutinizer/ocular": "^1.8.1",
1903                 "unleashedtech/php-coding-standard": "^3.1",
1904                 "vimeo/psalm": "^4.7.3"
1905             },
1906             "type": "library",
1907             "extra": {
1908                 "branch-alias": {
1909                     "dev-main": "1.2-dev"
1910                 }
1911             },
1912             "autoload": {
1913                 "psr-4": {
1914                     "League\\Config\\": "src"
1915                 }
1916             },
1917             "notification-url": "https://packagist.org/downloads/",
1918             "license": [
1919                 "BSD-3-Clause"
1920             ],
1921             "authors": [
1922                 {
1923                     "name": "Colin O'Dell",
1924                     "email": "colinodell@gmail.com",
1925                     "homepage": "https://www.colinodell.com",
1926                     "role": "Lead Developer"
1927                 }
1928             ],
1929             "description": "Define configuration arrays with strict schemas and access values with dot notation",
1930             "homepage": "https://config.thephpleague.com",
1931             "keywords": [
1932                 "array",
1933                 "config",
1934                 "configuration",
1935                 "dot",
1936                 "dot-access",
1937                 "nested",
1938                 "schema"
1939             ],
1940             "support": {
1941                 "docs": "https://config.thephpleague.com/",
1942                 "issues": "https://github.com/thephpleague/config/issues",
1943                 "rss": "https://github.com/thephpleague/config/releases.atom",
1944                 "source": "https://github.com/thephpleague/config"
1945             },
1946             "funding": [
1947                 {
1948                     "url": "https://www.colinodell.com/sponsor",
1949                     "type": "custom"
1950                 },
1951                 {
1952                     "url": "https://www.paypal.me/colinpodell/10.00",
1953                     "type": "custom"
1954                 },
1955                 {
1956                     "url": "https://github.com/colinodell",
1957                     "type": "github"
1958                 }
1959             ],
1960             "time": "2022-12-11T20:36:23+00:00"
1961         },
1962         {
1963             "name": "league/flysystem",
1964             "version": "3.28.0",
1965             "source": {
1966                 "type": "git",
1967                 "url": "https://github.com/thephpleague/flysystem.git",
1968                 "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c"
1969             },
1970             "dist": {
1971                 "type": "zip",
1972                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
1973                 "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
1974                 "shasum": ""
1975             },
1976             "require": {
1977                 "league/flysystem-local": "^3.0.0",
1978                 "league/mime-type-detection": "^1.0.0",
1979                 "php": "^8.0.2"
1980             },
1981             "conflict": {
1982                 "async-aws/core": "<1.19.0",
1983                 "async-aws/s3": "<1.14.0",
1984                 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
1985                 "guzzlehttp/guzzle": "<7.0",
1986                 "guzzlehttp/ringphp": "<1.1.1",
1987                 "phpseclib/phpseclib": "3.0.15",
1988                 "symfony/http-client": "<5.2"
1989             },
1990             "require-dev": {
1991                 "async-aws/s3": "^1.5 || ^2.0",
1992                 "async-aws/simple-s3": "^1.1 || ^2.0",
1993                 "aws/aws-sdk-php": "^3.295.10",
1994                 "composer/semver": "^3.0",
1995                 "ext-fileinfo": "*",
1996                 "ext-ftp": "*",
1997                 "ext-mongodb": "^1.3",
1998                 "ext-zip": "*",
1999                 "friendsofphp/php-cs-fixer": "^3.5",
2000                 "google/cloud-storage": "^1.23",
2001                 "guzzlehttp/psr7": "^2.6",
2002                 "microsoft/azure-storage-blob": "^1.1",
2003                 "mongodb/mongodb": "^1.2",
2004                 "phpseclib/phpseclib": "^3.0.36",
2005                 "phpstan/phpstan": "^1.10",
2006                 "phpunit/phpunit": "^9.5.11|^10.0",
2007                 "sabre/dav": "^4.6.0"
2008             },
2009             "type": "library",
2010             "autoload": {
2011                 "psr-4": {
2012                     "League\\Flysystem\\": "src"
2013                 }
2014             },
2015             "notification-url": "https://packagist.org/downloads/",
2016             "license": [
2017                 "MIT"
2018             ],
2019             "authors": [
2020                 {
2021                     "name": "Frank de Jonge",
2022                     "email": "info@frankdejonge.nl"
2023                 }
2024             ],
2025             "description": "File storage abstraction for PHP",
2026             "keywords": [
2027                 "WebDAV",
2028                 "aws",
2029                 "cloud",
2030                 "file",
2031                 "files",
2032                 "filesystem",
2033                 "filesystems",
2034                 "ftp",
2035                 "s3",
2036                 "sftp",
2037                 "storage"
2038             ],
2039             "support": {
2040                 "issues": "https://github.com/thephpleague/flysystem/issues",
2041                 "source": "https://github.com/thephpleague/flysystem/tree/3.28.0"
2042             },
2043             "time": "2024-05-22T10:09:12+00:00"
2044         },
2045         {
2046             "name": "league/flysystem-local",
2047             "version": "3.28.0",
2048             "source": {
2049                 "type": "git",
2050                 "url": "https://github.com/thephpleague/flysystem-local.git",
2051                 "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40"
2052             },
2053             "dist": {
2054                 "type": "zip",
2055                 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
2056                 "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
2057                 "shasum": ""
2058             },
2059             "require": {
2060                 "ext-fileinfo": "*",
2061                 "league/flysystem": "^3.0.0",
2062                 "league/mime-type-detection": "^1.0.0",
2063                 "php": "^8.0.2"
2064             },
2065             "type": "library",
2066             "autoload": {
2067                 "psr-4": {
2068                     "League\\Flysystem\\Local\\": ""
2069                 }
2070             },
2071             "notification-url": "https://packagist.org/downloads/",
2072             "license": [
2073                 "MIT"
2074             ],
2075             "authors": [
2076                 {
2077                     "name": "Frank de Jonge",
2078                     "email": "info@frankdejonge.nl"
2079                 }
2080             ],
2081             "description": "Local filesystem adapter for Flysystem.",
2082             "keywords": [
2083                 "Flysystem",
2084                 "file",
2085                 "files",
2086                 "filesystem",
2087                 "local"
2088             ],
2089             "support": {
2090                 "source": "https://github.com/thephpleague/flysystem-local/tree/3.28.0"
2091             },
2092             "time": "2024-05-06T20:05:52+00:00"
2093         },
2094         {
2095             "name": "league/mime-type-detection",
2096             "version": "1.15.0",
2097             "source": {
2098                 "type": "git",
2099                 "url": "https://github.com/thephpleague/mime-type-detection.git",
2100                 "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
2101             },
2102             "dist": {
2103                 "type": "zip",
2104                 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
2105                 "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
2106                 "shasum": ""
2107             },
2108             "require": {
2109                 "ext-fileinfo": "*",
2110                 "php": "^7.4 || ^8.0"
2111             },
2112             "require-dev": {
2113                 "friendsofphp/php-cs-fixer": "^3.2",
2114                 "phpstan/phpstan": "^0.12.68",
2115                 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2116             },
2117             "type": "library",
2118             "autoload": {
2119                 "psr-4": {
2120                     "League\\MimeTypeDetection\\": "src"
2121                 }
2122             },
2123             "notification-url": "https://packagist.org/downloads/",
2124             "license": [
2125                 "MIT"
2126             ],
2127             "authors": [
2128                 {
2129                     "name": "Frank de Jonge",
2130                     "email": "info@frankdejonge.nl"
2131                 }
2132             ],
2133             "description": "Mime-type detection for Flysystem",
2134             "support": {
2135                 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2136                 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
2137             },
2138             "funding": [
2139                 {
2140                     "url": "https://github.com/frankdejonge",
2141                     "type": "github"
2142                 },
2143                 {
2144                     "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2145                     "type": "tidelift"
2146                 }
2147             ],
2148             "time": "2024-01-28T23:22:08+00:00"
067143 2149         },
FB 2150         {
2151             "name": "mews/purifier",
2152             "version": "3.4.2",
2153             "source": {
2154                 "type": "git",
2155                 "url": "https://github.com/mewebstudio/Purifier.git",
2156                 "reference": "d4d3830267eeda7b385d61dd680ace14dcf142df"
2157             },
2158             "dist": {
2159                 "type": "zip",
2160                 "url": "https://api.github.com/repos/mewebstudio/Purifier/zipball/d4d3830267eeda7b385d61dd680ace14dcf142df",
2161                 "reference": "d4d3830267eeda7b385d61dd680ace14dcf142df",
2162                 "shasum": ""
2163             },
2164             "require": {
2165                 "ezyang/htmlpurifier": "^4.16.0",
2166                 "illuminate/config": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2167                 "illuminate/filesystem": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2168                 "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2169                 "php": "^7.2|^8.0"
2170             },
2171             "require-dev": {
2172                 "graham-campbell/testbench": "^3.2|^5.5.1|^6.1",
2173                 "mockery/mockery": "^1.3.3",
2174                 "phpunit/phpunit": "^8.0|^9.0|^10.0"
2175             },
2176             "suggest": {
2177                 "laravel/framework": "To test the Laravel bindings",
2178                 "laravel/lumen-framework": "To test the Lumen bindings"
2179             },
2180             "type": "package",
2181             "extra": {
2182                 "laravel": {
2183                     "providers": [
2184                         "Mews\\Purifier\\PurifierServiceProvider"
2185                     ],
2186                     "aliases": {
2187                         "Purifier": "Mews\\Purifier\\Facades\\Purifier"
2188                     }
2189                 }
2190             },
2191             "autoload": {
2192                 "files": [
2193                     "src/helpers.php"
2194                 ],
2195                 "psr-4": {
2196                     "Mews\\Purifier\\": "src/"
2197                 }
2198             },
2199             "notification-url": "https://packagist.org/downloads/",
2200             "license": [
2201                 "MIT"
2202             ],
2203             "authors": [
2204                 {
2205                     "name": "Muharrem ERİN",
2206                     "email": "me@mewebstudio.com",
2207                     "homepage": "https://github.com/mewebstudio",
2208                     "role": "Developer"
2209                 }
2210             ],
2211             "description": "Laravel 5/6/7/8/9/10 HtmlPurifier Package",
2212             "homepage": "https://github.com/mewebstudio/purifier",
2213             "keywords": [
2214                 "Laravel Purifier",
2215                 "Laravel Security",
2216                 "Purifier",
2217                 "htmlpurifier",
2218                 "laravel HtmlPurifier",
2219                 "security",
2220                 "xss"
2221             ],
2222             "support": {
2223                 "issues": "https://github.com/mewebstudio/Purifier/issues",
2224                 "source": "https://github.com/mewebstudio/Purifier/tree/3.4.2"
2225             },
2226             "time": "2024-03-20T16:18:22+00:00"
ebf6bb 2227         },
D 2228         {
2229             "name": "monolog/monolog",
2230             "version": "2.9.3",
2231             "source": {
2232                 "type": "git",
2233                 "url": "https://github.com/Seldaek/monolog.git",
2234                 "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215"
2235             },
2236             "dist": {
2237                 "type": "zip",
2238                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215",
2239                 "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215",
2240                 "shasum": ""
2241             },
2242             "require": {
2243                 "php": ">=7.2",
2244                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
2245             },
2246             "provide": {
2247                 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
2248             },
2249             "require-dev": {
2250                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2251                 "doctrine/couchdb": "~1.0@dev",
2252                 "elasticsearch/elasticsearch": "^7 || ^8",
2253                 "ext-json": "*",
2254                 "graylog2/gelf-php": "^1.4.2 || ^2@dev",
2255                 "guzzlehttp/guzzle": "^7.4",
2256                 "guzzlehttp/psr7": "^2.2",
2257                 "mongodb/mongodb": "^1.8",
2258                 "php-amqplib/php-amqplib": "~2.4 || ^3",
2259                 "phpspec/prophecy": "^1.15",
2260                 "phpstan/phpstan": "^1.10",
2261                 "phpunit/phpunit": "^8.5.38 || ^9.6.19",
2262                 "predis/predis": "^1.1 || ^2.0",
2263                 "rollbar/rollbar": "^1.3 || ^2 || ^3",
2264                 "ruflin/elastica": "^7",
2265                 "swiftmailer/swiftmailer": "^5.3|^6.0",
2266                 "symfony/mailer": "^5.4 || ^6",
2267                 "symfony/mime": "^5.4 || ^6"
2268             },
2269             "suggest": {
2270                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2271                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2272                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2273                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2274                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2275                 "ext-mbstring": "Allow to work properly with unicode symbols",
2276                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2277                 "ext-openssl": "Required to send log messages using SSL",
2278                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2279                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2280                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2281                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2282                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2283                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2284             },
2285             "type": "library",
2286             "extra": {
2287                 "branch-alias": {
2288                     "dev-main": "2.x-dev"
2289                 }
2290             },
2291             "autoload": {
2292                 "psr-4": {
2293                     "Monolog\\": "src/Monolog"
2294                 }
2295             },
2296             "notification-url": "https://packagist.org/downloads/",
2297             "license": [
2298                 "MIT"
2299             ],
2300             "authors": [
2301                 {
2302                     "name": "Jordi Boggiano",
2303                     "email": "j.boggiano@seld.be",
2304                     "homepage": "https://seld.be"
2305                 }
2306             ],
2307             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2308             "homepage": "https://github.com/Seldaek/monolog",
2309             "keywords": [
2310                 "log",
2311                 "logging",
2312                 "psr-3"
2313             ],
2314             "support": {
2315                 "issues": "https://github.com/Seldaek/monolog/issues",
2316                 "source": "https://github.com/Seldaek/monolog/tree/2.9.3"
2317             },
2318             "funding": [
2319                 {
2320                     "url": "https://github.com/Seldaek",
2321                     "type": "github"
2322                 },
2323                 {
2324                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2325                     "type": "tidelift"
2326                 }
2327             ],
2328             "time": "2024-04-12T20:52:51+00:00"
2329         },
2330         {
2331             "name": "nesbot/carbon",
2332             "version": "2.72.5",
2333             "source": {
2334                 "type": "git",
2335                 "url": "https://github.com/briannesbitt/Carbon.git",
2336                 "reference": "afd46589c216118ecd48ff2b95d77596af1e57ed"
2337             },
2338             "dist": {
2339                 "type": "zip",
2340                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/afd46589c216118ecd48ff2b95d77596af1e57ed",
2341                 "reference": "afd46589c216118ecd48ff2b95d77596af1e57ed",
2342                 "shasum": ""
2343             },
2344             "require": {
2345                 "carbonphp/carbon-doctrine-types": "*",
2346                 "ext-json": "*",
2347                 "php": "^7.1.8 || ^8.0",
2348                 "psr/clock": "^1.0",
2349                 "symfony/polyfill-mbstring": "^1.0",
2350                 "symfony/polyfill-php80": "^1.16",
2351                 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2352             },
2353             "provide": {
2354                 "psr/clock-implementation": "1.0"
2355             },
2356             "require-dev": {
2357                 "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
2358                 "doctrine/orm": "^2.7 || ^3.0",
2359                 "friendsofphp/php-cs-fixer": "^3.0",
2360                 "kylekatarnls/multi-tester": "^2.0",
2361                 "ondrejmirtes/better-reflection": "*",
2362                 "phpmd/phpmd": "^2.9",
2363                 "phpstan/extension-installer": "^1.0",
2364                 "phpstan/phpstan": "^0.12.99 || ^1.7.14",
2365                 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
2366                 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
2367                 "squizlabs/php_codesniffer": "^3.4"
2368             },
2369             "bin": [
2370                 "bin/carbon"
2371             ],
2372             "type": "library",
2373             "extra": {
2374                 "branch-alias": {
2375                     "dev-master": "3.x-dev",
2376                     "dev-2.x": "2.x-dev"
2377                 },
2378                 "laravel": {
2379                     "providers": [
2380                         "Carbon\\Laravel\\ServiceProvider"
2381                     ]
2382                 },
2383                 "phpstan": {
2384                     "includes": [
2385                         "extension.neon"
2386                     ]
2387                 }
2388             },
2389             "autoload": {
2390                 "psr-4": {
2391                     "Carbon\\": "src/Carbon/"
2392                 }
2393             },
2394             "notification-url": "https://packagist.org/downloads/",
2395             "license": [
2396                 "MIT"
2397             ],
2398             "authors": [
2399                 {
2400                     "name": "Brian Nesbitt",
2401                     "email": "brian@nesbot.com",
2402                     "homepage": "https://markido.com"
2403                 },
2404                 {
2405                     "name": "kylekatarnls",
2406                     "homepage": "https://github.com/kylekatarnls"
2407                 }
2408             ],
2409             "description": "An API extension for DateTime that supports 281 different languages.",
2410             "homepage": "https://carbon.nesbot.com",
2411             "keywords": [
2412                 "date",
2413                 "datetime",
2414                 "time"
2415             ],
2416             "support": {
2417                 "docs": "https://carbon.nesbot.com/docs",
2418                 "issues": "https://github.com/briannesbitt/Carbon/issues",
2419                 "source": "https://github.com/briannesbitt/Carbon"
2420             },
2421             "funding": [
2422                 {
2423                     "url": "https://github.com/sponsors/kylekatarnls",
2424                     "type": "github"
2425                 },
2426                 {
2427                     "url": "https://opencollective.com/Carbon#sponsor",
2428                     "type": "opencollective"
2429                 },
2430                 {
2431                     "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2432                     "type": "tidelift"
2433                 }
2434             ],
2435             "time": "2024-06-03T19:18:41+00:00"
2436         },
2437         {
2438             "name": "nette/schema",
2439             "version": "v1.3.0",
2440             "source": {
2441                 "type": "git",
2442                 "url": "https://github.com/nette/schema.git",
2443                 "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
2444             },
2445             "dist": {
2446                 "type": "zip",
2447                 "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2448                 "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2449                 "shasum": ""
2450             },
2451             "require": {
2452                 "nette/utils": "^4.0",
2453                 "php": "8.1 - 8.3"
2454             },
2455             "require-dev": {
2456                 "nette/tester": "^2.4",
2457                 "phpstan/phpstan-nette": "^1.0",
2458                 "tracy/tracy": "^2.8"
2459             },
2460             "type": "library",
2461             "extra": {
2462                 "branch-alias": {
2463                     "dev-master": "1.3-dev"
2464                 }
2465             },
2466             "autoload": {
2467                 "classmap": [
2468                     "src/"
2469                 ]
2470             },
2471             "notification-url": "https://packagist.org/downloads/",
2472             "license": [
2473                 "BSD-3-Clause",
2474                 "GPL-2.0-only",
2475                 "GPL-3.0-only"
2476             ],
2477             "authors": [
2478                 {
2479                     "name": "David Grudl",
2480                     "homepage": "https://davidgrudl.com"
2481                 },
2482                 {
2483                     "name": "Nette Community",
2484                     "homepage": "https://nette.org/contributors"
2485                 }
2486             ],
2487             "description": "📐 Nette Schema: validating data structures against a given Schema.",
2488             "homepage": "https://nette.org",
2489             "keywords": [
2490                 "config",
2491                 "nette"
2492             ],
2493             "support": {
2494                 "issues": "https://github.com/nette/schema/issues",
2495                 "source": "https://github.com/nette/schema/tree/v1.3.0"
2496             },
2497             "time": "2023-12-11T11:54:22+00:00"
2498         },
2499         {
2500             "name": "nette/utils",
2501             "version": "v4.0.4",
2502             "source": {
2503                 "type": "git",
2504                 "url": "https://github.com/nette/utils.git",
2505                 "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
2506             },
2507             "dist": {
2508                 "type": "zip",
2509                 "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
2510                 "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
2511                 "shasum": ""
2512             },
2513             "require": {
2514                 "php": ">=8.0 <8.4"
2515             },
2516             "conflict": {
2517                 "nette/finder": "<3",
2518                 "nette/schema": "<1.2.2"
2519             },
2520             "require-dev": {
2521                 "jetbrains/phpstorm-attributes": "dev-master",
2522                 "nette/tester": "^2.5",
2523                 "phpstan/phpstan": "^1.0",
2524                 "tracy/tracy": "^2.9"
2525             },
2526             "suggest": {
2527                 "ext-gd": "to use Image",
2528                 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2529                 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2530                 "ext-json": "to use Nette\\Utils\\Json",
2531                 "ext-mbstring": "to use Strings::lower() etc...",
2532                 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
2533             },
2534             "type": "library",
2535             "extra": {
2536                 "branch-alias": {
2537                     "dev-master": "4.0-dev"
2538                 }
2539             },
2540             "autoload": {
2541                 "classmap": [
2542                     "src/"
2543                 ]
2544             },
2545             "notification-url": "https://packagist.org/downloads/",
2546             "license": [
2547                 "BSD-3-Clause",
2548                 "GPL-2.0-only",
2549                 "GPL-3.0-only"
2550             ],
2551             "authors": [
2552                 {
2553                     "name": "David Grudl",
2554                     "homepage": "https://davidgrudl.com"
2555                 },
2556                 {
2557                     "name": "Nette Community",
2558                     "homepage": "https://nette.org/contributors"
2559                 }
2560             ],
2561             "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
2562             "homepage": "https://nette.org",
2563             "keywords": [
2564                 "array",
2565                 "core",
2566                 "datetime",
2567                 "images",
2568                 "json",
2569                 "nette",
2570                 "paginator",
2571                 "password",
2572                 "slugify",
2573                 "string",
2574                 "unicode",
2575                 "utf-8",
2576                 "utility",
2577                 "validation"
2578             ],
2579             "support": {
2580                 "issues": "https://github.com/nette/utils/issues",
2581                 "source": "https://github.com/nette/utils/tree/v4.0.4"
2582             },
2583             "time": "2024-01-17T16:50:36+00:00"
2584         },
2585         {
2586             "name": "nikic/php-parser",
2587             "version": "v5.0.2",
2588             "source": {
2589                 "type": "git",
2590                 "url": "https://github.com/nikic/PHP-Parser.git",
2591                 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
2592             },
2593             "dist": {
2594                 "type": "zip",
2595                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
2596                 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
2597                 "shasum": ""
2598             },
2599             "require": {
2600                 "ext-ctype": "*",
2601                 "ext-json": "*",
2602                 "ext-tokenizer": "*",
2603                 "php": ">=7.4"
2604             },
2605             "require-dev": {
2606                 "ircmaxell/php-yacc": "^0.0.7",
2607                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2608             },
2609             "bin": [
2610                 "bin/php-parse"
2611             ],
2612             "type": "library",
2613             "extra": {
2614                 "branch-alias": {
2615                     "dev-master": "5.0-dev"
2616                 }
2617             },
2618             "autoload": {
2619                 "psr-4": {
2620                     "PhpParser\\": "lib/PhpParser"
2621                 }
2622             },
2623             "notification-url": "https://packagist.org/downloads/",
2624             "license": [
2625                 "BSD-3-Clause"
2626             ],
2627             "authors": [
2628                 {
2629                     "name": "Nikita Popov"
2630                 }
2631             ],
2632             "description": "A PHP parser written in PHP",
2633             "keywords": [
2634                 "parser",
2635                 "php"
2636             ],
2637             "support": {
2638                 "issues": "https://github.com/nikic/PHP-Parser/issues",
2639                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
2640             },
2641             "time": "2024-03-05T20:51:40+00:00"
2642         },
2643         {
2644             "name": "nunomaduro/termwind",
2645             "version": "v1.15.1",
2646             "source": {
2647                 "type": "git",
2648                 "url": "https://github.com/nunomaduro/termwind.git",
2649                 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
2650             },
2651             "dist": {
2652                 "type": "zip",
2653                 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
2654                 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
2655                 "shasum": ""
2656             },
2657             "require": {
2658                 "ext-mbstring": "*",
2659                 "php": "^8.0",
2660                 "symfony/console": "^5.3.0|^6.0.0"
2661             },
2662             "require-dev": {
2663                 "ergebnis/phpstan-rules": "^1.0.",
2664                 "illuminate/console": "^8.0|^9.0",
2665                 "illuminate/support": "^8.0|^9.0",
2666                 "laravel/pint": "^1.0.0",
2667                 "pestphp/pest": "^1.21.0",
2668                 "pestphp/pest-plugin-mock": "^1.0",
2669                 "phpstan/phpstan": "^1.4.6",
2670                 "phpstan/phpstan-strict-rules": "^1.1.0",
2671                 "symfony/var-dumper": "^5.2.7|^6.0.0",
2672                 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
2673             },
2674             "type": "library",
2675             "extra": {
2676                 "laravel": {
2677                     "providers": [
2678                         "Termwind\\Laravel\\TermwindServiceProvider"
2679                     ]
2680                 }
2681             },
2682             "autoload": {
2683                 "files": [
2684                     "src/Functions.php"
2685                 ],
2686                 "psr-4": {
2687                     "Termwind\\": "src/"
2688                 }
2689             },
2690             "notification-url": "https://packagist.org/downloads/",
2691             "license": [
2692                 "MIT"
2693             ],
2694             "authors": [
2695                 {
2696                     "name": "Nuno Maduro",
2697                     "email": "enunomaduro@gmail.com"
2698                 }
2699             ],
2700             "description": "Its like Tailwind CSS, but for the console.",
2701             "keywords": [
2702                 "cli",
2703                 "console",
2704                 "css",
2705                 "package",
2706                 "php",
2707                 "style"
2708             ],
2709             "support": {
2710                 "issues": "https://github.com/nunomaduro/termwind/issues",
2711                 "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
2712             },
2713             "funding": [
2714                 {
2715                     "url": "https://www.paypal.com/paypalme/enunomaduro",
2716                     "type": "custom"
2717                 },
2718                 {
2719                     "url": "https://github.com/nunomaduro",
2720                     "type": "github"
2721                 },
2722                 {
2723                     "url": "https://github.com/xiCO2k",
2724                     "type": "github"
2725                 }
2726             ],
2727             "time": "2023-02-08T01:06:31+00:00"
2728         },
2729         {
2730             "name": "phpoption/phpoption",
2731             "version": "1.9.2",
2732             "source": {
2733                 "type": "git",
2734                 "url": "https://github.com/schmittjoh/php-option.git",
2735                 "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
2736             },
2737             "dist": {
2738                 "type": "zip",
2739                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
2740                 "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
2741                 "shasum": ""
2742             },
2743             "require": {
2744                 "php": "^7.2.5 || ^8.0"
2745             },
2746             "require-dev": {
2747                 "bamarni/composer-bin-plugin": "^1.8.2",
2748                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
2749             },
2750             "type": "library",
2751             "extra": {
2752                 "bamarni-bin": {
2753                     "bin-links": true,
2754                     "forward-command": true
2755                 },
2756                 "branch-alias": {
2757                     "dev-master": "1.9-dev"
2758                 }
2759             },
2760             "autoload": {
2761                 "psr-4": {
2762                     "PhpOption\\": "src/PhpOption/"
2763                 }
2764             },
2765             "notification-url": "https://packagist.org/downloads/",
2766             "license": [
2767                 "Apache-2.0"
2768             ],
2769             "authors": [
2770                 {
2771                     "name": "Johannes M. Schmitt",
2772                     "email": "schmittjoh@gmail.com",
2773                     "homepage": "https://github.com/schmittjoh"
2774                 },
2775                 {
2776                     "name": "Graham Campbell",
2777                     "email": "hello@gjcampbell.co.uk",
2778                     "homepage": "https://github.com/GrahamCampbell"
2779                 }
2780             ],
2781             "description": "Option Type for PHP",
2782             "keywords": [
2783                 "language",
2784                 "option",
2785                 "php",
2786                 "type"
2787             ],
2788             "support": {
2789                 "issues": "https://github.com/schmittjoh/php-option/issues",
2790                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
2791             },
2792             "funding": [
2793                 {
2794                     "url": "https://github.com/GrahamCampbell",
2795                     "type": "github"
2796                 },
2797                 {
2798                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
2799                     "type": "tidelift"
2800                 }
2801             ],
2802             "time": "2023-11-12T21:59:55+00:00"
2803         },
2804         {
2805             "name": "psr/clock",
2806             "version": "1.0.0",
2807             "source": {
2808                 "type": "git",
2809                 "url": "https://github.com/php-fig/clock.git",
2810                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
2811             },
2812             "dist": {
2813                 "type": "zip",
2814                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2815                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2816                 "shasum": ""
2817             },
2818             "require": {
2819                 "php": "^7.0 || ^8.0"
2820             },
2821             "type": "library",
2822             "autoload": {
2823                 "psr-4": {
2824                     "Psr\\Clock\\": "src/"
2825                 }
2826             },
2827             "notification-url": "https://packagist.org/downloads/",
2828             "license": [
2829                 "MIT"
2830             ],
2831             "authors": [
2832                 {
2833                     "name": "PHP-FIG",
2834                     "homepage": "https://www.php-fig.org/"
2835                 }
2836             ],
2837             "description": "Common interface for reading the clock.",
2838             "homepage": "https://github.com/php-fig/clock",
2839             "keywords": [
2840                 "clock",
2841                 "now",
2842                 "psr",
2843                 "psr-20",
2844                 "time"
2845             ],
2846             "support": {
2847                 "issues": "https://github.com/php-fig/clock/issues",
2848                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
2849             },
2850             "time": "2022-11-25T14:36:26+00:00"
2851         },
2852         {
2853             "name": "psr/container",
2854             "version": "2.0.2",
2855             "source": {
2856                 "type": "git",
2857                 "url": "https://github.com/php-fig/container.git",
2858                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
2859             },
2860             "dist": {
2861                 "type": "zip",
2862                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2863                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2864                 "shasum": ""
2865             },
2866             "require": {
2867                 "php": ">=7.4.0"
2868             },
2869             "type": "library",
2870             "extra": {
2871                 "branch-alias": {
2872                     "dev-master": "2.0.x-dev"
2873                 }
2874             },
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/2.0.2"
2902             },
2903             "time": "2021-11-05T16:47:00+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": "2.0",
3065             "source": {
3066                 "type": "git",
3067                 "url": "https://github.com/php-fig/http-message.git",
3068                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
3069             },
3070             "dist": {
3071                 "type": "zip",
3072                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
3073                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
3074                 "shasum": ""
3075             },
3076             "require": {
3077                 "php": "^7.2 || ^8.0"
3078             },
3079             "type": "library",
3080             "extra": {
3081                 "branch-alias": {
3082                     "dev-master": "2.0.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": "https://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/2.0"
3112             },
3113             "time": "2023-04-04T09:54:51+00:00"
3114         },
3115         {
3116             "name": "psr/log",
3117             "version": "3.0.0",
3118             "source": {
3119                 "type": "git",
3120                 "url": "https://github.com/php-fig/log.git",
3121                 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
3122             },
3123             "dist": {
3124                 "type": "zip",
3125                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
3126                 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
3127                 "shasum": ""
3128             },
3129             "require": {
3130                 "php": ">=8.0.0"
3131             },
3132             "type": "library",
3133             "extra": {
3134                 "branch-alias": {
3135                     "dev-master": "3.x-dev"
3136                 }
3137             },
3138             "autoload": {
3139                 "psr-4": {
3140                     "Psr\\Log\\": "src"
3141                 }
3142             },
3143             "notification-url": "https://packagist.org/downloads/",
3144             "license": [
3145                 "MIT"
3146             ],
3147             "authors": [
3148                 {
3149                     "name": "PHP-FIG",
3150                     "homepage": "https://www.php-fig.org/"
3151                 }
3152             ],
3153             "description": "Common interface for logging libraries",
3154             "homepage": "https://github.com/php-fig/log",
3155             "keywords": [
3156                 "log",
3157                 "psr",
3158                 "psr-3"
3159             ],
3160             "support": {
3161                 "source": "https://github.com/php-fig/log/tree/3.0.0"
3162             },
3163             "time": "2021-07-14T16:46:02+00:00"
3164         },
3165         {
3166             "name": "psr/simple-cache",
3167             "version": "3.0.0",
3168             "source": {
3169                 "type": "git",
3170                 "url": "https://github.com/php-fig/simple-cache.git",
3171                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
3172             },
3173             "dist": {
3174                 "type": "zip",
3175                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
3176                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
3177                 "shasum": ""
3178             },
3179             "require": {
3180                 "php": ">=8.0.0"
3181             },
3182             "type": "library",
3183             "extra": {
3184                 "branch-alias": {
3185                     "dev-master": "3.0.x-dev"
3186                 }
3187             },
3188             "autoload": {
3189                 "psr-4": {
3190                     "Psr\\SimpleCache\\": "src/"
3191                 }
3192             },
3193             "notification-url": "https://packagist.org/downloads/",
3194             "license": [
3195                 "MIT"
3196             ],
3197             "authors": [
3198                 {
3199                     "name": "PHP-FIG",
3200                     "homepage": "https://www.php-fig.org/"
3201                 }
3202             ],
3203             "description": "Common interfaces for simple caching",
3204             "keywords": [
3205                 "cache",
3206                 "caching",
3207                 "psr",
3208                 "psr-16",
3209                 "simple-cache"
3210             ],
3211             "support": {
3212                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
3213             },
3214             "time": "2021-10-29T13:26:27+00:00"
3215         },
3216         {
3217             "name": "psy/psysh",
3218             "version": "v0.12.4",
3219             "source": {
3220                 "type": "git",
3221                 "url": "https://github.com/bobthecow/psysh.git",
3222                 "reference": "2fd717afa05341b4f8152547f142cd2f130f6818"
3223             },
3224             "dist": {
3225                 "type": "zip",
3226                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2fd717afa05341b4f8152547f142cd2f130f6818",
3227                 "reference": "2fd717afa05341b4f8152547f142cd2f130f6818",
3228                 "shasum": ""
3229             },
3230             "require": {
3231                 "ext-json": "*",
3232                 "ext-tokenizer": "*",
3233                 "nikic/php-parser": "^5.0 || ^4.0",
3234                 "php": "^8.0 || ^7.4",
3235                 "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
3236                 "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
3237             },
3238             "conflict": {
3239                 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
3240             },
3241             "require-dev": {
3242                 "bamarni/composer-bin-plugin": "^1.2"
3243             },
3244             "suggest": {
3245                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
3246                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
3247                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
3248             },
3249             "bin": [
3250                 "bin/psysh"
3251             ],
3252             "type": "library",
3253             "extra": {
3254                 "branch-alias": {
3255                     "dev-main": "0.12.x-dev"
3256                 },
3257                 "bamarni-bin": {
3258                     "bin-links": false,
3259                     "forward-command": false
3260                 }
3261             },
3262             "autoload": {
3263                 "files": [
3264                     "src/functions.php"
3265                 ],
3266                 "psr-4": {
3267                     "Psy\\": "src/"
3268                 }
3269             },
3270             "notification-url": "https://packagist.org/downloads/",
3271             "license": [
3272                 "MIT"
3273             ],
3274             "authors": [
3275                 {
3276                     "name": "Justin Hileman",
3277                     "email": "justin@justinhileman.info",
3278                     "homepage": "http://justinhileman.com"
3279                 }
3280             ],
3281             "description": "An interactive shell for modern PHP.",
3282             "homepage": "http://psysh.org",
3283             "keywords": [
3284                 "REPL",
3285                 "console",
3286                 "interactive",
3287                 "shell"
3288             ],
3289             "support": {
3290                 "issues": "https://github.com/bobthecow/psysh/issues",
3291                 "source": "https://github.com/bobthecow/psysh/tree/v0.12.4"
3292             },
3293             "time": "2024-06-10T01:18:23+00:00"
3294         },
3295         {
3296             "name": "ralouphie/getallheaders",
3297             "version": "3.0.3",
3298             "source": {
3299                 "type": "git",
3300                 "url": "https://github.com/ralouphie/getallheaders.git",
3301                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3302             },
3303             "dist": {
3304                 "type": "zip",
3305                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3306                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3307                 "shasum": ""
3308             },
3309             "require": {
3310                 "php": ">=5.6"
3311             },
3312             "require-dev": {
3313                 "php-coveralls/php-coveralls": "^2.1",
3314                 "phpunit/phpunit": "^5 || ^6.5"
3315             },
3316             "type": "library",
3317             "autoload": {
3318                 "files": [
3319                     "src/getallheaders.php"
3320                 ]
3321             },
3322             "notification-url": "https://packagist.org/downloads/",
3323             "license": [
3324                 "MIT"
3325             ],
3326             "authors": [
3327                 {
3328                     "name": "Ralph Khattar",
3329                     "email": "ralph.khattar@gmail.com"
3330                 }
3331             ],
3332             "description": "A polyfill for getallheaders.",
3333             "support": {
3334                 "issues": "https://github.com/ralouphie/getallheaders/issues",
3335                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3336             },
3337             "time": "2019-03-08T08:55:37+00:00"
3338         },
3339         {
3340             "name": "ramsey/collection",
3341             "version": "2.0.0",
3342             "source": {
3343                 "type": "git",
3344                 "url": "https://github.com/ramsey/collection.git",
3345                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
3346             },
3347             "dist": {
3348                 "type": "zip",
3349                 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
3350                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
3351                 "shasum": ""
3352             },
3353             "require": {
3354                 "php": "^8.1"
3355             },
3356             "require-dev": {
3357                 "captainhook/plugin-composer": "^5.3",
3358                 "ergebnis/composer-normalize": "^2.28.3",
3359                 "fakerphp/faker": "^1.21",
3360                 "hamcrest/hamcrest-php": "^2.0",
3361                 "jangregor/phpstan-prophecy": "^1.0",
3362                 "mockery/mockery": "^1.5",
3363                 "php-parallel-lint/php-console-highlighter": "^1.0",
3364                 "php-parallel-lint/php-parallel-lint": "^1.3",
3365                 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
3366                 "phpspec/prophecy-phpunit": "^2.0",
3367                 "phpstan/extension-installer": "^1.2",
3368                 "phpstan/phpstan": "^1.9",
3369                 "phpstan/phpstan-mockery": "^1.1",
3370                 "phpstan/phpstan-phpunit": "^1.3",
3371                 "phpunit/phpunit": "^9.5",
3372                 "psalm/plugin-mockery": "^1.1",
3373                 "psalm/plugin-phpunit": "^0.18.4",
3374                 "ramsey/coding-standard": "^2.0.3",
3375                 "ramsey/conventional-commits": "^1.3",
3376                 "vimeo/psalm": "^5.4"
3377             },
3378             "type": "library",
3379             "extra": {
3380                 "captainhook": {
3381                     "force-install": true
3382                 },
3383                 "ramsey/conventional-commits": {
3384                     "configFile": "conventional-commits.json"
3385                 }
3386             },
3387             "autoload": {
3388                 "psr-4": {
3389                     "Ramsey\\Collection\\": "src/"
3390                 }
3391             },
3392             "notification-url": "https://packagist.org/downloads/",
3393             "license": [
3394                 "MIT"
3395             ],
3396             "authors": [
3397                 {
3398                     "name": "Ben Ramsey",
3399                     "email": "ben@benramsey.com",
3400                     "homepage": "https://benramsey.com"
3401                 }
3402             ],
3403             "description": "A PHP library for representing and manipulating collections.",
3404             "keywords": [
3405                 "array",
3406                 "collection",
3407                 "hash",
3408                 "map",
3409                 "queue",
3410                 "set"
3411             ],
3412             "support": {
3413                 "issues": "https://github.com/ramsey/collection/issues",
3414                 "source": "https://github.com/ramsey/collection/tree/2.0.0"
3415             },
3416             "funding": [
3417                 {
3418                     "url": "https://github.com/ramsey",
3419                     "type": "github"
3420                 },
3421                 {
3422                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
3423                     "type": "tidelift"
3424                 }
3425             ],
3426             "time": "2022-12-31T21:50:55+00:00"
3427         },
3428         {
3429             "name": "ramsey/uuid",
3430             "version": "4.7.6",
3431             "source": {
3432                 "type": "git",
3433                 "url": "https://github.com/ramsey/uuid.git",
3434                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
3435             },
3436             "dist": {
3437                 "type": "zip",
3438                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
3439                 "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
3440                 "shasum": ""
3441             },
3442             "require": {
3443                 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
3444                 "ext-json": "*",
3445                 "php": "^8.0",
3446                 "ramsey/collection": "^1.2 || ^2.0"
3447             },
3448             "replace": {
3449                 "rhumsaa/uuid": "self.version"
3450             },
3451             "require-dev": {
3452                 "captainhook/captainhook": "^5.10",
3453                 "captainhook/plugin-composer": "^5.3",
3454                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3455                 "doctrine/annotations": "^1.8",
3456                 "ergebnis/composer-normalize": "^2.15",
3457                 "mockery/mockery": "^1.3",
3458                 "paragonie/random-lib": "^2",
3459                 "php-mock/php-mock": "^2.2",
3460                 "php-mock/php-mock-mockery": "^1.3",
3461                 "php-parallel-lint/php-parallel-lint": "^1.1",
3462                 "phpbench/phpbench": "^1.0",
3463                 "phpstan/extension-installer": "^1.1",
3464                 "phpstan/phpstan": "^1.8",
3465                 "phpstan/phpstan-mockery": "^1.1",
3466                 "phpstan/phpstan-phpunit": "^1.1",
3467                 "phpunit/phpunit": "^8.5 || ^9",
3468                 "ramsey/composer-repl": "^1.4",
3469                 "slevomat/coding-standard": "^8.4",
3470                 "squizlabs/php_codesniffer": "^3.5",
3471                 "vimeo/psalm": "^4.9"
3472             },
3473             "suggest": {
3474                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
3475                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3476                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3477                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3478                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3479             },
3480             "type": "library",
3481             "extra": {
3482                 "captainhook": {
3483                     "force-install": true
3484                 }
3485             },
3486             "autoload": {
3487                 "files": [
3488                     "src/functions.php"
3489                 ],
3490                 "psr-4": {
3491                     "Ramsey\\Uuid\\": "src/"
3492                 }
3493             },
3494             "notification-url": "https://packagist.org/downloads/",
3495             "license": [
3496                 "MIT"
3497             ],
3498             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
3499             "keywords": [
3500                 "guid",
3501                 "identifier",
3502                 "uuid"
3503             ],
3504             "support": {
3505                 "issues": "https://github.com/ramsey/uuid/issues",
3506                 "source": "https://github.com/ramsey/uuid/tree/4.7.6"
3507             },
3508             "funding": [
3509                 {
3510                     "url": "https://github.com/ramsey",
3511                     "type": "github"
3512                 },
3513                 {
3514                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
3515                     "type": "tidelift"
3516                 }
3517             ],
3518             "time": "2024-04-27T21:32:50+00:00"
3519         },
3520         {
3521             "name": "stella-maris/clock",
3522             "version": "0.1.7",
3523             "source": {
3524                 "type": "git",
3525                 "url": "https://github.com/stella-maris-solutions/clock.git",
3526                 "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
3527             },
3528             "dist": {
3529                 "type": "zip",
3530                 "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
3531                 "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
3532                 "shasum": ""
3533             },
3534             "require": {
3535                 "php": "^7.0|^8.0",
3536                 "psr/clock": "^1.0"
3537             },
3538             "type": "library",
3539             "autoload": {
3540                 "psr-4": {
3541                     "StellaMaris\\Clock\\": "src"
3542                 }
3543             },
3544             "notification-url": "https://packagist.org/downloads/",
3545             "license": [
3546                 "MIT"
3547             ],
3548             "authors": [
3549                 {
3550                     "name": "Andreas Heigl",
3551                     "role": "Maintainer"
3552                 }
3553             ],
3554             "description": "A pre-release of the proposed PSR-20 Clock-Interface",
3555             "homepage": "https://gitlab.com/stella-maris/clock",
3556             "keywords": [
3557                 "clock",
3558                 "datetime",
3559                 "point in time",
3560                 "psr20"
3561             ],
3562             "support": {
3563                 "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
3564             },
3565             "time": "2022-11-25T16:15:06+00:00"
3566         },
3567         {
3568             "name": "symfony/console",
3569             "version": "v6.4.8",
3570             "source": {
3571                 "type": "git",
3572                 "url": "https://github.com/symfony/console.git",
3573                 "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91"
3574             },
3575             "dist": {
3576                 "type": "zip",
3577                 "url": "https://api.github.com/repos/symfony/console/zipball/be5854cee0e8c7b110f00d695d11debdfa1a2a91",
3578                 "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91",
3579                 "shasum": ""
3580             },
3581             "require": {
3582                 "php": ">=8.1",
3583                 "symfony/deprecation-contracts": "^2.5|^3",
3584                 "symfony/polyfill-mbstring": "~1.0",
3585                 "symfony/service-contracts": "^2.5|^3",
3586                 "symfony/string": "^5.4|^6.0|^7.0"
3587             },
3588             "conflict": {
3589                 "symfony/dependency-injection": "<5.4",
3590                 "symfony/dotenv": "<5.4",
3591                 "symfony/event-dispatcher": "<5.4",
3592                 "symfony/lock": "<5.4",
3593                 "symfony/process": "<5.4"
3594             },
3595             "provide": {
3596                 "psr/log-implementation": "1.0|2.0|3.0"
3597             },
3598             "require-dev": {
3599                 "psr/log": "^1|^2|^3",
3600                 "symfony/config": "^5.4|^6.0|^7.0",
3601                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
3602                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
3603                 "symfony/http-foundation": "^6.4|^7.0",
3604                 "symfony/http-kernel": "^6.4|^7.0",
3605                 "symfony/lock": "^5.4|^6.0|^7.0",
3606                 "symfony/messenger": "^5.4|^6.0|^7.0",
3607                 "symfony/process": "^5.4|^6.0|^7.0",
3608                 "symfony/stopwatch": "^5.4|^6.0|^7.0",
3609                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
3610             },
3611             "type": "library",
3612             "autoload": {
3613                 "psr-4": {
3614                     "Symfony\\Component\\Console\\": ""
3615                 },
3616                 "exclude-from-classmap": [
3617                     "/Tests/"
3618                 ]
3619             },
3620             "notification-url": "https://packagist.org/downloads/",
3621             "license": [
3622                 "MIT"
3623             ],
3624             "authors": [
3625                 {
3626                     "name": "Fabien Potencier",
3627                     "email": "fabien@symfony.com"
3628                 },
3629                 {
3630                     "name": "Symfony Community",
3631                     "homepage": "https://symfony.com/contributors"
3632                 }
3633             ],
3634             "description": "Eases the creation of beautiful and testable command line interfaces",
3635             "homepage": "https://symfony.com",
3636             "keywords": [
3637                 "cli",
3638                 "command-line",
3639                 "console",
3640                 "terminal"
3641             ],
3642             "support": {
3643                 "source": "https://github.com/symfony/console/tree/v6.4.8"
3644             },
3645             "funding": [
3646                 {
3647                     "url": "https://symfony.com/sponsor",
3648                     "type": "custom"
3649                 },
3650                 {
3651                     "url": "https://github.com/fabpot",
3652                     "type": "github"
3653                 },
3654                 {
3655                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3656                     "type": "tidelift"
3657                 }
3658             ],
3659             "time": "2024-05-31T14:49:08+00:00"
3660         },
3661         {
3662             "name": "symfony/css-selector",
3663             "version": "v7.1.1",
3664             "source": {
3665                 "type": "git",
3666                 "url": "https://github.com/symfony/css-selector.git",
3667                 "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4"
3668             },
3669             "dist": {
3670                 "type": "zip",
3671                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c7cee86c6f812896af54434f8ce29c8d94f9ff4",
3672                 "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4",
3673                 "shasum": ""
3674             },
3675             "require": {
3676                 "php": ">=8.2"
3677             },
3678             "type": "library",
3679             "autoload": {
3680                 "psr-4": {
3681                     "Symfony\\Component\\CssSelector\\": ""
3682                 },
3683                 "exclude-from-classmap": [
3684                     "/Tests/"
3685                 ]
3686             },
3687             "notification-url": "https://packagist.org/downloads/",
3688             "license": [
3689                 "MIT"
3690             ],
3691             "authors": [
3692                 {
3693                     "name": "Fabien Potencier",
3694                     "email": "fabien@symfony.com"
3695                 },
3696                 {
3697                     "name": "Jean-François Simon",
3698                     "email": "jeanfrancois.simon@sensiolabs.com"
3699                 },
3700                 {
3701                     "name": "Symfony Community",
3702                     "homepage": "https://symfony.com/contributors"
3703                 }
3704             ],
3705             "description": "Converts CSS selectors to XPath expressions",
3706             "homepage": "https://symfony.com",
3707             "support": {
3708                 "source": "https://github.com/symfony/css-selector/tree/v7.1.1"
3709             },
3710             "funding": [
3711                 {
3712                     "url": "https://symfony.com/sponsor",
3713                     "type": "custom"
3714                 },
3715                 {
3716                     "url": "https://github.com/fabpot",
3717                     "type": "github"
3718                 },
3719                 {
3720                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3721                     "type": "tidelift"
3722                 }
3723             ],
3724             "time": "2024-05-31T14:57:53+00:00"
3725         },
3726         {
3727             "name": "symfony/deprecation-contracts",
3728             "version": "v3.5.0",
3729             "source": {
3730                 "type": "git",
3731                 "url": "https://github.com/symfony/deprecation-contracts.git",
3732                 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
3733             },
3734             "dist": {
3735                 "type": "zip",
3736                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
3737                 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
3738                 "shasum": ""
3739             },
3740             "require": {
3741                 "php": ">=8.1"
3742             },
3743             "type": "library",
3744             "extra": {
3745                 "branch-alias": {
3746                     "dev-main": "3.5-dev"
3747                 },
3748                 "thanks": {
3749                     "name": "symfony/contracts",
3750                     "url": "https://github.com/symfony/contracts"
3751                 }
3752             },
3753             "autoload": {
3754                 "files": [
3755                     "function.php"
3756                 ]
3757             },
3758             "notification-url": "https://packagist.org/downloads/",
3759             "license": [
3760                 "MIT"
3761             ],
3762             "authors": [
3763                 {
3764                     "name": "Nicolas Grekas",
3765                     "email": "p@tchwork.com"
3766                 },
3767                 {
3768                     "name": "Symfony Community",
3769                     "homepage": "https://symfony.com/contributors"
3770                 }
3771             ],
3772             "description": "A generic function and convention to trigger deprecation notices",
3773             "homepage": "https://symfony.com",
3774             "support": {
3775                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
3776             },
3777             "funding": [
3778                 {
3779                     "url": "https://symfony.com/sponsor",
3780                     "type": "custom"
3781                 },
3782                 {
3783                     "url": "https://github.com/fabpot",
3784                     "type": "github"
3785                 },
3786                 {
3787                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3788                     "type": "tidelift"
3789                 }
3790             ],
3791             "time": "2024-04-18T09:32:20+00:00"
3792         },
3793         {
3794             "name": "symfony/error-handler",
3795             "version": "v6.4.8",
3796             "source": {
3797                 "type": "git",
3798                 "url": "https://github.com/symfony/error-handler.git",
3799                 "reference": "ef836152bf13472dc5fb5b08b0c0c4cfeddc0fcc"
3800             },
3801             "dist": {
3802                 "type": "zip",
3803                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/ef836152bf13472dc5fb5b08b0c0c4cfeddc0fcc",
3804                 "reference": "ef836152bf13472dc5fb5b08b0c0c4cfeddc0fcc",
3805                 "shasum": ""
3806             },
3807             "require": {
3808                 "php": ">=8.1",
3809                 "psr/log": "^1|^2|^3",
3810                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
3811             },
3812             "conflict": {
3813                 "symfony/deprecation-contracts": "<2.5",
3814                 "symfony/http-kernel": "<6.4"
3815             },
3816             "require-dev": {
3817                 "symfony/deprecation-contracts": "^2.5|^3",
3818                 "symfony/http-kernel": "^6.4|^7.0",
3819                 "symfony/serializer": "^5.4|^6.0|^7.0"
3820             },
3821             "bin": [
3822                 "Resources/bin/patch-type-declarations"
3823             ],
3824             "type": "library",
3825             "autoload": {
3826                 "psr-4": {
3827                     "Symfony\\Component\\ErrorHandler\\": ""
3828                 },
3829                 "exclude-from-classmap": [
3830                     "/Tests/"
3831                 ]
3832             },
3833             "notification-url": "https://packagist.org/downloads/",
3834             "license": [
3835                 "MIT"
3836             ],
3837             "authors": [
3838                 {
3839                     "name": "Fabien Potencier",
3840                     "email": "fabien@symfony.com"
3841                 },
3842                 {
3843                     "name": "Symfony Community",
3844                     "homepage": "https://symfony.com/contributors"
3845                 }
3846             ],
3847             "description": "Provides tools to manage errors and ease debugging PHP code",
3848             "homepage": "https://symfony.com",
3849             "support": {
3850                 "source": "https://github.com/symfony/error-handler/tree/v6.4.8"
3851             },
3852             "funding": [
3853                 {
3854                     "url": "https://symfony.com/sponsor",
3855                     "type": "custom"
3856                 },
3857                 {
3858                     "url": "https://github.com/fabpot",
3859                     "type": "github"
3860                 },
3861                 {
3862                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3863                     "type": "tidelift"
3864                 }
3865             ],
3866             "time": "2024-05-31T14:49:08+00:00"
3867         },
3868         {
3869             "name": "symfony/event-dispatcher",
3870             "version": "v7.1.1",
3871             "source": {
3872                 "type": "git",
3873                 "url": "https://github.com/symfony/event-dispatcher.git",
3874                 "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7"
3875             },
3876             "dist": {
3877                 "type": "zip",
3878                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
3879                 "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
3880                 "shasum": ""
3881             },
3882             "require": {
3883                 "php": ">=8.2",
3884                 "symfony/event-dispatcher-contracts": "^2.5|^3"
3885             },
3886             "conflict": {
3887                 "symfony/dependency-injection": "<6.4",
3888                 "symfony/service-contracts": "<2.5"
3889             },
3890             "provide": {
3891                 "psr/event-dispatcher-implementation": "1.0",
3892                 "symfony/event-dispatcher-implementation": "2.0|3.0"
3893             },
3894             "require-dev": {
3895                 "psr/log": "^1|^2|^3",
3896                 "symfony/config": "^6.4|^7.0",
3897                 "symfony/dependency-injection": "^6.4|^7.0",
3898                 "symfony/error-handler": "^6.4|^7.0",
3899                 "symfony/expression-language": "^6.4|^7.0",
3900                 "symfony/http-foundation": "^6.4|^7.0",
3901                 "symfony/service-contracts": "^2.5|^3",
3902                 "symfony/stopwatch": "^6.4|^7.0"
3903             },
3904             "type": "library",
3905             "autoload": {
3906                 "psr-4": {
3907                     "Symfony\\Component\\EventDispatcher\\": ""
3908                 },
3909                 "exclude-from-classmap": [
3910                     "/Tests/"
3911                 ]
3912             },
3913             "notification-url": "https://packagist.org/downloads/",
3914             "license": [
3915                 "MIT"
3916             ],
3917             "authors": [
3918                 {
3919                     "name": "Fabien Potencier",
3920                     "email": "fabien@symfony.com"
3921                 },
3922                 {
3923                     "name": "Symfony Community",
3924                     "homepage": "https://symfony.com/contributors"
3925                 }
3926             ],
3927             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3928             "homepage": "https://symfony.com",
3929             "support": {
3930                 "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.1"
3931             },
3932             "funding": [
3933                 {
3934                     "url": "https://symfony.com/sponsor",
3935                     "type": "custom"
3936                 },
3937                 {
3938                     "url": "https://github.com/fabpot",
3939                     "type": "github"
3940                 },
3941                 {
3942                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3943                     "type": "tidelift"
3944                 }
3945             ],
3946             "time": "2024-05-31T14:57:53+00:00"
3947         },
3948         {
3949             "name": "symfony/event-dispatcher-contracts",
3950             "version": "v3.5.0",
3951             "source": {
3952                 "type": "git",
3953                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3954                 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
3955             },
3956             "dist": {
3957                 "type": "zip",
3958                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
3959                 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
3960                 "shasum": ""
3961             },
3962             "require": {
3963                 "php": ">=8.1",
3964                 "psr/event-dispatcher": "^1"
3965             },
3966             "type": "library",
3967             "extra": {
3968                 "branch-alias": {
3969                     "dev-main": "3.5-dev"
3970                 },
3971                 "thanks": {
3972                     "name": "symfony/contracts",
3973                     "url": "https://github.com/symfony/contracts"
3974                 }
3975             },
3976             "autoload": {
3977                 "psr-4": {
3978                     "Symfony\\Contracts\\EventDispatcher\\": ""
3979                 }
3980             },
3981             "notification-url": "https://packagist.org/downloads/",
3982             "license": [
3983                 "MIT"
3984             ],
3985             "authors": [
3986                 {
3987                     "name": "Nicolas Grekas",
3988                     "email": "p@tchwork.com"
3989                 },
3990                 {
3991                     "name": "Symfony Community",
3992                     "homepage": "https://symfony.com/contributors"
3993                 }
3994             ],
3995             "description": "Generic abstractions related to dispatching event",
3996             "homepage": "https://symfony.com",
3997             "keywords": [
3998                 "abstractions",
3999                 "contracts",
4000                 "decoupling",
4001                 "interfaces",
4002                 "interoperability",
4003                 "standards"
4004             ],
4005             "support": {
4006                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
4007             },
4008             "funding": [
4009                 {
4010                     "url": "https://symfony.com/sponsor",
4011                     "type": "custom"
4012                 },
4013                 {
4014                     "url": "https://github.com/fabpot",
4015                     "type": "github"
4016                 },
4017                 {
4018                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4019                     "type": "tidelift"
4020                 }
4021             ],
4022             "time": "2024-04-18T09:32:20+00:00"
4023         },
4024         {
4025             "name": "symfony/finder",
4026             "version": "v6.4.8",
4027             "source": {
4028                 "type": "git",
4029                 "url": "https://github.com/symfony/finder.git",
4030                 "reference": "3ef977a43883215d560a2cecb82ec8e62131471c"
4031             },
4032             "dist": {
4033                 "type": "zip",
4034                 "url": "https://api.github.com/repos/symfony/finder/zipball/3ef977a43883215d560a2cecb82ec8e62131471c",
4035                 "reference": "3ef977a43883215d560a2cecb82ec8e62131471c",
4036                 "shasum": ""
4037             },
4038             "require": {
4039                 "php": ">=8.1"
4040             },
4041             "require-dev": {
4042                 "symfony/filesystem": "^6.0|^7.0"
4043             },
4044             "type": "library",
4045             "autoload": {
4046                 "psr-4": {
4047                     "Symfony\\Component\\Finder\\": ""
4048                 },
4049                 "exclude-from-classmap": [
4050                     "/Tests/"
4051                 ]
4052             },
4053             "notification-url": "https://packagist.org/downloads/",
4054             "license": [
4055                 "MIT"
4056             ],
4057             "authors": [
4058                 {
4059                     "name": "Fabien Potencier",
4060                     "email": "fabien@symfony.com"
4061                 },
4062                 {
4063                     "name": "Symfony Community",
4064                     "homepage": "https://symfony.com/contributors"
4065                 }
4066             ],
4067             "description": "Finds files and directories via an intuitive fluent interface",
4068             "homepage": "https://symfony.com",
4069             "support": {
4070                 "source": "https://github.com/symfony/finder/tree/v6.4.8"
4071             },
4072             "funding": [
4073                 {
4074                     "url": "https://symfony.com/sponsor",
4075                     "type": "custom"
4076                 },
4077                 {
4078                     "url": "https://github.com/fabpot",
4079                     "type": "github"
4080                 },
4081                 {
4082                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4083                     "type": "tidelift"
4084                 }
4085             ],
4086             "time": "2024-05-31T14:49:08+00:00"
4087         },
4088         {
4089             "name": "symfony/http-foundation",
4090             "version": "v6.4.8",
4091             "source": {
4092                 "type": "git",
4093                 "url": "https://github.com/symfony/http-foundation.git",
4094                 "reference": "27de8cc95e11db7a50b027e71caaab9024545947"
4095             },
4096             "dist": {
4097                 "type": "zip",
4098                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/27de8cc95e11db7a50b027e71caaab9024545947",
4099                 "reference": "27de8cc95e11db7a50b027e71caaab9024545947",
4100                 "shasum": ""
4101             },
4102             "require": {
4103                 "php": ">=8.1",
4104                 "symfony/deprecation-contracts": "^2.5|^3",
4105                 "symfony/polyfill-mbstring": "~1.1",
4106                 "symfony/polyfill-php83": "^1.27"
4107             },
4108             "conflict": {
4109                 "symfony/cache": "<6.3"
4110             },
4111             "require-dev": {
4112                 "doctrine/dbal": "^2.13.1|^3|^4",
4113                 "predis/predis": "^1.1|^2.0",
4114                 "symfony/cache": "^6.3|^7.0",
4115                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
4116                 "symfony/expression-language": "^5.4|^6.0|^7.0",
4117                 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
4118                 "symfony/mime": "^5.4|^6.0|^7.0",
4119                 "symfony/rate-limiter": "^5.4|^6.0|^7.0"
4120             },
4121             "type": "library",
4122             "autoload": {
4123                 "psr-4": {
4124                     "Symfony\\Component\\HttpFoundation\\": ""
4125                 },
4126                 "exclude-from-classmap": [
4127                     "/Tests/"
4128                 ]
4129             },
4130             "notification-url": "https://packagist.org/downloads/",
4131             "license": [
4132                 "MIT"
4133             ],
4134             "authors": [
4135                 {
4136                     "name": "Fabien Potencier",
4137                     "email": "fabien@symfony.com"
4138                 },
4139                 {
4140                     "name": "Symfony Community",
4141                     "homepage": "https://symfony.com/contributors"
4142                 }
4143             ],
4144             "description": "Defines an object-oriented layer for the HTTP specification",
4145             "homepage": "https://symfony.com",
4146             "support": {
4147                 "source": "https://github.com/symfony/http-foundation/tree/v6.4.8"
4148             },
4149             "funding": [
4150                 {
4151                     "url": "https://symfony.com/sponsor",
4152                     "type": "custom"
4153                 },
4154                 {
4155                     "url": "https://github.com/fabpot",
4156                     "type": "github"
4157                 },
4158                 {
4159                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4160                     "type": "tidelift"
4161                 }
4162             ],
4163             "time": "2024-05-31T14:49:08+00:00"
4164         },
4165         {
4166             "name": "symfony/http-kernel",
4167             "version": "v6.4.8",
4168             "source": {
4169                 "type": "git",
4170                 "url": "https://github.com/symfony/http-kernel.git",
4171                 "reference": "6c519aa3f32adcfd1d1f18d923f6b227d9acf3c1"
4172             },
4173             "dist": {
4174                 "type": "zip",
4175                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6c519aa3f32adcfd1d1f18d923f6b227d9acf3c1",
4176                 "reference": "6c519aa3f32adcfd1d1f18d923f6b227d9acf3c1",
4177                 "shasum": ""
4178             },
4179             "require": {
4180                 "php": ">=8.1",
4181                 "psr/log": "^1|^2|^3",
4182                 "symfony/deprecation-contracts": "^2.5|^3",
4183                 "symfony/error-handler": "^6.4|^7.0",
4184                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
4185                 "symfony/http-foundation": "^6.4|^7.0",
4186                 "symfony/polyfill-ctype": "^1.8"
4187             },
4188             "conflict": {
4189                 "symfony/browser-kit": "<5.4",
4190                 "symfony/cache": "<5.4",
4191                 "symfony/config": "<6.1",
4192                 "symfony/console": "<5.4",
4193                 "symfony/dependency-injection": "<6.4",
4194                 "symfony/doctrine-bridge": "<5.4",
4195                 "symfony/form": "<5.4",
4196                 "symfony/http-client": "<5.4",
4197                 "symfony/http-client-contracts": "<2.5",
4198                 "symfony/mailer": "<5.4",
4199                 "symfony/messenger": "<5.4",
4200                 "symfony/translation": "<5.4",
4201                 "symfony/translation-contracts": "<2.5",
4202                 "symfony/twig-bridge": "<5.4",
4203                 "symfony/validator": "<6.4",
4204                 "symfony/var-dumper": "<6.3",
4205                 "twig/twig": "<2.13"
4206             },
4207             "provide": {
4208                 "psr/log-implementation": "1.0|2.0|3.0"
4209             },
4210             "require-dev": {
4211                 "psr/cache": "^1.0|^2.0|^3.0",
4212                 "symfony/browser-kit": "^5.4|^6.0|^7.0",
4213                 "symfony/clock": "^6.2|^7.0",
4214                 "symfony/config": "^6.1|^7.0",
4215                 "symfony/console": "^5.4|^6.0|^7.0",
4216                 "symfony/css-selector": "^5.4|^6.0|^7.0",
4217                 "symfony/dependency-injection": "^6.4|^7.0",
4218                 "symfony/dom-crawler": "^5.4|^6.0|^7.0",
4219                 "symfony/expression-language": "^5.4|^6.0|^7.0",
4220                 "symfony/finder": "^5.4|^6.0|^7.0",
4221                 "symfony/http-client-contracts": "^2.5|^3",
4222                 "symfony/process": "^5.4|^6.0|^7.0",
4223                 "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
4224                 "symfony/routing": "^5.4|^6.0|^7.0",
4225                 "symfony/serializer": "^6.4.4|^7.0.4",
4226                 "symfony/stopwatch": "^5.4|^6.0|^7.0",
4227                 "symfony/translation": "^5.4|^6.0|^7.0",
4228                 "symfony/translation-contracts": "^2.5|^3",
4229                 "symfony/uid": "^5.4|^6.0|^7.0",
4230                 "symfony/validator": "^6.4|^7.0",
4231                 "symfony/var-dumper": "^5.4|^6.4|^7.0",
4232                 "symfony/var-exporter": "^6.2|^7.0",
4233                 "twig/twig": "^2.13|^3.0.4"
4234             },
4235             "type": "library",
4236             "autoload": {
4237                 "psr-4": {
4238                     "Symfony\\Component\\HttpKernel\\": ""
4239                 },
4240                 "exclude-from-classmap": [
4241                     "/Tests/"
4242                 ]
4243             },
4244             "notification-url": "https://packagist.org/downloads/",
4245             "license": [
4246                 "MIT"
4247             ],
4248             "authors": [
4249                 {
4250                     "name": "Fabien Potencier",
4251                     "email": "fabien@symfony.com"
4252                 },
4253                 {
4254                     "name": "Symfony Community",
4255                     "homepage": "https://symfony.com/contributors"
4256                 }
4257             ],
4258             "description": "Provides a structured process for converting a Request into a Response",
4259             "homepage": "https://symfony.com",
4260             "support": {
4261                 "source": "https://github.com/symfony/http-kernel/tree/v6.4.8"
4262             },
4263             "funding": [
4264                 {
4265                     "url": "https://symfony.com/sponsor",
4266                     "type": "custom"
4267                 },
4268                 {
4269                     "url": "https://github.com/fabpot",
4270                     "type": "github"
4271                 },
4272                 {
4273                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4274                     "type": "tidelift"
4275                 }
4276             ],
4277             "time": "2024-06-02T16:06:25+00:00"
4278         },
4279         {
4280             "name": "symfony/mailer",
4281             "version": "v6.4.8",
4282             "source": {
4283                 "type": "git",
4284                 "url": "https://github.com/symfony/mailer.git",
4285                 "reference": "76326421d44c07f7824b19487cfbf87870b37efc"
4286             },
4287             "dist": {
4288                 "type": "zip",
4289                 "url": "https://api.github.com/repos/symfony/mailer/zipball/76326421d44c07f7824b19487cfbf87870b37efc",
4290                 "reference": "76326421d44c07f7824b19487cfbf87870b37efc",
4291                 "shasum": ""
4292             },
4293             "require": {
4294                 "egulias/email-validator": "^2.1.10|^3|^4",
4295                 "php": ">=8.1",
4296                 "psr/event-dispatcher": "^1",
4297                 "psr/log": "^1|^2|^3",
4298                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
4299                 "symfony/mime": "^6.2|^7.0",
4300                 "symfony/service-contracts": "^2.5|^3"
4301             },
4302             "conflict": {
4303                 "symfony/http-client-contracts": "<2.5",
4304                 "symfony/http-kernel": "<5.4",
4305                 "symfony/messenger": "<6.2",
4306                 "symfony/mime": "<6.2",
4307                 "symfony/twig-bridge": "<6.2.1"
4308             },
4309             "require-dev": {
4310                 "symfony/console": "^5.4|^6.0|^7.0",
4311                 "symfony/http-client": "^5.4|^6.0|^7.0",
4312                 "symfony/messenger": "^6.2|^7.0",
4313                 "symfony/twig-bridge": "^6.2|^7.0"
4314             },
4315             "type": "library",
4316             "autoload": {
4317                 "psr-4": {
4318                     "Symfony\\Component\\Mailer\\": ""
4319                 },
4320                 "exclude-from-classmap": [
4321                     "/Tests/"
4322                 ]
4323             },
4324             "notification-url": "https://packagist.org/downloads/",
4325             "license": [
4326                 "MIT"
4327             ],
4328             "authors": [
4329                 {
4330                     "name": "Fabien Potencier",
4331                     "email": "fabien@symfony.com"
4332                 },
4333                 {
4334                     "name": "Symfony Community",
4335                     "homepage": "https://symfony.com/contributors"
4336                 }
4337             ],
4338             "description": "Helps sending emails",
4339             "homepage": "https://symfony.com",
4340             "support": {
4341                 "source": "https://github.com/symfony/mailer/tree/v6.4.8"
4342             },
4343             "funding": [
4344                 {
4345                     "url": "https://symfony.com/sponsor",
4346                     "type": "custom"
4347                 },
4348                 {
4349                     "url": "https://github.com/fabpot",
4350                     "type": "github"
4351                 },
4352                 {
4353                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4354                     "type": "tidelift"
4355                 }
4356             ],
4357             "time": "2024-05-31T14:49:08+00:00"
4358         },
4359         {
4360             "name": "symfony/mime",
4361             "version": "v6.4.8",
4362             "source": {
4363                 "type": "git",
4364                 "url": "https://github.com/symfony/mime.git",
4365                 "reference": "618597ab8b78ac86d1c75a9d0b35540cda074f33"
4366             },
4367             "dist": {
4368                 "type": "zip",
4369                 "url": "https://api.github.com/repos/symfony/mime/zipball/618597ab8b78ac86d1c75a9d0b35540cda074f33",
4370                 "reference": "618597ab8b78ac86d1c75a9d0b35540cda074f33",
4371                 "shasum": ""
4372             },
4373             "require": {
4374                 "php": ">=8.1",
4375                 "symfony/deprecation-contracts": "^2.5|^3",
4376                 "symfony/polyfill-intl-idn": "^1.10",
4377                 "symfony/polyfill-mbstring": "^1.0"
4378             },
4379             "conflict": {
4380                 "egulias/email-validator": "~3.0.0",
4381                 "phpdocumentor/reflection-docblock": "<3.2.2",
4382                 "phpdocumentor/type-resolver": "<1.4.0",
4383                 "symfony/mailer": "<5.4",
4384                 "symfony/serializer": "<6.3.2"
4385             },
4386             "require-dev": {
4387                 "egulias/email-validator": "^2.1.10|^3.1|^4",
4388                 "league/html-to-markdown": "^5.0",
4389                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4390                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
4391                 "symfony/process": "^5.4|^6.4|^7.0",
4392                 "symfony/property-access": "^5.4|^6.0|^7.0",
4393                 "symfony/property-info": "^5.4|^6.0|^7.0",
4394                 "symfony/serializer": "^6.3.2|^7.0"
4395             },
4396             "type": "library",
4397             "autoload": {
4398                 "psr-4": {
4399                     "Symfony\\Component\\Mime\\": ""
4400                 },
4401                 "exclude-from-classmap": [
4402                     "/Tests/"
4403                 ]
4404             },
4405             "notification-url": "https://packagist.org/downloads/",
4406             "license": [
4407                 "MIT"
4408             ],
4409             "authors": [
4410                 {
4411                     "name": "Fabien Potencier",
4412                     "email": "fabien@symfony.com"
4413                 },
4414                 {
4415                     "name": "Symfony Community",
4416                     "homepage": "https://symfony.com/contributors"
4417                 }
4418             ],
4419             "description": "Allows manipulating MIME messages",
4420             "homepage": "https://symfony.com",
4421             "keywords": [
4422                 "mime",
4423                 "mime-type"
4424             ],
4425             "support": {
4426                 "source": "https://github.com/symfony/mime/tree/v6.4.8"
4427             },
4428             "funding": [
4429                 {
4430                     "url": "https://symfony.com/sponsor",
4431                     "type": "custom"
4432                 },
4433                 {
4434                     "url": "https://github.com/fabpot",
4435                     "type": "github"
4436                 },
4437                 {
4438                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4439                     "type": "tidelift"
4440                 }
4441             ],
4442             "time": "2024-06-01T07:50:16+00:00"
4443         },
4444         {
4445             "name": "symfony/polyfill-ctype",
4446             "version": "v1.30.0",
4447             "source": {
4448                 "type": "git",
4449                 "url": "https://github.com/symfony/polyfill-ctype.git",
4450                 "reference": "0424dff1c58f028c451efff2045f5d92410bd540"
4451             },
4452             "dist": {
4453                 "type": "zip",
4454                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
4455                 "reference": "0424dff1c58f028c451efff2045f5d92410bd540",
4456                 "shasum": ""
4457             },
4458             "require": {
4459                 "php": ">=7.1"
4460             },
4461             "provide": {
4462                 "ext-ctype": "*"
4463             },
4464             "suggest": {
4465                 "ext-ctype": "For best performance"
4466             },
4467             "type": "library",
4468             "extra": {
4469                 "thanks": {
4470                     "name": "symfony/polyfill",
4471                     "url": "https://github.com/symfony/polyfill"
4472                 }
4473             },
4474             "autoload": {
4475                 "files": [
4476                     "bootstrap.php"
4477                 ],
4478                 "psr-4": {
4479                     "Symfony\\Polyfill\\Ctype\\": ""
4480                 }
4481             },
4482             "notification-url": "https://packagist.org/downloads/",
4483             "license": [
4484                 "MIT"
4485             ],
4486             "authors": [
4487                 {
4488                     "name": "Gert de Pagter",
4489                     "email": "BackEndTea@gmail.com"
4490                 },
4491                 {
4492                     "name": "Symfony Community",
4493                     "homepage": "https://symfony.com/contributors"
4494                 }
4495             ],
4496             "description": "Symfony polyfill for ctype functions",
4497             "homepage": "https://symfony.com",
4498             "keywords": [
4499                 "compatibility",
4500                 "ctype",
4501                 "polyfill",
4502                 "portable"
4503             ],
4504             "support": {
4505                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0"
4506             },
4507             "funding": [
4508                 {
4509                     "url": "https://symfony.com/sponsor",
4510                     "type": "custom"
4511                 },
4512                 {
4513                     "url": "https://github.com/fabpot",
4514                     "type": "github"
4515                 },
4516                 {
4517                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4518                     "type": "tidelift"
4519                 }
4520             ],
4521             "time": "2024-05-31T15:07:36+00:00"
4522         },
4523         {
4524             "name": "symfony/polyfill-intl-grapheme",
4525             "version": "v1.30.0",
4526             "source": {
4527                 "type": "git",
4528                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4529                 "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
4530             },
4531             "dist": {
4532                 "type": "zip",
4533                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
4534                 "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
4535                 "shasum": ""
4536             },
4537             "require": {
4538                 "php": ">=7.1"
4539             },
4540             "suggest": {
4541                 "ext-intl": "For best performance"
4542             },
4543             "type": "library",
4544             "extra": {
4545                 "thanks": {
4546                     "name": "symfony/polyfill",
4547                     "url": "https://github.com/symfony/polyfill"
4548                 }
4549             },
4550             "autoload": {
4551                 "files": [
4552                     "bootstrap.php"
4553                 ],
4554                 "psr-4": {
4555                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
4556                 }
4557             },
4558             "notification-url": "https://packagist.org/downloads/",
4559             "license": [
4560                 "MIT"
4561             ],
4562             "authors": [
4563                 {
4564                     "name": "Nicolas Grekas",
4565                     "email": "p@tchwork.com"
4566                 },
4567                 {
4568                     "name": "Symfony Community",
4569                     "homepage": "https://symfony.com/contributors"
4570                 }
4571             ],
4572             "description": "Symfony polyfill for intl's grapheme_* functions",
4573             "homepage": "https://symfony.com",
4574             "keywords": [
4575                 "compatibility",
4576                 "grapheme",
4577                 "intl",
4578                 "polyfill",
4579                 "portable",
4580                 "shim"
4581             ],
4582             "support": {
4583                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0"
4584             },
4585             "funding": [
4586                 {
4587                     "url": "https://symfony.com/sponsor",
4588                     "type": "custom"
4589                 },
4590                 {
4591                     "url": "https://github.com/fabpot",
4592                     "type": "github"
4593                 },
4594                 {
4595                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4596                     "type": "tidelift"
4597                 }
4598             ],
4599             "time": "2024-05-31T15:07:36+00:00"
4600         },
4601         {
4602             "name": "symfony/polyfill-intl-idn",
4603             "version": "v1.30.0",
4604             "source": {
4605                 "type": "git",
4606                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4607                 "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c"
4608             },
4609             "dist": {
4610                 "type": "zip",
4611                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
4612                 "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
4613                 "shasum": ""
4614             },
4615             "require": {
4616                 "php": ">=7.1",
4617                 "symfony/polyfill-intl-normalizer": "^1.10",
4618                 "symfony/polyfill-php72": "^1.10"
4619             },
4620             "suggest": {
4621                 "ext-intl": "For best performance"
4622             },
4623             "type": "library",
4624             "extra": {
4625                 "thanks": {
4626                     "name": "symfony/polyfill",
4627                     "url": "https://github.com/symfony/polyfill"
4628                 }
4629             },
4630             "autoload": {
4631                 "files": [
4632                     "bootstrap.php"
4633                 ],
4634                 "psr-4": {
4635                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
4636                 }
4637             },
4638             "notification-url": "https://packagist.org/downloads/",
4639             "license": [
4640                 "MIT"
4641             ],
4642             "authors": [
4643                 {
4644                     "name": "Laurent Bassin",
4645                     "email": "laurent@bassin.info"
4646                 },
4647                 {
4648                     "name": "Trevor Rowbotham",
4649                     "email": "trevor.rowbotham@pm.me"
4650                 },
4651                 {
4652                     "name": "Symfony Community",
4653                     "homepage": "https://symfony.com/contributors"
4654                 }
4655             ],
4656             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4657             "homepage": "https://symfony.com",
4658             "keywords": [
4659                 "compatibility",
4660                 "idn",
4661                 "intl",
4662                 "polyfill",
4663                 "portable",
4664                 "shim"
4665             ],
4666             "support": {
4667                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.30.0"
4668             },
4669             "funding": [
4670                 {
4671                     "url": "https://symfony.com/sponsor",
4672                     "type": "custom"
4673                 },
4674                 {
4675                     "url": "https://github.com/fabpot",
4676                     "type": "github"
4677                 },
4678                 {
4679                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4680                     "type": "tidelift"
4681                 }
4682             ],
4683             "time": "2024-05-31T15:07:36+00:00"
4684         },
4685         {
4686             "name": "symfony/polyfill-intl-normalizer",
4687             "version": "v1.30.0",
4688             "source": {
4689                 "type": "git",
4690                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4691                 "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb"
4692             },
4693             "dist": {
4694                 "type": "zip",
4695                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
4696                 "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
4697                 "shasum": ""
4698             },
4699             "require": {
4700                 "php": ">=7.1"
4701             },
4702             "suggest": {
4703                 "ext-intl": "For best performance"
4704             },
4705             "type": "library",
4706             "extra": {
4707                 "thanks": {
4708                     "name": "symfony/polyfill",
4709                     "url": "https://github.com/symfony/polyfill"
4710                 }
4711             },
4712             "autoload": {
4713                 "files": [
4714                     "bootstrap.php"
4715                 ],
4716                 "psr-4": {
4717                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4718                 },
4719                 "classmap": [
4720                     "Resources/stubs"
4721                 ]
4722             },
4723             "notification-url": "https://packagist.org/downloads/",
4724             "license": [
4725                 "MIT"
4726             ],
4727             "authors": [
4728                 {
4729                     "name": "Nicolas Grekas",
4730                     "email": "p@tchwork.com"
4731                 },
4732                 {
4733                     "name": "Symfony Community",
4734                     "homepage": "https://symfony.com/contributors"
4735                 }
4736             ],
4737             "description": "Symfony polyfill for intl's Normalizer class and related functions",
4738             "homepage": "https://symfony.com",
4739             "keywords": [
4740                 "compatibility",
4741                 "intl",
4742                 "normalizer",
4743                 "polyfill",
4744                 "portable",
4745                 "shim"
4746             ],
4747             "support": {
4748                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0"
4749             },
4750             "funding": [
4751                 {
4752                     "url": "https://symfony.com/sponsor",
4753                     "type": "custom"
4754                 },
4755                 {
4756                     "url": "https://github.com/fabpot",
4757                     "type": "github"
4758                 },
4759                 {
4760                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4761                     "type": "tidelift"
4762                 }
4763             ],
4764             "time": "2024-05-31T15:07:36+00:00"
4765         },
4766         {
4767             "name": "symfony/polyfill-mbstring",
4768             "version": "v1.30.0",
4769             "source": {
4770                 "type": "git",
4771                 "url": "https://github.com/symfony/polyfill-mbstring.git",
4772                 "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
4773             },
4774             "dist": {
4775                 "type": "zip",
4776                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
4777                 "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
4778                 "shasum": ""
4779             },
4780             "require": {
4781                 "php": ">=7.1"
4782             },
4783             "provide": {
4784                 "ext-mbstring": "*"
4785             },
4786             "suggest": {
4787                 "ext-mbstring": "For best performance"
4788             },
4789             "type": "library",
4790             "extra": {
4791                 "thanks": {
4792                     "name": "symfony/polyfill",
4793                     "url": "https://github.com/symfony/polyfill"
4794                 }
4795             },
4796             "autoload": {
4797                 "files": [
4798                     "bootstrap.php"
4799                 ],
4800                 "psr-4": {
4801                     "Symfony\\Polyfill\\Mbstring\\": ""
4802                 }
4803             },
4804             "notification-url": "https://packagist.org/downloads/",
4805             "license": [
4806                 "MIT"
4807             ],
4808             "authors": [
4809                 {
4810                     "name": "Nicolas Grekas",
4811                     "email": "p@tchwork.com"
4812                 },
4813                 {
4814                     "name": "Symfony Community",
4815                     "homepage": "https://symfony.com/contributors"
4816                 }
4817             ],
4818             "description": "Symfony polyfill for the Mbstring extension",
4819             "homepage": "https://symfony.com",
4820             "keywords": [
4821                 "compatibility",
4822                 "mbstring",
4823                 "polyfill",
4824                 "portable",
4825                 "shim"
4826             ],
4827             "support": {
4828                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
4829             },
4830             "funding": [
4831                 {
4832                     "url": "https://symfony.com/sponsor",
4833                     "type": "custom"
4834                 },
4835                 {
4836                     "url": "https://github.com/fabpot",
4837                     "type": "github"
4838                 },
4839                 {
4840                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4841                     "type": "tidelift"
4842                 }
4843             ],
4844             "time": "2024-06-19T12:30:46+00:00"
4845         },
4846         {
4847             "name": "symfony/polyfill-php72",
4848             "version": "v1.30.0",
4849             "source": {
4850                 "type": "git",
4851                 "url": "https://github.com/symfony/polyfill-php72.git",
4852                 "reference": "10112722600777e02d2745716b70c5db4ca70442"
4853             },
4854             "dist": {
4855                 "type": "zip",
4856                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442",
4857                 "reference": "10112722600777e02d2745716b70c5db4ca70442",
4858                 "shasum": ""
4859             },
4860             "require": {
4861                 "php": ">=7.1"
4862             },
4863             "type": "library",
4864             "extra": {
4865                 "thanks": {
4866                     "name": "symfony/polyfill",
4867                     "url": "https://github.com/symfony/polyfill"
4868                 }
4869             },
4870             "autoload": {
4871                 "files": [
4872                     "bootstrap.php"
4873                 ],
4874                 "psr-4": {
4875                     "Symfony\\Polyfill\\Php72\\": ""
4876                 }
4877             },
4878             "notification-url": "https://packagist.org/downloads/",
4879             "license": [
4880                 "MIT"
4881             ],
4882             "authors": [
4883                 {
4884                     "name": "Nicolas Grekas",
4885                     "email": "p@tchwork.com"
4886                 },
4887                 {
4888                     "name": "Symfony Community",
4889                     "homepage": "https://symfony.com/contributors"
4890                 }
4891             ],
4892             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4893             "homepage": "https://symfony.com",
4894             "keywords": [
4895                 "compatibility",
4896                 "polyfill",
4897                 "portable",
4898                 "shim"
4899             ],
4900             "support": {
4901                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0"
4902             },
4903             "funding": [
4904                 {
4905                     "url": "https://symfony.com/sponsor",
4906                     "type": "custom"
4907                 },
4908                 {
4909                     "url": "https://github.com/fabpot",
4910                     "type": "github"
4911                 },
4912                 {
4913                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4914                     "type": "tidelift"
4915                 }
4916             ],
4917             "time": "2024-06-19T12:30:46+00:00"
4918         },
4919         {
4920             "name": "symfony/polyfill-php80",
4921             "version": "v1.30.0",
4922             "source": {
4923                 "type": "git",
4924                 "url": "https://github.com/symfony/polyfill-php80.git",
4925                 "reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
4926             },
4927             "dist": {
4928                 "type": "zip",
4929                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
4930                 "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
4931                 "shasum": ""
4932             },
4933             "require": {
4934                 "php": ">=7.1"
4935             },
4936             "type": "library",
4937             "extra": {
4938                 "thanks": {
4939                     "name": "symfony/polyfill",
4940                     "url": "https://github.com/symfony/polyfill"
4941                 }
4942             },
4943             "autoload": {
4944                 "files": [
4945                     "bootstrap.php"
4946                 ],
4947                 "psr-4": {
4948                     "Symfony\\Polyfill\\Php80\\": ""
4949                 },
4950                 "classmap": [
4951                     "Resources/stubs"
4952                 ]
4953             },
4954             "notification-url": "https://packagist.org/downloads/",
4955             "license": [
4956                 "MIT"
4957             ],
4958             "authors": [
4959                 {
4960                     "name": "Ion Bazan",
4961                     "email": "ion.bazan@gmail.com"
4962                 },
4963                 {
4964                     "name": "Nicolas Grekas",
4965                     "email": "p@tchwork.com"
4966                 },
4967                 {
4968                     "name": "Symfony Community",
4969                     "homepage": "https://symfony.com/contributors"
4970                 }
4971             ],
4972             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4973             "homepage": "https://symfony.com",
4974             "keywords": [
4975                 "compatibility",
4976                 "polyfill",
4977                 "portable",
4978                 "shim"
4979             ],
4980             "support": {
4981                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
4982             },
4983             "funding": [
4984                 {
4985                     "url": "https://symfony.com/sponsor",
4986                     "type": "custom"
4987                 },
4988                 {
4989                     "url": "https://github.com/fabpot",
4990                     "type": "github"
4991                 },
4992                 {
4993                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4994                     "type": "tidelift"
4995                 }
4996             ],
4997             "time": "2024-05-31T15:07:36+00:00"
4998         },
4999         {
5000             "name": "symfony/polyfill-php83",
5001             "version": "v1.30.0",
5002             "source": {
5003                 "type": "git",
5004                 "url": "https://github.com/symfony/polyfill-php83.git",
5005                 "reference": "dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9"
5006             },
5007             "dist": {
5008                 "type": "zip",
5009                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9",
5010                 "reference": "dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9",
5011                 "shasum": ""
5012             },
5013             "require": {
5014                 "php": ">=7.1"
5015             },
5016             "type": "library",
5017             "extra": {
5018                 "thanks": {
5019                     "name": "symfony/polyfill",
5020                     "url": "https://github.com/symfony/polyfill"
5021                 }
5022             },
5023             "autoload": {
5024                 "files": [
5025                     "bootstrap.php"
5026                 ],
5027                 "psr-4": {
5028                     "Symfony\\Polyfill\\Php83\\": ""
5029                 },
5030                 "classmap": [
5031                     "Resources/stubs"
5032                 ]
5033             },
5034             "notification-url": "https://packagist.org/downloads/",
5035             "license": [
5036                 "MIT"
5037             ],
5038             "authors": [
5039                 {
5040                     "name": "Nicolas Grekas",
5041                     "email": "p@tchwork.com"
5042                 },
5043                 {
5044                     "name": "Symfony Community",
5045                     "homepage": "https://symfony.com/contributors"
5046                 }
5047             ],
5048             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
5049             "homepage": "https://symfony.com",
5050             "keywords": [
5051                 "compatibility",
5052                 "polyfill",
5053                 "portable",
5054                 "shim"
5055             ],
5056             "support": {
5057                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.30.0"
5058             },
5059             "funding": [
5060                 {
5061                     "url": "https://symfony.com/sponsor",
5062                     "type": "custom"
5063                 },
5064                 {
5065                     "url": "https://github.com/fabpot",
5066                     "type": "github"
5067                 },
5068                 {
5069                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5070                     "type": "tidelift"
5071                 }
5072             ],
5073             "time": "2024-06-19T12:35:24+00:00"
5074         },
5075         {
5076             "name": "symfony/polyfill-uuid",
5077             "version": "v1.30.0",
5078             "source": {
5079                 "type": "git",
5080                 "url": "https://github.com/symfony/polyfill-uuid.git",
5081                 "reference": "2ba1f33797470debcda07fe9dce20a0003df18e9"
5082             },
5083             "dist": {
5084                 "type": "zip",
5085                 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/2ba1f33797470debcda07fe9dce20a0003df18e9",
5086                 "reference": "2ba1f33797470debcda07fe9dce20a0003df18e9",
5087                 "shasum": ""
5088             },
5089             "require": {
5090                 "php": ">=7.1"
5091             },
5092             "provide": {
5093                 "ext-uuid": "*"
5094             },
5095             "suggest": {
5096                 "ext-uuid": "For best performance"
5097             },
5098             "type": "library",
5099             "extra": {
5100                 "thanks": {
5101                     "name": "symfony/polyfill",
5102                     "url": "https://github.com/symfony/polyfill"
5103                 }
5104             },
5105             "autoload": {
5106                 "files": [
5107                     "bootstrap.php"
5108                 ],
5109                 "psr-4": {
5110                     "Symfony\\Polyfill\\Uuid\\": ""
5111                 }
5112             },
5113             "notification-url": "https://packagist.org/downloads/",
5114             "license": [
5115                 "MIT"
5116             ],
5117             "authors": [
5118                 {
5119                     "name": "Grégoire Pineau",
5120                     "email": "lyrixx@lyrixx.info"
5121                 },
5122                 {
5123                     "name": "Symfony Community",
5124                     "homepage": "https://symfony.com/contributors"
5125                 }
5126             ],
5127             "description": "Symfony polyfill for uuid functions",
5128             "homepage": "https://symfony.com",
5129             "keywords": [
5130                 "compatibility",
5131                 "polyfill",
5132                 "portable",
5133                 "uuid"
5134             ],
5135             "support": {
5136                 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.30.0"
5137             },
5138             "funding": [
5139                 {
5140                     "url": "https://symfony.com/sponsor",
5141                     "type": "custom"
5142                 },
5143                 {
5144                     "url": "https://github.com/fabpot",
5145                     "type": "github"
5146                 },
5147                 {
5148                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5149                     "type": "tidelift"
5150                 }
5151             ],
5152             "time": "2024-05-31T15:07:36+00:00"
5153         },
5154         {
5155             "name": "symfony/process",
5156             "version": "v6.4.8",
5157             "source": {
5158                 "type": "git",
5159                 "url": "https://github.com/symfony/process.git",
5160                 "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5"
5161             },
5162             "dist": {
5163                 "type": "zip",
5164                 "url": "https://api.github.com/repos/symfony/process/zipball/8d92dd79149f29e89ee0f480254db595f6a6a2c5",
5165                 "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5",
5166                 "shasum": ""
5167             },
5168             "require": {
5169                 "php": ">=8.1"
5170             },
5171             "type": "library",
5172             "autoload": {
5173                 "psr-4": {
5174                     "Symfony\\Component\\Process\\": ""
5175                 },
5176                 "exclude-from-classmap": [
5177                     "/Tests/"
5178                 ]
5179             },
5180             "notification-url": "https://packagist.org/downloads/",
5181             "license": [
5182                 "MIT"
5183             ],
5184             "authors": [
5185                 {
5186                     "name": "Fabien Potencier",
5187                     "email": "fabien@symfony.com"
5188                 },
5189                 {
5190                     "name": "Symfony Community",
5191                     "homepage": "https://symfony.com/contributors"
5192                 }
5193             ],
5194             "description": "Executes commands in sub-processes",
5195             "homepage": "https://symfony.com",
5196             "support": {
5197                 "source": "https://github.com/symfony/process/tree/v6.4.8"
5198             },
5199             "funding": [
5200                 {
5201                     "url": "https://symfony.com/sponsor",
5202                     "type": "custom"
5203                 },
5204                 {
5205                     "url": "https://github.com/fabpot",
5206                     "type": "github"
5207                 },
5208                 {
5209                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5210                     "type": "tidelift"
5211                 }
5212             ],
5213             "time": "2024-05-31T14:49:08+00:00"
5214         },
5215         {
5216             "name": "symfony/routing",
5217             "version": "v6.4.8",
5218             "source": {
5219                 "type": "git",
5220                 "url": "https://github.com/symfony/routing.git",
5221                 "reference": "8a40d0f9b01f0fbb80885d3ce0ad6714fb603a58"
5222             },
5223             "dist": {
5224                 "type": "zip",
5225                 "url": "https://api.github.com/repos/symfony/routing/zipball/8a40d0f9b01f0fbb80885d3ce0ad6714fb603a58",
5226                 "reference": "8a40d0f9b01f0fbb80885d3ce0ad6714fb603a58",
5227                 "shasum": ""
5228             },
5229             "require": {
5230                 "php": ">=8.1",
5231                 "symfony/deprecation-contracts": "^2.5|^3"
5232             },
5233             "conflict": {
5234                 "doctrine/annotations": "<1.12",
5235                 "symfony/config": "<6.2",
5236                 "symfony/dependency-injection": "<5.4",
5237                 "symfony/yaml": "<5.4"
5238             },
5239             "require-dev": {
5240                 "doctrine/annotations": "^1.12|^2",
5241                 "psr/log": "^1|^2|^3",
5242                 "symfony/config": "^6.2|^7.0",
5243                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5244                 "symfony/expression-language": "^5.4|^6.0|^7.0",
5245                 "symfony/http-foundation": "^5.4|^6.0|^7.0",
5246                 "symfony/yaml": "^5.4|^6.0|^7.0"
5247             },
5248             "type": "library",
5249             "autoload": {
5250                 "psr-4": {
5251                     "Symfony\\Component\\Routing\\": ""
5252                 },
5253                 "exclude-from-classmap": [
5254                     "/Tests/"
5255                 ]
5256             },
5257             "notification-url": "https://packagist.org/downloads/",
5258             "license": [
5259                 "MIT"
5260             ],
5261             "authors": [
5262                 {
5263                     "name": "Fabien Potencier",
5264                     "email": "fabien@symfony.com"
5265                 },
5266                 {
5267                     "name": "Symfony Community",
5268                     "homepage": "https://symfony.com/contributors"
5269                 }
5270             ],
5271             "description": "Maps an HTTP request to a set of configuration variables",
5272             "homepage": "https://symfony.com",
5273             "keywords": [
5274                 "router",
5275                 "routing",
5276                 "uri",
5277                 "url"
5278             ],
5279             "support": {
5280                 "source": "https://github.com/symfony/routing/tree/v6.4.8"
5281             },
5282             "funding": [
5283                 {
5284                     "url": "https://symfony.com/sponsor",
5285                     "type": "custom"
5286                 },
5287                 {
5288                     "url": "https://github.com/fabpot",
5289                     "type": "github"
5290                 },
5291                 {
5292                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5293                     "type": "tidelift"
5294                 }
5295             ],
5296             "time": "2024-05-31T14:49:08+00:00"
5297         },
5298         {
5299             "name": "symfony/service-contracts",
5300             "version": "v3.5.0",
5301             "source": {
5302                 "type": "git",
5303                 "url": "https://github.com/symfony/service-contracts.git",
5304                 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
5305             },
5306             "dist": {
5307                 "type": "zip",
5308                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
5309                 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
5310                 "shasum": ""
5311             },
5312             "require": {
5313                 "php": ">=8.1",
5314                 "psr/container": "^1.1|^2.0",
5315                 "symfony/deprecation-contracts": "^2.5|^3"
5316             },
5317             "conflict": {
5318                 "ext-psr": "<1.1|>=2"
5319             },
5320             "type": "library",
5321             "extra": {
5322                 "branch-alias": {
5323                     "dev-main": "3.5-dev"
5324                 },
5325                 "thanks": {
5326                     "name": "symfony/contracts",
5327                     "url": "https://github.com/symfony/contracts"
5328                 }
5329             },
5330             "autoload": {
5331                 "psr-4": {
5332                     "Symfony\\Contracts\\Service\\": ""
5333                 },
5334                 "exclude-from-classmap": [
5335                     "/Test/"
5336                 ]
5337             },
5338             "notification-url": "https://packagist.org/downloads/",
5339             "license": [
5340                 "MIT"
5341             ],
5342             "authors": [
5343                 {
5344                     "name": "Nicolas Grekas",
5345                     "email": "p@tchwork.com"
5346                 },
5347                 {
5348                     "name": "Symfony Community",
5349                     "homepage": "https://symfony.com/contributors"
5350                 }
5351             ],
5352             "description": "Generic abstractions related to writing services",
5353             "homepage": "https://symfony.com",
5354             "keywords": [
5355                 "abstractions",
5356                 "contracts",
5357                 "decoupling",
5358                 "interfaces",
5359                 "interoperability",
5360                 "standards"
5361             ],
5362             "support": {
5363                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
5364             },
5365             "funding": [
5366                 {
5367                     "url": "https://symfony.com/sponsor",
5368                     "type": "custom"
5369                 },
5370                 {
5371                     "url": "https://github.com/fabpot",
5372                     "type": "github"
5373                 },
5374                 {
5375                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5376                     "type": "tidelift"
5377                 }
5378             ],
5379             "time": "2024-04-18T09:32:20+00:00"
5380         },
5381         {
5382             "name": "symfony/string",
5383             "version": "v7.1.1",
5384             "source": {
5385                 "type": "git",
5386                 "url": "https://github.com/symfony/string.git",
5387                 "reference": "60bc311c74e0af215101235aa6f471bcbc032df2"
5388             },
5389             "dist": {
5390                 "type": "zip",
5391                 "url": "https://api.github.com/repos/symfony/string/zipball/60bc311c74e0af215101235aa6f471bcbc032df2",
5392                 "reference": "60bc311c74e0af215101235aa6f471bcbc032df2",
5393                 "shasum": ""
5394             },
5395             "require": {
5396                 "php": ">=8.2",
5397                 "symfony/polyfill-ctype": "~1.8",
5398                 "symfony/polyfill-intl-grapheme": "~1.0",
5399                 "symfony/polyfill-intl-normalizer": "~1.0",
5400                 "symfony/polyfill-mbstring": "~1.0"
5401             },
5402             "conflict": {
5403                 "symfony/translation-contracts": "<2.5"
5404             },
5405             "require-dev": {
5406                 "symfony/emoji": "^7.1",
5407                 "symfony/error-handler": "^6.4|^7.0",
5408                 "symfony/http-client": "^6.4|^7.0",
5409                 "symfony/intl": "^6.4|^7.0",
5410                 "symfony/translation-contracts": "^2.5|^3.0",
5411                 "symfony/var-exporter": "^6.4|^7.0"
5412             },
5413             "type": "library",
5414             "autoload": {
5415                 "files": [
5416                     "Resources/functions.php"
5417                 ],
5418                 "psr-4": {
5419                     "Symfony\\Component\\String\\": ""
5420                 },
5421                 "exclude-from-classmap": [
5422                     "/Tests/"
5423                 ]
5424             },
5425             "notification-url": "https://packagist.org/downloads/",
5426             "license": [
5427                 "MIT"
5428             ],
5429             "authors": [
5430                 {
5431                     "name": "Nicolas Grekas",
5432                     "email": "p@tchwork.com"
5433                 },
5434                 {
5435                     "name": "Symfony Community",
5436                     "homepage": "https://symfony.com/contributors"
5437                 }
5438             ],
5439             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
5440             "homepage": "https://symfony.com",
5441             "keywords": [
5442                 "grapheme",
5443                 "i18n",
5444                 "string",
5445                 "unicode",
5446                 "utf-8",
5447                 "utf8"
5448             ],
5449             "support": {
5450                 "source": "https://github.com/symfony/string/tree/v7.1.1"
5451             },
5452             "funding": [
5453                 {
5454                     "url": "https://symfony.com/sponsor",
5455                     "type": "custom"
5456                 },
5457                 {
5458                     "url": "https://github.com/fabpot",
5459                     "type": "github"
5460                 },
5461                 {
5462                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5463                     "type": "tidelift"
5464                 }
5465             ],
5466             "time": "2024-06-04T06:40:14+00:00"
5467         },
5468         {
5469             "name": "symfony/translation",
5470             "version": "v6.4.8",
5471             "source": {
5472                 "type": "git",
5473                 "url": "https://github.com/symfony/translation.git",
5474                 "reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a"
5475             },
5476             "dist": {
5477                 "type": "zip",
5478                 "url": "https://api.github.com/repos/symfony/translation/zipball/a002933b13989fc4bd0b58e04bf7eec5210e438a",
5479                 "reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a",
5480                 "shasum": ""
5481             },
5482             "require": {
5483                 "php": ">=8.1",
5484                 "symfony/deprecation-contracts": "^2.5|^3",
5485                 "symfony/polyfill-mbstring": "~1.0",
5486                 "symfony/translation-contracts": "^2.5|^3.0"
5487             },
5488             "conflict": {
5489                 "symfony/config": "<5.4",
5490                 "symfony/console": "<5.4",
5491                 "symfony/dependency-injection": "<5.4",
5492                 "symfony/http-client-contracts": "<2.5",
5493                 "symfony/http-kernel": "<5.4",
5494                 "symfony/service-contracts": "<2.5",
5495                 "symfony/twig-bundle": "<5.4",
5496                 "symfony/yaml": "<5.4"
5497             },
5498             "provide": {
5499                 "symfony/translation-implementation": "2.3|3.0"
5500             },
5501             "require-dev": {
5502                 "nikic/php-parser": "^4.18|^5.0",
5503                 "psr/log": "^1|^2|^3",
5504                 "symfony/config": "^5.4|^6.0|^7.0",
5505                 "symfony/console": "^5.4|^6.0|^7.0",
5506                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5507                 "symfony/finder": "^5.4|^6.0|^7.0",
5508                 "symfony/http-client-contracts": "^2.5|^3.0",
5509                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
5510                 "symfony/intl": "^5.4|^6.0|^7.0",
5511                 "symfony/polyfill-intl-icu": "^1.21",
5512                 "symfony/routing": "^5.4|^6.0|^7.0",
5513                 "symfony/service-contracts": "^2.5|^3",
5514                 "symfony/yaml": "^5.4|^6.0|^7.0"
5515             },
5516             "type": "library",
5517             "autoload": {
5518                 "files": [
5519                     "Resources/functions.php"
5520                 ],
5521                 "psr-4": {
5522                     "Symfony\\Component\\Translation\\": ""
5523                 },
5524                 "exclude-from-classmap": [
5525                     "/Tests/"
5526                 ]
5527             },
5528             "notification-url": "https://packagist.org/downloads/",
5529             "license": [
5530                 "MIT"
5531             ],
5532             "authors": [
5533                 {
5534                     "name": "Fabien Potencier",
5535                     "email": "fabien@symfony.com"
5536                 },
5537                 {
5538                     "name": "Symfony Community",
5539                     "homepage": "https://symfony.com/contributors"
5540                 }
5541             ],
5542             "description": "Provides tools to internationalize your application",
5543             "homepage": "https://symfony.com",
5544             "support": {
5545                 "source": "https://github.com/symfony/translation/tree/v6.4.8"
5546             },
5547             "funding": [
5548                 {
5549                     "url": "https://symfony.com/sponsor",
5550                     "type": "custom"
5551                 },
5552                 {
5553                     "url": "https://github.com/fabpot",
5554                     "type": "github"
5555                 },
5556                 {
5557                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5558                     "type": "tidelift"
5559                 }
5560             ],
5561             "time": "2024-05-31T14:49:08+00:00"
5562         },
5563         {
5564             "name": "symfony/translation-contracts",
5565             "version": "v3.5.0",
5566             "source": {
5567                 "type": "git",
5568                 "url": "https://github.com/symfony/translation-contracts.git",
5569                 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
5570             },
5571             "dist": {
5572                 "type": "zip",
5573                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
5574                 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
5575                 "shasum": ""
5576             },
5577             "require": {
5578                 "php": ">=8.1"
5579             },
5580             "type": "library",
5581             "extra": {
5582                 "branch-alias": {
5583                     "dev-main": "3.5-dev"
5584                 },
5585                 "thanks": {
5586                     "name": "symfony/contracts",
5587                     "url": "https://github.com/symfony/contracts"
5588                 }
5589             },
5590             "autoload": {
5591                 "psr-4": {
5592                     "Symfony\\Contracts\\Translation\\": ""
5593                 },
5594                 "exclude-from-classmap": [
5595                     "/Test/"
5596                 ]
5597             },
5598             "notification-url": "https://packagist.org/downloads/",
5599             "license": [
5600                 "MIT"
5601             ],
5602             "authors": [
5603                 {
5604                     "name": "Nicolas Grekas",
5605                     "email": "p@tchwork.com"
5606                 },
5607                 {
5608                     "name": "Symfony Community",
5609                     "homepage": "https://symfony.com/contributors"
5610                 }
5611             ],
5612             "description": "Generic abstractions related to translation",
5613             "homepage": "https://symfony.com",
5614             "keywords": [
5615                 "abstractions",
5616                 "contracts",
5617                 "decoupling",
5618                 "interfaces",
5619                 "interoperability",
5620                 "standards"
5621             ],
5622             "support": {
5623                 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
5624             },
5625             "funding": [
5626                 {
5627                     "url": "https://symfony.com/sponsor",
5628                     "type": "custom"
5629                 },
5630                 {
5631                     "url": "https://github.com/fabpot",
5632                     "type": "github"
5633                 },
5634                 {
5635                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5636                     "type": "tidelift"
5637                 }
5638             ],
5639             "time": "2024-04-18T09:32:20+00:00"
5640         },
5641         {
5642             "name": "symfony/uid",
5643             "version": "v6.4.8",
5644             "source": {
5645                 "type": "git",
5646                 "url": "https://github.com/symfony/uid.git",
5647                 "reference": "35904eca37a84bb764c560cbfcac9f0ac2bcdbdf"
5648             },
5649             "dist": {
5650                 "type": "zip",
5651                 "url": "https://api.github.com/repos/symfony/uid/zipball/35904eca37a84bb764c560cbfcac9f0ac2bcdbdf",
5652                 "reference": "35904eca37a84bb764c560cbfcac9f0ac2bcdbdf",
5653                 "shasum": ""
5654             },
5655             "require": {
5656                 "php": ">=8.1",
5657                 "symfony/polyfill-uuid": "^1.15"
5658             },
5659             "require-dev": {
5660                 "symfony/console": "^5.4|^6.0|^7.0"
5661             },
5662             "type": "library",
5663             "autoload": {
5664                 "psr-4": {
5665                     "Symfony\\Component\\Uid\\": ""
5666                 },
5667                 "exclude-from-classmap": [
5668                     "/Tests/"
5669                 ]
5670             },
5671             "notification-url": "https://packagist.org/downloads/",
5672             "license": [
5673                 "MIT"
5674             ],
5675             "authors": [
5676                 {
5677                     "name": "Grégoire Pineau",
5678                     "email": "lyrixx@lyrixx.info"
5679                 },
5680                 {
5681                     "name": "Nicolas Grekas",
5682                     "email": "p@tchwork.com"
5683                 },
5684                 {
5685                     "name": "Symfony Community",
5686                     "homepage": "https://symfony.com/contributors"
5687                 }
5688             ],
5689             "description": "Provides an object-oriented API to generate and represent UIDs",
5690             "homepage": "https://symfony.com",
5691             "keywords": [
5692                 "UID",
5693                 "ulid",
5694                 "uuid"
5695             ],
5696             "support": {
5697                 "source": "https://github.com/symfony/uid/tree/v6.4.8"
5698             },
5699             "funding": [
5700                 {
5701                     "url": "https://symfony.com/sponsor",
5702                     "type": "custom"
5703                 },
5704                 {
5705                     "url": "https://github.com/fabpot",
5706                     "type": "github"
5707                 },
5708                 {
5709                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5710                     "type": "tidelift"
5711                 }
5712             ],
5713             "time": "2024-05-31T14:49:08+00:00"
5714         },
5715         {
5716             "name": "symfony/var-dumper",
5717             "version": "v6.4.8",
5718             "source": {
5719                 "type": "git",
5720                 "url": "https://github.com/symfony/var-dumper.git",
5721                 "reference": "ad23ca4312395f0a8a8633c831ef4c4ee542ed25"
5722             },
5723             "dist": {
5724                 "type": "zip",
5725                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ad23ca4312395f0a8a8633c831ef4c4ee542ed25",
5726                 "reference": "ad23ca4312395f0a8a8633c831ef4c4ee542ed25",
5727                 "shasum": ""
5728             },
5729             "require": {
5730                 "php": ">=8.1",
5731                 "symfony/deprecation-contracts": "^2.5|^3",
5732                 "symfony/polyfill-mbstring": "~1.0"
5733             },
5734             "conflict": {
5735                 "symfony/console": "<5.4"
5736             },
5737             "require-dev": {
5738                 "ext-iconv": "*",
5739                 "symfony/console": "^5.4|^6.0|^7.0",
5740                 "symfony/error-handler": "^6.3|^7.0",
5741                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
5742                 "symfony/process": "^5.4|^6.0|^7.0",
5743                 "symfony/uid": "^5.4|^6.0|^7.0",
5744                 "twig/twig": "^2.13|^3.0.4"
5745             },
5746             "bin": [
5747                 "Resources/bin/var-dump-server"
5748             ],
5749             "type": "library",
5750             "autoload": {
5751                 "files": [
5752                     "Resources/functions/dump.php"
5753                 ],
5754                 "psr-4": {
5755                     "Symfony\\Component\\VarDumper\\": ""
5756                 },
5757                 "exclude-from-classmap": [
5758                     "/Tests/"
5759                 ]
5760             },
5761             "notification-url": "https://packagist.org/downloads/",
5762             "license": [
5763                 "MIT"
5764             ],
5765             "authors": [
5766                 {
5767                     "name": "Nicolas Grekas",
5768                     "email": "p@tchwork.com"
5769                 },
5770                 {
5771                     "name": "Symfony Community",
5772                     "homepage": "https://symfony.com/contributors"
5773                 }
5774             ],
5775             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
5776             "homepage": "https://symfony.com",
5777             "keywords": [
5778                 "debug",
5779                 "dump"
5780             ],
5781             "support": {
5782                 "source": "https://github.com/symfony/var-dumper/tree/v6.4.8"
5783             },
5784             "funding": [
5785                 {
5786                     "url": "https://symfony.com/sponsor",
5787                     "type": "custom"
5788                 },
5789                 {
5790                     "url": "https://github.com/fabpot",
5791                     "type": "github"
5792                 },
5793                 {
5794                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5795                     "type": "tidelift"
5796                 }
5797             ],
5798             "time": "2024-05-31T14:49:08+00:00"
5799         },
5800         {
5801             "name": "tijsverkoyen/css-to-inline-styles",
5802             "version": "v2.2.7",
5803             "source": {
5804                 "type": "git",
5805                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
5806                 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
5807             },
5808             "dist": {
5809                 "type": "zip",
5810                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
5811                 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
5812                 "shasum": ""
5813             },
5814             "require": {
5815                 "ext-dom": "*",
5816                 "ext-libxml": "*",
5817                 "php": "^5.5 || ^7.0 || ^8.0",
5818                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
5819             },
5820             "require-dev": {
5821                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
5822             },
5823             "type": "library",
5824             "extra": {
5825                 "branch-alias": {
5826                     "dev-master": "2.2.x-dev"
5827                 }
5828             },
5829             "autoload": {
5830                 "psr-4": {
5831                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
5832                 }
5833             },
5834             "notification-url": "https://packagist.org/downloads/",
5835             "license": [
5836                 "BSD-3-Clause"
5837             ],
5838             "authors": [
5839                 {
5840                     "name": "Tijs Verkoyen",
5841                     "email": "css_to_inline_styles@verkoyen.eu",
5842                     "role": "Developer"
5843                 }
5844             ],
5845             "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
5846             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
5847             "support": {
5848                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
5849                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
5850             },
5851             "time": "2023-12-08T13:03:43+00:00"
5852         },
5853         {
5854             "name": "tymon/jwt-auth",
5855             "version": "2.1.1",
5856             "source": {
5857                 "type": "git",
5858                 "url": "https://github.com/tymondesigns/jwt-auth.git",
5859                 "reference": "51620ebd5b68bb3ce9e66ba86bda303ae5f10f7f"
5860             },
5861             "dist": {
5862                 "type": "zip",
5863                 "url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/51620ebd5b68bb3ce9e66ba86bda303ae5f10f7f",
5864                 "reference": "51620ebd5b68bb3ce9e66ba86bda303ae5f10f7f",
5865                 "shasum": ""
5866             },
5867             "require": {
5868                 "illuminate/auth": "^9.0|^10.0|^11.0",
5869                 "illuminate/contracts": "^9.0|^10.0|^11.0",
5870                 "illuminate/http": "^9.0|^10.0|^11.0",
5871                 "illuminate/support": "^9.0|^10.0|^11.0",
5872                 "lcobucci/jwt": "^4.0",
5873                 "nesbot/carbon": "^2.0|^3.0",
5874                 "php": "^8.0"
5875             },
5876             "require-dev": {
5877                 "illuminate/console": "^9.0|^10.0|^11.0",
5878                 "illuminate/database": "^9.0|^10.0|^11.0",
5879                 "illuminate/routing": "^9.0|^10.0|^11.0",
5880                 "mockery/mockery": ">=0.9.9",
5881                 "phpunit/phpunit": "^9.4"
5882             },
5883             "type": "library",
5884             "extra": {
5885                 "branch-alias": {
5886                     "dev-develop": "1.0-dev",
5887                     "dev-2.x": "2.0-dev"
5888                 },
5889                 "laravel": {
5890                     "aliases": {
5891                         "JWTAuth": "Tymon\\JWTAuth\\Facades\\JWTAuth",
5892                         "JWTFactory": "Tymon\\JWTAuth\\Facades\\JWTFactory"
5893                     },
5894                     "providers": [
5895                         "Tymon\\JWTAuth\\Providers\\LaravelServiceProvider"
5896                     ]
5897                 }
5898             },
5899             "autoload": {
5900                 "psr-4": {
5901                     "Tymon\\JWTAuth\\": "src/"
5902                 }
5903             },
5904             "notification-url": "https://packagist.org/downloads/",
5905             "license": [
5906                 "MIT"
5907             ],
5908             "authors": [
5909                 {
5910                     "name": "Sean Tymon",
5911                     "email": "tymon148@gmail.com",
5912                     "homepage": "https://tymon.xyz",
5913                     "role": "Developer"
5914                 }
5915             ],
5916             "description": "JSON Web Token Authentication for Laravel and Lumen",
5917             "homepage": "https://github.com/tymondesigns/jwt-auth",
5918             "keywords": [
5919                 "Authentication",
5920                 "JSON Web Token",
5921                 "auth",
5922                 "jwt",
5923                 "laravel"
5924             ],
5925             "support": {
5926                 "issues": "https://github.com/tymondesigns/jwt-auth/issues",
5927                 "source": "https://github.com/tymondesigns/jwt-auth"
5928             },
5929             "funding": [
5930                 {
5931                     "url": "https://www.patreon.com/seantymon",
5932                     "type": "patreon"
5933                 }
5934             ],
5935             "time": "2024-03-14T19:29:49+00:00"
5936         },
5937         {
5938             "name": "vlucas/phpdotenv",
5939             "version": "v5.6.0",
5940             "source": {
5941                 "type": "git",
5942                 "url": "https://github.com/vlucas/phpdotenv.git",
5943                 "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
5944             },
5945             "dist": {
5946                 "type": "zip",
5947                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
5948                 "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
5949                 "shasum": ""
5950             },
5951             "require": {
5952                 "ext-pcre": "*",
5953                 "graham-campbell/result-type": "^1.1.2",
5954                 "php": "^7.2.5 || ^8.0",
5955                 "phpoption/phpoption": "^1.9.2",
5956                 "symfony/polyfill-ctype": "^1.24",
5957                 "symfony/polyfill-mbstring": "^1.24",
5958                 "symfony/polyfill-php80": "^1.24"
5959             },
5960             "require-dev": {
5961                 "bamarni/composer-bin-plugin": "^1.8.2",
5962                 "ext-filter": "*",
5963                 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
5964             },
5965             "suggest": {
5966                 "ext-filter": "Required to use the boolean validator."
5967             },
5968             "type": "library",
5969             "extra": {
5970                 "bamarni-bin": {
5971                     "bin-links": true,
5972                     "forward-command": true
5973                 },
5974                 "branch-alias": {
5975                     "dev-master": "5.6-dev"
5976                 }
5977             },
5978             "autoload": {
5979                 "psr-4": {
5980                     "Dotenv\\": "src/"
5981                 }
5982             },
5983             "notification-url": "https://packagist.org/downloads/",
5984             "license": [
5985                 "BSD-3-Clause"
5986             ],
5987             "authors": [
5988                 {
5989                     "name": "Graham Campbell",
5990                     "email": "hello@gjcampbell.co.uk",
5991                     "homepage": "https://github.com/GrahamCampbell"
5992                 },
5993                 {
5994                     "name": "Vance Lucas",
5995                     "email": "vance@vancelucas.com",
5996                     "homepage": "https://github.com/vlucas"
5997                 }
5998             ],
5999             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
6000             "keywords": [
6001                 "dotenv",
6002                 "env",
6003                 "environment"
6004             ],
6005             "support": {
6006                 "issues": "https://github.com/vlucas/phpdotenv/issues",
6007                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
6008             },
6009             "funding": [
6010                 {
6011                     "url": "https://github.com/GrahamCampbell",
6012                     "type": "github"
6013                 },
6014                 {
6015                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
6016                     "type": "tidelift"
6017                 }
6018             ],
6019             "time": "2023-11-12T22:43:29+00:00"
6020         },
6021         {
6022             "name": "voku/portable-ascii",
6023             "version": "2.0.1",
6024             "source": {
6025                 "type": "git",
6026                 "url": "https://github.com/voku/portable-ascii.git",
6027                 "reference": "b56450eed252f6801410d810c8e1727224ae0743"
6028             },
6029             "dist": {
6030                 "type": "zip",
6031                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
6032                 "reference": "b56450eed252f6801410d810c8e1727224ae0743",
6033                 "shasum": ""
6034             },
6035             "require": {
6036                 "php": ">=7.0.0"
6037             },
6038             "require-dev": {
6039                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
6040             },
6041             "suggest": {
6042                 "ext-intl": "Use Intl for transliterator_transliterate() support"
6043             },
6044             "type": "library",
6045             "autoload": {
6046                 "psr-4": {
6047                     "voku\\": "src/voku/"
6048                 }
6049             },
6050             "notification-url": "https://packagist.org/downloads/",
6051             "license": [
6052                 "MIT"
6053             ],
6054             "authors": [
6055                 {
6056                     "name": "Lars Moelleken",
6057                     "homepage": "http://www.moelleken.org/"
6058                 }
6059             ],
6060             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
6061             "homepage": "https://github.com/voku/portable-ascii",
6062             "keywords": [
6063                 "ascii",
6064                 "clean",
6065                 "php"
6066             ],
6067             "support": {
6068                 "issues": "https://github.com/voku/portable-ascii/issues",
6069                 "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
6070             },
6071             "funding": [
6072                 {
6073                     "url": "https://www.paypal.me/moelleken",
6074                     "type": "custom"
6075                 },
6076                 {
6077                     "url": "https://github.com/voku",
6078                     "type": "github"
6079                 },
6080                 {
6081                     "url": "https://opencollective.com/portable-ascii",
6082                     "type": "open_collective"
6083                 },
6084                 {
6085                     "url": "https://www.patreon.com/voku",
6086                     "type": "patreon"
6087                 },
6088                 {
6089                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
6090                     "type": "tidelift"
6091                 }
6092             ],
6093             "time": "2022-03-08T17:03:00+00:00"
6094         },
6095         {
6096             "name": "webmozart/assert",
6097             "version": "1.11.0",
6098             "source": {
6099                 "type": "git",
6100                 "url": "https://github.com/webmozarts/assert.git",
6101                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
6102             },
6103             "dist": {
6104                 "type": "zip",
6105                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
6106                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
6107                 "shasum": ""
6108             },
6109             "require": {
6110                 "ext-ctype": "*",
6111                 "php": "^7.2 || ^8.0"
6112             },
6113             "conflict": {
6114                 "phpstan/phpstan": "<0.12.20",
6115                 "vimeo/psalm": "<4.6.1 || 4.6.2"
6116             },
6117             "require-dev": {
6118                 "phpunit/phpunit": "^8.5.13"
6119             },
6120             "type": "library",
6121             "extra": {
6122                 "branch-alias": {
6123                     "dev-master": "1.10-dev"
6124                 }
6125             },
6126             "autoload": {
6127                 "psr-4": {
6128                     "Webmozart\\Assert\\": "src/"
6129                 }
6130             },
6131             "notification-url": "https://packagist.org/downloads/",
6132             "license": [
6133                 "MIT"
6134             ],
6135             "authors": [
6136                 {
6137                     "name": "Bernhard Schussek",
6138                     "email": "bschussek@gmail.com"
6139                 }
6140             ],
6141             "description": "Assertions to validate method input/output with nice error messages.",
6142             "keywords": [
6143                 "assert",
6144                 "check",
6145                 "validate"
6146             ],
6147             "support": {
6148                 "issues": "https://github.com/webmozarts/assert/issues",
6149                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
6150             },
6151             "time": "2022-06-03T18:03:27+00:00"
6152         }
6153     ],
6154     "packages-dev": [
6155         {
ee134c 6156             "name": "barryvdh/laravel-debugbar",
FB 6157             "version": "v3.13.5",
6158             "source": {
6159                 "type": "git",
6160                 "url": "https://github.com/barryvdh/laravel-debugbar.git",
6161                 "reference": "92d86be45ee54edff735e46856f64f14b6a8bb07"
6162             },
6163             "dist": {
6164                 "type": "zip",
6165                 "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/92d86be45ee54edff735e46856f64f14b6a8bb07",
6166                 "reference": "92d86be45ee54edff735e46856f64f14b6a8bb07",
6167                 "shasum": ""
6168             },
6169             "require": {
6170                 "illuminate/routing": "^9|^10|^11",
6171                 "illuminate/session": "^9|^10|^11",
6172                 "illuminate/support": "^9|^10|^11",
6173                 "maximebf/debugbar": "~1.22.0",
6174                 "php": "^8.0",
6175                 "symfony/finder": "^6|^7"
6176             },
6177             "require-dev": {
6178                 "mockery/mockery": "^1.3.3",
6179                 "orchestra/testbench-dusk": "^5|^6|^7|^8|^9",
6180                 "phpunit/phpunit": "^9.6|^10.5",
6181                 "squizlabs/php_codesniffer": "^3.5"
6182             },
6183             "type": "library",
6184             "extra": {
6185                 "branch-alias": {
6186                     "dev-master": "3.13-dev"
6187                 },
6188                 "laravel": {
6189                     "providers": [
6190                         "Barryvdh\\Debugbar\\ServiceProvider"
6191                     ],
6192                     "aliases": {
6193                         "Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar"
6194                     }
6195                 }
6196             },
6197             "autoload": {
6198                 "files": [
6199                     "src/helpers.php"
6200                 ],
6201                 "psr-4": {
6202                     "Barryvdh\\Debugbar\\": "src/"
6203                 }
6204             },
6205             "notification-url": "https://packagist.org/downloads/",
6206             "license": [
6207                 "MIT"
6208             ],
6209             "authors": [
6210                 {
6211                     "name": "Barry vd. Heuvel",
6212                     "email": "barryvdh@gmail.com"
6213                 }
6214             ],
6215             "description": "PHP Debugbar integration for Laravel",
6216             "keywords": [
6217                 "debug",
6218                 "debugbar",
6219                 "laravel",
6220                 "profiler",
6221                 "webprofiler"
6222             ],
6223             "support": {
6224                 "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
6225                 "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.13.5"
6226             },
6227             "funding": [
6228                 {
6229                     "url": "https://fruitcake.nl",
6230                     "type": "custom"
6231                 },
6232                 {
6233                     "url": "https://github.com/barryvdh",
6234                     "type": "github"
6235                 }
6236             ],
6237             "time": "2024-04-12T11:20:37+00:00"
6238         },
6239         {
ebf6bb 6240             "name": "doctrine/instantiator",
D 6241             "version": "2.0.0",
6242             "source": {
6243                 "type": "git",
6244                 "url": "https://github.com/doctrine/instantiator.git",
6245                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
6246             },
6247             "dist": {
6248                 "type": "zip",
6249                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
6250                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
6251                 "shasum": ""
6252             },
6253             "require": {
6254                 "php": "^8.1"
6255             },
6256             "require-dev": {
6257                 "doctrine/coding-standard": "^11",
6258                 "ext-pdo": "*",
6259                 "ext-phar": "*",
6260                 "phpbench/phpbench": "^1.2",
6261                 "phpstan/phpstan": "^1.9.4",
6262                 "phpstan/phpstan-phpunit": "^1.3",
6263                 "phpunit/phpunit": "^9.5.27",
6264                 "vimeo/psalm": "^5.4"
6265             },
6266             "type": "library",
6267             "autoload": {
6268                 "psr-4": {
6269                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
6270                 }
6271             },
6272             "notification-url": "https://packagist.org/downloads/",
6273             "license": [
6274                 "MIT"
6275             ],
6276             "authors": [
6277                 {
6278                     "name": "Marco Pivetta",
6279                     "email": "ocramius@gmail.com",
6280                     "homepage": "https://ocramius.github.io/"
6281                 }
6282             ],
6283             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
6284             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
6285             "keywords": [
6286                 "constructor",
6287                 "instantiate"
6288             ],
6289             "support": {
6290                 "issues": "https://github.com/doctrine/instantiator/issues",
6291                 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
6292             },
6293             "funding": [
6294                 {
6295                     "url": "https://www.doctrine-project.org/sponsorship.html",
6296                     "type": "custom"
6297                 },
6298                 {
6299                     "url": "https://www.patreon.com/phpdoctrine",
6300                     "type": "patreon"
6301                 },
6302                 {
6303                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
6304                     "type": "tidelift"
6305                 }
6306             ],
6307             "time": "2022-12-30T00:23:10+00:00"
6308         },
6309         {
6310             "name": "fakerphp/faker",
6311             "version": "v1.23.1",
6312             "source": {
6313                 "type": "git",
6314                 "url": "https://github.com/FakerPHP/Faker.git",
6315                 "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
6316             },
6317             "dist": {
6318                 "type": "zip",
6319                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
6320                 "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
6321                 "shasum": ""
6322             },
6323             "require": {
6324                 "php": "^7.4 || ^8.0",
6325                 "psr/container": "^1.0 || ^2.0",
6326                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
6327             },
6328             "conflict": {
6329                 "fzaninotto/faker": "*"
6330             },
6331             "require-dev": {
6332                 "bamarni/composer-bin-plugin": "^1.4.1",
6333                 "doctrine/persistence": "^1.3 || ^2.0",
6334                 "ext-intl": "*",
6335                 "phpunit/phpunit": "^9.5.26",
6336                 "symfony/phpunit-bridge": "^5.4.16"
6337             },
6338             "suggest": {
6339                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
6340                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
6341                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
6342                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
6343                 "ext-mbstring": "Required for multibyte Unicode string functionality."
6344             },
6345             "type": "library",
6346             "autoload": {
6347                 "psr-4": {
6348                     "Faker\\": "src/Faker/"
6349                 }
6350             },
6351             "notification-url": "https://packagist.org/downloads/",
6352             "license": [
6353                 "MIT"
6354             ],
6355             "authors": [
6356                 {
6357                     "name": "François Zaninotto"
6358                 }
6359             ],
6360             "description": "Faker is a PHP library that generates fake data for you.",
6361             "keywords": [
6362                 "data",
6363                 "faker",
6364                 "fixtures"
6365             ],
6366             "support": {
6367                 "issues": "https://github.com/FakerPHP/Faker/issues",
6368                 "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
6369             },
6370             "time": "2024-01-02T13:46:09+00:00"
6371         },
6372         {
6373             "name": "filp/whoops",
6374             "version": "2.15.4",
6375             "source": {
6376                 "type": "git",
6377                 "url": "https://github.com/filp/whoops.git",
6378                 "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
6379             },
6380             "dist": {
6381                 "type": "zip",
6382                 "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
6383                 "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
6384                 "shasum": ""
6385             },
6386             "require": {
6387                 "php": "^5.5.9 || ^7.0 || ^8.0",
6388                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
6389             },
6390             "require-dev": {
6391                 "mockery/mockery": "^0.9 || ^1.0",
6392                 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
6393                 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
6394             },
6395             "suggest": {
6396                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
6397                 "whoops/soap": "Formats errors as SOAP responses"
6398             },
6399             "type": "library",
6400             "extra": {
6401                 "branch-alias": {
6402                     "dev-master": "2.7-dev"
6403                 }
6404             },
6405             "autoload": {
6406                 "psr-4": {
6407                     "Whoops\\": "src/Whoops/"
6408                 }
6409             },
6410             "notification-url": "https://packagist.org/downloads/",
6411             "license": [
6412                 "MIT"
6413             ],
6414             "authors": [
6415                 {
6416                     "name": "Filipe Dobreira",
6417                     "homepage": "https://github.com/filp",
6418                     "role": "Developer"
6419                 }
6420             ],
6421             "description": "php error handling for cool kids",
6422             "homepage": "https://filp.github.io/whoops/",
6423             "keywords": [
6424                 "error",
6425                 "exception",
6426                 "handling",
6427                 "library",
6428                 "throwable",
6429                 "whoops"
6430             ],
6431             "support": {
6432                 "issues": "https://github.com/filp/whoops/issues",
6433                 "source": "https://github.com/filp/whoops/tree/2.15.4"
6434             },
6435             "funding": [
6436                 {
6437                     "url": "https://github.com/denis-sokolov",
6438                     "type": "github"
6439                 }
6440             ],
6441             "time": "2023-11-03T12:00:00+00:00"
6442         },
6443         {
6444             "name": "hamcrest/hamcrest-php",
6445             "version": "v2.0.1",
6446             "source": {
6447                 "type": "git",
6448                 "url": "https://github.com/hamcrest/hamcrest-php.git",
6449                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
6450             },
6451             "dist": {
6452                 "type": "zip",
6453                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
6454                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
6455                 "shasum": ""
6456             },
6457             "require": {
6458                 "php": "^5.3|^7.0|^8.0"
6459             },
6460             "replace": {
6461                 "cordoval/hamcrest-php": "*",
6462                 "davedevelopment/hamcrest-php": "*",
6463                 "kodova/hamcrest-php": "*"
6464             },
6465             "require-dev": {
6466                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
6467                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
6468             },
6469             "type": "library",
6470             "extra": {
6471                 "branch-alias": {
6472                     "dev-master": "2.1-dev"
6473                 }
6474             },
6475             "autoload": {
6476                 "classmap": [
6477                     "hamcrest"
6478                 ]
6479             },
6480             "notification-url": "https://packagist.org/downloads/",
6481             "license": [
6482                 "BSD-3-Clause"
6483             ],
6484             "description": "This is the PHP port of Hamcrest Matchers",
6485             "keywords": [
6486                 "test"
6487             ],
6488             "support": {
6489                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
6490                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
6491             },
6492             "time": "2020-07-09T08:09:16+00:00"
6493         },
6494         {
6495             "name": "laravel/sail",
6496             "version": "v1.29.3",
6497             "source": {
6498                 "type": "git",
6499                 "url": "https://github.com/laravel/sail.git",
6500                 "reference": "e35b3ffe1b9ea598246d7e99197ee8799f6dc2e5"
6501             },
6502             "dist": {
6503                 "type": "zip",
6504                 "url": "https://api.github.com/repos/laravel/sail/zipball/e35b3ffe1b9ea598246d7e99197ee8799f6dc2e5",
6505                 "reference": "e35b3ffe1b9ea598246d7e99197ee8799f6dc2e5",
6506                 "shasum": ""
6507             },
6508             "require": {
6509                 "illuminate/console": "^9.52.16|^10.0|^11.0",
6510                 "illuminate/contracts": "^9.52.16|^10.0|^11.0",
6511                 "illuminate/support": "^9.52.16|^10.0|^11.0",
6512                 "php": "^8.0",
6513                 "symfony/console": "^6.0|^7.0",
6514                 "symfony/yaml": "^6.0|^7.0"
6515             },
6516             "require-dev": {
6517                 "orchestra/testbench": "^7.0|^8.0|^9.0",
6518                 "phpstan/phpstan": "^1.10"
6519             },
6520             "bin": [
6521                 "bin/sail"
6522             ],
6523             "type": "library",
6524             "extra": {
6525                 "laravel": {
6526                     "providers": [
6527                         "Laravel\\Sail\\SailServiceProvider"
6528                     ]
6529                 }
6530             },
6531             "autoload": {
6532                 "psr-4": {
6533                     "Laravel\\Sail\\": "src/"
6534                 }
6535             },
6536             "notification-url": "https://packagist.org/downloads/",
6537             "license": [
6538                 "MIT"
6539             ],
6540             "authors": [
6541                 {
6542                     "name": "Taylor Otwell",
6543                     "email": "taylor@laravel.com"
6544                 }
6545             ],
6546             "description": "Docker files for running a basic Laravel application.",
6547             "keywords": [
6548                 "docker",
6549                 "laravel"
6550             ],
6551             "support": {
6552                 "issues": "https://github.com/laravel/sail/issues",
6553                 "source": "https://github.com/laravel/sail"
6554             },
6555             "time": "2024-06-12T16:24:41+00:00"
6556         },
6557         {
ee134c 6558             "name": "maximebf/debugbar",
FB 6559             "version": "v1.22.6",
6560             "source": {
6561                 "type": "git",
6562                 "url": "https://github.com/maximebf/php-debugbar.git",
6563                 "reference": "d7881b498f9e649610bf6ae91cdd6353859f75d2"
6564             },
6565             "dist": {
6566                 "type": "zip",
6567                 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/d7881b498f9e649610bf6ae91cdd6353859f75d2",
6568                 "reference": "d7881b498f9e649610bf6ae91cdd6353859f75d2",
6569                 "shasum": ""
6570             },
6571             "require": {
6572                 "php": "^7.2|^8",
6573                 "psr/log": "^1|^2|^3",
6574                 "symfony/var-dumper": "^4|^5|^6|^7"
6575             },
6576             "require-dev": {
6577                 "dbrekelmans/bdi": "^1",
6578                 "phpunit/phpunit": "^8|^9",
6579                 "symfony/panther": "^1|^2.1",
6580                 "twig/twig": "^1.38|^2.7|^3.0"
6581             },
6582             "suggest": {
6583                 "kriswallsmith/assetic": "The best way to manage assets",
6584                 "monolog/monolog": "Log using Monolog",
6585                 "predis/predis": "Redis storage"
6586             },
6587             "type": "library",
6588             "extra": {
6589                 "branch-alias": {
6590                     "dev-master": "1.22-dev"
6591                 }
6592             },
6593             "autoload": {
6594                 "psr-4": {
6595                     "DebugBar\\": "src/DebugBar/"
6596                 }
6597             },
6598             "notification-url": "https://packagist.org/downloads/",
6599             "license": [
6600                 "MIT"
6601             ],
6602             "authors": [
6603                 {
6604                     "name": "Maxime Bouroumeau-Fuseau",
6605                     "email": "maxime.bouroumeau@gmail.com",
6606                     "homepage": "http://maximebf.com"
6607                 },
6608                 {
6609                     "name": "Barry vd. Heuvel",
6610                     "email": "barryvdh@gmail.com"
6611                 }
6612             ],
6613             "description": "Debug bar in the browser for php application",
6614             "homepage": "https://github.com/maximebf/php-debugbar",
6615             "keywords": [
6616                 "debug",
6617                 "debugbar"
6618             ],
6619             "support": {
6620                 "issues": "https://github.com/maximebf/php-debugbar/issues",
6621                 "source": "https://github.com/maximebf/php-debugbar/tree/v1.22.6"
6622             },
6623             "time": "2024-09-16T11:47:59+00:00"
6624         },
6625         {
ebf6bb 6626             "name": "mockery/mockery",
D 6627             "version": "1.6.12",
6628             "source": {
6629                 "type": "git",
6630                 "url": "https://github.com/mockery/mockery.git",
6631                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
6632             },
6633             "dist": {
6634                 "type": "zip",
6635                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
6636                 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
6637                 "shasum": ""
6638             },
6639             "require": {
6640                 "hamcrest/hamcrest-php": "^2.0.1",
6641                 "lib-pcre": ">=7.0",
6642                 "php": ">=7.3"
6643             },
6644             "conflict": {
6645                 "phpunit/phpunit": "<8.0"
6646             },
6647             "require-dev": {
6648                 "phpunit/phpunit": "^8.5 || ^9.6.17",
6649                 "symplify/easy-coding-standard": "^12.1.14"
6650             },
6651             "type": "library",
6652             "autoload": {
6653                 "files": [
6654                     "library/helpers.php",
6655                     "library/Mockery.php"
6656                 ],
6657                 "psr-4": {
6658                     "Mockery\\": "library/Mockery"
6659                 }
6660             },
6661             "notification-url": "https://packagist.org/downloads/",
6662             "license": [
6663                 "BSD-3-Clause"
6664             ],
6665             "authors": [
6666                 {
6667                     "name": "Pádraic Brady",
6668                     "email": "padraic.brady@gmail.com",
6669                     "homepage": "https://github.com/padraic",
6670                     "role": "Author"
6671                 },
6672                 {
6673                     "name": "Dave Marshall",
6674                     "email": "dave.marshall@atstsolutions.co.uk",
6675                     "homepage": "https://davedevelopment.co.uk",
6676                     "role": "Developer"
6677                 },
6678                 {
6679                     "name": "Nathanael Esayeas",
6680                     "email": "nathanael.esayeas@protonmail.com",
6681                     "homepage": "https://github.com/ghostwriter",
6682                     "role": "Lead Developer"
6683                 }
6684             ],
6685             "description": "Mockery is a simple yet flexible PHP mock object framework",
6686             "homepage": "https://github.com/mockery/mockery",
6687             "keywords": [
6688                 "BDD",
6689                 "TDD",
6690                 "library",
6691                 "mock",
6692                 "mock objects",
6693                 "mockery",
6694                 "stub",
6695                 "test",
6696                 "test double",
6697                 "testing"
6698             ],
6699             "support": {
6700                 "docs": "https://docs.mockery.io/",
6701                 "issues": "https://github.com/mockery/mockery/issues",
6702                 "rss": "https://github.com/mockery/mockery/releases.atom",
6703                 "security": "https://github.com/mockery/mockery/security/advisories",
6704                 "source": "https://github.com/mockery/mockery"
6705             },
6706             "time": "2024-05-16T03:13:13+00:00"
6707         },
6708         {
6709             "name": "myclabs/deep-copy",
6710             "version": "1.12.0",
6711             "source": {
6712                 "type": "git",
6713                 "url": "https://github.com/myclabs/DeepCopy.git",
6714                 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
6715             },
6716             "dist": {
6717                 "type": "zip",
6718                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
6719                 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
6720                 "shasum": ""
6721             },
6722             "require": {
6723                 "php": "^7.1 || ^8.0"
6724             },
6725             "conflict": {
6726                 "doctrine/collections": "<1.6.8",
6727                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
6728             },
6729             "require-dev": {
6730                 "doctrine/collections": "^1.6.8",
6731                 "doctrine/common": "^2.13.3 || ^3.2.2",
6732                 "phpspec/prophecy": "^1.10",
6733                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
6734             },
6735             "type": "library",
6736             "autoload": {
6737                 "files": [
6738                     "src/DeepCopy/deep_copy.php"
6739                 ],
6740                 "psr-4": {
6741                     "DeepCopy\\": "src/DeepCopy/"
6742                 }
6743             },
6744             "notification-url": "https://packagist.org/downloads/",
6745             "license": [
6746                 "MIT"
6747             ],
6748             "description": "Create deep copies (clones) of your objects",
6749             "keywords": [
6750                 "clone",
6751                 "copy",
6752                 "duplicate",
6753                 "object",
6754                 "object graph"
6755             ],
6756             "support": {
6757                 "issues": "https://github.com/myclabs/DeepCopy/issues",
6758                 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
6759             },
6760             "funding": [
6761                 {
6762                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
6763                     "type": "tidelift"
6764                 }
6765             ],
6766             "time": "2024-06-12T14:39:25+00:00"
6767         },
6768         {
6769             "name": "nunomaduro/collision",
6770             "version": "v6.4.0",
6771             "source": {
6772                 "type": "git",
6773                 "url": "https://github.com/nunomaduro/collision.git",
6774                 "reference": "f05978827b9343cba381ca05b8c7deee346b6015"
6775             },
6776             "dist": {
6777                 "type": "zip",
6778                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f05978827b9343cba381ca05b8c7deee346b6015",
6779                 "reference": "f05978827b9343cba381ca05b8c7deee346b6015",
6780                 "shasum": ""
6781             },
6782             "require": {
6783                 "filp/whoops": "^2.14.5",
6784                 "php": "^8.0.0",
6785                 "symfony/console": "^6.0.2"
6786             },
6787             "require-dev": {
6788                 "brianium/paratest": "^6.4.1",
6789                 "laravel/framework": "^9.26.1",
6790                 "laravel/pint": "^1.1.1",
6791                 "nunomaduro/larastan": "^1.0.3",
6792                 "nunomaduro/mock-final-classes": "^1.1.0",
6793                 "orchestra/testbench": "^7.7",
6794                 "phpunit/phpunit": "^9.5.23",
6795                 "spatie/ignition": "^1.4.1"
6796             },
6797             "type": "library",
6798             "extra": {
6799                 "branch-alias": {
6800                     "dev-develop": "6.x-dev"
6801                 },
6802                 "laravel": {
6803                     "providers": [
6804                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
6805                     ]
6806                 }
6807             },
6808             "autoload": {
6809                 "psr-4": {
6810                     "NunoMaduro\\Collision\\": "src/"
6811                 }
6812             },
6813             "notification-url": "https://packagist.org/downloads/",
6814             "license": [
6815                 "MIT"
6816             ],
6817             "authors": [
6818                 {
6819                     "name": "Nuno Maduro",
6820                     "email": "enunomaduro@gmail.com"
6821                 }
6822             ],
6823             "description": "Cli error handling for console/command-line PHP applications.",
6824             "keywords": [
6825                 "artisan",
6826                 "cli",
6827                 "command-line",
6828                 "console",
6829                 "error",
6830                 "handling",
6831                 "laravel",
6832                 "laravel-zero",
6833                 "php",
6834                 "symfony"
6835             ],
6836             "support": {
6837                 "issues": "https://github.com/nunomaduro/collision/issues",
6838                 "source": "https://github.com/nunomaduro/collision"
6839             },
6840             "funding": [
6841                 {
6842                     "url": "https://www.paypal.com/paypalme/enunomaduro",
6843                     "type": "custom"
6844                 },
6845                 {
6846                     "url": "https://github.com/nunomaduro",
6847                     "type": "github"
6848                 },
6849                 {
6850                     "url": "https://www.patreon.com/nunomaduro",
6851                     "type": "patreon"
6852                 }
6853             ],
6854             "time": "2023-01-03T12:54:54+00:00"
6855         },
6856         {
6857             "name": "phar-io/manifest",
6858             "version": "2.0.4",
6859             "source": {
6860                 "type": "git",
6861                 "url": "https://github.com/phar-io/manifest.git",
6862                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
6863             },
6864             "dist": {
6865                 "type": "zip",
6866                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
6867                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
6868                 "shasum": ""
6869             },
6870             "require": {
6871                 "ext-dom": "*",
6872                 "ext-libxml": "*",
6873                 "ext-phar": "*",
6874                 "ext-xmlwriter": "*",
6875                 "phar-io/version": "^3.0.1",
6876                 "php": "^7.2 || ^8.0"
6877             },
6878             "type": "library",
6879             "extra": {
6880                 "branch-alias": {
6881                     "dev-master": "2.0.x-dev"
6882                 }
6883             },
6884             "autoload": {
6885                 "classmap": [
6886                     "src/"
6887                 ]
6888             },
6889             "notification-url": "https://packagist.org/downloads/",
6890             "license": [
6891                 "BSD-3-Clause"
6892             ],
6893             "authors": [
6894                 {
6895                     "name": "Arne Blankerts",
6896                     "email": "arne@blankerts.de",
6897                     "role": "Developer"
6898                 },
6899                 {
6900                     "name": "Sebastian Heuer",
6901                     "email": "sebastian@phpeople.de",
6902                     "role": "Developer"
6903                 },
6904                 {
6905                     "name": "Sebastian Bergmann",
6906                     "email": "sebastian@phpunit.de",
6907                     "role": "Developer"
6908                 }
6909             ],
6910             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6911             "support": {
6912                 "issues": "https://github.com/phar-io/manifest/issues",
6913                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
6914             },
6915             "funding": [
6916                 {
6917                     "url": "https://github.com/theseer",
6918                     "type": "github"
6919                 }
6920             ],
6921             "time": "2024-03-03T12:33:53+00:00"
6922         },
6923         {
6924             "name": "phar-io/version",
6925             "version": "3.2.1",
6926             "source": {
6927                 "type": "git",
6928                 "url": "https://github.com/phar-io/version.git",
6929                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
6930             },
6931             "dist": {
6932                 "type": "zip",
6933                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6934                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6935                 "shasum": ""
6936             },
6937             "require": {
6938                 "php": "^7.2 || ^8.0"
6939             },
6940             "type": "library",
6941             "autoload": {
6942                 "classmap": [
6943                     "src/"
6944                 ]
6945             },
6946             "notification-url": "https://packagist.org/downloads/",
6947             "license": [
6948                 "BSD-3-Clause"
6949             ],
6950             "authors": [
6951                 {
6952                     "name": "Arne Blankerts",
6953                     "email": "arne@blankerts.de",
6954                     "role": "Developer"
6955                 },
6956                 {
6957                     "name": "Sebastian Heuer",
6958                     "email": "sebastian@phpeople.de",
6959                     "role": "Developer"
6960                 },
6961                 {
6962                     "name": "Sebastian Bergmann",
6963                     "email": "sebastian@phpunit.de",
6964                     "role": "Developer"
6965                 }
6966             ],
6967             "description": "Library for handling version information and constraints",
6968             "support": {
6969                 "issues": "https://github.com/phar-io/version/issues",
6970                 "source": "https://github.com/phar-io/version/tree/3.2.1"
6971             },
6972             "time": "2022-02-21T01:04:05+00:00"
6973         },
6974         {
6975             "name": "phpunit/php-code-coverage",
6976             "version": "9.2.31",
6977             "source": {
6978                 "type": "git",
6979                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6980                 "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
6981             },
6982             "dist": {
6983                 "type": "zip",
6984                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
6985                 "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
6986                 "shasum": ""
6987             },
6988             "require": {
6989                 "ext-dom": "*",
6990                 "ext-libxml": "*",
6991                 "ext-xmlwriter": "*",
6992                 "nikic/php-parser": "^4.18 || ^5.0",
6993                 "php": ">=7.3",
6994                 "phpunit/php-file-iterator": "^3.0.3",
6995                 "phpunit/php-text-template": "^2.0.2",
6996                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
6997                 "sebastian/complexity": "^2.0",
6998                 "sebastian/environment": "^5.1.2",
6999                 "sebastian/lines-of-code": "^1.0.3",
7000                 "sebastian/version": "^3.0.1",
7001                 "theseer/tokenizer": "^1.2.0"
7002             },
7003             "require-dev": {
7004                 "phpunit/phpunit": "^9.3"
7005             },
7006             "suggest": {
7007                 "ext-pcov": "PHP extension that provides line coverage",
7008                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
7009             },
7010             "type": "library",
7011             "extra": {
7012                 "branch-alias": {
7013                     "dev-master": "9.2-dev"
7014                 }
7015             },
7016             "autoload": {
7017                 "classmap": [
7018                     "src/"
7019                 ]
7020             },
7021             "notification-url": "https://packagist.org/downloads/",
7022             "license": [
7023                 "BSD-3-Clause"
7024             ],
7025             "authors": [
7026                 {
7027                     "name": "Sebastian Bergmann",
7028                     "email": "sebastian@phpunit.de",
7029                     "role": "lead"
7030                 }
7031             ],
7032             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7033             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7034             "keywords": [
7035                 "coverage",
7036                 "testing",
7037                 "xunit"
7038             ],
7039             "support": {
7040                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
7041                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
7042                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
7043             },
7044             "funding": [
7045                 {
7046                     "url": "https://github.com/sebastianbergmann",
7047                     "type": "github"
7048                 }
7049             ],
7050             "time": "2024-03-02T06:37:42+00:00"
7051         },
7052         {
7053             "name": "phpunit/php-file-iterator",
7054             "version": "3.0.6",
7055             "source": {
7056                 "type": "git",
7057                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
7058                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
7059             },
7060             "dist": {
7061                 "type": "zip",
7062                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
7063                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
7064                 "shasum": ""
7065             },
7066             "require": {
7067                 "php": ">=7.3"
7068             },
7069             "require-dev": {
7070                 "phpunit/phpunit": "^9.3"
7071             },
7072             "type": "library",
7073             "extra": {
7074                 "branch-alias": {
7075                     "dev-master": "3.0-dev"
7076                 }
7077             },
7078             "autoload": {
7079                 "classmap": [
7080                     "src/"
7081                 ]
7082             },
7083             "notification-url": "https://packagist.org/downloads/",
7084             "license": [
7085                 "BSD-3-Clause"
7086             ],
7087             "authors": [
7088                 {
7089                     "name": "Sebastian Bergmann",
7090                     "email": "sebastian@phpunit.de",
7091                     "role": "lead"
7092                 }
7093             ],
7094             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7095             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7096             "keywords": [
7097                 "filesystem",
7098                 "iterator"
7099             ],
7100             "support": {
7101                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
7102                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
7103             },
7104             "funding": [
7105                 {
7106                     "url": "https://github.com/sebastianbergmann",
7107                     "type": "github"
7108                 }
7109             ],
7110             "time": "2021-12-02T12:48:52+00:00"
7111         },
7112         {
7113             "name": "phpunit/php-invoker",
7114             "version": "3.1.1",
7115             "source": {
7116                 "type": "git",
7117                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
7118                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
7119             },
7120             "dist": {
7121                 "type": "zip",
7122                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
7123                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
7124                 "shasum": ""
7125             },
7126             "require": {
7127                 "php": ">=7.3"
7128             },
7129             "require-dev": {
7130                 "ext-pcntl": "*",
7131                 "phpunit/phpunit": "^9.3"
7132             },
7133             "suggest": {
7134                 "ext-pcntl": "*"
7135             },
7136             "type": "library",
7137             "extra": {
7138                 "branch-alias": {
7139                     "dev-master": "3.1-dev"
7140                 }
7141             },
7142             "autoload": {
7143                 "classmap": [
7144                     "src/"
7145                 ]
7146             },
7147             "notification-url": "https://packagist.org/downloads/",
7148             "license": [
7149                 "BSD-3-Clause"
7150             ],
7151             "authors": [
7152                 {
7153                     "name": "Sebastian Bergmann",
7154                     "email": "sebastian@phpunit.de",
7155                     "role": "lead"
7156                 }
7157             ],
7158             "description": "Invoke callables with a timeout",
7159             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
7160             "keywords": [
7161                 "process"
7162             ],
7163             "support": {
7164                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
7165                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
7166             },
7167             "funding": [
7168                 {
7169                     "url": "https://github.com/sebastianbergmann",
7170                     "type": "github"
7171                 }
7172             ],
7173             "time": "2020-09-28T05:58:55+00:00"
7174         },
7175         {
7176             "name": "phpunit/php-text-template",
7177             "version": "2.0.4",
7178             "source": {
7179                 "type": "git",
7180                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
7181                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
7182             },
7183             "dist": {
7184                 "type": "zip",
7185                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
7186                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
7187                 "shasum": ""
7188             },
7189             "require": {
7190                 "php": ">=7.3"
7191             },
7192             "require-dev": {
7193                 "phpunit/phpunit": "^9.3"
7194             },
7195             "type": "library",
7196             "extra": {
7197                 "branch-alias": {
7198                     "dev-master": "2.0-dev"
7199                 }
7200             },
7201             "autoload": {
7202                 "classmap": [
7203                     "src/"
7204                 ]
7205             },
7206             "notification-url": "https://packagist.org/downloads/",
7207             "license": [
7208                 "BSD-3-Clause"
7209             ],
7210             "authors": [
7211                 {
7212                     "name": "Sebastian Bergmann",
7213                     "email": "sebastian@phpunit.de",
7214                     "role": "lead"
7215                 }
7216             ],
7217             "description": "Simple template engine.",
7218             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7219             "keywords": [
7220                 "template"
7221             ],
7222             "support": {
7223                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
7224                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
7225             },
7226             "funding": [
7227                 {
7228                     "url": "https://github.com/sebastianbergmann",
7229                     "type": "github"
7230                 }
7231             ],
7232             "time": "2020-10-26T05:33:50+00:00"
7233         },
7234         {
7235             "name": "phpunit/php-timer",
7236             "version": "5.0.3",
7237             "source": {
7238                 "type": "git",
7239                 "url": "https://github.com/sebastianbergmann/php-timer.git",
7240                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
7241             },
7242             "dist": {
7243                 "type": "zip",
7244                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
7245                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
7246                 "shasum": ""
7247             },
7248             "require": {
7249                 "php": ">=7.3"
7250             },
7251             "require-dev": {
7252                 "phpunit/phpunit": "^9.3"
7253             },
7254             "type": "library",
7255             "extra": {
7256                 "branch-alias": {
7257                     "dev-master": "5.0-dev"
7258                 }
7259             },
7260             "autoload": {
7261                 "classmap": [
7262                     "src/"
7263                 ]
7264             },
7265             "notification-url": "https://packagist.org/downloads/",
7266             "license": [
7267                 "BSD-3-Clause"
7268             ],
7269             "authors": [
7270                 {
7271                     "name": "Sebastian Bergmann",
7272                     "email": "sebastian@phpunit.de",
7273                     "role": "lead"
7274                 }
7275             ],
7276             "description": "Utility class for timing",
7277             "homepage": "https://github.com/sebastianbergmann/php-timer/",
7278             "keywords": [
7279                 "timer"
7280             ],
7281             "support": {
7282                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
7283                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
7284             },
7285             "funding": [
7286                 {
7287                     "url": "https://github.com/sebastianbergmann",
7288                     "type": "github"
7289                 }
7290             ],
7291             "time": "2020-10-26T13:16:10+00:00"
7292         },
7293         {
7294             "name": "phpunit/phpunit",
7295             "version": "9.6.19",
7296             "source": {
7297                 "type": "git",
7298                 "url": "https://github.com/sebastianbergmann/phpunit.git",
7299                 "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
7300             },
7301             "dist": {
7302                 "type": "zip",
7303                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
7304                 "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
7305                 "shasum": ""
7306             },
7307             "require": {
7308                 "doctrine/instantiator": "^1.3.1 || ^2",
7309                 "ext-dom": "*",
7310                 "ext-json": "*",
7311                 "ext-libxml": "*",
7312                 "ext-mbstring": "*",
7313                 "ext-xml": "*",
7314                 "ext-xmlwriter": "*",
7315                 "myclabs/deep-copy": "^1.10.1",
7316                 "phar-io/manifest": "^2.0.3",
7317                 "phar-io/version": "^3.0.2",
7318                 "php": ">=7.3",
7319                 "phpunit/php-code-coverage": "^9.2.28",
7320                 "phpunit/php-file-iterator": "^3.0.5",
7321                 "phpunit/php-invoker": "^3.1.1",
7322                 "phpunit/php-text-template": "^2.0.3",
7323                 "phpunit/php-timer": "^5.0.2",
7324                 "sebastian/cli-parser": "^1.0.1",
7325                 "sebastian/code-unit": "^1.0.6",
7326                 "sebastian/comparator": "^4.0.8",
7327                 "sebastian/diff": "^4.0.3",
7328                 "sebastian/environment": "^5.1.3",
7329                 "sebastian/exporter": "^4.0.5",
7330                 "sebastian/global-state": "^5.0.1",
7331                 "sebastian/object-enumerator": "^4.0.3",
7332                 "sebastian/resource-operations": "^3.0.3",
7333                 "sebastian/type": "^3.2",
7334                 "sebastian/version": "^3.0.2"
7335             },
7336             "suggest": {
7337                 "ext-soap": "To be able to generate mocks based on WSDL files",
7338                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
7339             },
7340             "bin": [
7341                 "phpunit"
7342             ],
7343             "type": "library",
7344             "extra": {
7345                 "branch-alias": {
7346                     "dev-master": "9.6-dev"
7347                 }
7348             },
7349             "autoload": {
7350                 "files": [
7351                     "src/Framework/Assert/Functions.php"
7352                 ],
7353                 "classmap": [
7354                     "src/"
7355                 ]
7356             },
7357             "notification-url": "https://packagist.org/downloads/",
7358             "license": [
7359                 "BSD-3-Clause"
7360             ],
7361             "authors": [
7362                 {
7363                     "name": "Sebastian Bergmann",
7364                     "email": "sebastian@phpunit.de",
7365                     "role": "lead"
7366                 }
7367             ],
7368             "description": "The PHP Unit Testing framework.",
7369             "homepage": "https://phpunit.de/",
7370             "keywords": [
7371                 "phpunit",
7372                 "testing",
7373                 "xunit"
7374             ],
7375             "support": {
7376                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
7377                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
7378                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
7379             },
7380             "funding": [
7381                 {
7382                     "url": "https://phpunit.de/sponsors.html",
7383                     "type": "custom"
7384                 },
7385                 {
7386                     "url": "https://github.com/sebastianbergmann",
7387                     "type": "github"
7388                 },
7389                 {
7390                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
7391                     "type": "tidelift"
7392                 }
7393             ],
7394             "time": "2024-04-05T04:35:58+00:00"
7395         },
7396         {
7397             "name": "sebastian/cli-parser",
7398             "version": "1.0.2",
7399             "source": {
7400                 "type": "git",
7401                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
7402                 "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
7403             },
7404             "dist": {
7405                 "type": "zip",
7406                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
7407                 "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
7408                 "shasum": ""
7409             },
7410             "require": {
7411                 "php": ">=7.3"
7412             },
7413             "require-dev": {
7414                 "phpunit/phpunit": "^9.3"
7415             },
7416             "type": "library",
7417             "extra": {
7418                 "branch-alias": {
7419                     "dev-master": "1.0-dev"
7420                 }
7421             },
7422             "autoload": {
7423                 "classmap": [
7424                     "src/"
7425                 ]
7426             },
7427             "notification-url": "https://packagist.org/downloads/",
7428             "license": [
7429                 "BSD-3-Clause"
7430             ],
7431             "authors": [
7432                 {
7433                     "name": "Sebastian Bergmann",
7434                     "email": "sebastian@phpunit.de",
7435                     "role": "lead"
7436                 }
7437             ],
7438             "description": "Library for parsing CLI options",
7439             "homepage": "https://github.com/sebastianbergmann/cli-parser",
7440             "support": {
7441                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
7442                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
7443             },
7444             "funding": [
7445                 {
7446                     "url": "https://github.com/sebastianbergmann",
7447                     "type": "github"
7448                 }
7449             ],
7450             "time": "2024-03-02T06:27:43+00:00"
7451         },
7452         {
7453             "name": "sebastian/code-unit",
7454             "version": "1.0.8",
7455             "source": {
7456                 "type": "git",
7457                 "url": "https://github.com/sebastianbergmann/code-unit.git",
7458                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
7459             },
7460             "dist": {
7461                 "type": "zip",
7462                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
7463                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
7464                 "shasum": ""
7465             },
7466             "require": {
7467                 "php": ">=7.3"
7468             },
7469             "require-dev": {
7470                 "phpunit/phpunit": "^9.3"
7471             },
7472             "type": "library",
7473             "extra": {
7474                 "branch-alias": {
7475                     "dev-master": "1.0-dev"
7476                 }
7477             },
7478             "autoload": {
7479                 "classmap": [
7480                     "src/"
7481                 ]
7482             },
7483             "notification-url": "https://packagist.org/downloads/",
7484             "license": [
7485                 "BSD-3-Clause"
7486             ],
7487             "authors": [
7488                 {
7489                     "name": "Sebastian Bergmann",
7490                     "email": "sebastian@phpunit.de",
7491                     "role": "lead"
7492                 }
7493             ],
7494             "description": "Collection of value objects that represent the PHP code units",
7495             "homepage": "https://github.com/sebastianbergmann/code-unit",
7496             "support": {
7497                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
7498                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
7499             },
7500             "funding": [
7501                 {
7502                     "url": "https://github.com/sebastianbergmann",
7503                     "type": "github"
7504                 }
7505             ],
7506             "time": "2020-10-26T13:08:54+00:00"
7507         },
7508         {
7509             "name": "sebastian/code-unit-reverse-lookup",
7510             "version": "2.0.3",
7511             "source": {
7512                 "type": "git",
7513                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7514                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
7515             },
7516             "dist": {
7517                 "type": "zip",
7518                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
7519                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
7520                 "shasum": ""
7521             },
7522             "require": {
7523                 "php": ">=7.3"
7524             },
7525             "require-dev": {
7526                 "phpunit/phpunit": "^9.3"
7527             },
7528             "type": "library",
7529             "extra": {
7530                 "branch-alias": {
7531                     "dev-master": "2.0-dev"
7532                 }
7533             },
7534             "autoload": {
7535                 "classmap": [
7536                     "src/"
7537                 ]
7538             },
7539             "notification-url": "https://packagist.org/downloads/",
7540             "license": [
7541                 "BSD-3-Clause"
7542             ],
7543             "authors": [
7544                 {
7545                     "name": "Sebastian Bergmann",
7546                     "email": "sebastian@phpunit.de"
7547                 }
7548             ],
7549             "description": "Looks up which function or method a line of code belongs to",
7550             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7551             "support": {
7552                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
7553                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
7554             },
7555             "funding": [
7556                 {
7557                     "url": "https://github.com/sebastianbergmann",
7558                     "type": "github"
7559                 }
7560             ],
7561             "time": "2020-09-28T05:30:19+00:00"
7562         },
7563         {
7564             "name": "sebastian/comparator",
7565             "version": "4.0.8",
7566             "source": {
7567                 "type": "git",
7568                 "url": "https://github.com/sebastianbergmann/comparator.git",
7569                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
7570             },
7571             "dist": {
7572                 "type": "zip",
7573                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
7574                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
7575                 "shasum": ""
7576             },
7577             "require": {
7578                 "php": ">=7.3",
7579                 "sebastian/diff": "^4.0",
7580                 "sebastian/exporter": "^4.0"
7581             },
7582             "require-dev": {
7583                 "phpunit/phpunit": "^9.3"
7584             },
7585             "type": "library",
7586             "extra": {
7587                 "branch-alias": {
7588                     "dev-master": "4.0-dev"
7589                 }
7590             },
7591             "autoload": {
7592                 "classmap": [
7593                     "src/"
7594                 ]
7595             },
7596             "notification-url": "https://packagist.org/downloads/",
7597             "license": [
7598                 "BSD-3-Clause"
7599             ],
7600             "authors": [
7601                 {
7602                     "name": "Sebastian Bergmann",
7603                     "email": "sebastian@phpunit.de"
7604                 },
7605                 {
7606                     "name": "Jeff Welch",
7607                     "email": "whatthejeff@gmail.com"
7608                 },
7609                 {
7610                     "name": "Volker Dusch",
7611                     "email": "github@wallbash.com"
7612                 },
7613                 {
7614                     "name": "Bernhard Schussek",
7615                     "email": "bschussek@2bepublished.at"
7616                 }
7617             ],
7618             "description": "Provides the functionality to compare PHP values for equality",
7619             "homepage": "https://github.com/sebastianbergmann/comparator",
7620             "keywords": [
7621                 "comparator",
7622                 "compare",
7623                 "equality"
7624             ],
7625             "support": {
7626                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
7627                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
7628             },
7629             "funding": [
7630                 {
7631                     "url": "https://github.com/sebastianbergmann",
7632                     "type": "github"
7633                 }
7634             ],
7635             "time": "2022-09-14T12:41:17+00:00"
7636         },
7637         {
7638             "name": "sebastian/complexity",
7639             "version": "2.0.3",
7640             "source": {
7641                 "type": "git",
7642                 "url": "https://github.com/sebastianbergmann/complexity.git",
7643                 "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
7644             },
7645             "dist": {
7646                 "type": "zip",
7647                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
7648                 "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
7649                 "shasum": ""
7650             },
7651             "require": {
7652                 "nikic/php-parser": "^4.18 || ^5.0",
7653                 "php": ">=7.3"
7654             },
7655             "require-dev": {
7656                 "phpunit/phpunit": "^9.3"
7657             },
7658             "type": "library",
7659             "extra": {
7660                 "branch-alias": {
7661                     "dev-master": "2.0-dev"
7662                 }
7663             },
7664             "autoload": {
7665                 "classmap": [
7666                     "src/"
7667                 ]
7668             },
7669             "notification-url": "https://packagist.org/downloads/",
7670             "license": [
7671                 "BSD-3-Clause"
7672             ],
7673             "authors": [
7674                 {
7675                     "name": "Sebastian Bergmann",
7676                     "email": "sebastian@phpunit.de",
7677                     "role": "lead"
7678                 }
7679             ],
7680             "description": "Library for calculating the complexity of PHP code units",
7681             "homepage": "https://github.com/sebastianbergmann/complexity",
7682             "support": {
7683                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
7684                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
7685             },
7686             "funding": [
7687                 {
7688                     "url": "https://github.com/sebastianbergmann",
7689                     "type": "github"
7690                 }
7691             ],
7692             "time": "2023-12-22T06:19:30+00:00"
7693         },
7694         {
7695             "name": "sebastian/diff",
7696             "version": "4.0.6",
7697             "source": {
7698                 "type": "git",
7699                 "url": "https://github.com/sebastianbergmann/diff.git",
7700                 "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
7701             },
7702             "dist": {
7703                 "type": "zip",
7704                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
7705                 "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
7706                 "shasum": ""
7707             },
7708             "require": {
7709                 "php": ">=7.3"
7710             },
7711             "require-dev": {
7712                 "phpunit/phpunit": "^9.3",
7713                 "symfony/process": "^4.2 || ^5"
7714             },
7715             "type": "library",
7716             "extra": {
7717                 "branch-alias": {
7718                     "dev-master": "4.0-dev"
7719                 }
7720             },
7721             "autoload": {
7722                 "classmap": [
7723                     "src/"
7724                 ]
7725             },
7726             "notification-url": "https://packagist.org/downloads/",
7727             "license": [
7728                 "BSD-3-Clause"
7729             ],
7730             "authors": [
7731                 {
7732                     "name": "Sebastian Bergmann",
7733                     "email": "sebastian@phpunit.de"
7734                 },
7735                 {
7736                     "name": "Kore Nordmann",
7737                     "email": "mail@kore-nordmann.de"
7738                 }
7739             ],
7740             "description": "Diff implementation",
7741             "homepage": "https://github.com/sebastianbergmann/diff",
7742             "keywords": [
7743                 "diff",
7744                 "udiff",
7745                 "unidiff",
7746                 "unified diff"
7747             ],
7748             "support": {
7749                 "issues": "https://github.com/sebastianbergmann/diff/issues",
7750                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
7751             },
7752             "funding": [
7753                 {
7754                     "url": "https://github.com/sebastianbergmann",
7755                     "type": "github"
7756                 }
7757             ],
7758             "time": "2024-03-02T06:30:58+00:00"
7759         },
7760         {
7761             "name": "sebastian/environment",
7762             "version": "5.1.5",
7763             "source": {
7764                 "type": "git",
7765                 "url": "https://github.com/sebastianbergmann/environment.git",
7766                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
7767             },
7768             "dist": {
7769                 "type": "zip",
7770                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
7771                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
7772                 "shasum": ""
7773             },
7774             "require": {
7775                 "php": ">=7.3"
7776             },
7777             "require-dev": {
7778                 "phpunit/phpunit": "^9.3"
7779             },
7780             "suggest": {
7781                 "ext-posix": "*"
7782             },
7783             "type": "library",
7784             "extra": {
7785                 "branch-alias": {
7786                     "dev-master": "5.1-dev"
7787                 }
7788             },
7789             "autoload": {
7790                 "classmap": [
7791                     "src/"
7792                 ]
7793             },
7794             "notification-url": "https://packagist.org/downloads/",
7795             "license": [
7796                 "BSD-3-Clause"
7797             ],
7798             "authors": [
7799                 {
7800                     "name": "Sebastian Bergmann",
7801                     "email": "sebastian@phpunit.de"
7802                 }
7803             ],
7804             "description": "Provides functionality to handle HHVM/PHP environments",
7805             "homepage": "http://www.github.com/sebastianbergmann/environment",
7806             "keywords": [
7807                 "Xdebug",
7808                 "environment",
7809                 "hhvm"
7810             ],
7811             "support": {
7812                 "issues": "https://github.com/sebastianbergmann/environment/issues",
7813                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
7814             },
7815             "funding": [
7816                 {
7817                     "url": "https://github.com/sebastianbergmann",
7818                     "type": "github"
7819                 }
7820             ],
7821             "time": "2023-02-03T06:03:51+00:00"
7822         },
7823         {
7824             "name": "sebastian/exporter",
7825             "version": "4.0.6",
7826             "source": {
7827                 "type": "git",
7828                 "url": "https://github.com/sebastianbergmann/exporter.git",
7829                 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
7830             },
7831             "dist": {
7832                 "type": "zip",
7833                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
7834                 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
7835                 "shasum": ""
7836             },
7837             "require": {
7838                 "php": ">=7.3",
7839                 "sebastian/recursion-context": "^4.0"
7840             },
7841             "require-dev": {
7842                 "ext-mbstring": "*",
7843                 "phpunit/phpunit": "^9.3"
7844             },
7845             "type": "library",
7846             "extra": {
7847                 "branch-alias": {
7848                     "dev-master": "4.0-dev"
7849                 }
7850             },
7851             "autoload": {
7852                 "classmap": [
7853                     "src/"
7854                 ]
7855             },
7856             "notification-url": "https://packagist.org/downloads/",
7857             "license": [
7858                 "BSD-3-Clause"
7859             ],
7860             "authors": [
7861                 {
7862                     "name": "Sebastian Bergmann",
7863                     "email": "sebastian@phpunit.de"
7864                 },
7865                 {
7866                     "name": "Jeff Welch",
7867                     "email": "whatthejeff@gmail.com"
7868                 },
7869                 {
7870                     "name": "Volker Dusch",
7871                     "email": "github@wallbash.com"
7872                 },
7873                 {
7874                     "name": "Adam Harvey",
7875                     "email": "aharvey@php.net"
7876                 },
7877                 {
7878                     "name": "Bernhard Schussek",
7879                     "email": "bschussek@gmail.com"
7880                 }
7881             ],
7882             "description": "Provides the functionality to export PHP variables for visualization",
7883             "homepage": "https://www.github.com/sebastianbergmann/exporter",
7884             "keywords": [
7885                 "export",
7886                 "exporter"
7887             ],
7888             "support": {
7889                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
7890                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
7891             },
7892             "funding": [
7893                 {
7894                     "url": "https://github.com/sebastianbergmann",
7895                     "type": "github"
7896                 }
7897             ],
7898             "time": "2024-03-02T06:33:00+00:00"
7899         },
7900         {
7901             "name": "sebastian/global-state",
7902             "version": "5.0.7",
7903             "source": {
7904                 "type": "git",
7905                 "url": "https://github.com/sebastianbergmann/global-state.git",
7906                 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
7907             },
7908             "dist": {
7909                 "type": "zip",
7910                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
7911                 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
7912                 "shasum": ""
7913             },
7914             "require": {
7915                 "php": ">=7.3",
7916                 "sebastian/object-reflector": "^2.0",
7917                 "sebastian/recursion-context": "^4.0"
7918             },
7919             "require-dev": {
7920                 "ext-dom": "*",
7921                 "phpunit/phpunit": "^9.3"
7922             },
7923             "suggest": {
7924                 "ext-uopz": "*"
7925             },
7926             "type": "library",
7927             "extra": {
7928                 "branch-alias": {
7929                     "dev-master": "5.0-dev"
7930                 }
7931             },
7932             "autoload": {
7933                 "classmap": [
7934                     "src/"
7935                 ]
7936             },
7937             "notification-url": "https://packagist.org/downloads/",
7938             "license": [
7939                 "BSD-3-Clause"
7940             ],
7941             "authors": [
7942                 {
7943                     "name": "Sebastian Bergmann",
7944                     "email": "sebastian@phpunit.de"
7945                 }
7946             ],
7947             "description": "Snapshotting of global state",
7948             "homepage": "http://www.github.com/sebastianbergmann/global-state",
7949             "keywords": [
7950                 "global state"
7951             ],
7952             "support": {
7953                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
7954                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
7955             },
7956             "funding": [
7957                 {
7958                     "url": "https://github.com/sebastianbergmann",
7959                     "type": "github"
7960                 }
7961             ],
7962             "time": "2024-03-02T06:35:11+00:00"
7963         },
7964         {
7965             "name": "sebastian/lines-of-code",
7966             "version": "1.0.4",
7967             "source": {
7968                 "type": "git",
7969                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
7970                 "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
7971             },
7972             "dist": {
7973                 "type": "zip",
7974                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
7975                 "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
7976                 "shasum": ""
7977             },
7978             "require": {
7979                 "nikic/php-parser": "^4.18 || ^5.0",
7980                 "php": ">=7.3"
7981             },
7982             "require-dev": {
7983                 "phpunit/phpunit": "^9.3"
7984             },
7985             "type": "library",
7986             "extra": {
7987                 "branch-alias": {
7988                     "dev-master": "1.0-dev"
7989                 }
7990             },
7991             "autoload": {
7992                 "classmap": [
7993                     "src/"
7994                 ]
7995             },
7996             "notification-url": "https://packagist.org/downloads/",
7997             "license": [
7998                 "BSD-3-Clause"
7999             ],
8000             "authors": [
8001                 {
8002                     "name": "Sebastian Bergmann",
8003                     "email": "sebastian@phpunit.de",
8004                     "role": "lead"
8005                 }
8006             ],
8007             "description": "Library for counting the lines of code in PHP source code",
8008             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
8009             "support": {
8010                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
8011                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
8012             },
8013             "funding": [
8014                 {
8015                     "url": "https://github.com/sebastianbergmann",
8016                     "type": "github"
8017                 }
8018             ],
8019             "time": "2023-12-22T06:20:34+00:00"
8020         },
8021         {
8022             "name": "sebastian/object-enumerator",
8023             "version": "4.0.4",
8024             "source": {
8025                 "type": "git",
8026                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8027                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
8028             },
8029             "dist": {
8030                 "type": "zip",
8031                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
8032                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
8033                 "shasum": ""
8034             },
8035             "require": {
8036                 "php": ">=7.3",
8037                 "sebastian/object-reflector": "^2.0",
8038                 "sebastian/recursion-context": "^4.0"
8039             },
8040             "require-dev": {
8041                 "phpunit/phpunit": "^9.3"
8042             },
8043             "type": "library",
8044             "extra": {
8045                 "branch-alias": {
8046                     "dev-master": "4.0-dev"
8047                 }
8048             },
8049             "autoload": {
8050                 "classmap": [
8051                     "src/"
8052                 ]
8053             },
8054             "notification-url": "https://packagist.org/downloads/",
8055             "license": [
8056                 "BSD-3-Clause"
8057             ],
8058             "authors": [
8059                 {
8060                     "name": "Sebastian Bergmann",
8061                     "email": "sebastian@phpunit.de"
8062                 }
8063             ],
8064             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8065             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
8066             "support": {
8067                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
8068                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
8069             },
8070             "funding": [
8071                 {
8072                     "url": "https://github.com/sebastianbergmann",
8073                     "type": "github"
8074                 }
8075             ],
8076             "time": "2020-10-26T13:12:34+00:00"
8077         },
8078         {
8079             "name": "sebastian/object-reflector",
8080             "version": "2.0.4",
8081             "source": {
8082                 "type": "git",
8083                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
8084                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
8085             },
8086             "dist": {
8087                 "type": "zip",
8088                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
8089                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
8090                 "shasum": ""
8091             },
8092             "require": {
8093                 "php": ">=7.3"
8094             },
8095             "require-dev": {
8096                 "phpunit/phpunit": "^9.3"
8097             },
8098             "type": "library",
8099             "extra": {
8100                 "branch-alias": {
8101                     "dev-master": "2.0-dev"
8102                 }
8103             },
8104             "autoload": {
8105                 "classmap": [
8106                     "src/"
8107                 ]
8108             },
8109             "notification-url": "https://packagist.org/downloads/",
8110             "license": [
8111                 "BSD-3-Clause"
8112             ],
8113             "authors": [
8114                 {
8115                     "name": "Sebastian Bergmann",
8116                     "email": "sebastian@phpunit.de"
8117                 }
8118             ],
8119             "description": "Allows reflection of object attributes, including inherited and non-public ones",
8120             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
8121             "support": {
8122                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
8123                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
8124             },
8125             "funding": [
8126                 {
8127                     "url": "https://github.com/sebastianbergmann",
8128                     "type": "github"
8129                 }
8130             ],
8131             "time": "2020-10-26T13:14:26+00:00"
8132         },
8133         {
8134             "name": "sebastian/recursion-context",
8135             "version": "4.0.5",
8136             "source": {
8137                 "type": "git",
8138                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
8139                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
8140             },
8141             "dist": {
8142                 "type": "zip",
8143                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
8144                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
8145                 "shasum": ""
8146             },
8147             "require": {
8148                 "php": ">=7.3"
8149             },
8150             "require-dev": {
8151                 "phpunit/phpunit": "^9.3"
8152             },
8153             "type": "library",
8154             "extra": {
8155                 "branch-alias": {
8156                     "dev-master": "4.0-dev"
8157                 }
8158             },
8159             "autoload": {
8160                 "classmap": [
8161                     "src/"
8162                 ]
8163             },
8164             "notification-url": "https://packagist.org/downloads/",
8165             "license": [
8166                 "BSD-3-Clause"
8167             ],
8168             "authors": [
8169                 {
8170                     "name": "Sebastian Bergmann",
8171                     "email": "sebastian@phpunit.de"
8172                 },
8173                 {
8174                     "name": "Jeff Welch",
8175                     "email": "whatthejeff@gmail.com"
8176                 },
8177                 {
8178                     "name": "Adam Harvey",
8179                     "email": "aharvey@php.net"
8180                 }
8181             ],
8182             "description": "Provides functionality to recursively process PHP variables",
8183             "homepage": "https://github.com/sebastianbergmann/recursion-context",
8184             "support": {
8185                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
8186                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
8187             },
8188             "funding": [
8189                 {
8190                     "url": "https://github.com/sebastianbergmann",
8191                     "type": "github"
8192                 }
8193             ],
8194             "time": "2023-02-03T06:07:39+00:00"
8195         },
8196         {
8197             "name": "sebastian/resource-operations",
8198             "version": "3.0.4",
8199             "source": {
8200                 "type": "git",
8201                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
8202                 "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
8203             },
8204             "dist": {
8205                 "type": "zip",
8206                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
8207                 "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
8208                 "shasum": ""
8209             },
8210             "require": {
8211                 "php": ">=7.3"
8212             },
8213             "require-dev": {
8214                 "phpunit/phpunit": "^9.0"
8215             },
8216             "type": "library",
8217             "extra": {
8218                 "branch-alias": {
8219                     "dev-main": "3.0-dev"
8220                 }
8221             },
8222             "autoload": {
8223                 "classmap": [
8224                     "src/"
8225                 ]
8226             },
8227             "notification-url": "https://packagist.org/downloads/",
8228             "license": [
8229                 "BSD-3-Clause"
8230             ],
8231             "authors": [
8232                 {
8233                     "name": "Sebastian Bergmann",
8234                     "email": "sebastian@phpunit.de"
8235                 }
8236             ],
8237             "description": "Provides a list of PHP built-in functions that operate on resources",
8238             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
8239             "support": {
8240                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
8241             },
8242             "funding": [
8243                 {
8244                     "url": "https://github.com/sebastianbergmann",
8245                     "type": "github"
8246                 }
8247             ],
8248             "time": "2024-03-14T16:00:52+00:00"
8249         },
8250         {
8251             "name": "sebastian/type",
8252             "version": "3.2.1",
8253             "source": {
8254                 "type": "git",
8255                 "url": "https://github.com/sebastianbergmann/type.git",
8256                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
8257             },
8258             "dist": {
8259                 "type": "zip",
8260                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
8261                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
8262                 "shasum": ""
8263             },
8264             "require": {
8265                 "php": ">=7.3"
8266             },
8267             "require-dev": {
8268                 "phpunit/phpunit": "^9.5"
8269             },
8270             "type": "library",
8271             "extra": {
8272                 "branch-alias": {
8273                     "dev-master": "3.2-dev"
8274                 }
8275             },
8276             "autoload": {
8277                 "classmap": [
8278                     "src/"
8279                 ]
8280             },
8281             "notification-url": "https://packagist.org/downloads/",
8282             "license": [
8283                 "BSD-3-Clause"
8284             ],
8285             "authors": [
8286                 {
8287                     "name": "Sebastian Bergmann",
8288                     "email": "sebastian@phpunit.de",
8289                     "role": "lead"
8290                 }
8291             ],
8292             "description": "Collection of value objects that represent the types of the PHP type system",
8293             "homepage": "https://github.com/sebastianbergmann/type",
8294             "support": {
8295                 "issues": "https://github.com/sebastianbergmann/type/issues",
8296                 "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
8297             },
8298             "funding": [
8299                 {
8300                     "url": "https://github.com/sebastianbergmann",
8301                     "type": "github"
8302                 }
8303             ],
8304             "time": "2023-02-03T06:13:03+00:00"
8305         },
8306         {
8307             "name": "sebastian/version",
8308             "version": "3.0.2",
8309             "source": {
8310                 "type": "git",
8311                 "url": "https://github.com/sebastianbergmann/version.git",
8312                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
8313             },
8314             "dist": {
8315                 "type": "zip",
8316                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
8317                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
8318                 "shasum": ""
8319             },
8320             "require": {
8321                 "php": ">=7.3"
8322             },
8323             "type": "library",
8324             "extra": {
8325                 "branch-alias": {
8326                     "dev-master": "3.0-dev"
8327                 }
8328             },
8329             "autoload": {
8330                 "classmap": [
8331                     "src/"
8332                 ]
8333             },
8334             "notification-url": "https://packagist.org/downloads/",
8335             "license": [
8336                 "BSD-3-Clause"
8337             ],
8338             "authors": [
8339                 {
8340                     "name": "Sebastian Bergmann",
8341                     "email": "sebastian@phpunit.de",
8342                     "role": "lead"
8343                 }
8344             ],
8345             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8346             "homepage": "https://github.com/sebastianbergmann/version",
8347             "support": {
8348                 "issues": "https://github.com/sebastianbergmann/version/issues",
8349                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
8350             },
8351             "funding": [
8352                 {
8353                     "url": "https://github.com/sebastianbergmann",
8354                     "type": "github"
8355                 }
8356             ],
8357             "time": "2020-09-28T06:39:44+00:00"
8358         },
8359         {
8360             "name": "spatie/backtrace",
8361             "version": "1.6.1",
8362             "source": {
8363                 "type": "git",
8364                 "url": "https://github.com/spatie/backtrace.git",
8365                 "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23"
8366             },
8367             "dist": {
8368                 "type": "zip",
8369                 "url": "https://api.github.com/repos/spatie/backtrace/zipball/8373b9d51638292e3bfd736a9c19a654111b4a23",
8370                 "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23",
8371                 "shasum": ""
8372             },
8373             "require": {
8374                 "php": "^7.3|^8.0"
8375             },
8376             "require-dev": {
8377                 "ext-json": "*",
8378                 "laravel/serializable-closure": "^1.3",
8379                 "phpunit/phpunit": "^9.3",
8380                 "spatie/phpunit-snapshot-assertions": "^4.2",
8381                 "symfony/var-dumper": "^5.1"
8382             },
8383             "type": "library",
8384             "autoload": {
8385                 "psr-4": {
8386                     "Spatie\\Backtrace\\": "src"
8387                 }
8388             },
8389             "notification-url": "https://packagist.org/downloads/",
8390             "license": [
8391                 "MIT"
8392             ],
8393             "authors": [
8394                 {
8395                     "name": "Freek Van de Herten",
8396                     "email": "freek@spatie.be",
8397                     "homepage": "https://spatie.be",
8398                     "role": "Developer"
8399                 }
8400             ],
8401             "description": "A better backtrace",
8402             "homepage": "https://github.com/spatie/backtrace",
8403             "keywords": [
8404                 "Backtrace",
8405                 "spatie"
8406             ],
8407             "support": {
8408                 "source": "https://github.com/spatie/backtrace/tree/1.6.1"
8409             },
8410             "funding": [
8411                 {
8412                     "url": "https://github.com/sponsors/spatie",
8413                     "type": "github"
8414                 },
8415                 {
8416                     "url": "https://spatie.be/open-source/support-us",
8417                     "type": "other"
8418                 }
8419             ],
8420             "time": "2024-04-24T13:22:11+00:00"
8421         },
8422         {
8423             "name": "spatie/flare-client-php",
8424             "version": "1.7.0",
8425             "source": {
8426                 "type": "git",
8427                 "url": "https://github.com/spatie/flare-client-php.git",
8428                 "reference": "097040ff51e660e0f6fc863684ac4b02c93fa234"
8429             },
8430             "dist": {
8431                 "type": "zip",
8432                 "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/097040ff51e660e0f6fc863684ac4b02c93fa234",
8433                 "reference": "097040ff51e660e0f6fc863684ac4b02c93fa234",
8434                 "shasum": ""
8435             },
8436             "require": {
8437                 "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0",
8438                 "php": "^8.0",
8439                 "spatie/backtrace": "^1.6.1",
8440                 "symfony/http-foundation": "^5.2|^6.0|^7.0",
8441                 "symfony/mime": "^5.2|^6.0|^7.0",
8442                 "symfony/process": "^5.2|^6.0|^7.0",
8443                 "symfony/var-dumper": "^5.2|^6.0|^7.0"
8444             },
8445             "require-dev": {
8446                 "dms/phpunit-arraysubset-asserts": "^0.5.0",
8447                 "pestphp/pest": "^1.20|^2.0",
8448                 "phpstan/extension-installer": "^1.1",
8449                 "phpstan/phpstan-deprecation-rules": "^1.0",
8450                 "phpstan/phpstan-phpunit": "^1.0",
8451                 "spatie/phpunit-snapshot-assertions": "^4.0|^5.0"
8452             },
8453             "type": "library",
8454             "extra": {
8455                 "branch-alias": {
8456                     "dev-main": "1.3.x-dev"
8457                 }
8458             },
8459             "autoload": {
8460                 "files": [
8461                     "src/helpers.php"
8462                 ],
8463                 "psr-4": {
8464                     "Spatie\\FlareClient\\": "src"
8465                 }
8466             },
8467             "notification-url": "https://packagist.org/downloads/",
8468             "license": [
8469                 "MIT"
8470             ],
8471             "description": "Send PHP errors to Flare",
8472             "homepage": "https://github.com/spatie/flare-client-php",
8473             "keywords": [
8474                 "exception",
8475                 "flare",
8476                 "reporting",
8477                 "spatie"
8478             ],
8479             "support": {
8480                 "issues": "https://github.com/spatie/flare-client-php/issues",
8481                 "source": "https://github.com/spatie/flare-client-php/tree/1.7.0"
8482             },
8483             "funding": [
8484                 {
8485                     "url": "https://github.com/spatie",
8486                     "type": "github"
8487                 }
8488             ],
8489             "time": "2024-06-12T14:39:14+00:00"
8490         },
8491         {
8492             "name": "spatie/ignition",
8493             "version": "1.14.2",
8494             "source": {
8495                 "type": "git",
8496                 "url": "https://github.com/spatie/ignition.git",
8497                 "reference": "5e11c11f675bb5251f061491a493e04a1a571532"
8498             },
8499             "dist": {
8500                 "type": "zip",
8501                 "url": "https://api.github.com/repos/spatie/ignition/zipball/5e11c11f675bb5251f061491a493e04a1a571532",
8502                 "reference": "5e11c11f675bb5251f061491a493e04a1a571532",
8503                 "shasum": ""
8504             },
8505             "require": {
8506                 "ext-json": "*",
8507                 "ext-mbstring": "*",
8508                 "php": "^8.0",
8509                 "spatie/backtrace": "^1.5.3",
8510                 "spatie/flare-client-php": "^1.4.0",
8511                 "symfony/console": "^5.4|^6.0|^7.0",
8512                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
8513             },
8514             "require-dev": {
8515                 "illuminate/cache": "^9.52|^10.0|^11.0",
8516                 "mockery/mockery": "^1.4",
8517                 "pestphp/pest": "^1.20|^2.0",
8518                 "phpstan/extension-installer": "^1.1",
8519                 "phpstan/phpstan-deprecation-rules": "^1.0",
8520                 "phpstan/phpstan-phpunit": "^1.0",
8521                 "psr/simple-cache-implementation": "*",
8522                 "symfony/cache": "^5.4|^6.0|^7.0",
8523                 "symfony/process": "^5.4|^6.0|^7.0",
8524                 "vlucas/phpdotenv": "^5.5"
8525             },
8526             "suggest": {
8527                 "openai-php/client": "Require get solutions from OpenAI",
8528                 "simple-cache-implementation": "To cache solutions from OpenAI"
8529             },
8530             "type": "library",
8531             "extra": {
8532                 "branch-alias": {
8533                     "dev-main": "1.5.x-dev"
8534                 }
8535             },
8536             "autoload": {
8537                 "psr-4": {
8538                     "Spatie\\Ignition\\": "src"
8539                 }
8540             },
8541             "notification-url": "https://packagist.org/downloads/",
8542             "license": [
8543                 "MIT"
8544             ],
8545             "authors": [
8546                 {
8547                     "name": "Spatie",
8548                     "email": "info@spatie.be",
8549                     "role": "Developer"
8550                 }
8551             ],
8552             "description": "A beautiful error page for PHP applications.",
8553             "homepage": "https://flareapp.io/ignition",
8554             "keywords": [
8555                 "error",
8556                 "flare",
8557                 "laravel",
8558                 "page"
8559             ],
8560             "support": {
8561                 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
8562                 "forum": "https://twitter.com/flareappio",
8563                 "issues": "https://github.com/spatie/ignition/issues",
8564                 "source": "https://github.com/spatie/ignition"
8565             },
8566             "funding": [
8567                 {
8568                     "url": "https://github.com/spatie",
8569                     "type": "github"
8570                 }
8571             ],
8572             "time": "2024-05-29T08:10:20+00:00"
8573         },
8574         {
8575             "name": "spatie/laravel-ignition",
8576             "version": "1.7.0",
8577             "source": {
8578                 "type": "git",
8579                 "url": "https://github.com/spatie/laravel-ignition.git",
8580                 "reference": "b6d5c33cf0b8260d6540572af2d9bcf9182fe5fb"
8581             },
8582             "dist": {
8583                 "type": "zip",
8584                 "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/b6d5c33cf0b8260d6540572af2d9bcf9182fe5fb",
8585                 "reference": "b6d5c33cf0b8260d6540572af2d9bcf9182fe5fb",
8586                 "shasum": ""
8587             },
8588             "require": {
8589                 "ext-curl": "*",
8590                 "ext-json": "*",
8591                 "ext-mbstring": "*",
8592                 "illuminate/support": "^8.77|^9.27",
8593                 "monolog/monolog": "^2.3",
8594                 "php": "^8.0",
8595                 "spatie/flare-client-php": "^1.0.1",
8596                 "spatie/ignition": "<= 1.14.2",
8597                 "symfony/console": "^5.0|^6.0",
8598                 "symfony/var-dumper": "^5.0|^6.0"
8599             },
8600             "require-dev": {
8601                 "filp/whoops": "^2.14",
8602                 "livewire/livewire": "^2.8|dev-develop",
8603                 "mockery/mockery": "^1.4",
8604                 "nunomaduro/larastan": "^1.0",
8605                 "orchestra/testbench": "^6.23|^7.0",
8606                 "pestphp/pest": "^1.20",
8607                 "phpstan/extension-installer": "^1.1",
8608                 "phpstan/phpstan-deprecation-rules": "^1.0",
8609                 "phpstan/phpstan-phpunit": "^1.0",
8610                 "spatie/laravel-ray": "^1.27"
8611             },
8612             "type": "library",
8613             "extra": {
8614                 "laravel": {
8615                     "providers": [
8616                         "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
8617                     ],
8618                     "aliases": {
8619                         "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
8620                     }
8621                 }
8622             },
8623             "autoload": {
8624                 "files": [
8625                     "src/helpers.php"
8626                 ],
8627                 "psr-4": {
8628                     "Spatie\\LaravelIgnition\\": "src"
8629                 }
8630             },
8631             "notification-url": "https://packagist.org/downloads/",
8632             "license": [
8633                 "MIT"
8634             ],
8635             "authors": [
8636                 {
8637                     "name": "Spatie",
8638                     "email": "info@spatie.be",
8639                     "role": "Developer"
8640                 }
8641             ],
8642             "description": "A beautiful error page for Laravel applications.",
8643             "homepage": "https://flareapp.io/ignition",
8644             "keywords": [
8645                 "error",
8646                 "flare",
8647                 "laravel",
8648                 "page"
8649             ],
8650             "support": {
8651                 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
8652                 "forum": "https://twitter.com/flareappio",
8653                 "issues": "https://github.com/spatie/laravel-ignition/issues",
8654                 "source": "https://github.com/spatie/laravel-ignition"
8655             },
8656             "funding": [
8657                 {
8658                     "url": "https://github.com/spatie",
8659                     "type": "github"
8660                 }
8661             ],
8662             "time": "2024-06-13T07:21:06+00:00"
8663         },
8664         {
8665             "name": "symfony/yaml",
8666             "version": "v7.1.1",
8667             "source": {
8668                 "type": "git",
8669                 "url": "https://github.com/symfony/yaml.git",
8670                 "reference": "fa34c77015aa6720469db7003567b9f772492bf2"
8671             },
8672             "dist": {
8673                 "type": "zip",
8674                 "url": "https://api.github.com/repos/symfony/yaml/zipball/fa34c77015aa6720469db7003567b9f772492bf2",
8675                 "reference": "fa34c77015aa6720469db7003567b9f772492bf2",
8676                 "shasum": ""
8677             },
8678             "require": {
8679                 "php": ">=8.2",
8680                 "symfony/polyfill-ctype": "^1.8"
8681             },
8682             "conflict": {
8683                 "symfony/console": "<6.4"
8684             },
8685             "require-dev": {
8686                 "symfony/console": "^6.4|^7.0"
8687             },
8688             "bin": [
8689                 "Resources/bin/yaml-lint"
8690             ],
8691             "type": "library",
8692             "autoload": {
8693                 "psr-4": {
8694                     "Symfony\\Component\\Yaml\\": ""
8695                 },
8696                 "exclude-from-classmap": [
8697                     "/Tests/"
8698                 ]
8699             },
8700             "notification-url": "https://packagist.org/downloads/",
8701             "license": [
8702                 "MIT"
8703             ],
8704             "authors": [
8705                 {
8706                     "name": "Fabien Potencier",
8707                     "email": "fabien@symfony.com"
8708                 },
8709                 {
8710                     "name": "Symfony Community",
8711                     "homepage": "https://symfony.com/contributors"
8712                 }
8713             ],
8714             "description": "Loads and dumps YAML files",
8715             "homepage": "https://symfony.com",
8716             "support": {
8717                 "source": "https://github.com/symfony/yaml/tree/v7.1.1"
8718             },
8719             "funding": [
8720                 {
8721                     "url": "https://symfony.com/sponsor",
8722                     "type": "custom"
8723                 },
8724                 {
8725                     "url": "https://github.com/fabpot",
8726                     "type": "github"
8727                 },
8728                 {
8729                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8730                     "type": "tidelift"
8731                 }
8732             ],
8733             "time": "2024-05-31T14:57:53+00:00"
8734         },
8735         {
8736             "name": "theseer/tokenizer",
8737             "version": "1.2.3",
8738             "source": {
8739                 "type": "git",
8740                 "url": "https://github.com/theseer/tokenizer.git",
8741                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
8742             },
8743             "dist": {
8744                 "type": "zip",
8745                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
8746                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
8747                 "shasum": ""
8748             },
8749             "require": {
8750                 "ext-dom": "*",
8751                 "ext-tokenizer": "*",
8752                 "ext-xmlwriter": "*",
8753                 "php": "^7.2 || ^8.0"
8754             },
8755             "type": "library",
8756             "autoload": {
8757                 "classmap": [
8758                     "src/"
8759                 ]
8760             },
8761             "notification-url": "https://packagist.org/downloads/",
8762             "license": [
8763                 "BSD-3-Clause"
8764             ],
8765             "authors": [
8766                 {
8767                     "name": "Arne Blankerts",
8768                     "email": "arne@blankerts.de",
8769                     "role": "Developer"
8770                 }
8771             ],
8772             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
8773             "support": {
8774                 "issues": "https://github.com/theseer/tokenizer/issues",
8775                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
8776             },
8777             "funding": [
8778                 {
8779                     "url": "https://github.com/theseer",
8780                     "type": "github"
8781                 }
8782             ],
8783             "time": "2024-03-03T12:36:25+00:00"
8784         }
8785     ],
8786     "aliases": [],
8787     "minimum-stability": "dev",
8788     "stability-flags": [],
8789     "prefer-stable": true,
8790     "prefer-lowest": false,
8791     "platform": {
8792         "php": "^8.2"
8793     },
8794     "platform-dev": [],
8795     "platform-overrides": {
8796         "php": "8.2"
8797     },
067143 8798     "plugin-api-version": "2.6.0"
ebf6bb 8799 }