xref: /webtrees/composer.lock (revision b56274b11af10ca2d42ee27e6f6df9410fed6902)
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.3",
1323            "source": {
1324                "type": "git",
1325                "url": "https://github.com/thephpleague/commonmark.git",
1326                "reference": "412639f7cfbc0b31ad2455b2fe965095f66ae505"
1327            },
1328            "dist": {
1329                "type": "zip",
1330                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/412639f7cfbc0b31ad2455b2fe965095f66ae505",
1331                "reference": "412639f7cfbc0b31ad2455b2fe965095f66ae505",
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-05-04T22:15:21+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.6",
3691            "source": {
3692                "type": "git",
3693                "url": "https://github.com/composer/composer.git",
3694                "reference": "be81b9c4735362c26876bdbfd3b5bc7e7f711c88"
3695            },
3696            "dist": {
3697                "type": "zip",
3698                "url": "https://api.github.com/repos/composer/composer/zipball/be81b9c4735362c26876bdbfd3b5bc7e7f711c88",
3699                "reference": "be81b9c4735362c26876bdbfd3b5bc7e7f711c88",
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                "symfony/phpunit-bridge": "3.4.40"
3720            },
3721            "require-dev": {
3722                "phpspec/prophecy": "^1.10",
3723                "symfony/phpunit-bridge": "^3.4"
3724            },
3725            "suggest": {
3726                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
3727                "ext-zip": "Enabling the zip extension allows you to unzip archives",
3728                "ext-zlib": "Allow gzip compression of HTTP requests"
3729            },
3730            "bin": [
3731                "bin/composer"
3732            ],
3733            "type": "library",
3734            "extra": {
3735                "branch-alias": {
3736                    "dev-master": "1.10-dev"
3737                }
3738            },
3739            "autoload": {
3740                "psr-4": {
3741                    "Composer\\": "src/Composer"
3742                }
3743            },
3744            "notification-url": "https://packagist.org/downloads/",
3745            "license": [
3746                "MIT"
3747            ],
3748            "authors": [
3749                {
3750                    "name": "Nils Adermann",
3751                    "email": "naderman@naderman.de",
3752                    "homepage": "http://www.naderman.de"
3753                },
3754                {
3755                    "name": "Jordi Boggiano",
3756                    "email": "j.boggiano@seld.be",
3757                    "homepage": "http://seld.be"
3758                }
3759            ],
3760            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
3761            "homepage": "https://getcomposer.org/",
3762            "keywords": [
3763                "autoload",
3764                "dependency",
3765                "package"
3766            ],
3767            "funding": [
3768                {
3769                    "url": "https://packagist.com",
3770                    "type": "custom"
3771                },
3772                {
3773                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3774                    "type": "tidelift"
3775                }
3776            ],
3777            "time": "2020-05-06T08:28:10+00:00"
3778        },
3779        {
3780            "name": "composer/semver",
3781            "version": "1.5.1",
3782            "source": {
3783                "type": "git",
3784                "url": "https://github.com/composer/semver.git",
3785                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
3786            },
3787            "dist": {
3788                "type": "zip",
3789                "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
3790                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
3791                "shasum": ""
3792            },
3793            "require": {
3794                "php": "^5.3.2 || ^7.0"
3795            },
3796            "require-dev": {
3797                "phpunit/phpunit": "^4.5 || ^5.0.5"
3798            },
3799            "type": "library",
3800            "extra": {
3801                "branch-alias": {
3802                    "dev-master": "1.x-dev"
3803                }
3804            },
3805            "autoload": {
3806                "psr-4": {
3807                    "Composer\\Semver\\": "src"
3808                }
3809            },
3810            "notification-url": "https://packagist.org/downloads/",
3811            "license": [
3812                "MIT"
3813            ],
3814            "authors": [
3815                {
3816                    "name": "Nils Adermann",
3817                    "email": "naderman@naderman.de",
3818                    "homepage": "http://www.naderman.de"
3819                },
3820                {
3821                    "name": "Jordi Boggiano",
3822                    "email": "j.boggiano@seld.be",
3823                    "homepage": "http://seld.be"
3824                },
3825                {
3826                    "name": "Rob Bast",
3827                    "email": "rob.bast@gmail.com",
3828                    "homepage": "http://robbast.nl"
3829                }
3830            ],
3831            "description": "Semver library that offers utilities, version constraint parsing and validation.",
3832            "keywords": [
3833                "semantic",
3834                "semver",
3835                "validation",
3836                "versioning"
3837            ],
3838            "time": "2020-01-13T12:06:48+00:00"
3839        },
3840        {
3841            "name": "composer/spdx-licenses",
3842            "version": "1.5.3",
3843            "source": {
3844                "type": "git",
3845                "url": "https://github.com/composer/spdx-licenses.git",
3846                "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
3847            },
3848            "dist": {
3849                "type": "zip",
3850                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
3851                "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
3852                "shasum": ""
3853            },
3854            "require": {
3855                "php": "^5.3.2 || ^7.0 || ^8.0"
3856            },
3857            "require-dev": {
3858                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
3859            },
3860            "type": "library",
3861            "extra": {
3862                "branch-alias": {
3863                    "dev-master": "1.x-dev"
3864                }
3865            },
3866            "autoload": {
3867                "psr-4": {
3868                    "Composer\\Spdx\\": "src"
3869                }
3870            },
3871            "notification-url": "https://packagist.org/downloads/",
3872            "license": [
3873                "MIT"
3874            ],
3875            "authors": [
3876                {
3877                    "name": "Nils Adermann",
3878                    "email": "naderman@naderman.de",
3879                    "homepage": "http://www.naderman.de"
3880                },
3881                {
3882                    "name": "Jordi Boggiano",
3883                    "email": "j.boggiano@seld.be",
3884                    "homepage": "http://seld.be"
3885                },
3886                {
3887                    "name": "Rob Bast",
3888                    "email": "rob.bast@gmail.com",
3889                    "homepage": "http://robbast.nl"
3890                }
3891            ],
3892            "description": "SPDX licenses list and validation library.",
3893            "keywords": [
3894                "license",
3895                "spdx",
3896                "validator"
3897            ],
3898            "time": "2020-02-14T07:44:31+00:00"
3899        },
3900        {
3901            "name": "composer/xdebug-handler",
3902            "version": "1.4.1",
3903            "source": {
3904                "type": "git",
3905                "url": "https://github.com/composer/xdebug-handler.git",
3906                "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
3907            },
3908            "dist": {
3909                "type": "zip",
3910                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
3911                "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
3912                "shasum": ""
3913            },
3914            "require": {
3915                "php": "^5.3.2 || ^7.0 || ^8.0",
3916                "psr/log": "^1.0"
3917            },
3918            "require-dev": {
3919                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
3920            },
3921            "type": "library",
3922            "autoload": {
3923                "psr-4": {
3924                    "Composer\\XdebugHandler\\": "src"
3925                }
3926            },
3927            "notification-url": "https://packagist.org/downloads/",
3928            "license": [
3929                "MIT"
3930            ],
3931            "authors": [
3932                {
3933                    "name": "John Stevenson",
3934                    "email": "john-stevenson@blueyonder.co.uk"
3935                }
3936            ],
3937            "description": "Restarts a process without Xdebug.",
3938            "keywords": [
3939                "Xdebug",
3940                "performance"
3941            ],
3942            "funding": [
3943                {
3944                    "url": "https://packagist.com",
3945                    "type": "custom"
3946                }
3947            ],
3948            "time": "2020-03-01T12:26:26+00:00"
3949        },
3950        {
3951            "name": "doctrine/instantiator",
3952            "version": "1.3.0",
3953            "source": {
3954                "type": "git",
3955                "url": "https://github.com/doctrine/instantiator.git",
3956                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
3957            },
3958            "dist": {
3959                "type": "zip",
3960                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
3961                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
3962                "shasum": ""
3963            },
3964            "require": {
3965                "php": "^7.1"
3966            },
3967            "require-dev": {
3968                "doctrine/coding-standard": "^6.0",
3969                "ext-pdo": "*",
3970                "ext-phar": "*",
3971                "phpbench/phpbench": "^0.13",
3972                "phpstan/phpstan-phpunit": "^0.11",
3973                "phpstan/phpstan-shim": "^0.11",
3974                "phpunit/phpunit": "^7.0"
3975            },
3976            "type": "library",
3977            "extra": {
3978                "branch-alias": {
3979                    "dev-master": "1.2.x-dev"
3980                }
3981            },
3982            "autoload": {
3983                "psr-4": {
3984                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3985                }
3986            },
3987            "notification-url": "https://packagist.org/downloads/",
3988            "license": [
3989                "MIT"
3990            ],
3991            "authors": [
3992                {
3993                    "name": "Marco Pivetta",
3994                    "email": "ocramius@gmail.com",
3995                    "homepage": "http://ocramius.github.com/"
3996                }
3997            ],
3998            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3999            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
4000            "keywords": [
4001                "constructor",
4002                "instantiate"
4003            ],
4004            "time": "2019-10-21T16:45:58+00:00"
4005        },
4006        {
4007            "name": "justinrainbow/json-schema",
4008            "version": "5.2.9",
4009            "source": {
4010                "type": "git",
4011                "url": "https://github.com/justinrainbow/json-schema.git",
4012                "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
4013            },
4014            "dist": {
4015                "type": "zip",
4016                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
4017                "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
4018                "shasum": ""
4019            },
4020            "require": {
4021                "php": ">=5.3.3"
4022            },
4023            "require-dev": {
4024                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
4025                "json-schema/json-schema-test-suite": "1.2.0",
4026                "phpunit/phpunit": "^4.8.35"
4027            },
4028            "bin": [
4029                "bin/validate-json"
4030            ],
4031            "type": "library",
4032            "extra": {
4033                "branch-alias": {
4034                    "dev-master": "5.0.x-dev"
4035                }
4036            },
4037            "autoload": {
4038                "psr-4": {
4039                    "JsonSchema\\": "src/JsonSchema/"
4040                }
4041            },
4042            "notification-url": "https://packagist.org/downloads/",
4043            "license": [
4044                "MIT"
4045            ],
4046            "authors": [
4047                {
4048                    "name": "Bruno Prieto Reis",
4049                    "email": "bruno.p.reis@gmail.com"
4050                },
4051                {
4052                    "name": "Justin Rainbow",
4053                    "email": "justin.rainbow@gmail.com"
4054                },
4055                {
4056                    "name": "Igor Wiedler",
4057                    "email": "igor@wiedler.ch"
4058                },
4059                {
4060                    "name": "Robert Schönthal",
4061                    "email": "seroscho@googlemail.com"
4062                }
4063            ],
4064            "description": "A library to validate a json schema.",
4065            "homepage": "https://github.com/justinrainbow/json-schema",
4066            "keywords": [
4067                "json",
4068                "schema"
4069            ],
4070            "time": "2019-09-25T14:49:45+00:00"
4071        },
4072        {
4073            "name": "league/flysystem-memory",
4074            "version": "1.0.2",
4075            "source": {
4076                "type": "git",
4077                "url": "https://github.com/thephpleague/flysystem-memory.git",
4078                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757"
4079            },
4080            "dist": {
4081                "type": "zip",
4082                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757",
4083                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757",
4084                "shasum": ""
4085            },
4086            "require": {
4087                "league/flysystem": "~1.0"
4088            },
4089            "require-dev": {
4090                "phpunit/phpunit": "^5.7.10"
4091            },
4092            "type": "library",
4093            "extra": {
4094                "branch-alias": {
4095                    "dev-master": "1.0-dev"
4096                }
4097            },
4098            "autoload": {
4099                "psr-4": {
4100                    "League\\Flysystem\\Memory\\": "src/"
4101                }
4102            },
4103            "notification-url": "https://packagist.org/downloads/",
4104            "license": [
4105                "MIT"
4106            ],
4107            "authors": [
4108                {
4109                    "name": "Chris Leppanen",
4110                    "email": "chris.leppanen@gmail.com",
4111                    "role": "Developer"
4112                }
4113            ],
4114            "description": "An in-memory adapter for Flysystem.",
4115            "homepage": "https://github.com/thephpleague/flysystem-memory",
4116            "keywords": [
4117                "Flysystem",
4118                "adapter",
4119                "memory"
4120            ],
4121            "time": "2019-05-30T21:34:13+00:00"
4122        },
4123        {
4124            "name": "maximebf/debugbar",
4125            "version": "v1.16.3",
4126            "source": {
4127                "type": "git",
4128                "url": "https://github.com/maximebf/php-debugbar.git",
4129                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
4130            },
4131            "dist": {
4132                "type": "zip",
4133                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
4134                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
4135                "shasum": ""
4136            },
4137            "require": {
4138                "php": "^7.1",
4139                "psr/log": "^1.0",
4140                "symfony/var-dumper": "^2.6|^3|^4|^5"
4141            },
4142            "require-dev": {
4143                "phpunit/phpunit": "^5"
4144            },
4145            "suggest": {
4146                "kriswallsmith/assetic": "The best way to manage assets",
4147                "monolog/monolog": "Log using Monolog",
4148                "predis/predis": "Redis storage"
4149            },
4150            "type": "library",
4151            "extra": {
4152                "branch-alias": {
4153                    "dev-master": "1.16-dev"
4154                }
4155            },
4156            "autoload": {
4157                "psr-4": {
4158                    "DebugBar\\": "src/DebugBar/"
4159                }
4160            },
4161            "notification-url": "https://packagist.org/downloads/",
4162            "license": [
4163                "MIT"
4164            ],
4165            "authors": [
4166                {
4167                    "name": "Maxime Bouroumeau-Fuseau",
4168                    "email": "maxime.bouroumeau@gmail.com",
4169                    "homepage": "http://maximebf.com"
4170                },
4171                {
4172                    "name": "Barry vd. Heuvel",
4173                    "email": "barryvdh@gmail.com"
4174                }
4175            ],
4176            "description": "Debug bar in the browser for php application",
4177            "homepage": "https://github.com/maximebf/php-debugbar",
4178            "keywords": [
4179                "debug",
4180                "debugbar"
4181            ],
4182            "time": "2020-05-06T07:06:27+00:00"
4183        },
4184        {
4185            "name": "myclabs/deep-copy",
4186            "version": "1.9.5",
4187            "source": {
4188                "type": "git",
4189                "url": "https://github.com/myclabs/DeepCopy.git",
4190                "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
4191            },
4192            "dist": {
4193                "type": "zip",
4194                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
4195                "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
4196                "shasum": ""
4197            },
4198            "require": {
4199                "php": "^7.1"
4200            },
4201            "replace": {
4202                "myclabs/deep-copy": "self.version"
4203            },
4204            "require-dev": {
4205                "doctrine/collections": "^1.0",
4206                "doctrine/common": "^2.6",
4207                "phpunit/phpunit": "^7.1"
4208            },
4209            "type": "library",
4210            "autoload": {
4211                "psr-4": {
4212                    "DeepCopy\\": "src/DeepCopy/"
4213                },
4214                "files": [
4215                    "src/DeepCopy/deep_copy.php"
4216                ]
4217            },
4218            "notification-url": "https://packagist.org/downloads/",
4219            "license": [
4220                "MIT"
4221            ],
4222            "description": "Create deep copies (clones) of your objects",
4223            "keywords": [
4224                "clone",
4225                "copy",
4226                "duplicate",
4227                "object",
4228                "object graph"
4229            ],
4230            "time": "2020-01-17T21:11:47+00:00"
4231        },
4232        {
4233            "name": "phar-io/manifest",
4234            "version": "1.0.3",
4235            "source": {
4236                "type": "git",
4237                "url": "https://github.com/phar-io/manifest.git",
4238                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
4239            },
4240            "dist": {
4241                "type": "zip",
4242                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4243                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4244                "shasum": ""
4245            },
4246            "require": {
4247                "ext-dom": "*",
4248                "ext-phar": "*",
4249                "phar-io/version": "^2.0",
4250                "php": "^5.6 || ^7.0"
4251            },
4252            "type": "library",
4253            "extra": {
4254                "branch-alias": {
4255                    "dev-master": "1.0.x-dev"
4256                }
4257            },
4258            "autoload": {
4259                "classmap": [
4260                    "src/"
4261                ]
4262            },
4263            "notification-url": "https://packagist.org/downloads/",
4264            "license": [
4265                "BSD-3-Clause"
4266            ],
4267            "authors": [
4268                {
4269                    "name": "Arne Blankerts",
4270                    "email": "arne@blankerts.de",
4271                    "role": "Developer"
4272                },
4273                {
4274                    "name": "Sebastian Heuer",
4275                    "email": "sebastian@phpeople.de",
4276                    "role": "Developer"
4277                },
4278                {
4279                    "name": "Sebastian Bergmann",
4280                    "email": "sebastian@phpunit.de",
4281                    "role": "Developer"
4282                }
4283            ],
4284            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4285            "time": "2018-07-08T19:23:20+00:00"
4286        },
4287        {
4288            "name": "phar-io/version",
4289            "version": "2.0.1",
4290            "source": {
4291                "type": "git",
4292                "url": "https://github.com/phar-io/version.git",
4293                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
4294            },
4295            "dist": {
4296                "type": "zip",
4297                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4298                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4299                "shasum": ""
4300            },
4301            "require": {
4302                "php": "^5.6 || ^7.0"
4303            },
4304            "type": "library",
4305            "autoload": {
4306                "classmap": [
4307                    "src/"
4308                ]
4309            },
4310            "notification-url": "https://packagist.org/downloads/",
4311            "license": [
4312                "BSD-3-Clause"
4313            ],
4314            "authors": [
4315                {
4316                    "name": "Arne Blankerts",
4317                    "email": "arne@blankerts.de",
4318                    "role": "Developer"
4319                },
4320                {
4321                    "name": "Sebastian Heuer",
4322                    "email": "sebastian@phpeople.de",
4323                    "role": "Developer"
4324                },
4325                {
4326                    "name": "Sebastian Bergmann",
4327                    "email": "sebastian@phpunit.de",
4328                    "role": "Developer"
4329                }
4330            ],
4331            "description": "Library for handling version information and constraints",
4332            "time": "2018-07-08T19:19:57+00:00"
4333        },
4334        {
4335            "name": "php-coveralls/php-coveralls",
4336            "version": "v2.2.0",
4337            "source": {
4338                "type": "git",
4339                "url": "https://github.com/php-coveralls/php-coveralls.git",
4340                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae"
4341            },
4342            "dist": {
4343                "type": "zip",
4344                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3e6420fa666ef7bae5e750ddeac903153e193bae",
4345                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae",
4346                "shasum": ""
4347            },
4348            "require": {
4349                "ext-json": "*",
4350                "ext-simplexml": "*",
4351                "guzzlehttp/guzzle": "^6.0",
4352                "php": "^5.5 || ^7.0",
4353                "psr/log": "^1.0",
4354                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4355                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4356                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0",
4357                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0"
4358            },
4359            "require-dev": {
4360                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
4361            },
4362            "suggest": {
4363                "symfony/http-kernel": "Allows Symfony integration"
4364            },
4365            "bin": [
4366                "bin/php-coveralls"
4367            ],
4368            "type": "library",
4369            "extra": {
4370                "branch-alias": {
4371                    "dev-master": "2.2-dev"
4372                }
4373            },
4374            "autoload": {
4375                "psr-4": {
4376                    "PhpCoveralls\\": "src/"
4377                }
4378            },
4379            "notification-url": "https://packagist.org/downloads/",
4380            "license": [
4381                "MIT"
4382            ],
4383            "authors": [
4384                {
4385                    "name": "Kitamura Satoshi",
4386                    "email": "with.no.parachute@gmail.com",
4387                    "homepage": "https://www.facebook.com/satooshi.jp",
4388                    "role": "Original creator"
4389                },
4390                {
4391                    "name": "Takashi Matsuo",
4392                    "email": "tmatsuo@google.com"
4393                },
4394                {
4395                    "name": "Google Inc"
4396                },
4397                {
4398                    "name": "Dariusz Ruminski",
4399                    "email": "dariusz.ruminski@gmail.com",
4400                    "homepage": "https://github.com/keradus"
4401                },
4402                {
4403                    "name": "Contributors",
4404                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
4405                }
4406            ],
4407            "description": "PHP client library for Coveralls API",
4408            "homepage": "https://github.com/php-coveralls/php-coveralls",
4409            "keywords": [
4410                "ci",
4411                "coverage",
4412                "github",
4413                "test"
4414            ],
4415            "time": "2019-11-20T16:29:20+00:00"
4416        },
4417        {
4418            "name": "phpdocumentor/reflection-common",
4419            "version": "2.1.0",
4420            "source": {
4421                "type": "git",
4422                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4423                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
4424            },
4425            "dist": {
4426                "type": "zip",
4427                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4428                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4429                "shasum": ""
4430            },
4431            "require": {
4432                "php": ">=7.1"
4433            },
4434            "type": "library",
4435            "extra": {
4436                "branch-alias": {
4437                    "dev-master": "2.x-dev"
4438                }
4439            },
4440            "autoload": {
4441                "psr-4": {
4442                    "phpDocumentor\\Reflection\\": "src/"
4443                }
4444            },
4445            "notification-url": "https://packagist.org/downloads/",
4446            "license": [
4447                "MIT"
4448            ],
4449            "authors": [
4450                {
4451                    "name": "Jaap van Otterdijk",
4452                    "email": "opensource@ijaap.nl"
4453                }
4454            ],
4455            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4456            "homepage": "http://www.phpdoc.org",
4457            "keywords": [
4458                "FQSEN",
4459                "phpDocumentor",
4460                "phpdoc",
4461                "reflection",
4462                "static analysis"
4463            ],
4464            "time": "2020-04-27T09:25:28+00:00"
4465        },
4466        {
4467            "name": "phpdocumentor/reflection-docblock",
4468            "version": "4.3.4",
4469            "source": {
4470                "type": "git",
4471                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4472                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
4473            },
4474            "dist": {
4475                "type": "zip",
4476                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
4477                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
4478                "shasum": ""
4479            },
4480            "require": {
4481                "php": "^7.0",
4482                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
4483                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
4484                "webmozart/assert": "^1.0"
4485            },
4486            "require-dev": {
4487                "doctrine/instantiator": "^1.0.5",
4488                "mockery/mockery": "^1.0",
4489                "phpdocumentor/type-resolver": "0.4.*",
4490                "phpunit/phpunit": "^6.4"
4491            },
4492            "type": "library",
4493            "extra": {
4494                "branch-alias": {
4495                    "dev-master": "4.x-dev"
4496                }
4497            },
4498            "autoload": {
4499                "psr-4": {
4500                    "phpDocumentor\\Reflection\\": [
4501                        "src/"
4502                    ]
4503                }
4504            },
4505            "notification-url": "https://packagist.org/downloads/",
4506            "license": [
4507                "MIT"
4508            ],
4509            "authors": [
4510                {
4511                    "name": "Mike van Riel",
4512                    "email": "me@mikevanriel.com"
4513                }
4514            ],
4515            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4516            "time": "2019-12-28T18:55:12+00:00"
4517        },
4518        {
4519            "name": "phpdocumentor/type-resolver",
4520            "version": "1.0.1",
4521            "source": {
4522                "type": "git",
4523                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4524                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
4525            },
4526            "dist": {
4527                "type": "zip",
4528                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4529                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4530                "shasum": ""
4531            },
4532            "require": {
4533                "php": "^7.1",
4534                "phpdocumentor/reflection-common": "^2.0"
4535            },
4536            "require-dev": {
4537                "ext-tokenizer": "^7.1",
4538                "mockery/mockery": "~1",
4539                "phpunit/phpunit": "^7.0"
4540            },
4541            "type": "library",
4542            "extra": {
4543                "branch-alias": {
4544                    "dev-master": "1.x-dev"
4545                }
4546            },
4547            "autoload": {
4548                "psr-4": {
4549                    "phpDocumentor\\Reflection\\": "src"
4550                }
4551            },
4552            "notification-url": "https://packagist.org/downloads/",
4553            "license": [
4554                "MIT"
4555            ],
4556            "authors": [
4557                {
4558                    "name": "Mike van Riel",
4559                    "email": "me@mikevanriel.com"
4560                }
4561            ],
4562            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
4563            "time": "2019-08-22T18:11:29+00:00"
4564        },
4565        {
4566            "name": "phpspec/prophecy",
4567            "version": "v1.10.3",
4568            "source": {
4569                "type": "git",
4570                "url": "https://github.com/phpspec/prophecy.git",
4571                "reference": "451c3cd1418cf640de218914901e51b064abb093"
4572            },
4573            "dist": {
4574                "type": "zip",
4575                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
4576                "reference": "451c3cd1418cf640de218914901e51b064abb093",
4577                "shasum": ""
4578            },
4579            "require": {
4580                "doctrine/instantiator": "^1.0.2",
4581                "php": "^5.3|^7.0",
4582                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
4583                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
4584                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
4585            },
4586            "require-dev": {
4587                "phpspec/phpspec": "^2.5 || ^3.2",
4588                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4589            },
4590            "type": "library",
4591            "extra": {
4592                "branch-alias": {
4593                    "dev-master": "1.10.x-dev"
4594                }
4595            },
4596            "autoload": {
4597                "psr-4": {
4598                    "Prophecy\\": "src/Prophecy"
4599                }
4600            },
4601            "notification-url": "https://packagist.org/downloads/",
4602            "license": [
4603                "MIT"
4604            ],
4605            "authors": [
4606                {
4607                    "name": "Konstantin Kudryashov",
4608                    "email": "ever.zet@gmail.com",
4609                    "homepage": "http://everzet.com"
4610                },
4611                {
4612                    "name": "Marcello Duarte",
4613                    "email": "marcello.duarte@gmail.com"
4614                }
4615            ],
4616            "description": "Highly opinionated mocking framework for PHP 5.3+",
4617            "homepage": "https://github.com/phpspec/prophecy",
4618            "keywords": [
4619                "Double",
4620                "Dummy",
4621                "fake",
4622                "mock",
4623                "spy",
4624                "stub"
4625            ],
4626            "time": "2020-03-05T15:02:03+00:00"
4627        },
4628        {
4629            "name": "phpunit/php-code-coverage",
4630            "version": "6.1.4",
4631            "source": {
4632                "type": "git",
4633                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4634                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
4635            },
4636            "dist": {
4637                "type": "zip",
4638                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4639                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4640                "shasum": ""
4641            },
4642            "require": {
4643                "ext-dom": "*",
4644                "ext-xmlwriter": "*",
4645                "php": "^7.1",
4646                "phpunit/php-file-iterator": "^2.0",
4647                "phpunit/php-text-template": "^1.2.1",
4648                "phpunit/php-token-stream": "^3.0",
4649                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4650                "sebastian/environment": "^3.1 || ^4.0",
4651                "sebastian/version": "^2.0.1",
4652                "theseer/tokenizer": "^1.1"
4653            },
4654            "require-dev": {
4655                "phpunit/phpunit": "^7.0"
4656            },
4657            "suggest": {
4658                "ext-xdebug": "^2.6.0"
4659            },
4660            "type": "library",
4661            "extra": {
4662                "branch-alias": {
4663                    "dev-master": "6.1-dev"
4664                }
4665            },
4666            "autoload": {
4667                "classmap": [
4668                    "src/"
4669                ]
4670            },
4671            "notification-url": "https://packagist.org/downloads/",
4672            "license": [
4673                "BSD-3-Clause"
4674            ],
4675            "authors": [
4676                {
4677                    "name": "Sebastian Bergmann",
4678                    "email": "sebastian@phpunit.de",
4679                    "role": "lead"
4680                }
4681            ],
4682            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4683            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4684            "keywords": [
4685                "coverage",
4686                "testing",
4687                "xunit"
4688            ],
4689            "time": "2018-10-31T16:06:48+00:00"
4690        },
4691        {
4692            "name": "phpunit/php-file-iterator",
4693            "version": "2.0.2",
4694            "source": {
4695                "type": "git",
4696                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4697                "reference": "050bedf145a257b1ff02746c31894800e5122946"
4698            },
4699            "dist": {
4700                "type": "zip",
4701                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
4702                "reference": "050bedf145a257b1ff02746c31894800e5122946",
4703                "shasum": ""
4704            },
4705            "require": {
4706                "php": "^7.1"
4707            },
4708            "require-dev": {
4709                "phpunit/phpunit": "^7.1"
4710            },
4711            "type": "library",
4712            "extra": {
4713                "branch-alias": {
4714                    "dev-master": "2.0.x-dev"
4715                }
4716            },
4717            "autoload": {
4718                "classmap": [
4719                    "src/"
4720                ]
4721            },
4722            "notification-url": "https://packagist.org/downloads/",
4723            "license": [
4724                "BSD-3-Clause"
4725            ],
4726            "authors": [
4727                {
4728                    "name": "Sebastian Bergmann",
4729                    "email": "sebastian@phpunit.de",
4730                    "role": "lead"
4731                }
4732            ],
4733            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4734            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4735            "keywords": [
4736                "filesystem",
4737                "iterator"
4738            ],
4739            "time": "2018-09-13T20:33:42+00:00"
4740        },
4741        {
4742            "name": "phpunit/php-text-template",
4743            "version": "1.2.1",
4744            "source": {
4745                "type": "git",
4746                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4747                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4748            },
4749            "dist": {
4750                "type": "zip",
4751                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4752                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4753                "shasum": ""
4754            },
4755            "require": {
4756                "php": ">=5.3.3"
4757            },
4758            "type": "library",
4759            "autoload": {
4760                "classmap": [
4761                    "src/"
4762                ]
4763            },
4764            "notification-url": "https://packagist.org/downloads/",
4765            "license": [
4766                "BSD-3-Clause"
4767            ],
4768            "authors": [
4769                {
4770                    "name": "Sebastian Bergmann",
4771                    "email": "sebastian@phpunit.de",
4772                    "role": "lead"
4773                }
4774            ],
4775            "description": "Simple template engine.",
4776            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4777            "keywords": [
4778                "template"
4779            ],
4780            "time": "2015-06-21T13:50:34+00:00"
4781        },
4782        {
4783            "name": "phpunit/php-timer",
4784            "version": "2.1.2",
4785            "source": {
4786                "type": "git",
4787                "url": "https://github.com/sebastianbergmann/php-timer.git",
4788                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
4789            },
4790            "dist": {
4791                "type": "zip",
4792                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
4793                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
4794                "shasum": ""
4795            },
4796            "require": {
4797                "php": "^7.1"
4798            },
4799            "require-dev": {
4800                "phpunit/phpunit": "^7.0"
4801            },
4802            "type": "library",
4803            "extra": {
4804                "branch-alias": {
4805                    "dev-master": "2.1-dev"
4806                }
4807            },
4808            "autoload": {
4809                "classmap": [
4810                    "src/"
4811                ]
4812            },
4813            "notification-url": "https://packagist.org/downloads/",
4814            "license": [
4815                "BSD-3-Clause"
4816            ],
4817            "authors": [
4818                {
4819                    "name": "Sebastian Bergmann",
4820                    "email": "sebastian@phpunit.de",
4821                    "role": "lead"
4822                }
4823            ],
4824            "description": "Utility class for timing",
4825            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4826            "keywords": [
4827                "timer"
4828            ],
4829            "time": "2019-06-07T04:22:29+00:00"
4830        },
4831        {
4832            "name": "phpunit/php-token-stream",
4833            "version": "3.1.1",
4834            "source": {
4835                "type": "git",
4836                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4837                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
4838            },
4839            "dist": {
4840                "type": "zip",
4841                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
4842                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
4843                "shasum": ""
4844            },
4845            "require": {
4846                "ext-tokenizer": "*",
4847                "php": "^7.1"
4848            },
4849            "require-dev": {
4850                "phpunit/phpunit": "^7.0"
4851            },
4852            "type": "library",
4853            "extra": {
4854                "branch-alias": {
4855                    "dev-master": "3.1-dev"
4856                }
4857            },
4858            "autoload": {
4859                "classmap": [
4860                    "src/"
4861                ]
4862            },
4863            "notification-url": "https://packagist.org/downloads/",
4864            "license": [
4865                "BSD-3-Clause"
4866            ],
4867            "authors": [
4868                {
4869                    "name": "Sebastian Bergmann",
4870                    "email": "sebastian@phpunit.de"
4871                }
4872            ],
4873            "description": "Wrapper around PHP's tokenizer extension.",
4874            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4875            "keywords": [
4876                "tokenizer"
4877            ],
4878            "time": "2019-09-17T06:23:10+00:00"
4879        },
4880        {
4881            "name": "phpunit/phpunit",
4882            "version": "7.5.20",
4883            "source": {
4884                "type": "git",
4885                "url": "https://github.com/sebastianbergmann/phpunit.git",
4886                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
4887            },
4888            "dist": {
4889                "type": "zip",
4890                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
4891                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
4892                "shasum": ""
4893            },
4894            "require": {
4895                "doctrine/instantiator": "^1.1",
4896                "ext-dom": "*",
4897                "ext-json": "*",
4898                "ext-libxml": "*",
4899                "ext-mbstring": "*",
4900                "ext-xml": "*",
4901                "myclabs/deep-copy": "^1.7",
4902                "phar-io/manifest": "^1.0.2",
4903                "phar-io/version": "^2.0",
4904                "php": "^7.1",
4905                "phpspec/prophecy": "^1.7",
4906                "phpunit/php-code-coverage": "^6.0.7",
4907                "phpunit/php-file-iterator": "^2.0.1",
4908                "phpunit/php-text-template": "^1.2.1",
4909                "phpunit/php-timer": "^2.1",
4910                "sebastian/comparator": "^3.0",
4911                "sebastian/diff": "^3.0",
4912                "sebastian/environment": "^4.0",
4913                "sebastian/exporter": "^3.1",
4914                "sebastian/global-state": "^2.0",
4915                "sebastian/object-enumerator": "^3.0.3",
4916                "sebastian/resource-operations": "^2.0",
4917                "sebastian/version": "^2.0.1"
4918            },
4919            "conflict": {
4920                "phpunit/phpunit-mock-objects": "*"
4921            },
4922            "require-dev": {
4923                "ext-pdo": "*"
4924            },
4925            "suggest": {
4926                "ext-soap": "*",
4927                "ext-xdebug": "*",
4928                "phpunit/php-invoker": "^2.0"
4929            },
4930            "bin": [
4931                "phpunit"
4932            ],
4933            "type": "library",
4934            "extra": {
4935                "branch-alias": {
4936                    "dev-master": "7.5-dev"
4937                }
4938            },
4939            "autoload": {
4940                "classmap": [
4941                    "src/"
4942                ]
4943            },
4944            "notification-url": "https://packagist.org/downloads/",
4945            "license": [
4946                "BSD-3-Clause"
4947            ],
4948            "authors": [
4949                {
4950                    "name": "Sebastian Bergmann",
4951                    "email": "sebastian@phpunit.de",
4952                    "role": "lead"
4953                }
4954            ],
4955            "description": "The PHP Unit Testing framework.",
4956            "homepage": "https://phpunit.de/",
4957            "keywords": [
4958                "phpunit",
4959                "testing",
4960                "xunit"
4961            ],
4962            "time": "2020-01-08T08:45:45+00:00"
4963        },
4964        {
4965            "name": "sebastian/code-unit-reverse-lookup",
4966            "version": "1.0.1",
4967            "source": {
4968                "type": "git",
4969                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4970                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4971            },
4972            "dist": {
4973                "type": "zip",
4974                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4975                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4976                "shasum": ""
4977            },
4978            "require": {
4979                "php": "^5.6 || ^7.0"
4980            },
4981            "require-dev": {
4982                "phpunit/phpunit": "^5.7 || ^6.0"
4983            },
4984            "type": "library",
4985            "extra": {
4986                "branch-alias": {
4987                    "dev-master": "1.0.x-dev"
4988                }
4989            },
4990            "autoload": {
4991                "classmap": [
4992                    "src/"
4993                ]
4994            },
4995            "notification-url": "https://packagist.org/downloads/",
4996            "license": [
4997                "BSD-3-Clause"
4998            ],
4999            "authors": [
5000                {
5001                    "name": "Sebastian Bergmann",
5002                    "email": "sebastian@phpunit.de"
5003                }
5004            ],
5005            "description": "Looks up which function or method a line of code belongs to",
5006            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5007            "time": "2017-03-04T06:30:41+00:00"
5008        },
5009        {
5010            "name": "sebastian/comparator",
5011            "version": "3.0.2",
5012            "source": {
5013                "type": "git",
5014                "url": "https://github.com/sebastianbergmann/comparator.git",
5015                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
5016            },
5017            "dist": {
5018                "type": "zip",
5019                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5020                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5021                "shasum": ""
5022            },
5023            "require": {
5024                "php": "^7.1",
5025                "sebastian/diff": "^3.0",
5026                "sebastian/exporter": "^3.1"
5027            },
5028            "require-dev": {
5029                "phpunit/phpunit": "^7.1"
5030            },
5031            "type": "library",
5032            "extra": {
5033                "branch-alias": {
5034                    "dev-master": "3.0-dev"
5035                }
5036            },
5037            "autoload": {
5038                "classmap": [
5039                    "src/"
5040                ]
5041            },
5042            "notification-url": "https://packagist.org/downloads/",
5043            "license": [
5044                "BSD-3-Clause"
5045            ],
5046            "authors": [
5047                {
5048                    "name": "Jeff Welch",
5049                    "email": "whatthejeff@gmail.com"
5050                },
5051                {
5052                    "name": "Volker Dusch",
5053                    "email": "github@wallbash.com"
5054                },
5055                {
5056                    "name": "Bernhard Schussek",
5057                    "email": "bschussek@2bepublished.at"
5058                },
5059                {
5060                    "name": "Sebastian Bergmann",
5061                    "email": "sebastian@phpunit.de"
5062                }
5063            ],
5064            "description": "Provides the functionality to compare PHP values for equality",
5065            "homepage": "https://github.com/sebastianbergmann/comparator",
5066            "keywords": [
5067                "comparator",
5068                "compare",
5069                "equality"
5070            ],
5071            "time": "2018-07-12T15:12:46+00:00"
5072        },
5073        {
5074            "name": "sebastian/diff",
5075            "version": "3.0.2",
5076            "source": {
5077                "type": "git",
5078                "url": "https://github.com/sebastianbergmann/diff.git",
5079                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
5080            },
5081            "dist": {
5082                "type": "zip",
5083                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5084                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5085                "shasum": ""
5086            },
5087            "require": {
5088                "php": "^7.1"
5089            },
5090            "require-dev": {
5091                "phpunit/phpunit": "^7.5 || ^8.0",
5092                "symfony/process": "^2 || ^3.3 || ^4"
5093            },
5094            "type": "library",
5095            "extra": {
5096                "branch-alias": {
5097                    "dev-master": "3.0-dev"
5098                }
5099            },
5100            "autoload": {
5101                "classmap": [
5102                    "src/"
5103                ]
5104            },
5105            "notification-url": "https://packagist.org/downloads/",
5106            "license": [
5107                "BSD-3-Clause"
5108            ],
5109            "authors": [
5110                {
5111                    "name": "Kore Nordmann",
5112                    "email": "mail@kore-nordmann.de"
5113                },
5114                {
5115                    "name": "Sebastian Bergmann",
5116                    "email": "sebastian@phpunit.de"
5117                }
5118            ],
5119            "description": "Diff implementation",
5120            "homepage": "https://github.com/sebastianbergmann/diff",
5121            "keywords": [
5122                "diff",
5123                "udiff",
5124                "unidiff",
5125                "unified diff"
5126            ],
5127            "time": "2019-02-04T06:01:07+00:00"
5128        },
5129        {
5130            "name": "sebastian/environment",
5131            "version": "4.2.3",
5132            "source": {
5133                "type": "git",
5134                "url": "https://github.com/sebastianbergmann/environment.git",
5135                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
5136            },
5137            "dist": {
5138                "type": "zip",
5139                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5140                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5141                "shasum": ""
5142            },
5143            "require": {
5144                "php": "^7.1"
5145            },
5146            "require-dev": {
5147                "phpunit/phpunit": "^7.5"
5148            },
5149            "suggest": {
5150                "ext-posix": "*"
5151            },
5152            "type": "library",
5153            "extra": {
5154                "branch-alias": {
5155                    "dev-master": "4.2-dev"
5156                }
5157            },
5158            "autoload": {
5159                "classmap": [
5160                    "src/"
5161                ]
5162            },
5163            "notification-url": "https://packagist.org/downloads/",
5164            "license": [
5165                "BSD-3-Clause"
5166            ],
5167            "authors": [
5168                {
5169                    "name": "Sebastian Bergmann",
5170                    "email": "sebastian@phpunit.de"
5171                }
5172            ],
5173            "description": "Provides functionality to handle HHVM/PHP environments",
5174            "homepage": "http://www.github.com/sebastianbergmann/environment",
5175            "keywords": [
5176                "Xdebug",
5177                "environment",
5178                "hhvm"
5179            ],
5180            "time": "2019-11-20T08:46:58+00:00"
5181        },
5182        {
5183            "name": "sebastian/exporter",
5184            "version": "3.1.2",
5185            "source": {
5186                "type": "git",
5187                "url": "https://github.com/sebastianbergmann/exporter.git",
5188                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
5189            },
5190            "dist": {
5191                "type": "zip",
5192                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
5193                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
5194                "shasum": ""
5195            },
5196            "require": {
5197                "php": "^7.0",
5198                "sebastian/recursion-context": "^3.0"
5199            },
5200            "require-dev": {
5201                "ext-mbstring": "*",
5202                "phpunit/phpunit": "^6.0"
5203            },
5204            "type": "library",
5205            "extra": {
5206                "branch-alias": {
5207                    "dev-master": "3.1.x-dev"
5208                }
5209            },
5210            "autoload": {
5211                "classmap": [
5212                    "src/"
5213                ]
5214            },
5215            "notification-url": "https://packagist.org/downloads/",
5216            "license": [
5217                "BSD-3-Clause"
5218            ],
5219            "authors": [
5220                {
5221                    "name": "Sebastian Bergmann",
5222                    "email": "sebastian@phpunit.de"
5223                },
5224                {
5225                    "name": "Jeff Welch",
5226                    "email": "whatthejeff@gmail.com"
5227                },
5228                {
5229                    "name": "Volker Dusch",
5230                    "email": "github@wallbash.com"
5231                },
5232                {
5233                    "name": "Adam Harvey",
5234                    "email": "aharvey@php.net"
5235                },
5236                {
5237                    "name": "Bernhard Schussek",
5238                    "email": "bschussek@gmail.com"
5239                }
5240            ],
5241            "description": "Provides the functionality to export PHP variables for visualization",
5242            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5243            "keywords": [
5244                "export",
5245                "exporter"
5246            ],
5247            "time": "2019-09-14T09:02:43+00:00"
5248        },
5249        {
5250            "name": "sebastian/global-state",
5251            "version": "2.0.0",
5252            "source": {
5253                "type": "git",
5254                "url": "https://github.com/sebastianbergmann/global-state.git",
5255                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5256            },
5257            "dist": {
5258                "type": "zip",
5259                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5260                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5261                "shasum": ""
5262            },
5263            "require": {
5264                "php": "^7.0"
5265            },
5266            "require-dev": {
5267                "phpunit/phpunit": "^6.0"
5268            },
5269            "suggest": {
5270                "ext-uopz": "*"
5271            },
5272            "type": "library",
5273            "extra": {
5274                "branch-alias": {
5275                    "dev-master": "2.0-dev"
5276                }
5277            },
5278            "autoload": {
5279                "classmap": [
5280                    "src/"
5281                ]
5282            },
5283            "notification-url": "https://packagist.org/downloads/",
5284            "license": [
5285                "BSD-3-Clause"
5286            ],
5287            "authors": [
5288                {
5289                    "name": "Sebastian Bergmann",
5290                    "email": "sebastian@phpunit.de"
5291                }
5292            ],
5293            "description": "Snapshotting of global state",
5294            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5295            "keywords": [
5296                "global state"
5297            ],
5298            "time": "2017-04-27T15:39:26+00:00"
5299        },
5300        {
5301            "name": "sebastian/object-enumerator",
5302            "version": "3.0.3",
5303            "source": {
5304                "type": "git",
5305                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5306                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5307            },
5308            "dist": {
5309                "type": "zip",
5310                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5311                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5312                "shasum": ""
5313            },
5314            "require": {
5315                "php": "^7.0",
5316                "sebastian/object-reflector": "^1.1.1",
5317                "sebastian/recursion-context": "^3.0"
5318            },
5319            "require-dev": {
5320                "phpunit/phpunit": "^6.0"
5321            },
5322            "type": "library",
5323            "extra": {
5324                "branch-alias": {
5325                    "dev-master": "3.0.x-dev"
5326                }
5327            },
5328            "autoload": {
5329                "classmap": [
5330                    "src/"
5331                ]
5332            },
5333            "notification-url": "https://packagist.org/downloads/",
5334            "license": [
5335                "BSD-3-Clause"
5336            ],
5337            "authors": [
5338                {
5339                    "name": "Sebastian Bergmann",
5340                    "email": "sebastian@phpunit.de"
5341                }
5342            ],
5343            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5344            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5345            "time": "2017-08-03T12:35:26+00:00"
5346        },
5347        {
5348            "name": "sebastian/object-reflector",
5349            "version": "1.1.1",
5350            "source": {
5351                "type": "git",
5352                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5353                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5354            },
5355            "dist": {
5356                "type": "zip",
5357                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5358                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5359                "shasum": ""
5360            },
5361            "require": {
5362                "php": "^7.0"
5363            },
5364            "require-dev": {
5365                "phpunit/phpunit": "^6.0"
5366            },
5367            "type": "library",
5368            "extra": {
5369                "branch-alias": {
5370                    "dev-master": "1.1-dev"
5371                }
5372            },
5373            "autoload": {
5374                "classmap": [
5375                    "src/"
5376                ]
5377            },
5378            "notification-url": "https://packagist.org/downloads/",
5379            "license": [
5380                "BSD-3-Clause"
5381            ],
5382            "authors": [
5383                {
5384                    "name": "Sebastian Bergmann",
5385                    "email": "sebastian@phpunit.de"
5386                }
5387            ],
5388            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5389            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5390            "time": "2017-03-29T09:07:27+00:00"
5391        },
5392        {
5393            "name": "sebastian/recursion-context",
5394            "version": "3.0.0",
5395            "source": {
5396                "type": "git",
5397                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5398                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5399            },
5400            "dist": {
5401                "type": "zip",
5402                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5403                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5404                "shasum": ""
5405            },
5406            "require": {
5407                "php": "^7.0"
5408            },
5409            "require-dev": {
5410                "phpunit/phpunit": "^6.0"
5411            },
5412            "type": "library",
5413            "extra": {
5414                "branch-alias": {
5415                    "dev-master": "3.0.x-dev"
5416                }
5417            },
5418            "autoload": {
5419                "classmap": [
5420                    "src/"
5421                ]
5422            },
5423            "notification-url": "https://packagist.org/downloads/",
5424            "license": [
5425                "BSD-3-Clause"
5426            ],
5427            "authors": [
5428                {
5429                    "name": "Jeff Welch",
5430                    "email": "whatthejeff@gmail.com"
5431                },
5432                {
5433                    "name": "Sebastian Bergmann",
5434                    "email": "sebastian@phpunit.de"
5435                },
5436                {
5437                    "name": "Adam Harvey",
5438                    "email": "aharvey@php.net"
5439                }
5440            ],
5441            "description": "Provides functionality to recursively process PHP variables",
5442            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5443            "time": "2017-03-03T06:23:57+00:00"
5444        },
5445        {
5446            "name": "sebastian/resource-operations",
5447            "version": "2.0.1",
5448            "source": {
5449                "type": "git",
5450                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5451                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
5452            },
5453            "dist": {
5454                "type": "zip",
5455                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5456                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5457                "shasum": ""
5458            },
5459            "require": {
5460                "php": "^7.1"
5461            },
5462            "type": "library",
5463            "extra": {
5464                "branch-alias": {
5465                    "dev-master": "2.0-dev"
5466                }
5467            },
5468            "autoload": {
5469                "classmap": [
5470                    "src/"
5471                ]
5472            },
5473            "notification-url": "https://packagist.org/downloads/",
5474            "license": [
5475                "BSD-3-Clause"
5476            ],
5477            "authors": [
5478                {
5479                    "name": "Sebastian Bergmann",
5480                    "email": "sebastian@phpunit.de"
5481                }
5482            ],
5483            "description": "Provides a list of PHP built-in functions that operate on resources",
5484            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5485            "time": "2018-10-04T04:07:39+00:00"
5486        },
5487        {
5488            "name": "sebastian/version",
5489            "version": "2.0.1",
5490            "source": {
5491                "type": "git",
5492                "url": "https://github.com/sebastianbergmann/version.git",
5493                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5494            },
5495            "dist": {
5496                "type": "zip",
5497                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5498                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5499                "shasum": ""
5500            },
5501            "require": {
5502                "php": ">=5.6"
5503            },
5504            "type": "library",
5505            "extra": {
5506                "branch-alias": {
5507                    "dev-master": "2.0.x-dev"
5508                }
5509            },
5510            "autoload": {
5511                "classmap": [
5512                    "src/"
5513                ]
5514            },
5515            "notification-url": "https://packagist.org/downloads/",
5516            "license": [
5517                "BSD-3-Clause"
5518            ],
5519            "authors": [
5520                {
5521                    "name": "Sebastian Bergmann",
5522                    "email": "sebastian@phpunit.de",
5523                    "role": "lead"
5524                }
5525            ],
5526            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5527            "homepage": "https://github.com/sebastianbergmann/version",
5528            "time": "2016-10-03T07:35:21+00:00"
5529        },
5530        {
5531            "name": "seld/jsonlint",
5532            "version": "1.8.0",
5533            "source": {
5534                "type": "git",
5535                "url": "https://github.com/Seldaek/jsonlint.git",
5536                "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
5537            },
5538            "dist": {
5539                "type": "zip",
5540                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
5541                "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
5542                "shasum": ""
5543            },
5544            "require": {
5545                "php": "^5.3 || ^7.0 || ^8.0"
5546            },
5547            "require-dev": {
5548                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5549            },
5550            "bin": [
5551                "bin/jsonlint"
5552            ],
5553            "type": "library",
5554            "autoload": {
5555                "psr-4": {
5556                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
5557                }
5558            },
5559            "notification-url": "https://packagist.org/downloads/",
5560            "license": [
5561                "MIT"
5562            ],
5563            "authors": [
5564                {
5565                    "name": "Jordi Boggiano",
5566                    "email": "j.boggiano@seld.be",
5567                    "homepage": "http://seld.be"
5568                }
5569            ],
5570            "description": "JSON Linter",
5571            "keywords": [
5572                "json",
5573                "linter",
5574                "parser",
5575                "validator"
5576            ],
5577            "funding": [
5578                {
5579                    "url": "https://github.com/Seldaek",
5580                    "type": "github"
5581                },
5582                {
5583                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
5584                    "type": "tidelift"
5585                }
5586            ],
5587            "time": "2020-04-30T19:05:18+00:00"
5588        },
5589        {
5590            "name": "seld/phar-utils",
5591            "version": "1.1.0",
5592            "source": {
5593                "type": "git",
5594                "url": "https://github.com/Seldaek/phar-utils.git",
5595                "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
5596            },
5597            "dist": {
5598                "type": "zip",
5599                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
5600                "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
5601                "shasum": ""
5602            },
5603            "require": {
5604                "php": ">=5.3"
5605            },
5606            "type": "library",
5607            "extra": {
5608                "branch-alias": {
5609                    "dev-master": "1.x-dev"
5610                }
5611            },
5612            "autoload": {
5613                "psr-4": {
5614                    "Seld\\PharUtils\\": "src/"
5615                }
5616            },
5617            "notification-url": "https://packagist.org/downloads/",
5618            "license": [
5619                "MIT"
5620            ],
5621            "authors": [
5622                {
5623                    "name": "Jordi Boggiano",
5624                    "email": "j.boggiano@seld.be"
5625                }
5626            ],
5627            "description": "PHAR file format utilities, for when PHP phars you up",
5628            "keywords": [
5629                "phar"
5630            ],
5631            "time": "2020-02-14T15:25:33+00:00"
5632        },
5633        {
5634            "name": "symfony/config",
5635            "version": "v4.4.8",
5636            "source": {
5637                "type": "git",
5638                "url": "https://github.com/symfony/config.git",
5639                "reference": "8ba41fe053683e1e6e3f6fa21f07ea5c4dd9e4c0"
5640            },
5641            "dist": {
5642                "type": "zip",
5643                "url": "https://api.github.com/repos/symfony/config/zipball/8ba41fe053683e1e6e3f6fa21f07ea5c4dd9e4c0",
5644                "reference": "8ba41fe053683e1e6e3f6fa21f07ea5c4dd9e4c0",
5645                "shasum": ""
5646            },
5647            "require": {
5648                "php": "^7.1.3",
5649                "symfony/filesystem": "^3.4|^4.0|^5.0",
5650                "symfony/polyfill-ctype": "~1.8"
5651            },
5652            "conflict": {
5653                "symfony/finder": "<3.4"
5654            },
5655            "require-dev": {
5656                "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
5657                "symfony/finder": "^3.4|^4.0|^5.0",
5658                "symfony/messenger": "^4.1|^5.0",
5659                "symfony/service-contracts": "^1.1|^2",
5660                "symfony/yaml": "^3.4|^4.0|^5.0"
5661            },
5662            "suggest": {
5663                "symfony/yaml": "To use the yaml reference dumper"
5664            },
5665            "type": "library",
5666            "extra": {
5667                "branch-alias": {
5668                    "dev-master": "4.4-dev"
5669                }
5670            },
5671            "autoload": {
5672                "psr-4": {
5673                    "Symfony\\Component\\Config\\": ""
5674                },
5675                "exclude-from-classmap": [
5676                    "/Tests/"
5677                ]
5678            },
5679            "notification-url": "https://packagist.org/downloads/",
5680            "license": [
5681                "MIT"
5682            ],
5683            "authors": [
5684                {
5685                    "name": "Fabien Potencier",
5686                    "email": "fabien@symfony.com"
5687                },
5688                {
5689                    "name": "Symfony Community",
5690                    "homepage": "https://symfony.com/contributors"
5691                }
5692            ],
5693            "description": "Symfony Config Component",
5694            "homepage": "https://symfony.com",
5695            "funding": [
5696                {
5697                    "url": "https://symfony.com/sponsor",
5698                    "type": "custom"
5699                },
5700                {
5701                    "url": "https://github.com/fabpot",
5702                    "type": "github"
5703                },
5704                {
5705                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5706                    "type": "tidelift"
5707                }
5708            ],
5709            "time": "2020-04-15T15:56:18+00:00"
5710        },
5711        {
5712            "name": "symfony/console",
5713            "version": "v4.4.8",
5714            "source": {
5715                "type": "git",
5716                "url": "https://github.com/symfony/console.git",
5717                "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7"
5718            },
5719            "dist": {
5720                "type": "zip",
5721                "url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
5722                "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
5723                "shasum": ""
5724            },
5725            "require": {
5726                "php": "^7.1.3",
5727                "symfony/polyfill-mbstring": "~1.0",
5728                "symfony/polyfill-php73": "^1.8",
5729                "symfony/service-contracts": "^1.1|^2"
5730            },
5731            "conflict": {
5732                "symfony/dependency-injection": "<3.4",
5733                "symfony/event-dispatcher": "<4.3|>=5",
5734                "symfony/lock": "<4.4",
5735                "symfony/process": "<3.3"
5736            },
5737            "provide": {
5738                "psr/log-implementation": "1.0"
5739            },
5740            "require-dev": {
5741                "psr/log": "~1.0",
5742                "symfony/config": "^3.4|^4.0|^5.0",
5743                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5744                "symfony/event-dispatcher": "^4.3",
5745                "symfony/lock": "^4.4|^5.0",
5746                "symfony/process": "^3.4|^4.0|^5.0",
5747                "symfony/var-dumper": "^4.3|^5.0"
5748            },
5749            "suggest": {
5750                "psr/log": "For using the console logger",
5751                "symfony/event-dispatcher": "",
5752                "symfony/lock": "",
5753                "symfony/process": ""
5754            },
5755            "type": "library",
5756            "extra": {
5757                "branch-alias": {
5758                    "dev-master": "4.4-dev"
5759                }
5760            },
5761            "autoload": {
5762                "psr-4": {
5763                    "Symfony\\Component\\Console\\": ""
5764                },
5765                "exclude-from-classmap": [
5766                    "/Tests/"
5767                ]
5768            },
5769            "notification-url": "https://packagist.org/downloads/",
5770            "license": [
5771                "MIT"
5772            ],
5773            "authors": [
5774                {
5775                    "name": "Fabien Potencier",
5776                    "email": "fabien@symfony.com"
5777                },
5778                {
5779                    "name": "Symfony Community",
5780                    "homepage": "https://symfony.com/contributors"
5781                }
5782            ],
5783            "description": "Symfony Console Component",
5784            "homepage": "https://symfony.com",
5785            "funding": [
5786                {
5787                    "url": "https://symfony.com/sponsor",
5788                    "type": "custom"
5789                },
5790                {
5791                    "url": "https://github.com/fabpot",
5792                    "type": "github"
5793                },
5794                {
5795                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5796                    "type": "tidelift"
5797                }
5798            ],
5799            "time": "2020-03-30T11:41:10+00:00"
5800        },
5801        {
5802            "name": "symfony/filesystem",
5803            "version": "v4.4.8",
5804            "source": {
5805                "type": "git",
5806                "url": "https://github.com/symfony/filesystem.git",
5807                "reference": "a3ebf3bfd8a98a147c010a568add5a8aa4edea0f"
5808            },
5809            "dist": {
5810                "type": "zip",
5811                "url": "https://api.github.com/repos/symfony/filesystem/zipball/a3ebf3bfd8a98a147c010a568add5a8aa4edea0f",
5812                "reference": "a3ebf3bfd8a98a147c010a568add5a8aa4edea0f",
5813                "shasum": ""
5814            },
5815            "require": {
5816                "php": "^7.1.3",
5817                "symfony/polyfill-ctype": "~1.8"
5818            },
5819            "type": "library",
5820            "extra": {
5821                "branch-alias": {
5822                    "dev-master": "4.4-dev"
5823                }
5824            },
5825            "autoload": {
5826                "psr-4": {
5827                    "Symfony\\Component\\Filesystem\\": ""
5828                },
5829                "exclude-from-classmap": [
5830                    "/Tests/"
5831                ]
5832            },
5833            "notification-url": "https://packagist.org/downloads/",
5834            "license": [
5835                "MIT"
5836            ],
5837            "authors": [
5838                {
5839                    "name": "Fabien Potencier",
5840                    "email": "fabien@symfony.com"
5841                },
5842                {
5843                    "name": "Symfony Community",
5844                    "homepage": "https://symfony.com/contributors"
5845                }
5846            ],
5847            "description": "Symfony Filesystem Component",
5848            "homepage": "https://symfony.com",
5849            "funding": [
5850                {
5851                    "url": "https://symfony.com/sponsor",
5852                    "type": "custom"
5853                },
5854                {
5855                    "url": "https://github.com/fabpot",
5856                    "type": "github"
5857                },
5858                {
5859                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5860                    "type": "tidelift"
5861                }
5862            ],
5863            "time": "2020-04-12T14:39:55+00:00"
5864        },
5865        {
5866            "name": "symfony/finder",
5867            "version": "v4.4.8",
5868            "source": {
5869                "type": "git",
5870                "url": "https://github.com/symfony/finder.git",
5871                "reference": "5729f943f9854c5781984ed4907bbb817735776b"
5872            },
5873            "dist": {
5874                "type": "zip",
5875                "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
5876                "reference": "5729f943f9854c5781984ed4907bbb817735776b",
5877                "shasum": ""
5878            },
5879            "require": {
5880                "php": "^7.1.3"
5881            },
5882            "type": "library",
5883            "extra": {
5884                "branch-alias": {
5885                    "dev-master": "4.4-dev"
5886                }
5887            },
5888            "autoload": {
5889                "psr-4": {
5890                    "Symfony\\Component\\Finder\\": ""
5891                },
5892                "exclude-from-classmap": [
5893                    "/Tests/"
5894                ]
5895            },
5896            "notification-url": "https://packagist.org/downloads/",
5897            "license": [
5898                "MIT"
5899            ],
5900            "authors": [
5901                {
5902                    "name": "Fabien Potencier",
5903                    "email": "fabien@symfony.com"
5904                },
5905                {
5906                    "name": "Symfony Community",
5907                    "homepage": "https://symfony.com/contributors"
5908                }
5909            ],
5910            "description": "Symfony Finder Component",
5911            "homepage": "https://symfony.com",
5912            "funding": [
5913                {
5914                    "url": "https://symfony.com/sponsor",
5915                    "type": "custom"
5916                },
5917                {
5918                    "url": "https://github.com/fabpot",
5919                    "type": "github"
5920                },
5921                {
5922                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5923                    "type": "tidelift"
5924                }
5925            ],
5926            "time": "2020-03-27T16:54:36+00:00"
5927        },
5928        {
5929            "name": "symfony/polyfill-php73",
5930            "version": "v1.15.0",
5931            "source": {
5932                "type": "git",
5933                "url": "https://github.com/symfony/polyfill-php73.git",
5934                "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
5935            },
5936            "dist": {
5937                "type": "zip",
5938                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
5939                "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
5940                "shasum": ""
5941            },
5942            "require": {
5943                "php": ">=5.3.3"
5944            },
5945            "type": "library",
5946            "extra": {
5947                "branch-alias": {
5948                    "dev-master": "1.15-dev"
5949                }
5950            },
5951            "autoload": {
5952                "psr-4": {
5953                    "Symfony\\Polyfill\\Php73\\": ""
5954                },
5955                "files": [
5956                    "bootstrap.php"
5957                ],
5958                "classmap": [
5959                    "Resources/stubs"
5960                ]
5961            },
5962            "notification-url": "https://packagist.org/downloads/",
5963            "license": [
5964                "MIT"
5965            ],
5966            "authors": [
5967                {
5968                    "name": "Nicolas Grekas",
5969                    "email": "p@tchwork.com"
5970                },
5971                {
5972                    "name": "Symfony Community",
5973                    "homepage": "https://symfony.com/contributors"
5974                }
5975            ],
5976            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
5977            "homepage": "https://symfony.com",
5978            "keywords": [
5979                "compatibility",
5980                "polyfill",
5981                "portable",
5982                "shim"
5983            ],
5984            "funding": [
5985                {
5986                    "url": "https://symfony.com/sponsor",
5987                    "type": "custom"
5988                },
5989                {
5990                    "url": "https://github.com/fabpot",
5991                    "type": "github"
5992                },
5993                {
5994                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5995                    "type": "tidelift"
5996                }
5997            ],
5998            "time": "2020-02-27T09:26:54+00:00"
5999        },
6000        {
6001            "name": "symfony/process",
6002            "version": "v4.4.8",
6003            "source": {
6004                "type": "git",
6005                "url": "https://github.com/symfony/process.git",
6006                "reference": "4b6a9a4013baa65d409153cbb5a895bf093dc7f4"
6007            },
6008            "dist": {
6009                "type": "zip",
6010                "url": "https://api.github.com/repos/symfony/process/zipball/4b6a9a4013baa65d409153cbb5a895bf093dc7f4",
6011                "reference": "4b6a9a4013baa65d409153cbb5a895bf093dc7f4",
6012                "shasum": ""
6013            },
6014            "require": {
6015                "php": "^7.1.3"
6016            },
6017            "type": "library",
6018            "extra": {
6019                "branch-alias": {
6020                    "dev-master": "4.4-dev"
6021                }
6022            },
6023            "autoload": {
6024                "psr-4": {
6025                    "Symfony\\Component\\Process\\": ""
6026                },
6027                "exclude-from-classmap": [
6028                    "/Tests/"
6029                ]
6030            },
6031            "notification-url": "https://packagist.org/downloads/",
6032            "license": [
6033                "MIT"
6034            ],
6035            "authors": [
6036                {
6037                    "name": "Fabien Potencier",
6038                    "email": "fabien@symfony.com"
6039                },
6040                {
6041                    "name": "Symfony Community",
6042                    "homepage": "https://symfony.com/contributors"
6043                }
6044            ],
6045            "description": "Symfony Process Component",
6046            "homepage": "https://symfony.com",
6047            "funding": [
6048                {
6049                    "url": "https://symfony.com/sponsor",
6050                    "type": "custom"
6051                },
6052                {
6053                    "url": "https://github.com/fabpot",
6054                    "type": "github"
6055                },
6056                {
6057                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6058                    "type": "tidelift"
6059                }
6060            ],
6061            "time": "2020-04-15T15:56:18+00:00"
6062        },
6063        {
6064            "name": "symfony/stopwatch",
6065            "version": "v4.4.8",
6066            "source": {
6067                "type": "git",
6068                "url": "https://github.com/symfony/stopwatch.git",
6069                "reference": "e0324d3560e4128270e3f08617480d9233d81cfc"
6070            },
6071            "dist": {
6072                "type": "zip",
6073                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e0324d3560e4128270e3f08617480d9233d81cfc",
6074                "reference": "e0324d3560e4128270e3f08617480d9233d81cfc",
6075                "shasum": ""
6076            },
6077            "require": {
6078                "php": "^7.1.3",
6079                "symfony/service-contracts": "^1.0|^2"
6080            },
6081            "type": "library",
6082            "extra": {
6083                "branch-alias": {
6084                    "dev-master": "4.4-dev"
6085                }
6086            },
6087            "autoload": {
6088                "psr-4": {
6089                    "Symfony\\Component\\Stopwatch\\": ""
6090                },
6091                "exclude-from-classmap": [
6092                    "/Tests/"
6093                ]
6094            },
6095            "notification-url": "https://packagist.org/downloads/",
6096            "license": [
6097                "MIT"
6098            ],
6099            "authors": [
6100                {
6101                    "name": "Fabien Potencier",
6102                    "email": "fabien@symfony.com"
6103                },
6104                {
6105                    "name": "Symfony Community",
6106                    "homepage": "https://symfony.com/contributors"
6107                }
6108            ],
6109            "description": "Symfony Stopwatch Component",
6110            "homepage": "https://symfony.com",
6111            "funding": [
6112                {
6113                    "url": "https://symfony.com/sponsor",
6114                    "type": "custom"
6115                },
6116                {
6117                    "url": "https://github.com/fabpot",
6118                    "type": "github"
6119                },
6120                {
6121                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6122                    "type": "tidelift"
6123                }
6124            ],
6125            "time": "2020-03-27T16:54:36+00:00"
6126        },
6127        {
6128            "name": "symfony/var-dumper",
6129            "version": "v4.4.8",
6130            "source": {
6131                "type": "git",
6132                "url": "https://github.com/symfony/var-dumper.git",
6133                "reference": "c587e04ce5d1aa62d534a038f574d9a709e814cf"
6134            },
6135            "dist": {
6136                "type": "zip",
6137                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c587e04ce5d1aa62d534a038f574d9a709e814cf",
6138                "reference": "c587e04ce5d1aa62d534a038f574d9a709e814cf",
6139                "shasum": ""
6140            },
6141            "require": {
6142                "php": "^7.1.3",
6143                "symfony/polyfill-mbstring": "~1.0",
6144                "symfony/polyfill-php72": "~1.5"
6145            },
6146            "conflict": {
6147                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6148                "symfony/console": "<3.4"
6149            },
6150            "require-dev": {
6151                "ext-iconv": "*",
6152                "symfony/console": "^3.4|^4.0|^5.0",
6153                "symfony/process": "^4.4|^5.0",
6154                "twig/twig": "^1.34|^2.4|^3.0"
6155            },
6156            "suggest": {
6157                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
6158                "ext-intl": "To show region name in time zone dump",
6159                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
6160            },
6161            "bin": [
6162                "Resources/bin/var-dump-server"
6163            ],
6164            "type": "library",
6165            "extra": {
6166                "branch-alias": {
6167                    "dev-master": "4.4-dev"
6168                }
6169            },
6170            "autoload": {
6171                "files": [
6172                    "Resources/functions/dump.php"
6173                ],
6174                "psr-4": {
6175                    "Symfony\\Component\\VarDumper\\": ""
6176                },
6177                "exclude-from-classmap": [
6178                    "/Tests/"
6179                ]
6180            },
6181            "notification-url": "https://packagist.org/downloads/",
6182            "license": [
6183                "MIT"
6184            ],
6185            "authors": [
6186                {
6187                    "name": "Nicolas Grekas",
6188                    "email": "p@tchwork.com"
6189                },
6190                {
6191                    "name": "Symfony Community",
6192                    "homepage": "https://symfony.com/contributors"
6193                }
6194            ],
6195            "description": "Symfony mechanism for exploring and dumping PHP variables",
6196            "homepage": "https://symfony.com",
6197            "keywords": [
6198                "debug",
6199                "dump"
6200            ],
6201            "funding": [
6202                {
6203                    "url": "https://symfony.com/sponsor",
6204                    "type": "custom"
6205                },
6206                {
6207                    "url": "https://github.com/fabpot",
6208                    "type": "github"
6209                },
6210                {
6211                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6212                    "type": "tidelift"
6213                }
6214            ],
6215            "time": "2020-04-12T16:14:02+00:00"
6216        },
6217        {
6218            "name": "symfony/yaml",
6219            "version": "v4.4.8",
6220            "source": {
6221                "type": "git",
6222                "url": "https://github.com/symfony/yaml.git",
6223                "reference": "b385dce1c0e9f839b384af90188638819433e252"
6224            },
6225            "dist": {
6226                "type": "zip",
6227                "url": "https://api.github.com/repos/symfony/yaml/zipball/b385dce1c0e9f839b384af90188638819433e252",
6228                "reference": "b385dce1c0e9f839b384af90188638819433e252",
6229                "shasum": ""
6230            },
6231            "require": {
6232                "php": "^7.1.3",
6233                "symfony/polyfill-ctype": "~1.8"
6234            },
6235            "conflict": {
6236                "symfony/console": "<3.4"
6237            },
6238            "require-dev": {
6239                "symfony/console": "^3.4|^4.0|^5.0"
6240            },
6241            "suggest": {
6242                "symfony/console": "For validating YAML files using the lint command"
6243            },
6244            "type": "library",
6245            "extra": {
6246                "branch-alias": {
6247                    "dev-master": "4.4-dev"
6248                }
6249            },
6250            "autoload": {
6251                "psr-4": {
6252                    "Symfony\\Component\\Yaml\\": ""
6253                },
6254                "exclude-from-classmap": [
6255                    "/Tests/"
6256                ]
6257            },
6258            "notification-url": "https://packagist.org/downloads/",
6259            "license": [
6260                "MIT"
6261            ],
6262            "authors": [
6263                {
6264                    "name": "Fabien Potencier",
6265                    "email": "fabien@symfony.com"
6266                },
6267                {
6268                    "name": "Symfony Community",
6269                    "homepage": "https://symfony.com/contributors"
6270                }
6271            ],
6272            "description": "Symfony Yaml Component",
6273            "homepage": "https://symfony.com",
6274            "funding": [
6275                {
6276                    "url": "https://symfony.com/sponsor",
6277                    "type": "custom"
6278                },
6279                {
6280                    "url": "https://github.com/fabpot",
6281                    "type": "github"
6282                },
6283                {
6284                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6285                    "type": "tidelift"
6286                }
6287            ],
6288            "time": "2020-04-28T17:55:16+00:00"
6289        },
6290        {
6291            "name": "theseer/tokenizer",
6292            "version": "1.1.3",
6293            "source": {
6294                "type": "git",
6295                "url": "https://github.com/theseer/tokenizer.git",
6296                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
6297            },
6298            "dist": {
6299                "type": "zip",
6300                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6301                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6302                "shasum": ""
6303            },
6304            "require": {
6305                "ext-dom": "*",
6306                "ext-tokenizer": "*",
6307                "ext-xmlwriter": "*",
6308                "php": "^7.0"
6309            },
6310            "type": "library",
6311            "autoload": {
6312                "classmap": [
6313                    "src/"
6314                ]
6315            },
6316            "notification-url": "https://packagist.org/downloads/",
6317            "license": [
6318                "BSD-3-Clause"
6319            ],
6320            "authors": [
6321                {
6322                    "name": "Arne Blankerts",
6323                    "email": "arne@blankerts.de",
6324                    "role": "Developer"
6325                }
6326            ],
6327            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6328            "time": "2019-06-13T22:48:21+00:00"
6329        },
6330        {
6331            "name": "webmozart/assert",
6332            "version": "1.8.0",
6333            "source": {
6334                "type": "git",
6335                "url": "https://github.com/webmozart/assert.git",
6336                "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
6337            },
6338            "dist": {
6339                "type": "zip",
6340                "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
6341                "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
6342                "shasum": ""
6343            },
6344            "require": {
6345                "php": "^5.3.3 || ^7.0",
6346                "symfony/polyfill-ctype": "^1.8"
6347            },
6348            "conflict": {
6349                "vimeo/psalm": "<3.9.1"
6350            },
6351            "require-dev": {
6352                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
6353            },
6354            "type": "library",
6355            "autoload": {
6356                "psr-4": {
6357                    "Webmozart\\Assert\\": "src/"
6358                }
6359            },
6360            "notification-url": "https://packagist.org/downloads/",
6361            "license": [
6362                "MIT"
6363            ],
6364            "authors": [
6365                {
6366                    "name": "Bernhard Schussek",
6367                    "email": "bschussek@gmail.com"
6368                }
6369            ],
6370            "description": "Assertions to validate method input/output with nice error messages.",
6371            "keywords": [
6372                "assert",
6373                "check",
6374                "validate"
6375            ],
6376            "time": "2020-04-18T12:12:48+00:00"
6377        }
6378    ],
6379    "aliases": [],
6380    "minimum-stability": "stable",
6381    "stability-flags": [],
6382    "prefer-stable": false,
6383    "prefer-lowest": false,
6384    "platform": {
6385        "ext-curl": "*",
6386        "ext-gd": "*",
6387        "ext-iconv": "*",
6388        "ext-intl": "*",
6389        "ext-json": "*",
6390        "ext-pcre": "*",
6391        "ext-pdo": "*",
6392        "ext-session": "*",
6393        "ext-simplexml": "*",
6394        "ext-xml": "*",
6395        "ext-zip": "*"
6396    },
6397    "platform-dev": {
6398        "ext-pdo_sqlite": "*",
6399        "ext-sqlite3": "*"
6400    },
6401    "platform-overrides": {
6402        "php": "7.1.8"
6403    },
6404    "plugin-api-version": "1.1.0"
6405}
6406