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