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