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