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