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