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