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