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