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