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