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