xref: /webtrees/composer.lock (revision b45eba7a8f95143507ff14772c1e2a243489ae21)
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": "f6e5d7f665da37cc1a2b874fd00a20f7",
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.20",
456            "source": {
457                "type": "git",
458                "url": "https://github.com/egulias/EmailValidator.git",
459                "reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff"
460            },
461            "dist": {
462                "type": "zip",
463                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f46887bc48db66c7f38f668eb7d6ae54583617ff",
464                "reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff",
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-09-06T13:44:32+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.2",
1809            "source": {
1810                "type": "git",
1811                "url": "https://github.com/briannesbitt/Carbon.git",
1812                "reference": "326efde1bc09077a26cb77f6e2e32e13f06c27f2"
1813            },
1814            "dist": {
1815                "type": "zip",
1816                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/326efde1bc09077a26cb77f6e2e32e13f06c27f2",
1817                "reference": "326efde1bc09077a26cb77f6e2e32e13f06c27f2",
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.9",
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-09-10T12:16:42+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.10",
2860            "source": {
2861                "type": "git",
2862                "url": "https://github.com/symfony/cache-contracts.git",
2863                "reference": "8d5489c10ef90aa7413e4921fc3c0520e24cbed7"
2864            },
2865            "dist": {
2866                "type": "zip",
2867                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8d5489c10ef90aa7413e4921fc3c0520e24cbed7",
2868                "reference": "8d5489c10ef90aa7413e4921fc3c0520e24cbed7",
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-09-02T16:08: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.10",
3793            "source": {
3794                "type": "git",
3795                "url": "https://github.com/symfony/translation-contracts.git",
3796                "reference": "84180a25fad31e23bebd26ca09d89464f082cacc"
3797            },
3798            "dist": {
3799                "type": "zip",
3800                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/84180a25fad31e23bebd26ca09d89464f082cacc",
3801                "reference": "84180a25fad31e23bebd26ca09d89464f082cacc",
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-09-02T16:08: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.13",
4076            "source": {
4077                "type": "git",
4078                "url": "https://github.com/composer/composer.git",
4079                "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b"
4080            },
4081            "dist": {
4082                "type": "zip",
4083                "url": "https://api.github.com/repos/composer/composer/zipball/47c841ba3b2d3fc0b4b13282cf029ea18b66d78b",
4084                "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b",
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-09-09T09:46:34+00:00"
4166        },
4167        {
4168            "name": "composer/semver",
4169            "version": "1.7.0",
4170            "source": {
4171                "type": "git",
4172                "url": "https://github.com/composer/semver.git",
4173                "reference": "114f819054a2ea7db03287f5efb757e2af6e4079"
4174            },
4175            "dist": {
4176                "type": "zip",
4177                "url": "https://api.github.com/repos/composer/semver/zipball/114f819054a2ea7db03287f5efb757e2af6e4079",
4178                "reference": "114f819054a2ea7db03287f5efb757e2af6e4079",
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            "funding": [
4227                {
4228                    "url": "https://packagist.com",
4229                    "type": "custom"
4230                },
4231                {
4232                    "url": "https://github.com/composer",
4233                    "type": "github"
4234                },
4235                {
4236                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
4237                    "type": "tidelift"
4238                }
4239            ],
4240            "time": "2020-09-09T09:34:06+00:00"
4241        },
4242        {
4243            "name": "composer/spdx-licenses",
4244            "version": "1.5.4",
4245            "source": {
4246                "type": "git",
4247                "url": "https://github.com/composer/spdx-licenses.git",
4248                "reference": "6946f785871e2314c60b4524851f3702ea4f2223"
4249            },
4250            "dist": {
4251                "type": "zip",
4252                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223",
4253                "reference": "6946f785871e2314c60b4524851f3702ea4f2223",
4254                "shasum": ""
4255            },
4256            "require": {
4257                "php": "^5.3.2 || ^7.0 || ^8.0"
4258            },
4259            "require-dev": {
4260                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
4261            },
4262            "type": "library",
4263            "extra": {
4264                "branch-alias": {
4265                    "dev-master": "1.x-dev"
4266                }
4267            },
4268            "autoload": {
4269                "psr-4": {
4270                    "Composer\\Spdx\\": "src"
4271                }
4272            },
4273            "notification-url": "https://packagist.org/downloads/",
4274            "license": [
4275                "MIT"
4276            ],
4277            "authors": [
4278                {
4279                    "name": "Nils Adermann",
4280                    "email": "naderman@naderman.de",
4281                    "homepage": "http://www.naderman.de"
4282                },
4283                {
4284                    "name": "Jordi Boggiano",
4285                    "email": "j.boggiano@seld.be",
4286                    "homepage": "http://seld.be"
4287                },
4288                {
4289                    "name": "Rob Bast",
4290                    "email": "rob.bast@gmail.com",
4291                    "homepage": "http://robbast.nl"
4292                }
4293            ],
4294            "description": "SPDX licenses list and validation library.",
4295            "keywords": [
4296                "license",
4297                "spdx",
4298                "validator"
4299            ],
4300            "funding": [
4301                {
4302                    "url": "https://packagist.com",
4303                    "type": "custom"
4304                },
4305                {
4306                    "url": "https://github.com/composer",
4307                    "type": "github"
4308                },
4309                {
4310                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
4311                    "type": "tidelift"
4312                }
4313            ],
4314            "time": "2020-07-15T15:35:07+00:00"
4315        },
4316        {
4317            "name": "composer/xdebug-handler",
4318            "version": "1.4.3",
4319            "source": {
4320                "type": "git",
4321                "url": "https://github.com/composer/xdebug-handler.git",
4322                "reference": "ebd27a9866ae8254e873866f795491f02418c5a5"
4323            },
4324            "dist": {
4325                "type": "zip",
4326                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ebd27a9866ae8254e873866f795491f02418c5a5",
4327                "reference": "ebd27a9866ae8254e873866f795491f02418c5a5",
4328                "shasum": ""
4329            },
4330            "require": {
4331                "php": "^5.3.2 || ^7.0 || ^8.0",
4332                "psr/log": "^1.0"
4333            },
4334            "require-dev": {
4335                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
4336            },
4337            "type": "library",
4338            "autoload": {
4339                "psr-4": {
4340                    "Composer\\XdebugHandler\\": "src"
4341                }
4342            },
4343            "notification-url": "https://packagist.org/downloads/",
4344            "license": [
4345                "MIT"
4346            ],
4347            "authors": [
4348                {
4349                    "name": "John Stevenson",
4350                    "email": "john-stevenson@blueyonder.co.uk"
4351                }
4352            ],
4353            "description": "Restarts a process without Xdebug.",
4354            "keywords": [
4355                "Xdebug",
4356                "performance"
4357            ],
4358            "funding": [
4359                {
4360                    "url": "https://packagist.com",
4361                    "type": "custom"
4362                },
4363                {
4364                    "url": "https://github.com/composer",
4365                    "type": "github"
4366                },
4367                {
4368                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
4369                    "type": "tidelift"
4370                }
4371            ],
4372            "time": "2020-08-19T10:27:58+00:00"
4373        },
4374        {
4375            "name": "doctrine/instantiator",
4376            "version": "1.3.1",
4377            "source": {
4378                "type": "git",
4379                "url": "https://github.com/doctrine/instantiator.git",
4380                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
4381            },
4382            "dist": {
4383                "type": "zip",
4384                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
4385                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
4386                "shasum": ""
4387            },
4388            "require": {
4389                "php": "^7.1 || ^8.0"
4390            },
4391            "require-dev": {
4392                "doctrine/coding-standard": "^6.0",
4393                "ext-pdo": "*",
4394                "ext-phar": "*",
4395                "phpbench/phpbench": "^0.13",
4396                "phpstan/phpstan-phpunit": "^0.11",
4397                "phpstan/phpstan-shim": "^0.11",
4398                "phpunit/phpunit": "^7.0"
4399            },
4400            "type": "library",
4401            "extra": {
4402                "branch-alias": {
4403                    "dev-master": "1.2.x-dev"
4404                }
4405            },
4406            "autoload": {
4407                "psr-4": {
4408                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4409                }
4410            },
4411            "notification-url": "https://packagist.org/downloads/",
4412            "license": [
4413                "MIT"
4414            ],
4415            "authors": [
4416                {
4417                    "name": "Marco Pivetta",
4418                    "email": "ocramius@gmail.com",
4419                    "homepage": "http://ocramius.github.com/"
4420                }
4421            ],
4422            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4423            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
4424            "keywords": [
4425                "constructor",
4426                "instantiate"
4427            ],
4428            "funding": [
4429                {
4430                    "url": "https://www.doctrine-project.org/sponsorship.html",
4431                    "type": "custom"
4432                },
4433                {
4434                    "url": "https://www.patreon.com/phpdoctrine",
4435                    "type": "patreon"
4436                },
4437                {
4438                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
4439                    "type": "tidelift"
4440                }
4441            ],
4442            "time": "2020-05-29T17:27:14+00:00"
4443        },
4444        {
4445            "name": "justinrainbow/json-schema",
4446            "version": "5.2.10",
4447            "source": {
4448                "type": "git",
4449                "url": "https://github.com/justinrainbow/json-schema.git",
4450                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
4451            },
4452            "dist": {
4453                "type": "zip",
4454                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
4455                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
4456                "shasum": ""
4457            },
4458            "require": {
4459                "php": ">=5.3.3"
4460            },
4461            "require-dev": {
4462                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
4463                "json-schema/json-schema-test-suite": "1.2.0",
4464                "phpunit/phpunit": "^4.8.35"
4465            },
4466            "bin": [
4467                "bin/validate-json"
4468            ],
4469            "type": "library",
4470            "extra": {
4471                "branch-alias": {
4472                    "dev-master": "5.0.x-dev"
4473                }
4474            },
4475            "autoload": {
4476                "psr-4": {
4477                    "JsonSchema\\": "src/JsonSchema/"
4478                }
4479            },
4480            "notification-url": "https://packagist.org/downloads/",
4481            "license": [
4482                "MIT"
4483            ],
4484            "authors": [
4485                {
4486                    "name": "Bruno Prieto Reis",
4487                    "email": "bruno.p.reis@gmail.com"
4488                },
4489                {
4490                    "name": "Justin Rainbow",
4491                    "email": "justin.rainbow@gmail.com"
4492                },
4493                {
4494                    "name": "Igor Wiedler",
4495                    "email": "igor@wiedler.ch"
4496                },
4497                {
4498                    "name": "Robert Schönthal",
4499                    "email": "seroscho@googlemail.com"
4500                }
4501            ],
4502            "description": "A library to validate a json schema.",
4503            "homepage": "https://github.com/justinrainbow/json-schema",
4504            "keywords": [
4505                "json",
4506                "schema"
4507            ],
4508            "time": "2020-05-27T16:41:55+00:00"
4509        },
4510        {
4511            "name": "league/flysystem-memory",
4512            "version": "1.0.2",
4513            "source": {
4514                "type": "git",
4515                "url": "https://github.com/thephpleague/flysystem-memory.git",
4516                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757"
4517            },
4518            "dist": {
4519                "type": "zip",
4520                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757",
4521                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757",
4522                "shasum": ""
4523            },
4524            "require": {
4525                "league/flysystem": "~1.0"
4526            },
4527            "require-dev": {
4528                "phpunit/phpunit": "^5.7.10"
4529            },
4530            "type": "library",
4531            "extra": {
4532                "branch-alias": {
4533                    "dev-master": "1.0-dev"
4534                }
4535            },
4536            "autoload": {
4537                "psr-4": {
4538                    "League\\Flysystem\\Memory\\": "src/"
4539                }
4540            },
4541            "notification-url": "https://packagist.org/downloads/",
4542            "license": [
4543                "MIT"
4544            ],
4545            "authors": [
4546                {
4547                    "name": "Chris Leppanen",
4548                    "email": "chris.leppanen@gmail.com",
4549                    "role": "Developer"
4550                }
4551            ],
4552            "description": "An in-memory adapter for Flysystem.",
4553            "homepage": "https://github.com/thephpleague/flysystem-memory",
4554            "keywords": [
4555                "Flysystem",
4556                "adapter",
4557                "memory"
4558            ],
4559            "time": "2019-05-30T21:34:13+00:00"
4560        },
4561        {
4562            "name": "maximebf/debugbar",
4563            "version": "v1.16.3",
4564            "source": {
4565                "type": "git",
4566                "url": "https://github.com/maximebf/php-debugbar.git",
4567                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
4568            },
4569            "dist": {
4570                "type": "zip",
4571                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
4572                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
4573                "shasum": ""
4574            },
4575            "require": {
4576                "php": "^7.1",
4577                "psr/log": "^1.0",
4578                "symfony/var-dumper": "^2.6|^3|^4|^5"
4579            },
4580            "require-dev": {
4581                "phpunit/phpunit": "^5"
4582            },
4583            "suggest": {
4584                "kriswallsmith/assetic": "The best way to manage assets",
4585                "monolog/monolog": "Log using Monolog",
4586                "predis/predis": "Redis storage"
4587            },
4588            "type": "library",
4589            "extra": {
4590                "branch-alias": {
4591                    "dev-master": "1.16-dev"
4592                }
4593            },
4594            "autoload": {
4595                "psr-4": {
4596                    "DebugBar\\": "src/DebugBar/"
4597                }
4598            },
4599            "notification-url": "https://packagist.org/downloads/",
4600            "license": [
4601                "MIT"
4602            ],
4603            "authors": [
4604                {
4605                    "name": "Maxime Bouroumeau-Fuseau",
4606                    "email": "maxime.bouroumeau@gmail.com",
4607                    "homepage": "http://maximebf.com"
4608                },
4609                {
4610                    "name": "Barry vd. Heuvel",
4611                    "email": "barryvdh@gmail.com"
4612                }
4613            ],
4614            "description": "Debug bar in the browser for php application",
4615            "homepage": "https://github.com/maximebf/php-debugbar",
4616            "keywords": [
4617                "debug",
4618                "debugbar"
4619            ],
4620            "time": "2020-05-06T07:06:27+00:00"
4621        },
4622        {
4623            "name": "myclabs/deep-copy",
4624            "version": "1.10.1",
4625            "source": {
4626                "type": "git",
4627                "url": "https://github.com/myclabs/DeepCopy.git",
4628                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
4629            },
4630            "dist": {
4631                "type": "zip",
4632                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
4633                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
4634                "shasum": ""
4635            },
4636            "require": {
4637                "php": "^7.1 || ^8.0"
4638            },
4639            "replace": {
4640                "myclabs/deep-copy": "self.version"
4641            },
4642            "require-dev": {
4643                "doctrine/collections": "^1.0",
4644                "doctrine/common": "^2.6",
4645                "phpunit/phpunit": "^7.1"
4646            },
4647            "type": "library",
4648            "autoload": {
4649                "psr-4": {
4650                    "DeepCopy\\": "src/DeepCopy/"
4651                },
4652                "files": [
4653                    "src/DeepCopy/deep_copy.php"
4654                ]
4655            },
4656            "notification-url": "https://packagist.org/downloads/",
4657            "license": [
4658                "MIT"
4659            ],
4660            "description": "Create deep copies (clones) of your objects",
4661            "keywords": [
4662                "clone",
4663                "copy",
4664                "duplicate",
4665                "object",
4666                "object graph"
4667            ],
4668            "funding": [
4669                {
4670                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4671                    "type": "tidelift"
4672                }
4673            ],
4674            "time": "2020-06-29T13:22:24+00:00"
4675        },
4676        {
4677            "name": "phar-io/manifest",
4678            "version": "1.0.3",
4679            "source": {
4680                "type": "git",
4681                "url": "https://github.com/phar-io/manifest.git",
4682                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
4683            },
4684            "dist": {
4685                "type": "zip",
4686                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4687                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4688                "shasum": ""
4689            },
4690            "require": {
4691                "ext-dom": "*",
4692                "ext-phar": "*",
4693                "phar-io/version": "^2.0",
4694                "php": "^5.6 || ^7.0"
4695            },
4696            "type": "library",
4697            "extra": {
4698                "branch-alias": {
4699                    "dev-master": "1.0.x-dev"
4700                }
4701            },
4702            "autoload": {
4703                "classmap": [
4704                    "src/"
4705                ]
4706            },
4707            "notification-url": "https://packagist.org/downloads/",
4708            "license": [
4709                "BSD-3-Clause"
4710            ],
4711            "authors": [
4712                {
4713                    "name": "Arne Blankerts",
4714                    "email": "arne@blankerts.de",
4715                    "role": "Developer"
4716                },
4717                {
4718                    "name": "Sebastian Heuer",
4719                    "email": "sebastian@phpeople.de",
4720                    "role": "Developer"
4721                },
4722                {
4723                    "name": "Sebastian Bergmann",
4724                    "email": "sebastian@phpunit.de",
4725                    "role": "Developer"
4726                }
4727            ],
4728            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4729            "time": "2018-07-08T19:23:20+00:00"
4730        },
4731        {
4732            "name": "phar-io/version",
4733            "version": "2.0.1",
4734            "source": {
4735                "type": "git",
4736                "url": "https://github.com/phar-io/version.git",
4737                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
4738            },
4739            "dist": {
4740                "type": "zip",
4741                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4742                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4743                "shasum": ""
4744            },
4745            "require": {
4746                "php": "^5.6 || ^7.0"
4747            },
4748            "type": "library",
4749            "autoload": {
4750                "classmap": [
4751                    "src/"
4752                ]
4753            },
4754            "notification-url": "https://packagist.org/downloads/",
4755            "license": [
4756                "BSD-3-Clause"
4757            ],
4758            "authors": [
4759                {
4760                    "name": "Arne Blankerts",
4761                    "email": "arne@blankerts.de",
4762                    "role": "Developer"
4763                },
4764                {
4765                    "name": "Sebastian Heuer",
4766                    "email": "sebastian@phpeople.de",
4767                    "role": "Developer"
4768                },
4769                {
4770                    "name": "Sebastian Bergmann",
4771                    "email": "sebastian@phpunit.de",
4772                    "role": "Developer"
4773                }
4774            ],
4775            "description": "Library for handling version information and constraints",
4776            "time": "2018-07-08T19:19:57+00:00"
4777        },
4778        {
4779            "name": "php-coveralls/php-coveralls",
4780            "version": "v2.2.0",
4781            "source": {
4782                "type": "git",
4783                "url": "https://github.com/php-coveralls/php-coveralls.git",
4784                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae"
4785            },
4786            "dist": {
4787                "type": "zip",
4788                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3e6420fa666ef7bae5e750ddeac903153e193bae",
4789                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae",
4790                "shasum": ""
4791            },
4792            "require": {
4793                "ext-json": "*",
4794                "ext-simplexml": "*",
4795                "guzzlehttp/guzzle": "^6.0",
4796                "php": "^5.5 || ^7.0",
4797                "psr/log": "^1.0",
4798                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4799                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4800                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0",
4801                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0"
4802            },
4803            "require-dev": {
4804                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
4805            },
4806            "suggest": {
4807                "symfony/http-kernel": "Allows Symfony integration"
4808            },
4809            "bin": [
4810                "bin/php-coveralls"
4811            ],
4812            "type": "library",
4813            "extra": {
4814                "branch-alias": {
4815                    "dev-master": "2.2-dev"
4816                }
4817            },
4818            "autoload": {
4819                "psr-4": {
4820                    "PhpCoveralls\\": "src/"
4821                }
4822            },
4823            "notification-url": "https://packagist.org/downloads/",
4824            "license": [
4825                "MIT"
4826            ],
4827            "authors": [
4828                {
4829                    "name": "Kitamura Satoshi",
4830                    "email": "with.no.parachute@gmail.com",
4831                    "homepage": "https://www.facebook.com/satooshi.jp",
4832                    "role": "Original creator"
4833                },
4834                {
4835                    "name": "Takashi Matsuo",
4836                    "email": "tmatsuo@google.com"
4837                },
4838                {
4839                    "name": "Google Inc"
4840                },
4841                {
4842                    "name": "Dariusz Ruminski",
4843                    "email": "dariusz.ruminski@gmail.com",
4844                    "homepage": "https://github.com/keradus"
4845                },
4846                {
4847                    "name": "Contributors",
4848                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
4849                }
4850            ],
4851            "description": "PHP client library for Coveralls API",
4852            "homepage": "https://github.com/php-coveralls/php-coveralls",
4853            "keywords": [
4854                "ci",
4855                "coverage",
4856                "github",
4857                "test"
4858            ],
4859            "time": "2019-11-20T16:29:20+00:00"
4860        },
4861        {
4862            "name": "phpdocumentor/reflection-common",
4863            "version": "2.1.0",
4864            "source": {
4865                "type": "git",
4866                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4867                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
4868            },
4869            "dist": {
4870                "type": "zip",
4871                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4872                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4873                "shasum": ""
4874            },
4875            "require": {
4876                "php": ">=7.1"
4877            },
4878            "type": "library",
4879            "extra": {
4880                "branch-alias": {
4881                    "dev-master": "2.x-dev"
4882                }
4883            },
4884            "autoload": {
4885                "psr-4": {
4886                    "phpDocumentor\\Reflection\\": "src/"
4887                }
4888            },
4889            "notification-url": "https://packagist.org/downloads/",
4890            "license": [
4891                "MIT"
4892            ],
4893            "authors": [
4894                {
4895                    "name": "Jaap van Otterdijk",
4896                    "email": "opensource@ijaap.nl"
4897                }
4898            ],
4899            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4900            "homepage": "http://www.phpdoc.org",
4901            "keywords": [
4902                "FQSEN",
4903                "phpDocumentor",
4904                "phpdoc",
4905                "reflection",
4906                "static analysis"
4907            ],
4908            "time": "2020-04-27T09:25:28+00:00"
4909        },
4910        {
4911            "name": "phpdocumentor/reflection-docblock",
4912            "version": "4.3.4",
4913            "source": {
4914                "type": "git",
4915                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4916                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
4917            },
4918            "dist": {
4919                "type": "zip",
4920                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
4921                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
4922                "shasum": ""
4923            },
4924            "require": {
4925                "php": "^7.0",
4926                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
4927                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
4928                "webmozart/assert": "^1.0"
4929            },
4930            "require-dev": {
4931                "doctrine/instantiator": "^1.0.5",
4932                "mockery/mockery": "^1.0",
4933                "phpdocumentor/type-resolver": "0.4.*",
4934                "phpunit/phpunit": "^6.4"
4935            },
4936            "type": "library",
4937            "extra": {
4938                "branch-alias": {
4939                    "dev-master": "4.x-dev"
4940                }
4941            },
4942            "autoload": {
4943                "psr-4": {
4944                    "phpDocumentor\\Reflection\\": [
4945                        "src/"
4946                    ]
4947                }
4948            },
4949            "notification-url": "https://packagist.org/downloads/",
4950            "license": [
4951                "MIT"
4952            ],
4953            "authors": [
4954                {
4955                    "name": "Mike van Riel",
4956                    "email": "me@mikevanriel.com"
4957                }
4958            ],
4959            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4960            "time": "2019-12-28T18:55:12+00:00"
4961        },
4962        {
4963            "name": "phpdocumentor/type-resolver",
4964            "version": "1.0.1",
4965            "source": {
4966                "type": "git",
4967                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4968                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
4969            },
4970            "dist": {
4971                "type": "zip",
4972                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4973                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4974                "shasum": ""
4975            },
4976            "require": {
4977                "php": "^7.1",
4978                "phpdocumentor/reflection-common": "^2.0"
4979            },
4980            "require-dev": {
4981                "ext-tokenizer": "^7.1",
4982                "mockery/mockery": "~1",
4983                "phpunit/phpunit": "^7.0"
4984            },
4985            "type": "library",
4986            "extra": {
4987                "branch-alias": {
4988                    "dev-master": "1.x-dev"
4989                }
4990            },
4991            "autoload": {
4992                "psr-4": {
4993                    "phpDocumentor\\Reflection\\": "src"
4994                }
4995            },
4996            "notification-url": "https://packagist.org/downloads/",
4997            "license": [
4998                "MIT"
4999            ],
5000            "authors": [
5001                {
5002                    "name": "Mike van Riel",
5003                    "email": "me@mikevanriel.com"
5004                }
5005            ],
5006            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
5007            "time": "2019-08-22T18:11:29+00:00"
5008        },
5009        {
5010            "name": "phpspec/prophecy",
5011            "version": "v1.10.3",
5012            "source": {
5013                "type": "git",
5014                "url": "https://github.com/phpspec/prophecy.git",
5015                "reference": "451c3cd1418cf640de218914901e51b064abb093"
5016            },
5017            "dist": {
5018                "type": "zip",
5019                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
5020                "reference": "451c3cd1418cf640de218914901e51b064abb093",
5021                "shasum": ""
5022            },
5023            "require": {
5024                "doctrine/instantiator": "^1.0.2",
5025                "php": "^5.3|^7.0",
5026                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
5027                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
5028                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
5029            },
5030            "require-dev": {
5031                "phpspec/phpspec": "^2.5 || ^3.2",
5032                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
5033            },
5034            "type": "library",
5035            "extra": {
5036                "branch-alias": {
5037                    "dev-master": "1.10.x-dev"
5038                }
5039            },
5040            "autoload": {
5041                "psr-4": {
5042                    "Prophecy\\": "src/Prophecy"
5043                }
5044            },
5045            "notification-url": "https://packagist.org/downloads/",
5046            "license": [
5047                "MIT"
5048            ],
5049            "authors": [
5050                {
5051                    "name": "Konstantin Kudryashov",
5052                    "email": "ever.zet@gmail.com",
5053                    "homepage": "http://everzet.com"
5054                },
5055                {
5056                    "name": "Marcello Duarte",
5057                    "email": "marcello.duarte@gmail.com"
5058                }
5059            ],
5060            "description": "Highly opinionated mocking framework for PHP 5.3+",
5061            "homepage": "https://github.com/phpspec/prophecy",
5062            "keywords": [
5063                "Double",
5064                "Dummy",
5065                "fake",
5066                "mock",
5067                "spy",
5068                "stub"
5069            ],
5070            "time": "2020-03-05T15:02:03+00:00"
5071        },
5072        {
5073            "name": "phpunit/php-code-coverage",
5074            "version": "6.1.4",
5075            "source": {
5076                "type": "git",
5077                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5078                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
5079            },
5080            "dist": {
5081                "type": "zip",
5082                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
5083                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
5084                "shasum": ""
5085            },
5086            "require": {
5087                "ext-dom": "*",
5088                "ext-xmlwriter": "*",
5089                "php": "^7.1",
5090                "phpunit/php-file-iterator": "^2.0",
5091                "phpunit/php-text-template": "^1.2.1",
5092                "phpunit/php-token-stream": "^3.0",
5093                "sebastian/code-unit-reverse-lookup": "^1.0.1",
5094                "sebastian/environment": "^3.1 || ^4.0",
5095                "sebastian/version": "^2.0.1",
5096                "theseer/tokenizer": "^1.1"
5097            },
5098            "require-dev": {
5099                "phpunit/phpunit": "^7.0"
5100            },
5101            "suggest": {
5102                "ext-xdebug": "^2.6.0"
5103            },
5104            "type": "library",
5105            "extra": {
5106                "branch-alias": {
5107                    "dev-master": "6.1-dev"
5108                }
5109            },
5110            "autoload": {
5111                "classmap": [
5112                    "src/"
5113                ]
5114            },
5115            "notification-url": "https://packagist.org/downloads/",
5116            "license": [
5117                "BSD-3-Clause"
5118            ],
5119            "authors": [
5120                {
5121                    "name": "Sebastian Bergmann",
5122                    "email": "sebastian@phpunit.de",
5123                    "role": "lead"
5124                }
5125            ],
5126            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5127            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5128            "keywords": [
5129                "coverage",
5130                "testing",
5131                "xunit"
5132            ],
5133            "time": "2018-10-31T16:06:48+00:00"
5134        },
5135        {
5136            "name": "phpunit/php-file-iterator",
5137            "version": "2.0.2",
5138            "source": {
5139                "type": "git",
5140                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5141                "reference": "050bedf145a257b1ff02746c31894800e5122946"
5142            },
5143            "dist": {
5144                "type": "zip",
5145                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
5146                "reference": "050bedf145a257b1ff02746c31894800e5122946",
5147                "shasum": ""
5148            },
5149            "require": {
5150                "php": "^7.1"
5151            },
5152            "require-dev": {
5153                "phpunit/phpunit": "^7.1"
5154            },
5155            "type": "library",
5156            "extra": {
5157                "branch-alias": {
5158                    "dev-master": "2.0.x-dev"
5159                }
5160            },
5161            "autoload": {
5162                "classmap": [
5163                    "src/"
5164                ]
5165            },
5166            "notification-url": "https://packagist.org/downloads/",
5167            "license": [
5168                "BSD-3-Clause"
5169            ],
5170            "authors": [
5171                {
5172                    "name": "Sebastian Bergmann",
5173                    "email": "sebastian@phpunit.de",
5174                    "role": "lead"
5175                }
5176            ],
5177            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5178            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5179            "keywords": [
5180                "filesystem",
5181                "iterator"
5182            ],
5183            "time": "2018-09-13T20:33:42+00:00"
5184        },
5185        {
5186            "name": "phpunit/php-text-template",
5187            "version": "1.2.1",
5188            "source": {
5189                "type": "git",
5190                "url": "https://github.com/sebastianbergmann/php-text-template.git",
5191                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
5192            },
5193            "dist": {
5194                "type": "zip",
5195                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5196                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5197                "shasum": ""
5198            },
5199            "require": {
5200                "php": ">=5.3.3"
5201            },
5202            "type": "library",
5203            "autoload": {
5204                "classmap": [
5205                    "src/"
5206                ]
5207            },
5208            "notification-url": "https://packagist.org/downloads/",
5209            "license": [
5210                "BSD-3-Clause"
5211            ],
5212            "authors": [
5213                {
5214                    "name": "Sebastian Bergmann",
5215                    "email": "sebastian@phpunit.de",
5216                    "role": "lead"
5217                }
5218            ],
5219            "description": "Simple template engine.",
5220            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5221            "keywords": [
5222                "template"
5223            ],
5224            "time": "2015-06-21T13:50:34+00:00"
5225        },
5226        {
5227            "name": "phpunit/php-timer",
5228            "version": "2.1.2",
5229            "source": {
5230                "type": "git",
5231                "url": "https://github.com/sebastianbergmann/php-timer.git",
5232                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
5233            },
5234            "dist": {
5235                "type": "zip",
5236                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
5237                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
5238                "shasum": ""
5239            },
5240            "require": {
5241                "php": "^7.1"
5242            },
5243            "require-dev": {
5244                "phpunit/phpunit": "^7.0"
5245            },
5246            "type": "library",
5247            "extra": {
5248                "branch-alias": {
5249                    "dev-master": "2.1-dev"
5250                }
5251            },
5252            "autoload": {
5253                "classmap": [
5254                    "src/"
5255                ]
5256            },
5257            "notification-url": "https://packagist.org/downloads/",
5258            "license": [
5259                "BSD-3-Clause"
5260            ],
5261            "authors": [
5262                {
5263                    "name": "Sebastian Bergmann",
5264                    "email": "sebastian@phpunit.de",
5265                    "role": "lead"
5266                }
5267            ],
5268            "description": "Utility class for timing",
5269            "homepage": "https://github.com/sebastianbergmann/php-timer/",
5270            "keywords": [
5271                "timer"
5272            ],
5273            "time": "2019-06-07T04:22:29+00:00"
5274        },
5275        {
5276            "name": "phpunit/php-token-stream",
5277            "version": "3.1.1",
5278            "source": {
5279                "type": "git",
5280                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5281                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
5282            },
5283            "dist": {
5284                "type": "zip",
5285                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
5286                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
5287                "shasum": ""
5288            },
5289            "require": {
5290                "ext-tokenizer": "*",
5291                "php": "^7.1"
5292            },
5293            "require-dev": {
5294                "phpunit/phpunit": "^7.0"
5295            },
5296            "type": "library",
5297            "extra": {
5298                "branch-alias": {
5299                    "dev-master": "3.1-dev"
5300                }
5301            },
5302            "autoload": {
5303                "classmap": [
5304                    "src/"
5305                ]
5306            },
5307            "notification-url": "https://packagist.org/downloads/",
5308            "license": [
5309                "BSD-3-Clause"
5310            ],
5311            "authors": [
5312                {
5313                    "name": "Sebastian Bergmann",
5314                    "email": "sebastian@phpunit.de"
5315                }
5316            ],
5317            "description": "Wrapper around PHP's tokenizer extension.",
5318            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5319            "keywords": [
5320                "tokenizer"
5321            ],
5322            "abandoned": true,
5323            "time": "2019-09-17T06:23:10+00:00"
5324        },
5325        {
5326            "name": "phpunit/phpunit",
5327            "version": "7.5.20",
5328            "source": {
5329                "type": "git",
5330                "url": "https://github.com/sebastianbergmann/phpunit.git",
5331                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
5332            },
5333            "dist": {
5334                "type": "zip",
5335                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
5336                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
5337                "shasum": ""
5338            },
5339            "require": {
5340                "doctrine/instantiator": "^1.1",
5341                "ext-dom": "*",
5342                "ext-json": "*",
5343                "ext-libxml": "*",
5344                "ext-mbstring": "*",
5345                "ext-xml": "*",
5346                "myclabs/deep-copy": "^1.7",
5347                "phar-io/manifest": "^1.0.2",
5348                "phar-io/version": "^2.0",
5349                "php": "^7.1",
5350                "phpspec/prophecy": "^1.7",
5351                "phpunit/php-code-coverage": "^6.0.7",
5352                "phpunit/php-file-iterator": "^2.0.1",
5353                "phpunit/php-text-template": "^1.2.1",
5354                "phpunit/php-timer": "^2.1",
5355                "sebastian/comparator": "^3.0",
5356                "sebastian/diff": "^3.0",
5357                "sebastian/environment": "^4.0",
5358                "sebastian/exporter": "^3.1",
5359                "sebastian/global-state": "^2.0",
5360                "sebastian/object-enumerator": "^3.0.3",
5361                "sebastian/resource-operations": "^2.0",
5362                "sebastian/version": "^2.0.1"
5363            },
5364            "conflict": {
5365                "phpunit/phpunit-mock-objects": "*"
5366            },
5367            "require-dev": {
5368                "ext-pdo": "*"
5369            },
5370            "suggest": {
5371                "ext-soap": "*",
5372                "ext-xdebug": "*",
5373                "phpunit/php-invoker": "^2.0"
5374            },
5375            "bin": [
5376                "phpunit"
5377            ],
5378            "type": "library",
5379            "extra": {
5380                "branch-alias": {
5381                    "dev-master": "7.5-dev"
5382                }
5383            },
5384            "autoload": {
5385                "classmap": [
5386                    "src/"
5387                ]
5388            },
5389            "notification-url": "https://packagist.org/downloads/",
5390            "license": [
5391                "BSD-3-Clause"
5392            ],
5393            "authors": [
5394                {
5395                    "name": "Sebastian Bergmann",
5396                    "email": "sebastian@phpunit.de",
5397                    "role": "lead"
5398                }
5399            ],
5400            "description": "The PHP Unit Testing framework.",
5401            "homepage": "https://phpunit.de/",
5402            "keywords": [
5403                "phpunit",
5404                "testing",
5405                "xunit"
5406            ],
5407            "time": "2020-01-08T08:45:45+00:00"
5408        },
5409        {
5410            "name": "sebastian/code-unit-reverse-lookup",
5411            "version": "1.0.1",
5412            "source": {
5413                "type": "git",
5414                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5415                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5416            },
5417            "dist": {
5418                "type": "zip",
5419                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5420                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5421                "shasum": ""
5422            },
5423            "require": {
5424                "php": "^5.6 || ^7.0"
5425            },
5426            "require-dev": {
5427                "phpunit/phpunit": "^5.7 || ^6.0"
5428            },
5429            "type": "library",
5430            "extra": {
5431                "branch-alias": {
5432                    "dev-master": "1.0.x-dev"
5433                }
5434            },
5435            "autoload": {
5436                "classmap": [
5437                    "src/"
5438                ]
5439            },
5440            "notification-url": "https://packagist.org/downloads/",
5441            "license": [
5442                "BSD-3-Clause"
5443            ],
5444            "authors": [
5445                {
5446                    "name": "Sebastian Bergmann",
5447                    "email": "sebastian@phpunit.de"
5448                }
5449            ],
5450            "description": "Looks up which function or method a line of code belongs to",
5451            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5452            "time": "2017-03-04T06:30:41+00:00"
5453        },
5454        {
5455            "name": "sebastian/comparator",
5456            "version": "3.0.2",
5457            "source": {
5458                "type": "git",
5459                "url": "https://github.com/sebastianbergmann/comparator.git",
5460                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
5461            },
5462            "dist": {
5463                "type": "zip",
5464                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5465                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5466                "shasum": ""
5467            },
5468            "require": {
5469                "php": "^7.1",
5470                "sebastian/diff": "^3.0",
5471                "sebastian/exporter": "^3.1"
5472            },
5473            "require-dev": {
5474                "phpunit/phpunit": "^7.1"
5475            },
5476            "type": "library",
5477            "extra": {
5478                "branch-alias": {
5479                    "dev-master": "3.0-dev"
5480                }
5481            },
5482            "autoload": {
5483                "classmap": [
5484                    "src/"
5485                ]
5486            },
5487            "notification-url": "https://packagist.org/downloads/",
5488            "license": [
5489                "BSD-3-Clause"
5490            ],
5491            "authors": [
5492                {
5493                    "name": "Jeff Welch",
5494                    "email": "whatthejeff@gmail.com"
5495                },
5496                {
5497                    "name": "Volker Dusch",
5498                    "email": "github@wallbash.com"
5499                },
5500                {
5501                    "name": "Bernhard Schussek",
5502                    "email": "bschussek@2bepublished.at"
5503                },
5504                {
5505                    "name": "Sebastian Bergmann",
5506                    "email": "sebastian@phpunit.de"
5507                }
5508            ],
5509            "description": "Provides the functionality to compare PHP values for equality",
5510            "homepage": "https://github.com/sebastianbergmann/comparator",
5511            "keywords": [
5512                "comparator",
5513                "compare",
5514                "equality"
5515            ],
5516            "time": "2018-07-12T15:12:46+00:00"
5517        },
5518        {
5519            "name": "sebastian/diff",
5520            "version": "3.0.2",
5521            "source": {
5522                "type": "git",
5523                "url": "https://github.com/sebastianbergmann/diff.git",
5524                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
5525            },
5526            "dist": {
5527                "type": "zip",
5528                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5529                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5530                "shasum": ""
5531            },
5532            "require": {
5533                "php": "^7.1"
5534            },
5535            "require-dev": {
5536                "phpunit/phpunit": "^7.5 || ^8.0",
5537                "symfony/process": "^2 || ^3.3 || ^4"
5538            },
5539            "type": "library",
5540            "extra": {
5541                "branch-alias": {
5542                    "dev-master": "3.0-dev"
5543                }
5544            },
5545            "autoload": {
5546                "classmap": [
5547                    "src/"
5548                ]
5549            },
5550            "notification-url": "https://packagist.org/downloads/",
5551            "license": [
5552                "BSD-3-Clause"
5553            ],
5554            "authors": [
5555                {
5556                    "name": "Kore Nordmann",
5557                    "email": "mail@kore-nordmann.de"
5558                },
5559                {
5560                    "name": "Sebastian Bergmann",
5561                    "email": "sebastian@phpunit.de"
5562                }
5563            ],
5564            "description": "Diff implementation",
5565            "homepage": "https://github.com/sebastianbergmann/diff",
5566            "keywords": [
5567                "diff",
5568                "udiff",
5569                "unidiff",
5570                "unified diff"
5571            ],
5572            "time": "2019-02-04T06:01:07+00:00"
5573        },
5574        {
5575            "name": "sebastian/environment",
5576            "version": "4.2.3",
5577            "source": {
5578                "type": "git",
5579                "url": "https://github.com/sebastianbergmann/environment.git",
5580                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
5581            },
5582            "dist": {
5583                "type": "zip",
5584                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5585                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5586                "shasum": ""
5587            },
5588            "require": {
5589                "php": "^7.1"
5590            },
5591            "require-dev": {
5592                "phpunit/phpunit": "^7.5"
5593            },
5594            "suggest": {
5595                "ext-posix": "*"
5596            },
5597            "type": "library",
5598            "extra": {
5599                "branch-alias": {
5600                    "dev-master": "4.2-dev"
5601                }
5602            },
5603            "autoload": {
5604                "classmap": [
5605                    "src/"
5606                ]
5607            },
5608            "notification-url": "https://packagist.org/downloads/",
5609            "license": [
5610                "BSD-3-Clause"
5611            ],
5612            "authors": [
5613                {
5614                    "name": "Sebastian Bergmann",
5615                    "email": "sebastian@phpunit.de"
5616                }
5617            ],
5618            "description": "Provides functionality to handle HHVM/PHP environments",
5619            "homepage": "http://www.github.com/sebastianbergmann/environment",
5620            "keywords": [
5621                "Xdebug",
5622                "environment",
5623                "hhvm"
5624            ],
5625            "time": "2019-11-20T08:46:58+00:00"
5626        },
5627        {
5628            "name": "sebastian/exporter",
5629            "version": "3.1.2",
5630            "source": {
5631                "type": "git",
5632                "url": "https://github.com/sebastianbergmann/exporter.git",
5633                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
5634            },
5635            "dist": {
5636                "type": "zip",
5637                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
5638                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
5639                "shasum": ""
5640            },
5641            "require": {
5642                "php": "^7.0",
5643                "sebastian/recursion-context": "^3.0"
5644            },
5645            "require-dev": {
5646                "ext-mbstring": "*",
5647                "phpunit/phpunit": "^6.0"
5648            },
5649            "type": "library",
5650            "extra": {
5651                "branch-alias": {
5652                    "dev-master": "3.1.x-dev"
5653                }
5654            },
5655            "autoload": {
5656                "classmap": [
5657                    "src/"
5658                ]
5659            },
5660            "notification-url": "https://packagist.org/downloads/",
5661            "license": [
5662                "BSD-3-Clause"
5663            ],
5664            "authors": [
5665                {
5666                    "name": "Sebastian Bergmann",
5667                    "email": "sebastian@phpunit.de"
5668                },
5669                {
5670                    "name": "Jeff Welch",
5671                    "email": "whatthejeff@gmail.com"
5672                },
5673                {
5674                    "name": "Volker Dusch",
5675                    "email": "github@wallbash.com"
5676                },
5677                {
5678                    "name": "Adam Harvey",
5679                    "email": "aharvey@php.net"
5680                },
5681                {
5682                    "name": "Bernhard Schussek",
5683                    "email": "bschussek@gmail.com"
5684                }
5685            ],
5686            "description": "Provides the functionality to export PHP variables for visualization",
5687            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5688            "keywords": [
5689                "export",
5690                "exporter"
5691            ],
5692            "time": "2019-09-14T09:02:43+00:00"
5693        },
5694        {
5695            "name": "sebastian/global-state",
5696            "version": "2.0.0",
5697            "source": {
5698                "type": "git",
5699                "url": "https://github.com/sebastianbergmann/global-state.git",
5700                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5701            },
5702            "dist": {
5703                "type": "zip",
5704                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5705                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5706                "shasum": ""
5707            },
5708            "require": {
5709                "php": "^7.0"
5710            },
5711            "require-dev": {
5712                "phpunit/phpunit": "^6.0"
5713            },
5714            "suggest": {
5715                "ext-uopz": "*"
5716            },
5717            "type": "library",
5718            "extra": {
5719                "branch-alias": {
5720                    "dev-master": "2.0-dev"
5721                }
5722            },
5723            "autoload": {
5724                "classmap": [
5725                    "src/"
5726                ]
5727            },
5728            "notification-url": "https://packagist.org/downloads/",
5729            "license": [
5730                "BSD-3-Clause"
5731            ],
5732            "authors": [
5733                {
5734                    "name": "Sebastian Bergmann",
5735                    "email": "sebastian@phpunit.de"
5736                }
5737            ],
5738            "description": "Snapshotting of global state",
5739            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5740            "keywords": [
5741                "global state"
5742            ],
5743            "time": "2017-04-27T15:39:26+00:00"
5744        },
5745        {
5746            "name": "sebastian/object-enumerator",
5747            "version": "3.0.3",
5748            "source": {
5749                "type": "git",
5750                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5751                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5752            },
5753            "dist": {
5754                "type": "zip",
5755                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5756                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5757                "shasum": ""
5758            },
5759            "require": {
5760                "php": "^7.0",
5761                "sebastian/object-reflector": "^1.1.1",
5762                "sebastian/recursion-context": "^3.0"
5763            },
5764            "require-dev": {
5765                "phpunit/phpunit": "^6.0"
5766            },
5767            "type": "library",
5768            "extra": {
5769                "branch-alias": {
5770                    "dev-master": "3.0.x-dev"
5771                }
5772            },
5773            "autoload": {
5774                "classmap": [
5775                    "src/"
5776                ]
5777            },
5778            "notification-url": "https://packagist.org/downloads/",
5779            "license": [
5780                "BSD-3-Clause"
5781            ],
5782            "authors": [
5783                {
5784                    "name": "Sebastian Bergmann",
5785                    "email": "sebastian@phpunit.de"
5786                }
5787            ],
5788            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5789            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5790            "time": "2017-08-03T12:35:26+00:00"
5791        },
5792        {
5793            "name": "sebastian/object-reflector",
5794            "version": "1.1.1",
5795            "source": {
5796                "type": "git",
5797                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5798                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5799            },
5800            "dist": {
5801                "type": "zip",
5802                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5803                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5804                "shasum": ""
5805            },
5806            "require": {
5807                "php": "^7.0"
5808            },
5809            "require-dev": {
5810                "phpunit/phpunit": "^6.0"
5811            },
5812            "type": "library",
5813            "extra": {
5814                "branch-alias": {
5815                    "dev-master": "1.1-dev"
5816                }
5817            },
5818            "autoload": {
5819                "classmap": [
5820                    "src/"
5821                ]
5822            },
5823            "notification-url": "https://packagist.org/downloads/",
5824            "license": [
5825                "BSD-3-Clause"
5826            ],
5827            "authors": [
5828                {
5829                    "name": "Sebastian Bergmann",
5830                    "email": "sebastian@phpunit.de"
5831                }
5832            ],
5833            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5834            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5835            "time": "2017-03-29T09:07:27+00:00"
5836        },
5837        {
5838            "name": "sebastian/recursion-context",
5839            "version": "3.0.0",
5840            "source": {
5841                "type": "git",
5842                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5843                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5844            },
5845            "dist": {
5846                "type": "zip",
5847                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5848                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5849                "shasum": ""
5850            },
5851            "require": {
5852                "php": "^7.0"
5853            },
5854            "require-dev": {
5855                "phpunit/phpunit": "^6.0"
5856            },
5857            "type": "library",
5858            "extra": {
5859                "branch-alias": {
5860                    "dev-master": "3.0.x-dev"
5861                }
5862            },
5863            "autoload": {
5864                "classmap": [
5865                    "src/"
5866                ]
5867            },
5868            "notification-url": "https://packagist.org/downloads/",
5869            "license": [
5870                "BSD-3-Clause"
5871            ],
5872            "authors": [
5873                {
5874                    "name": "Jeff Welch",
5875                    "email": "whatthejeff@gmail.com"
5876                },
5877                {
5878                    "name": "Sebastian Bergmann",
5879                    "email": "sebastian@phpunit.de"
5880                },
5881                {
5882                    "name": "Adam Harvey",
5883                    "email": "aharvey@php.net"
5884                }
5885            ],
5886            "description": "Provides functionality to recursively process PHP variables",
5887            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5888            "time": "2017-03-03T06:23:57+00:00"
5889        },
5890        {
5891            "name": "sebastian/resource-operations",
5892            "version": "2.0.1",
5893            "source": {
5894                "type": "git",
5895                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5896                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
5897            },
5898            "dist": {
5899                "type": "zip",
5900                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5901                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5902                "shasum": ""
5903            },
5904            "require": {
5905                "php": "^7.1"
5906            },
5907            "type": "library",
5908            "extra": {
5909                "branch-alias": {
5910                    "dev-master": "2.0-dev"
5911                }
5912            },
5913            "autoload": {
5914                "classmap": [
5915                    "src/"
5916                ]
5917            },
5918            "notification-url": "https://packagist.org/downloads/",
5919            "license": [
5920                "BSD-3-Clause"
5921            ],
5922            "authors": [
5923                {
5924                    "name": "Sebastian Bergmann",
5925                    "email": "sebastian@phpunit.de"
5926                }
5927            ],
5928            "description": "Provides a list of PHP built-in functions that operate on resources",
5929            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5930            "time": "2018-10-04T04:07:39+00:00"
5931        },
5932        {
5933            "name": "sebastian/version",
5934            "version": "2.0.1",
5935            "source": {
5936                "type": "git",
5937                "url": "https://github.com/sebastianbergmann/version.git",
5938                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5939            },
5940            "dist": {
5941                "type": "zip",
5942                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5943                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5944                "shasum": ""
5945            },
5946            "require": {
5947                "php": ">=5.6"
5948            },
5949            "type": "library",
5950            "extra": {
5951                "branch-alias": {
5952                    "dev-master": "2.0.x-dev"
5953                }
5954            },
5955            "autoload": {
5956                "classmap": [
5957                    "src/"
5958                ]
5959            },
5960            "notification-url": "https://packagist.org/downloads/",
5961            "license": [
5962                "BSD-3-Clause"
5963            ],
5964            "authors": [
5965                {
5966                    "name": "Sebastian Bergmann",
5967                    "email": "sebastian@phpunit.de",
5968                    "role": "lead"
5969                }
5970            ],
5971            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5972            "homepage": "https://github.com/sebastianbergmann/version",
5973            "time": "2016-10-03T07:35:21+00:00"
5974        },
5975        {
5976            "name": "seld/jsonlint",
5977            "version": "1.8.2",
5978            "source": {
5979                "type": "git",
5980                "url": "https://github.com/Seldaek/jsonlint.git",
5981                "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337"
5982            },
5983            "dist": {
5984                "type": "zip",
5985                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/590cfec960b77fd55e39b7d9246659e95dd6d337",
5986                "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337",
5987                "shasum": ""
5988            },
5989            "require": {
5990                "php": "^5.3 || ^7.0 || ^8.0"
5991            },
5992            "require-dev": {
5993                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5994            },
5995            "bin": [
5996                "bin/jsonlint"
5997            ],
5998            "type": "library",
5999            "autoload": {
6000                "psr-4": {
6001                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
6002                }
6003            },
6004            "notification-url": "https://packagist.org/downloads/",
6005            "license": [
6006                "MIT"
6007            ],
6008            "authors": [
6009                {
6010                    "name": "Jordi Boggiano",
6011                    "email": "j.boggiano@seld.be",
6012                    "homepage": "http://seld.be"
6013                }
6014            ],
6015            "description": "JSON Linter",
6016            "keywords": [
6017                "json",
6018                "linter",
6019                "parser",
6020                "validator"
6021            ],
6022            "funding": [
6023                {
6024                    "url": "https://github.com/Seldaek",
6025                    "type": "github"
6026                },
6027                {
6028                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
6029                    "type": "tidelift"
6030                }
6031            ],
6032            "time": "2020-08-25T06:56:57+00:00"
6033        },
6034        {
6035            "name": "seld/phar-utils",
6036            "version": "1.1.1",
6037            "source": {
6038                "type": "git",
6039                "url": "https://github.com/Seldaek/phar-utils.git",
6040                "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
6041            },
6042            "dist": {
6043                "type": "zip",
6044                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
6045                "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
6046                "shasum": ""
6047            },
6048            "require": {
6049                "php": ">=5.3"
6050            },
6051            "type": "library",
6052            "extra": {
6053                "branch-alias": {
6054                    "dev-master": "1.x-dev"
6055                }
6056            },
6057            "autoload": {
6058                "psr-4": {
6059                    "Seld\\PharUtils\\": "src/"
6060                }
6061            },
6062            "notification-url": "https://packagist.org/downloads/",
6063            "license": [
6064                "MIT"
6065            ],
6066            "authors": [
6067                {
6068                    "name": "Jordi Boggiano",
6069                    "email": "j.boggiano@seld.be"
6070                }
6071            ],
6072            "description": "PHAR file format utilities, for when PHP phars you up",
6073            "keywords": [
6074                "phar"
6075            ],
6076            "time": "2020-07-07T18:42:57+00:00"
6077        },
6078        {
6079            "name": "symfony/config",
6080            "version": "v4.4.13",
6081            "source": {
6082                "type": "git",
6083                "url": "https://github.com/symfony/config.git",
6084                "reference": "043bf8652c307ebc23ce44047d215eec889d8850"
6085            },
6086            "dist": {
6087                "type": "zip",
6088                "url": "https://api.github.com/repos/symfony/config/zipball/043bf8652c307ebc23ce44047d215eec889d8850",
6089                "reference": "043bf8652c307ebc23ce44047d215eec889d8850",
6090                "shasum": ""
6091            },
6092            "require": {
6093                "php": ">=7.1.3",
6094                "symfony/filesystem": "^3.4|^4.0|^5.0",
6095                "symfony/polyfill-ctype": "~1.8"
6096            },
6097            "conflict": {
6098                "symfony/finder": "<3.4"
6099            },
6100            "require-dev": {
6101                "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
6102                "symfony/finder": "^3.4|^4.0|^5.0",
6103                "symfony/messenger": "^4.1|^5.0",
6104                "symfony/service-contracts": "^1.1|^2",
6105                "symfony/yaml": "^3.4|^4.0|^5.0"
6106            },
6107            "suggest": {
6108                "symfony/yaml": "To use the yaml reference dumper"
6109            },
6110            "type": "library",
6111            "extra": {
6112                "branch-alias": {
6113                    "dev-master": "4.4-dev"
6114                }
6115            },
6116            "autoload": {
6117                "psr-4": {
6118                    "Symfony\\Component\\Config\\": ""
6119                },
6120                "exclude-from-classmap": [
6121                    "/Tests/"
6122                ]
6123            },
6124            "notification-url": "https://packagist.org/downloads/",
6125            "license": [
6126                "MIT"
6127            ],
6128            "authors": [
6129                {
6130                    "name": "Fabien Potencier",
6131                    "email": "fabien@symfony.com"
6132                },
6133                {
6134                    "name": "Symfony Community",
6135                    "homepage": "https://symfony.com/contributors"
6136                }
6137            ],
6138            "description": "Symfony Config Component",
6139            "homepage": "https://symfony.com",
6140            "funding": [
6141                {
6142                    "url": "https://symfony.com/sponsor",
6143                    "type": "custom"
6144                },
6145                {
6146                    "url": "https://github.com/fabpot",
6147                    "type": "github"
6148                },
6149                {
6150                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6151                    "type": "tidelift"
6152                }
6153            ],
6154            "time": "2020-08-10T07:27:51+00:00"
6155        },
6156        {
6157            "name": "symfony/console",
6158            "version": "v4.4.13",
6159            "source": {
6160                "type": "git",
6161                "url": "https://github.com/symfony/console.git",
6162                "reference": "b39fd99b9297b67fb7633b7d8083957a97e1e727"
6163            },
6164            "dist": {
6165                "type": "zip",
6166                "url": "https://api.github.com/repos/symfony/console/zipball/b39fd99b9297b67fb7633b7d8083957a97e1e727",
6167                "reference": "b39fd99b9297b67fb7633b7d8083957a97e1e727",
6168                "shasum": ""
6169            },
6170            "require": {
6171                "php": ">=7.1.3",
6172                "symfony/polyfill-mbstring": "~1.0",
6173                "symfony/polyfill-php73": "^1.8",
6174                "symfony/polyfill-php80": "^1.15",
6175                "symfony/service-contracts": "^1.1|^2"
6176            },
6177            "conflict": {
6178                "symfony/dependency-injection": "<3.4",
6179                "symfony/event-dispatcher": "<4.3|>=5",
6180                "symfony/lock": "<4.4",
6181                "symfony/process": "<3.3"
6182            },
6183            "provide": {
6184                "psr/log-implementation": "1.0"
6185            },
6186            "require-dev": {
6187                "psr/log": "~1.0",
6188                "symfony/config": "^3.4|^4.0|^5.0",
6189                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
6190                "symfony/event-dispatcher": "^4.3",
6191                "symfony/lock": "^4.4|^5.0",
6192                "symfony/process": "^3.4|^4.0|^5.0",
6193                "symfony/var-dumper": "^4.3|^5.0"
6194            },
6195            "suggest": {
6196                "psr/log": "For using the console logger",
6197                "symfony/event-dispatcher": "",
6198                "symfony/lock": "",
6199                "symfony/process": ""
6200            },
6201            "type": "library",
6202            "extra": {
6203                "branch-alias": {
6204                    "dev-master": "4.4-dev"
6205                }
6206            },
6207            "autoload": {
6208                "psr-4": {
6209                    "Symfony\\Component\\Console\\": ""
6210                },
6211                "exclude-from-classmap": [
6212                    "/Tests/"
6213                ]
6214            },
6215            "notification-url": "https://packagist.org/downloads/",
6216            "license": [
6217                "MIT"
6218            ],
6219            "authors": [
6220                {
6221                    "name": "Fabien Potencier",
6222                    "email": "fabien@symfony.com"
6223                },
6224                {
6225                    "name": "Symfony Community",
6226                    "homepage": "https://symfony.com/contributors"
6227                }
6228            ],
6229            "description": "Symfony Console Component",
6230            "homepage": "https://symfony.com",
6231            "funding": [
6232                {
6233                    "url": "https://symfony.com/sponsor",
6234                    "type": "custom"
6235                },
6236                {
6237                    "url": "https://github.com/fabpot",
6238                    "type": "github"
6239                },
6240                {
6241                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6242                    "type": "tidelift"
6243                }
6244            ],
6245            "time": "2020-09-02T07:07:21+00:00"
6246        },
6247        {
6248            "name": "symfony/filesystem",
6249            "version": "v4.4.13",
6250            "source": {
6251                "type": "git",
6252                "url": "https://github.com/symfony/filesystem.git",
6253                "reference": "27575bcbc68db1f6d06218891296572c9b845704"
6254            },
6255            "dist": {
6256                "type": "zip",
6257                "url": "https://api.github.com/repos/symfony/filesystem/zipball/27575bcbc68db1f6d06218891296572c9b845704",
6258                "reference": "27575bcbc68db1f6d06218891296572c9b845704",
6259                "shasum": ""
6260            },
6261            "require": {
6262                "php": ">=7.1.3",
6263                "symfony/polyfill-ctype": "~1.8"
6264            },
6265            "type": "library",
6266            "extra": {
6267                "branch-alias": {
6268                    "dev-master": "4.4-dev"
6269                }
6270            },
6271            "autoload": {
6272                "psr-4": {
6273                    "Symfony\\Component\\Filesystem\\": ""
6274                },
6275                "exclude-from-classmap": [
6276                    "/Tests/"
6277                ]
6278            },
6279            "notification-url": "https://packagist.org/downloads/",
6280            "license": [
6281                "MIT"
6282            ],
6283            "authors": [
6284                {
6285                    "name": "Fabien Potencier",
6286                    "email": "fabien@symfony.com"
6287                },
6288                {
6289                    "name": "Symfony Community",
6290                    "homepage": "https://symfony.com/contributors"
6291                }
6292            ],
6293            "description": "Symfony Filesystem Component",
6294            "homepage": "https://symfony.com",
6295            "funding": [
6296                {
6297                    "url": "https://symfony.com/sponsor",
6298                    "type": "custom"
6299                },
6300                {
6301                    "url": "https://github.com/fabpot",
6302                    "type": "github"
6303                },
6304                {
6305                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6306                    "type": "tidelift"
6307                }
6308            ],
6309            "time": "2020-08-21T17:19:37+00:00"
6310        },
6311        {
6312            "name": "symfony/finder",
6313            "version": "v4.4.13",
6314            "source": {
6315                "type": "git",
6316                "url": "https://github.com/symfony/finder.git",
6317                "reference": "2a78590b2c7e3de5c429628457c47541c58db9c7"
6318            },
6319            "dist": {
6320                "type": "zip",
6321                "url": "https://api.github.com/repos/symfony/finder/zipball/2a78590b2c7e3de5c429628457c47541c58db9c7",
6322                "reference": "2a78590b2c7e3de5c429628457c47541c58db9c7",
6323                "shasum": ""
6324            },
6325            "require": {
6326                "php": ">=7.1.3"
6327            },
6328            "type": "library",
6329            "extra": {
6330                "branch-alias": {
6331                    "dev-master": "4.4-dev"
6332                }
6333            },
6334            "autoload": {
6335                "psr-4": {
6336                    "Symfony\\Component\\Finder\\": ""
6337                },
6338                "exclude-from-classmap": [
6339                    "/Tests/"
6340                ]
6341            },
6342            "notification-url": "https://packagist.org/downloads/",
6343            "license": [
6344                "MIT"
6345            ],
6346            "authors": [
6347                {
6348                    "name": "Fabien Potencier",
6349                    "email": "fabien@symfony.com"
6350                },
6351                {
6352                    "name": "Symfony Community",
6353                    "homepage": "https://symfony.com/contributors"
6354                }
6355            ],
6356            "description": "Symfony Finder Component",
6357            "homepage": "https://symfony.com",
6358            "funding": [
6359                {
6360                    "url": "https://symfony.com/sponsor",
6361                    "type": "custom"
6362                },
6363                {
6364                    "url": "https://github.com/fabpot",
6365                    "type": "github"
6366                },
6367                {
6368                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6369                    "type": "tidelift"
6370                }
6371            ],
6372            "time": "2020-08-17T09:56:45+00:00"
6373        },
6374        {
6375            "name": "symfony/polyfill-php73",
6376            "version": "v1.18.1",
6377            "source": {
6378                "type": "git",
6379                "url": "https://github.com/symfony/polyfill-php73.git",
6380                "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
6381            },
6382            "dist": {
6383                "type": "zip",
6384                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
6385                "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
6386                "shasum": ""
6387            },
6388            "require": {
6389                "php": ">=5.3.3"
6390            },
6391            "type": "library",
6392            "extra": {
6393                "branch-alias": {
6394                    "dev-master": "1.18-dev"
6395                },
6396                "thanks": {
6397                    "name": "symfony/polyfill",
6398                    "url": "https://github.com/symfony/polyfill"
6399                }
6400            },
6401            "autoload": {
6402                "psr-4": {
6403                    "Symfony\\Polyfill\\Php73\\": ""
6404                },
6405                "files": [
6406                    "bootstrap.php"
6407                ],
6408                "classmap": [
6409                    "Resources/stubs"
6410                ]
6411            },
6412            "notification-url": "https://packagist.org/downloads/",
6413            "license": [
6414                "MIT"
6415            ],
6416            "authors": [
6417                {
6418                    "name": "Nicolas Grekas",
6419                    "email": "p@tchwork.com"
6420                },
6421                {
6422                    "name": "Symfony Community",
6423                    "homepage": "https://symfony.com/contributors"
6424                }
6425            ],
6426            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
6427            "homepage": "https://symfony.com",
6428            "keywords": [
6429                "compatibility",
6430                "polyfill",
6431                "portable",
6432                "shim"
6433            ],
6434            "funding": [
6435                {
6436                    "url": "https://symfony.com/sponsor",
6437                    "type": "custom"
6438                },
6439                {
6440                    "url": "https://github.com/fabpot",
6441                    "type": "github"
6442                },
6443                {
6444                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6445                    "type": "tidelift"
6446                }
6447            ],
6448            "time": "2020-07-14T12:35:20+00:00"
6449        },
6450        {
6451            "name": "symfony/process",
6452            "version": "v4.4.13",
6453            "source": {
6454                "type": "git",
6455                "url": "https://github.com/symfony/process.git",
6456                "reference": "65e70bab62f3da7089a8d4591fb23fbacacb3479"
6457            },
6458            "dist": {
6459                "type": "zip",
6460                "url": "https://api.github.com/repos/symfony/process/zipball/65e70bab62f3da7089a8d4591fb23fbacacb3479",
6461                "reference": "65e70bab62f3da7089a8d4591fb23fbacacb3479",
6462                "shasum": ""
6463            },
6464            "require": {
6465                "php": ">=7.1.3"
6466            },
6467            "type": "library",
6468            "extra": {
6469                "branch-alias": {
6470                    "dev-master": "4.4-dev"
6471                }
6472            },
6473            "autoload": {
6474                "psr-4": {
6475                    "Symfony\\Component\\Process\\": ""
6476                },
6477                "exclude-from-classmap": [
6478                    "/Tests/"
6479                ]
6480            },
6481            "notification-url": "https://packagist.org/downloads/",
6482            "license": [
6483                "MIT"
6484            ],
6485            "authors": [
6486                {
6487                    "name": "Fabien Potencier",
6488                    "email": "fabien@symfony.com"
6489                },
6490                {
6491                    "name": "Symfony Community",
6492                    "homepage": "https://symfony.com/contributors"
6493                }
6494            ],
6495            "description": "Symfony Process Component",
6496            "homepage": "https://symfony.com",
6497            "funding": [
6498                {
6499                    "url": "https://symfony.com/sponsor",
6500                    "type": "custom"
6501                },
6502                {
6503                    "url": "https://github.com/fabpot",
6504                    "type": "github"
6505                },
6506                {
6507                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6508                    "type": "tidelift"
6509                }
6510            ],
6511            "time": "2020-07-23T08:31:43+00:00"
6512        },
6513        {
6514            "name": "symfony/stopwatch",
6515            "version": "v4.4.13",
6516            "source": {
6517                "type": "git",
6518                "url": "https://github.com/symfony/stopwatch.git",
6519                "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50"
6520            },
6521            "dist": {
6522                "type": "zip",
6523                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f51fb90df1154a7f75987198a9689e28f91e6a50",
6524                "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50",
6525                "shasum": ""
6526            },
6527            "require": {
6528                "php": ">=7.1.3",
6529                "symfony/service-contracts": "^1.0|^2"
6530            },
6531            "type": "library",
6532            "extra": {
6533                "branch-alias": {
6534                    "dev-master": "4.4-dev"
6535                }
6536            },
6537            "autoload": {
6538                "psr-4": {
6539                    "Symfony\\Component\\Stopwatch\\": ""
6540                },
6541                "exclude-from-classmap": [
6542                    "/Tests/"
6543                ]
6544            },
6545            "notification-url": "https://packagist.org/downloads/",
6546            "license": [
6547                "MIT"
6548            ],
6549            "authors": [
6550                {
6551                    "name": "Fabien Potencier",
6552                    "email": "fabien@symfony.com"
6553                },
6554                {
6555                    "name": "Symfony Community",
6556                    "homepage": "https://symfony.com/contributors"
6557                }
6558            ],
6559            "description": "Symfony Stopwatch Component",
6560            "homepage": "https://symfony.com",
6561            "funding": [
6562                {
6563                    "url": "https://symfony.com/sponsor",
6564                    "type": "custom"
6565                },
6566                {
6567                    "url": "https://github.com/fabpot",
6568                    "type": "github"
6569                },
6570                {
6571                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6572                    "type": "tidelift"
6573                }
6574            ],
6575            "time": "2020-05-20T08:37:50+00:00"
6576        },
6577        {
6578            "name": "symfony/var-dumper",
6579            "version": "v4.4.13",
6580            "source": {
6581                "type": "git",
6582                "url": "https://github.com/symfony/var-dumper.git",
6583                "reference": "1bef32329f3166486ab7cb88599cae4875632b99"
6584            },
6585            "dist": {
6586                "type": "zip",
6587                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1bef32329f3166486ab7cb88599cae4875632b99",
6588                "reference": "1bef32329f3166486ab7cb88599cae4875632b99",
6589                "shasum": ""
6590            },
6591            "require": {
6592                "php": ">=7.1.3",
6593                "symfony/polyfill-mbstring": "~1.0",
6594                "symfony/polyfill-php72": "~1.5",
6595                "symfony/polyfill-php80": "^1.15"
6596            },
6597            "conflict": {
6598                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6599                "symfony/console": "<3.4"
6600            },
6601            "require-dev": {
6602                "ext-iconv": "*",
6603                "symfony/console": "^3.4|^4.0|^5.0",
6604                "symfony/process": "^4.4|^5.0",
6605                "twig/twig": "^1.34|^2.4|^3.0"
6606            },
6607            "suggest": {
6608                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
6609                "ext-intl": "To show region name in time zone dump",
6610                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
6611            },
6612            "bin": [
6613                "Resources/bin/var-dump-server"
6614            ],
6615            "type": "library",
6616            "extra": {
6617                "branch-alias": {
6618                    "dev-master": "4.4-dev"
6619                }
6620            },
6621            "autoload": {
6622                "files": [
6623                    "Resources/functions/dump.php"
6624                ],
6625                "psr-4": {
6626                    "Symfony\\Component\\VarDumper\\": ""
6627                },
6628                "exclude-from-classmap": [
6629                    "/Tests/"
6630                ]
6631            },
6632            "notification-url": "https://packagist.org/downloads/",
6633            "license": [
6634                "MIT"
6635            ],
6636            "authors": [
6637                {
6638                    "name": "Nicolas Grekas",
6639                    "email": "p@tchwork.com"
6640                },
6641                {
6642                    "name": "Symfony Community",
6643                    "homepage": "https://symfony.com/contributors"
6644                }
6645            ],
6646            "description": "Symfony mechanism for exploring and dumping PHP variables",
6647            "homepage": "https://symfony.com",
6648            "keywords": [
6649                "debug",
6650                "dump"
6651            ],
6652            "funding": [
6653                {
6654                    "url": "https://symfony.com/sponsor",
6655                    "type": "custom"
6656                },
6657                {
6658                    "url": "https://github.com/fabpot",
6659                    "type": "github"
6660                },
6661                {
6662                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6663                    "type": "tidelift"
6664                }
6665            ],
6666            "time": "2020-08-17T07:31:35+00:00"
6667        },
6668        {
6669            "name": "symfony/yaml",
6670            "version": "v4.4.13",
6671            "source": {
6672                "type": "git",
6673                "url": "https://github.com/symfony/yaml.git",
6674                "reference": "e2a69525b11a33be51cb00b8d6d13a9258a296b1"
6675            },
6676            "dist": {
6677                "type": "zip",
6678                "url": "https://api.github.com/repos/symfony/yaml/zipball/e2a69525b11a33be51cb00b8d6d13a9258a296b1",
6679                "reference": "e2a69525b11a33be51cb00b8d6d13a9258a296b1",
6680                "shasum": ""
6681            },
6682            "require": {
6683                "php": ">=7.1.3",
6684                "symfony/polyfill-ctype": "~1.8"
6685            },
6686            "conflict": {
6687                "symfony/console": "<3.4"
6688            },
6689            "require-dev": {
6690                "symfony/console": "^3.4|^4.0|^5.0"
6691            },
6692            "suggest": {
6693                "symfony/console": "For validating YAML files using the lint command"
6694            },
6695            "type": "library",
6696            "extra": {
6697                "branch-alias": {
6698                    "dev-master": "4.4-dev"
6699                }
6700            },
6701            "autoload": {
6702                "psr-4": {
6703                    "Symfony\\Component\\Yaml\\": ""
6704                },
6705                "exclude-from-classmap": [
6706                    "/Tests/"
6707                ]
6708            },
6709            "notification-url": "https://packagist.org/downloads/",
6710            "license": [
6711                "MIT"
6712            ],
6713            "authors": [
6714                {
6715                    "name": "Fabien Potencier",
6716                    "email": "fabien@symfony.com"
6717                },
6718                {
6719                    "name": "Symfony Community",
6720                    "homepage": "https://symfony.com/contributors"
6721                }
6722            ],
6723            "description": "Symfony Yaml Component",
6724            "homepage": "https://symfony.com",
6725            "funding": [
6726                {
6727                    "url": "https://symfony.com/sponsor",
6728                    "type": "custom"
6729                },
6730                {
6731                    "url": "https://github.com/fabpot",
6732                    "type": "github"
6733                },
6734                {
6735                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6736                    "type": "tidelift"
6737                }
6738            ],
6739            "time": "2020-08-26T08:30:46+00:00"
6740        },
6741        {
6742            "name": "theseer/tokenizer",
6743            "version": "1.1.3",
6744            "source": {
6745                "type": "git",
6746                "url": "https://github.com/theseer/tokenizer.git",
6747                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
6748            },
6749            "dist": {
6750                "type": "zip",
6751                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6752                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6753                "shasum": ""
6754            },
6755            "require": {
6756                "ext-dom": "*",
6757                "ext-tokenizer": "*",
6758                "ext-xmlwriter": "*",
6759                "php": "^7.0"
6760            },
6761            "type": "library",
6762            "autoload": {
6763                "classmap": [
6764                    "src/"
6765                ]
6766            },
6767            "notification-url": "https://packagist.org/downloads/",
6768            "license": [
6769                "BSD-3-Clause"
6770            ],
6771            "authors": [
6772                {
6773                    "name": "Arne Blankerts",
6774                    "email": "arne@blankerts.de",
6775                    "role": "Developer"
6776                }
6777            ],
6778            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6779            "time": "2019-06-13T22:48:21+00:00"
6780        },
6781        {
6782            "name": "webmozart/assert",
6783            "version": "1.9.1",
6784            "source": {
6785                "type": "git",
6786                "url": "https://github.com/webmozart/assert.git",
6787                "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
6788            },
6789            "dist": {
6790                "type": "zip",
6791                "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
6792                "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
6793                "shasum": ""
6794            },
6795            "require": {
6796                "php": "^5.3.3 || ^7.0 || ^8.0",
6797                "symfony/polyfill-ctype": "^1.8"
6798            },
6799            "conflict": {
6800                "phpstan/phpstan": "<0.12.20",
6801                "vimeo/psalm": "<3.9.1"
6802            },
6803            "require-dev": {
6804                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
6805            },
6806            "type": "library",
6807            "autoload": {
6808                "psr-4": {
6809                    "Webmozart\\Assert\\": "src/"
6810                }
6811            },
6812            "notification-url": "https://packagist.org/downloads/",
6813            "license": [
6814                "MIT"
6815            ],
6816            "authors": [
6817                {
6818                    "name": "Bernhard Schussek",
6819                    "email": "bschussek@gmail.com"
6820                }
6821            ],
6822            "description": "Assertions to validate method input/output with nice error messages.",
6823            "keywords": [
6824                "assert",
6825                "check",
6826                "validate"
6827            ],
6828            "time": "2020-07-08T17:02:28+00:00"
6829        }
6830    ],
6831    "aliases": [],
6832    "minimum-stability": "stable",
6833    "stability-flags": [],
6834    "prefer-stable": false,
6835    "prefer-lowest": false,
6836    "platform": {
6837        "ext-curl": "*",
6838        "ext-gd": "*",
6839        "ext-iconv": "*",
6840        "ext-intl": "*",
6841        "ext-json": "*",
6842        "ext-pcre": "*",
6843        "ext-pdo": "*",
6844        "ext-session": "*",
6845        "ext-simplexml": "*",
6846        "ext-xml": "*",
6847        "ext-zip": "*"
6848    },
6849    "platform-dev": {
6850        "ext-pdo_sqlite": "*",
6851        "ext-sqlite3": "*"
6852    },
6853    "platform-overrides": {
6854        "php": "7.1.8"
6855    },
6856    "plugin-api-version": "1.1.0"
6857}
6858