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