]> BookStack Code Mirror - bookstack/blob - composer.lock
Reverted shift change to old migration
[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": "48be80b0326176faa9775dca18a00fa2",
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.200.0",
62             "source": {
63                 "type": "git",
64                 "url": "https://github.com/aws/aws-sdk-php.git",
65                 "reference": "9b3f45c51fe1d07845446675109bb0a8a98c806e"
66             },
67             "dist": {
68                 "type": "zip",
69                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9b3f45c51fe1d07845446675109bb0a8a98c806e",
70                 "reference": "9b3f45c51fe1d07845446675109bb0a8a98c806e",
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.200.0"
147             },
148             "time": "2021-11-04T18:42:25+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.69.0",
1847             "source": {
1848                 "type": "git",
1849                 "url": "https://github.com/laravel/framework.git",
1850                 "reference": "545181da688db64fed6d8427e55f630a90ca0d32"
1851             },
1852             "dist": {
1853                 "type": "zip",
1854                 "url": "https://api.github.com/repos/laravel/framework/zipball/545181da688db64fed6d8427e55f630a90ca0d32",
1855                 "reference": "545181da688db64fed6d8427e55f630a90ca0d32",
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-11-02T13:53:22+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.1",
2215             "source": {
2216                 "type": "git",
2217                 "url": "https://github.com/laravel/ui.git",
2218                 "reference": "a449e3364d9780a80a49894a3af9795c85af806f"
2219             },
2220             "dist": {
2221                 "type": "zip",
2222                 "url": "https://api.github.com/repos/laravel/ui/zipball/a449e3364d9780a80a49894a3af9795c85af806f",
2223                 "reference": "a449e3364d9780a80a49894a3af9795c85af806f",
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.1"
2267             },
2268             "time": "2021-11-02T17:04:20+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.54.0",
2970             "source": {
2971                 "type": "git",
2972                 "url": "https://github.com/briannesbitt/Carbon.git",
2973                 "reference": "eed83939f1aed3eee517d03a33f5ec587ac529b5"
2974             },
2975             "dist": {
2976                 "type": "zip",
2977                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/eed83939f1aed3eee517d03a33f5ec587ac529b5",
2978                 "reference": "eed83939f1aed3eee517d03a33f5ec587ac529b5",
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/dbal": "^2.0 || ^3.0",
2990                 "doctrine/orm": "^2.7",
2991                 "friendsofphp/php-cs-fixer": "^3.0",
2992                 "kylekatarnls/multi-tester": "^2.0",
2993                 "phpmd/phpmd": "^2.9",
2994                 "phpstan/extension-installer": "^1.0",
2995                 "phpstan/phpstan": "^0.12.54",
2996                 "phpunit/phpunit": "^7.5.20 || ^8.5.14",
2997                 "squizlabs/php_codesniffer": "^3.4"
2998             },
2999             "bin": [
3000                 "bin/carbon"
3001             ],
3002             "type": "library",
3003             "extra": {
3004                 "branch-alias": {
3005                     "dev-3.x": "3.x-dev",
3006                     "dev-master": "2.x-dev"
3007                 },
3008                 "laravel": {
3009                     "providers": [
3010                         "Carbon\\Laravel\\ServiceProvider"
3011                     ]
3012                 },
3013                 "phpstan": {
3014                     "includes": [
3015                         "extension.neon"
3016                     ]
3017                 }
3018             },
3019             "autoload": {
3020                 "psr-4": {
3021                     "Carbon\\": "src/Carbon/"
3022                 }
3023             },
3024             "notification-url": "https://packagist.org/downloads/",
3025             "license": [
3026                 "MIT"
3027             ],
3028             "authors": [
3029                 {
3030                     "name": "Brian Nesbitt",
3031                     "email": "[email protected]",
3032                     "homepage": "https://markido.com"
3033                 },
3034                 {
3035                     "name": "kylekatarnls",
3036                     "homepage": "https://github.com/kylekatarnls"
3037                 }
3038             ],
3039             "description": "An API extension for DateTime that supports 281 different languages.",
3040             "homepage": "https://carbon.nesbot.com",
3041             "keywords": [
3042                 "date",
3043                 "datetime",
3044                 "time"
3045             ],
3046             "support": {
3047                 "issues": "https://github.com/briannesbitt/Carbon/issues",
3048                 "source": "https://github.com/briannesbitt/Carbon"
3049             },
3050             "funding": [
3051                 {
3052                     "url": "https://opencollective.com/Carbon",
3053                     "type": "open_collective"
3054                 },
3055                 {
3056                     "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
3057                     "type": "tidelift"
3058                 }
3059             ],
3060             "time": "2021-11-01T21:22:20+00:00"
3061         },
3062         {
3063             "name": "nikic/php-parser",
3064             "version": "v4.13.1",
3065             "source": {
3066                 "type": "git",
3067                 "url": "https://github.com/nikic/PHP-Parser.git",
3068                 "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd"
3069             },
3070             "dist": {
3071                 "type": "zip",
3072                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd",
3073                 "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd",
3074                 "shasum": ""
3075             },
3076             "require": {
3077                 "ext-tokenizer": "*",
3078                 "php": ">=7.0"
3079             },
3080             "require-dev": {
3081                 "ircmaxell/php-yacc": "^0.0.7",
3082                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
3083             },
3084             "bin": [
3085                 "bin/php-parse"
3086             ],
3087             "type": "library",
3088             "extra": {
3089                 "branch-alias": {
3090                     "dev-master": "4.9-dev"
3091                 }
3092             },
3093             "autoload": {
3094                 "psr-4": {
3095                     "PhpParser\\": "lib/PhpParser"
3096                 }
3097             },
3098             "notification-url": "https://packagist.org/downloads/",
3099             "license": [
3100                 "BSD-3-Clause"
3101             ],
3102             "authors": [
3103                 {
3104                     "name": "Nikita Popov"
3105                 }
3106             ],
3107             "description": "A PHP parser written in PHP",
3108             "keywords": [
3109                 "parser",
3110                 "php"
3111             ],
3112             "support": {
3113                 "issues": "https://github.com/nikic/PHP-Parser/issues",
3114                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1"
3115             },
3116             "time": "2021-11-03T20:52:16+00:00"
3117         },
3118         {
3119             "name": "onelogin/php-saml",
3120             "version": "4.0.0",
3121             "source": {
3122                 "type": "git",
3123                 "url": "https://github.com/onelogin/php-saml.git",
3124                 "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979"
3125             },
3126             "dist": {
3127                 "type": "zip",
3128                 "url": "https://api.github.com/repos/onelogin/php-saml/zipball/f30f5062f3653c4d2082892d207f4dc3e577d979",
3129                 "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979",
3130                 "shasum": ""
3131             },
3132             "require": {
3133                 "php": ">=7.3",
3134                 "robrichards/xmlseclibs": ">=3.1.1"
3135             },
3136             "require-dev": {
3137                 "pdepend/pdepend": "^2.8.0",
3138                 "php-coveralls/php-coveralls": "^2.0",
3139                 "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
3140                 "phpunit/phpunit": "^9.5",
3141                 "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
3142                 "squizlabs/php_codesniffer": "^3.5.8"
3143             },
3144             "suggest": {
3145                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
3146                 "ext-dom": "Install xml lib",
3147                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
3148                 "ext-zlib": "Install zlib"
3149             },
3150             "type": "library",
3151             "autoload": {
3152                 "psr-4": {
3153                     "OneLogin\\": "src/"
3154                 }
3155             },
3156             "notification-url": "https://packagist.org/downloads/",
3157             "license": [
3158                 "MIT"
3159             ],
3160             "description": "OneLogin PHP SAML Toolkit",
3161             "homepage": "https://developers.onelogin.com/saml/php",
3162             "keywords": [
3163                 "SAML2",
3164                 "onelogin",
3165                 "saml"
3166             ],
3167             "support": {
3168                 "email": "[email protected]",
3169                 "issues": "https://github.com/onelogin/php-saml/issues",
3170                 "source": "https://github.com/onelogin/php-saml/"
3171             },
3172             "time": "2021-03-02T10:19:19+00:00"
3173         },
3174         {
3175             "name": "opis/closure",
3176             "version": "3.6.2",
3177             "source": {
3178                 "type": "git",
3179                 "url": "https://github.com/opis/closure.git",
3180                 "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
3181             },
3182             "dist": {
3183                 "type": "zip",
3184                 "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
3185                 "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
3186                 "shasum": ""
3187             },
3188             "require": {
3189                 "php": "^5.4 || ^7.0 || ^8.0"
3190             },
3191             "require-dev": {
3192                 "jeremeamia/superclosure": "^2.0",
3193                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
3194             },
3195             "type": "library",
3196             "extra": {
3197                 "branch-alias": {
3198                     "dev-master": "3.6.x-dev"
3199                 }
3200             },
3201             "autoload": {
3202                 "psr-4": {
3203                     "Opis\\Closure\\": "src/"
3204                 },
3205                 "files": [
3206                     "functions.php"
3207                 ]
3208             },
3209             "notification-url": "https://packagist.org/downloads/",
3210             "license": [
3211                 "MIT"
3212             ],
3213             "authors": [
3214                 {
3215                     "name": "Marius Sarca",
3216                     "email": "[email protected]"
3217                 },
3218                 {
3219                     "name": "Sorin Sarca",
3220                     "email": "[email protected]"
3221                 }
3222             ],
3223             "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
3224             "homepage": "https://opis.io/closure",
3225             "keywords": [
3226                 "anonymous functions",
3227                 "closure",
3228                 "function",
3229                 "serializable",
3230                 "serialization",
3231                 "serialize"
3232             ],
3233             "support": {
3234                 "issues": "https://github.com/opis/closure/issues",
3235                 "source": "https://github.com/opis/closure/tree/3.6.2"
3236             },
3237             "time": "2021-04-09T13:42:10+00:00"
3238         },
3239         {
3240             "name": "paragonie/constant_time_encoding",
3241             "version": "v2.4.0",
3242             "source": {
3243                 "type": "git",
3244                 "url": "https://github.com/paragonie/constant_time_encoding.git",
3245                 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
3246             },
3247             "dist": {
3248                 "type": "zip",
3249                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
3250                 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
3251                 "shasum": ""
3252             },
3253             "require": {
3254                 "php": "^7|^8"
3255             },
3256             "require-dev": {
3257                 "phpunit/phpunit": "^6|^7|^8|^9",
3258                 "vimeo/psalm": "^1|^2|^3|^4"
3259             },
3260             "type": "library",
3261             "autoload": {
3262                 "psr-4": {
3263                     "ParagonIE\\ConstantTime\\": "src/"
3264                 }
3265             },
3266             "notification-url": "https://packagist.org/downloads/",
3267             "license": [
3268                 "MIT"
3269             ],
3270             "authors": [
3271                 {
3272                     "name": "Paragon Initiative Enterprises",
3273                     "email": "[email protected]",
3274                     "homepage": "https://paragonie.com",
3275                     "role": "Maintainer"
3276                 },
3277                 {
3278                     "name": "Steve 'Sc00bz' Thomas",
3279                     "email": "[email protected]",
3280                     "homepage": "https://www.tobtu.com",
3281                     "role": "Original Developer"
3282                 }
3283             ],
3284             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
3285             "keywords": [
3286                 "base16",
3287                 "base32",
3288                 "base32_decode",
3289                 "base32_encode",
3290                 "base64",
3291                 "base64_decode",
3292                 "base64_encode",
3293                 "bin2hex",
3294                 "encoding",
3295                 "hex",
3296                 "hex2bin",
3297                 "rfc4648"
3298             ],
3299             "support": {
3300                 "email": "[email protected]",
3301                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
3302                 "source": "https://github.com/paragonie/constant_time_encoding"
3303             },
3304             "time": "2020-12-06T15:14:20+00:00"
3305         },
3306         {
3307             "name": "paragonie/random_compat",
3308             "version": "v9.99.100",
3309             "source": {
3310                 "type": "git",
3311                 "url": "https://github.com/paragonie/random_compat.git",
3312                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3313             },
3314             "dist": {
3315                 "type": "zip",
3316                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3317                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3318                 "shasum": ""
3319             },
3320             "require": {
3321                 "php": ">= 7"
3322             },
3323             "require-dev": {
3324                 "phpunit/phpunit": "4.*|5.*",
3325                 "vimeo/psalm": "^1"
3326             },
3327             "suggest": {
3328                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3329             },
3330             "type": "library",
3331             "notification-url": "https://packagist.org/downloads/",
3332             "license": [
3333                 "MIT"
3334             ],
3335             "authors": [
3336                 {
3337                     "name": "Paragon Initiative Enterprises",
3338                     "email": "[email protected]",
3339                     "homepage": "https://paragonie.com"
3340                 }
3341             ],
3342             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3343             "keywords": [
3344                 "csprng",
3345                 "polyfill",
3346                 "pseudorandom",
3347                 "random"
3348             ],
3349             "support": {
3350                 "email": "[email protected]",
3351                 "issues": "https://github.com/paragonie/random_compat/issues",
3352                 "source": "https://github.com/paragonie/random_compat"
3353             },
3354             "time": "2020-10-15T08:29:30+00:00"
3355         },
3356         {
3357             "name": "phenx/php-font-lib",
3358             "version": "0.5.2",
3359             "source": {
3360                 "type": "git",
3361                 "url": "https://github.com/PhenX/php-font-lib.git",
3362                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
3363             },
3364             "dist": {
3365                 "type": "zip",
3366                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
3367                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
3368                 "shasum": ""
3369             },
3370             "require-dev": {
3371                 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
3372             },
3373             "type": "library",
3374             "autoload": {
3375                 "psr-4": {
3376                     "FontLib\\": "src/FontLib"
3377                 }
3378             },
3379             "notification-url": "https://packagist.org/downloads/",
3380             "license": [
3381                 "LGPL-3.0"
3382             ],
3383             "authors": [
3384                 {
3385                     "name": "Fabien Ménager",
3386                     "email": "[email protected]"
3387                 }
3388             ],
3389             "description": "A library to read, parse, export and make subsets of different types of font files.",
3390             "homepage": "https://github.com/PhenX/php-font-lib",
3391             "support": {
3392                 "issues": "https://github.com/PhenX/php-font-lib/issues",
3393                 "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2"
3394             },
3395             "time": "2020-03-08T15:31:32+00:00"
3396         },
3397         {
3398             "name": "phenx/php-svg-lib",
3399             "version": "v0.3.3",
3400             "source": {
3401                 "type": "git",
3402                 "url": "https://github.com/PhenX/php-svg-lib.git",
3403                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
3404             },
3405             "dist": {
3406                 "type": "zip",
3407                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
3408                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
3409                 "shasum": ""
3410             },
3411             "require": {
3412                 "sabberworm/php-css-parser": "^8.3"
3413             },
3414             "require-dev": {
3415                 "phpunit/phpunit": "^5.5|^6.5"
3416             },
3417             "type": "library",
3418             "autoload": {
3419                 "psr-4": {
3420                     "Svg\\": "src/Svg"
3421                 }
3422             },
3423             "notification-url": "https://packagist.org/downloads/",
3424             "license": [
3425                 "LGPL-3.0"
3426             ],
3427             "authors": [
3428                 {
3429                     "name": "Fabien Ménager",
3430                     "email": "[email protected]"
3431                 }
3432             ],
3433             "description": "A library to read, parse and export to PDF SVG files.",
3434             "homepage": "https://github.com/PhenX/php-svg-lib",
3435             "support": {
3436                 "issues": "https://github.com/PhenX/php-svg-lib/issues",
3437                 "source": "https://github.com/PhenX/php-svg-lib/tree/master"
3438             },
3439             "time": "2019-09-11T20:02:13+00:00"
3440         },
3441         {
3442             "name": "phpoption/phpoption",
3443             "version": "1.8.0",
3444             "source": {
3445                 "type": "git",
3446                 "url": "https://github.com/schmittjoh/php-option.git",
3447                 "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28"
3448             },
3449             "dist": {
3450                 "type": "zip",
3451                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28",
3452                 "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28",
3453                 "shasum": ""
3454             },
3455             "require": {
3456                 "php": "^7.0 || ^8.0"
3457             },
3458             "require-dev": {
3459                 "bamarni/composer-bin-plugin": "^1.4.1",
3460                 "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8"
3461             },
3462             "type": "library",
3463             "extra": {
3464                 "branch-alias": {
3465                     "dev-master": "1.8-dev"
3466                 }
3467             },
3468             "autoload": {
3469                 "psr-4": {
3470                     "PhpOption\\": "src/PhpOption/"
3471                 }
3472             },
3473             "notification-url": "https://packagist.org/downloads/",
3474             "license": [
3475                 "Apache-2.0"
3476             ],
3477             "authors": [
3478                 {
3479                     "name": "Johannes M. Schmitt",
3480                     "email": "[email protected]"
3481                 },
3482                 {
3483                     "name": "Graham Campbell",
3484                     "email": "[email protected]"
3485                 }
3486             ],
3487             "description": "Option Type for PHP",
3488             "keywords": [
3489                 "language",
3490                 "option",
3491                 "php",
3492                 "type"
3493             ],
3494             "support": {
3495                 "issues": "https://github.com/schmittjoh/php-option/issues",
3496                 "source": "https://github.com/schmittjoh/php-option/tree/1.8.0"
3497             },
3498             "funding": [
3499                 {
3500                     "url": "https://github.com/GrahamCampbell",
3501                     "type": "github"
3502                 },
3503                 {
3504                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
3505                     "type": "tidelift"
3506                 }
3507             ],
3508             "time": "2021-08-28T21:27:29+00:00"
3509         },
3510         {
3511             "name": "phpseclib/phpseclib",
3512             "version": "3.0.11",
3513             "source": {
3514                 "type": "git",
3515                 "url": "https://github.com/phpseclib/phpseclib.git",
3516                 "reference": "6e794226a35159eb06f355efe59a0075a16551dd"
3517             },
3518             "dist": {
3519                 "type": "zip",
3520                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/6e794226a35159eb06f355efe59a0075a16551dd",
3521                 "reference": "6e794226a35159eb06f355efe59a0075a16551dd",
3522                 "shasum": ""
3523             },
3524             "require": {
3525                 "paragonie/constant_time_encoding": "^1|^2",
3526                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
3527                 "php": ">=5.6.1"
3528             },
3529             "require-dev": {
3530                 "phing/phing": "~2.7",
3531                 "phpunit/phpunit": "^5.7|^6.0|^9.4",
3532                 "squizlabs/php_codesniffer": "~2.0"
3533             },
3534             "suggest": {
3535                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3536                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3537                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3538                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3539             },
3540             "type": "library",
3541             "autoload": {
3542                 "files": [
3543                     "phpseclib/bootstrap.php"
3544                 ],
3545                 "psr-4": {
3546                     "phpseclib3\\": "phpseclib/"
3547                 }
3548             },
3549             "notification-url": "https://packagist.org/downloads/",
3550             "license": [
3551                 "MIT"
3552             ],
3553             "authors": [
3554                 {
3555                     "name": "Jim Wigginton",
3556                     "email": "[email protected]",
3557                     "role": "Lead Developer"
3558                 },
3559                 {
3560                     "name": "Patrick Monnerat",
3561                     "email": "[email protected]",
3562                     "role": "Developer"
3563                 },
3564                 {
3565                     "name": "Andreas Fischer",
3566                     "email": "[email protected]",
3567                     "role": "Developer"
3568                 },
3569                 {
3570                     "name": "Hans-Jürgen Petrich",
3571                     "email": "[email protected]",
3572                     "role": "Developer"
3573                 },
3574                 {
3575                     "name": "Graham Campbell",
3576                     "email": "[email protected]",
3577                     "role": "Developer"
3578                 }
3579             ],
3580             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3581             "homepage": "http://phpseclib.sourceforge.net",
3582             "keywords": [
3583                 "BigInteger",
3584                 "aes",
3585                 "asn.1",
3586                 "asn1",
3587                 "blowfish",
3588                 "crypto",
3589                 "cryptography",
3590                 "encryption",
3591                 "rsa",
3592                 "security",
3593                 "sftp",
3594                 "signature",
3595                 "signing",
3596                 "ssh",
3597                 "twofish",
3598                 "x.509",
3599                 "x509"
3600             ],
3601             "support": {
3602                 "issues": "https://github.com/phpseclib/phpseclib/issues",
3603                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.11"
3604             },
3605             "funding": [
3606                 {
3607                     "url": "https://github.com/terrafrost",
3608                     "type": "github"
3609                 },
3610                 {
3611                     "url": "https://www.patreon.com/phpseclib",
3612                     "type": "patreon"
3613                 },
3614                 {
3615                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
3616                     "type": "tidelift"
3617                 }
3618             ],
3619             "time": "2021-10-27T03:01:46+00:00"
3620         },
3621         {
3622             "name": "pragmarx/google2fa",
3623             "version": "8.0.0",
3624             "source": {
3625                 "type": "git",
3626                 "url": "https://github.com/antonioribeiro/google2fa.git",
3627                 "reference": "26c4c5cf30a2844ba121760fd7301f8ad240100b"
3628             },
3629             "dist": {
3630                 "type": "zip",
3631                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/26c4c5cf30a2844ba121760fd7301f8ad240100b",
3632                 "reference": "26c4c5cf30a2844ba121760fd7301f8ad240100b",
3633                 "shasum": ""
3634             },
3635             "require": {
3636                 "paragonie/constant_time_encoding": "^1.0|^2.0",
3637                 "php": "^7.1|^8.0"
3638             },
3639             "require-dev": {
3640                 "phpstan/phpstan": "^0.12.18",
3641                 "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
3642             },
3643             "type": "library",
3644             "autoload": {
3645                 "psr-4": {
3646                     "PragmaRX\\Google2FA\\": "src/"
3647                 }
3648             },
3649             "notification-url": "https://packagist.org/downloads/",
3650             "license": [
3651                 "MIT"
3652             ],
3653             "authors": [
3654                 {
3655                     "name": "Antonio Carlos Ribeiro",
3656                     "email": "[email protected]",
3657                     "role": "Creator & Designer"
3658                 }
3659             ],
3660             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
3661             "keywords": [
3662                 "2fa",
3663                 "Authentication",
3664                 "Two Factor Authentication",
3665                 "google2fa"
3666             ],
3667             "support": {
3668                 "issues": "https://github.com/antonioribeiro/google2fa/issues",
3669                 "source": "https://github.com/antonioribeiro/google2fa/tree/8.0.0"
3670             },
3671             "time": "2020-04-05T10:47:18+00:00"
3672         },
3673         {
3674             "name": "predis/predis",
3675             "version": "v1.1.9",
3676             "source": {
3677                 "type": "git",
3678                 "url": "https://github.com/predis/predis.git",
3679                 "reference": "c50c3393bb9f47fa012d0cdfb727a266b0818259"
3680             },
3681             "dist": {
3682                 "type": "zip",
3683                 "url": "https://api.github.com/repos/predis/predis/zipball/c50c3393bb9f47fa012d0cdfb727a266b0818259",
3684                 "reference": "c50c3393bb9f47fa012d0cdfb727a266b0818259",
3685                 "shasum": ""
3686             },
3687             "require": {
3688                 "php": ">=5.3.9"
3689             },
3690             "require-dev": {
3691                 "phpunit/phpunit": "~4.8"
3692             },
3693             "suggest": {
3694                 "ext-curl": "Allows access to Webdis when paired with phpiredis",
3695                 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
3696             },
3697             "type": "library",
3698             "autoload": {
3699                 "psr-4": {
3700                     "Predis\\": "src/"
3701                 }
3702             },
3703             "notification-url": "https://packagist.org/downloads/",
3704             "license": [
3705                 "MIT"
3706             ],
3707             "authors": [
3708                 {
3709                     "name": "Daniele Alessandri",
3710                     "email": "[email protected]",
3711                     "homepage": "http://clorophilla.net",
3712                     "role": "Creator & Maintainer"
3713                 },
3714                 {
3715                     "name": "Till Krüss",
3716                     "homepage": "https://till.im",
3717                     "role": "Maintainer"
3718                 }
3719             ],
3720             "description": "Flexible and feature-complete Redis client for PHP and HHVM",
3721             "homepage": "http://github.com/predis/predis",
3722             "keywords": [
3723                 "nosql",
3724                 "predis",
3725                 "redis"
3726             ],
3727             "support": {
3728                 "issues": "https://github.com/predis/predis/issues",
3729                 "source": "https://github.com/predis/predis/tree/v1.1.9"
3730             },
3731             "funding": [
3732                 {
3733                     "url": "https://github.com/sponsors/tillkruss",
3734                     "type": "github"
3735                 }
3736             ],
3737             "time": "2021-10-05T19:02:38+00:00"
3738         },
3739         {
3740             "name": "psr/container",
3741             "version": "1.1.1",
3742             "source": {
3743                 "type": "git",
3744                 "url": "https://github.com/php-fig/container.git",
3745                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
3746             },
3747             "dist": {
3748                 "type": "zip",
3749                 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
3750                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
3751                 "shasum": ""
3752             },
3753             "require": {
3754                 "php": ">=7.2.0"
3755             },
3756             "type": "library",
3757             "autoload": {
3758                 "psr-4": {
3759                     "Psr\\Container\\": "src/"
3760                 }
3761             },
3762             "notification-url": "https://packagist.org/downloads/",
3763             "license": [
3764                 "MIT"
3765             ],
3766             "authors": [
3767                 {
3768                     "name": "PHP-FIG",
3769                     "homepage": "https://www.php-fig.org/"
3770                 }
3771             ],
3772             "description": "Common Container Interface (PHP FIG PSR-11)",
3773             "homepage": "https://github.com/php-fig/container",
3774             "keywords": [
3775                 "PSR-11",
3776                 "container",
3777                 "container-interface",
3778                 "container-interop",
3779                 "psr"
3780             ],
3781             "support": {
3782                 "issues": "https://github.com/php-fig/container/issues",
3783                 "source": "https://github.com/php-fig/container/tree/1.1.1"
3784             },
3785             "time": "2021-03-05T17:36:06+00:00"
3786         },
3787         {
3788             "name": "psr/event-dispatcher",
3789             "version": "1.0.0",
3790             "source": {
3791                 "type": "git",
3792                 "url": "https://github.com/php-fig/event-dispatcher.git",
3793                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
3794             },
3795             "dist": {
3796                 "type": "zip",
3797                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
3798                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
3799                 "shasum": ""
3800             },
3801             "require": {
3802                 "php": ">=7.2.0"
3803             },
3804             "type": "library",
3805             "extra": {
3806                 "branch-alias": {
3807                     "dev-master": "1.0.x-dev"
3808                 }
3809             },
3810             "autoload": {
3811                 "psr-4": {
3812                     "Psr\\EventDispatcher\\": "src/"
3813                 }
3814             },
3815             "notification-url": "https://packagist.org/downloads/",
3816             "license": [
3817                 "MIT"
3818             ],
3819             "authors": [
3820                 {
3821                     "name": "PHP-FIG",
3822                     "homepage": "http://www.php-fig.org/"
3823                 }
3824             ],
3825             "description": "Standard interfaces for event handling.",
3826             "keywords": [
3827                 "events",
3828                 "psr",
3829                 "psr-14"
3830             ],
3831             "support": {
3832                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
3833                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
3834             },
3835             "time": "2019-01-08T18:20:26+00:00"
3836         },
3837         {
3838             "name": "psr/http-client",
3839             "version": "1.0.1",
3840             "source": {
3841                 "type": "git",
3842                 "url": "https://github.com/php-fig/http-client.git",
3843                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
3844             },
3845             "dist": {
3846                 "type": "zip",
3847                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3848                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3849                 "shasum": ""
3850             },
3851             "require": {
3852                 "php": "^7.0 || ^8.0",
3853                 "psr/http-message": "^1.0"
3854             },
3855             "type": "library",
3856             "extra": {
3857                 "branch-alias": {
3858                     "dev-master": "1.0.x-dev"
3859                 }
3860             },
3861             "autoload": {
3862                 "psr-4": {
3863                     "Psr\\Http\\Client\\": "src/"
3864                 }
3865             },
3866             "notification-url": "https://packagist.org/downloads/",
3867             "license": [
3868                 "MIT"
3869             ],
3870             "authors": [
3871                 {
3872                     "name": "PHP-FIG",
3873                     "homepage": "http://www.php-fig.org/"
3874                 }
3875             ],
3876             "description": "Common interface for HTTP clients",
3877             "homepage": "https://github.com/php-fig/http-client",
3878             "keywords": [
3879                 "http",
3880                 "http-client",
3881                 "psr",
3882                 "psr-18"
3883             ],
3884             "support": {
3885                 "source": "https://github.com/php-fig/http-client/tree/master"
3886             },
3887             "time": "2020-06-29T06:28:15+00:00"
3888         },
3889         {
3890             "name": "psr/http-factory",
3891             "version": "1.0.1",
3892             "source": {
3893                 "type": "git",
3894                 "url": "https://github.com/php-fig/http-factory.git",
3895                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
3896             },
3897             "dist": {
3898                 "type": "zip",
3899                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3900                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3901                 "shasum": ""
3902             },
3903             "require": {
3904                 "php": ">=7.0.0",
3905                 "psr/http-message": "^1.0"
3906             },
3907             "type": "library",
3908             "extra": {
3909                 "branch-alias": {
3910                     "dev-master": "1.0.x-dev"
3911                 }
3912             },
3913             "autoload": {
3914                 "psr-4": {
3915                     "Psr\\Http\\Message\\": "src/"
3916                 }
3917             },
3918             "notification-url": "https://packagist.org/downloads/",
3919             "license": [
3920                 "MIT"
3921             ],
3922             "authors": [
3923                 {
3924                     "name": "PHP-FIG",
3925                     "homepage": "http://www.php-fig.org/"
3926                 }
3927             ],
3928             "description": "Common interfaces for PSR-7 HTTP message factories",
3929             "keywords": [
3930                 "factory",
3931                 "http",
3932                 "message",
3933                 "psr",
3934                 "psr-17",
3935                 "psr-7",
3936                 "request",
3937                 "response"
3938             ],
3939             "support": {
3940                 "source": "https://github.com/php-fig/http-factory/tree/master"
3941             },
3942             "time": "2019-04-30T12:38:16+00:00"
3943         },
3944         {
3945             "name": "psr/http-message",
3946             "version": "1.0.1",
3947             "source": {
3948                 "type": "git",
3949                 "url": "https://github.com/php-fig/http-message.git",
3950                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3951             },
3952             "dist": {
3953                 "type": "zip",
3954                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3955                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3956                 "shasum": ""
3957             },
3958             "require": {
3959                 "php": ">=5.3.0"
3960             },
3961             "type": "library",
3962             "extra": {
3963                 "branch-alias": {
3964                     "dev-master": "1.0.x-dev"
3965                 }
3966             },
3967             "autoload": {
3968                 "psr-4": {
3969                     "Psr\\Http\\Message\\": "src/"
3970                 }
3971             },
3972             "notification-url": "https://packagist.org/downloads/",
3973             "license": [
3974                 "MIT"
3975             ],
3976             "authors": [
3977                 {
3978                     "name": "PHP-FIG",
3979                     "homepage": "http://www.php-fig.org/"
3980                 }
3981             ],
3982             "description": "Common interface for HTTP messages",
3983             "homepage": "https://github.com/php-fig/http-message",
3984             "keywords": [
3985                 "http",
3986                 "http-message",
3987                 "psr",
3988                 "psr-7",
3989                 "request",
3990                 "response"
3991             ],
3992             "support": {
3993                 "source": "https://github.com/php-fig/http-message/tree/master"
3994             },
3995             "time": "2016-08-06T14:39:51+00:00"
3996         },
3997         {
3998             "name": "psr/log",
3999             "version": "1.1.4",
4000             "source": {
4001                 "type": "git",
4002                 "url": "https://github.com/php-fig/log.git",
4003                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
4004             },
4005             "dist": {
4006                 "type": "zip",
4007                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
4008                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
4009                 "shasum": ""
4010             },
4011             "require": {
4012                 "php": ">=5.3.0"
4013             },
4014             "type": "library",
4015             "extra": {
4016                 "branch-alias": {
4017                     "dev-master": "1.1.x-dev"
4018                 }
4019             },
4020             "autoload": {
4021                 "psr-4": {
4022                     "Psr\\Log\\": "Psr/Log/"
4023                 }
4024             },
4025             "notification-url": "https://packagist.org/downloads/",
4026             "license": [
4027                 "MIT"
4028             ],
4029             "authors": [
4030                 {
4031                     "name": "PHP-FIG",
4032                     "homepage": "https://www.php-fig.org/"
4033                 }
4034             ],
4035             "description": "Common interface for logging libraries",
4036             "homepage": "https://github.com/php-fig/log",
4037             "keywords": [
4038                 "log",
4039                 "psr",
4040                 "psr-3"
4041             ],
4042             "support": {
4043                 "source": "https://github.com/php-fig/log/tree/1.1.4"
4044             },
4045             "time": "2021-05-03T11:20:27+00:00"
4046         },
4047         {
4048             "name": "psr/simple-cache",
4049             "version": "1.0.1",
4050             "source": {
4051                 "type": "git",
4052                 "url": "https://github.com/php-fig/simple-cache.git",
4053                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
4054             },
4055             "dist": {
4056                 "type": "zip",
4057                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
4058                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
4059                 "shasum": ""
4060             },
4061             "require": {
4062                 "php": ">=5.3.0"
4063             },
4064             "type": "library",
4065             "extra": {
4066                 "branch-alias": {
4067                     "dev-master": "1.0.x-dev"
4068                 }
4069             },
4070             "autoload": {
4071                 "psr-4": {
4072                     "Psr\\SimpleCache\\": "src/"
4073                 }
4074             },
4075             "notification-url": "https://packagist.org/downloads/",
4076             "license": [
4077                 "MIT"
4078             ],
4079             "authors": [
4080                 {
4081                     "name": "PHP-FIG",
4082                     "homepage": "http://www.php-fig.org/"
4083                 }
4084             ],
4085             "description": "Common interfaces for simple caching",
4086             "keywords": [
4087                 "cache",
4088                 "caching",
4089                 "psr",
4090                 "psr-16",
4091                 "simple-cache"
4092             ],
4093             "support": {
4094                 "source": "https://github.com/php-fig/simple-cache/tree/master"
4095             },
4096             "time": "2017-10-23T01:57:42+00:00"
4097         },
4098         {
4099             "name": "psy/psysh",
4100             "version": "v0.10.9",
4101             "source": {
4102                 "type": "git",
4103                 "url": "https://github.com/bobthecow/psysh.git",
4104                 "reference": "01281336c4ae557fe4a994544f30d3a1bc204375"
4105             },
4106             "dist": {
4107                 "type": "zip",
4108                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/01281336c4ae557fe4a994544f30d3a1bc204375",
4109                 "reference": "01281336c4ae557fe4a994544f30d3a1bc204375",
4110                 "shasum": ""
4111             },
4112             "require": {
4113                 "ext-json": "*",
4114                 "ext-tokenizer": "*",
4115                 "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
4116                 "php": "^8.0 || ^7.0 || ^5.5.9",
4117                 "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
4118                 "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
4119             },
4120             "require-dev": {
4121                 "bamarni/composer-bin-plugin": "^1.2",
4122                 "hoa/console": "3.17.*"
4123             },
4124             "suggest": {
4125                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
4126                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
4127                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
4128                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
4129                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
4130             },
4131             "bin": [
4132                 "bin/psysh"
4133             ],
4134             "type": "library",
4135             "extra": {
4136                 "branch-alias": {
4137                     "dev-main": "0.10.x-dev"
4138                 }
4139             },
4140             "autoload": {
4141                 "files": [
4142                     "src/functions.php"
4143                 ],
4144                 "psr-4": {
4145                     "Psy\\": "src/"
4146                 }
4147             },
4148             "notification-url": "https://packagist.org/downloads/",
4149             "license": [
4150                 "MIT"
4151             ],
4152             "authors": [
4153                 {
4154                     "name": "Justin Hileman",
4155                     "email": "[email protected]",
4156                     "homepage": "http://justinhileman.com"
4157                 }
4158             ],
4159             "description": "An interactive shell for modern PHP.",
4160             "homepage": "http://psysh.org",
4161             "keywords": [
4162                 "REPL",
4163                 "console",
4164                 "interactive",
4165                 "shell"
4166             ],
4167             "support": {
4168                 "issues": "https://github.com/bobthecow/psysh/issues",
4169                 "source": "https://github.com/bobthecow/psysh/tree/v0.10.9"
4170             },
4171             "time": "2021-10-10T13:37:39+00:00"
4172         },
4173         {
4174             "name": "ralouphie/getallheaders",
4175             "version": "3.0.3",
4176             "source": {
4177                 "type": "git",
4178                 "url": "https://github.com/ralouphie/getallheaders.git",
4179                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
4180             },
4181             "dist": {
4182                 "type": "zip",
4183                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
4184                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
4185                 "shasum": ""
4186             },
4187             "require": {
4188                 "php": ">=5.6"
4189             },
4190             "require-dev": {
4191                 "php-coveralls/php-coveralls": "^2.1",
4192                 "phpunit/phpunit": "^5 || ^6.5"
4193             },
4194             "type": "library",
4195             "autoload": {
4196                 "files": [
4197                     "src/getallheaders.php"
4198                 ]
4199             },
4200             "notification-url": "https://packagist.org/downloads/",
4201             "license": [
4202                 "MIT"
4203             ],
4204             "authors": [
4205                 {
4206                     "name": "Ralph Khattar",
4207                     "email": "[email protected]"
4208                 }
4209             ],
4210             "description": "A polyfill for getallheaders.",
4211             "support": {
4212                 "issues": "https://github.com/ralouphie/getallheaders/issues",
4213                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
4214             },
4215             "time": "2019-03-08T08:55:37+00:00"
4216         },
4217         {
4218             "name": "ramsey/collection",
4219             "version": "1.2.2",
4220             "source": {
4221                 "type": "git",
4222                 "url": "https://github.com/ramsey/collection.git",
4223                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
4224             },
4225             "dist": {
4226                 "type": "zip",
4227                 "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
4228                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
4229                 "shasum": ""
4230             },
4231             "require": {
4232                 "php": "^7.3 || ^8",
4233                 "symfony/polyfill-php81": "^1.23"
4234             },
4235             "require-dev": {
4236                 "captainhook/captainhook": "^5.3",
4237                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4238                 "ergebnis/composer-normalize": "^2.6",
4239                 "fakerphp/faker": "^1.5",
4240                 "hamcrest/hamcrest-php": "^2",
4241                 "jangregor/phpstan-prophecy": "^0.8",
4242                 "mockery/mockery": "^1.3",
4243                 "phpspec/prophecy-phpunit": "^2.0",
4244                 "phpstan/extension-installer": "^1",
4245                 "phpstan/phpstan": "^0.12.32",
4246                 "phpstan/phpstan-mockery": "^0.12.5",
4247                 "phpstan/phpstan-phpunit": "^0.12.11",
4248                 "phpunit/phpunit": "^8.5 || ^9",
4249                 "psy/psysh": "^0.10.4",
4250                 "slevomat/coding-standard": "^6.3",
4251                 "squizlabs/php_codesniffer": "^3.5",
4252                 "vimeo/psalm": "^4.4"
4253             },
4254             "type": "library",
4255             "autoload": {
4256                 "psr-4": {
4257                     "Ramsey\\Collection\\": "src/"
4258                 }
4259             },
4260             "notification-url": "https://packagist.org/downloads/",
4261             "license": [
4262                 "MIT"
4263             ],
4264             "authors": [
4265                 {
4266                     "name": "Ben Ramsey",
4267                     "email": "[email protected]",
4268                     "homepage": "https://benramsey.com"
4269                 }
4270             ],
4271             "description": "A PHP library for representing and manipulating collections.",
4272             "keywords": [
4273                 "array",
4274                 "collection",
4275                 "hash",
4276                 "map",
4277                 "queue",
4278                 "set"
4279             ],
4280             "support": {
4281                 "issues": "https://github.com/ramsey/collection/issues",
4282                 "source": "https://github.com/ramsey/collection/tree/1.2.2"
4283             },
4284             "funding": [
4285                 {
4286                     "url": "https://github.com/ramsey",
4287                     "type": "github"
4288                 },
4289                 {
4290                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
4291                     "type": "tidelift"
4292                 }
4293             ],
4294             "time": "2021-10-10T03:01:02+00:00"
4295         },
4296         {
4297             "name": "ramsey/uuid",
4298             "version": "4.2.3",
4299             "source": {
4300                 "type": "git",
4301                 "url": "https://github.com/ramsey/uuid.git",
4302                 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
4303             },
4304             "dist": {
4305                 "type": "zip",
4306                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
4307                 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
4308                 "shasum": ""
4309             },
4310             "require": {
4311                 "brick/math": "^0.8 || ^0.9",
4312                 "ext-json": "*",
4313                 "php": "^7.2 || ^8.0",
4314                 "ramsey/collection": "^1.0",
4315                 "symfony/polyfill-ctype": "^1.8",
4316                 "symfony/polyfill-php80": "^1.14"
4317             },
4318             "replace": {
4319                 "rhumsaa/uuid": "self.version"
4320             },
4321             "require-dev": {
4322                 "captainhook/captainhook": "^5.10",
4323                 "captainhook/plugin-composer": "^5.3",
4324                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4325                 "doctrine/annotations": "^1.8",
4326                 "ergebnis/composer-normalize": "^2.15",
4327                 "mockery/mockery": "^1.3",
4328                 "moontoast/math": "^1.1",
4329                 "paragonie/random-lib": "^2",
4330                 "php-mock/php-mock": "^2.2",
4331                 "php-mock/php-mock-mockery": "^1.3",
4332                 "php-parallel-lint/php-parallel-lint": "^1.1",
4333                 "phpbench/phpbench": "^1.0",
4334                 "phpstan/extension-installer": "^1.0",
4335                 "phpstan/phpstan": "^0.12",
4336                 "phpstan/phpstan-mockery": "^0.12",
4337                 "phpstan/phpstan-phpunit": "^0.12",
4338                 "phpunit/phpunit": "^8.5 || ^9",
4339                 "slevomat/coding-standard": "^7.0",
4340                 "squizlabs/php_codesniffer": "^3.5",
4341                 "vimeo/psalm": "^4.9"
4342             },
4343             "suggest": {
4344                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
4345                 "ext-ctype": "Enables faster processing of character classification using ctype functions.",
4346                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
4347                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
4348                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
4349                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4350             },
4351             "type": "library",
4352             "extra": {
4353                 "branch-alias": {
4354                     "dev-main": "4.x-dev"
4355                 },
4356                 "captainhook": {
4357                     "force-install": true
4358                 }
4359             },
4360             "autoload": {
4361                 "psr-4": {
4362                     "Ramsey\\Uuid\\": "src/"
4363                 },
4364                 "files": [
4365                     "src/functions.php"
4366                 ]
4367             },
4368             "notification-url": "https://packagist.org/downloads/",
4369             "license": [
4370                 "MIT"
4371             ],
4372             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
4373             "keywords": [
4374                 "guid",
4375                 "identifier",
4376                 "uuid"
4377             ],
4378             "support": {
4379                 "issues": "https://github.com/ramsey/uuid/issues",
4380                 "source": "https://github.com/ramsey/uuid/tree/4.2.3"
4381             },
4382             "funding": [
4383                 {
4384                     "url": "https://github.com/ramsey",
4385                     "type": "github"
4386                 },
4387                 {
4388                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
4389                     "type": "tidelift"
4390                 }
4391             ],
4392             "time": "2021-09-25T23:10:38+00:00"
4393         },
4394         {
4395             "name": "robrichards/xmlseclibs",
4396             "version": "3.1.1",
4397             "source": {
4398                 "type": "git",
4399                 "url": "https://github.com/robrichards/xmlseclibs.git",
4400                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
4401             },
4402             "dist": {
4403                 "type": "zip",
4404                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
4405                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
4406                 "shasum": ""
4407             },
4408             "require": {
4409                 "ext-openssl": "*",
4410                 "php": ">= 5.4"
4411             },
4412             "type": "library",
4413             "autoload": {
4414                 "psr-4": {
4415                     "RobRichards\\XMLSecLibs\\": "src"
4416                 }
4417             },
4418             "notification-url": "https://packagist.org/downloads/",
4419             "license": [
4420                 "BSD-3-Clause"
4421             ],
4422             "description": "A PHP library for XML Security",
4423             "homepage": "https://github.com/robrichards/xmlseclibs",
4424             "keywords": [
4425                 "security",
4426                 "signature",
4427                 "xml",
4428                 "xmldsig"
4429             ],
4430             "support": {
4431                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
4432                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
4433             },
4434             "time": "2020-09-05T13:00:25+00:00"
4435         },
4436         {
4437             "name": "sabberworm/php-css-parser",
4438             "version": "8.3.1",
4439             "source": {
4440                 "type": "git",
4441                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
4442                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
4443             },
4444             "dist": {
4445                 "type": "zip",
4446                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
4447                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
4448                 "shasum": ""
4449             },
4450             "require": {
4451                 "php": ">=5.3.2"
4452             },
4453             "require-dev": {
4454                 "codacy/coverage": "^1.4",
4455                 "phpunit/phpunit": "~4.8"
4456             },
4457             "type": "library",
4458             "autoload": {
4459                 "psr-0": {
4460                     "Sabberworm\\CSS": "lib/"
4461                 }
4462             },
4463             "notification-url": "https://packagist.org/downloads/",
4464             "license": [
4465                 "MIT"
4466             ],
4467             "authors": [
4468                 {
4469                     "name": "Raphael Schweikert"
4470                 }
4471             ],
4472             "description": "Parser for CSS Files written in PHP",
4473             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
4474             "keywords": [
4475                 "css",
4476                 "parser",
4477                 "stylesheet"
4478             ],
4479             "support": {
4480                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
4481                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1"
4482             },
4483             "time": "2020-06-01T09:10:00+00:00"
4484         },
4485         {
4486             "name": "socialiteproviders/discord",
4487             "version": "4.1.1",
4488             "source": {
4489                 "type": "git",
4490                 "url": "https://github.com/SocialiteProviders/Discord.git",
4491                 "reference": "c6eddeb07ace7473e82d02d4db852dfacf5ef574"
4492             },
4493             "dist": {
4494                 "type": "zip",
4495                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c6eddeb07ace7473e82d02d4db852dfacf5ef574",
4496                 "reference": "c6eddeb07ace7473e82d02d4db852dfacf5ef574",
4497                 "shasum": ""
4498             },
4499             "require": {
4500                 "ext-json": "*",
4501                 "php": "^7.2 || ^8.0",
4502                 "socialiteproviders/manager": "~4.0"
4503             },
4504             "type": "library",
4505             "autoload": {
4506                 "psr-4": {
4507                     "SocialiteProviders\\Discord\\": ""
4508                 }
4509             },
4510             "notification-url": "https://packagist.org/downloads/",
4511             "license": [
4512                 "MIT"
4513             ],
4514             "authors": [
4515                 {
4516                     "name": "Christopher Eklund",
4517                     "email": "[email protected]"
4518                 }
4519             ],
4520             "description": "Discord OAuth2 Provider for Laravel Socialite",
4521             "support": {
4522                 "source": "https://github.com/SocialiteProviders/Discord/tree/4.1.1"
4523             },
4524             "time": "2021-01-05T22:03:58+00:00"
4525         },
4526         {
4527             "name": "socialiteproviders/gitlab",
4528             "version": "4.1.0",
4529             "source": {
4530                 "type": "git",
4531                 "url": "https://github.com/SocialiteProviders/GitLab.git",
4532                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
4533             },
4534             "dist": {
4535                 "type": "zip",
4536                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
4537                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
4538                 "shasum": ""
4539             },
4540             "require": {
4541                 "ext-json": "*",
4542                 "php": "^7.2 || ^8.0",
4543                 "socialiteproviders/manager": "~4.0"
4544             },
4545             "type": "library",
4546             "autoload": {
4547                 "psr-4": {
4548                     "SocialiteProviders\\GitLab\\": ""
4549                 }
4550             },
4551             "notification-url": "https://packagist.org/downloads/",
4552             "license": [
4553                 "MIT"
4554             ],
4555             "authors": [
4556                 {
4557                     "name": "Christoffer Martinsen",
4558                     "email": "[email protected]"
4559                 }
4560             ],
4561             "description": "GitLab OAuth2 Provider for Laravel Socialite",
4562             "support": {
4563                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
4564             },
4565             "time": "2020-12-01T23:10:59+00:00"
4566         },
4567         {
4568             "name": "socialiteproviders/manager",
4569             "version": "4.0.1",
4570             "source": {
4571                 "type": "git",
4572                 "url": "https://github.com/SocialiteProviders/Manager.git",
4573                 "reference": "0f5e82af0404df0080bdc5c105cef936c1711524"
4574             },
4575             "dist": {
4576                 "type": "zip",
4577                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/0f5e82af0404df0080bdc5c105cef936c1711524",
4578                 "reference": "0f5e82af0404df0080bdc5c105cef936c1711524",
4579                 "shasum": ""
4580             },
4581             "require": {
4582                 "illuminate/support": "^6.0|^7.0|^8.0",
4583                 "laravel/socialite": "~4.0|~5.0",
4584                 "php": "^7.2 || ^8.0"
4585             },
4586             "require-dev": {
4587                 "mockery/mockery": "^1.2",
4588                 "phpunit/phpunit": "^9.0"
4589             },
4590             "type": "library",
4591             "extra": {
4592                 "laravel": {
4593                     "providers": [
4594                         "SocialiteProviders\\Manager\\ServiceProvider"
4595                     ]
4596                 }
4597             },
4598             "autoload": {
4599                 "psr-4": {
4600                     "SocialiteProviders\\Manager\\": "src/"
4601                 }
4602             },
4603             "notification-url": "https://packagist.org/downloads/",
4604             "license": [
4605                 "MIT"
4606             ],
4607             "authors": [
4608                 {
4609                     "name": "Andy Wendt",
4610                     "email": "[email protected]"
4611                 },
4612                 {
4613                     "name": "Anton Komarev",
4614                     "email": "[email protected]"
4615                 },
4616                 {
4617                     "name": "Miguel Piedrafita",
4618                     "email": "[email protected]"
4619                 },
4620                 {
4621                     "name": "atymic",
4622                     "email": "[email protected]",
4623                     "homepage": "https://atymic.dev"
4624                 }
4625             ],
4626             "description": "Easily add new or override built-in providers in Laravel Socialite.",
4627             "homepage": "https://socialiteproviders.com/",
4628             "support": {
4629                 "issues": "https://github.com/SocialiteProviders/Manager/issues",
4630                 "source": "https://github.com/SocialiteProviders/Manager/tree/4.0.1"
4631             },
4632             "time": "2020-12-01T23:09:06+00:00"
4633         },
4634         {
4635             "name": "socialiteproviders/microsoft-azure",
4636             "version": "4.2.1",
4637             "source": {
4638                 "type": "git",
4639                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
4640                 "reference": "64779ec21db0bee3111039a67c0fa0ab550a3462"
4641             },
4642             "dist": {
4643                 "type": "zip",
4644                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/64779ec21db0bee3111039a67c0fa0ab550a3462",
4645                 "reference": "64779ec21db0bee3111039a67c0fa0ab550a3462",
4646                 "shasum": ""
4647             },
4648             "require": {
4649                 "ext-json": "*",
4650                 "php": "^7.2 || ^8.0",
4651                 "socialiteproviders/manager": "~4.0"
4652             },
4653             "type": "library",
4654             "autoload": {
4655                 "psr-4": {
4656                     "SocialiteProviders\\Azure\\": ""
4657                 }
4658             },
4659             "notification-url": "https://packagist.org/downloads/",
4660             "license": [
4661                 "MIT"
4662             ],
4663             "authors": [
4664                 {
4665                     "name": "Chris Hemmings",
4666                     "email": "[email protected]"
4667                 }
4668             ],
4669             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
4670             "support": {
4671                 "source": "https://github.com/SocialiteProviders/Microsoft-Azure/tree/4.2.1"
4672             },
4673             "time": "2021-06-14T22:51:38+00:00"
4674         },
4675         {
4676             "name": "socialiteproviders/okta",
4677             "version": "4.1.1",
4678             "source": {
4679                 "type": "git",
4680                 "url": "https://github.com/SocialiteProviders/Okta.git",
4681                 "reference": "e3ef9f23c7d2f86b3b16a174b82333cf4e2459e8"
4682             },
4683             "dist": {
4684                 "type": "zip",
4685                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/e3ef9f23c7d2f86b3b16a174b82333cf4e2459e8",
4686                 "reference": "e3ef9f23c7d2f86b3b16a174b82333cf4e2459e8",
4687                 "shasum": ""
4688             },
4689             "require": {
4690                 "ext-json": "*",
4691                 "php": "^7.2 || ^8.0",
4692                 "socialiteproviders/manager": "~4.0"
4693             },
4694             "type": "library",
4695             "autoload": {
4696                 "psr-4": {
4697                     "SocialiteProviders\\Okta\\": ""
4698                 }
4699             },
4700             "notification-url": "https://packagist.org/downloads/",
4701             "license": [
4702                 "MIT"
4703             ],
4704             "authors": [
4705                 {
4706                     "name": "Chase Coney",
4707                     "email": "[email protected]"
4708                 }
4709             ],
4710             "description": "Okta OAuth2 Provider for Laravel Socialite",
4711             "support": {
4712                 "source": "https://github.com/SocialiteProviders/Okta/tree/4.1.1"
4713             },
4714             "time": "2021-01-12T23:51:01+00:00"
4715         },
4716         {
4717             "name": "socialiteproviders/slack",
4718             "version": "4.1.1",
4719             "source": {
4720                 "type": "git",
4721                 "url": "https://github.com/SocialiteProviders/Slack.git",
4722                 "reference": "2b781c95daf06ec87a8f3deba2ab613d6bea5e8d"
4723             },
4724             "dist": {
4725                 "type": "zip",
4726                 "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/2b781c95daf06ec87a8f3deba2ab613d6bea5e8d",
4727                 "reference": "2b781c95daf06ec87a8f3deba2ab613d6bea5e8d",
4728                 "shasum": ""
4729             },
4730             "require": {
4731                 "ext-json": "*",
4732                 "php": "^7.2 || ^8.0",
4733                 "socialiteproviders/manager": "~4.0"
4734             },
4735             "type": "library",
4736             "autoload": {
4737                 "psr-4": {
4738                     "SocialiteProviders\\Slack\\": ""
4739                 }
4740             },
4741             "notification-url": "https://packagist.org/downloads/",
4742             "license": [
4743                 "MIT"
4744             ],
4745             "authors": [
4746                 {
4747                     "name": "Brian Faust",
4748                     "email": "[email protected]"
4749                 }
4750             ],
4751             "description": "Slack OAuth2 Provider for Laravel Socialite",
4752             "support": {
4753                 "source": "https://github.com/SocialiteProviders/Slack/tree/4.1.1"
4754             },
4755             "time": "2021-03-26T04:10:10+00:00"
4756         },
4757         {
4758             "name": "socialiteproviders/twitch",
4759             "version": "5.3.1",
4760             "source": {
4761                 "type": "git",
4762                 "url": "https://github.com/SocialiteProviders/Twitch.git",
4763                 "reference": "7accf30ae7a3139b757b4ca8f34989c09a3dbee7"
4764             },
4765             "dist": {
4766                 "type": "zip",
4767                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/7accf30ae7a3139b757b4ca8f34989c09a3dbee7",
4768                 "reference": "7accf30ae7a3139b757b4ca8f34989c09a3dbee7",
4769                 "shasum": ""
4770             },
4771             "require": {
4772                 "ext-json": "*",
4773                 "php": "^7.2 || ^8.0",
4774                 "socialiteproviders/manager": "~4.0"
4775             },
4776             "type": "library",
4777             "autoload": {
4778                 "psr-4": {
4779                     "SocialiteProviders\\Twitch\\": ""
4780                 }
4781             },
4782             "notification-url": "https://packagist.org/downloads/",
4783             "license": [
4784                 "MIT"
4785             ],
4786             "authors": [
4787                 {
4788                     "name": "Brian Faust",
4789                     "email": "[email protected]"
4790                 }
4791             ],
4792             "description": "Twitch OAuth2 Provider for Laravel Socialite",
4793             "support": {
4794                 "source": "https://github.com/SocialiteProviders/Twitch/tree/5.3.1"
4795             },
4796             "time": "2020-12-01T23:10:59+00:00"
4797         },
4798         {
4799             "name": "ssddanbrown/htmldiff",
4800             "version": "v1.0.1",
4801             "source": {
4802                 "type": "git",
4803                 "url": "https://github.com/ssddanbrown/HtmlDiff.git",
4804                 "reference": "f60d5cc278b60305ab980a6665f46117c5b589c0"
4805             },
4806             "dist": {
4807                 "type": "zip",
4808                 "url": "https://api.github.com/repos/ssddanbrown/HtmlDiff/zipball/f60d5cc278b60305ab980a6665f46117c5b589c0",
4809                 "reference": "f60d5cc278b60305ab980a6665f46117c5b589c0",
4810                 "shasum": ""
4811             },
4812             "require": {
4813                 "ext-mbstring": "*",
4814                 "php": ">=7.2"
4815             },
4816             "require-dev": {
4817                 "phpunit/phpunit": "^8.5|^9.4.3"
4818             },
4819             "type": "library",
4820             "autoload": {
4821                 "psr-4": {
4822                     "Ssddanbrown\\HtmlDiff\\": "src"
4823                 }
4824             },
4825             "notification-url": "https://packagist.org/downloads/",
4826             "license": [
4827                 "MIT"
4828             ],
4829             "authors": [
4830                 {
4831                     "name": "Dan Brown",
4832                     "email": "[email protected]",
4833                     "role": "Developer"
4834                 }
4835             ],
4836             "description": "HTML Content Diff Generator",
4837             "homepage": "https://github.com/ssddanbrown/htmldiff",
4838             "support": {
4839                 "issues": "https://github.com/ssddanbrown/HtmlDiff/issues",
4840                 "source": "https://github.com/ssddanbrown/HtmlDiff/tree/v1.0.1"
4841             },
4842             "funding": [
4843                 {
4844                     "url": "https://github.com/ssddanbrown",
4845                     "type": "github"
4846                 }
4847             ],
4848             "time": "2021-01-24T18:51:30+00:00"
4849         },
4850         {
4851             "name": "swiftmailer/swiftmailer",
4852             "version": "v6.3.0",
4853             "source": {
4854                 "type": "git",
4855                 "url": "https://github.com/swiftmailer/swiftmailer.git",
4856                 "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
4857             },
4858             "dist": {
4859                 "type": "zip",
4860                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
4861                 "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
4862                 "shasum": ""
4863             },
4864             "require": {
4865                 "egulias/email-validator": "^2.0|^3.1",
4866                 "php": ">=7.0.0",
4867                 "symfony/polyfill-iconv": "^1.0",
4868                 "symfony/polyfill-intl-idn": "^1.10",
4869                 "symfony/polyfill-mbstring": "^1.0"
4870             },
4871             "require-dev": {
4872                 "mockery/mockery": "^1.0",
4873                 "symfony/phpunit-bridge": "^4.4|^5.4"
4874             },
4875             "suggest": {
4876                 "ext-intl": "Needed to support internationalized email addresses"
4877             },
4878             "type": "library",
4879             "extra": {
4880                 "branch-alias": {
4881                     "dev-master": "6.2-dev"
4882                 }
4883             },
4884             "autoload": {
4885                 "files": [
4886                     "lib/swift_required.php"
4887                 ]
4888             },
4889             "notification-url": "https://packagist.org/downloads/",
4890             "license": [
4891                 "MIT"
4892             ],
4893             "authors": [
4894                 {
4895                     "name": "Chris Corbyn"
4896                 },
4897                 {
4898                     "name": "Fabien Potencier",
4899                     "email": "[email protected]"
4900                 }
4901             ],
4902             "description": "Swiftmailer, free feature-rich PHP mailer",
4903             "homepage": "https://swiftmailer.symfony.com",
4904             "keywords": [
4905                 "email",
4906                 "mail",
4907                 "mailer"
4908             ],
4909             "support": {
4910                 "issues": "https://github.com/swiftmailer/swiftmailer/issues",
4911                 "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
4912             },
4913             "funding": [
4914                 {
4915                     "url": "https://github.com/fabpot",
4916                     "type": "github"
4917                 },
4918                 {
4919                     "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
4920                     "type": "tidelift"
4921                 }
4922             ],
4923             "time": "2021-10-18T15:26:12+00:00"
4924         },
4925         {
4926             "name": "symfony/console",
4927             "version": "v5.3.10",
4928             "source": {
4929                 "type": "git",
4930                 "url": "https://github.com/symfony/console.git",
4931                 "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3"
4932             },
4933             "dist": {
4934                 "type": "zip",
4935                 "url": "https://api.github.com/repos/symfony/console/zipball/d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3",
4936                 "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3",
4937                 "shasum": ""
4938             },
4939             "require": {
4940                 "php": ">=7.2.5",
4941                 "symfony/deprecation-contracts": "^2.1",
4942                 "symfony/polyfill-mbstring": "~1.0",
4943                 "symfony/polyfill-php73": "^1.8",
4944                 "symfony/polyfill-php80": "^1.16",
4945                 "symfony/service-contracts": "^1.1|^2",
4946                 "symfony/string": "^5.1"
4947             },
4948             "conflict": {
4949                 "psr/log": ">=3",
4950                 "symfony/dependency-injection": "<4.4",
4951                 "symfony/dotenv": "<5.1",
4952                 "symfony/event-dispatcher": "<4.4",
4953                 "symfony/lock": "<4.4",
4954                 "symfony/process": "<4.4"
4955             },
4956             "provide": {
4957                 "psr/log-implementation": "1.0|2.0"
4958             },
4959             "require-dev": {
4960                 "psr/log": "^1|^2",
4961                 "symfony/config": "^4.4|^5.0",
4962                 "symfony/dependency-injection": "^4.4|^5.0",
4963                 "symfony/event-dispatcher": "^4.4|^5.0",
4964                 "symfony/lock": "^4.4|^5.0",
4965                 "symfony/process": "^4.4|^5.0",
4966                 "symfony/var-dumper": "^4.4|^5.0"
4967             },
4968             "suggest": {
4969                 "psr/log": "For using the console logger",
4970                 "symfony/event-dispatcher": "",
4971                 "symfony/lock": "",
4972                 "symfony/process": ""
4973             },
4974             "type": "library",
4975             "autoload": {
4976                 "psr-4": {
4977                     "Symfony\\Component\\Console\\": ""
4978                 },
4979                 "exclude-from-classmap": [
4980                     "/Tests/"
4981                 ]
4982             },
4983             "notification-url": "https://packagist.org/downloads/",
4984             "license": [
4985                 "MIT"
4986             ],
4987             "authors": [
4988                 {
4989                     "name": "Fabien Potencier",
4990                     "email": "[email protected]"
4991                 },
4992                 {
4993                     "name": "Symfony Community",
4994                     "homepage": "https://symfony.com/contributors"
4995                 }
4996             ],
4997             "description": "Eases the creation of beautiful and testable command line interfaces",
4998             "homepage": "https://symfony.com",
4999             "keywords": [
5000                 "cli",
5001                 "command line",
5002                 "console",
5003                 "terminal"
5004             ],
5005             "support": {
5006                 "source": "https://github.com/symfony/console/tree/v5.3.10"
5007             },
5008             "funding": [
5009                 {
5010                     "url": "https://symfony.com/sponsor",
5011                     "type": "custom"
5012                 },
5013                 {
5014                     "url": "https://github.com/fabpot",
5015                     "type": "github"
5016                 },
5017                 {
5018                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5019                     "type": "tidelift"
5020                 }
5021             ],
5022             "time": "2021-10-26T09:30:15+00:00"
5023         },
5024         {
5025             "name": "symfony/css-selector",
5026             "version": "v5.3.4",
5027             "source": {
5028                 "type": "git",
5029                 "url": "https://github.com/symfony/css-selector.git",
5030                 "reference": "7fb120adc7f600a59027775b224c13a33530dd90"
5031             },
5032             "dist": {
5033                 "type": "zip",
5034                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/7fb120adc7f600a59027775b224c13a33530dd90",
5035                 "reference": "7fb120adc7f600a59027775b224c13a33530dd90",
5036                 "shasum": ""
5037             },
5038             "require": {
5039                 "php": ">=7.2.5",
5040                 "symfony/polyfill-php80": "^1.16"
5041             },
5042             "type": "library",
5043             "autoload": {
5044                 "psr-4": {
5045                     "Symfony\\Component\\CssSelector\\": ""
5046                 },
5047                 "exclude-from-classmap": [
5048                     "/Tests/"
5049                 ]
5050             },
5051             "notification-url": "https://packagist.org/downloads/",
5052             "license": [
5053                 "MIT"
5054             ],
5055             "authors": [
5056                 {
5057                     "name": "Fabien Potencier",
5058                     "email": "[email protected]"
5059                 },
5060                 {
5061                     "name": "Jean-François Simon",
5062                     "email": "[email protected]"
5063                 },
5064                 {
5065                     "name": "Symfony Community",
5066                     "homepage": "https://symfony.com/contributors"
5067                 }
5068             ],
5069             "description": "Converts CSS selectors to XPath expressions",
5070             "homepage": "https://symfony.com",
5071             "support": {
5072                 "source": "https://github.com/symfony/css-selector/tree/v5.3.4"
5073             },
5074             "funding": [
5075                 {
5076                     "url": "https://symfony.com/sponsor",
5077                     "type": "custom"
5078                 },
5079                 {
5080                     "url": "https://github.com/fabpot",
5081                     "type": "github"
5082                 },
5083                 {
5084                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5085                     "type": "tidelift"
5086                 }
5087             ],
5088             "time": "2021-07-21T12:38:00+00:00"
5089         },
5090         {
5091             "name": "symfony/deprecation-contracts",
5092             "version": "v2.4.0",
5093             "source": {
5094                 "type": "git",
5095                 "url": "https://github.com/symfony/deprecation-contracts.git",
5096                 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
5097             },
5098             "dist": {
5099                 "type": "zip",
5100                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
5101                 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
5102                 "shasum": ""
5103             },
5104             "require": {
5105                 "php": ">=7.1"
5106             },
5107             "type": "library",
5108             "extra": {
5109                 "branch-alias": {
5110                     "dev-main": "2.4-dev"
5111                 },
5112                 "thanks": {
5113                     "name": "symfony/contracts",
5114                     "url": "https://github.com/symfony/contracts"
5115                 }
5116             },
5117             "autoload": {
5118                 "files": [
5119                     "function.php"
5120                 ]
5121             },
5122             "notification-url": "https://packagist.org/downloads/",
5123             "license": [
5124                 "MIT"
5125             ],
5126             "authors": [
5127                 {
5128                     "name": "Nicolas Grekas",
5129                     "email": "[email protected]"
5130                 },
5131                 {
5132                     "name": "Symfony Community",
5133                     "homepage": "https://symfony.com/contributors"
5134                 }
5135             ],
5136             "description": "A generic function and convention to trigger deprecation notices",
5137             "homepage": "https://symfony.com",
5138             "support": {
5139                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
5140             },
5141             "funding": [
5142                 {
5143                     "url": "https://symfony.com/sponsor",
5144                     "type": "custom"
5145                 },
5146                 {
5147                     "url": "https://github.com/fabpot",
5148                     "type": "github"
5149                 },
5150                 {
5151                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5152                     "type": "tidelift"
5153                 }
5154             ],
5155             "time": "2021-03-23T23:28:01+00:00"
5156         },
5157         {
5158             "name": "symfony/error-handler",
5159             "version": "v5.3.7",
5160             "source": {
5161                 "type": "git",
5162                 "url": "https://github.com/symfony/error-handler.git",
5163                 "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321"
5164             },
5165             "dist": {
5166                 "type": "zip",
5167                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321",
5168                 "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321",
5169                 "shasum": ""
5170             },
5171             "require": {
5172                 "php": ">=7.2.5",
5173                 "psr/log": "^1|^2|^3",
5174                 "symfony/var-dumper": "^4.4|^5.0"
5175             },
5176             "require-dev": {
5177                 "symfony/deprecation-contracts": "^2.1",
5178                 "symfony/http-kernel": "^4.4|^5.0",
5179                 "symfony/serializer": "^4.4|^5.0"
5180             },
5181             "type": "library",
5182             "autoload": {
5183                 "psr-4": {
5184                     "Symfony\\Component\\ErrorHandler\\": ""
5185                 },
5186                 "exclude-from-classmap": [
5187                     "/Tests/"
5188                 ]
5189             },
5190             "notification-url": "https://packagist.org/downloads/",
5191             "license": [
5192                 "MIT"
5193             ],
5194             "authors": [
5195                 {
5196                     "name": "Fabien Potencier",
5197                     "email": "[email protected]"
5198                 },
5199                 {
5200                     "name": "Symfony Community",
5201                     "homepage": "https://symfony.com/contributors"
5202                 }
5203             ],
5204             "description": "Provides tools to manage errors and ease debugging PHP code",
5205             "homepage": "https://symfony.com",
5206             "support": {
5207                 "source": "https://github.com/symfony/error-handler/tree/v5.3.7"
5208             },
5209             "funding": [
5210                 {
5211                     "url": "https://symfony.com/sponsor",
5212                     "type": "custom"
5213                 },
5214                 {
5215                     "url": "https://github.com/fabpot",
5216                     "type": "github"
5217                 },
5218                 {
5219                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5220                     "type": "tidelift"
5221                 }
5222             ],
5223             "time": "2021-08-28T15:07:08+00:00"
5224         },
5225         {
5226             "name": "symfony/event-dispatcher",
5227             "version": "v5.3.7",
5228             "source": {
5229                 "type": "git",
5230                 "url": "https://github.com/symfony/event-dispatcher.git",
5231                 "reference": "ce7b20d69c66a20939d8952b617506a44d102130"
5232             },
5233             "dist": {
5234                 "type": "zip",
5235                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130",
5236                 "reference": "ce7b20d69c66a20939d8952b617506a44d102130",
5237                 "shasum": ""
5238             },
5239             "require": {
5240                 "php": ">=7.2.5",
5241                 "symfony/deprecation-contracts": "^2.1",
5242                 "symfony/event-dispatcher-contracts": "^2",
5243                 "symfony/polyfill-php80": "^1.16"
5244             },
5245             "conflict": {
5246                 "symfony/dependency-injection": "<4.4"
5247             },
5248             "provide": {
5249                 "psr/event-dispatcher-implementation": "1.0",
5250                 "symfony/event-dispatcher-implementation": "2.0"
5251             },
5252             "require-dev": {
5253                 "psr/log": "^1|^2|^3",
5254                 "symfony/config": "^4.4|^5.0",
5255                 "symfony/dependency-injection": "^4.4|^5.0",
5256                 "symfony/error-handler": "^4.4|^5.0",
5257                 "symfony/expression-language": "^4.4|^5.0",
5258                 "symfony/http-foundation": "^4.4|^5.0",
5259                 "symfony/service-contracts": "^1.1|^2",
5260                 "symfony/stopwatch": "^4.4|^5.0"
5261             },
5262             "suggest": {
5263                 "symfony/dependency-injection": "",
5264                 "symfony/http-kernel": ""
5265             },
5266             "type": "library",
5267             "autoload": {
5268                 "psr-4": {
5269                     "Symfony\\Component\\EventDispatcher\\": ""
5270                 },
5271                 "exclude-from-classmap": [
5272                     "/Tests/"
5273                 ]
5274             },
5275             "notification-url": "https://packagist.org/downloads/",
5276             "license": [
5277                 "MIT"
5278             ],
5279             "authors": [
5280                 {
5281                     "name": "Fabien Potencier",
5282                     "email": "[email protected]"
5283                 },
5284                 {
5285                     "name": "Symfony Community",
5286                     "homepage": "https://symfony.com/contributors"
5287                 }
5288             ],
5289             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5290             "homepage": "https://symfony.com",
5291             "support": {
5292                 "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.7"
5293             },
5294             "funding": [
5295                 {
5296                     "url": "https://symfony.com/sponsor",
5297                     "type": "custom"
5298                 },
5299                 {
5300                     "url": "https://github.com/fabpot",
5301                     "type": "github"
5302                 },
5303                 {
5304                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5305                     "type": "tidelift"
5306                 }
5307             ],
5308             "time": "2021-08-04T21:20:46+00:00"
5309         },
5310         {
5311             "name": "symfony/event-dispatcher-contracts",
5312             "version": "v2.4.0",
5313             "source": {
5314                 "type": "git",
5315                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5316                 "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
5317             },
5318             "dist": {
5319                 "type": "zip",
5320                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
5321                 "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
5322                 "shasum": ""
5323             },
5324             "require": {
5325                 "php": ">=7.2.5",
5326                 "psr/event-dispatcher": "^1"
5327             },
5328             "suggest": {
5329                 "symfony/event-dispatcher-implementation": ""
5330             },
5331             "type": "library",
5332             "extra": {
5333                 "branch-alias": {
5334                     "dev-main": "2.4-dev"
5335                 },
5336                 "thanks": {
5337                     "name": "symfony/contracts",
5338                     "url": "https://github.com/symfony/contracts"
5339                 }
5340             },
5341             "autoload": {
5342                 "psr-4": {
5343                     "Symfony\\Contracts\\EventDispatcher\\": ""
5344                 }
5345             },
5346             "notification-url": "https://packagist.org/downloads/",
5347             "license": [
5348                 "MIT"
5349             ],
5350             "authors": [
5351                 {
5352                     "name": "Nicolas Grekas",
5353                     "email": "[email protected]"
5354                 },
5355                 {
5356                     "name": "Symfony Community",
5357                     "homepage": "https://symfony.com/contributors"
5358                 }
5359             ],
5360             "description": "Generic abstractions related to dispatching event",
5361             "homepage": "https://symfony.com",
5362             "keywords": [
5363                 "abstractions",
5364                 "contracts",
5365                 "decoupling",
5366                 "interfaces",
5367                 "interoperability",
5368                 "standards"
5369             ],
5370             "support": {
5371                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0"
5372             },
5373             "funding": [
5374                 {
5375                     "url": "https://symfony.com/sponsor",
5376                     "type": "custom"
5377                 },
5378                 {
5379                     "url": "https://github.com/fabpot",
5380                     "type": "github"
5381                 },
5382                 {
5383                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5384                     "type": "tidelift"
5385                 }
5386             ],
5387             "time": "2021-03-23T23:28:01+00:00"
5388         },
5389         {
5390             "name": "symfony/finder",
5391             "version": "v5.3.7",
5392             "source": {
5393                 "type": "git",
5394                 "url": "https://github.com/symfony/finder.git",
5395                 "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
5396             },
5397             "dist": {
5398                 "type": "zip",
5399                 "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
5400                 "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
5401                 "shasum": ""
5402             },
5403             "require": {
5404                 "php": ">=7.2.5",
5405                 "symfony/polyfill-php80": "^1.16"
5406             },
5407             "type": "library",
5408             "autoload": {
5409                 "psr-4": {
5410                     "Symfony\\Component\\Finder\\": ""
5411                 },
5412                 "exclude-from-classmap": [
5413                     "/Tests/"
5414                 ]
5415             },
5416             "notification-url": "https://packagist.org/downloads/",
5417             "license": [
5418                 "MIT"
5419             ],
5420             "authors": [
5421                 {
5422                     "name": "Fabien Potencier",
5423                     "email": "[email protected]"
5424                 },
5425                 {
5426                     "name": "Symfony Community",
5427                     "homepage": "https://symfony.com/contributors"
5428                 }
5429             ],
5430             "description": "Finds files and directories via an intuitive fluent interface",
5431             "homepage": "https://symfony.com",
5432             "support": {
5433                 "source": "https://github.com/symfony/finder/tree/v5.3.7"
5434             },
5435             "funding": [
5436                 {
5437                     "url": "https://symfony.com/sponsor",
5438                     "type": "custom"
5439                 },
5440                 {
5441                     "url": "https://github.com/fabpot",
5442                     "type": "github"
5443                 },
5444                 {
5445                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5446                     "type": "tidelift"
5447                 }
5448             ],
5449             "time": "2021-08-04T21:20:46+00:00"
5450         },
5451         {
5452             "name": "symfony/http-client-contracts",
5453             "version": "v2.4.0",
5454             "source": {
5455                 "type": "git",
5456                 "url": "https://github.com/symfony/http-client-contracts.git",
5457                 "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
5458             },
5459             "dist": {
5460                 "type": "zip",
5461                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
5462                 "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
5463                 "shasum": ""
5464             },
5465             "require": {
5466                 "php": ">=7.2.5"
5467             },
5468             "suggest": {
5469                 "symfony/http-client-implementation": ""
5470             },
5471             "type": "library",
5472             "extra": {
5473                 "branch-alias": {
5474                     "dev-main": "2.4-dev"
5475                 },
5476                 "thanks": {
5477                     "name": "symfony/contracts",
5478                     "url": "https://github.com/symfony/contracts"
5479                 }
5480             },
5481             "autoload": {
5482                 "psr-4": {
5483                     "Symfony\\Contracts\\HttpClient\\": ""
5484                 }
5485             },
5486             "notification-url": "https://packagist.org/downloads/",
5487             "license": [
5488                 "MIT"
5489             ],
5490             "authors": [
5491                 {
5492                     "name": "Nicolas Grekas",
5493                     "email": "[email protected]"
5494                 },
5495                 {
5496                     "name": "Symfony Community",
5497                     "homepage": "https://symfony.com/contributors"
5498                 }
5499             ],
5500             "description": "Generic abstractions related to HTTP clients",
5501             "homepage": "https://symfony.com",
5502             "keywords": [
5503                 "abstractions",
5504                 "contracts",
5505                 "decoupling",
5506                 "interfaces",
5507                 "interoperability",
5508                 "standards"
5509             ],
5510             "support": {
5511                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
5512             },
5513             "funding": [
5514                 {
5515                     "url": "https://symfony.com/sponsor",
5516                     "type": "custom"
5517                 },
5518                 {
5519                     "url": "https://github.com/fabpot",
5520                     "type": "github"
5521                 },
5522                 {
5523                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5524                     "type": "tidelift"
5525                 }
5526             ],
5527             "time": "2021-04-11T23:07:08+00:00"
5528         },
5529         {
5530             "name": "symfony/http-foundation",
5531             "version": "v5.3.10",
5532             "source": {
5533                 "type": "git",
5534                 "url": "https://github.com/symfony/http-foundation.git",
5535                 "reference": "9f34f02e8a5fdc7a56bafe011cea1ce97300e54c"
5536             },
5537             "dist": {
5538                 "type": "zip",
5539                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9f34f02e8a5fdc7a56bafe011cea1ce97300e54c",
5540                 "reference": "9f34f02e8a5fdc7a56bafe011cea1ce97300e54c",
5541                 "shasum": ""
5542             },
5543             "require": {
5544                 "php": ">=7.2.5",
5545                 "symfony/deprecation-contracts": "^2.1",
5546                 "symfony/polyfill-mbstring": "~1.1",
5547                 "symfony/polyfill-php80": "^1.16"
5548             },
5549             "require-dev": {
5550                 "predis/predis": "~1.0",
5551                 "symfony/cache": "^4.4|^5.0",
5552                 "symfony/expression-language": "^4.4|^5.0",
5553                 "symfony/mime": "^4.4|^5.0"
5554             },
5555             "suggest": {
5556                 "symfony/mime": "To use the file extension guesser"
5557             },
5558             "type": "library",
5559             "autoload": {
5560                 "psr-4": {
5561                     "Symfony\\Component\\HttpFoundation\\": ""
5562                 },
5563                 "exclude-from-classmap": [
5564                     "/Tests/"
5565                 ]
5566             },
5567             "notification-url": "https://packagist.org/downloads/",
5568             "license": [
5569                 "MIT"
5570             ],
5571             "authors": [
5572                 {
5573                     "name": "Fabien Potencier",
5574                     "email": "[email protected]"
5575                 },
5576                 {
5577                     "name": "Symfony Community",
5578                     "homepage": "https://symfony.com/contributors"
5579                 }
5580             ],
5581             "description": "Defines an object-oriented layer for the HTTP specification",
5582             "homepage": "https://symfony.com",
5583             "support": {
5584                 "source": "https://github.com/symfony/http-foundation/tree/v5.3.10"
5585             },
5586             "funding": [
5587                 {
5588                     "url": "https://symfony.com/sponsor",
5589                     "type": "custom"
5590                 },
5591                 {
5592                     "url": "https://github.com/fabpot",
5593                     "type": "github"
5594                 },
5595                 {
5596                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5597                     "type": "tidelift"
5598                 }
5599             ],
5600             "time": "2021-10-11T15:41:55+00:00"
5601         },
5602         {
5603             "name": "symfony/http-kernel",
5604             "version": "v5.3.10",
5605             "source": {
5606                 "type": "git",
5607                 "url": "https://github.com/symfony/http-kernel.git",
5608                 "reference": "703e4079920468e9522b72cf47fd76ce8d795e86"
5609             },
5610             "dist": {
5611                 "type": "zip",
5612                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/703e4079920468e9522b72cf47fd76ce8d795e86",
5613                 "reference": "703e4079920468e9522b72cf47fd76ce8d795e86",
5614                 "shasum": ""
5615             },
5616             "require": {
5617                 "php": ">=7.2.5",
5618                 "psr/log": "^1|^2",
5619                 "symfony/deprecation-contracts": "^2.1",
5620                 "symfony/error-handler": "^4.4|^5.0",
5621                 "symfony/event-dispatcher": "^5.0",
5622                 "symfony/http-client-contracts": "^1.1|^2",
5623                 "symfony/http-foundation": "^5.3.7",
5624                 "symfony/polyfill-ctype": "^1.8",
5625                 "symfony/polyfill-php73": "^1.9",
5626                 "symfony/polyfill-php80": "^1.16"
5627             },
5628             "conflict": {
5629                 "symfony/browser-kit": "<4.4",
5630                 "symfony/cache": "<5.0",
5631                 "symfony/config": "<5.0",
5632                 "symfony/console": "<4.4",
5633                 "symfony/dependency-injection": "<5.3",
5634                 "symfony/doctrine-bridge": "<5.0",
5635                 "symfony/form": "<5.0",
5636                 "symfony/http-client": "<5.0",
5637                 "symfony/mailer": "<5.0",
5638                 "symfony/messenger": "<5.0",
5639                 "symfony/translation": "<5.0",
5640                 "symfony/twig-bridge": "<5.0",
5641                 "symfony/validator": "<5.0",
5642                 "twig/twig": "<2.13"
5643             },
5644             "provide": {
5645                 "psr/log-implementation": "1.0|2.0"
5646             },
5647             "require-dev": {
5648                 "psr/cache": "^1.0|^2.0|^3.0",
5649                 "symfony/browser-kit": "^4.4|^5.0",
5650                 "symfony/config": "^5.0",
5651                 "symfony/console": "^4.4|^5.0",
5652                 "symfony/css-selector": "^4.4|^5.0",
5653                 "symfony/dependency-injection": "^5.3",
5654                 "symfony/dom-crawler": "^4.4|^5.0",
5655                 "symfony/expression-language": "^4.4|^5.0",
5656                 "symfony/finder": "^4.4|^5.0",
5657                 "symfony/process": "^4.4|^5.0",
5658                 "symfony/routing": "^4.4|^5.0",
5659                 "symfony/stopwatch": "^4.4|^5.0",
5660                 "symfony/translation": "^4.4|^5.0",
5661                 "symfony/translation-contracts": "^1.1|^2",
5662                 "twig/twig": "^2.13|^3.0.4"
5663             },
5664             "suggest": {
5665                 "symfony/browser-kit": "",
5666                 "symfony/config": "",
5667                 "symfony/console": "",
5668                 "symfony/dependency-injection": ""
5669             },
5670             "type": "library",
5671             "autoload": {
5672                 "psr-4": {
5673                     "Symfony\\Component\\HttpKernel\\": ""
5674                 },
5675                 "exclude-from-classmap": [
5676                     "/Tests/"
5677                 ]
5678             },
5679             "notification-url": "https://packagist.org/downloads/",
5680             "license": [
5681                 "MIT"
5682             ],
5683             "authors": [
5684                 {
5685                     "name": "Fabien Potencier",
5686                     "email": "[email protected]"
5687                 },
5688                 {
5689                     "name": "Symfony Community",
5690                     "homepage": "https://symfony.com/contributors"
5691                 }
5692             ],
5693             "description": "Provides a structured process for converting a Request into a Response",
5694             "homepage": "https://symfony.com",
5695             "support": {
5696                 "source": "https://github.com/symfony/http-kernel/tree/v5.3.10"
5697             },
5698             "funding": [
5699                 {
5700                     "url": "https://symfony.com/sponsor",
5701                     "type": "custom"
5702                 },
5703                 {
5704                     "url": "https://github.com/fabpot",
5705                     "type": "github"
5706                 },
5707                 {
5708                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5709                     "type": "tidelift"
5710                 }
5711             ],
5712             "time": "2021-10-29T08:36:48+00:00"
5713         },
5714         {
5715             "name": "symfony/mime",
5716             "version": "v5.3.8",
5717             "source": {
5718                 "type": "git",
5719                 "url": "https://github.com/symfony/mime.git",
5720                 "reference": "a756033d0a7e53db389618653ae991eba5a19a11"
5721             },
5722             "dist": {
5723                 "type": "zip",
5724                 "url": "https://api.github.com/repos/symfony/mime/zipball/a756033d0a7e53db389618653ae991eba5a19a11",
5725                 "reference": "a756033d0a7e53db389618653ae991eba5a19a11",
5726                 "shasum": ""
5727             },
5728             "require": {
5729                 "php": ">=7.2.5",
5730                 "symfony/deprecation-contracts": "^2.1",
5731                 "symfony/polyfill-intl-idn": "^1.10",
5732                 "symfony/polyfill-mbstring": "^1.0",
5733                 "symfony/polyfill-php80": "^1.16"
5734             },
5735             "conflict": {
5736                 "egulias/email-validator": "~3.0.0",
5737                 "phpdocumentor/reflection-docblock": "<3.2.2",
5738                 "phpdocumentor/type-resolver": "<1.4.0",
5739                 "symfony/mailer": "<4.4"
5740             },
5741             "require-dev": {
5742                 "egulias/email-validator": "^2.1.10|^3.1",
5743                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
5744                 "symfony/dependency-injection": "^4.4|^5.0",
5745                 "symfony/property-access": "^4.4|^5.1",
5746                 "symfony/property-info": "^4.4|^5.1",
5747                 "symfony/serializer": "^5.2"
5748             },
5749             "type": "library",
5750             "autoload": {
5751                 "psr-4": {
5752                     "Symfony\\Component\\Mime\\": ""
5753                 },
5754                 "exclude-from-classmap": [
5755                     "/Tests/"
5756                 ]
5757             },
5758             "notification-url": "https://packagist.org/downloads/",
5759             "license": [
5760                 "MIT"
5761             ],
5762             "authors": [
5763                 {
5764                     "name": "Fabien Potencier",
5765                     "email": "[email protected]"
5766                 },
5767                 {
5768                     "name": "Symfony Community",
5769                     "homepage": "https://symfony.com/contributors"
5770                 }
5771             ],
5772             "description": "Allows manipulating MIME messages",
5773             "homepage": "https://symfony.com",
5774             "keywords": [
5775                 "mime",
5776                 "mime-type"
5777             ],
5778             "support": {
5779                 "source": "https://github.com/symfony/mime/tree/v5.3.8"
5780             },
5781             "funding": [
5782                 {
5783                     "url": "https://symfony.com/sponsor",
5784                     "type": "custom"
5785                 },
5786                 {
5787                     "url": "https://github.com/fabpot",
5788                     "type": "github"
5789                 },
5790                 {
5791                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5792                     "type": "tidelift"
5793                 }
5794             ],
5795             "time": "2021-09-10T12:30:38+00:00"
5796         },
5797         {
5798             "name": "symfony/polyfill-ctype",
5799             "version": "v1.23.0",
5800             "source": {
5801                 "type": "git",
5802                 "url": "https://github.com/symfony/polyfill-ctype.git",
5803                 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
5804             },
5805             "dist": {
5806                 "type": "zip",
5807                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
5808                 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
5809                 "shasum": ""
5810             },
5811             "require": {
5812                 "php": ">=7.1"
5813             },
5814             "suggest": {
5815                 "ext-ctype": "For best performance"
5816             },
5817             "type": "library",
5818             "extra": {
5819                 "branch-alias": {
5820                     "dev-main": "1.23-dev"
5821                 },
5822                 "thanks": {
5823                     "name": "symfony/polyfill",
5824                     "url": "https://github.com/symfony/polyfill"
5825                 }
5826             },
5827             "autoload": {
5828                 "psr-4": {
5829                     "Symfony\\Polyfill\\Ctype\\": ""
5830                 },
5831                 "files": [
5832                     "bootstrap.php"
5833                 ]
5834             },
5835             "notification-url": "https://packagist.org/downloads/",
5836             "license": [
5837                 "MIT"
5838             ],
5839             "authors": [
5840                 {
5841                     "name": "Gert de Pagter",
5842                     "email": "[email protected]"
5843                 },
5844                 {
5845                     "name": "Symfony Community",
5846                     "homepage": "https://symfony.com/contributors"
5847                 }
5848             ],
5849             "description": "Symfony polyfill for ctype functions",
5850             "homepage": "https://symfony.com",
5851             "keywords": [
5852                 "compatibility",
5853                 "ctype",
5854                 "polyfill",
5855                 "portable"
5856             ],
5857             "support": {
5858                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
5859             },
5860             "funding": [
5861                 {
5862                     "url": "https://symfony.com/sponsor",
5863                     "type": "custom"
5864                 },
5865                 {
5866                     "url": "https://github.com/fabpot",
5867                     "type": "github"
5868                 },
5869                 {
5870                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5871                     "type": "tidelift"
5872                 }
5873             ],
5874             "time": "2021-02-19T12:13:01+00:00"
5875         },
5876         {
5877             "name": "symfony/polyfill-iconv",
5878             "version": "v1.23.0",
5879             "source": {
5880                 "type": "git",
5881                 "url": "https://github.com/symfony/polyfill-iconv.git",
5882                 "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
5883             },
5884             "dist": {
5885                 "type": "zip",
5886                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
5887                 "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
5888                 "shasum": ""
5889             },
5890             "require": {
5891                 "php": ">=7.1"
5892             },
5893             "suggest": {
5894                 "ext-iconv": "For best performance"
5895             },
5896             "type": "library",
5897             "extra": {
5898                 "branch-alias": {
5899                     "dev-main": "1.23-dev"
5900                 },
5901                 "thanks": {
5902                     "name": "symfony/polyfill",
5903                     "url": "https://github.com/symfony/polyfill"
5904                 }
5905             },
5906             "autoload": {
5907                 "psr-4": {
5908                     "Symfony\\Polyfill\\Iconv\\": ""
5909                 },
5910                 "files": [
5911                     "bootstrap.php"
5912                 ]
5913             },
5914             "notification-url": "https://packagist.org/downloads/",
5915             "license": [
5916                 "MIT"
5917             ],
5918             "authors": [
5919                 {
5920                     "name": "Nicolas Grekas",
5921                     "email": "[email protected]"
5922                 },
5923                 {
5924                     "name": "Symfony Community",
5925                     "homepage": "https://symfony.com/contributors"
5926                 }
5927             ],
5928             "description": "Symfony polyfill for the Iconv extension",
5929             "homepage": "https://symfony.com",
5930             "keywords": [
5931                 "compatibility",
5932                 "iconv",
5933                 "polyfill",
5934                 "portable",
5935                 "shim"
5936             ],
5937             "support": {
5938                 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0"
5939             },
5940             "funding": [
5941                 {
5942                     "url": "https://symfony.com/sponsor",
5943                     "type": "custom"
5944                 },
5945                 {
5946                     "url": "https://github.com/fabpot",
5947                     "type": "github"
5948                 },
5949                 {
5950                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5951                     "type": "tidelift"
5952                 }
5953             ],
5954             "time": "2021-05-27T09:27:20+00:00"
5955         },
5956         {
5957             "name": "symfony/polyfill-intl-grapheme",
5958             "version": "v1.23.1",
5959             "source": {
5960                 "type": "git",
5961                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
5962                 "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
5963             },
5964             "dist": {
5965                 "type": "zip",
5966                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
5967                 "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
5968                 "shasum": ""
5969             },
5970             "require": {
5971                 "php": ">=7.1"
5972             },
5973             "suggest": {
5974                 "ext-intl": "For best performance"
5975             },
5976             "type": "library",
5977             "extra": {
5978                 "branch-alias": {
5979                     "dev-main": "1.23-dev"
5980                 },
5981                 "thanks": {
5982                     "name": "symfony/polyfill",
5983                     "url": "https://github.com/symfony/polyfill"
5984                 }
5985             },
5986             "autoload": {
5987                 "psr-4": {
5988                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
5989                 },
5990                 "files": [
5991                     "bootstrap.php"
5992                 ]
5993             },
5994             "notification-url": "https://packagist.org/downloads/",
5995             "license": [
5996                 "MIT"
5997             ],
5998             "authors": [
5999                 {
6000                     "name": "Nicolas Grekas",
6001                     "email": "[email protected]"
6002                 },
6003                 {
6004                     "name": "Symfony Community",
6005                     "homepage": "https://symfony.com/contributors"
6006                 }
6007             ],
6008             "description": "Symfony polyfill for intl's grapheme_* functions",
6009             "homepage": "https://symfony.com",
6010             "keywords": [
6011                 "compatibility",
6012                 "grapheme",
6013                 "intl",
6014                 "polyfill",
6015                 "portable",
6016                 "shim"
6017             ],
6018             "support": {
6019                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
6020             },
6021             "funding": [
6022                 {
6023                     "url": "https://symfony.com/sponsor",
6024                     "type": "custom"
6025                 },
6026                 {
6027                     "url": "https://github.com/fabpot",
6028                     "type": "github"
6029                 },
6030                 {
6031                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6032                     "type": "tidelift"
6033                 }
6034             ],
6035             "time": "2021-05-27T12:26:48+00:00"
6036         },
6037         {
6038             "name": "symfony/polyfill-intl-idn",
6039             "version": "v1.23.0",
6040             "source": {
6041                 "type": "git",
6042                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6043                 "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
6044             },
6045             "dist": {
6046                 "type": "zip",
6047                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
6048                 "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
6049                 "shasum": ""
6050             },
6051             "require": {
6052                 "php": ">=7.1",
6053                 "symfony/polyfill-intl-normalizer": "^1.10",
6054                 "symfony/polyfill-php72": "^1.10"
6055             },
6056             "suggest": {
6057                 "ext-intl": "For best performance"
6058             },
6059             "type": "library",
6060             "extra": {
6061                 "branch-alias": {
6062                     "dev-main": "1.23-dev"
6063                 },
6064                 "thanks": {
6065                     "name": "symfony/polyfill",
6066                     "url": "https://github.com/symfony/polyfill"
6067                 }
6068             },
6069             "autoload": {
6070                 "psr-4": {
6071                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
6072                 },
6073                 "files": [
6074                     "bootstrap.php"
6075                 ]
6076             },
6077             "notification-url": "https://packagist.org/downloads/",
6078             "license": [
6079                 "MIT"
6080             ],
6081             "authors": [
6082                 {
6083                     "name": "Laurent Bassin",
6084                     "email": "[email protected]"
6085                 },
6086                 {
6087                     "name": "Trevor Rowbotham",
6088                     "email": "[email protected]"
6089                 },
6090                 {
6091                     "name": "Symfony Community",
6092                     "homepage": "https://symfony.com/contributors"
6093                 }
6094             ],
6095             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6096             "homepage": "https://symfony.com",
6097             "keywords": [
6098                 "compatibility",
6099                 "idn",
6100                 "intl",
6101                 "polyfill",
6102                 "portable",
6103                 "shim"
6104             ],
6105             "support": {
6106                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
6107             },
6108             "funding": [
6109                 {
6110                     "url": "https://symfony.com/sponsor",
6111                     "type": "custom"
6112                 },
6113                 {
6114                     "url": "https://github.com/fabpot",
6115                     "type": "github"
6116                 },
6117                 {
6118                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6119                     "type": "tidelift"
6120                 }
6121             ],
6122             "time": "2021-05-27T09:27:20+00:00"
6123         },
6124         {
6125             "name": "symfony/polyfill-intl-normalizer",
6126             "version": "v1.23.0",
6127             "source": {
6128                 "type": "git",
6129                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6130                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
6131             },
6132             "dist": {
6133                 "type": "zip",
6134                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
6135                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
6136                 "shasum": ""
6137             },
6138             "require": {
6139                 "php": ">=7.1"
6140             },
6141             "suggest": {
6142                 "ext-intl": "For best performance"
6143             },
6144             "type": "library",
6145             "extra": {
6146                 "branch-alias": {
6147                     "dev-main": "1.23-dev"
6148                 },
6149                 "thanks": {
6150                     "name": "symfony/polyfill",
6151                     "url": "https://github.com/symfony/polyfill"
6152                 }
6153             },
6154             "autoload": {
6155                 "psr-4": {
6156                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6157                 },
6158                 "files": [
6159                     "bootstrap.php"
6160                 ],
6161                 "classmap": [
6162                     "Resources/stubs"
6163                 ]
6164             },
6165             "notification-url": "https://packagist.org/downloads/",
6166             "license": [
6167                 "MIT"
6168             ],
6169             "authors": [
6170                 {
6171                     "name": "Nicolas Grekas",
6172                     "email": "[email protected]"
6173                 },
6174                 {
6175                     "name": "Symfony Community",
6176                     "homepage": "https://symfony.com/contributors"
6177                 }
6178             ],
6179             "description": "Symfony polyfill for intl's Normalizer class and related functions",
6180             "homepage": "https://symfony.com",
6181             "keywords": [
6182                 "compatibility",
6183                 "intl",
6184                 "normalizer",
6185                 "polyfill",
6186                 "portable",
6187                 "shim"
6188             ],
6189             "support": {
6190                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
6191             },
6192             "funding": [
6193                 {
6194                     "url": "https://symfony.com/sponsor",
6195                     "type": "custom"
6196                 },
6197                 {
6198                     "url": "https://github.com/fabpot",
6199                     "type": "github"
6200                 },
6201                 {
6202                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6203                     "type": "tidelift"
6204                 }
6205             ],
6206             "time": "2021-02-19T12:13:01+00:00"
6207         },
6208         {
6209             "name": "symfony/polyfill-mbstring",
6210             "version": "v1.23.1",
6211             "source": {
6212                 "type": "git",
6213                 "url": "https://github.com/symfony/polyfill-mbstring.git",
6214                 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
6215             },
6216             "dist": {
6217                 "type": "zip",
6218                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
6219                 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
6220                 "shasum": ""
6221             },
6222             "require": {
6223                 "php": ">=7.1"
6224             },
6225             "suggest": {
6226                 "ext-mbstring": "For best performance"
6227             },
6228             "type": "library",
6229             "extra": {
6230                 "branch-alias": {
6231                     "dev-main": "1.23-dev"
6232                 },
6233                 "thanks": {
6234                     "name": "symfony/polyfill",
6235                     "url": "https://github.com/symfony/polyfill"
6236                 }
6237             },
6238             "autoload": {
6239                 "psr-4": {
6240                     "Symfony\\Polyfill\\Mbstring\\": ""
6241                 },
6242                 "files": [
6243                     "bootstrap.php"
6244                 ]
6245             },
6246             "notification-url": "https://packagist.org/downloads/",
6247             "license": [
6248                 "MIT"
6249             ],
6250             "authors": [
6251                 {
6252                     "name": "Nicolas Grekas",
6253                     "email": "[email protected]"
6254                 },
6255                 {
6256                     "name": "Symfony Community",
6257                     "homepage": "https://symfony.com/contributors"
6258                 }
6259             ],
6260             "description": "Symfony polyfill for the Mbstring extension",
6261             "homepage": "https://symfony.com",
6262             "keywords": [
6263                 "compatibility",
6264                 "mbstring",
6265                 "polyfill",
6266                 "portable",
6267                 "shim"
6268             ],
6269             "support": {
6270                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
6271             },
6272             "funding": [
6273                 {
6274                     "url": "https://symfony.com/sponsor",
6275                     "type": "custom"
6276                 },
6277                 {
6278                     "url": "https://github.com/fabpot",
6279                     "type": "github"
6280                 },
6281                 {
6282                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6283                     "type": "tidelift"
6284                 }
6285             ],
6286             "time": "2021-05-27T12:26:48+00:00"
6287         },
6288         {
6289             "name": "symfony/polyfill-php72",
6290             "version": "v1.23.0",
6291             "source": {
6292                 "type": "git",
6293                 "url": "https://github.com/symfony/polyfill-php72.git",
6294                 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
6295             },
6296             "dist": {
6297                 "type": "zip",
6298                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
6299                 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
6300                 "shasum": ""
6301             },
6302             "require": {
6303                 "php": ">=7.1"
6304             },
6305             "type": "library",
6306             "extra": {
6307                 "branch-alias": {
6308                     "dev-main": "1.23-dev"
6309                 },
6310                 "thanks": {
6311                     "name": "symfony/polyfill",
6312                     "url": "https://github.com/symfony/polyfill"
6313                 }
6314             },
6315             "autoload": {
6316                 "psr-4": {
6317                     "Symfony\\Polyfill\\Php72\\": ""
6318                 },
6319                 "files": [
6320                     "bootstrap.php"
6321                 ]
6322             },
6323             "notification-url": "https://packagist.org/downloads/",
6324             "license": [
6325                 "MIT"
6326             ],
6327             "authors": [
6328                 {
6329                     "name": "Nicolas Grekas",
6330                     "email": "[email protected]"
6331                 },
6332                 {
6333                     "name": "Symfony Community",
6334                     "homepage": "https://symfony.com/contributors"
6335                 }
6336             ],
6337             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
6338             "homepage": "https://symfony.com",
6339             "keywords": [
6340                 "compatibility",
6341                 "polyfill",
6342                 "portable",
6343                 "shim"
6344             ],
6345             "support": {
6346                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
6347             },
6348             "funding": [
6349                 {
6350                     "url": "https://symfony.com/sponsor",
6351                     "type": "custom"
6352                 },
6353                 {
6354                     "url": "https://github.com/fabpot",
6355                     "type": "github"
6356                 },
6357                 {
6358                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6359                     "type": "tidelift"
6360                 }
6361             ],
6362             "time": "2021-05-27T09:17:38+00:00"
6363         },
6364         {
6365             "name": "symfony/polyfill-php73",
6366             "version": "v1.23.0",
6367             "source": {
6368                 "type": "git",
6369                 "url": "https://github.com/symfony/polyfill-php73.git",
6370                 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
6371             },
6372             "dist": {
6373                 "type": "zip",
6374                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
6375                 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
6376                 "shasum": ""
6377             },
6378             "require": {
6379                 "php": ">=7.1"
6380             },
6381             "type": "library",
6382             "extra": {
6383                 "branch-alias": {
6384                     "dev-main": "1.23-dev"
6385                 },
6386                 "thanks": {
6387                     "name": "symfony/polyfill",
6388                     "url": "https://github.com/symfony/polyfill"
6389                 }
6390             },
6391             "autoload": {
6392                 "psr-4": {
6393                     "Symfony\\Polyfill\\Php73\\": ""
6394                 },
6395                 "files": [
6396                     "bootstrap.php"
6397                 ],
6398                 "classmap": [
6399                     "Resources/stubs"
6400                 ]
6401             },
6402             "notification-url": "https://packagist.org/downloads/",
6403             "license": [
6404                 "MIT"
6405             ],
6406             "authors": [
6407                 {
6408                     "name": "Nicolas Grekas",
6409                     "email": "[email protected]"
6410                 },
6411                 {
6412                     "name": "Symfony Community",
6413                     "homepage": "https://symfony.com/contributors"
6414                 }
6415             ],
6416             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
6417             "homepage": "https://symfony.com",
6418             "keywords": [
6419                 "compatibility",
6420                 "polyfill",
6421                 "portable",
6422                 "shim"
6423             ],
6424             "support": {
6425                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
6426             },
6427             "funding": [
6428                 {
6429                     "url": "https://symfony.com/sponsor",
6430                     "type": "custom"
6431                 },
6432                 {
6433                     "url": "https://github.com/fabpot",
6434                     "type": "github"
6435                 },
6436                 {
6437                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6438                     "type": "tidelift"
6439                 }
6440             ],
6441             "time": "2021-02-19T12:13:01+00:00"
6442         },
6443         {
6444             "name": "symfony/polyfill-php80",
6445             "version": "v1.23.1",
6446             "source": {
6447                 "type": "git",
6448                 "url": "https://github.com/symfony/polyfill-php80.git",
6449                 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
6450             },
6451             "dist": {
6452                 "type": "zip",
6453                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
6454                 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
6455                 "shasum": ""
6456             },
6457             "require": {
6458                 "php": ">=7.1"
6459             },
6460             "type": "library",
6461             "extra": {
6462                 "branch-alias": {
6463                     "dev-main": "1.23-dev"
6464                 },
6465                 "thanks": {
6466                     "name": "symfony/polyfill",
6467                     "url": "https://github.com/symfony/polyfill"
6468                 }
6469             },
6470             "autoload": {
6471                 "psr-4": {
6472                     "Symfony\\Polyfill\\Php80\\": ""
6473                 },
6474                 "files": [
6475                     "bootstrap.php"
6476                 ],
6477                 "classmap": [
6478                     "Resources/stubs"
6479                 ]
6480             },
6481             "notification-url": "https://packagist.org/downloads/",
6482             "license": [
6483                 "MIT"
6484             ],
6485             "authors": [
6486                 {
6487                     "name": "Ion Bazan",
6488                     "email": "[email protected]"
6489                 },
6490                 {
6491                     "name": "Nicolas Grekas",
6492                     "email": "[email protected]"
6493                 },
6494                 {
6495                     "name": "Symfony Community",
6496                     "homepage": "https://symfony.com/contributors"
6497                 }
6498             ],
6499             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6500             "homepage": "https://symfony.com",
6501             "keywords": [
6502                 "compatibility",
6503                 "polyfill",
6504                 "portable",
6505                 "shim"
6506             ],
6507             "support": {
6508                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
6509             },
6510             "funding": [
6511                 {
6512                     "url": "https://symfony.com/sponsor",
6513                     "type": "custom"
6514                 },
6515                 {
6516                     "url": "https://github.com/fabpot",
6517                     "type": "github"
6518                 },
6519                 {
6520                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6521                     "type": "tidelift"
6522                 }
6523             ],
6524             "time": "2021-07-28T13:41:28+00:00"
6525         },
6526         {
6527             "name": "symfony/polyfill-php81",
6528             "version": "v1.23.0",
6529             "source": {
6530                 "type": "git",
6531                 "url": "https://github.com/symfony/polyfill-php81.git",
6532                 "reference": "e66119f3de95efc359483f810c4c3e6436279436"
6533             },
6534             "dist": {
6535                 "type": "zip",
6536                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
6537                 "reference": "e66119f3de95efc359483f810c4c3e6436279436",
6538                 "shasum": ""
6539             },
6540             "require": {
6541                 "php": ">=7.1"
6542             },
6543             "type": "library",
6544             "extra": {
6545                 "branch-alias": {
6546                     "dev-main": "1.23-dev"
6547                 },
6548                 "thanks": {
6549                     "name": "symfony/polyfill",
6550                     "url": "https://github.com/symfony/polyfill"
6551                 }
6552             },
6553             "autoload": {
6554                 "psr-4": {
6555                     "Symfony\\Polyfill\\Php81\\": ""
6556                 },
6557                 "files": [
6558                     "bootstrap.php"
6559                 ],
6560                 "classmap": [
6561                     "Resources/stubs"
6562                 ]
6563             },
6564             "notification-url": "https://packagist.org/downloads/",
6565             "license": [
6566                 "MIT"
6567             ],
6568             "authors": [
6569                 {
6570                     "name": "Nicolas Grekas",
6571                     "email": "[email protected]"
6572                 },
6573                 {
6574                     "name": "Symfony Community",
6575                     "homepage": "https://symfony.com/contributors"
6576                 }
6577             ],
6578             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
6579             "homepage": "https://symfony.com",
6580             "keywords": [
6581                 "compatibility",
6582                 "polyfill",
6583                 "portable",
6584                 "shim"
6585             ],
6586             "support": {
6587                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
6588             },
6589             "funding": [
6590                 {
6591                     "url": "https://symfony.com/sponsor",
6592                     "type": "custom"
6593                 },
6594                 {
6595                     "url": "https://github.com/fabpot",
6596                     "type": "github"
6597                 },
6598                 {
6599                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6600                     "type": "tidelift"
6601                 }
6602             ],
6603             "time": "2021-05-21T13:25:03+00:00"
6604         },
6605         {
6606             "name": "symfony/process",
6607             "version": "v5.3.7",
6608             "source": {
6609                 "type": "git",
6610                 "url": "https://github.com/symfony/process.git",
6611                 "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967"
6612             },
6613             "dist": {
6614                 "type": "zip",
6615                 "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967",
6616                 "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967",
6617                 "shasum": ""
6618             },
6619             "require": {
6620                 "php": ">=7.2.5",
6621                 "symfony/polyfill-php80": "^1.16"
6622             },
6623             "type": "library",
6624             "autoload": {
6625                 "psr-4": {
6626                     "Symfony\\Component\\Process\\": ""
6627                 },
6628                 "exclude-from-classmap": [
6629                     "/Tests/"
6630                 ]
6631             },
6632             "notification-url": "https://packagist.org/downloads/",
6633             "license": [
6634                 "MIT"
6635             ],
6636             "authors": [
6637                 {
6638                     "name": "Fabien Potencier",
6639                     "email": "[email protected]"
6640                 },
6641                 {
6642                     "name": "Symfony Community",
6643                     "homepage": "https://symfony.com/contributors"
6644                 }
6645             ],
6646             "description": "Executes commands in sub-processes",
6647             "homepage": "https://symfony.com",
6648             "support": {
6649                 "source": "https://github.com/symfony/process/tree/v5.3.7"
6650             },
6651             "funding": [
6652                 {
6653                     "url": "https://symfony.com/sponsor",
6654                     "type": "custom"
6655                 },
6656                 {
6657                     "url": "https://github.com/fabpot",
6658                     "type": "github"
6659                 },
6660                 {
6661                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6662                     "type": "tidelift"
6663                 }
6664             ],
6665             "time": "2021-08-04T21:20:46+00:00"
6666         },
6667         {
6668             "name": "symfony/routing",
6669             "version": "v5.3.7",
6670             "source": {
6671                 "type": "git",
6672                 "url": "https://github.com/symfony/routing.git",
6673                 "reference": "be865017746fe869007d94220ad3f5297951811b"
6674             },
6675             "dist": {
6676                 "type": "zip",
6677                 "url": "https://api.github.com/repos/symfony/routing/zipball/be865017746fe869007d94220ad3f5297951811b",
6678                 "reference": "be865017746fe869007d94220ad3f5297951811b",
6679                 "shasum": ""
6680             },
6681             "require": {
6682                 "php": ">=7.2.5",
6683                 "symfony/deprecation-contracts": "^2.1",
6684                 "symfony/polyfill-php80": "^1.16"
6685             },
6686             "conflict": {
6687                 "doctrine/annotations": "<1.12",
6688                 "symfony/config": "<5.3",
6689                 "symfony/dependency-injection": "<4.4",
6690                 "symfony/yaml": "<4.4"
6691             },
6692             "require-dev": {
6693                 "doctrine/annotations": "^1.12",
6694                 "psr/log": "^1|^2|^3",
6695                 "symfony/config": "^5.3",
6696                 "symfony/dependency-injection": "^4.4|^5.0",
6697                 "symfony/expression-language": "^4.4|^5.0",
6698                 "symfony/http-foundation": "^4.4|^5.0",
6699                 "symfony/yaml": "^4.4|^5.0"
6700             },
6701             "suggest": {
6702                 "symfony/config": "For using the all-in-one router or any loader",
6703                 "symfony/expression-language": "For using expression matching",
6704                 "symfony/http-foundation": "For using a Symfony Request object",
6705                 "symfony/yaml": "For using the YAML loader"
6706             },
6707             "type": "library",
6708             "autoload": {
6709                 "psr-4": {
6710                     "Symfony\\Component\\Routing\\": ""
6711                 },
6712                 "exclude-from-classmap": [
6713                     "/Tests/"
6714                 ]
6715             },
6716             "notification-url": "https://packagist.org/downloads/",
6717             "license": [
6718                 "MIT"
6719             ],
6720             "authors": [
6721                 {
6722                     "name": "Fabien Potencier",
6723                     "email": "[email protected]"
6724                 },
6725                 {
6726                     "name": "Symfony Community",
6727                     "homepage": "https://symfony.com/contributors"
6728                 }
6729             ],
6730             "description": "Maps an HTTP request to a set of configuration variables",
6731             "homepage": "https://symfony.com",
6732             "keywords": [
6733                 "router",
6734                 "routing",
6735                 "uri",
6736                 "url"
6737             ],
6738             "support": {
6739                 "source": "https://github.com/symfony/routing/tree/v5.3.7"
6740             },
6741             "funding": [
6742                 {
6743                     "url": "https://symfony.com/sponsor",
6744                     "type": "custom"
6745                 },
6746                 {
6747                     "url": "https://github.com/fabpot",
6748                     "type": "github"
6749                 },
6750                 {
6751                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6752                     "type": "tidelift"
6753                 }
6754             ],
6755             "time": "2021-08-04T21:42:42+00:00"
6756         },
6757         {
6758             "name": "symfony/service-contracts",
6759             "version": "v2.4.0",
6760             "source": {
6761                 "type": "git",
6762                 "url": "https://github.com/symfony/service-contracts.git",
6763                 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
6764             },
6765             "dist": {
6766                 "type": "zip",
6767                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
6768                 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
6769                 "shasum": ""
6770             },
6771             "require": {
6772                 "php": ">=7.2.5",
6773                 "psr/container": "^1.1"
6774             },
6775             "suggest": {
6776                 "symfony/service-implementation": ""
6777             },
6778             "type": "library",
6779             "extra": {
6780                 "branch-alias": {
6781                     "dev-main": "2.4-dev"
6782                 },
6783                 "thanks": {
6784                     "name": "symfony/contracts",
6785                     "url": "https://github.com/symfony/contracts"
6786                 }
6787             },
6788             "autoload": {
6789                 "psr-4": {
6790                     "Symfony\\Contracts\\Service\\": ""
6791                 }
6792             },
6793             "notification-url": "https://packagist.org/downloads/",
6794             "license": [
6795                 "MIT"
6796             ],
6797             "authors": [
6798                 {
6799                     "name": "Nicolas Grekas",
6800                     "email": "[email protected]"
6801                 },
6802                 {
6803                     "name": "Symfony Community",
6804                     "homepage": "https://symfony.com/contributors"
6805                 }
6806             ],
6807             "description": "Generic abstractions related to writing services",
6808             "homepage": "https://symfony.com",
6809             "keywords": [
6810                 "abstractions",
6811                 "contracts",
6812                 "decoupling",
6813                 "interfaces",
6814                 "interoperability",
6815                 "standards"
6816             ],
6817             "support": {
6818                 "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
6819             },
6820             "funding": [
6821                 {
6822                     "url": "https://symfony.com/sponsor",
6823                     "type": "custom"
6824                 },
6825                 {
6826                     "url": "https://github.com/fabpot",
6827                     "type": "github"
6828                 },
6829                 {
6830                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6831                     "type": "tidelift"
6832                 }
6833             ],
6834             "time": "2021-04-01T10:43:52+00:00"
6835         },
6836         {
6837             "name": "symfony/string",
6838             "version": "v5.3.10",
6839             "source": {
6840                 "type": "git",
6841                 "url": "https://github.com/symfony/string.git",
6842                 "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c"
6843             },
6844             "dist": {
6845                 "type": "zip",
6846                 "url": "https://api.github.com/repos/symfony/string/zipball/d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
6847                 "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
6848                 "shasum": ""
6849             },
6850             "require": {
6851                 "php": ">=7.2.5",
6852                 "symfony/polyfill-ctype": "~1.8",
6853                 "symfony/polyfill-intl-grapheme": "~1.0",
6854                 "symfony/polyfill-intl-normalizer": "~1.0",
6855                 "symfony/polyfill-mbstring": "~1.0",
6856                 "symfony/polyfill-php80": "~1.15"
6857             },
6858             "require-dev": {
6859                 "symfony/error-handler": "^4.4|^5.0",
6860                 "symfony/http-client": "^4.4|^5.0",
6861                 "symfony/translation-contracts": "^1.1|^2",
6862                 "symfony/var-exporter": "^4.4|^5.0"
6863             },
6864             "type": "library",
6865             "autoload": {
6866                 "psr-4": {
6867                     "Symfony\\Component\\String\\": ""
6868                 },
6869                 "files": [
6870                     "Resources/functions.php"
6871                 ],
6872                 "exclude-from-classmap": [
6873                     "/Tests/"
6874                 ]
6875             },
6876             "notification-url": "https://packagist.org/downloads/",
6877             "license": [
6878                 "MIT"
6879             ],
6880             "authors": [
6881                 {
6882                     "name": "Nicolas Grekas",
6883                     "email": "[email protected]"
6884                 },
6885                 {
6886                     "name": "Symfony Community",
6887                     "homepage": "https://symfony.com/contributors"
6888                 }
6889             ],
6890             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
6891             "homepage": "https://symfony.com",
6892             "keywords": [
6893                 "grapheme",
6894                 "i18n",
6895                 "string",
6896                 "unicode",
6897                 "utf-8",
6898                 "utf8"
6899             ],
6900             "support": {
6901                 "source": "https://github.com/symfony/string/tree/v5.3.10"
6902             },
6903             "funding": [
6904                 {
6905                     "url": "https://symfony.com/sponsor",
6906                     "type": "custom"
6907                 },
6908                 {
6909                     "url": "https://github.com/fabpot",
6910                     "type": "github"
6911                 },
6912                 {
6913                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6914                     "type": "tidelift"
6915                 }
6916             ],
6917             "time": "2021-10-27T18:21:46+00:00"
6918         },
6919         {
6920             "name": "symfony/translation",
6921             "version": "v5.3.10",
6922             "source": {
6923                 "type": "git",
6924                 "url": "https://github.com/symfony/translation.git",
6925                 "reference": "6ef197aea2ac8b9cd63e0da7522b3771714035aa"
6926             },
6927             "dist": {
6928                 "type": "zip",
6929                 "url": "https://api.github.com/repos/symfony/translation/zipball/6ef197aea2ac8b9cd63e0da7522b3771714035aa",
6930                 "reference": "6ef197aea2ac8b9cd63e0da7522b3771714035aa",
6931                 "shasum": ""
6932             },
6933             "require": {
6934                 "php": ">=7.2.5",
6935                 "symfony/deprecation-contracts": "^2.1",
6936                 "symfony/polyfill-mbstring": "~1.0",
6937                 "symfony/polyfill-php80": "^1.16",
6938                 "symfony/translation-contracts": "^2.3"
6939             },
6940             "conflict": {
6941                 "symfony/config": "<4.4",
6942                 "symfony/dependency-injection": "<5.0",
6943                 "symfony/http-kernel": "<5.0",
6944                 "symfony/twig-bundle": "<5.0",
6945                 "symfony/yaml": "<4.4"
6946             },
6947             "provide": {
6948                 "symfony/translation-implementation": "2.3"
6949             },
6950             "require-dev": {
6951                 "psr/log": "^1|^2|^3",
6952                 "symfony/config": "^4.4|^5.0",
6953                 "symfony/console": "^4.4|^5.0",
6954                 "symfony/dependency-injection": "^5.0",
6955                 "symfony/finder": "^4.4|^5.0",
6956                 "symfony/http-kernel": "^5.0",
6957                 "symfony/intl": "^4.4|^5.0",
6958                 "symfony/polyfill-intl-icu": "^1.21",
6959                 "symfony/service-contracts": "^1.1.2|^2",
6960                 "symfony/yaml": "^4.4|^5.0"
6961             },
6962             "suggest": {
6963                 "psr/log-implementation": "To use logging capability in translator",
6964                 "symfony/config": "",
6965                 "symfony/yaml": ""
6966             },
6967             "type": "library",
6968             "autoload": {
6969                 "files": [
6970                     "Resources/functions.php"
6971                 ],
6972                 "psr-4": {
6973                     "Symfony\\Component\\Translation\\": ""
6974                 },
6975                 "exclude-from-classmap": [
6976                     "/Tests/"
6977                 ]
6978             },
6979             "notification-url": "https://packagist.org/downloads/",
6980             "license": [
6981                 "MIT"
6982             ],
6983             "authors": [
6984                 {
6985                     "name": "Fabien Potencier",
6986                     "email": "[email protected]"
6987                 },
6988                 {
6989                     "name": "Symfony Community",
6990                     "homepage": "https://symfony.com/contributors"
6991                 }
6992             ],
6993             "description": "Provides tools to internationalize your application",
6994             "homepage": "https://symfony.com",
6995             "support": {
6996                 "source": "https://github.com/symfony/translation/tree/v5.3.10"
6997             },
6998             "funding": [
6999                 {
7000                     "url": "https://symfony.com/sponsor",
7001                     "type": "custom"
7002                 },
7003                 {
7004                     "url": "https://github.com/fabpot",
7005                     "type": "github"
7006                 },
7007                 {
7008                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7009                     "type": "tidelift"
7010                 }
7011             ],
7012             "time": "2021-10-10T06:43:24+00:00"
7013         },
7014         {
7015             "name": "symfony/translation-contracts",
7016             "version": "v2.4.0",
7017             "source": {
7018                 "type": "git",
7019                 "url": "https://github.com/symfony/translation-contracts.git",
7020                 "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
7021             },
7022             "dist": {
7023                 "type": "zip",
7024                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
7025                 "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
7026                 "shasum": ""
7027             },
7028             "require": {
7029                 "php": ">=7.2.5"
7030             },
7031             "suggest": {
7032                 "symfony/translation-implementation": ""
7033             },
7034             "type": "library",
7035             "extra": {
7036                 "branch-alias": {
7037                     "dev-main": "2.4-dev"
7038                 },
7039                 "thanks": {
7040                     "name": "symfony/contracts",
7041                     "url": "https://github.com/symfony/contracts"
7042                 }
7043             },
7044             "autoload": {
7045                 "psr-4": {
7046                     "Symfony\\Contracts\\Translation\\": ""
7047                 }
7048             },
7049             "notification-url": "https://packagist.org/downloads/",
7050             "license": [
7051                 "MIT"
7052             ],
7053             "authors": [
7054                 {
7055                     "name": "Nicolas Grekas",
7056                     "email": "[email protected]"
7057                 },
7058                 {
7059                     "name": "Symfony Community",
7060                     "homepage": "https://symfony.com/contributors"
7061                 }
7062             ],
7063             "description": "Generic abstractions related to translation",
7064             "homepage": "https://symfony.com",
7065             "keywords": [
7066                 "abstractions",
7067                 "contracts",
7068                 "decoupling",
7069                 "interfaces",
7070                 "interoperability",
7071                 "standards"
7072             ],
7073             "support": {
7074                 "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
7075             },
7076             "funding": [
7077                 {
7078                     "url": "https://symfony.com/sponsor",
7079                     "type": "custom"
7080                 },
7081                 {
7082                     "url": "https://github.com/fabpot",
7083                     "type": "github"
7084                 },
7085                 {
7086                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7087                     "type": "tidelift"
7088                 }
7089             ],
7090             "time": "2021-03-23T23:28:01+00:00"
7091         },
7092         {
7093             "name": "symfony/var-dumper",
7094             "version": "v5.3.10",
7095             "source": {
7096                 "type": "git",
7097                 "url": "https://github.com/symfony/var-dumper.git",
7098                 "reference": "875432adb5f5570fff21036fd22aee244636b7d1"
7099             },
7100             "dist": {
7101                 "type": "zip",
7102                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/875432adb5f5570fff21036fd22aee244636b7d1",
7103                 "reference": "875432adb5f5570fff21036fd22aee244636b7d1",
7104                 "shasum": ""
7105             },
7106             "require": {
7107                 "php": ">=7.2.5",
7108                 "symfony/polyfill-mbstring": "~1.0",
7109                 "symfony/polyfill-php80": "^1.16"
7110             },
7111             "conflict": {
7112                 "phpunit/phpunit": "<5.4.3",
7113                 "symfony/console": "<4.4"
7114             },
7115             "require-dev": {
7116                 "ext-iconv": "*",
7117                 "symfony/console": "^4.4|^5.0",
7118                 "symfony/process": "^4.4|^5.0",
7119                 "twig/twig": "^2.13|^3.0.4"
7120             },
7121             "suggest": {
7122                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
7123                 "ext-intl": "To show region name in time zone dump",
7124                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
7125             },
7126             "bin": [
7127                 "Resources/bin/var-dump-server"
7128             ],
7129             "type": "library",
7130             "autoload": {
7131                 "files": [
7132                     "Resources/functions/dump.php"
7133                 ],
7134                 "psr-4": {
7135                     "Symfony\\Component\\VarDumper\\": ""
7136                 },
7137                 "exclude-from-classmap": [
7138                     "/Tests/"
7139                 ]
7140             },
7141             "notification-url": "https://packagist.org/downloads/",
7142             "license": [
7143                 "MIT"
7144             ],
7145             "authors": [
7146                 {
7147                     "name": "Nicolas Grekas",
7148                     "email": "[email protected]"
7149                 },
7150                 {
7151                     "name": "Symfony Community",
7152                     "homepage": "https://symfony.com/contributors"
7153                 }
7154             ],
7155             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7156             "homepage": "https://symfony.com",
7157             "keywords": [
7158                 "debug",
7159                 "dump"
7160             ],
7161             "support": {
7162                 "source": "https://github.com/symfony/var-dumper/tree/v5.3.10"
7163             },
7164             "funding": [
7165                 {
7166                     "url": "https://symfony.com/sponsor",
7167                     "type": "custom"
7168                 },
7169                 {
7170                     "url": "https://github.com/fabpot",
7171                     "type": "github"
7172                 },
7173                 {
7174                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7175                     "type": "tidelift"
7176                 }
7177             ],
7178             "time": "2021-10-26T09:30:15+00:00"
7179         },
7180         {
7181             "name": "tijsverkoyen/css-to-inline-styles",
7182             "version": "2.2.3",
7183             "source": {
7184                 "type": "git",
7185                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7186                 "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
7187             },
7188             "dist": {
7189                 "type": "zip",
7190                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
7191                 "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
7192                 "shasum": ""
7193             },
7194             "require": {
7195                 "ext-dom": "*",
7196                 "ext-libxml": "*",
7197                 "php": "^5.5 || ^7.0 || ^8.0",
7198                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
7199             },
7200             "require-dev": {
7201                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
7202             },
7203             "type": "library",
7204             "extra": {
7205                 "branch-alias": {
7206                     "dev-master": "2.2.x-dev"
7207                 }
7208             },
7209             "autoload": {
7210                 "psr-4": {
7211                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
7212                 }
7213             },
7214             "notification-url": "https://packagist.org/downloads/",
7215             "license": [
7216                 "BSD-3-Clause"
7217             ],
7218             "authors": [
7219                 {
7220                     "name": "Tijs Verkoyen",
7221                     "email": "[email protected]",
7222                     "role": "Developer"
7223                 }
7224             ],
7225             "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.",
7226             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7227             "support": {
7228                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7229                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
7230             },
7231             "time": "2020-07-13T06:12:54+00:00"
7232         },
7233         {
7234             "name": "vlucas/phpdotenv",
7235             "version": "v5.3.1",
7236             "source": {
7237                 "type": "git",
7238                 "url": "https://github.com/vlucas/phpdotenv.git",
7239                 "reference": "accaddf133651d4b5cf81a119f25296736ffc850"
7240             },
7241             "dist": {
7242                 "type": "zip",
7243                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/accaddf133651d4b5cf81a119f25296736ffc850",
7244                 "reference": "accaddf133651d4b5cf81a119f25296736ffc850",
7245                 "shasum": ""
7246             },
7247             "require": {
7248                 "ext-pcre": "*",
7249                 "graham-campbell/result-type": "^1.0.2",
7250                 "php": "^7.1.3 || ^8.0",
7251                 "phpoption/phpoption": "^1.8",
7252                 "symfony/polyfill-ctype": "^1.23",
7253                 "symfony/polyfill-mbstring": "^1.23.1",
7254                 "symfony/polyfill-php80": "^1.23.1"
7255             },
7256             "require-dev": {
7257                 "bamarni/composer-bin-plugin": "^1.4.1",
7258                 "ext-filter": "*",
7259                 "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
7260             },
7261             "suggest": {
7262                 "ext-filter": "Required to use the boolean validator."
7263             },
7264             "type": "library",
7265             "extra": {
7266                 "branch-alias": {
7267                     "dev-master": "5.3-dev"
7268                 }
7269             },
7270             "autoload": {
7271                 "psr-4": {
7272                     "Dotenv\\": "src/"
7273                 }
7274             },
7275             "notification-url": "https://packagist.org/downloads/",
7276             "license": [
7277                 "BSD-3-Clause"
7278             ],
7279             "authors": [
7280                 {
7281                     "name": "Graham Campbell",
7282                     "email": "[email protected]"
7283                 },
7284                 {
7285                     "name": "Vance Lucas",
7286                     "email": "[email protected]"
7287                 }
7288             ],
7289             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7290             "keywords": [
7291                 "dotenv",
7292                 "env",
7293                 "environment"
7294             ],
7295             "support": {
7296                 "issues": "https://github.com/vlucas/phpdotenv/issues",
7297                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.1"
7298             },
7299             "funding": [
7300                 {
7301                     "url": "https://github.com/GrahamCampbell",
7302                     "type": "github"
7303                 },
7304                 {
7305                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7306                     "type": "tidelift"
7307                 }
7308             ],
7309             "time": "2021-10-02T19:24:42+00:00"
7310         },
7311         {
7312             "name": "voku/portable-ascii",
7313             "version": "1.5.6",
7314             "source": {
7315                 "type": "git",
7316                 "url": "https://github.com/voku/portable-ascii.git",
7317                 "reference": "80953678b19901e5165c56752d087fc11526017c"
7318             },
7319             "dist": {
7320                 "type": "zip",
7321                 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
7322                 "reference": "80953678b19901e5165c56752d087fc11526017c",
7323                 "shasum": ""
7324             },
7325             "require": {
7326                 "php": ">=7.0.0"
7327             },
7328             "require-dev": {
7329                 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7330             },
7331             "suggest": {
7332                 "ext-intl": "Use Intl for transliterator_transliterate() support"
7333             },
7334             "type": "library",
7335             "autoload": {
7336                 "psr-4": {
7337                     "voku\\": "src/voku/"
7338                 }
7339             },
7340             "notification-url": "https://packagist.org/downloads/",
7341             "license": [
7342                 "MIT"
7343             ],
7344             "authors": [
7345                 {
7346                     "name": "Lars Moelleken",
7347                     "homepage": "http://www.moelleken.org/"
7348                 }
7349             ],
7350             "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7351             "homepage": "https://github.com/voku/portable-ascii",
7352             "keywords": [
7353                 "ascii",
7354                 "clean",
7355                 "php"
7356             ],
7357             "support": {
7358                 "issues": "https://github.com/voku/portable-ascii/issues",
7359                 "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
7360             },
7361             "funding": [
7362                 {
7363                     "url": "https://www.paypal.me/moelleken",
7364                     "type": "custom"
7365                 },
7366                 {
7367                     "url": "https://github.com/voku",
7368                     "type": "github"
7369                 },
7370                 {
7371                     "url": "https://opencollective.com/portable-ascii",
7372                     "type": "open_collective"
7373                 },
7374                 {
7375                     "url": "https://www.patreon.com/voku",
7376                     "type": "patreon"
7377                 },
7378                 {
7379                     "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7380                     "type": "tidelift"
7381                 }
7382             ],
7383             "time": "2020-11-12T00:07:28+00:00"
7384         },
7385         {
7386             "name": "webmozart/assert",
7387             "version": "1.10.0",
7388             "source": {
7389                 "type": "git",
7390                 "url": "https://github.com/webmozarts/assert.git",
7391                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
7392             },
7393             "dist": {
7394                 "type": "zip",
7395                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
7396                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
7397                 "shasum": ""
7398             },
7399             "require": {
7400                 "php": "^7.2 || ^8.0",
7401                 "symfony/polyfill-ctype": "^1.8"
7402             },
7403             "conflict": {
7404                 "phpstan/phpstan": "<0.12.20",
7405                 "vimeo/psalm": "<4.6.1 || 4.6.2"
7406             },
7407             "require-dev": {
7408                 "phpunit/phpunit": "^8.5.13"
7409             },
7410             "type": "library",
7411             "extra": {
7412                 "branch-alias": {
7413                     "dev-master": "1.10-dev"
7414                 }
7415             },
7416             "autoload": {
7417                 "psr-4": {
7418                     "Webmozart\\Assert\\": "src/"
7419                 }
7420             },
7421             "notification-url": "https://packagist.org/downloads/",
7422             "license": [
7423                 "MIT"
7424             ],
7425             "authors": [
7426                 {
7427                     "name": "Bernhard Schussek",
7428                     "email": "[email protected]"
7429                 }
7430             ],
7431             "description": "Assertions to validate method input/output with nice error messages.",
7432             "keywords": [
7433                 "assert",
7434                 "check",
7435                 "validate"
7436             ],
7437             "support": {
7438                 "issues": "https://github.com/webmozarts/assert/issues",
7439                 "source": "https://github.com/webmozarts/assert/tree/1.10.0"
7440             },
7441             "time": "2021-03-09T10:59:23+00:00"
7442         }
7443     ],
7444     "packages-dev": [
7445         {
7446             "name": "doctrine/instantiator",
7447             "version": "1.4.0",
7448             "source": {
7449                 "type": "git",
7450                 "url": "https://github.com/doctrine/instantiator.git",
7451                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
7452             },
7453             "dist": {
7454                 "type": "zip",
7455                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
7456                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
7457                 "shasum": ""
7458             },
7459             "require": {
7460                 "php": "^7.1 || ^8.0"
7461             },
7462             "require-dev": {
7463                 "doctrine/coding-standard": "^8.0",
7464                 "ext-pdo": "*",
7465                 "ext-phar": "*",
7466                 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
7467                 "phpstan/phpstan": "^0.12",
7468                 "phpstan/phpstan-phpunit": "^0.12",
7469                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
7470             },
7471             "type": "library",
7472             "autoload": {
7473                 "psr-4": {
7474                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
7475                 }
7476             },
7477             "notification-url": "https://packagist.org/downloads/",
7478             "license": [
7479                 "MIT"
7480             ],
7481             "authors": [
7482                 {
7483                     "name": "Marco Pivetta",
7484                     "email": "[email protected]",
7485                     "homepage": "https://ocramius.github.io/"
7486                 }
7487             ],
7488             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
7489             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
7490             "keywords": [
7491                 "constructor",
7492                 "instantiate"
7493             ],
7494             "support": {
7495                 "issues": "https://github.com/doctrine/instantiator/issues",
7496                 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
7497             },
7498             "funding": [
7499                 {
7500                     "url": "https://www.doctrine-project.org/sponsorship.html",
7501                     "type": "custom"
7502                 },
7503                 {
7504                     "url": "https://www.patreon.com/phpdoctrine",
7505                     "type": "patreon"
7506                 },
7507                 {
7508                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
7509                     "type": "tidelift"
7510                 }
7511             ],
7512             "time": "2020-11-10T18:47:58+00:00"
7513         },
7514         {
7515             "name": "facade/ignition-contracts",
7516             "version": "1.0.2",
7517             "source": {
7518                 "type": "git",
7519                 "url": "https://github.com/facade/ignition-contracts.git",
7520                 "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
7521             },
7522             "dist": {
7523                 "type": "zip",
7524                 "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
7525                 "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
7526                 "shasum": ""
7527             },
7528             "require": {
7529                 "php": "^7.3|^8.0"
7530             },
7531             "require-dev": {
7532                 "friendsofphp/php-cs-fixer": "^v2.15.8",
7533                 "phpunit/phpunit": "^9.3.11",
7534                 "vimeo/psalm": "^3.17.1"
7535             },
7536             "type": "library",
7537             "autoload": {
7538                 "psr-4": {
7539                     "Facade\\IgnitionContracts\\": "src"
7540                 }
7541             },
7542             "notification-url": "https://packagist.org/downloads/",
7543             "license": [
7544                 "MIT"
7545             ],
7546             "authors": [
7547                 {
7548                     "name": "Freek Van der Herten",
7549                     "email": "[email protected]",
7550                     "homepage": "https://flareapp.io",
7551                     "role": "Developer"
7552                 }
7553             ],
7554             "description": "Solution contracts for Ignition",
7555             "homepage": "https://github.com/facade/ignition-contracts",
7556             "keywords": [
7557                 "contracts",
7558                 "flare",
7559                 "ignition"
7560             ],
7561             "support": {
7562                 "issues": "https://github.com/facade/ignition-contracts/issues",
7563                 "source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
7564             },
7565             "time": "2020-10-16T08:27:54+00:00"
7566         },
7567         {
7568             "name": "fakerphp/faker",
7569             "version": "v1.16.0",
7570             "source": {
7571                 "type": "git",
7572                 "url": "https://github.com/FakerPHP/Faker.git",
7573                 "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35"
7574             },
7575             "dist": {
7576                 "type": "zip",
7577                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/271d384d216e5e5c468a6b28feedf95d49f83b35",
7578                 "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35",
7579                 "shasum": ""
7580             },
7581             "require": {
7582                 "php": "^7.1 || ^8.0",
7583                 "psr/container": "^1.0 || ^2.0",
7584                 "symfony/deprecation-contracts": "^2.2"
7585             },
7586             "conflict": {
7587                 "fzaninotto/faker": "*"
7588             },
7589             "require-dev": {
7590                 "bamarni/composer-bin-plugin": "^1.4.1",
7591                 "ext-intl": "*",
7592                 "symfony/phpunit-bridge": "^4.4 || ^5.2"
7593             },
7594             "suggest": {
7595                 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
7596                 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
7597                 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
7598                 "ext-mbstring": "Required for multibyte Unicode string functionality."
7599             },
7600             "type": "library",
7601             "extra": {
7602                 "branch-alias": {
7603                     "dev-main": "v1.16-dev"
7604                 }
7605             },
7606             "autoload": {
7607                 "psr-4": {
7608                     "Faker\\": "src/Faker/"
7609                 }
7610             },
7611             "notification-url": "https://packagist.org/downloads/",
7612             "license": [
7613                 "MIT"
7614             ],
7615             "authors": [
7616                 {
7617                     "name": "François Zaninotto"
7618                 }
7619             ],
7620             "description": "Faker is a PHP library that generates fake data for you.",
7621             "keywords": [
7622                 "data",
7623                 "faker",
7624                 "fixtures"
7625             ],
7626             "support": {
7627                 "issues": "https://github.com/FakerPHP/Faker/issues",
7628                 "source": "https://github.com/FakerPHP/Faker/tree/v1.16.0"
7629             },
7630             "time": "2021-09-06T14:53:37+00:00"
7631         },
7632         {
7633             "name": "hamcrest/hamcrest-php",
7634             "version": "v2.0.1",
7635             "source": {
7636                 "type": "git",
7637                 "url": "https://github.com/hamcrest/hamcrest-php.git",
7638                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
7639             },
7640             "dist": {
7641                 "type": "zip",
7642                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7643                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7644                 "shasum": ""
7645             },
7646             "require": {
7647                 "php": "^5.3|^7.0|^8.0"
7648             },
7649             "replace": {
7650                 "cordoval/hamcrest-php": "*",
7651                 "davedevelopment/hamcrest-php": "*",
7652                 "kodova/hamcrest-php": "*"
7653             },
7654             "require-dev": {
7655                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
7656                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
7657             },
7658             "type": "library",
7659             "extra": {
7660                 "branch-alias": {
7661                     "dev-master": "2.1-dev"
7662                 }
7663             },
7664             "autoload": {
7665                 "classmap": [
7666                     "hamcrest"
7667                 ]
7668             },
7669             "notification-url": "https://packagist.org/downloads/",
7670             "license": [
7671                 "BSD-3-Clause"
7672             ],
7673             "description": "This is the PHP port of Hamcrest Matchers",
7674             "keywords": [
7675                 "test"
7676             ],
7677             "support": {
7678                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
7679                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
7680             },
7681             "time": "2020-07-09T08:09:16+00:00"
7682         },
7683         {
7684             "name": "itsgoingd/clockwork",
7685             "version": "v5.1.1",
7686             "source": {
7687                 "type": "git",
7688                 "url": "https://github.com/itsgoingd/clockwork.git",
7689                 "reference": "2daf30fa6dfc5a1ccfdb2142df59243a72c473d8"
7690             },
7691             "dist": {
7692                 "type": "zip",
7693                 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/2daf30fa6dfc5a1ccfdb2142df59243a72c473d8",
7694                 "reference": "2daf30fa6dfc5a1ccfdb2142df59243a72c473d8",
7695                 "shasum": ""
7696             },
7697             "require": {
7698                 "ext-json": "*",
7699                 "php": ">=5.6",
7700                 "psr/log": "1.* || ^2.0"
7701             },
7702             "type": "library",
7703             "extra": {
7704                 "laravel": {
7705                     "providers": [
7706                         "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
7707                     ],
7708                     "aliases": {
7709                         "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
7710                     }
7711                 }
7712             },
7713             "autoload": {
7714                 "psr-4": {
7715                     "Clockwork\\": "Clockwork/"
7716                 }
7717             },
7718             "notification-url": "https://packagist.org/downloads/",
7719             "license": [
7720                 "MIT"
7721             ],
7722             "authors": [
7723                 {
7724                     "name": "itsgoingd",
7725                     "email": "[email protected]",
7726                     "homepage": "https://twitter.com/itsgoingd"
7727                 }
7728             ],
7729             "description": "php dev tools in your browser",
7730             "homepage": "https://underground.works/clockwork",
7731             "keywords": [
7732                 "Devtools",
7733                 "debugging",
7734                 "laravel",
7735                 "logging",
7736                 "lumen",
7737                 "profiling",
7738                 "slim"
7739             ],
7740             "support": {
7741                 "issues": "https://github.com/itsgoingd/clockwork/issues",
7742                 "source": "https://github.com/itsgoingd/clockwork/tree/v5.1.1"
7743             },
7744             "funding": [
7745                 {
7746                     "url": "https://github.com/itsgoingd",
7747                     "type": "github"
7748                 }
7749             ],
7750             "time": "2021-11-01T17:38:35+00:00"
7751         },
7752         {
7753             "name": "mockery/mockery",
7754             "version": "1.4.4",
7755             "source": {
7756                 "type": "git",
7757                 "url": "https://github.com/mockery/mockery.git",
7758                 "reference": "e01123a0e847d52d186c5eb4b9bf58b0c6d00346"
7759             },
7760             "dist": {
7761                 "type": "zip",
7762                 "url": "https://api.github.com/repos/mockery/mockery/zipball/e01123a0e847d52d186c5eb4b9bf58b0c6d00346",
7763                 "reference": "e01123a0e847d52d186c5eb4b9bf58b0c6d00346",
7764                 "shasum": ""
7765             },
7766             "require": {
7767                 "hamcrest/hamcrest-php": "^2.0.1",
7768                 "lib-pcre": ">=7.0",
7769                 "php": "^7.3 || ^8.0"
7770             },
7771             "conflict": {
7772                 "phpunit/phpunit": "<8.0"
7773             },
7774             "require-dev": {
7775                 "phpunit/phpunit": "^8.5 || ^9.3"
7776             },
7777             "type": "library",
7778             "extra": {
7779                 "branch-alias": {
7780                     "dev-master": "1.4.x-dev"
7781                 }
7782             },
7783             "autoload": {
7784                 "psr-0": {
7785                     "Mockery": "library/"
7786                 }
7787             },
7788             "notification-url": "https://packagist.org/downloads/",
7789             "license": [
7790                 "BSD-3-Clause"
7791             ],
7792             "authors": [
7793                 {
7794                     "name": "Pádraic Brady",
7795                     "email": "[email protected]",
7796                     "homepage": "http://blog.astrumfutura.com"
7797                 },
7798                 {
7799                     "name": "Dave Marshall",
7800                     "email": "[email protected]",
7801                     "homepage": "http://davedevelopment.co.uk"
7802                 }
7803             ],
7804             "description": "Mockery is a simple yet flexible PHP mock object framework",
7805             "homepage": "https://github.com/mockery/mockery",
7806             "keywords": [
7807                 "BDD",
7808                 "TDD",
7809                 "library",
7810                 "mock",
7811                 "mock objects",
7812                 "mockery",
7813                 "stub",
7814                 "test",
7815                 "test double",
7816                 "testing"
7817             ],
7818             "support": {
7819                 "issues": "https://github.com/mockery/mockery/issues",
7820                 "source": "https://github.com/mockery/mockery/tree/1.4.4"
7821             },
7822             "time": "2021-09-13T15:28:59+00:00"
7823         },
7824         {
7825             "name": "myclabs/deep-copy",
7826             "version": "1.10.2",
7827             "source": {
7828                 "type": "git",
7829                 "url": "https://github.com/myclabs/DeepCopy.git",
7830                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
7831             },
7832             "dist": {
7833                 "type": "zip",
7834                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
7835                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
7836                 "shasum": ""
7837             },
7838             "require": {
7839                 "php": "^7.1 || ^8.0"
7840             },
7841             "replace": {
7842                 "myclabs/deep-copy": "self.version"
7843             },
7844             "require-dev": {
7845                 "doctrine/collections": "^1.0",
7846                 "doctrine/common": "^2.6",
7847                 "phpunit/phpunit": "^7.1"
7848             },
7849             "type": "library",
7850             "autoload": {
7851                 "psr-4": {
7852                     "DeepCopy\\": "src/DeepCopy/"
7853                 },
7854                 "files": [
7855                     "src/DeepCopy/deep_copy.php"
7856                 ]
7857             },
7858             "notification-url": "https://packagist.org/downloads/",
7859             "license": [
7860                 "MIT"
7861             ],
7862             "description": "Create deep copies (clones) of your objects",
7863             "keywords": [
7864                 "clone",
7865                 "copy",
7866                 "duplicate",
7867                 "object",
7868                 "object graph"
7869             ],
7870             "support": {
7871                 "issues": "https://github.com/myclabs/DeepCopy/issues",
7872                 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
7873             },
7874             "funding": [
7875                 {
7876                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
7877                     "type": "tidelift"
7878                 }
7879             ],
7880             "time": "2020-11-13T09:40:50+00:00"
7881         },
7882         {
7883             "name": "nunomaduro/collision",
7884             "version": "v5.10.0",
7885             "source": {
7886                 "type": "git",
7887                 "url": "https://github.com/nunomaduro/collision.git",
7888                 "reference": "3004cfa49c022183395eabc6d0e5207dfe498d00"
7889             },
7890             "dist": {
7891                 "type": "zip",
7892                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/3004cfa49c022183395eabc6d0e5207dfe498d00",
7893                 "reference": "3004cfa49c022183395eabc6d0e5207dfe498d00",
7894                 "shasum": ""
7895             },
7896             "require": {
7897                 "facade/ignition-contracts": "^1.0",
7898                 "filp/whoops": "^2.14.3",
7899                 "php": "^7.3 || ^8.0",
7900                 "symfony/console": "^5.0"
7901             },
7902             "require-dev": {
7903                 "brianium/paratest": "^6.1",
7904                 "fideloper/proxy": "^4.4.1",
7905                 "fruitcake/laravel-cors": "^2.0.3",
7906                 "laravel/framework": "8.x-dev",
7907                 "nunomaduro/larastan": "^0.6.2",
7908                 "nunomaduro/mock-final-classes": "^1.0",
7909                 "orchestra/testbench": "^6.0",
7910                 "phpstan/phpstan": "^0.12.64",
7911                 "phpunit/phpunit": "^9.5.0"
7912             },
7913             "type": "library",
7914             "extra": {
7915                 "laravel": {
7916                     "providers": [
7917                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
7918                     ]
7919                 }
7920             },
7921             "autoload": {
7922                 "psr-4": {
7923                     "NunoMaduro\\Collision\\": "src/"
7924                 }
7925             },
7926             "notification-url": "https://packagist.org/downloads/",
7927             "license": [
7928                 "MIT"
7929             ],
7930             "authors": [
7931                 {
7932                     "name": "Nuno Maduro",
7933                     "email": "[email protected]"
7934                 }
7935             ],
7936             "description": "Cli error handling for console/command-line PHP applications.",
7937             "keywords": [
7938                 "artisan",
7939                 "cli",
7940                 "command-line",
7941                 "console",
7942                 "error",
7943                 "handling",
7944                 "laravel",
7945                 "laravel-zero",
7946                 "php",
7947                 "symfony"
7948             ],
7949             "support": {
7950                 "issues": "https://github.com/nunomaduro/collision/issues",
7951                 "source": "https://github.com/nunomaduro/collision"
7952             },
7953             "funding": [
7954                 {
7955                     "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
7956                     "type": "custom"
7957                 },
7958                 {
7959                     "url": "https://github.com/nunomaduro",
7960                     "type": "github"
7961                 },
7962                 {
7963                     "url": "https://www.patreon.com/nunomaduro",
7964                     "type": "patreon"
7965                 }
7966             ],
7967             "time": "2021-09-20T15:06:32+00:00"
7968         },
7969         {
7970             "name": "phar-io/manifest",
7971             "version": "2.0.3",
7972             "source": {
7973                 "type": "git",
7974                 "url": "https://github.com/phar-io/manifest.git",
7975                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
7976             },
7977             "dist": {
7978                 "type": "zip",
7979                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
7980                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
7981                 "shasum": ""
7982             },
7983             "require": {
7984                 "ext-dom": "*",
7985                 "ext-phar": "*",
7986                 "ext-xmlwriter": "*",
7987                 "phar-io/version": "^3.0.1",
7988                 "php": "^7.2 || ^8.0"
7989             },
7990             "type": "library",
7991             "extra": {
7992                 "branch-alias": {
7993                     "dev-master": "2.0.x-dev"
7994                 }
7995             },
7996             "autoload": {
7997                 "classmap": [
7998                     "src/"
7999                 ]
8000             },
8001             "notification-url": "https://packagist.org/downloads/",
8002             "license": [
8003                 "BSD-3-Clause"
8004             ],
8005             "authors": [
8006                 {
8007                     "name": "Arne Blankerts",
8008                     "email": "[email protected]",
8009                     "role": "Developer"
8010                 },
8011                 {
8012                     "name": "Sebastian Heuer",
8013                     "email": "[email protected]",
8014                     "role": "Developer"
8015                 },
8016                 {
8017                     "name": "Sebastian Bergmann",
8018                     "email": "[email protected]",
8019                     "role": "Developer"
8020                 }
8021             ],
8022             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8023             "support": {
8024                 "issues": "https://github.com/phar-io/manifest/issues",
8025                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
8026             },
8027             "time": "2021-07-20T11:28:43+00:00"
8028         },
8029         {
8030             "name": "phar-io/version",
8031             "version": "3.1.0",
8032             "source": {
8033                 "type": "git",
8034                 "url": "https://github.com/phar-io/version.git",
8035                 "reference": "bae7c545bef187884426f042434e561ab1ddb182"
8036             },
8037             "dist": {
8038                 "type": "zip",
8039                 "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
8040                 "reference": "bae7c545bef187884426f042434e561ab1ddb182",
8041                 "shasum": ""
8042             },
8043             "require": {
8044                 "php": "^7.2 || ^8.0"
8045             },
8046             "type": "library",
8047             "autoload": {
8048                 "classmap": [
8049                     "src/"
8050                 ]
8051             },
8052             "notification-url": "https://packagist.org/downloads/",
8053             "license": [
8054                 "BSD-3-Clause"
8055             ],
8056             "authors": [
8057                 {
8058                     "name": "Arne Blankerts",
8059                     "email": "[email protected]",
8060                     "role": "Developer"
8061                 },
8062                 {
8063                     "name": "Sebastian Heuer",
8064                     "email": "[email protected]",
8065                     "role": "Developer"
8066                 },
8067                 {
8068                     "name": "Sebastian Bergmann",
8069                     "email": "[email protected]",
8070                     "role": "Developer"
8071                 }
8072             ],
8073             "description": "Library for handling version information and constraints",
8074             "support": {
8075                 "issues": "https://github.com/phar-io/version/issues",
8076                 "source": "https://github.com/phar-io/version/tree/3.1.0"
8077             },
8078             "time": "2021-02-23T14:00:09+00:00"
8079         },
8080         {
8081             "name": "phpdocumentor/reflection-common",
8082             "version": "2.2.0",
8083             "source": {
8084                 "type": "git",
8085                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
8086                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
8087             },
8088             "dist": {
8089                 "type": "zip",
8090                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
8091                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
8092                 "shasum": ""
8093             },
8094             "require": {
8095                 "php": "^7.2 || ^8.0"
8096             },
8097             "type": "library",
8098             "extra": {
8099                 "branch-alias": {
8100                     "dev-2.x": "2.x-dev"
8101                 }
8102             },
8103             "autoload": {
8104                 "psr-4": {
8105                     "phpDocumentor\\Reflection\\": "src/"
8106                 }
8107             },
8108             "notification-url": "https://packagist.org/downloads/",
8109             "license": [
8110                 "MIT"
8111             ],
8112             "authors": [
8113                 {
8114                     "name": "Jaap van Otterdijk",
8115                     "email": "[email protected]"
8116                 }
8117             ],
8118             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
8119             "homepage": "http://www.phpdoc.org",
8120             "keywords": [
8121                 "FQSEN",
8122                 "phpDocumentor",
8123                 "phpdoc",
8124                 "reflection",
8125                 "static analysis"
8126             ],
8127             "support": {
8128                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
8129                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
8130             },
8131             "time": "2020-06-27T09:03:43+00:00"
8132         },
8133         {
8134             "name": "phpdocumentor/reflection-docblock",
8135             "version": "5.3.0",
8136             "source": {
8137                 "type": "git",
8138                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8139                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
8140             },
8141             "dist": {
8142                 "type": "zip",
8143                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
8144                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
8145                 "shasum": ""
8146             },
8147             "require": {
8148                 "ext-filter": "*",
8149                 "php": "^7.2 || ^8.0",
8150                 "phpdocumentor/reflection-common": "^2.2",
8151                 "phpdocumentor/type-resolver": "^1.3",
8152                 "webmozart/assert": "^1.9.1"
8153             },
8154             "require-dev": {
8155                 "mockery/mockery": "~1.3.2",
8156                 "psalm/phar": "^4.8"
8157             },
8158             "type": "library",
8159             "extra": {
8160                 "branch-alias": {
8161                     "dev-master": "5.x-dev"
8162                 }
8163             },
8164             "autoload": {
8165                 "psr-4": {
8166                     "phpDocumentor\\Reflection\\": "src"
8167                 }
8168             },
8169             "notification-url": "https://packagist.org/downloads/",
8170             "license": [
8171                 "MIT"
8172             ],
8173             "authors": [
8174                 {
8175                     "name": "Mike van Riel",
8176                     "email": "[email protected]"
8177                 },
8178                 {
8179                     "name": "Jaap van Otterdijk",
8180                     "email": "[email protected]"
8181                 }
8182             ],
8183             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
8184             "support": {
8185                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
8186                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
8187             },
8188             "time": "2021-10-19T17:43:47+00:00"
8189         },
8190         {
8191             "name": "phpdocumentor/type-resolver",
8192             "version": "1.5.1",
8193             "source": {
8194                 "type": "git",
8195                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
8196                 "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
8197             },
8198             "dist": {
8199                 "type": "zip",
8200                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
8201                 "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
8202                 "shasum": ""
8203             },
8204             "require": {
8205                 "php": "^7.2 || ^8.0",
8206                 "phpdocumentor/reflection-common": "^2.0"
8207             },
8208             "require-dev": {
8209                 "ext-tokenizer": "*",
8210                 "psalm/phar": "^4.8"
8211             },
8212             "type": "library",
8213             "extra": {
8214                 "branch-alias": {
8215                     "dev-1.x": "1.x-dev"
8216                 }
8217             },
8218             "autoload": {
8219                 "psr-4": {
8220                     "phpDocumentor\\Reflection\\": "src"
8221                 }
8222             },
8223             "notification-url": "https://packagist.org/downloads/",
8224             "license": [
8225                 "MIT"
8226             ],
8227             "authors": [
8228                 {
8229                     "name": "Mike van Riel",
8230                     "email": "[email protected]"
8231                 }
8232             ],
8233             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
8234             "support": {
8235                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
8236                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
8237             },
8238             "time": "2021-10-02T14:08:47+00:00"
8239         },
8240         {
8241             "name": "phpspec/prophecy",
8242             "version": "1.14.0",
8243             "source": {
8244                 "type": "git",
8245                 "url": "https://github.com/phpspec/prophecy.git",
8246                 "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e"
8247             },
8248             "dist": {
8249                 "type": "zip",
8250                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e",
8251                 "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e",
8252                 "shasum": ""
8253             },
8254             "require": {
8255                 "doctrine/instantiator": "^1.2",
8256                 "php": "^7.2 || ~8.0, <8.2",
8257                 "phpdocumentor/reflection-docblock": "^5.2",
8258                 "sebastian/comparator": "^3.0 || ^4.0",
8259                 "sebastian/recursion-context": "^3.0 || ^4.0"
8260             },
8261             "require-dev": {
8262                 "phpspec/phpspec": "^6.0 || ^7.0",
8263                 "phpunit/phpunit": "^8.0 || ^9.0"
8264             },
8265             "type": "library",
8266             "extra": {
8267                 "branch-alias": {
8268                     "dev-master": "1.x-dev"
8269                 }
8270             },
8271             "autoload": {
8272                 "psr-4": {
8273                     "Prophecy\\": "src/Prophecy"
8274                 }
8275             },
8276             "notification-url": "https://packagist.org/downloads/",
8277             "license": [
8278                 "MIT"
8279             ],
8280             "authors": [
8281                 {
8282                     "name": "Konstantin Kudryashov",
8283                     "email": "[email protected]",
8284                     "homepage": "http://everzet.com"
8285                 },
8286                 {
8287                     "name": "Marcello Duarte",
8288                     "email": "[email protected]"
8289                 }
8290             ],
8291             "description": "Highly opinionated mocking framework for PHP 5.3+",
8292             "homepage": "https://github.com/phpspec/prophecy",
8293             "keywords": [
8294                 "Double",
8295                 "Dummy",
8296                 "fake",
8297                 "mock",
8298                 "spy",
8299                 "stub"
8300             ],
8301             "support": {
8302                 "issues": "https://github.com/phpspec/prophecy/issues",
8303                 "source": "https://github.com/phpspec/prophecy/tree/1.14.0"
8304             },
8305             "time": "2021-09-10T09:02:12+00:00"
8306         },
8307         {
8308             "name": "phpunit/php-code-coverage",
8309             "version": "9.2.8",
8310             "source": {
8311                 "type": "git",
8312                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8313                 "reference": "cf04e88a2e3c56fc1a65488afd493325b4c1bc3e"
8314             },
8315             "dist": {
8316                 "type": "zip",
8317                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/cf04e88a2e3c56fc1a65488afd493325b4c1bc3e",
8318                 "reference": "cf04e88a2e3c56fc1a65488afd493325b4c1bc3e",
8319                 "shasum": ""
8320             },
8321             "require": {
8322                 "ext-dom": "*",
8323                 "ext-libxml": "*",
8324                 "ext-xmlwriter": "*",
8325                 "nikic/php-parser": "^4.13.0",
8326                 "php": ">=7.3",
8327                 "phpunit/php-file-iterator": "^3.0.3",
8328                 "phpunit/php-text-template": "^2.0.2",
8329                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
8330                 "sebastian/complexity": "^2.0",
8331                 "sebastian/environment": "^5.1.2",
8332                 "sebastian/lines-of-code": "^1.0.3",
8333                 "sebastian/version": "^3.0.1",
8334                 "theseer/tokenizer": "^1.2.0"
8335             },
8336             "require-dev": {
8337                 "phpunit/phpunit": "^9.3"
8338             },
8339             "suggest": {
8340                 "ext-pcov": "*",
8341                 "ext-xdebug": "*"
8342             },
8343             "type": "library",
8344             "extra": {
8345                 "branch-alias": {
8346                     "dev-master": "9.2-dev"
8347                 }
8348             },
8349             "autoload": {
8350                 "classmap": [
8351                     "src/"
8352                 ]
8353             },
8354             "notification-url": "https://packagist.org/downloads/",
8355             "license": [
8356                 "BSD-3-Clause"
8357             ],
8358             "authors": [
8359                 {
8360                     "name": "Sebastian Bergmann",
8361                     "email": "[email protected]",
8362                     "role": "lead"
8363                 }
8364             ],
8365             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8366             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8367             "keywords": [
8368                 "coverage",
8369                 "testing",
8370                 "xunit"
8371             ],
8372             "support": {
8373                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8374                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.8"
8375             },
8376             "funding": [
8377                 {
8378                     "url": "https://github.com/sebastianbergmann",
8379                     "type": "github"
8380                 }
8381             ],
8382             "time": "2021-10-30T08:01:38+00:00"
8383         },
8384         {
8385             "name": "phpunit/php-file-iterator",
8386             "version": "3.0.5",
8387             "source": {
8388                 "type": "git",
8389                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8390                 "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
8391             },
8392             "dist": {
8393                 "type": "zip",
8394                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
8395                 "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
8396                 "shasum": ""
8397             },
8398             "require": {
8399                 "php": ">=7.3"
8400             },
8401             "require-dev": {
8402                 "phpunit/phpunit": "^9.3"
8403             },
8404             "type": "library",
8405             "extra": {
8406                 "branch-alias": {
8407                     "dev-master": "3.0-dev"
8408                 }
8409             },
8410             "autoload": {
8411                 "classmap": [
8412                     "src/"
8413                 ]
8414             },
8415             "notification-url": "https://packagist.org/downloads/",
8416             "license": [
8417                 "BSD-3-Clause"
8418             ],
8419             "authors": [
8420                 {
8421                     "name": "Sebastian Bergmann",
8422                     "email": "[email protected]",
8423                     "role": "lead"
8424                 }
8425             ],
8426             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8427             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8428             "keywords": [
8429                 "filesystem",
8430                 "iterator"
8431             ],
8432             "support": {
8433                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8434                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
8435             },
8436             "funding": [
8437                 {
8438                     "url": "https://github.com/sebastianbergmann",
8439                     "type": "github"
8440                 }
8441             ],
8442             "time": "2020-09-28T05:57:25+00:00"
8443         },
8444         {
8445             "name": "phpunit/php-invoker",
8446             "version": "3.1.1",
8447             "source": {
8448                 "type": "git",
8449                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8450                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
8451             },
8452             "dist": {
8453                 "type": "zip",
8454                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
8455                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
8456                 "shasum": ""
8457             },
8458             "require": {
8459                 "php": ">=7.3"
8460             },
8461             "require-dev": {
8462                 "ext-pcntl": "*",
8463                 "phpunit/phpunit": "^9.3"
8464             },
8465             "suggest": {
8466                 "ext-pcntl": "*"
8467             },
8468             "type": "library",
8469             "extra": {
8470                 "branch-alias": {
8471                     "dev-master": "3.1-dev"
8472                 }
8473             },
8474             "autoload": {
8475                 "classmap": [
8476                     "src/"
8477                 ]
8478             },
8479             "notification-url": "https://packagist.org/downloads/",
8480             "license": [
8481                 "BSD-3-Clause"
8482             ],
8483             "authors": [
8484                 {
8485                     "name": "Sebastian Bergmann",
8486                     "email": "[email protected]",
8487                     "role": "lead"
8488                 }
8489             ],
8490             "description": "Invoke callables with a timeout",
8491             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8492             "keywords": [
8493                 "process"
8494             ],
8495             "support": {
8496                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8497                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
8498             },
8499             "funding": [
8500                 {
8501                     "url": "https://github.com/sebastianbergmann",
8502                     "type": "github"
8503                 }
8504             ],
8505             "time": "2020-09-28T05:58:55+00:00"
8506         },
8507         {
8508             "name": "phpunit/php-text-template",
8509             "version": "2.0.4",
8510             "source": {
8511                 "type": "git",
8512                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8513                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
8514             },
8515             "dist": {
8516                 "type": "zip",
8517                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
8518                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
8519                 "shasum": ""
8520             },
8521             "require": {
8522                 "php": ">=7.3"
8523             },
8524             "require-dev": {
8525                 "phpunit/phpunit": "^9.3"
8526             },
8527             "type": "library",
8528             "extra": {
8529                 "branch-alias": {
8530                     "dev-master": "2.0-dev"
8531                 }
8532             },
8533             "autoload": {
8534                 "classmap": [
8535                     "src/"
8536                 ]
8537             },
8538             "notification-url": "https://packagist.org/downloads/",
8539             "license": [
8540                 "BSD-3-Clause"
8541             ],
8542             "authors": [
8543                 {
8544                     "name": "Sebastian Bergmann",
8545                     "email": "[email protected]",
8546                     "role": "lead"
8547                 }
8548             ],
8549             "description": "Simple template engine.",
8550             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8551             "keywords": [
8552                 "template"
8553             ],
8554             "support": {
8555                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8556                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
8557             },
8558             "funding": [
8559                 {
8560                     "url": "https://github.com/sebastianbergmann",
8561                     "type": "github"
8562                 }
8563             ],
8564             "time": "2020-10-26T05:33:50+00:00"
8565         },
8566         {
8567             "name": "phpunit/php-timer",
8568             "version": "5.0.3",
8569             "source": {
8570                 "type": "git",
8571                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8572                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
8573             },
8574             "dist": {
8575                 "type": "zip",
8576                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
8577                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
8578                 "shasum": ""
8579             },
8580             "require": {
8581                 "php": ">=7.3"
8582             },
8583             "require-dev": {
8584                 "phpunit/phpunit": "^9.3"
8585             },
8586             "type": "library",
8587             "extra": {
8588                 "branch-alias": {
8589                     "dev-master": "5.0-dev"
8590                 }
8591             },
8592             "autoload": {
8593                 "classmap": [
8594                     "src/"
8595                 ]
8596             },
8597             "notification-url": "https://packagist.org/downloads/",
8598             "license": [
8599                 "BSD-3-Clause"
8600             ],
8601             "authors": [
8602                 {
8603                     "name": "Sebastian Bergmann",
8604                     "email": "[email protected]",
8605                     "role": "lead"
8606                 }
8607             ],
8608             "description": "Utility class for timing",
8609             "homepage": "https://github.com/sebastianbergmann/php-timer/",
8610             "keywords": [
8611                 "timer"
8612             ],
8613             "support": {
8614                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
8615                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
8616             },
8617             "funding": [
8618                 {
8619                     "url": "https://github.com/sebastianbergmann",
8620                     "type": "github"
8621                 }
8622             ],
8623             "time": "2020-10-26T13:16:10+00:00"
8624         },
8625         {
8626             "name": "phpunit/phpunit",
8627             "version": "9.5.10",
8628             "source": {
8629                 "type": "git",
8630                 "url": "https://github.com/sebastianbergmann/phpunit.git",
8631                 "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a"
8632             },
8633             "dist": {
8634                 "type": "zip",
8635                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
8636                 "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
8637                 "shasum": ""
8638             },
8639             "require": {
8640                 "doctrine/instantiator": "^1.3.1",
8641                 "ext-dom": "*",
8642                 "ext-json": "*",
8643                 "ext-libxml": "*",
8644                 "ext-mbstring": "*",
8645                 "ext-xml": "*",
8646                 "ext-xmlwriter": "*",
8647                 "myclabs/deep-copy": "^1.10.1",
8648                 "phar-io/manifest": "^2.0.3",
8649                 "phar-io/version": "^3.0.2",
8650                 "php": ">=7.3",
8651                 "phpspec/prophecy": "^1.12.1",
8652                 "phpunit/php-code-coverage": "^9.2.7",
8653                 "phpunit/php-file-iterator": "^3.0.5",
8654                 "phpunit/php-invoker": "^3.1.1",
8655                 "phpunit/php-text-template": "^2.0.3",
8656                 "phpunit/php-timer": "^5.0.2",
8657                 "sebastian/cli-parser": "^1.0.1",
8658                 "sebastian/code-unit": "^1.0.6",
8659                 "sebastian/comparator": "^4.0.5",
8660                 "sebastian/diff": "^4.0.3",
8661                 "sebastian/environment": "^5.1.3",
8662                 "sebastian/exporter": "^4.0.3",
8663                 "sebastian/global-state": "^5.0.1",
8664                 "sebastian/object-enumerator": "^4.0.3",
8665                 "sebastian/resource-operations": "^3.0.3",
8666                 "sebastian/type": "^2.3.4",
8667                 "sebastian/version": "^3.0.2"
8668             },
8669             "require-dev": {
8670                 "ext-pdo": "*",
8671                 "phpspec/prophecy-phpunit": "^2.0.1"
8672             },
8673             "suggest": {
8674                 "ext-soap": "*",
8675                 "ext-xdebug": "*"
8676             },
8677             "bin": [
8678                 "phpunit"
8679             ],
8680             "type": "library",
8681             "extra": {
8682                 "branch-alias": {
8683                     "dev-master": "9.5-dev"
8684                 }
8685             },
8686             "autoload": {
8687                 "classmap": [
8688                     "src/"
8689                 ],
8690                 "files": [
8691                     "src/Framework/Assert/Functions.php"
8692                 ]
8693             },
8694             "notification-url": "https://packagist.org/downloads/",
8695             "license": [
8696                 "BSD-3-Clause"
8697             ],
8698             "authors": [
8699                 {
8700                     "name": "Sebastian Bergmann",
8701                     "email": "[email protected]",
8702                     "role": "lead"
8703                 }
8704             ],
8705             "description": "The PHP Unit Testing framework.",
8706             "homepage": "https://phpunit.de/",
8707             "keywords": [
8708                 "phpunit",
8709                 "testing",
8710                 "xunit"
8711             ],
8712             "support": {
8713                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
8714                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.10"
8715             },
8716             "funding": [
8717                 {
8718                     "url": "https://phpunit.de/donate.html",
8719                     "type": "custom"
8720                 },
8721                 {
8722                     "url": "https://github.com/sebastianbergmann",
8723                     "type": "github"
8724                 }
8725             ],
8726             "time": "2021-09-25T07:38:51+00:00"
8727         },
8728         {
8729             "name": "sebastian/cli-parser",
8730             "version": "1.0.1",
8731             "source": {
8732                 "type": "git",
8733                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
8734                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
8735             },
8736             "dist": {
8737                 "type": "zip",
8738                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
8739                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
8740                 "shasum": ""
8741             },
8742             "require": {
8743                 "php": ">=7.3"
8744             },
8745             "require-dev": {
8746                 "phpunit/phpunit": "^9.3"
8747             },
8748             "type": "library",
8749             "extra": {
8750                 "branch-alias": {
8751                     "dev-master": "1.0-dev"
8752                 }
8753             },
8754             "autoload": {
8755                 "classmap": [
8756                     "src/"
8757                 ]
8758             },
8759             "notification-url": "https://packagist.org/downloads/",
8760             "license": [
8761                 "BSD-3-Clause"
8762             ],
8763             "authors": [
8764                 {
8765                     "name": "Sebastian Bergmann",
8766                     "email": "[email protected]",
8767                     "role": "lead"
8768                 }
8769             ],
8770             "description": "Library for parsing CLI options",
8771             "homepage": "https://github.com/sebastianbergmann/cli-parser",
8772             "support": {
8773                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
8774                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
8775             },
8776             "funding": [
8777                 {
8778                     "url": "https://github.com/sebastianbergmann",
8779                     "type": "github"
8780                 }
8781             ],
8782             "time": "2020-09-28T06:08:49+00:00"
8783         },
8784         {
8785             "name": "sebastian/code-unit",
8786             "version": "1.0.8",
8787             "source": {
8788                 "type": "git",
8789                 "url": "https://github.com/sebastianbergmann/code-unit.git",
8790                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
8791             },
8792             "dist": {
8793                 "type": "zip",
8794                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
8795                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
8796                 "shasum": ""
8797             },
8798             "require": {
8799                 "php": ">=7.3"
8800             },
8801             "require-dev": {
8802                 "phpunit/phpunit": "^9.3"
8803             },
8804             "type": "library",
8805             "extra": {
8806                 "branch-alias": {
8807                     "dev-master": "1.0-dev"
8808                 }
8809             },
8810             "autoload": {
8811                 "classmap": [
8812                     "src/"
8813                 ]
8814             },
8815             "notification-url": "https://packagist.org/downloads/",
8816             "license": [
8817                 "BSD-3-Clause"
8818             ],
8819             "authors": [
8820                 {
8821                     "name": "Sebastian Bergmann",
8822                     "email": "[email protected]",
8823                     "role": "lead"
8824                 }
8825             ],
8826             "description": "Collection of value objects that represent the PHP code units",
8827             "homepage": "https://github.com/sebastianbergmann/code-unit",
8828             "support": {
8829                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
8830                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
8831             },
8832             "funding": [
8833                 {
8834                     "url": "https://github.com/sebastianbergmann",
8835                     "type": "github"
8836                 }
8837             ],
8838             "time": "2020-10-26T13:08:54+00:00"
8839         },
8840         {
8841             "name": "sebastian/code-unit-reverse-lookup",
8842             "version": "2.0.3",
8843             "source": {
8844                 "type": "git",
8845                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8846                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
8847             },
8848             "dist": {
8849                 "type": "zip",
8850                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
8851                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
8852                 "shasum": ""
8853             },
8854             "require": {
8855                 "php": ">=7.3"
8856             },
8857             "require-dev": {
8858                 "phpunit/phpunit": "^9.3"
8859             },
8860             "type": "library",
8861             "extra": {
8862                 "branch-alias": {
8863                     "dev-master": "2.0-dev"
8864                 }
8865             },
8866             "autoload": {
8867                 "classmap": [
8868                     "src/"
8869                 ]
8870             },
8871             "notification-url": "https://packagist.org/downloads/",
8872             "license": [
8873                 "BSD-3-Clause"
8874             ],
8875             "authors": [
8876                 {
8877                     "name": "Sebastian Bergmann",
8878                     "email": "[email protected]"
8879                 }
8880             ],
8881             "description": "Looks up which function or method a line of code belongs to",
8882             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8883             "support": {
8884                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
8885                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
8886             },
8887             "funding": [
8888                 {
8889                     "url": "https://github.com/sebastianbergmann",
8890                     "type": "github"
8891                 }
8892             ],
8893             "time": "2020-09-28T05:30:19+00:00"
8894         },
8895         {
8896             "name": "sebastian/comparator",
8897             "version": "4.0.6",
8898             "source": {
8899                 "type": "git",
8900                 "url": "https://github.com/sebastianbergmann/comparator.git",
8901                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
8902             },
8903             "dist": {
8904                 "type": "zip",
8905                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
8906                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
8907                 "shasum": ""
8908             },
8909             "require": {
8910                 "php": ">=7.3",
8911                 "sebastian/diff": "^4.0",
8912                 "sebastian/exporter": "^4.0"
8913             },
8914             "require-dev": {
8915                 "phpunit/phpunit": "^9.3"
8916             },
8917             "type": "library",
8918             "extra": {
8919                 "branch-alias": {
8920                     "dev-master": "4.0-dev"
8921                 }
8922             },
8923             "autoload": {
8924                 "classmap": [
8925                     "src/"
8926                 ]
8927             },
8928             "notification-url": "https://packagist.org/downloads/",
8929             "license": [
8930                 "BSD-3-Clause"
8931             ],
8932             "authors": [
8933                 {
8934                     "name": "Sebastian Bergmann",
8935                     "email": "[email protected]"
8936                 },
8937                 {
8938                     "name": "Jeff Welch",
8939                     "email": "[email protected]"
8940                 },
8941                 {
8942                     "name": "Volker Dusch",
8943                     "email": "[email protected]"
8944                 },
8945                 {
8946                     "name": "Bernhard Schussek",
8947                     "email": "[email protected]"
8948                 }
8949             ],
8950             "description": "Provides the functionality to compare PHP values for equality",
8951             "homepage": "https://github.com/sebastianbergmann/comparator",
8952             "keywords": [
8953                 "comparator",
8954                 "compare",
8955                 "equality"
8956             ],
8957             "support": {
8958                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
8959                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
8960             },
8961             "funding": [
8962                 {
8963                     "url": "https://github.com/sebastianbergmann",
8964                     "type": "github"
8965                 }
8966             ],
8967             "time": "2020-10-26T15:49:45+00:00"
8968         },
8969         {
8970             "name": "sebastian/complexity",
8971             "version": "2.0.2",
8972             "source": {
8973                 "type": "git",
8974                 "url": "https://github.com/sebastianbergmann/complexity.git",
8975                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
8976             },
8977             "dist": {
8978                 "type": "zip",
8979                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
8980                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
8981                 "shasum": ""
8982             },
8983             "require": {
8984                 "nikic/php-parser": "^4.7",
8985                 "php": ">=7.3"
8986             },
8987             "require-dev": {
8988                 "phpunit/phpunit": "^9.3"
8989             },
8990             "type": "library",
8991             "extra": {
8992                 "branch-alias": {
8993                     "dev-master": "2.0-dev"
8994                 }
8995             },
8996             "autoload": {
8997                 "classmap": [
8998                     "src/"
8999                 ]
9000             },
9001             "notification-url": "https://packagist.org/downloads/",
9002             "license": [
9003                 "BSD-3-Clause"
9004             ],
9005             "authors": [
9006                 {
9007                     "name": "Sebastian Bergmann",
9008                     "email": "[email protected]",
9009                     "role": "lead"
9010                 }
9011             ],
9012             "description": "Library for calculating the complexity of PHP code units",
9013             "homepage": "https://github.com/sebastianbergmann/complexity",
9014             "support": {
9015                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9016                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
9017             },
9018             "funding": [
9019                 {
9020                     "url": "https://github.com/sebastianbergmann",
9021                     "type": "github"
9022                 }
9023             ],
9024             "time": "2020-10-26T15:52:27+00:00"
9025         },
9026         {
9027             "name": "sebastian/diff",
9028             "version": "4.0.4",
9029             "source": {
9030                 "type": "git",
9031                 "url": "https://github.com/sebastianbergmann/diff.git",
9032                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
9033             },
9034             "dist": {
9035                 "type": "zip",
9036                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
9037                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
9038                 "shasum": ""
9039             },
9040             "require": {
9041                 "php": ">=7.3"
9042             },
9043             "require-dev": {
9044                 "phpunit/phpunit": "^9.3",
9045                 "symfony/process": "^4.2 || ^5"
9046             },
9047             "type": "library",
9048             "extra": {
9049                 "branch-alias": {
9050                     "dev-master": "4.0-dev"
9051                 }
9052             },
9053             "autoload": {
9054                 "classmap": [
9055                     "src/"
9056                 ]
9057             },
9058             "notification-url": "https://packagist.org/downloads/",
9059             "license": [
9060                 "BSD-3-Clause"
9061             ],
9062             "authors": [
9063                 {
9064                     "name": "Sebastian Bergmann",
9065                     "email": "[email protected]"
9066                 },
9067                 {
9068                     "name": "Kore Nordmann",
9069                     "email": "[email protected]"
9070                 }
9071             ],
9072             "description": "Diff implementation",
9073             "homepage": "https://github.com/sebastianbergmann/diff",
9074             "keywords": [
9075                 "diff",
9076                 "udiff",
9077                 "unidiff",
9078                 "unified diff"
9079             ],
9080             "support": {
9081                 "issues": "https://github.com/sebastianbergmann/diff/issues",
9082                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
9083             },
9084             "funding": [
9085                 {
9086                     "url": "https://github.com/sebastianbergmann",
9087                     "type": "github"
9088                 }
9089             ],
9090             "time": "2020-10-26T13:10:38+00:00"
9091         },
9092         {
9093             "name": "sebastian/environment",
9094             "version": "5.1.3",
9095             "source": {
9096                 "type": "git",
9097                 "url": "https://github.com/sebastianbergmann/environment.git",
9098                 "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
9099             },
9100             "dist": {
9101                 "type": "zip",
9102                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
9103                 "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
9104                 "shasum": ""
9105             },
9106             "require": {
9107                 "php": ">=7.3"
9108             },
9109             "require-dev": {
9110                 "phpunit/phpunit": "^9.3"
9111             },
9112             "suggest": {
9113                 "ext-posix": "*"
9114             },
9115             "type": "library",
9116             "extra": {
9117                 "branch-alias": {
9118                     "dev-master": "5.1-dev"
9119                 }
9120             },
9121             "autoload": {
9122                 "classmap": [
9123                     "src/"
9124                 ]
9125             },
9126             "notification-url": "https://packagist.org/downloads/",
9127             "license": [
9128                 "BSD-3-Clause"
9129             ],
9130             "authors": [
9131                 {
9132                     "name": "Sebastian Bergmann",
9133                     "email": "[email protected]"
9134                 }
9135             ],
9136             "description": "Provides functionality to handle HHVM/PHP environments",
9137             "homepage": "http://www.github.com/sebastianbergmann/environment",
9138             "keywords": [
9139                 "Xdebug",
9140                 "environment",
9141                 "hhvm"
9142             ],
9143             "support": {
9144                 "issues": "https://github.com/sebastianbergmann/environment/issues",
9145                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
9146             },
9147             "funding": [
9148                 {
9149                     "url": "https://github.com/sebastianbergmann",
9150                     "type": "github"
9151                 }
9152             ],
9153             "time": "2020-09-28T05:52:38+00:00"
9154         },
9155         {
9156             "name": "sebastian/exporter",
9157             "version": "4.0.3",
9158             "source": {
9159                 "type": "git",
9160                 "url": "https://github.com/sebastianbergmann/exporter.git",
9161                 "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
9162             },
9163             "dist": {
9164                 "type": "zip",
9165                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
9166                 "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
9167                 "shasum": ""
9168             },
9169             "require": {
9170                 "php": ">=7.3",
9171                 "sebastian/recursion-context": "^4.0"
9172             },
9173             "require-dev": {
9174                 "ext-mbstring": "*",
9175                 "phpunit/phpunit": "^9.3"
9176             },
9177             "type": "library",
9178             "extra": {
9179                 "branch-alias": {
9180                     "dev-master": "4.0-dev"
9181                 }
9182             },
9183             "autoload": {
9184                 "classmap": [
9185                     "src/"
9186                 ]
9187             },
9188             "notification-url": "https://packagist.org/downloads/",
9189             "license": [
9190                 "BSD-3-Clause"
9191             ],
9192             "authors": [
9193                 {
9194                     "name": "Sebastian Bergmann",
9195                     "email": "[email protected]"
9196                 },
9197                 {
9198                     "name": "Jeff Welch",
9199                     "email": "[email protected]"
9200                 },
9201                 {
9202                     "name": "Volker Dusch",
9203                     "email": "[email protected]"
9204                 },
9205                 {
9206                     "name": "Adam Harvey",
9207                     "email": "[email protected]"
9208                 },
9209                 {
9210                     "name": "Bernhard Schussek",
9211                     "email": "[email protected]"
9212                 }
9213             ],
9214             "description": "Provides the functionality to export PHP variables for visualization",
9215             "homepage": "http://www.github.com/sebastianbergmann/exporter",
9216             "keywords": [
9217                 "export",
9218                 "exporter"
9219             ],
9220             "support": {
9221                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9222                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
9223             },
9224             "funding": [
9225                 {
9226                     "url": "https://github.com/sebastianbergmann",
9227                     "type": "github"
9228                 }
9229             ],
9230             "time": "2020-09-28T05:24:23+00:00"
9231         },
9232         {
9233             "name": "sebastian/global-state",
9234             "version": "5.0.3",
9235             "source": {
9236                 "type": "git",
9237                 "url": "https://github.com/sebastianbergmann/global-state.git",
9238                 "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
9239             },
9240             "dist": {
9241                 "type": "zip",
9242                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
9243                 "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
9244                 "shasum": ""
9245             },
9246             "require": {
9247                 "php": ">=7.3",
9248                 "sebastian/object-reflector": "^2.0",
9249                 "sebastian/recursion-context": "^4.0"
9250             },
9251             "require-dev": {
9252                 "ext-dom": "*",
9253                 "phpunit/phpunit": "^9.3"
9254             },
9255             "suggest": {
9256                 "ext-uopz": "*"
9257             },
9258             "type": "library",
9259             "extra": {
9260                 "branch-alias": {
9261                     "dev-master": "5.0-dev"
9262                 }
9263             },
9264             "autoload": {
9265                 "classmap": [
9266                     "src/"
9267                 ]
9268             },
9269             "notification-url": "https://packagist.org/downloads/",
9270             "license": [
9271                 "BSD-3-Clause"
9272             ],
9273             "authors": [
9274                 {
9275                     "name": "Sebastian Bergmann",
9276                     "email": "[email protected]"
9277                 }
9278             ],
9279             "description": "Snapshotting of global state",
9280             "homepage": "http://www.github.com/sebastianbergmann/global-state",
9281             "keywords": [
9282                 "global state"
9283             ],
9284             "support": {
9285                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9286                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
9287             },
9288             "funding": [
9289                 {
9290                     "url": "https://github.com/sebastianbergmann",
9291                     "type": "github"
9292                 }
9293             ],
9294             "time": "2021-06-11T13:31:12+00:00"
9295         },
9296         {
9297             "name": "sebastian/lines-of-code",
9298             "version": "1.0.3",
9299             "source": {
9300                 "type": "git",
9301                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9302                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
9303             },
9304             "dist": {
9305                 "type": "zip",
9306                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
9307                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
9308                 "shasum": ""
9309             },
9310             "require": {
9311                 "nikic/php-parser": "^4.6",
9312                 "php": ">=7.3"
9313             },
9314             "require-dev": {
9315                 "phpunit/phpunit": "^9.3"
9316             },
9317             "type": "library",
9318             "extra": {
9319                 "branch-alias": {
9320                     "dev-master": "1.0-dev"
9321                 }
9322             },
9323             "autoload": {
9324                 "classmap": [
9325                     "src/"
9326                 ]
9327             },
9328             "notification-url": "https://packagist.org/downloads/",
9329             "license": [
9330                 "BSD-3-Clause"
9331             ],
9332             "authors": [
9333                 {
9334                     "name": "Sebastian Bergmann",
9335                     "email": "[email protected]",
9336                     "role": "lead"
9337                 }
9338             ],
9339             "description": "Library for counting the lines of code in PHP source code",
9340             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9341             "support": {
9342                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9343                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
9344             },
9345             "funding": [
9346                 {
9347                     "url": "https://github.com/sebastianbergmann",
9348                     "type": "github"
9349                 }
9350             ],
9351             "time": "2020-11-28T06:42:11+00:00"
9352         },
9353         {
9354             "name": "sebastian/object-enumerator",
9355             "version": "4.0.4",
9356             "source": {
9357                 "type": "git",
9358                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9359                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
9360             },
9361             "dist": {
9362                 "type": "zip",
9363                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
9364                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
9365                 "shasum": ""
9366             },
9367             "require": {
9368                 "php": ">=7.3",
9369                 "sebastian/object-reflector": "^2.0",
9370                 "sebastian/recursion-context": "^4.0"
9371             },
9372             "require-dev": {
9373                 "phpunit/phpunit": "^9.3"
9374             },
9375             "type": "library",
9376             "extra": {
9377                 "branch-alias": {
9378                     "dev-master": "4.0-dev"
9379                 }
9380             },
9381             "autoload": {
9382                 "classmap": [
9383                     "src/"
9384                 ]
9385             },
9386             "notification-url": "https://packagist.org/downloads/",
9387             "license": [
9388                 "BSD-3-Clause"
9389             ],
9390             "authors": [
9391                 {
9392                     "name": "Sebastian Bergmann",
9393                     "email": "[email protected]"
9394                 }
9395             ],
9396             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9397             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9398             "support": {
9399                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9400                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
9401             },
9402             "funding": [
9403                 {
9404                     "url": "https://github.com/sebastianbergmann",
9405                     "type": "github"
9406                 }
9407             ],
9408             "time": "2020-10-26T13:12:34+00:00"
9409         },
9410         {
9411             "name": "sebastian/object-reflector",
9412             "version": "2.0.4",
9413             "source": {
9414                 "type": "git",
9415                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9416                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
9417             },
9418             "dist": {
9419                 "type": "zip",
9420                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
9421                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
9422                 "shasum": ""
9423             },
9424             "require": {
9425                 "php": ">=7.3"
9426             },
9427             "require-dev": {
9428                 "phpunit/phpunit": "^9.3"
9429             },
9430             "type": "library",
9431             "extra": {
9432                 "branch-alias": {
9433                     "dev-master": "2.0-dev"
9434                 }
9435             },
9436             "autoload": {
9437                 "classmap": [
9438                     "src/"
9439                 ]
9440             },
9441             "notification-url": "https://packagist.org/downloads/",
9442             "license": [
9443                 "BSD-3-Clause"
9444             ],
9445             "authors": [
9446                 {
9447                     "name": "Sebastian Bergmann",
9448                     "email": "[email protected]"
9449                 }
9450             ],
9451             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9452             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9453             "support": {
9454                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9455                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
9456             },
9457             "funding": [
9458                 {
9459                     "url": "https://github.com/sebastianbergmann",
9460                     "type": "github"
9461                 }
9462             ],
9463             "time": "2020-10-26T13:14:26+00:00"
9464         },
9465         {
9466             "name": "sebastian/recursion-context",
9467             "version": "4.0.4",
9468             "source": {
9469                 "type": "git",
9470                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9471                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
9472             },
9473             "dist": {
9474                 "type": "zip",
9475                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
9476                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
9477                 "shasum": ""
9478             },
9479             "require": {
9480                 "php": ">=7.3"
9481             },
9482             "require-dev": {
9483                 "phpunit/phpunit": "^9.3"
9484             },
9485             "type": "library",
9486             "extra": {
9487                 "branch-alias": {
9488                     "dev-master": "4.0-dev"
9489                 }
9490             },
9491             "autoload": {
9492                 "classmap": [
9493                     "src/"
9494                 ]
9495             },
9496             "notification-url": "https://packagist.org/downloads/",
9497             "license": [
9498                 "BSD-3-Clause"
9499             ],
9500             "authors": [
9501                 {
9502                     "name": "Sebastian Bergmann",
9503                     "email": "[email protected]"
9504                 },
9505                 {
9506                     "name": "Jeff Welch",
9507                     "email": "[email protected]"
9508                 },
9509                 {
9510                     "name": "Adam Harvey",
9511                     "email": "[email protected]"
9512                 }
9513             ],
9514             "description": "Provides functionality to recursively process PHP variables",
9515             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
9516             "support": {
9517                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9518                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
9519             },
9520             "funding": [
9521                 {
9522                     "url": "https://github.com/sebastianbergmann",
9523                     "type": "github"
9524                 }
9525             ],
9526             "time": "2020-10-26T13:17:30+00:00"
9527         },
9528         {
9529             "name": "sebastian/resource-operations",
9530             "version": "3.0.3",
9531             "source": {
9532                 "type": "git",
9533                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
9534                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
9535             },
9536             "dist": {
9537                 "type": "zip",
9538                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
9539                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
9540                 "shasum": ""
9541             },
9542             "require": {
9543                 "php": ">=7.3"
9544             },
9545             "require-dev": {
9546                 "phpunit/phpunit": "^9.0"
9547             },
9548             "type": "library",
9549             "extra": {
9550                 "branch-alias": {
9551                     "dev-master": "3.0-dev"
9552                 }
9553             },
9554             "autoload": {
9555                 "classmap": [
9556                     "src/"
9557                 ]
9558             },
9559             "notification-url": "https://packagist.org/downloads/",
9560             "license": [
9561                 "BSD-3-Clause"
9562             ],
9563             "authors": [
9564                 {
9565                     "name": "Sebastian Bergmann",
9566                     "email": "[email protected]"
9567                 }
9568             ],
9569             "description": "Provides a list of PHP built-in functions that operate on resources",
9570             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
9571             "support": {
9572                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
9573                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
9574             },
9575             "funding": [
9576                 {
9577                     "url": "https://github.com/sebastianbergmann",
9578                     "type": "github"
9579                 }
9580             ],
9581             "time": "2020-09-28T06:45:17+00:00"
9582         },
9583         {
9584             "name": "sebastian/type",
9585             "version": "2.3.4",
9586             "source": {
9587                 "type": "git",
9588                 "url": "https://github.com/sebastianbergmann/type.git",
9589                 "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
9590             },
9591             "dist": {
9592                 "type": "zip",
9593                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914",
9594                 "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914",
9595                 "shasum": ""
9596             },
9597             "require": {
9598                 "php": ">=7.3"
9599             },
9600             "require-dev": {
9601                 "phpunit/phpunit": "^9.3"
9602             },
9603             "type": "library",
9604             "extra": {
9605                 "branch-alias": {
9606                     "dev-master": "2.3-dev"
9607                 }
9608             },
9609             "autoload": {
9610                 "classmap": [
9611                     "src/"
9612                 ]
9613             },
9614             "notification-url": "https://packagist.org/downloads/",
9615             "license": [
9616                 "BSD-3-Clause"
9617             ],
9618             "authors": [
9619                 {
9620                     "name": "Sebastian Bergmann",
9621                     "email": "[email protected]",
9622                     "role": "lead"
9623                 }
9624             ],
9625             "description": "Collection of value objects that represent the types of the PHP type system",
9626             "homepage": "https://github.com/sebastianbergmann/type",
9627             "support": {
9628                 "issues": "https://github.com/sebastianbergmann/type/issues",
9629                 "source": "https://github.com/sebastianbergmann/type/tree/2.3.4"
9630             },
9631             "funding": [
9632                 {
9633                     "url": "https://github.com/sebastianbergmann",
9634                     "type": "github"
9635                 }
9636             ],
9637             "time": "2021-06-15T12:49:02+00:00"
9638         },
9639         {
9640             "name": "sebastian/version",
9641             "version": "3.0.2",
9642             "source": {
9643                 "type": "git",
9644                 "url": "https://github.com/sebastianbergmann/version.git",
9645                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
9646             },
9647             "dist": {
9648                 "type": "zip",
9649                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
9650                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
9651                 "shasum": ""
9652             },
9653             "require": {
9654                 "php": ">=7.3"
9655             },
9656             "type": "library",
9657             "extra": {
9658                 "branch-alias": {
9659                     "dev-master": "3.0-dev"
9660                 }
9661             },
9662             "autoload": {
9663                 "classmap": [
9664                     "src/"
9665                 ]
9666             },
9667             "notification-url": "https://packagist.org/downloads/",
9668             "license": [
9669                 "BSD-3-Clause"
9670             ],
9671             "authors": [
9672                 {
9673                     "name": "Sebastian Bergmann",
9674                     "email": "[email protected]",
9675                     "role": "lead"
9676                 }
9677             ],
9678             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9679             "homepage": "https://github.com/sebastianbergmann/version",
9680             "support": {
9681                 "issues": "https://github.com/sebastianbergmann/version/issues",
9682                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
9683             },
9684             "funding": [
9685                 {
9686                     "url": "https://github.com/sebastianbergmann",
9687                     "type": "github"
9688                 }
9689             ],
9690             "time": "2020-09-28T06:39:44+00:00"
9691         },
9692         {
9693             "name": "symfony/dom-crawler",
9694             "version": "v5.3.7",
9695             "source": {
9696                 "type": "git",
9697                 "url": "https://github.com/symfony/dom-crawler.git",
9698                 "reference": "c7eef3a60ccfdd8eafe07f81652e769ac9c7146c"
9699             },
9700             "dist": {
9701                 "type": "zip",
9702                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c7eef3a60ccfdd8eafe07f81652e769ac9c7146c",
9703                 "reference": "c7eef3a60ccfdd8eafe07f81652e769ac9c7146c",
9704                 "shasum": ""
9705             },
9706             "require": {
9707                 "php": ">=7.2.5",
9708                 "symfony/deprecation-contracts": "^2.1",
9709                 "symfony/polyfill-ctype": "~1.8",
9710                 "symfony/polyfill-mbstring": "~1.0",
9711                 "symfony/polyfill-php80": "^1.16"
9712             },
9713             "conflict": {
9714                 "masterminds/html5": "<2.6"
9715             },
9716             "require-dev": {
9717                 "masterminds/html5": "^2.6",
9718                 "symfony/css-selector": "^4.4|^5.0"
9719             },
9720             "suggest": {
9721                 "symfony/css-selector": ""
9722             },
9723             "type": "library",
9724             "autoload": {
9725                 "psr-4": {
9726                     "Symfony\\Component\\DomCrawler\\": ""
9727                 },
9728                 "exclude-from-classmap": [
9729                     "/Tests/"
9730                 ]
9731             },
9732             "notification-url": "https://packagist.org/downloads/",
9733             "license": [
9734                 "MIT"
9735             ],
9736             "authors": [
9737                 {
9738                     "name": "Fabien Potencier",
9739                     "email": "[email protected]"
9740                 },
9741                 {
9742                     "name": "Symfony Community",
9743                     "homepage": "https://symfony.com/contributors"
9744                 }
9745             ],
9746             "description": "Eases DOM navigation for HTML and XML documents",
9747             "homepage": "https://symfony.com",
9748             "support": {
9749                 "source": "https://github.com/symfony/dom-crawler/tree/v5.3.7"
9750             },
9751             "funding": [
9752                 {
9753                     "url": "https://symfony.com/sponsor",
9754                     "type": "custom"
9755                 },
9756                 {
9757                     "url": "https://github.com/fabpot",
9758                     "type": "github"
9759                 },
9760                 {
9761                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9762                     "type": "tidelift"
9763                 }
9764             ],
9765             "time": "2021-08-29T19:32:13+00:00"
9766         },
9767         {
9768             "name": "theseer/tokenizer",
9769             "version": "1.2.1",
9770             "source": {
9771                 "type": "git",
9772                 "url": "https://github.com/theseer/tokenizer.git",
9773                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
9774             },
9775             "dist": {
9776                 "type": "zip",
9777                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
9778                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
9779                 "shasum": ""
9780             },
9781             "require": {
9782                 "ext-dom": "*",
9783                 "ext-tokenizer": "*",
9784                 "ext-xmlwriter": "*",
9785                 "php": "^7.2 || ^8.0"
9786             },
9787             "type": "library",
9788             "autoload": {
9789                 "classmap": [
9790                     "src/"
9791                 ]
9792             },
9793             "notification-url": "https://packagist.org/downloads/",
9794             "license": [
9795                 "BSD-3-Clause"
9796             ],
9797             "authors": [
9798                 {
9799                     "name": "Arne Blankerts",
9800                     "email": "[email protected]",
9801                     "role": "Developer"
9802                 }
9803             ],
9804             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9805             "support": {
9806                 "issues": "https://github.com/theseer/tokenizer/issues",
9807                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
9808             },
9809             "funding": [
9810                 {
9811                     "url": "https://github.com/theseer",
9812                     "type": "github"
9813                 }
9814             ],
9815             "time": "2021-07-28T10:34:58+00:00"
9816         }
9817     ],
9818     "aliases": [],
9819     "minimum-stability": "dev",
9820     "stability-flags": [],
9821     "prefer-stable": true,
9822     "prefer-lowest": false,
9823     "platform": {
9824         "php": "^7.3|^8.0",
9825         "ext-curl": "*",
9826         "ext-dom": "*",
9827         "ext-fileinfo": "*",
9828         "ext-gd": "*",
9829         "ext-json": "*",
9830         "ext-mbstring": "*",
9831         "ext-xml": "*"
9832     },
9833     "platform-dev": [],
9834     "platform-overrides": {
9835         "php": "7.3.0"
9836     },
9837     "plugin-api-version": "2.1.0"
9838 }