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