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