xref: /webtrees/composer.lock (revision a18dc098c5da19019cc76d0f12f0e6dab2694522)
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": "804511c0e445c43f7b4d872ea51f9d8b",
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.35.0",
1785            "source": {
1786                "type": "git",
1787                "url": "https://github.com/briannesbitt/Carbon.git",
1788                "reference": "4b9bd835261ef23d36397a46a76b496a458305e5"
1789            },
1790            "dist": {
1791                "type": "zip",
1792                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4b9bd835261ef23d36397a46a76b496a458305e5",
1793                "reference": "4b9bd835261ef23d36397a46a76b496a458305e5",
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": "^1.1",
1806                "phpmd/phpmd": "^2.8",
1807                "phpstan/phpstan": "^0.11",
1808                "phpunit/phpunit": "^7.5 || ^8.0",
1809                "squizlabs/php_codesniffer": "^3.4"
1810            },
1811            "bin": [
1812                "bin/carbon"
1813            ],
1814            "type": "library",
1815            "extra": {
1816                "branch-alias": {
1817                    "dev-master": "2.x-dev",
1818                    "dev-3.x": "3.x-dev"
1819                },
1820                "laravel": {
1821                    "providers": [
1822                        "Carbon\\Laravel\\ServiceProvider"
1823                    ]
1824                }
1825            },
1826            "autoload": {
1827                "psr-4": {
1828                    "Carbon\\": "src/Carbon/"
1829                }
1830            },
1831            "notification-url": "https://packagist.org/downloads/",
1832            "license": [
1833                "MIT"
1834            ],
1835            "authors": [
1836                {
1837                    "name": "Brian Nesbitt",
1838                    "email": "brian@nesbot.com",
1839                    "homepage": "http://nesbot.com"
1840                },
1841                {
1842                    "name": "kylekatarnls",
1843                    "homepage": "http://github.com/kylekatarnls"
1844                }
1845            ],
1846            "description": "An API extension for DateTime that supports 281 different languages.",
1847            "homepage": "http://carbon.nesbot.com",
1848            "keywords": [
1849                "date",
1850                "datetime",
1851                "time"
1852            ],
1853            "funding": [
1854                {
1855                    "url": "https://opencollective.com/Carbon",
1856                    "type": "open_collective"
1857                },
1858                {
1859                    "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
1860                    "type": "tidelift"
1861                }
1862            ],
1863            "time": "2020-05-24T18:27:52+00:00"
1864        },
1865        {
1866            "name": "nyholm/psr7",
1867            "version": "1.3.0",
1868            "source": {
1869                "type": "git",
1870                "url": "https://github.com/Nyholm/psr7.git",
1871                "reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256"
1872            },
1873            "dist": {
1874                "type": "zip",
1875                "url": "https://api.github.com/repos/Nyholm/psr7/zipball/c17f4f73985f62054a331cbc4ffdf9868c4ef256",
1876                "reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256",
1877                "shasum": ""
1878            },
1879            "require": {
1880                "php": "^7.1",
1881                "php-http/message-factory": "^1.0",
1882                "psr/http-factory": "^1.0",
1883                "psr/http-message": "^1.0"
1884            },
1885            "provide": {
1886                "psr/http-factory-implementation": "1.0",
1887                "psr/http-message-implementation": "1.0"
1888            },
1889            "require-dev": {
1890                "http-interop/http-factory-tests": "dev-master",
1891                "php-http/psr7-integration-tests": "^1.0",
1892                "phpunit/phpunit": "^7.5",
1893                "symfony/error-handler": "^4.4"
1894            },
1895            "type": "library",
1896            "extra": {
1897                "branch-alias": {
1898                    "dev-master": "1.0-dev"
1899                }
1900            },
1901            "autoload": {
1902                "psr-4": {
1903                    "Nyholm\\Psr7\\": "src/"
1904                }
1905            },
1906            "notification-url": "https://packagist.org/downloads/",
1907            "license": [
1908                "MIT"
1909            ],
1910            "authors": [
1911                {
1912                    "name": "Tobias Nyholm",
1913                    "email": "tobias.nyholm@gmail.com"
1914                },
1915                {
1916                    "name": "Martijn van der Ven",
1917                    "email": "martijn@vanderven.se"
1918                }
1919            ],
1920            "description": "A fast PHP7 implementation of PSR-7",
1921            "homepage": "http://tnyholm.se",
1922            "keywords": [
1923                "psr-17",
1924                "psr-7"
1925            ],
1926            "funding": [
1927                {
1928                    "url": "https://github.com/Zegnat",
1929                    "type": "github"
1930                },
1931                {
1932                    "url": "https://github.com/nyholm",
1933                    "type": "github"
1934                }
1935            ],
1936            "time": "2020-05-23T11:29:07+00:00"
1937        },
1938        {
1939            "name": "nyholm/psr7-server",
1940            "version": "1.0.0",
1941            "source": {
1942                "type": "git",
1943                "url": "https://github.com/Nyholm/psr7-server.git",
1944                "reference": "862529918766fb3825116d39e96feabf1e4bee4e"
1945            },
1946            "dist": {
1947                "type": "zip",
1948                "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/862529918766fb3825116d39e96feabf1e4bee4e",
1949                "reference": "862529918766fb3825116d39e96feabf1e4bee4e",
1950                "shasum": ""
1951            },
1952            "require": {
1953                "php": "^7.1",
1954                "psr/http-factory": "^1.0",
1955                "psr/http-message": "^1.0"
1956            },
1957            "require-dev": {
1958                "nyholm/nsa": "^1.1",
1959                "nyholm/psr7": "^1.3",
1960                "phpunit/phpunit": "^7.0"
1961            },
1962            "type": "library",
1963            "autoload": {
1964                "psr-4": {
1965                    "Nyholm\\Psr7Server\\": "src/"
1966                }
1967            },
1968            "notification-url": "https://packagist.org/downloads/",
1969            "license": [
1970                "MIT"
1971            ],
1972            "authors": [
1973                {
1974                    "name": "Tobias Nyholm",
1975                    "email": "tobias.nyholm@gmail.com"
1976                },
1977                {
1978                    "name": "Martijn van der Ven",
1979                    "email": "martijn@vanderven.se"
1980                }
1981            ],
1982            "description": "Helper classes to handle PSR-7 server requests",
1983            "homepage": "http://tnyholm.se",
1984            "keywords": [
1985                "psr-17",
1986                "psr-7"
1987            ],
1988            "funding": [
1989                {
1990                    "url": "https://github.com/Zegnat",
1991                    "type": "github"
1992                },
1993                {
1994                    "url": "https://github.com/nyholm",
1995                    "type": "github"
1996                }
1997            ],
1998            "time": "2020-06-06T12:17:00+00:00"
1999        },
2000        {
2001            "name": "oscarotero/middleland",
2002            "version": "v1.0.0",
2003            "source": {
2004                "type": "git",
2005                "url": "https://github.com/oscarotero/middleland.git",
2006                "reference": "abd480afe264714095d043edd76c542a99f1695b"
2007            },
2008            "dist": {
2009                "type": "zip",
2010                "url": "https://api.github.com/repos/oscarotero/middleland/zipball/abd480afe264714095d043edd76c542a99f1695b",
2011                "reference": "abd480afe264714095d043edd76c542a99f1695b",
2012                "shasum": ""
2013            },
2014            "require": {
2015                "php": "^7.0",
2016                "psr/container": "^1.0",
2017                "psr/http-server-middleware": "^1.0"
2018            },
2019            "require-dev": {
2020                "friendsofphp/php-cs-fixer": "^2.0",
2021                "phpunit/phpunit": "^6.0",
2022                "zendframework/zend-diactoros": "^1.3"
2023            },
2024            "type": "library",
2025            "autoload": {
2026                "psr-4": {
2027                    "Middleland\\": "src/"
2028                }
2029            },
2030            "notification-url": "https://packagist.org/downloads/",
2031            "license": [
2032                "MIT"
2033            ],
2034            "authors": [
2035                {
2036                    "name": "Oscar Otero",
2037                    "email": "oom@oscarotero.com",
2038                    "homepage": "http://oscarotero.com",
2039                    "role": "Developer"
2040                }
2041            ],
2042            "description": "PSR-15 middleware dispatcher",
2043            "homepage": "https://github.com/oscarotero/dispatcher",
2044            "keywords": [
2045                "http",
2046                "middleware",
2047                "psr-15",
2048                "psr-7"
2049            ],
2050            "time": "2018-01-24T20:41:57+00:00"
2051        },
2052        {
2053            "name": "paragonie/random_compat",
2054            "version": "v9.99.99",
2055            "source": {
2056                "type": "git",
2057                "url": "https://github.com/paragonie/random_compat.git",
2058                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2059            },
2060            "dist": {
2061                "type": "zip",
2062                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2063                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2064                "shasum": ""
2065            },
2066            "require": {
2067                "php": "^7"
2068            },
2069            "require-dev": {
2070                "phpunit/phpunit": "4.*|5.*",
2071                "vimeo/psalm": "^1"
2072            },
2073            "suggest": {
2074                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2075            },
2076            "type": "library",
2077            "notification-url": "https://packagist.org/downloads/",
2078            "license": [
2079                "MIT"
2080            ],
2081            "authors": [
2082                {
2083                    "name": "Paragon Initiative Enterprises",
2084                    "email": "security@paragonie.com",
2085                    "homepage": "https://paragonie.com"
2086                }
2087            ],
2088            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2089            "keywords": [
2090                "csprng",
2091                "polyfill",
2092                "pseudorandom",
2093                "random"
2094            ],
2095            "time": "2018-07-02T15:55:56+00:00"
2096        },
2097        {
2098            "name": "php-http/message-factory",
2099            "version": "v1.0.2",
2100            "source": {
2101                "type": "git",
2102                "url": "https://github.com/php-http/message-factory.git",
2103                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
2104            },
2105            "dist": {
2106                "type": "zip",
2107                "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
2108                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
2109                "shasum": ""
2110            },
2111            "require": {
2112                "php": ">=5.4",
2113                "psr/http-message": "^1.0"
2114            },
2115            "type": "library",
2116            "extra": {
2117                "branch-alias": {
2118                    "dev-master": "1.0-dev"
2119                }
2120            },
2121            "autoload": {
2122                "psr-4": {
2123                    "Http\\Message\\": "src/"
2124                }
2125            },
2126            "notification-url": "https://packagist.org/downloads/",
2127            "license": [
2128                "MIT"
2129            ],
2130            "authors": [
2131                {
2132                    "name": "Márk Sági-Kazár",
2133                    "email": "mark.sagikazar@gmail.com"
2134                }
2135            ],
2136            "description": "Factory interfaces for PSR-7 HTTP Message",
2137            "homepage": "http://php-http.org",
2138            "keywords": [
2139                "factory",
2140                "http",
2141                "message",
2142                "stream",
2143                "uri"
2144            ],
2145            "time": "2015-12-19T14:08:53+00:00"
2146        },
2147        {
2148            "name": "psr/cache",
2149            "version": "1.0.1",
2150            "source": {
2151                "type": "git",
2152                "url": "https://github.com/php-fig/cache.git",
2153                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2154            },
2155            "dist": {
2156                "type": "zip",
2157                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2158                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2159                "shasum": ""
2160            },
2161            "require": {
2162                "php": ">=5.3.0"
2163            },
2164            "type": "library",
2165            "extra": {
2166                "branch-alias": {
2167                    "dev-master": "1.0.x-dev"
2168                }
2169            },
2170            "autoload": {
2171                "psr-4": {
2172                    "Psr\\Cache\\": "src/"
2173                }
2174            },
2175            "notification-url": "https://packagist.org/downloads/",
2176            "license": [
2177                "MIT"
2178            ],
2179            "authors": [
2180                {
2181                    "name": "PHP-FIG",
2182                    "homepage": "http://www.php-fig.org/"
2183                }
2184            ],
2185            "description": "Common interface for caching libraries",
2186            "keywords": [
2187                "cache",
2188                "psr",
2189                "psr-6"
2190            ],
2191            "time": "2016-08-06T20:24:11+00:00"
2192        },
2193        {
2194            "name": "psr/container",
2195            "version": "1.0.0",
2196            "source": {
2197                "type": "git",
2198                "url": "https://github.com/php-fig/container.git",
2199                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2200            },
2201            "dist": {
2202                "type": "zip",
2203                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2204                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2205                "shasum": ""
2206            },
2207            "require": {
2208                "php": ">=5.3.0"
2209            },
2210            "type": "library",
2211            "extra": {
2212                "branch-alias": {
2213                    "dev-master": "1.0.x-dev"
2214                }
2215            },
2216            "autoload": {
2217                "psr-4": {
2218                    "Psr\\Container\\": "src/"
2219                }
2220            },
2221            "notification-url": "https://packagist.org/downloads/",
2222            "license": [
2223                "MIT"
2224            ],
2225            "authors": [
2226                {
2227                    "name": "PHP-FIG",
2228                    "homepage": "http://www.php-fig.org/"
2229                }
2230            ],
2231            "description": "Common Container Interface (PHP FIG PSR-11)",
2232            "homepage": "https://github.com/php-fig/container",
2233            "keywords": [
2234                "PSR-11",
2235                "container",
2236                "container-interface",
2237                "container-interop",
2238                "psr"
2239            ],
2240            "time": "2017-02-14T16:28:37+00:00"
2241        },
2242        {
2243            "name": "psr/http-factory",
2244            "version": "1.0.1",
2245            "source": {
2246                "type": "git",
2247                "url": "https://github.com/php-fig/http-factory.git",
2248                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
2249            },
2250            "dist": {
2251                "type": "zip",
2252                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2253                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2254                "shasum": ""
2255            },
2256            "require": {
2257                "php": ">=7.0.0",
2258                "psr/http-message": "^1.0"
2259            },
2260            "type": "library",
2261            "extra": {
2262                "branch-alias": {
2263                    "dev-master": "1.0.x-dev"
2264                }
2265            },
2266            "autoload": {
2267                "psr-4": {
2268                    "Psr\\Http\\Message\\": "src/"
2269                }
2270            },
2271            "notification-url": "https://packagist.org/downloads/",
2272            "license": [
2273                "MIT"
2274            ],
2275            "authors": [
2276                {
2277                    "name": "PHP-FIG",
2278                    "homepage": "http://www.php-fig.org/"
2279                }
2280            ],
2281            "description": "Common interfaces for PSR-7 HTTP message factories",
2282            "keywords": [
2283                "factory",
2284                "http",
2285                "message",
2286                "psr",
2287                "psr-17",
2288                "psr-7",
2289                "request",
2290                "response"
2291            ],
2292            "time": "2019-04-30T12:38:16+00:00"
2293        },
2294        {
2295            "name": "psr/http-message",
2296            "version": "1.0.1",
2297            "source": {
2298                "type": "git",
2299                "url": "https://github.com/php-fig/http-message.git",
2300                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2301            },
2302            "dist": {
2303                "type": "zip",
2304                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2305                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2306                "shasum": ""
2307            },
2308            "require": {
2309                "php": ">=5.3.0"
2310            },
2311            "type": "library",
2312            "extra": {
2313                "branch-alias": {
2314                    "dev-master": "1.0.x-dev"
2315                }
2316            },
2317            "autoload": {
2318                "psr-4": {
2319                    "Psr\\Http\\Message\\": "src/"
2320                }
2321            },
2322            "notification-url": "https://packagist.org/downloads/",
2323            "license": [
2324                "MIT"
2325            ],
2326            "authors": [
2327                {
2328                    "name": "PHP-FIG",
2329                    "homepage": "http://www.php-fig.org/"
2330                }
2331            ],
2332            "description": "Common interface for HTTP messages",
2333            "homepage": "https://github.com/php-fig/http-message",
2334            "keywords": [
2335                "http",
2336                "http-message",
2337                "psr",
2338                "psr-7",
2339                "request",
2340                "response"
2341            ],
2342            "time": "2016-08-06T14:39:51+00:00"
2343        },
2344        {
2345            "name": "psr/http-server-handler",
2346            "version": "1.0.1",
2347            "source": {
2348                "type": "git",
2349                "url": "https://github.com/php-fig/http-server-handler.git",
2350                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
2351            },
2352            "dist": {
2353                "type": "zip",
2354                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
2355                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
2356                "shasum": ""
2357            },
2358            "require": {
2359                "php": ">=7.0",
2360                "psr/http-message": "^1.0"
2361            },
2362            "type": "library",
2363            "extra": {
2364                "branch-alias": {
2365                    "dev-master": "1.0.x-dev"
2366                }
2367            },
2368            "autoload": {
2369                "psr-4": {
2370                    "Psr\\Http\\Server\\": "src/"
2371                }
2372            },
2373            "notification-url": "https://packagist.org/downloads/",
2374            "license": [
2375                "MIT"
2376            ],
2377            "authors": [
2378                {
2379                    "name": "PHP-FIG",
2380                    "homepage": "http://www.php-fig.org/"
2381                }
2382            ],
2383            "description": "Common interface for HTTP server-side request handler",
2384            "keywords": [
2385                "handler",
2386                "http",
2387                "http-interop",
2388                "psr",
2389                "psr-15",
2390                "psr-7",
2391                "request",
2392                "response",
2393                "server"
2394            ],
2395            "time": "2018-10-30T16:46:14+00:00"
2396        },
2397        {
2398            "name": "psr/http-server-middleware",
2399            "version": "1.0.1",
2400            "source": {
2401                "type": "git",
2402                "url": "https://github.com/php-fig/http-server-middleware.git",
2403                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
2404            },
2405            "dist": {
2406                "type": "zip",
2407                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
2408                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
2409                "shasum": ""
2410            },
2411            "require": {
2412                "php": ">=7.0",
2413                "psr/http-message": "^1.0",
2414                "psr/http-server-handler": "^1.0"
2415            },
2416            "type": "library",
2417            "extra": {
2418                "branch-alias": {
2419                    "dev-master": "1.0.x-dev"
2420                }
2421            },
2422            "autoload": {
2423                "psr-4": {
2424                    "Psr\\Http\\Server\\": "src/"
2425                }
2426            },
2427            "notification-url": "https://packagist.org/downloads/",
2428            "license": [
2429                "MIT"
2430            ],
2431            "authors": [
2432                {
2433                    "name": "PHP-FIG",
2434                    "homepage": "http://www.php-fig.org/"
2435                }
2436            ],
2437            "description": "Common interface for HTTP server-side middleware",
2438            "keywords": [
2439                "http",
2440                "http-interop",
2441                "middleware",
2442                "psr",
2443                "psr-15",
2444                "psr-7",
2445                "request",
2446                "response"
2447            ],
2448            "time": "2018-10-30T17:12:04+00:00"
2449        },
2450        {
2451            "name": "psr/log",
2452            "version": "1.1.3",
2453            "source": {
2454                "type": "git",
2455                "url": "https://github.com/php-fig/log.git",
2456                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2457            },
2458            "dist": {
2459                "type": "zip",
2460                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2461                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2462                "shasum": ""
2463            },
2464            "require": {
2465                "php": ">=5.3.0"
2466            },
2467            "type": "library",
2468            "extra": {
2469                "branch-alias": {
2470                    "dev-master": "1.1.x-dev"
2471                }
2472            },
2473            "autoload": {
2474                "psr-4": {
2475                    "Psr\\Log\\": "Psr/Log/"
2476                }
2477            },
2478            "notification-url": "https://packagist.org/downloads/",
2479            "license": [
2480                "MIT"
2481            ],
2482            "authors": [
2483                {
2484                    "name": "PHP-FIG",
2485                    "homepage": "http://www.php-fig.org/"
2486                }
2487            ],
2488            "description": "Common interface for logging libraries",
2489            "homepage": "https://github.com/php-fig/log",
2490            "keywords": [
2491                "log",
2492                "psr",
2493                "psr-3"
2494            ],
2495            "time": "2020-03-23T09:12:05+00:00"
2496        },
2497        {
2498            "name": "psr/simple-cache",
2499            "version": "1.0.1",
2500            "source": {
2501                "type": "git",
2502                "url": "https://github.com/php-fig/simple-cache.git",
2503                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2504            },
2505            "dist": {
2506                "type": "zip",
2507                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2508                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2509                "shasum": ""
2510            },
2511            "require": {
2512                "php": ">=5.3.0"
2513            },
2514            "type": "library",
2515            "extra": {
2516                "branch-alias": {
2517                    "dev-master": "1.0.x-dev"
2518                }
2519            },
2520            "autoload": {
2521                "psr-4": {
2522                    "Psr\\SimpleCache\\": "src/"
2523                }
2524            },
2525            "notification-url": "https://packagist.org/downloads/",
2526            "license": [
2527                "MIT"
2528            ],
2529            "authors": [
2530                {
2531                    "name": "PHP-FIG",
2532                    "homepage": "http://www.php-fig.org/"
2533                }
2534            ],
2535            "description": "Common interfaces for simple caching",
2536            "keywords": [
2537                "cache",
2538                "caching",
2539                "psr",
2540                "psr-16",
2541                "simple-cache"
2542            ],
2543            "time": "2017-10-23T01:57:42+00:00"
2544        },
2545        {
2546            "name": "ralouphie/getallheaders",
2547            "version": "3.0.3",
2548            "source": {
2549                "type": "git",
2550                "url": "https://github.com/ralouphie/getallheaders.git",
2551                "reference": "120b605dfeb996808c31b6477290a714d356e822"
2552            },
2553            "dist": {
2554                "type": "zip",
2555                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2556                "reference": "120b605dfeb996808c31b6477290a714d356e822",
2557                "shasum": ""
2558            },
2559            "require": {
2560                "php": ">=5.6"
2561            },
2562            "require-dev": {
2563                "php-coveralls/php-coveralls": "^2.1",
2564                "phpunit/phpunit": "^5 || ^6.5"
2565            },
2566            "type": "library",
2567            "autoload": {
2568                "files": [
2569                    "src/getallheaders.php"
2570                ]
2571            },
2572            "notification-url": "https://packagist.org/downloads/",
2573            "license": [
2574                "MIT"
2575            ],
2576            "authors": [
2577                {
2578                    "name": "Ralph Khattar",
2579                    "email": "ralph.khattar@gmail.com"
2580                }
2581            ],
2582            "description": "A polyfill for getallheaders.",
2583            "time": "2019-03-08T08:55:37+00:00"
2584        },
2585        {
2586            "name": "ramsey/uuid",
2587            "version": "3.9.3",
2588            "source": {
2589                "type": "git",
2590                "url": "https://github.com/ramsey/uuid.git",
2591                "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
2592            },
2593            "dist": {
2594                "type": "zip",
2595                "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
2596                "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
2597                "shasum": ""
2598            },
2599            "require": {
2600                "ext-json": "*",
2601                "paragonie/random_compat": "^1 | ^2 | 9.99.99",
2602                "php": "^5.4 | ^7 | ^8",
2603                "symfony/polyfill-ctype": "^1.8"
2604            },
2605            "replace": {
2606                "rhumsaa/uuid": "self.version"
2607            },
2608            "require-dev": {
2609                "codeception/aspect-mock": "^1 | ^2",
2610                "doctrine/annotations": "^1.2",
2611                "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
2612                "jakub-onderka/php-parallel-lint": "^1",
2613                "mockery/mockery": "^0.9.11 | ^1",
2614                "moontoast/math": "^1.1",
2615                "paragonie/random-lib": "^2",
2616                "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
2617                "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
2618                "squizlabs/php_codesniffer": "^3.5"
2619            },
2620            "suggest": {
2621                "ext-ctype": "Provides support for PHP Ctype functions",
2622                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2623                "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
2624                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2625                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2626                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2627                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2628                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2629            },
2630            "type": "library",
2631            "extra": {
2632                "branch-alias": {
2633                    "dev-master": "3.x-dev"
2634                }
2635            },
2636            "autoload": {
2637                "psr-4": {
2638                    "Ramsey\\Uuid\\": "src/"
2639                },
2640                "files": [
2641                    "src/functions.php"
2642                ]
2643            },
2644            "notification-url": "https://packagist.org/downloads/",
2645            "license": [
2646                "MIT"
2647            ],
2648            "authors": [
2649                {
2650                    "name": "Ben Ramsey",
2651                    "email": "ben@benramsey.com",
2652                    "homepage": "https://benramsey.com"
2653                },
2654                {
2655                    "name": "Marijn Huizendveld",
2656                    "email": "marijn.huizendveld@gmail.com"
2657                },
2658                {
2659                    "name": "Thibaud Fabre",
2660                    "email": "thibaud@aztech.io"
2661                }
2662            ],
2663            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2664            "homepage": "https://github.com/ramsey/uuid",
2665            "keywords": [
2666                "guid",
2667                "identifier",
2668                "uuid"
2669            ],
2670            "time": "2020-02-21T04:36:14+00:00"
2671        },
2672        {
2673            "name": "swiftmailer/swiftmailer",
2674            "version": "v6.2.3",
2675            "source": {
2676                "type": "git",
2677                "url": "https://github.com/swiftmailer/swiftmailer.git",
2678                "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
2679            },
2680            "dist": {
2681                "type": "zip",
2682                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
2683                "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
2684                "shasum": ""
2685            },
2686            "require": {
2687                "egulias/email-validator": "~2.0",
2688                "php": ">=7.0.0",
2689                "symfony/polyfill-iconv": "^1.0",
2690                "symfony/polyfill-intl-idn": "^1.10",
2691                "symfony/polyfill-mbstring": "^1.0"
2692            },
2693            "require-dev": {
2694                "mockery/mockery": "~0.9.1",
2695                "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
2696            },
2697            "suggest": {
2698                "ext-intl": "Needed to support internationalized email addresses",
2699                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
2700            },
2701            "type": "library",
2702            "extra": {
2703                "branch-alias": {
2704                    "dev-master": "6.2-dev"
2705                }
2706            },
2707            "autoload": {
2708                "files": [
2709                    "lib/swift_required.php"
2710                ]
2711            },
2712            "notification-url": "https://packagist.org/downloads/",
2713            "license": [
2714                "MIT"
2715            ],
2716            "authors": [
2717                {
2718                    "name": "Chris Corbyn"
2719                },
2720                {
2721                    "name": "Fabien Potencier",
2722                    "email": "fabien@symfony.com"
2723                }
2724            ],
2725            "description": "Swiftmailer, free feature-rich PHP mailer",
2726            "homepage": "https://swiftmailer.symfony.com",
2727            "keywords": [
2728                "email",
2729                "mail",
2730                "mailer"
2731            ],
2732            "time": "2019-11-12T09:31:26+00:00"
2733        },
2734        {
2735            "name": "symfony/cache",
2736            "version": "v4.4.10",
2737            "source": {
2738                "type": "git",
2739                "url": "https://github.com/symfony/cache.git",
2740                "reference": "e12aad53e6b9fa80a3ca1d043b6dde9449b4f924"
2741            },
2742            "dist": {
2743                "type": "zip",
2744                "url": "https://api.github.com/repos/symfony/cache/zipball/e12aad53e6b9fa80a3ca1d043b6dde9449b4f924",
2745                "reference": "e12aad53e6b9fa80a3ca1d043b6dde9449b4f924",
2746                "shasum": ""
2747            },
2748            "require": {
2749                "php": ">=7.1.3",
2750                "psr/cache": "~1.0",
2751                "psr/log": "~1.0",
2752                "symfony/cache-contracts": "^1.1.7|^2",
2753                "symfony/service-contracts": "^1.1|^2",
2754                "symfony/var-exporter": "^4.2|^5.0"
2755            },
2756            "conflict": {
2757                "doctrine/dbal": "<2.5",
2758                "symfony/dependency-injection": "<3.4",
2759                "symfony/http-kernel": "<4.4",
2760                "symfony/var-dumper": "<4.4"
2761            },
2762            "provide": {
2763                "psr/cache-implementation": "1.0",
2764                "psr/simple-cache-implementation": "1.0",
2765                "symfony/cache-implementation": "1.0"
2766            },
2767            "require-dev": {
2768                "cache/integration-tests": "dev-master",
2769                "doctrine/cache": "^1.6",
2770                "doctrine/dbal": "^2.5|^3.0",
2771                "predis/predis": "^1.1",
2772                "psr/simple-cache": "^1.0",
2773                "symfony/config": "^4.2|^5.0",
2774                "symfony/dependency-injection": "^3.4|^4.1|^5.0",
2775                "symfony/var-dumper": "^4.4|^5.0"
2776            },
2777            "type": "library",
2778            "extra": {
2779                "branch-alias": {
2780                    "dev-master": "4.4-dev"
2781                }
2782            },
2783            "autoload": {
2784                "psr-4": {
2785                    "Symfony\\Component\\Cache\\": ""
2786                },
2787                "exclude-from-classmap": [
2788                    "/Tests/"
2789                ]
2790            },
2791            "notification-url": "https://packagist.org/downloads/",
2792            "license": [
2793                "MIT"
2794            ],
2795            "authors": [
2796                {
2797                    "name": "Nicolas Grekas",
2798                    "email": "p@tchwork.com"
2799                },
2800                {
2801                    "name": "Symfony Community",
2802                    "homepage": "https://symfony.com/contributors"
2803                }
2804            ],
2805            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2806            "homepage": "https://symfony.com",
2807            "keywords": [
2808                "caching",
2809                "psr6"
2810            ],
2811            "funding": [
2812                {
2813                    "url": "https://symfony.com/sponsor",
2814                    "type": "custom"
2815                },
2816                {
2817                    "url": "https://github.com/fabpot",
2818                    "type": "github"
2819                },
2820                {
2821                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2822                    "type": "tidelift"
2823                }
2824            ],
2825            "time": "2020-06-09T14:07:49+00:00"
2826        },
2827        {
2828            "name": "symfony/cache-contracts",
2829            "version": "v1.1.7",
2830            "source": {
2831                "type": "git",
2832                "url": "https://github.com/symfony/cache-contracts.git",
2833                "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1"
2834            },
2835            "dist": {
2836                "type": "zip",
2837                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/af50d14ada9e4e82cfabfabdc502d144f89be0a1",
2838                "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1",
2839                "shasum": ""
2840            },
2841            "require": {
2842                "php": "^7.1.3",
2843                "psr/cache": "^1.0"
2844            },
2845            "suggest": {
2846                "symfony/cache-implementation": ""
2847            },
2848            "type": "library",
2849            "extra": {
2850                "branch-alias": {
2851                    "dev-master": "1.1-dev"
2852                }
2853            },
2854            "autoload": {
2855                "psr-4": {
2856                    "Symfony\\Contracts\\Cache\\": ""
2857                }
2858            },
2859            "notification-url": "https://packagist.org/downloads/",
2860            "license": [
2861                "MIT"
2862            ],
2863            "authors": [
2864                {
2865                    "name": "Nicolas Grekas",
2866                    "email": "p@tchwork.com"
2867                },
2868                {
2869                    "name": "Symfony Community",
2870                    "homepage": "https://symfony.com/contributors"
2871                }
2872            ],
2873            "description": "Generic abstractions related to caching",
2874            "homepage": "https://symfony.com",
2875            "keywords": [
2876                "abstractions",
2877                "contracts",
2878                "decoupling",
2879                "interfaces",
2880                "interoperability",
2881                "standards"
2882            ],
2883            "time": "2019-10-04T21:43:27+00:00"
2884        },
2885        {
2886            "name": "symfony/expression-language",
2887            "version": "v4.4.10",
2888            "source": {
2889                "type": "git",
2890                "url": "https://github.com/symfony/expression-language.git",
2891                "reference": "89f0e2c82d8c12975180f993383decbb810ad73e"
2892            },
2893            "dist": {
2894                "type": "zip",
2895                "url": "https://api.github.com/repos/symfony/expression-language/zipball/89f0e2c82d8c12975180f993383decbb810ad73e",
2896                "reference": "89f0e2c82d8c12975180f993383decbb810ad73e",
2897                "shasum": ""
2898            },
2899            "require": {
2900                "php": ">=7.1.3",
2901                "symfony/cache": "^3.4|^4.0|^5.0",
2902                "symfony/service-contracts": "^1.1|^2"
2903            },
2904            "type": "library",
2905            "extra": {
2906                "branch-alias": {
2907                    "dev-master": "4.4-dev"
2908                }
2909            },
2910            "autoload": {
2911                "psr-4": {
2912                    "Symfony\\Component\\ExpressionLanguage\\": ""
2913                },
2914                "exclude-from-classmap": [
2915                    "/Tests/"
2916                ]
2917            },
2918            "notification-url": "https://packagist.org/downloads/",
2919            "license": [
2920                "MIT"
2921            ],
2922            "authors": [
2923                {
2924                    "name": "Fabien Potencier",
2925                    "email": "fabien@symfony.com"
2926                },
2927                {
2928                    "name": "Symfony Community",
2929                    "homepage": "https://symfony.com/contributors"
2930                }
2931            ],
2932            "description": "Symfony ExpressionLanguage Component",
2933            "homepage": "https://symfony.com",
2934            "funding": [
2935                {
2936                    "url": "https://symfony.com/sponsor",
2937                    "type": "custom"
2938                },
2939                {
2940                    "url": "https://github.com/fabpot",
2941                    "type": "github"
2942                },
2943                {
2944                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2945                    "type": "tidelift"
2946                }
2947            ],
2948            "time": "2020-05-20T08:37:50+00:00"
2949        },
2950        {
2951            "name": "symfony/polyfill-ctype",
2952            "version": "v1.17.1",
2953            "source": {
2954                "type": "git",
2955                "url": "https://github.com/symfony/polyfill-ctype.git",
2956                "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
2957            },
2958            "dist": {
2959                "type": "zip",
2960                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
2961                "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
2962                "shasum": ""
2963            },
2964            "require": {
2965                "php": ">=5.3.3"
2966            },
2967            "suggest": {
2968                "ext-ctype": "For best performance"
2969            },
2970            "type": "library",
2971            "extra": {
2972                "branch-alias": {
2973                    "dev-master": "1.17-dev"
2974                },
2975                "thanks": {
2976                    "name": "symfony/polyfill",
2977                    "url": "https://github.com/symfony/polyfill"
2978                }
2979            },
2980            "autoload": {
2981                "psr-4": {
2982                    "Symfony\\Polyfill\\Ctype\\": ""
2983                },
2984                "files": [
2985                    "bootstrap.php"
2986                ]
2987            },
2988            "notification-url": "https://packagist.org/downloads/",
2989            "license": [
2990                "MIT"
2991            ],
2992            "authors": [
2993                {
2994                    "name": "Gert de Pagter",
2995                    "email": "BackEndTea@gmail.com"
2996                },
2997                {
2998                    "name": "Symfony Community",
2999                    "homepage": "https://symfony.com/contributors"
3000                }
3001            ],
3002            "description": "Symfony polyfill for ctype functions",
3003            "homepage": "https://symfony.com",
3004            "keywords": [
3005                "compatibility",
3006                "ctype",
3007                "polyfill",
3008                "portable"
3009            ],
3010            "funding": [
3011                {
3012                    "url": "https://symfony.com/sponsor",
3013                    "type": "custom"
3014                },
3015                {
3016                    "url": "https://github.com/fabpot",
3017                    "type": "github"
3018                },
3019                {
3020                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3021                    "type": "tidelift"
3022                }
3023            ],
3024            "time": "2020-06-06T08:46:27+00:00"
3025        },
3026        {
3027            "name": "symfony/polyfill-iconv",
3028            "version": "v1.17.1",
3029            "source": {
3030                "type": "git",
3031                "url": "https://github.com/symfony/polyfill-iconv.git",
3032                "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035"
3033            },
3034            "dist": {
3035                "type": "zip",
3036                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ba6c9c18db36235b859cc29b8372d1c01298c035",
3037                "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035",
3038                "shasum": ""
3039            },
3040            "require": {
3041                "php": ">=5.3.3"
3042            },
3043            "suggest": {
3044                "ext-iconv": "For best performance"
3045            },
3046            "type": "library",
3047            "extra": {
3048                "branch-alias": {
3049                    "dev-master": "1.17-dev"
3050                },
3051                "thanks": {
3052                    "name": "symfony/polyfill",
3053                    "url": "https://github.com/symfony/polyfill"
3054                }
3055            },
3056            "autoload": {
3057                "psr-4": {
3058                    "Symfony\\Polyfill\\Iconv\\": ""
3059                },
3060                "files": [
3061                    "bootstrap.php"
3062                ]
3063            },
3064            "notification-url": "https://packagist.org/downloads/",
3065            "license": [
3066                "MIT"
3067            ],
3068            "authors": [
3069                {
3070                    "name": "Nicolas Grekas",
3071                    "email": "p@tchwork.com"
3072                },
3073                {
3074                    "name": "Symfony Community",
3075                    "homepage": "https://symfony.com/contributors"
3076                }
3077            ],
3078            "description": "Symfony polyfill for the Iconv extension",
3079            "homepage": "https://symfony.com",
3080            "keywords": [
3081                "compatibility",
3082                "iconv",
3083                "polyfill",
3084                "portable",
3085                "shim"
3086            ],
3087            "funding": [
3088                {
3089                    "url": "https://symfony.com/sponsor",
3090                    "type": "custom"
3091                },
3092                {
3093                    "url": "https://github.com/fabpot",
3094                    "type": "github"
3095                },
3096                {
3097                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3098                    "type": "tidelift"
3099                }
3100            ],
3101            "time": "2020-06-06T08:46:27+00:00"
3102        },
3103        {
3104            "name": "symfony/polyfill-intl-idn",
3105            "version": "v1.17.1",
3106            "source": {
3107                "type": "git",
3108                "url": "https://github.com/symfony/polyfill-intl-idn.git",
3109                "reference": "a57f8161502549a742a63c09f0a604997bf47027"
3110            },
3111            "dist": {
3112                "type": "zip",
3113                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027",
3114                "reference": "a57f8161502549a742a63c09f0a604997bf47027",
3115                "shasum": ""
3116            },
3117            "require": {
3118                "php": ">=5.3.3",
3119                "symfony/polyfill-mbstring": "^1.3",
3120                "symfony/polyfill-php72": "^1.10"
3121            },
3122            "suggest": {
3123                "ext-intl": "For best performance"
3124            },
3125            "type": "library",
3126            "extra": {
3127                "branch-alias": {
3128                    "dev-master": "1.17-dev"
3129                },
3130                "thanks": {
3131                    "name": "symfony/polyfill",
3132                    "url": "https://github.com/symfony/polyfill"
3133                }
3134            },
3135            "autoload": {
3136                "psr-4": {
3137                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
3138                },
3139                "files": [
3140                    "bootstrap.php"
3141                ]
3142            },
3143            "notification-url": "https://packagist.org/downloads/",
3144            "license": [
3145                "MIT"
3146            ],
3147            "authors": [
3148                {
3149                    "name": "Laurent Bassin",
3150                    "email": "laurent@bassin.info"
3151                },
3152                {
3153                    "name": "Symfony Community",
3154                    "homepage": "https://symfony.com/contributors"
3155                }
3156            ],
3157            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3158            "homepage": "https://symfony.com",
3159            "keywords": [
3160                "compatibility",
3161                "idn",
3162                "intl",
3163                "polyfill",
3164                "portable",
3165                "shim"
3166            ],
3167            "funding": [
3168                {
3169                    "url": "https://symfony.com/sponsor",
3170                    "type": "custom"
3171                },
3172                {
3173                    "url": "https://github.com/fabpot",
3174                    "type": "github"
3175                },
3176                {
3177                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3178                    "type": "tidelift"
3179                }
3180            ],
3181            "time": "2020-06-06T08:46:27+00:00"
3182        },
3183        {
3184            "name": "symfony/polyfill-mbstring",
3185            "version": "v1.17.1",
3186            "source": {
3187                "type": "git",
3188                "url": "https://github.com/symfony/polyfill-mbstring.git",
3189                "reference": "7110338d81ce1cbc3e273136e4574663627037a7"
3190            },
3191            "dist": {
3192                "type": "zip",
3193                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
3194                "reference": "7110338d81ce1cbc3e273136e4574663627037a7",
3195                "shasum": ""
3196            },
3197            "require": {
3198                "php": ">=5.3.3"
3199            },
3200            "suggest": {
3201                "ext-mbstring": "For best performance"
3202            },
3203            "type": "library",
3204            "extra": {
3205                "branch-alias": {
3206                    "dev-master": "1.17-dev"
3207                },
3208                "thanks": {
3209                    "name": "symfony/polyfill",
3210                    "url": "https://github.com/symfony/polyfill"
3211                }
3212            },
3213            "autoload": {
3214                "psr-4": {
3215                    "Symfony\\Polyfill\\Mbstring\\": ""
3216                },
3217                "files": [
3218                    "bootstrap.php"
3219                ]
3220            },
3221            "notification-url": "https://packagist.org/downloads/",
3222            "license": [
3223                "MIT"
3224            ],
3225            "authors": [
3226                {
3227                    "name": "Nicolas Grekas",
3228                    "email": "p@tchwork.com"
3229                },
3230                {
3231                    "name": "Symfony Community",
3232                    "homepage": "https://symfony.com/contributors"
3233                }
3234            ],
3235            "description": "Symfony polyfill for the Mbstring extension",
3236            "homepage": "https://symfony.com",
3237            "keywords": [
3238                "compatibility",
3239                "mbstring",
3240                "polyfill",
3241                "portable",
3242                "shim"
3243            ],
3244            "funding": [
3245                {
3246                    "url": "https://symfony.com/sponsor",
3247                    "type": "custom"
3248                },
3249                {
3250                    "url": "https://github.com/fabpot",
3251                    "type": "github"
3252                },
3253                {
3254                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3255                    "type": "tidelift"
3256                }
3257            ],
3258            "time": "2020-06-06T08:46:27+00:00"
3259        },
3260        {
3261            "name": "symfony/polyfill-php72",
3262            "version": "v1.17.0",
3263            "source": {
3264                "type": "git",
3265                "url": "https://github.com/symfony/polyfill-php72.git",
3266                "reference": "f048e612a3905f34931127360bdd2def19a5e582"
3267            },
3268            "dist": {
3269                "type": "zip",
3270                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
3271                "reference": "f048e612a3905f34931127360bdd2def19a5e582",
3272                "shasum": ""
3273            },
3274            "require": {
3275                "php": ">=5.3.3"
3276            },
3277            "type": "library",
3278            "extra": {
3279                "branch-alias": {
3280                    "dev-master": "1.17-dev"
3281                }
3282            },
3283            "autoload": {
3284                "psr-4": {
3285                    "Symfony\\Polyfill\\Php72\\": ""
3286                },
3287                "files": [
3288                    "bootstrap.php"
3289                ]
3290            },
3291            "notification-url": "https://packagist.org/downloads/",
3292            "license": [
3293                "MIT"
3294            ],
3295            "authors": [
3296                {
3297                    "name": "Nicolas Grekas",
3298                    "email": "p@tchwork.com"
3299                },
3300                {
3301                    "name": "Symfony Community",
3302                    "homepage": "https://symfony.com/contributors"
3303                }
3304            ],
3305            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3306            "homepage": "https://symfony.com",
3307            "keywords": [
3308                "compatibility",
3309                "polyfill",
3310                "portable",
3311                "shim"
3312            ],
3313            "funding": [
3314                {
3315                    "url": "https://symfony.com/sponsor",
3316                    "type": "custom"
3317                },
3318                {
3319                    "url": "https://github.com/fabpot",
3320                    "type": "github"
3321                },
3322                {
3323                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3324                    "type": "tidelift"
3325                }
3326            ],
3327            "time": "2020-05-12T16:47:27+00:00"
3328        },
3329        {
3330            "name": "symfony/service-contracts",
3331            "version": "v1.1.8",
3332            "source": {
3333                "type": "git",
3334                "url": "https://github.com/symfony/service-contracts.git",
3335                "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
3336            },
3337            "dist": {
3338                "type": "zip",
3339                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
3340                "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
3341                "shasum": ""
3342            },
3343            "require": {
3344                "php": "^7.1.3",
3345                "psr/container": "^1.0"
3346            },
3347            "suggest": {
3348                "symfony/service-implementation": ""
3349            },
3350            "type": "library",
3351            "extra": {
3352                "branch-alias": {
3353                    "dev-master": "1.1-dev"
3354                }
3355            },
3356            "autoload": {
3357                "psr-4": {
3358                    "Symfony\\Contracts\\Service\\": ""
3359                }
3360            },
3361            "notification-url": "https://packagist.org/downloads/",
3362            "license": [
3363                "MIT"
3364            ],
3365            "authors": [
3366                {
3367                    "name": "Nicolas Grekas",
3368                    "email": "p@tchwork.com"
3369                },
3370                {
3371                    "name": "Symfony Community",
3372                    "homepage": "https://symfony.com/contributors"
3373                }
3374            ],
3375            "description": "Generic abstractions related to writing services",
3376            "homepage": "https://symfony.com",
3377            "keywords": [
3378                "abstractions",
3379                "contracts",
3380                "decoupling",
3381                "interfaces",
3382                "interoperability",
3383                "standards"
3384            ],
3385            "time": "2019-10-14T12:27:06+00:00"
3386        },
3387        {
3388            "name": "symfony/translation",
3389            "version": "v4.4.10",
3390            "source": {
3391                "type": "git",
3392                "url": "https://github.com/symfony/translation.git",
3393                "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af"
3394            },
3395            "dist": {
3396                "type": "zip",
3397                "url": "https://api.github.com/repos/symfony/translation/zipball/79d3ef9096a6a6047dbc69218b68c7b7f63193af",
3398                "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af",
3399                "shasum": ""
3400            },
3401            "require": {
3402                "php": ">=7.1.3",
3403                "symfony/polyfill-mbstring": "~1.0",
3404                "symfony/translation-contracts": "^1.1.6|^2"
3405            },
3406            "conflict": {
3407                "symfony/config": "<3.4",
3408                "symfony/dependency-injection": "<3.4",
3409                "symfony/http-kernel": "<4.4",
3410                "symfony/yaml": "<3.4"
3411            },
3412            "provide": {
3413                "symfony/translation-implementation": "1.0"
3414            },
3415            "require-dev": {
3416                "psr/log": "~1.0",
3417                "symfony/config": "^3.4|^4.0|^5.0",
3418                "symfony/console": "^3.4|^4.0|^5.0",
3419                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3420                "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
3421                "symfony/http-kernel": "^4.4",
3422                "symfony/intl": "^3.4|^4.0|^5.0",
3423                "symfony/service-contracts": "^1.1.2|^2",
3424                "symfony/yaml": "^3.4|^4.0|^5.0"
3425            },
3426            "suggest": {
3427                "psr/log-implementation": "To use logging capability in translator",
3428                "symfony/config": "",
3429                "symfony/yaml": ""
3430            },
3431            "type": "library",
3432            "extra": {
3433                "branch-alias": {
3434                    "dev-master": "4.4-dev"
3435                }
3436            },
3437            "autoload": {
3438                "psr-4": {
3439                    "Symfony\\Component\\Translation\\": ""
3440                },
3441                "exclude-from-classmap": [
3442                    "/Tests/"
3443                ]
3444            },
3445            "notification-url": "https://packagist.org/downloads/",
3446            "license": [
3447                "MIT"
3448            ],
3449            "authors": [
3450                {
3451                    "name": "Fabien Potencier",
3452                    "email": "fabien@symfony.com"
3453                },
3454                {
3455                    "name": "Symfony Community",
3456                    "homepage": "https://symfony.com/contributors"
3457                }
3458            ],
3459            "description": "Symfony Translation Component",
3460            "homepage": "https://symfony.com",
3461            "funding": [
3462                {
3463                    "url": "https://symfony.com/sponsor",
3464                    "type": "custom"
3465                },
3466                {
3467                    "url": "https://github.com/fabpot",
3468                    "type": "github"
3469                },
3470                {
3471                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3472                    "type": "tidelift"
3473                }
3474            ],
3475            "time": "2020-05-30T20:06:45+00:00"
3476        },
3477        {
3478            "name": "symfony/translation-contracts",
3479            "version": "v1.1.7",
3480            "source": {
3481                "type": "git",
3482                "url": "https://github.com/symfony/translation-contracts.git",
3483                "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6"
3484            },
3485            "dist": {
3486                "type": "zip",
3487                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6",
3488                "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6",
3489                "shasum": ""
3490            },
3491            "require": {
3492                "php": "^7.1.3"
3493            },
3494            "suggest": {
3495                "symfony/translation-implementation": ""
3496            },
3497            "type": "library",
3498            "extra": {
3499                "branch-alias": {
3500                    "dev-master": "1.1-dev"
3501                }
3502            },
3503            "autoload": {
3504                "psr-4": {
3505                    "Symfony\\Contracts\\Translation\\": ""
3506                }
3507            },
3508            "notification-url": "https://packagist.org/downloads/",
3509            "license": [
3510                "MIT"
3511            ],
3512            "authors": [
3513                {
3514                    "name": "Nicolas Grekas",
3515                    "email": "p@tchwork.com"
3516                },
3517                {
3518                    "name": "Symfony Community",
3519                    "homepage": "https://symfony.com/contributors"
3520                }
3521            ],
3522            "description": "Generic abstractions related to translation",
3523            "homepage": "https://symfony.com",
3524            "keywords": [
3525                "abstractions",
3526                "contracts",
3527                "decoupling",
3528                "interfaces",
3529                "interoperability",
3530                "standards"
3531            ],
3532            "time": "2019-09-17T11:12:18+00:00"
3533        },
3534        {
3535            "name": "symfony/var-exporter",
3536            "version": "v4.4.10",
3537            "source": {
3538                "type": "git",
3539                "url": "https://github.com/symfony/var-exporter.git",
3540                "reference": "f311af6e44fefedbd4f1e23e97607ef0f917bfcc"
3541            },
3542            "dist": {
3543                "type": "zip",
3544                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f311af6e44fefedbd4f1e23e97607ef0f917bfcc",
3545                "reference": "f311af6e44fefedbd4f1e23e97607ef0f917bfcc",
3546                "shasum": ""
3547            },
3548            "require": {
3549                "php": "^7.1.3"
3550            },
3551            "require-dev": {
3552                "symfony/var-dumper": "^4.4.9|^5.0.9"
3553            },
3554            "type": "library",
3555            "extra": {
3556                "branch-alias": {
3557                    "dev-master": "4.4-dev"
3558                }
3559            },
3560            "autoload": {
3561                "psr-4": {
3562                    "Symfony\\Component\\VarExporter\\": ""
3563                },
3564                "exclude-from-classmap": [
3565                    "/Tests/"
3566                ]
3567            },
3568            "notification-url": "https://packagist.org/downloads/",
3569            "license": [
3570                "MIT"
3571            ],
3572            "authors": [
3573                {
3574                    "name": "Nicolas Grekas",
3575                    "email": "p@tchwork.com"
3576                },
3577                {
3578                    "name": "Symfony Community",
3579                    "homepage": "https://symfony.com/contributors"
3580                }
3581            ],
3582            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
3583            "homepage": "https://symfony.com",
3584            "keywords": [
3585                "clone",
3586                "construct",
3587                "export",
3588                "hydrate",
3589                "instantiate",
3590                "serialize"
3591            ],
3592            "funding": [
3593                {
3594                    "url": "https://symfony.com/sponsor",
3595                    "type": "custom"
3596                },
3597                {
3598                    "url": "https://github.com/fabpot",
3599                    "type": "github"
3600                },
3601                {
3602                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3603                    "type": "tidelift"
3604                }
3605            ],
3606            "time": "2020-06-01T01:10:09+00:00"
3607        },
3608        {
3609            "name": "tecnickcom/tcpdf",
3610            "version": "6.3.5",
3611            "source": {
3612                "type": "git",
3613                "url": "https://github.com/tecnickcom/TCPDF.git",
3614                "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
3615            },
3616            "dist": {
3617                "type": "zip",
3618                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3619                "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3620                "shasum": ""
3621            },
3622            "require": {
3623                "php": ">=5.3.0"
3624            },
3625            "type": "library",
3626            "autoload": {
3627                "classmap": [
3628                    "config",
3629                    "include",
3630                    "tcpdf.php",
3631                    "tcpdf_parser.php",
3632                    "tcpdf_import.php",
3633                    "tcpdf_barcodes_1d.php",
3634                    "tcpdf_barcodes_2d.php",
3635                    "include/tcpdf_colors.php",
3636                    "include/tcpdf_filters.php",
3637                    "include/tcpdf_font_data.php",
3638                    "include/tcpdf_fonts.php",
3639                    "include/tcpdf_images.php",
3640                    "include/tcpdf_static.php",
3641                    "include/barcodes/datamatrix.php",
3642                    "include/barcodes/pdf417.php",
3643                    "include/barcodes/qrcode.php"
3644                ]
3645            },
3646            "notification-url": "https://packagist.org/downloads/",
3647            "license": [
3648                "LGPL-3.0-only"
3649            ],
3650            "authors": [
3651                {
3652                    "name": "Nicola Asuni",
3653                    "email": "info@tecnick.com",
3654                    "role": "lead"
3655                }
3656            ],
3657            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3658            "homepage": "http://www.tcpdf.org/",
3659            "keywords": [
3660                "PDFD32000-2008",
3661                "TCPDF",
3662                "barcodes",
3663                "datamatrix",
3664                "pdf",
3665                "pdf417",
3666                "qrcode"
3667            ],
3668            "time": "2020-02-14T14:20:12+00:00"
3669        }
3670    ],
3671    "packages-dev": [
3672        {
3673            "name": "composer/ca-bundle",
3674            "version": "1.2.7",
3675            "source": {
3676                "type": "git",
3677                "url": "https://github.com/composer/ca-bundle.git",
3678                "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
3679            },
3680            "dist": {
3681                "type": "zip",
3682                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
3683                "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
3684                "shasum": ""
3685            },
3686            "require": {
3687                "ext-openssl": "*",
3688                "ext-pcre": "*",
3689                "php": "^5.3.2 || ^7.0 || ^8.0"
3690            },
3691            "require-dev": {
3692                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
3693                "psr/log": "^1.0",
3694                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
3695            },
3696            "type": "library",
3697            "extra": {
3698                "branch-alias": {
3699                    "dev-master": "1.x-dev"
3700                }
3701            },
3702            "autoload": {
3703                "psr-4": {
3704                    "Composer\\CaBundle\\": "src"
3705                }
3706            },
3707            "notification-url": "https://packagist.org/downloads/",
3708            "license": [
3709                "MIT"
3710            ],
3711            "authors": [
3712                {
3713                    "name": "Jordi Boggiano",
3714                    "email": "j.boggiano@seld.be",
3715                    "homepage": "http://seld.be"
3716                }
3717            ],
3718            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
3719            "keywords": [
3720                "cabundle",
3721                "cacert",
3722                "certificate",
3723                "ssl",
3724                "tls"
3725            ],
3726            "funding": [
3727                {
3728                    "url": "https://packagist.com",
3729                    "type": "custom"
3730                },
3731                {
3732                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3733                    "type": "tidelift"
3734                }
3735            ],
3736            "time": "2020-04-08T08:27:21+00:00"
3737        },
3738        {
3739            "name": "composer/composer",
3740            "version": "1.10.8",
3741            "source": {
3742                "type": "git",
3743                "url": "https://github.com/composer/composer.git",
3744                "reference": "56e0e094478f30935e9128552188355fa9712291"
3745            },
3746            "dist": {
3747                "type": "zip",
3748                "url": "https://api.github.com/repos/composer/composer/zipball/56e0e094478f30935e9128552188355fa9712291",
3749                "reference": "56e0e094478f30935e9128552188355fa9712291",
3750                "shasum": ""
3751            },
3752            "require": {
3753                "composer/ca-bundle": "^1.0",
3754                "composer/semver": "^1.0",
3755                "composer/spdx-licenses": "^1.2",
3756                "composer/xdebug-handler": "^1.1",
3757                "justinrainbow/json-schema": "^5.2.10",
3758                "php": "^5.3.2 || ^7.0",
3759                "psr/log": "^1.0",
3760                "seld/jsonlint": "^1.4",
3761                "seld/phar-utils": "^1.0",
3762                "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3763                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3764                "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3765                "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
3766            },
3767            "conflict": {
3768                "symfony/console": "2.8.38"
3769            },
3770            "require-dev": {
3771                "phpspec/prophecy": "^1.10",
3772                "symfony/phpunit-bridge": "^4.2"
3773            },
3774            "suggest": {
3775                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
3776                "ext-zip": "Enabling the zip extension allows you to unzip archives",
3777                "ext-zlib": "Allow gzip compression of HTTP requests"
3778            },
3779            "bin": [
3780                "bin/composer"
3781            ],
3782            "type": "library",
3783            "extra": {
3784                "branch-alias": {
3785                    "dev-master": "1.10-dev"
3786                }
3787            },
3788            "autoload": {
3789                "psr-4": {
3790                    "Composer\\": "src/Composer"
3791                }
3792            },
3793            "notification-url": "https://packagist.org/downloads/",
3794            "license": [
3795                "MIT"
3796            ],
3797            "authors": [
3798                {
3799                    "name": "Nils Adermann",
3800                    "email": "naderman@naderman.de",
3801                    "homepage": "http://www.naderman.de"
3802                },
3803                {
3804                    "name": "Jordi Boggiano",
3805                    "email": "j.boggiano@seld.be",
3806                    "homepage": "http://seld.be"
3807                }
3808            ],
3809            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
3810            "homepage": "https://getcomposer.org/",
3811            "keywords": [
3812                "autoload",
3813                "dependency",
3814                "package"
3815            ],
3816            "funding": [
3817                {
3818                    "url": "https://packagist.com",
3819                    "type": "custom"
3820                },
3821                {
3822                    "url": "https://github.com/composer",
3823                    "type": "github"
3824                },
3825                {
3826                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3827                    "type": "tidelift"
3828                }
3829            ],
3830            "time": "2020-06-24T19:23:30+00:00"
3831        },
3832        {
3833            "name": "composer/semver",
3834            "version": "1.5.1",
3835            "source": {
3836                "type": "git",
3837                "url": "https://github.com/composer/semver.git",
3838                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
3839            },
3840            "dist": {
3841                "type": "zip",
3842                "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
3843                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
3844                "shasum": ""
3845            },
3846            "require": {
3847                "php": "^5.3.2 || ^7.0"
3848            },
3849            "require-dev": {
3850                "phpunit/phpunit": "^4.5 || ^5.0.5"
3851            },
3852            "type": "library",
3853            "extra": {
3854                "branch-alias": {
3855                    "dev-master": "1.x-dev"
3856                }
3857            },
3858            "autoload": {
3859                "psr-4": {
3860                    "Composer\\Semver\\": "src"
3861                }
3862            },
3863            "notification-url": "https://packagist.org/downloads/",
3864            "license": [
3865                "MIT"
3866            ],
3867            "authors": [
3868                {
3869                    "name": "Nils Adermann",
3870                    "email": "naderman@naderman.de",
3871                    "homepage": "http://www.naderman.de"
3872                },
3873                {
3874                    "name": "Jordi Boggiano",
3875                    "email": "j.boggiano@seld.be",
3876                    "homepage": "http://seld.be"
3877                },
3878                {
3879                    "name": "Rob Bast",
3880                    "email": "rob.bast@gmail.com",
3881                    "homepage": "http://robbast.nl"
3882                }
3883            ],
3884            "description": "Semver library that offers utilities, version constraint parsing and validation.",
3885            "keywords": [
3886                "semantic",
3887                "semver",
3888                "validation",
3889                "versioning"
3890            ],
3891            "time": "2020-01-13T12:06:48+00:00"
3892        },
3893        {
3894            "name": "composer/spdx-licenses",
3895            "version": "1.5.3",
3896            "source": {
3897                "type": "git",
3898                "url": "https://github.com/composer/spdx-licenses.git",
3899                "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
3900            },
3901            "dist": {
3902                "type": "zip",
3903                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
3904                "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
3905                "shasum": ""
3906            },
3907            "require": {
3908                "php": "^5.3.2 || ^7.0 || ^8.0"
3909            },
3910            "require-dev": {
3911                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
3912            },
3913            "type": "library",
3914            "extra": {
3915                "branch-alias": {
3916                    "dev-master": "1.x-dev"
3917                }
3918            },
3919            "autoload": {
3920                "psr-4": {
3921                    "Composer\\Spdx\\": "src"
3922                }
3923            },
3924            "notification-url": "https://packagist.org/downloads/",
3925            "license": [
3926                "MIT"
3927            ],
3928            "authors": [
3929                {
3930                    "name": "Nils Adermann",
3931                    "email": "naderman@naderman.de",
3932                    "homepage": "http://www.naderman.de"
3933                },
3934                {
3935                    "name": "Jordi Boggiano",
3936                    "email": "j.boggiano@seld.be",
3937                    "homepage": "http://seld.be"
3938                },
3939                {
3940                    "name": "Rob Bast",
3941                    "email": "rob.bast@gmail.com",
3942                    "homepage": "http://robbast.nl"
3943                }
3944            ],
3945            "description": "SPDX licenses list and validation library.",
3946            "keywords": [
3947                "license",
3948                "spdx",
3949                "validator"
3950            ],
3951            "time": "2020-02-14T07:44:31+00:00"
3952        },
3953        {
3954            "name": "composer/xdebug-handler",
3955            "version": "1.4.2",
3956            "source": {
3957                "type": "git",
3958                "url": "https://github.com/composer/xdebug-handler.git",
3959                "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
3960            },
3961            "dist": {
3962                "type": "zip",
3963                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
3964                "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
3965                "shasum": ""
3966            },
3967            "require": {
3968                "php": "^5.3.2 || ^7.0 || ^8.0",
3969                "psr/log": "^1.0"
3970            },
3971            "require-dev": {
3972                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
3973            },
3974            "type": "library",
3975            "autoload": {
3976                "psr-4": {
3977                    "Composer\\XdebugHandler\\": "src"
3978                }
3979            },
3980            "notification-url": "https://packagist.org/downloads/",
3981            "license": [
3982                "MIT"
3983            ],
3984            "authors": [
3985                {
3986                    "name": "John Stevenson",
3987                    "email": "john-stevenson@blueyonder.co.uk"
3988                }
3989            ],
3990            "description": "Restarts a process without Xdebug.",
3991            "keywords": [
3992                "Xdebug",
3993                "performance"
3994            ],
3995            "funding": [
3996                {
3997                    "url": "https://packagist.com",
3998                    "type": "custom"
3999                },
4000                {
4001                    "url": "https://github.com/composer",
4002                    "type": "github"
4003                },
4004                {
4005                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
4006                    "type": "tidelift"
4007                }
4008            ],
4009            "time": "2020-06-04T11:16:35+00:00"
4010        },
4011        {
4012            "name": "doctrine/instantiator",
4013            "version": "1.3.1",
4014            "source": {
4015                "type": "git",
4016                "url": "https://github.com/doctrine/instantiator.git",
4017                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
4018            },
4019            "dist": {
4020                "type": "zip",
4021                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
4022                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
4023                "shasum": ""
4024            },
4025            "require": {
4026                "php": "^7.1 || ^8.0"
4027            },
4028            "require-dev": {
4029                "doctrine/coding-standard": "^6.0",
4030                "ext-pdo": "*",
4031                "ext-phar": "*",
4032                "phpbench/phpbench": "^0.13",
4033                "phpstan/phpstan-phpunit": "^0.11",
4034                "phpstan/phpstan-shim": "^0.11",
4035                "phpunit/phpunit": "^7.0"
4036            },
4037            "type": "library",
4038            "extra": {
4039                "branch-alias": {
4040                    "dev-master": "1.2.x-dev"
4041                }
4042            },
4043            "autoload": {
4044                "psr-4": {
4045                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4046                }
4047            },
4048            "notification-url": "https://packagist.org/downloads/",
4049            "license": [
4050                "MIT"
4051            ],
4052            "authors": [
4053                {
4054                    "name": "Marco Pivetta",
4055                    "email": "ocramius@gmail.com",
4056                    "homepage": "http://ocramius.github.com/"
4057                }
4058            ],
4059            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4060            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
4061            "keywords": [
4062                "constructor",
4063                "instantiate"
4064            ],
4065            "funding": [
4066                {
4067                    "url": "https://www.doctrine-project.org/sponsorship.html",
4068                    "type": "custom"
4069                },
4070                {
4071                    "url": "https://www.patreon.com/phpdoctrine",
4072                    "type": "patreon"
4073                },
4074                {
4075                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
4076                    "type": "tidelift"
4077                }
4078            ],
4079            "time": "2020-05-29T17:27:14+00:00"
4080        },
4081        {
4082            "name": "justinrainbow/json-schema",
4083            "version": "5.2.10",
4084            "source": {
4085                "type": "git",
4086                "url": "https://github.com/justinrainbow/json-schema.git",
4087                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
4088            },
4089            "dist": {
4090                "type": "zip",
4091                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
4092                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
4093                "shasum": ""
4094            },
4095            "require": {
4096                "php": ">=5.3.3"
4097            },
4098            "require-dev": {
4099                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
4100                "json-schema/json-schema-test-suite": "1.2.0",
4101                "phpunit/phpunit": "^4.8.35"
4102            },
4103            "bin": [
4104                "bin/validate-json"
4105            ],
4106            "type": "library",
4107            "extra": {
4108                "branch-alias": {
4109                    "dev-master": "5.0.x-dev"
4110                }
4111            },
4112            "autoload": {
4113                "psr-4": {
4114                    "JsonSchema\\": "src/JsonSchema/"
4115                }
4116            },
4117            "notification-url": "https://packagist.org/downloads/",
4118            "license": [
4119                "MIT"
4120            ],
4121            "authors": [
4122                {
4123                    "name": "Bruno Prieto Reis",
4124                    "email": "bruno.p.reis@gmail.com"
4125                },
4126                {
4127                    "name": "Justin Rainbow",
4128                    "email": "justin.rainbow@gmail.com"
4129                },
4130                {
4131                    "name": "Igor Wiedler",
4132                    "email": "igor@wiedler.ch"
4133                },
4134                {
4135                    "name": "Robert Schönthal",
4136                    "email": "seroscho@googlemail.com"
4137                }
4138            ],
4139            "description": "A library to validate a json schema.",
4140            "homepage": "https://github.com/justinrainbow/json-schema",
4141            "keywords": [
4142                "json",
4143                "schema"
4144            ],
4145            "time": "2020-05-27T16:41:55+00:00"
4146        },
4147        {
4148            "name": "league/flysystem-memory",
4149            "version": "1.0.2",
4150            "source": {
4151                "type": "git",
4152                "url": "https://github.com/thephpleague/flysystem-memory.git",
4153                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757"
4154            },
4155            "dist": {
4156                "type": "zip",
4157                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757",
4158                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757",
4159                "shasum": ""
4160            },
4161            "require": {
4162                "league/flysystem": "~1.0"
4163            },
4164            "require-dev": {
4165                "phpunit/phpunit": "^5.7.10"
4166            },
4167            "type": "library",
4168            "extra": {
4169                "branch-alias": {
4170                    "dev-master": "1.0-dev"
4171                }
4172            },
4173            "autoload": {
4174                "psr-4": {
4175                    "League\\Flysystem\\Memory\\": "src/"
4176                }
4177            },
4178            "notification-url": "https://packagist.org/downloads/",
4179            "license": [
4180                "MIT"
4181            ],
4182            "authors": [
4183                {
4184                    "name": "Chris Leppanen",
4185                    "email": "chris.leppanen@gmail.com",
4186                    "role": "Developer"
4187                }
4188            ],
4189            "description": "An in-memory adapter for Flysystem.",
4190            "homepage": "https://github.com/thephpleague/flysystem-memory",
4191            "keywords": [
4192                "Flysystem",
4193                "adapter",
4194                "memory"
4195            ],
4196            "time": "2019-05-30T21:34:13+00:00"
4197        },
4198        {
4199            "name": "maximebf/debugbar",
4200            "version": "v1.16.3",
4201            "source": {
4202                "type": "git",
4203                "url": "https://github.com/maximebf/php-debugbar.git",
4204                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
4205            },
4206            "dist": {
4207                "type": "zip",
4208                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
4209                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
4210                "shasum": ""
4211            },
4212            "require": {
4213                "php": "^7.1",
4214                "psr/log": "^1.0",
4215                "symfony/var-dumper": "^2.6|^3|^4|^5"
4216            },
4217            "require-dev": {
4218                "phpunit/phpunit": "^5"
4219            },
4220            "suggest": {
4221                "kriswallsmith/assetic": "The best way to manage assets",
4222                "monolog/monolog": "Log using Monolog",
4223                "predis/predis": "Redis storage"
4224            },
4225            "type": "library",
4226            "extra": {
4227                "branch-alias": {
4228                    "dev-master": "1.16-dev"
4229                }
4230            },
4231            "autoload": {
4232                "psr-4": {
4233                    "DebugBar\\": "src/DebugBar/"
4234                }
4235            },
4236            "notification-url": "https://packagist.org/downloads/",
4237            "license": [
4238                "MIT"
4239            ],
4240            "authors": [
4241                {
4242                    "name": "Maxime Bouroumeau-Fuseau",
4243                    "email": "maxime.bouroumeau@gmail.com",
4244                    "homepage": "http://maximebf.com"
4245                },
4246                {
4247                    "name": "Barry vd. Heuvel",
4248                    "email": "barryvdh@gmail.com"
4249                }
4250            ],
4251            "description": "Debug bar in the browser for php application",
4252            "homepage": "https://github.com/maximebf/php-debugbar",
4253            "keywords": [
4254                "debug",
4255                "debugbar"
4256            ],
4257            "time": "2020-05-06T07:06:27+00:00"
4258        },
4259        {
4260            "name": "myclabs/deep-copy",
4261            "version": "1.10.1",
4262            "source": {
4263                "type": "git",
4264                "url": "https://github.com/myclabs/DeepCopy.git",
4265                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
4266            },
4267            "dist": {
4268                "type": "zip",
4269                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
4270                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
4271                "shasum": ""
4272            },
4273            "require": {
4274                "php": "^7.1 || ^8.0"
4275            },
4276            "replace": {
4277                "myclabs/deep-copy": "self.version"
4278            },
4279            "require-dev": {
4280                "doctrine/collections": "^1.0",
4281                "doctrine/common": "^2.6",
4282                "phpunit/phpunit": "^7.1"
4283            },
4284            "type": "library",
4285            "autoload": {
4286                "psr-4": {
4287                    "DeepCopy\\": "src/DeepCopy/"
4288                },
4289                "files": [
4290                    "src/DeepCopy/deep_copy.php"
4291                ]
4292            },
4293            "notification-url": "https://packagist.org/downloads/",
4294            "license": [
4295                "MIT"
4296            ],
4297            "description": "Create deep copies (clones) of your objects",
4298            "keywords": [
4299                "clone",
4300                "copy",
4301                "duplicate",
4302                "object",
4303                "object graph"
4304            ],
4305            "funding": [
4306                {
4307                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4308                    "type": "tidelift"
4309                }
4310            ],
4311            "time": "2020-06-29T13:22:24+00:00"
4312        },
4313        {
4314            "name": "phar-io/manifest",
4315            "version": "1.0.3",
4316            "source": {
4317                "type": "git",
4318                "url": "https://github.com/phar-io/manifest.git",
4319                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
4320            },
4321            "dist": {
4322                "type": "zip",
4323                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4324                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4325                "shasum": ""
4326            },
4327            "require": {
4328                "ext-dom": "*",
4329                "ext-phar": "*",
4330                "phar-io/version": "^2.0",
4331                "php": "^5.6 || ^7.0"
4332            },
4333            "type": "library",
4334            "extra": {
4335                "branch-alias": {
4336                    "dev-master": "1.0.x-dev"
4337                }
4338            },
4339            "autoload": {
4340                "classmap": [
4341                    "src/"
4342                ]
4343            },
4344            "notification-url": "https://packagist.org/downloads/",
4345            "license": [
4346                "BSD-3-Clause"
4347            ],
4348            "authors": [
4349                {
4350                    "name": "Arne Blankerts",
4351                    "email": "arne@blankerts.de",
4352                    "role": "Developer"
4353                },
4354                {
4355                    "name": "Sebastian Heuer",
4356                    "email": "sebastian@phpeople.de",
4357                    "role": "Developer"
4358                },
4359                {
4360                    "name": "Sebastian Bergmann",
4361                    "email": "sebastian@phpunit.de",
4362                    "role": "Developer"
4363                }
4364            ],
4365            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4366            "time": "2018-07-08T19:23:20+00:00"
4367        },
4368        {
4369            "name": "phar-io/version",
4370            "version": "2.0.1",
4371            "source": {
4372                "type": "git",
4373                "url": "https://github.com/phar-io/version.git",
4374                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
4375            },
4376            "dist": {
4377                "type": "zip",
4378                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4379                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4380                "shasum": ""
4381            },
4382            "require": {
4383                "php": "^5.6 || ^7.0"
4384            },
4385            "type": "library",
4386            "autoload": {
4387                "classmap": [
4388                    "src/"
4389                ]
4390            },
4391            "notification-url": "https://packagist.org/downloads/",
4392            "license": [
4393                "BSD-3-Clause"
4394            ],
4395            "authors": [
4396                {
4397                    "name": "Arne Blankerts",
4398                    "email": "arne@blankerts.de",
4399                    "role": "Developer"
4400                },
4401                {
4402                    "name": "Sebastian Heuer",
4403                    "email": "sebastian@phpeople.de",
4404                    "role": "Developer"
4405                },
4406                {
4407                    "name": "Sebastian Bergmann",
4408                    "email": "sebastian@phpunit.de",
4409                    "role": "Developer"
4410                }
4411            ],
4412            "description": "Library for handling version information and constraints",
4413            "time": "2018-07-08T19:19:57+00:00"
4414        },
4415        {
4416            "name": "php-coveralls/php-coveralls",
4417            "version": "v2.2.0",
4418            "source": {
4419                "type": "git",
4420                "url": "https://github.com/php-coveralls/php-coveralls.git",
4421                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae"
4422            },
4423            "dist": {
4424                "type": "zip",
4425                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3e6420fa666ef7bae5e750ddeac903153e193bae",
4426                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae",
4427                "shasum": ""
4428            },
4429            "require": {
4430                "ext-json": "*",
4431                "ext-simplexml": "*",
4432                "guzzlehttp/guzzle": "^6.0",
4433                "php": "^5.5 || ^7.0",
4434                "psr/log": "^1.0",
4435                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4436                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4437                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0",
4438                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0"
4439            },
4440            "require-dev": {
4441                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
4442            },
4443            "suggest": {
4444                "symfony/http-kernel": "Allows Symfony integration"
4445            },
4446            "bin": [
4447                "bin/php-coveralls"
4448            ],
4449            "type": "library",
4450            "extra": {
4451                "branch-alias": {
4452                    "dev-master": "2.2-dev"
4453                }
4454            },
4455            "autoload": {
4456                "psr-4": {
4457                    "PhpCoveralls\\": "src/"
4458                }
4459            },
4460            "notification-url": "https://packagist.org/downloads/",
4461            "license": [
4462                "MIT"
4463            ],
4464            "authors": [
4465                {
4466                    "name": "Kitamura Satoshi",
4467                    "email": "with.no.parachute@gmail.com",
4468                    "homepage": "https://www.facebook.com/satooshi.jp",
4469                    "role": "Original creator"
4470                },
4471                {
4472                    "name": "Takashi Matsuo",
4473                    "email": "tmatsuo@google.com"
4474                },
4475                {
4476                    "name": "Google Inc"
4477                },
4478                {
4479                    "name": "Dariusz Ruminski",
4480                    "email": "dariusz.ruminski@gmail.com",
4481                    "homepage": "https://github.com/keradus"
4482                },
4483                {
4484                    "name": "Contributors",
4485                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
4486                }
4487            ],
4488            "description": "PHP client library for Coveralls API",
4489            "homepage": "https://github.com/php-coveralls/php-coveralls",
4490            "keywords": [
4491                "ci",
4492                "coverage",
4493                "github",
4494                "test"
4495            ],
4496            "time": "2019-11-20T16:29:20+00:00"
4497        },
4498        {
4499            "name": "phpdocumentor/reflection-common",
4500            "version": "2.1.0",
4501            "source": {
4502                "type": "git",
4503                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4504                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
4505            },
4506            "dist": {
4507                "type": "zip",
4508                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4509                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4510                "shasum": ""
4511            },
4512            "require": {
4513                "php": ">=7.1"
4514            },
4515            "type": "library",
4516            "extra": {
4517                "branch-alias": {
4518                    "dev-master": "2.x-dev"
4519                }
4520            },
4521            "autoload": {
4522                "psr-4": {
4523                    "phpDocumentor\\Reflection\\": "src/"
4524                }
4525            },
4526            "notification-url": "https://packagist.org/downloads/",
4527            "license": [
4528                "MIT"
4529            ],
4530            "authors": [
4531                {
4532                    "name": "Jaap van Otterdijk",
4533                    "email": "opensource@ijaap.nl"
4534                }
4535            ],
4536            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4537            "homepage": "http://www.phpdoc.org",
4538            "keywords": [
4539                "FQSEN",
4540                "phpDocumentor",
4541                "phpdoc",
4542                "reflection",
4543                "static analysis"
4544            ],
4545            "time": "2020-04-27T09:25:28+00:00"
4546        },
4547        {
4548            "name": "phpdocumentor/reflection-docblock",
4549            "version": "4.3.4",
4550            "source": {
4551                "type": "git",
4552                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4553                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
4554            },
4555            "dist": {
4556                "type": "zip",
4557                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
4558                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
4559                "shasum": ""
4560            },
4561            "require": {
4562                "php": "^7.0",
4563                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
4564                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
4565                "webmozart/assert": "^1.0"
4566            },
4567            "require-dev": {
4568                "doctrine/instantiator": "^1.0.5",
4569                "mockery/mockery": "^1.0",
4570                "phpdocumentor/type-resolver": "0.4.*",
4571                "phpunit/phpunit": "^6.4"
4572            },
4573            "type": "library",
4574            "extra": {
4575                "branch-alias": {
4576                    "dev-master": "4.x-dev"
4577                }
4578            },
4579            "autoload": {
4580                "psr-4": {
4581                    "phpDocumentor\\Reflection\\": [
4582                        "src/"
4583                    ]
4584                }
4585            },
4586            "notification-url": "https://packagist.org/downloads/",
4587            "license": [
4588                "MIT"
4589            ],
4590            "authors": [
4591                {
4592                    "name": "Mike van Riel",
4593                    "email": "me@mikevanriel.com"
4594                }
4595            ],
4596            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4597            "time": "2019-12-28T18:55:12+00:00"
4598        },
4599        {
4600            "name": "phpdocumentor/type-resolver",
4601            "version": "1.0.1",
4602            "source": {
4603                "type": "git",
4604                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4605                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
4606            },
4607            "dist": {
4608                "type": "zip",
4609                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4610                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4611                "shasum": ""
4612            },
4613            "require": {
4614                "php": "^7.1",
4615                "phpdocumentor/reflection-common": "^2.0"
4616            },
4617            "require-dev": {
4618                "ext-tokenizer": "^7.1",
4619                "mockery/mockery": "~1",
4620                "phpunit/phpunit": "^7.0"
4621            },
4622            "type": "library",
4623            "extra": {
4624                "branch-alias": {
4625                    "dev-master": "1.x-dev"
4626                }
4627            },
4628            "autoload": {
4629                "psr-4": {
4630                    "phpDocumentor\\Reflection\\": "src"
4631                }
4632            },
4633            "notification-url": "https://packagist.org/downloads/",
4634            "license": [
4635                "MIT"
4636            ],
4637            "authors": [
4638                {
4639                    "name": "Mike van Riel",
4640                    "email": "me@mikevanriel.com"
4641                }
4642            ],
4643            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
4644            "time": "2019-08-22T18:11:29+00:00"
4645        },
4646        {
4647            "name": "phpspec/prophecy",
4648            "version": "v1.10.3",
4649            "source": {
4650                "type": "git",
4651                "url": "https://github.com/phpspec/prophecy.git",
4652                "reference": "451c3cd1418cf640de218914901e51b064abb093"
4653            },
4654            "dist": {
4655                "type": "zip",
4656                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
4657                "reference": "451c3cd1418cf640de218914901e51b064abb093",
4658                "shasum": ""
4659            },
4660            "require": {
4661                "doctrine/instantiator": "^1.0.2",
4662                "php": "^5.3|^7.0",
4663                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
4664                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
4665                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
4666            },
4667            "require-dev": {
4668                "phpspec/phpspec": "^2.5 || ^3.2",
4669                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4670            },
4671            "type": "library",
4672            "extra": {
4673                "branch-alias": {
4674                    "dev-master": "1.10.x-dev"
4675                }
4676            },
4677            "autoload": {
4678                "psr-4": {
4679                    "Prophecy\\": "src/Prophecy"
4680                }
4681            },
4682            "notification-url": "https://packagist.org/downloads/",
4683            "license": [
4684                "MIT"
4685            ],
4686            "authors": [
4687                {
4688                    "name": "Konstantin Kudryashov",
4689                    "email": "ever.zet@gmail.com",
4690                    "homepage": "http://everzet.com"
4691                },
4692                {
4693                    "name": "Marcello Duarte",
4694                    "email": "marcello.duarte@gmail.com"
4695                }
4696            ],
4697            "description": "Highly opinionated mocking framework for PHP 5.3+",
4698            "homepage": "https://github.com/phpspec/prophecy",
4699            "keywords": [
4700                "Double",
4701                "Dummy",
4702                "fake",
4703                "mock",
4704                "spy",
4705                "stub"
4706            ],
4707            "time": "2020-03-05T15:02:03+00:00"
4708        },
4709        {
4710            "name": "phpunit/php-code-coverage",
4711            "version": "6.1.4",
4712            "source": {
4713                "type": "git",
4714                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4715                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
4716            },
4717            "dist": {
4718                "type": "zip",
4719                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4720                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4721                "shasum": ""
4722            },
4723            "require": {
4724                "ext-dom": "*",
4725                "ext-xmlwriter": "*",
4726                "php": "^7.1",
4727                "phpunit/php-file-iterator": "^2.0",
4728                "phpunit/php-text-template": "^1.2.1",
4729                "phpunit/php-token-stream": "^3.0",
4730                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4731                "sebastian/environment": "^3.1 || ^4.0",
4732                "sebastian/version": "^2.0.1",
4733                "theseer/tokenizer": "^1.1"
4734            },
4735            "require-dev": {
4736                "phpunit/phpunit": "^7.0"
4737            },
4738            "suggest": {
4739                "ext-xdebug": "^2.6.0"
4740            },
4741            "type": "library",
4742            "extra": {
4743                "branch-alias": {
4744                    "dev-master": "6.1-dev"
4745                }
4746            },
4747            "autoload": {
4748                "classmap": [
4749                    "src/"
4750                ]
4751            },
4752            "notification-url": "https://packagist.org/downloads/",
4753            "license": [
4754                "BSD-3-Clause"
4755            ],
4756            "authors": [
4757                {
4758                    "name": "Sebastian Bergmann",
4759                    "email": "sebastian@phpunit.de",
4760                    "role": "lead"
4761                }
4762            ],
4763            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4764            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4765            "keywords": [
4766                "coverage",
4767                "testing",
4768                "xunit"
4769            ],
4770            "time": "2018-10-31T16:06:48+00:00"
4771        },
4772        {
4773            "name": "phpunit/php-file-iterator",
4774            "version": "2.0.2",
4775            "source": {
4776                "type": "git",
4777                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4778                "reference": "050bedf145a257b1ff02746c31894800e5122946"
4779            },
4780            "dist": {
4781                "type": "zip",
4782                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
4783                "reference": "050bedf145a257b1ff02746c31894800e5122946",
4784                "shasum": ""
4785            },
4786            "require": {
4787                "php": "^7.1"
4788            },
4789            "require-dev": {
4790                "phpunit/phpunit": "^7.1"
4791            },
4792            "type": "library",
4793            "extra": {
4794                "branch-alias": {
4795                    "dev-master": "2.0.x-dev"
4796                }
4797            },
4798            "autoload": {
4799                "classmap": [
4800                    "src/"
4801                ]
4802            },
4803            "notification-url": "https://packagist.org/downloads/",
4804            "license": [
4805                "BSD-3-Clause"
4806            ],
4807            "authors": [
4808                {
4809                    "name": "Sebastian Bergmann",
4810                    "email": "sebastian@phpunit.de",
4811                    "role": "lead"
4812                }
4813            ],
4814            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4815            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4816            "keywords": [
4817                "filesystem",
4818                "iterator"
4819            ],
4820            "time": "2018-09-13T20:33:42+00:00"
4821        },
4822        {
4823            "name": "phpunit/php-text-template",
4824            "version": "1.2.1",
4825            "source": {
4826                "type": "git",
4827                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4828                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4829            },
4830            "dist": {
4831                "type": "zip",
4832                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4833                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4834                "shasum": ""
4835            },
4836            "require": {
4837                "php": ">=5.3.3"
4838            },
4839            "type": "library",
4840            "autoload": {
4841                "classmap": [
4842                    "src/"
4843                ]
4844            },
4845            "notification-url": "https://packagist.org/downloads/",
4846            "license": [
4847                "BSD-3-Clause"
4848            ],
4849            "authors": [
4850                {
4851                    "name": "Sebastian Bergmann",
4852                    "email": "sebastian@phpunit.de",
4853                    "role": "lead"
4854                }
4855            ],
4856            "description": "Simple template engine.",
4857            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4858            "keywords": [
4859                "template"
4860            ],
4861            "time": "2015-06-21T13:50:34+00:00"
4862        },
4863        {
4864            "name": "phpunit/php-timer",
4865            "version": "2.1.2",
4866            "source": {
4867                "type": "git",
4868                "url": "https://github.com/sebastianbergmann/php-timer.git",
4869                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
4870            },
4871            "dist": {
4872                "type": "zip",
4873                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
4874                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
4875                "shasum": ""
4876            },
4877            "require": {
4878                "php": "^7.1"
4879            },
4880            "require-dev": {
4881                "phpunit/phpunit": "^7.0"
4882            },
4883            "type": "library",
4884            "extra": {
4885                "branch-alias": {
4886                    "dev-master": "2.1-dev"
4887                }
4888            },
4889            "autoload": {
4890                "classmap": [
4891                    "src/"
4892                ]
4893            },
4894            "notification-url": "https://packagist.org/downloads/",
4895            "license": [
4896                "BSD-3-Clause"
4897            ],
4898            "authors": [
4899                {
4900                    "name": "Sebastian Bergmann",
4901                    "email": "sebastian@phpunit.de",
4902                    "role": "lead"
4903                }
4904            ],
4905            "description": "Utility class for timing",
4906            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4907            "keywords": [
4908                "timer"
4909            ],
4910            "time": "2019-06-07T04:22:29+00:00"
4911        },
4912        {
4913            "name": "phpunit/php-token-stream",
4914            "version": "3.1.1",
4915            "source": {
4916                "type": "git",
4917                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4918                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
4919            },
4920            "dist": {
4921                "type": "zip",
4922                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
4923                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
4924                "shasum": ""
4925            },
4926            "require": {
4927                "ext-tokenizer": "*",
4928                "php": "^7.1"
4929            },
4930            "require-dev": {
4931                "phpunit/phpunit": "^7.0"
4932            },
4933            "type": "library",
4934            "extra": {
4935                "branch-alias": {
4936                    "dev-master": "3.1-dev"
4937                }
4938            },
4939            "autoload": {
4940                "classmap": [
4941                    "src/"
4942                ]
4943            },
4944            "notification-url": "https://packagist.org/downloads/",
4945            "license": [
4946                "BSD-3-Clause"
4947            ],
4948            "authors": [
4949                {
4950                    "name": "Sebastian Bergmann",
4951                    "email": "sebastian@phpunit.de"
4952                }
4953            ],
4954            "description": "Wrapper around PHP's tokenizer extension.",
4955            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4956            "keywords": [
4957                "tokenizer"
4958            ],
4959            "time": "2019-09-17T06:23:10+00:00"
4960        },
4961        {
4962            "name": "phpunit/phpunit",
4963            "version": "7.5.20",
4964            "source": {
4965                "type": "git",
4966                "url": "https://github.com/sebastianbergmann/phpunit.git",
4967                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
4968            },
4969            "dist": {
4970                "type": "zip",
4971                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
4972                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
4973                "shasum": ""
4974            },
4975            "require": {
4976                "doctrine/instantiator": "^1.1",
4977                "ext-dom": "*",
4978                "ext-json": "*",
4979                "ext-libxml": "*",
4980                "ext-mbstring": "*",
4981                "ext-xml": "*",
4982                "myclabs/deep-copy": "^1.7",
4983                "phar-io/manifest": "^1.0.2",
4984                "phar-io/version": "^2.0",
4985                "php": "^7.1",
4986                "phpspec/prophecy": "^1.7",
4987                "phpunit/php-code-coverage": "^6.0.7",
4988                "phpunit/php-file-iterator": "^2.0.1",
4989                "phpunit/php-text-template": "^1.2.1",
4990                "phpunit/php-timer": "^2.1",
4991                "sebastian/comparator": "^3.0",
4992                "sebastian/diff": "^3.0",
4993                "sebastian/environment": "^4.0",
4994                "sebastian/exporter": "^3.1",
4995                "sebastian/global-state": "^2.0",
4996                "sebastian/object-enumerator": "^3.0.3",
4997                "sebastian/resource-operations": "^2.0",
4998                "sebastian/version": "^2.0.1"
4999            },
5000            "conflict": {
5001                "phpunit/phpunit-mock-objects": "*"
5002            },
5003            "require-dev": {
5004                "ext-pdo": "*"
5005            },
5006            "suggest": {
5007                "ext-soap": "*",
5008                "ext-xdebug": "*",
5009                "phpunit/php-invoker": "^2.0"
5010            },
5011            "bin": [
5012                "phpunit"
5013            ],
5014            "type": "library",
5015            "extra": {
5016                "branch-alias": {
5017                    "dev-master": "7.5-dev"
5018                }
5019            },
5020            "autoload": {
5021                "classmap": [
5022                    "src/"
5023                ]
5024            },
5025            "notification-url": "https://packagist.org/downloads/",
5026            "license": [
5027                "BSD-3-Clause"
5028            ],
5029            "authors": [
5030                {
5031                    "name": "Sebastian Bergmann",
5032                    "email": "sebastian@phpunit.de",
5033                    "role": "lead"
5034                }
5035            ],
5036            "description": "The PHP Unit Testing framework.",
5037            "homepage": "https://phpunit.de/",
5038            "keywords": [
5039                "phpunit",
5040                "testing",
5041                "xunit"
5042            ],
5043            "time": "2020-01-08T08:45:45+00:00"
5044        },
5045        {
5046            "name": "sebastian/code-unit-reverse-lookup",
5047            "version": "1.0.1",
5048            "source": {
5049                "type": "git",
5050                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5051                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5052            },
5053            "dist": {
5054                "type": "zip",
5055                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5056                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5057                "shasum": ""
5058            },
5059            "require": {
5060                "php": "^5.6 || ^7.0"
5061            },
5062            "require-dev": {
5063                "phpunit/phpunit": "^5.7 || ^6.0"
5064            },
5065            "type": "library",
5066            "extra": {
5067                "branch-alias": {
5068                    "dev-master": "1.0.x-dev"
5069                }
5070            },
5071            "autoload": {
5072                "classmap": [
5073                    "src/"
5074                ]
5075            },
5076            "notification-url": "https://packagist.org/downloads/",
5077            "license": [
5078                "BSD-3-Clause"
5079            ],
5080            "authors": [
5081                {
5082                    "name": "Sebastian Bergmann",
5083                    "email": "sebastian@phpunit.de"
5084                }
5085            ],
5086            "description": "Looks up which function or method a line of code belongs to",
5087            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5088            "time": "2017-03-04T06:30:41+00:00"
5089        },
5090        {
5091            "name": "sebastian/comparator",
5092            "version": "3.0.2",
5093            "source": {
5094                "type": "git",
5095                "url": "https://github.com/sebastianbergmann/comparator.git",
5096                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
5097            },
5098            "dist": {
5099                "type": "zip",
5100                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5101                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5102                "shasum": ""
5103            },
5104            "require": {
5105                "php": "^7.1",
5106                "sebastian/diff": "^3.0",
5107                "sebastian/exporter": "^3.1"
5108            },
5109            "require-dev": {
5110                "phpunit/phpunit": "^7.1"
5111            },
5112            "type": "library",
5113            "extra": {
5114                "branch-alias": {
5115                    "dev-master": "3.0-dev"
5116                }
5117            },
5118            "autoload": {
5119                "classmap": [
5120                    "src/"
5121                ]
5122            },
5123            "notification-url": "https://packagist.org/downloads/",
5124            "license": [
5125                "BSD-3-Clause"
5126            ],
5127            "authors": [
5128                {
5129                    "name": "Jeff Welch",
5130                    "email": "whatthejeff@gmail.com"
5131                },
5132                {
5133                    "name": "Volker Dusch",
5134                    "email": "github@wallbash.com"
5135                },
5136                {
5137                    "name": "Bernhard Schussek",
5138                    "email": "bschussek@2bepublished.at"
5139                },
5140                {
5141                    "name": "Sebastian Bergmann",
5142                    "email": "sebastian@phpunit.de"
5143                }
5144            ],
5145            "description": "Provides the functionality to compare PHP values for equality",
5146            "homepage": "https://github.com/sebastianbergmann/comparator",
5147            "keywords": [
5148                "comparator",
5149                "compare",
5150                "equality"
5151            ],
5152            "time": "2018-07-12T15:12:46+00:00"
5153        },
5154        {
5155            "name": "sebastian/diff",
5156            "version": "3.0.2",
5157            "source": {
5158                "type": "git",
5159                "url": "https://github.com/sebastianbergmann/diff.git",
5160                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
5161            },
5162            "dist": {
5163                "type": "zip",
5164                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5165                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5166                "shasum": ""
5167            },
5168            "require": {
5169                "php": "^7.1"
5170            },
5171            "require-dev": {
5172                "phpunit/phpunit": "^7.5 || ^8.0",
5173                "symfony/process": "^2 || ^3.3 || ^4"
5174            },
5175            "type": "library",
5176            "extra": {
5177                "branch-alias": {
5178                    "dev-master": "3.0-dev"
5179                }
5180            },
5181            "autoload": {
5182                "classmap": [
5183                    "src/"
5184                ]
5185            },
5186            "notification-url": "https://packagist.org/downloads/",
5187            "license": [
5188                "BSD-3-Clause"
5189            ],
5190            "authors": [
5191                {
5192                    "name": "Kore Nordmann",
5193                    "email": "mail@kore-nordmann.de"
5194                },
5195                {
5196                    "name": "Sebastian Bergmann",
5197                    "email": "sebastian@phpunit.de"
5198                }
5199            ],
5200            "description": "Diff implementation",
5201            "homepage": "https://github.com/sebastianbergmann/diff",
5202            "keywords": [
5203                "diff",
5204                "udiff",
5205                "unidiff",
5206                "unified diff"
5207            ],
5208            "time": "2019-02-04T06:01:07+00:00"
5209        },
5210        {
5211            "name": "sebastian/environment",
5212            "version": "4.2.3",
5213            "source": {
5214                "type": "git",
5215                "url": "https://github.com/sebastianbergmann/environment.git",
5216                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
5217            },
5218            "dist": {
5219                "type": "zip",
5220                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5221                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5222                "shasum": ""
5223            },
5224            "require": {
5225                "php": "^7.1"
5226            },
5227            "require-dev": {
5228                "phpunit/phpunit": "^7.5"
5229            },
5230            "suggest": {
5231                "ext-posix": "*"
5232            },
5233            "type": "library",
5234            "extra": {
5235                "branch-alias": {
5236                    "dev-master": "4.2-dev"
5237                }
5238            },
5239            "autoload": {
5240                "classmap": [
5241                    "src/"
5242                ]
5243            },
5244            "notification-url": "https://packagist.org/downloads/",
5245            "license": [
5246                "BSD-3-Clause"
5247            ],
5248            "authors": [
5249                {
5250                    "name": "Sebastian Bergmann",
5251                    "email": "sebastian@phpunit.de"
5252                }
5253            ],
5254            "description": "Provides functionality to handle HHVM/PHP environments",
5255            "homepage": "http://www.github.com/sebastianbergmann/environment",
5256            "keywords": [
5257                "Xdebug",
5258                "environment",
5259                "hhvm"
5260            ],
5261            "time": "2019-11-20T08:46:58+00:00"
5262        },
5263        {
5264            "name": "sebastian/exporter",
5265            "version": "3.1.2",
5266            "source": {
5267                "type": "git",
5268                "url": "https://github.com/sebastianbergmann/exporter.git",
5269                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
5270            },
5271            "dist": {
5272                "type": "zip",
5273                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
5274                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
5275                "shasum": ""
5276            },
5277            "require": {
5278                "php": "^7.0",
5279                "sebastian/recursion-context": "^3.0"
5280            },
5281            "require-dev": {
5282                "ext-mbstring": "*",
5283                "phpunit/phpunit": "^6.0"
5284            },
5285            "type": "library",
5286            "extra": {
5287                "branch-alias": {
5288                    "dev-master": "3.1.x-dev"
5289                }
5290            },
5291            "autoload": {
5292                "classmap": [
5293                    "src/"
5294                ]
5295            },
5296            "notification-url": "https://packagist.org/downloads/",
5297            "license": [
5298                "BSD-3-Clause"
5299            ],
5300            "authors": [
5301                {
5302                    "name": "Sebastian Bergmann",
5303                    "email": "sebastian@phpunit.de"
5304                },
5305                {
5306                    "name": "Jeff Welch",
5307                    "email": "whatthejeff@gmail.com"
5308                },
5309                {
5310                    "name": "Volker Dusch",
5311                    "email": "github@wallbash.com"
5312                },
5313                {
5314                    "name": "Adam Harvey",
5315                    "email": "aharvey@php.net"
5316                },
5317                {
5318                    "name": "Bernhard Schussek",
5319                    "email": "bschussek@gmail.com"
5320                }
5321            ],
5322            "description": "Provides the functionality to export PHP variables for visualization",
5323            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5324            "keywords": [
5325                "export",
5326                "exporter"
5327            ],
5328            "time": "2019-09-14T09:02:43+00:00"
5329        },
5330        {
5331            "name": "sebastian/global-state",
5332            "version": "2.0.0",
5333            "source": {
5334                "type": "git",
5335                "url": "https://github.com/sebastianbergmann/global-state.git",
5336                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5337            },
5338            "dist": {
5339                "type": "zip",
5340                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5341                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5342                "shasum": ""
5343            },
5344            "require": {
5345                "php": "^7.0"
5346            },
5347            "require-dev": {
5348                "phpunit/phpunit": "^6.0"
5349            },
5350            "suggest": {
5351                "ext-uopz": "*"
5352            },
5353            "type": "library",
5354            "extra": {
5355                "branch-alias": {
5356                    "dev-master": "2.0-dev"
5357                }
5358            },
5359            "autoload": {
5360                "classmap": [
5361                    "src/"
5362                ]
5363            },
5364            "notification-url": "https://packagist.org/downloads/",
5365            "license": [
5366                "BSD-3-Clause"
5367            ],
5368            "authors": [
5369                {
5370                    "name": "Sebastian Bergmann",
5371                    "email": "sebastian@phpunit.de"
5372                }
5373            ],
5374            "description": "Snapshotting of global state",
5375            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5376            "keywords": [
5377                "global state"
5378            ],
5379            "time": "2017-04-27T15:39:26+00:00"
5380        },
5381        {
5382            "name": "sebastian/object-enumerator",
5383            "version": "3.0.3",
5384            "source": {
5385                "type": "git",
5386                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5387                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5388            },
5389            "dist": {
5390                "type": "zip",
5391                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5392                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5393                "shasum": ""
5394            },
5395            "require": {
5396                "php": "^7.0",
5397                "sebastian/object-reflector": "^1.1.1",
5398                "sebastian/recursion-context": "^3.0"
5399            },
5400            "require-dev": {
5401                "phpunit/phpunit": "^6.0"
5402            },
5403            "type": "library",
5404            "extra": {
5405                "branch-alias": {
5406                    "dev-master": "3.0.x-dev"
5407                }
5408            },
5409            "autoload": {
5410                "classmap": [
5411                    "src/"
5412                ]
5413            },
5414            "notification-url": "https://packagist.org/downloads/",
5415            "license": [
5416                "BSD-3-Clause"
5417            ],
5418            "authors": [
5419                {
5420                    "name": "Sebastian Bergmann",
5421                    "email": "sebastian@phpunit.de"
5422                }
5423            ],
5424            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5425            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5426            "time": "2017-08-03T12:35:26+00:00"
5427        },
5428        {
5429            "name": "sebastian/object-reflector",
5430            "version": "1.1.1",
5431            "source": {
5432                "type": "git",
5433                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5434                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5435            },
5436            "dist": {
5437                "type": "zip",
5438                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5439                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5440                "shasum": ""
5441            },
5442            "require": {
5443                "php": "^7.0"
5444            },
5445            "require-dev": {
5446                "phpunit/phpunit": "^6.0"
5447            },
5448            "type": "library",
5449            "extra": {
5450                "branch-alias": {
5451                    "dev-master": "1.1-dev"
5452                }
5453            },
5454            "autoload": {
5455                "classmap": [
5456                    "src/"
5457                ]
5458            },
5459            "notification-url": "https://packagist.org/downloads/",
5460            "license": [
5461                "BSD-3-Clause"
5462            ],
5463            "authors": [
5464                {
5465                    "name": "Sebastian Bergmann",
5466                    "email": "sebastian@phpunit.de"
5467                }
5468            ],
5469            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5470            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5471            "time": "2017-03-29T09:07:27+00:00"
5472        },
5473        {
5474            "name": "sebastian/recursion-context",
5475            "version": "3.0.0",
5476            "source": {
5477                "type": "git",
5478                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5479                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5480            },
5481            "dist": {
5482                "type": "zip",
5483                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5484                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5485                "shasum": ""
5486            },
5487            "require": {
5488                "php": "^7.0"
5489            },
5490            "require-dev": {
5491                "phpunit/phpunit": "^6.0"
5492            },
5493            "type": "library",
5494            "extra": {
5495                "branch-alias": {
5496                    "dev-master": "3.0.x-dev"
5497                }
5498            },
5499            "autoload": {
5500                "classmap": [
5501                    "src/"
5502                ]
5503            },
5504            "notification-url": "https://packagist.org/downloads/",
5505            "license": [
5506                "BSD-3-Clause"
5507            ],
5508            "authors": [
5509                {
5510                    "name": "Jeff Welch",
5511                    "email": "whatthejeff@gmail.com"
5512                },
5513                {
5514                    "name": "Sebastian Bergmann",
5515                    "email": "sebastian@phpunit.de"
5516                },
5517                {
5518                    "name": "Adam Harvey",
5519                    "email": "aharvey@php.net"
5520                }
5521            ],
5522            "description": "Provides functionality to recursively process PHP variables",
5523            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5524            "time": "2017-03-03T06:23:57+00:00"
5525        },
5526        {
5527            "name": "sebastian/resource-operations",
5528            "version": "2.0.1",
5529            "source": {
5530                "type": "git",
5531                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5532                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
5533            },
5534            "dist": {
5535                "type": "zip",
5536                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5537                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5538                "shasum": ""
5539            },
5540            "require": {
5541                "php": "^7.1"
5542            },
5543            "type": "library",
5544            "extra": {
5545                "branch-alias": {
5546                    "dev-master": "2.0-dev"
5547                }
5548            },
5549            "autoload": {
5550                "classmap": [
5551                    "src/"
5552                ]
5553            },
5554            "notification-url": "https://packagist.org/downloads/",
5555            "license": [
5556                "BSD-3-Clause"
5557            ],
5558            "authors": [
5559                {
5560                    "name": "Sebastian Bergmann",
5561                    "email": "sebastian@phpunit.de"
5562                }
5563            ],
5564            "description": "Provides a list of PHP built-in functions that operate on resources",
5565            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5566            "time": "2018-10-04T04:07:39+00:00"
5567        },
5568        {
5569            "name": "sebastian/version",
5570            "version": "2.0.1",
5571            "source": {
5572                "type": "git",
5573                "url": "https://github.com/sebastianbergmann/version.git",
5574                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5575            },
5576            "dist": {
5577                "type": "zip",
5578                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5579                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5580                "shasum": ""
5581            },
5582            "require": {
5583                "php": ">=5.6"
5584            },
5585            "type": "library",
5586            "extra": {
5587                "branch-alias": {
5588                    "dev-master": "2.0.x-dev"
5589                }
5590            },
5591            "autoload": {
5592                "classmap": [
5593                    "src/"
5594                ]
5595            },
5596            "notification-url": "https://packagist.org/downloads/",
5597            "license": [
5598                "BSD-3-Clause"
5599            ],
5600            "authors": [
5601                {
5602                    "name": "Sebastian Bergmann",
5603                    "email": "sebastian@phpunit.de",
5604                    "role": "lead"
5605                }
5606            ],
5607            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5608            "homepage": "https://github.com/sebastianbergmann/version",
5609            "time": "2016-10-03T07:35:21+00:00"
5610        },
5611        {
5612            "name": "seld/jsonlint",
5613            "version": "1.8.0",
5614            "source": {
5615                "type": "git",
5616                "url": "https://github.com/Seldaek/jsonlint.git",
5617                "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
5618            },
5619            "dist": {
5620                "type": "zip",
5621                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
5622                "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
5623                "shasum": ""
5624            },
5625            "require": {
5626                "php": "^5.3 || ^7.0 || ^8.0"
5627            },
5628            "require-dev": {
5629                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5630            },
5631            "bin": [
5632                "bin/jsonlint"
5633            ],
5634            "type": "library",
5635            "autoload": {
5636                "psr-4": {
5637                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
5638                }
5639            },
5640            "notification-url": "https://packagist.org/downloads/",
5641            "license": [
5642                "MIT"
5643            ],
5644            "authors": [
5645                {
5646                    "name": "Jordi Boggiano",
5647                    "email": "j.boggiano@seld.be",
5648                    "homepage": "http://seld.be"
5649                }
5650            ],
5651            "description": "JSON Linter",
5652            "keywords": [
5653                "json",
5654                "linter",
5655                "parser",
5656                "validator"
5657            ],
5658            "funding": [
5659                {
5660                    "url": "https://github.com/Seldaek",
5661                    "type": "github"
5662                },
5663                {
5664                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
5665                    "type": "tidelift"
5666                }
5667            ],
5668            "time": "2020-04-30T19:05:18+00:00"
5669        },
5670        {
5671            "name": "seld/phar-utils",
5672            "version": "1.1.0",
5673            "source": {
5674                "type": "git",
5675                "url": "https://github.com/Seldaek/phar-utils.git",
5676                "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
5677            },
5678            "dist": {
5679                "type": "zip",
5680                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
5681                "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
5682                "shasum": ""
5683            },
5684            "require": {
5685                "php": ">=5.3"
5686            },
5687            "type": "library",
5688            "extra": {
5689                "branch-alias": {
5690                    "dev-master": "1.x-dev"
5691                }
5692            },
5693            "autoload": {
5694                "psr-4": {
5695                    "Seld\\PharUtils\\": "src/"
5696                }
5697            },
5698            "notification-url": "https://packagist.org/downloads/",
5699            "license": [
5700                "MIT"
5701            ],
5702            "authors": [
5703                {
5704                    "name": "Jordi Boggiano",
5705                    "email": "j.boggiano@seld.be"
5706                }
5707            ],
5708            "description": "PHAR file format utilities, for when PHP phars you up",
5709            "keywords": [
5710                "phar"
5711            ],
5712            "time": "2020-02-14T15:25:33+00:00"
5713        },
5714        {
5715            "name": "symfony/config",
5716            "version": "v4.4.10",
5717            "source": {
5718                "type": "git",
5719                "url": "https://github.com/symfony/config.git",
5720                "reference": "395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504"
5721            },
5722            "dist": {
5723                "type": "zip",
5724                "url": "https://api.github.com/repos/symfony/config/zipball/395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504",
5725                "reference": "395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504",
5726                "shasum": ""
5727            },
5728            "require": {
5729                "php": ">=7.1.3",
5730                "symfony/filesystem": "^3.4|^4.0|^5.0",
5731                "symfony/polyfill-ctype": "~1.8"
5732            },
5733            "conflict": {
5734                "symfony/finder": "<3.4"
5735            },
5736            "require-dev": {
5737                "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
5738                "symfony/finder": "^3.4|^4.0|^5.0",
5739                "symfony/messenger": "^4.1|^5.0",
5740                "symfony/service-contracts": "^1.1|^2",
5741                "symfony/yaml": "^3.4|^4.0|^5.0"
5742            },
5743            "suggest": {
5744                "symfony/yaml": "To use the yaml reference dumper"
5745            },
5746            "type": "library",
5747            "extra": {
5748                "branch-alias": {
5749                    "dev-master": "4.4-dev"
5750                }
5751            },
5752            "autoload": {
5753                "psr-4": {
5754                    "Symfony\\Component\\Config\\": ""
5755                },
5756                "exclude-from-classmap": [
5757                    "/Tests/"
5758                ]
5759            },
5760            "notification-url": "https://packagist.org/downloads/",
5761            "license": [
5762                "MIT"
5763            ],
5764            "authors": [
5765                {
5766                    "name": "Fabien Potencier",
5767                    "email": "fabien@symfony.com"
5768                },
5769                {
5770                    "name": "Symfony Community",
5771                    "homepage": "https://symfony.com/contributors"
5772                }
5773            ],
5774            "description": "Symfony Config Component",
5775            "homepage": "https://symfony.com",
5776            "funding": [
5777                {
5778                    "url": "https://symfony.com/sponsor",
5779                    "type": "custom"
5780                },
5781                {
5782                    "url": "https://github.com/fabpot",
5783                    "type": "github"
5784                },
5785                {
5786                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5787                    "type": "tidelift"
5788                }
5789            ],
5790            "time": "2020-05-23T09:11:46+00:00"
5791        },
5792        {
5793            "name": "symfony/console",
5794            "version": "v4.4.10",
5795            "source": {
5796                "type": "git",
5797                "url": "https://github.com/symfony/console.git",
5798                "reference": "326b064d804043005526f5a0494cfb49edb59bb0"
5799            },
5800            "dist": {
5801                "type": "zip",
5802                "url": "https://api.github.com/repos/symfony/console/zipball/326b064d804043005526f5a0494cfb49edb59bb0",
5803                "reference": "326b064d804043005526f5a0494cfb49edb59bb0",
5804                "shasum": ""
5805            },
5806            "require": {
5807                "php": ">=7.1.3",
5808                "symfony/polyfill-mbstring": "~1.0",
5809                "symfony/polyfill-php73": "^1.8",
5810                "symfony/polyfill-php80": "^1.15",
5811                "symfony/service-contracts": "^1.1|^2"
5812            },
5813            "conflict": {
5814                "symfony/dependency-injection": "<3.4",
5815                "symfony/event-dispatcher": "<4.3|>=5",
5816                "symfony/lock": "<4.4",
5817                "symfony/process": "<3.3"
5818            },
5819            "provide": {
5820                "psr/log-implementation": "1.0"
5821            },
5822            "require-dev": {
5823                "psr/log": "~1.0",
5824                "symfony/config": "^3.4|^4.0|^5.0",
5825                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5826                "symfony/event-dispatcher": "^4.3",
5827                "symfony/lock": "^4.4|^5.0",
5828                "symfony/process": "^3.4|^4.0|^5.0",
5829                "symfony/var-dumper": "^4.3|^5.0"
5830            },
5831            "suggest": {
5832                "psr/log": "For using the console logger",
5833                "symfony/event-dispatcher": "",
5834                "symfony/lock": "",
5835                "symfony/process": ""
5836            },
5837            "type": "library",
5838            "extra": {
5839                "branch-alias": {
5840                    "dev-master": "4.4-dev"
5841                }
5842            },
5843            "autoload": {
5844                "psr-4": {
5845                    "Symfony\\Component\\Console\\": ""
5846                },
5847                "exclude-from-classmap": [
5848                    "/Tests/"
5849                ]
5850            },
5851            "notification-url": "https://packagist.org/downloads/",
5852            "license": [
5853                "MIT"
5854            ],
5855            "authors": [
5856                {
5857                    "name": "Fabien Potencier",
5858                    "email": "fabien@symfony.com"
5859                },
5860                {
5861                    "name": "Symfony Community",
5862                    "homepage": "https://symfony.com/contributors"
5863                }
5864            ],
5865            "description": "Symfony Console Component",
5866            "homepage": "https://symfony.com",
5867            "funding": [
5868                {
5869                    "url": "https://symfony.com/sponsor",
5870                    "type": "custom"
5871                },
5872                {
5873                    "url": "https://github.com/fabpot",
5874                    "type": "github"
5875                },
5876                {
5877                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5878                    "type": "tidelift"
5879                }
5880            ],
5881            "time": "2020-05-30T20:06:45+00:00"
5882        },
5883        {
5884            "name": "symfony/filesystem",
5885            "version": "v4.4.10",
5886            "source": {
5887                "type": "git",
5888                "url": "https://github.com/symfony/filesystem.git",
5889                "reference": "b27f491309db5757816db672b256ea2e03677d30"
5890            },
5891            "dist": {
5892                "type": "zip",
5893                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b27f491309db5757816db672b256ea2e03677d30",
5894                "reference": "b27f491309db5757816db672b256ea2e03677d30",
5895                "shasum": ""
5896            },
5897            "require": {
5898                "php": ">=7.1.3",
5899                "symfony/polyfill-ctype": "~1.8"
5900            },
5901            "type": "library",
5902            "extra": {
5903                "branch-alias": {
5904                    "dev-master": "4.4-dev"
5905                }
5906            },
5907            "autoload": {
5908                "psr-4": {
5909                    "Symfony\\Component\\Filesystem\\": ""
5910                },
5911                "exclude-from-classmap": [
5912                    "/Tests/"
5913                ]
5914            },
5915            "notification-url": "https://packagist.org/downloads/",
5916            "license": [
5917                "MIT"
5918            ],
5919            "authors": [
5920                {
5921                    "name": "Fabien Potencier",
5922                    "email": "fabien@symfony.com"
5923                },
5924                {
5925                    "name": "Symfony Community",
5926                    "homepage": "https://symfony.com/contributors"
5927                }
5928            ],
5929            "description": "Symfony Filesystem Component",
5930            "homepage": "https://symfony.com",
5931            "funding": [
5932                {
5933                    "url": "https://symfony.com/sponsor",
5934                    "type": "custom"
5935                },
5936                {
5937                    "url": "https://github.com/fabpot",
5938                    "type": "github"
5939                },
5940                {
5941                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5942                    "type": "tidelift"
5943                }
5944            ],
5945            "time": "2020-05-30T18:50:54+00:00"
5946        },
5947        {
5948            "name": "symfony/finder",
5949            "version": "v4.4.10",
5950            "source": {
5951                "type": "git",
5952                "url": "https://github.com/symfony/finder.git",
5953                "reference": "5729f943f9854c5781984ed4907bbb817735776b"
5954            },
5955            "dist": {
5956                "type": "zip",
5957                "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
5958                "reference": "5729f943f9854c5781984ed4907bbb817735776b",
5959                "shasum": ""
5960            },
5961            "require": {
5962                "php": "^7.1.3"
5963            },
5964            "type": "library",
5965            "extra": {
5966                "branch-alias": {
5967                    "dev-master": "4.4-dev"
5968                }
5969            },
5970            "autoload": {
5971                "psr-4": {
5972                    "Symfony\\Component\\Finder\\": ""
5973                },
5974                "exclude-from-classmap": [
5975                    "/Tests/"
5976                ]
5977            },
5978            "notification-url": "https://packagist.org/downloads/",
5979            "license": [
5980                "MIT"
5981            ],
5982            "authors": [
5983                {
5984                    "name": "Fabien Potencier",
5985                    "email": "fabien@symfony.com"
5986                },
5987                {
5988                    "name": "Symfony Community",
5989                    "homepage": "https://symfony.com/contributors"
5990                }
5991            ],
5992            "description": "Symfony Finder Component",
5993            "homepage": "https://symfony.com",
5994            "funding": [
5995                {
5996                    "url": "https://symfony.com/sponsor",
5997                    "type": "custom"
5998                },
5999                {
6000                    "url": "https://github.com/fabpot",
6001                    "type": "github"
6002                },
6003                {
6004                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6005                    "type": "tidelift"
6006                }
6007            ],
6008            "time": "2020-03-27T16:54:36+00:00"
6009        },
6010        {
6011            "name": "symfony/polyfill-php73",
6012            "version": "v1.17.1",
6013            "source": {
6014                "type": "git",
6015                "url": "https://github.com/symfony/polyfill-php73.git",
6016                "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a"
6017            },
6018            "dist": {
6019                "type": "zip",
6020                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a",
6021                "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a",
6022                "shasum": ""
6023            },
6024            "require": {
6025                "php": ">=5.3.3"
6026            },
6027            "type": "library",
6028            "extra": {
6029                "branch-alias": {
6030                    "dev-master": "1.17-dev"
6031                },
6032                "thanks": {
6033                    "name": "symfony/polyfill",
6034                    "url": "https://github.com/symfony/polyfill"
6035                }
6036            },
6037            "autoload": {
6038                "psr-4": {
6039                    "Symfony\\Polyfill\\Php73\\": ""
6040                },
6041                "files": [
6042                    "bootstrap.php"
6043                ],
6044                "classmap": [
6045                    "Resources/stubs"
6046                ]
6047            },
6048            "notification-url": "https://packagist.org/downloads/",
6049            "license": [
6050                "MIT"
6051            ],
6052            "authors": [
6053                {
6054                    "name": "Nicolas Grekas",
6055                    "email": "p@tchwork.com"
6056                },
6057                {
6058                    "name": "Symfony Community",
6059                    "homepage": "https://symfony.com/contributors"
6060                }
6061            ],
6062            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
6063            "homepage": "https://symfony.com",
6064            "keywords": [
6065                "compatibility",
6066                "polyfill",
6067                "portable",
6068                "shim"
6069            ],
6070            "funding": [
6071                {
6072                    "url": "https://symfony.com/sponsor",
6073                    "type": "custom"
6074                },
6075                {
6076                    "url": "https://github.com/fabpot",
6077                    "type": "github"
6078                },
6079                {
6080                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6081                    "type": "tidelift"
6082                }
6083            ],
6084            "time": "2020-06-06T08:46:27+00:00"
6085        },
6086        {
6087            "name": "symfony/polyfill-php80",
6088            "version": "v1.17.1",
6089            "source": {
6090                "type": "git",
6091                "url": "https://github.com/symfony/polyfill-php80.git",
6092                "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2"
6093            },
6094            "dist": {
6095                "type": "zip",
6096                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2",
6097                "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2",
6098                "shasum": ""
6099            },
6100            "require": {
6101                "php": ">=7.0.8"
6102            },
6103            "type": "library",
6104            "extra": {
6105                "branch-alias": {
6106                    "dev-master": "1.17-dev"
6107                },
6108                "thanks": {
6109                    "name": "symfony/polyfill",
6110                    "url": "https://github.com/symfony/polyfill"
6111                }
6112            },
6113            "autoload": {
6114                "psr-4": {
6115                    "Symfony\\Polyfill\\Php80\\": ""
6116                },
6117                "files": [
6118                    "bootstrap.php"
6119                ],
6120                "classmap": [
6121                    "Resources/stubs"
6122                ]
6123            },
6124            "notification-url": "https://packagist.org/downloads/",
6125            "license": [
6126                "MIT"
6127            ],
6128            "authors": [
6129                {
6130                    "name": "Ion Bazan",
6131                    "email": "ion.bazan@gmail.com"
6132                },
6133                {
6134                    "name": "Nicolas Grekas",
6135                    "email": "p@tchwork.com"
6136                },
6137                {
6138                    "name": "Symfony Community",
6139                    "homepage": "https://symfony.com/contributors"
6140                }
6141            ],
6142            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6143            "homepage": "https://symfony.com",
6144            "keywords": [
6145                "compatibility",
6146                "polyfill",
6147                "portable",
6148                "shim"
6149            ],
6150            "funding": [
6151                {
6152                    "url": "https://symfony.com/sponsor",
6153                    "type": "custom"
6154                },
6155                {
6156                    "url": "https://github.com/fabpot",
6157                    "type": "github"
6158                },
6159                {
6160                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6161                    "type": "tidelift"
6162                }
6163            ],
6164            "time": "2020-06-06T08:46:27+00:00"
6165        },
6166        {
6167            "name": "symfony/process",
6168            "version": "v4.4.10",
6169            "source": {
6170                "type": "git",
6171                "url": "https://github.com/symfony/process.git",
6172                "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5"
6173            },
6174            "dist": {
6175                "type": "zip",
6176                "url": "https://api.github.com/repos/symfony/process/zipball/c714958428a85c86ab97e3a0c96db4c4f381b7f5",
6177                "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5",
6178                "shasum": ""
6179            },
6180            "require": {
6181                "php": "^7.1.3"
6182            },
6183            "type": "library",
6184            "extra": {
6185                "branch-alias": {
6186                    "dev-master": "4.4-dev"
6187                }
6188            },
6189            "autoload": {
6190                "psr-4": {
6191                    "Symfony\\Component\\Process\\": ""
6192                },
6193                "exclude-from-classmap": [
6194                    "/Tests/"
6195                ]
6196            },
6197            "notification-url": "https://packagist.org/downloads/",
6198            "license": [
6199                "MIT"
6200            ],
6201            "authors": [
6202                {
6203                    "name": "Fabien Potencier",
6204                    "email": "fabien@symfony.com"
6205                },
6206                {
6207                    "name": "Symfony Community",
6208                    "homepage": "https://symfony.com/contributors"
6209                }
6210            ],
6211            "description": "Symfony Process Component",
6212            "homepage": "https://symfony.com",
6213            "funding": [
6214                {
6215                    "url": "https://symfony.com/sponsor",
6216                    "type": "custom"
6217                },
6218                {
6219                    "url": "https://github.com/fabpot",
6220                    "type": "github"
6221                },
6222                {
6223                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6224                    "type": "tidelift"
6225                }
6226            ],
6227            "time": "2020-05-30T20:06:45+00:00"
6228        },
6229        {
6230            "name": "symfony/stopwatch",
6231            "version": "v4.4.10",
6232            "source": {
6233                "type": "git",
6234                "url": "https://github.com/symfony/stopwatch.git",
6235                "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50"
6236            },
6237            "dist": {
6238                "type": "zip",
6239                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f51fb90df1154a7f75987198a9689e28f91e6a50",
6240                "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50",
6241                "shasum": ""
6242            },
6243            "require": {
6244                "php": ">=7.1.3",
6245                "symfony/service-contracts": "^1.0|^2"
6246            },
6247            "type": "library",
6248            "extra": {
6249                "branch-alias": {
6250                    "dev-master": "4.4-dev"
6251                }
6252            },
6253            "autoload": {
6254                "psr-4": {
6255                    "Symfony\\Component\\Stopwatch\\": ""
6256                },
6257                "exclude-from-classmap": [
6258                    "/Tests/"
6259                ]
6260            },
6261            "notification-url": "https://packagist.org/downloads/",
6262            "license": [
6263                "MIT"
6264            ],
6265            "authors": [
6266                {
6267                    "name": "Fabien Potencier",
6268                    "email": "fabien@symfony.com"
6269                },
6270                {
6271                    "name": "Symfony Community",
6272                    "homepage": "https://symfony.com/contributors"
6273                }
6274            ],
6275            "description": "Symfony Stopwatch Component",
6276            "homepage": "https://symfony.com",
6277            "funding": [
6278                {
6279                    "url": "https://symfony.com/sponsor",
6280                    "type": "custom"
6281                },
6282                {
6283                    "url": "https://github.com/fabpot",
6284                    "type": "github"
6285                },
6286                {
6287                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6288                    "type": "tidelift"
6289                }
6290            ],
6291            "time": "2020-05-20T08:37:50+00:00"
6292        },
6293        {
6294            "name": "symfony/var-dumper",
6295            "version": "v4.4.10",
6296            "source": {
6297                "type": "git",
6298                "url": "https://github.com/symfony/var-dumper.git",
6299                "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac"
6300            },
6301            "dist": {
6302                "type": "zip",
6303                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
6304                "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
6305                "shasum": ""
6306            },
6307            "require": {
6308                "php": ">=7.1.3",
6309                "symfony/polyfill-mbstring": "~1.0",
6310                "symfony/polyfill-php72": "~1.5",
6311                "symfony/polyfill-php80": "^1.15"
6312            },
6313            "conflict": {
6314                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6315                "symfony/console": "<3.4"
6316            },
6317            "require-dev": {
6318                "ext-iconv": "*",
6319                "symfony/console": "^3.4|^4.0|^5.0",
6320                "symfony/process": "^4.4|^5.0",
6321                "twig/twig": "^1.34|^2.4|^3.0"
6322            },
6323            "suggest": {
6324                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
6325                "ext-intl": "To show region name in time zone dump",
6326                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
6327            },
6328            "bin": [
6329                "Resources/bin/var-dump-server"
6330            ],
6331            "type": "library",
6332            "extra": {
6333                "branch-alias": {
6334                    "dev-master": "4.4-dev"
6335                }
6336            },
6337            "autoload": {
6338                "files": [
6339                    "Resources/functions/dump.php"
6340                ],
6341                "psr-4": {
6342                    "Symfony\\Component\\VarDumper\\": ""
6343                },
6344                "exclude-from-classmap": [
6345                    "/Tests/"
6346                ]
6347            },
6348            "notification-url": "https://packagist.org/downloads/",
6349            "license": [
6350                "MIT"
6351            ],
6352            "authors": [
6353                {
6354                    "name": "Nicolas Grekas",
6355                    "email": "p@tchwork.com"
6356                },
6357                {
6358                    "name": "Symfony Community",
6359                    "homepage": "https://symfony.com/contributors"
6360                }
6361            ],
6362            "description": "Symfony mechanism for exploring and dumping PHP variables",
6363            "homepage": "https://symfony.com",
6364            "keywords": [
6365                "debug",
6366                "dump"
6367            ],
6368            "funding": [
6369                {
6370                    "url": "https://symfony.com/sponsor",
6371                    "type": "custom"
6372                },
6373                {
6374                    "url": "https://github.com/fabpot",
6375                    "type": "github"
6376                },
6377                {
6378                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6379                    "type": "tidelift"
6380                }
6381            ],
6382            "time": "2020-05-30T20:06:45+00:00"
6383        },
6384        {
6385            "name": "symfony/yaml",
6386            "version": "v4.4.10",
6387            "source": {
6388                "type": "git",
6389                "url": "https://github.com/symfony/yaml.git",
6390                "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a"
6391            },
6392            "dist": {
6393                "type": "zip",
6394                "url": "https://api.github.com/repos/symfony/yaml/zipball/c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
6395                "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
6396                "shasum": ""
6397            },
6398            "require": {
6399                "php": ">=7.1.3",
6400                "symfony/polyfill-ctype": "~1.8"
6401            },
6402            "conflict": {
6403                "symfony/console": "<3.4"
6404            },
6405            "require-dev": {
6406                "symfony/console": "^3.4|^4.0|^5.0"
6407            },
6408            "suggest": {
6409                "symfony/console": "For validating YAML files using the lint command"
6410            },
6411            "type": "library",
6412            "extra": {
6413                "branch-alias": {
6414                    "dev-master": "4.4-dev"
6415                }
6416            },
6417            "autoload": {
6418                "psr-4": {
6419                    "Symfony\\Component\\Yaml\\": ""
6420                },
6421                "exclude-from-classmap": [
6422                    "/Tests/"
6423                ]
6424            },
6425            "notification-url": "https://packagist.org/downloads/",
6426            "license": [
6427                "MIT"
6428            ],
6429            "authors": [
6430                {
6431                    "name": "Fabien Potencier",
6432                    "email": "fabien@symfony.com"
6433                },
6434                {
6435                    "name": "Symfony Community",
6436                    "homepage": "https://symfony.com/contributors"
6437                }
6438            ],
6439            "description": "Symfony Yaml Component",
6440            "homepage": "https://symfony.com",
6441            "funding": [
6442                {
6443                    "url": "https://symfony.com/sponsor",
6444                    "type": "custom"
6445                },
6446                {
6447                    "url": "https://github.com/fabpot",
6448                    "type": "github"
6449                },
6450                {
6451                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6452                    "type": "tidelift"
6453                }
6454            ],
6455            "time": "2020-05-20T08:37:50+00:00"
6456        },
6457        {
6458            "name": "theseer/tokenizer",
6459            "version": "1.1.3",
6460            "source": {
6461                "type": "git",
6462                "url": "https://github.com/theseer/tokenizer.git",
6463                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
6464            },
6465            "dist": {
6466                "type": "zip",
6467                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6468                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6469                "shasum": ""
6470            },
6471            "require": {
6472                "ext-dom": "*",
6473                "ext-tokenizer": "*",
6474                "ext-xmlwriter": "*",
6475                "php": "^7.0"
6476            },
6477            "type": "library",
6478            "autoload": {
6479                "classmap": [
6480                    "src/"
6481                ]
6482            },
6483            "notification-url": "https://packagist.org/downloads/",
6484            "license": [
6485                "BSD-3-Clause"
6486            ],
6487            "authors": [
6488                {
6489                    "name": "Arne Blankerts",
6490                    "email": "arne@blankerts.de",
6491                    "role": "Developer"
6492                }
6493            ],
6494            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6495            "time": "2019-06-13T22:48:21+00:00"
6496        },
6497        {
6498            "name": "webmozart/assert",
6499            "version": "1.9.0",
6500            "source": {
6501                "type": "git",
6502                "url": "https://github.com/webmozart/assert.git",
6503                "reference": "9dc4f203e36f2b486149058bade43c851dd97451"
6504            },
6505            "dist": {
6506                "type": "zip",
6507                "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
6508                "reference": "9dc4f203e36f2b486149058bade43c851dd97451",
6509                "shasum": ""
6510            },
6511            "require": {
6512                "php": "^5.3.3 || ^7.0",
6513                "symfony/polyfill-ctype": "^1.8"
6514            },
6515            "conflict": {
6516                "phpstan/phpstan": "<0.12.20",
6517                "vimeo/psalm": "<3.9.1"
6518            },
6519            "require-dev": {
6520                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
6521            },
6522            "type": "library",
6523            "autoload": {
6524                "psr-4": {
6525                    "Webmozart\\Assert\\": "src/"
6526                }
6527            },
6528            "notification-url": "https://packagist.org/downloads/",
6529            "license": [
6530                "MIT"
6531            ],
6532            "authors": [
6533                {
6534                    "name": "Bernhard Schussek",
6535                    "email": "bschussek@gmail.com"
6536                }
6537            ],
6538            "description": "Assertions to validate method input/output with nice error messages.",
6539            "keywords": [
6540                "assert",
6541                "check",
6542                "validate"
6543            ],
6544            "time": "2020-06-16T10:16:42+00:00"
6545        }
6546    ],
6547    "aliases": [],
6548    "minimum-stability": "stable",
6549    "stability-flags": [],
6550    "prefer-stable": false,
6551    "prefer-lowest": false,
6552    "platform": {
6553        "ext-curl": "*",
6554        "ext-gd": "*",
6555        "ext-iconv": "*",
6556        "ext-intl": "*",
6557        "ext-json": "*",
6558        "ext-pcre": "*",
6559        "ext-pdo": "*",
6560        "ext-session": "*",
6561        "ext-simplexml": "*",
6562        "ext-xml": "*",
6563        "ext-zip": "*"
6564    },
6565    "platform-dev": {
6566        "ext-pdo_sqlite": "*",
6567        "ext-sqlite3": "*"
6568    },
6569    "platform-overrides": {
6570        "php": "7.1.8"
6571    },
6572    "plugin-api-version": "1.1.0"
6573}
6574