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