xref: /webtrees/composer.lock (revision dec352c1d7404cdd35c9b1a1b5d97f29e7c4ebb5)
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.1",
61            "source": {
62                "type": "git",
63                "url": "https://github.com/doctrine/cache.git",
64                "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
65            },
66            "dist": {
67                "type": "zip",
68                "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
69                "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
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-05-27T16:24:54+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.0",
1785            "source": {
1786                "type": "git",
1787                "url": "https://github.com/briannesbitt/Carbon.git",
1788                "reference": "d0b65958d9942fd1b501fdb0800c67e8323aa08d"
1789            },
1790            "dist": {
1791                "type": "zip",
1792                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d0b65958d9942fd1b501fdb0800c67e8323aa08d",
1793                "reference": "d0b65958d9942fd1b501fdb0800c67e8323aa08d",
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-06-25T20:20:01+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.7",
2836            "source": {
2837                "type": "git",
2838                "url": "https://github.com/symfony/cache-contracts.git",
2839                "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1"
2840            },
2841            "dist": {
2842                "type": "zip",
2843                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/af50d14ada9e4e82cfabfabdc502d144f89be0a1",
2844                "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1",
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            },
2860            "autoload": {
2861                "psr-4": {
2862                    "Symfony\\Contracts\\Cache\\": ""
2863                }
2864            },
2865            "notification-url": "https://packagist.org/downloads/",
2866            "license": [
2867                "MIT"
2868            ],
2869            "authors": [
2870                {
2871                    "name": "Nicolas Grekas",
2872                    "email": "p@tchwork.com"
2873                },
2874                {
2875                    "name": "Symfony Community",
2876                    "homepage": "https://symfony.com/contributors"
2877                }
2878            ],
2879            "description": "Generic abstractions related to caching",
2880            "homepage": "https://symfony.com",
2881            "keywords": [
2882                "abstractions",
2883                "contracts",
2884                "decoupling",
2885                "interfaces",
2886                "interoperability",
2887                "standards"
2888            ],
2889            "time": "2019-10-04T21:43:27+00:00"
2890        },
2891        {
2892            "name": "symfony/expression-language",
2893            "version": "v4.4.10",
2894            "source": {
2895                "type": "git",
2896                "url": "https://github.com/symfony/expression-language.git",
2897                "reference": "89f0e2c82d8c12975180f993383decbb810ad73e"
2898            },
2899            "dist": {
2900                "type": "zip",
2901                "url": "https://api.github.com/repos/symfony/expression-language/zipball/89f0e2c82d8c12975180f993383decbb810ad73e",
2902                "reference": "89f0e2c82d8c12975180f993383decbb810ad73e",
2903                "shasum": ""
2904            },
2905            "require": {
2906                "php": ">=7.1.3",
2907                "symfony/cache": "^3.4|^4.0|^5.0",
2908                "symfony/service-contracts": "^1.1|^2"
2909            },
2910            "type": "library",
2911            "extra": {
2912                "branch-alias": {
2913                    "dev-master": "4.4-dev"
2914                }
2915            },
2916            "autoload": {
2917                "psr-4": {
2918                    "Symfony\\Component\\ExpressionLanguage\\": ""
2919                },
2920                "exclude-from-classmap": [
2921                    "/Tests/"
2922                ]
2923            },
2924            "notification-url": "https://packagist.org/downloads/",
2925            "license": [
2926                "MIT"
2927            ],
2928            "authors": [
2929                {
2930                    "name": "Fabien Potencier",
2931                    "email": "fabien@symfony.com"
2932                },
2933                {
2934                    "name": "Symfony Community",
2935                    "homepage": "https://symfony.com/contributors"
2936                }
2937            ],
2938            "description": "Symfony ExpressionLanguage Component",
2939            "homepage": "https://symfony.com",
2940            "funding": [
2941                {
2942                    "url": "https://symfony.com/sponsor",
2943                    "type": "custom"
2944                },
2945                {
2946                    "url": "https://github.com/fabpot",
2947                    "type": "github"
2948                },
2949                {
2950                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2951                    "type": "tidelift"
2952                }
2953            ],
2954            "time": "2020-05-20T08:37:50+00:00"
2955        },
2956        {
2957            "name": "symfony/polyfill-ctype",
2958            "version": "v1.17.1",
2959            "source": {
2960                "type": "git",
2961                "url": "https://github.com/symfony/polyfill-ctype.git",
2962                "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
2963            },
2964            "dist": {
2965                "type": "zip",
2966                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
2967                "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
2968                "shasum": ""
2969            },
2970            "require": {
2971                "php": ">=5.3.3"
2972            },
2973            "suggest": {
2974                "ext-ctype": "For best performance"
2975            },
2976            "type": "library",
2977            "extra": {
2978                "branch-alias": {
2979                    "dev-master": "1.17-dev"
2980                },
2981                "thanks": {
2982                    "name": "symfony/polyfill",
2983                    "url": "https://github.com/symfony/polyfill"
2984                }
2985            },
2986            "autoload": {
2987                "psr-4": {
2988                    "Symfony\\Polyfill\\Ctype\\": ""
2989                },
2990                "files": [
2991                    "bootstrap.php"
2992                ]
2993            },
2994            "notification-url": "https://packagist.org/downloads/",
2995            "license": [
2996                "MIT"
2997            ],
2998            "authors": [
2999                {
3000                    "name": "Gert de Pagter",
3001                    "email": "BackEndTea@gmail.com"
3002                },
3003                {
3004                    "name": "Symfony Community",
3005                    "homepage": "https://symfony.com/contributors"
3006                }
3007            ],
3008            "description": "Symfony polyfill for ctype functions",
3009            "homepage": "https://symfony.com",
3010            "keywords": [
3011                "compatibility",
3012                "ctype",
3013                "polyfill",
3014                "portable"
3015            ],
3016            "funding": [
3017                {
3018                    "url": "https://symfony.com/sponsor",
3019                    "type": "custom"
3020                },
3021                {
3022                    "url": "https://github.com/fabpot",
3023                    "type": "github"
3024                },
3025                {
3026                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3027                    "type": "tidelift"
3028                }
3029            ],
3030            "time": "2020-06-06T08:46:27+00:00"
3031        },
3032        {
3033            "name": "symfony/polyfill-iconv",
3034            "version": "v1.17.1",
3035            "source": {
3036                "type": "git",
3037                "url": "https://github.com/symfony/polyfill-iconv.git",
3038                "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035"
3039            },
3040            "dist": {
3041                "type": "zip",
3042                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ba6c9c18db36235b859cc29b8372d1c01298c035",
3043                "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035",
3044                "shasum": ""
3045            },
3046            "require": {
3047                "php": ">=5.3.3"
3048            },
3049            "suggest": {
3050                "ext-iconv": "For best performance"
3051            },
3052            "type": "library",
3053            "extra": {
3054                "branch-alias": {
3055                    "dev-master": "1.17-dev"
3056                },
3057                "thanks": {
3058                    "name": "symfony/polyfill",
3059                    "url": "https://github.com/symfony/polyfill"
3060                }
3061            },
3062            "autoload": {
3063                "psr-4": {
3064                    "Symfony\\Polyfill\\Iconv\\": ""
3065                },
3066                "files": [
3067                    "bootstrap.php"
3068                ]
3069            },
3070            "notification-url": "https://packagist.org/downloads/",
3071            "license": [
3072                "MIT"
3073            ],
3074            "authors": [
3075                {
3076                    "name": "Nicolas Grekas",
3077                    "email": "p@tchwork.com"
3078                },
3079                {
3080                    "name": "Symfony Community",
3081                    "homepage": "https://symfony.com/contributors"
3082                }
3083            ],
3084            "description": "Symfony polyfill for the Iconv extension",
3085            "homepage": "https://symfony.com",
3086            "keywords": [
3087                "compatibility",
3088                "iconv",
3089                "polyfill",
3090                "portable",
3091                "shim"
3092            ],
3093            "funding": [
3094                {
3095                    "url": "https://symfony.com/sponsor",
3096                    "type": "custom"
3097                },
3098                {
3099                    "url": "https://github.com/fabpot",
3100                    "type": "github"
3101                },
3102                {
3103                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3104                    "type": "tidelift"
3105                }
3106            ],
3107            "time": "2020-06-06T08:46:27+00:00"
3108        },
3109        {
3110            "name": "symfony/polyfill-intl-idn",
3111            "version": "v1.17.1",
3112            "source": {
3113                "type": "git",
3114                "url": "https://github.com/symfony/polyfill-intl-idn.git",
3115                "reference": "a57f8161502549a742a63c09f0a604997bf47027"
3116            },
3117            "dist": {
3118                "type": "zip",
3119                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027",
3120                "reference": "a57f8161502549a742a63c09f0a604997bf47027",
3121                "shasum": ""
3122            },
3123            "require": {
3124                "php": ">=5.3.3",
3125                "symfony/polyfill-mbstring": "^1.3",
3126                "symfony/polyfill-php72": "^1.10"
3127            },
3128            "suggest": {
3129                "ext-intl": "For best performance"
3130            },
3131            "type": "library",
3132            "extra": {
3133                "branch-alias": {
3134                    "dev-master": "1.17-dev"
3135                },
3136                "thanks": {
3137                    "name": "symfony/polyfill",
3138                    "url": "https://github.com/symfony/polyfill"
3139                }
3140            },
3141            "autoload": {
3142                "psr-4": {
3143                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
3144                },
3145                "files": [
3146                    "bootstrap.php"
3147                ]
3148            },
3149            "notification-url": "https://packagist.org/downloads/",
3150            "license": [
3151                "MIT"
3152            ],
3153            "authors": [
3154                {
3155                    "name": "Laurent Bassin",
3156                    "email": "laurent@bassin.info"
3157                },
3158                {
3159                    "name": "Symfony Community",
3160                    "homepage": "https://symfony.com/contributors"
3161                }
3162            ],
3163            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3164            "homepage": "https://symfony.com",
3165            "keywords": [
3166                "compatibility",
3167                "idn",
3168                "intl",
3169                "polyfill",
3170                "portable",
3171                "shim"
3172            ],
3173            "funding": [
3174                {
3175                    "url": "https://symfony.com/sponsor",
3176                    "type": "custom"
3177                },
3178                {
3179                    "url": "https://github.com/fabpot",
3180                    "type": "github"
3181                },
3182                {
3183                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3184                    "type": "tidelift"
3185                }
3186            ],
3187            "time": "2020-06-06T08:46:27+00:00"
3188        },
3189        {
3190            "name": "symfony/polyfill-mbstring",
3191            "version": "v1.17.1",
3192            "source": {
3193                "type": "git",
3194                "url": "https://github.com/symfony/polyfill-mbstring.git",
3195                "reference": "7110338d81ce1cbc3e273136e4574663627037a7"
3196            },
3197            "dist": {
3198                "type": "zip",
3199                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
3200                "reference": "7110338d81ce1cbc3e273136e4574663627037a7",
3201                "shasum": ""
3202            },
3203            "require": {
3204                "php": ">=5.3.3"
3205            },
3206            "suggest": {
3207                "ext-mbstring": "For best performance"
3208            },
3209            "type": "library",
3210            "extra": {
3211                "branch-alias": {
3212                    "dev-master": "1.17-dev"
3213                },
3214                "thanks": {
3215                    "name": "symfony/polyfill",
3216                    "url": "https://github.com/symfony/polyfill"
3217                }
3218            },
3219            "autoload": {
3220                "psr-4": {
3221                    "Symfony\\Polyfill\\Mbstring\\": ""
3222                },
3223                "files": [
3224                    "bootstrap.php"
3225                ]
3226            },
3227            "notification-url": "https://packagist.org/downloads/",
3228            "license": [
3229                "MIT"
3230            ],
3231            "authors": [
3232                {
3233                    "name": "Nicolas Grekas",
3234                    "email": "p@tchwork.com"
3235                },
3236                {
3237                    "name": "Symfony Community",
3238                    "homepage": "https://symfony.com/contributors"
3239                }
3240            ],
3241            "description": "Symfony polyfill for the Mbstring extension",
3242            "homepage": "https://symfony.com",
3243            "keywords": [
3244                "compatibility",
3245                "mbstring",
3246                "polyfill",
3247                "portable",
3248                "shim"
3249            ],
3250            "funding": [
3251                {
3252                    "url": "https://symfony.com/sponsor",
3253                    "type": "custom"
3254                },
3255                {
3256                    "url": "https://github.com/fabpot",
3257                    "type": "github"
3258                },
3259                {
3260                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3261                    "type": "tidelift"
3262                }
3263            ],
3264            "time": "2020-06-06T08:46:27+00:00"
3265        },
3266        {
3267            "name": "symfony/polyfill-php72",
3268            "version": "v1.17.0",
3269            "source": {
3270                "type": "git",
3271                "url": "https://github.com/symfony/polyfill-php72.git",
3272                "reference": "f048e612a3905f34931127360bdd2def19a5e582"
3273            },
3274            "dist": {
3275                "type": "zip",
3276                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
3277                "reference": "f048e612a3905f34931127360bdd2def19a5e582",
3278                "shasum": ""
3279            },
3280            "require": {
3281                "php": ">=5.3.3"
3282            },
3283            "type": "library",
3284            "extra": {
3285                "branch-alias": {
3286                    "dev-master": "1.17-dev"
3287                }
3288            },
3289            "autoload": {
3290                "psr-4": {
3291                    "Symfony\\Polyfill\\Php72\\": ""
3292                },
3293                "files": [
3294                    "bootstrap.php"
3295                ]
3296            },
3297            "notification-url": "https://packagist.org/downloads/",
3298            "license": [
3299                "MIT"
3300            ],
3301            "authors": [
3302                {
3303                    "name": "Nicolas Grekas",
3304                    "email": "p@tchwork.com"
3305                },
3306                {
3307                    "name": "Symfony Community",
3308                    "homepage": "https://symfony.com/contributors"
3309                }
3310            ],
3311            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3312            "homepage": "https://symfony.com",
3313            "keywords": [
3314                "compatibility",
3315                "polyfill",
3316                "portable",
3317                "shim"
3318            ],
3319            "funding": [
3320                {
3321                    "url": "https://symfony.com/sponsor",
3322                    "type": "custom"
3323                },
3324                {
3325                    "url": "https://github.com/fabpot",
3326                    "type": "github"
3327                },
3328                {
3329                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3330                    "type": "tidelift"
3331                }
3332            ],
3333            "time": "2020-05-12T16:47:27+00:00"
3334        },
3335        {
3336            "name": "symfony/polyfill-php80",
3337            "version": "v1.17.1",
3338            "source": {
3339                "type": "git",
3340                "url": "https://github.com/symfony/polyfill-php80.git",
3341                "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2"
3342            },
3343            "dist": {
3344                "type": "zip",
3345                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2",
3346                "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2",
3347                "shasum": ""
3348            },
3349            "require": {
3350                "php": ">=7.0.8"
3351            },
3352            "type": "library",
3353            "extra": {
3354                "branch-alias": {
3355                    "dev-master": "1.17-dev"
3356                },
3357                "thanks": {
3358                    "name": "symfony/polyfill",
3359                    "url": "https://github.com/symfony/polyfill"
3360                }
3361            },
3362            "autoload": {
3363                "psr-4": {
3364                    "Symfony\\Polyfill\\Php80\\": ""
3365                },
3366                "files": [
3367                    "bootstrap.php"
3368                ],
3369                "classmap": [
3370                    "Resources/stubs"
3371                ]
3372            },
3373            "notification-url": "https://packagist.org/downloads/",
3374            "license": [
3375                "MIT"
3376            ],
3377            "authors": [
3378                {
3379                    "name": "Ion Bazan",
3380                    "email": "ion.bazan@gmail.com"
3381                },
3382                {
3383                    "name": "Nicolas Grekas",
3384                    "email": "p@tchwork.com"
3385                },
3386                {
3387                    "name": "Symfony Community",
3388                    "homepage": "https://symfony.com/contributors"
3389                }
3390            ],
3391            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
3392            "homepage": "https://symfony.com",
3393            "keywords": [
3394                "compatibility",
3395                "polyfill",
3396                "portable",
3397                "shim"
3398            ],
3399            "funding": [
3400                {
3401                    "url": "https://symfony.com/sponsor",
3402                    "type": "custom"
3403                },
3404                {
3405                    "url": "https://github.com/fabpot",
3406                    "type": "github"
3407                },
3408                {
3409                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3410                    "type": "tidelift"
3411                }
3412            ],
3413            "time": "2020-06-06T08:46:27+00:00"
3414        },
3415        {
3416            "name": "symfony/service-contracts",
3417            "version": "v1.1.8",
3418            "source": {
3419                "type": "git",
3420                "url": "https://github.com/symfony/service-contracts.git",
3421                "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
3422            },
3423            "dist": {
3424                "type": "zip",
3425                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
3426                "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
3427                "shasum": ""
3428            },
3429            "require": {
3430                "php": "^7.1.3",
3431                "psr/container": "^1.0"
3432            },
3433            "suggest": {
3434                "symfony/service-implementation": ""
3435            },
3436            "type": "library",
3437            "extra": {
3438                "branch-alias": {
3439                    "dev-master": "1.1-dev"
3440                }
3441            },
3442            "autoload": {
3443                "psr-4": {
3444                    "Symfony\\Contracts\\Service\\": ""
3445                }
3446            },
3447            "notification-url": "https://packagist.org/downloads/",
3448            "license": [
3449                "MIT"
3450            ],
3451            "authors": [
3452                {
3453                    "name": "Nicolas Grekas",
3454                    "email": "p@tchwork.com"
3455                },
3456                {
3457                    "name": "Symfony Community",
3458                    "homepage": "https://symfony.com/contributors"
3459                }
3460            ],
3461            "description": "Generic abstractions related to writing services",
3462            "homepage": "https://symfony.com",
3463            "keywords": [
3464                "abstractions",
3465                "contracts",
3466                "decoupling",
3467                "interfaces",
3468                "interoperability",
3469                "standards"
3470            ],
3471            "time": "2019-10-14T12:27:06+00:00"
3472        },
3473        {
3474            "name": "symfony/translation",
3475            "version": "v4.4.10",
3476            "source": {
3477                "type": "git",
3478                "url": "https://github.com/symfony/translation.git",
3479                "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af"
3480            },
3481            "dist": {
3482                "type": "zip",
3483                "url": "https://api.github.com/repos/symfony/translation/zipball/79d3ef9096a6a6047dbc69218b68c7b7f63193af",
3484                "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af",
3485                "shasum": ""
3486            },
3487            "require": {
3488                "php": ">=7.1.3",
3489                "symfony/polyfill-mbstring": "~1.0",
3490                "symfony/translation-contracts": "^1.1.6|^2"
3491            },
3492            "conflict": {
3493                "symfony/config": "<3.4",
3494                "symfony/dependency-injection": "<3.4",
3495                "symfony/http-kernel": "<4.4",
3496                "symfony/yaml": "<3.4"
3497            },
3498            "provide": {
3499                "symfony/translation-implementation": "1.0"
3500            },
3501            "require-dev": {
3502                "psr/log": "~1.0",
3503                "symfony/config": "^3.4|^4.0|^5.0",
3504                "symfony/console": "^3.4|^4.0|^5.0",
3505                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3506                "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
3507                "symfony/http-kernel": "^4.4",
3508                "symfony/intl": "^3.4|^4.0|^5.0",
3509                "symfony/service-contracts": "^1.1.2|^2",
3510                "symfony/yaml": "^3.4|^4.0|^5.0"
3511            },
3512            "suggest": {
3513                "psr/log-implementation": "To use logging capability in translator",
3514                "symfony/config": "",
3515                "symfony/yaml": ""
3516            },
3517            "type": "library",
3518            "extra": {
3519                "branch-alias": {
3520                    "dev-master": "4.4-dev"
3521                }
3522            },
3523            "autoload": {
3524                "psr-4": {
3525                    "Symfony\\Component\\Translation\\": ""
3526                },
3527                "exclude-from-classmap": [
3528                    "/Tests/"
3529                ]
3530            },
3531            "notification-url": "https://packagist.org/downloads/",
3532            "license": [
3533                "MIT"
3534            ],
3535            "authors": [
3536                {
3537                    "name": "Fabien Potencier",
3538                    "email": "fabien@symfony.com"
3539                },
3540                {
3541                    "name": "Symfony Community",
3542                    "homepage": "https://symfony.com/contributors"
3543                }
3544            ],
3545            "description": "Symfony Translation Component",
3546            "homepage": "https://symfony.com",
3547            "funding": [
3548                {
3549                    "url": "https://symfony.com/sponsor",
3550                    "type": "custom"
3551                },
3552                {
3553                    "url": "https://github.com/fabpot",
3554                    "type": "github"
3555                },
3556                {
3557                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3558                    "type": "tidelift"
3559                }
3560            ],
3561            "time": "2020-05-30T20:06:45+00:00"
3562        },
3563        {
3564            "name": "symfony/translation-contracts",
3565            "version": "v1.1.7",
3566            "source": {
3567                "type": "git",
3568                "url": "https://github.com/symfony/translation-contracts.git",
3569                "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6"
3570            },
3571            "dist": {
3572                "type": "zip",
3573                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6",
3574                "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6",
3575                "shasum": ""
3576            },
3577            "require": {
3578                "php": "^7.1.3"
3579            },
3580            "suggest": {
3581                "symfony/translation-implementation": ""
3582            },
3583            "type": "library",
3584            "extra": {
3585                "branch-alias": {
3586                    "dev-master": "1.1-dev"
3587                }
3588            },
3589            "autoload": {
3590                "psr-4": {
3591                    "Symfony\\Contracts\\Translation\\": ""
3592                }
3593            },
3594            "notification-url": "https://packagist.org/downloads/",
3595            "license": [
3596                "MIT"
3597            ],
3598            "authors": [
3599                {
3600                    "name": "Nicolas Grekas",
3601                    "email": "p@tchwork.com"
3602                },
3603                {
3604                    "name": "Symfony Community",
3605                    "homepage": "https://symfony.com/contributors"
3606                }
3607            ],
3608            "description": "Generic abstractions related to translation",
3609            "homepage": "https://symfony.com",
3610            "keywords": [
3611                "abstractions",
3612                "contracts",
3613                "decoupling",
3614                "interfaces",
3615                "interoperability",
3616                "standards"
3617            ],
3618            "time": "2019-09-17T11:12:18+00:00"
3619        },
3620        {
3621            "name": "symfony/var-exporter",
3622            "version": "v4.4.10",
3623            "source": {
3624                "type": "git",
3625                "url": "https://github.com/symfony/var-exporter.git",
3626                "reference": "f311af6e44fefedbd4f1e23e97607ef0f917bfcc"
3627            },
3628            "dist": {
3629                "type": "zip",
3630                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f311af6e44fefedbd4f1e23e97607ef0f917bfcc",
3631                "reference": "f311af6e44fefedbd4f1e23e97607ef0f917bfcc",
3632                "shasum": ""
3633            },
3634            "require": {
3635                "php": "^7.1.3"
3636            },
3637            "require-dev": {
3638                "symfony/var-dumper": "^4.4.9|^5.0.9"
3639            },
3640            "type": "library",
3641            "extra": {
3642                "branch-alias": {
3643                    "dev-master": "4.4-dev"
3644                }
3645            },
3646            "autoload": {
3647                "psr-4": {
3648                    "Symfony\\Component\\VarExporter\\": ""
3649                },
3650                "exclude-from-classmap": [
3651                    "/Tests/"
3652                ]
3653            },
3654            "notification-url": "https://packagist.org/downloads/",
3655            "license": [
3656                "MIT"
3657            ],
3658            "authors": [
3659                {
3660                    "name": "Nicolas Grekas",
3661                    "email": "p@tchwork.com"
3662                },
3663                {
3664                    "name": "Symfony Community",
3665                    "homepage": "https://symfony.com/contributors"
3666                }
3667            ],
3668            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
3669            "homepage": "https://symfony.com",
3670            "keywords": [
3671                "clone",
3672                "construct",
3673                "export",
3674                "hydrate",
3675                "instantiate",
3676                "serialize"
3677            ],
3678            "funding": [
3679                {
3680                    "url": "https://symfony.com/sponsor",
3681                    "type": "custom"
3682                },
3683                {
3684                    "url": "https://github.com/fabpot",
3685                    "type": "github"
3686                },
3687                {
3688                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3689                    "type": "tidelift"
3690                }
3691            ],
3692            "time": "2020-06-01T01:10:09+00:00"
3693        },
3694        {
3695            "name": "tecnickcom/tcpdf",
3696            "version": "6.3.5",
3697            "source": {
3698                "type": "git",
3699                "url": "https://github.com/tecnickcom/TCPDF.git",
3700                "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
3701            },
3702            "dist": {
3703                "type": "zip",
3704                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3705                "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3706                "shasum": ""
3707            },
3708            "require": {
3709                "php": ">=5.3.0"
3710            },
3711            "type": "library",
3712            "autoload": {
3713                "classmap": [
3714                    "config",
3715                    "include",
3716                    "tcpdf.php",
3717                    "tcpdf_parser.php",
3718                    "tcpdf_import.php",
3719                    "tcpdf_barcodes_1d.php",
3720                    "tcpdf_barcodes_2d.php",
3721                    "include/tcpdf_colors.php",
3722                    "include/tcpdf_filters.php",
3723                    "include/tcpdf_font_data.php",
3724                    "include/tcpdf_fonts.php",
3725                    "include/tcpdf_images.php",
3726                    "include/tcpdf_static.php",
3727                    "include/barcodes/datamatrix.php",
3728                    "include/barcodes/pdf417.php",
3729                    "include/barcodes/qrcode.php"
3730                ]
3731            },
3732            "notification-url": "https://packagist.org/downloads/",
3733            "license": [
3734                "LGPL-3.0-only"
3735            ],
3736            "authors": [
3737                {
3738                    "name": "Nicola Asuni",
3739                    "email": "info@tecnick.com",
3740                    "role": "lead"
3741                }
3742            ],
3743            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3744            "homepage": "http://www.tcpdf.org/",
3745            "keywords": [
3746                "PDFD32000-2008",
3747                "TCPDF",
3748                "barcodes",
3749                "datamatrix",
3750                "pdf",
3751                "pdf417",
3752                "qrcode"
3753            ],
3754            "time": "2020-02-14T14:20:12+00:00"
3755        }
3756    ],
3757    "packages-dev": [
3758        {
3759            "name": "composer/ca-bundle",
3760            "version": "1.2.7",
3761            "source": {
3762                "type": "git",
3763                "url": "https://github.com/composer/ca-bundle.git",
3764                "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
3765            },
3766            "dist": {
3767                "type": "zip",
3768                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
3769                "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
3770                "shasum": ""
3771            },
3772            "require": {
3773                "ext-openssl": "*",
3774                "ext-pcre": "*",
3775                "php": "^5.3.2 || ^7.0 || ^8.0"
3776            },
3777            "require-dev": {
3778                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
3779                "psr/log": "^1.0",
3780                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
3781            },
3782            "type": "library",
3783            "extra": {
3784                "branch-alias": {
3785                    "dev-master": "1.x-dev"
3786                }
3787            },
3788            "autoload": {
3789                "psr-4": {
3790                    "Composer\\CaBundle\\": "src"
3791                }
3792            },
3793            "notification-url": "https://packagist.org/downloads/",
3794            "license": [
3795                "MIT"
3796            ],
3797            "authors": [
3798                {
3799                    "name": "Jordi Boggiano",
3800                    "email": "j.boggiano@seld.be",
3801                    "homepage": "http://seld.be"
3802                }
3803            ],
3804            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
3805            "keywords": [
3806                "cabundle",
3807                "cacert",
3808                "certificate",
3809                "ssl",
3810                "tls"
3811            ],
3812            "funding": [
3813                {
3814                    "url": "https://packagist.com",
3815                    "type": "custom"
3816                },
3817                {
3818                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3819                    "type": "tidelift"
3820                }
3821            ],
3822            "time": "2020-04-08T08:27:21+00:00"
3823        },
3824        {
3825            "name": "composer/composer",
3826            "version": "1.10.8",
3827            "source": {
3828                "type": "git",
3829                "url": "https://github.com/composer/composer.git",
3830                "reference": "56e0e094478f30935e9128552188355fa9712291"
3831            },
3832            "dist": {
3833                "type": "zip",
3834                "url": "https://api.github.com/repos/composer/composer/zipball/56e0e094478f30935e9128552188355fa9712291",
3835                "reference": "56e0e094478f30935e9128552188355fa9712291",
3836                "shasum": ""
3837            },
3838            "require": {
3839                "composer/ca-bundle": "^1.0",
3840                "composer/semver": "^1.0",
3841                "composer/spdx-licenses": "^1.2",
3842                "composer/xdebug-handler": "^1.1",
3843                "justinrainbow/json-schema": "^5.2.10",
3844                "php": "^5.3.2 || ^7.0",
3845                "psr/log": "^1.0",
3846                "seld/jsonlint": "^1.4",
3847                "seld/phar-utils": "^1.0",
3848                "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3849                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3850                "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3851                "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
3852            },
3853            "conflict": {
3854                "symfony/console": "2.8.38"
3855            },
3856            "require-dev": {
3857                "phpspec/prophecy": "^1.10",
3858                "symfony/phpunit-bridge": "^4.2"
3859            },
3860            "suggest": {
3861                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
3862                "ext-zip": "Enabling the zip extension allows you to unzip archives",
3863                "ext-zlib": "Allow gzip compression of HTTP requests"
3864            },
3865            "bin": [
3866                "bin/composer"
3867            ],
3868            "type": "library",
3869            "extra": {
3870                "branch-alias": {
3871                    "dev-master": "1.10-dev"
3872                }
3873            },
3874            "autoload": {
3875                "psr-4": {
3876                    "Composer\\": "src/Composer"
3877                }
3878            },
3879            "notification-url": "https://packagist.org/downloads/",
3880            "license": [
3881                "MIT"
3882            ],
3883            "authors": [
3884                {
3885                    "name": "Nils Adermann",
3886                    "email": "naderman@naderman.de",
3887                    "homepage": "http://www.naderman.de"
3888                },
3889                {
3890                    "name": "Jordi Boggiano",
3891                    "email": "j.boggiano@seld.be",
3892                    "homepage": "http://seld.be"
3893                }
3894            ],
3895            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
3896            "homepage": "https://getcomposer.org/",
3897            "keywords": [
3898                "autoload",
3899                "dependency",
3900                "package"
3901            ],
3902            "funding": [
3903                {
3904                    "url": "https://packagist.com",
3905                    "type": "custom"
3906                },
3907                {
3908                    "url": "https://github.com/composer",
3909                    "type": "github"
3910                },
3911                {
3912                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3913                    "type": "tidelift"
3914                }
3915            ],
3916            "time": "2020-06-24T19:23:30+00:00"
3917        },
3918        {
3919            "name": "composer/semver",
3920            "version": "1.5.1",
3921            "source": {
3922                "type": "git",
3923                "url": "https://github.com/composer/semver.git",
3924                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
3925            },
3926            "dist": {
3927                "type": "zip",
3928                "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
3929                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
3930                "shasum": ""
3931            },
3932            "require": {
3933                "php": "^5.3.2 || ^7.0"
3934            },
3935            "require-dev": {
3936                "phpunit/phpunit": "^4.5 || ^5.0.5"
3937            },
3938            "type": "library",
3939            "extra": {
3940                "branch-alias": {
3941                    "dev-master": "1.x-dev"
3942                }
3943            },
3944            "autoload": {
3945                "psr-4": {
3946                    "Composer\\Semver\\": "src"
3947                }
3948            },
3949            "notification-url": "https://packagist.org/downloads/",
3950            "license": [
3951                "MIT"
3952            ],
3953            "authors": [
3954                {
3955                    "name": "Nils Adermann",
3956                    "email": "naderman@naderman.de",
3957                    "homepage": "http://www.naderman.de"
3958                },
3959                {
3960                    "name": "Jordi Boggiano",
3961                    "email": "j.boggiano@seld.be",
3962                    "homepage": "http://seld.be"
3963                },
3964                {
3965                    "name": "Rob Bast",
3966                    "email": "rob.bast@gmail.com",
3967                    "homepage": "http://robbast.nl"
3968                }
3969            ],
3970            "description": "Semver library that offers utilities, version constraint parsing and validation.",
3971            "keywords": [
3972                "semantic",
3973                "semver",
3974                "validation",
3975                "versioning"
3976            ],
3977            "time": "2020-01-13T12:06:48+00:00"
3978        },
3979        {
3980            "name": "composer/spdx-licenses",
3981            "version": "1.5.3",
3982            "source": {
3983                "type": "git",
3984                "url": "https://github.com/composer/spdx-licenses.git",
3985                "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
3986            },
3987            "dist": {
3988                "type": "zip",
3989                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
3990                "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
3991                "shasum": ""
3992            },
3993            "require": {
3994                "php": "^5.3.2 || ^7.0 || ^8.0"
3995            },
3996            "require-dev": {
3997                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
3998            },
3999            "type": "library",
4000            "extra": {
4001                "branch-alias": {
4002                    "dev-master": "1.x-dev"
4003                }
4004            },
4005            "autoload": {
4006                "psr-4": {
4007                    "Composer\\Spdx\\": "src"
4008                }
4009            },
4010            "notification-url": "https://packagist.org/downloads/",
4011            "license": [
4012                "MIT"
4013            ],
4014            "authors": [
4015                {
4016                    "name": "Nils Adermann",
4017                    "email": "naderman@naderman.de",
4018                    "homepage": "http://www.naderman.de"
4019                },
4020                {
4021                    "name": "Jordi Boggiano",
4022                    "email": "j.boggiano@seld.be",
4023                    "homepage": "http://seld.be"
4024                },
4025                {
4026                    "name": "Rob Bast",
4027                    "email": "rob.bast@gmail.com",
4028                    "homepage": "http://robbast.nl"
4029                }
4030            ],
4031            "description": "SPDX licenses list and validation library.",
4032            "keywords": [
4033                "license",
4034                "spdx",
4035                "validator"
4036            ],
4037            "time": "2020-02-14T07:44:31+00:00"
4038        },
4039        {
4040            "name": "composer/xdebug-handler",
4041            "version": "1.4.2",
4042            "source": {
4043                "type": "git",
4044                "url": "https://github.com/composer/xdebug-handler.git",
4045                "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
4046            },
4047            "dist": {
4048                "type": "zip",
4049                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
4050                "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
4051                "shasum": ""
4052            },
4053            "require": {
4054                "php": "^5.3.2 || ^7.0 || ^8.0",
4055                "psr/log": "^1.0"
4056            },
4057            "require-dev": {
4058                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
4059            },
4060            "type": "library",
4061            "autoload": {
4062                "psr-4": {
4063                    "Composer\\XdebugHandler\\": "src"
4064                }
4065            },
4066            "notification-url": "https://packagist.org/downloads/",
4067            "license": [
4068                "MIT"
4069            ],
4070            "authors": [
4071                {
4072                    "name": "John Stevenson",
4073                    "email": "john-stevenson@blueyonder.co.uk"
4074                }
4075            ],
4076            "description": "Restarts a process without Xdebug.",
4077            "keywords": [
4078                "Xdebug",
4079                "performance"
4080            ],
4081            "funding": [
4082                {
4083                    "url": "https://packagist.com",
4084                    "type": "custom"
4085                },
4086                {
4087                    "url": "https://github.com/composer",
4088                    "type": "github"
4089                },
4090                {
4091                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
4092                    "type": "tidelift"
4093                }
4094            ],
4095            "time": "2020-06-04T11:16:35+00:00"
4096        },
4097        {
4098            "name": "doctrine/instantiator",
4099            "version": "1.3.1",
4100            "source": {
4101                "type": "git",
4102                "url": "https://github.com/doctrine/instantiator.git",
4103                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
4104            },
4105            "dist": {
4106                "type": "zip",
4107                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
4108                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
4109                "shasum": ""
4110            },
4111            "require": {
4112                "php": "^7.1 || ^8.0"
4113            },
4114            "require-dev": {
4115                "doctrine/coding-standard": "^6.0",
4116                "ext-pdo": "*",
4117                "ext-phar": "*",
4118                "phpbench/phpbench": "^0.13",
4119                "phpstan/phpstan-phpunit": "^0.11",
4120                "phpstan/phpstan-shim": "^0.11",
4121                "phpunit/phpunit": "^7.0"
4122            },
4123            "type": "library",
4124            "extra": {
4125                "branch-alias": {
4126                    "dev-master": "1.2.x-dev"
4127                }
4128            },
4129            "autoload": {
4130                "psr-4": {
4131                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4132                }
4133            },
4134            "notification-url": "https://packagist.org/downloads/",
4135            "license": [
4136                "MIT"
4137            ],
4138            "authors": [
4139                {
4140                    "name": "Marco Pivetta",
4141                    "email": "ocramius@gmail.com",
4142                    "homepage": "http://ocramius.github.com/"
4143                }
4144            ],
4145            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4146            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
4147            "keywords": [
4148                "constructor",
4149                "instantiate"
4150            ],
4151            "funding": [
4152                {
4153                    "url": "https://www.doctrine-project.org/sponsorship.html",
4154                    "type": "custom"
4155                },
4156                {
4157                    "url": "https://www.patreon.com/phpdoctrine",
4158                    "type": "patreon"
4159                },
4160                {
4161                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
4162                    "type": "tidelift"
4163                }
4164            ],
4165            "time": "2020-05-29T17:27:14+00:00"
4166        },
4167        {
4168            "name": "justinrainbow/json-schema",
4169            "version": "5.2.10",
4170            "source": {
4171                "type": "git",
4172                "url": "https://github.com/justinrainbow/json-schema.git",
4173                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
4174            },
4175            "dist": {
4176                "type": "zip",
4177                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
4178                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
4179                "shasum": ""
4180            },
4181            "require": {
4182                "php": ">=5.3.3"
4183            },
4184            "require-dev": {
4185                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
4186                "json-schema/json-schema-test-suite": "1.2.0",
4187                "phpunit/phpunit": "^4.8.35"
4188            },
4189            "bin": [
4190                "bin/validate-json"
4191            ],
4192            "type": "library",
4193            "extra": {
4194                "branch-alias": {
4195                    "dev-master": "5.0.x-dev"
4196                }
4197            },
4198            "autoload": {
4199                "psr-4": {
4200                    "JsonSchema\\": "src/JsonSchema/"
4201                }
4202            },
4203            "notification-url": "https://packagist.org/downloads/",
4204            "license": [
4205                "MIT"
4206            ],
4207            "authors": [
4208                {
4209                    "name": "Bruno Prieto Reis",
4210                    "email": "bruno.p.reis@gmail.com"
4211                },
4212                {
4213                    "name": "Justin Rainbow",
4214                    "email": "justin.rainbow@gmail.com"
4215                },
4216                {
4217                    "name": "Igor Wiedler",
4218                    "email": "igor@wiedler.ch"
4219                },
4220                {
4221                    "name": "Robert Schönthal",
4222                    "email": "seroscho@googlemail.com"
4223                }
4224            ],
4225            "description": "A library to validate a json schema.",
4226            "homepage": "https://github.com/justinrainbow/json-schema",
4227            "keywords": [
4228                "json",
4229                "schema"
4230            ],
4231            "time": "2020-05-27T16:41:55+00:00"
4232        },
4233        {
4234            "name": "league/flysystem-memory",
4235            "version": "1.0.2",
4236            "source": {
4237                "type": "git",
4238                "url": "https://github.com/thephpleague/flysystem-memory.git",
4239                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757"
4240            },
4241            "dist": {
4242                "type": "zip",
4243                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757",
4244                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757",
4245                "shasum": ""
4246            },
4247            "require": {
4248                "league/flysystem": "~1.0"
4249            },
4250            "require-dev": {
4251                "phpunit/phpunit": "^5.7.10"
4252            },
4253            "type": "library",
4254            "extra": {
4255                "branch-alias": {
4256                    "dev-master": "1.0-dev"
4257                }
4258            },
4259            "autoload": {
4260                "psr-4": {
4261                    "League\\Flysystem\\Memory\\": "src/"
4262                }
4263            },
4264            "notification-url": "https://packagist.org/downloads/",
4265            "license": [
4266                "MIT"
4267            ],
4268            "authors": [
4269                {
4270                    "name": "Chris Leppanen",
4271                    "email": "chris.leppanen@gmail.com",
4272                    "role": "Developer"
4273                }
4274            ],
4275            "description": "An in-memory adapter for Flysystem.",
4276            "homepage": "https://github.com/thephpleague/flysystem-memory",
4277            "keywords": [
4278                "Flysystem",
4279                "adapter",
4280                "memory"
4281            ],
4282            "time": "2019-05-30T21:34:13+00:00"
4283        },
4284        {
4285            "name": "maximebf/debugbar",
4286            "version": "v1.16.3",
4287            "source": {
4288                "type": "git",
4289                "url": "https://github.com/maximebf/php-debugbar.git",
4290                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
4291            },
4292            "dist": {
4293                "type": "zip",
4294                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
4295                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
4296                "shasum": ""
4297            },
4298            "require": {
4299                "php": "^7.1",
4300                "psr/log": "^1.0",
4301                "symfony/var-dumper": "^2.6|^3|^4|^5"
4302            },
4303            "require-dev": {
4304                "phpunit/phpunit": "^5"
4305            },
4306            "suggest": {
4307                "kriswallsmith/assetic": "The best way to manage assets",
4308                "monolog/monolog": "Log using Monolog",
4309                "predis/predis": "Redis storage"
4310            },
4311            "type": "library",
4312            "extra": {
4313                "branch-alias": {
4314                    "dev-master": "1.16-dev"
4315                }
4316            },
4317            "autoload": {
4318                "psr-4": {
4319                    "DebugBar\\": "src/DebugBar/"
4320                }
4321            },
4322            "notification-url": "https://packagist.org/downloads/",
4323            "license": [
4324                "MIT"
4325            ],
4326            "authors": [
4327                {
4328                    "name": "Maxime Bouroumeau-Fuseau",
4329                    "email": "maxime.bouroumeau@gmail.com",
4330                    "homepage": "http://maximebf.com"
4331                },
4332                {
4333                    "name": "Barry vd. Heuvel",
4334                    "email": "barryvdh@gmail.com"
4335                }
4336            ],
4337            "description": "Debug bar in the browser for php application",
4338            "homepage": "https://github.com/maximebf/php-debugbar",
4339            "keywords": [
4340                "debug",
4341                "debugbar"
4342            ],
4343            "time": "2020-05-06T07:06:27+00:00"
4344        },
4345        {
4346            "name": "myclabs/deep-copy",
4347            "version": "1.10.1",
4348            "source": {
4349                "type": "git",
4350                "url": "https://github.com/myclabs/DeepCopy.git",
4351                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
4352            },
4353            "dist": {
4354                "type": "zip",
4355                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
4356                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
4357                "shasum": ""
4358            },
4359            "require": {
4360                "php": "^7.1 || ^8.0"
4361            },
4362            "replace": {
4363                "myclabs/deep-copy": "self.version"
4364            },
4365            "require-dev": {
4366                "doctrine/collections": "^1.0",
4367                "doctrine/common": "^2.6",
4368                "phpunit/phpunit": "^7.1"
4369            },
4370            "type": "library",
4371            "autoload": {
4372                "psr-4": {
4373                    "DeepCopy\\": "src/DeepCopy/"
4374                },
4375                "files": [
4376                    "src/DeepCopy/deep_copy.php"
4377                ]
4378            },
4379            "notification-url": "https://packagist.org/downloads/",
4380            "license": [
4381                "MIT"
4382            ],
4383            "description": "Create deep copies (clones) of your objects",
4384            "keywords": [
4385                "clone",
4386                "copy",
4387                "duplicate",
4388                "object",
4389                "object graph"
4390            ],
4391            "funding": [
4392                {
4393                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4394                    "type": "tidelift"
4395                }
4396            ],
4397            "time": "2020-06-29T13:22:24+00:00"
4398        },
4399        {
4400            "name": "phar-io/manifest",
4401            "version": "1.0.3",
4402            "source": {
4403                "type": "git",
4404                "url": "https://github.com/phar-io/manifest.git",
4405                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
4406            },
4407            "dist": {
4408                "type": "zip",
4409                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4410                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4411                "shasum": ""
4412            },
4413            "require": {
4414                "ext-dom": "*",
4415                "ext-phar": "*",
4416                "phar-io/version": "^2.0",
4417                "php": "^5.6 || ^7.0"
4418            },
4419            "type": "library",
4420            "extra": {
4421                "branch-alias": {
4422                    "dev-master": "1.0.x-dev"
4423                }
4424            },
4425            "autoload": {
4426                "classmap": [
4427                    "src/"
4428                ]
4429            },
4430            "notification-url": "https://packagist.org/downloads/",
4431            "license": [
4432                "BSD-3-Clause"
4433            ],
4434            "authors": [
4435                {
4436                    "name": "Arne Blankerts",
4437                    "email": "arne@blankerts.de",
4438                    "role": "Developer"
4439                },
4440                {
4441                    "name": "Sebastian Heuer",
4442                    "email": "sebastian@phpeople.de",
4443                    "role": "Developer"
4444                },
4445                {
4446                    "name": "Sebastian Bergmann",
4447                    "email": "sebastian@phpunit.de",
4448                    "role": "Developer"
4449                }
4450            ],
4451            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4452            "time": "2018-07-08T19:23:20+00:00"
4453        },
4454        {
4455            "name": "phar-io/version",
4456            "version": "2.0.1",
4457            "source": {
4458                "type": "git",
4459                "url": "https://github.com/phar-io/version.git",
4460                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
4461            },
4462            "dist": {
4463                "type": "zip",
4464                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4465                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4466                "shasum": ""
4467            },
4468            "require": {
4469                "php": "^5.6 || ^7.0"
4470            },
4471            "type": "library",
4472            "autoload": {
4473                "classmap": [
4474                    "src/"
4475                ]
4476            },
4477            "notification-url": "https://packagist.org/downloads/",
4478            "license": [
4479                "BSD-3-Clause"
4480            ],
4481            "authors": [
4482                {
4483                    "name": "Arne Blankerts",
4484                    "email": "arne@blankerts.de",
4485                    "role": "Developer"
4486                },
4487                {
4488                    "name": "Sebastian Heuer",
4489                    "email": "sebastian@phpeople.de",
4490                    "role": "Developer"
4491                },
4492                {
4493                    "name": "Sebastian Bergmann",
4494                    "email": "sebastian@phpunit.de",
4495                    "role": "Developer"
4496                }
4497            ],
4498            "description": "Library for handling version information and constraints",
4499            "time": "2018-07-08T19:19:57+00:00"
4500        },
4501        {
4502            "name": "php-coveralls/php-coveralls",
4503            "version": "v2.2.0",
4504            "source": {
4505                "type": "git",
4506                "url": "https://github.com/php-coveralls/php-coveralls.git",
4507                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae"
4508            },
4509            "dist": {
4510                "type": "zip",
4511                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3e6420fa666ef7bae5e750ddeac903153e193bae",
4512                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae",
4513                "shasum": ""
4514            },
4515            "require": {
4516                "ext-json": "*",
4517                "ext-simplexml": "*",
4518                "guzzlehttp/guzzle": "^6.0",
4519                "php": "^5.5 || ^7.0",
4520                "psr/log": "^1.0",
4521                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4522                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4523                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0",
4524                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0"
4525            },
4526            "require-dev": {
4527                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
4528            },
4529            "suggest": {
4530                "symfony/http-kernel": "Allows Symfony integration"
4531            },
4532            "bin": [
4533                "bin/php-coveralls"
4534            ],
4535            "type": "library",
4536            "extra": {
4537                "branch-alias": {
4538                    "dev-master": "2.2-dev"
4539                }
4540            },
4541            "autoload": {
4542                "psr-4": {
4543                    "PhpCoveralls\\": "src/"
4544                }
4545            },
4546            "notification-url": "https://packagist.org/downloads/",
4547            "license": [
4548                "MIT"
4549            ],
4550            "authors": [
4551                {
4552                    "name": "Kitamura Satoshi",
4553                    "email": "with.no.parachute@gmail.com",
4554                    "homepage": "https://www.facebook.com/satooshi.jp",
4555                    "role": "Original creator"
4556                },
4557                {
4558                    "name": "Takashi Matsuo",
4559                    "email": "tmatsuo@google.com"
4560                },
4561                {
4562                    "name": "Google Inc"
4563                },
4564                {
4565                    "name": "Dariusz Ruminski",
4566                    "email": "dariusz.ruminski@gmail.com",
4567                    "homepage": "https://github.com/keradus"
4568                },
4569                {
4570                    "name": "Contributors",
4571                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
4572                }
4573            ],
4574            "description": "PHP client library for Coveralls API",
4575            "homepage": "https://github.com/php-coveralls/php-coveralls",
4576            "keywords": [
4577                "ci",
4578                "coverage",
4579                "github",
4580                "test"
4581            ],
4582            "time": "2019-11-20T16:29:20+00:00"
4583        },
4584        {
4585            "name": "phpdocumentor/reflection-common",
4586            "version": "2.1.0",
4587            "source": {
4588                "type": "git",
4589                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4590                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
4591            },
4592            "dist": {
4593                "type": "zip",
4594                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4595                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4596                "shasum": ""
4597            },
4598            "require": {
4599                "php": ">=7.1"
4600            },
4601            "type": "library",
4602            "extra": {
4603                "branch-alias": {
4604                    "dev-master": "2.x-dev"
4605                }
4606            },
4607            "autoload": {
4608                "psr-4": {
4609                    "phpDocumentor\\Reflection\\": "src/"
4610                }
4611            },
4612            "notification-url": "https://packagist.org/downloads/",
4613            "license": [
4614                "MIT"
4615            ],
4616            "authors": [
4617                {
4618                    "name": "Jaap van Otterdijk",
4619                    "email": "opensource@ijaap.nl"
4620                }
4621            ],
4622            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4623            "homepage": "http://www.phpdoc.org",
4624            "keywords": [
4625                "FQSEN",
4626                "phpDocumentor",
4627                "phpdoc",
4628                "reflection",
4629                "static analysis"
4630            ],
4631            "time": "2020-04-27T09:25:28+00:00"
4632        },
4633        {
4634            "name": "phpdocumentor/reflection-docblock",
4635            "version": "4.3.4",
4636            "source": {
4637                "type": "git",
4638                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4639                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
4640            },
4641            "dist": {
4642                "type": "zip",
4643                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
4644                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
4645                "shasum": ""
4646            },
4647            "require": {
4648                "php": "^7.0",
4649                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
4650                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
4651                "webmozart/assert": "^1.0"
4652            },
4653            "require-dev": {
4654                "doctrine/instantiator": "^1.0.5",
4655                "mockery/mockery": "^1.0",
4656                "phpdocumentor/type-resolver": "0.4.*",
4657                "phpunit/phpunit": "^6.4"
4658            },
4659            "type": "library",
4660            "extra": {
4661                "branch-alias": {
4662                    "dev-master": "4.x-dev"
4663                }
4664            },
4665            "autoload": {
4666                "psr-4": {
4667                    "phpDocumentor\\Reflection\\": [
4668                        "src/"
4669                    ]
4670                }
4671            },
4672            "notification-url": "https://packagist.org/downloads/",
4673            "license": [
4674                "MIT"
4675            ],
4676            "authors": [
4677                {
4678                    "name": "Mike van Riel",
4679                    "email": "me@mikevanriel.com"
4680                }
4681            ],
4682            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4683            "time": "2019-12-28T18:55:12+00:00"
4684        },
4685        {
4686            "name": "phpdocumentor/type-resolver",
4687            "version": "1.0.1",
4688            "source": {
4689                "type": "git",
4690                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4691                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
4692            },
4693            "dist": {
4694                "type": "zip",
4695                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4696                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4697                "shasum": ""
4698            },
4699            "require": {
4700                "php": "^7.1",
4701                "phpdocumentor/reflection-common": "^2.0"
4702            },
4703            "require-dev": {
4704                "ext-tokenizer": "^7.1",
4705                "mockery/mockery": "~1",
4706                "phpunit/phpunit": "^7.0"
4707            },
4708            "type": "library",
4709            "extra": {
4710                "branch-alias": {
4711                    "dev-master": "1.x-dev"
4712                }
4713            },
4714            "autoload": {
4715                "psr-4": {
4716                    "phpDocumentor\\Reflection\\": "src"
4717                }
4718            },
4719            "notification-url": "https://packagist.org/downloads/",
4720            "license": [
4721                "MIT"
4722            ],
4723            "authors": [
4724                {
4725                    "name": "Mike van Riel",
4726                    "email": "me@mikevanriel.com"
4727                }
4728            ],
4729            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
4730            "time": "2019-08-22T18:11:29+00:00"
4731        },
4732        {
4733            "name": "phpspec/prophecy",
4734            "version": "v1.10.3",
4735            "source": {
4736                "type": "git",
4737                "url": "https://github.com/phpspec/prophecy.git",
4738                "reference": "451c3cd1418cf640de218914901e51b064abb093"
4739            },
4740            "dist": {
4741                "type": "zip",
4742                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
4743                "reference": "451c3cd1418cf640de218914901e51b064abb093",
4744                "shasum": ""
4745            },
4746            "require": {
4747                "doctrine/instantiator": "^1.0.2",
4748                "php": "^5.3|^7.0",
4749                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
4750                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
4751                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
4752            },
4753            "require-dev": {
4754                "phpspec/phpspec": "^2.5 || ^3.2",
4755                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4756            },
4757            "type": "library",
4758            "extra": {
4759                "branch-alias": {
4760                    "dev-master": "1.10.x-dev"
4761                }
4762            },
4763            "autoload": {
4764                "psr-4": {
4765                    "Prophecy\\": "src/Prophecy"
4766                }
4767            },
4768            "notification-url": "https://packagist.org/downloads/",
4769            "license": [
4770                "MIT"
4771            ],
4772            "authors": [
4773                {
4774                    "name": "Konstantin Kudryashov",
4775                    "email": "ever.zet@gmail.com",
4776                    "homepage": "http://everzet.com"
4777                },
4778                {
4779                    "name": "Marcello Duarte",
4780                    "email": "marcello.duarte@gmail.com"
4781                }
4782            ],
4783            "description": "Highly opinionated mocking framework for PHP 5.3+",
4784            "homepage": "https://github.com/phpspec/prophecy",
4785            "keywords": [
4786                "Double",
4787                "Dummy",
4788                "fake",
4789                "mock",
4790                "spy",
4791                "stub"
4792            ],
4793            "time": "2020-03-05T15:02:03+00:00"
4794        },
4795        {
4796            "name": "phpunit/php-code-coverage",
4797            "version": "6.1.4",
4798            "source": {
4799                "type": "git",
4800                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4801                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
4802            },
4803            "dist": {
4804                "type": "zip",
4805                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4806                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4807                "shasum": ""
4808            },
4809            "require": {
4810                "ext-dom": "*",
4811                "ext-xmlwriter": "*",
4812                "php": "^7.1",
4813                "phpunit/php-file-iterator": "^2.0",
4814                "phpunit/php-text-template": "^1.2.1",
4815                "phpunit/php-token-stream": "^3.0",
4816                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4817                "sebastian/environment": "^3.1 || ^4.0",
4818                "sebastian/version": "^2.0.1",
4819                "theseer/tokenizer": "^1.1"
4820            },
4821            "require-dev": {
4822                "phpunit/phpunit": "^7.0"
4823            },
4824            "suggest": {
4825                "ext-xdebug": "^2.6.0"
4826            },
4827            "type": "library",
4828            "extra": {
4829                "branch-alias": {
4830                    "dev-master": "6.1-dev"
4831                }
4832            },
4833            "autoload": {
4834                "classmap": [
4835                    "src/"
4836                ]
4837            },
4838            "notification-url": "https://packagist.org/downloads/",
4839            "license": [
4840                "BSD-3-Clause"
4841            ],
4842            "authors": [
4843                {
4844                    "name": "Sebastian Bergmann",
4845                    "email": "sebastian@phpunit.de",
4846                    "role": "lead"
4847                }
4848            ],
4849            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4850            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4851            "keywords": [
4852                "coverage",
4853                "testing",
4854                "xunit"
4855            ],
4856            "time": "2018-10-31T16:06:48+00:00"
4857        },
4858        {
4859            "name": "phpunit/php-file-iterator",
4860            "version": "2.0.2",
4861            "source": {
4862                "type": "git",
4863                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4864                "reference": "050bedf145a257b1ff02746c31894800e5122946"
4865            },
4866            "dist": {
4867                "type": "zip",
4868                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
4869                "reference": "050bedf145a257b1ff02746c31894800e5122946",
4870                "shasum": ""
4871            },
4872            "require": {
4873                "php": "^7.1"
4874            },
4875            "require-dev": {
4876                "phpunit/phpunit": "^7.1"
4877            },
4878            "type": "library",
4879            "extra": {
4880                "branch-alias": {
4881                    "dev-master": "2.0.x-dev"
4882                }
4883            },
4884            "autoload": {
4885                "classmap": [
4886                    "src/"
4887                ]
4888            },
4889            "notification-url": "https://packagist.org/downloads/",
4890            "license": [
4891                "BSD-3-Clause"
4892            ],
4893            "authors": [
4894                {
4895                    "name": "Sebastian Bergmann",
4896                    "email": "sebastian@phpunit.de",
4897                    "role": "lead"
4898                }
4899            ],
4900            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4901            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4902            "keywords": [
4903                "filesystem",
4904                "iterator"
4905            ],
4906            "time": "2018-09-13T20:33:42+00:00"
4907        },
4908        {
4909            "name": "phpunit/php-text-template",
4910            "version": "1.2.1",
4911            "source": {
4912                "type": "git",
4913                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4914                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4915            },
4916            "dist": {
4917                "type": "zip",
4918                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4919                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4920                "shasum": ""
4921            },
4922            "require": {
4923                "php": ">=5.3.3"
4924            },
4925            "type": "library",
4926            "autoload": {
4927                "classmap": [
4928                    "src/"
4929                ]
4930            },
4931            "notification-url": "https://packagist.org/downloads/",
4932            "license": [
4933                "BSD-3-Clause"
4934            ],
4935            "authors": [
4936                {
4937                    "name": "Sebastian Bergmann",
4938                    "email": "sebastian@phpunit.de",
4939                    "role": "lead"
4940                }
4941            ],
4942            "description": "Simple template engine.",
4943            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4944            "keywords": [
4945                "template"
4946            ],
4947            "time": "2015-06-21T13:50:34+00:00"
4948        },
4949        {
4950            "name": "phpunit/php-timer",
4951            "version": "2.1.2",
4952            "source": {
4953                "type": "git",
4954                "url": "https://github.com/sebastianbergmann/php-timer.git",
4955                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
4956            },
4957            "dist": {
4958                "type": "zip",
4959                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
4960                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
4961                "shasum": ""
4962            },
4963            "require": {
4964                "php": "^7.1"
4965            },
4966            "require-dev": {
4967                "phpunit/phpunit": "^7.0"
4968            },
4969            "type": "library",
4970            "extra": {
4971                "branch-alias": {
4972                    "dev-master": "2.1-dev"
4973                }
4974            },
4975            "autoload": {
4976                "classmap": [
4977                    "src/"
4978                ]
4979            },
4980            "notification-url": "https://packagist.org/downloads/",
4981            "license": [
4982                "BSD-3-Clause"
4983            ],
4984            "authors": [
4985                {
4986                    "name": "Sebastian Bergmann",
4987                    "email": "sebastian@phpunit.de",
4988                    "role": "lead"
4989                }
4990            ],
4991            "description": "Utility class for timing",
4992            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4993            "keywords": [
4994                "timer"
4995            ],
4996            "time": "2019-06-07T04:22:29+00:00"
4997        },
4998        {
4999            "name": "phpunit/php-token-stream",
5000            "version": "3.1.1",
5001            "source": {
5002                "type": "git",
5003                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5004                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
5005            },
5006            "dist": {
5007                "type": "zip",
5008                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
5009                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
5010                "shasum": ""
5011            },
5012            "require": {
5013                "ext-tokenizer": "*",
5014                "php": "^7.1"
5015            },
5016            "require-dev": {
5017                "phpunit/phpunit": "^7.0"
5018            },
5019            "type": "library",
5020            "extra": {
5021                "branch-alias": {
5022                    "dev-master": "3.1-dev"
5023                }
5024            },
5025            "autoload": {
5026                "classmap": [
5027                    "src/"
5028                ]
5029            },
5030            "notification-url": "https://packagist.org/downloads/",
5031            "license": [
5032                "BSD-3-Clause"
5033            ],
5034            "authors": [
5035                {
5036                    "name": "Sebastian Bergmann",
5037                    "email": "sebastian@phpunit.de"
5038                }
5039            ],
5040            "description": "Wrapper around PHP's tokenizer extension.",
5041            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5042            "keywords": [
5043                "tokenizer"
5044            ],
5045            "time": "2019-09-17T06:23:10+00:00"
5046        },
5047        {
5048            "name": "phpunit/phpunit",
5049            "version": "7.5.20",
5050            "source": {
5051                "type": "git",
5052                "url": "https://github.com/sebastianbergmann/phpunit.git",
5053                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
5054            },
5055            "dist": {
5056                "type": "zip",
5057                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
5058                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
5059                "shasum": ""
5060            },
5061            "require": {
5062                "doctrine/instantiator": "^1.1",
5063                "ext-dom": "*",
5064                "ext-json": "*",
5065                "ext-libxml": "*",
5066                "ext-mbstring": "*",
5067                "ext-xml": "*",
5068                "myclabs/deep-copy": "^1.7",
5069                "phar-io/manifest": "^1.0.2",
5070                "phar-io/version": "^2.0",
5071                "php": "^7.1",
5072                "phpspec/prophecy": "^1.7",
5073                "phpunit/php-code-coverage": "^6.0.7",
5074                "phpunit/php-file-iterator": "^2.0.1",
5075                "phpunit/php-text-template": "^1.2.1",
5076                "phpunit/php-timer": "^2.1",
5077                "sebastian/comparator": "^3.0",
5078                "sebastian/diff": "^3.0",
5079                "sebastian/environment": "^4.0",
5080                "sebastian/exporter": "^3.1",
5081                "sebastian/global-state": "^2.0",
5082                "sebastian/object-enumerator": "^3.0.3",
5083                "sebastian/resource-operations": "^2.0",
5084                "sebastian/version": "^2.0.1"
5085            },
5086            "conflict": {
5087                "phpunit/phpunit-mock-objects": "*"
5088            },
5089            "require-dev": {
5090                "ext-pdo": "*"
5091            },
5092            "suggest": {
5093                "ext-soap": "*",
5094                "ext-xdebug": "*",
5095                "phpunit/php-invoker": "^2.0"
5096            },
5097            "bin": [
5098                "phpunit"
5099            ],
5100            "type": "library",
5101            "extra": {
5102                "branch-alias": {
5103                    "dev-master": "7.5-dev"
5104                }
5105            },
5106            "autoload": {
5107                "classmap": [
5108                    "src/"
5109                ]
5110            },
5111            "notification-url": "https://packagist.org/downloads/",
5112            "license": [
5113                "BSD-3-Clause"
5114            ],
5115            "authors": [
5116                {
5117                    "name": "Sebastian Bergmann",
5118                    "email": "sebastian@phpunit.de",
5119                    "role": "lead"
5120                }
5121            ],
5122            "description": "The PHP Unit Testing framework.",
5123            "homepage": "https://phpunit.de/",
5124            "keywords": [
5125                "phpunit",
5126                "testing",
5127                "xunit"
5128            ],
5129            "time": "2020-01-08T08:45:45+00:00"
5130        },
5131        {
5132            "name": "sebastian/code-unit-reverse-lookup",
5133            "version": "1.0.1",
5134            "source": {
5135                "type": "git",
5136                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5137                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5138            },
5139            "dist": {
5140                "type": "zip",
5141                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5142                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5143                "shasum": ""
5144            },
5145            "require": {
5146                "php": "^5.6 || ^7.0"
5147            },
5148            "require-dev": {
5149                "phpunit/phpunit": "^5.7 || ^6.0"
5150            },
5151            "type": "library",
5152            "extra": {
5153                "branch-alias": {
5154                    "dev-master": "1.0.x-dev"
5155                }
5156            },
5157            "autoload": {
5158                "classmap": [
5159                    "src/"
5160                ]
5161            },
5162            "notification-url": "https://packagist.org/downloads/",
5163            "license": [
5164                "BSD-3-Clause"
5165            ],
5166            "authors": [
5167                {
5168                    "name": "Sebastian Bergmann",
5169                    "email": "sebastian@phpunit.de"
5170                }
5171            ],
5172            "description": "Looks up which function or method a line of code belongs to",
5173            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5174            "time": "2017-03-04T06:30:41+00:00"
5175        },
5176        {
5177            "name": "sebastian/comparator",
5178            "version": "3.0.2",
5179            "source": {
5180                "type": "git",
5181                "url": "https://github.com/sebastianbergmann/comparator.git",
5182                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
5183            },
5184            "dist": {
5185                "type": "zip",
5186                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5187                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5188                "shasum": ""
5189            },
5190            "require": {
5191                "php": "^7.1",
5192                "sebastian/diff": "^3.0",
5193                "sebastian/exporter": "^3.1"
5194            },
5195            "require-dev": {
5196                "phpunit/phpunit": "^7.1"
5197            },
5198            "type": "library",
5199            "extra": {
5200                "branch-alias": {
5201                    "dev-master": "3.0-dev"
5202                }
5203            },
5204            "autoload": {
5205                "classmap": [
5206                    "src/"
5207                ]
5208            },
5209            "notification-url": "https://packagist.org/downloads/",
5210            "license": [
5211                "BSD-3-Clause"
5212            ],
5213            "authors": [
5214                {
5215                    "name": "Jeff Welch",
5216                    "email": "whatthejeff@gmail.com"
5217                },
5218                {
5219                    "name": "Volker Dusch",
5220                    "email": "github@wallbash.com"
5221                },
5222                {
5223                    "name": "Bernhard Schussek",
5224                    "email": "bschussek@2bepublished.at"
5225                },
5226                {
5227                    "name": "Sebastian Bergmann",
5228                    "email": "sebastian@phpunit.de"
5229                }
5230            ],
5231            "description": "Provides the functionality to compare PHP values for equality",
5232            "homepage": "https://github.com/sebastianbergmann/comparator",
5233            "keywords": [
5234                "comparator",
5235                "compare",
5236                "equality"
5237            ],
5238            "time": "2018-07-12T15:12:46+00:00"
5239        },
5240        {
5241            "name": "sebastian/diff",
5242            "version": "3.0.2",
5243            "source": {
5244                "type": "git",
5245                "url": "https://github.com/sebastianbergmann/diff.git",
5246                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
5247            },
5248            "dist": {
5249                "type": "zip",
5250                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5251                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5252                "shasum": ""
5253            },
5254            "require": {
5255                "php": "^7.1"
5256            },
5257            "require-dev": {
5258                "phpunit/phpunit": "^7.5 || ^8.0",
5259                "symfony/process": "^2 || ^3.3 || ^4"
5260            },
5261            "type": "library",
5262            "extra": {
5263                "branch-alias": {
5264                    "dev-master": "3.0-dev"
5265                }
5266            },
5267            "autoload": {
5268                "classmap": [
5269                    "src/"
5270                ]
5271            },
5272            "notification-url": "https://packagist.org/downloads/",
5273            "license": [
5274                "BSD-3-Clause"
5275            ],
5276            "authors": [
5277                {
5278                    "name": "Kore Nordmann",
5279                    "email": "mail@kore-nordmann.de"
5280                },
5281                {
5282                    "name": "Sebastian Bergmann",
5283                    "email": "sebastian@phpunit.de"
5284                }
5285            ],
5286            "description": "Diff implementation",
5287            "homepage": "https://github.com/sebastianbergmann/diff",
5288            "keywords": [
5289                "diff",
5290                "udiff",
5291                "unidiff",
5292                "unified diff"
5293            ],
5294            "time": "2019-02-04T06:01:07+00:00"
5295        },
5296        {
5297            "name": "sebastian/environment",
5298            "version": "4.2.3",
5299            "source": {
5300                "type": "git",
5301                "url": "https://github.com/sebastianbergmann/environment.git",
5302                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
5303            },
5304            "dist": {
5305                "type": "zip",
5306                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5307                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5308                "shasum": ""
5309            },
5310            "require": {
5311                "php": "^7.1"
5312            },
5313            "require-dev": {
5314                "phpunit/phpunit": "^7.5"
5315            },
5316            "suggest": {
5317                "ext-posix": "*"
5318            },
5319            "type": "library",
5320            "extra": {
5321                "branch-alias": {
5322                    "dev-master": "4.2-dev"
5323                }
5324            },
5325            "autoload": {
5326                "classmap": [
5327                    "src/"
5328                ]
5329            },
5330            "notification-url": "https://packagist.org/downloads/",
5331            "license": [
5332                "BSD-3-Clause"
5333            ],
5334            "authors": [
5335                {
5336                    "name": "Sebastian Bergmann",
5337                    "email": "sebastian@phpunit.de"
5338                }
5339            ],
5340            "description": "Provides functionality to handle HHVM/PHP environments",
5341            "homepage": "http://www.github.com/sebastianbergmann/environment",
5342            "keywords": [
5343                "Xdebug",
5344                "environment",
5345                "hhvm"
5346            ],
5347            "time": "2019-11-20T08:46:58+00:00"
5348        },
5349        {
5350            "name": "sebastian/exporter",
5351            "version": "3.1.2",
5352            "source": {
5353                "type": "git",
5354                "url": "https://github.com/sebastianbergmann/exporter.git",
5355                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
5356            },
5357            "dist": {
5358                "type": "zip",
5359                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
5360                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
5361                "shasum": ""
5362            },
5363            "require": {
5364                "php": "^7.0",
5365                "sebastian/recursion-context": "^3.0"
5366            },
5367            "require-dev": {
5368                "ext-mbstring": "*",
5369                "phpunit/phpunit": "^6.0"
5370            },
5371            "type": "library",
5372            "extra": {
5373                "branch-alias": {
5374                    "dev-master": "3.1.x-dev"
5375                }
5376            },
5377            "autoload": {
5378                "classmap": [
5379                    "src/"
5380                ]
5381            },
5382            "notification-url": "https://packagist.org/downloads/",
5383            "license": [
5384                "BSD-3-Clause"
5385            ],
5386            "authors": [
5387                {
5388                    "name": "Sebastian Bergmann",
5389                    "email": "sebastian@phpunit.de"
5390                },
5391                {
5392                    "name": "Jeff Welch",
5393                    "email": "whatthejeff@gmail.com"
5394                },
5395                {
5396                    "name": "Volker Dusch",
5397                    "email": "github@wallbash.com"
5398                },
5399                {
5400                    "name": "Adam Harvey",
5401                    "email": "aharvey@php.net"
5402                },
5403                {
5404                    "name": "Bernhard Schussek",
5405                    "email": "bschussek@gmail.com"
5406                }
5407            ],
5408            "description": "Provides the functionality to export PHP variables for visualization",
5409            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5410            "keywords": [
5411                "export",
5412                "exporter"
5413            ],
5414            "time": "2019-09-14T09:02:43+00:00"
5415        },
5416        {
5417            "name": "sebastian/global-state",
5418            "version": "2.0.0",
5419            "source": {
5420                "type": "git",
5421                "url": "https://github.com/sebastianbergmann/global-state.git",
5422                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5423            },
5424            "dist": {
5425                "type": "zip",
5426                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5427                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5428                "shasum": ""
5429            },
5430            "require": {
5431                "php": "^7.0"
5432            },
5433            "require-dev": {
5434                "phpunit/phpunit": "^6.0"
5435            },
5436            "suggest": {
5437                "ext-uopz": "*"
5438            },
5439            "type": "library",
5440            "extra": {
5441                "branch-alias": {
5442                    "dev-master": "2.0-dev"
5443                }
5444            },
5445            "autoload": {
5446                "classmap": [
5447                    "src/"
5448                ]
5449            },
5450            "notification-url": "https://packagist.org/downloads/",
5451            "license": [
5452                "BSD-3-Clause"
5453            ],
5454            "authors": [
5455                {
5456                    "name": "Sebastian Bergmann",
5457                    "email": "sebastian@phpunit.de"
5458                }
5459            ],
5460            "description": "Snapshotting of global state",
5461            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5462            "keywords": [
5463                "global state"
5464            ],
5465            "time": "2017-04-27T15:39:26+00:00"
5466        },
5467        {
5468            "name": "sebastian/object-enumerator",
5469            "version": "3.0.3",
5470            "source": {
5471                "type": "git",
5472                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5473                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5474            },
5475            "dist": {
5476                "type": "zip",
5477                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5478                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5479                "shasum": ""
5480            },
5481            "require": {
5482                "php": "^7.0",
5483                "sebastian/object-reflector": "^1.1.1",
5484                "sebastian/recursion-context": "^3.0"
5485            },
5486            "require-dev": {
5487                "phpunit/phpunit": "^6.0"
5488            },
5489            "type": "library",
5490            "extra": {
5491                "branch-alias": {
5492                    "dev-master": "3.0.x-dev"
5493                }
5494            },
5495            "autoload": {
5496                "classmap": [
5497                    "src/"
5498                ]
5499            },
5500            "notification-url": "https://packagist.org/downloads/",
5501            "license": [
5502                "BSD-3-Clause"
5503            ],
5504            "authors": [
5505                {
5506                    "name": "Sebastian Bergmann",
5507                    "email": "sebastian@phpunit.de"
5508                }
5509            ],
5510            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5511            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5512            "time": "2017-08-03T12:35:26+00:00"
5513        },
5514        {
5515            "name": "sebastian/object-reflector",
5516            "version": "1.1.1",
5517            "source": {
5518                "type": "git",
5519                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5520                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5521            },
5522            "dist": {
5523                "type": "zip",
5524                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5525                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5526                "shasum": ""
5527            },
5528            "require": {
5529                "php": "^7.0"
5530            },
5531            "require-dev": {
5532                "phpunit/phpunit": "^6.0"
5533            },
5534            "type": "library",
5535            "extra": {
5536                "branch-alias": {
5537                    "dev-master": "1.1-dev"
5538                }
5539            },
5540            "autoload": {
5541                "classmap": [
5542                    "src/"
5543                ]
5544            },
5545            "notification-url": "https://packagist.org/downloads/",
5546            "license": [
5547                "BSD-3-Clause"
5548            ],
5549            "authors": [
5550                {
5551                    "name": "Sebastian Bergmann",
5552                    "email": "sebastian@phpunit.de"
5553                }
5554            ],
5555            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5556            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5557            "time": "2017-03-29T09:07:27+00:00"
5558        },
5559        {
5560            "name": "sebastian/recursion-context",
5561            "version": "3.0.0",
5562            "source": {
5563                "type": "git",
5564                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5565                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5566            },
5567            "dist": {
5568                "type": "zip",
5569                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5570                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5571                "shasum": ""
5572            },
5573            "require": {
5574                "php": "^7.0"
5575            },
5576            "require-dev": {
5577                "phpunit/phpunit": "^6.0"
5578            },
5579            "type": "library",
5580            "extra": {
5581                "branch-alias": {
5582                    "dev-master": "3.0.x-dev"
5583                }
5584            },
5585            "autoload": {
5586                "classmap": [
5587                    "src/"
5588                ]
5589            },
5590            "notification-url": "https://packagist.org/downloads/",
5591            "license": [
5592                "BSD-3-Clause"
5593            ],
5594            "authors": [
5595                {
5596                    "name": "Jeff Welch",
5597                    "email": "whatthejeff@gmail.com"
5598                },
5599                {
5600                    "name": "Sebastian Bergmann",
5601                    "email": "sebastian@phpunit.de"
5602                },
5603                {
5604                    "name": "Adam Harvey",
5605                    "email": "aharvey@php.net"
5606                }
5607            ],
5608            "description": "Provides functionality to recursively process PHP variables",
5609            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5610            "time": "2017-03-03T06:23:57+00:00"
5611        },
5612        {
5613            "name": "sebastian/resource-operations",
5614            "version": "2.0.1",
5615            "source": {
5616                "type": "git",
5617                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5618                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
5619            },
5620            "dist": {
5621                "type": "zip",
5622                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5623                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5624                "shasum": ""
5625            },
5626            "require": {
5627                "php": "^7.1"
5628            },
5629            "type": "library",
5630            "extra": {
5631                "branch-alias": {
5632                    "dev-master": "2.0-dev"
5633                }
5634            },
5635            "autoload": {
5636                "classmap": [
5637                    "src/"
5638                ]
5639            },
5640            "notification-url": "https://packagist.org/downloads/",
5641            "license": [
5642                "BSD-3-Clause"
5643            ],
5644            "authors": [
5645                {
5646                    "name": "Sebastian Bergmann",
5647                    "email": "sebastian@phpunit.de"
5648                }
5649            ],
5650            "description": "Provides a list of PHP built-in functions that operate on resources",
5651            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5652            "time": "2018-10-04T04:07:39+00:00"
5653        },
5654        {
5655            "name": "sebastian/version",
5656            "version": "2.0.1",
5657            "source": {
5658                "type": "git",
5659                "url": "https://github.com/sebastianbergmann/version.git",
5660                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5661            },
5662            "dist": {
5663                "type": "zip",
5664                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5665                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5666                "shasum": ""
5667            },
5668            "require": {
5669                "php": ">=5.6"
5670            },
5671            "type": "library",
5672            "extra": {
5673                "branch-alias": {
5674                    "dev-master": "2.0.x-dev"
5675                }
5676            },
5677            "autoload": {
5678                "classmap": [
5679                    "src/"
5680                ]
5681            },
5682            "notification-url": "https://packagist.org/downloads/",
5683            "license": [
5684                "BSD-3-Clause"
5685            ],
5686            "authors": [
5687                {
5688                    "name": "Sebastian Bergmann",
5689                    "email": "sebastian@phpunit.de",
5690                    "role": "lead"
5691                }
5692            ],
5693            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5694            "homepage": "https://github.com/sebastianbergmann/version",
5695            "time": "2016-10-03T07:35:21+00:00"
5696        },
5697        {
5698            "name": "seld/jsonlint",
5699            "version": "1.8.0",
5700            "source": {
5701                "type": "git",
5702                "url": "https://github.com/Seldaek/jsonlint.git",
5703                "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
5704            },
5705            "dist": {
5706                "type": "zip",
5707                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
5708                "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
5709                "shasum": ""
5710            },
5711            "require": {
5712                "php": "^5.3 || ^7.0 || ^8.0"
5713            },
5714            "require-dev": {
5715                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5716            },
5717            "bin": [
5718                "bin/jsonlint"
5719            ],
5720            "type": "library",
5721            "autoload": {
5722                "psr-4": {
5723                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
5724                }
5725            },
5726            "notification-url": "https://packagist.org/downloads/",
5727            "license": [
5728                "MIT"
5729            ],
5730            "authors": [
5731                {
5732                    "name": "Jordi Boggiano",
5733                    "email": "j.boggiano@seld.be",
5734                    "homepage": "http://seld.be"
5735                }
5736            ],
5737            "description": "JSON Linter",
5738            "keywords": [
5739                "json",
5740                "linter",
5741                "parser",
5742                "validator"
5743            ],
5744            "funding": [
5745                {
5746                    "url": "https://github.com/Seldaek",
5747                    "type": "github"
5748                },
5749                {
5750                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
5751                    "type": "tidelift"
5752                }
5753            ],
5754            "time": "2020-04-30T19:05:18+00:00"
5755        },
5756        {
5757            "name": "seld/phar-utils",
5758            "version": "1.1.0",
5759            "source": {
5760                "type": "git",
5761                "url": "https://github.com/Seldaek/phar-utils.git",
5762                "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
5763            },
5764            "dist": {
5765                "type": "zip",
5766                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
5767                "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
5768                "shasum": ""
5769            },
5770            "require": {
5771                "php": ">=5.3"
5772            },
5773            "type": "library",
5774            "extra": {
5775                "branch-alias": {
5776                    "dev-master": "1.x-dev"
5777                }
5778            },
5779            "autoload": {
5780                "psr-4": {
5781                    "Seld\\PharUtils\\": "src/"
5782                }
5783            },
5784            "notification-url": "https://packagist.org/downloads/",
5785            "license": [
5786                "MIT"
5787            ],
5788            "authors": [
5789                {
5790                    "name": "Jordi Boggiano",
5791                    "email": "j.boggiano@seld.be"
5792                }
5793            ],
5794            "description": "PHAR file format utilities, for when PHP phars you up",
5795            "keywords": [
5796                "phar"
5797            ],
5798            "time": "2020-02-14T15:25:33+00:00"
5799        },
5800        {
5801            "name": "symfony/config",
5802            "version": "v4.4.10",
5803            "source": {
5804                "type": "git",
5805                "url": "https://github.com/symfony/config.git",
5806                "reference": "395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504"
5807            },
5808            "dist": {
5809                "type": "zip",
5810                "url": "https://api.github.com/repos/symfony/config/zipball/395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504",
5811                "reference": "395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504",
5812                "shasum": ""
5813            },
5814            "require": {
5815                "php": ">=7.1.3",
5816                "symfony/filesystem": "^3.4|^4.0|^5.0",
5817                "symfony/polyfill-ctype": "~1.8"
5818            },
5819            "conflict": {
5820                "symfony/finder": "<3.4"
5821            },
5822            "require-dev": {
5823                "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
5824                "symfony/finder": "^3.4|^4.0|^5.0",
5825                "symfony/messenger": "^4.1|^5.0",
5826                "symfony/service-contracts": "^1.1|^2",
5827                "symfony/yaml": "^3.4|^4.0|^5.0"
5828            },
5829            "suggest": {
5830                "symfony/yaml": "To use the yaml reference dumper"
5831            },
5832            "type": "library",
5833            "extra": {
5834                "branch-alias": {
5835                    "dev-master": "4.4-dev"
5836                }
5837            },
5838            "autoload": {
5839                "psr-4": {
5840                    "Symfony\\Component\\Config\\": ""
5841                },
5842                "exclude-from-classmap": [
5843                    "/Tests/"
5844                ]
5845            },
5846            "notification-url": "https://packagist.org/downloads/",
5847            "license": [
5848                "MIT"
5849            ],
5850            "authors": [
5851                {
5852                    "name": "Fabien Potencier",
5853                    "email": "fabien@symfony.com"
5854                },
5855                {
5856                    "name": "Symfony Community",
5857                    "homepage": "https://symfony.com/contributors"
5858                }
5859            ],
5860            "description": "Symfony Config Component",
5861            "homepage": "https://symfony.com",
5862            "funding": [
5863                {
5864                    "url": "https://symfony.com/sponsor",
5865                    "type": "custom"
5866                },
5867                {
5868                    "url": "https://github.com/fabpot",
5869                    "type": "github"
5870                },
5871                {
5872                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5873                    "type": "tidelift"
5874                }
5875            ],
5876            "time": "2020-05-23T09:11:46+00:00"
5877        },
5878        {
5879            "name": "symfony/console",
5880            "version": "v4.4.10",
5881            "source": {
5882                "type": "git",
5883                "url": "https://github.com/symfony/console.git",
5884                "reference": "326b064d804043005526f5a0494cfb49edb59bb0"
5885            },
5886            "dist": {
5887                "type": "zip",
5888                "url": "https://api.github.com/repos/symfony/console/zipball/326b064d804043005526f5a0494cfb49edb59bb0",
5889                "reference": "326b064d804043005526f5a0494cfb49edb59bb0",
5890                "shasum": ""
5891            },
5892            "require": {
5893                "php": ">=7.1.3",
5894                "symfony/polyfill-mbstring": "~1.0",
5895                "symfony/polyfill-php73": "^1.8",
5896                "symfony/polyfill-php80": "^1.15",
5897                "symfony/service-contracts": "^1.1|^2"
5898            },
5899            "conflict": {
5900                "symfony/dependency-injection": "<3.4",
5901                "symfony/event-dispatcher": "<4.3|>=5",
5902                "symfony/lock": "<4.4",
5903                "symfony/process": "<3.3"
5904            },
5905            "provide": {
5906                "psr/log-implementation": "1.0"
5907            },
5908            "require-dev": {
5909                "psr/log": "~1.0",
5910                "symfony/config": "^3.4|^4.0|^5.0",
5911                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5912                "symfony/event-dispatcher": "^4.3",
5913                "symfony/lock": "^4.4|^5.0",
5914                "symfony/process": "^3.4|^4.0|^5.0",
5915                "symfony/var-dumper": "^4.3|^5.0"
5916            },
5917            "suggest": {
5918                "psr/log": "For using the console logger",
5919                "symfony/event-dispatcher": "",
5920                "symfony/lock": "",
5921                "symfony/process": ""
5922            },
5923            "type": "library",
5924            "extra": {
5925                "branch-alias": {
5926                    "dev-master": "4.4-dev"
5927                }
5928            },
5929            "autoload": {
5930                "psr-4": {
5931                    "Symfony\\Component\\Console\\": ""
5932                },
5933                "exclude-from-classmap": [
5934                    "/Tests/"
5935                ]
5936            },
5937            "notification-url": "https://packagist.org/downloads/",
5938            "license": [
5939                "MIT"
5940            ],
5941            "authors": [
5942                {
5943                    "name": "Fabien Potencier",
5944                    "email": "fabien@symfony.com"
5945                },
5946                {
5947                    "name": "Symfony Community",
5948                    "homepage": "https://symfony.com/contributors"
5949                }
5950            ],
5951            "description": "Symfony Console Component",
5952            "homepage": "https://symfony.com",
5953            "funding": [
5954                {
5955                    "url": "https://symfony.com/sponsor",
5956                    "type": "custom"
5957                },
5958                {
5959                    "url": "https://github.com/fabpot",
5960                    "type": "github"
5961                },
5962                {
5963                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5964                    "type": "tidelift"
5965                }
5966            ],
5967            "time": "2020-05-30T20:06:45+00:00"
5968        },
5969        {
5970            "name": "symfony/filesystem",
5971            "version": "v4.4.10",
5972            "source": {
5973                "type": "git",
5974                "url": "https://github.com/symfony/filesystem.git",
5975                "reference": "b27f491309db5757816db672b256ea2e03677d30"
5976            },
5977            "dist": {
5978                "type": "zip",
5979                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b27f491309db5757816db672b256ea2e03677d30",
5980                "reference": "b27f491309db5757816db672b256ea2e03677d30",
5981                "shasum": ""
5982            },
5983            "require": {
5984                "php": ">=7.1.3",
5985                "symfony/polyfill-ctype": "~1.8"
5986            },
5987            "type": "library",
5988            "extra": {
5989                "branch-alias": {
5990                    "dev-master": "4.4-dev"
5991                }
5992            },
5993            "autoload": {
5994                "psr-4": {
5995                    "Symfony\\Component\\Filesystem\\": ""
5996                },
5997                "exclude-from-classmap": [
5998                    "/Tests/"
5999                ]
6000            },
6001            "notification-url": "https://packagist.org/downloads/",
6002            "license": [
6003                "MIT"
6004            ],
6005            "authors": [
6006                {
6007                    "name": "Fabien Potencier",
6008                    "email": "fabien@symfony.com"
6009                },
6010                {
6011                    "name": "Symfony Community",
6012                    "homepage": "https://symfony.com/contributors"
6013                }
6014            ],
6015            "description": "Symfony Filesystem Component",
6016            "homepage": "https://symfony.com",
6017            "funding": [
6018                {
6019                    "url": "https://symfony.com/sponsor",
6020                    "type": "custom"
6021                },
6022                {
6023                    "url": "https://github.com/fabpot",
6024                    "type": "github"
6025                },
6026                {
6027                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6028                    "type": "tidelift"
6029                }
6030            ],
6031            "time": "2020-05-30T18:50:54+00:00"
6032        },
6033        {
6034            "name": "symfony/finder",
6035            "version": "v4.4.10",
6036            "source": {
6037                "type": "git",
6038                "url": "https://github.com/symfony/finder.git",
6039                "reference": "5729f943f9854c5781984ed4907bbb817735776b"
6040            },
6041            "dist": {
6042                "type": "zip",
6043                "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
6044                "reference": "5729f943f9854c5781984ed4907bbb817735776b",
6045                "shasum": ""
6046            },
6047            "require": {
6048                "php": "^7.1.3"
6049            },
6050            "type": "library",
6051            "extra": {
6052                "branch-alias": {
6053                    "dev-master": "4.4-dev"
6054                }
6055            },
6056            "autoload": {
6057                "psr-4": {
6058                    "Symfony\\Component\\Finder\\": ""
6059                },
6060                "exclude-from-classmap": [
6061                    "/Tests/"
6062                ]
6063            },
6064            "notification-url": "https://packagist.org/downloads/",
6065            "license": [
6066                "MIT"
6067            ],
6068            "authors": [
6069                {
6070                    "name": "Fabien Potencier",
6071                    "email": "fabien@symfony.com"
6072                },
6073                {
6074                    "name": "Symfony Community",
6075                    "homepage": "https://symfony.com/contributors"
6076                }
6077            ],
6078            "description": "Symfony Finder Component",
6079            "homepage": "https://symfony.com",
6080            "funding": [
6081                {
6082                    "url": "https://symfony.com/sponsor",
6083                    "type": "custom"
6084                },
6085                {
6086                    "url": "https://github.com/fabpot",
6087                    "type": "github"
6088                },
6089                {
6090                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6091                    "type": "tidelift"
6092                }
6093            ],
6094            "time": "2020-03-27T16:54:36+00:00"
6095        },
6096        {
6097            "name": "symfony/polyfill-php73",
6098            "version": "v1.17.1",
6099            "source": {
6100                "type": "git",
6101                "url": "https://github.com/symfony/polyfill-php73.git",
6102                "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a"
6103            },
6104            "dist": {
6105                "type": "zip",
6106                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a",
6107                "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a",
6108                "shasum": ""
6109            },
6110            "require": {
6111                "php": ">=5.3.3"
6112            },
6113            "type": "library",
6114            "extra": {
6115                "branch-alias": {
6116                    "dev-master": "1.17-dev"
6117                },
6118                "thanks": {
6119                    "name": "symfony/polyfill",
6120                    "url": "https://github.com/symfony/polyfill"
6121                }
6122            },
6123            "autoload": {
6124                "psr-4": {
6125                    "Symfony\\Polyfill\\Php73\\": ""
6126                },
6127                "files": [
6128                    "bootstrap.php"
6129                ],
6130                "classmap": [
6131                    "Resources/stubs"
6132                ]
6133            },
6134            "notification-url": "https://packagist.org/downloads/",
6135            "license": [
6136                "MIT"
6137            ],
6138            "authors": [
6139                {
6140                    "name": "Nicolas Grekas",
6141                    "email": "p@tchwork.com"
6142                },
6143                {
6144                    "name": "Symfony Community",
6145                    "homepage": "https://symfony.com/contributors"
6146                }
6147            ],
6148            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
6149            "homepage": "https://symfony.com",
6150            "keywords": [
6151                "compatibility",
6152                "polyfill",
6153                "portable",
6154                "shim"
6155            ],
6156            "funding": [
6157                {
6158                    "url": "https://symfony.com/sponsor",
6159                    "type": "custom"
6160                },
6161                {
6162                    "url": "https://github.com/fabpot",
6163                    "type": "github"
6164                },
6165                {
6166                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6167                    "type": "tidelift"
6168                }
6169            ],
6170            "time": "2020-06-06T08:46:27+00:00"
6171        },
6172        {
6173            "name": "symfony/process",
6174            "version": "v4.4.10",
6175            "source": {
6176                "type": "git",
6177                "url": "https://github.com/symfony/process.git",
6178                "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5"
6179            },
6180            "dist": {
6181                "type": "zip",
6182                "url": "https://api.github.com/repos/symfony/process/zipball/c714958428a85c86ab97e3a0c96db4c4f381b7f5",
6183                "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5",
6184                "shasum": ""
6185            },
6186            "require": {
6187                "php": "^7.1.3"
6188            },
6189            "type": "library",
6190            "extra": {
6191                "branch-alias": {
6192                    "dev-master": "4.4-dev"
6193                }
6194            },
6195            "autoload": {
6196                "psr-4": {
6197                    "Symfony\\Component\\Process\\": ""
6198                },
6199                "exclude-from-classmap": [
6200                    "/Tests/"
6201                ]
6202            },
6203            "notification-url": "https://packagist.org/downloads/",
6204            "license": [
6205                "MIT"
6206            ],
6207            "authors": [
6208                {
6209                    "name": "Fabien Potencier",
6210                    "email": "fabien@symfony.com"
6211                },
6212                {
6213                    "name": "Symfony Community",
6214                    "homepage": "https://symfony.com/contributors"
6215                }
6216            ],
6217            "description": "Symfony Process Component",
6218            "homepage": "https://symfony.com",
6219            "funding": [
6220                {
6221                    "url": "https://symfony.com/sponsor",
6222                    "type": "custom"
6223                },
6224                {
6225                    "url": "https://github.com/fabpot",
6226                    "type": "github"
6227                },
6228                {
6229                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6230                    "type": "tidelift"
6231                }
6232            ],
6233            "time": "2020-05-30T20:06:45+00:00"
6234        },
6235        {
6236            "name": "symfony/stopwatch",
6237            "version": "v4.4.10",
6238            "source": {
6239                "type": "git",
6240                "url": "https://github.com/symfony/stopwatch.git",
6241                "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50"
6242            },
6243            "dist": {
6244                "type": "zip",
6245                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f51fb90df1154a7f75987198a9689e28f91e6a50",
6246                "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50",
6247                "shasum": ""
6248            },
6249            "require": {
6250                "php": ">=7.1.3",
6251                "symfony/service-contracts": "^1.0|^2"
6252            },
6253            "type": "library",
6254            "extra": {
6255                "branch-alias": {
6256                    "dev-master": "4.4-dev"
6257                }
6258            },
6259            "autoload": {
6260                "psr-4": {
6261                    "Symfony\\Component\\Stopwatch\\": ""
6262                },
6263                "exclude-from-classmap": [
6264                    "/Tests/"
6265                ]
6266            },
6267            "notification-url": "https://packagist.org/downloads/",
6268            "license": [
6269                "MIT"
6270            ],
6271            "authors": [
6272                {
6273                    "name": "Fabien Potencier",
6274                    "email": "fabien@symfony.com"
6275                },
6276                {
6277                    "name": "Symfony Community",
6278                    "homepage": "https://symfony.com/contributors"
6279                }
6280            ],
6281            "description": "Symfony Stopwatch Component",
6282            "homepage": "https://symfony.com",
6283            "funding": [
6284                {
6285                    "url": "https://symfony.com/sponsor",
6286                    "type": "custom"
6287                },
6288                {
6289                    "url": "https://github.com/fabpot",
6290                    "type": "github"
6291                },
6292                {
6293                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6294                    "type": "tidelift"
6295                }
6296            ],
6297            "time": "2020-05-20T08:37:50+00:00"
6298        },
6299        {
6300            "name": "symfony/var-dumper",
6301            "version": "v4.4.10",
6302            "source": {
6303                "type": "git",
6304                "url": "https://github.com/symfony/var-dumper.git",
6305                "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac"
6306            },
6307            "dist": {
6308                "type": "zip",
6309                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
6310                "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
6311                "shasum": ""
6312            },
6313            "require": {
6314                "php": ">=7.1.3",
6315                "symfony/polyfill-mbstring": "~1.0",
6316                "symfony/polyfill-php72": "~1.5",
6317                "symfony/polyfill-php80": "^1.15"
6318            },
6319            "conflict": {
6320                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6321                "symfony/console": "<3.4"
6322            },
6323            "require-dev": {
6324                "ext-iconv": "*",
6325                "symfony/console": "^3.4|^4.0|^5.0",
6326                "symfony/process": "^4.4|^5.0",
6327                "twig/twig": "^1.34|^2.4|^3.0"
6328            },
6329            "suggest": {
6330                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
6331                "ext-intl": "To show region name in time zone dump",
6332                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
6333            },
6334            "bin": [
6335                "Resources/bin/var-dump-server"
6336            ],
6337            "type": "library",
6338            "extra": {
6339                "branch-alias": {
6340                    "dev-master": "4.4-dev"
6341                }
6342            },
6343            "autoload": {
6344                "files": [
6345                    "Resources/functions/dump.php"
6346                ],
6347                "psr-4": {
6348                    "Symfony\\Component\\VarDumper\\": ""
6349                },
6350                "exclude-from-classmap": [
6351                    "/Tests/"
6352                ]
6353            },
6354            "notification-url": "https://packagist.org/downloads/",
6355            "license": [
6356                "MIT"
6357            ],
6358            "authors": [
6359                {
6360                    "name": "Nicolas Grekas",
6361                    "email": "p@tchwork.com"
6362                },
6363                {
6364                    "name": "Symfony Community",
6365                    "homepage": "https://symfony.com/contributors"
6366                }
6367            ],
6368            "description": "Symfony mechanism for exploring and dumping PHP variables",
6369            "homepage": "https://symfony.com",
6370            "keywords": [
6371                "debug",
6372                "dump"
6373            ],
6374            "funding": [
6375                {
6376                    "url": "https://symfony.com/sponsor",
6377                    "type": "custom"
6378                },
6379                {
6380                    "url": "https://github.com/fabpot",
6381                    "type": "github"
6382                },
6383                {
6384                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6385                    "type": "tidelift"
6386                }
6387            ],
6388            "time": "2020-05-30T20:06:45+00:00"
6389        },
6390        {
6391            "name": "symfony/yaml",
6392            "version": "v4.4.10",
6393            "source": {
6394                "type": "git",
6395                "url": "https://github.com/symfony/yaml.git",
6396                "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a"
6397            },
6398            "dist": {
6399                "type": "zip",
6400                "url": "https://api.github.com/repos/symfony/yaml/zipball/c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
6401                "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
6402                "shasum": ""
6403            },
6404            "require": {
6405                "php": ">=7.1.3",
6406                "symfony/polyfill-ctype": "~1.8"
6407            },
6408            "conflict": {
6409                "symfony/console": "<3.4"
6410            },
6411            "require-dev": {
6412                "symfony/console": "^3.4|^4.0|^5.0"
6413            },
6414            "suggest": {
6415                "symfony/console": "For validating YAML files using the lint command"
6416            },
6417            "type": "library",
6418            "extra": {
6419                "branch-alias": {
6420                    "dev-master": "4.4-dev"
6421                }
6422            },
6423            "autoload": {
6424                "psr-4": {
6425                    "Symfony\\Component\\Yaml\\": ""
6426                },
6427                "exclude-from-classmap": [
6428                    "/Tests/"
6429                ]
6430            },
6431            "notification-url": "https://packagist.org/downloads/",
6432            "license": [
6433                "MIT"
6434            ],
6435            "authors": [
6436                {
6437                    "name": "Fabien Potencier",
6438                    "email": "fabien@symfony.com"
6439                },
6440                {
6441                    "name": "Symfony Community",
6442                    "homepage": "https://symfony.com/contributors"
6443                }
6444            ],
6445            "description": "Symfony Yaml Component",
6446            "homepage": "https://symfony.com",
6447            "funding": [
6448                {
6449                    "url": "https://symfony.com/sponsor",
6450                    "type": "custom"
6451                },
6452                {
6453                    "url": "https://github.com/fabpot",
6454                    "type": "github"
6455                },
6456                {
6457                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6458                    "type": "tidelift"
6459                }
6460            ],
6461            "time": "2020-05-20T08:37:50+00:00"
6462        },
6463        {
6464            "name": "theseer/tokenizer",
6465            "version": "1.1.3",
6466            "source": {
6467                "type": "git",
6468                "url": "https://github.com/theseer/tokenizer.git",
6469                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
6470            },
6471            "dist": {
6472                "type": "zip",
6473                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6474                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6475                "shasum": ""
6476            },
6477            "require": {
6478                "ext-dom": "*",
6479                "ext-tokenizer": "*",
6480                "ext-xmlwriter": "*",
6481                "php": "^7.0"
6482            },
6483            "type": "library",
6484            "autoload": {
6485                "classmap": [
6486                    "src/"
6487                ]
6488            },
6489            "notification-url": "https://packagist.org/downloads/",
6490            "license": [
6491                "BSD-3-Clause"
6492            ],
6493            "authors": [
6494                {
6495                    "name": "Arne Blankerts",
6496                    "email": "arne@blankerts.de",
6497                    "role": "Developer"
6498                }
6499            ],
6500            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6501            "time": "2019-06-13T22:48:21+00:00"
6502        },
6503        {
6504            "name": "webmozart/assert",
6505            "version": "1.9.0",
6506            "source": {
6507                "type": "git",
6508                "url": "https://github.com/webmozart/assert.git",
6509                "reference": "9dc4f203e36f2b486149058bade43c851dd97451"
6510            },
6511            "dist": {
6512                "type": "zip",
6513                "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
6514                "reference": "9dc4f203e36f2b486149058bade43c851dd97451",
6515                "shasum": ""
6516            },
6517            "require": {
6518                "php": "^5.3.3 || ^7.0",
6519                "symfony/polyfill-ctype": "^1.8"
6520            },
6521            "conflict": {
6522                "phpstan/phpstan": "<0.12.20",
6523                "vimeo/psalm": "<3.9.1"
6524            },
6525            "require-dev": {
6526                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
6527            },
6528            "type": "library",
6529            "autoload": {
6530                "psr-4": {
6531                    "Webmozart\\Assert\\": "src/"
6532                }
6533            },
6534            "notification-url": "https://packagist.org/downloads/",
6535            "license": [
6536                "MIT"
6537            ],
6538            "authors": [
6539                {
6540                    "name": "Bernhard Schussek",
6541                    "email": "bschussek@gmail.com"
6542                }
6543            ],
6544            "description": "Assertions to validate method input/output with nice error messages.",
6545            "keywords": [
6546                "assert",
6547                "check",
6548                "validate"
6549            ],
6550            "time": "2020-06-16T10:16:42+00:00"
6551        }
6552    ],
6553    "aliases": [],
6554    "minimum-stability": "stable",
6555    "stability-flags": [],
6556    "prefer-stable": false,
6557    "prefer-lowest": false,
6558    "platform": {
6559        "ext-curl": "*",
6560        "ext-gd": "*",
6561        "ext-iconv": "*",
6562        "ext-intl": "*",
6563        "ext-json": "*",
6564        "ext-pcre": "*",
6565        "ext-pdo": "*",
6566        "ext-session": "*",
6567        "ext-simplexml": "*",
6568        "ext-xml": "*",
6569        "ext-zip": "*"
6570    },
6571    "platform-dev": {
6572        "ext-pdo_sqlite": "*",
6573        "ext-sqlite3": "*"
6574    },
6575    "platform-overrides": {
6576        "php": "7.1.8"
6577    },
6578    "plugin-api-version": "1.1.0"
6579}
6580