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