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