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