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