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