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