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