xref: /webtrees/composer.lock (revision 0ecdbde6aab590acff4665ec491a8427f5b7c90e)
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": "8f92969efbf4c4b8d44ce59790c20aa2",
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.13.0",
639            "source": {
640                "type": "git",
641                "url": "https://github.com/fisharebest/localization.git",
642                "reference": "c134c025b3f62120428bd5d79c0110f940cded54"
643            },
644            "dist": {
645                "type": "zip",
646                "url": "https://api.github.com/repos/fisharebest/localization/zipball/c134c025b3f62120428bd5d79c0110f940cded54",
647                "reference": "c134c025b3f62120428bd5d79c0110f940cded54",
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": "2019-02-05T22:45:07+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.27",
876            "source": {
877                "type": "git",
878                "url": "https://github.com/illuminate/cache.git",
879                "reference": "7998b137cc723dd5e68846ada33f8c0143f5b10f"
880            },
881            "dist": {
882                "type": "zip",
883                "url": "https://api.github.com/repos/illuminate/cache/zipball/7998b137cc723dd5e68846ada33f8c0143f5b10f",
884                "reference": "7998b137cc723dd5e68846ada33f8c0143f5b10f",
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": "2019-02-11T13:48:57+00:00"
921        },
922        {
923            "name": "illuminate/container",
924            "version": "v5.7.27",
925            "source": {
926                "type": "git",
927                "url": "https://github.com/illuminate/container.git",
928                "reference": "8c3a75e464d59509ae88db152cab61a3f115b9ec"
929            },
930            "dist": {
931                "type": "zip",
932                "url": "https://api.github.com/repos/illuminate/container/zipball/8c3a75e464d59509ae88db152cab61a3f115b9ec",
933                "reference": "8c3a75e464d59509ae88db152cab61a3f115b9ec",
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": "2019-02-11T13:48:57+00:00"
966        },
967        {
968            "name": "illuminate/contracts",
969            "version": "v5.7.27",
970            "source": {
971                "type": "git",
972                "url": "https://github.com/illuminate/contracts.git",
973                "reference": "b63324d349a8ae2156fbc2697c1ccc85879b3803"
974            },
975            "dist": {
976                "type": "zip",
977                "url": "https://api.github.com/repos/illuminate/contracts/zipball/b63324d349a8ae2156fbc2697c1ccc85879b3803",
978                "reference": "b63324d349a8ae2156fbc2697c1ccc85879b3803",
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-02-12T07:46:48+00:00"
1010        },
1011        {
1012            "name": "illuminate/database",
1013            "version": "v5.7.27",
1014            "source": {
1015                "type": "git",
1016                "url": "https://github.com/illuminate/database.git",
1017                "reference": "3f72c0acfa2737d571de0d4240182ab72bd9c4f3"
1018            },
1019            "dist": {
1020                "type": "zip",
1021                "url": "https://api.github.com/repos/illuminate/database/zipball/3f72c0acfa2737d571de0d4240182ab72bd9c4f3",
1022                "reference": "3f72c0acfa2737d571de0d4240182ab72bd9c4f3",
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-02-11T13:48:57+00:00"
1069        },
1070        {
1071            "name": "illuminate/support",
1072            "version": "v5.7.27",
1073            "source": {
1074                "type": "git",
1075                "url": "https://github.com/illuminate/support.git",
1076                "reference": "3e2810145f37eb89fa11759781ee88ee1c1a5262"
1077            },
1078            "dist": {
1079                "type": "zip",
1080                "url": "https://api.github.com/repos/illuminate/support/zipball/3e2810145f37eb89fa11759781ee88ee1c1a5262",
1081                "reference": "3e2810145f37eb89fa11759781ee88ee1c1a5262",
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-02-12T07:57: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.50",
1271            "source": {
1272                "type": "git",
1273                "url": "https://github.com/thephpleague/flysystem.git",
1274                "reference": "dab4e7624efa543a943be978008f439c333f2249"
1275            },
1276            "dist": {
1277                "type": "zip",
1278                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dab4e7624efa543a943be978008f439c333f2249",
1279                "reference": "dab4e7624efa543a943be978008f439c333f2249",
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": "2019-02-01T08:50:36+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.3",
2034            "source": {
2035                "type": "git",
2036                "url": "https://github.com/symfony/cache.git",
2037                "reference": "7c5b85bcc5f87dd7938123be12ce3323be6cde5a"
2038            },
2039            "dist": {
2040                "type": "zip",
2041                "url": "https://api.github.com/repos/symfony/cache/zipball/7c5b85bcc5f87dd7938123be12ce3323be6cde5a",
2042                "reference": "7c5b85bcc5f87dd7938123be12ce3323be6cde5a",
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-31T15:08:08+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.3",
2179            "source": {
2180                "type": "git",
2181                "url": "https://github.com/symfony/debug.git",
2182                "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65"
2183            },
2184            "dist": {
2185                "type": "zip",
2186                "url": "https://api.github.com/repos/symfony/debug/zipball/cf9b2e33f757deb884ce474e06d2647c1c769b65",
2187                "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65",
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-25T14:35:16+00:00"
2231        },
2232        {
2233            "name": "symfony/event-dispatcher",
2234            "version": "v4.2.3",
2235            "source": {
2236                "type": "git",
2237                "url": "https://github.com/symfony/event-dispatcher.git",
2238                "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1"
2239            },
2240            "dist": {
2241                "type": "zip",
2242                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
2243                "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
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-16T20:35:37+00:00"
2295        },
2296        {
2297            "name": "symfony/expression-language",
2298            "version": "v4.2.3",
2299            "source": {
2300                "type": "git",
2301                "url": "https://github.com/symfony/expression-language.git",
2302                "reference": "a69b153996a13ffdb05395e8724c7217a8448e9e"
2303            },
2304            "dist": {
2305                "type": "zip",
2306                "url": "https://api.github.com/repos/symfony/expression-language/zipball/a69b153996a13ffdb05395e8724c7217a8448e9e",
2307                "reference": "a69b153996a13ffdb05395e8724c7217a8448e9e",
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-16T20:31:39+00:00"
2346        },
2347        {
2348            "name": "symfony/http-foundation",
2349            "version": "v4.2.3",
2350            "source": {
2351                "type": "git",
2352                "url": "https://github.com/symfony/http-foundation.git",
2353                "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39"
2354            },
2355            "dist": {
2356                "type": "zip",
2357                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
2358                "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
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-29T09:49:29+00:00"
2400        },
2401        {
2402            "name": "symfony/http-kernel",
2403            "version": "v4.2.3",
2404            "source": {
2405                "type": "git",
2406                "url": "https://github.com/symfony/http-kernel.git",
2407                "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d"
2408            },
2409            "dist": {
2410                "type": "zip",
2411                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d56b1706abaa771eb6acd894c6787cb88f1dc97d",
2412                "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d",
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-02-03T12:47:33+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.3",
2720            "source": {
2721                "type": "git",
2722                "url": "https://github.com/symfony/translation.git",
2723                "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050"
2724            },
2725            "dist": {
2726                "type": "zip",
2727                "url": "https://api.github.com/repos/symfony/translation/zipball/23fd7aac70d99a17a8e6473a41fec8fab3331050",
2728                "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050",
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-27T23:11:39+00:00"
2789        },
2790        {
2791            "name": "symfony/var-exporter",
2792            "version": "v4.2.3",
2793            "source": {
2794                "type": "git",
2795                "url": "https://github.com/symfony/var-exporter.git",
2796                "reference": "d8bf4424c232b55f4c1816037d3077a89258557e"
2797            },
2798            "dist": {
2799                "type": "zip",
2800                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/d8bf4424c232b55f4c1816037d3077a89258557e",
2801                "reference": "d8bf4424c232b55f4c1816037d3077a89258557e",
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-16T20:35:37+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": "docopt/docopt",
2974            "version": "1.0.2",
2975            "source": {
2976                "type": "git",
2977                "url": "https://github.com/docopt/docopt.php.git",
2978                "reference": "d2ee65c2fe4be78f945a48edd02be45843b39423"
2979            },
2980            "dist": {
2981                "type": "zip",
2982                "url": "https://api.github.com/repos/docopt/docopt.php/zipball/d2ee65c2fe4be78f945a48edd02be45843b39423",
2983                "reference": "d2ee65c2fe4be78f945a48edd02be45843b39423",
2984                "shasum": ""
2985            },
2986            "require": {
2987                "php": ">=5.3.0"
2988            },
2989            "require-dev": {
2990                "phpunit/phpunit": "4.1.*"
2991            },
2992            "type": "library",
2993            "autoload": {
2994                "classmap": [
2995                    "src/docopt.php"
2996                ]
2997            },
2998            "notification-url": "https://packagist.org/downloads/",
2999            "license": [
3000                "MIT"
3001            ],
3002            "authors": [
3003                {
3004                    "name": "Blake Williams",
3005                    "email": "code@shabbyrobe.org",
3006                    "homepage": "http://docopt.org/",
3007                    "role": "Developer"
3008                }
3009            ],
3010            "description": "Port of Python's docopt for PHP 5.3",
3011            "homepage": "http://github.com/docopt/docopt.php",
3012            "keywords": [
3013                "cli",
3014                "docs"
3015            ],
3016            "time": "2015-10-30T03:21:23+00:00"
3017        },
3018        {
3019            "name": "doctrine/instantiator",
3020            "version": "1.1.0",
3021            "source": {
3022                "type": "git",
3023                "url": "https://github.com/doctrine/instantiator.git",
3024                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
3025            },
3026            "dist": {
3027                "type": "zip",
3028                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
3029                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
3030                "shasum": ""
3031            },
3032            "require": {
3033                "php": "^7.1"
3034            },
3035            "require-dev": {
3036                "athletic/athletic": "~0.1.8",
3037                "ext-pdo": "*",
3038                "ext-phar": "*",
3039                "phpunit/phpunit": "^6.2.3",
3040                "squizlabs/php_codesniffer": "^3.0.2"
3041            },
3042            "type": "library",
3043            "extra": {
3044                "branch-alias": {
3045                    "dev-master": "1.2.x-dev"
3046                }
3047            },
3048            "autoload": {
3049                "psr-4": {
3050                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3051                }
3052            },
3053            "notification-url": "https://packagist.org/downloads/",
3054            "license": [
3055                "MIT"
3056            ],
3057            "authors": [
3058                {
3059                    "name": "Marco Pivetta",
3060                    "email": "ocramius@gmail.com",
3061                    "homepage": "http://ocramius.github.com/"
3062                }
3063            ],
3064            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3065            "homepage": "https://github.com/doctrine/instantiator",
3066            "keywords": [
3067                "constructor",
3068                "instantiate"
3069            ],
3070            "time": "2017-07-22T11:58:36+00:00"
3071        },
3072        {
3073            "name": "league/flysystem-memory",
3074            "version": "1.0.1",
3075            "source": {
3076                "type": "git",
3077                "url": "https://github.com/thephpleague/flysystem-memory.git",
3078                "reference": "1cabecd08a8caec92a96a953c0d93b5ce83b07a2"
3079            },
3080            "dist": {
3081                "type": "zip",
3082                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/1cabecd08a8caec92a96a953c0d93b5ce83b07a2",
3083                "reference": "1cabecd08a8caec92a96a953c0d93b5ce83b07a2",
3084                "shasum": ""
3085            },
3086            "require": {
3087                "league/flysystem": "~1.0"
3088            },
3089            "require-dev": {
3090                "phpunit/phpunit": "~4.1"
3091            },
3092            "type": "library",
3093            "extra": {
3094                "branch-alias": {
3095                    "dev-master": "1.0-dev"
3096                }
3097            },
3098            "autoload": {
3099                "psr-4": {
3100                    "League\\Flysystem\\Memory\\": "src/"
3101                }
3102            },
3103            "notification-url": "https://packagist.org/downloads/",
3104            "license": [
3105                "MIT"
3106            ],
3107            "authors": [
3108                {
3109                    "name": "Chris Leppanen",
3110                    "email": "chris.leppanen@gmail.com",
3111                    "role": "Developer"
3112                }
3113            ],
3114            "description": "An in-memory adapter for Flysystem.",
3115            "homepage": "https://github.com/thephpleague/flysystem-memory",
3116            "keywords": [
3117                "Flysystem",
3118                "adapter",
3119                "memory"
3120            ],
3121            "time": "2016-06-04T03:57:11+00:00"
3122        },
3123        {
3124            "name": "maximebf/debugbar",
3125            "version": "v1.15.0",
3126            "source": {
3127                "type": "git",
3128                "url": "https://github.com/maximebf/php-debugbar.git",
3129                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
3130            },
3131            "dist": {
3132                "type": "zip",
3133                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3134                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3135                "shasum": ""
3136            },
3137            "require": {
3138                "php": ">=5.3.0",
3139                "psr/log": "^1.0",
3140                "symfony/var-dumper": "^2.6|^3.0|^4.0"
3141            },
3142            "require-dev": {
3143                "phpunit/phpunit": "^4.0|^5.0"
3144            },
3145            "suggest": {
3146                "kriswallsmith/assetic": "The best way to manage assets",
3147                "monolog/monolog": "Log using Monolog",
3148                "predis/predis": "Redis storage"
3149            },
3150            "type": "library",
3151            "extra": {
3152                "branch-alias": {
3153                    "dev-master": "1.14-dev"
3154                }
3155            },
3156            "autoload": {
3157                "psr-4": {
3158                    "DebugBar\\": "src/DebugBar/"
3159                }
3160            },
3161            "notification-url": "https://packagist.org/downloads/",
3162            "license": [
3163                "MIT"
3164            ],
3165            "authors": [
3166                {
3167                    "name": "Maxime Bouroumeau-Fuseau",
3168                    "email": "maxime.bouroumeau@gmail.com",
3169                    "homepage": "http://maximebf.com"
3170                },
3171                {
3172                    "name": "Barry vd. Heuvel",
3173                    "email": "barryvdh@gmail.com"
3174                }
3175            ],
3176            "description": "Debug bar in the browser for php application",
3177            "homepage": "https://github.com/maximebf/php-debugbar",
3178            "keywords": [
3179                "debug",
3180                "debugbar"
3181            ],
3182            "time": "2017-12-15T11:13:46+00:00"
3183        },
3184        {
3185            "name": "myclabs/deep-copy",
3186            "version": "1.8.1",
3187            "source": {
3188                "type": "git",
3189                "url": "https://github.com/myclabs/DeepCopy.git",
3190                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
3191            },
3192            "dist": {
3193                "type": "zip",
3194                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3195                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3196                "shasum": ""
3197            },
3198            "require": {
3199                "php": "^7.1"
3200            },
3201            "replace": {
3202                "myclabs/deep-copy": "self.version"
3203            },
3204            "require-dev": {
3205                "doctrine/collections": "^1.0",
3206                "doctrine/common": "^2.6",
3207                "phpunit/phpunit": "^7.1"
3208            },
3209            "type": "library",
3210            "autoload": {
3211                "psr-4": {
3212                    "DeepCopy\\": "src/DeepCopy/"
3213                },
3214                "files": [
3215                    "src/DeepCopy/deep_copy.php"
3216                ]
3217            },
3218            "notification-url": "https://packagist.org/downloads/",
3219            "license": [
3220                "MIT"
3221            ],
3222            "description": "Create deep copies (clones) of your objects",
3223            "keywords": [
3224                "clone",
3225                "copy",
3226                "duplicate",
3227                "object",
3228                "object graph"
3229            ],
3230            "time": "2018-06-11T23:09:50+00:00"
3231        },
3232        {
3233            "name": "phar-io/manifest",
3234            "version": "1.0.3",
3235            "source": {
3236                "type": "git",
3237                "url": "https://github.com/phar-io/manifest.git",
3238                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
3239            },
3240            "dist": {
3241                "type": "zip",
3242                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3243                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3244                "shasum": ""
3245            },
3246            "require": {
3247                "ext-dom": "*",
3248                "ext-phar": "*",
3249                "phar-io/version": "^2.0",
3250                "php": "^5.6 || ^7.0"
3251            },
3252            "type": "library",
3253            "extra": {
3254                "branch-alias": {
3255                    "dev-master": "1.0.x-dev"
3256                }
3257            },
3258            "autoload": {
3259                "classmap": [
3260                    "src/"
3261                ]
3262            },
3263            "notification-url": "https://packagist.org/downloads/",
3264            "license": [
3265                "BSD-3-Clause"
3266            ],
3267            "authors": [
3268                {
3269                    "name": "Arne Blankerts",
3270                    "email": "arne@blankerts.de",
3271                    "role": "Developer"
3272                },
3273                {
3274                    "name": "Sebastian Heuer",
3275                    "email": "sebastian@phpeople.de",
3276                    "role": "Developer"
3277                },
3278                {
3279                    "name": "Sebastian Bergmann",
3280                    "email": "sebastian@phpunit.de",
3281                    "role": "Developer"
3282                }
3283            ],
3284            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3285            "time": "2018-07-08T19:23:20+00:00"
3286        },
3287        {
3288            "name": "phar-io/version",
3289            "version": "2.0.1",
3290            "source": {
3291                "type": "git",
3292                "url": "https://github.com/phar-io/version.git",
3293                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
3294            },
3295            "dist": {
3296                "type": "zip",
3297                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3298                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3299                "shasum": ""
3300            },
3301            "require": {
3302                "php": "^5.6 || ^7.0"
3303            },
3304            "type": "library",
3305            "autoload": {
3306                "classmap": [
3307                    "src/"
3308                ]
3309            },
3310            "notification-url": "https://packagist.org/downloads/",
3311            "license": [
3312                "BSD-3-Clause"
3313            ],
3314            "authors": [
3315                {
3316                    "name": "Arne Blankerts",
3317                    "email": "arne@blankerts.de",
3318                    "role": "Developer"
3319                },
3320                {
3321                    "name": "Sebastian Heuer",
3322                    "email": "sebastian@phpeople.de",
3323                    "role": "Developer"
3324                },
3325                {
3326                    "name": "Sebastian Bergmann",
3327                    "email": "sebastian@phpunit.de",
3328                    "role": "Developer"
3329                }
3330            ],
3331            "description": "Library for handling version information and constraints",
3332            "time": "2018-07-08T19:19:57+00:00"
3333        },
3334        {
3335            "name": "php-coveralls/php-coveralls",
3336            "version": "v2.1.0",
3337            "source": {
3338                "type": "git",
3339                "url": "https://github.com/php-coveralls/php-coveralls.git",
3340                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
3341            },
3342            "dist": {
3343                "type": "zip",
3344                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
3345                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
3346                "shasum": ""
3347            },
3348            "require": {
3349                "ext-json": "*",
3350                "ext-simplexml": "*",
3351                "guzzlehttp/guzzle": "^6.0",
3352                "php": "^5.5 || ^7.0",
3353                "psr/log": "^1.0",
3354                "symfony/config": "^2.1 || ^3.0 || ^4.0",
3355                "symfony/console": "^2.1 || ^3.0 || ^4.0",
3356                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
3357                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
3358            },
3359            "require-dev": {
3360                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
3361            },
3362            "suggest": {
3363                "symfony/http-kernel": "Allows Symfony integration"
3364            },
3365            "bin": [
3366                "bin/php-coveralls"
3367            ],
3368            "type": "library",
3369            "extra": {
3370                "branch-alias": {
3371                    "dev-master": "2.1-dev"
3372                }
3373            },
3374            "autoload": {
3375                "psr-4": {
3376                    "PhpCoveralls\\": "src/"
3377                }
3378            },
3379            "notification-url": "https://packagist.org/downloads/",
3380            "license": [
3381                "MIT"
3382            ],
3383            "authors": [
3384                {
3385                    "name": "Kitamura Satoshi",
3386                    "email": "with.no.parachute@gmail.com",
3387                    "homepage": "https://www.facebook.com/satooshi.jp",
3388                    "role": "Original creator"
3389                },
3390                {
3391                    "name": "Takashi Matsuo",
3392                    "email": "tmatsuo@google.com"
3393                },
3394                {
3395                    "name": "Google Inc"
3396                },
3397                {
3398                    "name": "Dariusz Ruminski",
3399                    "email": "dariusz.ruminski@gmail.com",
3400                    "homepage": "https://github.com/keradus"
3401                },
3402                {
3403                    "name": "Contributors",
3404                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
3405                }
3406            ],
3407            "description": "PHP client library for Coveralls API",
3408            "homepage": "https://github.com/php-coveralls/php-coveralls",
3409            "keywords": [
3410                "ci",
3411                "coverage",
3412                "github",
3413                "test"
3414            ],
3415            "time": "2018-05-22T23:11:08+00:00"
3416        },
3417        {
3418            "name": "phpdocumentor/reflection-common",
3419            "version": "1.0.1",
3420            "source": {
3421                "type": "git",
3422                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3423                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3424            },
3425            "dist": {
3426                "type": "zip",
3427                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3428                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3429                "shasum": ""
3430            },
3431            "require": {
3432                "php": ">=5.5"
3433            },
3434            "require-dev": {
3435                "phpunit/phpunit": "^4.6"
3436            },
3437            "type": "library",
3438            "extra": {
3439                "branch-alias": {
3440                    "dev-master": "1.0.x-dev"
3441                }
3442            },
3443            "autoload": {
3444                "psr-4": {
3445                    "phpDocumentor\\Reflection\\": [
3446                        "src"
3447                    ]
3448                }
3449            },
3450            "notification-url": "https://packagist.org/downloads/",
3451            "license": [
3452                "MIT"
3453            ],
3454            "authors": [
3455                {
3456                    "name": "Jaap van Otterdijk",
3457                    "email": "opensource@ijaap.nl"
3458                }
3459            ],
3460            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3461            "homepage": "http://www.phpdoc.org",
3462            "keywords": [
3463                "FQSEN",
3464                "phpDocumentor",
3465                "phpdoc",
3466                "reflection",
3467                "static analysis"
3468            ],
3469            "time": "2017-09-11T18:02:19+00:00"
3470        },
3471        {
3472            "name": "phpdocumentor/reflection-docblock",
3473            "version": "4.3.0",
3474            "source": {
3475                "type": "git",
3476                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3477                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3478            },
3479            "dist": {
3480                "type": "zip",
3481                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
3482                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
3483                "shasum": ""
3484            },
3485            "require": {
3486                "php": "^7.0",
3487                "phpdocumentor/reflection-common": "^1.0.0",
3488                "phpdocumentor/type-resolver": "^0.4.0",
3489                "webmozart/assert": "^1.0"
3490            },
3491            "require-dev": {
3492                "doctrine/instantiator": "~1.0.5",
3493                "mockery/mockery": "^1.0",
3494                "phpunit/phpunit": "^6.4"
3495            },
3496            "type": "library",
3497            "extra": {
3498                "branch-alias": {
3499                    "dev-master": "4.x-dev"
3500                }
3501            },
3502            "autoload": {
3503                "psr-4": {
3504                    "phpDocumentor\\Reflection\\": [
3505                        "src/"
3506                    ]
3507                }
3508            },
3509            "notification-url": "https://packagist.org/downloads/",
3510            "license": [
3511                "MIT"
3512            ],
3513            "authors": [
3514                {
3515                    "name": "Mike van Riel",
3516                    "email": "me@mikevanriel.com"
3517                }
3518            ],
3519            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3520            "time": "2017-11-30T07:14:17+00:00"
3521        },
3522        {
3523            "name": "phpdocumentor/type-resolver",
3524            "version": "0.4.0",
3525            "source": {
3526                "type": "git",
3527                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3528                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3529            },
3530            "dist": {
3531                "type": "zip",
3532                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3533                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3534                "shasum": ""
3535            },
3536            "require": {
3537                "php": "^5.5 || ^7.0",
3538                "phpdocumentor/reflection-common": "^1.0"
3539            },
3540            "require-dev": {
3541                "mockery/mockery": "^0.9.4",
3542                "phpunit/phpunit": "^5.2||^4.8.24"
3543            },
3544            "type": "library",
3545            "extra": {
3546                "branch-alias": {
3547                    "dev-master": "1.0.x-dev"
3548                }
3549            },
3550            "autoload": {
3551                "psr-4": {
3552                    "phpDocumentor\\Reflection\\": [
3553                        "src/"
3554                    ]
3555                }
3556            },
3557            "notification-url": "https://packagist.org/downloads/",
3558            "license": [
3559                "MIT"
3560            ],
3561            "authors": [
3562                {
3563                    "name": "Mike van Riel",
3564                    "email": "me@mikevanriel.com"
3565                }
3566            ],
3567            "time": "2017-07-14T14:27:02+00:00"
3568        },
3569        {
3570            "name": "phpspec/prophecy",
3571            "version": "1.8.0",
3572            "source": {
3573                "type": "git",
3574                "url": "https://github.com/phpspec/prophecy.git",
3575                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
3576            },
3577            "dist": {
3578                "type": "zip",
3579                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3580                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3581                "shasum": ""
3582            },
3583            "require": {
3584                "doctrine/instantiator": "^1.0.2",
3585                "php": "^5.3|^7.0",
3586                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3587                "sebastian/comparator": "^1.1|^2.0|^3.0",
3588                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3589            },
3590            "require-dev": {
3591                "phpspec/phpspec": "^2.5|^3.2",
3592                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
3593            },
3594            "type": "library",
3595            "extra": {
3596                "branch-alias": {
3597                    "dev-master": "1.8.x-dev"
3598                }
3599            },
3600            "autoload": {
3601                "psr-0": {
3602                    "Prophecy\\": "src/"
3603                }
3604            },
3605            "notification-url": "https://packagist.org/downloads/",
3606            "license": [
3607                "MIT"
3608            ],
3609            "authors": [
3610                {
3611                    "name": "Konstantin Kudryashov",
3612                    "email": "ever.zet@gmail.com",
3613                    "homepage": "http://everzet.com"
3614                },
3615                {
3616                    "name": "Marcello Duarte",
3617                    "email": "marcello.duarte@gmail.com"
3618                }
3619            ],
3620            "description": "Highly opinionated mocking framework for PHP 5.3+",
3621            "homepage": "https://github.com/phpspec/prophecy",
3622            "keywords": [
3623                "Double",
3624                "Dummy",
3625                "fake",
3626                "mock",
3627                "spy",
3628                "stub"
3629            ],
3630            "time": "2018-08-05T17:53:17+00:00"
3631        },
3632        {
3633            "name": "phpunit/php-code-coverage",
3634            "version": "6.1.4",
3635            "source": {
3636                "type": "git",
3637                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3638                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
3639            },
3640            "dist": {
3641                "type": "zip",
3642                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3643                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3644                "shasum": ""
3645            },
3646            "require": {
3647                "ext-dom": "*",
3648                "ext-xmlwriter": "*",
3649                "php": "^7.1",
3650                "phpunit/php-file-iterator": "^2.0",
3651                "phpunit/php-text-template": "^1.2.1",
3652                "phpunit/php-token-stream": "^3.0",
3653                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3654                "sebastian/environment": "^3.1 || ^4.0",
3655                "sebastian/version": "^2.0.1",
3656                "theseer/tokenizer": "^1.1"
3657            },
3658            "require-dev": {
3659                "phpunit/phpunit": "^7.0"
3660            },
3661            "suggest": {
3662                "ext-xdebug": "^2.6.0"
3663            },
3664            "type": "library",
3665            "extra": {
3666                "branch-alias": {
3667                    "dev-master": "6.1-dev"
3668                }
3669            },
3670            "autoload": {
3671                "classmap": [
3672                    "src/"
3673                ]
3674            },
3675            "notification-url": "https://packagist.org/downloads/",
3676            "license": [
3677                "BSD-3-Clause"
3678            ],
3679            "authors": [
3680                {
3681                    "name": "Sebastian Bergmann",
3682                    "email": "sebastian@phpunit.de",
3683                    "role": "lead"
3684                }
3685            ],
3686            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3687            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3688            "keywords": [
3689                "coverage",
3690                "testing",
3691                "xunit"
3692            ],
3693            "time": "2018-10-31T16:06:48+00:00"
3694        },
3695        {
3696            "name": "phpunit/php-file-iterator",
3697            "version": "2.0.2",
3698            "source": {
3699                "type": "git",
3700                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3701                "reference": "050bedf145a257b1ff02746c31894800e5122946"
3702            },
3703            "dist": {
3704                "type": "zip",
3705                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
3706                "reference": "050bedf145a257b1ff02746c31894800e5122946",
3707                "shasum": ""
3708            },
3709            "require": {
3710                "php": "^7.1"
3711            },
3712            "require-dev": {
3713                "phpunit/phpunit": "^7.1"
3714            },
3715            "type": "library",
3716            "extra": {
3717                "branch-alias": {
3718                    "dev-master": "2.0.x-dev"
3719                }
3720            },
3721            "autoload": {
3722                "classmap": [
3723                    "src/"
3724                ]
3725            },
3726            "notification-url": "https://packagist.org/downloads/",
3727            "license": [
3728                "BSD-3-Clause"
3729            ],
3730            "authors": [
3731                {
3732                    "name": "Sebastian Bergmann",
3733                    "email": "sebastian@phpunit.de",
3734                    "role": "lead"
3735                }
3736            ],
3737            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3738            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3739            "keywords": [
3740                "filesystem",
3741                "iterator"
3742            ],
3743            "time": "2018-09-13T20:33:42+00:00"
3744        },
3745        {
3746            "name": "phpunit/php-text-template",
3747            "version": "1.2.1",
3748            "source": {
3749                "type": "git",
3750                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3751                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3752            },
3753            "dist": {
3754                "type": "zip",
3755                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3756                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3757                "shasum": ""
3758            },
3759            "require": {
3760                "php": ">=5.3.3"
3761            },
3762            "type": "library",
3763            "autoload": {
3764                "classmap": [
3765                    "src/"
3766                ]
3767            },
3768            "notification-url": "https://packagist.org/downloads/",
3769            "license": [
3770                "BSD-3-Clause"
3771            ],
3772            "authors": [
3773                {
3774                    "name": "Sebastian Bergmann",
3775                    "email": "sebastian@phpunit.de",
3776                    "role": "lead"
3777                }
3778            ],
3779            "description": "Simple template engine.",
3780            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3781            "keywords": [
3782                "template"
3783            ],
3784            "time": "2015-06-21T13:50:34+00:00"
3785        },
3786        {
3787            "name": "phpunit/php-timer",
3788            "version": "2.1.1",
3789            "source": {
3790                "type": "git",
3791                "url": "https://github.com/sebastianbergmann/php-timer.git",
3792                "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059"
3793            },
3794            "dist": {
3795                "type": "zip",
3796                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
3797                "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
3798                "shasum": ""
3799            },
3800            "require": {
3801                "php": "^7.1"
3802            },
3803            "require-dev": {
3804                "phpunit/phpunit": "^7.0"
3805            },
3806            "type": "library",
3807            "extra": {
3808                "branch-alias": {
3809                    "dev-master": "2.1-dev"
3810                }
3811            },
3812            "autoload": {
3813                "classmap": [
3814                    "src/"
3815                ]
3816            },
3817            "notification-url": "https://packagist.org/downloads/",
3818            "license": [
3819                "BSD-3-Clause"
3820            ],
3821            "authors": [
3822                {
3823                    "name": "Sebastian Bergmann",
3824                    "email": "sebastian@phpunit.de",
3825                    "role": "lead"
3826                }
3827            ],
3828            "description": "Utility class for timing",
3829            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3830            "keywords": [
3831                "timer"
3832            ],
3833            "time": "2019-02-20T10:12:59+00:00"
3834        },
3835        {
3836            "name": "phpunit/php-token-stream",
3837            "version": "3.0.1",
3838            "source": {
3839                "type": "git",
3840                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3841                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
3842            },
3843            "dist": {
3844                "type": "zip",
3845                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
3846                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
3847                "shasum": ""
3848            },
3849            "require": {
3850                "ext-tokenizer": "*",
3851                "php": "^7.1"
3852            },
3853            "require-dev": {
3854                "phpunit/phpunit": "^7.0"
3855            },
3856            "type": "library",
3857            "extra": {
3858                "branch-alias": {
3859                    "dev-master": "3.0-dev"
3860                }
3861            },
3862            "autoload": {
3863                "classmap": [
3864                    "src/"
3865                ]
3866            },
3867            "notification-url": "https://packagist.org/downloads/",
3868            "license": [
3869                "BSD-3-Clause"
3870            ],
3871            "authors": [
3872                {
3873                    "name": "Sebastian Bergmann",
3874                    "email": "sebastian@phpunit.de"
3875                }
3876            ],
3877            "description": "Wrapper around PHP's tokenizer extension.",
3878            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3879            "keywords": [
3880                "tokenizer"
3881            ],
3882            "time": "2018-10-30T05:52:18+00:00"
3883        },
3884        {
3885            "name": "phpunit/phpunit",
3886            "version": "7.5.6",
3887            "source": {
3888                "type": "git",
3889                "url": "https://github.com/sebastianbergmann/phpunit.git",
3890                "reference": "09c85e14994df92e5ff1f5ec0b481bdb7d3d3df9"
3891            },
3892            "dist": {
3893                "type": "zip",
3894                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/09c85e14994df92e5ff1f5ec0b481bdb7d3d3df9",
3895                "reference": "09c85e14994df92e5ff1f5ec0b481bdb7d3d3df9",
3896                "shasum": ""
3897            },
3898            "require": {
3899                "doctrine/instantiator": "^1.1",
3900                "ext-dom": "*",
3901                "ext-json": "*",
3902                "ext-libxml": "*",
3903                "ext-mbstring": "*",
3904                "ext-xml": "*",
3905                "myclabs/deep-copy": "^1.7",
3906                "phar-io/manifest": "^1.0.2",
3907                "phar-io/version": "^2.0",
3908                "php": "^7.1",
3909                "phpspec/prophecy": "^1.7",
3910                "phpunit/php-code-coverage": "^6.0.7",
3911                "phpunit/php-file-iterator": "^2.0.1",
3912                "phpunit/php-text-template": "^1.2.1",
3913                "phpunit/php-timer": "^2.0",
3914                "sebastian/comparator": "^3.0",
3915                "sebastian/diff": "^3.0",
3916                "sebastian/environment": "^4.0",
3917                "sebastian/exporter": "^3.1",
3918                "sebastian/global-state": "^2.0",
3919                "sebastian/object-enumerator": "^3.0.3",
3920                "sebastian/resource-operations": "^2.0",
3921                "sebastian/version": "^2.0.1"
3922            },
3923            "conflict": {
3924                "phpunit/phpunit-mock-objects": "*"
3925            },
3926            "require-dev": {
3927                "ext-pdo": "*"
3928            },
3929            "suggest": {
3930                "ext-soap": "*",
3931                "ext-xdebug": "*",
3932                "phpunit/php-invoker": "^2.0"
3933            },
3934            "bin": [
3935                "phpunit"
3936            ],
3937            "type": "library",
3938            "extra": {
3939                "branch-alias": {
3940                    "dev-master": "7.5-dev"
3941                }
3942            },
3943            "autoload": {
3944                "classmap": [
3945                    "src/"
3946                ]
3947            },
3948            "notification-url": "https://packagist.org/downloads/",
3949            "license": [
3950                "BSD-3-Clause"
3951            ],
3952            "authors": [
3953                {
3954                    "name": "Sebastian Bergmann",
3955                    "email": "sebastian@phpunit.de",
3956                    "role": "lead"
3957                }
3958            ],
3959            "description": "The PHP Unit Testing framework.",
3960            "homepage": "https://phpunit.de/",
3961            "keywords": [
3962                "phpunit",
3963                "testing",
3964                "xunit"
3965            ],
3966            "time": "2019-02-18T09:24:50+00:00"
3967        },
3968        {
3969            "name": "sebastian/code-unit-reverse-lookup",
3970            "version": "1.0.1",
3971            "source": {
3972                "type": "git",
3973                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3974                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3975            },
3976            "dist": {
3977                "type": "zip",
3978                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3979                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3980                "shasum": ""
3981            },
3982            "require": {
3983                "php": "^5.6 || ^7.0"
3984            },
3985            "require-dev": {
3986                "phpunit/phpunit": "^5.7 || ^6.0"
3987            },
3988            "type": "library",
3989            "extra": {
3990                "branch-alias": {
3991                    "dev-master": "1.0.x-dev"
3992                }
3993            },
3994            "autoload": {
3995                "classmap": [
3996                    "src/"
3997                ]
3998            },
3999            "notification-url": "https://packagist.org/downloads/",
4000            "license": [
4001                "BSD-3-Clause"
4002            ],
4003            "authors": [
4004                {
4005                    "name": "Sebastian Bergmann",
4006                    "email": "sebastian@phpunit.de"
4007                }
4008            ],
4009            "description": "Looks up which function or method a line of code belongs to",
4010            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4011            "time": "2017-03-04T06:30:41+00:00"
4012        },
4013        {
4014            "name": "sebastian/comparator",
4015            "version": "3.0.2",
4016            "source": {
4017                "type": "git",
4018                "url": "https://github.com/sebastianbergmann/comparator.git",
4019                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
4020            },
4021            "dist": {
4022                "type": "zip",
4023                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4024                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4025                "shasum": ""
4026            },
4027            "require": {
4028                "php": "^7.1",
4029                "sebastian/diff": "^3.0",
4030                "sebastian/exporter": "^3.1"
4031            },
4032            "require-dev": {
4033                "phpunit/phpunit": "^7.1"
4034            },
4035            "type": "library",
4036            "extra": {
4037                "branch-alias": {
4038                    "dev-master": "3.0-dev"
4039                }
4040            },
4041            "autoload": {
4042                "classmap": [
4043                    "src/"
4044                ]
4045            },
4046            "notification-url": "https://packagist.org/downloads/",
4047            "license": [
4048                "BSD-3-Clause"
4049            ],
4050            "authors": [
4051                {
4052                    "name": "Jeff Welch",
4053                    "email": "whatthejeff@gmail.com"
4054                },
4055                {
4056                    "name": "Volker Dusch",
4057                    "email": "github@wallbash.com"
4058                },
4059                {
4060                    "name": "Bernhard Schussek",
4061                    "email": "bschussek@2bepublished.at"
4062                },
4063                {
4064                    "name": "Sebastian Bergmann",
4065                    "email": "sebastian@phpunit.de"
4066                }
4067            ],
4068            "description": "Provides the functionality to compare PHP values for equality",
4069            "homepage": "https://github.com/sebastianbergmann/comparator",
4070            "keywords": [
4071                "comparator",
4072                "compare",
4073                "equality"
4074            ],
4075            "time": "2018-07-12T15:12:46+00:00"
4076        },
4077        {
4078            "name": "sebastian/diff",
4079            "version": "3.0.2",
4080            "source": {
4081                "type": "git",
4082                "url": "https://github.com/sebastianbergmann/diff.git",
4083                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
4084            },
4085            "dist": {
4086                "type": "zip",
4087                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
4088                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
4089                "shasum": ""
4090            },
4091            "require": {
4092                "php": "^7.1"
4093            },
4094            "require-dev": {
4095                "phpunit/phpunit": "^7.5 || ^8.0",
4096                "symfony/process": "^2 || ^3.3 || ^4"
4097            },
4098            "type": "library",
4099            "extra": {
4100                "branch-alias": {
4101                    "dev-master": "3.0-dev"
4102                }
4103            },
4104            "autoload": {
4105                "classmap": [
4106                    "src/"
4107                ]
4108            },
4109            "notification-url": "https://packagist.org/downloads/",
4110            "license": [
4111                "BSD-3-Clause"
4112            ],
4113            "authors": [
4114                {
4115                    "name": "Kore Nordmann",
4116                    "email": "mail@kore-nordmann.de"
4117                },
4118                {
4119                    "name": "Sebastian Bergmann",
4120                    "email": "sebastian@phpunit.de"
4121                }
4122            ],
4123            "description": "Diff implementation",
4124            "homepage": "https://github.com/sebastianbergmann/diff",
4125            "keywords": [
4126                "diff",
4127                "udiff",
4128                "unidiff",
4129                "unified diff"
4130            ],
4131            "time": "2019-02-04T06:01:07+00:00"
4132        },
4133        {
4134            "name": "sebastian/environment",
4135            "version": "4.1.0",
4136            "source": {
4137                "type": "git",
4138                "url": "https://github.com/sebastianbergmann/environment.git",
4139                "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656"
4140            },
4141            "dist": {
4142                "type": "zip",
4143                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
4144                "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
4145                "shasum": ""
4146            },
4147            "require": {
4148                "php": "^7.1"
4149            },
4150            "require-dev": {
4151                "phpunit/phpunit": "^7.5"
4152            },
4153            "suggest": {
4154                "ext-posix": "*"
4155            },
4156            "type": "library",
4157            "extra": {
4158                "branch-alias": {
4159                    "dev-master": "4.1-dev"
4160                }
4161            },
4162            "autoload": {
4163                "classmap": [
4164                    "src/"
4165                ]
4166            },
4167            "notification-url": "https://packagist.org/downloads/",
4168            "license": [
4169                "BSD-3-Clause"
4170            ],
4171            "authors": [
4172                {
4173                    "name": "Sebastian Bergmann",
4174                    "email": "sebastian@phpunit.de"
4175                }
4176            ],
4177            "description": "Provides functionality to handle HHVM/PHP environments",
4178            "homepage": "http://www.github.com/sebastianbergmann/environment",
4179            "keywords": [
4180                "Xdebug",
4181                "environment",
4182                "hhvm"
4183            ],
4184            "time": "2019-02-01T05:27:49+00:00"
4185        },
4186        {
4187            "name": "sebastian/exporter",
4188            "version": "3.1.0",
4189            "source": {
4190                "type": "git",
4191                "url": "https://github.com/sebastianbergmann/exporter.git",
4192                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4193            },
4194            "dist": {
4195                "type": "zip",
4196                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4197                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4198                "shasum": ""
4199            },
4200            "require": {
4201                "php": "^7.0",
4202                "sebastian/recursion-context": "^3.0"
4203            },
4204            "require-dev": {
4205                "ext-mbstring": "*",
4206                "phpunit/phpunit": "^6.0"
4207            },
4208            "type": "library",
4209            "extra": {
4210                "branch-alias": {
4211                    "dev-master": "3.1.x-dev"
4212                }
4213            },
4214            "autoload": {
4215                "classmap": [
4216                    "src/"
4217                ]
4218            },
4219            "notification-url": "https://packagist.org/downloads/",
4220            "license": [
4221                "BSD-3-Clause"
4222            ],
4223            "authors": [
4224                {
4225                    "name": "Jeff Welch",
4226                    "email": "whatthejeff@gmail.com"
4227                },
4228                {
4229                    "name": "Volker Dusch",
4230                    "email": "github@wallbash.com"
4231                },
4232                {
4233                    "name": "Bernhard Schussek",
4234                    "email": "bschussek@2bepublished.at"
4235                },
4236                {
4237                    "name": "Sebastian Bergmann",
4238                    "email": "sebastian@phpunit.de"
4239                },
4240                {
4241                    "name": "Adam Harvey",
4242                    "email": "aharvey@php.net"
4243                }
4244            ],
4245            "description": "Provides the functionality to export PHP variables for visualization",
4246            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4247            "keywords": [
4248                "export",
4249                "exporter"
4250            ],
4251            "time": "2017-04-03T13:19:02+00:00"
4252        },
4253        {
4254            "name": "sebastian/global-state",
4255            "version": "2.0.0",
4256            "source": {
4257                "type": "git",
4258                "url": "https://github.com/sebastianbergmann/global-state.git",
4259                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4260            },
4261            "dist": {
4262                "type": "zip",
4263                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4264                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4265                "shasum": ""
4266            },
4267            "require": {
4268                "php": "^7.0"
4269            },
4270            "require-dev": {
4271                "phpunit/phpunit": "^6.0"
4272            },
4273            "suggest": {
4274                "ext-uopz": "*"
4275            },
4276            "type": "library",
4277            "extra": {
4278                "branch-alias": {
4279                    "dev-master": "2.0-dev"
4280                }
4281            },
4282            "autoload": {
4283                "classmap": [
4284                    "src/"
4285                ]
4286            },
4287            "notification-url": "https://packagist.org/downloads/",
4288            "license": [
4289                "BSD-3-Clause"
4290            ],
4291            "authors": [
4292                {
4293                    "name": "Sebastian Bergmann",
4294                    "email": "sebastian@phpunit.de"
4295                }
4296            ],
4297            "description": "Snapshotting of global state",
4298            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4299            "keywords": [
4300                "global state"
4301            ],
4302            "time": "2017-04-27T15:39:26+00:00"
4303        },
4304        {
4305            "name": "sebastian/object-enumerator",
4306            "version": "3.0.3",
4307            "source": {
4308                "type": "git",
4309                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4310                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4311            },
4312            "dist": {
4313                "type": "zip",
4314                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4315                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4316                "shasum": ""
4317            },
4318            "require": {
4319                "php": "^7.0",
4320                "sebastian/object-reflector": "^1.1.1",
4321                "sebastian/recursion-context": "^3.0"
4322            },
4323            "require-dev": {
4324                "phpunit/phpunit": "^6.0"
4325            },
4326            "type": "library",
4327            "extra": {
4328                "branch-alias": {
4329                    "dev-master": "3.0.x-dev"
4330                }
4331            },
4332            "autoload": {
4333                "classmap": [
4334                    "src/"
4335                ]
4336            },
4337            "notification-url": "https://packagist.org/downloads/",
4338            "license": [
4339                "BSD-3-Clause"
4340            ],
4341            "authors": [
4342                {
4343                    "name": "Sebastian Bergmann",
4344                    "email": "sebastian@phpunit.de"
4345                }
4346            ],
4347            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4348            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4349            "time": "2017-08-03T12:35:26+00:00"
4350        },
4351        {
4352            "name": "sebastian/object-reflector",
4353            "version": "1.1.1",
4354            "source": {
4355                "type": "git",
4356                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4357                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4358            },
4359            "dist": {
4360                "type": "zip",
4361                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4362                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4363                "shasum": ""
4364            },
4365            "require": {
4366                "php": "^7.0"
4367            },
4368            "require-dev": {
4369                "phpunit/phpunit": "^6.0"
4370            },
4371            "type": "library",
4372            "extra": {
4373                "branch-alias": {
4374                    "dev-master": "1.1-dev"
4375                }
4376            },
4377            "autoload": {
4378                "classmap": [
4379                    "src/"
4380                ]
4381            },
4382            "notification-url": "https://packagist.org/downloads/",
4383            "license": [
4384                "BSD-3-Clause"
4385            ],
4386            "authors": [
4387                {
4388                    "name": "Sebastian Bergmann",
4389                    "email": "sebastian@phpunit.de"
4390                }
4391            ],
4392            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4393            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4394            "time": "2017-03-29T09:07:27+00:00"
4395        },
4396        {
4397            "name": "sebastian/recursion-context",
4398            "version": "3.0.0",
4399            "source": {
4400                "type": "git",
4401                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4402                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4403            },
4404            "dist": {
4405                "type": "zip",
4406                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4407                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4408                "shasum": ""
4409            },
4410            "require": {
4411                "php": "^7.0"
4412            },
4413            "require-dev": {
4414                "phpunit/phpunit": "^6.0"
4415            },
4416            "type": "library",
4417            "extra": {
4418                "branch-alias": {
4419                    "dev-master": "3.0.x-dev"
4420                }
4421            },
4422            "autoload": {
4423                "classmap": [
4424                    "src/"
4425                ]
4426            },
4427            "notification-url": "https://packagist.org/downloads/",
4428            "license": [
4429                "BSD-3-Clause"
4430            ],
4431            "authors": [
4432                {
4433                    "name": "Jeff Welch",
4434                    "email": "whatthejeff@gmail.com"
4435                },
4436                {
4437                    "name": "Sebastian Bergmann",
4438                    "email": "sebastian@phpunit.de"
4439                },
4440                {
4441                    "name": "Adam Harvey",
4442                    "email": "aharvey@php.net"
4443                }
4444            ],
4445            "description": "Provides functionality to recursively process PHP variables",
4446            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4447            "time": "2017-03-03T06:23:57+00:00"
4448        },
4449        {
4450            "name": "sebastian/resource-operations",
4451            "version": "2.0.1",
4452            "source": {
4453                "type": "git",
4454                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4455                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
4456            },
4457            "dist": {
4458                "type": "zip",
4459                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
4460                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
4461                "shasum": ""
4462            },
4463            "require": {
4464                "php": "^7.1"
4465            },
4466            "type": "library",
4467            "extra": {
4468                "branch-alias": {
4469                    "dev-master": "2.0-dev"
4470                }
4471            },
4472            "autoload": {
4473                "classmap": [
4474                    "src/"
4475                ]
4476            },
4477            "notification-url": "https://packagist.org/downloads/",
4478            "license": [
4479                "BSD-3-Clause"
4480            ],
4481            "authors": [
4482                {
4483                    "name": "Sebastian Bergmann",
4484                    "email": "sebastian@phpunit.de"
4485                }
4486            ],
4487            "description": "Provides a list of PHP built-in functions that operate on resources",
4488            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4489            "time": "2018-10-04T04:07:39+00:00"
4490        },
4491        {
4492            "name": "sebastian/version",
4493            "version": "2.0.1",
4494            "source": {
4495                "type": "git",
4496                "url": "https://github.com/sebastianbergmann/version.git",
4497                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4498            },
4499            "dist": {
4500                "type": "zip",
4501                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4502                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4503                "shasum": ""
4504            },
4505            "require": {
4506                "php": ">=5.6"
4507            },
4508            "type": "library",
4509            "extra": {
4510                "branch-alias": {
4511                    "dev-master": "2.0.x-dev"
4512                }
4513            },
4514            "autoload": {
4515                "classmap": [
4516                    "src/"
4517                ]
4518            },
4519            "notification-url": "https://packagist.org/downloads/",
4520            "license": [
4521                "BSD-3-Clause"
4522            ],
4523            "authors": [
4524                {
4525                    "name": "Sebastian Bergmann",
4526                    "email": "sebastian@phpunit.de",
4527                    "role": "lead"
4528                }
4529            ],
4530            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4531            "homepage": "https://github.com/sebastianbergmann/version",
4532            "time": "2016-10-03T07:35:21+00:00"
4533        },
4534        {
4535            "name": "symfony/config",
4536            "version": "v4.2.3",
4537            "source": {
4538                "type": "git",
4539                "url": "https://github.com/symfony/config.git",
4540                "reference": "25a2e7abe0d97e70282537292e3df45cf6da7b98"
4541            },
4542            "dist": {
4543                "type": "zip",
4544                "url": "https://api.github.com/repos/symfony/config/zipball/25a2e7abe0d97e70282537292e3df45cf6da7b98",
4545                "reference": "25a2e7abe0d97e70282537292e3df45cf6da7b98",
4546                "shasum": ""
4547            },
4548            "require": {
4549                "php": "^7.1.3",
4550                "symfony/filesystem": "~3.4|~4.0",
4551                "symfony/polyfill-ctype": "~1.8"
4552            },
4553            "conflict": {
4554                "symfony/finder": "<3.4"
4555            },
4556            "require-dev": {
4557                "symfony/dependency-injection": "~3.4|~4.0",
4558                "symfony/event-dispatcher": "~3.4|~4.0",
4559                "symfony/finder": "~3.4|~4.0",
4560                "symfony/yaml": "~3.4|~4.0"
4561            },
4562            "suggest": {
4563                "symfony/yaml": "To use the yaml reference dumper"
4564            },
4565            "type": "library",
4566            "extra": {
4567                "branch-alias": {
4568                    "dev-master": "4.2-dev"
4569                }
4570            },
4571            "autoload": {
4572                "psr-4": {
4573                    "Symfony\\Component\\Config\\": ""
4574                },
4575                "exclude-from-classmap": [
4576                    "/Tests/"
4577                ]
4578            },
4579            "notification-url": "https://packagist.org/downloads/",
4580            "license": [
4581                "MIT"
4582            ],
4583            "authors": [
4584                {
4585                    "name": "Fabien Potencier",
4586                    "email": "fabien@symfony.com"
4587                },
4588                {
4589                    "name": "Symfony Community",
4590                    "homepage": "https://symfony.com/contributors"
4591                }
4592            ],
4593            "description": "Symfony Config Component",
4594            "homepage": "https://symfony.com",
4595            "time": "2019-01-30T11:44:30+00:00"
4596        },
4597        {
4598            "name": "symfony/console",
4599            "version": "v4.2.3",
4600            "source": {
4601                "type": "git",
4602                "url": "https://github.com/symfony/console.git",
4603                "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4"
4604            },
4605            "dist": {
4606                "type": "zip",
4607                "url": "https://api.github.com/repos/symfony/console/zipball/1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
4608                "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
4609                "shasum": ""
4610            },
4611            "require": {
4612                "php": "^7.1.3",
4613                "symfony/contracts": "^1.0",
4614                "symfony/polyfill-mbstring": "~1.0"
4615            },
4616            "conflict": {
4617                "symfony/dependency-injection": "<3.4",
4618                "symfony/process": "<3.3"
4619            },
4620            "provide": {
4621                "psr/log-implementation": "1.0"
4622            },
4623            "require-dev": {
4624                "psr/log": "~1.0",
4625                "symfony/config": "~3.4|~4.0",
4626                "symfony/dependency-injection": "~3.4|~4.0",
4627                "symfony/event-dispatcher": "~3.4|~4.0",
4628                "symfony/lock": "~3.4|~4.0",
4629                "symfony/process": "~3.4|~4.0"
4630            },
4631            "suggest": {
4632                "psr/log": "For using the console logger",
4633                "symfony/event-dispatcher": "",
4634                "symfony/lock": "",
4635                "symfony/process": ""
4636            },
4637            "type": "library",
4638            "extra": {
4639                "branch-alias": {
4640                    "dev-master": "4.2-dev"
4641                }
4642            },
4643            "autoload": {
4644                "psr-4": {
4645                    "Symfony\\Component\\Console\\": ""
4646                },
4647                "exclude-from-classmap": [
4648                    "/Tests/"
4649                ]
4650            },
4651            "notification-url": "https://packagist.org/downloads/",
4652            "license": [
4653                "MIT"
4654            ],
4655            "authors": [
4656                {
4657                    "name": "Fabien Potencier",
4658                    "email": "fabien@symfony.com"
4659                },
4660                {
4661                    "name": "Symfony Community",
4662                    "homepage": "https://symfony.com/contributors"
4663                }
4664            ],
4665            "description": "Symfony Console Component",
4666            "homepage": "https://symfony.com",
4667            "time": "2019-01-25T14:35:16+00:00"
4668        },
4669        {
4670            "name": "symfony/filesystem",
4671            "version": "v4.2.3",
4672            "source": {
4673                "type": "git",
4674                "url": "https://github.com/symfony/filesystem.git",
4675                "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee"
4676            },
4677            "dist": {
4678                "type": "zip",
4679                "url": "https://api.github.com/repos/symfony/filesystem/zipball/7c16ebc2629827d4ec915a52ac809768d060a4ee",
4680                "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee",
4681                "shasum": ""
4682            },
4683            "require": {
4684                "php": "^7.1.3",
4685                "symfony/polyfill-ctype": "~1.8"
4686            },
4687            "type": "library",
4688            "extra": {
4689                "branch-alias": {
4690                    "dev-master": "4.2-dev"
4691                }
4692            },
4693            "autoload": {
4694                "psr-4": {
4695                    "Symfony\\Component\\Filesystem\\": ""
4696                },
4697                "exclude-from-classmap": [
4698                    "/Tests/"
4699                ]
4700            },
4701            "notification-url": "https://packagist.org/downloads/",
4702            "license": [
4703                "MIT"
4704            ],
4705            "authors": [
4706                {
4707                    "name": "Fabien Potencier",
4708                    "email": "fabien@symfony.com"
4709                },
4710                {
4711                    "name": "Symfony Community",
4712                    "homepage": "https://symfony.com/contributors"
4713                }
4714            ],
4715            "description": "Symfony Filesystem Component",
4716            "homepage": "https://symfony.com",
4717            "time": "2019-01-16T20:35:37+00:00"
4718        },
4719        {
4720            "name": "symfony/stopwatch",
4721            "version": "v4.2.3",
4722            "source": {
4723                "type": "git",
4724                "url": "https://github.com/symfony/stopwatch.git",
4725                "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67"
4726            },
4727            "dist": {
4728                "type": "zip",
4729                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
4730                "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
4731                "shasum": ""
4732            },
4733            "require": {
4734                "php": "^7.1.3",
4735                "symfony/contracts": "^1.0"
4736            },
4737            "type": "library",
4738            "extra": {
4739                "branch-alias": {
4740                    "dev-master": "4.2-dev"
4741                }
4742            },
4743            "autoload": {
4744                "psr-4": {
4745                    "Symfony\\Component\\Stopwatch\\": ""
4746                },
4747                "exclude-from-classmap": [
4748                    "/Tests/"
4749                ]
4750            },
4751            "notification-url": "https://packagist.org/downloads/",
4752            "license": [
4753                "MIT"
4754            ],
4755            "authors": [
4756                {
4757                    "name": "Fabien Potencier",
4758                    "email": "fabien@symfony.com"
4759                },
4760                {
4761                    "name": "Symfony Community",
4762                    "homepage": "https://symfony.com/contributors"
4763                }
4764            ],
4765            "description": "Symfony Stopwatch Component",
4766            "homepage": "https://symfony.com",
4767            "time": "2019-01-16T20:31:39+00:00"
4768        },
4769        {
4770            "name": "symfony/var-dumper",
4771            "version": "v4.2.3",
4772            "source": {
4773                "type": "git",
4774                "url": "https://github.com/symfony/var-dumper.git",
4775                "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
4776            },
4777            "dist": {
4778                "type": "zip",
4779                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
4780                "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
4781                "shasum": ""
4782            },
4783            "require": {
4784                "php": "^7.1.3",
4785                "symfony/polyfill-mbstring": "~1.0",
4786                "symfony/polyfill-php72": "~1.5"
4787            },
4788            "conflict": {
4789                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4790                "symfony/console": "<3.4"
4791            },
4792            "require-dev": {
4793                "ext-iconv": "*",
4794                "symfony/console": "~3.4|~4.0",
4795                "symfony/process": "~3.4|~4.0",
4796                "twig/twig": "~1.34|~2.4"
4797            },
4798            "suggest": {
4799                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4800                "ext-intl": "To show region name in time zone dump",
4801                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
4802            },
4803            "bin": [
4804                "Resources/bin/var-dump-server"
4805            ],
4806            "type": "library",
4807            "extra": {
4808                "branch-alias": {
4809                    "dev-master": "4.2-dev"
4810                }
4811            },
4812            "autoload": {
4813                "files": [
4814                    "Resources/functions/dump.php"
4815                ],
4816                "psr-4": {
4817                    "Symfony\\Component\\VarDumper\\": ""
4818                },
4819                "exclude-from-classmap": [
4820                    "/Tests/"
4821                ]
4822            },
4823            "notification-url": "https://packagist.org/downloads/",
4824            "license": [
4825                "MIT"
4826            ],
4827            "authors": [
4828                {
4829                    "name": "Nicolas Grekas",
4830                    "email": "p@tchwork.com"
4831                },
4832                {
4833                    "name": "Symfony Community",
4834                    "homepage": "https://symfony.com/contributors"
4835                }
4836            ],
4837            "description": "Symfony mechanism for exploring and dumping PHP variables",
4838            "homepage": "https://symfony.com",
4839            "keywords": [
4840                "debug",
4841                "dump"
4842            ],
4843            "time": "2019-01-30T11:44:30+00:00"
4844        },
4845        {
4846            "name": "symfony/yaml",
4847            "version": "v4.2.3",
4848            "source": {
4849                "type": "git",
4850                "url": "https://github.com/symfony/yaml.git",
4851                "reference": "d461670ee145092b7e2a56c1da7118f19cadadb0"
4852            },
4853            "dist": {
4854                "type": "zip",
4855                "url": "https://api.github.com/repos/symfony/yaml/zipball/d461670ee145092b7e2a56c1da7118f19cadadb0",
4856                "reference": "d461670ee145092b7e2a56c1da7118f19cadadb0",
4857                "shasum": ""
4858            },
4859            "require": {
4860                "php": "^7.1.3",
4861                "symfony/polyfill-ctype": "~1.8"
4862            },
4863            "conflict": {
4864                "symfony/console": "<3.4"
4865            },
4866            "require-dev": {
4867                "symfony/console": "~3.4|~4.0"
4868            },
4869            "suggest": {
4870                "symfony/console": "For validating YAML files using the lint command"
4871            },
4872            "type": "library",
4873            "extra": {
4874                "branch-alias": {
4875                    "dev-master": "4.2-dev"
4876                }
4877            },
4878            "autoload": {
4879                "psr-4": {
4880                    "Symfony\\Component\\Yaml\\": ""
4881                },
4882                "exclude-from-classmap": [
4883                    "/Tests/"
4884                ]
4885            },
4886            "notification-url": "https://packagist.org/downloads/",
4887            "license": [
4888                "MIT"
4889            ],
4890            "authors": [
4891                {
4892                    "name": "Fabien Potencier",
4893                    "email": "fabien@symfony.com"
4894                },
4895                {
4896                    "name": "Symfony Community",
4897                    "homepage": "https://symfony.com/contributors"
4898                }
4899            ],
4900            "description": "Symfony Yaml Component",
4901            "homepage": "https://symfony.com",
4902            "time": "2019-01-16T20:35:37+00:00"
4903        },
4904        {
4905            "name": "theseer/tokenizer",
4906            "version": "1.1.0",
4907            "source": {
4908                "type": "git",
4909                "url": "https://github.com/theseer/tokenizer.git",
4910                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4911            },
4912            "dist": {
4913                "type": "zip",
4914                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4915                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4916                "shasum": ""
4917            },
4918            "require": {
4919                "ext-dom": "*",
4920                "ext-tokenizer": "*",
4921                "ext-xmlwriter": "*",
4922                "php": "^7.0"
4923            },
4924            "type": "library",
4925            "autoload": {
4926                "classmap": [
4927                    "src/"
4928                ]
4929            },
4930            "notification-url": "https://packagist.org/downloads/",
4931            "license": [
4932                "BSD-3-Clause"
4933            ],
4934            "authors": [
4935                {
4936                    "name": "Arne Blankerts",
4937                    "email": "arne@blankerts.de",
4938                    "role": "Developer"
4939                }
4940            ],
4941            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4942            "time": "2017-04-07T12:08:54+00:00"
4943        },
4944        {
4945            "name": "wapmorgan/php-code-fixer",
4946            "version": "2.0.17",
4947            "source": {
4948                "type": "git",
4949                "url": "https://github.com/wapmorgan/PhpCodeFixer.git",
4950                "reference": "914f6133870843a01ef5cd07b2b781edb29d1c49"
4951            },
4952            "dist": {
4953                "type": "zip",
4954                "url": "https://api.github.com/repos/wapmorgan/PhpCodeFixer/zipball/914f6133870843a01ef5cd07b2b781edb29d1c49",
4955                "reference": "914f6133870843a01ef5cd07b2b781edb29d1c49",
4956                "shasum": ""
4957            },
4958            "require": {
4959                "docopt/docopt": "~1.0",
4960                "ext-tokenizer": "*",
4961                "php": ">=5.4"
4962            },
4963            "bin": [
4964                "bin/phpcf"
4965            ],
4966            "type": "package",
4967            "extra": {
4968                "phar-builder": {
4969                    "compression": "BZip2",
4970                    "name": "phpcf-dev.phar",
4971                    "output-dir": "./",
4972                    "entry-point": "bin/phpcf",
4973                    "include": [
4974                        "bin",
4975                        "data"
4976                    ],
4977                    "events": {
4978                        "command.package.start": "git describe --tags > bin/version.txt",
4979                        "command.package.end": "cp phpcf-dev.phar phpcf-`cat bin/version.txt`.phar && chmod +x phpcf.phar && rm bin/version.txt"
4980                    }
4981                }
4982            },
4983            "autoload": {
4984                "psr-4": {
4985                    "wapmorgan\\PhpCodeFixer\\": "src/"
4986                },
4987                "files": [
4988                    "src/functions.php"
4989                ]
4990            },
4991            "notification-url": "https://packagist.org/downloads/",
4992            "license": [
4993                "BSD-3-Clause"
4994            ],
4995            "description": "A scanner that checks compatibility of your code with new interpreter versions.",
4996            "time": "2019-02-07T15:45:40+00:00"
4997        },
4998        {
4999            "name": "wata727/pahout",
5000            "version": "0.6.1",
5001            "source": {
5002                "type": "git",
5003                "url": "https://github.com/wata727/pahout.git",
5004                "reference": "74149b35333e00ed52df00de0eeda8ec977164e5"
5005            },
5006            "dist": {
5007                "type": "zip",
5008                "url": "https://api.github.com/repos/wata727/pahout/zipball/74149b35333e00ed52df00de0eeda8ec977164e5",
5009                "reference": "74149b35333e00ed52df00de0eeda8ec977164e5",
5010                "shasum": ""
5011            },
5012            "require": {
5013                "ext-ast": "^0.1.7|^1.0.0",
5014                "php": ">=7.1.0",
5015                "psr/log": "~1.0",
5016                "symfony/console": ">=3.3",
5017                "symfony/yaml": ">=3.3"
5018            },
5019            "require-dev": {
5020                "phan/phan": "^1.1.0",
5021                "phpunit/phpunit": "^6.2",
5022                "squizlabs/php_codesniffer": "^3.0"
5023            },
5024            "bin": [
5025                "bin/pahout"
5026            ],
5027            "type": "project",
5028            "autoload": {
5029                "psr-4": {
5030                    "Pahout\\": "src/"
5031                }
5032            },
5033            "notification-url": "https://packagist.org/downloads/",
5034            "license": [
5035                "MIT"
5036            ],
5037            "authors": [
5038                {
5039                    "name": "Kazuma Watanabe"
5040                }
5041            ],
5042            "description": "A pair programming partner for writing better PHP",
5043            "time": "2019-01-29T14:30:35+00:00"
5044        },
5045        {
5046            "name": "webmozart/assert",
5047            "version": "1.4.0",
5048            "source": {
5049                "type": "git",
5050                "url": "https://github.com/webmozart/assert.git",
5051                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
5052            },
5053            "dist": {
5054                "type": "zip",
5055                "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
5056                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
5057                "shasum": ""
5058            },
5059            "require": {
5060                "php": "^5.3.3 || ^7.0",
5061                "symfony/polyfill-ctype": "^1.8"
5062            },
5063            "require-dev": {
5064                "phpunit/phpunit": "^4.6",
5065                "sebastian/version": "^1.0.1"
5066            },
5067            "type": "library",
5068            "extra": {
5069                "branch-alias": {
5070                    "dev-master": "1.3-dev"
5071                }
5072            },
5073            "autoload": {
5074                "psr-4": {
5075                    "Webmozart\\Assert\\": "src/"
5076                }
5077            },
5078            "notification-url": "https://packagist.org/downloads/",
5079            "license": [
5080                "MIT"
5081            ],
5082            "authors": [
5083                {
5084                    "name": "Bernhard Schussek",
5085                    "email": "bschussek@gmail.com"
5086                }
5087            ],
5088            "description": "Assertions to validate method input/output with nice error messages.",
5089            "keywords": [
5090                "assert",
5091                "check",
5092                "validate"
5093            ],
5094            "time": "2018-12-25T11:19:39+00:00"
5095        }
5096    ],
5097    "aliases": [],
5098    "minimum-stability": "stable",
5099    "stability-flags": [],
5100    "prefer-stable": false,
5101    "prefer-lowest": false,
5102    "platform": {
5103        "ext-curl": "*",
5104        "ext-gd": "*",
5105        "ext-iconv": "*",
5106        "ext-intl": "*",
5107        "ext-json": "*",
5108        "ext-pcre": "*",
5109        "ext-pdo": "*",
5110        "ext-session": "*",
5111        "ext-simplexml": "*",
5112        "ext-sqlite3": "*",
5113        "ext-xml": "*",
5114        "ext-zip": "*"
5115    },
5116    "platform-dev": {
5117        "ext-sqlite3": "*",
5118        "ext-pdo_sqlite": "*"
5119    },
5120    "platform-overrides": {
5121        "php": "7.1.3"
5122    }
5123}
5124