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