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