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