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