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