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