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