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