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