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