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