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