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