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