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