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