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