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