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