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