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