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