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