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