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