xref: /webtrees/composer.lock (revision d3744fc7614d3127c84109f68f7045777b04c62b)
1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "8afa0a7b4e1996d2e3c86a5fc02a743a",
8    "packages": [
9        {
10            "name": "aura/router",
11            "version": "3.1.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/auraphp/Aura.Router.git",
15                "reference": "52507bc813c92511dbcacc7463f163ef5149ad38"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/52507bc813c92511dbcacc7463f163ef5149ad38",
20                "reference": "52507bc813c92511dbcacc7463f163ef5149ad38",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=5.5.0",
25                "psr/http-message": "~1.0",
26                "psr/log": "~1.0"
27            },
28            "require-dev": {
29                "phpunit/phpunit": "~5.7 || ~4.8",
30                "zendframework/zend-diactoros": "~1.0"
31            },
32            "type": "library",
33            "autoload": {
34                "psr-4": {
35                    "Aura\\Router\\": "src/"
36                }
37            },
38            "notification-url": "https://packagist.org/downloads/",
39            "license": [
40                "MIT"
41            ],
42            "authors": [
43                {
44                    "name": "Aura.Router Contributors",
45                    "homepage": "https://github.com/auraphp/Aura.Router/contributors"
46                }
47            ],
48            "description": "Powerful, flexible web routing for PSR-7 requests.",
49            "homepage": "https://github.com/auraphp/Aura.Router",
50            "keywords": [
51                "psr-7",
52                "route",
53                "router",
54                "routing"
55            ],
56            "time": "2017-03-02T16:34:47+00:00"
57        },
58        {
59            "name": "doctrine/cache",
60            "version": "1.10.2",
61            "source": {
62                "type": "git",
63                "url": "https://github.com/doctrine/cache.git",
64                "reference": "13e3381b25847283a91948d04640543941309727"
65            },
66            "dist": {
67                "type": "zip",
68                "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
69                "reference": "13e3381b25847283a91948d04640543941309727",
70                "shasum": ""
71            },
72            "require": {
73                "php": "~7.1 || ^8.0"
74            },
75            "conflict": {
76                "doctrine/common": ">2.2,<2.4"
77            },
78            "require-dev": {
79                "alcaeus/mongo-php-adapter": "^1.1",
80                "doctrine/coding-standard": "^6.0",
81                "mongodb/mongodb": "^1.1",
82                "phpunit/phpunit": "^7.0",
83                "predis/predis": "~1.0"
84            },
85            "suggest": {
86                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
87            },
88            "type": "library",
89            "extra": {
90                "branch-alias": {
91                    "dev-master": "1.9.x-dev"
92                }
93            },
94            "autoload": {
95                "psr-4": {
96                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
97                }
98            },
99            "notification-url": "https://packagist.org/downloads/",
100            "license": [
101                "MIT"
102            ],
103            "authors": [
104                {
105                    "name": "Guilherme Blanco",
106                    "email": "guilhermeblanco@gmail.com"
107                },
108                {
109                    "name": "Roman Borschel",
110                    "email": "roman@code-factory.org"
111                },
112                {
113                    "name": "Benjamin Eberlei",
114                    "email": "kontakt@beberlei.de"
115                },
116                {
117                    "name": "Jonathan Wage",
118                    "email": "jonwage@gmail.com"
119                },
120                {
121                    "name": "Johannes Schmitt",
122                    "email": "schmittjoh@gmail.com"
123                }
124            ],
125            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
126            "homepage": "https://www.doctrine-project.org/projects/cache.html",
127            "keywords": [
128                "abstraction",
129                "apcu",
130                "cache",
131                "caching",
132                "couchdb",
133                "memcached",
134                "php",
135                "redis",
136                "xcache"
137            ],
138            "funding": [
139                {
140                    "url": "https://www.doctrine-project.org/sponsorship.html",
141                    "type": "custom"
142                },
143                {
144                    "url": "https://www.patreon.com/phpdoctrine",
145                    "type": "patreon"
146                },
147                {
148                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
149                    "type": "tidelift"
150                }
151            ],
152            "time": "2020-07-07T18:54:01+00:00"
153        },
154        {
155            "name": "doctrine/dbal",
156            "version": "v2.9.3",
157            "source": {
158                "type": "git",
159                "url": "https://github.com/doctrine/dbal.git",
160                "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035"
161            },
162            "dist": {
163                "type": "zip",
164                "url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035",
165                "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035",
166                "shasum": ""
167            },
168            "require": {
169                "doctrine/cache": "^1.0",
170                "doctrine/event-manager": "^1.0",
171                "ext-pdo": "*",
172                "php": "^7.1"
173            },
174            "require-dev": {
175                "doctrine/coding-standard": "^5.0",
176                "jetbrains/phpstorm-stubs": "^2018.1.2",
177                "phpstan/phpstan": "^0.10.1",
178                "phpunit/phpunit": "^7.4",
179                "symfony/console": "^2.0.5|^3.0|^4.0",
180                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
181            },
182            "suggest": {
183                "symfony/console": "For helpful console commands such as SQL execution and import of files."
184            },
185            "bin": [
186                "bin/doctrine-dbal"
187            ],
188            "type": "library",
189            "extra": {
190                "branch-alias": {
191                    "dev-master": "2.9.x-dev",
192                    "dev-develop": "3.0.x-dev"
193                }
194            },
195            "autoload": {
196                "psr-4": {
197                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
198                }
199            },
200            "notification-url": "https://packagist.org/downloads/",
201            "license": [
202                "MIT"
203            ],
204            "authors": [
205                {
206                    "name": "Guilherme Blanco",
207                    "email": "guilhermeblanco@gmail.com"
208                },
209                {
210                    "name": "Roman Borschel",
211                    "email": "roman@code-factory.org"
212                },
213                {
214                    "name": "Benjamin Eberlei",
215                    "email": "kontakt@beberlei.de"
216                },
217                {
218                    "name": "Jonathan Wage",
219                    "email": "jonwage@gmail.com"
220                }
221            ],
222            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
223            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
224            "keywords": [
225                "abstraction",
226                "database",
227                "dbal",
228                "mysql",
229                "persistence",
230                "pgsql",
231                "php",
232                "queryobject"
233            ],
234            "time": "2019-11-02T22:19:34+00:00"
235        },
236        {
237            "name": "doctrine/event-manager",
238            "version": "1.1.1",
239            "source": {
240                "type": "git",
241                "url": "https://github.com/doctrine/event-manager.git",
242                "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
243            },
244            "dist": {
245                "type": "zip",
246                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
247                "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
248                "shasum": ""
249            },
250            "require": {
251                "php": "^7.1 || ^8.0"
252            },
253            "conflict": {
254                "doctrine/common": "<2.9@dev"
255            },
256            "require-dev": {
257                "doctrine/coding-standard": "^6.0",
258                "phpunit/phpunit": "^7.0"
259            },
260            "type": "library",
261            "extra": {
262                "branch-alias": {
263                    "dev-master": "1.0.x-dev"
264                }
265            },
266            "autoload": {
267                "psr-4": {
268                    "Doctrine\\Common\\": "lib/Doctrine/Common"
269                }
270            },
271            "notification-url": "https://packagist.org/downloads/",
272            "license": [
273                "MIT"
274            ],
275            "authors": [
276                {
277                    "name": "Guilherme Blanco",
278                    "email": "guilhermeblanco@gmail.com"
279                },
280                {
281                    "name": "Roman Borschel",
282                    "email": "roman@code-factory.org"
283                },
284                {
285                    "name": "Benjamin Eberlei",
286                    "email": "kontakt@beberlei.de"
287                },
288                {
289                    "name": "Jonathan Wage",
290                    "email": "jonwage@gmail.com"
291                },
292                {
293                    "name": "Johannes Schmitt",
294                    "email": "schmittjoh@gmail.com"
295                },
296                {
297                    "name": "Marco Pivetta",
298                    "email": "ocramius@gmail.com"
299                }
300            ],
301            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
302            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
303            "keywords": [
304                "event",
305                "event dispatcher",
306                "event manager",
307                "event system",
308                "events"
309            ],
310            "funding": [
311                {
312                    "url": "https://www.doctrine-project.org/sponsorship.html",
313                    "type": "custom"
314                },
315                {
316                    "url": "https://www.patreon.com/phpdoctrine",
317                    "type": "patreon"
318                },
319                {
320                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
321                    "type": "tidelift"
322                }
323            ],
324            "time": "2020-05-29T18:28:51+00:00"
325        },
326        {
327            "name": "doctrine/inflector",
328            "version": "1.3.1",
329            "source": {
330                "type": "git",
331                "url": "https://github.com/doctrine/inflector.git",
332                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
333            },
334            "dist": {
335                "type": "zip",
336                "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
337                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
338                "shasum": ""
339            },
340            "require": {
341                "php": "^7.1"
342            },
343            "require-dev": {
344                "phpunit/phpunit": "^6.2"
345            },
346            "type": "library",
347            "extra": {
348                "branch-alias": {
349                    "dev-master": "1.3.x-dev"
350                }
351            },
352            "autoload": {
353                "psr-4": {
354                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
355                }
356            },
357            "notification-url": "https://packagist.org/downloads/",
358            "license": [
359                "MIT"
360            ],
361            "authors": [
362                {
363                    "name": "Guilherme Blanco",
364                    "email": "guilhermeblanco@gmail.com"
365                },
366                {
367                    "name": "Roman Borschel",
368                    "email": "roman@code-factory.org"
369                },
370                {
371                    "name": "Benjamin Eberlei",
372                    "email": "kontakt@beberlei.de"
373                },
374                {
375                    "name": "Jonathan Wage",
376                    "email": "jonwage@gmail.com"
377                },
378                {
379                    "name": "Johannes Schmitt",
380                    "email": "schmittjoh@gmail.com"
381                }
382            ],
383            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
384            "homepage": "http://www.doctrine-project.org",
385            "keywords": [
386                "inflection",
387                "pluralize",
388                "singularize",
389                "string"
390            ],
391            "time": "2019-10-30T19:59:35+00:00"
392        },
393        {
394            "name": "doctrine/lexer",
395            "version": "1.0.2",
396            "source": {
397                "type": "git",
398                "url": "https://github.com/doctrine/lexer.git",
399                "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
400            },
401            "dist": {
402                "type": "zip",
403                "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
404                "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
405                "shasum": ""
406            },
407            "require": {
408                "php": ">=5.3.2"
409            },
410            "require-dev": {
411                "phpunit/phpunit": "^4.5"
412            },
413            "type": "library",
414            "extra": {
415                "branch-alias": {
416                    "dev-master": "1.0.x-dev"
417                }
418            },
419            "autoload": {
420                "psr-4": {
421                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
422                }
423            },
424            "notification-url": "https://packagist.org/downloads/",
425            "license": [
426                "MIT"
427            ],
428            "authors": [
429                {
430                    "name": "Roman Borschel",
431                    "email": "roman@code-factory.org"
432                },
433                {
434                    "name": "Guilherme Blanco",
435                    "email": "guilhermeblanco@gmail.com"
436                },
437                {
438                    "name": "Johannes Schmitt",
439                    "email": "schmittjoh@gmail.com"
440                }
441            ],
442            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
443            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
444            "keywords": [
445                "annotations",
446                "docblock",
447                "lexer",
448                "parser",
449                "php"
450            ],
451            "time": "2019-06-08T11:03:04+00:00"
452        },
453        {
454            "name": "egulias/email-validator",
455            "version": "2.1.18",
456            "source": {
457                "type": "git",
458                "url": "https://github.com/egulias/EmailValidator.git",
459                "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
460            },
461            "dist": {
462                "type": "zip",
463                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
464                "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
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-06-16T20:11:17+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.3",
1354            "source": {
1355                "type": "git",
1356                "url": "https://github.com/thephpleague/commonmark.git",
1357                "reference": "2574454b97e4103dc4e36917bd783b25624aefcd"
1358            },
1359            "dist": {
1360                "type": "zip",
1361                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2574454b97e4103dc4e36917bd783b25624aefcd",
1362                "reference": "2574454b97e4103dc4e36917bd783b25624aefcd",
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-07-19T22:47:30+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.38.0",
1809            "source": {
1810                "type": "git",
1811                "url": "https://github.com/briannesbitt/Carbon.git",
1812                "reference": "d8f6a6a91d1eb9304527b040500f61923e97674b"
1813            },
1814            "dist": {
1815                "type": "zip",
1816                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d8f6a6a91d1eb9304527b040500f61923e97674b",
1817                "reference": "d8f6a6a91d1eb9304527b040500f61923e97674b",
1818                "shasum": ""
1819            },
1820            "require": {
1821                "ext-json": "*",
1822                "php": "^7.1.8 || ^8.0",
1823                "symfony/polyfill-mbstring": "^1.0",
1824                "symfony/translation": "^3.4 || ^4.0 || ^5.0"
1825            },
1826            "require-dev": {
1827                "doctrine/orm": "^2.7",
1828                "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
1829                "kylekatarnls/multi-tester": "^2.0",
1830                "phpmd/phpmd": "^2.8",
1831                "phpstan/extension-installer": "^1.0",
1832                "phpstan/phpstan": "^0.12.35",
1833                "phpunit/phpunit": "^7.5 || ^8.0",
1834                "squizlabs/php_codesniffer": "^3.4"
1835            },
1836            "bin": [
1837                "bin/carbon"
1838            ],
1839            "type": "library",
1840            "extra": {
1841                "branch-alias": {
1842                    "dev-master": "2.x-dev",
1843                    "dev-3.x": "3.x-dev"
1844                },
1845                "laravel": {
1846                    "providers": [
1847                        "Carbon\\Laravel\\ServiceProvider"
1848                    ]
1849                },
1850                "phpstan": {
1851                    "includes": [
1852                        "extension.neon"
1853                    ]
1854                }
1855            },
1856            "autoload": {
1857                "psr-4": {
1858                    "Carbon\\": "src/Carbon/"
1859                }
1860            },
1861            "notification-url": "https://packagist.org/downloads/",
1862            "license": [
1863                "MIT"
1864            ],
1865            "authors": [
1866                {
1867                    "name": "Brian Nesbitt",
1868                    "email": "brian@nesbot.com",
1869                    "homepage": "http://nesbot.com"
1870                },
1871                {
1872                    "name": "kylekatarnls",
1873                    "homepage": "http://github.com/kylekatarnls"
1874                }
1875            ],
1876            "description": "An API extension for DateTime that supports 281 different languages.",
1877            "homepage": "http://carbon.nesbot.com",
1878            "keywords": [
1879                "date",
1880                "datetime",
1881                "time"
1882            ],
1883            "funding": [
1884                {
1885                    "url": "https://opencollective.com/Carbon",
1886                    "type": "open_collective"
1887                },
1888                {
1889                    "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
1890                    "type": "tidelift"
1891                }
1892            ],
1893            "time": "2020-08-04T19:12:46+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.11",
2767            "source": {
2768                "type": "git",
2769                "url": "https://github.com/symfony/cache.git",
2770                "reference": "b9ae3539a0ecd7bcffe426f7a91401489c069834"
2771            },
2772            "dist": {
2773                "type": "zip",
2774                "url": "https://api.github.com/repos/symfony/cache/zipball/b9ae3539a0ecd7bcffe426f7a91401489c069834",
2775                "reference": "b9ae3539a0ecd7bcffe426f7a91401489c069834",
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-07-23T11:31:42+00:00"
2856        },
2857        {
2858            "name": "symfony/cache-contracts",
2859            "version": "v1.1.9",
2860            "source": {
2861                "type": "git",
2862                "url": "https://github.com/symfony/cache-contracts.git",
2863                "reference": "4638bdd93e14dddc171212258d0c6d8c95e95ced"
2864            },
2865            "dist": {
2866                "type": "zip",
2867                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/4638bdd93e14dddc171212258d0c6d8c95e95ced",
2868                "reference": "4638bdd93e14dddc171212258d0c6d8c95e95ced",
2869                "shasum": ""
2870            },
2871            "require": {
2872                "php": ">=7.1.3",
2873                "psr/cache": "^1.0"
2874            },
2875            "suggest": {
2876                "symfony/cache-implementation": ""
2877            },
2878            "type": "library",
2879            "extra": {
2880                "branch-alias": {
2881                    "dev-master": "1.1-dev"
2882                },
2883                "thanks": {
2884                    "name": "symfony/contracts",
2885                    "url": "https://github.com/symfony/contracts"
2886                }
2887            },
2888            "autoload": {
2889                "psr-4": {
2890                    "Symfony\\Contracts\\Cache\\": ""
2891                }
2892            },
2893            "notification-url": "https://packagist.org/downloads/",
2894            "license": [
2895                "MIT"
2896            ],
2897            "authors": [
2898                {
2899                    "name": "Nicolas Grekas",
2900                    "email": "p@tchwork.com"
2901                },
2902                {
2903                    "name": "Symfony Community",
2904                    "homepage": "https://symfony.com/contributors"
2905                }
2906            ],
2907            "description": "Generic abstractions related to caching",
2908            "homepage": "https://symfony.com",
2909            "keywords": [
2910                "abstractions",
2911                "contracts",
2912                "decoupling",
2913                "interfaces",
2914                "interoperability",
2915                "standards"
2916            ],
2917            "funding": [
2918                {
2919                    "url": "https://symfony.com/sponsor",
2920                    "type": "custom"
2921                },
2922                {
2923                    "url": "https://github.com/fabpot",
2924                    "type": "github"
2925                },
2926                {
2927                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2928                    "type": "tidelift"
2929                }
2930            ],
2931            "time": "2020-07-06T13:19:58+00:00"
2932        },
2933        {
2934            "name": "symfony/expression-language",
2935            "version": "v4.4.11",
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.11",
3703            "source": {
3704                "type": "git",
3705                "url": "https://github.com/symfony/translation.git",
3706                "reference": "a8ea9d97353294eb6783f2894ef8cee99a045822"
3707            },
3708            "dist": {
3709                "type": "zip",
3710                "url": "https://api.github.com/repos/symfony/translation/zipball/a8ea9d97353294eb6783f2894ef8cee99a045822",
3711                "reference": "a8ea9d97353294eb6783f2894ef8cee99a045822",
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-07-23T08:31:43+00:00"
3789        },
3790        {
3791            "name": "symfony/translation-contracts",
3792            "version": "v1.1.9",
3793            "source": {
3794                "type": "git",
3795                "url": "https://github.com/symfony/translation-contracts.git",
3796                "reference": "a5db6f7707fd35d137b1398734f2d745c8616ea2"
3797            },
3798            "dist": {
3799                "type": "zip",
3800                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/a5db6f7707fd35d137b1398734f2d745c8616ea2",
3801                "reference": "a5db6f7707fd35d137b1398734f2d745c8616ea2",
3802                "shasum": ""
3803            },
3804            "require": {
3805                "php": ">=7.1.3"
3806            },
3807            "suggest": {
3808                "symfony/translation-implementation": ""
3809            },
3810            "type": "library",
3811            "extra": {
3812                "branch-alias": {
3813                    "dev-master": "1.1-dev"
3814                },
3815                "thanks": {
3816                    "name": "symfony/contracts",
3817                    "url": "https://github.com/symfony/contracts"
3818                }
3819            },
3820            "autoload": {
3821                "psr-4": {
3822                    "Symfony\\Contracts\\Translation\\": ""
3823                }
3824            },
3825            "notification-url": "https://packagist.org/downloads/",
3826            "license": [
3827                "MIT"
3828            ],
3829            "authors": [
3830                {
3831                    "name": "Nicolas Grekas",
3832                    "email": "p@tchwork.com"
3833                },
3834                {
3835                    "name": "Symfony Community",
3836                    "homepage": "https://symfony.com/contributors"
3837                }
3838            ],
3839            "description": "Generic abstractions related to translation",
3840            "homepage": "https://symfony.com",
3841            "keywords": [
3842                "abstractions",
3843                "contracts",
3844                "decoupling",
3845                "interfaces",
3846                "interoperability",
3847                "standards"
3848            ],
3849            "funding": [
3850                {
3851                    "url": "https://symfony.com/sponsor",
3852                    "type": "custom"
3853                },
3854                {
3855                    "url": "https://github.com/fabpot",
3856                    "type": "github"
3857                },
3858                {
3859                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3860                    "type": "tidelift"
3861                }
3862            ],
3863            "time": "2020-07-06T13:19:58+00:00"
3864        },
3865        {
3866            "name": "symfony/var-exporter",
3867            "version": "v4.4.11",
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.7",
4006            "source": {
4007                "type": "git",
4008                "url": "https://github.com/composer/ca-bundle.git",
4009                "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
4010            },
4011            "dist": {
4012                "type": "zip",
4013                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
4014                "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
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://tidelift.com/funding/github/packagist/composer/composer",
4064                    "type": "tidelift"
4065                }
4066            ],
4067            "time": "2020-04-08T08:27:21+00:00"
4068        },
4069        {
4070            "name": "composer/composer",
4071            "version": "1.10.10",
4072            "source": {
4073                "type": "git",
4074                "url": "https://github.com/composer/composer.git",
4075                "reference": "32966a3b1d48bc01472a8321fd6472b44fad033a"
4076            },
4077            "dist": {
4078                "type": "zip",
4079                "url": "https://api.github.com/repos/composer/composer/zipball/32966a3b1d48bc01472a8321fd6472b44fad033a",
4080                "reference": "32966a3b1d48bc01472a8321fd6472b44fad033a",
4081                "shasum": ""
4082            },
4083            "require": {
4084                "composer/ca-bundle": "^1.0",
4085                "composer/semver": "^1.0",
4086                "composer/spdx-licenses": "^1.2",
4087                "composer/xdebug-handler": "^1.1",
4088                "justinrainbow/json-schema": "^5.2.10",
4089                "php": "^5.3.2 || ^7.0",
4090                "psr/log": "^1.0",
4091                "seld/jsonlint": "^1.4",
4092                "seld/phar-utils": "^1.0",
4093                "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
4094                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
4095                "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
4096                "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
4097            },
4098            "conflict": {
4099                "symfony/console": "2.8.38"
4100            },
4101            "require-dev": {
4102                "phpspec/prophecy": "^1.10",
4103                "symfony/phpunit-bridge": "^4.2"
4104            },
4105            "suggest": {
4106                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
4107                "ext-zip": "Enabling the zip extension allows you to unzip archives",
4108                "ext-zlib": "Allow gzip compression of HTTP requests"
4109            },
4110            "bin": [
4111                "bin/composer"
4112            ],
4113            "type": "library",
4114            "extra": {
4115                "branch-alias": {
4116                    "dev-master": "1.10-dev"
4117                }
4118            },
4119            "autoload": {
4120                "psr-4": {
4121                    "Composer\\": "src/Composer"
4122                }
4123            },
4124            "notification-url": "https://packagist.org/downloads/",
4125            "license": [
4126                "MIT"
4127            ],
4128            "authors": [
4129                {
4130                    "name": "Nils Adermann",
4131                    "email": "naderman@naderman.de",
4132                    "homepage": "http://www.naderman.de"
4133                },
4134                {
4135                    "name": "Jordi Boggiano",
4136                    "email": "j.boggiano@seld.be",
4137                    "homepage": "http://seld.be"
4138                }
4139            ],
4140            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
4141            "homepage": "https://getcomposer.org/",
4142            "keywords": [
4143                "autoload",
4144                "dependency",
4145                "package"
4146            ],
4147            "funding": [
4148                {
4149                    "url": "https://packagist.com",
4150                    "type": "custom"
4151                },
4152                {
4153                    "url": "https://github.com/composer",
4154                    "type": "github"
4155                },
4156                {
4157                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
4158                    "type": "tidelift"
4159                }
4160            ],
4161            "time": "2020-08-03T09:35:19+00:00"
4162        },
4163        {
4164            "name": "composer/semver",
4165            "version": "1.5.1",
4166            "source": {
4167                "type": "git",
4168                "url": "https://github.com/composer/semver.git",
4169                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
4170            },
4171            "dist": {
4172                "type": "zip",
4173                "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
4174                "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
4175                "shasum": ""
4176            },
4177            "require": {
4178                "php": "^5.3.2 || ^7.0"
4179            },
4180            "require-dev": {
4181                "phpunit/phpunit": "^4.5 || ^5.0.5"
4182            },
4183            "type": "library",
4184            "extra": {
4185                "branch-alias": {
4186                    "dev-master": "1.x-dev"
4187                }
4188            },
4189            "autoload": {
4190                "psr-4": {
4191                    "Composer\\Semver\\": "src"
4192                }
4193            },
4194            "notification-url": "https://packagist.org/downloads/",
4195            "license": [
4196                "MIT"
4197            ],
4198            "authors": [
4199                {
4200                    "name": "Nils Adermann",
4201                    "email": "naderman@naderman.de",
4202                    "homepage": "http://www.naderman.de"
4203                },
4204                {
4205                    "name": "Jordi Boggiano",
4206                    "email": "j.boggiano@seld.be",
4207                    "homepage": "http://seld.be"
4208                },
4209                {
4210                    "name": "Rob Bast",
4211                    "email": "rob.bast@gmail.com",
4212                    "homepage": "http://robbast.nl"
4213                }
4214            ],
4215            "description": "Semver library that offers utilities, version constraint parsing and validation.",
4216            "keywords": [
4217                "semantic",
4218                "semver",
4219                "validation",
4220                "versioning"
4221            ],
4222            "time": "2020-01-13T12:06:48+00:00"
4223        },
4224        {
4225            "name": "composer/spdx-licenses",
4226            "version": "1.5.4",
4227            "source": {
4228                "type": "git",
4229                "url": "https://github.com/composer/spdx-licenses.git",
4230                "reference": "6946f785871e2314c60b4524851f3702ea4f2223"
4231            },
4232            "dist": {
4233                "type": "zip",
4234                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223",
4235                "reference": "6946f785871e2314c60b4524851f3702ea4f2223",
4236                "shasum": ""
4237            },
4238            "require": {
4239                "php": "^5.3.2 || ^7.0 || ^8.0"
4240            },
4241            "require-dev": {
4242                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
4243            },
4244            "type": "library",
4245            "extra": {
4246                "branch-alias": {
4247                    "dev-master": "1.x-dev"
4248                }
4249            },
4250            "autoload": {
4251                "psr-4": {
4252                    "Composer\\Spdx\\": "src"
4253                }
4254            },
4255            "notification-url": "https://packagist.org/downloads/",
4256            "license": [
4257                "MIT"
4258            ],
4259            "authors": [
4260                {
4261                    "name": "Nils Adermann",
4262                    "email": "naderman@naderman.de",
4263                    "homepage": "http://www.naderman.de"
4264                },
4265                {
4266                    "name": "Jordi Boggiano",
4267                    "email": "j.boggiano@seld.be",
4268                    "homepage": "http://seld.be"
4269                },
4270                {
4271                    "name": "Rob Bast",
4272                    "email": "rob.bast@gmail.com",
4273                    "homepage": "http://robbast.nl"
4274                }
4275            ],
4276            "description": "SPDX licenses list and validation library.",
4277            "keywords": [
4278                "license",
4279                "spdx",
4280                "validator"
4281            ],
4282            "funding": [
4283                {
4284                    "url": "https://packagist.com",
4285                    "type": "custom"
4286                },
4287                {
4288                    "url": "https://github.com/composer",
4289                    "type": "github"
4290                },
4291                {
4292                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
4293                    "type": "tidelift"
4294                }
4295            ],
4296            "time": "2020-07-15T15:35:07+00:00"
4297        },
4298        {
4299            "name": "composer/xdebug-handler",
4300            "version": "1.4.2",
4301            "source": {
4302                "type": "git",
4303                "url": "https://github.com/composer/xdebug-handler.git",
4304                "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
4305            },
4306            "dist": {
4307                "type": "zip",
4308                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
4309                "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
4310                "shasum": ""
4311            },
4312            "require": {
4313                "php": "^5.3.2 || ^7.0 || ^8.0",
4314                "psr/log": "^1.0"
4315            },
4316            "require-dev": {
4317                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
4318            },
4319            "type": "library",
4320            "autoload": {
4321                "psr-4": {
4322                    "Composer\\XdebugHandler\\": "src"
4323                }
4324            },
4325            "notification-url": "https://packagist.org/downloads/",
4326            "license": [
4327                "MIT"
4328            ],
4329            "authors": [
4330                {
4331                    "name": "John Stevenson",
4332                    "email": "john-stevenson@blueyonder.co.uk"
4333                }
4334            ],
4335            "description": "Restarts a process without Xdebug.",
4336            "keywords": [
4337                "Xdebug",
4338                "performance"
4339            ],
4340            "funding": [
4341                {
4342                    "url": "https://packagist.com",
4343                    "type": "custom"
4344                },
4345                {
4346                    "url": "https://github.com/composer",
4347                    "type": "github"
4348                },
4349                {
4350                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
4351                    "type": "tidelift"
4352                }
4353            ],
4354            "time": "2020-06-04T11:16:35+00:00"
4355        },
4356        {
4357            "name": "doctrine/instantiator",
4358            "version": "1.3.1",
4359            "source": {
4360                "type": "git",
4361                "url": "https://github.com/doctrine/instantiator.git",
4362                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
4363            },
4364            "dist": {
4365                "type": "zip",
4366                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
4367                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
4368                "shasum": ""
4369            },
4370            "require": {
4371                "php": "^7.1 || ^8.0"
4372            },
4373            "require-dev": {
4374                "doctrine/coding-standard": "^6.0",
4375                "ext-pdo": "*",
4376                "ext-phar": "*",
4377                "phpbench/phpbench": "^0.13",
4378                "phpstan/phpstan-phpunit": "^0.11",
4379                "phpstan/phpstan-shim": "^0.11",
4380                "phpunit/phpunit": "^7.0"
4381            },
4382            "type": "library",
4383            "extra": {
4384                "branch-alias": {
4385                    "dev-master": "1.2.x-dev"
4386                }
4387            },
4388            "autoload": {
4389                "psr-4": {
4390                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4391                }
4392            },
4393            "notification-url": "https://packagist.org/downloads/",
4394            "license": [
4395                "MIT"
4396            ],
4397            "authors": [
4398                {
4399                    "name": "Marco Pivetta",
4400                    "email": "ocramius@gmail.com",
4401                    "homepage": "http://ocramius.github.com/"
4402                }
4403            ],
4404            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4405            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
4406            "keywords": [
4407                "constructor",
4408                "instantiate"
4409            ],
4410            "funding": [
4411                {
4412                    "url": "https://www.doctrine-project.org/sponsorship.html",
4413                    "type": "custom"
4414                },
4415                {
4416                    "url": "https://www.patreon.com/phpdoctrine",
4417                    "type": "patreon"
4418                },
4419                {
4420                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
4421                    "type": "tidelift"
4422                }
4423            ],
4424            "time": "2020-05-29T17:27:14+00:00"
4425        },
4426        {
4427            "name": "justinrainbow/json-schema",
4428            "version": "5.2.10",
4429            "source": {
4430                "type": "git",
4431                "url": "https://github.com/justinrainbow/json-schema.git",
4432                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
4433            },
4434            "dist": {
4435                "type": "zip",
4436                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
4437                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
4438                "shasum": ""
4439            },
4440            "require": {
4441                "php": ">=5.3.3"
4442            },
4443            "require-dev": {
4444                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
4445                "json-schema/json-schema-test-suite": "1.2.0",
4446                "phpunit/phpunit": "^4.8.35"
4447            },
4448            "bin": [
4449                "bin/validate-json"
4450            ],
4451            "type": "library",
4452            "extra": {
4453                "branch-alias": {
4454                    "dev-master": "5.0.x-dev"
4455                }
4456            },
4457            "autoload": {
4458                "psr-4": {
4459                    "JsonSchema\\": "src/JsonSchema/"
4460                }
4461            },
4462            "notification-url": "https://packagist.org/downloads/",
4463            "license": [
4464                "MIT"
4465            ],
4466            "authors": [
4467                {
4468                    "name": "Bruno Prieto Reis",
4469                    "email": "bruno.p.reis@gmail.com"
4470                },
4471                {
4472                    "name": "Justin Rainbow",
4473                    "email": "justin.rainbow@gmail.com"
4474                },
4475                {
4476                    "name": "Igor Wiedler",
4477                    "email": "igor@wiedler.ch"
4478                },
4479                {
4480                    "name": "Robert Schönthal",
4481                    "email": "seroscho@googlemail.com"
4482                }
4483            ],
4484            "description": "A library to validate a json schema.",
4485            "homepage": "https://github.com/justinrainbow/json-schema",
4486            "keywords": [
4487                "json",
4488                "schema"
4489            ],
4490            "time": "2020-05-27T16:41:55+00:00"
4491        },
4492        {
4493            "name": "league/flysystem-memory",
4494            "version": "1.0.2",
4495            "source": {
4496                "type": "git",
4497                "url": "https://github.com/thephpleague/flysystem-memory.git",
4498                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757"
4499            },
4500            "dist": {
4501                "type": "zip",
4502                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757",
4503                "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757",
4504                "shasum": ""
4505            },
4506            "require": {
4507                "league/flysystem": "~1.0"
4508            },
4509            "require-dev": {
4510                "phpunit/phpunit": "^5.7.10"
4511            },
4512            "type": "library",
4513            "extra": {
4514                "branch-alias": {
4515                    "dev-master": "1.0-dev"
4516                }
4517            },
4518            "autoload": {
4519                "psr-4": {
4520                    "League\\Flysystem\\Memory\\": "src/"
4521                }
4522            },
4523            "notification-url": "https://packagist.org/downloads/",
4524            "license": [
4525                "MIT"
4526            ],
4527            "authors": [
4528                {
4529                    "name": "Chris Leppanen",
4530                    "email": "chris.leppanen@gmail.com",
4531                    "role": "Developer"
4532                }
4533            ],
4534            "description": "An in-memory adapter for Flysystem.",
4535            "homepage": "https://github.com/thephpleague/flysystem-memory",
4536            "keywords": [
4537                "Flysystem",
4538                "adapter",
4539                "memory"
4540            ],
4541            "time": "2019-05-30T21:34:13+00:00"
4542        },
4543        {
4544            "name": "maximebf/debugbar",
4545            "version": "v1.16.3",
4546            "source": {
4547                "type": "git",
4548                "url": "https://github.com/maximebf/php-debugbar.git",
4549                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
4550            },
4551            "dist": {
4552                "type": "zip",
4553                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
4554                "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
4555                "shasum": ""
4556            },
4557            "require": {
4558                "php": "^7.1",
4559                "psr/log": "^1.0",
4560                "symfony/var-dumper": "^2.6|^3|^4|^5"
4561            },
4562            "require-dev": {
4563                "phpunit/phpunit": "^5"
4564            },
4565            "suggest": {
4566                "kriswallsmith/assetic": "The best way to manage assets",
4567                "monolog/monolog": "Log using Monolog",
4568                "predis/predis": "Redis storage"
4569            },
4570            "type": "library",
4571            "extra": {
4572                "branch-alias": {
4573                    "dev-master": "1.16-dev"
4574                }
4575            },
4576            "autoload": {
4577                "psr-4": {
4578                    "DebugBar\\": "src/DebugBar/"
4579                }
4580            },
4581            "notification-url": "https://packagist.org/downloads/",
4582            "license": [
4583                "MIT"
4584            ],
4585            "authors": [
4586                {
4587                    "name": "Maxime Bouroumeau-Fuseau",
4588                    "email": "maxime.bouroumeau@gmail.com",
4589                    "homepage": "http://maximebf.com"
4590                },
4591                {
4592                    "name": "Barry vd. Heuvel",
4593                    "email": "barryvdh@gmail.com"
4594                }
4595            ],
4596            "description": "Debug bar in the browser for php application",
4597            "homepage": "https://github.com/maximebf/php-debugbar",
4598            "keywords": [
4599                "debug",
4600                "debugbar"
4601            ],
4602            "time": "2020-05-06T07:06:27+00:00"
4603        },
4604        {
4605            "name": "myclabs/deep-copy",
4606            "version": "1.10.1",
4607            "source": {
4608                "type": "git",
4609                "url": "https://github.com/myclabs/DeepCopy.git",
4610                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
4611            },
4612            "dist": {
4613                "type": "zip",
4614                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
4615                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
4616                "shasum": ""
4617            },
4618            "require": {
4619                "php": "^7.1 || ^8.0"
4620            },
4621            "replace": {
4622                "myclabs/deep-copy": "self.version"
4623            },
4624            "require-dev": {
4625                "doctrine/collections": "^1.0",
4626                "doctrine/common": "^2.6",
4627                "phpunit/phpunit": "^7.1"
4628            },
4629            "type": "library",
4630            "autoload": {
4631                "psr-4": {
4632                    "DeepCopy\\": "src/DeepCopy/"
4633                },
4634                "files": [
4635                    "src/DeepCopy/deep_copy.php"
4636                ]
4637            },
4638            "notification-url": "https://packagist.org/downloads/",
4639            "license": [
4640                "MIT"
4641            ],
4642            "description": "Create deep copies (clones) of your objects",
4643            "keywords": [
4644                "clone",
4645                "copy",
4646                "duplicate",
4647                "object",
4648                "object graph"
4649            ],
4650            "funding": [
4651                {
4652                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4653                    "type": "tidelift"
4654                }
4655            ],
4656            "time": "2020-06-29T13:22:24+00:00"
4657        },
4658        {
4659            "name": "phar-io/manifest",
4660            "version": "1.0.3",
4661            "source": {
4662                "type": "git",
4663                "url": "https://github.com/phar-io/manifest.git",
4664                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
4665            },
4666            "dist": {
4667                "type": "zip",
4668                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4669                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4670                "shasum": ""
4671            },
4672            "require": {
4673                "ext-dom": "*",
4674                "ext-phar": "*",
4675                "phar-io/version": "^2.0",
4676                "php": "^5.6 || ^7.0"
4677            },
4678            "type": "library",
4679            "extra": {
4680                "branch-alias": {
4681                    "dev-master": "1.0.x-dev"
4682                }
4683            },
4684            "autoload": {
4685                "classmap": [
4686                    "src/"
4687                ]
4688            },
4689            "notification-url": "https://packagist.org/downloads/",
4690            "license": [
4691                "BSD-3-Clause"
4692            ],
4693            "authors": [
4694                {
4695                    "name": "Arne Blankerts",
4696                    "email": "arne@blankerts.de",
4697                    "role": "Developer"
4698                },
4699                {
4700                    "name": "Sebastian Heuer",
4701                    "email": "sebastian@phpeople.de",
4702                    "role": "Developer"
4703                },
4704                {
4705                    "name": "Sebastian Bergmann",
4706                    "email": "sebastian@phpunit.de",
4707                    "role": "Developer"
4708                }
4709            ],
4710            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4711            "time": "2018-07-08T19:23:20+00:00"
4712        },
4713        {
4714            "name": "phar-io/version",
4715            "version": "2.0.1",
4716            "source": {
4717                "type": "git",
4718                "url": "https://github.com/phar-io/version.git",
4719                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
4720            },
4721            "dist": {
4722                "type": "zip",
4723                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4724                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4725                "shasum": ""
4726            },
4727            "require": {
4728                "php": "^5.6 || ^7.0"
4729            },
4730            "type": "library",
4731            "autoload": {
4732                "classmap": [
4733                    "src/"
4734                ]
4735            },
4736            "notification-url": "https://packagist.org/downloads/",
4737            "license": [
4738                "BSD-3-Clause"
4739            ],
4740            "authors": [
4741                {
4742                    "name": "Arne Blankerts",
4743                    "email": "arne@blankerts.de",
4744                    "role": "Developer"
4745                },
4746                {
4747                    "name": "Sebastian Heuer",
4748                    "email": "sebastian@phpeople.de",
4749                    "role": "Developer"
4750                },
4751                {
4752                    "name": "Sebastian Bergmann",
4753                    "email": "sebastian@phpunit.de",
4754                    "role": "Developer"
4755                }
4756            ],
4757            "description": "Library for handling version information and constraints",
4758            "time": "2018-07-08T19:19:57+00:00"
4759        },
4760        {
4761            "name": "php-coveralls/php-coveralls",
4762            "version": "v2.2.0",
4763            "source": {
4764                "type": "git",
4765                "url": "https://github.com/php-coveralls/php-coveralls.git",
4766                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae"
4767            },
4768            "dist": {
4769                "type": "zip",
4770                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3e6420fa666ef7bae5e750ddeac903153e193bae",
4771                "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae",
4772                "shasum": ""
4773            },
4774            "require": {
4775                "ext-json": "*",
4776                "ext-simplexml": "*",
4777                "guzzlehttp/guzzle": "^6.0",
4778                "php": "^5.5 || ^7.0",
4779                "psr/log": "^1.0",
4780                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4781                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0",
4782                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0",
4783                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0"
4784            },
4785            "require-dev": {
4786                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
4787            },
4788            "suggest": {
4789                "symfony/http-kernel": "Allows Symfony integration"
4790            },
4791            "bin": [
4792                "bin/php-coveralls"
4793            ],
4794            "type": "library",
4795            "extra": {
4796                "branch-alias": {
4797                    "dev-master": "2.2-dev"
4798                }
4799            },
4800            "autoload": {
4801                "psr-4": {
4802                    "PhpCoveralls\\": "src/"
4803                }
4804            },
4805            "notification-url": "https://packagist.org/downloads/",
4806            "license": [
4807                "MIT"
4808            ],
4809            "authors": [
4810                {
4811                    "name": "Kitamura Satoshi",
4812                    "email": "with.no.parachute@gmail.com",
4813                    "homepage": "https://www.facebook.com/satooshi.jp",
4814                    "role": "Original creator"
4815                },
4816                {
4817                    "name": "Takashi Matsuo",
4818                    "email": "tmatsuo@google.com"
4819                },
4820                {
4821                    "name": "Google Inc"
4822                },
4823                {
4824                    "name": "Dariusz Ruminski",
4825                    "email": "dariusz.ruminski@gmail.com",
4826                    "homepage": "https://github.com/keradus"
4827                },
4828                {
4829                    "name": "Contributors",
4830                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
4831                }
4832            ],
4833            "description": "PHP client library for Coveralls API",
4834            "homepage": "https://github.com/php-coveralls/php-coveralls",
4835            "keywords": [
4836                "ci",
4837                "coverage",
4838                "github",
4839                "test"
4840            ],
4841            "time": "2019-11-20T16:29:20+00:00"
4842        },
4843        {
4844            "name": "phpdocumentor/reflection-common",
4845            "version": "2.1.0",
4846            "source": {
4847                "type": "git",
4848                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4849                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
4850            },
4851            "dist": {
4852                "type": "zip",
4853                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4854                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
4855                "shasum": ""
4856            },
4857            "require": {
4858                "php": ">=7.1"
4859            },
4860            "type": "library",
4861            "extra": {
4862                "branch-alias": {
4863                    "dev-master": "2.x-dev"
4864                }
4865            },
4866            "autoload": {
4867                "psr-4": {
4868                    "phpDocumentor\\Reflection\\": "src/"
4869                }
4870            },
4871            "notification-url": "https://packagist.org/downloads/",
4872            "license": [
4873                "MIT"
4874            ],
4875            "authors": [
4876                {
4877                    "name": "Jaap van Otterdijk",
4878                    "email": "opensource@ijaap.nl"
4879                }
4880            ],
4881            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4882            "homepage": "http://www.phpdoc.org",
4883            "keywords": [
4884                "FQSEN",
4885                "phpDocumentor",
4886                "phpdoc",
4887                "reflection",
4888                "static analysis"
4889            ],
4890            "time": "2020-04-27T09:25:28+00:00"
4891        },
4892        {
4893            "name": "phpdocumentor/reflection-docblock",
4894            "version": "4.3.4",
4895            "source": {
4896                "type": "git",
4897                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4898                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
4899            },
4900            "dist": {
4901                "type": "zip",
4902                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
4903                "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
4904                "shasum": ""
4905            },
4906            "require": {
4907                "php": "^7.0",
4908                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
4909                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
4910                "webmozart/assert": "^1.0"
4911            },
4912            "require-dev": {
4913                "doctrine/instantiator": "^1.0.5",
4914                "mockery/mockery": "^1.0",
4915                "phpdocumentor/type-resolver": "0.4.*",
4916                "phpunit/phpunit": "^6.4"
4917            },
4918            "type": "library",
4919            "extra": {
4920                "branch-alias": {
4921                    "dev-master": "4.x-dev"
4922                }
4923            },
4924            "autoload": {
4925                "psr-4": {
4926                    "phpDocumentor\\Reflection\\": [
4927                        "src/"
4928                    ]
4929                }
4930            },
4931            "notification-url": "https://packagist.org/downloads/",
4932            "license": [
4933                "MIT"
4934            ],
4935            "authors": [
4936                {
4937                    "name": "Mike van Riel",
4938                    "email": "me@mikevanriel.com"
4939                }
4940            ],
4941            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4942            "time": "2019-12-28T18:55:12+00:00"
4943        },
4944        {
4945            "name": "phpdocumentor/type-resolver",
4946            "version": "1.0.1",
4947            "source": {
4948                "type": "git",
4949                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4950                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
4951            },
4952            "dist": {
4953                "type": "zip",
4954                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4955                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
4956                "shasum": ""
4957            },
4958            "require": {
4959                "php": "^7.1",
4960                "phpdocumentor/reflection-common": "^2.0"
4961            },
4962            "require-dev": {
4963                "ext-tokenizer": "^7.1",
4964                "mockery/mockery": "~1",
4965                "phpunit/phpunit": "^7.0"
4966            },
4967            "type": "library",
4968            "extra": {
4969                "branch-alias": {
4970                    "dev-master": "1.x-dev"
4971                }
4972            },
4973            "autoload": {
4974                "psr-4": {
4975                    "phpDocumentor\\Reflection\\": "src"
4976                }
4977            },
4978            "notification-url": "https://packagist.org/downloads/",
4979            "license": [
4980                "MIT"
4981            ],
4982            "authors": [
4983                {
4984                    "name": "Mike van Riel",
4985                    "email": "me@mikevanriel.com"
4986                }
4987            ],
4988            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
4989            "time": "2019-08-22T18:11:29+00:00"
4990        },
4991        {
4992            "name": "phpspec/prophecy",
4993            "version": "v1.10.3",
4994            "source": {
4995                "type": "git",
4996                "url": "https://github.com/phpspec/prophecy.git",
4997                "reference": "451c3cd1418cf640de218914901e51b064abb093"
4998            },
4999            "dist": {
5000                "type": "zip",
5001                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
5002                "reference": "451c3cd1418cf640de218914901e51b064abb093",
5003                "shasum": ""
5004            },
5005            "require": {
5006                "doctrine/instantiator": "^1.0.2",
5007                "php": "^5.3|^7.0",
5008                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
5009                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
5010                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
5011            },
5012            "require-dev": {
5013                "phpspec/phpspec": "^2.5 || ^3.2",
5014                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
5015            },
5016            "type": "library",
5017            "extra": {
5018                "branch-alias": {
5019                    "dev-master": "1.10.x-dev"
5020                }
5021            },
5022            "autoload": {
5023                "psr-4": {
5024                    "Prophecy\\": "src/Prophecy"
5025                }
5026            },
5027            "notification-url": "https://packagist.org/downloads/",
5028            "license": [
5029                "MIT"
5030            ],
5031            "authors": [
5032                {
5033                    "name": "Konstantin Kudryashov",
5034                    "email": "ever.zet@gmail.com",
5035                    "homepage": "http://everzet.com"
5036                },
5037                {
5038                    "name": "Marcello Duarte",
5039                    "email": "marcello.duarte@gmail.com"
5040                }
5041            ],
5042            "description": "Highly opinionated mocking framework for PHP 5.3+",
5043            "homepage": "https://github.com/phpspec/prophecy",
5044            "keywords": [
5045                "Double",
5046                "Dummy",
5047                "fake",
5048                "mock",
5049                "spy",
5050                "stub"
5051            ],
5052            "time": "2020-03-05T15:02:03+00:00"
5053        },
5054        {
5055            "name": "phpunit/php-code-coverage",
5056            "version": "6.1.4",
5057            "source": {
5058                "type": "git",
5059                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5060                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
5061            },
5062            "dist": {
5063                "type": "zip",
5064                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
5065                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
5066                "shasum": ""
5067            },
5068            "require": {
5069                "ext-dom": "*",
5070                "ext-xmlwriter": "*",
5071                "php": "^7.1",
5072                "phpunit/php-file-iterator": "^2.0",
5073                "phpunit/php-text-template": "^1.2.1",
5074                "phpunit/php-token-stream": "^3.0",
5075                "sebastian/code-unit-reverse-lookup": "^1.0.1",
5076                "sebastian/environment": "^3.1 || ^4.0",
5077                "sebastian/version": "^2.0.1",
5078                "theseer/tokenizer": "^1.1"
5079            },
5080            "require-dev": {
5081                "phpunit/phpunit": "^7.0"
5082            },
5083            "suggest": {
5084                "ext-xdebug": "^2.6.0"
5085            },
5086            "type": "library",
5087            "extra": {
5088                "branch-alias": {
5089                    "dev-master": "6.1-dev"
5090                }
5091            },
5092            "autoload": {
5093                "classmap": [
5094                    "src/"
5095                ]
5096            },
5097            "notification-url": "https://packagist.org/downloads/",
5098            "license": [
5099                "BSD-3-Clause"
5100            ],
5101            "authors": [
5102                {
5103                    "name": "Sebastian Bergmann",
5104                    "email": "sebastian@phpunit.de",
5105                    "role": "lead"
5106                }
5107            ],
5108            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5109            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5110            "keywords": [
5111                "coverage",
5112                "testing",
5113                "xunit"
5114            ],
5115            "time": "2018-10-31T16:06:48+00:00"
5116        },
5117        {
5118            "name": "phpunit/php-file-iterator",
5119            "version": "2.0.2",
5120            "source": {
5121                "type": "git",
5122                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5123                "reference": "050bedf145a257b1ff02746c31894800e5122946"
5124            },
5125            "dist": {
5126                "type": "zip",
5127                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
5128                "reference": "050bedf145a257b1ff02746c31894800e5122946",
5129                "shasum": ""
5130            },
5131            "require": {
5132                "php": "^7.1"
5133            },
5134            "require-dev": {
5135                "phpunit/phpunit": "^7.1"
5136            },
5137            "type": "library",
5138            "extra": {
5139                "branch-alias": {
5140                    "dev-master": "2.0.x-dev"
5141                }
5142            },
5143            "autoload": {
5144                "classmap": [
5145                    "src/"
5146                ]
5147            },
5148            "notification-url": "https://packagist.org/downloads/",
5149            "license": [
5150                "BSD-3-Clause"
5151            ],
5152            "authors": [
5153                {
5154                    "name": "Sebastian Bergmann",
5155                    "email": "sebastian@phpunit.de",
5156                    "role": "lead"
5157                }
5158            ],
5159            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5160            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5161            "keywords": [
5162                "filesystem",
5163                "iterator"
5164            ],
5165            "time": "2018-09-13T20:33:42+00:00"
5166        },
5167        {
5168            "name": "phpunit/php-text-template",
5169            "version": "1.2.1",
5170            "source": {
5171                "type": "git",
5172                "url": "https://github.com/sebastianbergmann/php-text-template.git",
5173                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
5174            },
5175            "dist": {
5176                "type": "zip",
5177                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5178                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5179                "shasum": ""
5180            },
5181            "require": {
5182                "php": ">=5.3.3"
5183            },
5184            "type": "library",
5185            "autoload": {
5186                "classmap": [
5187                    "src/"
5188                ]
5189            },
5190            "notification-url": "https://packagist.org/downloads/",
5191            "license": [
5192                "BSD-3-Clause"
5193            ],
5194            "authors": [
5195                {
5196                    "name": "Sebastian Bergmann",
5197                    "email": "sebastian@phpunit.de",
5198                    "role": "lead"
5199                }
5200            ],
5201            "description": "Simple template engine.",
5202            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5203            "keywords": [
5204                "template"
5205            ],
5206            "time": "2015-06-21T13:50:34+00:00"
5207        },
5208        {
5209            "name": "phpunit/php-timer",
5210            "version": "2.1.2",
5211            "source": {
5212                "type": "git",
5213                "url": "https://github.com/sebastianbergmann/php-timer.git",
5214                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
5215            },
5216            "dist": {
5217                "type": "zip",
5218                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
5219                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
5220                "shasum": ""
5221            },
5222            "require": {
5223                "php": "^7.1"
5224            },
5225            "require-dev": {
5226                "phpunit/phpunit": "^7.0"
5227            },
5228            "type": "library",
5229            "extra": {
5230                "branch-alias": {
5231                    "dev-master": "2.1-dev"
5232                }
5233            },
5234            "autoload": {
5235                "classmap": [
5236                    "src/"
5237                ]
5238            },
5239            "notification-url": "https://packagist.org/downloads/",
5240            "license": [
5241                "BSD-3-Clause"
5242            ],
5243            "authors": [
5244                {
5245                    "name": "Sebastian Bergmann",
5246                    "email": "sebastian@phpunit.de",
5247                    "role": "lead"
5248                }
5249            ],
5250            "description": "Utility class for timing",
5251            "homepage": "https://github.com/sebastianbergmann/php-timer/",
5252            "keywords": [
5253                "timer"
5254            ],
5255            "time": "2019-06-07T04:22:29+00:00"
5256        },
5257        {
5258            "name": "phpunit/php-token-stream",
5259            "version": "3.1.1",
5260            "source": {
5261                "type": "git",
5262                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5263                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
5264            },
5265            "dist": {
5266                "type": "zip",
5267                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
5268                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
5269                "shasum": ""
5270            },
5271            "require": {
5272                "ext-tokenizer": "*",
5273                "php": "^7.1"
5274            },
5275            "require-dev": {
5276                "phpunit/phpunit": "^7.0"
5277            },
5278            "type": "library",
5279            "extra": {
5280                "branch-alias": {
5281                    "dev-master": "3.1-dev"
5282                }
5283            },
5284            "autoload": {
5285                "classmap": [
5286                    "src/"
5287                ]
5288            },
5289            "notification-url": "https://packagist.org/downloads/",
5290            "license": [
5291                "BSD-3-Clause"
5292            ],
5293            "authors": [
5294                {
5295                    "name": "Sebastian Bergmann",
5296                    "email": "sebastian@phpunit.de"
5297                }
5298            ],
5299            "description": "Wrapper around PHP's tokenizer extension.",
5300            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5301            "keywords": [
5302                "tokenizer"
5303            ],
5304            "time": "2019-09-17T06:23:10+00:00"
5305        },
5306        {
5307            "name": "phpunit/phpunit",
5308            "version": "7.5.20",
5309            "source": {
5310                "type": "git",
5311                "url": "https://github.com/sebastianbergmann/phpunit.git",
5312                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
5313            },
5314            "dist": {
5315                "type": "zip",
5316                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
5317                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
5318                "shasum": ""
5319            },
5320            "require": {
5321                "doctrine/instantiator": "^1.1",
5322                "ext-dom": "*",
5323                "ext-json": "*",
5324                "ext-libxml": "*",
5325                "ext-mbstring": "*",
5326                "ext-xml": "*",
5327                "myclabs/deep-copy": "^1.7",
5328                "phar-io/manifest": "^1.0.2",
5329                "phar-io/version": "^2.0",
5330                "php": "^7.1",
5331                "phpspec/prophecy": "^1.7",
5332                "phpunit/php-code-coverage": "^6.0.7",
5333                "phpunit/php-file-iterator": "^2.0.1",
5334                "phpunit/php-text-template": "^1.2.1",
5335                "phpunit/php-timer": "^2.1",
5336                "sebastian/comparator": "^3.0",
5337                "sebastian/diff": "^3.0",
5338                "sebastian/environment": "^4.0",
5339                "sebastian/exporter": "^3.1",
5340                "sebastian/global-state": "^2.0",
5341                "sebastian/object-enumerator": "^3.0.3",
5342                "sebastian/resource-operations": "^2.0",
5343                "sebastian/version": "^2.0.1"
5344            },
5345            "conflict": {
5346                "phpunit/phpunit-mock-objects": "*"
5347            },
5348            "require-dev": {
5349                "ext-pdo": "*"
5350            },
5351            "suggest": {
5352                "ext-soap": "*",
5353                "ext-xdebug": "*",
5354                "phpunit/php-invoker": "^2.0"
5355            },
5356            "bin": [
5357                "phpunit"
5358            ],
5359            "type": "library",
5360            "extra": {
5361                "branch-alias": {
5362                    "dev-master": "7.5-dev"
5363                }
5364            },
5365            "autoload": {
5366                "classmap": [
5367                    "src/"
5368                ]
5369            },
5370            "notification-url": "https://packagist.org/downloads/",
5371            "license": [
5372                "BSD-3-Clause"
5373            ],
5374            "authors": [
5375                {
5376                    "name": "Sebastian Bergmann",
5377                    "email": "sebastian@phpunit.de",
5378                    "role": "lead"
5379                }
5380            ],
5381            "description": "The PHP Unit Testing framework.",
5382            "homepage": "https://phpunit.de/",
5383            "keywords": [
5384                "phpunit",
5385                "testing",
5386                "xunit"
5387            ],
5388            "time": "2020-01-08T08:45:45+00:00"
5389        },
5390        {
5391            "name": "sebastian/code-unit-reverse-lookup",
5392            "version": "1.0.1",
5393            "source": {
5394                "type": "git",
5395                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5396                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5397            },
5398            "dist": {
5399                "type": "zip",
5400                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5401                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5402                "shasum": ""
5403            },
5404            "require": {
5405                "php": "^5.6 || ^7.0"
5406            },
5407            "require-dev": {
5408                "phpunit/phpunit": "^5.7 || ^6.0"
5409            },
5410            "type": "library",
5411            "extra": {
5412                "branch-alias": {
5413                    "dev-master": "1.0.x-dev"
5414                }
5415            },
5416            "autoload": {
5417                "classmap": [
5418                    "src/"
5419                ]
5420            },
5421            "notification-url": "https://packagist.org/downloads/",
5422            "license": [
5423                "BSD-3-Clause"
5424            ],
5425            "authors": [
5426                {
5427                    "name": "Sebastian Bergmann",
5428                    "email": "sebastian@phpunit.de"
5429                }
5430            ],
5431            "description": "Looks up which function or method a line of code belongs to",
5432            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5433            "time": "2017-03-04T06:30:41+00:00"
5434        },
5435        {
5436            "name": "sebastian/comparator",
5437            "version": "3.0.2",
5438            "source": {
5439                "type": "git",
5440                "url": "https://github.com/sebastianbergmann/comparator.git",
5441                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
5442            },
5443            "dist": {
5444                "type": "zip",
5445                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5446                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5447                "shasum": ""
5448            },
5449            "require": {
5450                "php": "^7.1",
5451                "sebastian/diff": "^3.0",
5452                "sebastian/exporter": "^3.1"
5453            },
5454            "require-dev": {
5455                "phpunit/phpunit": "^7.1"
5456            },
5457            "type": "library",
5458            "extra": {
5459                "branch-alias": {
5460                    "dev-master": "3.0-dev"
5461                }
5462            },
5463            "autoload": {
5464                "classmap": [
5465                    "src/"
5466                ]
5467            },
5468            "notification-url": "https://packagist.org/downloads/",
5469            "license": [
5470                "BSD-3-Clause"
5471            ],
5472            "authors": [
5473                {
5474                    "name": "Jeff Welch",
5475                    "email": "whatthejeff@gmail.com"
5476                },
5477                {
5478                    "name": "Volker Dusch",
5479                    "email": "github@wallbash.com"
5480                },
5481                {
5482                    "name": "Bernhard Schussek",
5483                    "email": "bschussek@2bepublished.at"
5484                },
5485                {
5486                    "name": "Sebastian Bergmann",
5487                    "email": "sebastian@phpunit.de"
5488                }
5489            ],
5490            "description": "Provides the functionality to compare PHP values for equality",
5491            "homepage": "https://github.com/sebastianbergmann/comparator",
5492            "keywords": [
5493                "comparator",
5494                "compare",
5495                "equality"
5496            ],
5497            "time": "2018-07-12T15:12:46+00:00"
5498        },
5499        {
5500            "name": "sebastian/diff",
5501            "version": "3.0.2",
5502            "source": {
5503                "type": "git",
5504                "url": "https://github.com/sebastianbergmann/diff.git",
5505                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
5506            },
5507            "dist": {
5508                "type": "zip",
5509                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5510                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5511                "shasum": ""
5512            },
5513            "require": {
5514                "php": "^7.1"
5515            },
5516            "require-dev": {
5517                "phpunit/phpunit": "^7.5 || ^8.0",
5518                "symfony/process": "^2 || ^3.3 || ^4"
5519            },
5520            "type": "library",
5521            "extra": {
5522                "branch-alias": {
5523                    "dev-master": "3.0-dev"
5524                }
5525            },
5526            "autoload": {
5527                "classmap": [
5528                    "src/"
5529                ]
5530            },
5531            "notification-url": "https://packagist.org/downloads/",
5532            "license": [
5533                "BSD-3-Clause"
5534            ],
5535            "authors": [
5536                {
5537                    "name": "Kore Nordmann",
5538                    "email": "mail@kore-nordmann.de"
5539                },
5540                {
5541                    "name": "Sebastian Bergmann",
5542                    "email": "sebastian@phpunit.de"
5543                }
5544            ],
5545            "description": "Diff implementation",
5546            "homepage": "https://github.com/sebastianbergmann/diff",
5547            "keywords": [
5548                "diff",
5549                "udiff",
5550                "unidiff",
5551                "unified diff"
5552            ],
5553            "time": "2019-02-04T06:01:07+00:00"
5554        },
5555        {
5556            "name": "sebastian/environment",
5557            "version": "4.2.3",
5558            "source": {
5559                "type": "git",
5560                "url": "https://github.com/sebastianbergmann/environment.git",
5561                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
5562            },
5563            "dist": {
5564                "type": "zip",
5565                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5566                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5567                "shasum": ""
5568            },
5569            "require": {
5570                "php": "^7.1"
5571            },
5572            "require-dev": {
5573                "phpunit/phpunit": "^7.5"
5574            },
5575            "suggest": {
5576                "ext-posix": "*"
5577            },
5578            "type": "library",
5579            "extra": {
5580                "branch-alias": {
5581                    "dev-master": "4.2-dev"
5582                }
5583            },
5584            "autoload": {
5585                "classmap": [
5586                    "src/"
5587                ]
5588            },
5589            "notification-url": "https://packagist.org/downloads/",
5590            "license": [
5591                "BSD-3-Clause"
5592            ],
5593            "authors": [
5594                {
5595                    "name": "Sebastian Bergmann",
5596                    "email": "sebastian@phpunit.de"
5597                }
5598            ],
5599            "description": "Provides functionality to handle HHVM/PHP environments",
5600            "homepage": "http://www.github.com/sebastianbergmann/environment",
5601            "keywords": [
5602                "Xdebug",
5603                "environment",
5604                "hhvm"
5605            ],
5606            "time": "2019-11-20T08:46:58+00:00"
5607        },
5608        {
5609            "name": "sebastian/exporter",
5610            "version": "3.1.2",
5611            "source": {
5612                "type": "git",
5613                "url": "https://github.com/sebastianbergmann/exporter.git",
5614                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
5615            },
5616            "dist": {
5617                "type": "zip",
5618                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
5619                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
5620                "shasum": ""
5621            },
5622            "require": {
5623                "php": "^7.0",
5624                "sebastian/recursion-context": "^3.0"
5625            },
5626            "require-dev": {
5627                "ext-mbstring": "*",
5628                "phpunit/phpunit": "^6.0"
5629            },
5630            "type": "library",
5631            "extra": {
5632                "branch-alias": {
5633                    "dev-master": "3.1.x-dev"
5634                }
5635            },
5636            "autoload": {
5637                "classmap": [
5638                    "src/"
5639                ]
5640            },
5641            "notification-url": "https://packagist.org/downloads/",
5642            "license": [
5643                "BSD-3-Clause"
5644            ],
5645            "authors": [
5646                {
5647                    "name": "Sebastian Bergmann",
5648                    "email": "sebastian@phpunit.de"
5649                },
5650                {
5651                    "name": "Jeff Welch",
5652                    "email": "whatthejeff@gmail.com"
5653                },
5654                {
5655                    "name": "Volker Dusch",
5656                    "email": "github@wallbash.com"
5657                },
5658                {
5659                    "name": "Adam Harvey",
5660                    "email": "aharvey@php.net"
5661                },
5662                {
5663                    "name": "Bernhard Schussek",
5664                    "email": "bschussek@gmail.com"
5665                }
5666            ],
5667            "description": "Provides the functionality to export PHP variables for visualization",
5668            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5669            "keywords": [
5670                "export",
5671                "exporter"
5672            ],
5673            "time": "2019-09-14T09:02:43+00:00"
5674        },
5675        {
5676            "name": "sebastian/global-state",
5677            "version": "2.0.0",
5678            "source": {
5679                "type": "git",
5680                "url": "https://github.com/sebastianbergmann/global-state.git",
5681                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5682            },
5683            "dist": {
5684                "type": "zip",
5685                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5686                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5687                "shasum": ""
5688            },
5689            "require": {
5690                "php": "^7.0"
5691            },
5692            "require-dev": {
5693                "phpunit/phpunit": "^6.0"
5694            },
5695            "suggest": {
5696                "ext-uopz": "*"
5697            },
5698            "type": "library",
5699            "extra": {
5700                "branch-alias": {
5701                    "dev-master": "2.0-dev"
5702                }
5703            },
5704            "autoload": {
5705                "classmap": [
5706                    "src/"
5707                ]
5708            },
5709            "notification-url": "https://packagist.org/downloads/",
5710            "license": [
5711                "BSD-3-Clause"
5712            ],
5713            "authors": [
5714                {
5715                    "name": "Sebastian Bergmann",
5716                    "email": "sebastian@phpunit.de"
5717                }
5718            ],
5719            "description": "Snapshotting of global state",
5720            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5721            "keywords": [
5722                "global state"
5723            ],
5724            "time": "2017-04-27T15:39:26+00:00"
5725        },
5726        {
5727            "name": "sebastian/object-enumerator",
5728            "version": "3.0.3",
5729            "source": {
5730                "type": "git",
5731                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5732                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5733            },
5734            "dist": {
5735                "type": "zip",
5736                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5737                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5738                "shasum": ""
5739            },
5740            "require": {
5741                "php": "^7.0",
5742                "sebastian/object-reflector": "^1.1.1",
5743                "sebastian/recursion-context": "^3.0"
5744            },
5745            "require-dev": {
5746                "phpunit/phpunit": "^6.0"
5747            },
5748            "type": "library",
5749            "extra": {
5750                "branch-alias": {
5751                    "dev-master": "3.0.x-dev"
5752                }
5753            },
5754            "autoload": {
5755                "classmap": [
5756                    "src/"
5757                ]
5758            },
5759            "notification-url": "https://packagist.org/downloads/",
5760            "license": [
5761                "BSD-3-Clause"
5762            ],
5763            "authors": [
5764                {
5765                    "name": "Sebastian Bergmann",
5766                    "email": "sebastian@phpunit.de"
5767                }
5768            ],
5769            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5770            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5771            "time": "2017-08-03T12:35:26+00:00"
5772        },
5773        {
5774            "name": "sebastian/object-reflector",
5775            "version": "1.1.1",
5776            "source": {
5777                "type": "git",
5778                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5779                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5780            },
5781            "dist": {
5782                "type": "zip",
5783                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5784                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5785                "shasum": ""
5786            },
5787            "require": {
5788                "php": "^7.0"
5789            },
5790            "require-dev": {
5791                "phpunit/phpunit": "^6.0"
5792            },
5793            "type": "library",
5794            "extra": {
5795                "branch-alias": {
5796                    "dev-master": "1.1-dev"
5797                }
5798            },
5799            "autoload": {
5800                "classmap": [
5801                    "src/"
5802                ]
5803            },
5804            "notification-url": "https://packagist.org/downloads/",
5805            "license": [
5806                "BSD-3-Clause"
5807            ],
5808            "authors": [
5809                {
5810                    "name": "Sebastian Bergmann",
5811                    "email": "sebastian@phpunit.de"
5812                }
5813            ],
5814            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5815            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5816            "time": "2017-03-29T09:07:27+00:00"
5817        },
5818        {
5819            "name": "sebastian/recursion-context",
5820            "version": "3.0.0",
5821            "source": {
5822                "type": "git",
5823                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5824                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5825            },
5826            "dist": {
5827                "type": "zip",
5828                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5829                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5830                "shasum": ""
5831            },
5832            "require": {
5833                "php": "^7.0"
5834            },
5835            "require-dev": {
5836                "phpunit/phpunit": "^6.0"
5837            },
5838            "type": "library",
5839            "extra": {
5840                "branch-alias": {
5841                    "dev-master": "3.0.x-dev"
5842                }
5843            },
5844            "autoload": {
5845                "classmap": [
5846                    "src/"
5847                ]
5848            },
5849            "notification-url": "https://packagist.org/downloads/",
5850            "license": [
5851                "BSD-3-Clause"
5852            ],
5853            "authors": [
5854                {
5855                    "name": "Jeff Welch",
5856                    "email": "whatthejeff@gmail.com"
5857                },
5858                {
5859                    "name": "Sebastian Bergmann",
5860                    "email": "sebastian@phpunit.de"
5861                },
5862                {
5863                    "name": "Adam Harvey",
5864                    "email": "aharvey@php.net"
5865                }
5866            ],
5867            "description": "Provides functionality to recursively process PHP variables",
5868            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5869            "time": "2017-03-03T06:23:57+00:00"
5870        },
5871        {
5872            "name": "sebastian/resource-operations",
5873            "version": "2.0.1",
5874            "source": {
5875                "type": "git",
5876                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5877                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
5878            },
5879            "dist": {
5880                "type": "zip",
5881                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5882                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5883                "shasum": ""
5884            },
5885            "require": {
5886                "php": "^7.1"
5887            },
5888            "type": "library",
5889            "extra": {
5890                "branch-alias": {
5891                    "dev-master": "2.0-dev"
5892                }
5893            },
5894            "autoload": {
5895                "classmap": [
5896                    "src/"
5897                ]
5898            },
5899            "notification-url": "https://packagist.org/downloads/",
5900            "license": [
5901                "BSD-3-Clause"
5902            ],
5903            "authors": [
5904                {
5905                    "name": "Sebastian Bergmann",
5906                    "email": "sebastian@phpunit.de"
5907                }
5908            ],
5909            "description": "Provides a list of PHP built-in functions that operate on resources",
5910            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5911            "time": "2018-10-04T04:07:39+00:00"
5912        },
5913        {
5914            "name": "sebastian/version",
5915            "version": "2.0.1",
5916            "source": {
5917                "type": "git",
5918                "url": "https://github.com/sebastianbergmann/version.git",
5919                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5920            },
5921            "dist": {
5922                "type": "zip",
5923                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5924                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5925                "shasum": ""
5926            },
5927            "require": {
5928                "php": ">=5.6"
5929            },
5930            "type": "library",
5931            "extra": {
5932                "branch-alias": {
5933                    "dev-master": "2.0.x-dev"
5934                }
5935            },
5936            "autoload": {
5937                "classmap": [
5938                    "src/"
5939                ]
5940            },
5941            "notification-url": "https://packagist.org/downloads/",
5942            "license": [
5943                "BSD-3-Clause"
5944            ],
5945            "authors": [
5946                {
5947                    "name": "Sebastian Bergmann",
5948                    "email": "sebastian@phpunit.de",
5949                    "role": "lead"
5950                }
5951            ],
5952            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5953            "homepage": "https://github.com/sebastianbergmann/version",
5954            "time": "2016-10-03T07:35:21+00:00"
5955        },
5956        {
5957            "name": "seld/jsonlint",
5958            "version": "1.8.0",
5959            "source": {
5960                "type": "git",
5961                "url": "https://github.com/Seldaek/jsonlint.git",
5962                "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
5963            },
5964            "dist": {
5965                "type": "zip",
5966                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
5967                "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
5968                "shasum": ""
5969            },
5970            "require": {
5971                "php": "^5.3 || ^7.0 || ^8.0"
5972            },
5973            "require-dev": {
5974                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5975            },
5976            "bin": [
5977                "bin/jsonlint"
5978            ],
5979            "type": "library",
5980            "autoload": {
5981                "psr-4": {
5982                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
5983                }
5984            },
5985            "notification-url": "https://packagist.org/downloads/",
5986            "license": [
5987                "MIT"
5988            ],
5989            "authors": [
5990                {
5991                    "name": "Jordi Boggiano",
5992                    "email": "j.boggiano@seld.be",
5993                    "homepage": "http://seld.be"
5994                }
5995            ],
5996            "description": "JSON Linter",
5997            "keywords": [
5998                "json",
5999                "linter",
6000                "parser",
6001                "validator"
6002            ],
6003            "funding": [
6004                {
6005                    "url": "https://github.com/Seldaek",
6006                    "type": "github"
6007                },
6008                {
6009                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
6010                    "type": "tidelift"
6011                }
6012            ],
6013            "time": "2020-04-30T19:05:18+00:00"
6014        },
6015        {
6016            "name": "seld/phar-utils",
6017            "version": "1.1.1",
6018            "source": {
6019                "type": "git",
6020                "url": "https://github.com/Seldaek/phar-utils.git",
6021                "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
6022            },
6023            "dist": {
6024                "type": "zip",
6025                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
6026                "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
6027                "shasum": ""
6028            },
6029            "require": {
6030                "php": ">=5.3"
6031            },
6032            "type": "library",
6033            "extra": {
6034                "branch-alias": {
6035                    "dev-master": "1.x-dev"
6036                }
6037            },
6038            "autoload": {
6039                "psr-4": {
6040                    "Seld\\PharUtils\\": "src/"
6041                }
6042            },
6043            "notification-url": "https://packagist.org/downloads/",
6044            "license": [
6045                "MIT"
6046            ],
6047            "authors": [
6048                {
6049                    "name": "Jordi Boggiano",
6050                    "email": "j.boggiano@seld.be"
6051                }
6052            ],
6053            "description": "PHAR file format utilities, for when PHP phars you up",
6054            "keywords": [
6055                "phar"
6056            ],
6057            "time": "2020-07-07T18:42:57+00:00"
6058        },
6059        {
6060            "name": "symfony/config",
6061            "version": "v4.4.11",
6062            "source": {
6063                "type": "git",
6064                "url": "https://github.com/symfony/config.git",
6065                "reference": "b1d8f0d9341ea1d378b8b043ba90739f37c49d36"
6066            },
6067            "dist": {
6068                "type": "zip",
6069                "url": "https://api.github.com/repos/symfony/config/zipball/b1d8f0d9341ea1d378b8b043ba90739f37c49d36",
6070                "reference": "b1d8f0d9341ea1d378b8b043ba90739f37c49d36",
6071                "shasum": ""
6072            },
6073            "require": {
6074                "php": ">=7.1.3",
6075                "symfony/filesystem": "^3.4|^4.0|^5.0",
6076                "symfony/polyfill-ctype": "~1.8"
6077            },
6078            "conflict": {
6079                "symfony/finder": "<3.4"
6080            },
6081            "require-dev": {
6082                "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
6083                "symfony/finder": "^3.4|^4.0|^5.0",
6084                "symfony/messenger": "^4.1|^5.0",
6085                "symfony/service-contracts": "^1.1|^2",
6086                "symfony/yaml": "^3.4|^4.0|^5.0"
6087            },
6088            "suggest": {
6089                "symfony/yaml": "To use the yaml reference dumper"
6090            },
6091            "type": "library",
6092            "extra": {
6093                "branch-alias": {
6094                    "dev-master": "4.4-dev"
6095                }
6096            },
6097            "autoload": {
6098                "psr-4": {
6099                    "Symfony\\Component\\Config\\": ""
6100                },
6101                "exclude-from-classmap": [
6102                    "/Tests/"
6103                ]
6104            },
6105            "notification-url": "https://packagist.org/downloads/",
6106            "license": [
6107                "MIT"
6108            ],
6109            "authors": [
6110                {
6111                    "name": "Fabien Potencier",
6112                    "email": "fabien@symfony.com"
6113                },
6114                {
6115                    "name": "Symfony Community",
6116                    "homepage": "https://symfony.com/contributors"
6117                }
6118            ],
6119            "description": "Symfony Config Component",
6120            "homepage": "https://symfony.com",
6121            "funding": [
6122                {
6123                    "url": "https://symfony.com/sponsor",
6124                    "type": "custom"
6125                },
6126                {
6127                    "url": "https://github.com/fabpot",
6128                    "type": "github"
6129                },
6130                {
6131                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6132                    "type": "tidelift"
6133                }
6134            ],
6135            "time": "2020-07-15T08:27:46+00:00"
6136        },
6137        {
6138            "name": "symfony/console",
6139            "version": "v4.4.11",
6140            "source": {
6141                "type": "git",
6142                "url": "https://github.com/symfony/console.git",
6143                "reference": "55d07021da933dd0d633ffdab6f45d5b230c7e02"
6144            },
6145            "dist": {
6146                "type": "zip",
6147                "url": "https://api.github.com/repos/symfony/console/zipball/55d07021da933dd0d633ffdab6f45d5b230c7e02",
6148                "reference": "55d07021da933dd0d633ffdab6f45d5b230c7e02",
6149                "shasum": ""
6150            },
6151            "require": {
6152                "php": ">=7.1.3",
6153                "symfony/polyfill-mbstring": "~1.0",
6154                "symfony/polyfill-php73": "^1.8",
6155                "symfony/polyfill-php80": "^1.15",
6156                "symfony/service-contracts": "^1.1|^2"
6157            },
6158            "conflict": {
6159                "symfony/dependency-injection": "<3.4",
6160                "symfony/event-dispatcher": "<4.3|>=5",
6161                "symfony/lock": "<4.4",
6162                "symfony/process": "<3.3"
6163            },
6164            "provide": {
6165                "psr/log-implementation": "1.0"
6166            },
6167            "require-dev": {
6168                "psr/log": "~1.0",
6169                "symfony/config": "^3.4|^4.0|^5.0",
6170                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
6171                "symfony/event-dispatcher": "^4.3",
6172                "symfony/lock": "^4.4|^5.0",
6173                "symfony/process": "^3.4|^4.0|^5.0",
6174                "symfony/var-dumper": "^4.3|^5.0"
6175            },
6176            "suggest": {
6177                "psr/log": "For using the console logger",
6178                "symfony/event-dispatcher": "",
6179                "symfony/lock": "",
6180                "symfony/process": ""
6181            },
6182            "type": "library",
6183            "extra": {
6184                "branch-alias": {
6185                    "dev-master": "4.4-dev"
6186                }
6187            },
6188            "autoload": {
6189                "psr-4": {
6190                    "Symfony\\Component\\Console\\": ""
6191                },
6192                "exclude-from-classmap": [
6193                    "/Tests/"
6194                ]
6195            },
6196            "notification-url": "https://packagist.org/downloads/",
6197            "license": [
6198                "MIT"
6199            ],
6200            "authors": [
6201                {
6202                    "name": "Fabien Potencier",
6203                    "email": "fabien@symfony.com"
6204                },
6205                {
6206                    "name": "Symfony Community",
6207                    "homepage": "https://symfony.com/contributors"
6208                }
6209            ],
6210            "description": "Symfony Console Component",
6211            "homepage": "https://symfony.com",
6212            "funding": [
6213                {
6214                    "url": "https://symfony.com/sponsor",
6215                    "type": "custom"
6216                },
6217                {
6218                    "url": "https://github.com/fabpot",
6219                    "type": "github"
6220                },
6221                {
6222                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6223                    "type": "tidelift"
6224                }
6225            ],
6226            "time": "2020-07-06T13:18:39+00:00"
6227        },
6228        {
6229            "name": "symfony/filesystem",
6230            "version": "v4.4.11",
6231            "source": {
6232                "type": "git",
6233                "url": "https://github.com/symfony/filesystem.git",
6234                "reference": "b27f491309db5757816db672b256ea2e03677d30"
6235            },
6236            "dist": {
6237                "type": "zip",
6238                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b27f491309db5757816db672b256ea2e03677d30",
6239                "reference": "b27f491309db5757816db672b256ea2e03677d30",
6240                "shasum": ""
6241            },
6242            "require": {
6243                "php": ">=7.1.3",
6244                "symfony/polyfill-ctype": "~1.8"
6245            },
6246            "type": "library",
6247            "extra": {
6248                "branch-alias": {
6249                    "dev-master": "4.4-dev"
6250                }
6251            },
6252            "autoload": {
6253                "psr-4": {
6254                    "Symfony\\Component\\Filesystem\\": ""
6255                },
6256                "exclude-from-classmap": [
6257                    "/Tests/"
6258                ]
6259            },
6260            "notification-url": "https://packagist.org/downloads/",
6261            "license": [
6262                "MIT"
6263            ],
6264            "authors": [
6265                {
6266                    "name": "Fabien Potencier",
6267                    "email": "fabien@symfony.com"
6268                },
6269                {
6270                    "name": "Symfony Community",
6271                    "homepage": "https://symfony.com/contributors"
6272                }
6273            ],
6274            "description": "Symfony Filesystem Component",
6275            "homepage": "https://symfony.com",
6276            "funding": [
6277                {
6278                    "url": "https://symfony.com/sponsor",
6279                    "type": "custom"
6280                },
6281                {
6282                    "url": "https://github.com/fabpot",
6283                    "type": "github"
6284                },
6285                {
6286                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6287                    "type": "tidelift"
6288                }
6289            ],
6290            "time": "2020-05-30T18:50:54+00:00"
6291        },
6292        {
6293            "name": "symfony/finder",
6294            "version": "v4.4.11",
6295            "source": {
6296                "type": "git",
6297                "url": "https://github.com/symfony/finder.git",
6298                "reference": "2727aa35fddfada1dd37599948528e9b152eb742"
6299            },
6300            "dist": {
6301                "type": "zip",
6302                "url": "https://api.github.com/repos/symfony/finder/zipball/2727aa35fddfada1dd37599948528e9b152eb742",
6303                "reference": "2727aa35fddfada1dd37599948528e9b152eb742",
6304                "shasum": ""
6305            },
6306            "require": {
6307                "php": ">=7.1.3"
6308            },
6309            "type": "library",
6310            "extra": {
6311                "branch-alias": {
6312                    "dev-master": "4.4-dev"
6313                }
6314            },
6315            "autoload": {
6316                "psr-4": {
6317                    "Symfony\\Component\\Finder\\": ""
6318                },
6319                "exclude-from-classmap": [
6320                    "/Tests/"
6321                ]
6322            },
6323            "notification-url": "https://packagist.org/downloads/",
6324            "license": [
6325                "MIT"
6326            ],
6327            "authors": [
6328                {
6329                    "name": "Fabien Potencier",
6330                    "email": "fabien@symfony.com"
6331                },
6332                {
6333                    "name": "Symfony Community",
6334                    "homepage": "https://symfony.com/contributors"
6335                }
6336            ],
6337            "description": "Symfony Finder Component",
6338            "homepage": "https://symfony.com",
6339            "funding": [
6340                {
6341                    "url": "https://symfony.com/sponsor",
6342                    "type": "custom"
6343                },
6344                {
6345                    "url": "https://github.com/fabpot",
6346                    "type": "github"
6347                },
6348                {
6349                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6350                    "type": "tidelift"
6351                }
6352            ],
6353            "time": "2020-07-05T09:39:30+00:00"
6354        },
6355        {
6356            "name": "symfony/polyfill-php73",
6357            "version": "v1.18.1",
6358            "source": {
6359                "type": "git",
6360                "url": "https://github.com/symfony/polyfill-php73.git",
6361                "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
6362            },
6363            "dist": {
6364                "type": "zip",
6365                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
6366                "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
6367                "shasum": ""
6368            },
6369            "require": {
6370                "php": ">=5.3.3"
6371            },
6372            "type": "library",
6373            "extra": {
6374                "branch-alias": {
6375                    "dev-master": "1.18-dev"
6376                },
6377                "thanks": {
6378                    "name": "symfony/polyfill",
6379                    "url": "https://github.com/symfony/polyfill"
6380                }
6381            },
6382            "autoload": {
6383                "psr-4": {
6384                    "Symfony\\Polyfill\\Php73\\": ""
6385                },
6386                "files": [
6387                    "bootstrap.php"
6388                ],
6389                "classmap": [
6390                    "Resources/stubs"
6391                ]
6392            },
6393            "notification-url": "https://packagist.org/downloads/",
6394            "license": [
6395                "MIT"
6396            ],
6397            "authors": [
6398                {
6399                    "name": "Nicolas Grekas",
6400                    "email": "p@tchwork.com"
6401                },
6402                {
6403                    "name": "Symfony Community",
6404                    "homepage": "https://symfony.com/contributors"
6405                }
6406            ],
6407            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
6408            "homepage": "https://symfony.com",
6409            "keywords": [
6410                "compatibility",
6411                "polyfill",
6412                "portable",
6413                "shim"
6414            ],
6415            "funding": [
6416                {
6417                    "url": "https://symfony.com/sponsor",
6418                    "type": "custom"
6419                },
6420                {
6421                    "url": "https://github.com/fabpot",
6422                    "type": "github"
6423                },
6424                {
6425                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6426                    "type": "tidelift"
6427                }
6428            ],
6429            "time": "2020-07-14T12:35:20+00:00"
6430        },
6431        {
6432            "name": "symfony/process",
6433            "version": "v4.4.11",
6434            "source": {
6435                "type": "git",
6436                "url": "https://github.com/symfony/process.git",
6437                "reference": "65e70bab62f3da7089a8d4591fb23fbacacb3479"
6438            },
6439            "dist": {
6440                "type": "zip",
6441                "url": "https://api.github.com/repos/symfony/process/zipball/65e70bab62f3da7089a8d4591fb23fbacacb3479",
6442                "reference": "65e70bab62f3da7089a8d4591fb23fbacacb3479",
6443                "shasum": ""
6444            },
6445            "require": {
6446                "php": ">=7.1.3"
6447            },
6448            "type": "library",
6449            "extra": {
6450                "branch-alias": {
6451                    "dev-master": "4.4-dev"
6452                }
6453            },
6454            "autoload": {
6455                "psr-4": {
6456                    "Symfony\\Component\\Process\\": ""
6457                },
6458                "exclude-from-classmap": [
6459                    "/Tests/"
6460                ]
6461            },
6462            "notification-url": "https://packagist.org/downloads/",
6463            "license": [
6464                "MIT"
6465            ],
6466            "authors": [
6467                {
6468                    "name": "Fabien Potencier",
6469                    "email": "fabien@symfony.com"
6470                },
6471                {
6472                    "name": "Symfony Community",
6473                    "homepage": "https://symfony.com/contributors"
6474                }
6475            ],
6476            "description": "Symfony Process Component",
6477            "homepage": "https://symfony.com",
6478            "funding": [
6479                {
6480                    "url": "https://symfony.com/sponsor",
6481                    "type": "custom"
6482                },
6483                {
6484                    "url": "https://github.com/fabpot",
6485                    "type": "github"
6486                },
6487                {
6488                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6489                    "type": "tidelift"
6490                }
6491            ],
6492            "time": "2020-07-23T08:31:43+00:00"
6493        },
6494        {
6495            "name": "symfony/stopwatch",
6496            "version": "v4.4.11",
6497            "source": {
6498                "type": "git",
6499                "url": "https://github.com/symfony/stopwatch.git",
6500                "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50"
6501            },
6502            "dist": {
6503                "type": "zip",
6504                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f51fb90df1154a7f75987198a9689e28f91e6a50",
6505                "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50",
6506                "shasum": ""
6507            },
6508            "require": {
6509                "php": ">=7.1.3",
6510                "symfony/service-contracts": "^1.0|^2"
6511            },
6512            "type": "library",
6513            "extra": {
6514                "branch-alias": {
6515                    "dev-master": "4.4-dev"
6516                }
6517            },
6518            "autoload": {
6519                "psr-4": {
6520                    "Symfony\\Component\\Stopwatch\\": ""
6521                },
6522                "exclude-from-classmap": [
6523                    "/Tests/"
6524                ]
6525            },
6526            "notification-url": "https://packagist.org/downloads/",
6527            "license": [
6528                "MIT"
6529            ],
6530            "authors": [
6531                {
6532                    "name": "Fabien Potencier",
6533                    "email": "fabien@symfony.com"
6534                },
6535                {
6536                    "name": "Symfony Community",
6537                    "homepage": "https://symfony.com/contributors"
6538                }
6539            ],
6540            "description": "Symfony Stopwatch Component",
6541            "homepage": "https://symfony.com",
6542            "funding": [
6543                {
6544                    "url": "https://symfony.com/sponsor",
6545                    "type": "custom"
6546                },
6547                {
6548                    "url": "https://github.com/fabpot",
6549                    "type": "github"
6550                },
6551                {
6552                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6553                    "type": "tidelift"
6554                }
6555            ],
6556            "time": "2020-05-20T08:37:50+00:00"
6557        },
6558        {
6559            "name": "symfony/var-dumper",
6560            "version": "v4.4.11",
6561            "source": {
6562                "type": "git",
6563                "url": "https://github.com/symfony/var-dumper.git",
6564                "reference": "2125805a1a4e57f2340bc566c3013ca94d2722dc"
6565            },
6566            "dist": {
6567                "type": "zip",
6568                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2125805a1a4e57f2340bc566c3013ca94d2722dc",
6569                "reference": "2125805a1a4e57f2340bc566c3013ca94d2722dc",
6570                "shasum": ""
6571            },
6572            "require": {
6573                "php": ">=7.1.3",
6574                "symfony/polyfill-mbstring": "~1.0",
6575                "symfony/polyfill-php72": "~1.5",
6576                "symfony/polyfill-php80": "^1.15"
6577            },
6578            "conflict": {
6579                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6580                "symfony/console": "<3.4"
6581            },
6582            "require-dev": {
6583                "ext-iconv": "*",
6584                "symfony/console": "^3.4|^4.0|^5.0",
6585                "symfony/process": "^4.4|^5.0",
6586                "twig/twig": "^1.34|^2.4|^3.0"
6587            },
6588            "suggest": {
6589                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
6590                "ext-intl": "To show region name in time zone dump",
6591                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
6592            },
6593            "bin": [
6594                "Resources/bin/var-dump-server"
6595            ],
6596            "type": "library",
6597            "extra": {
6598                "branch-alias": {
6599                    "dev-master": "4.4-dev"
6600                }
6601            },
6602            "autoload": {
6603                "files": [
6604                    "Resources/functions/dump.php"
6605                ],
6606                "psr-4": {
6607                    "Symfony\\Component\\VarDumper\\": ""
6608                },
6609                "exclude-from-classmap": [
6610                    "/Tests/"
6611                ]
6612            },
6613            "notification-url": "https://packagist.org/downloads/",
6614            "license": [
6615                "MIT"
6616            ],
6617            "authors": [
6618                {
6619                    "name": "Nicolas Grekas",
6620                    "email": "p@tchwork.com"
6621                },
6622                {
6623                    "name": "Symfony Community",
6624                    "homepage": "https://symfony.com/contributors"
6625                }
6626            ],
6627            "description": "Symfony mechanism for exploring and dumping PHP variables",
6628            "homepage": "https://symfony.com",
6629            "keywords": [
6630                "debug",
6631                "dump"
6632            ],
6633            "funding": [
6634                {
6635                    "url": "https://symfony.com/sponsor",
6636                    "type": "custom"
6637                },
6638                {
6639                    "url": "https://github.com/fabpot",
6640                    "type": "github"
6641                },
6642                {
6643                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6644                    "type": "tidelift"
6645                }
6646            ],
6647            "time": "2020-06-24T13:34:53+00:00"
6648        },
6649        {
6650            "name": "symfony/yaml",
6651            "version": "v4.4.11",
6652            "source": {
6653                "type": "git",
6654                "url": "https://github.com/symfony/yaml.git",
6655                "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a"
6656            },
6657            "dist": {
6658                "type": "zip",
6659                "url": "https://api.github.com/repos/symfony/yaml/zipball/c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
6660                "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
6661                "shasum": ""
6662            },
6663            "require": {
6664                "php": ">=7.1.3",
6665                "symfony/polyfill-ctype": "~1.8"
6666            },
6667            "conflict": {
6668                "symfony/console": "<3.4"
6669            },
6670            "require-dev": {
6671                "symfony/console": "^3.4|^4.0|^5.0"
6672            },
6673            "suggest": {
6674                "symfony/console": "For validating YAML files using the lint command"
6675            },
6676            "type": "library",
6677            "extra": {
6678                "branch-alias": {
6679                    "dev-master": "4.4-dev"
6680                }
6681            },
6682            "autoload": {
6683                "psr-4": {
6684                    "Symfony\\Component\\Yaml\\": ""
6685                },
6686                "exclude-from-classmap": [
6687                    "/Tests/"
6688                ]
6689            },
6690            "notification-url": "https://packagist.org/downloads/",
6691            "license": [
6692                "MIT"
6693            ],
6694            "authors": [
6695                {
6696                    "name": "Fabien Potencier",
6697                    "email": "fabien@symfony.com"
6698                },
6699                {
6700                    "name": "Symfony Community",
6701                    "homepage": "https://symfony.com/contributors"
6702                }
6703            ],
6704            "description": "Symfony Yaml Component",
6705            "homepage": "https://symfony.com",
6706            "funding": [
6707                {
6708                    "url": "https://symfony.com/sponsor",
6709                    "type": "custom"
6710                },
6711                {
6712                    "url": "https://github.com/fabpot",
6713                    "type": "github"
6714                },
6715                {
6716                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6717                    "type": "tidelift"
6718                }
6719            ],
6720            "time": "2020-05-20T08:37:50+00:00"
6721        },
6722        {
6723            "name": "theseer/tokenizer",
6724            "version": "1.1.3",
6725            "source": {
6726                "type": "git",
6727                "url": "https://github.com/theseer/tokenizer.git",
6728                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
6729            },
6730            "dist": {
6731                "type": "zip",
6732                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6733                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
6734                "shasum": ""
6735            },
6736            "require": {
6737                "ext-dom": "*",
6738                "ext-tokenizer": "*",
6739                "ext-xmlwriter": "*",
6740                "php": "^7.0"
6741            },
6742            "type": "library",
6743            "autoload": {
6744                "classmap": [
6745                    "src/"
6746                ]
6747            },
6748            "notification-url": "https://packagist.org/downloads/",
6749            "license": [
6750                "BSD-3-Clause"
6751            ],
6752            "authors": [
6753                {
6754                    "name": "Arne Blankerts",
6755                    "email": "arne@blankerts.de",
6756                    "role": "Developer"
6757                }
6758            ],
6759            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6760            "time": "2019-06-13T22:48:21+00:00"
6761        },
6762        {
6763            "name": "webmozart/assert",
6764            "version": "1.9.1",
6765            "source": {
6766                "type": "git",
6767                "url": "https://github.com/webmozart/assert.git",
6768                "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
6769            },
6770            "dist": {
6771                "type": "zip",
6772                "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
6773                "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
6774                "shasum": ""
6775            },
6776            "require": {
6777                "php": "^5.3.3 || ^7.0 || ^8.0",
6778                "symfony/polyfill-ctype": "^1.8"
6779            },
6780            "conflict": {
6781                "phpstan/phpstan": "<0.12.20",
6782                "vimeo/psalm": "<3.9.1"
6783            },
6784            "require-dev": {
6785                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
6786            },
6787            "type": "library",
6788            "autoload": {
6789                "psr-4": {
6790                    "Webmozart\\Assert\\": "src/"
6791                }
6792            },
6793            "notification-url": "https://packagist.org/downloads/",
6794            "license": [
6795                "MIT"
6796            ],
6797            "authors": [
6798                {
6799                    "name": "Bernhard Schussek",
6800                    "email": "bschussek@gmail.com"
6801                }
6802            ],
6803            "description": "Assertions to validate method input/output with nice error messages.",
6804            "keywords": [
6805                "assert",
6806                "check",
6807                "validate"
6808            ],
6809            "time": "2020-07-08T17:02:28+00:00"
6810        }
6811    ],
6812    "aliases": [],
6813    "minimum-stability": "stable",
6814    "stability-flags": [],
6815    "prefer-stable": false,
6816    "prefer-lowest": false,
6817    "platform": {
6818        "ext-curl": "*",
6819        "ext-gd": "*",
6820        "ext-iconv": "*",
6821        "ext-intl": "*",
6822        "ext-json": "*",
6823        "ext-pcre": "*",
6824        "ext-pdo": "*",
6825        "ext-session": "*",
6826        "ext-simplexml": "*",
6827        "ext-xml": "*",
6828        "ext-zip": "*"
6829    },
6830    "platform-dev": {
6831        "ext-pdo_sqlite": "*",
6832        "ext-sqlite3": "*"
6833    },
6834    "platform-overrides": {
6835        "php": "7.1.8"
6836    },
6837    "plugin-api-version": "1.1.0"
6838}
6839