xref: /webtrees/composer.lock (revision 49a243cb5fe7c21b24e262552d556b018bfe3f41)
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": "c1a15a67b9ec0614b1fc92e757ceb5b5",
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": "v1.0.1",
310            "source": {
311                "type": "git",
312                "url": "https://github.com/doctrine/lexer.git",
313                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
314            },
315            "dist": {
316                "type": "zip",
317                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
318                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
319                "shasum": ""
320            },
321            "require": {
322                "php": ">=5.3.2"
323            },
324            "type": "library",
325            "extra": {
326                "branch-alias": {
327                    "dev-master": "1.0.x-dev"
328                }
329            },
330            "autoload": {
331                "psr-0": {
332                    "Doctrine\\Common\\Lexer\\": "lib/"
333                }
334            },
335            "notification-url": "https://packagist.org/downloads/",
336            "license": [
337                "MIT"
338            ],
339            "authors": [
340                {
341                    "name": "Roman Borschel",
342                    "email": "roman@code-factory.org"
343                },
344                {
345                    "name": "Guilherme Blanco",
346                    "email": "guilhermeblanco@gmail.com"
347                },
348                {
349                    "name": "Johannes Schmitt",
350                    "email": "schmittjoh@gmail.com"
351                }
352            ],
353            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
354            "homepage": "http://www.doctrine-project.org",
355            "keywords": [
356                "lexer",
357                "parser"
358            ],
359            "time": "2014-09-09T13:34:57+00:00"
360        },
361        {
362            "name": "egulias/email-validator",
363            "version": "2.1.7",
364            "source": {
365                "type": "git",
366                "url": "https://github.com/egulias/EmailValidator.git",
367                "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
368            },
369            "dist": {
370                "type": "zip",
371                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
372                "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
373                "shasum": ""
374            },
375            "require": {
376                "doctrine/lexer": "^1.0.1",
377                "php": ">= 5.5"
378            },
379            "require-dev": {
380                "dominicsayers/isemail": "dev-master",
381                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
382                "satooshi/php-coveralls": "^1.0.1"
383            },
384            "suggest": {
385                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
386            },
387            "type": "library",
388            "extra": {
389                "branch-alias": {
390                    "dev-master": "2.0.x-dev"
391                }
392            },
393            "autoload": {
394                "psr-4": {
395                    "Egulias\\EmailValidator\\": "EmailValidator"
396                }
397            },
398            "notification-url": "https://packagist.org/downloads/",
399            "license": [
400                "MIT"
401            ],
402            "authors": [
403                {
404                    "name": "Eduardo Gulias Davis"
405                }
406            ],
407            "description": "A library for validating emails against several RFCs",
408            "homepage": "https://github.com/egulias/EmailValidator",
409            "keywords": [
410                "email",
411                "emailvalidation",
412                "emailvalidator",
413                "validation",
414                "validator"
415            ],
416            "time": "2018-12-04T22:38:24+00:00"
417        },
418        {
419            "name": "filp/whoops",
420            "version": "2.3.1",
421            "source": {
422                "type": "git",
423                "url": "https://github.com/filp/whoops.git",
424                "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
425            },
426            "dist": {
427                "type": "zip",
428                "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
429                "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
430                "shasum": ""
431            },
432            "require": {
433                "php": "^5.5.9 || ^7.0",
434                "psr/log": "^1.0.1"
435            },
436            "require-dev": {
437                "mockery/mockery": "^0.9 || ^1.0",
438                "phpunit/phpunit": "^4.8.35 || ^5.7",
439                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
440            },
441            "suggest": {
442                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
443                "whoops/soap": "Formats errors as SOAP responses"
444            },
445            "type": "library",
446            "extra": {
447                "branch-alias": {
448                    "dev-master": "2.2-dev"
449                }
450            },
451            "autoload": {
452                "psr-4": {
453                    "Whoops\\": "src/Whoops/"
454                }
455            },
456            "notification-url": "https://packagist.org/downloads/",
457            "license": [
458                "MIT"
459            ],
460            "authors": [
461                {
462                    "name": "Filipe Dobreira",
463                    "homepage": "https://github.com/filp",
464                    "role": "Developer"
465                }
466            ],
467            "description": "php error handling for cool kids",
468            "homepage": "https://filp.github.io/whoops/",
469            "keywords": [
470                "error",
471                "exception",
472                "handling",
473                "library",
474                "throwable",
475                "whoops"
476            ],
477            "time": "2018-10-23T09:00:00+00:00"
478        },
479        {
480            "name": "fisharebest/algorithm",
481            "version": "1.5.1",
482            "source": {
483                "type": "git",
484                "url": "https://github.com/fisharebest/algorithm.git",
485                "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062"
486            },
487            "dist": {
488                "type": "zip",
489                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/7d1bc0fc91b66cf613af9147e9a287c905a8b062",
490                "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062",
491                "shasum": ""
492            },
493            "require": {
494                "php": ">=5.3.0"
495            },
496            "require-dev": {
497                "php-coveralls/php-coveralls": "*",
498                "phpunit/phpunit": "4.*"
499            },
500            "type": "library",
501            "autoload": {
502                "psr-4": {
503                    "Fisharebest\\Algorithm\\": "src/"
504                }
505            },
506            "notification-url": "https://packagist.org/downloads/",
507            "license": [
508                "GPL-3.0+"
509            ],
510            "authors": [
511                {
512                    "name": "Greg Roach",
513                    "email": "greg@subaqua.co.uk",
514                    "role": "Developer"
515                }
516            ],
517            "description": "Implementation of standard algorithms in PHP.",
518            "homepage": "https://github.com/fisharebest/algorithm",
519            "keywords": [
520                "Algorithm",
521                "diff",
522                "dijkstra",
523                "myers"
524            ],
525            "time": "2018-12-24T08:53:40+00:00"
526        },
527        {
528            "name": "fisharebest/ext-calendar",
529            "version": "2.5.0",
530            "source": {
531                "type": "git",
532                "url": "https://github.com/fisharebest/ext-calendar.git",
533                "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329"
534            },
535            "dist": {
536                "type": "zip",
537                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/155a2d3f5713e1e1805d68cdb42a28ca842e7329",
538                "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329",
539                "shasum": ""
540            },
541            "require": {
542                "php": ">=5.3.0"
543            },
544            "require-dev": {
545                "phpunit/phpunit": "<6",
546                "satooshi/php-coveralls": "*"
547            },
548            "type": "library",
549            "autoload": {
550                "files": [
551                    "src/shims.php"
552                ],
553                "psr-4": {
554                    "Fisharebest\\ExtCalendar\\": "src/"
555                }
556            },
557            "notification-url": "https://packagist.org/downloads/",
558            "license": [
559                "GPL-3.0+"
560            ],
561            "authors": [
562                {
563                    "name": "Greg Roach",
564                    "email": "fisharebest@gmail.com",
565                    "role": "Developer"
566                }
567            ],
568            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Also provides a replacement for the PHP ext/calendar extension.",
569            "homepage": "https://github.com/fisharebest/ext-calendar",
570            "keywords": [
571                "Jalali",
572                "arabic",
573                "calendar",
574                "ext-calendar",
575                "french",
576                "gregorian",
577                "hebrew",
578                "hijri",
579                "jewish",
580                "julian",
581                "julian day",
582                "julian day number",
583                "persian",
584                "shamsi"
585            ],
586            "time": "2018-09-17T20:40:07+00:00"
587        },
588        {
589            "name": "fisharebest/flysystem-chroot-adapter",
590            "version": "1.0.0",
591            "source": {
592                "type": "git",
593                "url": "https://github.com/fisharebest/flysystem-chroot-adapter.git",
594                "reference": "df09e16b8039f15687c484da94d3da9161b2a2ad"
595            },
596            "dist": {
597                "type": "zip",
598                "url": "https://api.github.com/repos/fisharebest/flysystem-chroot-adapter/zipball/df09e16b8039f15687c484da94d3da9161b2a2ad",
599                "reference": "df09e16b8039f15687c484da94d3da9161b2a2ad",
600                "shasum": ""
601            },
602            "require": {
603                "league/flysystem": "~1.0"
604            },
605            "require-dev": {
606                "league/flysystem-memory": "~1.0",
607                "php-coveralls/php-coveralls": "*",
608                "phpunit/phpunit": "~5.0"
609            },
610            "type": "library",
611            "autoload": {
612                "psr-4": {
613                    "Fisharebest\\Flysystem\\Adapter\\": "src/"
614                }
615            },
616            "notification-url": "https://packagist.org/downloads/",
617            "license": [
618                "MIT"
619            ],
620            "authors": [
621                {
622                    "name": "Greg Roach",
623                    "email": "fisharebest@gmail.com",
624                    "role": "Developer"
625                }
626            ],
627            "description": "Creates a filesystem from a sub-folder in another filesystem.",
628            "homepage": "https://github.com/fisharebest/flysystem-chroot-adapter",
629            "keywords": [
630                "Flysystem",
631                "adapter",
632                "chroot"
633            ],
634            "time": "2019-01-17T22:23:21+00:00"
635        },
636        {
637            "name": "fisharebest/localization",
638            "version": "1.12.0",
639            "source": {
640                "type": "git",
641                "url": "https://github.com/fisharebest/localization.git",
642                "reference": "df4684a211d5da48b1faba616a8db8953f9cbd1f"
643            },
644            "dist": {
645                "type": "zip",
646                "url": "https://api.github.com/repos/fisharebest/localization/zipball/df4684a211d5da48b1faba616a8db8953f9cbd1f",
647                "reference": "df4684a211d5da48b1faba616a8db8953f9cbd1f",
648                "shasum": ""
649            },
650            "require": {
651                "php": ">=5.3.0"
652            },
653            "require-dev": {
654                "phpunit/phpunit": "4.*|5.*",
655                "satooshi/php-coveralls": "*"
656            },
657            "type": "library",
658            "autoload": {
659                "psr-4": {
660                    "Fisharebest\\Localization\\": "src/"
661                }
662            },
663            "notification-url": "https://packagist.org/downloads/",
664            "license": [
665                "GPL-3.0+"
666            ],
667            "authors": [
668                {
669                    "name": "Greg Roach",
670                    "email": "fisharebest@gmail.com",
671                    "role": "Developer"
672                }
673            ],
674            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
675            "homepage": "https://github.com/fisharebest/localization",
676            "keywords": [
677                "cldr",
678                "gettext",
679                "i18n",
680                "l10n",
681                "language",
682                "locale",
683                "localization",
684                "script",
685                "translate",
686                "translation"
687            ],
688            "time": "2018-09-25T10:40:27+00:00"
689        },
690        {
691            "name": "guzzlehttp/guzzle",
692            "version": "6.3.3",
693            "source": {
694                "type": "git",
695                "url": "https://github.com/guzzle/guzzle.git",
696                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
697            },
698            "dist": {
699                "type": "zip",
700                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
701                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
702                "shasum": ""
703            },
704            "require": {
705                "guzzlehttp/promises": "^1.0",
706                "guzzlehttp/psr7": "^1.4",
707                "php": ">=5.5"
708            },
709            "require-dev": {
710                "ext-curl": "*",
711                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
712                "psr/log": "^1.0"
713            },
714            "suggest": {
715                "psr/log": "Required for using the Log middleware"
716            },
717            "type": "library",
718            "extra": {
719                "branch-alias": {
720                    "dev-master": "6.3-dev"
721                }
722            },
723            "autoload": {
724                "files": [
725                    "src/functions_include.php"
726                ],
727                "psr-4": {
728                    "GuzzleHttp\\": "src/"
729                }
730            },
731            "notification-url": "https://packagist.org/downloads/",
732            "license": [
733                "MIT"
734            ],
735            "authors": [
736                {
737                    "name": "Michael Dowling",
738                    "email": "mtdowling@gmail.com",
739                    "homepage": "https://github.com/mtdowling"
740                }
741            ],
742            "description": "Guzzle is a PHP HTTP client library",
743            "homepage": "http://guzzlephp.org/",
744            "keywords": [
745                "client",
746                "curl",
747                "framework",
748                "http",
749                "http client",
750                "rest",
751                "web service"
752            ],
753            "time": "2018-04-22T15:46:56+00:00"
754        },
755        {
756            "name": "guzzlehttp/promises",
757            "version": "v1.3.1",
758            "source": {
759                "type": "git",
760                "url": "https://github.com/guzzle/promises.git",
761                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
762            },
763            "dist": {
764                "type": "zip",
765                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
766                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
767                "shasum": ""
768            },
769            "require": {
770                "php": ">=5.5.0"
771            },
772            "require-dev": {
773                "phpunit/phpunit": "^4.0"
774            },
775            "type": "library",
776            "extra": {
777                "branch-alias": {
778                    "dev-master": "1.4-dev"
779                }
780            },
781            "autoload": {
782                "psr-4": {
783                    "GuzzleHttp\\Promise\\": "src/"
784                },
785                "files": [
786                    "src/functions_include.php"
787                ]
788            },
789            "notification-url": "https://packagist.org/downloads/",
790            "license": [
791                "MIT"
792            ],
793            "authors": [
794                {
795                    "name": "Michael Dowling",
796                    "email": "mtdowling@gmail.com",
797                    "homepage": "https://github.com/mtdowling"
798                }
799            ],
800            "description": "Guzzle promises library",
801            "keywords": [
802                "promise"
803            ],
804            "time": "2016-12-20T10:07:11+00:00"
805        },
806        {
807            "name": "guzzlehttp/psr7",
808            "version": "1.5.2",
809            "source": {
810                "type": "git",
811                "url": "https://github.com/guzzle/psr7.git",
812                "reference": "9f83dded91781a01c63574e387eaa769be769115"
813            },
814            "dist": {
815                "type": "zip",
816                "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
817                "reference": "9f83dded91781a01c63574e387eaa769be769115",
818                "shasum": ""
819            },
820            "require": {
821                "php": ">=5.4.0",
822                "psr/http-message": "~1.0",
823                "ralouphie/getallheaders": "^2.0.5"
824            },
825            "provide": {
826                "psr/http-message-implementation": "1.0"
827            },
828            "require-dev": {
829                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
830            },
831            "type": "library",
832            "extra": {
833                "branch-alias": {
834                    "dev-master": "1.5-dev"
835                }
836            },
837            "autoload": {
838                "psr-4": {
839                    "GuzzleHttp\\Psr7\\": "src/"
840                },
841                "files": [
842                    "src/functions_include.php"
843                ]
844            },
845            "notification-url": "https://packagist.org/downloads/",
846            "license": [
847                "MIT"
848            ],
849            "authors": [
850                {
851                    "name": "Michael Dowling",
852                    "email": "mtdowling@gmail.com",
853                    "homepage": "https://github.com/mtdowling"
854                },
855                {
856                    "name": "Tobias Schultze",
857                    "homepage": "https://github.com/Tobion"
858                }
859            ],
860            "description": "PSR-7 message implementation that also provides common utility methods",
861            "keywords": [
862                "http",
863                "message",
864                "psr-7",
865                "request",
866                "response",
867                "stream",
868                "uri",
869                "url"
870            ],
871            "time": "2018-12-04T20:46:45+00:00"
872        },
873        {
874            "name": "illuminate/cache",
875            "version": "v5.7.21",
876            "source": {
877                "type": "git",
878                "url": "https://github.com/illuminate/cache.git",
879                "reference": "703fd21e1b88f78c37328383b96651d470d4e273"
880            },
881            "dist": {
882                "type": "zip",
883                "url": "https://api.github.com/repos/illuminate/cache/zipball/703fd21e1b88f78c37328383b96651d470d4e273",
884                "reference": "703fd21e1b88f78c37328383b96651d470d4e273",
885                "shasum": ""
886            },
887            "require": {
888                "illuminate/contracts": "5.7.*",
889                "illuminate/support": "5.7.*",
890                "php": "^7.1.3"
891            },
892            "suggest": {
893                "illuminate/database": "Required to use the database cache driver (5.7.*).",
894                "illuminate/filesystem": "Required to use the file cache driver (5.7.*).",
895                "illuminate/redis": "Required to use the redis cache driver (5.7.*)."
896            },
897            "type": "library",
898            "extra": {
899                "branch-alias": {
900                    "dev-master": "5.7-dev"
901                }
902            },
903            "autoload": {
904                "psr-4": {
905                    "Illuminate\\Cache\\": ""
906                }
907            },
908            "notification-url": "https://packagist.org/downloads/",
909            "license": [
910                "MIT"
911            ],
912            "authors": [
913                {
914                    "name": "Taylor Otwell",
915                    "email": "taylor@laravel.com"
916                }
917            ],
918            "description": "The Illuminate Cache package.",
919            "homepage": "https://laravel.com",
920            "time": "2018-12-03T12:45:57+00:00"
921        },
922        {
923            "name": "illuminate/container",
924            "version": "v5.7.21",
925            "source": {
926                "type": "git",
927                "url": "https://github.com/illuminate/container.git",
928                "reference": "53a0991e918efaace42cde526a04fdb832128a03"
929            },
930            "dist": {
931                "type": "zip",
932                "url": "https://api.github.com/repos/illuminate/container/zipball/53a0991e918efaace42cde526a04fdb832128a03",
933                "reference": "53a0991e918efaace42cde526a04fdb832128a03",
934                "shasum": ""
935            },
936            "require": {
937                "illuminate/contracts": "5.7.*",
938                "illuminate/support": "5.7.*",
939                "php": "^7.1.3",
940                "psr/container": "^1.0"
941            },
942            "type": "library",
943            "extra": {
944                "branch-alias": {
945                    "dev-master": "5.7-dev"
946                }
947            },
948            "autoload": {
949                "psr-4": {
950                    "Illuminate\\Container\\": ""
951                }
952            },
953            "notification-url": "https://packagist.org/downloads/",
954            "license": [
955                "MIT"
956            ],
957            "authors": [
958                {
959                    "name": "Taylor Otwell",
960                    "email": "taylor@laravel.com"
961                }
962            ],
963            "description": "The Illuminate Container package.",
964            "homepage": "https://laravel.com",
965            "time": "2018-12-18T14:00:02+00:00"
966        },
967        {
968            "name": "illuminate/contracts",
969            "version": "v5.7.21",
970            "source": {
971                "type": "git",
972                "url": "https://github.com/illuminate/contracts.git",
973                "reference": "3d67e2d7c9087ae3a2a53d9b102697e5f482d6d0"
974            },
975            "dist": {
976                "type": "zip",
977                "url": "https://api.github.com/repos/illuminate/contracts/zipball/3d67e2d7c9087ae3a2a53d9b102697e5f482d6d0",
978                "reference": "3d67e2d7c9087ae3a2a53d9b102697e5f482d6d0",
979                "shasum": ""
980            },
981            "require": {
982                "php": "^7.1.3",
983                "psr/container": "^1.0",
984                "psr/simple-cache": "^1.0"
985            },
986            "type": "library",
987            "extra": {
988                "branch-alias": {
989                    "dev-master": "5.7-dev"
990                }
991            },
992            "autoload": {
993                "psr-4": {
994                    "Illuminate\\Contracts\\": ""
995                }
996            },
997            "notification-url": "https://packagist.org/downloads/",
998            "license": [
999                "MIT"
1000            ],
1001            "authors": [
1002                {
1003                    "name": "Taylor Otwell",
1004                    "email": "taylor@laravel.com"
1005                }
1006            ],
1007            "description": "The Illuminate Contracts package.",
1008            "homepage": "https://laravel.com",
1009            "time": "2019-01-09T10:34:49+00:00"
1010        },
1011        {
1012            "name": "illuminate/database",
1013            "version": "v5.7.21",
1014            "source": {
1015                "type": "git",
1016                "url": "https://github.com/illuminate/database.git",
1017                "reference": "a7580cb43c844d6958ede62b3587fb3b615b8fe5"
1018            },
1019            "dist": {
1020                "type": "zip",
1021                "url": "https://api.github.com/repos/illuminate/database/zipball/a7580cb43c844d6958ede62b3587fb3b615b8fe5",
1022                "reference": "a7580cb43c844d6958ede62b3587fb3b615b8fe5",
1023                "shasum": ""
1024            },
1025            "require": {
1026                "illuminate/container": "5.7.*",
1027                "illuminate/contracts": "5.7.*",
1028                "illuminate/support": "5.7.*",
1029                "php": "^7.1.3"
1030            },
1031            "suggest": {
1032                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
1033                "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
1034                "illuminate/console": "Required to use the database commands (5.7.*).",
1035                "illuminate/events": "Required to use the observers with Eloquent (5.7.*).",
1036                "illuminate/filesystem": "Required to use the migrations (5.7.*).",
1037                "illuminate/pagination": "Required to paginate the result set (5.7.*)."
1038            },
1039            "type": "library",
1040            "extra": {
1041                "branch-alias": {
1042                    "dev-master": "5.7-dev"
1043                }
1044            },
1045            "autoload": {
1046                "psr-4": {
1047                    "Illuminate\\Database\\": ""
1048                }
1049            },
1050            "notification-url": "https://packagist.org/downloads/",
1051            "license": [
1052                "MIT"
1053            ],
1054            "authors": [
1055                {
1056                    "name": "Taylor Otwell",
1057                    "email": "taylor@laravel.com"
1058                }
1059            ],
1060            "description": "The Illuminate Database package.",
1061            "homepage": "https://laravel.com",
1062            "keywords": [
1063                "database",
1064                "laravel",
1065                "orm",
1066                "sql"
1067            ],
1068            "time": "2019-01-10T14:33:17+00:00"
1069        },
1070        {
1071            "name": "illuminate/support",
1072            "version": "v5.7.20",
1073            "source": {
1074                "type": "git",
1075                "url": "https://github.com/illuminate/support.git",
1076                "reference": "ea3f30dd824bba52bcff4290dc7431b0ffb478e1"
1077            },
1078            "dist": {
1079                "type": "zip",
1080                "url": "https://api.github.com/repos/illuminate/support/zipball/ea3f30dd824bba52bcff4290dc7431b0ffb478e1",
1081                "reference": "ea3f30dd824bba52bcff4290dc7431b0ffb478e1",
1082                "shasum": ""
1083            },
1084            "require": {
1085                "doctrine/inflector": "^1.1",
1086                "ext-mbstring": "*",
1087                "illuminate/contracts": "5.7.*",
1088                "nesbot/carbon": "^1.26.3",
1089                "php": "^7.1.3"
1090            },
1091            "conflict": {
1092                "tightenco/collect": "<5.5.33"
1093            },
1094            "suggest": {
1095                "illuminate/filesystem": "Required to use the composer class (5.7.*).",
1096                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
1097                "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
1098                "symfony/process": "Required to use the composer class (^4.1).",
1099                "symfony/var-dumper": "Required to use the dd function (^4.1)."
1100            },
1101            "type": "library",
1102            "extra": {
1103                "branch-alias": {
1104                    "dev-master": "5.7-dev"
1105                }
1106            },
1107            "autoload": {
1108                "psr-4": {
1109                    "Illuminate\\Support\\": ""
1110                },
1111                "files": [
1112                    "helpers.php"
1113                ]
1114            },
1115            "notification-url": "https://packagist.org/downloads/",
1116            "license": [
1117                "MIT"
1118            ],
1119            "authors": [
1120                {
1121                    "name": "Taylor Otwell",
1122                    "email": "taylor@laravel.com"
1123                }
1124            ],
1125            "description": "The Illuminate Support package.",
1126            "homepage": "https://laravel.com",
1127            "time": "2019-01-07T13:39:07+00:00"
1128        },
1129        {
1130            "name": "intervention/image",
1131            "version": "2.4.2",
1132            "source": {
1133                "type": "git",
1134                "url": "https://github.com/Intervention/image.git",
1135                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
1136            },
1137            "dist": {
1138                "type": "zip",
1139                "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
1140                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
1141                "shasum": ""
1142            },
1143            "require": {
1144                "ext-fileinfo": "*",
1145                "guzzlehttp/psr7": "~1.1",
1146                "php": ">=5.4.0"
1147            },
1148            "require-dev": {
1149                "mockery/mockery": "~0.9.2",
1150                "phpunit/phpunit": "^4.8 || ^5.7"
1151            },
1152            "suggest": {
1153                "ext-gd": "to use GD library based image processing.",
1154                "ext-imagick": "to use Imagick based image processing.",
1155                "intervention/imagecache": "Caching extension for the Intervention Image library"
1156            },
1157            "type": "library",
1158            "extra": {
1159                "branch-alias": {
1160                    "dev-master": "2.4-dev"
1161                },
1162                "laravel": {
1163                    "providers": [
1164                        "Intervention\\Image\\ImageServiceProvider"
1165                    ],
1166                    "aliases": {
1167                        "Image": "Intervention\\Image\\Facades\\Image"
1168                    }
1169                }
1170            },
1171            "autoload": {
1172                "psr-4": {
1173                    "Intervention\\Image\\": "src/Intervention/Image"
1174                }
1175            },
1176            "notification-url": "https://packagist.org/downloads/",
1177            "license": [
1178                "MIT"
1179            ],
1180            "authors": [
1181                {
1182                    "name": "Oliver Vogel",
1183                    "email": "oliver@olivervogel.com",
1184                    "homepage": "http://olivervogel.com/"
1185                }
1186            ],
1187            "description": "Image handling and manipulation library with support for Laravel integration",
1188            "homepage": "http://image.intervention.io/",
1189            "keywords": [
1190                "gd",
1191                "image",
1192                "imagick",
1193                "laravel",
1194                "thumbnail",
1195                "watermark"
1196            ],
1197            "time": "2018-05-29T14:19:03+00:00"
1198        },
1199        {
1200            "name": "league/commonmark",
1201            "version": "0.18.1",
1202            "source": {
1203                "type": "git",
1204                "url": "https://github.com/thephpleague/commonmark.git",
1205                "reference": "e5029f74ba39e043ce4b3ca6c05dc719d8aafd94"
1206            },
1207            "dist": {
1208                "type": "zip",
1209                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/e5029f74ba39e043ce4b3ca6c05dc719d8aafd94",
1210                "reference": "e5029f74ba39e043ce4b3ca6c05dc719d8aafd94",
1211                "shasum": ""
1212            },
1213            "require": {
1214                "ext-mbstring": "*",
1215                "php": ">=5.6.5"
1216            },
1217            "replace": {
1218                "colinodell/commonmark-php": "*"
1219            },
1220            "require-dev": {
1221                "cebe/markdown": "~1.0",
1222                "commonmark/commonmark.js": "0.28",
1223                "erusev/parsedown": "~1.0",
1224                "michelf/php-markdown": "~1.4",
1225                "mikehaertl/php-shellcommand": "^1.2",
1226                "phpunit/phpunit": "^5.7|^6.5",
1227                "scrutinizer/ocular": "^1.1",
1228                "symfony/finder": "^3.0|^4.0"
1229            },
1230            "suggest": {
1231                "league/commonmark-extras": "Library of useful extensions including smart punctuation"
1232            },
1233            "bin": [
1234                "bin/commonmark"
1235            ],
1236            "type": "library",
1237            "extra": {
1238                "branch-alias": {
1239                    "dev-master": "0.19-dev"
1240                }
1241            },
1242            "autoload": {
1243                "psr-4": {
1244                    "League\\CommonMark\\": "src/"
1245                }
1246            },
1247            "notification-url": "https://packagist.org/downloads/",
1248            "license": [
1249                "BSD-3-Clause"
1250            ],
1251            "authors": [
1252                {
1253                    "name": "Colin O'Dell",
1254                    "email": "colinodell@gmail.com",
1255                    "homepage": "https://www.colinodell.com",
1256                    "role": "Lead Developer"
1257                }
1258            ],
1259            "description": "PHP Markdown parser based on the CommonMark spec",
1260            "homepage": "https://github.com/thephpleague/commonmark",
1261            "keywords": [
1262                "commonmark",
1263                "markdown",
1264                "parser"
1265            ],
1266            "time": "2018-12-30T01:55:29+00:00"
1267        },
1268        {
1269            "name": "league/flysystem",
1270            "version": "1.0.49",
1271            "source": {
1272                "type": "git",
1273                "url": "https://github.com/thephpleague/flysystem.git",
1274                "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd"
1275            },
1276            "dist": {
1277                "type": "zip",
1278                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a63cc83d8a931b271be45148fa39ba7156782ffd",
1279                "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd",
1280                "shasum": ""
1281            },
1282            "require": {
1283                "ext-fileinfo": "*",
1284                "php": ">=5.5.9"
1285            },
1286            "conflict": {
1287                "league/flysystem-sftp": "<1.0.6"
1288            },
1289            "require-dev": {
1290                "phpspec/phpspec": "^3.4",
1291                "phpunit/phpunit": "^5.7.10"
1292            },
1293            "suggest": {
1294                "ext-fileinfo": "Required for MimeType",
1295                "ext-ftp": "Allows you to use FTP server storage",
1296                "ext-openssl": "Allows you to use FTPS server storage",
1297                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1298                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1299                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1300                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1301                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1302                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1303                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1304                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1305                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1306                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1307                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1308            },
1309            "type": "library",
1310            "extra": {
1311                "branch-alias": {
1312                    "dev-master": "1.1-dev"
1313                }
1314            },
1315            "autoload": {
1316                "psr-4": {
1317                    "League\\Flysystem\\": "src/"
1318                }
1319            },
1320            "notification-url": "https://packagist.org/downloads/",
1321            "license": [
1322                "MIT"
1323            ],
1324            "authors": [
1325                {
1326                    "name": "Frank de Jonge",
1327                    "email": "info@frenky.net"
1328                }
1329            ],
1330            "description": "Filesystem abstraction: Many filesystems, one API.",
1331            "keywords": [
1332                "Cloud Files",
1333                "WebDAV",
1334                "abstraction",
1335                "aws",
1336                "cloud",
1337                "copy.com",
1338                "dropbox",
1339                "file systems",
1340                "files",
1341                "filesystem",
1342                "filesystems",
1343                "ftp",
1344                "rackspace",
1345                "remote",
1346                "s3",
1347                "sftp",
1348                "storage"
1349            ],
1350            "time": "2018-11-23T23:41:29+00:00"
1351        },
1352        {
1353            "name": "league/flysystem-cached-adapter",
1354            "version": "1.0.9",
1355            "source": {
1356                "type": "git",
1357                "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
1358                "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
1359            },
1360            "dist": {
1361                "type": "zip",
1362                "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
1363                "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
1364                "shasum": ""
1365            },
1366            "require": {
1367                "league/flysystem": "~1.0",
1368                "psr/cache": "^1.0.0"
1369            },
1370            "require-dev": {
1371                "mockery/mockery": "~0.9",
1372                "phpspec/phpspec": "^3.4",
1373                "phpunit/phpunit": "^5.7",
1374                "predis/predis": "~1.0",
1375                "tedivm/stash": "~0.12"
1376            },
1377            "suggest": {
1378                "ext-phpredis": "Pure C implemented extension for PHP"
1379            },
1380            "type": "library",
1381            "autoload": {
1382                "psr-4": {
1383                    "League\\Flysystem\\Cached\\": "src/"
1384                }
1385            },
1386            "notification-url": "https://packagist.org/downloads/",
1387            "license": [
1388                "MIT"
1389            ],
1390            "authors": [
1391                {
1392                    "name": "frankdejonge",
1393                    "email": "info@frenky.net"
1394                }
1395            ],
1396            "description": "An adapter decorator to enable meta-data caching.",
1397            "time": "2018-07-09T20:51:04+00:00"
1398        },
1399        {
1400            "name": "league/flysystem-ziparchive",
1401            "version": "1.0.3",
1402            "source": {
1403                "type": "git",
1404                "url": "https://github.com/thephpleague/flysystem-ziparchive.git",
1405                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45"
1406            },
1407            "dist": {
1408                "type": "zip",
1409                "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
1410                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
1411                "shasum": ""
1412            },
1413            "require": {
1414                "ext-zip": "*",
1415                "league/flysystem": "~1.0",
1416                "php": ">=5.4.0"
1417            },
1418            "require-dev": {
1419                "mockery/mockery": "0.9.*",
1420                "phpunit/phpunit": "~4.0"
1421            },
1422            "type": "library",
1423            "extra": {
1424                "branch-alias": {
1425                    "dev-master": "1.0-dev"
1426                }
1427            },
1428            "autoload": {
1429                "psr-4": {
1430                    "League\\Flysystem\\ZipArchive\\": "src/"
1431                }
1432            },
1433            "notification-url": "https://packagist.org/downloads/",
1434            "license": [
1435                "MIT"
1436            ],
1437            "authors": [
1438                {
1439                    "name": "Frank de Jonge",
1440                    "email": "info@frenky.net"
1441                }
1442            ],
1443            "description": "Flysystem adapter for ZipArchive's",
1444            "time": "2016-12-20T08:36:16+00:00"
1445        },
1446        {
1447            "name": "league/glide",
1448            "version": "1.4.0",
1449            "source": {
1450                "type": "git",
1451                "url": "https://github.com/thephpleague/glide.git",
1452                "reference": "72430fbdb446c754910f0bab97e1ef14baab1e80"
1453            },
1454            "dist": {
1455                "type": "zip",
1456                "url": "https://api.github.com/repos/thephpleague/glide/zipball/72430fbdb446c754910f0bab97e1ef14baab1e80",
1457                "reference": "72430fbdb446c754910f0bab97e1ef14baab1e80",
1458                "shasum": ""
1459            },
1460            "require": {
1461                "intervention/image": "^2.4",
1462                "league/flysystem": "^1.0",
1463                "php": "^5.4 | ^7.0",
1464                "psr/http-message": "^1.0"
1465            },
1466            "require-dev": {
1467                "mockery/mockery": "~0.9",
1468                "phpunit/php-token-stream": "^1.4",
1469                "phpunit/phpunit": "~4.4"
1470            },
1471            "type": "library",
1472            "extra": {
1473                "branch-alias": {
1474                    "dev-master": "1.1-dev"
1475                }
1476            },
1477            "autoload": {
1478                "psr-4": {
1479                    "League\\Glide\\": "src/"
1480                }
1481            },
1482            "notification-url": "https://packagist.org/downloads/",
1483            "license": [
1484                "MIT"
1485            ],
1486            "authors": [
1487                {
1488                    "name": "Jonathan Reinink",
1489                    "email": "jonathan@reinink.ca",
1490                    "homepage": "http://reinink.ca"
1491                }
1492            ],
1493            "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
1494            "homepage": "http://glide.thephpleague.com",
1495            "keywords": [
1496                "ImageMagick",
1497                "editing",
1498                "gd",
1499                "image",
1500                "imagick",
1501                "league",
1502                "manipulation",
1503                "processing"
1504            ],
1505            "time": "2018-12-22T17:56:55+00:00"
1506        },
1507        {
1508            "name": "nesbot/carbon",
1509            "version": "1.36.2",
1510            "source": {
1511                "type": "git",
1512                "url": "https://github.com/briannesbitt/Carbon.git",
1513                "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9"
1514            },
1515            "dist": {
1516                "type": "zip",
1517                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
1518                "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
1519                "shasum": ""
1520            },
1521            "require": {
1522                "php": ">=5.3.9",
1523                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
1524            },
1525            "require-dev": {
1526                "phpunit/phpunit": "^4.8.35 || ^5.7"
1527            },
1528            "suggest": {
1529                "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
1530                "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
1531            },
1532            "type": "library",
1533            "extra": {
1534                "laravel": {
1535                    "providers": [
1536                        "Carbon\\Laravel\\ServiceProvider"
1537                    ]
1538                }
1539            },
1540            "autoload": {
1541                "psr-4": {
1542                    "": "src/"
1543                }
1544            },
1545            "notification-url": "https://packagist.org/downloads/",
1546            "license": [
1547                "MIT"
1548            ],
1549            "authors": [
1550                {
1551                    "name": "Brian Nesbitt",
1552                    "email": "brian@nesbot.com",
1553                    "homepage": "http://nesbot.com"
1554                }
1555            ],
1556            "description": "A simple API extension for DateTime.",
1557            "homepage": "http://carbon.nesbot.com",
1558            "keywords": [
1559                "date",
1560                "datetime",
1561                "time"
1562            ],
1563            "time": "2018-12-28T10:07:33+00:00"
1564        },
1565        {
1566            "name": "paragonie/random_compat",
1567            "version": "v9.99.99",
1568            "source": {
1569                "type": "git",
1570                "url": "https://github.com/paragonie/random_compat.git",
1571                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
1572            },
1573            "dist": {
1574                "type": "zip",
1575                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1576                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1577                "shasum": ""
1578            },
1579            "require": {
1580                "php": "^7"
1581            },
1582            "require-dev": {
1583                "phpunit/phpunit": "4.*|5.*",
1584                "vimeo/psalm": "^1"
1585            },
1586            "suggest": {
1587                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1588            },
1589            "type": "library",
1590            "notification-url": "https://packagist.org/downloads/",
1591            "license": [
1592                "MIT"
1593            ],
1594            "authors": [
1595                {
1596                    "name": "Paragon Initiative Enterprises",
1597                    "email": "security@paragonie.com",
1598                    "homepage": "https://paragonie.com"
1599                }
1600            ],
1601            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1602            "keywords": [
1603                "csprng",
1604                "polyfill",
1605                "pseudorandom",
1606                "random"
1607            ],
1608            "time": "2018-07-02T15:55:56+00:00"
1609        },
1610        {
1611            "name": "psr/cache",
1612            "version": "1.0.1",
1613            "source": {
1614                "type": "git",
1615                "url": "https://github.com/php-fig/cache.git",
1616                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1617            },
1618            "dist": {
1619                "type": "zip",
1620                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1621                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1622                "shasum": ""
1623            },
1624            "require": {
1625                "php": ">=5.3.0"
1626            },
1627            "type": "library",
1628            "extra": {
1629                "branch-alias": {
1630                    "dev-master": "1.0.x-dev"
1631                }
1632            },
1633            "autoload": {
1634                "psr-4": {
1635                    "Psr\\Cache\\": "src/"
1636                }
1637            },
1638            "notification-url": "https://packagist.org/downloads/",
1639            "license": [
1640                "MIT"
1641            ],
1642            "authors": [
1643                {
1644                    "name": "PHP-FIG",
1645                    "homepage": "http://www.php-fig.org/"
1646                }
1647            ],
1648            "description": "Common interface for caching libraries",
1649            "keywords": [
1650                "cache",
1651                "psr",
1652                "psr-6"
1653            ],
1654            "time": "2016-08-06T20:24:11+00:00"
1655        },
1656        {
1657            "name": "psr/container",
1658            "version": "1.0.0",
1659            "source": {
1660                "type": "git",
1661                "url": "https://github.com/php-fig/container.git",
1662                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1663            },
1664            "dist": {
1665                "type": "zip",
1666                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1667                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1668                "shasum": ""
1669            },
1670            "require": {
1671                "php": ">=5.3.0"
1672            },
1673            "type": "library",
1674            "extra": {
1675                "branch-alias": {
1676                    "dev-master": "1.0.x-dev"
1677                }
1678            },
1679            "autoload": {
1680                "psr-4": {
1681                    "Psr\\Container\\": "src/"
1682                }
1683            },
1684            "notification-url": "https://packagist.org/downloads/",
1685            "license": [
1686                "MIT"
1687            ],
1688            "authors": [
1689                {
1690                    "name": "PHP-FIG",
1691                    "homepage": "http://www.php-fig.org/"
1692                }
1693            ],
1694            "description": "Common Container Interface (PHP FIG PSR-11)",
1695            "homepage": "https://github.com/php-fig/container",
1696            "keywords": [
1697                "PSR-11",
1698                "container",
1699                "container-interface",
1700                "container-interop",
1701                "psr"
1702            ],
1703            "time": "2017-02-14T16:28:37+00:00"
1704        },
1705        {
1706            "name": "psr/http-message",
1707            "version": "1.0.1",
1708            "source": {
1709                "type": "git",
1710                "url": "https://github.com/php-fig/http-message.git",
1711                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1712            },
1713            "dist": {
1714                "type": "zip",
1715                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1716                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1717                "shasum": ""
1718            },
1719            "require": {
1720                "php": ">=5.3.0"
1721            },
1722            "type": "library",
1723            "extra": {
1724                "branch-alias": {
1725                    "dev-master": "1.0.x-dev"
1726                }
1727            },
1728            "autoload": {
1729                "psr-4": {
1730                    "Psr\\Http\\Message\\": "src/"
1731                }
1732            },
1733            "notification-url": "https://packagist.org/downloads/",
1734            "license": [
1735                "MIT"
1736            ],
1737            "authors": [
1738                {
1739                    "name": "PHP-FIG",
1740                    "homepage": "http://www.php-fig.org/"
1741                }
1742            ],
1743            "description": "Common interface for HTTP messages",
1744            "homepage": "https://github.com/php-fig/http-message",
1745            "keywords": [
1746                "http",
1747                "http-message",
1748                "psr",
1749                "psr-7",
1750                "request",
1751                "response"
1752            ],
1753            "time": "2016-08-06T14:39:51+00:00"
1754        },
1755        {
1756            "name": "psr/log",
1757            "version": "1.1.0",
1758            "source": {
1759                "type": "git",
1760                "url": "https://github.com/php-fig/log.git",
1761                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
1762            },
1763            "dist": {
1764                "type": "zip",
1765                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1766                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1767                "shasum": ""
1768            },
1769            "require": {
1770                "php": ">=5.3.0"
1771            },
1772            "type": "library",
1773            "extra": {
1774                "branch-alias": {
1775                    "dev-master": "1.0.x-dev"
1776                }
1777            },
1778            "autoload": {
1779                "psr-4": {
1780                    "Psr\\Log\\": "Psr/Log/"
1781                }
1782            },
1783            "notification-url": "https://packagist.org/downloads/",
1784            "license": [
1785                "MIT"
1786            ],
1787            "authors": [
1788                {
1789                    "name": "PHP-FIG",
1790                    "homepage": "http://www.php-fig.org/"
1791                }
1792            ],
1793            "description": "Common interface for logging libraries",
1794            "homepage": "https://github.com/php-fig/log",
1795            "keywords": [
1796                "log",
1797                "psr",
1798                "psr-3"
1799            ],
1800            "time": "2018-11-20T15:27:04+00:00"
1801        },
1802        {
1803            "name": "psr/simple-cache",
1804            "version": "1.0.1",
1805            "source": {
1806                "type": "git",
1807                "url": "https://github.com/php-fig/simple-cache.git",
1808                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1809            },
1810            "dist": {
1811                "type": "zip",
1812                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1813                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1814                "shasum": ""
1815            },
1816            "require": {
1817                "php": ">=5.3.0"
1818            },
1819            "type": "library",
1820            "extra": {
1821                "branch-alias": {
1822                    "dev-master": "1.0.x-dev"
1823                }
1824            },
1825            "autoload": {
1826                "psr-4": {
1827                    "Psr\\SimpleCache\\": "src/"
1828                }
1829            },
1830            "notification-url": "https://packagist.org/downloads/",
1831            "license": [
1832                "MIT"
1833            ],
1834            "authors": [
1835                {
1836                    "name": "PHP-FIG",
1837                    "homepage": "http://www.php-fig.org/"
1838                }
1839            ],
1840            "description": "Common interfaces for simple caching",
1841            "keywords": [
1842                "cache",
1843                "caching",
1844                "psr",
1845                "psr-16",
1846                "simple-cache"
1847            ],
1848            "time": "2017-10-23T01:57:42+00:00"
1849        },
1850        {
1851            "name": "ralouphie/getallheaders",
1852            "version": "2.0.5",
1853            "source": {
1854                "type": "git",
1855                "url": "https://github.com/ralouphie/getallheaders.git",
1856                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
1857            },
1858            "dist": {
1859                "type": "zip",
1860                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
1861                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
1862                "shasum": ""
1863            },
1864            "require": {
1865                "php": ">=5.3"
1866            },
1867            "require-dev": {
1868                "phpunit/phpunit": "~3.7.0",
1869                "satooshi/php-coveralls": ">=1.0"
1870            },
1871            "type": "library",
1872            "autoload": {
1873                "files": [
1874                    "src/getallheaders.php"
1875                ]
1876            },
1877            "notification-url": "https://packagist.org/downloads/",
1878            "license": [
1879                "MIT"
1880            ],
1881            "authors": [
1882                {
1883                    "name": "Ralph Khattar",
1884                    "email": "ralph.khattar@gmail.com"
1885                }
1886            ],
1887            "description": "A polyfill for getallheaders.",
1888            "time": "2016-02-11T07:05:27+00:00"
1889        },
1890        {
1891            "name": "ramsey/uuid",
1892            "version": "3.8.0",
1893            "source": {
1894                "type": "git",
1895                "url": "https://github.com/ramsey/uuid.git",
1896                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
1897            },
1898            "dist": {
1899                "type": "zip",
1900                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1901                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1902                "shasum": ""
1903            },
1904            "require": {
1905                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
1906                "php": "^5.4 || ^7.0",
1907                "symfony/polyfill-ctype": "^1.8"
1908            },
1909            "replace": {
1910                "rhumsaa/uuid": "self.version"
1911            },
1912            "require-dev": {
1913                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1914                "doctrine/annotations": "~1.2.0",
1915                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
1916                "ircmaxell/random-lib": "^1.1",
1917                "jakub-onderka/php-parallel-lint": "^0.9.0",
1918                "mockery/mockery": "^0.9.9",
1919                "moontoast/math": "^1.1",
1920                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1921                "phpunit/phpunit": "^4.7|^5.0|^6.5",
1922                "squizlabs/php_codesniffer": "^2.3"
1923            },
1924            "suggest": {
1925                "ext-ctype": "Provides support for PHP Ctype functions",
1926                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1927                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1928                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1929                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1930                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1931                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1932            },
1933            "type": "library",
1934            "extra": {
1935                "branch-alias": {
1936                    "dev-master": "3.x-dev"
1937                }
1938            },
1939            "autoload": {
1940                "psr-4": {
1941                    "Ramsey\\Uuid\\": "src/"
1942                }
1943            },
1944            "notification-url": "https://packagist.org/downloads/",
1945            "license": [
1946                "MIT"
1947            ],
1948            "authors": [
1949                {
1950                    "name": "Marijn Huizendveld",
1951                    "email": "marijn.huizendveld@gmail.com"
1952                },
1953                {
1954                    "name": "Thibaud Fabre",
1955                    "email": "thibaud@aztech.io"
1956                },
1957                {
1958                    "name": "Ben Ramsey",
1959                    "email": "ben@benramsey.com",
1960                    "homepage": "https://benramsey.com"
1961                }
1962            ],
1963            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1964            "homepage": "https://github.com/ramsey/uuid",
1965            "keywords": [
1966                "guid",
1967                "identifier",
1968                "uuid"
1969            ],
1970            "time": "2018-07-19T23:38:55+00:00"
1971        },
1972        {
1973            "name": "swiftmailer/swiftmailer",
1974            "version": "v6.1.3",
1975            "source": {
1976                "type": "git",
1977                "url": "https://github.com/swiftmailer/swiftmailer.git",
1978                "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
1979            },
1980            "dist": {
1981                "type": "zip",
1982                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
1983                "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
1984                "shasum": ""
1985            },
1986            "require": {
1987                "egulias/email-validator": "~2.0",
1988                "php": ">=7.0.0"
1989            },
1990            "require-dev": {
1991                "mockery/mockery": "~0.9.1",
1992                "symfony/phpunit-bridge": "~3.3@dev"
1993            },
1994            "suggest": {
1995                "ext-intl": "Needed to support internationalized email addresses",
1996                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
1997            },
1998            "type": "library",
1999            "extra": {
2000                "branch-alias": {
2001                    "dev-master": "6.1-dev"
2002                }
2003            },
2004            "autoload": {
2005                "files": [
2006                    "lib/swift_required.php"
2007                ]
2008            },
2009            "notification-url": "https://packagist.org/downloads/",
2010            "license": [
2011                "MIT"
2012            ],
2013            "authors": [
2014                {
2015                    "name": "Chris Corbyn"
2016                },
2017                {
2018                    "name": "Fabien Potencier",
2019                    "email": "fabien@symfony.com"
2020                }
2021            ],
2022            "description": "Swiftmailer, free feature-rich PHP mailer",
2023            "homepage": "https://swiftmailer.symfony.com",
2024            "keywords": [
2025                "email",
2026                "mail",
2027                "mailer"
2028            ],
2029            "time": "2018-09-11T07:12:52+00:00"
2030        },
2031        {
2032            "name": "symfony/cache",
2033            "version": "v4.2.2",
2034            "source": {
2035                "type": "git",
2036                "url": "https://github.com/symfony/cache.git",
2037                "reference": "dd223d4bb9a2f9a4b4992851800b349739c40860"
2038            },
2039            "dist": {
2040                "type": "zip",
2041                "url": "https://api.github.com/repos/symfony/cache/zipball/dd223d4bb9a2f9a4b4992851800b349739c40860",
2042                "reference": "dd223d4bb9a2f9a4b4992851800b349739c40860",
2043                "shasum": ""
2044            },
2045            "require": {
2046                "php": "^7.1.3",
2047                "psr/cache": "~1.0",
2048                "psr/log": "~1.0",
2049                "psr/simple-cache": "^1.0",
2050                "symfony/contracts": "^1.0",
2051                "symfony/var-exporter": "^4.2"
2052            },
2053            "conflict": {
2054                "doctrine/dbal": "<2.5",
2055                "symfony/dependency-injection": "<3.4",
2056                "symfony/var-dumper": "<3.4"
2057            },
2058            "provide": {
2059                "psr/cache-implementation": "1.0",
2060                "psr/simple-cache-implementation": "1.0",
2061                "symfony/cache-contracts-implementation": "1.0"
2062            },
2063            "require-dev": {
2064                "cache/integration-tests": "dev-master",
2065                "doctrine/cache": "~1.6",
2066                "doctrine/dbal": "~2.5",
2067                "predis/predis": "~1.1",
2068                "symfony/config": "~4.2",
2069                "symfony/dependency-injection": "~3.4|~4.1",
2070                "symfony/var-dumper": "^4.1.1"
2071            },
2072            "type": "library",
2073            "extra": {
2074                "branch-alias": {
2075                    "dev-master": "4.2-dev"
2076                }
2077            },
2078            "autoload": {
2079                "psr-4": {
2080                    "Symfony\\Component\\Cache\\": ""
2081                },
2082                "exclude-from-classmap": [
2083                    "/Tests/"
2084                ]
2085            },
2086            "notification-url": "https://packagist.org/downloads/",
2087            "license": [
2088                "MIT"
2089            ],
2090            "authors": [
2091                {
2092                    "name": "Nicolas Grekas",
2093                    "email": "p@tchwork.com"
2094                },
2095                {
2096                    "name": "Symfony Community",
2097                    "homepage": "https://symfony.com/contributors"
2098                }
2099            ],
2100            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2101            "homepage": "https://symfony.com",
2102            "keywords": [
2103                "caching",
2104                "psr6"
2105            ],
2106            "time": "2019-01-03T09:07:35+00:00"
2107        },
2108        {
2109            "name": "symfony/contracts",
2110            "version": "v1.0.2",
2111            "source": {
2112                "type": "git",
2113                "url": "https://github.com/symfony/contracts.git",
2114                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
2115            },
2116            "dist": {
2117                "type": "zip",
2118                "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
2119                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
2120                "shasum": ""
2121            },
2122            "require": {
2123                "php": "^7.1.3"
2124            },
2125            "require-dev": {
2126                "psr/cache": "^1.0",
2127                "psr/container": "^1.0"
2128            },
2129            "suggest": {
2130                "psr/cache": "When using the Cache contracts",
2131                "psr/container": "When using the Service contracts",
2132                "symfony/cache-contracts-implementation": "",
2133                "symfony/service-contracts-implementation": "",
2134                "symfony/translation-contracts-implementation": ""
2135            },
2136            "type": "library",
2137            "extra": {
2138                "branch-alias": {
2139                    "dev-master": "1.0-dev"
2140                }
2141            },
2142            "autoload": {
2143                "psr-4": {
2144                    "Symfony\\Contracts\\": ""
2145                },
2146                "exclude-from-classmap": [
2147                    "**/Tests/"
2148                ]
2149            },
2150            "notification-url": "https://packagist.org/downloads/",
2151            "license": [
2152                "MIT"
2153            ],
2154            "authors": [
2155                {
2156                    "name": "Nicolas Grekas",
2157                    "email": "p@tchwork.com"
2158                },
2159                {
2160                    "name": "Symfony Community",
2161                    "homepage": "https://symfony.com/contributors"
2162                }
2163            ],
2164            "description": "A set of abstractions extracted out of the Symfony components",
2165            "homepage": "https://symfony.com",
2166            "keywords": [
2167                "abstractions",
2168                "contracts",
2169                "decoupling",
2170                "interfaces",
2171                "interoperability",
2172                "standards"
2173            ],
2174            "time": "2018-12-05T08:06:11+00:00"
2175        },
2176        {
2177            "name": "symfony/debug",
2178            "version": "v4.2.2",
2179            "source": {
2180                "type": "git",
2181                "url": "https://github.com/symfony/debug.git",
2182                "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd"
2183            },
2184            "dist": {
2185                "type": "zip",
2186                "url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
2187                "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
2188                "shasum": ""
2189            },
2190            "require": {
2191                "php": "^7.1.3",
2192                "psr/log": "~1.0"
2193            },
2194            "conflict": {
2195                "symfony/http-kernel": "<3.4"
2196            },
2197            "require-dev": {
2198                "symfony/http-kernel": "~3.4|~4.0"
2199            },
2200            "type": "library",
2201            "extra": {
2202                "branch-alias": {
2203                    "dev-master": "4.2-dev"
2204                }
2205            },
2206            "autoload": {
2207                "psr-4": {
2208                    "Symfony\\Component\\Debug\\": ""
2209                },
2210                "exclude-from-classmap": [
2211                    "/Tests/"
2212                ]
2213            },
2214            "notification-url": "https://packagist.org/downloads/",
2215            "license": [
2216                "MIT"
2217            ],
2218            "authors": [
2219                {
2220                    "name": "Fabien Potencier",
2221                    "email": "fabien@symfony.com"
2222                },
2223                {
2224                    "name": "Symfony Community",
2225                    "homepage": "https://symfony.com/contributors"
2226                }
2227            ],
2228            "description": "Symfony Debug Component",
2229            "homepage": "https://symfony.com",
2230            "time": "2019-01-03T09:07:35+00:00"
2231        },
2232        {
2233            "name": "symfony/event-dispatcher",
2234            "version": "v4.2.2",
2235            "source": {
2236                "type": "git",
2237                "url": "https://github.com/symfony/event-dispatcher.git",
2238                "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e"
2239            },
2240            "dist": {
2241                "type": "zip",
2242                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
2243                "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
2244                "shasum": ""
2245            },
2246            "require": {
2247                "php": "^7.1.3",
2248                "symfony/contracts": "^1.0"
2249            },
2250            "conflict": {
2251                "symfony/dependency-injection": "<3.4"
2252            },
2253            "require-dev": {
2254                "psr/log": "~1.0",
2255                "symfony/config": "~3.4|~4.0",
2256                "symfony/dependency-injection": "~3.4|~4.0",
2257                "symfony/expression-language": "~3.4|~4.0",
2258                "symfony/stopwatch": "~3.4|~4.0"
2259            },
2260            "suggest": {
2261                "symfony/dependency-injection": "",
2262                "symfony/http-kernel": ""
2263            },
2264            "type": "library",
2265            "extra": {
2266                "branch-alias": {
2267                    "dev-master": "4.2-dev"
2268                }
2269            },
2270            "autoload": {
2271                "psr-4": {
2272                    "Symfony\\Component\\EventDispatcher\\": ""
2273                },
2274                "exclude-from-classmap": [
2275                    "/Tests/"
2276                ]
2277            },
2278            "notification-url": "https://packagist.org/downloads/",
2279            "license": [
2280                "MIT"
2281            ],
2282            "authors": [
2283                {
2284                    "name": "Fabien Potencier",
2285                    "email": "fabien@symfony.com"
2286                },
2287                {
2288                    "name": "Symfony Community",
2289                    "homepage": "https://symfony.com/contributors"
2290                }
2291            ],
2292            "description": "Symfony EventDispatcher Component",
2293            "homepage": "https://symfony.com",
2294            "time": "2019-01-05T16:37:49+00:00"
2295        },
2296        {
2297            "name": "symfony/expression-language",
2298            "version": "v4.2.2",
2299            "source": {
2300                "type": "git",
2301                "url": "https://github.com/symfony/expression-language.git",
2302                "reference": "78a427af5e08eba1b391ddfbcaebb6dc6ab715be"
2303            },
2304            "dist": {
2305                "type": "zip",
2306                "url": "https://api.github.com/repos/symfony/expression-language/zipball/78a427af5e08eba1b391ddfbcaebb6dc6ab715be",
2307                "reference": "78a427af5e08eba1b391ddfbcaebb6dc6ab715be",
2308                "shasum": ""
2309            },
2310            "require": {
2311                "php": "^7.1.3",
2312                "symfony/cache": "~3.4|~4.0",
2313                "symfony/contracts": "^1.0"
2314            },
2315            "type": "library",
2316            "extra": {
2317                "branch-alias": {
2318                    "dev-master": "4.2-dev"
2319                }
2320            },
2321            "autoload": {
2322                "psr-4": {
2323                    "Symfony\\Component\\ExpressionLanguage\\": ""
2324                },
2325                "exclude-from-classmap": [
2326                    "/Tests/"
2327                ]
2328            },
2329            "notification-url": "https://packagist.org/downloads/",
2330            "license": [
2331                "MIT"
2332            ],
2333            "authors": [
2334                {
2335                    "name": "Fabien Potencier",
2336                    "email": "fabien@symfony.com"
2337                },
2338                {
2339                    "name": "Symfony Community",
2340                    "homepage": "https://symfony.com/contributors"
2341                }
2342            ],
2343            "description": "Symfony ExpressionLanguage Component",
2344            "homepage": "https://symfony.com",
2345            "time": "2019-01-03T09:07:35+00:00"
2346        },
2347        {
2348            "name": "symfony/http-foundation",
2349            "version": "v4.2.2",
2350            "source": {
2351                "type": "git",
2352                "url": "https://github.com/symfony/http-foundation.git",
2353                "reference": "a633d422a09242064ba24e44a6e1494c5126de86"
2354            },
2355            "dist": {
2356                "type": "zip",
2357                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86",
2358                "reference": "a633d422a09242064ba24e44a6e1494c5126de86",
2359                "shasum": ""
2360            },
2361            "require": {
2362                "php": "^7.1.3",
2363                "symfony/polyfill-mbstring": "~1.1"
2364            },
2365            "require-dev": {
2366                "predis/predis": "~1.0",
2367                "symfony/expression-language": "~3.4|~4.0"
2368            },
2369            "type": "library",
2370            "extra": {
2371                "branch-alias": {
2372                    "dev-master": "4.2-dev"
2373                }
2374            },
2375            "autoload": {
2376                "psr-4": {
2377                    "Symfony\\Component\\HttpFoundation\\": ""
2378                },
2379                "exclude-from-classmap": [
2380                    "/Tests/"
2381                ]
2382            },
2383            "notification-url": "https://packagist.org/downloads/",
2384            "license": [
2385                "MIT"
2386            ],
2387            "authors": [
2388                {
2389                    "name": "Fabien Potencier",
2390                    "email": "fabien@symfony.com"
2391                },
2392                {
2393                    "name": "Symfony Community",
2394                    "homepage": "https://symfony.com/contributors"
2395                }
2396            ],
2397            "description": "Symfony HttpFoundation Component",
2398            "homepage": "https://symfony.com",
2399            "time": "2019-01-05T16:37:49+00:00"
2400        },
2401        {
2402            "name": "symfony/http-kernel",
2403            "version": "v4.2.2",
2404            "source": {
2405                "type": "git",
2406                "url": "https://github.com/symfony/http-kernel.git",
2407                "reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b"
2408            },
2409            "dist": {
2410                "type": "zip",
2411                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/83de6543328917c18d5498eeb6bb6d36f7aab31b",
2412                "reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b",
2413                "shasum": ""
2414            },
2415            "require": {
2416                "php": "^7.1.3",
2417                "psr/log": "~1.0",
2418                "symfony/contracts": "^1.0.2",
2419                "symfony/debug": "~3.4|~4.0",
2420                "symfony/event-dispatcher": "~4.1",
2421                "symfony/http-foundation": "^4.1.1",
2422                "symfony/polyfill-ctype": "~1.8"
2423            },
2424            "conflict": {
2425                "symfony/config": "<3.4",
2426                "symfony/dependency-injection": "<4.2",
2427                "symfony/translation": "<4.2",
2428                "symfony/var-dumper": "<4.1.1",
2429                "twig/twig": "<1.34|<2.4,>=2"
2430            },
2431            "provide": {
2432                "psr/log-implementation": "1.0"
2433            },
2434            "require-dev": {
2435                "psr/cache": "~1.0",
2436                "symfony/browser-kit": "~3.4|~4.0",
2437                "symfony/config": "~3.4|~4.0",
2438                "symfony/console": "~3.4|~4.0",
2439                "symfony/css-selector": "~3.4|~4.0",
2440                "symfony/dependency-injection": "^4.2",
2441                "symfony/dom-crawler": "~3.4|~4.0",
2442                "symfony/expression-language": "~3.4|~4.0",
2443                "symfony/finder": "~3.4|~4.0",
2444                "symfony/process": "~3.4|~4.0",
2445                "symfony/routing": "~3.4|~4.0",
2446                "symfony/stopwatch": "~3.4|~4.0",
2447                "symfony/templating": "~3.4|~4.0",
2448                "symfony/translation": "~4.2",
2449                "symfony/var-dumper": "^4.1.1"
2450            },
2451            "suggest": {
2452                "symfony/browser-kit": "",
2453                "symfony/config": "",
2454                "symfony/console": "",
2455                "symfony/dependency-injection": "",
2456                "symfony/var-dumper": ""
2457            },
2458            "type": "library",
2459            "extra": {
2460                "branch-alias": {
2461                    "dev-master": "4.2-dev"
2462                }
2463            },
2464            "autoload": {
2465                "psr-4": {
2466                    "Symfony\\Component\\HttpKernel\\": ""
2467                },
2468                "exclude-from-classmap": [
2469                    "/Tests/"
2470                ]
2471            },
2472            "notification-url": "https://packagist.org/downloads/",
2473            "license": [
2474                "MIT"
2475            ],
2476            "authors": [
2477                {
2478                    "name": "Fabien Potencier",
2479                    "email": "fabien@symfony.com"
2480                },
2481                {
2482                    "name": "Symfony Community",
2483                    "homepage": "https://symfony.com/contributors"
2484                }
2485            ],
2486            "description": "Symfony HttpKernel Component",
2487            "homepage": "https://symfony.com",
2488            "time": "2019-01-06T16:19:23+00:00"
2489        },
2490        {
2491            "name": "symfony/polyfill-ctype",
2492            "version": "v1.10.0",
2493            "source": {
2494                "type": "git",
2495                "url": "https://github.com/symfony/polyfill-ctype.git",
2496                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2497            },
2498            "dist": {
2499                "type": "zip",
2500                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2501                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2502                "shasum": ""
2503            },
2504            "require": {
2505                "php": ">=5.3.3"
2506            },
2507            "suggest": {
2508                "ext-ctype": "For best performance"
2509            },
2510            "type": "library",
2511            "extra": {
2512                "branch-alias": {
2513                    "dev-master": "1.9-dev"
2514                }
2515            },
2516            "autoload": {
2517                "psr-4": {
2518                    "Symfony\\Polyfill\\Ctype\\": ""
2519                },
2520                "files": [
2521                    "bootstrap.php"
2522                ]
2523            },
2524            "notification-url": "https://packagist.org/downloads/",
2525            "license": [
2526                "MIT"
2527            ],
2528            "authors": [
2529                {
2530                    "name": "Symfony Community",
2531                    "homepage": "https://symfony.com/contributors"
2532                },
2533                {
2534                    "name": "Gert de Pagter",
2535                    "email": "BackEndTea@gmail.com"
2536                }
2537            ],
2538            "description": "Symfony polyfill for ctype functions",
2539            "homepage": "https://symfony.com",
2540            "keywords": [
2541                "compatibility",
2542                "ctype",
2543                "polyfill",
2544                "portable"
2545            ],
2546            "time": "2018-08-06T14:22:27+00:00"
2547        },
2548        {
2549            "name": "symfony/polyfill-mbstring",
2550            "version": "v1.10.0",
2551            "source": {
2552                "type": "git",
2553                "url": "https://github.com/symfony/polyfill-mbstring.git",
2554                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2555            },
2556            "dist": {
2557                "type": "zip",
2558                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
2559                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2560                "shasum": ""
2561            },
2562            "require": {
2563                "php": ">=5.3.3"
2564            },
2565            "suggest": {
2566                "ext-mbstring": "For best performance"
2567            },
2568            "type": "library",
2569            "extra": {
2570                "branch-alias": {
2571                    "dev-master": "1.9-dev"
2572                }
2573            },
2574            "autoload": {
2575                "psr-4": {
2576                    "Symfony\\Polyfill\\Mbstring\\": ""
2577                },
2578                "files": [
2579                    "bootstrap.php"
2580                ]
2581            },
2582            "notification-url": "https://packagist.org/downloads/",
2583            "license": [
2584                "MIT"
2585            ],
2586            "authors": [
2587                {
2588                    "name": "Nicolas Grekas",
2589                    "email": "p@tchwork.com"
2590                },
2591                {
2592                    "name": "Symfony Community",
2593                    "homepage": "https://symfony.com/contributors"
2594                }
2595            ],
2596            "description": "Symfony polyfill for the Mbstring extension",
2597            "homepage": "https://symfony.com",
2598            "keywords": [
2599                "compatibility",
2600                "mbstring",
2601                "polyfill",
2602                "portable",
2603                "shim"
2604            ],
2605            "time": "2018-09-21T13:07:52+00:00"
2606        },
2607        {
2608            "name": "symfony/polyfill-php71",
2609            "version": "v1.10.0",
2610            "source": {
2611                "type": "git",
2612                "url": "https://github.com/symfony/polyfill-php71.git",
2613                "reference": "1766834a22738196eb45486c4ca23c5739513bf4"
2614            },
2615            "dist": {
2616                "type": "zip",
2617                "url": "https://api.github.com/repos/symfony/polyfill-php71/zipball/1766834a22738196eb45486c4ca23c5739513bf4",
2618                "reference": "1766834a22738196eb45486c4ca23c5739513bf4",
2619                "shasum": ""
2620            },
2621            "require": {
2622                "php": ">=5.3.3"
2623            },
2624            "type": "library",
2625            "extra": {
2626                "branch-alias": {
2627                    "dev-master": "1.9-dev"
2628                }
2629            },
2630            "autoload": {
2631                "psr-4": {
2632                    "Symfony\\Polyfill\\Php71\\": ""
2633                },
2634                "files": [
2635                    "bootstrap.php"
2636                ]
2637            },
2638            "notification-url": "https://packagist.org/downloads/",
2639            "license": [
2640                "MIT"
2641            ],
2642            "authors": [
2643                {
2644                    "name": "Nicolas Grekas",
2645                    "email": "p@tchwork.com"
2646                },
2647                {
2648                    "name": "Symfony Community",
2649                    "homepage": "https://symfony.com/contributors"
2650                }
2651            ],
2652            "description": "Symfony polyfill backporting some PHP 7.1+ features to lower PHP versions",
2653            "homepage": "https://symfony.com",
2654            "keywords": [
2655                "compatibility",
2656                "polyfill",
2657                "portable",
2658                "shim"
2659            ],
2660            "time": "2018-08-06T14:22:27+00:00"
2661        },
2662        {
2663            "name": "symfony/polyfill-php72",
2664            "version": "v1.10.0",
2665            "source": {
2666                "type": "git",
2667                "url": "https://github.com/symfony/polyfill-php72.git",
2668                "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
2669            },
2670            "dist": {
2671                "type": "zip",
2672                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
2673                "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
2674                "shasum": ""
2675            },
2676            "require": {
2677                "php": ">=5.3.3"
2678            },
2679            "type": "library",
2680            "extra": {
2681                "branch-alias": {
2682                    "dev-master": "1.9-dev"
2683                }
2684            },
2685            "autoload": {
2686                "psr-4": {
2687                    "Symfony\\Polyfill\\Php72\\": ""
2688                },
2689                "files": [
2690                    "bootstrap.php"
2691                ]
2692            },
2693            "notification-url": "https://packagist.org/downloads/",
2694            "license": [
2695                "MIT"
2696            ],
2697            "authors": [
2698                {
2699                    "name": "Nicolas Grekas",
2700                    "email": "p@tchwork.com"
2701                },
2702                {
2703                    "name": "Symfony Community",
2704                    "homepage": "https://symfony.com/contributors"
2705                }
2706            ],
2707            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2708            "homepage": "https://symfony.com",
2709            "keywords": [
2710                "compatibility",
2711                "polyfill",
2712                "portable",
2713                "shim"
2714            ],
2715            "time": "2018-09-21T13:07:52+00:00"
2716        },
2717        {
2718            "name": "symfony/translation",
2719            "version": "v4.2.2",
2720            "source": {
2721                "type": "git",
2722                "url": "https://github.com/symfony/translation.git",
2723                "reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0"
2724            },
2725            "dist": {
2726                "type": "zip",
2727                "url": "https://api.github.com/repos/symfony/translation/zipball/939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
2728                "reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
2729                "shasum": ""
2730            },
2731            "require": {
2732                "php": "^7.1.3",
2733                "symfony/contracts": "^1.0.2",
2734                "symfony/polyfill-mbstring": "~1.0"
2735            },
2736            "conflict": {
2737                "symfony/config": "<3.4",
2738                "symfony/dependency-injection": "<3.4",
2739                "symfony/yaml": "<3.4"
2740            },
2741            "provide": {
2742                "symfony/translation-contracts-implementation": "1.0"
2743            },
2744            "require-dev": {
2745                "psr/log": "~1.0",
2746                "symfony/config": "~3.4|~4.0",
2747                "symfony/console": "~3.4|~4.0",
2748                "symfony/dependency-injection": "~3.4|~4.0",
2749                "symfony/finder": "~2.8|~3.0|~4.0",
2750                "symfony/intl": "~3.4|~4.0",
2751                "symfony/yaml": "~3.4|~4.0"
2752            },
2753            "suggest": {
2754                "psr/log-implementation": "To use logging capability in translator",
2755                "symfony/config": "",
2756                "symfony/yaml": ""
2757            },
2758            "type": "library",
2759            "extra": {
2760                "branch-alias": {
2761                    "dev-master": "4.2-dev"
2762                }
2763            },
2764            "autoload": {
2765                "psr-4": {
2766                    "Symfony\\Component\\Translation\\": ""
2767                },
2768                "exclude-from-classmap": [
2769                    "/Tests/"
2770                ]
2771            },
2772            "notification-url": "https://packagist.org/downloads/",
2773            "license": [
2774                "MIT"
2775            ],
2776            "authors": [
2777                {
2778                    "name": "Fabien Potencier",
2779                    "email": "fabien@symfony.com"
2780                },
2781                {
2782                    "name": "Symfony Community",
2783                    "homepage": "https://symfony.com/contributors"
2784                }
2785            ],
2786            "description": "Symfony Translation Component",
2787            "homepage": "https://symfony.com",
2788            "time": "2019-01-03T09:07:35+00:00"
2789        },
2790        {
2791            "name": "symfony/var-exporter",
2792            "version": "v4.2.2",
2793            "source": {
2794                "type": "git",
2795                "url": "https://github.com/symfony/var-exporter.git",
2796                "reference": "51bd782120fa2bfed89452f142d2a47c4b51101c"
2797            },
2798            "dist": {
2799                "type": "zip",
2800                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/51bd782120fa2bfed89452f142d2a47c4b51101c",
2801                "reference": "51bd782120fa2bfed89452f142d2a47c4b51101c",
2802                "shasum": ""
2803            },
2804            "require": {
2805                "php": "^7.1.3"
2806            },
2807            "require-dev": {
2808                "symfony/var-dumper": "^4.1.1"
2809            },
2810            "type": "library",
2811            "extra": {
2812                "branch-alias": {
2813                    "dev-master": "4.2-dev"
2814                }
2815            },
2816            "autoload": {
2817                "psr-4": {
2818                    "Symfony\\Component\\VarExporter\\": ""
2819                },
2820                "exclude-from-classmap": [
2821                    "/Tests/"
2822                ]
2823            },
2824            "notification-url": "https://packagist.org/downloads/",
2825            "license": [
2826                "MIT"
2827            ],
2828            "authors": [
2829                {
2830                    "name": "Nicolas Grekas",
2831                    "email": "p@tchwork.com"
2832                },
2833                {
2834                    "name": "Symfony Community",
2835                    "homepage": "https://symfony.com/contributors"
2836                }
2837            ],
2838            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
2839            "homepage": "https://symfony.com",
2840            "keywords": [
2841                "clone",
2842                "construct",
2843                "export",
2844                "hydrate",
2845                "instantiate",
2846                "serialize"
2847            ],
2848            "time": "2019-01-03T09:09:06+00:00"
2849        },
2850        {
2851            "name": "tecnickcom/tcpdf",
2852            "version": "6.2.26",
2853            "source": {
2854                "type": "git",
2855                "url": "https://github.com/tecnickcom/TCPDF.git",
2856                "reference": "367241059ca166e3a76490f4448c284e0a161f15"
2857            },
2858            "dist": {
2859                "type": "zip",
2860                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
2861                "reference": "367241059ca166e3a76490f4448c284e0a161f15",
2862                "shasum": ""
2863            },
2864            "require": {
2865                "php": ">=5.3.0"
2866            },
2867            "type": "library",
2868            "autoload": {
2869                "classmap": [
2870                    "config",
2871                    "include",
2872                    "tcpdf.php",
2873                    "tcpdf_parser.php",
2874                    "tcpdf_import.php",
2875                    "tcpdf_barcodes_1d.php",
2876                    "tcpdf_barcodes_2d.php",
2877                    "include/tcpdf_colors.php",
2878                    "include/tcpdf_filters.php",
2879                    "include/tcpdf_font_data.php",
2880                    "include/tcpdf_fonts.php",
2881                    "include/tcpdf_images.php",
2882                    "include/tcpdf_static.php",
2883                    "include/barcodes/datamatrix.php",
2884                    "include/barcodes/pdf417.php",
2885                    "include/barcodes/qrcode.php"
2886                ]
2887            },
2888            "notification-url": "https://packagist.org/downloads/",
2889            "license": [
2890                "LGPL-3.0"
2891            ],
2892            "authors": [
2893                {
2894                    "name": "Nicola Asuni",
2895                    "email": "info@tecnick.com",
2896                    "role": "lead"
2897                }
2898            ],
2899            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2900            "homepage": "http://www.tcpdf.org/",
2901            "keywords": [
2902                "PDFD32000-2008",
2903                "TCPDF",
2904                "barcodes",
2905                "datamatrix",
2906                "pdf",
2907                "pdf417",
2908                "qrcode"
2909            ],
2910            "time": "2018-10-16T17:24:05+00:00"
2911        },
2912        {
2913            "name": "webuni/commonmark-table-extension",
2914            "version": "0.9.0",
2915            "source": {
2916                "type": "git",
2917                "url": "https://github.com/webuni/commonmark-table-extension.git",
2918                "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3"
2919            },
2920            "dist": {
2921                "type": "zip",
2922                "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/94bc98d802d0b706e748716854e5fa0bd3644df3",
2923                "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3",
2924                "shasum": ""
2925            },
2926            "require": {
2927                "league/commonmark": "^0.16|^0.17|^0.18",
2928                "php": "^5.6|^7.0"
2929            },
2930            "require-dev": {
2931                "friendsofphp/php-cs-fixer": "^2.9",
2932                "phpunit/phpunit": "^5.4|^6.0",
2933                "symfony/var-dumper": "^3.0|^4.0",
2934                "vimeo/psalm": "~0.3"
2935            },
2936            "type": "library",
2937            "extra": {
2938                "branch-alias": {
2939                    "dev-master": "0.9-dev"
2940                }
2941            },
2942            "autoload": {
2943                "psr-4": {
2944                    "Webuni\\CommonMark\\TableExtension\\": "src"
2945                }
2946            },
2947            "notification-url": "https://packagist.org/downloads/",
2948            "license": [
2949                "MIT"
2950            ],
2951            "authors": [
2952                {
2953                    "name": "Martin Hasoň",
2954                    "email": "martin.hason@gmail.com"
2955                },
2956                {
2957                    "name": "Webuni s.r.o.",
2958                    "homepage": "https://www.webuni.cz"
2959                }
2960            ],
2961            "description": "The table extension for CommonMark PHP implementation",
2962            "homepage": "https://github.com/webuni/commonmark-table-extension",
2963            "keywords": [
2964                "commonmark",
2965                "markdown",
2966                "table"
2967            ],
2968            "time": "2018-11-28T11:29:11+00:00"
2969        }
2970    ],
2971    "packages-dev": [
2972        {
2973            "name": "doctrine/instantiator",
2974            "version": "1.1.0",
2975            "source": {
2976                "type": "git",
2977                "url": "https://github.com/doctrine/instantiator.git",
2978                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2979            },
2980            "dist": {
2981                "type": "zip",
2982                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2983                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2984                "shasum": ""
2985            },
2986            "require": {
2987                "php": "^7.1"
2988            },
2989            "require-dev": {
2990                "athletic/athletic": "~0.1.8",
2991                "ext-pdo": "*",
2992                "ext-phar": "*",
2993                "phpunit/phpunit": "^6.2.3",
2994                "squizlabs/php_codesniffer": "^3.0.2"
2995            },
2996            "type": "library",
2997            "extra": {
2998                "branch-alias": {
2999                    "dev-master": "1.2.x-dev"
3000                }
3001            },
3002            "autoload": {
3003                "psr-4": {
3004                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3005                }
3006            },
3007            "notification-url": "https://packagist.org/downloads/",
3008            "license": [
3009                "MIT"
3010            ],
3011            "authors": [
3012                {
3013                    "name": "Marco Pivetta",
3014                    "email": "ocramius@gmail.com",
3015                    "homepage": "http://ocramius.github.com/"
3016                }
3017            ],
3018            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3019            "homepage": "https://github.com/doctrine/instantiator",
3020            "keywords": [
3021                "constructor",
3022                "instantiate"
3023            ],
3024            "time": "2017-07-22T11:58:36+00:00"
3025        },
3026        {
3027            "name": "hamcrest/hamcrest-php",
3028            "version": "v2.0.0",
3029            "source": {
3030                "type": "git",
3031                "url": "https://github.com/hamcrest/hamcrest-php.git",
3032                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3033            },
3034            "dist": {
3035                "type": "zip",
3036                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3037                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3038                "shasum": ""
3039            },
3040            "require": {
3041                "php": "^5.3|^7.0"
3042            },
3043            "replace": {
3044                "cordoval/hamcrest-php": "*",
3045                "davedevelopment/hamcrest-php": "*",
3046                "kodova/hamcrest-php": "*"
3047            },
3048            "require-dev": {
3049                "phpunit/php-file-iterator": "1.3.3",
3050                "phpunit/phpunit": "~4.0",
3051                "satooshi/php-coveralls": "^1.0"
3052            },
3053            "type": "library",
3054            "extra": {
3055                "branch-alias": {
3056                    "dev-master": "2.0-dev"
3057                }
3058            },
3059            "autoload": {
3060                "classmap": [
3061                    "hamcrest"
3062                ]
3063            },
3064            "notification-url": "https://packagist.org/downloads/",
3065            "license": [
3066                "BSD"
3067            ],
3068            "description": "This is the PHP port of Hamcrest Matchers",
3069            "keywords": [
3070                "test"
3071            ],
3072            "time": "2016-01-20T08:20:44+00:00"
3073        },
3074        {
3075            "name": "maximebf/debugbar",
3076            "version": "v1.15.0",
3077            "source": {
3078                "type": "git",
3079                "url": "https://github.com/maximebf/php-debugbar.git",
3080                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
3081            },
3082            "dist": {
3083                "type": "zip",
3084                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3085                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3086                "shasum": ""
3087            },
3088            "require": {
3089                "php": ">=5.3.0",
3090                "psr/log": "^1.0",
3091                "symfony/var-dumper": "^2.6|^3.0|^4.0"
3092            },
3093            "require-dev": {
3094                "phpunit/phpunit": "^4.0|^5.0"
3095            },
3096            "suggest": {
3097                "kriswallsmith/assetic": "The best way to manage assets",
3098                "monolog/monolog": "Log using Monolog",
3099                "predis/predis": "Redis storage"
3100            },
3101            "type": "library",
3102            "extra": {
3103                "branch-alias": {
3104                    "dev-master": "1.14-dev"
3105                }
3106            },
3107            "autoload": {
3108                "psr-4": {
3109                    "DebugBar\\": "src/DebugBar/"
3110                }
3111            },
3112            "notification-url": "https://packagist.org/downloads/",
3113            "license": [
3114                "MIT"
3115            ],
3116            "authors": [
3117                {
3118                    "name": "Maxime Bouroumeau-Fuseau",
3119                    "email": "maxime.bouroumeau@gmail.com",
3120                    "homepage": "http://maximebf.com"
3121                },
3122                {
3123                    "name": "Barry vd. Heuvel",
3124                    "email": "barryvdh@gmail.com"
3125                }
3126            ],
3127            "description": "Debug bar in the browser for php application",
3128            "homepage": "https://github.com/maximebf/php-debugbar",
3129            "keywords": [
3130                "debug",
3131                "debugbar"
3132            ],
3133            "time": "2017-12-15T11:13:46+00:00"
3134        },
3135        {
3136            "name": "mockery/mockery",
3137            "version": "1.2.0",
3138            "source": {
3139                "type": "git",
3140                "url": "https://github.com/mockery/mockery.git",
3141                "reference": "100633629bf76d57430b86b7098cd6beb996a35a"
3142            },
3143            "dist": {
3144                "type": "zip",
3145                "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a",
3146                "reference": "100633629bf76d57430b86b7098cd6beb996a35a",
3147                "shasum": ""
3148            },
3149            "require": {
3150                "hamcrest/hamcrest-php": "~2.0",
3151                "lib-pcre": ">=7.0",
3152                "php": ">=5.6.0"
3153            },
3154            "require-dev": {
3155                "phpunit/phpunit": "~5.7.10|~6.5|~7.0"
3156            },
3157            "type": "library",
3158            "extra": {
3159                "branch-alias": {
3160                    "dev-master": "1.0.x-dev"
3161                }
3162            },
3163            "autoload": {
3164                "psr-0": {
3165                    "Mockery": "library/"
3166                }
3167            },
3168            "notification-url": "https://packagist.org/downloads/",
3169            "license": [
3170                "BSD-3-Clause"
3171            ],
3172            "authors": [
3173                {
3174                    "name": "Pádraic Brady",
3175                    "email": "padraic.brady@gmail.com",
3176                    "homepage": "http://blog.astrumfutura.com"
3177                },
3178                {
3179                    "name": "Dave Marshall",
3180                    "email": "dave.marshall@atstsolutions.co.uk",
3181                    "homepage": "http://davedevelopment.co.uk"
3182                }
3183            ],
3184            "description": "Mockery is a simple yet flexible PHP mock object framework",
3185            "homepage": "https://github.com/mockery/mockery",
3186            "keywords": [
3187                "BDD",
3188                "TDD",
3189                "library",
3190                "mock",
3191                "mock objects",
3192                "mockery",
3193                "stub",
3194                "test",
3195                "test double",
3196                "testing"
3197            ],
3198            "time": "2018-10-02T21:52:37+00:00"
3199        },
3200        {
3201            "name": "myclabs/deep-copy",
3202            "version": "1.8.1",
3203            "source": {
3204                "type": "git",
3205                "url": "https://github.com/myclabs/DeepCopy.git",
3206                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
3207            },
3208            "dist": {
3209                "type": "zip",
3210                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3211                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3212                "shasum": ""
3213            },
3214            "require": {
3215                "php": "^7.1"
3216            },
3217            "replace": {
3218                "myclabs/deep-copy": "self.version"
3219            },
3220            "require-dev": {
3221                "doctrine/collections": "^1.0",
3222                "doctrine/common": "^2.6",
3223                "phpunit/phpunit": "^7.1"
3224            },
3225            "type": "library",
3226            "autoload": {
3227                "psr-4": {
3228                    "DeepCopy\\": "src/DeepCopy/"
3229                },
3230                "files": [
3231                    "src/DeepCopy/deep_copy.php"
3232                ]
3233            },
3234            "notification-url": "https://packagist.org/downloads/",
3235            "license": [
3236                "MIT"
3237            ],
3238            "description": "Create deep copies (clones) of your objects",
3239            "keywords": [
3240                "clone",
3241                "copy",
3242                "duplicate",
3243                "object",
3244                "object graph"
3245            ],
3246            "time": "2018-06-11T23:09:50+00:00"
3247        },
3248        {
3249            "name": "phar-io/manifest",
3250            "version": "1.0.3",
3251            "source": {
3252                "type": "git",
3253                "url": "https://github.com/phar-io/manifest.git",
3254                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
3255            },
3256            "dist": {
3257                "type": "zip",
3258                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3259                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3260                "shasum": ""
3261            },
3262            "require": {
3263                "ext-dom": "*",
3264                "ext-phar": "*",
3265                "phar-io/version": "^2.0",
3266                "php": "^5.6 || ^7.0"
3267            },
3268            "type": "library",
3269            "extra": {
3270                "branch-alias": {
3271                    "dev-master": "1.0.x-dev"
3272                }
3273            },
3274            "autoload": {
3275                "classmap": [
3276                    "src/"
3277                ]
3278            },
3279            "notification-url": "https://packagist.org/downloads/",
3280            "license": [
3281                "BSD-3-Clause"
3282            ],
3283            "authors": [
3284                {
3285                    "name": "Arne Blankerts",
3286                    "email": "arne@blankerts.de",
3287                    "role": "Developer"
3288                },
3289                {
3290                    "name": "Sebastian Heuer",
3291                    "email": "sebastian@phpeople.de",
3292                    "role": "Developer"
3293                },
3294                {
3295                    "name": "Sebastian Bergmann",
3296                    "email": "sebastian@phpunit.de",
3297                    "role": "Developer"
3298                }
3299            ],
3300            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3301            "time": "2018-07-08T19:23:20+00:00"
3302        },
3303        {
3304            "name": "phar-io/version",
3305            "version": "2.0.1",
3306            "source": {
3307                "type": "git",
3308                "url": "https://github.com/phar-io/version.git",
3309                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
3310            },
3311            "dist": {
3312                "type": "zip",
3313                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3314                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3315                "shasum": ""
3316            },
3317            "require": {
3318                "php": "^5.6 || ^7.0"
3319            },
3320            "type": "library",
3321            "autoload": {
3322                "classmap": [
3323                    "src/"
3324                ]
3325            },
3326            "notification-url": "https://packagist.org/downloads/",
3327            "license": [
3328                "BSD-3-Clause"
3329            ],
3330            "authors": [
3331                {
3332                    "name": "Arne Blankerts",
3333                    "email": "arne@blankerts.de",
3334                    "role": "Developer"
3335                },
3336                {
3337                    "name": "Sebastian Heuer",
3338                    "email": "sebastian@phpeople.de",
3339                    "role": "Developer"
3340                },
3341                {
3342                    "name": "Sebastian Bergmann",
3343                    "email": "sebastian@phpunit.de",
3344                    "role": "Developer"
3345                }
3346            ],
3347            "description": "Library for handling version information and constraints",
3348            "time": "2018-07-08T19:19:57+00:00"
3349        },
3350        {
3351            "name": "php-coveralls/php-coveralls",
3352            "version": "v2.1.0",
3353            "source": {
3354                "type": "git",
3355                "url": "https://github.com/php-coveralls/php-coveralls.git",
3356                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
3357            },
3358            "dist": {
3359                "type": "zip",
3360                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
3361                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
3362                "shasum": ""
3363            },
3364            "require": {
3365                "ext-json": "*",
3366                "ext-simplexml": "*",
3367                "guzzlehttp/guzzle": "^6.0",
3368                "php": "^5.5 || ^7.0",
3369                "psr/log": "^1.0",
3370                "symfony/config": "^2.1 || ^3.0 || ^4.0",
3371                "symfony/console": "^2.1 || ^3.0 || ^4.0",
3372                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
3373                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
3374            },
3375            "require-dev": {
3376                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
3377            },
3378            "suggest": {
3379                "symfony/http-kernel": "Allows Symfony integration"
3380            },
3381            "bin": [
3382                "bin/php-coveralls"
3383            ],
3384            "type": "library",
3385            "extra": {
3386                "branch-alias": {
3387                    "dev-master": "2.1-dev"
3388                }
3389            },
3390            "autoload": {
3391                "psr-4": {
3392                    "PhpCoveralls\\": "src/"
3393                }
3394            },
3395            "notification-url": "https://packagist.org/downloads/",
3396            "license": [
3397                "MIT"
3398            ],
3399            "authors": [
3400                {
3401                    "name": "Kitamura Satoshi",
3402                    "email": "with.no.parachute@gmail.com",
3403                    "homepage": "https://www.facebook.com/satooshi.jp",
3404                    "role": "Original creator"
3405                },
3406                {
3407                    "name": "Takashi Matsuo",
3408                    "email": "tmatsuo@google.com"
3409                },
3410                {
3411                    "name": "Google Inc"
3412                },
3413                {
3414                    "name": "Dariusz Ruminski",
3415                    "email": "dariusz.ruminski@gmail.com",
3416                    "homepage": "https://github.com/keradus"
3417                },
3418                {
3419                    "name": "Contributors",
3420                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
3421                }
3422            ],
3423            "description": "PHP client library for Coveralls API",
3424            "homepage": "https://github.com/php-coveralls/php-coveralls",
3425            "keywords": [
3426                "ci",
3427                "coverage",
3428                "github",
3429                "test"
3430            ],
3431            "time": "2018-05-22T23:11:08+00:00"
3432        },
3433        {
3434            "name": "phpdocumentor/reflection-common",
3435            "version": "1.0.1",
3436            "source": {
3437                "type": "git",
3438                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3439                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3440            },
3441            "dist": {
3442                "type": "zip",
3443                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3444                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3445                "shasum": ""
3446            },
3447            "require": {
3448                "php": ">=5.5"
3449            },
3450            "require-dev": {
3451                "phpunit/phpunit": "^4.6"
3452            },
3453            "type": "library",
3454            "extra": {
3455                "branch-alias": {
3456                    "dev-master": "1.0.x-dev"
3457                }
3458            },
3459            "autoload": {
3460                "psr-4": {
3461                    "phpDocumentor\\Reflection\\": [
3462                        "src"
3463                    ]
3464                }
3465            },
3466            "notification-url": "https://packagist.org/downloads/",
3467            "license": [
3468                "MIT"
3469            ],
3470            "authors": [
3471                {
3472                    "name": "Jaap van Otterdijk",
3473                    "email": "opensource@ijaap.nl"
3474                }
3475            ],
3476            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3477            "homepage": "http://www.phpdoc.org",
3478            "keywords": [
3479                "FQSEN",
3480                "phpDocumentor",
3481                "phpdoc",
3482                "reflection",
3483                "static analysis"
3484            ],
3485            "time": "2017-09-11T18:02:19+00:00"
3486        },
3487        {
3488            "name": "phpdocumentor/reflection-docblock",
3489            "version": "4.3.0",
3490            "source": {
3491                "type": "git",
3492                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3493                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3494            },
3495            "dist": {
3496                "type": "zip",
3497                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
3498                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
3499                "shasum": ""
3500            },
3501            "require": {
3502                "php": "^7.0",
3503                "phpdocumentor/reflection-common": "^1.0.0",
3504                "phpdocumentor/type-resolver": "^0.4.0",
3505                "webmozart/assert": "^1.0"
3506            },
3507            "require-dev": {
3508                "doctrine/instantiator": "~1.0.5",
3509                "mockery/mockery": "^1.0",
3510                "phpunit/phpunit": "^6.4"
3511            },
3512            "type": "library",
3513            "extra": {
3514                "branch-alias": {
3515                    "dev-master": "4.x-dev"
3516                }
3517            },
3518            "autoload": {
3519                "psr-4": {
3520                    "phpDocumentor\\Reflection\\": [
3521                        "src/"
3522                    ]
3523                }
3524            },
3525            "notification-url": "https://packagist.org/downloads/",
3526            "license": [
3527                "MIT"
3528            ],
3529            "authors": [
3530                {
3531                    "name": "Mike van Riel",
3532                    "email": "me@mikevanriel.com"
3533                }
3534            ],
3535            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3536            "time": "2017-11-30T07:14:17+00:00"
3537        },
3538        {
3539            "name": "phpdocumentor/type-resolver",
3540            "version": "0.4.0",
3541            "source": {
3542                "type": "git",
3543                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3544                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3545            },
3546            "dist": {
3547                "type": "zip",
3548                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3549                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3550                "shasum": ""
3551            },
3552            "require": {
3553                "php": "^5.5 || ^7.0",
3554                "phpdocumentor/reflection-common": "^1.0"
3555            },
3556            "require-dev": {
3557                "mockery/mockery": "^0.9.4",
3558                "phpunit/phpunit": "^5.2||^4.8.24"
3559            },
3560            "type": "library",
3561            "extra": {
3562                "branch-alias": {
3563                    "dev-master": "1.0.x-dev"
3564                }
3565            },
3566            "autoload": {
3567                "psr-4": {
3568                    "phpDocumentor\\Reflection\\": [
3569                        "src/"
3570                    ]
3571                }
3572            },
3573            "notification-url": "https://packagist.org/downloads/",
3574            "license": [
3575                "MIT"
3576            ],
3577            "authors": [
3578                {
3579                    "name": "Mike van Riel",
3580                    "email": "me@mikevanriel.com"
3581                }
3582            ],
3583            "time": "2017-07-14T14:27:02+00:00"
3584        },
3585        {
3586            "name": "phpspec/prophecy",
3587            "version": "1.8.0",
3588            "source": {
3589                "type": "git",
3590                "url": "https://github.com/phpspec/prophecy.git",
3591                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
3592            },
3593            "dist": {
3594                "type": "zip",
3595                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3596                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3597                "shasum": ""
3598            },
3599            "require": {
3600                "doctrine/instantiator": "^1.0.2",
3601                "php": "^5.3|^7.0",
3602                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3603                "sebastian/comparator": "^1.1|^2.0|^3.0",
3604                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3605            },
3606            "require-dev": {
3607                "phpspec/phpspec": "^2.5|^3.2",
3608                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
3609            },
3610            "type": "library",
3611            "extra": {
3612                "branch-alias": {
3613                    "dev-master": "1.8.x-dev"
3614                }
3615            },
3616            "autoload": {
3617                "psr-0": {
3618                    "Prophecy\\": "src/"
3619                }
3620            },
3621            "notification-url": "https://packagist.org/downloads/",
3622            "license": [
3623                "MIT"
3624            ],
3625            "authors": [
3626                {
3627                    "name": "Konstantin Kudryashov",
3628                    "email": "ever.zet@gmail.com",
3629                    "homepage": "http://everzet.com"
3630                },
3631                {
3632                    "name": "Marcello Duarte",
3633                    "email": "marcello.duarte@gmail.com"
3634                }
3635            ],
3636            "description": "Highly opinionated mocking framework for PHP 5.3+",
3637            "homepage": "https://github.com/phpspec/prophecy",
3638            "keywords": [
3639                "Double",
3640                "Dummy",
3641                "fake",
3642                "mock",
3643                "spy",
3644                "stub"
3645            ],
3646            "time": "2018-08-05T17:53:17+00:00"
3647        },
3648        {
3649            "name": "phpunit/php-code-coverage",
3650            "version": "6.1.4",
3651            "source": {
3652                "type": "git",
3653                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3654                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
3655            },
3656            "dist": {
3657                "type": "zip",
3658                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3659                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3660                "shasum": ""
3661            },
3662            "require": {
3663                "ext-dom": "*",
3664                "ext-xmlwriter": "*",
3665                "php": "^7.1",
3666                "phpunit/php-file-iterator": "^2.0",
3667                "phpunit/php-text-template": "^1.2.1",
3668                "phpunit/php-token-stream": "^3.0",
3669                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3670                "sebastian/environment": "^3.1 || ^4.0",
3671                "sebastian/version": "^2.0.1",
3672                "theseer/tokenizer": "^1.1"
3673            },
3674            "require-dev": {
3675                "phpunit/phpunit": "^7.0"
3676            },
3677            "suggest": {
3678                "ext-xdebug": "^2.6.0"
3679            },
3680            "type": "library",
3681            "extra": {
3682                "branch-alias": {
3683                    "dev-master": "6.1-dev"
3684                }
3685            },
3686            "autoload": {
3687                "classmap": [
3688                    "src/"
3689                ]
3690            },
3691            "notification-url": "https://packagist.org/downloads/",
3692            "license": [
3693                "BSD-3-Clause"
3694            ],
3695            "authors": [
3696                {
3697                    "name": "Sebastian Bergmann",
3698                    "email": "sebastian@phpunit.de",
3699                    "role": "lead"
3700                }
3701            ],
3702            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3703            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3704            "keywords": [
3705                "coverage",
3706                "testing",
3707                "xunit"
3708            ],
3709            "time": "2018-10-31T16:06:48+00:00"
3710        },
3711        {
3712            "name": "phpunit/php-file-iterator",
3713            "version": "2.0.2",
3714            "source": {
3715                "type": "git",
3716                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3717                "reference": "050bedf145a257b1ff02746c31894800e5122946"
3718            },
3719            "dist": {
3720                "type": "zip",
3721                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
3722                "reference": "050bedf145a257b1ff02746c31894800e5122946",
3723                "shasum": ""
3724            },
3725            "require": {
3726                "php": "^7.1"
3727            },
3728            "require-dev": {
3729                "phpunit/phpunit": "^7.1"
3730            },
3731            "type": "library",
3732            "extra": {
3733                "branch-alias": {
3734                    "dev-master": "2.0.x-dev"
3735                }
3736            },
3737            "autoload": {
3738                "classmap": [
3739                    "src/"
3740                ]
3741            },
3742            "notification-url": "https://packagist.org/downloads/",
3743            "license": [
3744                "BSD-3-Clause"
3745            ],
3746            "authors": [
3747                {
3748                    "name": "Sebastian Bergmann",
3749                    "email": "sebastian@phpunit.de",
3750                    "role": "lead"
3751                }
3752            ],
3753            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3754            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3755            "keywords": [
3756                "filesystem",
3757                "iterator"
3758            ],
3759            "time": "2018-09-13T20:33:42+00:00"
3760        },
3761        {
3762            "name": "phpunit/php-text-template",
3763            "version": "1.2.1",
3764            "source": {
3765                "type": "git",
3766                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3767                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3768            },
3769            "dist": {
3770                "type": "zip",
3771                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3772                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3773                "shasum": ""
3774            },
3775            "require": {
3776                "php": ">=5.3.3"
3777            },
3778            "type": "library",
3779            "autoload": {
3780                "classmap": [
3781                    "src/"
3782                ]
3783            },
3784            "notification-url": "https://packagist.org/downloads/",
3785            "license": [
3786                "BSD-3-Clause"
3787            ],
3788            "authors": [
3789                {
3790                    "name": "Sebastian Bergmann",
3791                    "email": "sebastian@phpunit.de",
3792                    "role": "lead"
3793                }
3794            ],
3795            "description": "Simple template engine.",
3796            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3797            "keywords": [
3798                "template"
3799            ],
3800            "time": "2015-06-21T13:50:34+00:00"
3801        },
3802        {
3803            "name": "phpunit/php-timer",
3804            "version": "2.0.0",
3805            "source": {
3806                "type": "git",
3807                "url": "https://github.com/sebastianbergmann/php-timer.git",
3808                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
3809            },
3810            "dist": {
3811                "type": "zip",
3812                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
3813                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
3814                "shasum": ""
3815            },
3816            "require": {
3817                "php": "^7.1"
3818            },
3819            "require-dev": {
3820                "phpunit/phpunit": "^7.0"
3821            },
3822            "type": "library",
3823            "extra": {
3824                "branch-alias": {
3825                    "dev-master": "2.0-dev"
3826                }
3827            },
3828            "autoload": {
3829                "classmap": [
3830                    "src/"
3831                ]
3832            },
3833            "notification-url": "https://packagist.org/downloads/",
3834            "license": [
3835                "BSD-3-Clause"
3836            ],
3837            "authors": [
3838                {
3839                    "name": "Sebastian Bergmann",
3840                    "email": "sebastian@phpunit.de",
3841                    "role": "lead"
3842                }
3843            ],
3844            "description": "Utility class for timing",
3845            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3846            "keywords": [
3847                "timer"
3848            ],
3849            "time": "2018-02-01T13:07:23+00:00"
3850        },
3851        {
3852            "name": "phpunit/php-token-stream",
3853            "version": "3.0.1",
3854            "source": {
3855                "type": "git",
3856                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3857                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
3858            },
3859            "dist": {
3860                "type": "zip",
3861                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
3862                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
3863                "shasum": ""
3864            },
3865            "require": {
3866                "ext-tokenizer": "*",
3867                "php": "^7.1"
3868            },
3869            "require-dev": {
3870                "phpunit/phpunit": "^7.0"
3871            },
3872            "type": "library",
3873            "extra": {
3874                "branch-alias": {
3875                    "dev-master": "3.0-dev"
3876                }
3877            },
3878            "autoload": {
3879                "classmap": [
3880                    "src/"
3881                ]
3882            },
3883            "notification-url": "https://packagist.org/downloads/",
3884            "license": [
3885                "BSD-3-Clause"
3886            ],
3887            "authors": [
3888                {
3889                    "name": "Sebastian Bergmann",
3890                    "email": "sebastian@phpunit.de"
3891                }
3892            ],
3893            "description": "Wrapper around PHP's tokenizer extension.",
3894            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3895            "keywords": [
3896                "tokenizer"
3897            ],
3898            "time": "2018-10-30T05:52:18+00:00"
3899        },
3900        {
3901            "name": "phpunit/phpunit",
3902            "version": "7.5.2",
3903            "source": {
3904                "type": "git",
3905                "url": "https://github.com/sebastianbergmann/phpunit.git",
3906                "reference": "7c89093bd00f7d5ddf0ab81dee04f801416b4944"
3907            },
3908            "dist": {
3909                "type": "zip",
3910                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7c89093bd00f7d5ddf0ab81dee04f801416b4944",
3911                "reference": "7c89093bd00f7d5ddf0ab81dee04f801416b4944",
3912                "shasum": ""
3913            },
3914            "require": {
3915                "doctrine/instantiator": "^1.1",
3916                "ext-dom": "*",
3917                "ext-json": "*",
3918                "ext-libxml": "*",
3919                "ext-mbstring": "*",
3920                "ext-xml": "*",
3921                "myclabs/deep-copy": "^1.7",
3922                "phar-io/manifest": "^1.0.2",
3923                "phar-io/version": "^2.0",
3924                "php": "^7.1",
3925                "phpspec/prophecy": "^1.7",
3926                "phpunit/php-code-coverage": "^6.0.7",
3927                "phpunit/php-file-iterator": "^2.0.1",
3928                "phpunit/php-text-template": "^1.2.1",
3929                "phpunit/php-timer": "^2.0",
3930                "sebastian/comparator": "^3.0",
3931                "sebastian/diff": "^3.0",
3932                "sebastian/environment": "^4.0",
3933                "sebastian/exporter": "^3.1",
3934                "sebastian/global-state": "^2.0",
3935                "sebastian/object-enumerator": "^3.0.3",
3936                "sebastian/resource-operations": "^2.0",
3937                "sebastian/version": "^2.0.1"
3938            },
3939            "conflict": {
3940                "phpunit/phpunit-mock-objects": "*"
3941            },
3942            "require-dev": {
3943                "ext-pdo": "*"
3944            },
3945            "suggest": {
3946                "ext-soap": "*",
3947                "ext-xdebug": "*",
3948                "phpunit/php-invoker": "^2.0"
3949            },
3950            "bin": [
3951                "phpunit"
3952            ],
3953            "type": "library",
3954            "extra": {
3955                "branch-alias": {
3956                    "dev-master": "7.5-dev"
3957                }
3958            },
3959            "autoload": {
3960                "classmap": [
3961                    "src/"
3962                ]
3963            },
3964            "notification-url": "https://packagist.org/downloads/",
3965            "license": [
3966                "BSD-3-Clause"
3967            ],
3968            "authors": [
3969                {
3970                    "name": "Sebastian Bergmann",
3971                    "email": "sebastian@phpunit.de",
3972                    "role": "lead"
3973                }
3974            ],
3975            "description": "The PHP Unit Testing framework.",
3976            "homepage": "https://phpunit.de/",
3977            "keywords": [
3978                "phpunit",
3979                "testing",
3980                "xunit"
3981            ],
3982            "time": "2019-01-15T08:19:08+00:00"
3983        },
3984        {
3985            "name": "sebastian/code-unit-reverse-lookup",
3986            "version": "1.0.1",
3987            "source": {
3988                "type": "git",
3989                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3990                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3991            },
3992            "dist": {
3993                "type": "zip",
3994                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3995                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3996                "shasum": ""
3997            },
3998            "require": {
3999                "php": "^5.6 || ^7.0"
4000            },
4001            "require-dev": {
4002                "phpunit/phpunit": "^5.7 || ^6.0"
4003            },
4004            "type": "library",
4005            "extra": {
4006                "branch-alias": {
4007                    "dev-master": "1.0.x-dev"
4008                }
4009            },
4010            "autoload": {
4011                "classmap": [
4012                    "src/"
4013                ]
4014            },
4015            "notification-url": "https://packagist.org/downloads/",
4016            "license": [
4017                "BSD-3-Clause"
4018            ],
4019            "authors": [
4020                {
4021                    "name": "Sebastian Bergmann",
4022                    "email": "sebastian@phpunit.de"
4023                }
4024            ],
4025            "description": "Looks up which function or method a line of code belongs to",
4026            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4027            "time": "2017-03-04T06:30:41+00:00"
4028        },
4029        {
4030            "name": "sebastian/comparator",
4031            "version": "3.0.2",
4032            "source": {
4033                "type": "git",
4034                "url": "https://github.com/sebastianbergmann/comparator.git",
4035                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
4036            },
4037            "dist": {
4038                "type": "zip",
4039                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4040                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4041                "shasum": ""
4042            },
4043            "require": {
4044                "php": "^7.1",
4045                "sebastian/diff": "^3.0",
4046                "sebastian/exporter": "^3.1"
4047            },
4048            "require-dev": {
4049                "phpunit/phpunit": "^7.1"
4050            },
4051            "type": "library",
4052            "extra": {
4053                "branch-alias": {
4054                    "dev-master": "3.0-dev"
4055                }
4056            },
4057            "autoload": {
4058                "classmap": [
4059                    "src/"
4060                ]
4061            },
4062            "notification-url": "https://packagist.org/downloads/",
4063            "license": [
4064                "BSD-3-Clause"
4065            ],
4066            "authors": [
4067                {
4068                    "name": "Jeff Welch",
4069                    "email": "whatthejeff@gmail.com"
4070                },
4071                {
4072                    "name": "Volker Dusch",
4073                    "email": "github@wallbash.com"
4074                },
4075                {
4076                    "name": "Bernhard Schussek",
4077                    "email": "bschussek@2bepublished.at"
4078                },
4079                {
4080                    "name": "Sebastian Bergmann",
4081                    "email": "sebastian@phpunit.de"
4082                }
4083            ],
4084            "description": "Provides the functionality to compare PHP values for equality",
4085            "homepage": "https://github.com/sebastianbergmann/comparator",
4086            "keywords": [
4087                "comparator",
4088                "compare",
4089                "equality"
4090            ],
4091            "time": "2018-07-12T15:12:46+00:00"
4092        },
4093        {
4094            "name": "sebastian/diff",
4095            "version": "3.0.1",
4096            "source": {
4097                "type": "git",
4098                "url": "https://github.com/sebastianbergmann/diff.git",
4099                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
4100            },
4101            "dist": {
4102                "type": "zip",
4103                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
4104                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
4105                "shasum": ""
4106            },
4107            "require": {
4108                "php": "^7.1"
4109            },
4110            "require-dev": {
4111                "phpunit/phpunit": "^7.0",
4112                "symfony/process": "^2 || ^3.3 || ^4"
4113            },
4114            "type": "library",
4115            "extra": {
4116                "branch-alias": {
4117                    "dev-master": "3.0-dev"
4118                }
4119            },
4120            "autoload": {
4121                "classmap": [
4122                    "src/"
4123                ]
4124            },
4125            "notification-url": "https://packagist.org/downloads/",
4126            "license": [
4127                "BSD-3-Clause"
4128            ],
4129            "authors": [
4130                {
4131                    "name": "Kore Nordmann",
4132                    "email": "mail@kore-nordmann.de"
4133                },
4134                {
4135                    "name": "Sebastian Bergmann",
4136                    "email": "sebastian@phpunit.de"
4137                }
4138            ],
4139            "description": "Diff implementation",
4140            "homepage": "https://github.com/sebastianbergmann/diff",
4141            "keywords": [
4142                "diff",
4143                "udiff",
4144                "unidiff",
4145                "unified diff"
4146            ],
4147            "time": "2018-06-10T07:54:39+00:00"
4148        },
4149        {
4150            "name": "sebastian/environment",
4151            "version": "4.0.1",
4152            "source": {
4153                "type": "git",
4154                "url": "https://github.com/sebastianbergmann/environment.git",
4155                "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f"
4156            },
4157            "dist": {
4158                "type": "zip",
4159                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f",
4160                "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f",
4161                "shasum": ""
4162            },
4163            "require": {
4164                "php": "^7.1"
4165            },
4166            "require-dev": {
4167                "phpunit/phpunit": "^7.4"
4168            },
4169            "type": "library",
4170            "extra": {
4171                "branch-alias": {
4172                    "dev-master": "4.0-dev"
4173                }
4174            },
4175            "autoload": {
4176                "classmap": [
4177                    "src/"
4178                ]
4179            },
4180            "notification-url": "https://packagist.org/downloads/",
4181            "license": [
4182                "BSD-3-Clause"
4183            ],
4184            "authors": [
4185                {
4186                    "name": "Sebastian Bergmann",
4187                    "email": "sebastian@phpunit.de"
4188                }
4189            ],
4190            "description": "Provides functionality to handle HHVM/PHP environments",
4191            "homepage": "http://www.github.com/sebastianbergmann/environment",
4192            "keywords": [
4193                "Xdebug",
4194                "environment",
4195                "hhvm"
4196            ],
4197            "time": "2018-11-25T09:31:21+00:00"
4198        },
4199        {
4200            "name": "sebastian/exporter",
4201            "version": "3.1.0",
4202            "source": {
4203                "type": "git",
4204                "url": "https://github.com/sebastianbergmann/exporter.git",
4205                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4206            },
4207            "dist": {
4208                "type": "zip",
4209                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4210                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4211                "shasum": ""
4212            },
4213            "require": {
4214                "php": "^7.0",
4215                "sebastian/recursion-context": "^3.0"
4216            },
4217            "require-dev": {
4218                "ext-mbstring": "*",
4219                "phpunit/phpunit": "^6.0"
4220            },
4221            "type": "library",
4222            "extra": {
4223                "branch-alias": {
4224                    "dev-master": "3.1.x-dev"
4225                }
4226            },
4227            "autoload": {
4228                "classmap": [
4229                    "src/"
4230                ]
4231            },
4232            "notification-url": "https://packagist.org/downloads/",
4233            "license": [
4234                "BSD-3-Clause"
4235            ],
4236            "authors": [
4237                {
4238                    "name": "Jeff Welch",
4239                    "email": "whatthejeff@gmail.com"
4240                },
4241                {
4242                    "name": "Volker Dusch",
4243                    "email": "github@wallbash.com"
4244                },
4245                {
4246                    "name": "Bernhard Schussek",
4247                    "email": "bschussek@2bepublished.at"
4248                },
4249                {
4250                    "name": "Sebastian Bergmann",
4251                    "email": "sebastian@phpunit.de"
4252                },
4253                {
4254                    "name": "Adam Harvey",
4255                    "email": "aharvey@php.net"
4256                }
4257            ],
4258            "description": "Provides the functionality to export PHP variables for visualization",
4259            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4260            "keywords": [
4261                "export",
4262                "exporter"
4263            ],
4264            "time": "2017-04-03T13:19:02+00:00"
4265        },
4266        {
4267            "name": "sebastian/global-state",
4268            "version": "2.0.0",
4269            "source": {
4270                "type": "git",
4271                "url": "https://github.com/sebastianbergmann/global-state.git",
4272                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4273            },
4274            "dist": {
4275                "type": "zip",
4276                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4277                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4278                "shasum": ""
4279            },
4280            "require": {
4281                "php": "^7.0"
4282            },
4283            "require-dev": {
4284                "phpunit/phpunit": "^6.0"
4285            },
4286            "suggest": {
4287                "ext-uopz": "*"
4288            },
4289            "type": "library",
4290            "extra": {
4291                "branch-alias": {
4292                    "dev-master": "2.0-dev"
4293                }
4294            },
4295            "autoload": {
4296                "classmap": [
4297                    "src/"
4298                ]
4299            },
4300            "notification-url": "https://packagist.org/downloads/",
4301            "license": [
4302                "BSD-3-Clause"
4303            ],
4304            "authors": [
4305                {
4306                    "name": "Sebastian Bergmann",
4307                    "email": "sebastian@phpunit.de"
4308                }
4309            ],
4310            "description": "Snapshotting of global state",
4311            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4312            "keywords": [
4313                "global state"
4314            ],
4315            "time": "2017-04-27T15:39:26+00:00"
4316        },
4317        {
4318            "name": "sebastian/object-enumerator",
4319            "version": "3.0.3",
4320            "source": {
4321                "type": "git",
4322                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4323                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4324            },
4325            "dist": {
4326                "type": "zip",
4327                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4328                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4329                "shasum": ""
4330            },
4331            "require": {
4332                "php": "^7.0",
4333                "sebastian/object-reflector": "^1.1.1",
4334                "sebastian/recursion-context": "^3.0"
4335            },
4336            "require-dev": {
4337                "phpunit/phpunit": "^6.0"
4338            },
4339            "type": "library",
4340            "extra": {
4341                "branch-alias": {
4342                    "dev-master": "3.0.x-dev"
4343                }
4344            },
4345            "autoload": {
4346                "classmap": [
4347                    "src/"
4348                ]
4349            },
4350            "notification-url": "https://packagist.org/downloads/",
4351            "license": [
4352                "BSD-3-Clause"
4353            ],
4354            "authors": [
4355                {
4356                    "name": "Sebastian Bergmann",
4357                    "email": "sebastian@phpunit.de"
4358                }
4359            ],
4360            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4361            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4362            "time": "2017-08-03T12:35:26+00:00"
4363        },
4364        {
4365            "name": "sebastian/object-reflector",
4366            "version": "1.1.1",
4367            "source": {
4368                "type": "git",
4369                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4370                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4371            },
4372            "dist": {
4373                "type": "zip",
4374                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4375                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4376                "shasum": ""
4377            },
4378            "require": {
4379                "php": "^7.0"
4380            },
4381            "require-dev": {
4382                "phpunit/phpunit": "^6.0"
4383            },
4384            "type": "library",
4385            "extra": {
4386                "branch-alias": {
4387                    "dev-master": "1.1-dev"
4388                }
4389            },
4390            "autoload": {
4391                "classmap": [
4392                    "src/"
4393                ]
4394            },
4395            "notification-url": "https://packagist.org/downloads/",
4396            "license": [
4397                "BSD-3-Clause"
4398            ],
4399            "authors": [
4400                {
4401                    "name": "Sebastian Bergmann",
4402                    "email": "sebastian@phpunit.de"
4403                }
4404            ],
4405            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4406            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4407            "time": "2017-03-29T09:07:27+00:00"
4408        },
4409        {
4410            "name": "sebastian/recursion-context",
4411            "version": "3.0.0",
4412            "source": {
4413                "type": "git",
4414                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4415                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4416            },
4417            "dist": {
4418                "type": "zip",
4419                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4420                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4421                "shasum": ""
4422            },
4423            "require": {
4424                "php": "^7.0"
4425            },
4426            "require-dev": {
4427                "phpunit/phpunit": "^6.0"
4428            },
4429            "type": "library",
4430            "extra": {
4431                "branch-alias": {
4432                    "dev-master": "3.0.x-dev"
4433                }
4434            },
4435            "autoload": {
4436                "classmap": [
4437                    "src/"
4438                ]
4439            },
4440            "notification-url": "https://packagist.org/downloads/",
4441            "license": [
4442                "BSD-3-Clause"
4443            ],
4444            "authors": [
4445                {
4446                    "name": "Jeff Welch",
4447                    "email": "whatthejeff@gmail.com"
4448                },
4449                {
4450                    "name": "Sebastian Bergmann",
4451                    "email": "sebastian@phpunit.de"
4452                },
4453                {
4454                    "name": "Adam Harvey",
4455                    "email": "aharvey@php.net"
4456                }
4457            ],
4458            "description": "Provides functionality to recursively process PHP variables",
4459            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4460            "time": "2017-03-03T06:23:57+00:00"
4461        },
4462        {
4463            "name": "sebastian/resource-operations",
4464            "version": "2.0.1",
4465            "source": {
4466                "type": "git",
4467                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4468                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
4469            },
4470            "dist": {
4471                "type": "zip",
4472                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
4473                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
4474                "shasum": ""
4475            },
4476            "require": {
4477                "php": "^7.1"
4478            },
4479            "type": "library",
4480            "extra": {
4481                "branch-alias": {
4482                    "dev-master": "2.0-dev"
4483                }
4484            },
4485            "autoload": {
4486                "classmap": [
4487                    "src/"
4488                ]
4489            },
4490            "notification-url": "https://packagist.org/downloads/",
4491            "license": [
4492                "BSD-3-Clause"
4493            ],
4494            "authors": [
4495                {
4496                    "name": "Sebastian Bergmann",
4497                    "email": "sebastian@phpunit.de"
4498                }
4499            ],
4500            "description": "Provides a list of PHP built-in functions that operate on resources",
4501            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4502            "time": "2018-10-04T04:07:39+00:00"
4503        },
4504        {
4505            "name": "sebastian/version",
4506            "version": "2.0.1",
4507            "source": {
4508                "type": "git",
4509                "url": "https://github.com/sebastianbergmann/version.git",
4510                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4511            },
4512            "dist": {
4513                "type": "zip",
4514                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4515                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4516                "shasum": ""
4517            },
4518            "require": {
4519                "php": ">=5.6"
4520            },
4521            "type": "library",
4522            "extra": {
4523                "branch-alias": {
4524                    "dev-master": "2.0.x-dev"
4525                }
4526            },
4527            "autoload": {
4528                "classmap": [
4529                    "src/"
4530                ]
4531            },
4532            "notification-url": "https://packagist.org/downloads/",
4533            "license": [
4534                "BSD-3-Clause"
4535            ],
4536            "authors": [
4537                {
4538                    "name": "Sebastian Bergmann",
4539                    "email": "sebastian@phpunit.de",
4540                    "role": "lead"
4541                }
4542            ],
4543            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4544            "homepage": "https://github.com/sebastianbergmann/version",
4545            "time": "2016-10-03T07:35:21+00:00"
4546        },
4547        {
4548            "name": "symfony/config",
4549            "version": "v4.2.2",
4550            "source": {
4551                "type": "git",
4552                "url": "https://github.com/symfony/config.git",
4553                "reference": "a7a7d0a0244cfc82f040729ccf769e6cf55a78fb"
4554            },
4555            "dist": {
4556                "type": "zip",
4557                "url": "https://api.github.com/repos/symfony/config/zipball/a7a7d0a0244cfc82f040729ccf769e6cf55a78fb",
4558                "reference": "a7a7d0a0244cfc82f040729ccf769e6cf55a78fb",
4559                "shasum": ""
4560            },
4561            "require": {
4562                "php": "^7.1.3",
4563                "symfony/filesystem": "~3.4|~4.0",
4564                "symfony/polyfill-ctype": "~1.8"
4565            },
4566            "conflict": {
4567                "symfony/finder": "<3.4"
4568            },
4569            "require-dev": {
4570                "symfony/dependency-injection": "~3.4|~4.0",
4571                "symfony/event-dispatcher": "~3.4|~4.0",
4572                "symfony/finder": "~3.4|~4.0",
4573                "symfony/yaml": "~3.4|~4.0"
4574            },
4575            "suggest": {
4576                "symfony/yaml": "To use the yaml reference dumper"
4577            },
4578            "type": "library",
4579            "extra": {
4580                "branch-alias": {
4581                    "dev-master": "4.2-dev"
4582                }
4583            },
4584            "autoload": {
4585                "psr-4": {
4586                    "Symfony\\Component\\Config\\": ""
4587                },
4588                "exclude-from-classmap": [
4589                    "/Tests/"
4590                ]
4591            },
4592            "notification-url": "https://packagist.org/downloads/",
4593            "license": [
4594                "MIT"
4595            ],
4596            "authors": [
4597                {
4598                    "name": "Fabien Potencier",
4599                    "email": "fabien@symfony.com"
4600                },
4601                {
4602                    "name": "Symfony Community",
4603                    "homepage": "https://symfony.com/contributors"
4604                }
4605            ],
4606            "description": "Symfony Config Component",
4607            "homepage": "https://symfony.com",
4608            "time": "2019-01-03T09:07:35+00:00"
4609        },
4610        {
4611            "name": "symfony/console",
4612            "version": "v4.2.2",
4613            "source": {
4614                "type": "git",
4615                "url": "https://github.com/symfony/console.git",
4616                "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522"
4617            },
4618            "dist": {
4619                "type": "zip",
4620                "url": "https://api.github.com/repos/symfony/console/zipball/b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
4621                "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
4622                "shasum": ""
4623            },
4624            "require": {
4625                "php": "^7.1.3",
4626                "symfony/contracts": "^1.0",
4627                "symfony/polyfill-mbstring": "~1.0"
4628            },
4629            "conflict": {
4630                "symfony/dependency-injection": "<3.4",
4631                "symfony/process": "<3.3"
4632            },
4633            "require-dev": {
4634                "psr/log": "~1.0",
4635                "symfony/config": "~3.4|~4.0",
4636                "symfony/dependency-injection": "~3.4|~4.0",
4637                "symfony/event-dispatcher": "~3.4|~4.0",
4638                "symfony/lock": "~3.4|~4.0",
4639                "symfony/process": "~3.4|~4.0"
4640            },
4641            "suggest": {
4642                "psr/log-implementation": "For using the console logger",
4643                "symfony/event-dispatcher": "",
4644                "symfony/lock": "",
4645                "symfony/process": ""
4646            },
4647            "type": "library",
4648            "extra": {
4649                "branch-alias": {
4650                    "dev-master": "4.2-dev"
4651                }
4652            },
4653            "autoload": {
4654                "psr-4": {
4655                    "Symfony\\Component\\Console\\": ""
4656                },
4657                "exclude-from-classmap": [
4658                    "/Tests/"
4659                ]
4660            },
4661            "notification-url": "https://packagist.org/downloads/",
4662            "license": [
4663                "MIT"
4664            ],
4665            "authors": [
4666                {
4667                    "name": "Fabien Potencier",
4668                    "email": "fabien@symfony.com"
4669                },
4670                {
4671                    "name": "Symfony Community",
4672                    "homepage": "https://symfony.com/contributors"
4673                }
4674            ],
4675            "description": "Symfony Console Component",
4676            "homepage": "https://symfony.com",
4677            "time": "2019-01-04T15:13:53+00:00"
4678        },
4679        {
4680            "name": "symfony/filesystem",
4681            "version": "v4.2.2",
4682            "source": {
4683                "type": "git",
4684                "url": "https://github.com/symfony/filesystem.git",
4685                "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8"
4686            },
4687            "dist": {
4688                "type": "zip",
4689                "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8",
4690                "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8",
4691                "shasum": ""
4692            },
4693            "require": {
4694                "php": "^7.1.3",
4695                "symfony/polyfill-ctype": "~1.8"
4696            },
4697            "type": "library",
4698            "extra": {
4699                "branch-alias": {
4700                    "dev-master": "4.2-dev"
4701                }
4702            },
4703            "autoload": {
4704                "psr-4": {
4705                    "Symfony\\Component\\Filesystem\\": ""
4706                },
4707                "exclude-from-classmap": [
4708                    "/Tests/"
4709                ]
4710            },
4711            "notification-url": "https://packagist.org/downloads/",
4712            "license": [
4713                "MIT"
4714            ],
4715            "authors": [
4716                {
4717                    "name": "Fabien Potencier",
4718                    "email": "fabien@symfony.com"
4719                },
4720                {
4721                    "name": "Symfony Community",
4722                    "homepage": "https://symfony.com/contributors"
4723                }
4724            ],
4725            "description": "Symfony Filesystem Component",
4726            "homepage": "https://symfony.com",
4727            "time": "2019-01-03T09:07:35+00:00"
4728        },
4729        {
4730            "name": "symfony/stopwatch",
4731            "version": "v4.2.2",
4732            "source": {
4733                "type": "git",
4734                "url": "https://github.com/symfony/stopwatch.git",
4735                "reference": "af62b35760fc92c8dbdce659b4eebdfe0e6a0472"
4736            },
4737            "dist": {
4738                "type": "zip",
4739                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/af62b35760fc92c8dbdce659b4eebdfe0e6a0472",
4740                "reference": "af62b35760fc92c8dbdce659b4eebdfe0e6a0472",
4741                "shasum": ""
4742            },
4743            "require": {
4744                "php": "^7.1.3",
4745                "symfony/contracts": "^1.0"
4746            },
4747            "type": "library",
4748            "extra": {
4749                "branch-alias": {
4750                    "dev-master": "4.2-dev"
4751                }
4752            },
4753            "autoload": {
4754                "psr-4": {
4755                    "Symfony\\Component\\Stopwatch\\": ""
4756                },
4757                "exclude-from-classmap": [
4758                    "/Tests/"
4759                ]
4760            },
4761            "notification-url": "https://packagist.org/downloads/",
4762            "license": [
4763                "MIT"
4764            ],
4765            "authors": [
4766                {
4767                    "name": "Fabien Potencier",
4768                    "email": "fabien@symfony.com"
4769                },
4770                {
4771                    "name": "Symfony Community",
4772                    "homepage": "https://symfony.com/contributors"
4773                }
4774            ],
4775            "description": "Symfony Stopwatch Component",
4776            "homepage": "https://symfony.com",
4777            "time": "2019-01-03T09:07:35+00:00"
4778        },
4779        {
4780            "name": "symfony/var-dumper",
4781            "version": "v4.2.2",
4782            "source": {
4783                "type": "git",
4784                "url": "https://github.com/symfony/var-dumper.git",
4785                "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2"
4786            },
4787            "dist": {
4788                "type": "zip",
4789                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bde661b178173d85c6f11ea9d03b61d1212bb2",
4790                "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2",
4791                "shasum": ""
4792            },
4793            "require": {
4794                "php": "^7.1.3",
4795                "symfony/polyfill-mbstring": "~1.0",
4796                "symfony/polyfill-php72": "~1.5"
4797            },
4798            "conflict": {
4799                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4800                "symfony/console": "<3.4"
4801            },
4802            "require-dev": {
4803                "ext-iconv": "*",
4804                "symfony/console": "~3.4|~4.0",
4805                "symfony/process": "~3.4|~4.0",
4806                "twig/twig": "~1.34|~2.4"
4807            },
4808            "suggest": {
4809                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4810                "ext-intl": "To show region name in time zone dump",
4811                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
4812            },
4813            "bin": [
4814                "Resources/bin/var-dump-server"
4815            ],
4816            "type": "library",
4817            "extra": {
4818                "branch-alias": {
4819                    "dev-master": "4.2-dev"
4820                }
4821            },
4822            "autoload": {
4823                "files": [
4824                    "Resources/functions/dump.php"
4825                ],
4826                "psr-4": {
4827                    "Symfony\\Component\\VarDumper\\": ""
4828                },
4829                "exclude-from-classmap": [
4830                    "/Tests/"
4831                ]
4832            },
4833            "notification-url": "https://packagist.org/downloads/",
4834            "license": [
4835                "MIT"
4836            ],
4837            "authors": [
4838                {
4839                    "name": "Nicolas Grekas",
4840                    "email": "p@tchwork.com"
4841                },
4842                {
4843                    "name": "Symfony Community",
4844                    "homepage": "https://symfony.com/contributors"
4845                }
4846            ],
4847            "description": "Symfony mechanism for exploring and dumping PHP variables",
4848            "homepage": "https://symfony.com",
4849            "keywords": [
4850                "debug",
4851                "dump"
4852            ],
4853            "time": "2019-01-03T09:07:35+00:00"
4854        },
4855        {
4856            "name": "symfony/yaml",
4857            "version": "v4.2.2",
4858            "source": {
4859                "type": "git",
4860                "url": "https://github.com/symfony/yaml.git",
4861                "reference": "d0aa6c0ea484087927b49fd513383a7d36190ca6"
4862            },
4863            "dist": {
4864                "type": "zip",
4865                "url": "https://api.github.com/repos/symfony/yaml/zipball/d0aa6c0ea484087927b49fd513383a7d36190ca6",
4866                "reference": "d0aa6c0ea484087927b49fd513383a7d36190ca6",
4867                "shasum": ""
4868            },
4869            "require": {
4870                "php": "^7.1.3",
4871                "symfony/polyfill-ctype": "~1.8"
4872            },
4873            "conflict": {
4874                "symfony/console": "<3.4"
4875            },
4876            "require-dev": {
4877                "symfony/console": "~3.4|~4.0"
4878            },
4879            "suggest": {
4880                "symfony/console": "For validating YAML files using the lint command"
4881            },
4882            "type": "library",
4883            "extra": {
4884                "branch-alias": {
4885                    "dev-master": "4.2-dev"
4886                }
4887            },
4888            "autoload": {
4889                "psr-4": {
4890                    "Symfony\\Component\\Yaml\\": ""
4891                },
4892                "exclude-from-classmap": [
4893                    "/Tests/"
4894                ]
4895            },
4896            "notification-url": "https://packagist.org/downloads/",
4897            "license": [
4898                "MIT"
4899            ],
4900            "authors": [
4901                {
4902                    "name": "Fabien Potencier",
4903                    "email": "fabien@symfony.com"
4904                },
4905                {
4906                    "name": "Symfony Community",
4907                    "homepage": "https://symfony.com/contributors"
4908                }
4909            ],
4910            "description": "Symfony Yaml Component",
4911            "homepage": "https://symfony.com",
4912            "time": "2019-01-03T09:07:35+00:00"
4913        },
4914        {
4915            "name": "theseer/tokenizer",
4916            "version": "1.1.0",
4917            "source": {
4918                "type": "git",
4919                "url": "https://github.com/theseer/tokenizer.git",
4920                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4921            },
4922            "dist": {
4923                "type": "zip",
4924                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4925                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4926                "shasum": ""
4927            },
4928            "require": {
4929                "ext-dom": "*",
4930                "ext-tokenizer": "*",
4931                "ext-xmlwriter": "*",
4932                "php": "^7.0"
4933            },
4934            "type": "library",
4935            "autoload": {
4936                "classmap": [
4937                    "src/"
4938                ]
4939            },
4940            "notification-url": "https://packagist.org/downloads/",
4941            "license": [
4942                "BSD-3-Clause"
4943            ],
4944            "authors": [
4945                {
4946                    "name": "Arne Blankerts",
4947                    "email": "arne@blankerts.de",
4948                    "role": "Developer"
4949                }
4950            ],
4951            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4952            "time": "2017-04-07T12:08:54+00:00"
4953        },
4954        {
4955            "name": "webmozart/assert",
4956            "version": "1.4.0",
4957            "source": {
4958                "type": "git",
4959                "url": "https://github.com/webmozart/assert.git",
4960                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
4961            },
4962            "dist": {
4963                "type": "zip",
4964                "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
4965                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
4966                "shasum": ""
4967            },
4968            "require": {
4969                "php": "^5.3.3 || ^7.0",
4970                "symfony/polyfill-ctype": "^1.8"
4971            },
4972            "require-dev": {
4973                "phpunit/phpunit": "^4.6",
4974                "sebastian/version": "^1.0.1"
4975            },
4976            "type": "library",
4977            "extra": {
4978                "branch-alias": {
4979                    "dev-master": "1.3-dev"
4980                }
4981            },
4982            "autoload": {
4983                "psr-4": {
4984                    "Webmozart\\Assert\\": "src/"
4985                }
4986            },
4987            "notification-url": "https://packagist.org/downloads/",
4988            "license": [
4989                "MIT"
4990            ],
4991            "authors": [
4992                {
4993                    "name": "Bernhard Schussek",
4994                    "email": "bschussek@gmail.com"
4995                }
4996            ],
4997            "description": "Assertions to validate method input/output with nice error messages.",
4998            "keywords": [
4999                "assert",
5000                "check",
5001                "validate"
5002            ],
5003            "time": "2018-12-25T11:19:39+00:00"
5004        }
5005    ],
5006    "aliases": [],
5007    "minimum-stability": "stable",
5008    "stability-flags": [],
5009    "prefer-stable": false,
5010    "prefer-lowest": false,
5011    "platform": {
5012        "ext-curl": "*",
5013        "ext-gd": "*",
5014        "ext-iconv": "*",
5015        "ext-intl": "*",
5016        "ext-json": "*",
5017        "ext-pcre": "*",
5018        "ext-pdo": "*",
5019        "ext-pdo_mysql": "*",
5020        "ext-session": "*",
5021        "ext-simplexml": "*",
5022        "ext-xml": "*",
5023        "ext-zip": "*"
5024    },
5025    "platform-dev": {
5026        "ext-pdo_sqlite": "*"
5027    },
5028    "platform-overrides": {
5029        "php": "7.1.3"
5030    }
5031}
5032