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