xref: /webtrees/composer.lock (revision 1293b98145ba478ac4640f77adba7cf9246f91dd)
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": "8afa0a7b4e1996d2e3c86a5fc02a743a",
8    "packages": [
9        {
10            "name": "aura/router",
11            "version": "3.1.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/auraphp/Aura.Router.git",
15                "reference": "52507bc813c92511dbcacc7463f163ef5149ad38"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/52507bc813c92511dbcacc7463f163ef5149ad38",
20                "reference": "52507bc813c92511dbcacc7463f163ef5149ad38",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=5.5.0",
25                "psr/http-message": "~1.0",
26                "psr/log": "~1.0"
27            },
28            "require-dev": {
29                "phpunit/phpunit": "~5.7 || ~4.8",
30                "zendframework/zend-diactoros": "~1.0"
31            },
32            "type": "library",
33            "autoload": {
34                "psr-4": {
35                    "Aura\\Router\\": "src/"
36                }
37            },
38            "notification-url": "https://packagist.org/downloads/",
39            "license": [
40                "MIT"
41            ],
42            "authors": [
43                {
44                    "name": "Aura.Router Contributors",
45                    "homepage": "https://github.com/auraphp/Aura.Router/contributors"
46                }
47            ],
48            "description": "Powerful, flexible web routing for PSR-7 requests.",
49            "homepage": "https://github.com/auraphp/Aura.Router",
50            "keywords": [
51                "psr-7",
52                "route",
53                "router",
54                "routing"
55            ],
56            "time": "2017-03-02T16:34:47+00:00"
57        },
58        {
59            "name": "doctrine/cache",
60            "version": "1.10.2",
61            "source": {
62                "type": "git",
63                "url": "https://github.com/doctrine/cache.git",
64                "reference": "13e3381b25847283a91948d04640543941309727"
65            },
66            "dist": {
67                "type": "zip",
68                "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
69                "reference": "13e3381b25847283a91948d04640543941309727",
70                "shasum": ""
71            },
72            "require": {
73                "php": "~7.1 || ^8.0"
74            },
75            "conflict": {
76                "doctrine/common": ">2.2,<2.4"
77            },
78            "require-dev": {
79                "alcaeus/mongo-php-adapter": "^1.1",
80                "doctrine/coding-standard": "^6.0",
81                "mongodb/mongodb": "^1.1",
82                "phpunit/phpunit": "^7.0",
83                "predis/predis": "~1.0"
84            },
85            "suggest": {
86                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
87            },
88            "type": "library",
89            "extra": {
90                "branch-alias": {
91                    "dev-master": "1.9.x-dev"
92                }
93            },
94            "autoload": {
95                "psr-4": {
96                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
97                }
98            },
99            "notification-url": "https://packagist.org/downloads/",
100            "license": [
101                "MIT"
102            ],
103            "authors": [
104                {
105                    "name": "Guilherme Blanco",
106                    "email": "guilhermeblanco@gmail.com"
107                },
108                {
109                    "name": "Roman Borschel",
110                    "email": "roman@code-factory.org"
111                },
112                {
113                    "name": "Benjamin Eberlei",
114                    "email": "kontakt@beberlei.de"
115                },
116                {
117                    "name": "Jonathan Wage",
118                    "email": "jonwage@gmail.com"
119                },
120                {
121                    "name": "Johannes Schmitt",
122                    "email": "schmittjoh@gmail.com"
123                }
124            ],
125            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
126            "homepage": "https://www.doctrine-project.org/projects/cache.html",
127            "keywords": [
128                "abstraction",
129                "apcu",
130                "cache",
131                "caching",
132                "couchdb",
133                "memcached",
134                "php",
135                "redis",
136                "xcache"
137            ],
138            "funding": [
139                {
140                    "url": "https://www.doctrine-project.org/sponsorship.html",
141                    "type": "custom"
142                },
143                {
144                    "url": "https://www.patreon.com/phpdoctrine",
145                    "type": "patreon"
146                },
147                {
148                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
149                    "type": "tidelift"
150                }
151            ],
152            "time": "2020-07-07T18:54:01+00:00"
153        },
154        {
155            "name": "doctrine/dbal",
156            "version": "v2.9.3",
157            "source": {
158                "type": "git",
159                "url": "https://github.com/doctrine/dbal.git",
160                "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035"
161            },
162            "dist": {
163                "type": "zip",
164                "url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035",
165                "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035",
166                "shasum": ""
167            },
168            "require": {
169                "doctrine/cache": "^1.0",
170                "doctrine/event-manager": "^1.0",
171                "ext-pdo": "*",
172                "php": "^7.1"
173            },
174            "require-dev": {
175                "doctrine/coding-standard": "^5.0",
176                "jetbrains/phpstorm-stubs": "^2018.1.2",
177                "phpstan/phpstan": "^0.10.1",
178                "phpunit/phpunit": "^7.4",
179                "symfony/console": "^2.0.5|^3.0|^4.0",
180                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
181            },
182            "suggest": {
183                "symfony/console": "For helpful console commands such as SQL execution and import of files."
184            },
185            "bin": [
186                "bin/doctrine-dbal"
187            ],
188            "type": "library",
189            "extra": {
190                "branch-alias": {
191                    "dev-master": "2.9.x-dev",
192                    "dev-develop": "3.0.x-dev"
193                }
194            },
195            "autoload": {
196                "psr-4": {
197                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
198                }
199            },
200            "notification-url": "https://packagist.org/downloads/",
201            "license": [
202                "MIT"
203            ],
204            "authors": [
205                {
206                    "name": "Guilherme Blanco",
207                    "email": "guilhermeblanco@gmail.com"
208                },
209                {
210                    "name": "Roman Borschel",
211                    "email": "roman@code-factory.org"
212                },
213                {
214                    "name": "Benjamin Eberlei",
215                    "email": "kontakt@beberlei.de"
216                },
217                {
218                    "name": "Jonathan Wage",
219                    "email": "jonwage@gmail.com"
220                }
221            ],
222            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
223            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
224            "keywords": [
225                "abstraction",
226                "database",
227                "dbal",
228                "mysql",
229                "persistence",
230                "pgsql",
231                "php",
232                "queryobject"
233            ],
234            "time": "2019-11-02T22:19:34+00:00"
235        },
236        {
237            "name": "doctrine/event-manager",
238            "version": "1.1.0",
239            "source": {
240                "type": "git",
241                "url": "https://github.com/doctrine/event-manager.git",
242                "reference": "629572819973f13486371cb611386eb17851e85c"
243            },
244            "dist": {
245                "type": "zip",
246                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
247                "reference": "629572819973f13486371cb611386eb17851e85c",
248                "shasum": ""
249            },
250            "require": {
251                "php": "^7.1"
252            },
253            "conflict": {
254                "doctrine/common": "<2.9@dev"
255            },
256            "require-dev": {
257                "doctrine/coding-standard": "^6.0",
258                "phpunit/phpunit": "^7.0"
259            },
260            "type": "library",
261            "extra": {
262                "branch-alias": {
263                    "dev-master": "1.0.x-dev"
264                }
265            },
266            "autoload": {
267                "psr-4": {
268                    "Doctrine\\Common\\": "lib/Doctrine/Common"
269                }
270            },
271            "notification-url": "https://packagist.org/downloads/",
272            "license": [
273                "MIT"
274            ],
275            "authors": [
276                {
277                    "name": "Guilherme Blanco",
278                    "email": "guilhermeblanco@gmail.com"
279                },
280                {
281                    "name": "Roman Borschel",
282                    "email": "roman@code-factory.org"
283                },
284                {
285                    "name": "Benjamin Eberlei",
286                    "email": "kontakt@beberlei.de"
287                },
288                {
289                    "name": "Jonathan Wage",
290                    "email": "jonwage@gmail.com"
291                },
292                {
293                    "name": "Johannes Schmitt",
294                    "email": "schmittjoh@gmail.com"
295                },
296                {
297                    "name": "Marco Pivetta",
298                    "email": "ocramius@gmail.com"
299                }
300            ],
301            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
302            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
303            "keywords": [
304                "event",
305                "event dispatcher",
306                "event manager",
307                "event system",
308                "events"
309            ],
310            "time": "2019-11-10T09:48:07+00:00"
311        },
312        {
313            "name": "doctrine/inflector",
314            "version": "1.3.1",
315            "source": {
316                "type": "git",
317                "url": "https://github.com/doctrine/inflector.git",
318                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
319            },
320            "dist": {
321                "type": "zip",
322                "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
323                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
324                "shasum": ""
325            },
326            "require": {
327                "php": "^7.1"
328            },
329            "require-dev": {
330                "phpunit/phpunit": "^6.2"
331            },
332            "type": "library",
333            "extra": {
334                "branch-alias": {
335                    "dev-master": "1.3.x-dev"
336                }
337            },
338            "autoload": {
339                "psr-4": {
340                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
341                }
342            },
343            "notification-url": "https://packagist.org/downloads/",
344            "license": [
345                "MIT"
346            ],
347            "authors": [
348                {
349                    "name": "Guilherme Blanco",
350                    "email": "guilhermeblanco@gmail.com"
351                },
352                {
353                    "name": "Roman Borschel",
354                    "email": "roman@code-factory.org"
355                },
356                {
357                    "name": "Benjamin Eberlei",
358                    "email": "kontakt@beberlei.de"
359                },
360                {
361                    "name": "Jonathan Wage",
362                    "email": "jonwage@gmail.com"
363                },
364                {
365                    "name": "Johannes Schmitt",
366                    "email": "schmittjoh@gmail.com"
367                }
368            ],
369            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
370            "homepage": "http://www.doctrine-project.org",
371            "keywords": [
372                "inflection",
373                "pluralize",
374                "singularize",
375                "string"
376            ],
377            "time": "2019-10-30T19:59:35+00:00"
378        },
379        {
380            "name": "doctrine/lexer",
381            "version": "1.0.2",
382            "source": {
383                "type": "git",
384                "url": "https://github.com/doctrine/lexer.git",
385                "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
386            },
387            "dist": {
388                "type": "zip",
389                "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
390                "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
391                "shasum": ""
392            },
393            "require": {
394                "php": ">=5.3.2"
395            },
396            "require-dev": {
397                "phpunit/phpunit": "^4.5"
398            },
399            "type": "library",
400            "extra": {
401                "branch-alias": {
402                    "dev-master": "1.0.x-dev"
403                }
404            },
405            "autoload": {
406                "psr-4": {
407                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
408                }
409            },
410            "notification-url": "https://packagist.org/downloads/",
411            "license": [
412                "MIT"
413            ],
414            "authors": [
415                {
416                    "name": "Roman Borschel",
417                    "email": "roman@code-factory.org"
418                },
419                {
420                    "name": "Guilherme Blanco",
421                    "email": "guilhermeblanco@gmail.com"
422                },
423                {
424                    "name": "Johannes Schmitt",
425                    "email": "schmittjoh@gmail.com"
426                }
427            ],
428            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
429            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
430            "keywords": [
431                "annotations",
432                "docblock",
433                "lexer",
434                "parser",
435                "php"
436            ],
437            "time": "2019-06-08T11:03:04+00:00"
438        },
439        {
440            "name": "egulias/email-validator",
441            "version": "2.1.18",
442            "source": {
443                "type": "git",
444                "url": "https://github.com/egulias/EmailValidator.git",
445                "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
446            },
447            "dist": {
448                "type": "zip",
449                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
450                "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
451                "shasum": ""
452            },
453            "require": {
454                "doctrine/lexer": "^1.0.1",
455                "php": ">=5.5",
456                "symfony/polyfill-intl-idn": "^1.10"
457            },
458            "require-dev": {
459                "dominicsayers/isemail": "^3.0.7",
460                "phpunit/phpunit": "^4.8.36|^7.5.15",
461                "satooshi/php-coveralls": "^1.0.1"
462            },
463            "suggest": {
464                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
465            },
466            "type": "library",
467            "extra": {
468                "branch-alias": {
469                    "dev-master": "2.1.x-dev"
470                }
471            },
472            "autoload": {
473                "psr-4": {
474                    "Egulias\\EmailValidator\\": "src"
475                }
476            },
477            "notification-url": "https://packagist.org/downloads/",
478            "license": [
479                "MIT"
480            ],
481            "authors": [
482                {
483                    "name": "Eduardo Gulias Davis"
484                }
485            ],
486            "description": "A library for validating emails against several RFCs",
487            "homepage": "https://github.com/egulias/EmailValidator",
488            "keywords": [
489                "email",
490                "emailvalidation",
491                "emailvalidator",
492                "validation",
493                "validator"
494            ],
495            "time": "2020-06-16T20:11:17+00:00"
496        },
497        {
498            "name": "ezyang/htmlpurifier",
499            "version": "v4.13.0",
500            "source": {
501                "type": "git",
502                "url": "https://github.com/ezyang/htmlpurifier.git",
503                "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
504            },
505            "dist": {
506                "type": "zip",
507                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
508                "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
509                "shasum": ""
510            },
511            "require": {
512                "php": ">=5.2"
513            },
514            "require-dev": {
515                "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
516            },
517            "type": "library",
518            "autoload": {
519                "psr-0": {
520                    "HTMLPurifier": "library/"
521                },
522                "files": [
523                    "library/HTMLPurifier.composer.php"
524                ],
525                "exclude-from-classmap": [
526                    "/library/HTMLPurifier/Language/"
527                ]
528            },
529            "notification-url": "https://packagist.org/downloads/",
530            "license": [
531                "LGPL-2.1-or-later"
532            ],
533            "authors": [
534                {
535                    "name": "Edward Z. Yang",
536                    "email": "admin@htmlpurifier.org",
537                    "homepage": "http://ezyang.com"
538                }
539            ],
540            "description": "Standards compliant HTML filter written in PHP",
541            "homepage": "http://htmlpurifier.org/",
542            "keywords": [
543                "html"
544            ],
545            "time": "2020-06-29T00:56:53+00:00"
546        },
547        {
548            "name": "fig/http-message-util",
549            "version": "1.1.4",
550            "source": {
551                "type": "git",
552                "url": "https://github.com/php-fig/http-message-util.git",
553                "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422"
554            },
555            "dist": {
556                "type": "zip",
557                "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422",
558                "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422",
559                "shasum": ""
560            },
561            "require": {
562                "php": "^5.3 || ^7.0"
563            },
564            "suggest": {
565                "psr/http-message": "The package containing the PSR-7 interfaces"
566            },
567            "type": "library",
568            "extra": {
569                "branch-alias": {
570                    "dev-master": "1.1.x-dev"
571                }
572            },
573            "autoload": {
574                "psr-4": {
575                    "Fig\\Http\\Message\\": "src/"
576                }
577            },
578            "notification-url": "https://packagist.org/downloads/",
579            "license": [
580                "MIT"
581            ],
582            "authors": [
583                {
584                    "name": "PHP-FIG",
585                    "homepage": "http://www.php-fig.org/"
586                }
587            ],
588            "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
589            "keywords": [
590                "http",
591                "http-message",
592                "psr",
593                "psr-7",
594                "request",
595                "response"
596            ],
597            "time": "2020-02-05T20:36:27+00:00"
598        },
599        {
600            "name": "fisharebest/algorithm",
601            "version": "1.5.1",
602            "source": {
603                "type": "git",
604                "url": "https://github.com/fisharebest/algorithm.git",
605                "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062"
606            },
607            "dist": {
608                "type": "zip",
609                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/7d1bc0fc91b66cf613af9147e9a287c905a8b062",
610                "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062",
611                "shasum": ""
612            },
613            "require": {
614                "php": ">=5.3.0"
615            },
616            "require-dev": {
617                "php-coveralls/php-coveralls": "*",
618                "phpunit/phpunit": "4.*"
619            },
620            "type": "library",
621            "autoload": {
622                "psr-4": {
623                    "Fisharebest\\Algorithm\\": "src/"
624                }
625            },
626            "notification-url": "https://packagist.org/downloads/",
627            "license": [
628                "GPL-3.0+"
629            ],
630            "authors": [
631                {
632                    "name": "Greg Roach",
633                    "email": "greg@subaqua.co.uk",
634                    "role": "Developer"
635                }
636            ],
637            "description": "Implementation of standard algorithms in PHP.",
638            "homepage": "https://github.com/fisharebest/algorithm",
639            "keywords": [
640                "Algorithm",
641                "diff",
642                "dijkstra",
643                "myers"
644            ],
645            "time": "2018-12-24T08:53:40+00:00"
646        },
647        {
648            "name": "fisharebest/ext-calendar",
649            "version": "2.5.0",
650            "source": {
651                "type": "git",
652                "url": "https://github.com/fisharebest/ext-calendar.git",
653                "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329"
654            },
655            "dist": {
656                "type": "zip",
657                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/155a2d3f5713e1e1805d68cdb42a28ca842e7329",
658                "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329",
659                "shasum": ""
660            },
661            "require": {
662                "php": ">=5.3.0"
663            },
664            "require-dev": {
665                "phpunit/phpunit": "<6",
666                "satooshi/php-coveralls": "*"
667            },
668            "type": "library",
669            "autoload": {
670                "files": [
671                    "src/shims.php"
672                ],
673                "psr-4": {
674                    "Fisharebest\\ExtCalendar\\": "src/"
675                }
676            },
677            "notification-url": "https://packagist.org/downloads/",
678            "license": [
679                "GPL-3.0+"
680            ],
681            "authors": [
682                {
683                    "name": "Greg Roach",
684                    "email": "fisharebest@gmail.com",
685                    "role": "Developer"
686                }
687            ],
688            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Also provides a replacement for the PHP ext/calendar extension.",
689            "homepage": "https://github.com/fisharebest/ext-calendar",
690            "keywords": [
691                "Jalali",
692                "arabic",
693                "calendar",
694                "ext-calendar",
695                "french",
696                "gregorian",
697                "hebrew",
698                "hijri",
699                "jewish",
700                "julian",
701                "julian day",
702                "julian day number",
703                "persian",
704                "shamsi"
705            ],
706            "time": "2018-09-17T20:40:07+00:00"
707        },
708        {
709            "name": "fisharebest/flysystem-chroot-adapter",
710            "version": "1.0.1",
711            "source": {
712                "type": "git",
713                "url": "https://github.com/fisharebest/flysystem-chroot-adapter.git",
714                "reference": "378954c39f63996eb6171f1fd4fef1ee2eb03229"
715            },
716            "dist": {
717                "type": "zip",
718                "url": "https://api.github.com/repos/fisharebest/flysystem-chroot-adapter/zipball/378954c39f63996eb6171f1fd4fef1ee2eb03229",
719                "reference": "378954c39f63996eb6171f1fd4fef1ee2eb03229",
720                "shasum": ""
721            },
722            "require": {
723                "league/flysystem": "~1.0"
724            },
725            "require-dev": {
726                "league/flysystem-memory": "~1.0",
727                "php-coveralls/php-coveralls": "*",
728                "phpunit/phpunit": "~6.0"
729            },
730            "type": "library",
731            "autoload": {
732                "psr-4": {
733                    "Fisharebest\\Flysystem\\Adapter\\": "src/"
734                }
735            },
736            "notification-url": "https://packagist.org/downloads/",
737            "license": [
738                "MIT"
739            ],
740            "authors": [
741                {
742                    "name": "Greg Roach",
743                    "email": "fisharebest@gmail.com",
744                    "role": "Developer"
745                }
746            ],
747            "description": "Creates a filesystem from a sub-folder in another filesystem.",
748            "homepage": "https://github.com/fisharebest/flysystem-chroot-adapter",
749            "keywords": [
750                "Flysystem",
751                "adapter",
752                "chroot"
753            ],
754            "time": "2019-09-24T14:58:15+00:00"
755        },
756        {
757            "name": "fisharebest/localization",
758            "version": "1.15.1",
759            "source": {
760                "type": "git",
761                "url": "https://github.com/fisharebest/localization.git",
762                "reference": "2f2b620e90998cc263d9fcef87e8b173376d1b0c"
763            },
764            "dist": {
765                "type": "zip",
766                "url": "https://api.github.com/repos/fisharebest/localization/zipball/2f2b620e90998cc263d9fcef87e8b173376d1b0c",
767                "reference": "2f2b620e90998cc263d9fcef87e8b173376d1b0c",
768                "shasum": ""
769            },
770            "require": {
771                "php": ">=5.3.0"
772            },
773            "require-dev": {
774                "ext-simplexml": "*",
775                "php-coveralls/php-coveralls": "*",
776                "phpunit/phpunit": "*"
777            },
778            "type": "library",
779            "autoload": {
780                "psr-4": {
781                    "Fisharebest\\Localization\\": "src/"
782                }
783            },
784            "notification-url": "https://packagist.org/downloads/",
785            "license": [
786                "GPL-3.0+"
787            ],
788            "authors": [
789                {
790                    "name": "Greg Roach",
791                    "email": "fisharebest@gmail.com",
792                    "role": "Developer"
793                }
794            ],
795            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
796            "homepage": "https://github.com/fisharebest/localization",
797            "keywords": [
798                "cldr",
799                "gettext",
800                "i18n",
801                "l10n",
802                "language",
803                "locale",
804                "localization",
805                "script",
806                "translate",
807                "translation"
808            ],
809            "time": "2019-07-02T10:07:27+00:00"
810        },
811        {
812            "name": "guzzlehttp/guzzle",
813            "version": "6.5.5",
814            "source": {
815                "type": "git",
816                "url": "https://github.com/guzzle/guzzle.git",
817                "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
818            },
819            "dist": {
820                "type": "zip",
821                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
822                "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
823                "shasum": ""
824            },
825            "require": {
826                "ext-json": "*",
827                "guzzlehttp/promises": "^1.0",
828                "guzzlehttp/psr7": "^1.6.1",
829                "php": ">=5.5",
830                "symfony/polyfill-intl-idn": "^1.17.0"
831            },
832            "require-dev": {
833                "ext-curl": "*",
834                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
835                "psr/log": "^1.1"
836            },
837            "suggest": {
838                "psr/log": "Required for using the Log middleware"
839            },
840            "type": "library",
841            "extra": {
842                "branch-alias": {
843                    "dev-master": "6.5-dev"
844                }
845            },
846            "autoload": {
847                "psr-4": {
848                    "GuzzleHttp\\": "src/"
849                },
850                "files": [
851                    "src/functions_include.php"
852                ]
853            },
854            "notification-url": "https://packagist.org/downloads/",
855            "license": [
856                "MIT"
857            ],
858            "authors": [
859                {
860                    "name": "Michael Dowling",
861                    "email": "mtdowling@gmail.com",
862                    "homepage": "https://github.com/mtdowling"
863                }
864            ],
865            "description": "Guzzle is a PHP HTTP client library",
866            "homepage": "http://guzzlephp.org/",
867            "keywords": [
868                "client",
869                "curl",
870                "framework",
871                "http",
872                "http client",
873                "rest",
874                "web service"
875            ],
876            "time": "2020-06-16T21:01:06+00:00"
877        },
878        {
879            "name": "guzzlehttp/promises",
880            "version": "v1.3.1",
881            "source": {
882                "type": "git",
883                "url": "https://github.com/guzzle/promises.git",
884                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
885            },
886            "dist": {
887                "type": "zip",
888                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
889                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
890                "shasum": ""
891            },
892            "require": {
893                "php": ">=5.5.0"
894            },
895            "require-dev": {
896                "phpunit/phpunit": "^4.0"
897            },
898            "type": "library",
899            "extra": {
900                "branch-alias": {
901                    "dev-master": "1.4-dev"
902                }
903            },
904            "autoload": {
905                "psr-4": {
906                    "GuzzleHttp\\Promise\\": "src/"
907                },
908                "files": [
909                    "src/functions_include.php"
910                ]
911            },
912            "notification-url": "https://packagist.org/downloads/",
913            "license": [
914                "MIT"
915            ],
916            "authors": [
917                {
918                    "name": "Michael Dowling",
919                    "email": "mtdowling@gmail.com",
920                    "homepage": "https://github.com/mtdowling"
921                }
922            ],
923            "description": "Guzzle promises library",
924            "keywords": [
925                "promise"
926            ],
927            "time": "2016-12-20T10:07:11+00:00"
928        },
929        {
930            "name": "guzzlehttp/psr7",
931            "version": "1.6.1",
932            "source": {
933                "type": "git",
934                "url": "https://github.com/guzzle/psr7.git",
935                "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
936            },
937            "dist": {
938                "type": "zip",
939                "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
940                "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
941                "shasum": ""
942            },
943            "require": {
944                "php": ">=5.4.0",
945                "psr/http-message": "~1.0",
946                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
947            },
948            "provide": {
949                "psr/http-message-implementation": "1.0"
950            },
951            "require-dev": {
952                "ext-zlib": "*",
953                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
954            },
955            "suggest": {
956                "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
957            },
958            "type": "library",
959            "extra": {
960                "branch-alias": {
961                    "dev-master": "1.6-dev"
962                }
963            },
964            "autoload": {
965                "psr-4": {
966                    "GuzzleHttp\\Psr7\\": "src/"
967                },
968                "files": [
969                    "src/functions_include.php"
970                ]
971            },
972            "notification-url": "https://packagist.org/downloads/",
973            "license": [
974                "MIT"
975            ],
976            "authors": [
977                {
978                    "name": "Michael Dowling",
979                    "email": "mtdowling@gmail.com",
980                    "homepage": "https://github.com/mtdowling"
981                },
982                {
983                    "name": "Tobias Schultze",
984                    "homepage": "https://github.com/Tobion"
985                }
986            ],
987            "description": "PSR-7 message implementation that also provides common utility methods",
988            "keywords": [
989                "http",
990                "message",
991                "psr-7",
992                "request",
993                "response",
994                "stream",
995                "uri",
996                "url"
997            ],
998            "time": "2019-07-01T23:21:34+00:00"
999        },
1000        {
1001            "name": "illuminate/container",
1002            "version": "v5.8.36",
1003            "source": {
1004                "type": "git",
1005                "url": "https://github.com/illuminate/container.git",
1006                "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574"
1007            },
1008            "dist": {
1009                "type": "zip",
1010                "url": "https://api.github.com/repos/illuminate/container/zipball/b42e5ef939144b77f78130918da0ce2d9ee16574",
1011                "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574",
1012                "shasum": ""
1013            },
1014            "require": {
1015                "illuminate/contracts": "5.8.*",
1016                "illuminate/support": "5.8.*",
1017                "php": "^7.1.3",
1018                "psr/container": "^1.0"
1019            },
1020            "type": "library",
1021            "extra": {
1022                "branch-alias": {
1023                    "dev-master": "5.8-dev"
1024                }
1025            },
1026            "autoload": {
1027                "psr-4": {
1028                    "Illuminate\\Container\\": ""
1029                }
1030            },
1031            "notification-url": "https://packagist.org/downloads/",
1032            "license": [
1033                "MIT"
1034            ],
1035            "authors": [
1036                {
1037                    "name": "Taylor Otwell",
1038                    "email": "taylor@laravel.com"
1039                }
1040            ],
1041            "description": "The Illuminate Container package.",
1042            "homepage": "https://laravel.com",
1043            "time": "2019-08-20T02:00:23+00:00"
1044        },
1045        {
1046            "name": "illuminate/contracts",
1047            "version": "v5.8.36",
1048            "source": {
1049                "type": "git",
1050                "url": "https://github.com/illuminate/contracts.git",
1051                "reference": "00fc6afee788fa07c311b0650ad276585f8aef96"
1052            },
1053            "dist": {
1054                "type": "zip",
1055                "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96",
1056                "reference": "00fc6afee788fa07c311b0650ad276585f8aef96",
1057                "shasum": ""
1058            },
1059            "require": {
1060                "php": "^7.1.3",
1061                "psr/container": "^1.0",
1062                "psr/simple-cache": "^1.0"
1063            },
1064            "type": "library",
1065            "extra": {
1066                "branch-alias": {
1067                    "dev-master": "5.8-dev"
1068                }
1069            },
1070            "autoload": {
1071                "psr-4": {
1072                    "Illuminate\\Contracts\\": ""
1073                }
1074            },
1075            "notification-url": "https://packagist.org/downloads/",
1076            "license": [
1077                "MIT"
1078            ],
1079            "authors": [
1080                {
1081                    "name": "Taylor Otwell",
1082                    "email": "taylor@laravel.com"
1083                }
1084            ],
1085            "description": "The Illuminate Contracts package.",
1086            "homepage": "https://laravel.com",
1087            "time": "2019-07-30T13:57:21+00:00"
1088        },
1089        {
1090            "name": "illuminate/database",
1091            "version": "v5.8.36",
1092            "source": {
1093                "type": "git",
1094                "url": "https://github.com/illuminate/database.git",
1095                "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9"
1096            },
1097            "dist": {
1098                "type": "zip",
1099                "url": "https://api.github.com/repos/illuminate/database/zipball/ac9ae2d82b8a6137400f17b3eea258be3518daa9",
1100                "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9",
1101                "shasum": ""
1102            },
1103            "require": {
1104                "ext-json": "*",
1105                "illuminate/container": "5.8.*",
1106                "illuminate/contracts": "5.8.*",
1107                "illuminate/support": "5.8.*",
1108                "php": "^7.1.3"
1109            },
1110            "suggest": {
1111                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
1112                "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
1113                "illuminate/console": "Required to use the database commands (5.8.*).",
1114                "illuminate/events": "Required to use the observers with Eloquent (5.8.*).",
1115                "illuminate/filesystem": "Required to use the migrations (5.8.*).",
1116                "illuminate/pagination": "Required to paginate the result set (5.8.*)."
1117            },
1118            "type": "library",
1119            "extra": {
1120                "branch-alias": {
1121                    "dev-master": "5.8-dev"
1122                }
1123            },
1124            "autoload": {
1125                "psr-4": {
1126                    "Illuminate\\Database\\": ""
1127                }
1128            },
1129            "notification-url": "https://packagist.org/downloads/",
1130            "license": [
1131                "MIT"
1132            ],
1133            "authors": [
1134                {
1135                    "name": "Taylor Otwell",
1136                    "email": "taylor@laravel.com"
1137                }
1138            ],
1139            "description": "The Illuminate Database package.",
1140            "homepage": "https://laravel.com",
1141            "keywords": [
1142                "database",
1143                "laravel",
1144                "orm",
1145                "sql"
1146            ],
1147            "time": "2019-10-03T16:22:57+00:00"
1148        },
1149        {
1150            "name": "illuminate/support",
1151            "version": "v5.8.36",
1152            "source": {
1153                "type": "git",
1154                "url": "https://github.com/illuminate/support.git",
1155                "reference": "df4af6a32908f1d89d74348624b57e3233eea247"
1156            },
1157            "dist": {
1158                "type": "zip",
1159                "url": "https://api.github.com/repos/illuminate/support/zipball/df4af6a32908f1d89d74348624b57e3233eea247",
1160                "reference": "df4af6a32908f1d89d74348624b57e3233eea247",
1161                "shasum": ""
1162            },
1163            "require": {
1164                "doctrine/inflector": "^1.1",
1165                "ext-json": "*",
1166                "ext-mbstring": "*",
1167                "illuminate/contracts": "5.8.*",
1168                "nesbot/carbon": "^1.26.3 || ^2.0",
1169                "php": "^7.1.3"
1170            },
1171            "conflict": {
1172                "tightenco/collect": "<5.5.33"
1173            },
1174            "suggest": {
1175                "illuminate/filesystem": "Required to use the composer class (5.8.*).",
1176                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
1177                "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
1178                "symfony/process": "Required to use the composer class (^4.2).",
1179                "symfony/var-dumper": "Required to use the dd function (^4.2).",
1180                "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
1181            },
1182            "type": "library",
1183            "extra": {
1184                "branch-alias": {
1185                    "dev-master": "5.8-dev"
1186                }
1187            },
1188            "autoload": {
1189                "psr-4": {
1190                    "Illuminate\\Support\\": ""
1191                },
1192                "files": [
1193                    "helpers.php"
1194                ]
1195            },
1196            "notification-url": "https://packagist.org/downloads/",
1197            "license": [
1198                "MIT"
1199            ],
1200            "authors": [
1201                {
1202                    "name": "Taylor Otwell",
1203                    "email": "taylor@laravel.com"
1204                }
1205            ],
1206            "description": "The Illuminate Support package.",
1207            "homepage": "https://laravel.com",
1208            "time": "2019-12-12T14:16:47+00:00"
1209        },
1210        {
1211            "name": "intervention/image",
1212            "version": "2.5.1",
1213            "source": {
1214                "type": "git",
1215                "url": "https://github.com/Intervention/image.git",
1216                "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
1217            },
1218            "dist": {
1219                "type": "zip",
1220                "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
1221                "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
1222                "shasum": ""
1223            },
1224            "require": {
1225                "ext-fileinfo": "*",
1226                "guzzlehttp/psr7": "~1.1",
1227                "php": ">=5.4.0"
1228            },
1229            "require-dev": {
1230                "mockery/mockery": "~0.9.2",
1231                "phpunit/phpunit": "^4.8 || ^5.7"
1232            },
1233            "suggest": {
1234                "ext-gd": "to use GD library based image processing.",
1235                "ext-imagick": "to use Imagick based image processing.",
1236                "intervention/imagecache": "Caching extension for the Intervention Image library"
1237            },
1238            "type": "library",
1239            "extra": {
1240                "branch-alias": {
1241                    "dev-master": "2.4-dev"
1242                },
1243                "laravel": {
1244                    "providers": [
1245                        "Intervention\\Image\\ImageServiceProvider"
1246                    ],
1247                    "aliases": {
1248                        "Image": "Intervention\\Image\\Facades\\Image"
1249                    }
1250                }
1251            },
1252            "autoload": {
1253                "psr-4": {
1254                    "Intervention\\Image\\": "src/Intervention/Image"
1255                }
1256            },
1257            "notification-url": "https://packagist.org/downloads/",
1258            "license": [
1259                "MIT"
1260            ],
1261            "authors": [
1262                {
1263                    "name": "Oliver Vogel",
1264                    "email": "oliver@olivervogel.com",
1265                    "homepage": "http://olivervogel.com/"
1266                }
1267            ],
1268            "description": "Image handling and manipulation library with support for Laravel integration",
1269            "homepage": "http://image.intervention.io/",
1270            "keywords": [
1271                "gd",
1272                "image",
1273                "imagick",
1274                "laravel",
1275                "thumbnail",
1276                "watermark"
1277            ],
1278            "time": "2019-11-02T09:15:47+00:00"
1279        },
1280        {
1281            "name": "io-developer/php-whois",
1282            "version": "3.5.0",
1283            "source": {
1284                "type": "git",
1285                "url": "https://github.com/io-developer/php-whois.git",
1286                "reference": "0fddbb79bc26f0d97cf962f13c6e119a3fb3ff5a"
1287            },
1288            "dist": {
1289                "type": "zip",
1290                "url": "https://api.github.com/repos/io-developer/php-whois/zipball/0fddbb79bc26f0d97cf962f13c6e119a3fb3ff5a",
1291                "reference": "0fddbb79bc26f0d97cf962f13c6e119a3fb3ff5a",
1292                "shasum": ""
1293            },
1294            "require": {
1295                "ext-curl": "*",
1296                "ext-intl": "*",
1297                "ext-mbstring": "*",
1298                "php": ">=5.4"
1299            },
1300            "require-dev": {
1301                "phpunit/phpunit": "^4.0"
1302            },
1303            "type": "library",
1304            "autoload": {
1305                "psr-4": {
1306                    "Iodev\\": "src/Iodev/"
1307                }
1308            },
1309            "notification-url": "https://packagist.org/downloads/",
1310            "license": [
1311                "MIT"
1312            ],
1313            "authors": [
1314                {
1315                    "name": "Sergey Sedyshev",
1316                    "email": "i.o.developer@gmail.com",
1317                    "homepage": "https://github.com/io-developer"
1318                }
1319            ],
1320            "description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ",
1321            "homepage": "https://github.com/io-developer/php-whois",
1322            "keywords": [
1323                "asn",
1324                "domain",
1325                "info",
1326                "lookup",
1327                "parser",
1328                "php",
1329                "query",
1330                "routes",
1331                "tld",
1332                "whois",
1333                "црщшы"
1334            ],
1335            "time": "2020-03-08T15:59:03+00:00"
1336        },
1337        {
1338            "name": "league/commonmark",
1339            "version": "1.5.1",
1340            "source": {
1341                "type": "git",
1342                "url": "https://github.com/thephpleague/commonmark.git",
1343                "reference": "6d74caf6abeed5fd85d6ec20da23d7269cd0b46f"
1344            },
1345            "dist": {
1346                "type": "zip",
1347                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/6d74caf6abeed5fd85d6ec20da23d7269cd0b46f",
1348                "reference": "6d74caf6abeed5fd85d6ec20da23d7269cd0b46f",
1349                "shasum": ""
1350            },
1351            "require": {
1352                "ext-mbstring": "*",
1353                "php": "^7.1 || ^8.0"
1354            },
1355            "conflict": {
1356                "scrutinizer/ocular": "1.7.*"
1357            },
1358            "require-dev": {
1359                "cebe/markdown": "~1.0",
1360                "commonmark/commonmark.js": "0.29.1",
1361                "erusev/parsedown": "~1.0",
1362                "ext-json": "*",
1363                "github/gfm": "0.29.0",
1364                "michelf/php-markdown": "~1.4",
1365                "mikehaertl/php-shellcommand": "^1.4",
1366                "phpstan/phpstan": "^0.12",
1367                "phpunit/phpunit": "^7.5",
1368                "scrutinizer/ocular": "^1.5",
1369                "symfony/finder": "^4.2"
1370            },
1371            "bin": [
1372                "bin/commonmark"
1373            ],
1374            "type": "library",
1375            "autoload": {
1376                "psr-4": {
1377                    "League\\CommonMark\\": "src"
1378                }
1379            },
1380            "notification-url": "https://packagist.org/downloads/",
1381            "license": [
1382                "BSD-3-Clause"
1383            ],
1384            "authors": [
1385                {
1386                    "name": "Colin O'Dell",
1387                    "email": "colinodell@gmail.com",
1388                    "homepage": "https://www.colinodell.com",
1389                    "role": "Lead Developer"
1390                }
1391            ],
1392            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
1393            "homepage": "https://commonmark.thephpleague.com",
1394            "keywords": [
1395                "commonmark",
1396                "flavored",
1397                "gfm",
1398                "github",
1399                "github-flavored",
1400                "markdown",
1401                "md",
1402                "parser"
1403            ],
1404            "funding": [
1405                {
1406                    "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
1407                    "type": "custom"
1408                },
1409                {
1410                    "url": "https://www.colinodell.com/sponsor",
1411                    "type": "custom"
1412                },
1413                {
1414                    "url": "https://www.paypal.me/colinpodell/10.00",
1415                    "type": "custom"
1416                },
1417                {
1418                    "url": "https://github.com/colinodell",
1419                    "type": "github"
1420                },
1421                {
1422                    "url": "https://www.patreon.com/colinodell",
1423                    "type": "patreon"
1424                },
1425                {
1426                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1427                    "type": "tidelift"
1428                }
1429            ],
1430            "time": "2020-06-27T12:50:08+00:00"
1431        },
1432        {
1433            "name": "league/flysystem",
1434            "version": "1.0.69",
1435            "source": {
1436                "type": "git",
1437                "url": "https://github.com/thephpleague/flysystem.git",
1438                "reference": "7106f78428a344bc4f643c233a94e48795f10967"
1439            },
1440            "dist": {
1441                "type": "zip",
1442                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7106f78428a344bc4f643c233a94e48795f10967",
1443                "reference": "7106f78428a344bc4f643c233a94e48795f10967",
1444                "shasum": ""
1445            },
1446            "require": {
1447                "ext-fileinfo": "*",
1448                "php": ">=5.5.9"
1449            },
1450            "conflict": {
1451                "league/flysystem-sftp": "<1.0.6"
1452            },
1453            "require-dev": {
1454                "phpspec/phpspec": "^3.4",
1455                "phpunit/phpunit": "^5.7.26"
1456            },
1457            "suggest": {
1458                "ext-fileinfo": "Required for MimeType",
1459                "ext-ftp": "Allows you to use FTP server storage",
1460                "ext-openssl": "Allows you to use FTPS server storage",
1461                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1462                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1463                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1464                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1465                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1466                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1467                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1468                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1469                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1470                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1471                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1472            },
1473            "type": "library",
1474            "extra": {
1475                "branch-alias": {
1476                    "dev-master": "1.1-dev"
1477                }
1478            },
1479            "autoload": {
1480                "psr-4": {
1481                    "League\\Flysystem\\": "src/"
1482                }
1483            },
1484            "notification-url": "https://packagist.org/downloads/",
1485            "license": [
1486                "MIT"
1487            ],
1488            "authors": [
1489                {
1490                    "name": "Frank de Jonge",
1491                    "email": "info@frenky.net"
1492                }
1493            ],
1494            "description": "Filesystem abstraction: Many filesystems, one API.",
1495            "keywords": [
1496                "Cloud Files",
1497                "WebDAV",
1498                "abstraction",
1499                "aws",
1500                "cloud",
1501                "copy.com",
1502                "dropbox",
1503                "file systems",
1504                "files",
1505                "filesystem",
1506                "filesystems",
1507                "ftp",
1508                "rackspace",
1509                "remote",
1510                "s3",
1511                "sftp",
1512                "storage"
1513            ],
1514            "funding": [
1515                {
1516                    "url": "https://offset.earth/frankdejonge",
1517                    "type": "other"
1518                }
1519            ],
1520            "time": "2020-05-18T15:13:39+00:00"
1521        },
1522        {
1523            "name": "league/flysystem-cached-adapter",
1524            "version": "1.0.9",
1525            "source": {
1526                "type": "git",
1527                "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
1528                "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
1529            },
1530            "dist": {
1531                "type": "zip",
1532                "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
1533                "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
1534                "shasum": ""
1535            },
1536            "require": {
1537                "league/flysystem": "~1.0",
1538                "psr/cache": "^1.0.0"
1539            },
1540            "require-dev": {
1541                "mockery/mockery": "~0.9",
1542                "phpspec/phpspec": "^3.4",
1543                "phpunit/phpunit": "^5.7",
1544                "predis/predis": "~1.0",
1545                "tedivm/stash": "~0.12"
1546            },
1547            "suggest": {
1548                "ext-phpredis": "Pure C implemented extension for PHP"
1549            },
1550            "type": "library",
1551            "autoload": {
1552                "psr-4": {
1553                    "League\\Flysystem\\Cached\\": "src/"
1554                }
1555            },
1556            "notification-url": "https://packagist.org/downloads/",
1557            "license": [
1558                "MIT"
1559            ],
1560            "authors": [
1561                {
1562                    "name": "frankdejonge",
1563                    "email": "info@frenky.net"
1564                }
1565            ],
1566            "description": "An adapter decorator to enable meta-data caching.",
1567            "time": "2018-07-09T20:51:04+00:00"
1568        },
1569        {
1570            "name": "league/flysystem-ziparchive",
1571            "version": "1.0.3",
1572            "source": {
1573                "type": "git",
1574                "url": "https://github.com/thephpleague/flysystem-ziparchive.git",
1575                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45"
1576            },
1577            "dist": {
1578                "type": "zip",
1579                "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
1580                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
1581                "shasum": ""
1582            },
1583            "require": {
1584                "ext-zip": "*",
1585                "league/flysystem": "~1.0",
1586                "php": ">=5.4.0"
1587            },
1588            "require-dev": {
1589                "mockery/mockery": "0.9.*",
1590                "phpunit/phpunit": "~4.0"
1591            },
1592            "type": "library",
1593            "extra": {
1594                "branch-alias": {
1595                    "dev-master": "1.0-dev"
1596                }
1597            },
1598            "autoload": {
1599                "psr-4": {
1600                    "League\\Flysystem\\ZipArchive\\": "src/"
1601                }
1602            },
1603            "notification-url": "https://packagist.org/downloads/",
1604            "license": [
1605                "MIT"
1606            ],
1607            "authors": [
1608                {
1609                    "name": "Frank de Jonge",
1610                    "email": "info@frenky.net"
1611                }
1612            ],
1613            "description": "Flysystem adapter for ZipArchive's",
1614            "time": "2016-12-20T08:36:16+00:00"
1615        },
1616        {
1617            "name": "league/glide",
1618            "version": "1.5.0",
1619            "source": {
1620                "type": "git",
1621                "url": "https://github.com/thephpleague/glide.git",
1622                "reference": "a5477e9e822ed57b39861a17092b92553634932d"
1623            },
1624            "dist": {
1625                "type": "zip",
1626                "url": "https://api.github.com/repos/thephpleague/glide/zipball/a5477e9e822ed57b39861a17092b92553634932d",
1627                "reference": "a5477e9e822ed57b39861a17092b92553634932d",
1628                "shasum": ""
1629            },
1630            "require": {
1631                "intervention/image": "^2.4",
1632                "league/flysystem": "^1.0",
1633                "php": "^5.5 | ^7.0",
1634                "psr/http-message": "^1.0"
1635            },
1636            "require-dev": {
1637                "mockery/mockery": "~0.9",
1638                "phpunit/php-token-stream": "^1.4",
1639                "phpunit/phpunit": "~4.4"
1640            },
1641            "type": "library",
1642            "extra": {
1643                "branch-alias": {
1644                    "dev-master": "1.1-dev"
1645                }
1646            },
1647            "autoload": {
1648                "psr-4": {
1649                    "League\\Glide\\": "src/"
1650                }
1651            },
1652            "notification-url": "https://packagist.org/downloads/",
1653            "license": [
1654                "MIT"
1655            ],
1656            "authors": [
1657                {
1658                    "name": "Jonathan Reinink",
1659                    "email": "jonathan@reinink.ca",
1660                    "homepage": "http://reinink.ca"
1661                }
1662            ],
1663            "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
1664            "homepage": "http://glide.thephpleague.com",
1665            "keywords": [
1666                "ImageMagick",
1667                "editing",
1668                "gd",
1669                "image",
1670                "imagick",
1671                "league",
1672                "manipulation",
1673                "processing"
1674            ],
1675            "time": "2019-04-03T23:46:42+00:00"
1676        },
1677        {
1678            "name": "middlewares/client-ip",
1679            "version": "v1.3.0",
1680            "source": {
1681                "type": "git",
1682                "url": "https://github.com/middlewares/client-ip.git",
1683                "reference": "514d62f13839a045db095b03c25faeeaf0509c9c"
1684            },
1685            "dist": {
1686                "type": "zip",
1687                "url": "https://api.github.com/repos/middlewares/client-ip/zipball/514d62f13839a045db095b03c25faeeaf0509c9c",
1688                "reference": "514d62f13839a045db095b03c25faeeaf0509c9c",
1689                "shasum": ""
1690            },
1691            "require": {
1692                "php": "^7.0",
1693                "psr/http-server-middleware": "^1.0"
1694            },
1695            "require-dev": {
1696                "eloquent/phony-phpunit": "^3.0|^4.0",
1697                "friendsofphp/php-cs-fixer": "^2.0",
1698                "middlewares/utils": "^2.1",
1699                "phpstan/phpstan": "^0.9.2|^0.10.3",
1700                "phpunit/phpunit": "^6.0|^7.0",
1701                "squizlabs/php_codesniffer": "^3.0",
1702                "zendframework/zend-diactoros": "^1.3"
1703            },
1704            "type": "library",
1705            "autoload": {
1706                "psr-4": {
1707                    "Middlewares\\": "src/"
1708                }
1709            },
1710            "notification-url": "https://packagist.org/downloads/",
1711            "license": [
1712                "MIT"
1713            ],
1714            "description": "Middleware to detect the client ip and save it as a request attribute",
1715            "homepage": "https://github.com/middlewares/client-ip",
1716            "keywords": [
1717                "IP",
1718                "http",
1719                "middleware",
1720                "psr-15",
1721                "psr-7",
1722                "server"
1723            ],
1724            "time": "2019-03-29T09:10:29+00:00"
1725        },
1726        {
1727            "name": "mlocati/ip-lib",
1728            "version": "1.9.0",
1729            "source": {
1730                "type": "git",
1731                "url": "https://github.com/mlocati/ip-lib.git",
1732                "reference": "b844659e3b87a461d1a8fe8e3e374aa6c4a5d902"
1733            },
1734            "dist": {
1735                "type": "zip",
1736                "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/b844659e3b87a461d1a8fe8e3e374aa6c4a5d902",
1737                "reference": "b844659e3b87a461d1a8fe8e3e374aa6c4a5d902",
1738                "shasum": ""
1739            },
1740            "require": {
1741                "php": ">=5.3.3"
1742            },
1743            "require-dev": {
1744                "ext-pdo_sqlite": "*",
1745                "phpunit/dbunit": "^1.4 || ^2 || ^3 || ^4",
1746                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
1747            },
1748            "type": "library",
1749            "autoload": {
1750                "psr-4": {
1751                    "IPLib\\": "src/"
1752                }
1753            },
1754            "notification-url": "https://packagist.org/downloads/",
1755            "license": [
1756                "MIT"
1757            ],
1758            "authors": [
1759                {
1760                    "name": "Michele Locati",
1761                    "email": "mlocati@gmail.com",
1762                    "homepage": "https://github.com/mlocati",
1763                    "role": "Author"
1764                }
1765            ],
1766            "description": "Handle IPv4, IPv6 addresses and ranges",
1767            "homepage": "https://github.com/mlocati/ip-lib",
1768            "keywords": [
1769                "IP",
1770                "address",
1771                "addresses",
1772                "ipv4",
1773                "ipv6",
1774                "matching",
1775                "network",
1776                "networking",
1777                "range",
1778                "subnet"
1779            ],
1780            "time": "2019-09-20T08:26:10+00:00"
1781        },
1782        {
1783            "name": "nesbot/carbon",
1784            "version": "2.36.1",
1785            "source": {
1786                "type": "git",
1787                "url": "https://github.com/briannesbitt/Carbon.git",
1788                "reference": "ee7378a36cc62952100e718bcc58be4c7210e55f"
1789            },
1790            "dist": {
1791                "type": "zip",
1792                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ee7378a36cc62952100e718bcc58be4c7210e55f",
1793                "reference": "ee7378a36cc62952100e718bcc58be4c7210e55f",
1794                "shasum": ""
1795            },
1796            "require": {
1797                "ext-json": "*",
1798                "php": "^7.1.8 || ^8.0",
1799                "symfony/polyfill-mbstring": "^1.0",
1800                "symfony/translation": "^3.4 || ^4.0 || ^5.0"
1801            },
1802            "require-dev": {
1803                "doctrine/orm": "^2.7",
1804                "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
1805                "kylekatarnls/multi-tester": "^2.0",
1806                "phpmd/phpmd": "^2.8",
1807                "phpstan/extension-installer": "^1.0",
1808                "phpstan/phpstan": "^0.12.30",
1809                "phpunit/phpunit": "^7.5 || ^8.0",
1810                "squizlabs/php_codesniffer": "^3.4"
1811            },
1812            "bin": [
1813                "bin/carbon"
1814            ],
1815            "type": "library",
1816            "extra": {
1817                "branch-alias": {
1818                    "dev-master": "2.x-dev",
1819                    "dev-3.x": "3.x-dev"
1820                },
1821                "laravel": {
1822                    "providers": [
1823                        "Carbon\\Laravel\\ServiceProvider"
1824                    ]
1825                },
1826                "phpstan": {
1827                    "includes": [
1828                        "extension.neon"
1829                    ]
1830                }
1831            },
1832            "autoload": {
1833                "psr-4": {
1834                    "Carbon\\": "src/Carbon/"
1835                }
1836            },
1837            "notification-url": "https://packagist.org/downloads/",
1838            "license": [
1839                "MIT"
1840            ],
1841            "authors": [
1842                {
1843                    "name": "Brian Nesbitt",
1844                    "email": "brian@nesbot.com",
1845                    "homepage": "http://nesbot.com"
1846                },
1847                {
1848                    "name": "kylekatarnls",
1849                    "homepage": "http://github.com/kylekatarnls"
1850                }
1851            ],
1852            "description": "An API extension for DateTime that supports 281 different languages.",
1853            "homepage": "http://carbon.nesbot.com",
1854            "keywords": [
1855                "date",
1856                "datetime",
1857                "time"
1858            ],
1859            "funding": [
1860                {
1861                    "url": "https://opencollective.com/Carbon",
1862                    "type": "open_collective"
1863                },
1864                {
1865                    "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
1866                    "type": "tidelift"
1867                }
1868            ],
1869            "time": "2020-07-04T12:29:56+00:00"
1870        },
1871        {
1872            "name": "nyholm/psr7",
1873            "version": "1.3.0",
1874            "source": {
1875                "type": "git",
1876                "url": "https://github.com/Nyholm/psr7.git",
1877                "reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256"
1878            },
1879            "dist": {
1880                "type": "zip",
1881                "url": "https://api.github.com/repos/Nyholm/psr7/zipball/c17f4f73985f62054a331cbc4ffdf9868c4ef256",
1882                "reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256",
1883                "shasum": ""
1884            },
1885            "require": {
1886                "php": "^7.1",
1887                "php-http/message-factory": "^1.0",
1888                "psr/http-factory": "^1.0",
1889                "psr/http-message": "^1.0"
1890            },
1891            "provide": {
1892                "psr/http-factory-implementation": "1.0",
1893                "psr/http-message-implementation": "1.0"
1894            },
1895            "require-dev": {
1896                "http-interop/http-factory-tests": "dev-master",
1897                "php-http/psr7-integration-tests": "^1.0",
1898                "phpunit/phpunit": "^7.5",
1899                "symfony/error-handler": "^4.4"
1900            },
1901            "type": "library",
1902            "extra": {
1903                "branch-alias": {
1904                    "dev-master": "1.0-dev"
1905                }
1906            },
1907            "autoload": {
1908                "psr-4": {
1909                    "Nyholm\\Psr7\\": "src/"
1910                }
1911            },
1912            "notification-url": "https://packagist.org/downloads/",
1913            "license": [
1914                "MIT"
1915            ],
1916            "authors": [
1917                {
1918                    "name": "Tobias Nyholm",
1919                    "email": "tobias.nyholm@gmail.com"
1920                },
1921                {
1922                    "name": "Martijn van der Ven",
1923                    "email": "martijn@vanderven.se"
1924                }
1925            ],
1926            "description": "A fast PHP7 implementation of PSR-7",
1927            "homepage": "http://tnyholm.se",
1928            "keywords": [
1929                "psr-17",
1930                "psr-7"
1931            ],
1932            "funding": [
1933                {
1934                    "url": "https://github.com/Zegnat",
1935                    "type": "github"
1936                },
1937                {
1938                    "url": "https://github.com/nyholm",
1939                    "type": "github"
1940                }
1941            ],
1942            "time": "2020-05-23T11:29:07+00:00"
1943        },
1944        {
1945            "name": "nyholm/psr7-server",
1946            "version": "1.0.0",
1947            "source": {
1948                "type": "git",
1949                "url": "https://github.com/Nyholm/psr7-server.git",
1950                "reference": "862529918766fb3825116d39e96feabf1e4bee4e"
1951            },
1952            "dist": {
1953                "type": "zip",
1954                "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/862529918766fb3825116d39e96feabf1e4bee4e",
1955                "reference": "862529918766fb3825116d39e96feabf1e4bee4e",
1956                "shasum": ""
1957            },
1958            "require": {
1959                "php": "^7.1",
1960                "psr/http-factory": "^1.0",
1961                "psr/http-message": "^1.0"
1962            },
1963            "require-dev": {
1964                "nyholm/nsa": "^1.1",
1965                "nyholm/psr7": "^1.3",
1966                "phpunit/phpunit": "^7.0"
1967            },
1968            "type": "library",
1969            "autoload": {
1970                "psr-4": {
1971                    "Nyholm\\Psr7Server\\": "src/"
1972                }
1973            },
1974            "notification-url": "https://packagist.org/downloads/",
1975            "license": [
1976                "MIT"
1977            ],
1978            "authors": [
1979                {
1980                    "name": "Tobias Nyholm",
1981                    "email": "tobias.nyholm@gmail.com"
1982                },
1983                {
1984                    "name": "Martijn van der Ven",
1985                    "email": "martijn@vanderven.se"
1986                }
1987            ],
1988            "description": "Helper classes to handle PSR-7 server requests",
1989            "homepage": "http://tnyholm.se",
1990            "keywords": [
1991                "psr-17",
1992                "psr-7"
1993            ],
1994            "funding": [
1995                {
1996                    "url": "https://github.com/Zegnat",
1997                    "type": "github"
1998                },
1999                {
2000                    "url": "https://github.com/nyholm",
2001                    "type": "github"
2002                }
2003            ],
2004            "time": "2020-06-06T12:17:00+00:00"
2005        },
2006        {
2007            "name": "oscarotero/middleland",
2008            "version": "v1.0.0",
2009            "source": {
2010                "type": "git",
2011                "url": "https://github.com/oscarotero/middleland.git",
2012                "reference": "abd480afe264714095d043edd76c542a99f1695b"
2013            },
2014            "dist": {
2015                "type": "zip",
2016                "url": "https://api.github.com/repos/oscarotero/middleland/zipball/abd480afe264714095d043edd76c542a99f1695b",
2017                "reference": "abd480afe264714095d043edd76c542a99f1695b",
2018                "shasum": ""
2019            },
2020            "require": {
2021                "php": "^7.0",
2022                "psr/container": "^1.0",
2023                "psr/http-server-middleware": "^1.0"
2024            },
2025            "require-dev": {
2026                "friendsofphp/php-cs-fixer": "^2.0",
2027                "phpunit/phpunit": "^6.0",
2028                "zendframework/zend-diactoros": "^1.3"
2029            },
2030            "type": "library",
2031            "autoload": {
2032                "psr-4": {
2033                    "Middleland\\": "src/"
2034                }
2035            },
2036            "notification-url": "https://packagist.org/downloads/",
2037            "license": [
2038                "MIT"
2039            ],
2040            "authors": [
2041                {
2042                    "name": "Oscar Otero",
2043                    "email": "oom@oscarotero.com",
2044                    "homepage": "http://oscarotero.com",
2045                    "role": "Developer"
2046                }
2047            ],
2048            "description": "PSR-15 middleware dispatcher",
2049            "homepage": "https://github.com/oscarotero/dispatcher",
2050            "keywords": [
2051                "http",
2052                "middleware",
2053                "psr-15",
2054                "psr-7"
2055            ],
2056            "time": "2018-01-24T20:41:57+00:00"
2057        },
2058        {
2059            "name": "paragonie/random_compat",
2060            "version": "v9.99.99",
2061            "source": {
2062                "type": "git",
2063                "url": "https://github.com/paragonie/random_compat.git",
2064                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2065            },
2066            "dist": {
2067                "type": "zip",
2068                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2069                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2070                "shasum": ""
2071            },
2072            "require": {
2073                "php": "^7"
2074            },
2075            "require-dev": {
2076                "phpunit/phpunit": "4.*|5.*",
2077                "vimeo/psalm": "^1"
2078            },
2079            "suggest": {
2080                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2081            },
2082            "type": "library",
2083            "notification-url": "https://packagist.org/downloads/",
2084            "license": [
2085                "MIT"
2086            ],
2087            "authors": [
2088                {
2089                    "name": "Paragon Initiative Enterprises",
2090                    "email": "security@paragonie.com",
2091                    "homepage": "https://paragonie.com"
2092                }
2093            ],
2094            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2095            "keywords": [
2096                "csprng",
2097                "polyfill",
2098                "pseudorandom",
2099                "random"
2100            ],
2101            "time": "2018-07-02T15:55:56+00:00"
2102        },
2103        {
2104            "name": "php-http/message-factory",
2105            "version": "v1.0.2",
2106            "source": {
2107                "type": "git",
2108                "url": "https://github.com/php-http/message-factory.git",
2109                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
2110            },
2111            "dist": {
2112                "type": "zip",
2113                "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
2114                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
2115                "shasum": ""
2116            },
2117            "require": {
2118                "php": ">=5.4",
2119                "psr/http-message": "^1.0"
2120            },
2121            "type": "library",
2122            "extra": {
2123                "branch-alias": {
2124                    "dev-master": "1.0-dev"
2125                }
2126            },
2127            "autoload": {
2128                "psr-4": {
2129                    "Http\\Message\\": "src/"
2130                }
2131            },
2132            "notification-url": "https://packagist.org/downloads/",
2133            "license": [
2134                "MIT"
2135            ],
2136            "authors": [
2137                {
2138                    "name": "Márk Sági-Kazár",
2139                    "email": "mark.sagikazar@gmail.com"
2140                }
2141            ],
2142            "description": "Factory interfaces for PSR-7 HTTP Message",
2143            "homepage": "http://php-http.org",
2144            "keywords": [
2145                "factory",
2146                "http",
2147                "message",
2148                "stream",
2149                "uri"
2150            ],
2151            "time": "2015-12-19T14:08:53+00:00"
2152        },
2153        {
2154            "name": "psr/cache",
2155            "version": "1.0.1",
2156            "source": {
2157                "type": "git",
2158                "url": "https://github.com/php-fig/cache.git",
2159                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2160            },
2161            "dist": {
2162                "type": "zip",
2163                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2164                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2165                "shasum": ""
2166            },
2167            "require": {
2168                "php": ">=5.3.0"
2169            },
2170            "type": "library",
2171            "extra": {
2172                "branch-alias": {
2173                    "dev-master": "1.0.x-dev"
2174                }
2175            },
2176            "autoload": {
2177                "psr-4": {
2178                    "Psr\\Cache\\": "src/"
2179                }
2180            },
2181            "notification-url": "https://packagist.org/downloads/",
2182            "license": [
2183                "MIT"
2184            ],
2185            "authors": [
2186                {
2187                    "name": "PHP-FIG",
2188                    "homepage": "http://www.php-fig.org/"
2189                }
2190            ],
2191            "description": "Common interface for caching libraries",
2192            "keywords": [
2193                "cache",
2194                "psr",
2195                "psr-6"
2196            ],
2197            "time": "2016-08-06T20:24:11+00:00"
2198        },
2199        {
2200            "name": "psr/container",
2201            "version": "1.0.0",
2202            "source": {
2203                "type": "git",
2204                "url": "https://github.com/php-fig/container.git",
2205                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2206            },
2207            "dist": {
2208                "type": "zip",
2209                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2210                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2211                "shasum": ""
2212            },
2213            "require": {
2214                "php": ">=5.3.0"
2215            },
2216            "type": "library",
2217            "extra": {
2218                "branch-alias": {
2219                    "dev-master": "1.0.x-dev"
2220                }
2221            },
2222            "autoload": {
2223                "psr-4": {
2224                    "Psr\\Container\\": "src/"
2225                }
2226            },
2227            "notification-url": "https://packagist.org/downloads/",
2228            "license": [
2229                "MIT"
2230            ],
2231            "authors": [
2232                {
2233                    "name": "PHP-FIG",
2234                    "homepage": "http://www.php-fig.org/"
2235                }
2236            ],
2237            "description": "Common Container Interface (PHP FIG PSR-11)",
2238            "homepage": "https://github.com/php-fig/container",
2239            "keywords": [
2240                "PSR-11",
2241                "container",
2242                "container-interface",
2243                "container-interop",
2244                "psr"
2245            ],
2246            "time": "2017-02-14T16:28:37+00:00"
2247        },
2248        {
2249            "name": "psr/http-factory",
2250            "version": "1.0.1",
2251            "source": {
2252                "type": "git",
2253                "url": "https://github.com/php-fig/http-factory.git",
2254                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
2255            },
2256            "dist": {
2257                "type": "zip",
2258                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2259                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2260                "shasum": ""
2261            },
2262            "require": {
2263                "php": ">=7.0.0",
2264                "psr/http-message": "^1.0"
2265            },
2266            "type": "library",
2267            "extra": {
2268                "branch-alias": {
2269                    "dev-master": "1.0.x-dev"
2270                }
2271            },
2272            "autoload": {
2273                "psr-4": {
2274                    "Psr\\Http\\Message\\": "src/"
2275                }
2276            },
2277            "notification-url": "https://packagist.org/downloads/",
2278            "license": [
2279                "MIT"
2280            ],
2281            "authors": [
2282                {
2283                    "name": "PHP-FIG",
2284                    "homepage": "http://www.php-fig.org/"
2285                }
2286            ],
2287            "description": "Common interfaces for PSR-7 HTTP message factories",
2288            "keywords": [
2289                "factory",
2290                "http",
2291                "message",
2292                "psr",
2293                "psr-17",
2294                "psr-7",
2295                "request",
2296                "response"
2297            ],
2298            "time": "2019-04-30T12:38:16+00:00"
2299        },
2300        {
2301            "name": "psr/http-message",
2302            "version": "1.0.1",
2303            "source": {
2304                "type": "git",
2305                "url": "https://github.com/php-fig/http-message.git",
2306                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2307            },
2308            "dist": {
2309                "type": "zip",
2310                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2311                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2312                "shasum": ""
2313            },
2314            "require": {
2315                "php": ">=5.3.0"
2316            },
2317            "type": "library",
2318            "extra": {
2319                "branch-alias": {
2320                    "dev-master": "1.0.x-dev"
2321                }
2322            },
2323            "autoload": {
2324                "psr-4": {
2325                    "Psr\\Http\\Message\\": "src/"
2326                }
2327            },
2328            "notification-url": "https://packagist.org/downloads/",
2329            "license": [
2330                "MIT"
2331            ],
2332            "authors": [
2333                {
2334                    "name": "PHP-FIG",
2335                    "homepage": "http://www.php-fig.org/"
2336                }
2337            ],
2338            "description": "Common interface for HTTP messages",
2339            "homepage": "https://github.com/php-fig/http-message",
2340            "keywords": [
2341                "http",
2342                "http-message",
2343                "psr",
2344                "psr-7",
2345                "request",
2346                "response"
2347            ],
2348            "time": "2016-08-06T14:39:51+00:00"
2349        },
2350        {
2351            "name": "psr/http-server-handler",
2352            "version": "1.0.1",
2353            "source": {
2354                "type": "git",
2355                "url": "https://github.com/php-fig/http-server-handler.git",
2356                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
2357            },
2358            "dist": {
2359                "type": "zip",
2360                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
2361                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
2362                "shasum": ""
2363            },
2364            "require": {
2365                "php": ">=7.0",
2366                "psr/http-message": "^1.0"
2367            },
2368            "type": "library",
2369            "extra": {
2370                "branch-alias": {
2371                    "dev-master": "1.0.x-dev"
2372                }
2373            },
2374            "autoload": {
2375                "psr-4": {
2376                    "Psr\\Http\\Server\\": "src/"
2377                }
2378            },
2379            "notification-url": "https://packagist.org/downloads/",
2380            "license": [
2381                "MIT"
2382            ],
2383            "authors": [
2384                {
2385                    "name": "PHP-FIG",
2386                    "homepage": "http://www.php-fig.org/"
2387                }
2388            ],
2389            "description": "Common interface for HTTP server-side request handler",
2390            "keywords": [
2391                "handler",
2392                "http",
2393                "http-interop",
2394                "psr",
2395                "psr-15",
2396                "psr-7",
2397                "request",
2398                "response",
2399                "server"
2400            ],
2401            "time": "2018-10-30T16:46:14+00:00"
2402        },
2403        {
2404            "name": "psr/http-server-middleware",
2405            "version": "1.0.1",
2406            "source": {
2407                "type": "git",
2408                "url": "https://github.com/php-fig/http-server-middleware.git",
2409                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
2410            },
2411            "dist": {
2412                "type": "zip",
2413                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
2414                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
2415                "shasum": ""
2416            },
2417            "require": {
2418                "php": ">=7.0",
2419                "psr/http-message": "^1.0",
2420                "psr/http-server-handler": "^1.0"
2421            },
2422            "type": "library",
2423            "extra": {
2424                "branch-alias": {
2425                    "dev-master": "1.0.x-dev"
2426                }
2427            },
2428            "autoload": {
2429                "psr-4": {
2430                    "Psr\\Http\\Server\\": "src/"
2431                }
2432            },
2433            "notification-url": "https://packagist.org/downloads/",
2434            "license": [
2435                "MIT"
2436            ],
2437            "authors": [
2438                {
2439                    "name": "PHP-FIG",
2440                    "homepage": "http://www.php-fig.org/"
2441                }
2442            ],
2443            "description": "Common interface for HTTP server-side middleware",
2444            "keywords": [
2445                "http",
2446                "http-interop",
2447                "middleware",
2448                "psr",
2449                "psr-15",
2450                "psr-7",
2451                "request",
2452                "response"
2453            ],
2454            "time": "2018-10-30T17:12:04+00:00"
2455        },
2456        {
2457            "name": "psr/log",
2458            "version": "1.1.3",
2459            "source": {
2460                "type": "git",
2461                "url": "https://github.com/php-fig/log.git",
2462                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2463            },
2464            "dist": {
2465                "type": "zip",
2466                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2467                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2468                "shasum": ""
2469            },
2470            "require": {
2471                "php": ">=5.3.0"
2472            },
2473            "type": "library",
2474            "extra": {
2475                "branch-alias": {
2476                    "dev-master": "1.1.x-dev"
2477                }
2478            },
2479            "autoload": {
2480                "psr-4": {
2481                    "Psr\\Log\\": "Psr/Log/"
2482                }
2483            },
2484            "notification-url": "https://packagist.org/downloads/",
2485            "license": [
2486                "MIT"
2487            ],
2488            "authors": [
2489                {
2490                    "name": "PHP-FIG",
2491                    "homepage": "http://www.php-fig.org/"
2492                }
2493            ],
2494            "description": "Common interface for logging libraries",
2495            "homepage": "https://github.com/php-fig/log",
2496            "keywords": [
2497                "log",
2498                "psr",
2499                "psr-3"
2500            ],
2501            "time": "2020-03-23T09:12:05+00:00"
2502        },
2503        {
2504            "name": "psr/simple-cache",
2505            "version": "1.0.1",
2506            "source": {
2507                "type": "git",
2508                "url": "https://github.com/php-fig/simple-cache.git",
2509                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2510            },
2511            "dist": {
2512                "type": "zip",
2513                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2514                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2515                "shasum": ""
2516            },
2517            "require": {
2518                "php": ">=5.3.0"
2519            },
2520            "type": "library",
2521            "extra": {
2522                "branch-alias": {
2523                    "dev-master": "1.0.x-dev"
2524                }
2525            },
2526            "autoload": {
2527                "psr-4": {
2528                    "Psr\\SimpleCache\\": "src/"
2529                }
2530            },
2531            "notification-url": "https://packagist.org/downloads/",
2532            "license": [
2533                "MIT"
2534            ],
2535            "authors": [
2536                {
2537                    "name": "PHP-FIG",
2538                    "homepage": "http://www.php-fig.org/"
2539                }
2540            ],
2541            "description": "Common interfaces for simple caching",
2542            "keywords": [
2543                "cache",
2544                "caching",
2545                "psr",
2546                "psr-16",
2547                "simple-cache"
2548            ],
2549            "time": "2017-10-23T01:57:42+00:00"
2550        },
2551        {
2552            "name": "ralouphie/getallheaders",
2553            "version": "3.0.3",
2554            "source": {
2555                "type": "git",
2556                "url": "https://github.com/ralouphie/getallheaders.git",
2557                "reference": "120b605dfeb996808c31b6477290a714d356e822"
2558            },
2559            "dist": {
2560                "type": "zip",
2561                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2562                "reference": "120b605dfeb996808c31b6477290a714d356e822",
2563                "shasum": ""
2564            },
2565            "require": {
2566                "php": ">=5.6"
2567            },
2568            "require-dev": {
2569                "php-coveralls/php-coveralls": "^2.1",
2570                "phpunit/phpunit": "^5 || ^6.5"
2571            },
2572            "type": "library",
2573            "autoload": {
2574                "files": [
2575                    "src/getallheaders.php"
2576                ]
2577            },
2578            "notification-url": "https://packagist.org/downloads/",
2579            "license": [
2580                "MIT"
2581            ],
2582            "authors": [
2583                {
2584                    "name": "Ralph Khattar",
2585                    "email": "ralph.khattar@gmail.com"
2586                }
2587            ],
2588            "description": "A polyfill for getallheaders.",
2589            "time": "2019-03-08T08:55:37+00:00"
2590        },
2591        {
2592            "name": "ramsey/uuid",
2593            "version": "3.9.3",
2594            "source": {
2595                "type": "git",
2596                "url": "https://github.com/ramsey/uuid.git",
2597                "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
2598            },
2599            "dist": {
2600                "type": "zip",
2601                "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
2602                "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
2603                "shasum": ""
2604            },
2605            "require": {
2606                "ext-json": "*",
2607                "paragonie/random_compat": "^1 | ^2 | 9.99.99",
2608                "php": "^5.4 | ^7 | ^8",
2609                "symfony/polyfill-ctype": "^1.8"
2610            },
2611            "replace": {
2612                "rhumsaa/uuid": "self.version"
2613            },
2614            "require-dev": {
2615                "codeception/aspect-mock": "^1 | ^2",
2616                "doctrine/annotations": "^1.2",
2617                "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
2618                "jakub-onderka/php-parallel-lint": "^1",
2619                "mockery/mockery": "^0.9.11 | ^1",
2620                "moontoast/math": "^1.1",
2621                "paragonie/random-lib": "^2",
2622                "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
2623                "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
2624                "squizlabs/php_codesniffer": "^3.5"
2625            },
2626            "suggest": {
2627                "ext-ctype": "Provides support for PHP Ctype functions",
2628                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2629                "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
2630                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2631                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2632                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2633                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2634                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2635            },
2636            "type": "library",
2637            "extra": {
2638                "branch-alias": {
2639                    "dev-master": "3.x-dev"
2640                }
2641            },
2642            "autoload": {
2643                "psr-4": {
2644                    "Ramsey\\Uuid\\": "src/"
2645                },
2646                "files": [
2647                    "src/functions.php"
2648                ]
2649            },
2650            "notification-url": "https://packagist.org/downloads/",
2651            "license": [
2652                "MIT"
2653            ],
2654            "authors": [
2655                {
2656                    "name": "Ben Ramsey",
2657                    "email": "ben@benramsey.com",
2658                    "homepage": "https://benramsey.com"
2659                },
2660                {
2661                    "name": "Marijn Huizendveld",
2662                    "email": "marijn.huizendveld@gmail.com"
2663                },
2664                {
2665                    "name": "Thibaud Fabre",
2666                    "email": "thibaud@aztech.io"
2667                }
2668            ],
2669            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2670            "homepage": "https://github.com/ramsey/uuid",
2671            "keywords": [
2672                "guid",
2673                "identifier",
2674                "uuid"
2675            ],
2676            "time": "2020-02-21T04:36:14+00:00"
2677        },
2678        {
2679            "name": "swiftmailer/swiftmailer",
2680            "version": "v6.2.3",
2681            "source": {
2682                "type": "git",
2683                "url": "https://github.com/swiftmailer/swiftmailer.git",
2684                "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
2685            },
2686            "dist": {
2687                "type": "zip",
2688                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
2689                "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
2690                "shasum": ""
2691            },
2692            "require": {
2693                "egulias/email-validator": "~2.0",
2694                "php": ">=7.0.0",
2695                "symfony/polyfill-iconv": "^1.0",
2696                "symfony/polyfill-intl-idn": "^1.10",
2697                "symfony/polyfill-mbstring": "^1.0"
2698            },
2699            "require-dev": {
2700                "mockery/mockery": "~0.9.1",
2701                "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
2702            },
2703            "suggest": {
2704                "ext-intl": "Needed to support internationalized email addresses",
2705                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
2706            },
2707            "type": "library",
2708            "extra": {
2709                "branch-alias": {
2710                    "dev-master": "6.2-dev"
2711                }
2712            },
2713            "autoload": {
2714                "files": [
2715                    "lib/swift_required.php"
2716                ]
2717            },
2718            "notification-url": "https://packagist.org/downloads/",
2719            "license": [
2720                "MIT"
2721            ],
2722            "authors": [
2723                {
2724                    "name": "Chris Corbyn"
2725                },
2726                {
2727                    "name": "Fabien Potencier",
2728                    "email": "fabien@symfony.com"
2729                }
2730            ],
2731            "description": "Swiftmailer, free feature-rich PHP mailer",
2732            "homepage": "https://swiftmailer.symfony.com",
2733            "keywords": [
2734                "email",
2735                "mail",
2736                "mailer"
2737            ],
2738            "time": "2019-11-12T09:31:26+00:00"
2739        },
2740        {
2741            "name": "symfony/cache",
2742            "version": "v4.4.10",
2743            "source": {
2744                "type": "git",
2745                "url": "https://github.com/symfony/cache.git",
2746                "reference": "e12aad53e6b9fa80a3ca1d043b6dde9449b4f924"
2747            },
2748            "dist": {
2749                "type": "zip",
2750                "url": "https://api.github.com/repos/symfony/cache/zipball/e12aad53e6b9fa80a3ca1d043b6dde9449b4f924",
2751                "reference": "e12aad53e6b9fa80a3ca1d043b6dde9449b4f924",
2752                "shasum": ""
2753            },
2754            "require": {
2755                "php": ">=7.1.3",
2756                "psr/cache": "~1.0",
2757                "psr/log": "~1.0",
2758                "symfony/cache-contracts": "^1.1.7|^2",
2759                "symfony/service-contracts": "^1.1|^2",
2760                "symfony/var-exporter": "^4.2|^5.0"
2761            },
2762            "conflict": {
2763                "doctrine/dbal": "<2.5",
2764                "symfony/dependency-injection": "<3.4",
2765                "symfony/http-kernel": "<4.4",
2766                "symfony/var-dumper": "<4.4"
2767            },
2768            "provide": {
2769                "psr/cache-implementation": "1.0",
2770                "psr/simple-cache-implementation": "1.0",
2771                "symfony/cache-implementation": "1.0"
2772            },
2773            "require-dev": {
2774                "cache/integration-tests": "dev-master",
2775                "doctrine/cache": "^1.6",
2776                "doctrine/dbal": "^2.5|^3.0",
2777                "predis/predis": "^1.1",
2778                "psr/simple-cache": "^1.0",
2779                "symfony/config": "^4.2|^5.0",
2780                "symfony/dependency-injection": "^3.4|^4.1|^5.0",
2781                "symfony/var-dumper": "^4.4|^5.0"
2782            },
2783            "type": "library",
2784            "extra": {
2785                "branch-alias": {
2786                    "dev-master": "4.4-dev"
2787                }
2788            },
2789            "autoload": {
2790                "psr-4": {
2791                    "Symfony\\Component\\Cache\\": ""
2792                },
2793                "exclude-from-classmap": [
2794                    "/Tests/"
2795                ]
2796            },
2797            "notification-url": "https://packagist.org/downloads/",
2798            "license": [
2799                "MIT"
2800            ],
2801            "authors": [
2802                {
2803                    "name": "Nicolas Grekas",
2804                    "email": "p@tchwork.com"
2805                },
2806                {
2807                    "name": "Symfony Community",
2808                    "homepage": "https://symfony.com/contributors"
2809                }
2810            ],
2811            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2812            "homepage": "https://symfony.com",
2813            "keywords": [
2814                "caching",
2815                "psr6"
2816            ],
2817            "funding": [
2818                {
2819                    "url": "https://symfony.com/sponsor",
2820                    "type": "custom"
2821                },
2822                {
2823                    "url": "https://github.com/fabpot",
2824                    "type": "github"
2825                },
2826                {
2827                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2828                    "type": "tidelift"
2829                }
2830            ],
2831            "time": "2020-06-09T14:07:49+00:00"
2832        },
2833        {
2834            "name": "symfony/cache-contracts",
2835            "version": "v1.1.9",
2836            "source": {
2837                "type": "git",
2838                "url": "https://github.com/symfony/cache-contracts.git",
2839                "reference": "4638bdd93e14dddc171212258d0c6d8c95e95ced"
2840            },
2841            "dist": {
2842                "type": "zip",
2843                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/4638bdd93e14dddc171212258d0c6d8c95e95ced",
2844                "reference": "4638bdd93e14dddc171212258d0c6d8c95e95ced",
2845                "shasum": ""
2846            },
2847            "require": {
2848                "php": ">=7.1.3",
2849                "psr/cache": "^1.0"
2850            },
2851            "suggest": {
2852                "symfony/cache-implementation": ""
2853            },
2854            "type": "library",
2855            "extra": {
2856                "branch-alias": {
2857                    "dev-master": "1.1-dev"
2858                },
2859                "thanks": {
2860                    "name": "symfony/contracts",
2861                    "url": "https://github.com/symfony/contracts"
2862                }
2863            },
2864            "autoload": {
2865                "psr-4": {
2866                    "Symfony\\Contracts\\Cache\\": ""
2867                }
2868            },
2869            "notification-url": "https://packagist.org/downloads/",
2870            "license": [
2871                "MIT"
2872            ],
2873            "authors": [
2874                {
2875                    "name": "Nicolas Grekas",
2876                    "email": "p@tchwork.com"
2877                },
2878                {
2879                    "name": "Symfony Community",
2880                    "homepage": "https://symfony.com/contributors"
2881                }
2882            ],
2883            "description": "Generic abstractions related to caching",
2884            "homepage": "https://symfony.com",
2885            "keywords": [
2886                "abstractions",
2887                "contracts",
2888                "decoupling",
2889                "interfaces",
2890                "interoperability",
2891                "standards"
2892            ],
2893            "funding": [
2894                {
2895                    "url": "https://symfony.com/sponsor",
2896                    "type": "custom"
2897                },
2898                {
2899                    "url": "https://github.com/fabpot",
2900                    "type": "github"
2901                },
2902                {
2903                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2904                    "type": "tidelift"
2905                }
2906            ],
2907            "time": "2020-07-06T13:19:58+00:00"
2908        },
2909        {
2910            "name": "symfony/expression-language",
2911            "version": "v4.4.10",
2912            "source": {
2913                "type": "git",
2914                "url": "https://github.com/symfony/expression-language.git",
2915                "reference": "89f0e2c82d8c12975180f993383decbb810ad73e"
2916            },
2917            "dist": {
2918                "type": "zip",
2919                "url": "https://api.github.com/repos/symfony/expression-language/zipball/89f0e2c82d8c12975180f993383decbb810ad73e",
2920                "reference": "89f0e2c82d8c12975180f993383decbb810ad73e",
2921                "shasum": ""
2922            },
2923            "require": {
2924                "php": ">=7.1.3",
2925                "symfony/cache": "^3.4|^4.0|^5.0",
2926                "symfony/service-contracts": "^1.1|^2"
2927            },
2928            "type": "library",
2929            "extra": {
2930                "branch-alias": {
2931                    "dev-master": "4.4-dev"
2932                }
2933            },
2934            "autoload": {
2935                "psr-4": {
2936                    "Symfony\\Component\\ExpressionLanguage\\": ""
2937                },
2938                "exclude-from-classmap": [
2939                    "/Tests/"
2940                ]
2941            },
2942            "notification-url": "https://packagist.org/downloads/",
2943            "license": [
2944                "MIT"
2945            ],
2946            "authors": [
2947                {
2948                    "name": "Fabien Potencier",
2949                    "email": "fabien@symfony.com"
2950                },
2951                {
2952                    "name": "Symfony Community",
2953                    "homepage": "https://symfony.com/contributors"
2954                }
2955            ],
2956            "description": "Symfony ExpressionLanguage Component",
2957            "homepage": "https://symfony.com",
2958            "funding": [
2959                {
2960                    "url": "https://symfony.com/sponsor",
2961                    "type": "custom"
2962                },
2963                {
2964                    "url": "https://github.com/fabpot",
2965                    "type": "github"
2966                },
2967                {
2968                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2969                    "type": "tidelift"
2970                }
2971            ],
2972            "time": "2020-05-20T08:37:50+00:00"
2973        },
2974        {
2975            "name": "symfony/polyfill-ctype",
2976            "version": "v1.17.1",
2977            "source": {
2978                "type": "git",
2979                "url": "https://github.com/symfony/polyfill-ctype.git",
2980                "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
2981            },
2982            "dist": {
2983                "type": "zip",
2984                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
2985                "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
2986                "shasum": ""
2987            },
2988            "require": {
2989                "php": ">=5.3.3"
2990            },
2991            "suggest": {
2992                "ext-ctype": "For best performance"
2993            },
2994            "type": "library",
2995            "extra": {
2996                "branch-alias": {
2997                    "dev-master": "1.17-dev"
2998                },
2999                "thanks": {
3000                    "name": "symfony/polyfill",
3001                    "url": "https://github.com/symfony/polyfill"
3002                }
3003            },
3004            "autoload": {
3005                "psr-4": {
3006                    "Symfony\\Polyfill\\Ctype\\": ""
3007                },
3008                "files": [
3009                    "bootstrap.php"
3010                ]
3011            },
3012            "notification-url": "https://packagist.org/downloads/",
3013            "license": [
3014                "MIT"
3015            ],
3016            "authors": [
3017                {
3018                    "name": "Gert de Pagter",
3019                    "email": "BackEndTea@gmail.com"
3020                },
3021                {
3022                    "name": "Symfony Community",
3023                    "homepage": "https://symfony.com/contributors"
3024                }
3025            ],
3026            "description": "Symfony polyfill for ctype functions",
3027            "homepage": "https://symfony.com",
3028            "keywords": [
3029                "compatibility",
3030                "ctype",
3031                "polyfill",
3032                "portable"
3033            ],
3034            "funding": [
3035                {
3036                    "url": "https://symfony.com/sponsor",
3037                    "type": "custom"
3038                },
3039                {
3040                    "url": "https://github.com/fabpot",
3041                    "type": "github"
3042                },
3043                {
3044                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3045                    "type": "tidelift"
3046                }
3047            ],
3048            "time": "2020-06-06T08:46:27+00:00"
3049        },
3050        {
3051            "name": "symfony/polyfill-iconv",
3052            "version": "v1.17.1",
3053            "source": {
3054                "type": "git",
3055                "url": "https://github.com/symfony/polyfill-iconv.git",
3056                "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035"
3057            },
3058            "dist": {
3059                "type": "zip",
3060                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ba6c9c18db36235b859cc29b8372d1c01298c035",
3061                "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035",
3062                "shasum": ""
3063            },
3064            "require": {
3065                "php": ">=5.3.3"
3066            },
3067            "suggest": {
3068                "ext-iconv": "For best performance"
3069            },
3070            "type": "library",
3071            "extra": {
3072                "branch-alias": {
3073                    "dev-master": "1.17-dev"
3074                },
3075                "thanks": {
3076                    "name": "symfony/polyfill",
3077                    "url": "https://github.com/symfony/polyfill"
3078                }
3079            },
3080            "autoload": {
3081                "psr-4": {
3082                    "Symfony\\Polyfill\\Iconv\\": ""
3083                },
3084                "files": [
3085                    "bootstrap.php"
3086                ]
3087            },
3088            "notification-url": "https://packagist.org/downloads/",
3089            "license": [
3090                "MIT"
3091            ],
3092            "authors": [
3093                {
3094                    "name": "Nicolas Grekas",
3095                    "email": "p@tchwork.com"
3096                },
3097                {
3098                    "name": "Symfony Community",
3099                    "homepage": "https://symfony.com/contributors"
3100                }
3101            ],
3102            "description": "Symfony polyfill for the Iconv extension",
3103            "homepage": "https://symfony.com",
3104            "keywords": [
3105                "compatibility",
3106                "iconv",
3107                "polyfill",
3108                "portable",
3109                "shim"
3110            ],
3111            "funding": [
3112                {
3113                    "url": "https://symfony.com/sponsor",
3114                    "type": "custom"
3115                },
3116                {
3117                    "url": "https://github.com/fabpot",
3118                    "type": "github"
3119                },
3120                {
3121                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3122                    "type": "tidelift"
3123                }
3124            ],
3125            "time": "2020-06-06T08:46:27+00:00"
3126        },
3127        {
3128            "name": "symfony/polyfill-intl-idn",
3129            "version": "v1.17.1",
3130            "source": {
3131                "type": "git",
3132                "url": "https://github.com/symfony/polyfill-intl-idn.git",
3133                "reference": "a57f8161502549a742a63c09f0a604997bf47027"
3134            },
3135            "dist": {
3136                "type": "zip",
3137                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027",
3138                "reference": "a57f8161502549a742a63c09f0a604997bf47027",
3139                "shasum": ""
3140            },
3141            "require": {
3142                "php": ">=5.3.3",
3143                "symfony/polyfill-mbstring": "^1.3",
3144                "symfony/polyfill-php72": "^1.10"
3145            },
3146            "suggest": {
3147                "ext-intl": "For best performance"
3148            },
3149            "type": "library",
3150            "extra": {
3151                "branch-alias": {
3152                    "dev-master": "1.17-dev"
3153                },
3154                "thanks": {
3155                    "name": "symfony/polyfill",
3156                    "url": "https://github.com/symfony/polyfill"
3157                }
3158            },
3159            "autoload": {
3160                "psr-4": {
3161                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
3162                },
3163                "files": [
3164                    "bootstrap.php"
3165                ]
3166            },
3167            "notification-url": "https://packagist.org/downloads/",
3168            "license": [
3169                "MIT"
3170            ],
3171            "authors": [
3172                {
3173                    "name": "Laurent Bassin",
3174                    "email": "laurent@bassin.info"
3175                },
3176                {
3177                    "name": "Symfony Community",
3178                    "homepage": "https://symfony.com/contributors"
3179                }
3180            ],
3181            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3182            "homepage": "https://symfony.com",
3183            "keywords": [
3184                "compatibility",
3185                "idn",
3186                "intl",
3187                "polyfill",
3188                "portable",
3189                "shim"
3190            ],
3191            "funding": [
3192                {
3193                    "url": "https://symfony.com/sponsor",
3194                    "type": "custom"
3195                },
3196                {
3197                    "url": "https://github.com/fabpot",
3198                    "type": "github"
3199                },
3200                {
3201                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3202                    "type": "tidelift"
3203                }
3204            ],
3205            "time": "2020-06-06T08:46:27+00:00"
3206        },
3207        {
3208            "name": "symfony/polyfill-mbstring",
3209            "version": "v1.17.1",
3210            "source": {
3211                "type": "git",
3212                "url": "https://github.com/symfony/polyfill-mbstring.git",
3213                "reference": "7110338d81ce1cbc3e273136e4574663627037a7"
3214            },
3215            "dist": {
3216                "type": "zip",
3217                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
3218                "reference": "7110338d81ce1cbc3e273136e4574663627037a7",
3219                "shasum": ""
3220            },
3221            "require": {
3222                "php": ">=5.3.3"
3223            },
3224            "suggest": {
3225                "ext-mbstring": "For best performance"
3226            },
3227            "type": "library",
3228            "extra": {
3229                "branch-alias": {
3230                    "dev-master": "1.17-dev"
3231                },
3232                "thanks": {
3233                    "name": "symfony/polyfill",
3234                    "url": "https://github.com/symfony/polyfill"
3235                }
3236            },
3237            "autoload": {
3238                "psr-4": {
3239                    "Symfony\\Polyfill\\Mbstring\\": ""
3240                },
3241                "files": [
3242                    "bootstrap.php"
3243                ]
3244            },
3245            "notification-url": "https://packagist.org/downloads/",
3246            "license": [
3247                "MIT"
3248            ],
3249            "authors": [
3250                {
3251                    "name": "Nicolas Grekas",
3252                    "email": "p@tchwork.com"
3253                },
3254                {
3255                    "name": "Symfony Community",
3256                    "homepage": "https://symfony.com/contributors"
3257                }
3258            ],
3259            "description": "Symfony polyfill for the Mbstring extension",
3260            "homepage": "https://symfony.com",
3261            "keywords": [
3262                "compatibility",
3263                "mbstring",
3264                "polyfill",
3265                "portable",
3266                "shim"
3267            ],
3268            "funding": [
3269                {
3270                    "url": "https://symfony.com/sponsor",
3271                    "type": "custom"
3272                },
3273                {
3274                    "url": "https://github.com/fabpot",
3275                    "type": "github"
3276                },
3277                {
3278                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3279                    "type": "tidelift"
3280                }
3281            ],
3282            "time": "2020-06-06T08:46:27+00:00"
3283        },
3284        {
3285            "name": "symfony/polyfill-php72",
3286            "version": "v1.17.0",
3287            "source": {
3288                "type": "git",
3289                "url": "https://github.com/symfony/polyfill-php72.git",
3290                "reference": "f048e612a3905f34931127360bdd2def19a5e582"
3291            },
3292            "dist": {
3293                "type": "zip",
3294                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
3295                "reference": "f048e612a3905f34931127360bdd2def19a5e582",
3296                "shasum": ""
3297            },
3298            "require": {
3299                "php": ">=5.3.3"
3300            },
3301            "type": "library",
3302            "extra": {
3303                "branch-alias": {
3304                    "dev-master": "1.17-dev"
3305                }
3306            },
3307            "autoload": {
3308                "psr-4": {
3309                    "Symfony\\Polyfill\\Php72\\": ""
3310                },
3311                "files": [
3312                    "bootstrap.php"
3313                ]
3314            },
3315            "notification-url": "https://packagist.org/downloads/",
3316            "license": [
3317                "MIT"
3318            ],
3319            "authors": [
3320                {
3321                    "name": "Nicolas Grekas",
3322                    "email": "p@tchwork.com"
3323                },
3324                {
3325                    "name": "Symfony Community",
3326                    "homepage": "https://symfony.com/contributors"
3327                }
3328            ],
3329            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3330            "homepage": "https://symfony.com",
3331            "keywords": [
3332                "compatibility",
3333                "polyfill",
3334                "portable",
3335                "shim"
3336            ],
3337            "funding": [
3338                {
3339                    "url": "https://symfony.com/sponsor",
3340                    "type": "custom"
3341                },
3342                {
3343                    "url": "https://github.com/fabpot",
3344                    "type": "github"
3345                },
3346                {
3347                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3348                    "type": "tidelift"
3349                }
3350            ],
3351            "time": "2020-05-12T16:47:27+00:00"
3352        },
3353        {
3354            "name": "symfony/polyfill-php80",
3355            "version": "v1.17.1",
3356            "source": {
3357                "type": "git",
3358                "url": "https://github.com/symfony/polyfill-php80.git",
3359                "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2"
3360            },
3361            "dist": {
3362                "type": "zip",
3363                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2",
3364                "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2",
3365                "shasum": ""
3366            },
3367            "require": {
3368                "php": ">=7.0.8"
3369            },
3370            "type": "library",
3371            "extra": {
3372                "branch-alias": {
3373                    "dev-master": "1.17-dev"
3374                },
3375                "thanks": {
3376                    "name": "symfony/polyfill",
3377                    "url": "https://github.com/symfony/polyfill"
3378                }
3379            },
3380            "autoload": {
3381                "psr-4": {
3382                    "Symfony\\Polyfill\\Php80\\": ""
3383                },
3384                "files": [
3385                    "bootstrap.php"
3386                ],
3387                "classmap": [
3388                    "Resources/stubs"
3389                ]
3390            },
3391            "notification-url": "https://packagist.org/downloads/",
3392            "license": [
3393                "MIT"
3394            ],
3395            "authors": [
3396                {
3397                    "name": "Ion Bazan",
3398                    "email": "ion.bazan@gmail.com"
3399                },
3400                {
3401                    "name": "Nicolas Grekas",
3402                    "email": "p@tchwork.com"
3403                },
3404                {
3405                    "name": "Symfony Community",
3406                    "homepage": "https://symfony.com/contributors"
3407                }
3408            ],
3409            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
3410            "homepage": "https://symfony.com",
3411            "keywords": [
3412                "compatibility",
3413                "polyfill",
3414                "portable",
3415                "shim"
3416            ],
3417            "funding": [
3418                {
3419                    "url": "https://symfony.com/sponsor",
3420                    "type": "custom"
3421                },
3422                {
3423                    "url": "https://github.com/fabpot",
3424                    "type": "github"
3425                },
3426                {
3427                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3428                    "type": "tidelift"
3429                }
3430            ],
3431            "time": "2020-06-06T08:46:27+00:00"
3432        },
3433        {
3434            "name": "symfony/service-contracts",
3435            "version": "v1.1.9",
3436            "source": {
3437                "type": "git",
3438                "url": "https://github.com/symfony/service-contracts.git",
3439                "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26"
3440            },
3441            "dist": {
3442                "type": "zip",
3443                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26",
3444                "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26",
3445                "shasum": ""
3446            },
3447            "require": {
3448                "php": ">=7.1.3",
3449                "psr/container": "^1.0"
3450            },
3451            "suggest": {
3452                "symfony/service-implementation": ""
3453            },
3454            "type": "library",
3455            "extra": {
3456                "branch-alias": {
3457                    "dev-master": "1.1-dev"
3458                },
3459                "thanks": {
3460                    "name": "symfony/contracts",
3461                    "url": "https://github.com/symfony/contracts"
3462                }
3463            },
3464            "autoload": {
3465                "psr-4": {
3466                    "Symfony\\Contracts\\Service\\": ""
3467                }
3468            },
3469            "notification-url": "https://packagist.org/downloads/",
3470            "license": [
3471                "MIT"
3472            ],
3473            "authors": [
3474                {
3475                    "name": "Nicolas Grekas",
3476                    "email": "p@tchwork.com"
3477                },
3478                {
3479                    "name": "Symfony Community",
3480                    "homepage": "https://symfony.com/contributors"
3481                }
3482            ],
3483            "description": "Generic abstractions related to writing services",
3484            "homepage": "https://symfony.com",
3485            "keywords": [
3486                "abstractions",
3487                "contracts",
3488                "decoupling",
3489                "interfaces",
3490                "interoperability",
3491                "standards"
3492            ],
3493            "funding": [
3494                {
3495                    "url": "https://symfony.com/sponsor",
3496                    "type": "custom"
3497                },
3498                {
3499                    "url": "https://github.com/fabpot",
3500                    "type": "github"
3501                },
3502                {
3503                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3504                    "type": "tidelift"
3505                }
3506            ],
3507            "time": "2020-07-06T13:19:58+00:00"
3508        },
3509        {
3510            "name": "symfony/translation",
3511            "version": "v4.4.10",
3512            "source": {
3513                "type": "git",
3514                "url": "https://github.com/symfony/translation.git",
3515                "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af"
3516            },
3517            "dist": {
3518                "type": "zip",
3519                "url": "https://api.github.com/repos/symfony/translation/zipball/79d3ef9096a6a6047dbc69218b68c7b7f63193af",
3520                "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af",
3521                "shasum": ""
3522            },
3523            "require": {
3524                "php": ">=7.1.3",
3525                "symfony/polyfill-mbstring": "~1.0",
3526                "symfony/translation-contracts": "^1.1.6|^2"
3527            },
3528            "conflict": {
3529                "symfony/config": "<3.4",
3530                "symfony/dependency-injection": "<3.4",
3531                "symfony/http-kernel": "<4.4",
3532                "symfony/yaml": "<3.4"
3533            },
3534            "provide": {
3535                "symfony/translation-implementation": "1.0"
3536            },
3537            "require-dev": {
3538                "psr/log": "~1.0",
3539                "symfony/config": "^3.4|^4.0|^5.0",
3540                "symfony/console": "^3.4|^4.0|^5.0",
3541                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3542                "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
3543                "symfony/http-kernel": "^4.4",
3544                "symfony/intl": "^3.4|^4.0|^5.0",
3545                "symfony/service-contracts": "^1.1.2|^2",
3546                "symfony/yaml": "^3.4|^4.0|^5.0"
3547            },
3548            "suggest": {
3549                "psr/log-implementation": "To use logging capability in translator",
3550                "symfony/config": "",
3551                "symfony/yaml": ""
3552            },
3553            "type": "library",
3554            "extra": {
3555                "branch-alias": {
3556                    "dev-master": "4.4-dev"
3557                }
3558            },
3559            "autoload": {
3560                "psr-4": {
3561                    "Symfony\\Component\\Translation\\": ""
3562                },
3563                "exclude-from-classmap": [
3564                    "/Tests/"
3565                ]
3566            },
3567            "notification-url": "https://packagist.org/downloads/",
3568            "license": [
3569                "MIT"
3570            ],
3571            "authors": [
3572                {
3573                    "name": "Fabien Potencier",
3574                    "email": "fabien@symfony.com"
3575                },
3576                {
3577                    "name": "Symfony Community",
3578                    "homepage": "https://symfony.com/contributors"
3579                }
3580            ],
3581            "description": "Symfony Translation Component",
3582            "homepage": "https://symfony.com",
3583            "funding": [
3584                {
3585                    "url": "https://symfony.com/sponsor",
3586                    "type": "custom"
3587                },
3588                {
3589                    "url": "https://github.com/fabpot",
3590                    "type": "github"
3591                },
3592                {
3593                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3594                    "type": "tidelift"
3595                }
3596            ],
3597            "time": "2020-05-30T20:06:45+00:00"
3598        },
3599        {
3600            "name": "symfony/translation-contracts",
3601            "version": "v1.1.9",
3602            "source": {
3603                "type": "git",
3604                "url": "https://github.com/symfony/translation-contracts.git",
3605                "reference": "a5db6f7707fd35d137b1398734f2d745c8616ea2"
3606            },
3607            "dist": {
3608                "type": "zip",
3609                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/a5db6f7707fd35d137b1398734f2d745c8616ea2",
3610                "reference": "a5db6f7707fd35d137b1398734f2d745c8616ea2",
3611                "shasum": ""
3612            },
3613            "require": {
3614                "php": ">=7.1.3"
3615            },
3616            "suggest": {
3617                "symfony/translation-implementation": ""
3618            },
3619            "type": "library",
3620            "extra": {
3621                "branch-alias": {
3622                    "dev-master": "1.1-dev"
3623                },
3624                "thanks": {
3625                    "name": "symfony/contracts",
3626                    "url": "https://github.com/symfony/contracts"
3627                }
3628            },
3629            "autoload": {
3630                "psr-4": {
3631                    "Symfony\\Contracts\\Translation\\": ""
3632                }
3633            },
3634            "notification-url": "https://packagist.org/downloads/",
3635            "license": [
3636                "MIT"
3637            ],
3638            "authors": [
3639                {
3640                    "name": "Nicolas Grekas",
3641                    "email": "p@tchwork.com"
3642                },
3643                {
3644                    "name": "Symfony Community",
3645                    "homepage": "https://symfony.com/contributors"
3646                }
3647            ],
3648            "description": "Generic abstractions related to translation",
3649            "homepage": "https://symfony.com",
3650            "keywords": [
3651                "abstractions",
3652                "contracts",
3653                "decoupling",
3654                "interfaces",
3655                "interoperability",
3656                "standards"
3657            ],
3658            "funding": [
3659                {
3660                    "url": "https://symfony.com/sponsor",
3661                    "type": "custom"
3662                },
3663                {
3664                    "url": "https://github.com/fabpot",
3665                    "type": "github"
3666                },
3667                {
3668                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3669                    "type": "tidelift"
3670                }
3671            ],
3672            "time": "2020-07-06T13:19:58+00:00"
3673        },
3674        {
3675            "name": "symfony/var-exporter",
3676            "version": "v4.4.10",
3677            "source": {
3678                "type": "git",
3679                "url": "https://github.com/symfony/var-exporter.git",
3680                "reference": "f311af6e44fefedbd4f1e23e97607ef0f917bfcc"
3681            },
3682            "dist": {
3683                "type": "zip",
3684                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f311af6e44fefedbd4f1e23e97607ef0f917bfcc",
3685                "reference": "f311af6e44fefedbd4f1e23e97607ef0f917bfcc",
3686                "shasum": ""
3687            },
3688            "require": {
3689                "php": "^7.1.3"
3690            },
3691            "require-dev": {
3692                "symfony/var-dumper": "^4.4.9|^5.0.9"
3693            },
3694            "type": "library",
3695            "extra": {
3696                "branch-alias": {
3697                    "dev-master": "4.4-dev"
3698                }
3699            },
3700            "autoload": {
3701                "psr-4": {
3702                    "Symfony\\Component\\VarExporter\\": ""
3703                },
3704                "exclude-from-classmap": [
3705                    "/Tests/"
3706                ]
3707            },
3708            "notification-url": "https://packagist.org/downloads/",
3709            "license": [
3710                "MIT"
3711            ],
3712            "authors": [
3713                {
3714                    "name": "Nicolas Grekas",
3715                    "email": "p@tchwork.com"
3716                },
3717                {
3718                    "name": "Symfony Community",
3719                    "homepage": "https://symfony.com/contributors"
3720                }
3721            ],
3722            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
3723            "homepage": "https://symfony.com",
3724            "keywords": [
3725                "clone",
3726                "construct",
3727                "export",
3728                "hydrate",
3729                "instantiate",
3730                "serialize"
3731            ],
3732            "funding": [
3733                {
3734                    "url": "https://symfony.com/sponsor",
3735                    "type": "custom"
3736                },
3737                {
3738                    "url": "https://github.com/fabpot",
3739                    "type": "github"
3740                },
3741                {
3742                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3743                    "type": "tidelift"
3744                }
3745            ],
3746            "time": "2020-06-01T01:10:09+00:00"
3747        },
3748        {
3749            "name": "tecnickcom/tcpdf",
3750            "version": "6.3.5",
3751            "source": {
3752                "type": "git",
3753                "url": "https://github.com/tecnickcom/TCPDF.git",
3754                "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
3755            },
3756            "dist": {
3757                "type": "zip",
3758                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3759                "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3760                "shasum": ""
3761            },
3762            "require": {
3763                "php": ">=5.3.0"
3764            },
3765            "type": "library",
3766            "autoload": {
3767                "classmap": [
3768                    "config",
3769                    "include",
3770                    "tcpdf.php",
3771                    "tcpdf_parser.php",
3772                    "tcpdf_import.php",
3773                    "tcpdf_barcodes_1d.php",
3774                    "tcpdf_barcodes_2d.php",
3775                    "include/tcpdf_colors.php",
3776                    "include/tcpdf_filters.php",
3777                    "include/tcpdf_font_data.php",
3778                    "include/tcpdf_fonts.php",
3779                    "include/tcpdf_images.php",
3780                    "include/tcpdf_static.php",
3781                    "include/barcodes/datamatrix.php",
3782                    "include/barcodes/pdf417.php",
3783                    "include/barcodes/qrcode.php"
3784                ]
3785            },
3786            "notification-url": "https://packagist.org/downloads/",
3787            "license": [
3788                "LGPL-3.0-only"
3789            ],
3790            "authors": [
3791                {
3792                    "name": "Nicola Asuni",
3793                    "email": "info@tecnick.com",
3794                    "role": "lead"
3795                }
3796            ],
3797            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3798            "homepage": "http://www.tcpdf.org/",
3799            "keywords": [
3800                "PDFD32000-2008",
3801                "TCPDF",
3802                "barcodes",
3803                "datamatrix",
3804                "pdf",
3805                "pdf417",
3806                "qrcode"
3807            ],
3808            "time": "2020-02-14T14:20:12+00:00"
3809        }
3810    ],
3811    "packages-dev": [
3812        {
3813            "name": "composer/ca-bundle",
3814            "version": "1.2.7",
3815            "source": {
3816                "type": "git",
3817                "url": "https://github.com/composer/ca-bundle.git",
3818                "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
3819            },
3820            "dist": {
3821                "type": "zip",
3822                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
3823                "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
3824                "shasum": ""
3825            },
3826            "require": {
3827                "ext-openssl": "*",
3828                "ext-pcre": "*",
3829                "php": "^5.3.2 || ^7.0 || ^8.0"
3830            },
3831            "require-dev": {
3832                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
3833                "psr/log": "^1.0",
3834                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
3835            },
3836            "type": "library",
3837            "extra": {
3838                "branch-alias": {
3839                    "dev-master": "1.x-dev"
3840                }
3841            },
3842            "autoload": {
3843                "psr-4": {
3844                    "Composer\\CaBundle\\": "src"
3845                }
3846            },
3847            "notification-url": "https://packagist.org/downloads/",
3848            "license": [
3849                "MIT"
3850            ],
3851            "authors": [
3852                {
3853                    "name": "Jordi Boggiano",
3854                    "email": "j.boggiano@seld.be",
3855                    "homepage": "http://seld.be"
3856                }
3857            ],
3858            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
3859            "keywords": [
3860                "cabundle",
3861                "cacert",
3862                "certificate",
3863                "ssl",
3864                "tls"
3865            ],
3866            "funding": [
3867                {
3868                    "url": "https://packagist.com",
3869                    "type": "custom"
3870                },
3871                {
3872                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3873                    "type": "tidelift"
3874                }
3875            ],
3876            "time": "2020-04-08T08:27:21+00:00"
3877        },
3878        {
3879            "name": "composer/composer",
3880            "version": "1.10.8",
3881            "source": {
3882                "type": "git",
3883                "url": "https://github.com/composer/composer.git",
3884                "reference": "56e0e094478f30935e9128552188355fa9712291"
3885            },
3886            "dist": {
3887                "type": "zip",
3888                "url": "https://api.github.com/repos/composer/composer/zipball/56e0e094478f30935e9128552188355fa9712291",
3889                "reference": "56e0e094478f30935e9128552188355fa9712291",
3890                "shasum": ""
3891            },
3892            "require": {
3893                "composer/ca-bundle": "^1.0",
3894                "composer/semver": "^1.0",
3895                "composer/spdx-licenses": "^1.2",
3896                "composer/xdebug-handler": "^1.1",
3897                "justinrainbow/json-schema": "^5.2.10",
3898                "php": "^5.3.2 || ^7.0",
3899                "psr/log": "^1.0",
3900                "seld/jsonlint": "^1.4",
3901                "seld/phar-utils": "^1.0",
3902                "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3903                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3904                "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3905                "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
3906            },
3907            "conflict": {
3908                "symfony/console": "2.8.38"
3909            },
3910            "require-dev": {
3911                "phpspec/prophecy": "^1.10",
3912                "symfony/phpunit-bridge": "^4.2"
3913            },
3914            "suggest": {
3915                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
3916                "ext-zip": "Enabling the zip extension allows you to unzip archives",
3917                "ext-zlib": "Allow gzip compression of HTTP requests"
3918            },
3919            "bin": [
3920                "bin/composer"
3921            ],
3922            "type": "library",
3923            "extra": {
3924                "branch-alias": {
3925                    "dev-master": "1.10-dev"
3926                }
3927            },
3928            "autoload": {
3929                "psr-4": {
3930                    "Composer\\": "src/Composer"
3931                }
3932            },
3933            "notification-url": "https://packagist.org/downloads/",
3934            "license": [
3935                "MIT"
3936            ],
3937            "authors": [
3938                {
3939                    "name": "Nils Adermann",
3940                    "email": "naderman@naderman.de",
3941                    "homepage": "http://www.naderman.de"
3942                },
3943                {
3944                    "name": "Jordi Boggiano",
3945                    "email": "j.boggiano@seld.be",
3946                    "homepage": "http://seld.be"
3947                }
3948            ],
3949            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
3950            "homepage": "https://getcomposer.org/",
3951            "keywords": [
3952                "autoload",
3953                "dependency",
3954                "package"
3955            ],
3956            "funding": [
3957                {
3958                    "url": "https://packagist.com",
3959                    "type": "custom"
3960                },
3961                {
3962                    "url": "https://github.com/composer",
3963                    "type": "github"
3964                },
3965                {
3966                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3967                    "type": "tidelift"
3968                }
3969            ],
3970            "time": "2020-06-24T19:23:30+00:00"
3971        },
3972        {
3973            "name": "composer/semver",
3974            "version": "1.5.1",
3975            "source": {
3976                "type": "git",
3977                "url": "https://github.com/composer/semver.git",
3978                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
3979            },
3980            "dist": {
3981                "type": "zip",
3982                "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
3983                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
3984                "shasum": ""
3985            },
3986            "require": {
3987                "php": "^5.3.2 || ^7.0"
3988            },
3989            "require-dev": {
3990                "phpunit/phpunit": "^4.5 || ^5.0.5"
3991            },
3992            "type": "library",
3993            "extra": {
3994                "branch-alias": {
3995                    "dev-master": "1.x-dev"
3996                }
3997            },
3998            "autoload": {
3999                "psr-4": {
4000                    "Composer\\Semver\\": "src"
4001                }
4002            },
4003            "notification-url": "https://packagist.org/downloads/",
4004            "license": [
4005                "MIT"
4006            ],
4007            "authors": [
4008                {
4009                    "name": "Nils Adermann",
4010                    "email": "naderman@naderman.de",
4011                    "homepage": "http://www.naderman.de"
4012                },
4013                {
4014                    "name": "Jordi Boggiano",
4015                    "email": "j.boggiano@seld.be",
4016                    "homepage": "http://seld.be"
4017                },
4018                {
4019                    "name": "Rob Bast",
4020                    "email": "rob.bast@gmail.com",
4021                    "homepage": "http://robbast.nl"
4022                }
4023            ],
4024            "description": "Semver library that offers utilities, version constraint parsing and validation.",
4025            "keywords": [
4026                "semantic",
4027                "semver",
4028                "validation",
4029                "versioning"
4030            ],
4031            "time": "2020-01-13T12:06:48+00:00"
4032        },
4033        {
4034            "name": "composer/spdx-licenses",
4035            "version": "1.5.3",
4036            "source": {
4037                "type": "git",
4038                "url": "https://github.com/composer/spdx-licenses.git",
4039                "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
4040            },
4041            "dist": {
4042                "type": "zip",
4043                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
4044                "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
4045                "shasum": ""
4046            },
4047            "require": {
4048                "php": "^5.3.2 || ^7.0 || ^8.0"
4049            },
4050            "require-dev": {
4051                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
4052            },
4053            "type": "library",
4054            "extra": {
4055                "branch-alias": {
4056                    "dev-master": "1.x-dev"
4057                }
4058            },
4059            "autoload": {
4060                "psr-4": {
4061                    "Composer\\Spdx\\": "src"
4062                }
4063            },
4064            "notification-url": "https://packagist.org/downloads/",
4065            "license": [
4066                "MIT"
4067            ],
4068            "authors": [
4069                {
4070                    "name": "Nils Adermann",
4071                    "email": "naderman@naderman.de",
4072                    "homepage": "http://www.naderman.de"
4073                },
4074                {
4075                    "name": "Jordi Boggiano",
4076                    "email": "j.boggiano@seld.be",
4077                    "homepage": "http://seld.be"
4078                },
4079                {
4080                    "name": "Rob Bast",
4081                    "email": "rob.bast@gmail.com",
4082                    "homepage": "http://robbast.nl"
4083                }
4084            ],
4085            "description": "SPDX licenses list and validation library.",
4086            "keywords": [
4087                "license",
4088                "spdx",
4089                "validator"
4090            ],
4091            "time": "2020-02-14T07:44:31+00:00"
4092        },
4093        {
4094            "name": "composer/xdebug-handler",
4095            "version": "1.4.2",
4096            "source": {
4097                "type": "git",
4098                "url": "https://github.com/composer/xdebug-handler.git",
4099                "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
4100            },
4101            "dist": {
4102                "type": "zip",
4103                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
4104                "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
4105                "shasum": ""
4106            },
4107            "require": {
4108                "php": "^5.3.2 || ^7.0 || ^8.0",
4109                "psr/log": "^1.0"
4110            },
4111            "require-dev": {
4112                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
4113            },
4114            "type": "library",
4115            "autoload": {
4116                "psr-4": {
4117                    "Composer\\XdebugHandler\\": "src"
4118                }
4119            },
4120            "notification-url": "https://packagist.org/downloads/",
4121            "license": [
4122                "MIT"
4123            ],
4124            "authors": [
4125                {
4126                    "name": "John Stevenson",
4127                    "email": "john-stevenson@blueyonder.co.uk"
4128                }
4129            ],
4130            "description": "Restarts a process without Xdebug.",
4131            "keywords": [
4132                "Xdebug",
4133                "performance"
4134            ],
4135            "funding": [
4136                {
4137                    "url": "https://packagist.com",
4138                    "type": "custom"
4139                },
4140                {
4141                    "url": "https://github.com/composer",
4142                    "type": "github"
4143                },
4144                {
4145                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
4146                    "type": "tidelift"
4147                }
4148            ],
4149            "time": "2020-06-04T11:16:35+00:00"
4150        },
4151        {
4152            "name": "doctrine/instantiator",
4153            "version": "1.3.1",
4154            "source": {
4155                "type": "git",
4156                "url": "https://github.com/doctrine/instantiator.git",
4157                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
4158            },
4159            "dist": {
4160                "type": "zip",
4161                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
4162                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
4163                "shasum": ""
4164            },
4165            "require": {
4166                "php": "^7.1 || ^8.0"
4167            },
4168            "require-dev": {
4169                "doctrine/coding-standard": "^6.0",
4170                "ext-pdo": "*",
4171                "ext-phar": "*",
4172                "phpbench/phpbench": "^0.13",
4173                "phpstan/phpstan-phpunit": "^0.11",
4174                "phpstan/phpstan-shim": "^0.11",
4175                "phpunit/phpunit": "^7.0"
4176            },
4177            "type": "library",
4178            "extra": {
4179                "branch-alias": {
4180                    "dev-master": "1.2.x-dev"
4181                }
4182            },
4183            "autoload": {
4184                "psr-4": {
4185                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4186                }
4187            },
4188            "notification-url": "https://packagist.org/downloads/",
4189            "license": [
4190                "MIT"
4191            ],
4192            "authors": [
4193                {
4194                    "name": "Marco Pivetta",
4195                    "email": "ocramius@gmail.com",
4196                    "homepage": "http://ocramius.github.com/"
4197                }
4198            ],
4199            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4200            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
4201            "keywords": [
4202                "constructor",
4203                "instantiate"
4204            ],
4205            "funding": [
4206                {
4207                    "url": "https://www.doctrine-project.org/sponsorship.html",
4208                    "type": "custom"
4209                },
4210                {
4211                    "url": "https://www.patreon.com/phpdoctrine",
4212                    "type": "patreon"
4213                },
4214                {
4215                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
4216                    "type": "tidelift"
4217                }
4218            ],
4219            "time": "2020-05-29T17:27:14+00:00"
4220        },
4221        {
4222            "name": "justinrainbow/json-schema",
4223            "version": "5.2.10",
4224            "source": {
4225                "type": "git",
4226                "url": "https://github.com/justinrainbow/json-schema.git",
4227                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
4228            },
4229            "dist": {
4230                "type": "zip",
4231                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
4232                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
4233                "shasum": ""
4234            },
4235            "require": {
4236                "php": ">=5.3.3"
4237            },
4238            "require-dev": {
4239                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
4240                "json-schema/json-schema-test-suite": "1.2.0",
4241                "phpunit/phpunit": "^4.8.35"
4242            },
4243            "bin": [
4244                "bin/validate-json"
4245            ],
4246            "type": "library",
4247            "extra": {
4248                "branch-alias": {
4249                    "dev-master": "5.0.x-dev"
4250                }
4251            },
4252            "autoload": {
4253                "psr-4": {
4254                    "JsonSchema\\": "src/JsonSchema/"
4255                }
4256            },
4257            "notification-url": "https://packagist.org/downloads/",
4258            "license": [
4259                "MIT"
4260            ],
4261            "authors": [
4262                {
4263                    "name": "Bruno Prieto Reis",
4264                    "email": "bruno.p.reis@gmail.com"
4265                },
4266                {
4267                    "name": "Justin Rainbow",
4268                    "email": "justin.rainbow@gmail.com"
4269                },
4270                {
4271                    "name": "Igor Wiedler",
4272                    "email": "igor@wiedler.ch"
4273                },
4274                {
4275                    "name": "Robert Schönthal",
4276                    "email": "seroscho@googlemail.com"
4277                }
4278            ],
4279            "description": "A library to validate a json schema.",
4280            "homepage": "https://github.com/justinrainbow/json-schema",
4281            "keywords": [
4282                "json",
4283                "schema"
4284            ],
4285            "time": "2020-05-27T16:41:55+00:00"
4286        },
4287        {
4288            "name": "league/flysystem-memory",
4289            "version": "1.0.2",
4290            "source": {
4291                "type": "git",
4292                "url": "https://github.com/thephpleague/flysystem-memory.git",
4293                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757"
4294            },
4295            "dist": {
4296                "type": "zip",
4297                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757",
4298                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757",
4299                "shasum": ""
4300            },
4301            "require": {
4302                "league/flysystem": "~1.0"
4303            },
4304            "require-dev": {
4305                "phpunit/phpunit": "^5.7.10"
4306            },
4307            "type": "library",
4308            "extra": {
4309                "branch-alias": {
4310                    "dev-master": "1.0-dev"
4311                }
4312            },
4313            "autoload": {
4314                "psr-4": {
4315                    "League\\Flysystem\\Memory\\": "src/"
4316                }
4317            },
4318            "notification-url": "https://packagist.org/downloads/",
4319            "license": [
4320                "MIT"
4321            ],
4322            "authors": [
4323                {
4324                    "name": "Chris Leppanen",
4325                    "email": "chris.leppanen@gmail.com",
4326                    "role": "Developer"
4327                }
4328            ],
4329            "description": "An in-memory adapter for Flysystem.",
4330            "homepage": "https://github.com/thephpleague/flysystem-memory",
4331            "keywords": [
4332                "Flysystem",
4333                "adapter",
4334                "memory"
4335            ],
4336            "time": "2019-05-30T21:34:13+00:00"
4337        },
4338        {
4339            "name": "maximebf/debugbar",
4340            "version": "v1.16.3",
4341            "source": {
4342                "type": "git",
4343                "url": "https://github.com/maximebf/php-debugbar.git",
4344                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
4345            },
4346            "dist": {
4347                "type": "zip",
4348                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
4349                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
4350                "shasum": ""
4351            },
4352            "require": {
4353                "php": "^7.1",
4354                "psr/log": "^1.0",
4355                "symfony/var-dumper": "^2.6|^3|^4|^5"
4356            },
4357            "require-dev": {
4358                "phpunit/phpunit": "^5"
4359            },
4360            "suggest": {
4361                "kriswallsmith/assetic": "The best way to manage assets",
4362                "monolog/monolog": "Log using Monolog",
4363                "predis/predis": "Redis storage"
4364            },
4365            "type": "library",
4366            "extra": {
4367                "branch-alias": {
4368                    "dev-master": "1.16-dev"
4369                }
4370            },
4371            "autoload": {
4372                "psr-4": {
4373                    "DebugBar\\": "src/DebugBar/"
4374                }
4375            },
4376            "notification-url": "https://packagist.org/downloads/",
4377            "license": [
4378                "MIT"
4379            ],
4380            "authors": [
4381                {
4382                    "name": "Maxime Bouroumeau-Fuseau",
4383                    "email": "maxime.bouroumeau@gmail.com",
4384                    "homepage": "http://maximebf.com"
4385                },
4386                {
4387                    "name": "Barry vd. Heuvel",
4388                    "email": "barryvdh@gmail.com"
4389                }
4390            ],
4391            "description": "Debug bar in the browser for php application",
4392            "homepage": "https://github.com/maximebf/php-debugbar",
4393            "keywords": [
4394                "debug",
4395                "debugbar"
4396            ],
4397            "time": "2020-05-06T07:06:27+00:00"
4398        },
4399        {
4400            "name": "myclabs/deep-copy",
4401            "version": "1.10.1",
4402            "source": {
4403                "type": "git",
4404                "url": "https://github.com/myclabs/DeepCopy.git",
4405                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
4406            },
4407            "dist": {
4408                "type": "zip",
4409                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
4410                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
4411                "shasum": ""
4412            },
4413            "require": {
4414                "php": "^7.1 || ^8.0"
4415            },
4416            "replace": {
4417                "myclabs/deep-copy": "self.version"
4418            },
4419            "require-dev": {
4420                "doctrine/collections": "^1.0",
4421                "doctrine/common": "^2.6",
4422                "phpunit/phpunit": "^7.1"
4423            },
4424            "type": "library",
4425            "autoload": {
4426                "psr-4": {
4427                    "DeepCopy\\": "src/DeepCopy/"
4428                },
4429                "files": [
4430                    "src/DeepCopy/deep_copy.php"
4431                ]
4432            },
4433            "notification-url": "https://packagist.org/downloads/",
4434            "license": [
4435                "MIT"
4436            ],
4437            "description": "Create deep copies (clones) of your objects",
4438            "keywords": [
4439                "clone",
4440                "copy",
4441                "duplicate",
4442                "object",
4443                "object graph"
4444            ],
4445            "funding": [
4446                {
4447                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4448                    "type": "tidelift"
4449                }
4450            ],
4451            "time": "2020-06-29T13:22:24+00:00"
4452        },
4453        {
4454            "name": "phar-io/manifest",
4455            "version": "1.0.3",
4456            "source": {
4457                "type": "git",
4458                "url": "https://github.com/phar-io/manifest.git",
4459                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
4460            },
4461            "dist": {
4462                "type": "zip",
4463                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4464                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4465                "shasum": ""
4466            },
4467            "require": {
4468                "ext-dom": "*",
4469                "ext-phar": "*",
4470                "phar-io/version": "^2.0",
4471                "php": "^5.6 || ^7.0"
4472            },
4473            "type": "library",
4474            "extra": {
4475                "branch-alias": {
4476                    "dev-master": "1.0.x-dev"
4477                }
4478            },
4479            "autoload": {
4480                "classmap": [
4481                    "src/"
4482                ]
4483            },
4484            "notification-url": "https://packagist.org/downloads/",
4485            "license": [
4486                "BSD-3-Clause"
4487            ],
4488            "authors": [
4489                {
4490                    "name": "Arne Blankerts",
4491                    "email": "arne@blankerts.de",
4492                    "role": "Developer"
4493                },
4494                {
4495                    "name": "Sebastian Heuer",
4496                    "email": "sebastian@phpeople.de",
4497                    "role": "Developer"
4498                },
4499                {
4500                    "name": "Sebastian Bergmann",
4501                    "email": "sebastian@phpunit.de",
4502                    "role": "Developer"
4503                }
4504            ],
4505            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4506            "time": "2018-07-08T19:23:20+00:00"
4507        },
4508        {
4509            "name": "phar-io/version",
4510            "version": "2.0.1",
4511            "source": {
4512                "type": "git",
4513                "url": "https://github.com/phar-io/version.git",
4514                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
4515            },
4516            "dist": {
4517                "type": "zip",
4518                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4519                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4520                "shasum": ""
4521            },
4522            "require": {
4523                "php": "^5.6 || ^7.0"
4524            },
4525            "type": "library",
4526            "autoload": {
4527                "classmap": [
4528                    "src/"
4529                ]
4530            },
4531            "notification-url": "https://packagist.org/downloads/",
4532            "license": [
4533                "BSD-3-Clause"
4534            ],
4535            "authors": [
4536                {
4537                    "name": "Arne Blankerts",
4538                    "email": "arne@blankerts.de",
4539                    "role": "Developer"
4540                },
4541                {
4542                    "name": "Sebastian Heuer",
4543                    "email": "sebastian@phpeople.de",
4544                    "role": "Developer"
4545                },
4546                {
4547                    "name": "Sebastian Bergmann",
4548                    "email": "sebastian@phpunit.de",
4549                    "role": "Developer"
4550                }
4551            ],
4552            "description": "Library for handling version information and constraints",
4553            "time": "2018-07-08T19:19:57+00:00"
4554        },
4555        {
4556            "name": "php-coveralls/php-coveralls",
4557            "version": "v2.2.0",
4558            "source": {
4559                "type": "git",
4560                "url": "https://github.com/php-coveralls/php-coveralls.git",
4561                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae"
4562            },
4563            "dist": {
4564                "type": "zip",
4565                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3e6420fa666ef7bae5e750ddeac903153e193bae",
4566                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae",
4567                "shasum": ""
4568            },
4569            "require": {
4570                "ext-json": "*",
4571                "ext-simplexml": "*",
4572                "guzzlehttp/guzzle": "^6.0",
4573                "php": "^5.5 || ^7.0",
4574                "psr/log": "^1.0",
4575                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4576                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4577                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0",
4578                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0"
4579            },
4580            "require-dev": {
4581                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
4582            },
4583            "suggest": {
4584                "symfony/http-kernel": "Allows Symfony integration"
4585            },
4586            "bin": [
4587                "bin/php-coveralls"
4588            ],
4589            "type": "library",
4590            "extra": {
4591                "branch-alias": {
4592                    "dev-master": "2.2-dev"
4593                }
4594            },
4595            "autoload": {
4596                "psr-4": {
4597                    "PhpCoveralls\\": "src/"
4598                }
4599            },
4600            "notification-url": "https://packagist.org/downloads/",
4601            "license": [
4602                "MIT"
4603            ],
4604            "authors": [
4605                {
4606                    "name": "Kitamura Satoshi",
4607                    "email": "with.no.parachute@gmail.com",
4608                    "homepage": "https://www.facebook.com/satooshi.jp",
4609                    "role": "Original creator"
4610                },
4611                {
4612                    "name": "Takashi Matsuo",
4613                    "email": "tmatsuo@google.com"
4614                },
4615                {
4616                    "name": "Google Inc"
4617                },
4618                {
4619                    "name": "Dariusz Ruminski",
4620                    "email": "dariusz.ruminski@gmail.com",
4621                    "homepage": "https://github.com/keradus"
4622                },
4623                {
4624                    "name": "Contributors",
4625                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
4626                }
4627            ],
4628            "description": "PHP client library for Coveralls API",
4629            "homepage": "https://github.com/php-coveralls/php-coveralls",
4630            "keywords": [
4631                "ci",
4632                "coverage",
4633                "github",
4634                "test"
4635            ],
4636            "time": "2019-11-20T16:29:20+00:00"
4637        },
4638        {
4639            "name": "phpdocumentor/reflection-common",
4640            "version": "2.1.0",
4641            "source": {
4642                "type": "git",
4643                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4644                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
4645            },
4646            "dist": {
4647                "type": "zip",
4648                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4649                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4650                "shasum": ""
4651            },
4652            "require": {
4653                "php": ">=7.1"
4654            },
4655            "type": "library",
4656            "extra": {
4657                "branch-alias": {
4658                    "dev-master": "2.x-dev"
4659                }
4660            },
4661            "autoload": {
4662                "psr-4": {
4663                    "phpDocumentor\\Reflection\\": "src/"
4664                }
4665            },
4666            "notification-url": "https://packagist.org/downloads/",
4667            "license": [
4668                "MIT"
4669            ],
4670            "authors": [
4671                {
4672                    "name": "Jaap van Otterdijk",
4673                    "email": "opensource@ijaap.nl"
4674                }
4675            ],
4676            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4677            "homepage": "http://www.phpdoc.org",
4678            "keywords": [
4679                "FQSEN",
4680                "phpDocumentor",
4681                "phpdoc",
4682                "reflection",
4683                "static analysis"
4684            ],
4685            "time": "2020-04-27T09:25:28+00:00"
4686        },
4687        {
4688            "name": "phpdocumentor/reflection-docblock",
4689            "version": "4.3.4",
4690            "source": {
4691                "type": "git",
4692                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4693                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
4694            },
4695            "dist": {
4696                "type": "zip",
4697                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
4698                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
4699                "shasum": ""
4700            },
4701            "require": {
4702                "php": "^7.0",
4703                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
4704                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
4705                "webmozart/assert": "^1.0"
4706            },
4707            "require-dev": {
4708                "doctrine/instantiator": "^1.0.5",
4709                "mockery/mockery": "^1.0",
4710                "phpdocumentor/type-resolver": "0.4.*",
4711                "phpunit/phpunit": "^6.4"
4712            },
4713            "type": "library",
4714            "extra": {
4715                "branch-alias": {
4716                    "dev-master": "4.x-dev"
4717                }
4718            },
4719            "autoload": {
4720                "psr-4": {
4721                    "phpDocumentor\\Reflection\\": [
4722                        "src/"
4723                    ]
4724                }
4725            },
4726            "notification-url": "https://packagist.org/downloads/",
4727            "license": [
4728                "MIT"
4729            ],
4730            "authors": [
4731                {
4732                    "name": "Mike van Riel",
4733                    "email": "me@mikevanriel.com"
4734                }
4735            ],
4736            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4737            "time": "2019-12-28T18:55:12+00:00"
4738        },
4739        {
4740            "name": "phpdocumentor/type-resolver",
4741            "version": "1.0.1",
4742            "source": {
4743                "type": "git",
4744                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4745                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
4746            },
4747            "dist": {
4748                "type": "zip",
4749                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4750                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4751                "shasum": ""
4752            },
4753            "require": {
4754                "php": "^7.1",
4755                "phpdocumentor/reflection-common": "^2.0"
4756            },
4757            "require-dev": {
4758                "ext-tokenizer": "^7.1",
4759                "mockery/mockery": "~1",
4760                "phpunit/phpunit": "^7.0"
4761            },
4762            "type": "library",
4763            "extra": {
4764                "branch-alias": {
4765                    "dev-master": "1.x-dev"
4766                }
4767            },
4768            "autoload": {
4769                "psr-4": {
4770                    "phpDocumentor\\Reflection\\": "src"
4771                }
4772            },
4773            "notification-url": "https://packagist.org/downloads/",
4774            "license": [
4775                "MIT"
4776            ],
4777            "authors": [
4778                {
4779                    "name": "Mike van Riel",
4780                    "email": "me@mikevanriel.com"
4781                }
4782            ],
4783            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
4784            "time": "2019-08-22T18:11:29+00:00"
4785        },
4786        {
4787            "name": "phpspec/prophecy",
4788            "version": "v1.10.3",
4789            "source": {
4790                "type": "git",
4791                "url": "https://github.com/phpspec/prophecy.git",
4792                "reference": "451c3cd1418cf640de218914901e51b064abb093"
4793            },
4794            "dist": {
4795                "type": "zip",
4796                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
4797                "reference": "451c3cd1418cf640de218914901e51b064abb093",
4798                "shasum": ""
4799            },
4800            "require": {
4801                "doctrine/instantiator": "^1.0.2",
4802                "php": "^5.3|^7.0",
4803                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
4804                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
4805                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
4806            },
4807            "require-dev": {
4808                "phpspec/phpspec": "^2.5 || ^3.2",
4809                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4810            },
4811            "type": "library",
4812            "extra": {
4813                "branch-alias": {
4814                    "dev-master": "1.10.x-dev"
4815                }
4816            },
4817            "autoload": {
4818                "psr-4": {
4819                    "Prophecy\\": "src/Prophecy"
4820                }
4821            },
4822            "notification-url": "https://packagist.org/downloads/",
4823            "license": [
4824                "MIT"
4825            ],
4826            "authors": [
4827                {
4828                    "name": "Konstantin Kudryashov",
4829                    "email": "ever.zet@gmail.com",
4830                    "homepage": "http://everzet.com"
4831                },
4832                {
4833                    "name": "Marcello Duarte",
4834                    "email": "marcello.duarte@gmail.com"
4835                }
4836            ],
4837            "description": "Highly opinionated mocking framework for PHP 5.3+",
4838            "homepage": "https://github.com/phpspec/prophecy",
4839            "keywords": [
4840                "Double",
4841                "Dummy",
4842                "fake",
4843                "mock",
4844                "spy",
4845                "stub"
4846            ],
4847            "time": "2020-03-05T15:02:03+00:00"
4848        },
4849        {
4850            "name": "phpunit/php-code-coverage",
4851            "version": "6.1.4",
4852            "source": {
4853                "type": "git",
4854                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4855                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
4856            },
4857            "dist": {
4858                "type": "zip",
4859                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4860                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4861                "shasum": ""
4862            },
4863            "require": {
4864                "ext-dom": "*",
4865                "ext-xmlwriter": "*",
4866                "php": "^7.1",
4867                "phpunit/php-file-iterator": "^2.0",
4868                "phpunit/php-text-template": "^1.2.1",
4869                "phpunit/php-token-stream": "^3.0",
4870                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4871                "sebastian/environment": "^3.1 || ^4.0",
4872                "sebastian/version": "^2.0.1",
4873                "theseer/tokenizer": "^1.1"
4874            },
4875            "require-dev": {
4876                "phpunit/phpunit": "^7.0"
4877            },
4878            "suggest": {
4879                "ext-xdebug": "^2.6.0"
4880            },
4881            "type": "library",
4882            "extra": {
4883                "branch-alias": {
4884                    "dev-master": "6.1-dev"
4885                }
4886            },
4887            "autoload": {
4888                "classmap": [
4889                    "src/"
4890                ]
4891            },
4892            "notification-url": "https://packagist.org/downloads/",
4893            "license": [
4894                "BSD-3-Clause"
4895            ],
4896            "authors": [
4897                {
4898                    "name": "Sebastian Bergmann",
4899                    "email": "sebastian@phpunit.de",
4900                    "role": "lead"
4901                }
4902            ],
4903            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4904            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4905            "keywords": [
4906                "coverage",
4907                "testing",
4908                "xunit"
4909            ],
4910            "time": "2018-10-31T16:06:48+00:00"
4911        },
4912        {
4913            "name": "phpunit/php-file-iterator",
4914            "version": "2.0.2",
4915            "source": {
4916                "type": "git",
4917                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4918                "reference": "050bedf145a257b1ff02746c31894800e5122946"
4919            },
4920            "dist": {
4921                "type": "zip",
4922                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
4923                "reference": "050bedf145a257b1ff02746c31894800e5122946",
4924                "shasum": ""
4925            },
4926            "require": {
4927                "php": "^7.1"
4928            },
4929            "require-dev": {
4930                "phpunit/phpunit": "^7.1"
4931            },
4932            "type": "library",
4933            "extra": {
4934                "branch-alias": {
4935                    "dev-master": "2.0.x-dev"
4936                }
4937            },
4938            "autoload": {
4939                "classmap": [
4940                    "src/"
4941                ]
4942            },
4943            "notification-url": "https://packagist.org/downloads/",
4944            "license": [
4945                "BSD-3-Clause"
4946            ],
4947            "authors": [
4948                {
4949                    "name": "Sebastian Bergmann",
4950                    "email": "sebastian@phpunit.de",
4951                    "role": "lead"
4952                }
4953            ],
4954            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4955            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4956            "keywords": [
4957                "filesystem",
4958                "iterator"
4959            ],
4960            "time": "2018-09-13T20:33:42+00:00"
4961        },
4962        {
4963            "name": "phpunit/php-text-template",
4964            "version": "1.2.1",
4965            "source": {
4966                "type": "git",
4967                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4968                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4969            },
4970            "dist": {
4971                "type": "zip",
4972                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4973                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4974                "shasum": ""
4975            },
4976            "require": {
4977                "php": ">=5.3.3"
4978            },
4979            "type": "library",
4980            "autoload": {
4981                "classmap": [
4982                    "src/"
4983                ]
4984            },
4985            "notification-url": "https://packagist.org/downloads/",
4986            "license": [
4987                "BSD-3-Clause"
4988            ],
4989            "authors": [
4990                {
4991                    "name": "Sebastian Bergmann",
4992                    "email": "sebastian@phpunit.de",
4993                    "role": "lead"
4994                }
4995            ],
4996            "description": "Simple template engine.",
4997            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4998            "keywords": [
4999                "template"
5000            ],
5001            "time": "2015-06-21T13:50:34+00:00"
5002        },
5003        {
5004            "name": "phpunit/php-timer",
5005            "version": "2.1.2",
5006            "source": {
5007                "type": "git",
5008                "url": "https://github.com/sebastianbergmann/php-timer.git",
5009                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
5010            },
5011            "dist": {
5012                "type": "zip",
5013                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
5014                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
5015                "shasum": ""
5016            },
5017            "require": {
5018                "php": "^7.1"
5019            },
5020            "require-dev": {
5021                "phpunit/phpunit": "^7.0"
5022            },
5023            "type": "library",
5024            "extra": {
5025                "branch-alias": {
5026                    "dev-master": "2.1-dev"
5027                }
5028            },
5029            "autoload": {
5030                "classmap": [
5031                    "src/"
5032                ]
5033            },
5034            "notification-url": "https://packagist.org/downloads/",
5035            "license": [
5036                "BSD-3-Clause"
5037            ],
5038            "authors": [
5039                {
5040                    "name": "Sebastian Bergmann",
5041                    "email": "sebastian@phpunit.de",
5042                    "role": "lead"
5043                }
5044            ],
5045            "description": "Utility class for timing",
5046            "homepage": "https://github.com/sebastianbergmann/php-timer/",
5047            "keywords": [
5048                "timer"
5049            ],
5050            "time": "2019-06-07T04:22:29+00:00"
5051        },
5052        {
5053            "name": "phpunit/php-token-stream",
5054            "version": "3.1.1",
5055            "source": {
5056                "type": "git",
5057                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5058                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
5059            },
5060            "dist": {
5061                "type": "zip",
5062                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
5063                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
5064                "shasum": ""
5065            },
5066            "require": {
5067                "ext-tokenizer": "*",
5068                "php": "^7.1"
5069            },
5070            "require-dev": {
5071                "phpunit/phpunit": "^7.0"
5072            },
5073            "type": "library",
5074            "extra": {
5075                "branch-alias": {
5076                    "dev-master": "3.1-dev"
5077                }
5078            },
5079            "autoload": {
5080                "classmap": [
5081                    "src/"
5082                ]
5083            },
5084            "notification-url": "https://packagist.org/downloads/",
5085            "license": [
5086                "BSD-3-Clause"
5087            ],
5088            "authors": [
5089                {
5090                    "name": "Sebastian Bergmann",
5091                    "email": "sebastian@phpunit.de"
5092                }
5093            ],
5094            "description": "Wrapper around PHP's tokenizer extension.",
5095            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5096            "keywords": [
5097                "tokenizer"
5098            ],
5099            "time": "2019-09-17T06:23:10+00:00"
5100        },
5101        {
5102            "name": "phpunit/phpunit",
5103            "version": "7.5.20",
5104            "source": {
5105                "type": "git",
5106                "url": "https://github.com/sebastianbergmann/phpunit.git",
5107                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
5108            },
5109            "dist": {
5110                "type": "zip",
5111                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
5112                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
5113                "shasum": ""
5114            },
5115            "require": {
5116                "doctrine/instantiator": "^1.1",
5117                "ext-dom": "*",
5118                "ext-json": "*",
5119                "ext-libxml": "*",
5120                "ext-mbstring": "*",
5121                "ext-xml": "*",
5122                "myclabs/deep-copy": "^1.7",
5123                "phar-io/manifest": "^1.0.2",
5124                "phar-io/version": "^2.0",
5125                "php": "^7.1",
5126                "phpspec/prophecy": "^1.7",
5127                "phpunit/php-code-coverage": "^6.0.7",
5128                "phpunit/php-file-iterator": "^2.0.1",
5129                "phpunit/php-text-template": "^1.2.1",
5130                "phpunit/php-timer": "^2.1",
5131                "sebastian/comparator": "^3.0",
5132                "sebastian/diff": "^3.0",
5133                "sebastian/environment": "^4.0",
5134                "sebastian/exporter": "^3.1",
5135                "sebastian/global-state": "^2.0",
5136                "sebastian/object-enumerator": "^3.0.3",
5137                "sebastian/resource-operations": "^2.0",
5138                "sebastian/version": "^2.0.1"
5139            },
5140            "conflict": {
5141                "phpunit/phpunit-mock-objects": "*"
5142            },
5143            "require-dev": {
5144                "ext-pdo": "*"
5145            },
5146            "suggest": {
5147                "ext-soap": "*",
5148                "ext-xdebug": "*",
5149                "phpunit/php-invoker": "^2.0"
5150            },
5151            "bin": [
5152                "phpunit"
5153            ],
5154            "type": "library",
5155            "extra": {
5156                "branch-alias": {
5157                    "dev-master": "7.5-dev"
5158                }
5159            },
5160            "autoload": {
5161                "classmap": [
5162                    "src/"
5163                ]
5164            },
5165            "notification-url": "https://packagist.org/downloads/",
5166            "license": [
5167                "BSD-3-Clause"
5168            ],
5169            "authors": [
5170                {
5171                    "name": "Sebastian Bergmann",
5172                    "email": "sebastian@phpunit.de",
5173                    "role": "lead"
5174                }
5175            ],
5176            "description": "The PHP Unit Testing framework.",
5177            "homepage": "https://phpunit.de/",
5178            "keywords": [
5179                "phpunit",
5180                "testing",
5181                "xunit"
5182            ],
5183            "time": "2020-01-08T08:45:45+00:00"
5184        },
5185        {
5186            "name": "sebastian/code-unit-reverse-lookup",
5187            "version": "1.0.1",
5188            "source": {
5189                "type": "git",
5190                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5191                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5192            },
5193            "dist": {
5194                "type": "zip",
5195                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5196                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5197                "shasum": ""
5198            },
5199            "require": {
5200                "php": "^5.6 || ^7.0"
5201            },
5202            "require-dev": {
5203                "phpunit/phpunit": "^5.7 || ^6.0"
5204            },
5205            "type": "library",
5206            "extra": {
5207                "branch-alias": {
5208                    "dev-master": "1.0.x-dev"
5209                }
5210            },
5211            "autoload": {
5212                "classmap": [
5213                    "src/"
5214                ]
5215            },
5216            "notification-url": "https://packagist.org/downloads/",
5217            "license": [
5218                "BSD-3-Clause"
5219            ],
5220            "authors": [
5221                {
5222                    "name": "Sebastian Bergmann",
5223                    "email": "sebastian@phpunit.de"
5224                }
5225            ],
5226            "description": "Looks up which function or method a line of code belongs to",
5227            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5228            "time": "2017-03-04T06:30:41+00:00"
5229        },
5230        {
5231            "name": "sebastian/comparator",
5232            "version": "3.0.2",
5233            "source": {
5234                "type": "git",
5235                "url": "https://github.com/sebastianbergmann/comparator.git",
5236                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
5237            },
5238            "dist": {
5239                "type": "zip",
5240                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5241                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5242                "shasum": ""
5243            },
5244            "require": {
5245                "php": "^7.1",
5246                "sebastian/diff": "^3.0",
5247                "sebastian/exporter": "^3.1"
5248            },
5249            "require-dev": {
5250                "phpunit/phpunit": "^7.1"
5251            },
5252            "type": "library",
5253            "extra": {
5254                "branch-alias": {
5255                    "dev-master": "3.0-dev"
5256                }
5257            },
5258            "autoload": {
5259                "classmap": [
5260                    "src/"
5261                ]
5262            },
5263            "notification-url": "https://packagist.org/downloads/",
5264            "license": [
5265                "BSD-3-Clause"
5266            ],
5267            "authors": [
5268                {
5269                    "name": "Jeff Welch",
5270                    "email": "whatthejeff@gmail.com"
5271                },
5272                {
5273                    "name": "Volker Dusch",
5274                    "email": "github@wallbash.com"
5275                },
5276                {
5277                    "name": "Bernhard Schussek",
5278                    "email": "bschussek@2bepublished.at"
5279                },
5280                {
5281                    "name": "Sebastian Bergmann",
5282                    "email": "sebastian@phpunit.de"
5283                }
5284            ],
5285            "description": "Provides the functionality to compare PHP values for equality",
5286            "homepage": "https://github.com/sebastianbergmann/comparator",
5287            "keywords": [
5288                "comparator",
5289                "compare",
5290                "equality"
5291            ],
5292            "time": "2018-07-12T15:12:46+00:00"
5293        },
5294        {
5295            "name": "sebastian/diff",
5296            "version": "3.0.2",
5297            "source": {
5298                "type": "git",
5299                "url": "https://github.com/sebastianbergmann/diff.git",
5300                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
5301            },
5302            "dist": {
5303                "type": "zip",
5304                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5305                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5306                "shasum": ""
5307            },
5308            "require": {
5309                "php": "^7.1"
5310            },
5311            "require-dev": {
5312                "phpunit/phpunit": "^7.5 || ^8.0",
5313                "symfony/process": "^2 || ^3.3 || ^4"
5314            },
5315            "type": "library",
5316            "extra": {
5317                "branch-alias": {
5318                    "dev-master": "3.0-dev"
5319                }
5320            },
5321            "autoload": {
5322                "classmap": [
5323                    "src/"
5324                ]
5325            },
5326            "notification-url": "https://packagist.org/downloads/",
5327            "license": [
5328                "BSD-3-Clause"
5329            ],
5330            "authors": [
5331                {
5332                    "name": "Kore Nordmann",
5333                    "email": "mail@kore-nordmann.de"
5334                },
5335                {
5336                    "name": "Sebastian Bergmann",
5337                    "email": "sebastian@phpunit.de"
5338                }
5339            ],
5340            "description": "Diff implementation",
5341            "homepage": "https://github.com/sebastianbergmann/diff",
5342            "keywords": [
5343                "diff",
5344                "udiff",
5345                "unidiff",
5346                "unified diff"
5347            ],
5348            "time": "2019-02-04T06:01:07+00:00"
5349        },
5350        {
5351            "name": "sebastian/environment",
5352            "version": "4.2.3",
5353            "source": {
5354                "type": "git",
5355                "url": "https://github.com/sebastianbergmann/environment.git",
5356                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
5357            },
5358            "dist": {
5359                "type": "zip",
5360                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5361                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5362                "shasum": ""
5363            },
5364            "require": {
5365                "php": "^7.1"
5366            },
5367            "require-dev": {
5368                "phpunit/phpunit": "^7.5"
5369            },
5370            "suggest": {
5371                "ext-posix": "*"
5372            },
5373            "type": "library",
5374            "extra": {
5375                "branch-alias": {
5376                    "dev-master": "4.2-dev"
5377                }
5378            },
5379            "autoload": {
5380                "classmap": [
5381                    "src/"
5382                ]
5383            },
5384            "notification-url": "https://packagist.org/downloads/",
5385            "license": [
5386                "BSD-3-Clause"
5387            ],
5388            "authors": [
5389                {
5390                    "name": "Sebastian Bergmann",
5391                    "email": "sebastian@phpunit.de"
5392                }
5393            ],
5394            "description": "Provides functionality to handle HHVM/PHP environments",
5395            "homepage": "http://www.github.com/sebastianbergmann/environment",
5396            "keywords": [
5397                "Xdebug",
5398                "environment",
5399                "hhvm"
5400            ],
5401            "time": "2019-11-20T08:46:58+00:00"
5402        },
5403        {
5404            "name": "sebastian/exporter",
5405            "version": "3.1.2",
5406            "source": {
5407                "type": "git",
5408                "url": "https://github.com/sebastianbergmann/exporter.git",
5409                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
5410            },
5411            "dist": {
5412                "type": "zip",
5413                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
5414                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
5415                "shasum": ""
5416            },
5417            "require": {
5418                "php": "^7.0",
5419                "sebastian/recursion-context": "^3.0"
5420            },
5421            "require-dev": {
5422                "ext-mbstring": "*",
5423                "phpunit/phpunit": "^6.0"
5424            },
5425            "type": "library",
5426            "extra": {
5427                "branch-alias": {
5428                    "dev-master": "3.1.x-dev"
5429                }
5430            },
5431            "autoload": {
5432                "classmap": [
5433                    "src/"
5434                ]
5435            },
5436            "notification-url": "https://packagist.org/downloads/",
5437            "license": [
5438                "BSD-3-Clause"
5439            ],
5440            "authors": [
5441                {
5442                    "name": "Sebastian Bergmann",
5443                    "email": "sebastian@phpunit.de"
5444                },
5445                {
5446                    "name": "Jeff Welch",
5447                    "email": "whatthejeff@gmail.com"
5448                },
5449                {
5450                    "name": "Volker Dusch",
5451                    "email": "github@wallbash.com"
5452                },
5453                {
5454                    "name": "Adam Harvey",
5455                    "email": "aharvey@php.net"
5456                },
5457                {
5458                    "name": "Bernhard Schussek",
5459                    "email": "bschussek@gmail.com"
5460                }
5461            ],
5462            "description": "Provides the functionality to export PHP variables for visualization",
5463            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5464            "keywords": [
5465                "export",
5466                "exporter"
5467            ],
5468            "time": "2019-09-14T09:02:43+00:00"
5469        },
5470        {
5471            "name": "sebastian/global-state",
5472            "version": "2.0.0",
5473            "source": {
5474                "type": "git",
5475                "url": "https://github.com/sebastianbergmann/global-state.git",
5476                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5477            },
5478            "dist": {
5479                "type": "zip",
5480                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5481                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5482                "shasum": ""
5483            },
5484            "require": {
5485                "php": "^7.0"
5486            },
5487            "require-dev": {
5488                "phpunit/phpunit": "^6.0"
5489            },
5490            "suggest": {
5491                "ext-uopz": "*"
5492            },
5493            "type": "library",
5494            "extra": {
5495                "branch-alias": {
5496                    "dev-master": "2.0-dev"
5497                }
5498            },
5499            "autoload": {
5500                "classmap": [
5501                    "src/"
5502                ]
5503            },
5504            "notification-url": "https://packagist.org/downloads/",
5505            "license": [
5506                "BSD-3-Clause"
5507            ],
5508            "authors": [
5509                {
5510                    "name": "Sebastian Bergmann",
5511                    "email": "sebastian@phpunit.de"
5512                }
5513            ],
5514            "description": "Snapshotting of global state",
5515            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5516            "keywords": [
5517                "global state"
5518            ],
5519            "time": "2017-04-27T15:39:26+00:00"
5520        },
5521        {
5522            "name": "sebastian/object-enumerator",
5523            "version": "3.0.3",
5524            "source": {
5525                "type": "git",
5526                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5527                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5528            },
5529            "dist": {
5530                "type": "zip",
5531                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5532                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5533                "shasum": ""
5534            },
5535            "require": {
5536                "php": "^7.0",
5537                "sebastian/object-reflector": "^1.1.1",
5538                "sebastian/recursion-context": "^3.0"
5539            },
5540            "require-dev": {
5541                "phpunit/phpunit": "^6.0"
5542            },
5543            "type": "library",
5544            "extra": {
5545                "branch-alias": {
5546                    "dev-master": "3.0.x-dev"
5547                }
5548            },
5549            "autoload": {
5550                "classmap": [
5551                    "src/"
5552                ]
5553            },
5554            "notification-url": "https://packagist.org/downloads/",
5555            "license": [
5556                "BSD-3-Clause"
5557            ],
5558            "authors": [
5559                {
5560                    "name": "Sebastian Bergmann",
5561                    "email": "sebastian@phpunit.de"
5562                }
5563            ],
5564            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5565            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5566            "time": "2017-08-03T12:35:26+00:00"
5567        },
5568        {
5569            "name": "sebastian/object-reflector",
5570            "version": "1.1.1",
5571            "source": {
5572                "type": "git",
5573                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5574                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5575            },
5576            "dist": {
5577                "type": "zip",
5578                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5579                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5580                "shasum": ""
5581            },
5582            "require": {
5583                "php": "^7.0"
5584            },
5585            "require-dev": {
5586                "phpunit/phpunit": "^6.0"
5587            },
5588            "type": "library",
5589            "extra": {
5590                "branch-alias": {
5591                    "dev-master": "1.1-dev"
5592                }
5593            },
5594            "autoload": {
5595                "classmap": [
5596                    "src/"
5597                ]
5598            },
5599            "notification-url": "https://packagist.org/downloads/",
5600            "license": [
5601                "BSD-3-Clause"
5602            ],
5603            "authors": [
5604                {
5605                    "name": "Sebastian Bergmann",
5606                    "email": "sebastian@phpunit.de"
5607                }
5608            ],
5609            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5610            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5611            "time": "2017-03-29T09:07:27+00:00"
5612        },
5613        {
5614            "name": "sebastian/recursion-context",
5615            "version": "3.0.0",
5616            "source": {
5617                "type": "git",
5618                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5619                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5620            },
5621            "dist": {
5622                "type": "zip",
5623                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5624                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5625                "shasum": ""
5626            },
5627            "require": {
5628                "php": "^7.0"
5629            },
5630            "require-dev": {
5631                "phpunit/phpunit": "^6.0"
5632            },
5633            "type": "library",
5634            "extra": {
5635                "branch-alias": {
5636                    "dev-master": "3.0.x-dev"
5637                }
5638            },
5639            "autoload": {
5640                "classmap": [
5641                    "src/"
5642                ]
5643            },
5644            "notification-url": "https://packagist.org/downloads/",
5645            "license": [
5646                "BSD-3-Clause"
5647            ],
5648            "authors": [
5649                {
5650                    "name": "Jeff Welch",
5651                    "email": "whatthejeff@gmail.com"
5652                },
5653                {
5654                    "name": "Sebastian Bergmann",
5655                    "email": "sebastian@phpunit.de"
5656                },
5657                {
5658                    "name": "Adam Harvey",
5659                    "email": "aharvey@php.net"
5660                }
5661            ],
5662            "description": "Provides functionality to recursively process PHP variables",
5663            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5664            "time": "2017-03-03T06:23:57+00:00"
5665        },
5666        {
5667            "name": "sebastian/resource-operations",
5668            "version": "2.0.1",
5669            "source": {
5670                "type": "git",
5671                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5672                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
5673            },
5674            "dist": {
5675                "type": "zip",
5676                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5677                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5678                "shasum": ""
5679            },
5680            "require": {
5681                "php": "^7.1"
5682            },
5683            "type": "library",
5684            "extra": {
5685                "branch-alias": {
5686                    "dev-master": "2.0-dev"
5687                }
5688            },
5689            "autoload": {
5690                "classmap": [
5691                    "src/"
5692                ]
5693            },
5694            "notification-url": "https://packagist.org/downloads/",
5695            "license": [
5696                "BSD-3-Clause"
5697            ],
5698            "authors": [
5699                {
5700                    "name": "Sebastian Bergmann",
5701                    "email": "sebastian@phpunit.de"
5702                }
5703            ],
5704            "description": "Provides a list of PHP built-in functions that operate on resources",
5705            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5706            "time": "2018-10-04T04:07:39+00:00"
5707        },
5708        {
5709            "name": "sebastian/version",
5710            "version": "2.0.1",
5711            "source": {
5712                "type": "git",
5713                "url": "https://github.com/sebastianbergmann/version.git",
5714                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5715            },
5716            "dist": {
5717                "type": "zip",
5718                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5719                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5720                "shasum": ""
5721            },
5722            "require": {
5723                "php": ">=5.6"
5724            },
5725            "type": "library",
5726            "extra": {
5727                "branch-alias": {
5728                    "dev-master": "2.0.x-dev"
5729                }
5730            },
5731            "autoload": {
5732                "classmap": [
5733                    "src/"
5734                ]
5735            },
5736            "notification-url": "https://packagist.org/downloads/",
5737            "license": [
5738                "BSD-3-Clause"
5739            ],
5740            "authors": [
5741                {
5742                    "name": "Sebastian Bergmann",
5743                    "email": "sebastian@phpunit.de",
5744                    "role": "lead"
5745                }
5746            ],
5747            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5748            "homepage": "https://github.com/sebastianbergmann/version",
5749            "time": "2016-10-03T07:35:21+00:00"
5750        },
5751        {
5752            "name": "seld/jsonlint",
5753            "version": "1.8.0",
5754            "source": {
5755                "type": "git",
5756                "url": "https://github.com/Seldaek/jsonlint.git",
5757                "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
5758            },
5759            "dist": {
5760                "type": "zip",
5761                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
5762                "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
5763                "shasum": ""
5764            },
5765            "require": {
5766                "php": "^5.3 || ^7.0 || ^8.0"
5767            },
5768            "require-dev": {
5769                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5770            },
5771            "bin": [
5772                "bin/jsonlint"
5773            ],
5774            "type": "library",
5775            "autoload": {
5776                "psr-4": {
5777                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
5778                }
5779            },
5780            "notification-url": "https://packagist.org/downloads/",
5781            "license": [
5782                "MIT"
5783            ],
5784            "authors": [
5785                {
5786                    "name": "Jordi Boggiano",
5787                    "email": "j.boggiano@seld.be",
5788                    "homepage": "http://seld.be"
5789                }
5790            ],
5791            "description": "JSON Linter",
5792            "keywords": [
5793                "json",
5794                "linter",
5795                "parser",
5796                "validator"
5797            ],
5798            "funding": [
5799                {
5800                    "url": "https://github.com/Seldaek",
5801                    "type": "github"
5802                },
5803                {
5804                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
5805                    "type": "tidelift"
5806                }
5807            ],
5808            "time": "2020-04-30T19:05:18+00:00"
5809        },
5810        {
5811            "name": "seld/phar-utils",
5812            "version": "1.1.1",
5813            "source": {
5814                "type": "git",
5815                "url": "https://github.com/Seldaek/phar-utils.git",
5816                "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
5817            },
5818            "dist": {
5819                "type": "zip",
5820                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
5821                "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
5822                "shasum": ""
5823            },
5824            "require": {
5825                "php": ">=5.3"
5826            },
5827            "type": "library",
5828            "extra": {
5829                "branch-alias": {
5830                    "dev-master": "1.x-dev"
5831                }
5832            },
5833            "autoload": {
5834                "psr-4": {
5835                    "Seld\\PharUtils\\": "src/"
5836                }
5837            },
5838            "notification-url": "https://packagist.org/downloads/",
5839            "license": [
5840                "MIT"
5841            ],
5842            "authors": [
5843                {
5844                    "name": "Jordi Boggiano",
5845                    "email": "j.boggiano@seld.be"
5846                }
5847            ],
5848            "description": "PHAR file format utilities, for when PHP phars you up",
5849            "keywords": [
5850                "phar"
5851            ],
5852            "time": "2020-07-07T18:42:57+00:00"
5853        },
5854        {
5855            "name": "symfony/config",
5856            "version": "v4.4.10",
5857            "source": {
5858                "type": "git",
5859                "url": "https://github.com/symfony/config.git",
5860                "reference": "395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504"
5861            },
5862            "dist": {
5863                "type": "zip",
5864                "url": "https://api.github.com/repos/symfony/config/zipball/395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504",
5865                "reference": "395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504",
5866                "shasum": ""
5867            },
5868            "require": {
5869                "php": ">=7.1.3",
5870                "symfony/filesystem": "^3.4|^4.0|^5.0",
5871                "symfony/polyfill-ctype": "~1.8"
5872            },
5873            "conflict": {
5874                "symfony/finder": "<3.4"
5875            },
5876            "require-dev": {
5877                "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
5878                "symfony/finder": "^3.4|^4.0|^5.0",
5879                "symfony/messenger": "^4.1|^5.0",
5880                "symfony/service-contracts": "^1.1|^2",
5881                "symfony/yaml": "^3.4|^4.0|^5.0"
5882            },
5883            "suggest": {
5884                "symfony/yaml": "To use the yaml reference dumper"
5885            },
5886            "type": "library",
5887            "extra": {
5888                "branch-alias": {
5889                    "dev-master": "4.4-dev"
5890                }
5891            },
5892            "autoload": {
5893                "psr-4": {
5894                    "Symfony\\Component\\Config\\": ""
5895                },
5896                "exclude-from-classmap": [
5897                    "/Tests/"
5898                ]
5899            },
5900            "notification-url": "https://packagist.org/downloads/",
5901            "license": [
5902                "MIT"
5903            ],
5904            "authors": [
5905                {
5906                    "name": "Fabien Potencier",
5907                    "email": "fabien@symfony.com"
5908                },
5909                {
5910                    "name": "Symfony Community",
5911                    "homepage": "https://symfony.com/contributors"
5912                }
5913            ],
5914            "description": "Symfony Config Component",
5915            "homepage": "https://symfony.com",
5916            "funding": [
5917                {
5918                    "url": "https://symfony.com/sponsor",
5919                    "type": "custom"
5920                },
5921                {
5922                    "url": "https://github.com/fabpot",
5923                    "type": "github"
5924                },
5925                {
5926                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5927                    "type": "tidelift"
5928                }
5929            ],
5930            "time": "2020-05-23T09:11:46+00:00"
5931        },
5932        {
5933            "name": "symfony/console",
5934            "version": "v4.4.10",
5935            "source": {
5936                "type": "git",
5937                "url": "https://github.com/symfony/console.git",
5938                "reference": "326b064d804043005526f5a0494cfb49edb59bb0"
5939            },
5940            "dist": {
5941                "type": "zip",
5942                "url": "https://api.github.com/repos/symfony/console/zipball/326b064d804043005526f5a0494cfb49edb59bb0",
5943                "reference": "326b064d804043005526f5a0494cfb49edb59bb0",
5944                "shasum": ""
5945            },
5946            "require": {
5947                "php": ">=7.1.3",
5948                "symfony/polyfill-mbstring": "~1.0",
5949                "symfony/polyfill-php73": "^1.8",
5950                "symfony/polyfill-php80": "^1.15",
5951                "symfony/service-contracts": "^1.1|^2"
5952            },
5953            "conflict": {
5954                "symfony/dependency-injection": "<3.4",
5955                "symfony/event-dispatcher": "<4.3|>=5",
5956                "symfony/lock": "<4.4",
5957                "symfony/process": "<3.3"
5958            },
5959            "provide": {
5960                "psr/log-implementation": "1.0"
5961            },
5962            "require-dev": {
5963                "psr/log": "~1.0",
5964                "symfony/config": "^3.4|^4.0|^5.0",
5965                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5966                "symfony/event-dispatcher": "^4.3",
5967                "symfony/lock": "^4.4|^5.0",
5968                "symfony/process": "^3.4|^4.0|^5.0",
5969                "symfony/var-dumper": "^4.3|^5.0"
5970            },
5971            "suggest": {
5972                "psr/log": "For using the console logger",
5973                "symfony/event-dispatcher": "",
5974                "symfony/lock": "",
5975                "symfony/process": ""
5976            },
5977            "type": "library",
5978            "extra": {
5979                "branch-alias": {
5980                    "dev-master": "4.4-dev"
5981                }
5982            },
5983            "autoload": {
5984                "psr-4": {
5985                    "Symfony\\Component\\Console\\": ""
5986                },
5987                "exclude-from-classmap": [
5988                    "/Tests/"
5989                ]
5990            },
5991            "notification-url": "https://packagist.org/downloads/",
5992            "license": [
5993                "MIT"
5994            ],
5995            "authors": [
5996                {
5997                    "name": "Fabien Potencier",
5998                    "email": "fabien@symfony.com"
5999                },
6000                {
6001                    "name": "Symfony Community",
6002                    "homepage": "https://symfony.com/contributors"
6003                }
6004            ],
6005            "description": "Symfony Console Component",
6006            "homepage": "https://symfony.com",
6007            "funding": [
6008                {
6009                    "url": "https://symfony.com/sponsor",
6010                    "type": "custom"
6011                },
6012                {
6013                    "url": "https://github.com/fabpot",
6014                    "type": "github"
6015                },
6016                {
6017                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6018                    "type": "tidelift"
6019                }
6020            ],
6021            "time": "2020-05-30T20:06:45+00:00"
6022        },
6023        {
6024            "name": "symfony/filesystem",
6025            "version": "v4.4.10",
6026            "source": {
6027                "type": "git",
6028                "url": "https://github.com/symfony/filesystem.git",
6029                "reference": "b27f491309db5757816db672b256ea2e03677d30"
6030            },
6031            "dist": {
6032                "type": "zip",
6033                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b27f491309db5757816db672b256ea2e03677d30",
6034                "reference": "b27f491309db5757816db672b256ea2e03677d30",
6035                "shasum": ""
6036            },
6037            "require": {
6038                "php": ">=7.1.3",
6039                "symfony/polyfill-ctype": "~1.8"
6040            },
6041            "type": "library",
6042            "extra": {
6043                "branch-alias": {
6044                    "dev-master": "4.4-dev"
6045                }
6046            },
6047            "autoload": {
6048                "psr-4": {
6049                    "Symfony\\Component\\Filesystem\\": ""
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": "Fabien Potencier",
6062                    "email": "fabien@symfony.com"
6063                },
6064                {
6065                    "name": "Symfony Community",
6066                    "homepage": "https://symfony.com/contributors"
6067                }
6068            ],
6069            "description": "Symfony Filesystem Component",
6070            "homepage": "https://symfony.com",
6071            "funding": [
6072                {
6073                    "url": "https://symfony.com/sponsor",
6074                    "type": "custom"
6075                },
6076                {
6077                    "url": "https://github.com/fabpot",
6078                    "type": "github"
6079                },
6080                {
6081                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6082                    "type": "tidelift"
6083                }
6084            ],
6085            "time": "2020-05-30T18:50:54+00:00"
6086        },
6087        {
6088            "name": "symfony/finder",
6089            "version": "v4.4.10",
6090            "source": {
6091                "type": "git",
6092                "url": "https://github.com/symfony/finder.git",
6093                "reference": "5729f943f9854c5781984ed4907bbb817735776b"
6094            },
6095            "dist": {
6096                "type": "zip",
6097                "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
6098                "reference": "5729f943f9854c5781984ed4907bbb817735776b",
6099                "shasum": ""
6100            },
6101            "require": {
6102                "php": "^7.1.3"
6103            },
6104            "type": "library",
6105            "extra": {
6106                "branch-alias": {
6107                    "dev-master": "4.4-dev"
6108                }
6109            },
6110            "autoload": {
6111                "psr-4": {
6112                    "Symfony\\Component\\Finder\\": ""
6113                },
6114                "exclude-from-classmap": [
6115                    "/Tests/"
6116                ]
6117            },
6118            "notification-url": "https://packagist.org/downloads/",
6119            "license": [
6120                "MIT"
6121            ],
6122            "authors": [
6123                {
6124                    "name": "Fabien Potencier",
6125                    "email": "fabien@symfony.com"
6126                },
6127                {
6128                    "name": "Symfony Community",
6129                    "homepage": "https://symfony.com/contributors"
6130                }
6131            ],
6132            "description": "Symfony Finder Component",
6133            "homepage": "https://symfony.com",
6134            "funding": [
6135                {
6136                    "url": "https://symfony.com/sponsor",
6137                    "type": "custom"
6138                },
6139                {
6140                    "url": "https://github.com/fabpot",
6141                    "type": "github"
6142                },
6143                {
6144                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6145                    "type": "tidelift"
6146                }
6147            ],
6148            "time": "2020-03-27T16:54:36+00:00"
6149        },
6150        {
6151            "name": "symfony/polyfill-php73",
6152            "version": "v1.17.1",
6153            "source": {
6154                "type": "git",
6155                "url": "https://github.com/symfony/polyfill-php73.git",
6156                "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a"
6157            },
6158            "dist": {
6159                "type": "zip",
6160                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a",
6161                "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a",
6162                "shasum": ""
6163            },
6164            "require": {
6165                "php": ">=5.3.3"
6166            },
6167            "type": "library",
6168            "extra": {
6169                "branch-alias": {
6170                    "dev-master": "1.17-dev"
6171                },
6172                "thanks": {
6173                    "name": "symfony/polyfill",
6174                    "url": "https://github.com/symfony/polyfill"
6175                }
6176            },
6177            "autoload": {
6178                "psr-4": {
6179                    "Symfony\\Polyfill\\Php73\\": ""
6180                },
6181                "files": [
6182                    "bootstrap.php"
6183                ],
6184                "classmap": [
6185                    "Resources/stubs"
6186                ]
6187            },
6188            "notification-url": "https://packagist.org/downloads/",
6189            "license": [
6190                "MIT"
6191            ],
6192            "authors": [
6193                {
6194                    "name": "Nicolas Grekas",
6195                    "email": "p@tchwork.com"
6196                },
6197                {
6198                    "name": "Symfony Community",
6199                    "homepage": "https://symfony.com/contributors"
6200                }
6201            ],
6202            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
6203            "homepage": "https://symfony.com",
6204            "keywords": [
6205                "compatibility",
6206                "polyfill",
6207                "portable",
6208                "shim"
6209            ],
6210            "funding": [
6211                {
6212                    "url": "https://symfony.com/sponsor",
6213                    "type": "custom"
6214                },
6215                {
6216                    "url": "https://github.com/fabpot",
6217                    "type": "github"
6218                },
6219                {
6220                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6221                    "type": "tidelift"
6222                }
6223            ],
6224            "time": "2020-06-06T08:46:27+00:00"
6225        },
6226        {
6227            "name": "symfony/process",
6228            "version": "v4.4.10",
6229            "source": {
6230                "type": "git",
6231                "url": "https://github.com/symfony/process.git",
6232                "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5"
6233            },
6234            "dist": {
6235                "type": "zip",
6236                "url": "https://api.github.com/repos/symfony/process/zipball/c714958428a85c86ab97e3a0c96db4c4f381b7f5",
6237                "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5",
6238                "shasum": ""
6239            },
6240            "require": {
6241                "php": "^7.1.3"
6242            },
6243            "type": "library",
6244            "extra": {
6245                "branch-alias": {
6246                    "dev-master": "4.4-dev"
6247                }
6248            },
6249            "autoload": {
6250                "psr-4": {
6251                    "Symfony\\Component\\Process\\": ""
6252                },
6253                "exclude-from-classmap": [
6254                    "/Tests/"
6255                ]
6256            },
6257            "notification-url": "https://packagist.org/downloads/",
6258            "license": [
6259                "MIT"
6260            ],
6261            "authors": [
6262                {
6263                    "name": "Fabien Potencier",
6264                    "email": "fabien@symfony.com"
6265                },
6266                {
6267                    "name": "Symfony Community",
6268                    "homepage": "https://symfony.com/contributors"
6269                }
6270            ],
6271            "description": "Symfony Process Component",
6272            "homepage": "https://symfony.com",
6273            "funding": [
6274                {
6275                    "url": "https://symfony.com/sponsor",
6276                    "type": "custom"
6277                },
6278                {
6279                    "url": "https://github.com/fabpot",
6280                    "type": "github"
6281                },
6282                {
6283                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6284                    "type": "tidelift"
6285                }
6286            ],
6287            "time": "2020-05-30T20:06:45+00:00"
6288        },
6289        {
6290            "name": "symfony/stopwatch",
6291            "version": "v4.4.10",
6292            "source": {
6293                "type": "git",
6294                "url": "https://github.com/symfony/stopwatch.git",
6295                "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50"
6296            },
6297            "dist": {
6298                "type": "zip",
6299                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f51fb90df1154a7f75987198a9689e28f91e6a50",
6300                "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50",
6301                "shasum": ""
6302            },
6303            "require": {
6304                "php": ">=7.1.3",
6305                "symfony/service-contracts": "^1.0|^2"
6306            },
6307            "type": "library",
6308            "extra": {
6309                "branch-alias": {
6310                    "dev-master": "4.4-dev"
6311                }
6312            },
6313            "autoload": {
6314                "psr-4": {
6315                    "Symfony\\Component\\Stopwatch\\": ""
6316                },
6317                "exclude-from-classmap": [
6318                    "/Tests/"
6319                ]
6320            },
6321            "notification-url": "https://packagist.org/downloads/",
6322            "license": [
6323                "MIT"
6324            ],
6325            "authors": [
6326                {
6327                    "name": "Fabien Potencier",
6328                    "email": "fabien@symfony.com"
6329                },
6330                {
6331                    "name": "Symfony Community",
6332                    "homepage": "https://symfony.com/contributors"
6333                }
6334            ],
6335            "description": "Symfony Stopwatch Component",
6336            "homepage": "https://symfony.com",
6337            "funding": [
6338                {
6339                    "url": "https://symfony.com/sponsor",
6340                    "type": "custom"
6341                },
6342                {
6343                    "url": "https://github.com/fabpot",
6344                    "type": "github"
6345                },
6346                {
6347                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6348                    "type": "tidelift"
6349                }
6350            ],
6351            "time": "2020-05-20T08:37:50+00:00"
6352        },
6353        {
6354            "name": "symfony/var-dumper",
6355            "version": "v4.4.10",
6356            "source": {
6357                "type": "git",
6358                "url": "https://github.com/symfony/var-dumper.git",
6359                "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac"
6360            },
6361            "dist": {
6362                "type": "zip",
6363                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
6364                "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
6365                "shasum": ""
6366            },
6367            "require": {
6368                "php": ">=7.1.3",
6369                "symfony/polyfill-mbstring": "~1.0",
6370                "symfony/polyfill-php72": "~1.5",
6371                "symfony/polyfill-php80": "^1.15"
6372            },
6373            "conflict": {
6374                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6375                "symfony/console": "<3.4"
6376            },
6377            "require-dev": {
6378                "ext-iconv": "*",
6379                "symfony/console": "^3.4|^4.0|^5.0",
6380                "symfony/process": "^4.4|^5.0",
6381                "twig/twig": "^1.34|^2.4|^3.0"
6382            },
6383            "suggest": {
6384                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
6385                "ext-intl": "To show region name in time zone dump",
6386                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
6387            },
6388            "bin": [
6389                "Resources/bin/var-dump-server"
6390            ],
6391            "type": "library",
6392            "extra": {
6393                "branch-alias": {
6394                    "dev-master": "4.4-dev"
6395                }
6396            },
6397            "autoload": {
6398                "files": [
6399                    "Resources/functions/dump.php"
6400                ],
6401                "psr-4": {
6402                    "Symfony\\Component\\VarDumper\\": ""
6403                },
6404                "exclude-from-classmap": [
6405                    "/Tests/"
6406                ]
6407            },
6408            "notification-url": "https://packagist.org/downloads/",
6409            "license": [
6410                "MIT"
6411            ],
6412            "authors": [
6413                {
6414                    "name": "Nicolas Grekas",
6415                    "email": "p@tchwork.com"
6416                },
6417                {
6418                    "name": "Symfony Community",
6419                    "homepage": "https://symfony.com/contributors"
6420                }
6421            ],
6422            "description": "Symfony mechanism for exploring and dumping PHP variables",
6423            "homepage": "https://symfony.com",
6424            "keywords": [
6425                "debug",
6426                "dump"
6427            ],
6428            "funding": [
6429                {
6430                    "url": "https://symfony.com/sponsor",
6431                    "type": "custom"
6432                },
6433                {
6434                    "url": "https://github.com/fabpot",
6435                    "type": "github"
6436                },
6437                {
6438                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6439                    "type": "tidelift"
6440                }
6441            ],
6442            "time": "2020-05-30T20:06:45+00:00"
6443        },
6444        {
6445            "name": "symfony/yaml",
6446            "version": "v4.4.10",
6447            "source": {
6448                "type": "git",
6449                "url": "https://github.com/symfony/yaml.git",
6450                "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a"
6451            },
6452            "dist": {
6453                "type": "zip",
6454                "url": "https://api.github.com/repos/symfony/yaml/zipball/c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
6455                "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
6456                "shasum": ""
6457            },
6458            "require": {
6459                "php": ">=7.1.3",
6460                "symfony/polyfill-ctype": "~1.8"
6461            },
6462            "conflict": {
6463                "symfony/console": "<3.4"
6464            },
6465            "require-dev": {
6466                "symfony/console": "^3.4|^4.0|^5.0"
6467            },
6468            "suggest": {
6469                "symfony/console": "For validating YAML files using the lint command"
6470            },
6471            "type": "library",
6472            "extra": {
6473                "branch-alias": {
6474                    "dev-master": "4.4-dev"
6475                }
6476            },
6477            "autoload": {
6478                "psr-4": {
6479                    "Symfony\\Component\\Yaml\\": ""
6480                },
6481                "exclude-from-classmap": [
6482                    "/Tests/"
6483                ]
6484            },
6485            "notification-url": "https://packagist.org/downloads/",
6486            "license": [
6487                "MIT"
6488            ],
6489            "authors": [
6490                {
6491                    "name": "Fabien Potencier",
6492                    "email": "fabien@symfony.com"
6493                },
6494                {
6495                    "name": "Symfony Community",
6496                    "homepage": "https://symfony.com/contributors"
6497                }
6498            ],
6499            "description": "Symfony Yaml Component",
6500            "homepage": "https://symfony.com",
6501            "funding": [
6502                {
6503                    "url": "https://symfony.com/sponsor",
6504                    "type": "custom"
6505                },
6506                {
6507                    "url": "https://github.com/fabpot",
6508                    "type": "github"
6509                },
6510                {
6511                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6512                    "type": "tidelift"
6513                }
6514            ],
6515            "time": "2020-05-20T08:37:50+00:00"
6516        },
6517        {
6518            "name": "theseer/tokenizer",
6519            "version": "1.1.3",
6520            "source": {
6521                "type": "git",
6522                "url": "https://github.com/theseer/tokenizer.git",
6523                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
6524            },
6525            "dist": {
6526                "type": "zip",
6527                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6528                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6529                "shasum": ""
6530            },
6531            "require": {
6532                "ext-dom": "*",
6533                "ext-tokenizer": "*",
6534                "ext-xmlwriter": "*",
6535                "php": "^7.0"
6536            },
6537            "type": "library",
6538            "autoload": {
6539                "classmap": [
6540                    "src/"
6541                ]
6542            },
6543            "notification-url": "https://packagist.org/downloads/",
6544            "license": [
6545                "BSD-3-Clause"
6546            ],
6547            "authors": [
6548                {
6549                    "name": "Arne Blankerts",
6550                    "email": "arne@blankerts.de",
6551                    "role": "Developer"
6552                }
6553            ],
6554            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6555            "time": "2019-06-13T22:48:21+00:00"
6556        },
6557        {
6558            "name": "webmozart/assert",
6559            "version": "1.9.0",
6560            "source": {
6561                "type": "git",
6562                "url": "https://github.com/webmozart/assert.git",
6563                "reference": "9dc4f203e36f2b486149058bade43c851dd97451"
6564            },
6565            "dist": {
6566                "type": "zip",
6567                "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
6568                "reference": "9dc4f203e36f2b486149058bade43c851dd97451",
6569                "shasum": ""
6570            },
6571            "require": {
6572                "php": "^5.3.3 || ^7.0",
6573                "symfony/polyfill-ctype": "^1.8"
6574            },
6575            "conflict": {
6576                "phpstan/phpstan": "<0.12.20",
6577                "vimeo/psalm": "<3.9.1"
6578            },
6579            "require-dev": {
6580                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
6581            },
6582            "type": "library",
6583            "autoload": {
6584                "psr-4": {
6585                    "Webmozart\\Assert\\": "src/"
6586                }
6587            },
6588            "notification-url": "https://packagist.org/downloads/",
6589            "license": [
6590                "MIT"
6591            ],
6592            "authors": [
6593                {
6594                    "name": "Bernhard Schussek",
6595                    "email": "bschussek@gmail.com"
6596                }
6597            ],
6598            "description": "Assertions to validate method input/output with nice error messages.",
6599            "keywords": [
6600                "assert",
6601                "check",
6602                "validate"
6603            ],
6604            "time": "2020-06-16T10:16:42+00:00"
6605        }
6606    ],
6607    "aliases": [],
6608    "minimum-stability": "stable",
6609    "stability-flags": [],
6610    "prefer-stable": false,
6611    "prefer-lowest": false,
6612    "platform": {
6613        "ext-curl": "*",
6614        "ext-gd": "*",
6615        "ext-iconv": "*",
6616        "ext-intl": "*",
6617        "ext-json": "*",
6618        "ext-pcre": "*",
6619        "ext-pdo": "*",
6620        "ext-session": "*",
6621        "ext-simplexml": "*",
6622        "ext-xml": "*",
6623        "ext-zip": "*"
6624    },
6625    "platform-dev": {
6626        "ext-pdo_sqlite": "*",
6627        "ext-sqlite3": "*"
6628    },
6629    "platform-overrides": {
6630        "php": "7.1.8"
6631    },
6632    "plugin-api-version": "1.1.0"
6633}
6634