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