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