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