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