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