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