]> git.localhorst.tv Git - alttp.git/blob - composer.lock
faster implementation for generating AoSR seeds
[alttp.git] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "a370e7a3f5ba178c836caec3a7ac4879",
8     "packages": [
9         {
10             "name": "beyondcode/laravel-websockets",
11             "version": "1.13.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.6",
487             "source": {
488                 "type": "git",
489                 "url": "https://github.com/doctrine/dbal.git",
490                 "reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21"
491             },
492             "dist": {
493                 "type": "zip",
494                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
495                 "reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
496                 "shasum": ""
497             },
498             "require": {
499                 "composer-runtime-api": "^2",
500                 "doctrine/cache": "^1.11|^2.0",
501                 "doctrine/deprecations": "^0.5.3|^1",
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": "2022.1",
510                 "phpstan/phpstan": "1.6.3",
511                 "phpstan/phpstan-strict-rules": "^1.2",
512                 "phpunit/phpunit": "9.5.20",
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.23.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.6"
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-05-02T17:21:01+00:00"
594         },
595         {
596             "name": "doctrine/deprecations",
597             "version": "v1.0.0",
598             "source": {
599                 "type": "git",
600                 "url": "https://github.com/doctrine/deprecations.git",
601                 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
602             },
603             "dist": {
604                 "type": "zip",
605                 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
606                 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
607                 "shasum": ""
608             },
609             "require": {
610                 "php": "^7.1|^8.0"
611             },
612             "require-dev": {
613                 "doctrine/coding-standard": "^9",
614                 "phpunit/phpunit": "^7.5|^8.5|^9.5",
615                 "psr/log": "^1|^2|^3"
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/v1.0.0"
635             },
636             "time": "2022-05-02T15:47:09+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.2",
1320             "source": {
1321                 "type": "git",
1322                 "url": "https://github.com/guzzle/guzzle.git",
1323                 "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4"
1324             },
1325             "dist": {
1326                 "type": "zip",
1327                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4",
1328                 "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4",
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.2"
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": "2022-03-20T14:16:28+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.2.1",
1528             "source": {
1529                 "type": "git",
1530                 "url": "https://github.com/guzzle/psr7.git",
1531                 "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2"
1532             },
1533             "dist": {
1534                 "type": "zip",
1535                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2",
1536                 "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2",
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.2-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.2.1"
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": "2022-03-20T21:55:58+00:00"
1639         },
1640         {
1641             "name": "jakyeru/larascord",
1642             "version": "v3.0.8",
1643             "source": {
1644                 "type": "git",
1645                 "url": "https://github.com/JakyeRU/Larascord.git",
1646                 "reference": "0d4ec6ee9de9bfc91bade81db220b057dc004c88"
1647             },
1648             "dist": {
1649                 "type": "zip",
1650                 "url": "https://api.github.com/repos/JakyeRU/Larascord/zipball/0d4ec6ee9de9bfc91bade81db220b057dc004c88",
1651                 "reference": "0d4ec6ee9de9bfc91bade81db220b057dc004c88",
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.8"
1687             },
1688             "time": "2022-04-09T15:05:01+00:00"
1689         },
1690         {
1691             "name": "laravel/breeze",
1692             "version": "v1.9.0",
1693             "source": {
1694                 "type": "git",
1695                 "url": "https://github.com/laravel/breeze.git",
1696                 "reference": "0d7633380c81d0827f40f6064d38f8884f5c5441"
1697             },
1698             "dist": {
1699                 "type": "zip",
1700                 "url": "https://api.github.com/repos/laravel/breeze/zipball/0d7633380c81d0827f40f6064d38f8884f5c5441",
1701                 "reference": "0d7633380c81d0827f40f6064d38f8884f5c5441",
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-03-26T16:06:30+00:00"
1746         },
1747         {
1748             "name": "laravel/framework",
1749             "version": "v9.11.0",
1750             "source": {
1751                 "type": "git",
1752                 "url": "https://github.com/laravel/framework.git",
1753                 "reference": "598a8c84d452a66b90a3213b1d67189cc726c728"
1754             },
1755             "dist": {
1756                 "type": "zip",
1757                 "url": "https://api.github.com/repos/laravel/framework/zipball/598a8c84d452a66b90a3213b1d67189cc726c728",
1758                 "reference": "598a8c84d452a66b90a3213b1d67189cc726c728",
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-05-03T14:47:20+00:00"
1925         },
1926         {
1927             "name": "laravel/sanctum",
1928             "version": "v2.15.1",
1929             "source": {
1930                 "type": "git",
1931                 "url": "https://github.com/laravel/sanctum.git",
1932                 "reference": "31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473"
1933             },
1934             "dist": {
1935                 "type": "zip",
1936                 "url": "https://api.github.com/repos/laravel/sanctum/zipball/31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473",
1937                 "reference": "31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473",
1938                 "shasum": ""
1939             },
1940             "require": {
1941                 "ext-json": "*",
1942                 "illuminate/console": "^6.9|^7.0|^8.0|^9.0",
1943                 "illuminate/contracts": "^6.9|^7.0|^8.0|^9.0",
1944                 "illuminate/database": "^6.9|^7.0|^8.0|^9.0",
1945                 "illuminate/support": "^6.9|^7.0|^8.0|^9.0",
1946                 "php": "^7.2|^8.0"
1947             },
1948             "require-dev": {
1949                 "mockery/mockery": "^1.0",
1950                 "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
1951                 "phpunit/phpunit": "^8.0|^9.3"
1952             },
1953             "type": "library",
1954             "extra": {
1955                 "branch-alias": {
1956                     "dev-master": "2.x-dev"
1957                 },
1958                 "laravel": {
1959                     "providers": [
1960                         "Laravel\\Sanctum\\SanctumServiceProvider"
1961                     ]
1962                 }
1963             },
1964             "autoload": {
1965                 "psr-4": {
1966                     "Laravel\\Sanctum\\": "src/"
1967                 }
1968             },
1969             "notification-url": "https://packagist.org/downloads/",
1970             "license": [
1971                 "MIT"
1972             ],
1973             "authors": [
1974                 {
1975                     "name": "Taylor Otwell",
1976                     "email": "taylor@laravel.com"
1977                 }
1978             ],
1979             "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
1980             "keywords": [
1981                 "auth",
1982                 "laravel",
1983                 "sanctum"
1984             ],
1985             "support": {
1986                 "issues": "https://github.com/laravel/sanctum/issues",
1987                 "source": "https://github.com/laravel/sanctum"
1988             },
1989             "time": "2022-04-08T13:39:49+00:00"
1990         },
1991         {
1992             "name": "laravel/serializable-closure",
1993             "version": "v1.1.1",
1994             "source": {
1995                 "type": "git",
1996                 "url": "https://github.com/laravel/serializable-closure.git",
1997                 "reference": "9e4b005daa20b0c161f3845040046dc9ddc1d74e"
1998             },
1999             "dist": {
2000                 "type": "zip",
2001                 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/9e4b005daa20b0c161f3845040046dc9ddc1d74e",
2002                 "reference": "9e4b005daa20b0c161f3845040046dc9ddc1d74e",
2003                 "shasum": ""
2004             },
2005             "require": {
2006                 "php": "^7.3|^8.0"
2007             },
2008             "require-dev": {
2009                 "pestphp/pest": "^1.18",
2010                 "phpstan/phpstan": "^0.12.98",
2011                 "symfony/var-dumper": "^5.3"
2012             },
2013             "type": "library",
2014             "extra": {
2015                 "branch-alias": {
2016                     "dev-master": "1.x-dev"
2017                 }
2018             },
2019             "autoload": {
2020                 "psr-4": {
2021                     "Laravel\\SerializableClosure\\": "src/"
2022                 }
2023             },
2024             "notification-url": "https://packagist.org/downloads/",
2025             "license": [
2026                 "MIT"
2027             ],
2028             "authors": [
2029                 {
2030                     "name": "Taylor Otwell",
2031                     "email": "taylor@laravel.com"
2032                 },
2033                 {
2034                     "name": "Nuno Maduro",
2035                     "email": "nuno@laravel.com"
2036                 }
2037             ],
2038             "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
2039             "keywords": [
2040                 "closure",
2041                 "laravel",
2042                 "serializable"
2043             ],
2044             "support": {
2045                 "issues": "https://github.com/laravel/serializable-closure/issues",
2046                 "source": "https://github.com/laravel/serializable-closure"
2047             },
2048             "time": "2022-02-11T19:23:53+00:00"
2049         },
2050         {
2051             "name": "laravel/tinker",
2052             "version": "v2.7.2",
2053             "source": {
2054                 "type": "git",
2055                 "url": "https://github.com/laravel/tinker.git",
2056                 "reference": "dff39b661e827dae6e092412f976658df82dbac5"
2057             },
2058             "dist": {
2059                 "type": "zip",
2060                 "url": "https://api.github.com/repos/laravel/tinker/zipball/dff39b661e827dae6e092412f976658df82dbac5",
2061                 "reference": "dff39b661e827dae6e092412f976658df82dbac5",
2062                 "shasum": ""
2063             },
2064             "require": {
2065                 "illuminate/console": "^6.0|^7.0|^8.0|^9.0",
2066                 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
2067                 "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
2068                 "php": "^7.2.5|^8.0",
2069                 "psy/psysh": "^0.10.4|^0.11.1",
2070                 "symfony/var-dumper": "^4.3.4|^5.0|^6.0"
2071             },
2072             "require-dev": {
2073                 "mockery/mockery": "~1.3.3|^1.4.2",
2074                 "phpunit/phpunit": "^8.5.8|^9.3.3"
2075             },
2076             "suggest": {
2077                 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0)."
2078             },
2079             "type": "library",
2080             "extra": {
2081                 "branch-alias": {
2082                     "dev-master": "2.x-dev"
2083                 },
2084                 "laravel": {
2085                     "providers": [
2086                         "Laravel\\Tinker\\TinkerServiceProvider"
2087                     ]
2088                 }
2089             },
2090             "autoload": {
2091                 "psr-4": {
2092                     "Laravel\\Tinker\\": "src/"
2093                 }
2094             },
2095             "notification-url": "https://packagist.org/downloads/",
2096             "license": [
2097                 "MIT"
2098             ],
2099             "authors": [
2100                 {
2101                     "name": "Taylor Otwell",
2102                     "email": "taylor@laravel.com"
2103                 }
2104             ],
2105             "description": "Powerful REPL for the Laravel framework.",
2106             "keywords": [
2107                 "REPL",
2108                 "Tinker",
2109                 "laravel",
2110                 "psysh"
2111             ],
2112             "support": {
2113                 "issues": "https://github.com/laravel/tinker/issues",
2114                 "source": "https://github.com/laravel/tinker/tree/v2.7.2"
2115             },
2116             "time": "2022-03-23T12:38:24+00:00"
2117         },
2118         {
2119             "name": "laravel/ui",
2120             "version": "v3.4.5",
2121             "source": {
2122                 "type": "git",
2123                 "url": "https://github.com/laravel/ui.git",
2124                 "reference": "f11d295de1508c5bb56206a620b00b6616de414c"
2125             },
2126             "dist": {
2127                 "type": "zip",
2128                 "url": "https://api.github.com/repos/laravel/ui/zipball/f11d295de1508c5bb56206a620b00b6616de414c",
2129                 "reference": "f11d295de1508c5bb56206a620b00b6616de414c",
2130                 "shasum": ""
2131             },
2132             "require": {
2133                 "illuminate/console": "^8.42|^9.0",
2134                 "illuminate/filesystem": "^8.42|^9.0",
2135                 "illuminate/support": "^8.82|^9.0",
2136                 "illuminate/validation": "^8.42|^9.0",
2137                 "php": "^7.3|^8.0"
2138             },
2139             "require-dev": {
2140                 "orchestra/testbench": "^6.23|^7.0"
2141             },
2142             "type": "library",
2143             "extra": {
2144                 "branch-alias": {
2145                     "dev-master": "3.x-dev"
2146                 },
2147                 "laravel": {
2148                     "providers": [
2149                         "Laravel\\Ui\\UiServiceProvider"
2150                     ]
2151                 }
2152             },
2153             "autoload": {
2154                 "psr-4": {
2155                     "Laravel\\Ui\\": "src/",
2156                     "Illuminate\\Foundation\\Auth\\": "auth-backend/"
2157                 }
2158             },
2159             "notification-url": "https://packagist.org/downloads/",
2160             "license": [
2161                 "MIT"
2162             ],
2163             "authors": [
2164                 {
2165                     "name": "Taylor Otwell",
2166                     "email": "taylor@laravel.com"
2167                 }
2168             ],
2169             "description": "Laravel UI utilities and presets.",
2170             "keywords": [
2171                 "laravel",
2172                 "ui"
2173             ],
2174             "support": {
2175                 "source": "https://github.com/laravel/ui/tree/v3.4.5"
2176             },
2177             "time": "2022-02-21T14:59:16+00:00"
2178         },
2179         {
2180             "name": "league/commonmark",
2181             "version": "2.3.0",
2182             "source": {
2183                 "type": "git",
2184                 "url": "https://github.com/thephpleague/commonmark.git",
2185                 "reference": "32a49eb2b38fe5e5c417ab748a45d0beaab97955"
2186             },
2187             "dist": {
2188                 "type": "zip",
2189                 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/32a49eb2b38fe5e5c417ab748a45d0beaab97955",
2190                 "reference": "32a49eb2b38fe5e5c417ab748a45d0beaab97955",
2191                 "shasum": ""
2192             },
2193             "require": {
2194                 "ext-mbstring": "*",
2195                 "league/config": "^1.1.1",
2196                 "php": "^7.4 || ^8.0",
2197                 "psr/event-dispatcher": "^1.0",
2198                 "symfony/deprecation-contracts": "^2.1 || ^3.0",
2199                 "symfony/polyfill-php80": "^1.16"
2200             },
2201             "require-dev": {
2202                 "cebe/markdown": "^1.0",
2203                 "commonmark/cmark": "0.30.0",
2204                 "commonmark/commonmark.js": "0.30.0",
2205                 "composer/package-versions-deprecated": "^1.8",
2206                 "embed/embed": "^4.4",
2207                 "erusev/parsedown": "^1.0",
2208                 "ext-json": "*",
2209                 "github/gfm": "0.29.0",
2210                 "michelf/php-markdown": "^1.4",
2211                 "nyholm/psr7": "^1.5",
2212                 "phpstan/phpstan": "^0.12.88 || ^1.0.0",
2213                 "phpunit/phpunit": "^9.5.5",
2214                 "scrutinizer/ocular": "^1.8.1",
2215                 "symfony/finder": "^5.3",
2216                 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
2217                 "unleashedtech/php-coding-standard": "^3.1",
2218                 "vimeo/psalm": "^4.7.3"
2219             },
2220             "suggest": {
2221                 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
2222             },
2223             "type": "library",
2224             "extra": {
2225                 "branch-alias": {
2226                     "dev-main": "2.4-dev"
2227                 }
2228             },
2229             "autoload": {
2230                 "psr-4": {
2231                     "League\\CommonMark\\": "src"
2232                 }
2233             },
2234             "notification-url": "https://packagist.org/downloads/",
2235             "license": [
2236                 "BSD-3-Clause"
2237             ],
2238             "authors": [
2239                 {
2240                     "name": "Colin O'Dell",
2241                     "email": "colinodell@gmail.com",
2242                     "homepage": "https://www.colinodell.com",
2243                     "role": "Lead Developer"
2244                 }
2245             ],
2246             "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
2247             "homepage": "https://commonmark.thephpleague.com",
2248             "keywords": [
2249                 "commonmark",
2250                 "flavored",
2251                 "gfm",
2252                 "github",
2253                 "github-flavored",
2254                 "markdown",
2255                 "md",
2256                 "parser"
2257             ],
2258             "support": {
2259                 "docs": "https://commonmark.thephpleague.com/",
2260                 "forum": "https://github.com/thephpleague/commonmark/discussions",
2261                 "issues": "https://github.com/thephpleague/commonmark/issues",
2262                 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
2263                 "source": "https://github.com/thephpleague/commonmark"
2264             },
2265             "funding": [
2266                 {
2267                     "url": "https://www.colinodell.com/sponsor",
2268                     "type": "custom"
2269                 },
2270                 {
2271                     "url": "https://www.paypal.me/colinpodell/10.00",
2272                     "type": "custom"
2273                 },
2274                 {
2275                     "url": "https://github.com/colinodell",
2276                     "type": "github"
2277                 },
2278                 {
2279                     "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
2280                     "type": "tidelift"
2281                 }
2282             ],
2283             "time": "2022-04-07T22:37:05+00:00"
2284         },
2285         {
2286             "name": "league/config",
2287             "version": "v1.1.1",
2288             "source": {
2289                 "type": "git",
2290                 "url": "https://github.com/thephpleague/config.git",
2291                 "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e"
2292             },
2293             "dist": {
2294                 "type": "zip",
2295                 "url": "https://api.github.com/repos/thephpleague/config/zipball/a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
2296                 "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
2297                 "shasum": ""
2298             },
2299             "require": {
2300                 "dflydev/dot-access-data": "^3.0.1",
2301                 "nette/schema": "^1.2",
2302                 "php": "^7.4 || ^8.0"
2303             },
2304             "require-dev": {
2305                 "phpstan/phpstan": "^0.12.90",
2306                 "phpunit/phpunit": "^9.5.5",
2307                 "scrutinizer/ocular": "^1.8.1",
2308                 "unleashedtech/php-coding-standard": "^3.1",
2309                 "vimeo/psalm": "^4.7.3"
2310             },
2311             "type": "library",
2312             "extra": {
2313                 "branch-alias": {
2314                     "dev-main": "1.2-dev"
2315                 }
2316             },
2317             "autoload": {
2318                 "psr-4": {
2319                     "League\\Config\\": "src"
2320                 }
2321             },
2322             "notification-url": "https://packagist.org/downloads/",
2323             "license": [
2324                 "BSD-3-Clause"
2325             ],
2326             "authors": [
2327                 {
2328                     "name": "Colin O'Dell",
2329                     "email": "colinodell@gmail.com",
2330                     "homepage": "https://www.colinodell.com",
2331                     "role": "Lead Developer"
2332                 }
2333             ],
2334             "description": "Define configuration arrays with strict schemas and access values with dot notation",
2335             "homepage": "https://config.thephpleague.com",
2336             "keywords": [
2337                 "array",
2338                 "config",
2339                 "configuration",
2340                 "dot",
2341                 "dot-access",
2342                 "nested",
2343                 "schema"
2344             ],
2345             "support": {
2346                 "docs": "https://config.thephpleague.com/",
2347                 "issues": "https://github.com/thephpleague/config/issues",
2348                 "rss": "https://github.com/thephpleague/config/releases.atom",
2349                 "source": "https://github.com/thephpleague/config"
2350             },
2351             "funding": [
2352                 {
2353                     "url": "https://www.colinodell.com/sponsor",
2354                     "type": "custom"
2355                 },
2356                 {
2357                     "url": "https://www.paypal.me/colinpodell/10.00",
2358                     "type": "custom"
2359                 },
2360                 {
2361                     "url": "https://github.com/colinodell",
2362                     "type": "github"
2363                 }
2364             ],
2365             "time": "2021-08-14T12:15:32+00:00"
2366         },
2367         {
2368             "name": "league/flysystem",
2369             "version": "3.0.19",
2370             "source": {
2371                 "type": "git",
2372                 "url": "https://github.com/thephpleague/flysystem.git",
2373                 "reference": "670df21225d68d165a8df38587ac3f41caf608f8"
2374             },
2375             "dist": {
2376                 "type": "zip",
2377                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/670df21225d68d165a8df38587ac3f41caf608f8",
2378                 "reference": "670df21225d68d165a8df38587ac3f41caf608f8",
2379                 "shasum": ""
2380             },
2381             "require": {
2382                 "league/mime-type-detection": "^1.0.0",
2383                 "php": "^8.0.2"
2384             },
2385             "conflict": {
2386                 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
2387                 "guzzlehttp/guzzle": "<7.0",
2388                 "guzzlehttp/ringphp": "<1.1.1",
2389                 "symfony/http-client": "<5.2"
2390             },
2391             "require-dev": {
2392                 "async-aws/s3": "^1.5",
2393                 "async-aws/simple-s3": "^1.0",
2394                 "aws/aws-sdk-php": "^3.198.1",
2395                 "composer/semver": "^3.0",
2396                 "ext-fileinfo": "*",
2397                 "ext-ftp": "*",
2398                 "ext-zip": "*",
2399                 "friendsofphp/php-cs-fixer": "^3.5",
2400                 "google/cloud-storage": "^1.23",
2401                 "microsoft/azure-storage-blob": "^1.1",
2402                 "phpseclib/phpseclib": "^2.0",
2403                 "phpstan/phpstan": "^0.12.26",
2404                 "phpunit/phpunit": "^9.5.11",
2405                 "sabre/dav": "^4.3.1"
2406             },
2407             "type": "library",
2408             "autoload": {
2409                 "psr-4": {
2410                     "League\\Flysystem\\": "src"
2411                 }
2412             },
2413             "notification-url": "https://packagist.org/downloads/",
2414             "license": [
2415                 "MIT"
2416             ],
2417             "authors": [
2418                 {
2419                     "name": "Frank de Jonge",
2420                     "email": "info@frankdejonge.nl"
2421                 }
2422             ],
2423             "description": "File storage abstraction for PHP",
2424             "keywords": [
2425                 "WebDAV",
2426                 "aws",
2427                 "cloud",
2428                 "file",
2429                 "files",
2430                 "filesystem",
2431                 "filesystems",
2432                 "ftp",
2433                 "s3",
2434                 "sftp",
2435                 "storage"
2436             ],
2437             "support": {
2438                 "issues": "https://github.com/thephpleague/flysystem/issues",
2439                 "source": "https://github.com/thephpleague/flysystem/tree/3.0.19"
2440             },
2441             "funding": [
2442                 {
2443                     "url": "https://offset.earth/frankdejonge",
2444                     "type": "custom"
2445                 },
2446                 {
2447                     "url": "https://github.com/frankdejonge",
2448                     "type": "github"
2449                 },
2450                 {
2451                     "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2452                     "type": "tidelift"
2453                 }
2454             ],
2455             "time": "2022-05-03T21:19:02+00:00"
2456         },
2457         {
2458             "name": "league/mime-type-detection",
2459             "version": "1.11.0",
2460             "source": {
2461                 "type": "git",
2462                 "url": "https://github.com/thephpleague/mime-type-detection.git",
2463                 "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
2464             },
2465             "dist": {
2466                 "type": "zip",
2467                 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
2468                 "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
2469                 "shasum": ""
2470             },
2471             "require": {
2472                 "ext-fileinfo": "*",
2473                 "php": "^7.2 || ^8.0"
2474             },
2475             "require-dev": {
2476                 "friendsofphp/php-cs-fixer": "^3.2",
2477                 "phpstan/phpstan": "^0.12.68",
2478                 "phpunit/phpunit": "^8.5.8 || ^9.3"
2479             },
2480             "type": "library",
2481             "autoload": {
2482                 "psr-4": {
2483                     "League\\MimeTypeDetection\\": "src"
2484                 }
2485             },
2486             "notification-url": "https://packagist.org/downloads/",
2487             "license": [
2488                 "MIT"
2489             ],
2490             "authors": [
2491                 {
2492                     "name": "Frank de Jonge",
2493                     "email": "info@frankdejonge.nl"
2494                 }
2495             ],
2496             "description": "Mime-type detection for Flysystem",
2497             "support": {
2498                 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2499                 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
2500             },
2501             "funding": [
2502                 {
2503                     "url": "https://github.com/frankdejonge",
2504                     "type": "github"
2505                 },
2506                 {
2507                     "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2508                     "type": "tidelift"
2509                 }
2510             ],
2511             "time": "2022-04-17T13:12:02+00:00"
2512         },
2513         {
2514             "name": "mollie/polyfill-libsodium",
2515             "version": "v1.1.1",
2516             "source": {
2517                 "type": "git",
2518                 "url": "https://github.com/mollie/polyfill-libsodium.git",
2519                 "reference": "60351707e048080a2218a97296f88733f050f183"
2520             },
2521             "dist": {
2522                 "type": "zip",
2523                 "url": "https://api.github.com/repos/mollie/polyfill-libsodium/zipball/60351707e048080a2218a97296f88733f050f183",
2524                 "reference": "60351707e048080a2218a97296f88733f050f183",
2525                 "shasum": ""
2526             },
2527             "require": {
2528                 "php": ">=7.0.0"
2529             },
2530             "suggest": {
2531                 "ext-sodium": "The new sodium php extension"
2532             },
2533             "type": "library",
2534             "autoload": {
2535                 "files": [
2536                     "./bootstrap.php"
2537                 ]
2538             },
2539             "notification-url": "https://packagist.org/downloads/",
2540             "license": [
2541                 "MIT"
2542             ],
2543             "authors": [
2544                 {
2545                     "name": "Martijn Smit",
2546                     "email": "smit@mollie.com"
2547                 },
2548                 {
2549                     "name": "Willem Stuursma-Ruwen",
2550                     "email": "willem@mollie.com"
2551                 }
2552             ],
2553             "description": "A polyfill package to transition from the libsodium php extension to the sodium extension. Which is included in PHP 7.2",
2554             "support": {
2555                 "issues": "https://github.com/mollie/polyfill-libsodium/issues",
2556                 "source": "https://github.com/mollie/polyfill-libsodium/tree/master"
2557             },
2558             "time": "2018-01-22T16:27:22+00:00"
2559         },
2560         {
2561             "name": "monolog/monolog",
2562             "version": "2.5.0",
2563             "source": {
2564                 "type": "git",
2565                 "url": "https://github.com/Seldaek/monolog.git",
2566                 "reference": "4192345e260f1d51b365536199744b987e160edc"
2567             },
2568             "dist": {
2569                 "type": "zip",
2570                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4192345e260f1d51b365536199744b987e160edc",
2571                 "reference": "4192345e260f1d51b365536199744b987e160edc",
2572                 "shasum": ""
2573             },
2574             "require": {
2575                 "php": ">=7.2",
2576                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
2577             },
2578             "provide": {
2579                 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
2580             },
2581             "require-dev": {
2582                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2583                 "doctrine/couchdb": "~1.0@dev",
2584                 "elasticsearch/elasticsearch": "^7",
2585                 "graylog2/gelf-php": "^1.4.2",
2586                 "mongodb/mongodb": "^1.8",
2587                 "php-amqplib/php-amqplib": "~2.4 || ^3",
2588                 "php-console/php-console": "^3.1.3",
2589                 "phpspec/prophecy": "^1.6.1",
2590                 "phpstan/phpstan": "^0.12.91",
2591                 "phpunit/phpunit": "^8.5",
2592                 "predis/predis": "^1.1",
2593                 "rollbar/rollbar": "^1.3 || ^2 || ^3",
2594                 "ruflin/elastica": ">=0.90@dev",
2595                 "swiftmailer/swiftmailer": "^5.3|^6.0"
2596             },
2597             "suggest": {
2598                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2599                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2600                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2601                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2602                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2603                 "ext-mbstring": "Allow to work properly with unicode symbols",
2604                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2605                 "ext-openssl": "Required to send log messages using SSL",
2606                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2607                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2608                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2609                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2610                 "php-console/php-console": "Allow sending log messages to Google Chrome",
2611                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2612                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2613             },
2614             "type": "library",
2615             "extra": {
2616                 "branch-alias": {
2617                     "dev-main": "2.x-dev"
2618                 }
2619             },
2620             "autoload": {
2621                 "psr-4": {
2622                     "Monolog\\": "src/Monolog"
2623                 }
2624             },
2625             "notification-url": "https://packagist.org/downloads/",
2626             "license": [
2627                 "MIT"
2628             ],
2629             "authors": [
2630                 {
2631                     "name": "Jordi Boggiano",
2632                     "email": "j.boggiano@seld.be",
2633                     "homepage": "https://seld.be"
2634                 }
2635             ],
2636             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2637             "homepage": "https://github.com/Seldaek/monolog",
2638             "keywords": [
2639                 "log",
2640                 "logging",
2641                 "psr-3"
2642             ],
2643             "support": {
2644                 "issues": "https://github.com/Seldaek/monolog/issues",
2645                 "source": "https://github.com/Seldaek/monolog/tree/2.5.0"
2646             },
2647             "funding": [
2648                 {
2649                     "url": "https://github.com/Seldaek",
2650                     "type": "github"
2651                 },
2652                 {
2653                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2654                     "type": "tidelift"
2655                 }
2656             ],
2657             "time": "2022-04-08T15:43:54+00:00"
2658         },
2659         {
2660             "name": "nesbot/carbon",
2661             "version": "2.58.0",
2662             "source": {
2663                 "type": "git",
2664                 "url": "https://github.com/briannesbitt/Carbon.git",
2665                 "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055"
2666             },
2667             "dist": {
2668                 "type": "zip",
2669                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055",
2670                 "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055",
2671                 "shasum": ""
2672             },
2673             "require": {
2674                 "ext-json": "*",
2675                 "php": "^7.1.8 || ^8.0",
2676                 "symfony/polyfill-mbstring": "^1.0",
2677                 "symfony/polyfill-php80": "^1.16",
2678                 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2679             },
2680             "require-dev": {
2681                 "doctrine/dbal": "^2.0 || ^3.0",
2682                 "doctrine/orm": "^2.7",
2683                 "friendsofphp/php-cs-fixer": "^3.0",
2684                 "kylekatarnls/multi-tester": "^2.0",
2685                 "phpmd/phpmd": "^2.9",
2686                 "phpstan/extension-installer": "^1.0",
2687                 "phpstan/phpstan": "^0.12.54 || ^1.0",
2688                 "phpunit/php-file-iterator": "^2.0.5",
2689                 "phpunit/phpunit": "^7.5.20 || ^8.5.23",
2690                 "squizlabs/php_codesniffer": "^3.4"
2691             },
2692             "bin": [
2693                 "bin/carbon"
2694             ],
2695             "type": "library",
2696             "extra": {
2697                 "branch-alias": {
2698                     "dev-3.x": "3.x-dev",
2699                     "dev-master": "2.x-dev"
2700                 },
2701                 "laravel": {
2702                     "providers": [
2703                         "Carbon\\Laravel\\ServiceProvider"
2704                     ]
2705                 },
2706                 "phpstan": {
2707                     "includes": [
2708                         "extension.neon"
2709                     ]
2710                 }
2711             },
2712             "autoload": {
2713                 "psr-4": {
2714                     "Carbon\\": "src/Carbon/"
2715                 }
2716             },
2717             "notification-url": "https://packagist.org/downloads/",
2718             "license": [
2719                 "MIT"
2720             ],
2721             "authors": [
2722                 {
2723                     "name": "Brian Nesbitt",
2724                     "email": "brian@nesbot.com",
2725                     "homepage": "https://markido.com"
2726                 },
2727                 {
2728                     "name": "kylekatarnls",
2729                     "homepage": "https://github.com/kylekatarnls"
2730                 }
2731             ],
2732             "description": "An API extension for DateTime that supports 281 different languages.",
2733             "homepage": "https://carbon.nesbot.com",
2734             "keywords": [
2735                 "date",
2736                 "datetime",
2737                 "time"
2738             ],
2739             "support": {
2740                 "docs": "https://carbon.nesbot.com/docs",
2741                 "issues": "https://github.com/briannesbitt/Carbon/issues",
2742                 "source": "https://github.com/briannesbitt/Carbon"
2743             },
2744             "funding": [
2745                 {
2746                     "url": "https://opencollective.com/Carbon",
2747                     "type": "open_collective"
2748                 },
2749                 {
2750                     "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
2751                     "type": "tidelift"
2752                 }
2753             ],
2754             "time": "2022-04-25T19:31:17+00:00"
2755         },
2756         {
2757             "name": "nette/schema",
2758             "version": "v1.2.2",
2759             "source": {
2760                 "type": "git",
2761                 "url": "https://github.com/nette/schema.git",
2762                 "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df"
2763             },
2764             "dist": {
2765                 "type": "zip",
2766                 "url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df",
2767                 "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df",
2768                 "shasum": ""
2769             },
2770             "require": {
2771                 "nette/utils": "^2.5.7 || ^3.1.5 ||  ^4.0",
2772                 "php": ">=7.1 <8.2"
2773             },
2774             "require-dev": {
2775                 "nette/tester": "^2.3 || ^2.4",
2776                 "phpstan/phpstan-nette": "^0.12",
2777                 "tracy/tracy": "^2.7"
2778             },
2779             "type": "library",
2780             "extra": {
2781                 "branch-alias": {
2782                     "dev-master": "1.2-dev"
2783                 }
2784             },
2785             "autoload": {
2786                 "classmap": [
2787                     "src/"
2788                 ]
2789             },
2790             "notification-url": "https://packagist.org/downloads/",
2791             "license": [
2792                 "BSD-3-Clause",
2793                 "GPL-2.0-only",
2794                 "GPL-3.0-only"
2795             ],
2796             "authors": [
2797                 {
2798                     "name": "David Grudl",
2799                     "homepage": "https://davidgrudl.com"
2800                 },
2801                 {
2802                     "name": "Nette Community",
2803                     "homepage": "https://nette.org/contributors"
2804                 }
2805             ],
2806             "description": "📐 Nette Schema: validating data structures against a given Schema.",
2807             "homepage": "https://nette.org",
2808             "keywords": [
2809                 "config",
2810                 "nette"
2811             ],
2812             "support": {
2813                 "issues": "https://github.com/nette/schema/issues",
2814                 "source": "https://github.com/nette/schema/tree/v1.2.2"
2815             },
2816             "time": "2021-10-15T11:40:02+00:00"
2817         },
2818         {
2819             "name": "nette/utils",
2820             "version": "v3.2.7",
2821             "source": {
2822                 "type": "git",
2823                 "url": "https://github.com/nette/utils.git",
2824                 "reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99"
2825             },
2826             "dist": {
2827                 "type": "zip",
2828                 "url": "https://api.github.com/repos/nette/utils/zipball/0af4e3de4df9f1543534beab255ccf459e7a2c99",
2829                 "reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99",
2830                 "shasum": ""
2831             },
2832             "require": {
2833                 "php": ">=7.2 <8.2"
2834             },
2835             "conflict": {
2836                 "nette/di": "<3.0.6"
2837             },
2838             "require-dev": {
2839                 "nette/tester": "~2.0",
2840                 "phpstan/phpstan": "^1.0",
2841                 "tracy/tracy": "^2.3"
2842             },
2843             "suggest": {
2844                 "ext-gd": "to use Image",
2845                 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2846                 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2847                 "ext-json": "to use Nette\\Utils\\Json",
2848                 "ext-mbstring": "to use Strings::lower() etc...",
2849                 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
2850                 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
2851             },
2852             "type": "library",
2853             "extra": {
2854                 "branch-alias": {
2855                     "dev-master": "3.2-dev"
2856                 }
2857             },
2858             "autoload": {
2859                 "classmap": [
2860                     "src/"
2861                 ]
2862             },
2863             "notification-url": "https://packagist.org/downloads/",
2864             "license": [
2865                 "BSD-3-Clause",
2866                 "GPL-2.0-only",
2867                 "GPL-3.0-only"
2868             ],
2869             "authors": [
2870                 {
2871                     "name": "David Grudl",
2872                     "homepage": "https://davidgrudl.com"
2873                 },
2874                 {
2875                     "name": "Nette Community",
2876                     "homepage": "https://nette.org/contributors"
2877                 }
2878             ],
2879             "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
2880             "homepage": "https://nette.org",
2881             "keywords": [
2882                 "array",
2883                 "core",
2884                 "datetime",
2885                 "images",
2886                 "json",
2887                 "nette",
2888                 "paginator",
2889                 "password",
2890                 "slugify",
2891                 "string",
2892                 "unicode",
2893                 "utf-8",
2894                 "utility",
2895                 "validation"
2896             ],
2897             "support": {
2898                 "issues": "https://github.com/nette/utils/issues",
2899                 "source": "https://github.com/nette/utils/tree/v3.2.7"
2900             },
2901             "time": "2022-01-24T11:29:14+00:00"
2902         },
2903         {
2904             "name": "nikic/php-parser",
2905             "version": "v4.13.2",
2906             "source": {
2907                 "type": "git",
2908                 "url": "https://github.com/nikic/PHP-Parser.git",
2909                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
2910             },
2911             "dist": {
2912                 "type": "zip",
2913                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
2914                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
2915                 "shasum": ""
2916             },
2917             "require": {
2918                 "ext-tokenizer": "*",
2919                 "php": ">=7.0"
2920             },
2921             "require-dev": {
2922                 "ircmaxell/php-yacc": "^0.0.7",
2923                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
2924             },
2925             "bin": [
2926                 "bin/php-parse"
2927             ],
2928             "type": "library",
2929             "extra": {
2930                 "branch-alias": {
2931                     "dev-master": "4.9-dev"
2932                 }
2933             },
2934             "autoload": {
2935                 "psr-4": {
2936                     "PhpParser\\": "lib/PhpParser"
2937                 }
2938             },
2939             "notification-url": "https://packagist.org/downloads/",
2940             "license": [
2941                 "BSD-3-Clause"
2942             ],
2943             "authors": [
2944                 {
2945                     "name": "Nikita Popov"
2946                 }
2947             ],
2948             "description": "A PHP parser written in PHP",
2949             "keywords": [
2950                 "parser",
2951                 "php"
2952             ],
2953             "support": {
2954                 "issues": "https://github.com/nikic/PHP-Parser/issues",
2955                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
2956             },
2957             "time": "2021-11-30T19:35:32+00:00"
2958         },
2959         {
2960             "name": "paragonie/random_compat",
2961             "version": "v9.99.100",
2962             "source": {
2963                 "type": "git",
2964                 "url": "https://github.com/paragonie/random_compat.git",
2965                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
2966             },
2967             "dist": {
2968                 "type": "zip",
2969                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
2970                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
2971                 "shasum": ""
2972             },
2973             "require": {
2974                 "php": ">= 7"
2975             },
2976             "require-dev": {
2977                 "phpunit/phpunit": "4.*|5.*",
2978                 "vimeo/psalm": "^1"
2979             },
2980             "suggest": {
2981                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2982             },
2983             "type": "library",
2984             "notification-url": "https://packagist.org/downloads/",
2985             "license": [
2986                 "MIT"
2987             ],
2988             "authors": [
2989                 {
2990                     "name": "Paragon Initiative Enterprises",
2991                     "email": "security@paragonie.com",
2992                     "homepage": "https://paragonie.com"
2993                 }
2994             ],
2995             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2996             "keywords": [
2997                 "csprng",
2998                 "polyfill",
2999                 "pseudorandom",
3000                 "random"
3001             ],
3002             "support": {
3003                 "email": "info@paragonie.com",
3004                 "issues": "https://github.com/paragonie/random_compat/issues",
3005                 "source": "https://github.com/paragonie/random_compat"
3006             },
3007             "time": "2020-10-15T08:29:30+00:00"
3008         },
3009         {
3010             "name": "paragonie/sodium_compat",
3011             "version": "v1.17.1",
3012             "source": {
3013                 "type": "git",
3014                 "url": "https://github.com/paragonie/sodium_compat.git",
3015                 "reference": "ac994053faac18d386328c91c7900f930acadf1e"
3016             },
3017             "dist": {
3018                 "type": "zip",
3019                 "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/ac994053faac18d386328c91c7900f930acadf1e",
3020                 "reference": "ac994053faac18d386328c91c7900f930acadf1e",
3021                 "shasum": ""
3022             },
3023             "require": {
3024                 "paragonie/random_compat": ">=1",
3025                 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
3026             },
3027             "require-dev": {
3028                 "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
3029             },
3030             "suggest": {
3031                 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
3032                 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
3033             },
3034             "type": "library",
3035             "autoload": {
3036                 "files": [
3037                     "autoload.php"
3038                 ]
3039             },
3040             "notification-url": "https://packagist.org/downloads/",
3041             "license": [
3042                 "ISC"
3043             ],
3044             "authors": [
3045                 {
3046                     "name": "Paragon Initiative Enterprises",
3047                     "email": "security@paragonie.com"
3048                 },
3049                 {
3050                     "name": "Frank Denis",
3051                     "email": "jedisct1@pureftpd.org"
3052                 }
3053             ],
3054             "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
3055             "keywords": [
3056                 "Authentication",
3057                 "BLAKE2b",
3058                 "ChaCha20",
3059                 "ChaCha20-Poly1305",
3060                 "Chapoly",
3061                 "Curve25519",
3062                 "Ed25519",
3063                 "EdDSA",
3064                 "Edwards-curve Digital Signature Algorithm",
3065                 "Elliptic Curve Diffie-Hellman",
3066                 "Poly1305",
3067                 "Pure-PHP cryptography",
3068                 "RFC 7748",
3069                 "RFC 8032",
3070                 "Salpoly",
3071                 "Salsa20",
3072                 "X25519",
3073                 "XChaCha20-Poly1305",
3074                 "XSalsa20-Poly1305",
3075                 "Xchacha20",
3076                 "Xsalsa20",
3077                 "aead",
3078                 "cryptography",
3079                 "ecdh",
3080                 "elliptic curve",
3081                 "elliptic curve cryptography",
3082                 "encryption",
3083                 "libsodium",
3084                 "php",
3085                 "public-key cryptography",
3086                 "secret-key cryptography",
3087                 "side-channel resistant"
3088             ],
3089             "support": {
3090                 "issues": "https://github.com/paragonie/sodium_compat/issues",
3091                 "source": "https://github.com/paragonie/sodium_compat/tree/v1.17.1"
3092             },
3093             "time": "2022-03-23T19:32:04+00:00"
3094         },
3095         {
3096             "name": "phpoption/phpoption",
3097             "version": "1.8.1",
3098             "source": {
3099                 "type": "git",
3100                 "url": "https://github.com/schmittjoh/php-option.git",
3101                 "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
3102             },
3103             "dist": {
3104                 "type": "zip",
3105                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
3106                 "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
3107                 "shasum": ""
3108             },
3109             "require": {
3110                 "php": "^7.0 || ^8.0"
3111             },
3112             "require-dev": {
3113                 "bamarni/composer-bin-plugin": "^1.4.1",
3114                 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
3115             },
3116             "type": "library",
3117             "extra": {
3118                 "branch-alias": {
3119                     "dev-master": "1.8-dev"
3120                 }
3121             },
3122             "autoload": {
3123                 "psr-4": {
3124                     "PhpOption\\": "src/PhpOption/"
3125                 }
3126             },
3127             "notification-url": "https://packagist.org/downloads/",
3128             "license": [
3129                 "Apache-2.0"
3130             ],
3131             "authors": [
3132                 {
3133                     "name": "Johannes M. Schmitt",
3134                     "email": "schmittjoh@gmail.com",
3135                     "homepage": "https://github.com/schmittjoh"
3136                 },
3137                 {
3138                     "name": "Graham Campbell",
3139                     "email": "hello@gjcampbell.co.uk",
3140                     "homepage": "https://github.com/GrahamCampbell"
3141                 }
3142             ],
3143             "description": "Option Type for PHP",
3144             "keywords": [
3145                 "language",
3146                 "option",
3147                 "php",
3148                 "type"
3149             ],
3150             "support": {
3151                 "issues": "https://github.com/schmittjoh/php-option/issues",
3152                 "source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
3153             },
3154             "funding": [
3155                 {
3156                     "url": "https://github.com/GrahamCampbell",
3157                     "type": "github"
3158                 },
3159                 {
3160                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
3161                     "type": "tidelift"
3162                 }
3163             ],
3164             "time": "2021-12-04T23:24:31+00:00"
3165         },
3166         {
3167             "name": "psr/cache",
3168             "version": "3.0.0",
3169             "source": {
3170                 "type": "git",
3171                 "url": "https://github.com/php-fig/cache.git",
3172                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
3173             },
3174             "dist": {
3175                 "type": "zip",
3176                 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
3177                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
3178                 "shasum": ""
3179             },
3180             "require": {
3181                 "php": ">=8.0.0"
3182             },
3183             "type": "library",
3184             "extra": {
3185                 "branch-alias": {
3186                     "dev-master": "1.0.x-dev"
3187                 }
3188             },
3189             "autoload": {
3190                 "psr-4": {
3191                     "Psr\\Cache\\": "src/"
3192                 }
3193             },
3194             "notification-url": "https://packagist.org/downloads/",
3195             "license": [
3196                 "MIT"
3197             ],
3198             "authors": [
3199                 {
3200                     "name": "PHP-FIG",
3201                     "homepage": "https://www.php-fig.org/"
3202                 }
3203             ],
3204             "description": "Common interface for caching libraries",
3205             "keywords": [
3206                 "cache",
3207                 "psr",
3208                 "psr-6"
3209             ],
3210             "support": {
3211                 "source": "https://github.com/php-fig/cache/tree/3.0.0"
3212             },
3213             "time": "2021-02-03T23:26:27+00:00"
3214         },
3215         {
3216             "name": "psr/container",
3217             "version": "2.0.2",
3218             "source": {
3219                 "type": "git",
3220                 "url": "https://github.com/php-fig/container.git",
3221                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
3222             },
3223             "dist": {
3224                 "type": "zip",
3225                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
3226                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
3227                 "shasum": ""
3228             },
3229             "require": {
3230                 "php": ">=7.4.0"
3231             },
3232             "type": "library",
3233             "extra": {
3234                 "branch-alias": {
3235                     "dev-master": "2.0.x-dev"
3236                 }
3237             },
3238             "autoload": {
3239                 "psr-4": {
3240                     "Psr\\Container\\": "src/"
3241                 }
3242             },
3243             "notification-url": "https://packagist.org/downloads/",
3244             "license": [
3245                 "MIT"
3246             ],
3247             "authors": [
3248                 {
3249                     "name": "PHP-FIG",
3250                     "homepage": "https://www.php-fig.org/"
3251                 }
3252             ],
3253             "description": "Common Container Interface (PHP FIG PSR-11)",
3254             "homepage": "https://github.com/php-fig/container",
3255             "keywords": [
3256                 "PSR-11",
3257                 "container",
3258                 "container-interface",
3259                 "container-interop",
3260                 "psr"
3261             ],
3262             "support": {
3263                 "issues": "https://github.com/php-fig/container/issues",
3264                 "source": "https://github.com/php-fig/container/tree/2.0.2"
3265             },
3266             "time": "2021-11-05T16:47:00+00:00"
3267         },
3268         {
3269             "name": "psr/event-dispatcher",
3270             "version": "1.0.0",
3271             "source": {
3272                 "type": "git",
3273                 "url": "https://github.com/php-fig/event-dispatcher.git",
3274                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
3275             },
3276             "dist": {
3277                 "type": "zip",
3278                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
3279                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
3280                 "shasum": ""
3281             },
3282             "require": {
3283                 "php": ">=7.2.0"
3284             },
3285             "type": "library",
3286             "extra": {
3287                 "branch-alias": {
3288                     "dev-master": "1.0.x-dev"
3289                 }
3290             },
3291             "autoload": {
3292                 "psr-4": {
3293                     "Psr\\EventDispatcher\\": "src/"
3294                 }
3295             },
3296             "notification-url": "https://packagist.org/downloads/",
3297             "license": [
3298                 "MIT"
3299             ],
3300             "authors": [
3301                 {
3302                     "name": "PHP-FIG",
3303                     "homepage": "http://www.php-fig.org/"
3304                 }
3305             ],
3306             "description": "Standard interfaces for event handling.",
3307             "keywords": [
3308                 "events",
3309                 "psr",
3310                 "psr-14"
3311             ],
3312             "support": {
3313                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
3314                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
3315             },
3316             "time": "2019-01-08T18:20:26+00:00"
3317         },
3318         {
3319             "name": "psr/http-client",
3320             "version": "1.0.1",
3321             "source": {
3322                 "type": "git",
3323                 "url": "https://github.com/php-fig/http-client.git",
3324                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
3325             },
3326             "dist": {
3327                 "type": "zip",
3328                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3329                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3330                 "shasum": ""
3331             },
3332             "require": {
3333                 "php": "^7.0 || ^8.0",
3334                 "psr/http-message": "^1.0"
3335             },
3336             "type": "library",
3337             "extra": {
3338                 "branch-alias": {
3339                     "dev-master": "1.0.x-dev"
3340                 }
3341             },
3342             "autoload": {
3343                 "psr-4": {
3344                     "Psr\\Http\\Client\\": "src/"
3345                 }
3346             },
3347             "notification-url": "https://packagist.org/downloads/",
3348             "license": [
3349                 "MIT"
3350             ],
3351             "authors": [
3352                 {
3353                     "name": "PHP-FIG",
3354                     "homepage": "http://www.php-fig.org/"
3355                 }
3356             ],
3357             "description": "Common interface for HTTP clients",
3358             "homepage": "https://github.com/php-fig/http-client",
3359             "keywords": [
3360                 "http",
3361                 "http-client",
3362                 "psr",
3363                 "psr-18"
3364             ],
3365             "support": {
3366                 "source": "https://github.com/php-fig/http-client/tree/master"
3367             },
3368             "time": "2020-06-29T06:28:15+00:00"
3369         },
3370         {
3371             "name": "psr/http-factory",
3372             "version": "1.0.1",
3373             "source": {
3374                 "type": "git",
3375                 "url": "https://github.com/php-fig/http-factory.git",
3376                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
3377             },
3378             "dist": {
3379                 "type": "zip",
3380                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3381                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3382                 "shasum": ""
3383             },
3384             "require": {
3385                 "php": ">=7.0.0",
3386                 "psr/http-message": "^1.0"
3387             },
3388             "type": "library",
3389             "extra": {
3390                 "branch-alias": {
3391                     "dev-master": "1.0.x-dev"
3392                 }
3393             },
3394             "autoload": {
3395                 "psr-4": {
3396                     "Psr\\Http\\Message\\": "src/"
3397                 }
3398             },
3399             "notification-url": "https://packagist.org/downloads/",
3400             "license": [
3401                 "MIT"
3402             ],
3403             "authors": [
3404                 {
3405                     "name": "PHP-FIG",
3406                     "homepage": "http://www.php-fig.org/"
3407                 }
3408             ],
3409             "description": "Common interfaces for PSR-7 HTTP message factories",
3410             "keywords": [
3411                 "factory",
3412                 "http",
3413                 "message",
3414                 "psr",
3415                 "psr-17",
3416                 "psr-7",
3417                 "request",
3418                 "response"
3419             ],
3420             "support": {
3421                 "source": "https://github.com/php-fig/http-factory/tree/master"
3422             },
3423             "time": "2019-04-30T12:38:16+00:00"
3424         },
3425         {
3426             "name": "psr/http-message",
3427             "version": "1.0.1",
3428             "source": {
3429                 "type": "git",
3430                 "url": "https://github.com/php-fig/http-message.git",
3431                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3432             },
3433             "dist": {
3434                 "type": "zip",
3435                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3436                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3437                 "shasum": ""
3438             },
3439             "require": {
3440                 "php": ">=5.3.0"
3441             },
3442             "type": "library",
3443             "extra": {
3444                 "branch-alias": {
3445                     "dev-master": "1.0.x-dev"
3446                 }
3447             },
3448             "autoload": {
3449                 "psr-4": {
3450                     "Psr\\Http\\Message\\": "src/"
3451                 }
3452             },
3453             "notification-url": "https://packagist.org/downloads/",
3454             "license": [
3455                 "MIT"
3456             ],
3457             "authors": [
3458                 {
3459                     "name": "PHP-FIG",
3460                     "homepage": "http://www.php-fig.org/"
3461                 }
3462             ],
3463             "description": "Common interface for HTTP messages",
3464             "homepage": "https://github.com/php-fig/http-message",
3465             "keywords": [
3466                 "http",
3467                 "http-message",
3468                 "psr",
3469                 "psr-7",
3470                 "request",
3471                 "response"
3472             ],
3473             "support": {
3474                 "source": "https://github.com/php-fig/http-message/tree/master"
3475             },
3476             "time": "2016-08-06T14:39:51+00:00"
3477         },
3478         {
3479             "name": "psr/log",
3480             "version": "3.0.0",
3481             "source": {
3482                 "type": "git",
3483                 "url": "https://github.com/php-fig/log.git",
3484                 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
3485             },
3486             "dist": {
3487                 "type": "zip",
3488                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
3489                 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
3490                 "shasum": ""
3491             },
3492             "require": {
3493                 "php": ">=8.0.0"
3494             },
3495             "type": "library",
3496             "extra": {
3497                 "branch-alias": {
3498                     "dev-master": "3.x-dev"
3499                 }
3500             },
3501             "autoload": {
3502                 "psr-4": {
3503                     "Psr\\Log\\": "src"
3504                 }
3505             },
3506             "notification-url": "https://packagist.org/downloads/",
3507             "license": [
3508                 "MIT"
3509             ],
3510             "authors": [
3511                 {
3512                     "name": "PHP-FIG",
3513                     "homepage": "https://www.php-fig.org/"
3514                 }
3515             ],
3516             "description": "Common interface for logging libraries",
3517             "homepage": "https://github.com/php-fig/log",
3518             "keywords": [
3519                 "log",
3520                 "psr",
3521                 "psr-3"
3522             ],
3523             "support": {
3524                 "source": "https://github.com/php-fig/log/tree/3.0.0"
3525             },
3526             "time": "2021-07-14T16:46:02+00:00"
3527         },
3528         {
3529             "name": "psr/simple-cache",
3530             "version": "3.0.0",
3531             "source": {
3532                 "type": "git",
3533                 "url": "https://github.com/php-fig/simple-cache.git",
3534                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
3535             },
3536             "dist": {
3537                 "type": "zip",
3538                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
3539                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
3540                 "shasum": ""
3541             },
3542             "require": {
3543                 "php": ">=8.0.0"
3544             },
3545             "type": "library",
3546             "extra": {
3547                 "branch-alias": {
3548                     "dev-master": "3.0.x-dev"
3549                 }
3550             },
3551             "autoload": {
3552                 "psr-4": {
3553                     "Psr\\SimpleCache\\": "src/"
3554                 }
3555             },
3556             "notification-url": "https://packagist.org/downloads/",
3557             "license": [
3558                 "MIT"
3559             ],
3560             "authors": [
3561                 {
3562                     "name": "PHP-FIG",
3563                     "homepage": "https://www.php-fig.org/"
3564                 }
3565             ],
3566             "description": "Common interfaces for simple caching",
3567             "keywords": [
3568                 "cache",
3569                 "caching",
3570                 "psr",
3571                 "psr-16",
3572                 "simple-cache"
3573             ],
3574             "support": {
3575                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
3576             },
3577             "time": "2021-10-29T13:26:27+00:00"
3578         },
3579         {
3580             "name": "psy/psysh",
3581             "version": "v0.11.2",
3582             "source": {
3583                 "type": "git",
3584                 "url": "https://github.com/bobthecow/psysh.git",
3585                 "reference": "7f7da640d68b9c9fec819caae7c744a213df6514"
3586             },
3587             "dist": {
3588                 "type": "zip",
3589                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/7f7da640d68b9c9fec819caae7c744a213df6514",
3590                 "reference": "7f7da640d68b9c9fec819caae7c744a213df6514",
3591                 "shasum": ""
3592             },
3593             "require": {
3594                 "ext-json": "*",
3595                 "ext-tokenizer": "*",
3596                 "nikic/php-parser": "^4.0 || ^3.1",
3597                 "php": "^8.0 || ^7.0.8",
3598                 "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
3599                 "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
3600             },
3601             "conflict": {
3602                 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
3603             },
3604             "require-dev": {
3605                 "bamarni/composer-bin-plugin": "^1.2",
3606                 "hoa/console": "3.17.05.02"
3607             },
3608             "suggest": {
3609                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
3610                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
3611                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
3612                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
3613                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
3614             },
3615             "bin": [
3616                 "bin/psysh"
3617             ],
3618             "type": "library",
3619             "extra": {
3620                 "branch-alias": {
3621                     "dev-main": "0.11.x-dev"
3622                 }
3623             },
3624             "autoload": {
3625                 "files": [
3626                     "src/functions.php"
3627                 ],
3628                 "psr-4": {
3629                     "Psy\\": "src/"
3630                 }
3631             },
3632             "notification-url": "https://packagist.org/downloads/",
3633             "license": [
3634                 "MIT"
3635             ],
3636             "authors": [
3637                 {
3638                     "name": "Justin Hileman",
3639                     "email": "justin@justinhileman.info",
3640                     "homepage": "http://justinhileman.com"
3641                 }
3642             ],
3643             "description": "An interactive shell for modern PHP.",
3644             "homepage": "http://psysh.org",
3645             "keywords": [
3646                 "REPL",
3647                 "console",
3648                 "interactive",
3649                 "shell"
3650             ],
3651             "support": {
3652                 "issues": "https://github.com/bobthecow/psysh/issues",
3653                 "source": "https://github.com/bobthecow/psysh/tree/v0.11.2"
3654             },
3655             "time": "2022-02-28T15:28:54+00:00"
3656         },
3657         {
3658             "name": "pusher/pusher-php-server",
3659             "version": "7.0.2",
3660             "source": {
3661                 "type": "git",
3662                 "url": "https://github.com/pusher/pusher-http-php.git",
3663                 "reference": "af3eeaefc0c7959f5b3852f0a4dd5547245d33df"
3664             },
3665             "dist": {
3666                 "type": "zip",
3667                 "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/af3eeaefc0c7959f5b3852f0a4dd5547245d33df",
3668                 "reference": "af3eeaefc0c7959f5b3852f0a4dd5547245d33df",
3669                 "shasum": ""
3670             },
3671             "require": {
3672                 "ext-curl": "*",
3673                 "ext-json": "*",
3674                 "guzzlehttp/guzzle": "^7.2",
3675                 "paragonie/sodium_compat": "^1.6",
3676                 "php": "^7.3|^8.0",
3677                 "psr/log": "^1.0|^2.0|^3.0"
3678             },
3679             "require-dev": {
3680                 "overtrue/phplint": "^2.3",
3681                 "phpunit/phpunit": "^8.5|^9.3"
3682             },
3683             "type": "library",
3684             "extra": {
3685                 "branch-alias": {
3686                     "dev-master": "5.0-dev"
3687                 }
3688             },
3689             "autoload": {
3690                 "psr-4": {
3691                     "Pusher\\": "src/"
3692                 }
3693             },
3694             "notification-url": "https://packagist.org/downloads/",
3695             "license": [
3696                 "MIT"
3697             ],
3698             "description": "Library for interacting with the Pusher REST API",
3699             "keywords": [
3700                 "events",
3701                 "messaging",
3702                 "php-pusher-server",
3703                 "publish",
3704                 "push",
3705                 "pusher",
3706                 "real time",
3707                 "real-time",
3708                 "realtime",
3709                 "rest",
3710                 "trigger"
3711             ],
3712             "support": {
3713                 "issues": "https://github.com/pusher/pusher-http-php/issues",
3714                 "source": "https://github.com/pusher/pusher-http-php/tree/7.0.2"
3715             },
3716             "time": "2021-12-07T13:09:00+00:00"
3717         },
3718         {
3719             "name": "ralouphie/getallheaders",
3720             "version": "3.0.3",
3721             "source": {
3722                 "type": "git",
3723                 "url": "https://github.com/ralouphie/getallheaders.git",
3724                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3725             },
3726             "dist": {
3727                 "type": "zip",
3728                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3729                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3730                 "shasum": ""
3731             },
3732             "require": {
3733                 "php": ">=5.6"
3734             },
3735             "require-dev": {
3736                 "php-coveralls/php-coveralls": "^2.1",
3737                 "phpunit/phpunit": "^5 || ^6.5"
3738             },
3739             "type": "library",
3740             "autoload": {
3741                 "files": [
3742                     "src/getallheaders.php"
3743                 ]
3744             },
3745             "notification-url": "https://packagist.org/downloads/",
3746             "license": [
3747                 "MIT"
3748             ],
3749             "authors": [
3750                 {
3751                     "name": "Ralph Khattar",
3752                     "email": "ralph.khattar@gmail.com"
3753                 }
3754             ],
3755             "description": "A polyfill for getallheaders.",
3756             "support": {
3757                 "issues": "https://github.com/ralouphie/getallheaders/issues",
3758                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3759             },
3760             "time": "2019-03-08T08:55:37+00:00"
3761         },
3762         {
3763             "name": "ramsey/collection",
3764             "version": "1.2.2",
3765             "source": {
3766                 "type": "git",
3767                 "url": "https://github.com/ramsey/collection.git",
3768                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
3769             },
3770             "dist": {
3771                 "type": "zip",
3772                 "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
3773                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
3774                 "shasum": ""
3775             },
3776             "require": {
3777                 "php": "^7.3 || ^8",
3778                 "symfony/polyfill-php81": "^1.23"
3779             },
3780             "require-dev": {
3781                 "captainhook/captainhook": "^5.3",
3782                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3783                 "ergebnis/composer-normalize": "^2.6",
3784                 "fakerphp/faker": "^1.5",
3785                 "hamcrest/hamcrest-php": "^2",
3786                 "jangregor/phpstan-prophecy": "^0.8",
3787                 "mockery/mockery": "^1.3",
3788                 "phpspec/prophecy-phpunit": "^2.0",
3789                 "phpstan/extension-installer": "^1",
3790                 "phpstan/phpstan": "^0.12.32",
3791                 "phpstan/phpstan-mockery": "^0.12.5",
3792                 "phpstan/phpstan-phpunit": "^0.12.11",
3793                 "phpunit/phpunit": "^8.5 || ^9",
3794                 "psy/psysh": "^0.10.4",
3795                 "slevomat/coding-standard": "^6.3",
3796                 "squizlabs/php_codesniffer": "^3.5",
3797                 "vimeo/psalm": "^4.4"
3798             },
3799             "type": "library",
3800             "autoload": {
3801                 "psr-4": {
3802                     "Ramsey\\Collection\\": "src/"
3803                 }
3804             },
3805             "notification-url": "https://packagist.org/downloads/",
3806             "license": [
3807                 "MIT"
3808             ],
3809             "authors": [
3810                 {
3811                     "name": "Ben Ramsey",
3812                     "email": "ben@benramsey.com",
3813                     "homepage": "https://benramsey.com"
3814                 }
3815             ],
3816             "description": "A PHP library for representing and manipulating collections.",
3817             "keywords": [
3818                 "array",
3819                 "collection",
3820                 "hash",
3821                 "map",
3822                 "queue",
3823                 "set"
3824             ],
3825             "support": {
3826                 "issues": "https://github.com/ramsey/collection/issues",
3827                 "source": "https://github.com/ramsey/collection/tree/1.2.2"
3828             },
3829             "funding": [
3830                 {
3831                     "url": "https://github.com/ramsey",
3832                     "type": "github"
3833                 },
3834                 {
3835                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
3836                     "type": "tidelift"
3837                 }
3838             ],
3839             "time": "2021-10-10T03:01:02+00:00"
3840         },
3841         {
3842             "name": "ramsey/uuid",
3843             "version": "4.3.1",
3844             "source": {
3845                 "type": "git",
3846                 "url": "https://github.com/ramsey/uuid.git",
3847                 "reference": "8505afd4fea63b81a85d3b7b53ac3cb8dc347c28"
3848             },
3849             "dist": {
3850                 "type": "zip",
3851                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/8505afd4fea63b81a85d3b7b53ac3cb8dc347c28",
3852                 "reference": "8505afd4fea63b81a85d3b7b53ac3cb8dc347c28",
3853                 "shasum": ""
3854             },
3855             "require": {
3856                 "brick/math": "^0.8 || ^0.9",
3857                 "ext-ctype": "*",
3858                 "ext-json": "*",
3859                 "php": "^8.0",
3860                 "ramsey/collection": "^1.0"
3861             },
3862             "replace": {
3863                 "rhumsaa/uuid": "self.version"
3864             },
3865             "require-dev": {
3866                 "captainhook/captainhook": "^5.10",
3867                 "captainhook/plugin-composer": "^5.3",
3868                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3869                 "doctrine/annotations": "^1.8",
3870                 "ergebnis/composer-normalize": "^2.15",
3871                 "mockery/mockery": "^1.3",
3872                 "moontoast/math": "^1.1",
3873                 "paragonie/random-lib": "^2",
3874                 "php-mock/php-mock": "^2.2",
3875                 "php-mock/php-mock-mockery": "^1.3",
3876                 "php-parallel-lint/php-parallel-lint": "^1.1",
3877                 "phpbench/phpbench": "^1.0",
3878                 "phpstan/extension-installer": "^1.0",
3879                 "phpstan/phpstan": "^0.12",
3880                 "phpstan/phpstan-mockery": "^0.12",
3881                 "phpstan/phpstan-phpunit": "^0.12",
3882                 "phpunit/phpunit": "^8.5 || ^9",
3883                 "slevomat/coding-standard": "^7.0",
3884                 "squizlabs/php_codesniffer": "^3.5",
3885                 "vimeo/psalm": "^4.9"
3886             },
3887             "suggest": {
3888                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
3889                 "ext-ctype": "Enables faster processing of character classification using ctype functions.",
3890                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3891                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3892                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3893                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3894             },
3895             "type": "library",
3896             "extra": {
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.3.1"
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": "2022-03-27T21:42:02+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.3.0",
4343             "source": {
4344                 "type": "git",
4345                 "url": "https://github.com/reactphp/event-loop.git",
4346                 "reference": "187fb56f46d424afb6ec4ad089269c72eec2e137"
4347             },
4348             "dist": {
4349                 "type": "zip",
4350                 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/187fb56f46d424afb6ec4ad089269c72eec2e137",
4351                 "reference": "187fb56f46d424afb6ec4ad089269c72eec2e137",
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.3.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": "2022-03-17T11:10:22+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.8",
5032             "source": {
5033                 "type": "git",
5034                 "url": "https://github.com/symfony/console.git",
5035                 "reference": "0d00aa289215353aa8746a31d101f8e60826285c"
5036             },
5037             "dist": {
5038                 "type": "zip",
5039                 "url": "https://api.github.com/repos/symfony/console/zipball/0d00aa289215353aa8746a31d101f8e60826285c",
5040                 "reference": "0d00aa289215353aa8746a31d101f8e60826285c",
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.8"
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-04-20T15:01:42+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.1",
5192             "source": {
5193                 "type": "git",
5194                 "url": "https://github.com/symfony/deprecation-contracts.git",
5195                 "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
5196             },
5197             "dist": {
5198                 "type": "zip",
5199                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
5200                 "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
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.1"
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": "2022-01-02T09:55:41+00:00"
5255         },
5256         {
5257             "name": "symfony/error-handler",
5258             "version": "v6.0.8",
5259             "source": {
5260                 "type": "git",
5261                 "url": "https://github.com/symfony/error-handler.git",
5262                 "reference": "5e2795163acbd13b3cd46835c9f8f6c5d0a3a280"
5263             },
5264             "dist": {
5265                 "type": "zip",
5266                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/5e2795163acbd13b3cd46835c9f8f6c5d0a3a280",
5267                 "reference": "5e2795163acbd13b3cd46835c9f8f6c5d0a3a280",
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.8"
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-04-12T16:11:42+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.1",
5413             "source": {
5414                 "type": "git",
5415                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5416                 "reference": "7bc61cc2db649b4637d331240c5346dcc7708051"
5417             },
5418             "dist": {
5419                 "type": "zip",
5420                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051",
5421                 "reference": "7bc61cc2db649b4637d331240c5346dcc7708051",
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.1"
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": "2022-01-02T09:55:41+00:00"
5488         },
5489         {
5490             "name": "symfony/finder",
5491             "version": "v6.0.8",
5492             "source": {
5493                 "type": "git",
5494                 "url": "https://github.com/symfony/finder.git",
5495                 "reference": "af7edab28d17caecd1f40a9219fc646ae751c21f"
5496             },
5497             "dist": {
5498                 "type": "zip",
5499                 "url": "https://api.github.com/repos/symfony/finder/zipball/af7edab28d17caecd1f40a9219fc646ae751c21f",
5500                 "reference": "af7edab28d17caecd1f40a9219fc646ae751c21f",
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.8"
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-04-15T08:07:58+00:00"
5549         },
5550         {
5551             "name": "symfony/http-foundation",
5552             "version": "v6.0.8",
5553             "source": {
5554                 "type": "git",
5555                 "url": "https://github.com/symfony/http-foundation.git",
5556                 "reference": "c9c86b02d7ef6f44f3154acc7de42831518afe7c"
5557             },
5558             "dist": {
5559                 "type": "zip",
5560                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/c9c86b02d7ef6f44f3154acc7de42831518afe7c",
5561                 "reference": "c9c86b02d7ef6f44f3154acc7de42831518afe7c",
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.8"
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-04-22T08:18:02+00:00"
5621         },
5622         {
5623             "name": "symfony/http-kernel",
5624             "version": "v6.0.8",
5625             "source": {
5626                 "type": "git",
5627                 "url": "https://github.com/symfony/http-kernel.git",
5628                 "reference": "7aaf1cdc9cc2ad47e926f624efcb679883a39ca7"
5629             },
5630             "dist": {
5631                 "type": "zip",
5632                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7aaf1cdc9cc2ad47e926f624efcb679883a39ca7",
5633                 "reference": "7aaf1cdc9cc2ad47e926f624efcb679883a39ca7",
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.8"
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-04-27T17:26:02+00:00"
5730         },
5731         {
5732             "name": "symfony/mailer",
5733             "version": "v6.0.8",
5734             "source": {
5735                 "type": "git",
5736                 "url": "https://github.com/symfony/mailer.git",
5737                 "reference": "706af6b3e99ebcbc639c9c664f5579aaa869409b"
5738             },
5739             "dist": {
5740                 "type": "zip",
5741                 "url": "https://api.github.com/repos/symfony/mailer/zipball/706af6b3e99ebcbc639c9c664f5579aaa869409b",
5742                 "reference": "706af6b3e99ebcbc639c9c664f5579aaa869409b",
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.8"
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-04-27T17:10:30+00:00"
5804         },
5805         {
5806             "name": "symfony/mime",
5807             "version": "v6.0.8",
5808             "source": {
5809                 "type": "git",
5810                 "url": "https://github.com/symfony/mime.git",
5811                 "reference": "c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1"
5812             },
5813             "dist": {
5814                 "type": "zip",
5815                 "url": "https://api.github.com/repos/symfony/mime/zipball/c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1",
5816                 "reference": "c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1",
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.8"
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-04-12T16:11:42+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.8",
6692             "source": {
6693                 "type": "git",
6694                 "url": "https://github.com/symfony/process.git",
6695                 "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9"
6696             },
6697             "dist": {
6698                 "type": "zip",
6699                 "url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9",
6700                 "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9",
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.8"
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-04-12T16:11:42+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.8",
6841             "source": {
6842                 "type": "git",
6843                 "url": "https://github.com/symfony/routing.git",
6844                 "reference": "74c40c9fc334acc601a32fcf4274e74fb3bac11e"
6845             },
6846             "dist": {
6847                 "type": "zip",
6848                 "url": "https://api.github.com/repos/symfony/routing/zipball/74c40c9fc334acc601a32fcf4274e74fb3bac11e",
6849                 "reference": "74c40c9fc334acc601a32fcf4274e74fb3bac11e",
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.8"
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-04-22T08:18:02+00:00"
6925         },
6926         {
6927             "name": "symfony/service-contracts",
6928             "version": "v3.0.1",
6929             "source": {
6930                 "type": "git",
6931                 "url": "https://github.com/symfony/service-contracts.git",
6932                 "reference": "e517458f278c2131ca9f262f8fbaf01410f2c65c"
6933             },
6934             "dist": {
6935                 "type": "zip",
6936                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e517458f278c2131ca9f262f8fbaf01410f2c65c",
6937                 "reference": "e517458f278c2131ca9f262f8fbaf01410f2c65c",
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.1"
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": "2022-03-13T20:10:05+00:00"
7007         },
7008         {
7009             "name": "symfony/string",
7010             "version": "v6.0.8",
7011             "source": {
7012                 "type": "git",
7013                 "url": "https://github.com/symfony/string.git",
7014                 "reference": "ac0aa5c2282e0de624c175b68d13f2c8f2e2649d"
7015             },
7016             "dist": {
7017                 "type": "zip",
7018                 "url": "https://api.github.com/repos/symfony/string/zipball/ac0aa5c2282e0de624c175b68d13f2c8f2e2649d",
7019                 "reference": "ac0aa5c2282e0de624c175b68d13f2c8f2e2649d",
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.8"
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-04-22T08:18:02+00:00"
7092         },
7093         {
7094             "name": "symfony/translation",
7095             "version": "v6.0.8",
7096             "source": {
7097                 "type": "git",
7098                 "url": "https://github.com/symfony/translation.git",
7099                 "reference": "3d38cf8f8834148c4457681d539bc204de701501"
7100             },
7101             "dist": {
7102                 "type": "zip",
7103                 "url": "https://api.github.com/repos/symfony/translation/zipball/3d38cf8f8834148c4457681d539bc204de701501",
7104                 "reference": "3d38cf8f8834148c4457681d539bc204de701501",
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.8"
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-04-22T08:18:02+00:00"
7187         },
7188         {
7189             "name": "symfony/translation-contracts",
7190             "version": "v3.0.1",
7191             "source": {
7192                 "type": "git",
7193                 "url": "https://github.com/symfony/translation-contracts.git",
7194                 "reference": "c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9"
7195             },
7196             "dist": {
7197                 "type": "zip",
7198                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9",
7199                 "reference": "c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9",
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.1"
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": "2022-01-02T09:55:41+00:00"
7265         },
7266         {
7267             "name": "symfony/var-dumper",
7268             "version": "v6.0.8",
7269             "source": {
7270                 "type": "git",
7271                 "url": "https://github.com/symfony/var-dumper.git",
7272                 "reference": "fa61dfb4bd3068df2492013dc65f3190e9f550c0"
7273             },
7274             "dist": {
7275                 "type": "zip",
7276                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/fa61dfb4bd3068df2492013dc65f3190e9f550c0",
7277                 "reference": "fa61dfb4bd3068df2492013dc65f3190e9f550c0",
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.8"
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-04-26T13:22:23+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             "name": "z3/enemizer_linux",
7739             "version": "6.1.0.180",
7740             "dist": {
7741                 "type": "tar",
7742                 "url": "https://github.com/tcprescott/Enimizer/releases/download/2mb-rom/ubuntu.16.04-x64.tar.gz"
7743             },
7744             "type": "library"
7745         }
7746     ],
7747     "packages-dev": [
7748         {
7749             "name": "doctrine/instantiator",
7750             "version": "1.4.1",
7751             "source": {
7752                 "type": "git",
7753                 "url": "https://github.com/doctrine/instantiator.git",
7754                 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
7755             },
7756             "dist": {
7757                 "type": "zip",
7758                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
7759                 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
7760                 "shasum": ""
7761             },
7762             "require": {
7763                 "php": "^7.1 || ^8.0"
7764             },
7765             "require-dev": {
7766                 "doctrine/coding-standard": "^9",
7767                 "ext-pdo": "*",
7768                 "ext-phar": "*",
7769                 "phpbench/phpbench": "^0.16 || ^1",
7770                 "phpstan/phpstan": "^1.4",
7771                 "phpstan/phpstan-phpunit": "^1",
7772                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
7773                 "vimeo/psalm": "^4.22"
7774             },
7775             "type": "library",
7776             "autoload": {
7777                 "psr-4": {
7778                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
7779                 }
7780             },
7781             "notification-url": "https://packagist.org/downloads/",
7782             "license": [
7783                 "MIT"
7784             ],
7785             "authors": [
7786                 {
7787                     "name": "Marco Pivetta",
7788                     "email": "ocramius@gmail.com",
7789                     "homepage": "https://ocramius.github.io/"
7790                 }
7791             ],
7792             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
7793             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
7794             "keywords": [
7795                 "constructor",
7796                 "instantiate"
7797             ],
7798             "support": {
7799                 "issues": "https://github.com/doctrine/instantiator/issues",
7800                 "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
7801             },
7802             "funding": [
7803                 {
7804                     "url": "https://www.doctrine-project.org/sponsorship.html",
7805                     "type": "custom"
7806                 },
7807                 {
7808                     "url": "https://www.patreon.com/phpdoctrine",
7809                     "type": "patreon"
7810                 },
7811                 {
7812                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
7813                     "type": "tidelift"
7814                 }
7815             ],
7816             "time": "2022-03-03T08:28:38+00:00"
7817         },
7818         {
7819             "name": "fakerphp/faker",
7820             "version": "v1.19.0",
7821             "source": {
7822                 "type": "git",
7823                 "url": "https://github.com/FakerPHP/Faker.git",
7824                 "reference": "d7f08a622b3346766325488aa32ddc93ccdecc75"
7825             },
7826             "dist": {
7827                 "type": "zip",
7828                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/d7f08a622b3346766325488aa32ddc93ccdecc75",
7829                 "reference": "d7f08a622b3346766325488aa32ddc93ccdecc75",
7830                 "shasum": ""
7831             },
7832             "require": {
7833                 "php": "^7.1 || ^8.0",
7834                 "psr/container": "^1.0 || ^2.0",
7835                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
7836             },
7837             "conflict": {
7838                 "fzaninotto/faker": "*"
7839             },
7840             "require-dev": {
7841                 "bamarni/composer-bin-plugin": "^1.4.1",
7842                 "doctrine/persistence": "^1.3 || ^2.0",
7843                 "ext-intl": "*",
7844                 "symfony/phpunit-bridge": "^4.4 || ^5.2"
7845             },
7846             "suggest": {
7847                 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
7848                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
7849                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
7850                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
7851                 "ext-mbstring": "Required for multibyte Unicode string functionality."
7852             },
7853             "type": "library",
7854             "extra": {
7855                 "branch-alias": {
7856                     "dev-main": "v1.19-dev"
7857                 }
7858             },
7859             "autoload": {
7860                 "psr-4": {
7861                     "Faker\\": "src/Faker/"
7862                 }
7863             },
7864             "notification-url": "https://packagist.org/downloads/",
7865             "license": [
7866                 "MIT"
7867             ],
7868             "authors": [
7869                 {
7870                     "name": "François Zaninotto"
7871                 }
7872             ],
7873             "description": "Faker is a PHP library that generates fake data for you.",
7874             "keywords": [
7875                 "data",
7876                 "faker",
7877                 "fixtures"
7878             ],
7879             "support": {
7880                 "issues": "https://github.com/FakerPHP/Faker/issues",
7881                 "source": "https://github.com/FakerPHP/Faker/tree/v1.19.0"
7882             },
7883             "time": "2022-02-02T17:38:57+00:00"
7884         },
7885         {
7886             "name": "filp/whoops",
7887             "version": "2.14.5",
7888             "source": {
7889                 "type": "git",
7890                 "url": "https://github.com/filp/whoops.git",
7891                 "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc"
7892             },
7893             "dist": {
7894                 "type": "zip",
7895                 "url": "https://api.github.com/repos/filp/whoops/zipball/a63e5e8f26ebbebf8ed3c5c691637325512eb0dc",
7896                 "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc",
7897                 "shasum": ""
7898             },
7899             "require": {
7900                 "php": "^5.5.9 || ^7.0 || ^8.0",
7901                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
7902             },
7903             "require-dev": {
7904                 "mockery/mockery": "^0.9 || ^1.0",
7905                 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
7906                 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
7907             },
7908             "suggest": {
7909                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
7910                 "whoops/soap": "Formats errors as SOAP responses"
7911             },
7912             "type": "library",
7913             "extra": {
7914                 "branch-alias": {
7915                     "dev-master": "2.7-dev"
7916                 }
7917             },
7918             "autoload": {
7919                 "psr-4": {
7920                     "Whoops\\": "src/Whoops/"
7921                 }
7922             },
7923             "notification-url": "https://packagist.org/downloads/",
7924             "license": [
7925                 "MIT"
7926             ],
7927             "authors": [
7928                 {
7929                     "name": "Filipe Dobreira",
7930                     "homepage": "https://github.com/filp",
7931                     "role": "Developer"
7932                 }
7933             ],
7934             "description": "php error handling for cool kids",
7935             "homepage": "https://filp.github.io/whoops/",
7936             "keywords": [
7937                 "error",
7938                 "exception",
7939                 "handling",
7940                 "library",
7941                 "throwable",
7942                 "whoops"
7943             ],
7944             "support": {
7945                 "issues": "https://github.com/filp/whoops/issues",
7946                 "source": "https://github.com/filp/whoops/tree/2.14.5"
7947             },
7948             "funding": [
7949                 {
7950                     "url": "https://github.com/denis-sokolov",
7951                     "type": "github"
7952                 }
7953             ],
7954             "time": "2022-01-07T12:00:00+00:00"
7955         },
7956         {
7957             "name": "hamcrest/hamcrest-php",
7958             "version": "v2.0.1",
7959             "source": {
7960                 "type": "git",
7961                 "url": "https://github.com/hamcrest/hamcrest-php.git",
7962                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
7963             },
7964             "dist": {
7965                 "type": "zip",
7966                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7967                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7968                 "shasum": ""
7969             },
7970             "require": {
7971                 "php": "^5.3|^7.0|^8.0"
7972             },
7973             "replace": {
7974                 "cordoval/hamcrest-php": "*",
7975                 "davedevelopment/hamcrest-php": "*",
7976                 "kodova/hamcrest-php": "*"
7977             },
7978             "require-dev": {
7979                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
7980                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
7981             },
7982             "type": "library",
7983             "extra": {
7984                 "branch-alias": {
7985                     "dev-master": "2.1-dev"
7986                 }
7987             },
7988             "autoload": {
7989                 "classmap": [
7990                     "hamcrest"
7991                 ]
7992             },
7993             "notification-url": "https://packagist.org/downloads/",
7994             "license": [
7995                 "BSD-3-Clause"
7996             ],
7997             "description": "This is the PHP port of Hamcrest Matchers",
7998             "keywords": [
7999                 "test"
8000             ],
8001             "support": {
8002                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8003                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8004             },
8005             "time": "2020-07-09T08:09:16+00:00"
8006         },
8007         {
8008             "name": "laravel/sail",
8009             "version": "v1.14.1",
8010             "source": {
8011                 "type": "git",
8012                 "url": "https://github.com/laravel/sail.git",
8013                 "reference": "9a7348dedfccc894718a21f71c09d669747e3f33"
8014             },
8015             "dist": {
8016                 "type": "zip",
8017                 "url": "https://api.github.com/repos/laravel/sail/zipball/9a7348dedfccc894718a21f71c09d669747e3f33",
8018                 "reference": "9a7348dedfccc894718a21f71c09d669747e3f33",
8019                 "shasum": ""
8020             },
8021             "require": {
8022                 "illuminate/console": "^8.0|^9.0",
8023                 "illuminate/contracts": "^8.0|^9.0",
8024                 "illuminate/support": "^8.0|^9.0",
8025                 "php": "^7.3|^8.0"
8026             },
8027             "bin": [
8028                 "bin/sail"
8029             ],
8030             "type": "library",
8031             "extra": {
8032                 "branch-alias": {
8033                     "dev-master": "1.x-dev"
8034                 },
8035                 "laravel": {
8036                     "providers": [
8037                         "Laravel\\Sail\\SailServiceProvider"
8038                     ]
8039                 }
8040             },
8041             "autoload": {
8042                 "psr-4": {
8043                     "Laravel\\Sail\\": "src/"
8044                 }
8045             },
8046             "notification-url": "https://packagist.org/downloads/",
8047             "license": [
8048                 "MIT"
8049             ],
8050             "authors": [
8051                 {
8052                     "name": "Taylor Otwell",
8053                     "email": "taylor@laravel.com"
8054                 }
8055             ],
8056             "description": "Docker files for running a basic Laravel application.",
8057             "keywords": [
8058                 "docker",
8059                 "laravel"
8060             ],
8061             "support": {
8062                 "issues": "https://github.com/laravel/sail/issues",
8063                 "source": "https://github.com/laravel/sail"
8064             },
8065             "time": "2022-05-02T13:58:40+00:00"
8066         },
8067         {
8068             "name": "mockery/mockery",
8069             "version": "1.5.0",
8070             "source": {
8071                 "type": "git",
8072                 "url": "https://github.com/mockery/mockery.git",
8073                 "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac"
8074             },
8075             "dist": {
8076                 "type": "zip",
8077                 "url": "https://api.github.com/repos/mockery/mockery/zipball/c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac",
8078                 "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac",
8079                 "shasum": ""
8080             },
8081             "require": {
8082                 "hamcrest/hamcrest-php": "^2.0.1",
8083                 "lib-pcre": ">=7.0",
8084                 "php": "^7.3 || ^8.0"
8085             },
8086             "conflict": {
8087                 "phpunit/phpunit": "<8.0"
8088             },
8089             "require-dev": {
8090                 "phpunit/phpunit": "^8.5 || ^9.3"
8091             },
8092             "type": "library",
8093             "extra": {
8094                 "branch-alias": {
8095                     "dev-master": "1.4.x-dev"
8096                 }
8097             },
8098             "autoload": {
8099                 "psr-0": {
8100                     "Mockery": "library/"
8101                 }
8102             },
8103             "notification-url": "https://packagist.org/downloads/",
8104             "license": [
8105                 "BSD-3-Clause"
8106             ],
8107             "authors": [
8108                 {
8109                     "name": "Pádraic Brady",
8110                     "email": "padraic.brady@gmail.com",
8111                     "homepage": "http://blog.astrumfutura.com"
8112                 },
8113                 {
8114                     "name": "Dave Marshall",
8115                     "email": "dave.marshall@atstsolutions.co.uk",
8116                     "homepage": "http://davedevelopment.co.uk"
8117                 }
8118             ],
8119             "description": "Mockery is a simple yet flexible PHP mock object framework",
8120             "homepage": "https://github.com/mockery/mockery",
8121             "keywords": [
8122                 "BDD",
8123                 "TDD",
8124                 "library",
8125                 "mock",
8126                 "mock objects",
8127                 "mockery",
8128                 "stub",
8129                 "test",
8130                 "test double",
8131                 "testing"
8132             ],
8133             "support": {
8134                 "issues": "https://github.com/mockery/mockery/issues",
8135                 "source": "https://github.com/mockery/mockery/tree/1.5.0"
8136             },
8137             "time": "2022-01-20T13:18:17+00:00"
8138         },
8139         {
8140             "name": "myclabs/deep-copy",
8141             "version": "1.11.0",
8142             "source": {
8143                 "type": "git",
8144                 "url": "https://github.com/myclabs/DeepCopy.git",
8145                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
8146             },
8147             "dist": {
8148                 "type": "zip",
8149                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
8150                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
8151                 "shasum": ""
8152             },
8153             "require": {
8154                 "php": "^7.1 || ^8.0"
8155             },
8156             "conflict": {
8157                 "doctrine/collections": "<1.6.8",
8158                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
8159             },
8160             "require-dev": {
8161                 "doctrine/collections": "^1.6.8",
8162                 "doctrine/common": "^2.13.3 || ^3.2.2",
8163                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8164             },
8165             "type": "library",
8166             "autoload": {
8167                 "files": [
8168                     "src/DeepCopy/deep_copy.php"
8169                 ],
8170                 "psr-4": {
8171                     "DeepCopy\\": "src/DeepCopy/"
8172                 }
8173             },
8174             "notification-url": "https://packagist.org/downloads/",
8175             "license": [
8176                 "MIT"
8177             ],
8178             "description": "Create deep copies (clones) of your objects",
8179             "keywords": [
8180                 "clone",
8181                 "copy",
8182                 "duplicate",
8183                 "object",
8184                 "object graph"
8185             ],
8186             "support": {
8187                 "issues": "https://github.com/myclabs/DeepCopy/issues",
8188                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
8189             },
8190             "funding": [
8191                 {
8192                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8193                     "type": "tidelift"
8194                 }
8195             ],
8196             "time": "2022-03-03T13:19:32+00:00"
8197         },
8198         {
8199             "name": "nunomaduro/collision",
8200             "version": "v6.2.0",
8201             "source": {
8202                 "type": "git",
8203                 "url": "https://github.com/nunomaduro/collision.git",
8204                 "reference": "c379636dc50e829edb3a8bcb944a01aa1aed8f25"
8205             },
8206             "dist": {
8207                 "type": "zip",
8208                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/c379636dc50e829edb3a8bcb944a01aa1aed8f25",
8209                 "reference": "c379636dc50e829edb3a8bcb944a01aa1aed8f25",
8210                 "shasum": ""
8211             },
8212             "require": {
8213                 "facade/ignition-contracts": "^1.0.2",
8214                 "filp/whoops": "^2.14.5",
8215                 "php": "^8.0.0",
8216                 "symfony/console": "^6.0.2"
8217             },
8218             "require-dev": {
8219                 "brianium/paratest": "^6.4.1",
8220                 "laravel/framework": "^9.7",
8221                 "nunomaduro/larastan": "^1.0.2",
8222                 "nunomaduro/mock-final-classes": "^1.1.0",
8223                 "orchestra/testbench": "^7.3.0",
8224                 "phpunit/phpunit": "^9.5.11"
8225             },
8226             "type": "library",
8227             "extra": {
8228                 "branch-alias": {
8229                     "dev-develop": "6.x-dev"
8230                 },
8231                 "laravel": {
8232                     "providers": [
8233                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8234                     ]
8235                 }
8236             },
8237             "autoload": {
8238                 "psr-4": {
8239                     "NunoMaduro\\Collision\\": "src/"
8240                 }
8241             },
8242             "notification-url": "https://packagist.org/downloads/",
8243             "license": [
8244                 "MIT"
8245             ],
8246             "authors": [
8247                 {
8248                     "name": "Nuno Maduro",
8249                     "email": "enunomaduro@gmail.com"
8250                 }
8251             ],
8252             "description": "Cli error handling for console/command-line PHP applications.",
8253             "keywords": [
8254                 "artisan",
8255                 "cli",
8256                 "command-line",
8257                 "console",
8258                 "error",
8259                 "handling",
8260                 "laravel",
8261                 "laravel-zero",
8262                 "php",
8263                 "symfony"
8264             ],
8265             "support": {
8266                 "issues": "https://github.com/nunomaduro/collision/issues",
8267                 "source": "https://github.com/nunomaduro/collision"
8268             },
8269             "funding": [
8270                 {
8271                     "url": "https://www.paypal.com/paypalme/enunomaduro",
8272                     "type": "custom"
8273                 },
8274                 {
8275                     "url": "https://github.com/nunomaduro",
8276                     "type": "github"
8277                 },
8278                 {
8279                     "url": "https://www.patreon.com/nunomaduro",
8280                     "type": "patreon"
8281                 }
8282             ],
8283             "time": "2022-04-05T15:31:38+00:00"
8284         },
8285         {
8286             "name": "phar-io/manifest",
8287             "version": "2.0.3",
8288             "source": {
8289                 "type": "git",
8290                 "url": "https://github.com/phar-io/manifest.git",
8291                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
8292             },
8293             "dist": {
8294                 "type": "zip",
8295                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
8296                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
8297                 "shasum": ""
8298             },
8299             "require": {
8300                 "ext-dom": "*",
8301                 "ext-phar": "*",
8302                 "ext-xmlwriter": "*",
8303                 "phar-io/version": "^3.0.1",
8304                 "php": "^7.2 || ^8.0"
8305             },
8306             "type": "library",
8307             "extra": {
8308                 "branch-alias": {
8309                     "dev-master": "2.0.x-dev"
8310                 }
8311             },
8312             "autoload": {
8313                 "classmap": [
8314                     "src/"
8315                 ]
8316             },
8317             "notification-url": "https://packagist.org/downloads/",
8318             "license": [
8319                 "BSD-3-Clause"
8320             ],
8321             "authors": [
8322                 {
8323                     "name": "Arne Blankerts",
8324                     "email": "arne@blankerts.de",
8325                     "role": "Developer"
8326                 },
8327                 {
8328                     "name": "Sebastian Heuer",
8329                     "email": "sebastian@phpeople.de",
8330                     "role": "Developer"
8331                 },
8332                 {
8333                     "name": "Sebastian Bergmann",
8334                     "email": "sebastian@phpunit.de",
8335                     "role": "Developer"
8336                 }
8337             ],
8338             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8339             "support": {
8340                 "issues": "https://github.com/phar-io/manifest/issues",
8341                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
8342             },
8343             "time": "2021-07-20T11:28:43+00:00"
8344         },
8345         {
8346             "name": "phar-io/version",
8347             "version": "3.2.1",
8348             "source": {
8349                 "type": "git",
8350                 "url": "https://github.com/phar-io/version.git",
8351                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8352             },
8353             "dist": {
8354                 "type": "zip",
8355                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8356                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8357                 "shasum": ""
8358             },
8359             "require": {
8360                 "php": "^7.2 || ^8.0"
8361             },
8362             "type": "library",
8363             "autoload": {
8364                 "classmap": [
8365                     "src/"
8366                 ]
8367             },
8368             "notification-url": "https://packagist.org/downloads/",
8369             "license": [
8370                 "BSD-3-Clause"
8371             ],
8372             "authors": [
8373                 {
8374                     "name": "Arne Blankerts",
8375                     "email": "arne@blankerts.de",
8376                     "role": "Developer"
8377                 },
8378                 {
8379                     "name": "Sebastian Heuer",
8380                     "email": "sebastian@phpeople.de",
8381                     "role": "Developer"
8382                 },
8383                 {
8384                     "name": "Sebastian Bergmann",
8385                     "email": "sebastian@phpunit.de",
8386                     "role": "Developer"
8387                 }
8388             ],
8389             "description": "Library for handling version information and constraints",
8390             "support": {
8391                 "issues": "https://github.com/phar-io/version/issues",
8392                 "source": "https://github.com/phar-io/version/tree/3.2.1"
8393             },
8394             "time": "2022-02-21T01:04:05+00:00"
8395         },
8396         {
8397             "name": "phpdocumentor/reflection-common",
8398             "version": "2.2.0",
8399             "source": {
8400                 "type": "git",
8401                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
8402                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
8403             },
8404             "dist": {
8405                 "type": "zip",
8406                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
8407                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
8408                 "shasum": ""
8409             },
8410             "require": {
8411                 "php": "^7.2 || ^8.0"
8412             },
8413             "type": "library",
8414             "extra": {
8415                 "branch-alias": {
8416                     "dev-2.x": "2.x-dev"
8417                 }
8418             },
8419             "autoload": {
8420                 "psr-4": {
8421                     "phpDocumentor\\Reflection\\": "src/"
8422                 }
8423             },
8424             "notification-url": "https://packagist.org/downloads/",
8425             "license": [
8426                 "MIT"
8427             ],
8428             "authors": [
8429                 {
8430                     "name": "Jaap van Otterdijk",
8431                     "email": "opensource@ijaap.nl"
8432                 }
8433             ],
8434             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
8435             "homepage": "http://www.phpdoc.org",
8436             "keywords": [
8437                 "FQSEN",
8438                 "phpDocumentor",
8439                 "phpdoc",
8440                 "reflection",
8441                 "static analysis"
8442             ],
8443             "support": {
8444                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
8445                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
8446             },
8447             "time": "2020-06-27T09:03:43+00:00"
8448         },
8449         {
8450             "name": "phpdocumentor/reflection-docblock",
8451             "version": "5.3.0",
8452             "source": {
8453                 "type": "git",
8454                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8455                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
8456             },
8457             "dist": {
8458                 "type": "zip",
8459                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
8460                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
8461                 "shasum": ""
8462             },
8463             "require": {
8464                 "ext-filter": "*",
8465                 "php": "^7.2 || ^8.0",
8466                 "phpdocumentor/reflection-common": "^2.2",
8467                 "phpdocumentor/type-resolver": "^1.3",
8468                 "webmozart/assert": "^1.9.1"
8469             },
8470             "require-dev": {
8471                 "mockery/mockery": "~1.3.2",
8472                 "psalm/phar": "^4.8"
8473             },
8474             "type": "library",
8475             "extra": {
8476                 "branch-alias": {
8477                     "dev-master": "5.x-dev"
8478                 }
8479             },
8480             "autoload": {
8481                 "psr-4": {
8482                     "phpDocumentor\\Reflection\\": "src"
8483                 }
8484             },
8485             "notification-url": "https://packagist.org/downloads/",
8486             "license": [
8487                 "MIT"
8488             ],
8489             "authors": [
8490                 {
8491                     "name": "Mike van Riel",
8492                     "email": "me@mikevanriel.com"
8493                 },
8494                 {
8495                     "name": "Jaap van Otterdijk",
8496                     "email": "account@ijaap.nl"
8497                 }
8498             ],
8499             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
8500             "support": {
8501                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
8502                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
8503             },
8504             "time": "2021-10-19T17:43:47+00:00"
8505         },
8506         {
8507             "name": "phpdocumentor/type-resolver",
8508             "version": "1.6.1",
8509             "source": {
8510                 "type": "git",
8511                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
8512                 "reference": "77a32518733312af16a44300404e945338981de3"
8513             },
8514             "dist": {
8515                 "type": "zip",
8516                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
8517                 "reference": "77a32518733312af16a44300404e945338981de3",
8518                 "shasum": ""
8519             },
8520             "require": {
8521                 "php": "^7.2 || ^8.0",
8522                 "phpdocumentor/reflection-common": "^2.0"
8523             },
8524             "require-dev": {
8525                 "ext-tokenizer": "*",
8526                 "psalm/phar": "^4.8"
8527             },
8528             "type": "library",
8529             "extra": {
8530                 "branch-alias": {
8531                     "dev-1.x": "1.x-dev"
8532                 }
8533             },
8534             "autoload": {
8535                 "psr-4": {
8536                     "phpDocumentor\\Reflection\\": "src"
8537                 }
8538             },
8539             "notification-url": "https://packagist.org/downloads/",
8540             "license": [
8541                 "MIT"
8542             ],
8543             "authors": [
8544                 {
8545                     "name": "Mike van Riel",
8546                     "email": "me@mikevanriel.com"
8547                 }
8548             ],
8549             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
8550             "support": {
8551                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
8552                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
8553             },
8554             "time": "2022-03-15T21:29:03+00:00"
8555         },
8556         {
8557             "name": "phpspec/prophecy",
8558             "version": "v1.15.0",
8559             "source": {
8560                 "type": "git",
8561                 "url": "https://github.com/phpspec/prophecy.git",
8562                 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
8563             },
8564             "dist": {
8565                 "type": "zip",
8566                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
8567                 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
8568                 "shasum": ""
8569             },
8570             "require": {
8571                 "doctrine/instantiator": "^1.2",
8572                 "php": "^7.2 || ~8.0, <8.2",
8573                 "phpdocumentor/reflection-docblock": "^5.2",
8574                 "sebastian/comparator": "^3.0 || ^4.0",
8575                 "sebastian/recursion-context": "^3.0 || ^4.0"
8576             },
8577             "require-dev": {
8578                 "phpspec/phpspec": "^6.0 || ^7.0",
8579                 "phpunit/phpunit": "^8.0 || ^9.0"
8580             },
8581             "type": "library",
8582             "extra": {
8583                 "branch-alias": {
8584                     "dev-master": "1.x-dev"
8585                 }
8586             },
8587             "autoload": {
8588                 "psr-4": {
8589                     "Prophecy\\": "src/Prophecy"
8590                 }
8591             },
8592             "notification-url": "https://packagist.org/downloads/",
8593             "license": [
8594                 "MIT"
8595             ],
8596             "authors": [
8597                 {
8598                     "name": "Konstantin Kudryashov",
8599                     "email": "ever.zet@gmail.com",
8600                     "homepage": "http://everzet.com"
8601                 },
8602                 {
8603                     "name": "Marcello Duarte",
8604                     "email": "marcello.duarte@gmail.com"
8605                 }
8606             ],
8607             "description": "Highly opinionated mocking framework for PHP 5.3+",
8608             "homepage": "https://github.com/phpspec/prophecy",
8609             "keywords": [
8610                 "Double",
8611                 "Dummy",
8612                 "fake",
8613                 "mock",
8614                 "spy",
8615                 "stub"
8616             ],
8617             "support": {
8618                 "issues": "https://github.com/phpspec/prophecy/issues",
8619                 "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
8620             },
8621             "time": "2021-12-08T12:19:24+00:00"
8622         },
8623         {
8624             "name": "phpunit/php-code-coverage",
8625             "version": "9.2.15",
8626             "source": {
8627                 "type": "git",
8628                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8629                 "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f"
8630             },
8631             "dist": {
8632                 "type": "zip",
8633                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
8634                 "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
8635                 "shasum": ""
8636             },
8637             "require": {
8638                 "ext-dom": "*",
8639                 "ext-libxml": "*",
8640                 "ext-xmlwriter": "*",
8641                 "nikic/php-parser": "^4.13.0",
8642                 "php": ">=7.3",
8643                 "phpunit/php-file-iterator": "^3.0.3",
8644                 "phpunit/php-text-template": "^2.0.2",
8645                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
8646                 "sebastian/complexity": "^2.0",
8647                 "sebastian/environment": "^5.1.2",
8648                 "sebastian/lines-of-code": "^1.0.3",
8649                 "sebastian/version": "^3.0.1",
8650                 "theseer/tokenizer": "^1.2.0"
8651             },
8652             "require-dev": {
8653                 "phpunit/phpunit": "^9.3"
8654             },
8655             "suggest": {
8656                 "ext-pcov": "*",
8657                 "ext-xdebug": "*"
8658             },
8659             "type": "library",
8660             "extra": {
8661                 "branch-alias": {
8662                     "dev-master": "9.2-dev"
8663                 }
8664             },
8665             "autoload": {
8666                 "classmap": [
8667                     "src/"
8668                 ]
8669             },
8670             "notification-url": "https://packagist.org/downloads/",
8671             "license": [
8672                 "BSD-3-Clause"
8673             ],
8674             "authors": [
8675                 {
8676                     "name": "Sebastian Bergmann",
8677                     "email": "sebastian@phpunit.de",
8678                     "role": "lead"
8679                 }
8680             ],
8681             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8682             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8683             "keywords": [
8684                 "coverage",
8685                 "testing",
8686                 "xunit"
8687             ],
8688             "support": {
8689                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8690                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15"
8691             },
8692             "funding": [
8693                 {
8694                     "url": "https://github.com/sebastianbergmann",
8695                     "type": "github"
8696                 }
8697             ],
8698             "time": "2022-03-07T09:28:20+00:00"
8699         },
8700         {
8701             "name": "phpunit/php-file-iterator",
8702             "version": "3.0.6",
8703             "source": {
8704                 "type": "git",
8705                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8706                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
8707             },
8708             "dist": {
8709                 "type": "zip",
8710                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
8711                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
8712                 "shasum": ""
8713             },
8714             "require": {
8715                 "php": ">=7.3"
8716             },
8717             "require-dev": {
8718                 "phpunit/phpunit": "^9.3"
8719             },
8720             "type": "library",
8721             "extra": {
8722                 "branch-alias": {
8723                     "dev-master": "3.0-dev"
8724                 }
8725             },
8726             "autoload": {
8727                 "classmap": [
8728                     "src/"
8729                 ]
8730             },
8731             "notification-url": "https://packagist.org/downloads/",
8732             "license": [
8733                 "BSD-3-Clause"
8734             ],
8735             "authors": [
8736                 {
8737                     "name": "Sebastian Bergmann",
8738                     "email": "sebastian@phpunit.de",
8739                     "role": "lead"
8740                 }
8741             ],
8742             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8743             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8744             "keywords": [
8745                 "filesystem",
8746                 "iterator"
8747             ],
8748             "support": {
8749                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8750                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
8751             },
8752             "funding": [
8753                 {
8754                     "url": "https://github.com/sebastianbergmann",
8755                     "type": "github"
8756                 }
8757             ],
8758             "time": "2021-12-02T12:48:52+00:00"
8759         },
8760         {
8761             "name": "phpunit/php-invoker",
8762             "version": "3.1.1",
8763             "source": {
8764                 "type": "git",
8765                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8766                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
8767             },
8768             "dist": {
8769                 "type": "zip",
8770                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
8771                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
8772                 "shasum": ""
8773             },
8774             "require": {
8775                 "php": ">=7.3"
8776             },
8777             "require-dev": {
8778                 "ext-pcntl": "*",
8779                 "phpunit/phpunit": "^9.3"
8780             },
8781             "suggest": {
8782                 "ext-pcntl": "*"
8783             },
8784             "type": "library",
8785             "extra": {
8786                 "branch-alias": {
8787                     "dev-master": "3.1-dev"
8788                 }
8789             },
8790             "autoload": {
8791                 "classmap": [
8792                     "src/"
8793                 ]
8794             },
8795             "notification-url": "https://packagist.org/downloads/",
8796             "license": [
8797                 "BSD-3-Clause"
8798             ],
8799             "authors": [
8800                 {
8801                     "name": "Sebastian Bergmann",
8802                     "email": "sebastian@phpunit.de",
8803                     "role": "lead"
8804                 }
8805             ],
8806             "description": "Invoke callables with a timeout",
8807             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8808             "keywords": [
8809                 "process"
8810             ],
8811             "support": {
8812                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8813                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
8814             },
8815             "funding": [
8816                 {
8817                     "url": "https://github.com/sebastianbergmann",
8818                     "type": "github"
8819                 }
8820             ],
8821             "time": "2020-09-28T05:58:55+00:00"
8822         },
8823         {
8824             "name": "phpunit/php-text-template",
8825             "version": "2.0.4",
8826             "source": {
8827                 "type": "git",
8828                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8829                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
8830             },
8831             "dist": {
8832                 "type": "zip",
8833                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
8834                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
8835                 "shasum": ""
8836             },
8837             "require": {
8838                 "php": ">=7.3"
8839             },
8840             "require-dev": {
8841                 "phpunit/phpunit": "^9.3"
8842             },
8843             "type": "library",
8844             "extra": {
8845                 "branch-alias": {
8846                     "dev-master": "2.0-dev"
8847                 }
8848             },
8849             "autoload": {
8850                 "classmap": [
8851                     "src/"
8852                 ]
8853             },
8854             "notification-url": "https://packagist.org/downloads/",
8855             "license": [
8856                 "BSD-3-Clause"
8857             ],
8858             "authors": [
8859                 {
8860                     "name": "Sebastian Bergmann",
8861                     "email": "sebastian@phpunit.de",
8862                     "role": "lead"
8863                 }
8864             ],
8865             "description": "Simple template engine.",
8866             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8867             "keywords": [
8868                 "template"
8869             ],
8870             "support": {
8871                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8872                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
8873             },
8874             "funding": [
8875                 {
8876                     "url": "https://github.com/sebastianbergmann",
8877                     "type": "github"
8878                 }
8879             ],
8880             "time": "2020-10-26T05:33:50+00:00"
8881         },
8882         {
8883             "name": "phpunit/php-timer",
8884             "version": "5.0.3",
8885             "source": {
8886                 "type": "git",
8887                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8888                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
8889             },
8890             "dist": {
8891                 "type": "zip",
8892                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
8893                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
8894                 "shasum": ""
8895             },
8896             "require": {
8897                 "php": ">=7.3"
8898             },
8899             "require-dev": {
8900                 "phpunit/phpunit": "^9.3"
8901             },
8902             "type": "library",
8903             "extra": {
8904                 "branch-alias": {
8905                     "dev-master": "5.0-dev"
8906                 }
8907             },
8908             "autoload": {
8909                 "classmap": [
8910                     "src/"
8911                 ]
8912             },
8913             "notification-url": "https://packagist.org/downloads/",
8914             "license": [
8915                 "BSD-3-Clause"
8916             ],
8917             "authors": [
8918                 {
8919                     "name": "Sebastian Bergmann",
8920                     "email": "sebastian@phpunit.de",
8921                     "role": "lead"
8922                 }
8923             ],
8924             "description": "Utility class for timing",
8925             "homepage": "https://github.com/sebastianbergmann/php-timer/",
8926             "keywords": [
8927                 "timer"
8928             ],
8929             "support": {
8930                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
8931                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
8932             },
8933             "funding": [
8934                 {
8935                     "url": "https://github.com/sebastianbergmann",
8936                     "type": "github"
8937                 }
8938             ],
8939             "time": "2020-10-26T13:16:10+00:00"
8940         },
8941         {
8942             "name": "phpunit/phpunit",
8943             "version": "9.5.20",
8944             "source": {
8945                 "type": "git",
8946                 "url": "https://github.com/sebastianbergmann/phpunit.git",
8947                 "reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba"
8948             },
8949             "dist": {
8950                 "type": "zip",
8951                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/12bc8879fb65aef2138b26fc633cb1e3620cffba",
8952                 "reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba",
8953                 "shasum": ""
8954             },
8955             "require": {
8956                 "doctrine/instantiator": "^1.3.1",
8957                 "ext-dom": "*",
8958                 "ext-json": "*",
8959                 "ext-libxml": "*",
8960                 "ext-mbstring": "*",
8961                 "ext-xml": "*",
8962                 "ext-xmlwriter": "*",
8963                 "myclabs/deep-copy": "^1.10.1",
8964                 "phar-io/manifest": "^2.0.3",
8965                 "phar-io/version": "^3.0.2",
8966                 "php": ">=7.3",
8967                 "phpspec/prophecy": "^1.12.1",
8968                 "phpunit/php-code-coverage": "^9.2.13",
8969                 "phpunit/php-file-iterator": "^3.0.5",
8970                 "phpunit/php-invoker": "^3.1.1",
8971                 "phpunit/php-text-template": "^2.0.3",
8972                 "phpunit/php-timer": "^5.0.2",
8973                 "sebastian/cli-parser": "^1.0.1",
8974                 "sebastian/code-unit": "^1.0.6",
8975                 "sebastian/comparator": "^4.0.5",
8976                 "sebastian/diff": "^4.0.3",
8977                 "sebastian/environment": "^5.1.3",
8978                 "sebastian/exporter": "^4.0.3",
8979                 "sebastian/global-state": "^5.0.1",
8980                 "sebastian/object-enumerator": "^4.0.3",
8981                 "sebastian/resource-operations": "^3.0.3",
8982                 "sebastian/type": "^3.0",
8983                 "sebastian/version": "^3.0.2"
8984             },
8985             "require-dev": {
8986                 "ext-pdo": "*",
8987                 "phpspec/prophecy-phpunit": "^2.0.1"
8988             },
8989             "suggest": {
8990                 "ext-soap": "*",
8991                 "ext-xdebug": "*"
8992             },
8993             "bin": [
8994                 "phpunit"
8995             ],
8996             "type": "library",
8997             "extra": {
8998                 "branch-alias": {
8999                     "dev-master": "9.5-dev"
9000                 }
9001             },
9002             "autoload": {
9003                 "files": [
9004                     "src/Framework/Assert/Functions.php"
9005                 ],
9006                 "classmap": [
9007                     "src/"
9008                 ]
9009             },
9010             "notification-url": "https://packagist.org/downloads/",
9011             "license": [
9012                 "BSD-3-Clause"
9013             ],
9014             "authors": [
9015                 {
9016                     "name": "Sebastian Bergmann",
9017                     "email": "sebastian@phpunit.de",
9018                     "role": "lead"
9019                 }
9020             ],
9021             "description": "The PHP Unit Testing framework.",
9022             "homepage": "https://phpunit.de/",
9023             "keywords": [
9024                 "phpunit",
9025                 "testing",
9026                 "xunit"
9027             ],
9028             "support": {
9029                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9030                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.20"
9031             },
9032             "funding": [
9033                 {
9034                     "url": "https://phpunit.de/sponsors.html",
9035                     "type": "custom"
9036                 },
9037                 {
9038                     "url": "https://github.com/sebastianbergmann",
9039                     "type": "github"
9040                 }
9041             ],
9042             "time": "2022-04-01T12:37:26+00:00"
9043         },
9044         {
9045             "name": "sebastian/cli-parser",
9046             "version": "1.0.1",
9047             "source": {
9048                 "type": "git",
9049                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9050                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
9051             },
9052             "dist": {
9053                 "type": "zip",
9054                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9055                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9056                 "shasum": ""
9057             },
9058             "require": {
9059                 "php": ">=7.3"
9060             },
9061             "require-dev": {
9062                 "phpunit/phpunit": "^9.3"
9063             },
9064             "type": "library",
9065             "extra": {
9066                 "branch-alias": {
9067                     "dev-master": "1.0-dev"
9068                 }
9069             },
9070             "autoload": {
9071                 "classmap": [
9072                     "src/"
9073                 ]
9074             },
9075             "notification-url": "https://packagist.org/downloads/",
9076             "license": [
9077                 "BSD-3-Clause"
9078             ],
9079             "authors": [
9080                 {
9081                     "name": "Sebastian Bergmann",
9082                     "email": "sebastian@phpunit.de",
9083                     "role": "lead"
9084                 }
9085             ],
9086             "description": "Library for parsing CLI options",
9087             "homepage": "https://github.com/sebastianbergmann/cli-parser",
9088             "support": {
9089                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9090                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
9091             },
9092             "funding": [
9093                 {
9094                     "url": "https://github.com/sebastianbergmann",
9095                     "type": "github"
9096                 }
9097             ],
9098             "time": "2020-09-28T06:08:49+00:00"
9099         },
9100         {
9101             "name": "sebastian/code-unit",
9102             "version": "1.0.8",
9103             "source": {
9104                 "type": "git",
9105                 "url": "https://github.com/sebastianbergmann/code-unit.git",
9106                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
9107             },
9108             "dist": {
9109                 "type": "zip",
9110                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
9111                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
9112                 "shasum": ""
9113             },
9114             "require": {
9115                 "php": ">=7.3"
9116             },
9117             "require-dev": {
9118                 "phpunit/phpunit": "^9.3"
9119             },
9120             "type": "library",
9121             "extra": {
9122                 "branch-alias": {
9123                     "dev-master": "1.0-dev"
9124                 }
9125             },
9126             "autoload": {
9127                 "classmap": [
9128                     "src/"
9129                 ]
9130             },
9131             "notification-url": "https://packagist.org/downloads/",
9132             "license": [
9133                 "BSD-3-Clause"
9134             ],
9135             "authors": [
9136                 {
9137                     "name": "Sebastian Bergmann",
9138                     "email": "sebastian@phpunit.de",
9139                     "role": "lead"
9140                 }
9141             ],
9142             "description": "Collection of value objects that represent the PHP code units",
9143             "homepage": "https://github.com/sebastianbergmann/code-unit",
9144             "support": {
9145                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9146                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
9147             },
9148             "funding": [
9149                 {
9150                     "url": "https://github.com/sebastianbergmann",
9151                     "type": "github"
9152                 }
9153             ],
9154             "time": "2020-10-26T13:08:54+00:00"
9155         },
9156         {
9157             "name": "sebastian/code-unit-reverse-lookup",
9158             "version": "2.0.3",
9159             "source": {
9160                 "type": "git",
9161                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9162                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
9163             },
9164             "dist": {
9165                 "type": "zip",
9166                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9167                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9168                 "shasum": ""
9169             },
9170             "require": {
9171                 "php": ">=7.3"
9172             },
9173             "require-dev": {
9174                 "phpunit/phpunit": "^9.3"
9175             },
9176             "type": "library",
9177             "extra": {
9178                 "branch-alias": {
9179                     "dev-master": "2.0-dev"
9180                 }
9181             },
9182             "autoload": {
9183                 "classmap": [
9184                     "src/"
9185                 ]
9186             },
9187             "notification-url": "https://packagist.org/downloads/",
9188             "license": [
9189                 "BSD-3-Clause"
9190             ],
9191             "authors": [
9192                 {
9193                     "name": "Sebastian Bergmann",
9194                     "email": "sebastian@phpunit.de"
9195                 }
9196             ],
9197             "description": "Looks up which function or method a line of code belongs to",
9198             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9199             "support": {
9200                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9201                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
9202             },
9203             "funding": [
9204                 {
9205                     "url": "https://github.com/sebastianbergmann",
9206                     "type": "github"
9207                 }
9208             ],
9209             "time": "2020-09-28T05:30:19+00:00"
9210         },
9211         {
9212             "name": "sebastian/comparator",
9213             "version": "4.0.6",
9214             "source": {
9215                 "type": "git",
9216                 "url": "https://github.com/sebastianbergmann/comparator.git",
9217                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
9218             },
9219             "dist": {
9220                 "type": "zip",
9221                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
9222                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
9223                 "shasum": ""
9224             },
9225             "require": {
9226                 "php": ">=7.3",
9227                 "sebastian/diff": "^4.0",
9228                 "sebastian/exporter": "^4.0"
9229             },
9230             "require-dev": {
9231                 "phpunit/phpunit": "^9.3"
9232             },
9233             "type": "library",
9234             "extra": {
9235                 "branch-alias": {
9236                     "dev-master": "4.0-dev"
9237                 }
9238             },
9239             "autoload": {
9240                 "classmap": [
9241                     "src/"
9242                 ]
9243             },
9244             "notification-url": "https://packagist.org/downloads/",
9245             "license": [
9246                 "BSD-3-Clause"
9247             ],
9248             "authors": [
9249                 {
9250                     "name": "Sebastian Bergmann",
9251                     "email": "sebastian@phpunit.de"
9252                 },
9253                 {
9254                     "name": "Jeff Welch",
9255                     "email": "whatthejeff@gmail.com"
9256                 },
9257                 {
9258                     "name": "Volker Dusch",
9259                     "email": "github@wallbash.com"
9260                 },
9261                 {
9262                     "name": "Bernhard Schussek",
9263                     "email": "bschussek@2bepublished.at"
9264                 }
9265             ],
9266             "description": "Provides the functionality to compare PHP values for equality",
9267             "homepage": "https://github.com/sebastianbergmann/comparator",
9268             "keywords": [
9269                 "comparator",
9270                 "compare",
9271                 "equality"
9272             ],
9273             "support": {
9274                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9275                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
9276             },
9277             "funding": [
9278                 {
9279                     "url": "https://github.com/sebastianbergmann",
9280                     "type": "github"
9281                 }
9282             ],
9283             "time": "2020-10-26T15:49:45+00:00"
9284         },
9285         {
9286             "name": "sebastian/complexity",
9287             "version": "2.0.2",
9288             "source": {
9289                 "type": "git",
9290                 "url": "https://github.com/sebastianbergmann/complexity.git",
9291                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
9292             },
9293             "dist": {
9294                 "type": "zip",
9295                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
9296                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
9297                 "shasum": ""
9298             },
9299             "require": {
9300                 "nikic/php-parser": "^4.7",
9301                 "php": ">=7.3"
9302             },
9303             "require-dev": {
9304                 "phpunit/phpunit": "^9.3"
9305             },
9306             "type": "library",
9307             "extra": {
9308                 "branch-alias": {
9309                     "dev-master": "2.0-dev"
9310                 }
9311             },
9312             "autoload": {
9313                 "classmap": [
9314                     "src/"
9315                 ]
9316             },
9317             "notification-url": "https://packagist.org/downloads/",
9318             "license": [
9319                 "BSD-3-Clause"
9320             ],
9321             "authors": [
9322                 {
9323                     "name": "Sebastian Bergmann",
9324                     "email": "sebastian@phpunit.de",
9325                     "role": "lead"
9326                 }
9327             ],
9328             "description": "Library for calculating the complexity of PHP code units",
9329             "homepage": "https://github.com/sebastianbergmann/complexity",
9330             "support": {
9331                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9332                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
9333             },
9334             "funding": [
9335                 {
9336                     "url": "https://github.com/sebastianbergmann",
9337                     "type": "github"
9338                 }
9339             ],
9340             "time": "2020-10-26T15:52:27+00:00"
9341         },
9342         {
9343             "name": "sebastian/diff",
9344             "version": "4.0.4",
9345             "source": {
9346                 "type": "git",
9347                 "url": "https://github.com/sebastianbergmann/diff.git",
9348                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
9349             },
9350             "dist": {
9351                 "type": "zip",
9352                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
9353                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
9354                 "shasum": ""
9355             },
9356             "require": {
9357                 "php": ">=7.3"
9358             },
9359             "require-dev": {
9360                 "phpunit/phpunit": "^9.3",
9361                 "symfony/process": "^4.2 || ^5"
9362             },
9363             "type": "library",
9364             "extra": {
9365                 "branch-alias": {
9366                     "dev-master": "4.0-dev"
9367                 }
9368             },
9369             "autoload": {
9370                 "classmap": [
9371                     "src/"
9372                 ]
9373             },
9374             "notification-url": "https://packagist.org/downloads/",
9375             "license": [
9376                 "BSD-3-Clause"
9377             ],
9378             "authors": [
9379                 {
9380                     "name": "Sebastian Bergmann",
9381                     "email": "sebastian@phpunit.de"
9382                 },
9383                 {
9384                     "name": "Kore Nordmann",
9385                     "email": "mail@kore-nordmann.de"
9386                 }
9387             ],
9388             "description": "Diff implementation",
9389             "homepage": "https://github.com/sebastianbergmann/diff",
9390             "keywords": [
9391                 "diff",
9392                 "udiff",
9393                 "unidiff",
9394                 "unified diff"
9395             ],
9396             "support": {
9397                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9398                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
9399             },
9400             "funding": [
9401                 {
9402                     "url": "https://github.com/sebastianbergmann",
9403                     "type": "github"
9404                 }
9405             ],
9406             "time": "2020-10-26T13:10:38+00:00"
9407         },
9408         {
9409             "name": "sebastian/environment",
9410             "version": "5.1.4",
9411             "source": {
9412                 "type": "git",
9413                 "url": "https://github.com/sebastianbergmann/environment.git",
9414                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
9415             },
9416             "dist": {
9417                 "type": "zip",
9418                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
9419                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
9420                 "shasum": ""
9421             },
9422             "require": {
9423                 "php": ">=7.3"
9424             },
9425             "require-dev": {
9426                 "phpunit/phpunit": "^9.3"
9427             },
9428             "suggest": {
9429                 "ext-posix": "*"
9430             },
9431             "type": "library",
9432             "extra": {
9433                 "branch-alias": {
9434                     "dev-master": "5.1-dev"
9435                 }
9436             },
9437             "autoload": {
9438                 "classmap": [
9439                     "src/"
9440                 ]
9441             },
9442             "notification-url": "https://packagist.org/downloads/",
9443             "license": [
9444                 "BSD-3-Clause"
9445             ],
9446             "authors": [
9447                 {
9448                     "name": "Sebastian Bergmann",
9449                     "email": "sebastian@phpunit.de"
9450                 }
9451             ],
9452             "description": "Provides functionality to handle HHVM/PHP environments",
9453             "homepage": "http://www.github.com/sebastianbergmann/environment",
9454             "keywords": [
9455                 "Xdebug",
9456                 "environment",
9457                 "hhvm"
9458             ],
9459             "support": {
9460                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9461                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
9462             },
9463             "funding": [
9464                 {
9465                     "url": "https://github.com/sebastianbergmann",
9466                     "type": "github"
9467                 }
9468             ],
9469             "time": "2022-04-03T09:37:03+00:00"
9470         },
9471         {
9472             "name": "sebastian/exporter",
9473             "version": "4.0.4",
9474             "source": {
9475                 "type": "git",
9476                 "url": "https://github.com/sebastianbergmann/exporter.git",
9477                 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
9478             },
9479             "dist": {
9480                 "type": "zip",
9481                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
9482                 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
9483                 "shasum": ""
9484             },
9485             "require": {
9486                 "php": ">=7.3",
9487                 "sebastian/recursion-context": "^4.0"
9488             },
9489             "require-dev": {
9490                 "ext-mbstring": "*",
9491                 "phpunit/phpunit": "^9.3"
9492             },
9493             "type": "library",
9494             "extra": {
9495                 "branch-alias": {
9496                     "dev-master": "4.0-dev"
9497                 }
9498             },
9499             "autoload": {
9500                 "classmap": [
9501                     "src/"
9502                 ]
9503             },
9504             "notification-url": "https://packagist.org/downloads/",
9505             "license": [
9506                 "BSD-3-Clause"
9507             ],
9508             "authors": [
9509                 {
9510                     "name": "Sebastian Bergmann",
9511                     "email": "sebastian@phpunit.de"
9512                 },
9513                 {
9514                     "name": "Jeff Welch",
9515                     "email": "whatthejeff@gmail.com"
9516                 },
9517                 {
9518                     "name": "Volker Dusch",
9519                     "email": "github@wallbash.com"
9520                 },
9521                 {
9522                     "name": "Adam Harvey",
9523                     "email": "aharvey@php.net"
9524                 },
9525                 {
9526                     "name": "Bernhard Schussek",
9527                     "email": "bschussek@gmail.com"
9528                 }
9529             ],
9530             "description": "Provides the functionality to export PHP variables for visualization",
9531             "homepage": "https://www.github.com/sebastianbergmann/exporter",
9532             "keywords": [
9533                 "export",
9534                 "exporter"
9535             ],
9536             "support": {
9537                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9538                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
9539             },
9540             "funding": [
9541                 {
9542                     "url": "https://github.com/sebastianbergmann",
9543                     "type": "github"
9544                 }
9545             ],
9546             "time": "2021-11-11T14:18:36+00:00"
9547         },
9548         {
9549             "name": "sebastian/global-state",
9550             "version": "5.0.5",
9551             "source": {
9552                 "type": "git",
9553                 "url": "https://github.com/sebastianbergmann/global-state.git",
9554                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
9555             },
9556             "dist": {
9557                 "type": "zip",
9558                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
9559                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
9560                 "shasum": ""
9561             },
9562             "require": {
9563                 "php": ">=7.3",
9564                 "sebastian/object-reflector": "^2.0",
9565                 "sebastian/recursion-context": "^4.0"
9566             },
9567             "require-dev": {
9568                 "ext-dom": "*",
9569                 "phpunit/phpunit": "^9.3"
9570             },
9571             "suggest": {
9572                 "ext-uopz": "*"
9573             },
9574             "type": "library",
9575             "extra": {
9576                 "branch-alias": {
9577                     "dev-master": "5.0-dev"
9578                 }
9579             },
9580             "autoload": {
9581                 "classmap": [
9582                     "src/"
9583                 ]
9584             },
9585             "notification-url": "https://packagist.org/downloads/",
9586             "license": [
9587                 "BSD-3-Clause"
9588             ],
9589             "authors": [
9590                 {
9591                     "name": "Sebastian Bergmann",
9592                     "email": "sebastian@phpunit.de"
9593                 }
9594             ],
9595             "description": "Snapshotting of global state",
9596             "homepage": "http://www.github.com/sebastianbergmann/global-state",
9597             "keywords": [
9598                 "global state"
9599             ],
9600             "support": {
9601                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9602                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
9603             },
9604             "funding": [
9605                 {
9606                     "url": "https://github.com/sebastianbergmann",
9607                     "type": "github"
9608                 }
9609             ],
9610             "time": "2022-02-14T08:28:10+00:00"
9611         },
9612         {
9613             "name": "sebastian/lines-of-code",
9614             "version": "1.0.3",
9615             "source": {
9616                 "type": "git",
9617                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9618                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
9619             },
9620             "dist": {
9621                 "type": "zip",
9622                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
9623                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
9624                 "shasum": ""
9625             },
9626             "require": {
9627                 "nikic/php-parser": "^4.6",
9628                 "php": ">=7.3"
9629             },
9630             "require-dev": {
9631                 "phpunit/phpunit": "^9.3"
9632             },
9633             "type": "library",
9634             "extra": {
9635                 "branch-alias": {
9636                     "dev-master": "1.0-dev"
9637                 }
9638             },
9639             "autoload": {
9640                 "classmap": [
9641                     "src/"
9642                 ]
9643             },
9644             "notification-url": "https://packagist.org/downloads/",
9645             "license": [
9646                 "BSD-3-Clause"
9647             ],
9648             "authors": [
9649                 {
9650                     "name": "Sebastian Bergmann",
9651                     "email": "sebastian@phpunit.de",
9652                     "role": "lead"
9653                 }
9654             ],
9655             "description": "Library for counting the lines of code in PHP source code",
9656             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9657             "support": {
9658                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9659                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
9660             },
9661             "funding": [
9662                 {
9663                     "url": "https://github.com/sebastianbergmann",
9664                     "type": "github"
9665                 }
9666             ],
9667             "time": "2020-11-28T06:42:11+00:00"
9668         },
9669         {
9670             "name": "sebastian/object-enumerator",
9671             "version": "4.0.4",
9672             "source": {
9673                 "type": "git",
9674                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9675                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
9676             },
9677             "dist": {
9678                 "type": "zip",
9679                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
9680                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
9681                 "shasum": ""
9682             },
9683             "require": {
9684                 "php": ">=7.3",
9685                 "sebastian/object-reflector": "^2.0",
9686                 "sebastian/recursion-context": "^4.0"
9687             },
9688             "require-dev": {
9689                 "phpunit/phpunit": "^9.3"
9690             },
9691             "type": "library",
9692             "extra": {
9693                 "branch-alias": {
9694                     "dev-master": "4.0-dev"
9695                 }
9696             },
9697             "autoload": {
9698                 "classmap": [
9699                     "src/"
9700                 ]
9701             },
9702             "notification-url": "https://packagist.org/downloads/",
9703             "license": [
9704                 "BSD-3-Clause"
9705             ],
9706             "authors": [
9707                 {
9708                     "name": "Sebastian Bergmann",
9709                     "email": "sebastian@phpunit.de"
9710                 }
9711             ],
9712             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9713             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9714             "support": {
9715                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9716                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
9717             },
9718             "funding": [
9719                 {
9720                     "url": "https://github.com/sebastianbergmann",
9721                     "type": "github"
9722                 }
9723             ],
9724             "time": "2020-10-26T13:12:34+00:00"
9725         },
9726         {
9727             "name": "sebastian/object-reflector",
9728             "version": "2.0.4",
9729             "source": {
9730                 "type": "git",
9731                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9732                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
9733             },
9734             "dist": {
9735                 "type": "zip",
9736                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
9737                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
9738                 "shasum": ""
9739             },
9740             "require": {
9741                 "php": ">=7.3"
9742             },
9743             "require-dev": {
9744                 "phpunit/phpunit": "^9.3"
9745             },
9746             "type": "library",
9747             "extra": {
9748                 "branch-alias": {
9749                     "dev-master": "2.0-dev"
9750                 }
9751             },
9752             "autoload": {
9753                 "classmap": [
9754                     "src/"
9755                 ]
9756             },
9757             "notification-url": "https://packagist.org/downloads/",
9758             "license": [
9759                 "BSD-3-Clause"
9760             ],
9761             "authors": [
9762                 {
9763                     "name": "Sebastian Bergmann",
9764                     "email": "sebastian@phpunit.de"
9765                 }
9766             ],
9767             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9768             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9769             "support": {
9770                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9771                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
9772             },
9773             "funding": [
9774                 {
9775                     "url": "https://github.com/sebastianbergmann",
9776                     "type": "github"
9777                 }
9778             ],
9779             "time": "2020-10-26T13:14:26+00:00"
9780         },
9781         {
9782             "name": "sebastian/recursion-context",
9783             "version": "4.0.4",
9784             "source": {
9785                 "type": "git",
9786                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9787                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
9788             },
9789             "dist": {
9790                 "type": "zip",
9791                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
9792                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
9793                 "shasum": ""
9794             },
9795             "require": {
9796                 "php": ">=7.3"
9797             },
9798             "require-dev": {
9799                 "phpunit/phpunit": "^9.3"
9800             },
9801             "type": "library",
9802             "extra": {
9803                 "branch-alias": {
9804                     "dev-master": "4.0-dev"
9805                 }
9806             },
9807             "autoload": {
9808                 "classmap": [
9809                     "src/"
9810                 ]
9811             },
9812             "notification-url": "https://packagist.org/downloads/",
9813             "license": [
9814                 "BSD-3-Clause"
9815             ],
9816             "authors": [
9817                 {
9818                     "name": "Sebastian Bergmann",
9819                     "email": "sebastian@phpunit.de"
9820                 },
9821                 {
9822                     "name": "Jeff Welch",
9823                     "email": "whatthejeff@gmail.com"
9824                 },
9825                 {
9826                     "name": "Adam Harvey",
9827                     "email": "aharvey@php.net"
9828                 }
9829             ],
9830             "description": "Provides functionality to recursively process PHP variables",
9831             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
9832             "support": {
9833                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9834                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
9835             },
9836             "funding": [
9837                 {
9838                     "url": "https://github.com/sebastianbergmann",
9839                     "type": "github"
9840                 }
9841             ],
9842             "time": "2020-10-26T13:17:30+00:00"
9843         },
9844         {
9845             "name": "sebastian/resource-operations",
9846             "version": "3.0.3",
9847             "source": {
9848                 "type": "git",
9849                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
9850                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
9851             },
9852             "dist": {
9853                 "type": "zip",
9854                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
9855                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
9856                 "shasum": ""
9857             },
9858             "require": {
9859                 "php": ">=7.3"
9860             },
9861             "require-dev": {
9862                 "phpunit/phpunit": "^9.0"
9863             },
9864             "type": "library",
9865             "extra": {
9866                 "branch-alias": {
9867                     "dev-master": "3.0-dev"
9868                 }
9869             },
9870             "autoload": {
9871                 "classmap": [
9872                     "src/"
9873                 ]
9874             },
9875             "notification-url": "https://packagist.org/downloads/",
9876             "license": [
9877                 "BSD-3-Clause"
9878             ],
9879             "authors": [
9880                 {
9881                     "name": "Sebastian Bergmann",
9882                     "email": "sebastian@phpunit.de"
9883                 }
9884             ],
9885             "description": "Provides a list of PHP built-in functions that operate on resources",
9886             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
9887             "support": {
9888                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
9889                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
9890             },
9891             "funding": [
9892                 {
9893                     "url": "https://github.com/sebastianbergmann",
9894                     "type": "github"
9895                 }
9896             ],
9897             "time": "2020-09-28T06:45:17+00:00"
9898         },
9899         {
9900             "name": "sebastian/type",
9901             "version": "3.0.0",
9902             "source": {
9903                 "type": "git",
9904                 "url": "https://github.com/sebastianbergmann/type.git",
9905                 "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad"
9906             },
9907             "dist": {
9908                 "type": "zip",
9909                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
9910                 "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
9911                 "shasum": ""
9912             },
9913             "require": {
9914                 "php": ">=7.3"
9915             },
9916             "require-dev": {
9917                 "phpunit/phpunit": "^9.5"
9918             },
9919             "type": "library",
9920             "extra": {
9921                 "branch-alias": {
9922                     "dev-master": "3.0-dev"
9923                 }
9924             },
9925             "autoload": {
9926                 "classmap": [
9927                     "src/"
9928                 ]
9929             },
9930             "notification-url": "https://packagist.org/downloads/",
9931             "license": [
9932                 "BSD-3-Clause"
9933             ],
9934             "authors": [
9935                 {
9936                     "name": "Sebastian Bergmann",
9937                     "email": "sebastian@phpunit.de",
9938                     "role": "lead"
9939                 }
9940             ],
9941             "description": "Collection of value objects that represent the types of the PHP type system",
9942             "homepage": "https://github.com/sebastianbergmann/type",
9943             "support": {
9944                 "issues": "https://github.com/sebastianbergmann/type/issues",
9945                 "source": "https://github.com/sebastianbergmann/type/tree/3.0.0"
9946             },
9947             "funding": [
9948                 {
9949                     "url": "https://github.com/sebastianbergmann",
9950                     "type": "github"
9951                 }
9952             ],
9953             "time": "2022-03-15T09:54:48+00:00"
9954         },
9955         {
9956             "name": "sebastian/version",
9957             "version": "3.0.2",
9958             "source": {
9959                 "type": "git",
9960                 "url": "https://github.com/sebastianbergmann/version.git",
9961                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
9962             },
9963             "dist": {
9964                 "type": "zip",
9965                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
9966                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
9967                 "shasum": ""
9968             },
9969             "require": {
9970                 "php": ">=7.3"
9971             },
9972             "type": "library",
9973             "extra": {
9974                 "branch-alias": {
9975                     "dev-master": "3.0-dev"
9976                 }
9977             },
9978             "autoload": {
9979                 "classmap": [
9980                     "src/"
9981                 ]
9982             },
9983             "notification-url": "https://packagist.org/downloads/",
9984             "license": [
9985                 "BSD-3-Clause"
9986             ],
9987             "authors": [
9988                 {
9989                     "name": "Sebastian Bergmann",
9990                     "email": "sebastian@phpunit.de",
9991                     "role": "lead"
9992                 }
9993             ],
9994             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9995             "homepage": "https://github.com/sebastianbergmann/version",
9996             "support": {
9997                 "issues": "https://github.com/sebastianbergmann/version/issues",
9998                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
9999             },
10000             "funding": [
10001                 {
10002                     "url": "https://github.com/sebastianbergmann",
10003                     "type": "github"
10004                 }
10005             ],
10006             "time": "2020-09-28T06:39:44+00:00"
10007         },
10008         {
10009             "name": "spatie/backtrace",
10010             "version": "1.2.1",
10011             "source": {
10012                 "type": "git",
10013                 "url": "https://github.com/spatie/backtrace.git",
10014                 "reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b"
10015             },
10016             "dist": {
10017                 "type": "zip",
10018                 "url": "https://api.github.com/repos/spatie/backtrace/zipball/4ee7d41aa5268107906ea8a4d9ceccde136dbd5b",
10019                 "reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b",
10020                 "shasum": ""
10021             },
10022             "require": {
10023                 "php": "^7.3|^8.0"
10024             },
10025             "require-dev": {
10026                 "ext-json": "*",
10027                 "phpunit/phpunit": "^9.3",
10028                 "symfony/var-dumper": "^5.1"
10029             },
10030             "type": "library",
10031             "autoload": {
10032                 "psr-4": {
10033                     "Spatie\\Backtrace\\": "src"
10034                 }
10035             },
10036             "notification-url": "https://packagist.org/downloads/",
10037             "license": [
10038                 "MIT"
10039             ],
10040             "authors": [
10041                 {
10042                     "name": "Freek Van de Herten",
10043                     "email": "freek@spatie.be",
10044                     "homepage": "https://spatie.be",
10045                     "role": "Developer"
10046                 }
10047             ],
10048             "description": "A better backtrace",
10049             "homepage": "https://github.com/spatie/backtrace",
10050             "keywords": [
10051                 "Backtrace",
10052                 "spatie"
10053             ],
10054             "support": {
10055                 "issues": "https://github.com/spatie/backtrace/issues",
10056                 "source": "https://github.com/spatie/backtrace/tree/1.2.1"
10057             },
10058             "funding": [
10059                 {
10060                     "url": "https://github.com/sponsors/spatie",
10061                     "type": "github"
10062                 },
10063                 {
10064                     "url": "https://spatie.be/open-source/support-us",
10065                     "type": "other"
10066                 }
10067             ],
10068             "time": "2021-11-09T10:57:15+00:00"
10069         },
10070         {
10071             "name": "spatie/flare-client-php",
10072             "version": "1.1.0",
10073             "source": {
10074                 "type": "git",
10075                 "url": "https://github.com/spatie/flare-client-php.git",
10076                 "reference": "ceab058852a1278d9f57a7b95f1c348e4956d866"
10077             },
10078             "dist": {
10079                 "type": "zip",
10080                 "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/ceab058852a1278d9f57a7b95f1c348e4956d866",
10081                 "reference": "ceab058852a1278d9f57a7b95f1c348e4956d866",
10082                 "shasum": ""
10083             },
10084             "require": {
10085                 "illuminate/pipeline": "^8.0|^9.0",
10086                 "php": "^8.0",
10087                 "spatie/backtrace": "^1.2",
10088                 "symfony/http-foundation": "^5.0|^6.0",
10089                 "symfony/mime": "^5.2|^6.0",
10090                 "symfony/process": "^5.2|^6.0",
10091                 "symfony/var-dumper": "^5.2|^6.0"
10092             },
10093             "require-dev": {
10094                 "dms/phpunit-arraysubset-asserts": "^0.3.0",
10095                 "pestphp/pest": "^1.20",
10096                 "phpstan/extension-installer": "^1.1",
10097                 "phpstan/phpstan-deprecation-rules": "^1.0",
10098                 "phpstan/phpstan-phpunit": "^1.0",
10099                 "spatie/phpunit-snapshot-assertions": "^4.0"
10100             },
10101             "type": "library",
10102             "autoload": {
10103                 "files": [
10104                     "src/helpers.php"
10105                 ],
10106                 "psr-4": {
10107                     "Spatie\\FlareClient\\": "src"
10108                 }
10109             },
10110             "notification-url": "https://packagist.org/downloads/",
10111             "license": [
10112                 "MIT"
10113             ],
10114             "description": "Send PHP errors to Flare",
10115             "homepage": "https://github.com/spatie/flare-client-php",
10116             "keywords": [
10117                 "exception",
10118                 "flare",
10119                 "reporting",
10120                 "spatie"
10121             ],
10122             "support": {
10123                 "issues": "https://github.com/spatie/flare-client-php/issues",
10124                 "source": "https://github.com/spatie/flare-client-php/tree/1.1.0"
10125             },
10126             "funding": [
10127                 {
10128                     "url": "https://github.com/spatie",
10129                     "type": "github"
10130                 }
10131             ],
10132             "time": "2022-03-11T13:21:28+00:00"
10133         },
10134         {
10135             "name": "spatie/ignition",
10136             "version": "1.2.9",
10137             "source": {
10138                 "type": "git",
10139                 "url": "https://github.com/spatie/ignition.git",
10140                 "reference": "db25202fab2d5c14613b8914a1bb374998bbf870"
10141             },
10142             "dist": {
10143                 "type": "zip",
10144                 "url": "https://api.github.com/repos/spatie/ignition/zipball/db25202fab2d5c14613b8914a1bb374998bbf870",
10145                 "reference": "db25202fab2d5c14613b8914a1bb374998bbf870",
10146                 "shasum": ""
10147             },
10148             "require": {
10149                 "ext-json": "*",
10150                 "ext-mbstring": "*",
10151                 "monolog/monolog": "^2.0",
10152                 "php": "^8.0",
10153                 "spatie/flare-client-php": "^1.1",
10154                 "symfony/console": "^5.4|^6.0",
10155                 "symfony/var-dumper": "^5.4|^6.0"
10156             },
10157             "require-dev": {
10158                 "mockery/mockery": "^1.4",
10159                 "pestphp/pest": "^1.20",
10160                 "phpstan/extension-installer": "^1.1",
10161                 "phpstan/phpstan-deprecation-rules": "^1.0",
10162                 "phpstan/phpstan-phpunit": "^1.0",
10163                 "symfony/process": "^5.4|^6.0"
10164             },
10165             "type": "library",
10166             "autoload": {
10167                 "psr-4": {
10168                     "Spatie\\Ignition\\": "src"
10169                 }
10170             },
10171             "notification-url": "https://packagist.org/downloads/",
10172             "license": [
10173                 "MIT"
10174             ],
10175             "authors": [
10176                 {
10177                     "name": "Spatie",
10178                     "email": "info@spatie.be",
10179                     "role": "Developer"
10180                 }
10181             ],
10182             "description": "A beautiful error page for PHP applications.",
10183             "homepage": "https://flareapp.io/ignition",
10184             "keywords": [
10185                 "error",
10186                 "flare",
10187                 "laravel",
10188                 "page"
10189             ],
10190             "support": {
10191                 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
10192                 "forum": "https://twitter.com/flareappio",
10193                 "issues": "https://github.com/spatie/ignition/issues",
10194                 "source": "https://github.com/spatie/ignition"
10195             },
10196             "funding": [
10197                 {
10198                     "url": "https://github.com/spatie",
10199                     "type": "github"
10200                 }
10201             ],
10202             "time": "2022-04-23T20:37:21+00:00"
10203         },
10204         {
10205             "name": "spatie/laravel-ignition",
10206             "version": "1.2.2",
10207             "source": {
10208                 "type": "git",
10209                 "url": "https://github.com/spatie/laravel-ignition.git",
10210                 "reference": "924d1ae878874ad0bb49f63b69a9af759a34ee78"
10211             },
10212             "dist": {
10213                 "type": "zip",
10214                 "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/924d1ae878874ad0bb49f63b69a9af759a34ee78",
10215                 "reference": "924d1ae878874ad0bb49f63b69a9af759a34ee78",
10216                 "shasum": ""
10217             },
10218             "require": {
10219                 "ext-curl": "*",
10220                 "ext-json": "*",
10221                 "ext-mbstring": "*",
10222                 "illuminate/support": "^8.77|^9.0",
10223                 "monolog/monolog": "^2.3",
10224                 "php": "^8.0",
10225                 "spatie/flare-client-php": "^1.0.1",
10226                 "spatie/ignition": "^1.2.4",
10227                 "symfony/console": "^5.0|^6.0",
10228                 "symfony/var-dumper": "^5.0|^6.0"
10229             },
10230             "require-dev": {
10231                 "filp/whoops": "^2.14",
10232                 "livewire/livewire": "^2.8|dev-develop",
10233                 "mockery/mockery": "^1.4",
10234                 "nunomaduro/larastan": "^1.0",
10235                 "orchestra/testbench": "^6.23|^7.0",
10236                 "pestphp/pest": "^1.20",
10237                 "phpstan/extension-installer": "^1.1",
10238                 "phpstan/phpstan-deprecation-rules": "^1.0",
10239                 "phpstan/phpstan-phpunit": "^1.0",
10240                 "spatie/laravel-ray": "^1.27"
10241             },
10242             "type": "library",
10243             "extra": {
10244                 "laravel": {
10245                     "providers": [
10246                         "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
10247                     ],
10248                     "aliases": {
10249                         "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
10250                     }
10251                 }
10252             },
10253             "autoload": {
10254                 "files": [
10255                     "src/helpers.php"
10256                 ],
10257                 "psr-4": {
10258                     "Spatie\\LaravelIgnition\\": "src"
10259                 }
10260             },
10261             "notification-url": "https://packagist.org/downloads/",
10262             "license": [
10263                 "MIT"
10264             ],
10265             "authors": [
10266                 {
10267                     "name": "Spatie",
10268                     "email": "info@spatie.be",
10269                     "role": "Developer"
10270                 }
10271             ],
10272             "description": "A beautiful error page for Laravel applications.",
10273             "homepage": "https://flareapp.io/ignition",
10274             "keywords": [
10275                 "error",
10276                 "flare",
10277                 "laravel",
10278                 "page"
10279             ],
10280             "support": {
10281                 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
10282                 "forum": "https://twitter.com/flareappio",
10283                 "issues": "https://github.com/spatie/laravel-ignition/issues",
10284                 "source": "https://github.com/spatie/laravel-ignition"
10285             },
10286             "funding": [
10287                 {
10288                     "url": "https://github.com/spatie",
10289                     "type": "github"
10290                 }
10291             ],
10292             "time": "2022-04-14T18:04:51+00:00"
10293         },
10294         {
10295             "name": "theseer/tokenizer",
10296             "version": "1.2.1",
10297             "source": {
10298                 "type": "git",
10299                 "url": "https://github.com/theseer/tokenizer.git",
10300                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
10301             },
10302             "dist": {
10303                 "type": "zip",
10304                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
10305                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
10306                 "shasum": ""
10307             },
10308             "require": {
10309                 "ext-dom": "*",
10310                 "ext-tokenizer": "*",
10311                 "ext-xmlwriter": "*",
10312                 "php": "^7.2 || ^8.0"
10313             },
10314             "type": "library",
10315             "autoload": {
10316                 "classmap": [
10317                     "src/"
10318                 ]
10319             },
10320             "notification-url": "https://packagist.org/downloads/",
10321             "license": [
10322                 "BSD-3-Clause"
10323             ],
10324             "authors": [
10325                 {
10326                     "name": "Arne Blankerts",
10327                     "email": "arne@blankerts.de",
10328                     "role": "Developer"
10329                 }
10330             ],
10331             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10332             "support": {
10333                 "issues": "https://github.com/theseer/tokenizer/issues",
10334                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
10335             },
10336             "funding": [
10337                 {
10338                     "url": "https://github.com/theseer",
10339                     "type": "github"
10340                 }
10341             ],
10342             "time": "2021-07-28T10:34:58+00:00"
10343         }
10344     ],
10345     "aliases": [],
10346     "minimum-stability": "dev",
10347     "stability-flags": [],
10348     "prefer-stable": true,
10349     "prefer-lowest": false,
10350     "platform": {
10351         "php": "^8.0.2"
10352     },
10353     "platform-dev": [],
10354     "plugin-api-version": "2.0.0"
10355 }