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