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