xref: /webtrees/composer.lock (revision 28dbc609fe8399f6cf632e89bb356bba2436b4d4)
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": "eb5e4f8741786883b5cfa97e16b71007",
8    "packages": [
9        {
10            "name": "filp/whoops",
11            "version": "2.1.14",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/filp/whoops.git",
15                "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
20                "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
21                "shasum": ""
22            },
23            "require": {
24                "php": "^5.5.9 || ^7.0",
25                "psr/log": "^1.0.1"
26            },
27            "require-dev": {
28                "mockery/mockery": "0.9.*",
29                "phpunit/phpunit": "^4.8.35 || ^5.7",
30                "symfony/var-dumper": "^2.6 || ^3.0"
31            },
32            "suggest": {
33                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
34                "whoops/soap": "Formats errors as SOAP responses"
35            },
36            "type": "library",
37            "extra": {
38                "branch-alias": {
39                    "dev-master": "2.0-dev"
40                }
41            },
42            "autoload": {
43                "psr-4": {
44                    "Whoops\\": "src/Whoops/"
45                }
46            },
47            "notification-url": "https://packagist.org/downloads/",
48            "license": [
49                "MIT"
50            ],
51            "authors": [
52                {
53                    "name": "Filipe Dobreira",
54                    "homepage": "https://github.com/filp",
55                    "role": "Developer"
56                }
57            ],
58            "description": "php error handling for cool kids",
59            "homepage": "https://filp.github.io/whoops/",
60            "keywords": [
61                "error",
62                "exception",
63                "handling",
64                "library",
65                "throwable",
66                "whoops"
67            ],
68            "time": "2017-11-23T18:22:44+00:00"
69        },
70        {
71            "name": "fisharebest/algorithm",
72            "version": "1.4.0",
73            "source": {
74                "type": "git",
75                "url": "https://github.com/fisharebest/algorithm.git",
76                "reference": "e269fd476dc165b40f1cdc99c3051245d56c9380"
77            },
78            "dist": {
79                "type": "zip",
80                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/e269fd476dc165b40f1cdc99c3051245d56c9380",
81                "reference": "e269fd476dc165b40f1cdc99c3051245d56c9380",
82                "shasum": ""
83            },
84            "require": {
85                "php": ">=5.3.0"
86            },
87            "require-dev": {
88                "phpunit/phpunit": "*",
89                "satooshi/php-coveralls": "*"
90            },
91            "type": "library",
92            "autoload": {
93                "psr-4": {
94                    "Fisharebest\\Algorithm\\": "src/"
95                }
96            },
97            "notification-url": "https://packagist.org/downloads/",
98            "license": [
99                "GPL-3.0+"
100            ],
101            "authors": [
102                {
103                    "name": "Greg Roach",
104                    "email": "greg@subaqua.co.uk",
105                    "role": "Developer"
106                }
107            ],
108            "description": "Implementation of standard algorithms in PHP.",
109            "homepage": "https://github.com/fisharebest/algorithm",
110            "keywords": [
111                "Algorithm",
112                "diff",
113                "dijkstra",
114                "myers"
115            ],
116            "time": "2017-08-21T11:21:58+00:00"
117        },
118        {
119            "name": "fisharebest/ext-calendar",
120            "version": "2.4.0",
121            "source": {
122                "type": "git",
123                "url": "https://github.com/fisharebest/ext-calendar.git",
124                "reference": "d30c9822ccd207671cd0864158ef6d63e71a8523"
125            },
126            "dist": {
127                "type": "zip",
128                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/d30c9822ccd207671cd0864158ef6d63e71a8523",
129                "reference": "d30c9822ccd207671cd0864158ef6d63e71a8523",
130                "shasum": ""
131            },
132            "require": {
133                "php": ">=5.3.0"
134            },
135            "require-dev": {
136                "phpunit/phpunit": "<6",
137                "satooshi/php-coveralls": "*"
138            },
139            "type": "library",
140            "autoload": {
141                "files": [
142                    "src/shims.php"
143                ],
144                "psr-4": {
145                    "Fisharebest\\ExtCalendar\\": "src/"
146                }
147            },
148            "notification-url": "https://packagist.org/downloads/",
149            "license": [
150                "GPL-3.0+"
151            ],
152            "authors": [
153                {
154                    "name": "Greg Roach",
155                    "email": "fisharebest@gmail.com",
156                    "role": "Developer"
157                }
158            ],
159            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Also provides a replacement for the PHP ext/calendar extension.",
160            "homepage": "https://github.com/fisharebest/ext-calendar",
161            "keywords": [
162                "Jalali",
163                "arabic",
164                "calendar",
165                "ext-calendar",
166                "french",
167                "gregorian",
168                "hebrew",
169                "hijri",
170                "jewish",
171                "julian",
172                "julian day",
173                "julian day number",
174                "persian",
175                "shamsi"
176            ],
177            "time": "2018-01-16T11:36:25+00:00"
178        },
179        {
180            "name": "fisharebest/localization",
181            "version": "1.10.3",
182            "source": {
183                "type": "git",
184                "url": "https://github.com/fisharebest/localization.git",
185                "reference": "64bb6ed8bc7b18920f8e449704f7cb00f90f7603"
186            },
187            "dist": {
188                "type": "zip",
189                "url": "https://api.github.com/repos/fisharebest/localization/zipball/64bb6ed8bc7b18920f8e449704f7cb00f90f7603",
190                "reference": "64bb6ed8bc7b18920f8e449704f7cb00f90f7603",
191                "shasum": ""
192            },
193            "require": {
194                "php": ">=5.3.0"
195            },
196            "require-dev": {
197                "phpunit/phpunit": "4.*|5.*",
198                "satooshi/php-coveralls": "*"
199            },
200            "type": "library",
201            "autoload": {
202                "psr-4": {
203                    "Fisharebest\\Localization\\": "src/"
204                }
205            },
206            "notification-url": "https://packagist.org/downloads/",
207            "license": [
208                "GPL-3.0+"
209            ],
210            "authors": [
211                {
212                    "name": "Greg Roach",
213                    "email": "fisharebest@gmail.com",
214                    "role": "Developer"
215                }
216            ],
217            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
218            "homepage": "https://github.com/fisharebest/localization",
219            "keywords": [
220                "cldr",
221                "gettext",
222                "i18n",
223                "l10n",
224                "language",
225                "locale",
226                "localization",
227                "script",
228                "translate",
229                "translation"
230            ],
231            "time": "2018-01-16T07:36:49+00:00"
232        },
233        {
234            "name": "guzzlehttp/guzzle",
235            "version": "6.3.3",
236            "source": {
237                "type": "git",
238                "url": "https://github.com/guzzle/guzzle.git",
239                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
240            },
241            "dist": {
242                "type": "zip",
243                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
244                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
245                "shasum": ""
246            },
247            "require": {
248                "guzzlehttp/promises": "^1.0",
249                "guzzlehttp/psr7": "^1.4",
250                "php": ">=5.5"
251            },
252            "require-dev": {
253                "ext-curl": "*",
254                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
255                "psr/log": "^1.0"
256            },
257            "suggest": {
258                "psr/log": "Required for using the Log middleware"
259            },
260            "type": "library",
261            "extra": {
262                "branch-alias": {
263                    "dev-master": "6.3-dev"
264                }
265            },
266            "autoload": {
267                "files": [
268                    "src/functions_include.php"
269                ],
270                "psr-4": {
271                    "GuzzleHttp\\": "src/"
272                }
273            },
274            "notification-url": "https://packagist.org/downloads/",
275            "license": [
276                "MIT"
277            ],
278            "authors": [
279                {
280                    "name": "Michael Dowling",
281                    "email": "mtdowling@gmail.com",
282                    "homepage": "https://github.com/mtdowling"
283                }
284            ],
285            "description": "Guzzle is a PHP HTTP client library",
286            "homepage": "http://guzzlephp.org/",
287            "keywords": [
288                "client",
289                "curl",
290                "framework",
291                "http",
292                "http client",
293                "rest",
294                "web service"
295            ],
296            "time": "2018-04-22T15:46:56+00:00"
297        },
298        {
299            "name": "guzzlehttp/promises",
300            "version": "v1.3.1",
301            "source": {
302                "type": "git",
303                "url": "https://github.com/guzzle/promises.git",
304                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
305            },
306            "dist": {
307                "type": "zip",
308                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
309                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
310                "shasum": ""
311            },
312            "require": {
313                "php": ">=5.5.0"
314            },
315            "require-dev": {
316                "phpunit/phpunit": "^4.0"
317            },
318            "type": "library",
319            "extra": {
320                "branch-alias": {
321                    "dev-master": "1.4-dev"
322                }
323            },
324            "autoload": {
325                "psr-4": {
326                    "GuzzleHttp\\Promise\\": "src/"
327                },
328                "files": [
329                    "src/functions_include.php"
330                ]
331            },
332            "notification-url": "https://packagist.org/downloads/",
333            "license": [
334                "MIT"
335            ],
336            "authors": [
337                {
338                    "name": "Michael Dowling",
339                    "email": "mtdowling@gmail.com",
340                    "homepage": "https://github.com/mtdowling"
341                }
342            ],
343            "description": "Guzzle promises library",
344            "keywords": [
345                "promise"
346            ],
347            "time": "2016-12-20T10:07:11+00:00"
348        },
349        {
350            "name": "guzzlehttp/psr7",
351            "version": "1.4.2",
352            "source": {
353                "type": "git",
354                "url": "https://github.com/guzzle/psr7.git",
355                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
356            },
357            "dist": {
358                "type": "zip",
359                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
360                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
361                "shasum": ""
362            },
363            "require": {
364                "php": ">=5.4.0",
365                "psr/http-message": "~1.0"
366            },
367            "provide": {
368                "psr/http-message-implementation": "1.0"
369            },
370            "require-dev": {
371                "phpunit/phpunit": "~4.0"
372            },
373            "type": "library",
374            "extra": {
375                "branch-alias": {
376                    "dev-master": "1.4-dev"
377                }
378            },
379            "autoload": {
380                "psr-4": {
381                    "GuzzleHttp\\Psr7\\": "src/"
382                },
383                "files": [
384                    "src/functions_include.php"
385                ]
386            },
387            "notification-url": "https://packagist.org/downloads/",
388            "license": [
389                "MIT"
390            ],
391            "authors": [
392                {
393                    "name": "Michael Dowling",
394                    "email": "mtdowling@gmail.com",
395                    "homepage": "https://github.com/mtdowling"
396                },
397                {
398                    "name": "Tobias Schultze",
399                    "homepage": "https://github.com/Tobion"
400                }
401            ],
402            "description": "PSR-7 message implementation that also provides common utility methods",
403            "keywords": [
404                "http",
405                "message",
406                "request",
407                "response",
408                "stream",
409                "uri",
410                "url"
411            ],
412            "time": "2017-03-20T17:10:46+00:00"
413        },
414        {
415            "name": "intervention/image",
416            "version": "2.4.2",
417            "source": {
418                "type": "git",
419                "url": "https://github.com/Intervention/image.git",
420                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
421            },
422            "dist": {
423                "type": "zip",
424                "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
425                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
426                "shasum": ""
427            },
428            "require": {
429                "ext-fileinfo": "*",
430                "guzzlehttp/psr7": "~1.1",
431                "php": ">=5.4.0"
432            },
433            "require-dev": {
434                "mockery/mockery": "~0.9.2",
435                "phpunit/phpunit": "^4.8 || ^5.7"
436            },
437            "suggest": {
438                "ext-gd": "to use GD library based image processing.",
439                "ext-imagick": "to use Imagick based image processing.",
440                "intervention/imagecache": "Caching extension for the Intervention Image library"
441            },
442            "type": "library",
443            "extra": {
444                "branch-alias": {
445                    "dev-master": "2.4-dev"
446                },
447                "laravel": {
448                    "providers": [
449                        "Intervention\\Image\\ImageServiceProvider"
450                    ],
451                    "aliases": {
452                        "Image": "Intervention\\Image\\Facades\\Image"
453                    }
454                }
455            },
456            "autoload": {
457                "psr-4": {
458                    "Intervention\\Image\\": "src/Intervention/Image"
459                }
460            },
461            "notification-url": "https://packagist.org/downloads/",
462            "license": [
463                "MIT"
464            ],
465            "authors": [
466                {
467                    "name": "Oliver Vogel",
468                    "email": "oliver@olivervogel.com",
469                    "homepage": "http://olivervogel.com/"
470                }
471            ],
472            "description": "Image handling and manipulation library with support for Laravel integration",
473            "homepage": "http://image.intervention.io/",
474            "keywords": [
475                "gd",
476                "image",
477                "imagick",
478                "laravel",
479                "thumbnail",
480                "watermark"
481            ],
482            "time": "2018-05-29T14:19:03+00:00"
483        },
484        {
485            "name": "league/commonmark",
486            "version": "0.17.5",
487            "source": {
488                "type": "git",
489                "url": "https://github.com/thephpleague/commonmark.git",
490                "reference": "82d7ab62d7f68391cb9d323f3ccce50be24a5369"
491            },
492            "dist": {
493                "type": "zip",
494                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/82d7ab62d7f68391cb9d323f3ccce50be24a5369",
495                "reference": "82d7ab62d7f68391cb9d323f3ccce50be24a5369",
496                "shasum": ""
497            },
498            "require": {
499                "ext-mbstring": "*",
500                "php": ">=5.6.5"
501            },
502            "replace": {
503                "colinodell/commonmark-php": "*"
504            },
505            "require-dev": {
506                "cebe/markdown": "~1.0",
507                "commonmark/commonmark.js": "0.28",
508                "erusev/parsedown": "~1.0",
509                "michelf/php-markdown": "~1.4",
510                "mikehaertl/php-shellcommand": "^1.2",
511                "phpunit/phpunit": "^5.7|^6.5",
512                "scrutinizer/ocular": "^1.1",
513                "symfony/finder": "^3.0|^4.0"
514            },
515            "suggest": {
516                "league/commonmark-extras": "Library of useful extensions including smart punctuation"
517            },
518            "bin": [
519                "bin/commonmark"
520            ],
521            "type": "library",
522            "extra": {
523                "branch-alias": {
524                    "dev-master": "0.18-dev"
525                }
526            },
527            "autoload": {
528                "psr-4": {
529                    "League\\CommonMark\\": "src/"
530                }
531            },
532            "notification-url": "https://packagist.org/downloads/",
533            "license": [
534                "BSD-3-Clause"
535            ],
536            "authors": [
537                {
538                    "name": "Colin O'Dell",
539                    "email": "colinodell@gmail.com",
540                    "homepage": "https://www.colinodell.com",
541                    "role": "Lead Developer"
542                }
543            ],
544            "description": "Markdown parser for PHP based on the CommonMark spec",
545            "homepage": "https://github.com/thephpleague/commonmark",
546            "keywords": [
547                "commonmark",
548                "markdown",
549                "parser"
550            ],
551            "time": "2018-03-29T14:35:19+00:00"
552        },
553        {
554            "name": "league/flysystem",
555            "version": "1.0.45",
556            "source": {
557                "type": "git",
558                "url": "https://github.com/thephpleague/flysystem.git",
559                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
560            },
561            "dist": {
562                "type": "zip",
563                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
564                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
565                "shasum": ""
566            },
567            "require": {
568                "php": ">=5.5.9"
569            },
570            "conflict": {
571                "league/flysystem-sftp": "<1.0.6"
572            },
573            "require-dev": {
574                "ext-fileinfo": "*",
575                "phpspec/phpspec": "^3.4",
576                "phpunit/phpunit": "^5.7"
577            },
578            "suggest": {
579                "ext-fileinfo": "Required for MimeType",
580                "ext-ftp": "Allows you to use FTP server storage",
581                "ext-openssl": "Allows you to use FTPS server storage",
582                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
583                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
584                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
585                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
586                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
587                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
588                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
589                "league/flysystem-webdav": "Allows you to use WebDAV storage",
590                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
591                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
592                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
593            },
594            "type": "library",
595            "extra": {
596                "branch-alias": {
597                    "dev-master": "1.1-dev"
598                }
599            },
600            "autoload": {
601                "psr-4": {
602                    "League\\Flysystem\\": "src/"
603                }
604            },
605            "notification-url": "https://packagist.org/downloads/",
606            "license": [
607                "MIT"
608            ],
609            "authors": [
610                {
611                    "name": "Frank de Jonge",
612                    "email": "info@frenky.net"
613                }
614            ],
615            "description": "Filesystem abstraction: Many filesystems, one API.",
616            "keywords": [
617                "Cloud Files",
618                "WebDAV",
619                "abstraction",
620                "aws",
621                "cloud",
622                "copy.com",
623                "dropbox",
624                "file systems",
625                "files",
626                "filesystem",
627                "filesystems",
628                "ftp",
629                "rackspace",
630                "remote",
631                "s3",
632                "sftp",
633                "storage"
634            ],
635            "time": "2018-05-07T08:44:23+00:00"
636        },
637        {
638            "name": "league/flysystem-ziparchive",
639            "version": "1.0.3",
640            "source": {
641                "type": "git",
642                "url": "https://github.com/thephpleague/flysystem-ziparchive.git",
643                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45"
644            },
645            "dist": {
646                "type": "zip",
647                "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
648                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
649                "shasum": ""
650            },
651            "require": {
652                "ext-zip": "*",
653                "league/flysystem": "~1.0",
654                "php": ">=5.4.0"
655            },
656            "require-dev": {
657                "mockery/mockery": "0.9.*",
658                "phpunit/phpunit": "~4.0"
659            },
660            "type": "library",
661            "extra": {
662                "branch-alias": {
663                    "dev-master": "1.0-dev"
664                }
665            },
666            "autoload": {
667                "psr-4": {
668                    "League\\Flysystem\\ZipArchive\\": "src/"
669                }
670            },
671            "notification-url": "https://packagist.org/downloads/",
672            "license": [
673                "MIT"
674            ],
675            "authors": [
676                {
677                    "name": "Frank de Jonge",
678                    "email": "info@frenky.net"
679                }
680            ],
681            "description": "Flysystem adapter for ZipArchive's",
682            "time": "2016-12-20T08:36:16+00:00"
683        },
684        {
685            "name": "league/glide",
686            "version": "1.3.0",
687            "source": {
688                "type": "git",
689                "url": "https://github.com/thephpleague/glide.git",
690                "reference": "bd29f65c9666abd72e66916e0573801e435ca878"
691            },
692            "dist": {
693                "type": "zip",
694                "url": "https://api.github.com/repos/thephpleague/glide/zipball/bd29f65c9666abd72e66916e0573801e435ca878",
695                "reference": "bd29f65c9666abd72e66916e0573801e435ca878",
696                "shasum": ""
697            },
698            "require": {
699                "intervention/image": "^2.1",
700                "league/flysystem": "^1.0",
701                "php": "^5.4 | ^7.0",
702                "psr/http-message": "^1.0"
703            },
704            "require-dev": {
705                "mockery/mockery": "~0.9",
706                "phpunit/php-token-stream": "^1.4",
707                "phpunit/phpunit": "~4.4"
708            },
709            "type": "library",
710            "extra": {
711                "branch-alias": {
712                    "dev-master": "1.1-dev"
713                }
714            },
715            "autoload": {
716                "psr-4": {
717                    "League\\Glide\\": "src/"
718                }
719            },
720            "notification-url": "https://packagist.org/downloads/",
721            "license": [
722                "MIT"
723            ],
724            "authors": [
725                {
726                    "name": "Jonathan Reinink",
727                    "email": "jonathan@reinink.ca",
728                    "homepage": "http://reinink.ca"
729                }
730            ],
731            "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
732            "homepage": "http://glide.thephpleague.com",
733            "keywords": [
734                "ImageMagick",
735                "editing",
736                "gd",
737                "image",
738                "imagick",
739                "league",
740                "manipulation",
741                "processing"
742            ],
743            "time": "2018-02-12T23:28:25+00:00"
744        },
745        {
746            "name": "paragonie/random_compat",
747            "version": "v2.0.12",
748            "source": {
749                "type": "git",
750                "url": "https://github.com/paragonie/random_compat.git",
751                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
752            },
753            "dist": {
754                "type": "zip",
755                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
756                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
757                "shasum": ""
758            },
759            "require": {
760                "php": ">=5.2.0"
761            },
762            "require-dev": {
763                "phpunit/phpunit": "4.*|5.*"
764            },
765            "suggest": {
766                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
767            },
768            "type": "library",
769            "autoload": {
770                "files": [
771                    "lib/random.php"
772                ]
773            },
774            "notification-url": "https://packagist.org/downloads/",
775            "license": [
776                "MIT"
777            ],
778            "authors": [
779                {
780                    "name": "Paragon Initiative Enterprises",
781                    "email": "security@paragonie.com",
782                    "homepage": "https://paragonie.com"
783                }
784            ],
785            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
786            "keywords": [
787                "csprng",
788                "pseudorandom",
789                "random"
790            ],
791            "time": "2018-04-04T21:24:14+00:00"
792        },
793        {
794            "name": "psr/http-message",
795            "version": "1.0.1",
796            "source": {
797                "type": "git",
798                "url": "https://github.com/php-fig/http-message.git",
799                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
800            },
801            "dist": {
802                "type": "zip",
803                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
804                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
805                "shasum": ""
806            },
807            "require": {
808                "php": ">=5.3.0"
809            },
810            "type": "library",
811            "extra": {
812                "branch-alias": {
813                    "dev-master": "1.0.x-dev"
814                }
815            },
816            "autoload": {
817                "psr-4": {
818                    "Psr\\Http\\Message\\": "src/"
819                }
820            },
821            "notification-url": "https://packagist.org/downloads/",
822            "license": [
823                "MIT"
824            ],
825            "authors": [
826                {
827                    "name": "PHP-FIG",
828                    "homepage": "http://www.php-fig.org/"
829                }
830            ],
831            "description": "Common interface for HTTP messages",
832            "homepage": "https://github.com/php-fig/http-message",
833            "keywords": [
834                "http",
835                "http-message",
836                "psr",
837                "psr-7",
838                "request",
839                "response"
840            ],
841            "time": "2016-08-06T14:39:51+00:00"
842        },
843        {
844            "name": "psr/log",
845            "version": "1.0.2",
846            "source": {
847                "type": "git",
848                "url": "https://github.com/php-fig/log.git",
849                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
850            },
851            "dist": {
852                "type": "zip",
853                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
854                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
855                "shasum": ""
856            },
857            "require": {
858                "php": ">=5.3.0"
859            },
860            "type": "library",
861            "extra": {
862                "branch-alias": {
863                    "dev-master": "1.0.x-dev"
864                }
865            },
866            "autoload": {
867                "psr-4": {
868                    "Psr\\Log\\": "Psr/Log/"
869                }
870            },
871            "notification-url": "https://packagist.org/downloads/",
872            "license": [
873                "MIT"
874            ],
875            "authors": [
876                {
877                    "name": "PHP-FIG",
878                    "homepage": "http://www.php-fig.org/"
879                }
880            ],
881            "description": "Common interface for logging libraries",
882            "homepage": "https://github.com/php-fig/log",
883            "keywords": [
884                "log",
885                "psr",
886                "psr-3"
887            ],
888            "time": "2016-10-10T12:19:37+00:00"
889        },
890        {
891            "name": "ramsey/uuid",
892            "version": "3.7.3",
893            "source": {
894                "type": "git",
895                "url": "https://github.com/ramsey/uuid.git",
896                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
897            },
898            "dist": {
899                "type": "zip",
900                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
901                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
902                "shasum": ""
903            },
904            "require": {
905                "paragonie/random_compat": "^1.0|^2.0",
906                "php": "^5.4 || ^7.0"
907            },
908            "replace": {
909                "rhumsaa/uuid": "self.version"
910            },
911            "require-dev": {
912                "codeception/aspect-mock": "^1.0 | ~2.0.0",
913                "doctrine/annotations": "~1.2.0",
914                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
915                "ircmaxell/random-lib": "^1.1",
916                "jakub-onderka/php-parallel-lint": "^0.9.0",
917                "mockery/mockery": "^0.9.9",
918                "moontoast/math": "^1.1",
919                "php-mock/php-mock-phpunit": "^0.3|^1.1",
920                "phpunit/phpunit": "^4.7|^5.0",
921                "squizlabs/php_codesniffer": "^2.3"
922            },
923            "suggest": {
924                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
925                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
926                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
927                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
928                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
929                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
930            },
931            "type": "library",
932            "extra": {
933                "branch-alias": {
934                    "dev-master": "3.x-dev"
935                }
936            },
937            "autoload": {
938                "psr-4": {
939                    "Ramsey\\Uuid\\": "src/"
940                }
941            },
942            "notification-url": "https://packagist.org/downloads/",
943            "license": [
944                "MIT"
945            ],
946            "authors": [
947                {
948                    "name": "Marijn Huizendveld",
949                    "email": "marijn.huizendveld@gmail.com"
950                },
951                {
952                    "name": "Thibaud Fabre",
953                    "email": "thibaud@aztech.io"
954                },
955                {
956                    "name": "Ben Ramsey",
957                    "email": "ben@benramsey.com",
958                    "homepage": "https://benramsey.com"
959                }
960            ],
961            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
962            "homepage": "https://github.com/ramsey/uuid",
963            "keywords": [
964                "guid",
965                "identifier",
966                "uuid"
967            ],
968            "time": "2018-01-20T00:28:24+00:00"
969        },
970        {
971            "name": "swiftmailer/swiftmailer",
972            "version": "v5.4.9",
973            "source": {
974                "type": "git",
975                "url": "https://github.com/swiftmailer/swiftmailer.git",
976                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
977            },
978            "dist": {
979                "type": "zip",
980                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
981                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
982                "shasum": ""
983            },
984            "require": {
985                "php": ">=5.3.3"
986            },
987            "require-dev": {
988                "mockery/mockery": "~0.9.1",
989                "symfony/phpunit-bridge": "~3.2"
990            },
991            "type": "library",
992            "extra": {
993                "branch-alias": {
994                    "dev-master": "5.4-dev"
995                }
996            },
997            "autoload": {
998                "files": [
999                    "lib/swift_required.php"
1000                ]
1001            },
1002            "notification-url": "https://packagist.org/downloads/",
1003            "license": [
1004                "MIT"
1005            ],
1006            "authors": [
1007                {
1008                    "name": "Chris Corbyn"
1009                },
1010                {
1011                    "name": "Fabien Potencier",
1012                    "email": "fabien@symfony.com"
1013                }
1014            ],
1015            "description": "Swiftmailer, free feature-rich PHP mailer",
1016            "homepage": "https://swiftmailer.symfony.com",
1017            "keywords": [
1018                "email",
1019                "mail",
1020                "mailer"
1021            ],
1022            "time": "2018-01-23T07:37:21+00:00"
1023        },
1024        {
1025            "name": "symfony/debug",
1026            "version": "v3.4.11",
1027            "source": {
1028                "type": "git",
1029                "url": "https://github.com/symfony/debug.git",
1030                "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68"
1031            },
1032            "dist": {
1033                "type": "zip",
1034                "url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68",
1035                "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68",
1036                "shasum": ""
1037            },
1038            "require": {
1039                "php": "^5.5.9|>=7.0.8",
1040                "psr/log": "~1.0"
1041            },
1042            "conflict": {
1043                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1044            },
1045            "require-dev": {
1046                "symfony/http-kernel": "~2.8|~3.0|~4.0"
1047            },
1048            "type": "library",
1049            "extra": {
1050                "branch-alias": {
1051                    "dev-master": "3.4-dev"
1052                }
1053            },
1054            "autoload": {
1055                "psr-4": {
1056                    "Symfony\\Component\\Debug\\": ""
1057                },
1058                "exclude-from-classmap": [
1059                    "/Tests/"
1060                ]
1061            },
1062            "notification-url": "https://packagist.org/downloads/",
1063            "license": [
1064                "MIT"
1065            ],
1066            "authors": [
1067                {
1068                    "name": "Fabien Potencier",
1069                    "email": "fabien@symfony.com"
1070                },
1071                {
1072                    "name": "Symfony Community",
1073                    "homepage": "https://symfony.com/contributors"
1074                }
1075            ],
1076            "description": "Symfony Debug Component",
1077            "homepage": "https://symfony.com",
1078            "time": "2018-05-16T14:03:39+00:00"
1079        },
1080        {
1081            "name": "symfony/event-dispatcher",
1082            "version": "v3.4.11",
1083            "source": {
1084                "type": "git",
1085                "url": "https://github.com/symfony/event-dispatcher.git",
1086                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
1087            },
1088            "dist": {
1089                "type": "zip",
1090                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1091                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1092                "shasum": ""
1093            },
1094            "require": {
1095                "php": "^5.5.9|>=7.0.8"
1096            },
1097            "conflict": {
1098                "symfony/dependency-injection": "<3.3"
1099            },
1100            "require-dev": {
1101                "psr/log": "~1.0",
1102                "symfony/config": "~2.8|~3.0|~4.0",
1103                "symfony/dependency-injection": "~3.3|~4.0",
1104                "symfony/expression-language": "~2.8|~3.0|~4.0",
1105                "symfony/stopwatch": "~2.8|~3.0|~4.0"
1106            },
1107            "suggest": {
1108                "symfony/dependency-injection": "",
1109                "symfony/http-kernel": ""
1110            },
1111            "type": "library",
1112            "extra": {
1113                "branch-alias": {
1114                    "dev-master": "3.4-dev"
1115                }
1116            },
1117            "autoload": {
1118                "psr-4": {
1119                    "Symfony\\Component\\EventDispatcher\\": ""
1120                },
1121                "exclude-from-classmap": [
1122                    "/Tests/"
1123                ]
1124            },
1125            "notification-url": "https://packagist.org/downloads/",
1126            "license": [
1127                "MIT"
1128            ],
1129            "authors": [
1130                {
1131                    "name": "Fabien Potencier",
1132                    "email": "fabien@symfony.com"
1133                },
1134                {
1135                    "name": "Symfony Community",
1136                    "homepage": "https://symfony.com/contributors"
1137                }
1138            ],
1139            "description": "Symfony EventDispatcher Component",
1140            "homepage": "https://symfony.com",
1141            "time": "2018-04-06T07:35:25+00:00"
1142        },
1143        {
1144            "name": "symfony/http-foundation",
1145            "version": "v3.4.11",
1146            "source": {
1147                "type": "git",
1148                "url": "https://github.com/symfony/http-foundation.git",
1149                "reference": "a7b5fc605d1c215cea1122359044b1e682eb70c0"
1150            },
1151            "dist": {
1152                "type": "zip",
1153                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a7b5fc605d1c215cea1122359044b1e682eb70c0",
1154                "reference": "a7b5fc605d1c215cea1122359044b1e682eb70c0",
1155                "shasum": ""
1156            },
1157            "require": {
1158                "php": "^5.5.9|>=7.0.8",
1159                "symfony/polyfill-mbstring": "~1.1",
1160                "symfony/polyfill-php70": "~1.6"
1161            },
1162            "require-dev": {
1163                "symfony/expression-language": "~2.8|~3.0|~4.0"
1164            },
1165            "type": "library",
1166            "extra": {
1167                "branch-alias": {
1168                    "dev-master": "3.4-dev"
1169                }
1170            },
1171            "autoload": {
1172                "psr-4": {
1173                    "Symfony\\Component\\HttpFoundation\\": ""
1174                },
1175                "exclude-from-classmap": [
1176                    "/Tests/"
1177                ]
1178            },
1179            "notification-url": "https://packagist.org/downloads/",
1180            "license": [
1181                "MIT"
1182            ],
1183            "authors": [
1184                {
1185                    "name": "Fabien Potencier",
1186                    "email": "fabien@symfony.com"
1187                },
1188                {
1189                    "name": "Symfony Community",
1190                    "homepage": "https://symfony.com/contributors"
1191                }
1192            ],
1193            "description": "Symfony HttpFoundation Component",
1194            "homepage": "https://symfony.com",
1195            "time": "2018-05-25T11:07:31+00:00"
1196        },
1197        {
1198            "name": "symfony/http-kernel",
1199            "version": "v3.4.11",
1200            "source": {
1201                "type": "git",
1202                "url": "https://github.com/symfony/http-kernel.git",
1203                "reference": "3dac45df55ee0c5134c457a730cd68e2a2ce0445"
1204            },
1205            "dist": {
1206                "type": "zip",
1207                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3dac45df55ee0c5134c457a730cd68e2a2ce0445",
1208                "reference": "3dac45df55ee0c5134c457a730cd68e2a2ce0445",
1209                "shasum": ""
1210            },
1211            "require": {
1212                "php": "^5.5.9|>=7.0.8",
1213                "psr/log": "~1.0",
1214                "symfony/debug": "~2.8|~3.0|~4.0",
1215                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1216                "symfony/http-foundation": "^3.4.4|^4.0.4",
1217                "symfony/polyfill-ctype": "~1.8"
1218            },
1219            "conflict": {
1220                "symfony/config": "<2.8",
1221                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1222                "symfony/var-dumper": "<3.3",
1223                "twig/twig": "<1.34|<2.4,>=2"
1224            },
1225            "provide": {
1226                "psr/log-implementation": "1.0"
1227            },
1228            "require-dev": {
1229                "psr/cache": "~1.0",
1230                "symfony/browser-kit": "~2.8|~3.0|~4.0",
1231                "symfony/class-loader": "~2.8|~3.0",
1232                "symfony/config": "~2.8|~3.0|~4.0",
1233                "symfony/console": "~2.8|~3.0|~4.0",
1234                "symfony/css-selector": "~2.8|~3.0|~4.0",
1235                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1236                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1237                "symfony/expression-language": "~2.8|~3.0|~4.0",
1238                "symfony/finder": "~2.8|~3.0|~4.0",
1239                "symfony/process": "~2.8|~3.0|~4.0",
1240                "symfony/routing": "~3.4|~4.0",
1241                "symfony/stopwatch": "~2.8|~3.0|~4.0",
1242                "symfony/templating": "~2.8|~3.0|~4.0",
1243                "symfony/translation": "~2.8|~3.0|~4.0",
1244                "symfony/var-dumper": "~3.3|~4.0"
1245            },
1246            "suggest": {
1247                "symfony/browser-kit": "",
1248                "symfony/config": "",
1249                "symfony/console": "",
1250                "symfony/dependency-injection": "",
1251                "symfony/finder": "",
1252                "symfony/var-dumper": ""
1253            },
1254            "type": "library",
1255            "extra": {
1256                "branch-alias": {
1257                    "dev-master": "3.4-dev"
1258                }
1259            },
1260            "autoload": {
1261                "psr-4": {
1262                    "Symfony\\Component\\HttpKernel\\": ""
1263                },
1264                "exclude-from-classmap": [
1265                    "/Tests/"
1266                ]
1267            },
1268            "notification-url": "https://packagist.org/downloads/",
1269            "license": [
1270                "MIT"
1271            ],
1272            "authors": [
1273                {
1274                    "name": "Fabien Potencier",
1275                    "email": "fabien@symfony.com"
1276                },
1277                {
1278                    "name": "Symfony Community",
1279                    "homepage": "https://symfony.com/contributors"
1280                }
1281            ],
1282            "description": "Symfony HttpKernel Component",
1283            "homepage": "https://symfony.com",
1284            "time": "2018-05-25T13:16:28+00:00"
1285        },
1286        {
1287            "name": "symfony/polyfill-ctype",
1288            "version": "v1.8.0",
1289            "source": {
1290                "type": "git",
1291                "url": "https://github.com/symfony/polyfill-ctype.git",
1292                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1293            },
1294            "dist": {
1295                "type": "zip",
1296                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1297                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1298                "shasum": ""
1299            },
1300            "require": {
1301                "php": ">=5.3.3"
1302            },
1303            "type": "library",
1304            "extra": {
1305                "branch-alias": {
1306                    "dev-master": "1.8-dev"
1307                }
1308            },
1309            "autoload": {
1310                "psr-4": {
1311                    "Symfony\\Polyfill\\Ctype\\": ""
1312                },
1313                "files": [
1314                    "bootstrap.php"
1315                ]
1316            },
1317            "notification-url": "https://packagist.org/downloads/",
1318            "license": [
1319                "MIT"
1320            ],
1321            "authors": [
1322                {
1323                    "name": "Symfony Community",
1324                    "homepage": "https://symfony.com/contributors"
1325                },
1326                {
1327                    "name": "Gert de Pagter",
1328                    "email": "BackEndTea@gmail.com"
1329                }
1330            ],
1331            "description": "Symfony polyfill for ctype functions",
1332            "homepage": "https://symfony.com",
1333            "keywords": [
1334                "compatibility",
1335                "ctype",
1336                "polyfill",
1337                "portable"
1338            ],
1339            "time": "2018-04-30T19:57:29+00:00"
1340        },
1341        {
1342            "name": "symfony/polyfill-mbstring",
1343            "version": "v1.8.0",
1344            "source": {
1345                "type": "git",
1346                "url": "https://github.com/symfony/polyfill-mbstring.git",
1347                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1348            },
1349            "dist": {
1350                "type": "zip",
1351                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1352                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1353                "shasum": ""
1354            },
1355            "require": {
1356                "php": ">=5.3.3"
1357            },
1358            "suggest": {
1359                "ext-mbstring": "For best performance"
1360            },
1361            "type": "library",
1362            "extra": {
1363                "branch-alias": {
1364                    "dev-master": "1.8-dev"
1365                }
1366            },
1367            "autoload": {
1368                "psr-4": {
1369                    "Symfony\\Polyfill\\Mbstring\\": ""
1370                },
1371                "files": [
1372                    "bootstrap.php"
1373                ]
1374            },
1375            "notification-url": "https://packagist.org/downloads/",
1376            "license": [
1377                "MIT"
1378            ],
1379            "authors": [
1380                {
1381                    "name": "Nicolas Grekas",
1382                    "email": "p@tchwork.com"
1383                },
1384                {
1385                    "name": "Symfony Community",
1386                    "homepage": "https://symfony.com/contributors"
1387                }
1388            ],
1389            "description": "Symfony polyfill for the Mbstring extension",
1390            "homepage": "https://symfony.com",
1391            "keywords": [
1392                "compatibility",
1393                "mbstring",
1394                "polyfill",
1395                "portable",
1396                "shim"
1397            ],
1398            "time": "2018-04-26T10:06:28+00:00"
1399        },
1400        {
1401            "name": "symfony/polyfill-php70",
1402            "version": "v1.8.0",
1403            "source": {
1404                "type": "git",
1405                "url": "https://github.com/symfony/polyfill-php70.git",
1406                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
1407            },
1408            "dist": {
1409                "type": "zip",
1410                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
1411                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
1412                "shasum": ""
1413            },
1414            "require": {
1415                "paragonie/random_compat": "~1.0|~2.0",
1416                "php": ">=5.3.3"
1417            },
1418            "type": "library",
1419            "extra": {
1420                "branch-alias": {
1421                    "dev-master": "1.8-dev"
1422                }
1423            },
1424            "autoload": {
1425                "psr-4": {
1426                    "Symfony\\Polyfill\\Php70\\": ""
1427                },
1428                "files": [
1429                    "bootstrap.php"
1430                ],
1431                "classmap": [
1432                    "Resources/stubs"
1433                ]
1434            },
1435            "notification-url": "https://packagist.org/downloads/",
1436            "license": [
1437                "MIT"
1438            ],
1439            "authors": [
1440                {
1441                    "name": "Nicolas Grekas",
1442                    "email": "p@tchwork.com"
1443                },
1444                {
1445                    "name": "Symfony Community",
1446                    "homepage": "https://symfony.com/contributors"
1447                }
1448            ],
1449            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1450            "homepage": "https://symfony.com",
1451            "keywords": [
1452                "compatibility",
1453                "polyfill",
1454                "portable",
1455                "shim"
1456            ],
1457            "time": "2018-04-26T10:06:28+00:00"
1458        },
1459        {
1460            "name": "symfony/polyfill-php71",
1461            "version": "v1.8.0",
1462            "source": {
1463                "type": "git",
1464                "url": "https://github.com/symfony/polyfill-php71.git",
1465                "reference": "11b64c53ffd934da9960ff00a8b21baa88a8660f"
1466            },
1467            "dist": {
1468                "type": "zip",
1469                "url": "https://api.github.com/repos/symfony/polyfill-php71/zipball/11b64c53ffd934da9960ff00a8b21baa88a8660f",
1470                "reference": "11b64c53ffd934da9960ff00a8b21baa88a8660f",
1471                "shasum": ""
1472            },
1473            "require": {
1474                "php": ">=5.3.3"
1475            },
1476            "type": "library",
1477            "extra": {
1478                "branch-alias": {
1479                    "dev-master": "1.8-dev"
1480                }
1481            },
1482            "autoload": {
1483                "psr-4": {
1484                    "Symfony\\Polyfill\\Php71\\": ""
1485                },
1486                "files": [
1487                    "bootstrap.php"
1488                ]
1489            },
1490            "notification-url": "https://packagist.org/downloads/",
1491            "license": [
1492                "MIT"
1493            ],
1494            "authors": [
1495                {
1496                    "name": "Nicolas Grekas",
1497                    "email": "p@tchwork.com"
1498                },
1499                {
1500                    "name": "Symfony Community",
1501                    "homepage": "https://symfony.com/contributors"
1502                }
1503            ],
1504            "description": "Symfony polyfill backporting some PHP 7.1+ features to lower PHP versions",
1505            "homepage": "https://symfony.com",
1506            "keywords": [
1507                "compatibility",
1508                "polyfill",
1509                "portable",
1510                "shim"
1511            ],
1512            "time": "2018-04-26T10:06:28+00:00"
1513        },
1514        {
1515            "name": "symfony/polyfill-php72",
1516            "version": "v1.8.0",
1517            "source": {
1518                "type": "git",
1519                "url": "https://github.com/symfony/polyfill-php72.git",
1520                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
1521            },
1522            "dist": {
1523                "type": "zip",
1524                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1525                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1526                "shasum": ""
1527            },
1528            "require": {
1529                "php": ">=5.3.3"
1530            },
1531            "type": "library",
1532            "extra": {
1533                "branch-alias": {
1534                    "dev-master": "1.8-dev"
1535                }
1536            },
1537            "autoload": {
1538                "psr-4": {
1539                    "Symfony\\Polyfill\\Php72\\": ""
1540                },
1541                "files": [
1542                    "bootstrap.php"
1543                ]
1544            },
1545            "notification-url": "https://packagist.org/downloads/",
1546            "license": [
1547                "MIT"
1548            ],
1549            "authors": [
1550                {
1551                    "name": "Nicolas Grekas",
1552                    "email": "p@tchwork.com"
1553                },
1554                {
1555                    "name": "Symfony Community",
1556                    "homepage": "https://symfony.com/contributors"
1557                }
1558            ],
1559            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1560            "homepage": "https://symfony.com",
1561            "keywords": [
1562                "compatibility",
1563                "polyfill",
1564                "portable",
1565                "shim"
1566            ],
1567            "time": "2018-04-26T10:06:28+00:00"
1568        },
1569        {
1570            "name": "tecnickcom/tcpdf",
1571            "version": "6.2.17",
1572            "source": {
1573                "type": "git",
1574                "url": "https://github.com/tecnickcom/TCPDF.git",
1575                "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
1576            },
1577            "dist": {
1578                "type": "zip",
1579                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
1580                "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
1581                "shasum": ""
1582            },
1583            "require": {
1584                "php": ">=5.3.0"
1585            },
1586            "type": "library",
1587            "autoload": {
1588                "classmap": [
1589                    "config",
1590                    "include",
1591                    "tcpdf.php",
1592                    "tcpdf_parser.php",
1593                    "tcpdf_import.php",
1594                    "tcpdf_barcodes_1d.php",
1595                    "tcpdf_barcodes_2d.php",
1596                    "include/tcpdf_colors.php",
1597                    "include/tcpdf_filters.php",
1598                    "include/tcpdf_font_data.php",
1599                    "include/tcpdf_fonts.php",
1600                    "include/tcpdf_images.php",
1601                    "include/tcpdf_static.php",
1602                    "include/barcodes/datamatrix.php",
1603                    "include/barcodes/pdf417.php",
1604                    "include/barcodes/qrcode.php"
1605                ]
1606            },
1607            "notification-url": "https://packagist.org/downloads/",
1608            "license": [
1609                "LGPL-3.0"
1610            ],
1611            "authors": [
1612                {
1613                    "name": "Nicola Asuni",
1614                    "email": "info@tecnick.com",
1615                    "role": "lead"
1616                }
1617            ],
1618            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1619            "homepage": "http://www.tcpdf.org/",
1620            "keywords": [
1621                "PDFD32000-2008",
1622                "TCPDF",
1623                "barcodes",
1624                "datamatrix",
1625                "pdf",
1626                "pdf417",
1627                "qrcode"
1628            ],
1629            "time": "2018-02-24T11:48:20+00:00"
1630        },
1631        {
1632            "name": "webuni/commonmark-table-extension",
1633            "version": "0.8.0",
1634            "source": {
1635                "type": "git",
1636                "url": "https://github.com/webuni/commonmark-table-extension.git",
1637                "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3"
1638            },
1639            "dist": {
1640                "type": "zip",
1641                "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/4304b1f56b26e5213a4a781b654f62ef5ed8fbe3",
1642                "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3",
1643                "shasum": ""
1644            },
1645            "require": {
1646                "league/commonmark": "^0.16|^0.17",
1647                "php": "^5.6|^7.0"
1648            },
1649            "require-dev": {
1650                "friendsofphp/php-cs-fixer": "^2.9",
1651                "phpunit/phpunit": "^5.4|^6.0",
1652                "symfony/var-dumper": "^3.0|^4.0",
1653                "vimeo/psalm": "~0.3"
1654            },
1655            "type": "library",
1656            "extra": {
1657                "branch-alias": {
1658                    "dev-master": "0.8-dev"
1659                }
1660            },
1661            "autoload": {
1662                "psr-4": {
1663                    "Webuni\\CommonMark\\TableExtension\\": "src"
1664                }
1665            },
1666            "notification-url": "https://packagist.org/downloads/",
1667            "license": [
1668                "MIT"
1669            ],
1670            "authors": [
1671                {
1672                    "name": "Martin Hasoň",
1673                    "email": "martin.hason@gmail.com"
1674                },
1675                {
1676                    "name": "Webuni s.r.o.",
1677                    "homepage": "https://www.webuni.cz"
1678                }
1679            ],
1680            "description": "The table extension for CommonMark PHP implementation",
1681            "homepage": "https://github.com/webuni/commonmark-table-extension",
1682            "keywords": [
1683                "commonmark",
1684                "markdown",
1685                "table"
1686            ],
1687            "time": "2018-01-24T12:30:02+00:00"
1688        }
1689    ],
1690    "packages-dev": [
1691        {
1692            "name": "doctrine/instantiator",
1693            "version": "1.0.5",
1694            "source": {
1695                "type": "git",
1696                "url": "https://github.com/doctrine/instantiator.git",
1697                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1698            },
1699            "dist": {
1700                "type": "zip",
1701                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1702                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1703                "shasum": ""
1704            },
1705            "require": {
1706                "php": ">=5.3,<8.0-DEV"
1707            },
1708            "require-dev": {
1709                "athletic/athletic": "~0.1.8",
1710                "ext-pdo": "*",
1711                "ext-phar": "*",
1712                "phpunit/phpunit": "~4.0",
1713                "squizlabs/php_codesniffer": "~2.0"
1714            },
1715            "type": "library",
1716            "extra": {
1717                "branch-alias": {
1718                    "dev-master": "1.0.x-dev"
1719                }
1720            },
1721            "autoload": {
1722                "psr-4": {
1723                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1724                }
1725            },
1726            "notification-url": "https://packagist.org/downloads/",
1727            "license": [
1728                "MIT"
1729            ],
1730            "authors": [
1731                {
1732                    "name": "Marco Pivetta",
1733                    "email": "ocramius@gmail.com",
1734                    "homepage": "http://ocramius.github.com/"
1735                }
1736            ],
1737            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1738            "homepage": "https://github.com/doctrine/instantiator",
1739            "keywords": [
1740                "constructor",
1741                "instantiate"
1742            ],
1743            "time": "2015-06-14T21:17:01+00:00"
1744        },
1745        {
1746            "name": "hamcrest/hamcrest-php",
1747            "version": "v2.0.0",
1748            "source": {
1749                "type": "git",
1750                "url": "https://github.com/hamcrest/hamcrest-php.git",
1751                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
1752            },
1753            "dist": {
1754                "type": "zip",
1755                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
1756                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
1757                "shasum": ""
1758            },
1759            "require": {
1760                "php": "^5.3|^7.0"
1761            },
1762            "replace": {
1763                "cordoval/hamcrest-php": "*",
1764                "davedevelopment/hamcrest-php": "*",
1765                "kodova/hamcrest-php": "*"
1766            },
1767            "require-dev": {
1768                "phpunit/php-file-iterator": "1.3.3",
1769                "phpunit/phpunit": "~4.0",
1770                "satooshi/php-coveralls": "^1.0"
1771            },
1772            "type": "library",
1773            "extra": {
1774                "branch-alias": {
1775                    "dev-master": "2.0-dev"
1776                }
1777            },
1778            "autoload": {
1779                "classmap": [
1780                    "hamcrest"
1781                ]
1782            },
1783            "notification-url": "https://packagist.org/downloads/",
1784            "license": [
1785                "BSD"
1786            ],
1787            "description": "This is the PHP port of Hamcrest Matchers",
1788            "keywords": [
1789                "test"
1790            ],
1791            "time": "2016-01-20T08:20:44+00:00"
1792        },
1793        {
1794            "name": "maximebf/debugbar",
1795            "version": "v1.15.0",
1796            "source": {
1797                "type": "git",
1798                "url": "https://github.com/maximebf/php-debugbar.git",
1799                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
1800            },
1801            "dist": {
1802                "type": "zip",
1803                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
1804                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
1805                "shasum": ""
1806            },
1807            "require": {
1808                "php": ">=5.3.0",
1809                "psr/log": "^1.0",
1810                "symfony/var-dumper": "^2.6|^3.0|^4.0"
1811            },
1812            "require-dev": {
1813                "phpunit/phpunit": "^4.0|^5.0"
1814            },
1815            "suggest": {
1816                "kriswallsmith/assetic": "The best way to manage assets",
1817                "monolog/monolog": "Log using Monolog",
1818                "predis/predis": "Redis storage"
1819            },
1820            "type": "library",
1821            "extra": {
1822                "branch-alias": {
1823                    "dev-master": "1.14-dev"
1824                }
1825            },
1826            "autoload": {
1827                "psr-4": {
1828                    "DebugBar\\": "src/DebugBar/"
1829                }
1830            },
1831            "notification-url": "https://packagist.org/downloads/",
1832            "license": [
1833                "MIT"
1834            ],
1835            "authors": [
1836                {
1837                    "name": "Maxime Bouroumeau-Fuseau",
1838                    "email": "maxime.bouroumeau@gmail.com",
1839                    "homepage": "http://maximebf.com"
1840                },
1841                {
1842                    "name": "Barry vd. Heuvel",
1843                    "email": "barryvdh@gmail.com"
1844                }
1845            ],
1846            "description": "Debug bar in the browser for php application",
1847            "homepage": "https://github.com/maximebf/php-debugbar",
1848            "keywords": [
1849                "debug",
1850                "debugbar"
1851            ],
1852            "time": "2017-12-15T11:13:46+00:00"
1853        },
1854        {
1855            "name": "mockery/mockery",
1856            "version": "1.1.0",
1857            "source": {
1858                "type": "git",
1859                "url": "https://github.com/mockery/mockery.git",
1860                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
1861            },
1862            "dist": {
1863                "type": "zip",
1864                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
1865                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
1866                "shasum": ""
1867            },
1868            "require": {
1869                "hamcrest/hamcrest-php": "~2.0",
1870                "lib-pcre": ">=7.0",
1871                "php": ">=5.6.0"
1872            },
1873            "require-dev": {
1874                "phpdocumentor/phpdocumentor": "^2.9",
1875                "phpunit/phpunit": "~5.7.10|~6.5"
1876            },
1877            "type": "library",
1878            "extra": {
1879                "branch-alias": {
1880                    "dev-master": "1.0.x-dev"
1881                }
1882            },
1883            "autoload": {
1884                "psr-0": {
1885                    "Mockery": "library/"
1886                }
1887            },
1888            "notification-url": "https://packagist.org/downloads/",
1889            "license": [
1890                "BSD-3-Clause"
1891            ],
1892            "authors": [
1893                {
1894                    "name": "Pádraic Brady",
1895                    "email": "padraic.brady@gmail.com",
1896                    "homepage": "http://blog.astrumfutura.com"
1897                },
1898                {
1899                    "name": "Dave Marshall",
1900                    "email": "dave.marshall@atstsolutions.co.uk",
1901                    "homepage": "http://davedevelopment.co.uk"
1902                }
1903            ],
1904            "description": "Mockery is a simple yet flexible PHP mock object framework",
1905            "homepage": "https://github.com/mockery/mockery",
1906            "keywords": [
1907                "BDD",
1908                "TDD",
1909                "library",
1910                "mock",
1911                "mock objects",
1912                "mockery",
1913                "stub",
1914                "test",
1915                "test double",
1916                "testing"
1917            ],
1918            "time": "2018-05-08T08:54:48+00:00"
1919        },
1920        {
1921            "name": "myclabs/deep-copy",
1922            "version": "1.7.0",
1923            "source": {
1924                "type": "git",
1925                "url": "https://github.com/myclabs/DeepCopy.git",
1926                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1927            },
1928            "dist": {
1929                "type": "zip",
1930                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1931                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1932                "shasum": ""
1933            },
1934            "require": {
1935                "php": "^5.6 || ^7.0"
1936            },
1937            "require-dev": {
1938                "doctrine/collections": "^1.0",
1939                "doctrine/common": "^2.6",
1940                "phpunit/phpunit": "^4.1"
1941            },
1942            "type": "library",
1943            "autoload": {
1944                "psr-4": {
1945                    "DeepCopy\\": "src/DeepCopy/"
1946                },
1947                "files": [
1948                    "src/DeepCopy/deep_copy.php"
1949                ]
1950            },
1951            "notification-url": "https://packagist.org/downloads/",
1952            "license": [
1953                "MIT"
1954            ],
1955            "description": "Create deep copies (clones) of your objects",
1956            "keywords": [
1957                "clone",
1958                "copy",
1959                "duplicate",
1960                "object",
1961                "object graph"
1962            ],
1963            "time": "2017-10-19T19:58:43+00:00"
1964        },
1965        {
1966            "name": "phar-io/manifest",
1967            "version": "1.0.1",
1968            "source": {
1969                "type": "git",
1970                "url": "https://github.com/phar-io/manifest.git",
1971                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1972            },
1973            "dist": {
1974                "type": "zip",
1975                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1976                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1977                "shasum": ""
1978            },
1979            "require": {
1980                "ext-dom": "*",
1981                "ext-phar": "*",
1982                "phar-io/version": "^1.0.1",
1983                "php": "^5.6 || ^7.0"
1984            },
1985            "type": "library",
1986            "extra": {
1987                "branch-alias": {
1988                    "dev-master": "1.0.x-dev"
1989                }
1990            },
1991            "autoload": {
1992                "classmap": [
1993                    "src/"
1994                ]
1995            },
1996            "notification-url": "https://packagist.org/downloads/",
1997            "license": [
1998                "BSD-3-Clause"
1999            ],
2000            "authors": [
2001                {
2002                    "name": "Arne Blankerts",
2003                    "email": "arne@blankerts.de",
2004                    "role": "Developer"
2005                },
2006                {
2007                    "name": "Sebastian Heuer",
2008                    "email": "sebastian@phpeople.de",
2009                    "role": "Developer"
2010                },
2011                {
2012                    "name": "Sebastian Bergmann",
2013                    "email": "sebastian@phpunit.de",
2014                    "role": "Developer"
2015                }
2016            ],
2017            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2018            "time": "2017-03-05T18:14:27+00:00"
2019        },
2020        {
2021            "name": "phar-io/version",
2022            "version": "1.0.1",
2023            "source": {
2024                "type": "git",
2025                "url": "https://github.com/phar-io/version.git",
2026                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2027            },
2028            "dist": {
2029                "type": "zip",
2030                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2031                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2032                "shasum": ""
2033            },
2034            "require": {
2035                "php": "^5.6 || ^7.0"
2036            },
2037            "type": "library",
2038            "autoload": {
2039                "classmap": [
2040                    "src/"
2041                ]
2042            },
2043            "notification-url": "https://packagist.org/downloads/",
2044            "license": [
2045                "BSD-3-Clause"
2046            ],
2047            "authors": [
2048                {
2049                    "name": "Arne Blankerts",
2050                    "email": "arne@blankerts.de",
2051                    "role": "Developer"
2052                },
2053                {
2054                    "name": "Sebastian Heuer",
2055                    "email": "sebastian@phpeople.de",
2056                    "role": "Developer"
2057                },
2058                {
2059                    "name": "Sebastian Bergmann",
2060                    "email": "sebastian@phpunit.de",
2061                    "role": "Developer"
2062                }
2063            ],
2064            "description": "Library for handling version information and constraints",
2065            "time": "2017-03-05T17:38:23+00:00"
2066        },
2067        {
2068            "name": "php-coveralls/php-coveralls",
2069            "version": "v2.1.0",
2070            "source": {
2071                "type": "git",
2072                "url": "https://github.com/php-coveralls/php-coveralls.git",
2073                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
2074            },
2075            "dist": {
2076                "type": "zip",
2077                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
2078                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
2079                "shasum": ""
2080            },
2081            "require": {
2082                "ext-json": "*",
2083                "ext-simplexml": "*",
2084                "guzzlehttp/guzzle": "^6.0",
2085                "php": "^5.5 || ^7.0",
2086                "psr/log": "^1.0",
2087                "symfony/config": "^2.1 || ^3.0 || ^4.0",
2088                "symfony/console": "^2.1 || ^3.0 || ^4.0",
2089                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
2090                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
2091            },
2092            "require-dev": {
2093                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
2094            },
2095            "suggest": {
2096                "symfony/http-kernel": "Allows Symfony integration"
2097            },
2098            "bin": [
2099                "bin/php-coveralls"
2100            ],
2101            "type": "library",
2102            "extra": {
2103                "branch-alias": {
2104                    "dev-master": "2.1-dev"
2105                }
2106            },
2107            "autoload": {
2108                "psr-4": {
2109                    "PhpCoveralls\\": "src/"
2110                }
2111            },
2112            "notification-url": "https://packagist.org/downloads/",
2113            "license": [
2114                "MIT"
2115            ],
2116            "authors": [
2117                {
2118                    "name": "Kitamura Satoshi",
2119                    "email": "with.no.parachute@gmail.com",
2120                    "homepage": "https://www.facebook.com/satooshi.jp",
2121                    "role": "Original creator"
2122                },
2123                {
2124                    "name": "Takashi Matsuo",
2125                    "email": "tmatsuo@google.com"
2126                },
2127                {
2128                    "name": "Google Inc"
2129                },
2130                {
2131                    "name": "Dariusz Ruminski",
2132                    "email": "dariusz.ruminski@gmail.com",
2133                    "homepage": "https://github.com/keradus"
2134                },
2135                {
2136                    "name": "Contributors",
2137                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
2138                }
2139            ],
2140            "description": "PHP client library for Coveralls API",
2141            "homepage": "https://github.com/php-coveralls/php-coveralls",
2142            "keywords": [
2143                "ci",
2144                "coverage",
2145                "github",
2146                "test"
2147            ],
2148            "time": "2018-05-22T23:11:08+00:00"
2149        },
2150        {
2151            "name": "phpdocumentor/reflection-common",
2152            "version": "1.0.1",
2153            "source": {
2154                "type": "git",
2155                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2156                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2157            },
2158            "dist": {
2159                "type": "zip",
2160                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2161                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2162                "shasum": ""
2163            },
2164            "require": {
2165                "php": ">=5.5"
2166            },
2167            "require-dev": {
2168                "phpunit/phpunit": "^4.6"
2169            },
2170            "type": "library",
2171            "extra": {
2172                "branch-alias": {
2173                    "dev-master": "1.0.x-dev"
2174                }
2175            },
2176            "autoload": {
2177                "psr-4": {
2178                    "phpDocumentor\\Reflection\\": [
2179                        "src"
2180                    ]
2181                }
2182            },
2183            "notification-url": "https://packagist.org/downloads/",
2184            "license": [
2185                "MIT"
2186            ],
2187            "authors": [
2188                {
2189                    "name": "Jaap van Otterdijk",
2190                    "email": "opensource@ijaap.nl"
2191                }
2192            ],
2193            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2194            "homepage": "http://www.phpdoc.org",
2195            "keywords": [
2196                "FQSEN",
2197                "phpDocumentor",
2198                "phpdoc",
2199                "reflection",
2200                "static analysis"
2201            ],
2202            "time": "2017-09-11T18:02:19+00:00"
2203        },
2204        {
2205            "name": "phpdocumentor/reflection-docblock",
2206            "version": "4.3.0",
2207            "source": {
2208                "type": "git",
2209                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2210                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2211            },
2212            "dist": {
2213                "type": "zip",
2214                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2215                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2216                "shasum": ""
2217            },
2218            "require": {
2219                "php": "^7.0",
2220                "phpdocumentor/reflection-common": "^1.0.0",
2221                "phpdocumentor/type-resolver": "^0.4.0",
2222                "webmozart/assert": "^1.0"
2223            },
2224            "require-dev": {
2225                "doctrine/instantiator": "~1.0.5",
2226                "mockery/mockery": "^1.0",
2227                "phpunit/phpunit": "^6.4"
2228            },
2229            "type": "library",
2230            "extra": {
2231                "branch-alias": {
2232                    "dev-master": "4.x-dev"
2233                }
2234            },
2235            "autoload": {
2236                "psr-4": {
2237                    "phpDocumentor\\Reflection\\": [
2238                        "src/"
2239                    ]
2240                }
2241            },
2242            "notification-url": "https://packagist.org/downloads/",
2243            "license": [
2244                "MIT"
2245            ],
2246            "authors": [
2247                {
2248                    "name": "Mike van Riel",
2249                    "email": "me@mikevanriel.com"
2250                }
2251            ],
2252            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2253            "time": "2017-11-30T07:14:17+00:00"
2254        },
2255        {
2256            "name": "phpdocumentor/type-resolver",
2257            "version": "0.4.0",
2258            "source": {
2259                "type": "git",
2260                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2261                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2262            },
2263            "dist": {
2264                "type": "zip",
2265                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2266                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2267                "shasum": ""
2268            },
2269            "require": {
2270                "php": "^5.5 || ^7.0",
2271                "phpdocumentor/reflection-common": "^1.0"
2272            },
2273            "require-dev": {
2274                "mockery/mockery": "^0.9.4",
2275                "phpunit/phpunit": "^5.2||^4.8.24"
2276            },
2277            "type": "library",
2278            "extra": {
2279                "branch-alias": {
2280                    "dev-master": "1.0.x-dev"
2281                }
2282            },
2283            "autoload": {
2284                "psr-4": {
2285                    "phpDocumentor\\Reflection\\": [
2286                        "src/"
2287                    ]
2288                }
2289            },
2290            "notification-url": "https://packagist.org/downloads/",
2291            "license": [
2292                "MIT"
2293            ],
2294            "authors": [
2295                {
2296                    "name": "Mike van Riel",
2297                    "email": "me@mikevanriel.com"
2298                }
2299            ],
2300            "time": "2017-07-14T14:27:02+00:00"
2301        },
2302        {
2303            "name": "phpspec/prophecy",
2304            "version": "1.7.6",
2305            "source": {
2306                "type": "git",
2307                "url": "https://github.com/phpspec/prophecy.git",
2308                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2309            },
2310            "dist": {
2311                "type": "zip",
2312                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2313                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2314                "shasum": ""
2315            },
2316            "require": {
2317                "doctrine/instantiator": "^1.0.2",
2318                "php": "^5.3|^7.0",
2319                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2320                "sebastian/comparator": "^1.1|^2.0|^3.0",
2321                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2322            },
2323            "require-dev": {
2324                "phpspec/phpspec": "^2.5|^3.2",
2325                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2326            },
2327            "type": "library",
2328            "extra": {
2329                "branch-alias": {
2330                    "dev-master": "1.7.x-dev"
2331                }
2332            },
2333            "autoload": {
2334                "psr-0": {
2335                    "Prophecy\\": "src/"
2336                }
2337            },
2338            "notification-url": "https://packagist.org/downloads/",
2339            "license": [
2340                "MIT"
2341            ],
2342            "authors": [
2343                {
2344                    "name": "Konstantin Kudryashov",
2345                    "email": "ever.zet@gmail.com",
2346                    "homepage": "http://everzet.com"
2347                },
2348                {
2349                    "name": "Marcello Duarte",
2350                    "email": "marcello.duarte@gmail.com"
2351                }
2352            ],
2353            "description": "Highly opinionated mocking framework for PHP 5.3+",
2354            "homepage": "https://github.com/phpspec/prophecy",
2355            "keywords": [
2356                "Double",
2357                "Dummy",
2358                "fake",
2359                "mock",
2360                "spy",
2361                "stub"
2362            ],
2363            "time": "2018-04-18T13:57:24+00:00"
2364        },
2365        {
2366            "name": "phpunit/php-code-coverage",
2367            "version": "5.3.2",
2368            "source": {
2369                "type": "git",
2370                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2371                "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
2372            },
2373            "dist": {
2374                "type": "zip",
2375                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
2376                "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
2377                "shasum": ""
2378            },
2379            "require": {
2380                "ext-dom": "*",
2381                "ext-xmlwriter": "*",
2382                "php": "^7.0",
2383                "phpunit/php-file-iterator": "^1.4.2",
2384                "phpunit/php-text-template": "^1.2.1",
2385                "phpunit/php-token-stream": "^2.0.1",
2386                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2387                "sebastian/environment": "^3.0",
2388                "sebastian/version": "^2.0.1",
2389                "theseer/tokenizer": "^1.1"
2390            },
2391            "require-dev": {
2392                "phpunit/phpunit": "^6.0"
2393            },
2394            "suggest": {
2395                "ext-xdebug": "^2.5.5"
2396            },
2397            "type": "library",
2398            "extra": {
2399                "branch-alias": {
2400                    "dev-master": "5.3.x-dev"
2401                }
2402            },
2403            "autoload": {
2404                "classmap": [
2405                    "src/"
2406                ]
2407            },
2408            "notification-url": "https://packagist.org/downloads/",
2409            "license": [
2410                "BSD-3-Clause"
2411            ],
2412            "authors": [
2413                {
2414                    "name": "Sebastian Bergmann",
2415                    "email": "sebastian@phpunit.de",
2416                    "role": "lead"
2417                }
2418            ],
2419            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2420            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2421            "keywords": [
2422                "coverage",
2423                "testing",
2424                "xunit"
2425            ],
2426            "time": "2018-04-06T15:36:58+00:00"
2427        },
2428        {
2429            "name": "phpunit/php-file-iterator",
2430            "version": "1.4.5",
2431            "source": {
2432                "type": "git",
2433                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2434                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2435            },
2436            "dist": {
2437                "type": "zip",
2438                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2439                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2440                "shasum": ""
2441            },
2442            "require": {
2443                "php": ">=5.3.3"
2444            },
2445            "type": "library",
2446            "extra": {
2447                "branch-alias": {
2448                    "dev-master": "1.4.x-dev"
2449                }
2450            },
2451            "autoload": {
2452                "classmap": [
2453                    "src/"
2454                ]
2455            },
2456            "notification-url": "https://packagist.org/downloads/",
2457            "license": [
2458                "BSD-3-Clause"
2459            ],
2460            "authors": [
2461                {
2462                    "name": "Sebastian Bergmann",
2463                    "email": "sb@sebastian-bergmann.de",
2464                    "role": "lead"
2465                }
2466            ],
2467            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2468            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2469            "keywords": [
2470                "filesystem",
2471                "iterator"
2472            ],
2473            "time": "2017-11-27T13:52:08+00:00"
2474        },
2475        {
2476            "name": "phpunit/php-text-template",
2477            "version": "1.2.1",
2478            "source": {
2479                "type": "git",
2480                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2481                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2482            },
2483            "dist": {
2484                "type": "zip",
2485                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2486                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2487                "shasum": ""
2488            },
2489            "require": {
2490                "php": ">=5.3.3"
2491            },
2492            "type": "library",
2493            "autoload": {
2494                "classmap": [
2495                    "src/"
2496                ]
2497            },
2498            "notification-url": "https://packagist.org/downloads/",
2499            "license": [
2500                "BSD-3-Clause"
2501            ],
2502            "authors": [
2503                {
2504                    "name": "Sebastian Bergmann",
2505                    "email": "sebastian@phpunit.de",
2506                    "role": "lead"
2507                }
2508            ],
2509            "description": "Simple template engine.",
2510            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2511            "keywords": [
2512                "template"
2513            ],
2514            "time": "2015-06-21T13:50:34+00:00"
2515        },
2516        {
2517            "name": "phpunit/php-timer",
2518            "version": "1.0.9",
2519            "source": {
2520                "type": "git",
2521                "url": "https://github.com/sebastianbergmann/php-timer.git",
2522                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2523            },
2524            "dist": {
2525                "type": "zip",
2526                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2527                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2528                "shasum": ""
2529            },
2530            "require": {
2531                "php": "^5.3.3 || ^7.0"
2532            },
2533            "require-dev": {
2534                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2535            },
2536            "type": "library",
2537            "extra": {
2538                "branch-alias": {
2539                    "dev-master": "1.0-dev"
2540                }
2541            },
2542            "autoload": {
2543                "classmap": [
2544                    "src/"
2545                ]
2546            },
2547            "notification-url": "https://packagist.org/downloads/",
2548            "license": [
2549                "BSD-3-Clause"
2550            ],
2551            "authors": [
2552                {
2553                    "name": "Sebastian Bergmann",
2554                    "email": "sb@sebastian-bergmann.de",
2555                    "role": "lead"
2556                }
2557            ],
2558            "description": "Utility class for timing",
2559            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2560            "keywords": [
2561                "timer"
2562            ],
2563            "time": "2017-02-26T11:10:40+00:00"
2564        },
2565        {
2566            "name": "phpunit/php-token-stream",
2567            "version": "2.0.2",
2568            "source": {
2569                "type": "git",
2570                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2571                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2572            },
2573            "dist": {
2574                "type": "zip",
2575                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2576                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2577                "shasum": ""
2578            },
2579            "require": {
2580                "ext-tokenizer": "*",
2581                "php": "^7.0"
2582            },
2583            "require-dev": {
2584                "phpunit/phpunit": "^6.2.4"
2585            },
2586            "type": "library",
2587            "extra": {
2588                "branch-alias": {
2589                    "dev-master": "2.0-dev"
2590                }
2591            },
2592            "autoload": {
2593                "classmap": [
2594                    "src/"
2595                ]
2596            },
2597            "notification-url": "https://packagist.org/downloads/",
2598            "license": [
2599                "BSD-3-Clause"
2600            ],
2601            "authors": [
2602                {
2603                    "name": "Sebastian Bergmann",
2604                    "email": "sebastian@phpunit.de"
2605                }
2606            ],
2607            "description": "Wrapper around PHP's tokenizer extension.",
2608            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2609            "keywords": [
2610                "tokenizer"
2611            ],
2612            "time": "2017-11-27T05:48:46+00:00"
2613        },
2614        {
2615            "name": "phpunit/phpunit",
2616            "version": "6.5.8",
2617            "source": {
2618                "type": "git",
2619                "url": "https://github.com/sebastianbergmann/phpunit.git",
2620                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
2621            },
2622            "dist": {
2623                "type": "zip",
2624                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
2625                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
2626                "shasum": ""
2627            },
2628            "require": {
2629                "ext-dom": "*",
2630                "ext-json": "*",
2631                "ext-libxml": "*",
2632                "ext-mbstring": "*",
2633                "ext-xml": "*",
2634                "myclabs/deep-copy": "^1.6.1",
2635                "phar-io/manifest": "^1.0.1",
2636                "phar-io/version": "^1.0",
2637                "php": "^7.0",
2638                "phpspec/prophecy": "^1.7",
2639                "phpunit/php-code-coverage": "^5.3",
2640                "phpunit/php-file-iterator": "^1.4.3",
2641                "phpunit/php-text-template": "^1.2.1",
2642                "phpunit/php-timer": "^1.0.9",
2643                "phpunit/phpunit-mock-objects": "^5.0.5",
2644                "sebastian/comparator": "^2.1",
2645                "sebastian/diff": "^2.0",
2646                "sebastian/environment": "^3.1",
2647                "sebastian/exporter": "^3.1",
2648                "sebastian/global-state": "^2.0",
2649                "sebastian/object-enumerator": "^3.0.3",
2650                "sebastian/resource-operations": "^1.0",
2651                "sebastian/version": "^2.0.1"
2652            },
2653            "conflict": {
2654                "phpdocumentor/reflection-docblock": "3.0.2",
2655                "phpunit/dbunit": "<3.0"
2656            },
2657            "require-dev": {
2658                "ext-pdo": "*"
2659            },
2660            "suggest": {
2661                "ext-xdebug": "*",
2662                "phpunit/php-invoker": "^1.1"
2663            },
2664            "bin": [
2665                "phpunit"
2666            ],
2667            "type": "library",
2668            "extra": {
2669                "branch-alias": {
2670                    "dev-master": "6.5.x-dev"
2671                }
2672            },
2673            "autoload": {
2674                "classmap": [
2675                    "src/"
2676                ]
2677            },
2678            "notification-url": "https://packagist.org/downloads/",
2679            "license": [
2680                "BSD-3-Clause"
2681            ],
2682            "authors": [
2683                {
2684                    "name": "Sebastian Bergmann",
2685                    "email": "sebastian@phpunit.de",
2686                    "role": "lead"
2687                }
2688            ],
2689            "description": "The PHP Unit Testing framework.",
2690            "homepage": "https://phpunit.de/",
2691            "keywords": [
2692                "phpunit",
2693                "testing",
2694                "xunit"
2695            ],
2696            "time": "2018-04-10T11:38:34+00:00"
2697        },
2698        {
2699            "name": "phpunit/phpunit-mock-objects",
2700            "version": "5.0.7",
2701            "source": {
2702                "type": "git",
2703                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2704                "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce"
2705            },
2706            "dist": {
2707                "type": "zip",
2708                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3eaf040f20154d27d6da59ca2c6e28ac8fd56dce",
2709                "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce",
2710                "shasum": ""
2711            },
2712            "require": {
2713                "doctrine/instantiator": "^1.0.5",
2714                "php": "^7.0",
2715                "phpunit/php-text-template": "^1.2.1",
2716                "sebastian/exporter": "^3.1"
2717            },
2718            "conflict": {
2719                "phpunit/phpunit": "<6.0"
2720            },
2721            "require-dev": {
2722                "phpunit/phpunit": "^6.5"
2723            },
2724            "suggest": {
2725                "ext-soap": "*"
2726            },
2727            "type": "library",
2728            "extra": {
2729                "branch-alias": {
2730                    "dev-master": "5.0.x-dev"
2731                }
2732            },
2733            "autoload": {
2734                "classmap": [
2735                    "src/"
2736                ]
2737            },
2738            "notification-url": "https://packagist.org/downloads/",
2739            "license": [
2740                "BSD-3-Clause"
2741            ],
2742            "authors": [
2743                {
2744                    "name": "Sebastian Bergmann",
2745                    "email": "sebastian@phpunit.de",
2746                    "role": "lead"
2747                }
2748            ],
2749            "description": "Mock Object library for PHPUnit",
2750            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2751            "keywords": [
2752                "mock",
2753                "xunit"
2754            ],
2755            "time": "2018-05-29T13:50:43+00:00"
2756        },
2757        {
2758            "name": "sebastian/code-unit-reverse-lookup",
2759            "version": "1.0.1",
2760            "source": {
2761                "type": "git",
2762                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2763                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2764            },
2765            "dist": {
2766                "type": "zip",
2767                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2768                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2769                "shasum": ""
2770            },
2771            "require": {
2772                "php": "^5.6 || ^7.0"
2773            },
2774            "require-dev": {
2775                "phpunit/phpunit": "^5.7 || ^6.0"
2776            },
2777            "type": "library",
2778            "extra": {
2779                "branch-alias": {
2780                    "dev-master": "1.0.x-dev"
2781                }
2782            },
2783            "autoload": {
2784                "classmap": [
2785                    "src/"
2786                ]
2787            },
2788            "notification-url": "https://packagist.org/downloads/",
2789            "license": [
2790                "BSD-3-Clause"
2791            ],
2792            "authors": [
2793                {
2794                    "name": "Sebastian Bergmann",
2795                    "email": "sebastian@phpunit.de"
2796                }
2797            ],
2798            "description": "Looks up which function or method a line of code belongs to",
2799            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2800            "time": "2017-03-04T06:30:41+00:00"
2801        },
2802        {
2803            "name": "sebastian/comparator",
2804            "version": "2.1.3",
2805            "source": {
2806                "type": "git",
2807                "url": "https://github.com/sebastianbergmann/comparator.git",
2808                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
2809            },
2810            "dist": {
2811                "type": "zip",
2812                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
2813                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
2814                "shasum": ""
2815            },
2816            "require": {
2817                "php": "^7.0",
2818                "sebastian/diff": "^2.0 || ^3.0",
2819                "sebastian/exporter": "^3.1"
2820            },
2821            "require-dev": {
2822                "phpunit/phpunit": "^6.4"
2823            },
2824            "type": "library",
2825            "extra": {
2826                "branch-alias": {
2827                    "dev-master": "2.1.x-dev"
2828                }
2829            },
2830            "autoload": {
2831                "classmap": [
2832                    "src/"
2833                ]
2834            },
2835            "notification-url": "https://packagist.org/downloads/",
2836            "license": [
2837                "BSD-3-Clause"
2838            ],
2839            "authors": [
2840                {
2841                    "name": "Jeff Welch",
2842                    "email": "whatthejeff@gmail.com"
2843                },
2844                {
2845                    "name": "Volker Dusch",
2846                    "email": "github@wallbash.com"
2847                },
2848                {
2849                    "name": "Bernhard Schussek",
2850                    "email": "bschussek@2bepublished.at"
2851                },
2852                {
2853                    "name": "Sebastian Bergmann",
2854                    "email": "sebastian@phpunit.de"
2855                }
2856            ],
2857            "description": "Provides the functionality to compare PHP values for equality",
2858            "homepage": "https://github.com/sebastianbergmann/comparator",
2859            "keywords": [
2860                "comparator",
2861                "compare",
2862                "equality"
2863            ],
2864            "time": "2018-02-01T13:46:46+00:00"
2865        },
2866        {
2867            "name": "sebastian/diff",
2868            "version": "2.0.1",
2869            "source": {
2870                "type": "git",
2871                "url": "https://github.com/sebastianbergmann/diff.git",
2872                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2873            },
2874            "dist": {
2875                "type": "zip",
2876                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2877                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2878                "shasum": ""
2879            },
2880            "require": {
2881                "php": "^7.0"
2882            },
2883            "require-dev": {
2884                "phpunit/phpunit": "^6.2"
2885            },
2886            "type": "library",
2887            "extra": {
2888                "branch-alias": {
2889                    "dev-master": "2.0-dev"
2890                }
2891            },
2892            "autoload": {
2893                "classmap": [
2894                    "src/"
2895                ]
2896            },
2897            "notification-url": "https://packagist.org/downloads/",
2898            "license": [
2899                "BSD-3-Clause"
2900            ],
2901            "authors": [
2902                {
2903                    "name": "Kore Nordmann",
2904                    "email": "mail@kore-nordmann.de"
2905                },
2906                {
2907                    "name": "Sebastian Bergmann",
2908                    "email": "sebastian@phpunit.de"
2909                }
2910            ],
2911            "description": "Diff implementation",
2912            "homepage": "https://github.com/sebastianbergmann/diff",
2913            "keywords": [
2914                "diff"
2915            ],
2916            "time": "2017-08-03T08:09:46+00:00"
2917        },
2918        {
2919            "name": "sebastian/environment",
2920            "version": "3.1.0",
2921            "source": {
2922                "type": "git",
2923                "url": "https://github.com/sebastianbergmann/environment.git",
2924                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2925            },
2926            "dist": {
2927                "type": "zip",
2928                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2929                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2930                "shasum": ""
2931            },
2932            "require": {
2933                "php": "^7.0"
2934            },
2935            "require-dev": {
2936                "phpunit/phpunit": "^6.1"
2937            },
2938            "type": "library",
2939            "extra": {
2940                "branch-alias": {
2941                    "dev-master": "3.1.x-dev"
2942                }
2943            },
2944            "autoload": {
2945                "classmap": [
2946                    "src/"
2947                ]
2948            },
2949            "notification-url": "https://packagist.org/downloads/",
2950            "license": [
2951                "BSD-3-Clause"
2952            ],
2953            "authors": [
2954                {
2955                    "name": "Sebastian Bergmann",
2956                    "email": "sebastian@phpunit.de"
2957                }
2958            ],
2959            "description": "Provides functionality to handle HHVM/PHP environments",
2960            "homepage": "http://www.github.com/sebastianbergmann/environment",
2961            "keywords": [
2962                "Xdebug",
2963                "environment",
2964                "hhvm"
2965            ],
2966            "time": "2017-07-01T08:51:00+00:00"
2967        },
2968        {
2969            "name": "sebastian/exporter",
2970            "version": "3.1.0",
2971            "source": {
2972                "type": "git",
2973                "url": "https://github.com/sebastianbergmann/exporter.git",
2974                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2975            },
2976            "dist": {
2977                "type": "zip",
2978                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2979                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2980                "shasum": ""
2981            },
2982            "require": {
2983                "php": "^7.0",
2984                "sebastian/recursion-context": "^3.0"
2985            },
2986            "require-dev": {
2987                "ext-mbstring": "*",
2988                "phpunit/phpunit": "^6.0"
2989            },
2990            "type": "library",
2991            "extra": {
2992                "branch-alias": {
2993                    "dev-master": "3.1.x-dev"
2994                }
2995            },
2996            "autoload": {
2997                "classmap": [
2998                    "src/"
2999                ]
3000            },
3001            "notification-url": "https://packagist.org/downloads/",
3002            "license": [
3003                "BSD-3-Clause"
3004            ],
3005            "authors": [
3006                {
3007                    "name": "Jeff Welch",
3008                    "email": "whatthejeff@gmail.com"
3009                },
3010                {
3011                    "name": "Volker Dusch",
3012                    "email": "github@wallbash.com"
3013                },
3014                {
3015                    "name": "Bernhard Schussek",
3016                    "email": "bschussek@2bepublished.at"
3017                },
3018                {
3019                    "name": "Sebastian Bergmann",
3020                    "email": "sebastian@phpunit.de"
3021                },
3022                {
3023                    "name": "Adam Harvey",
3024                    "email": "aharvey@php.net"
3025                }
3026            ],
3027            "description": "Provides the functionality to export PHP variables for visualization",
3028            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3029            "keywords": [
3030                "export",
3031                "exporter"
3032            ],
3033            "time": "2017-04-03T13:19:02+00:00"
3034        },
3035        {
3036            "name": "sebastian/global-state",
3037            "version": "2.0.0",
3038            "source": {
3039                "type": "git",
3040                "url": "https://github.com/sebastianbergmann/global-state.git",
3041                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3042            },
3043            "dist": {
3044                "type": "zip",
3045                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3046                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3047                "shasum": ""
3048            },
3049            "require": {
3050                "php": "^7.0"
3051            },
3052            "require-dev": {
3053                "phpunit/phpunit": "^6.0"
3054            },
3055            "suggest": {
3056                "ext-uopz": "*"
3057            },
3058            "type": "library",
3059            "extra": {
3060                "branch-alias": {
3061                    "dev-master": "2.0-dev"
3062                }
3063            },
3064            "autoload": {
3065                "classmap": [
3066                    "src/"
3067                ]
3068            },
3069            "notification-url": "https://packagist.org/downloads/",
3070            "license": [
3071                "BSD-3-Clause"
3072            ],
3073            "authors": [
3074                {
3075                    "name": "Sebastian Bergmann",
3076                    "email": "sebastian@phpunit.de"
3077                }
3078            ],
3079            "description": "Snapshotting of global state",
3080            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3081            "keywords": [
3082                "global state"
3083            ],
3084            "time": "2017-04-27T15:39:26+00:00"
3085        },
3086        {
3087            "name": "sebastian/object-enumerator",
3088            "version": "3.0.3",
3089            "source": {
3090                "type": "git",
3091                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3092                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3093            },
3094            "dist": {
3095                "type": "zip",
3096                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3097                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3098                "shasum": ""
3099            },
3100            "require": {
3101                "php": "^7.0",
3102                "sebastian/object-reflector": "^1.1.1",
3103                "sebastian/recursion-context": "^3.0"
3104            },
3105            "require-dev": {
3106                "phpunit/phpunit": "^6.0"
3107            },
3108            "type": "library",
3109            "extra": {
3110                "branch-alias": {
3111                    "dev-master": "3.0.x-dev"
3112                }
3113            },
3114            "autoload": {
3115                "classmap": [
3116                    "src/"
3117                ]
3118            },
3119            "notification-url": "https://packagist.org/downloads/",
3120            "license": [
3121                "BSD-3-Clause"
3122            ],
3123            "authors": [
3124                {
3125                    "name": "Sebastian Bergmann",
3126                    "email": "sebastian@phpunit.de"
3127                }
3128            ],
3129            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3130            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3131            "time": "2017-08-03T12:35:26+00:00"
3132        },
3133        {
3134            "name": "sebastian/object-reflector",
3135            "version": "1.1.1",
3136            "source": {
3137                "type": "git",
3138                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3139                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3140            },
3141            "dist": {
3142                "type": "zip",
3143                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3144                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3145                "shasum": ""
3146            },
3147            "require": {
3148                "php": "^7.0"
3149            },
3150            "require-dev": {
3151                "phpunit/phpunit": "^6.0"
3152            },
3153            "type": "library",
3154            "extra": {
3155                "branch-alias": {
3156                    "dev-master": "1.1-dev"
3157                }
3158            },
3159            "autoload": {
3160                "classmap": [
3161                    "src/"
3162                ]
3163            },
3164            "notification-url": "https://packagist.org/downloads/",
3165            "license": [
3166                "BSD-3-Clause"
3167            ],
3168            "authors": [
3169                {
3170                    "name": "Sebastian Bergmann",
3171                    "email": "sebastian@phpunit.de"
3172                }
3173            ],
3174            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3175            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3176            "time": "2017-03-29T09:07:27+00:00"
3177        },
3178        {
3179            "name": "sebastian/recursion-context",
3180            "version": "3.0.0",
3181            "source": {
3182                "type": "git",
3183                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3184                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3185            },
3186            "dist": {
3187                "type": "zip",
3188                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3189                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3190                "shasum": ""
3191            },
3192            "require": {
3193                "php": "^7.0"
3194            },
3195            "require-dev": {
3196                "phpunit/phpunit": "^6.0"
3197            },
3198            "type": "library",
3199            "extra": {
3200                "branch-alias": {
3201                    "dev-master": "3.0.x-dev"
3202                }
3203            },
3204            "autoload": {
3205                "classmap": [
3206                    "src/"
3207                ]
3208            },
3209            "notification-url": "https://packagist.org/downloads/",
3210            "license": [
3211                "BSD-3-Clause"
3212            ],
3213            "authors": [
3214                {
3215                    "name": "Jeff Welch",
3216                    "email": "whatthejeff@gmail.com"
3217                },
3218                {
3219                    "name": "Sebastian Bergmann",
3220                    "email": "sebastian@phpunit.de"
3221                },
3222                {
3223                    "name": "Adam Harvey",
3224                    "email": "aharvey@php.net"
3225                }
3226            ],
3227            "description": "Provides functionality to recursively process PHP variables",
3228            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3229            "time": "2017-03-03T06:23:57+00:00"
3230        },
3231        {
3232            "name": "sebastian/resource-operations",
3233            "version": "1.0.0",
3234            "source": {
3235                "type": "git",
3236                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3237                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3238            },
3239            "dist": {
3240                "type": "zip",
3241                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3242                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3243                "shasum": ""
3244            },
3245            "require": {
3246                "php": ">=5.6.0"
3247            },
3248            "type": "library",
3249            "extra": {
3250                "branch-alias": {
3251                    "dev-master": "1.0.x-dev"
3252                }
3253            },
3254            "autoload": {
3255                "classmap": [
3256                    "src/"
3257                ]
3258            },
3259            "notification-url": "https://packagist.org/downloads/",
3260            "license": [
3261                "BSD-3-Clause"
3262            ],
3263            "authors": [
3264                {
3265                    "name": "Sebastian Bergmann",
3266                    "email": "sebastian@phpunit.de"
3267                }
3268            ],
3269            "description": "Provides a list of PHP built-in functions that operate on resources",
3270            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3271            "time": "2015-07-28T20:34:47+00:00"
3272        },
3273        {
3274            "name": "sebastian/version",
3275            "version": "2.0.1",
3276            "source": {
3277                "type": "git",
3278                "url": "https://github.com/sebastianbergmann/version.git",
3279                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3280            },
3281            "dist": {
3282                "type": "zip",
3283                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3284                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3285                "shasum": ""
3286            },
3287            "require": {
3288                "php": ">=5.6"
3289            },
3290            "type": "library",
3291            "extra": {
3292                "branch-alias": {
3293                    "dev-master": "2.0.x-dev"
3294                }
3295            },
3296            "autoload": {
3297                "classmap": [
3298                    "src/"
3299                ]
3300            },
3301            "notification-url": "https://packagist.org/downloads/",
3302            "license": [
3303                "BSD-3-Clause"
3304            ],
3305            "authors": [
3306                {
3307                    "name": "Sebastian Bergmann",
3308                    "email": "sebastian@phpunit.de",
3309                    "role": "lead"
3310                }
3311            ],
3312            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3313            "homepage": "https://github.com/sebastianbergmann/version",
3314            "time": "2016-10-03T07:35:21+00:00"
3315        },
3316        {
3317            "name": "symfony/config",
3318            "version": "v3.4.11",
3319            "source": {
3320                "type": "git",
3321                "url": "https://github.com/symfony/config.git",
3322                "reference": "73e055cf2e6467715f187724a0347ea32079967c"
3323            },
3324            "dist": {
3325                "type": "zip",
3326                "url": "https://api.github.com/repos/symfony/config/zipball/73e055cf2e6467715f187724a0347ea32079967c",
3327                "reference": "73e055cf2e6467715f187724a0347ea32079967c",
3328                "shasum": ""
3329            },
3330            "require": {
3331                "php": "^5.5.9|>=7.0.8",
3332                "symfony/filesystem": "~2.8|~3.0|~4.0",
3333                "symfony/polyfill-ctype": "~1.8"
3334            },
3335            "conflict": {
3336                "symfony/dependency-injection": "<3.3",
3337                "symfony/finder": "<3.3"
3338            },
3339            "require-dev": {
3340                "symfony/dependency-injection": "~3.3|~4.0",
3341                "symfony/event-dispatcher": "~3.3|~4.0",
3342                "symfony/finder": "~3.3|~4.0",
3343                "symfony/yaml": "~3.0|~4.0"
3344            },
3345            "suggest": {
3346                "symfony/yaml": "To use the yaml reference dumper"
3347            },
3348            "type": "library",
3349            "extra": {
3350                "branch-alias": {
3351                    "dev-master": "3.4-dev"
3352                }
3353            },
3354            "autoload": {
3355                "psr-4": {
3356                    "Symfony\\Component\\Config\\": ""
3357                },
3358                "exclude-from-classmap": [
3359                    "/Tests/"
3360                ]
3361            },
3362            "notification-url": "https://packagist.org/downloads/",
3363            "license": [
3364                "MIT"
3365            ],
3366            "authors": [
3367                {
3368                    "name": "Fabien Potencier",
3369                    "email": "fabien@symfony.com"
3370                },
3371                {
3372                    "name": "Symfony Community",
3373                    "homepage": "https://symfony.com/contributors"
3374                }
3375            ],
3376            "description": "Symfony Config Component",
3377            "homepage": "https://symfony.com",
3378            "time": "2018-05-14T16:49:53+00:00"
3379        },
3380        {
3381            "name": "symfony/console",
3382            "version": "v3.4.11",
3383            "source": {
3384                "type": "git",
3385                "url": "https://github.com/symfony/console.git",
3386                "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27"
3387            },
3388            "dist": {
3389                "type": "zip",
3390                "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27",
3391                "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27",
3392                "shasum": ""
3393            },
3394            "require": {
3395                "php": "^5.5.9|>=7.0.8",
3396                "symfony/debug": "~2.8|~3.0|~4.0",
3397                "symfony/polyfill-mbstring": "~1.0"
3398            },
3399            "conflict": {
3400                "symfony/dependency-injection": "<3.4",
3401                "symfony/process": "<3.3"
3402            },
3403            "require-dev": {
3404                "psr/log": "~1.0",
3405                "symfony/config": "~3.3|~4.0",
3406                "symfony/dependency-injection": "~3.4|~4.0",
3407                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
3408                "symfony/lock": "~3.4|~4.0",
3409                "symfony/process": "~3.3|~4.0"
3410            },
3411            "suggest": {
3412                "psr/log-implementation": "For using the console logger",
3413                "symfony/event-dispatcher": "",
3414                "symfony/lock": "",
3415                "symfony/process": ""
3416            },
3417            "type": "library",
3418            "extra": {
3419                "branch-alias": {
3420                    "dev-master": "3.4-dev"
3421                }
3422            },
3423            "autoload": {
3424                "psr-4": {
3425                    "Symfony\\Component\\Console\\": ""
3426                },
3427                "exclude-from-classmap": [
3428                    "/Tests/"
3429                ]
3430            },
3431            "notification-url": "https://packagist.org/downloads/",
3432            "license": [
3433                "MIT"
3434            ],
3435            "authors": [
3436                {
3437                    "name": "Fabien Potencier",
3438                    "email": "fabien@symfony.com"
3439                },
3440                {
3441                    "name": "Symfony Community",
3442                    "homepage": "https://symfony.com/contributors"
3443                }
3444            ],
3445            "description": "Symfony Console Component",
3446            "homepage": "https://symfony.com",
3447            "time": "2018-05-16T08:49:21+00:00"
3448        },
3449        {
3450            "name": "symfony/filesystem",
3451            "version": "v3.4.11",
3452            "source": {
3453                "type": "git",
3454                "url": "https://github.com/symfony/filesystem.git",
3455                "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0"
3456            },
3457            "dist": {
3458                "type": "zip",
3459                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
3460                "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
3461                "shasum": ""
3462            },
3463            "require": {
3464                "php": "^5.5.9|>=7.0.8",
3465                "symfony/polyfill-ctype": "~1.8"
3466            },
3467            "type": "library",
3468            "extra": {
3469                "branch-alias": {
3470                    "dev-master": "3.4-dev"
3471                }
3472            },
3473            "autoload": {
3474                "psr-4": {
3475                    "Symfony\\Component\\Filesystem\\": ""
3476                },
3477                "exclude-from-classmap": [
3478                    "/Tests/"
3479                ]
3480            },
3481            "notification-url": "https://packagist.org/downloads/",
3482            "license": [
3483                "MIT"
3484            ],
3485            "authors": [
3486                {
3487                    "name": "Fabien Potencier",
3488                    "email": "fabien@symfony.com"
3489                },
3490                {
3491                    "name": "Symfony Community",
3492                    "homepage": "https://symfony.com/contributors"
3493                }
3494            ],
3495            "description": "Symfony Filesystem Component",
3496            "homepage": "https://symfony.com",
3497            "time": "2018-05-16T08:49:21+00:00"
3498        },
3499        {
3500            "name": "symfony/stopwatch",
3501            "version": "v3.4.11",
3502            "source": {
3503                "type": "git",
3504                "url": "https://github.com/symfony/stopwatch.git",
3505                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af"
3506            },
3507            "dist": {
3508                "type": "zip",
3509                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/eb17cfa072cab26537ac37e9c4ece6c0361369af",
3510                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af",
3511                "shasum": ""
3512            },
3513            "require": {
3514                "php": "^5.5.9|>=7.0.8"
3515            },
3516            "type": "library",
3517            "extra": {
3518                "branch-alias": {
3519                    "dev-master": "3.4-dev"
3520                }
3521            },
3522            "autoload": {
3523                "psr-4": {
3524                    "Symfony\\Component\\Stopwatch\\": ""
3525                },
3526                "exclude-from-classmap": [
3527                    "/Tests/"
3528                ]
3529            },
3530            "notification-url": "https://packagist.org/downloads/",
3531            "license": [
3532                "MIT"
3533            ],
3534            "authors": [
3535                {
3536                    "name": "Fabien Potencier",
3537                    "email": "fabien@symfony.com"
3538                },
3539                {
3540                    "name": "Symfony Community",
3541                    "homepage": "https://symfony.com/contributors"
3542                }
3543            ],
3544            "description": "Symfony Stopwatch Component",
3545            "homepage": "https://symfony.com",
3546            "time": "2018-02-17T14:55:25+00:00"
3547        },
3548        {
3549            "name": "symfony/var-dumper",
3550            "version": "v3.4.11",
3551            "source": {
3552                "type": "git",
3553                "url": "https://github.com/symfony/var-dumper.git",
3554                "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73"
3555            },
3556            "dist": {
3557                "type": "zip",
3558                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e6545672d8c9ce70dd472adc2f8b03155a46f73",
3559                "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73",
3560                "shasum": ""
3561            },
3562            "require": {
3563                "php": "^5.5.9|>=7.0.8",
3564                "symfony/polyfill-mbstring": "~1.0"
3565            },
3566            "conflict": {
3567                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3568            },
3569            "require-dev": {
3570                "ext-iconv": "*",
3571                "twig/twig": "~1.34|~2.4"
3572            },
3573            "suggest": {
3574                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3575                "ext-intl": "To show region name in time zone dump",
3576                "ext-symfony_debug": ""
3577            },
3578            "type": "library",
3579            "extra": {
3580                "branch-alias": {
3581                    "dev-master": "3.4-dev"
3582                }
3583            },
3584            "autoload": {
3585                "files": [
3586                    "Resources/functions/dump.php"
3587                ],
3588                "psr-4": {
3589                    "Symfony\\Component\\VarDumper\\": ""
3590                },
3591                "exclude-from-classmap": [
3592                    "/Tests/"
3593                ]
3594            },
3595            "notification-url": "https://packagist.org/downloads/",
3596            "license": [
3597                "MIT"
3598            ],
3599            "authors": [
3600                {
3601                    "name": "Nicolas Grekas",
3602                    "email": "p@tchwork.com"
3603                },
3604                {
3605                    "name": "Symfony Community",
3606                    "homepage": "https://symfony.com/contributors"
3607                }
3608            ],
3609            "description": "Symfony mechanism for exploring and dumping PHP variables",
3610            "homepage": "https://symfony.com",
3611            "keywords": [
3612                "debug",
3613                "dump"
3614            ],
3615            "time": "2018-04-26T12:42:15+00:00"
3616        },
3617        {
3618            "name": "symfony/yaml",
3619            "version": "v3.4.11",
3620            "source": {
3621                "type": "git",
3622                "url": "https://github.com/symfony/yaml.git",
3623                "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
3624            },
3625            "dist": {
3626                "type": "zip",
3627                "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
3628                "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
3629                "shasum": ""
3630            },
3631            "require": {
3632                "php": "^5.5.9|>=7.0.8",
3633                "symfony/polyfill-ctype": "~1.8"
3634            },
3635            "conflict": {
3636                "symfony/console": "<3.4"
3637            },
3638            "require-dev": {
3639                "symfony/console": "~3.4|~4.0"
3640            },
3641            "suggest": {
3642                "symfony/console": "For validating YAML files using the lint command"
3643            },
3644            "type": "library",
3645            "extra": {
3646                "branch-alias": {
3647                    "dev-master": "3.4-dev"
3648                }
3649            },
3650            "autoload": {
3651                "psr-4": {
3652                    "Symfony\\Component\\Yaml\\": ""
3653                },
3654                "exclude-from-classmap": [
3655                    "/Tests/"
3656                ]
3657            },
3658            "notification-url": "https://packagist.org/downloads/",
3659            "license": [
3660                "MIT"
3661            ],
3662            "authors": [
3663                {
3664                    "name": "Fabien Potencier",
3665                    "email": "fabien@symfony.com"
3666                },
3667                {
3668                    "name": "Symfony Community",
3669                    "homepage": "https://symfony.com/contributors"
3670                }
3671            ],
3672            "description": "Symfony Yaml Component",
3673            "homepage": "https://symfony.com",
3674            "time": "2018-05-03T23:18:14+00:00"
3675        },
3676        {
3677            "name": "theseer/tokenizer",
3678            "version": "1.1.0",
3679            "source": {
3680                "type": "git",
3681                "url": "https://github.com/theseer/tokenizer.git",
3682                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3683            },
3684            "dist": {
3685                "type": "zip",
3686                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3687                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3688                "shasum": ""
3689            },
3690            "require": {
3691                "ext-dom": "*",
3692                "ext-tokenizer": "*",
3693                "ext-xmlwriter": "*",
3694                "php": "^7.0"
3695            },
3696            "type": "library",
3697            "autoload": {
3698                "classmap": [
3699                    "src/"
3700                ]
3701            },
3702            "notification-url": "https://packagist.org/downloads/",
3703            "license": [
3704                "BSD-3-Clause"
3705            ],
3706            "authors": [
3707                {
3708                    "name": "Arne Blankerts",
3709                    "email": "arne@blankerts.de",
3710                    "role": "Developer"
3711                }
3712            ],
3713            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3714            "time": "2017-04-07T12:08:54+00:00"
3715        },
3716        {
3717            "name": "webmozart/assert",
3718            "version": "1.3.0",
3719            "source": {
3720                "type": "git",
3721                "url": "https://github.com/webmozart/assert.git",
3722                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3723            },
3724            "dist": {
3725                "type": "zip",
3726                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3727                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3728                "shasum": ""
3729            },
3730            "require": {
3731                "php": "^5.3.3 || ^7.0"
3732            },
3733            "require-dev": {
3734                "phpunit/phpunit": "^4.6",
3735                "sebastian/version": "^1.0.1"
3736            },
3737            "type": "library",
3738            "extra": {
3739                "branch-alias": {
3740                    "dev-master": "1.3-dev"
3741                }
3742            },
3743            "autoload": {
3744                "psr-4": {
3745                    "Webmozart\\Assert\\": "src/"
3746                }
3747            },
3748            "notification-url": "https://packagist.org/downloads/",
3749            "license": [
3750                "MIT"
3751            ],
3752            "authors": [
3753                {
3754                    "name": "Bernhard Schussek",
3755                    "email": "bschussek@gmail.com"
3756                }
3757            ],
3758            "description": "Assertions to validate method input/output with nice error messages.",
3759            "keywords": [
3760                "assert",
3761                "check",
3762                "validate"
3763            ],
3764            "time": "2018-01-29T19:49:41+00:00"
3765        }
3766    ],
3767    "aliases": [],
3768    "minimum-stability": "stable",
3769    "stability-flags": [],
3770    "prefer-stable": false,
3771    "prefer-lowest": false,
3772    "platform": {
3773        "ext-gd": "*",
3774        "ext-iconv": "*",
3775        "ext-pcre": "*",
3776        "ext-pdo": "*",
3777        "ext-pdo_mysql": "*",
3778        "ext-session": "*",
3779        "ext-simplexml": "*",
3780        "ext-xml": "*"
3781    },
3782    "platform-dev": [],
3783    "platform-overrides": {
3784        "php": "7.0.8"
3785    }
3786}
3787