xref: /webtrees/composer.lock (revision b646d0aa207ec67f8385350355eef400d32cbaec)
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.2.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/filp/whoops.git",
15                "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/filp/whoops/zipball/181c4502d8f34db7aed7bfe88d4f87875b8e947a",
20                "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a",
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 || ^1.0",
29                "phpunit/phpunit": "^4.8.35 || ^5.7",
30                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.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.1-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": "2018-03-03T17:56:25+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.17",
748            "source": {
749                "type": "git",
750                "url": "https://github.com/paragonie/random_compat.git",
751                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
752            },
753            "dist": {
754                "type": "zip",
755                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
756                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
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                "polyfill",
789                "pseudorandom",
790                "random"
791            ],
792            "time": "2018-07-04T16:31:37+00:00"
793        },
794        {
795            "name": "psr/http-message",
796            "version": "1.0.1",
797            "source": {
798                "type": "git",
799                "url": "https://github.com/php-fig/http-message.git",
800                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
801            },
802            "dist": {
803                "type": "zip",
804                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
805                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
806                "shasum": ""
807            },
808            "require": {
809                "php": ">=5.3.0"
810            },
811            "type": "library",
812            "extra": {
813                "branch-alias": {
814                    "dev-master": "1.0.x-dev"
815                }
816            },
817            "autoload": {
818                "psr-4": {
819                    "Psr\\Http\\Message\\": "src/"
820                }
821            },
822            "notification-url": "https://packagist.org/downloads/",
823            "license": [
824                "MIT"
825            ],
826            "authors": [
827                {
828                    "name": "PHP-FIG",
829                    "homepage": "http://www.php-fig.org/"
830                }
831            ],
832            "description": "Common interface for HTTP messages",
833            "homepage": "https://github.com/php-fig/http-message",
834            "keywords": [
835                "http",
836                "http-message",
837                "psr",
838                "psr-7",
839                "request",
840                "response"
841            ],
842            "time": "2016-08-06T14:39:51+00:00"
843        },
844        {
845            "name": "psr/log",
846            "version": "1.0.2",
847            "source": {
848                "type": "git",
849                "url": "https://github.com/php-fig/log.git",
850                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
851            },
852            "dist": {
853                "type": "zip",
854                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
855                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
856                "shasum": ""
857            },
858            "require": {
859                "php": ">=5.3.0"
860            },
861            "type": "library",
862            "extra": {
863                "branch-alias": {
864                    "dev-master": "1.0.x-dev"
865                }
866            },
867            "autoload": {
868                "psr-4": {
869                    "Psr\\Log\\": "Psr/Log/"
870                }
871            },
872            "notification-url": "https://packagist.org/downloads/",
873            "license": [
874                "MIT"
875            ],
876            "authors": [
877                {
878                    "name": "PHP-FIG",
879                    "homepage": "http://www.php-fig.org/"
880                }
881            ],
882            "description": "Common interface for logging libraries",
883            "homepage": "https://github.com/php-fig/log",
884            "keywords": [
885                "log",
886                "psr",
887                "psr-3"
888            ],
889            "time": "2016-10-10T12:19:37+00:00"
890        },
891        {
892            "name": "ramsey/uuid",
893            "version": "3.8.0",
894            "source": {
895                "type": "git",
896                "url": "https://github.com/ramsey/uuid.git",
897                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
898            },
899            "dist": {
900                "type": "zip",
901                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
902                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
903                "shasum": ""
904            },
905            "require": {
906                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
907                "php": "^5.4 || ^7.0",
908                "symfony/polyfill-ctype": "^1.8"
909            },
910            "replace": {
911                "rhumsaa/uuid": "self.version"
912            },
913            "require-dev": {
914                "codeception/aspect-mock": "^1.0 | ~2.0.0",
915                "doctrine/annotations": "~1.2.0",
916                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
917                "ircmaxell/random-lib": "^1.1",
918                "jakub-onderka/php-parallel-lint": "^0.9.0",
919                "mockery/mockery": "^0.9.9",
920                "moontoast/math": "^1.1",
921                "php-mock/php-mock-phpunit": "^0.3|^1.1",
922                "phpunit/phpunit": "^4.7|^5.0|^6.5",
923                "squizlabs/php_codesniffer": "^2.3"
924            },
925            "suggest": {
926                "ext-ctype": "Provides support for PHP Ctype functions",
927                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
928                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
929                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
930                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
931                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
932                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
933            },
934            "type": "library",
935            "extra": {
936                "branch-alias": {
937                    "dev-master": "3.x-dev"
938                }
939            },
940            "autoload": {
941                "psr-4": {
942                    "Ramsey\\Uuid\\": "src/"
943                }
944            },
945            "notification-url": "https://packagist.org/downloads/",
946            "license": [
947                "MIT"
948            ],
949            "authors": [
950                {
951                    "name": "Marijn Huizendveld",
952                    "email": "marijn.huizendveld@gmail.com"
953                },
954                {
955                    "name": "Thibaud Fabre",
956                    "email": "thibaud@aztech.io"
957                },
958                {
959                    "name": "Ben Ramsey",
960                    "email": "ben@benramsey.com",
961                    "homepage": "https://benramsey.com"
962                }
963            ],
964            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
965            "homepage": "https://github.com/ramsey/uuid",
966            "keywords": [
967                "guid",
968                "identifier",
969                "uuid"
970            ],
971            "time": "2018-07-19T23:38:55+00:00"
972        },
973        {
974            "name": "swiftmailer/swiftmailer",
975            "version": "v5.4.10",
976            "source": {
977                "type": "git",
978                "url": "https://github.com/swiftmailer/swiftmailer.git",
979                "reference": "dd71cc1638ed7aebbb33f2e2b0edd2cf6ea73d97"
980            },
981            "dist": {
982                "type": "zip",
983                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/dd71cc1638ed7aebbb33f2e2b0edd2cf6ea73d97",
984                "reference": "dd71cc1638ed7aebbb33f2e2b0edd2cf6ea73d97",
985                "shasum": ""
986            },
987            "require": {
988                "php": ">=5.3.3"
989            },
990            "require-dev": {
991                "mockery/mockery": "~0.9.1",
992                "symfony/phpunit-bridge": "~3.2"
993            },
994            "type": "library",
995            "extra": {
996                "branch-alias": {
997                    "dev-master": "5.4-dev"
998                }
999            },
1000            "autoload": {
1001                "files": [
1002                    "lib/swift_required.php"
1003                ]
1004            },
1005            "notification-url": "https://packagist.org/downloads/",
1006            "license": [
1007                "MIT"
1008            ],
1009            "authors": [
1010                {
1011                    "name": "Chris Corbyn"
1012                },
1013                {
1014                    "name": "Fabien Potencier",
1015                    "email": "fabien@symfony.com"
1016                }
1017            ],
1018            "description": "Swiftmailer, free feature-rich PHP mailer",
1019            "homepage": "https://swiftmailer.symfony.com",
1020            "keywords": [
1021                "email",
1022                "mail",
1023                "mailer"
1024            ],
1025            "time": "2018-07-27T08:58:59+00:00"
1026        },
1027        {
1028            "name": "symfony/debug",
1029            "version": "v3.4.13",
1030            "source": {
1031                "type": "git",
1032                "url": "https://github.com/symfony/debug.git",
1033                "reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018"
1034            },
1035            "dist": {
1036                "type": "zip",
1037                "url": "https://api.github.com/repos/symfony/debug/zipball/0e3ca9cbde90fffec8038f4d4e16fd4046bbd018",
1038                "reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018",
1039                "shasum": ""
1040            },
1041            "require": {
1042                "php": "^5.5.9|>=7.0.8",
1043                "psr/log": "~1.0"
1044            },
1045            "conflict": {
1046                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1047            },
1048            "require-dev": {
1049                "symfony/http-kernel": "~2.8|~3.0|~4.0"
1050            },
1051            "type": "library",
1052            "extra": {
1053                "branch-alias": {
1054                    "dev-master": "3.4-dev"
1055                }
1056            },
1057            "autoload": {
1058                "psr-4": {
1059                    "Symfony\\Component\\Debug\\": ""
1060                },
1061                "exclude-from-classmap": [
1062                    "/Tests/"
1063                ]
1064            },
1065            "notification-url": "https://packagist.org/downloads/",
1066            "license": [
1067                "MIT"
1068            ],
1069            "authors": [
1070                {
1071                    "name": "Fabien Potencier",
1072                    "email": "fabien@symfony.com"
1073                },
1074                {
1075                    "name": "Symfony Community",
1076                    "homepage": "https://symfony.com/contributors"
1077                }
1078            ],
1079            "description": "Symfony Debug Component",
1080            "homepage": "https://symfony.com",
1081            "time": "2018-06-26T08:45:54+00:00"
1082        },
1083        {
1084            "name": "symfony/event-dispatcher",
1085            "version": "v3.4.13",
1086            "source": {
1087                "type": "git",
1088                "url": "https://github.com/symfony/event-dispatcher.git",
1089                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
1090            },
1091            "dist": {
1092                "type": "zip",
1093                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1094                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1095                "shasum": ""
1096            },
1097            "require": {
1098                "php": "^5.5.9|>=7.0.8"
1099            },
1100            "conflict": {
1101                "symfony/dependency-injection": "<3.3"
1102            },
1103            "require-dev": {
1104                "psr/log": "~1.0",
1105                "symfony/config": "~2.8|~3.0|~4.0",
1106                "symfony/dependency-injection": "~3.3|~4.0",
1107                "symfony/expression-language": "~2.8|~3.0|~4.0",
1108                "symfony/stopwatch": "~2.8|~3.0|~4.0"
1109            },
1110            "suggest": {
1111                "symfony/dependency-injection": "",
1112                "symfony/http-kernel": ""
1113            },
1114            "type": "library",
1115            "extra": {
1116                "branch-alias": {
1117                    "dev-master": "3.4-dev"
1118                }
1119            },
1120            "autoload": {
1121                "psr-4": {
1122                    "Symfony\\Component\\EventDispatcher\\": ""
1123                },
1124                "exclude-from-classmap": [
1125                    "/Tests/"
1126                ]
1127            },
1128            "notification-url": "https://packagist.org/downloads/",
1129            "license": [
1130                "MIT"
1131            ],
1132            "authors": [
1133                {
1134                    "name": "Fabien Potencier",
1135                    "email": "fabien@symfony.com"
1136                },
1137                {
1138                    "name": "Symfony Community",
1139                    "homepage": "https://symfony.com/contributors"
1140                }
1141            ],
1142            "description": "Symfony EventDispatcher Component",
1143            "homepage": "https://symfony.com",
1144            "time": "2018-04-06T07:35:25+00:00"
1145        },
1146        {
1147            "name": "symfony/http-foundation",
1148            "version": "v3.4.13",
1149            "source": {
1150                "type": "git",
1151                "url": "https://github.com/symfony/http-foundation.git",
1152                "reference": "2b8e08c085e2dc7449ee6d55a238be87d3727c96"
1153            },
1154            "dist": {
1155                "type": "zip",
1156                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2b8e08c085e2dc7449ee6d55a238be87d3727c96",
1157                "reference": "2b8e08c085e2dc7449ee6d55a238be87d3727c96",
1158                "shasum": ""
1159            },
1160            "require": {
1161                "php": "^5.5.9|>=7.0.8",
1162                "symfony/polyfill-mbstring": "~1.1",
1163                "symfony/polyfill-php70": "~1.6"
1164            },
1165            "require-dev": {
1166                "symfony/expression-language": "~2.8|~3.0|~4.0"
1167            },
1168            "type": "library",
1169            "extra": {
1170                "branch-alias": {
1171                    "dev-master": "3.4-dev"
1172                }
1173            },
1174            "autoload": {
1175                "psr-4": {
1176                    "Symfony\\Component\\HttpFoundation\\": ""
1177                },
1178                "exclude-from-classmap": [
1179                    "/Tests/"
1180                ]
1181            },
1182            "notification-url": "https://packagist.org/downloads/",
1183            "license": [
1184                "MIT"
1185            ],
1186            "authors": [
1187                {
1188                    "name": "Fabien Potencier",
1189                    "email": "fabien@symfony.com"
1190                },
1191                {
1192                    "name": "Symfony Community",
1193                    "homepage": "https://symfony.com/contributors"
1194                }
1195            ],
1196            "description": "Symfony HttpFoundation Component",
1197            "homepage": "https://symfony.com",
1198            "time": "2018-07-19T07:08:28+00:00"
1199        },
1200        {
1201            "name": "symfony/http-kernel",
1202            "version": "v3.4.13",
1203            "source": {
1204                "type": "git",
1205                "url": "https://github.com/symfony/http-kernel.git",
1206                "reference": "22a1d000d45f09966a363223548a150aec759e61"
1207            },
1208            "dist": {
1209                "type": "zip",
1210                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/22a1d000d45f09966a363223548a150aec759e61",
1211                "reference": "22a1d000d45f09966a363223548a150aec759e61",
1212                "shasum": ""
1213            },
1214            "require": {
1215                "php": "^5.5.9|>=7.0.8",
1216                "psr/log": "~1.0",
1217                "symfony/debug": "~2.8|~3.0|~4.0",
1218                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1219                "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
1220                "symfony/polyfill-ctype": "~1.8"
1221            },
1222            "conflict": {
1223                "symfony/config": "<2.8",
1224                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1225                "symfony/var-dumper": "<3.3",
1226                "twig/twig": "<1.34|<2.4,>=2"
1227            },
1228            "provide": {
1229                "psr/log-implementation": "1.0"
1230            },
1231            "require-dev": {
1232                "psr/cache": "~1.0",
1233                "symfony/browser-kit": "~2.8|~3.0|~4.0",
1234                "symfony/class-loader": "~2.8|~3.0",
1235                "symfony/config": "~2.8|~3.0|~4.0",
1236                "symfony/console": "~2.8|~3.0|~4.0",
1237                "symfony/css-selector": "~2.8|~3.0|~4.0",
1238                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1239                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1240                "symfony/expression-language": "~2.8|~3.0|~4.0",
1241                "symfony/finder": "~2.8|~3.0|~4.0",
1242                "symfony/process": "~2.8|~3.0|~4.0",
1243                "symfony/routing": "~3.4|~4.0",
1244                "symfony/stopwatch": "~2.8|~3.0|~4.0",
1245                "symfony/templating": "~2.8|~3.0|~4.0",
1246                "symfony/translation": "~2.8|~3.0|~4.0",
1247                "symfony/var-dumper": "~3.3|~4.0"
1248            },
1249            "suggest": {
1250                "symfony/browser-kit": "",
1251                "symfony/config": "",
1252                "symfony/console": "",
1253                "symfony/dependency-injection": "",
1254                "symfony/finder": "",
1255                "symfony/var-dumper": ""
1256            },
1257            "type": "library",
1258            "extra": {
1259                "branch-alias": {
1260                    "dev-master": "3.4-dev"
1261                }
1262            },
1263            "autoload": {
1264                "psr-4": {
1265                    "Symfony\\Component\\HttpKernel\\": ""
1266                },
1267                "exclude-from-classmap": [
1268                    "/Tests/"
1269                ]
1270            },
1271            "notification-url": "https://packagist.org/downloads/",
1272            "license": [
1273                "MIT"
1274            ],
1275            "authors": [
1276                {
1277                    "name": "Fabien Potencier",
1278                    "email": "fabien@symfony.com"
1279                },
1280                {
1281                    "name": "Symfony Community",
1282                    "homepage": "https://symfony.com/contributors"
1283                }
1284            ],
1285            "description": "Symfony HttpKernel Component",
1286            "homepage": "https://symfony.com",
1287            "time": "2018-07-23T16:37:31+00:00"
1288        },
1289        {
1290            "name": "symfony/polyfill-ctype",
1291            "version": "v1.8.0",
1292            "source": {
1293                "type": "git",
1294                "url": "https://github.com/symfony/polyfill-ctype.git",
1295                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1296            },
1297            "dist": {
1298                "type": "zip",
1299                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1300                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1301                "shasum": ""
1302            },
1303            "require": {
1304                "php": ">=5.3.3"
1305            },
1306            "type": "library",
1307            "extra": {
1308                "branch-alias": {
1309                    "dev-master": "1.8-dev"
1310                }
1311            },
1312            "autoload": {
1313                "psr-4": {
1314                    "Symfony\\Polyfill\\Ctype\\": ""
1315                },
1316                "files": [
1317                    "bootstrap.php"
1318                ]
1319            },
1320            "notification-url": "https://packagist.org/downloads/",
1321            "license": [
1322                "MIT"
1323            ],
1324            "authors": [
1325                {
1326                    "name": "Symfony Community",
1327                    "homepage": "https://symfony.com/contributors"
1328                },
1329                {
1330                    "name": "Gert de Pagter",
1331                    "email": "BackEndTea@gmail.com"
1332                }
1333            ],
1334            "description": "Symfony polyfill for ctype functions",
1335            "homepage": "https://symfony.com",
1336            "keywords": [
1337                "compatibility",
1338                "ctype",
1339                "polyfill",
1340                "portable"
1341            ],
1342            "time": "2018-04-30T19:57:29+00:00"
1343        },
1344        {
1345            "name": "symfony/polyfill-mbstring",
1346            "version": "v1.8.0",
1347            "source": {
1348                "type": "git",
1349                "url": "https://github.com/symfony/polyfill-mbstring.git",
1350                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1351            },
1352            "dist": {
1353                "type": "zip",
1354                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1355                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1356                "shasum": ""
1357            },
1358            "require": {
1359                "php": ">=5.3.3"
1360            },
1361            "suggest": {
1362                "ext-mbstring": "For best performance"
1363            },
1364            "type": "library",
1365            "extra": {
1366                "branch-alias": {
1367                    "dev-master": "1.8-dev"
1368                }
1369            },
1370            "autoload": {
1371                "psr-4": {
1372                    "Symfony\\Polyfill\\Mbstring\\": ""
1373                },
1374                "files": [
1375                    "bootstrap.php"
1376                ]
1377            },
1378            "notification-url": "https://packagist.org/downloads/",
1379            "license": [
1380                "MIT"
1381            ],
1382            "authors": [
1383                {
1384                    "name": "Nicolas Grekas",
1385                    "email": "p@tchwork.com"
1386                },
1387                {
1388                    "name": "Symfony Community",
1389                    "homepage": "https://symfony.com/contributors"
1390                }
1391            ],
1392            "description": "Symfony polyfill for the Mbstring extension",
1393            "homepage": "https://symfony.com",
1394            "keywords": [
1395                "compatibility",
1396                "mbstring",
1397                "polyfill",
1398                "portable",
1399                "shim"
1400            ],
1401            "time": "2018-04-26T10:06:28+00:00"
1402        },
1403        {
1404            "name": "symfony/polyfill-php70",
1405            "version": "v1.8.0",
1406            "source": {
1407                "type": "git",
1408                "url": "https://github.com/symfony/polyfill-php70.git",
1409                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
1410            },
1411            "dist": {
1412                "type": "zip",
1413                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
1414                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
1415                "shasum": ""
1416            },
1417            "require": {
1418                "paragonie/random_compat": "~1.0|~2.0",
1419                "php": ">=5.3.3"
1420            },
1421            "type": "library",
1422            "extra": {
1423                "branch-alias": {
1424                    "dev-master": "1.8-dev"
1425                }
1426            },
1427            "autoload": {
1428                "psr-4": {
1429                    "Symfony\\Polyfill\\Php70\\": ""
1430                },
1431                "files": [
1432                    "bootstrap.php"
1433                ],
1434                "classmap": [
1435                    "Resources/stubs"
1436                ]
1437            },
1438            "notification-url": "https://packagist.org/downloads/",
1439            "license": [
1440                "MIT"
1441            ],
1442            "authors": [
1443                {
1444                    "name": "Nicolas Grekas",
1445                    "email": "p@tchwork.com"
1446                },
1447                {
1448                    "name": "Symfony Community",
1449                    "homepage": "https://symfony.com/contributors"
1450                }
1451            ],
1452            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1453            "homepage": "https://symfony.com",
1454            "keywords": [
1455                "compatibility",
1456                "polyfill",
1457                "portable",
1458                "shim"
1459            ],
1460            "time": "2018-04-26T10:06:28+00:00"
1461        },
1462        {
1463            "name": "symfony/polyfill-php71",
1464            "version": "v1.8.0",
1465            "source": {
1466                "type": "git",
1467                "url": "https://github.com/symfony/polyfill-php71.git",
1468                "reference": "11b64c53ffd934da9960ff00a8b21baa88a8660f"
1469            },
1470            "dist": {
1471                "type": "zip",
1472                "url": "https://api.github.com/repos/symfony/polyfill-php71/zipball/11b64c53ffd934da9960ff00a8b21baa88a8660f",
1473                "reference": "11b64c53ffd934da9960ff00a8b21baa88a8660f",
1474                "shasum": ""
1475            },
1476            "require": {
1477                "php": ">=5.3.3"
1478            },
1479            "type": "library",
1480            "extra": {
1481                "branch-alias": {
1482                    "dev-master": "1.8-dev"
1483                }
1484            },
1485            "autoload": {
1486                "psr-4": {
1487                    "Symfony\\Polyfill\\Php71\\": ""
1488                },
1489                "files": [
1490                    "bootstrap.php"
1491                ]
1492            },
1493            "notification-url": "https://packagist.org/downloads/",
1494            "license": [
1495                "MIT"
1496            ],
1497            "authors": [
1498                {
1499                    "name": "Nicolas Grekas",
1500                    "email": "p@tchwork.com"
1501                },
1502                {
1503                    "name": "Symfony Community",
1504                    "homepage": "https://symfony.com/contributors"
1505                }
1506            ],
1507            "description": "Symfony polyfill backporting some PHP 7.1+ features to lower PHP versions",
1508            "homepage": "https://symfony.com",
1509            "keywords": [
1510                "compatibility",
1511                "polyfill",
1512                "portable",
1513                "shim"
1514            ],
1515            "time": "2018-04-26T10:06:28+00:00"
1516        },
1517        {
1518            "name": "symfony/polyfill-php72",
1519            "version": "v1.8.0",
1520            "source": {
1521                "type": "git",
1522                "url": "https://github.com/symfony/polyfill-php72.git",
1523                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
1524            },
1525            "dist": {
1526                "type": "zip",
1527                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1528                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1529                "shasum": ""
1530            },
1531            "require": {
1532                "php": ">=5.3.3"
1533            },
1534            "type": "library",
1535            "extra": {
1536                "branch-alias": {
1537                    "dev-master": "1.8-dev"
1538                }
1539            },
1540            "autoload": {
1541                "psr-4": {
1542                    "Symfony\\Polyfill\\Php72\\": ""
1543                },
1544                "files": [
1545                    "bootstrap.php"
1546                ]
1547            },
1548            "notification-url": "https://packagist.org/downloads/",
1549            "license": [
1550                "MIT"
1551            ],
1552            "authors": [
1553                {
1554                    "name": "Nicolas Grekas",
1555                    "email": "p@tchwork.com"
1556                },
1557                {
1558                    "name": "Symfony Community",
1559                    "homepage": "https://symfony.com/contributors"
1560                }
1561            ],
1562            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1563            "homepage": "https://symfony.com",
1564            "keywords": [
1565                "compatibility",
1566                "polyfill",
1567                "portable",
1568                "shim"
1569            ],
1570            "time": "2018-04-26T10:06:28+00:00"
1571        },
1572        {
1573            "name": "tecnickcom/tcpdf",
1574            "version": "6.2.17",
1575            "source": {
1576                "type": "git",
1577                "url": "https://github.com/tecnickcom/TCPDF.git",
1578                "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
1579            },
1580            "dist": {
1581                "type": "zip",
1582                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
1583                "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
1584                "shasum": ""
1585            },
1586            "require": {
1587                "php": ">=5.3.0"
1588            },
1589            "type": "library",
1590            "autoload": {
1591                "classmap": [
1592                    "config",
1593                    "include",
1594                    "tcpdf.php",
1595                    "tcpdf_parser.php",
1596                    "tcpdf_import.php",
1597                    "tcpdf_barcodes_1d.php",
1598                    "tcpdf_barcodes_2d.php",
1599                    "include/tcpdf_colors.php",
1600                    "include/tcpdf_filters.php",
1601                    "include/tcpdf_font_data.php",
1602                    "include/tcpdf_fonts.php",
1603                    "include/tcpdf_images.php",
1604                    "include/tcpdf_static.php",
1605                    "include/barcodes/datamatrix.php",
1606                    "include/barcodes/pdf417.php",
1607                    "include/barcodes/qrcode.php"
1608                ]
1609            },
1610            "notification-url": "https://packagist.org/downloads/",
1611            "license": [
1612                "LGPL-3.0"
1613            ],
1614            "authors": [
1615                {
1616                    "name": "Nicola Asuni",
1617                    "email": "info@tecnick.com",
1618                    "role": "lead"
1619                }
1620            ],
1621            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1622            "homepage": "http://www.tcpdf.org/",
1623            "keywords": [
1624                "PDFD32000-2008",
1625                "TCPDF",
1626                "barcodes",
1627                "datamatrix",
1628                "pdf",
1629                "pdf417",
1630                "qrcode"
1631            ],
1632            "time": "2018-02-24T11:48:20+00:00"
1633        },
1634        {
1635            "name": "webuni/commonmark-table-extension",
1636            "version": "0.8.0",
1637            "source": {
1638                "type": "git",
1639                "url": "https://github.com/webuni/commonmark-table-extension.git",
1640                "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3"
1641            },
1642            "dist": {
1643                "type": "zip",
1644                "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/4304b1f56b26e5213a4a781b654f62ef5ed8fbe3",
1645                "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3",
1646                "shasum": ""
1647            },
1648            "require": {
1649                "league/commonmark": "^0.16|^0.17",
1650                "php": "^5.6|^7.0"
1651            },
1652            "require-dev": {
1653                "friendsofphp/php-cs-fixer": "^2.9",
1654                "phpunit/phpunit": "^5.4|^6.0",
1655                "symfony/var-dumper": "^3.0|^4.0",
1656                "vimeo/psalm": "~0.3"
1657            },
1658            "type": "library",
1659            "extra": {
1660                "branch-alias": {
1661                    "dev-master": "0.8-dev"
1662                }
1663            },
1664            "autoload": {
1665                "psr-4": {
1666                    "Webuni\\CommonMark\\TableExtension\\": "src"
1667                }
1668            },
1669            "notification-url": "https://packagist.org/downloads/",
1670            "license": [
1671                "MIT"
1672            ],
1673            "authors": [
1674                {
1675                    "name": "Martin Hasoň",
1676                    "email": "martin.hason@gmail.com"
1677                },
1678                {
1679                    "name": "Webuni s.r.o.",
1680                    "homepage": "https://www.webuni.cz"
1681                }
1682            ],
1683            "description": "The table extension for CommonMark PHP implementation",
1684            "homepage": "https://github.com/webuni/commonmark-table-extension",
1685            "keywords": [
1686                "commonmark",
1687                "markdown",
1688                "table"
1689            ],
1690            "time": "2018-01-24T12:30:02+00:00"
1691        }
1692    ],
1693    "packages-dev": [
1694        {
1695            "name": "doctrine/instantiator",
1696            "version": "1.0.5",
1697            "source": {
1698                "type": "git",
1699                "url": "https://github.com/doctrine/instantiator.git",
1700                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1701            },
1702            "dist": {
1703                "type": "zip",
1704                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1705                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1706                "shasum": ""
1707            },
1708            "require": {
1709                "php": ">=5.3,<8.0-DEV"
1710            },
1711            "require-dev": {
1712                "athletic/athletic": "~0.1.8",
1713                "ext-pdo": "*",
1714                "ext-phar": "*",
1715                "phpunit/phpunit": "~4.0",
1716                "squizlabs/php_codesniffer": "~2.0"
1717            },
1718            "type": "library",
1719            "extra": {
1720                "branch-alias": {
1721                    "dev-master": "1.0.x-dev"
1722                }
1723            },
1724            "autoload": {
1725                "psr-4": {
1726                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1727                }
1728            },
1729            "notification-url": "https://packagist.org/downloads/",
1730            "license": [
1731                "MIT"
1732            ],
1733            "authors": [
1734                {
1735                    "name": "Marco Pivetta",
1736                    "email": "ocramius@gmail.com",
1737                    "homepage": "http://ocramius.github.com/"
1738                }
1739            ],
1740            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1741            "homepage": "https://github.com/doctrine/instantiator",
1742            "keywords": [
1743                "constructor",
1744                "instantiate"
1745            ],
1746            "time": "2015-06-14T21:17:01+00:00"
1747        },
1748        {
1749            "name": "hamcrest/hamcrest-php",
1750            "version": "v2.0.0",
1751            "source": {
1752                "type": "git",
1753                "url": "https://github.com/hamcrest/hamcrest-php.git",
1754                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
1755            },
1756            "dist": {
1757                "type": "zip",
1758                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
1759                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
1760                "shasum": ""
1761            },
1762            "require": {
1763                "php": "^5.3|^7.0"
1764            },
1765            "replace": {
1766                "cordoval/hamcrest-php": "*",
1767                "davedevelopment/hamcrest-php": "*",
1768                "kodova/hamcrest-php": "*"
1769            },
1770            "require-dev": {
1771                "phpunit/php-file-iterator": "1.3.3",
1772                "phpunit/phpunit": "~4.0",
1773                "satooshi/php-coveralls": "^1.0"
1774            },
1775            "type": "library",
1776            "extra": {
1777                "branch-alias": {
1778                    "dev-master": "2.0-dev"
1779                }
1780            },
1781            "autoload": {
1782                "classmap": [
1783                    "hamcrest"
1784                ]
1785            },
1786            "notification-url": "https://packagist.org/downloads/",
1787            "license": [
1788                "BSD"
1789            ],
1790            "description": "This is the PHP port of Hamcrest Matchers",
1791            "keywords": [
1792                "test"
1793            ],
1794            "time": "2016-01-20T08:20:44+00:00"
1795        },
1796        {
1797            "name": "maximebf/debugbar",
1798            "version": "v1.15.0",
1799            "source": {
1800                "type": "git",
1801                "url": "https://github.com/maximebf/php-debugbar.git",
1802                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
1803            },
1804            "dist": {
1805                "type": "zip",
1806                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
1807                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
1808                "shasum": ""
1809            },
1810            "require": {
1811                "php": ">=5.3.0",
1812                "psr/log": "^1.0",
1813                "symfony/var-dumper": "^2.6|^3.0|^4.0"
1814            },
1815            "require-dev": {
1816                "phpunit/phpunit": "^4.0|^5.0"
1817            },
1818            "suggest": {
1819                "kriswallsmith/assetic": "The best way to manage assets",
1820                "monolog/monolog": "Log using Monolog",
1821                "predis/predis": "Redis storage"
1822            },
1823            "type": "library",
1824            "extra": {
1825                "branch-alias": {
1826                    "dev-master": "1.14-dev"
1827                }
1828            },
1829            "autoload": {
1830                "psr-4": {
1831                    "DebugBar\\": "src/DebugBar/"
1832                }
1833            },
1834            "notification-url": "https://packagist.org/downloads/",
1835            "license": [
1836                "MIT"
1837            ],
1838            "authors": [
1839                {
1840                    "name": "Maxime Bouroumeau-Fuseau",
1841                    "email": "maxime.bouroumeau@gmail.com",
1842                    "homepage": "http://maximebf.com"
1843                },
1844                {
1845                    "name": "Barry vd. Heuvel",
1846                    "email": "barryvdh@gmail.com"
1847                }
1848            ],
1849            "description": "Debug bar in the browser for php application",
1850            "homepage": "https://github.com/maximebf/php-debugbar",
1851            "keywords": [
1852                "debug",
1853                "debugbar"
1854            ],
1855            "time": "2017-12-15T11:13:46+00:00"
1856        },
1857        {
1858            "name": "mockery/mockery",
1859            "version": "1.1.0",
1860            "source": {
1861                "type": "git",
1862                "url": "https://github.com/mockery/mockery.git",
1863                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
1864            },
1865            "dist": {
1866                "type": "zip",
1867                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
1868                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
1869                "shasum": ""
1870            },
1871            "require": {
1872                "hamcrest/hamcrest-php": "~2.0",
1873                "lib-pcre": ">=7.0",
1874                "php": ">=5.6.0"
1875            },
1876            "require-dev": {
1877                "phpdocumentor/phpdocumentor": "^2.9",
1878                "phpunit/phpunit": "~5.7.10|~6.5"
1879            },
1880            "type": "library",
1881            "extra": {
1882                "branch-alias": {
1883                    "dev-master": "1.0.x-dev"
1884                }
1885            },
1886            "autoload": {
1887                "psr-0": {
1888                    "Mockery": "library/"
1889                }
1890            },
1891            "notification-url": "https://packagist.org/downloads/",
1892            "license": [
1893                "BSD-3-Clause"
1894            ],
1895            "authors": [
1896                {
1897                    "name": "Pádraic Brady",
1898                    "email": "padraic.brady@gmail.com",
1899                    "homepage": "http://blog.astrumfutura.com"
1900                },
1901                {
1902                    "name": "Dave Marshall",
1903                    "email": "dave.marshall@atstsolutions.co.uk",
1904                    "homepage": "http://davedevelopment.co.uk"
1905                }
1906            ],
1907            "description": "Mockery is a simple yet flexible PHP mock object framework",
1908            "homepage": "https://github.com/mockery/mockery",
1909            "keywords": [
1910                "BDD",
1911                "TDD",
1912                "library",
1913                "mock",
1914                "mock objects",
1915                "mockery",
1916                "stub",
1917                "test",
1918                "test double",
1919                "testing"
1920            ],
1921            "time": "2018-05-08T08:54:48+00:00"
1922        },
1923        {
1924            "name": "myclabs/deep-copy",
1925            "version": "1.7.0",
1926            "source": {
1927                "type": "git",
1928                "url": "https://github.com/myclabs/DeepCopy.git",
1929                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1930            },
1931            "dist": {
1932                "type": "zip",
1933                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1934                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1935                "shasum": ""
1936            },
1937            "require": {
1938                "php": "^5.6 || ^7.0"
1939            },
1940            "require-dev": {
1941                "doctrine/collections": "^1.0",
1942                "doctrine/common": "^2.6",
1943                "phpunit/phpunit": "^4.1"
1944            },
1945            "type": "library",
1946            "autoload": {
1947                "psr-4": {
1948                    "DeepCopy\\": "src/DeepCopy/"
1949                },
1950                "files": [
1951                    "src/DeepCopy/deep_copy.php"
1952                ]
1953            },
1954            "notification-url": "https://packagist.org/downloads/",
1955            "license": [
1956                "MIT"
1957            ],
1958            "description": "Create deep copies (clones) of your objects",
1959            "keywords": [
1960                "clone",
1961                "copy",
1962                "duplicate",
1963                "object",
1964                "object graph"
1965            ],
1966            "time": "2017-10-19T19:58:43+00:00"
1967        },
1968        {
1969            "name": "phar-io/manifest",
1970            "version": "1.0.1",
1971            "source": {
1972                "type": "git",
1973                "url": "https://github.com/phar-io/manifest.git",
1974                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1975            },
1976            "dist": {
1977                "type": "zip",
1978                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1979                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1980                "shasum": ""
1981            },
1982            "require": {
1983                "ext-dom": "*",
1984                "ext-phar": "*",
1985                "phar-io/version": "^1.0.1",
1986                "php": "^5.6 || ^7.0"
1987            },
1988            "type": "library",
1989            "extra": {
1990                "branch-alias": {
1991                    "dev-master": "1.0.x-dev"
1992                }
1993            },
1994            "autoload": {
1995                "classmap": [
1996                    "src/"
1997                ]
1998            },
1999            "notification-url": "https://packagist.org/downloads/",
2000            "license": [
2001                "BSD-3-Clause"
2002            ],
2003            "authors": [
2004                {
2005                    "name": "Arne Blankerts",
2006                    "email": "arne@blankerts.de",
2007                    "role": "Developer"
2008                },
2009                {
2010                    "name": "Sebastian Heuer",
2011                    "email": "sebastian@phpeople.de",
2012                    "role": "Developer"
2013                },
2014                {
2015                    "name": "Sebastian Bergmann",
2016                    "email": "sebastian@phpunit.de",
2017                    "role": "Developer"
2018                }
2019            ],
2020            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2021            "time": "2017-03-05T18:14:27+00:00"
2022        },
2023        {
2024            "name": "phar-io/version",
2025            "version": "1.0.1",
2026            "source": {
2027                "type": "git",
2028                "url": "https://github.com/phar-io/version.git",
2029                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2030            },
2031            "dist": {
2032                "type": "zip",
2033                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2034                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2035                "shasum": ""
2036            },
2037            "require": {
2038                "php": "^5.6 || ^7.0"
2039            },
2040            "type": "library",
2041            "autoload": {
2042                "classmap": [
2043                    "src/"
2044                ]
2045            },
2046            "notification-url": "https://packagist.org/downloads/",
2047            "license": [
2048                "BSD-3-Clause"
2049            ],
2050            "authors": [
2051                {
2052                    "name": "Arne Blankerts",
2053                    "email": "arne@blankerts.de",
2054                    "role": "Developer"
2055                },
2056                {
2057                    "name": "Sebastian Heuer",
2058                    "email": "sebastian@phpeople.de",
2059                    "role": "Developer"
2060                },
2061                {
2062                    "name": "Sebastian Bergmann",
2063                    "email": "sebastian@phpunit.de",
2064                    "role": "Developer"
2065                }
2066            ],
2067            "description": "Library for handling version information and constraints",
2068            "time": "2017-03-05T17:38:23+00:00"
2069        },
2070        {
2071            "name": "php-coveralls/php-coveralls",
2072            "version": "v2.1.0",
2073            "source": {
2074                "type": "git",
2075                "url": "https://github.com/php-coveralls/php-coveralls.git",
2076                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
2077            },
2078            "dist": {
2079                "type": "zip",
2080                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
2081                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
2082                "shasum": ""
2083            },
2084            "require": {
2085                "ext-json": "*",
2086                "ext-simplexml": "*",
2087                "guzzlehttp/guzzle": "^6.0",
2088                "php": "^5.5 || ^7.0",
2089                "psr/log": "^1.0",
2090                "symfony/config": "^2.1 || ^3.0 || ^4.0",
2091                "symfony/console": "^2.1 || ^3.0 || ^4.0",
2092                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
2093                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
2094            },
2095            "require-dev": {
2096                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
2097            },
2098            "suggest": {
2099                "symfony/http-kernel": "Allows Symfony integration"
2100            },
2101            "bin": [
2102                "bin/php-coveralls"
2103            ],
2104            "type": "library",
2105            "extra": {
2106                "branch-alias": {
2107                    "dev-master": "2.1-dev"
2108                }
2109            },
2110            "autoload": {
2111                "psr-4": {
2112                    "PhpCoveralls\\": "src/"
2113                }
2114            },
2115            "notification-url": "https://packagist.org/downloads/",
2116            "license": [
2117                "MIT"
2118            ],
2119            "authors": [
2120                {
2121                    "name": "Kitamura Satoshi",
2122                    "email": "with.no.parachute@gmail.com",
2123                    "homepage": "https://www.facebook.com/satooshi.jp",
2124                    "role": "Original creator"
2125                },
2126                {
2127                    "name": "Takashi Matsuo",
2128                    "email": "tmatsuo@google.com"
2129                },
2130                {
2131                    "name": "Google Inc"
2132                },
2133                {
2134                    "name": "Dariusz Ruminski",
2135                    "email": "dariusz.ruminski@gmail.com",
2136                    "homepage": "https://github.com/keradus"
2137                },
2138                {
2139                    "name": "Contributors",
2140                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
2141                }
2142            ],
2143            "description": "PHP client library for Coveralls API",
2144            "homepage": "https://github.com/php-coveralls/php-coveralls",
2145            "keywords": [
2146                "ci",
2147                "coverage",
2148                "github",
2149                "test"
2150            ],
2151            "time": "2018-05-22T23:11:08+00:00"
2152        },
2153        {
2154            "name": "phpdocumentor/reflection-common",
2155            "version": "1.0.1",
2156            "source": {
2157                "type": "git",
2158                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2159                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2160            },
2161            "dist": {
2162                "type": "zip",
2163                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2164                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2165                "shasum": ""
2166            },
2167            "require": {
2168                "php": ">=5.5"
2169            },
2170            "require-dev": {
2171                "phpunit/phpunit": "^4.6"
2172            },
2173            "type": "library",
2174            "extra": {
2175                "branch-alias": {
2176                    "dev-master": "1.0.x-dev"
2177                }
2178            },
2179            "autoload": {
2180                "psr-4": {
2181                    "phpDocumentor\\Reflection\\": [
2182                        "src"
2183                    ]
2184                }
2185            },
2186            "notification-url": "https://packagist.org/downloads/",
2187            "license": [
2188                "MIT"
2189            ],
2190            "authors": [
2191                {
2192                    "name": "Jaap van Otterdijk",
2193                    "email": "opensource@ijaap.nl"
2194                }
2195            ],
2196            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2197            "homepage": "http://www.phpdoc.org",
2198            "keywords": [
2199                "FQSEN",
2200                "phpDocumentor",
2201                "phpdoc",
2202                "reflection",
2203                "static analysis"
2204            ],
2205            "time": "2017-09-11T18:02:19+00:00"
2206        },
2207        {
2208            "name": "phpdocumentor/reflection-docblock",
2209            "version": "4.3.0",
2210            "source": {
2211                "type": "git",
2212                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2213                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2214            },
2215            "dist": {
2216                "type": "zip",
2217                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2218                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2219                "shasum": ""
2220            },
2221            "require": {
2222                "php": "^7.0",
2223                "phpdocumentor/reflection-common": "^1.0.0",
2224                "phpdocumentor/type-resolver": "^0.4.0",
2225                "webmozart/assert": "^1.0"
2226            },
2227            "require-dev": {
2228                "doctrine/instantiator": "~1.0.5",
2229                "mockery/mockery": "^1.0",
2230                "phpunit/phpunit": "^6.4"
2231            },
2232            "type": "library",
2233            "extra": {
2234                "branch-alias": {
2235                    "dev-master": "4.x-dev"
2236                }
2237            },
2238            "autoload": {
2239                "psr-4": {
2240                    "phpDocumentor\\Reflection\\": [
2241                        "src/"
2242                    ]
2243                }
2244            },
2245            "notification-url": "https://packagist.org/downloads/",
2246            "license": [
2247                "MIT"
2248            ],
2249            "authors": [
2250                {
2251                    "name": "Mike van Riel",
2252                    "email": "me@mikevanriel.com"
2253                }
2254            ],
2255            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2256            "time": "2017-11-30T07:14:17+00:00"
2257        },
2258        {
2259            "name": "phpdocumentor/type-resolver",
2260            "version": "0.4.0",
2261            "source": {
2262                "type": "git",
2263                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2264                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2265            },
2266            "dist": {
2267                "type": "zip",
2268                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2269                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2270                "shasum": ""
2271            },
2272            "require": {
2273                "php": "^5.5 || ^7.0",
2274                "phpdocumentor/reflection-common": "^1.0"
2275            },
2276            "require-dev": {
2277                "mockery/mockery": "^0.9.4",
2278                "phpunit/phpunit": "^5.2||^4.8.24"
2279            },
2280            "type": "library",
2281            "extra": {
2282                "branch-alias": {
2283                    "dev-master": "1.0.x-dev"
2284                }
2285            },
2286            "autoload": {
2287                "psr-4": {
2288                    "phpDocumentor\\Reflection\\": [
2289                        "src/"
2290                    ]
2291                }
2292            },
2293            "notification-url": "https://packagist.org/downloads/",
2294            "license": [
2295                "MIT"
2296            ],
2297            "authors": [
2298                {
2299                    "name": "Mike van Riel",
2300                    "email": "me@mikevanriel.com"
2301                }
2302            ],
2303            "time": "2017-07-14T14:27:02+00:00"
2304        },
2305        {
2306            "name": "phpspec/prophecy",
2307            "version": "1.7.6",
2308            "source": {
2309                "type": "git",
2310                "url": "https://github.com/phpspec/prophecy.git",
2311                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2312            },
2313            "dist": {
2314                "type": "zip",
2315                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2316                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2317                "shasum": ""
2318            },
2319            "require": {
2320                "doctrine/instantiator": "^1.0.2",
2321                "php": "^5.3|^7.0",
2322                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2323                "sebastian/comparator": "^1.1|^2.0|^3.0",
2324                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2325            },
2326            "require-dev": {
2327                "phpspec/phpspec": "^2.5|^3.2",
2328                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2329            },
2330            "type": "library",
2331            "extra": {
2332                "branch-alias": {
2333                    "dev-master": "1.7.x-dev"
2334                }
2335            },
2336            "autoload": {
2337                "psr-0": {
2338                    "Prophecy\\": "src/"
2339                }
2340            },
2341            "notification-url": "https://packagist.org/downloads/",
2342            "license": [
2343                "MIT"
2344            ],
2345            "authors": [
2346                {
2347                    "name": "Konstantin Kudryashov",
2348                    "email": "ever.zet@gmail.com",
2349                    "homepage": "http://everzet.com"
2350                },
2351                {
2352                    "name": "Marcello Duarte",
2353                    "email": "marcello.duarte@gmail.com"
2354                }
2355            ],
2356            "description": "Highly opinionated mocking framework for PHP 5.3+",
2357            "homepage": "https://github.com/phpspec/prophecy",
2358            "keywords": [
2359                "Double",
2360                "Dummy",
2361                "fake",
2362                "mock",
2363                "spy",
2364                "stub"
2365            ],
2366            "time": "2018-04-18T13:57:24+00:00"
2367        },
2368        {
2369            "name": "phpunit/php-code-coverage",
2370            "version": "5.3.2",
2371            "source": {
2372                "type": "git",
2373                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2374                "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
2375            },
2376            "dist": {
2377                "type": "zip",
2378                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
2379                "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
2380                "shasum": ""
2381            },
2382            "require": {
2383                "ext-dom": "*",
2384                "ext-xmlwriter": "*",
2385                "php": "^7.0",
2386                "phpunit/php-file-iterator": "^1.4.2",
2387                "phpunit/php-text-template": "^1.2.1",
2388                "phpunit/php-token-stream": "^2.0.1",
2389                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2390                "sebastian/environment": "^3.0",
2391                "sebastian/version": "^2.0.1",
2392                "theseer/tokenizer": "^1.1"
2393            },
2394            "require-dev": {
2395                "phpunit/phpunit": "^6.0"
2396            },
2397            "suggest": {
2398                "ext-xdebug": "^2.5.5"
2399            },
2400            "type": "library",
2401            "extra": {
2402                "branch-alias": {
2403                    "dev-master": "5.3.x-dev"
2404                }
2405            },
2406            "autoload": {
2407                "classmap": [
2408                    "src/"
2409                ]
2410            },
2411            "notification-url": "https://packagist.org/downloads/",
2412            "license": [
2413                "BSD-3-Clause"
2414            ],
2415            "authors": [
2416                {
2417                    "name": "Sebastian Bergmann",
2418                    "email": "sebastian@phpunit.de",
2419                    "role": "lead"
2420                }
2421            ],
2422            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2423            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2424            "keywords": [
2425                "coverage",
2426                "testing",
2427                "xunit"
2428            ],
2429            "time": "2018-04-06T15:36:58+00:00"
2430        },
2431        {
2432            "name": "phpunit/php-file-iterator",
2433            "version": "1.4.5",
2434            "source": {
2435                "type": "git",
2436                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2437                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2438            },
2439            "dist": {
2440                "type": "zip",
2441                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2442                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2443                "shasum": ""
2444            },
2445            "require": {
2446                "php": ">=5.3.3"
2447            },
2448            "type": "library",
2449            "extra": {
2450                "branch-alias": {
2451                    "dev-master": "1.4.x-dev"
2452                }
2453            },
2454            "autoload": {
2455                "classmap": [
2456                    "src/"
2457                ]
2458            },
2459            "notification-url": "https://packagist.org/downloads/",
2460            "license": [
2461                "BSD-3-Clause"
2462            ],
2463            "authors": [
2464                {
2465                    "name": "Sebastian Bergmann",
2466                    "email": "sb@sebastian-bergmann.de",
2467                    "role": "lead"
2468                }
2469            ],
2470            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2471            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2472            "keywords": [
2473                "filesystem",
2474                "iterator"
2475            ],
2476            "time": "2017-11-27T13:52:08+00:00"
2477        },
2478        {
2479            "name": "phpunit/php-text-template",
2480            "version": "1.2.1",
2481            "source": {
2482                "type": "git",
2483                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2484                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2485            },
2486            "dist": {
2487                "type": "zip",
2488                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2489                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2490                "shasum": ""
2491            },
2492            "require": {
2493                "php": ">=5.3.3"
2494            },
2495            "type": "library",
2496            "autoload": {
2497                "classmap": [
2498                    "src/"
2499                ]
2500            },
2501            "notification-url": "https://packagist.org/downloads/",
2502            "license": [
2503                "BSD-3-Clause"
2504            ],
2505            "authors": [
2506                {
2507                    "name": "Sebastian Bergmann",
2508                    "email": "sebastian@phpunit.de",
2509                    "role": "lead"
2510                }
2511            ],
2512            "description": "Simple template engine.",
2513            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2514            "keywords": [
2515                "template"
2516            ],
2517            "time": "2015-06-21T13:50:34+00:00"
2518        },
2519        {
2520            "name": "phpunit/php-timer",
2521            "version": "1.0.9",
2522            "source": {
2523                "type": "git",
2524                "url": "https://github.com/sebastianbergmann/php-timer.git",
2525                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2526            },
2527            "dist": {
2528                "type": "zip",
2529                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2530                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2531                "shasum": ""
2532            },
2533            "require": {
2534                "php": "^5.3.3 || ^7.0"
2535            },
2536            "require-dev": {
2537                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2538            },
2539            "type": "library",
2540            "extra": {
2541                "branch-alias": {
2542                    "dev-master": "1.0-dev"
2543                }
2544            },
2545            "autoload": {
2546                "classmap": [
2547                    "src/"
2548                ]
2549            },
2550            "notification-url": "https://packagist.org/downloads/",
2551            "license": [
2552                "BSD-3-Clause"
2553            ],
2554            "authors": [
2555                {
2556                    "name": "Sebastian Bergmann",
2557                    "email": "sb@sebastian-bergmann.de",
2558                    "role": "lead"
2559                }
2560            ],
2561            "description": "Utility class for timing",
2562            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2563            "keywords": [
2564                "timer"
2565            ],
2566            "time": "2017-02-26T11:10:40+00:00"
2567        },
2568        {
2569            "name": "phpunit/php-token-stream",
2570            "version": "2.0.2",
2571            "source": {
2572                "type": "git",
2573                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2574                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2575            },
2576            "dist": {
2577                "type": "zip",
2578                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2579                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2580                "shasum": ""
2581            },
2582            "require": {
2583                "ext-tokenizer": "*",
2584                "php": "^7.0"
2585            },
2586            "require-dev": {
2587                "phpunit/phpunit": "^6.2.4"
2588            },
2589            "type": "library",
2590            "extra": {
2591                "branch-alias": {
2592                    "dev-master": "2.0-dev"
2593                }
2594            },
2595            "autoload": {
2596                "classmap": [
2597                    "src/"
2598                ]
2599            },
2600            "notification-url": "https://packagist.org/downloads/",
2601            "license": [
2602                "BSD-3-Clause"
2603            ],
2604            "authors": [
2605                {
2606                    "name": "Sebastian Bergmann",
2607                    "email": "sebastian@phpunit.de"
2608                }
2609            ],
2610            "description": "Wrapper around PHP's tokenizer extension.",
2611            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2612            "keywords": [
2613                "tokenizer"
2614            ],
2615            "time": "2017-11-27T05:48:46+00:00"
2616        },
2617        {
2618            "name": "phpunit/phpunit",
2619            "version": "6.5.9",
2620            "source": {
2621                "type": "git",
2622                "url": "https://github.com/sebastianbergmann/phpunit.git",
2623                "reference": "093ca5508174cd8ab8efe44fd1dde447adfdec8f"
2624            },
2625            "dist": {
2626                "type": "zip",
2627                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/093ca5508174cd8ab8efe44fd1dde447adfdec8f",
2628                "reference": "093ca5508174cd8ab8efe44fd1dde447adfdec8f",
2629                "shasum": ""
2630            },
2631            "require": {
2632                "ext-dom": "*",
2633                "ext-json": "*",
2634                "ext-libxml": "*",
2635                "ext-mbstring": "*",
2636                "ext-xml": "*",
2637                "myclabs/deep-copy": "^1.6.1",
2638                "phar-io/manifest": "^1.0.1",
2639                "phar-io/version": "^1.0",
2640                "php": "^7.0",
2641                "phpspec/prophecy": "^1.7",
2642                "phpunit/php-code-coverage": "^5.3",
2643                "phpunit/php-file-iterator": "^1.4.3",
2644                "phpunit/php-text-template": "^1.2.1",
2645                "phpunit/php-timer": "^1.0.9",
2646                "phpunit/phpunit-mock-objects": "^5.0.5",
2647                "sebastian/comparator": "^2.1",
2648                "sebastian/diff": "^2.0",
2649                "sebastian/environment": "^3.1",
2650                "sebastian/exporter": "^3.1",
2651                "sebastian/global-state": "^2.0",
2652                "sebastian/object-enumerator": "^3.0.3",
2653                "sebastian/resource-operations": "^1.0",
2654                "sebastian/version": "^2.0.1"
2655            },
2656            "conflict": {
2657                "phpdocumentor/reflection-docblock": "3.0.2",
2658                "phpunit/dbunit": "<3.0"
2659            },
2660            "require-dev": {
2661                "ext-pdo": "*"
2662            },
2663            "suggest": {
2664                "ext-xdebug": "*",
2665                "phpunit/php-invoker": "^1.1"
2666            },
2667            "bin": [
2668                "phpunit"
2669            ],
2670            "type": "library",
2671            "extra": {
2672                "branch-alias": {
2673                    "dev-master": "6.5.x-dev"
2674                }
2675            },
2676            "autoload": {
2677                "classmap": [
2678                    "src/"
2679                ]
2680            },
2681            "notification-url": "https://packagist.org/downloads/",
2682            "license": [
2683                "BSD-3-Clause"
2684            ],
2685            "authors": [
2686                {
2687                    "name": "Sebastian Bergmann",
2688                    "email": "sebastian@phpunit.de",
2689                    "role": "lead"
2690                }
2691            ],
2692            "description": "The PHP Unit Testing framework.",
2693            "homepage": "https://phpunit.de/",
2694            "keywords": [
2695                "phpunit",
2696                "testing",
2697                "xunit"
2698            ],
2699            "time": "2018-07-03T06:40:40+00:00"
2700        },
2701        {
2702            "name": "phpunit/phpunit-mock-objects",
2703            "version": "5.0.8",
2704            "source": {
2705                "type": "git",
2706                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2707                "reference": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f"
2708            },
2709            "dist": {
2710                "type": "zip",
2711                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f",
2712                "reference": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f",
2713                "shasum": ""
2714            },
2715            "require": {
2716                "doctrine/instantiator": "^1.0.5",
2717                "php": "^7.0",
2718                "phpunit/php-text-template": "^1.2.1",
2719                "sebastian/exporter": "^3.1"
2720            },
2721            "conflict": {
2722                "phpunit/phpunit": "<6.0"
2723            },
2724            "require-dev": {
2725                "phpunit/phpunit": "^6.5"
2726            },
2727            "suggest": {
2728                "ext-soap": "*"
2729            },
2730            "type": "library",
2731            "extra": {
2732                "branch-alias": {
2733                    "dev-master": "5.0.x-dev"
2734                }
2735            },
2736            "autoload": {
2737                "classmap": [
2738                    "src/"
2739                ]
2740            },
2741            "notification-url": "https://packagist.org/downloads/",
2742            "license": [
2743                "BSD-3-Clause"
2744            ],
2745            "authors": [
2746                {
2747                    "name": "Sebastian Bergmann",
2748                    "email": "sebastian@phpunit.de",
2749                    "role": "lead"
2750                }
2751            ],
2752            "description": "Mock Object library for PHPUnit",
2753            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2754            "keywords": [
2755                "mock",
2756                "xunit"
2757            ],
2758            "time": "2018-07-13T03:27:23+00:00"
2759        },
2760        {
2761            "name": "sebastian/code-unit-reverse-lookup",
2762            "version": "1.0.1",
2763            "source": {
2764                "type": "git",
2765                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2766                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2767            },
2768            "dist": {
2769                "type": "zip",
2770                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2771                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2772                "shasum": ""
2773            },
2774            "require": {
2775                "php": "^5.6 || ^7.0"
2776            },
2777            "require-dev": {
2778                "phpunit/phpunit": "^5.7 || ^6.0"
2779            },
2780            "type": "library",
2781            "extra": {
2782                "branch-alias": {
2783                    "dev-master": "1.0.x-dev"
2784                }
2785            },
2786            "autoload": {
2787                "classmap": [
2788                    "src/"
2789                ]
2790            },
2791            "notification-url": "https://packagist.org/downloads/",
2792            "license": [
2793                "BSD-3-Clause"
2794            ],
2795            "authors": [
2796                {
2797                    "name": "Sebastian Bergmann",
2798                    "email": "sebastian@phpunit.de"
2799                }
2800            ],
2801            "description": "Looks up which function or method a line of code belongs to",
2802            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2803            "time": "2017-03-04T06:30:41+00:00"
2804        },
2805        {
2806            "name": "sebastian/comparator",
2807            "version": "2.1.3",
2808            "source": {
2809                "type": "git",
2810                "url": "https://github.com/sebastianbergmann/comparator.git",
2811                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
2812            },
2813            "dist": {
2814                "type": "zip",
2815                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
2816                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
2817                "shasum": ""
2818            },
2819            "require": {
2820                "php": "^7.0",
2821                "sebastian/diff": "^2.0 || ^3.0",
2822                "sebastian/exporter": "^3.1"
2823            },
2824            "require-dev": {
2825                "phpunit/phpunit": "^6.4"
2826            },
2827            "type": "library",
2828            "extra": {
2829                "branch-alias": {
2830                    "dev-master": "2.1.x-dev"
2831                }
2832            },
2833            "autoload": {
2834                "classmap": [
2835                    "src/"
2836                ]
2837            },
2838            "notification-url": "https://packagist.org/downloads/",
2839            "license": [
2840                "BSD-3-Clause"
2841            ],
2842            "authors": [
2843                {
2844                    "name": "Jeff Welch",
2845                    "email": "whatthejeff@gmail.com"
2846                },
2847                {
2848                    "name": "Volker Dusch",
2849                    "email": "github@wallbash.com"
2850                },
2851                {
2852                    "name": "Bernhard Schussek",
2853                    "email": "bschussek@2bepublished.at"
2854                },
2855                {
2856                    "name": "Sebastian Bergmann",
2857                    "email": "sebastian@phpunit.de"
2858                }
2859            ],
2860            "description": "Provides the functionality to compare PHP values for equality",
2861            "homepage": "https://github.com/sebastianbergmann/comparator",
2862            "keywords": [
2863                "comparator",
2864                "compare",
2865                "equality"
2866            ],
2867            "time": "2018-02-01T13:46:46+00:00"
2868        },
2869        {
2870            "name": "sebastian/diff",
2871            "version": "2.0.1",
2872            "source": {
2873                "type": "git",
2874                "url": "https://github.com/sebastianbergmann/diff.git",
2875                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2876            },
2877            "dist": {
2878                "type": "zip",
2879                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2880                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2881                "shasum": ""
2882            },
2883            "require": {
2884                "php": "^7.0"
2885            },
2886            "require-dev": {
2887                "phpunit/phpunit": "^6.2"
2888            },
2889            "type": "library",
2890            "extra": {
2891                "branch-alias": {
2892                    "dev-master": "2.0-dev"
2893                }
2894            },
2895            "autoload": {
2896                "classmap": [
2897                    "src/"
2898                ]
2899            },
2900            "notification-url": "https://packagist.org/downloads/",
2901            "license": [
2902                "BSD-3-Clause"
2903            ],
2904            "authors": [
2905                {
2906                    "name": "Kore Nordmann",
2907                    "email": "mail@kore-nordmann.de"
2908                },
2909                {
2910                    "name": "Sebastian Bergmann",
2911                    "email": "sebastian@phpunit.de"
2912                }
2913            ],
2914            "description": "Diff implementation",
2915            "homepage": "https://github.com/sebastianbergmann/diff",
2916            "keywords": [
2917                "diff"
2918            ],
2919            "time": "2017-08-03T08:09:46+00:00"
2920        },
2921        {
2922            "name": "sebastian/environment",
2923            "version": "3.1.0",
2924            "source": {
2925                "type": "git",
2926                "url": "https://github.com/sebastianbergmann/environment.git",
2927                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2928            },
2929            "dist": {
2930                "type": "zip",
2931                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2932                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2933                "shasum": ""
2934            },
2935            "require": {
2936                "php": "^7.0"
2937            },
2938            "require-dev": {
2939                "phpunit/phpunit": "^6.1"
2940            },
2941            "type": "library",
2942            "extra": {
2943                "branch-alias": {
2944                    "dev-master": "3.1.x-dev"
2945                }
2946            },
2947            "autoload": {
2948                "classmap": [
2949                    "src/"
2950                ]
2951            },
2952            "notification-url": "https://packagist.org/downloads/",
2953            "license": [
2954                "BSD-3-Clause"
2955            ],
2956            "authors": [
2957                {
2958                    "name": "Sebastian Bergmann",
2959                    "email": "sebastian@phpunit.de"
2960                }
2961            ],
2962            "description": "Provides functionality to handle HHVM/PHP environments",
2963            "homepage": "http://www.github.com/sebastianbergmann/environment",
2964            "keywords": [
2965                "Xdebug",
2966                "environment",
2967                "hhvm"
2968            ],
2969            "time": "2017-07-01T08:51:00+00:00"
2970        },
2971        {
2972            "name": "sebastian/exporter",
2973            "version": "3.1.0",
2974            "source": {
2975                "type": "git",
2976                "url": "https://github.com/sebastianbergmann/exporter.git",
2977                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2978            },
2979            "dist": {
2980                "type": "zip",
2981                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2982                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2983                "shasum": ""
2984            },
2985            "require": {
2986                "php": "^7.0",
2987                "sebastian/recursion-context": "^3.0"
2988            },
2989            "require-dev": {
2990                "ext-mbstring": "*",
2991                "phpunit/phpunit": "^6.0"
2992            },
2993            "type": "library",
2994            "extra": {
2995                "branch-alias": {
2996                    "dev-master": "3.1.x-dev"
2997                }
2998            },
2999            "autoload": {
3000                "classmap": [
3001                    "src/"
3002                ]
3003            },
3004            "notification-url": "https://packagist.org/downloads/",
3005            "license": [
3006                "BSD-3-Clause"
3007            ],
3008            "authors": [
3009                {
3010                    "name": "Jeff Welch",
3011                    "email": "whatthejeff@gmail.com"
3012                },
3013                {
3014                    "name": "Volker Dusch",
3015                    "email": "github@wallbash.com"
3016                },
3017                {
3018                    "name": "Bernhard Schussek",
3019                    "email": "bschussek@2bepublished.at"
3020                },
3021                {
3022                    "name": "Sebastian Bergmann",
3023                    "email": "sebastian@phpunit.de"
3024                },
3025                {
3026                    "name": "Adam Harvey",
3027                    "email": "aharvey@php.net"
3028                }
3029            ],
3030            "description": "Provides the functionality to export PHP variables for visualization",
3031            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3032            "keywords": [
3033                "export",
3034                "exporter"
3035            ],
3036            "time": "2017-04-03T13:19:02+00:00"
3037        },
3038        {
3039            "name": "sebastian/global-state",
3040            "version": "2.0.0",
3041            "source": {
3042                "type": "git",
3043                "url": "https://github.com/sebastianbergmann/global-state.git",
3044                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3045            },
3046            "dist": {
3047                "type": "zip",
3048                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3049                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3050                "shasum": ""
3051            },
3052            "require": {
3053                "php": "^7.0"
3054            },
3055            "require-dev": {
3056                "phpunit/phpunit": "^6.0"
3057            },
3058            "suggest": {
3059                "ext-uopz": "*"
3060            },
3061            "type": "library",
3062            "extra": {
3063                "branch-alias": {
3064                    "dev-master": "2.0-dev"
3065                }
3066            },
3067            "autoload": {
3068                "classmap": [
3069                    "src/"
3070                ]
3071            },
3072            "notification-url": "https://packagist.org/downloads/",
3073            "license": [
3074                "BSD-3-Clause"
3075            ],
3076            "authors": [
3077                {
3078                    "name": "Sebastian Bergmann",
3079                    "email": "sebastian@phpunit.de"
3080                }
3081            ],
3082            "description": "Snapshotting of global state",
3083            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3084            "keywords": [
3085                "global state"
3086            ],
3087            "time": "2017-04-27T15:39:26+00:00"
3088        },
3089        {
3090            "name": "sebastian/object-enumerator",
3091            "version": "3.0.3",
3092            "source": {
3093                "type": "git",
3094                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3095                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3096            },
3097            "dist": {
3098                "type": "zip",
3099                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3100                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3101                "shasum": ""
3102            },
3103            "require": {
3104                "php": "^7.0",
3105                "sebastian/object-reflector": "^1.1.1",
3106                "sebastian/recursion-context": "^3.0"
3107            },
3108            "require-dev": {
3109                "phpunit/phpunit": "^6.0"
3110            },
3111            "type": "library",
3112            "extra": {
3113                "branch-alias": {
3114                    "dev-master": "3.0.x-dev"
3115                }
3116            },
3117            "autoload": {
3118                "classmap": [
3119                    "src/"
3120                ]
3121            },
3122            "notification-url": "https://packagist.org/downloads/",
3123            "license": [
3124                "BSD-3-Clause"
3125            ],
3126            "authors": [
3127                {
3128                    "name": "Sebastian Bergmann",
3129                    "email": "sebastian@phpunit.de"
3130                }
3131            ],
3132            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3133            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3134            "time": "2017-08-03T12:35:26+00:00"
3135        },
3136        {
3137            "name": "sebastian/object-reflector",
3138            "version": "1.1.1",
3139            "source": {
3140                "type": "git",
3141                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3142                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3143            },
3144            "dist": {
3145                "type": "zip",
3146                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3147                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3148                "shasum": ""
3149            },
3150            "require": {
3151                "php": "^7.0"
3152            },
3153            "require-dev": {
3154                "phpunit/phpunit": "^6.0"
3155            },
3156            "type": "library",
3157            "extra": {
3158                "branch-alias": {
3159                    "dev-master": "1.1-dev"
3160                }
3161            },
3162            "autoload": {
3163                "classmap": [
3164                    "src/"
3165                ]
3166            },
3167            "notification-url": "https://packagist.org/downloads/",
3168            "license": [
3169                "BSD-3-Clause"
3170            ],
3171            "authors": [
3172                {
3173                    "name": "Sebastian Bergmann",
3174                    "email": "sebastian@phpunit.de"
3175                }
3176            ],
3177            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3178            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3179            "time": "2017-03-29T09:07:27+00:00"
3180        },
3181        {
3182            "name": "sebastian/recursion-context",
3183            "version": "3.0.0",
3184            "source": {
3185                "type": "git",
3186                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3187                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3188            },
3189            "dist": {
3190                "type": "zip",
3191                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3192                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3193                "shasum": ""
3194            },
3195            "require": {
3196                "php": "^7.0"
3197            },
3198            "require-dev": {
3199                "phpunit/phpunit": "^6.0"
3200            },
3201            "type": "library",
3202            "extra": {
3203                "branch-alias": {
3204                    "dev-master": "3.0.x-dev"
3205                }
3206            },
3207            "autoload": {
3208                "classmap": [
3209                    "src/"
3210                ]
3211            },
3212            "notification-url": "https://packagist.org/downloads/",
3213            "license": [
3214                "BSD-3-Clause"
3215            ],
3216            "authors": [
3217                {
3218                    "name": "Jeff Welch",
3219                    "email": "whatthejeff@gmail.com"
3220                },
3221                {
3222                    "name": "Sebastian Bergmann",
3223                    "email": "sebastian@phpunit.de"
3224                },
3225                {
3226                    "name": "Adam Harvey",
3227                    "email": "aharvey@php.net"
3228                }
3229            ],
3230            "description": "Provides functionality to recursively process PHP variables",
3231            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3232            "time": "2017-03-03T06:23:57+00:00"
3233        },
3234        {
3235            "name": "sebastian/resource-operations",
3236            "version": "1.0.0",
3237            "source": {
3238                "type": "git",
3239                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3240                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3241            },
3242            "dist": {
3243                "type": "zip",
3244                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3245                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3246                "shasum": ""
3247            },
3248            "require": {
3249                "php": ">=5.6.0"
3250            },
3251            "type": "library",
3252            "extra": {
3253                "branch-alias": {
3254                    "dev-master": "1.0.x-dev"
3255                }
3256            },
3257            "autoload": {
3258                "classmap": [
3259                    "src/"
3260                ]
3261            },
3262            "notification-url": "https://packagist.org/downloads/",
3263            "license": [
3264                "BSD-3-Clause"
3265            ],
3266            "authors": [
3267                {
3268                    "name": "Sebastian Bergmann",
3269                    "email": "sebastian@phpunit.de"
3270                }
3271            ],
3272            "description": "Provides a list of PHP built-in functions that operate on resources",
3273            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3274            "time": "2015-07-28T20:34:47+00:00"
3275        },
3276        {
3277            "name": "sebastian/version",
3278            "version": "2.0.1",
3279            "source": {
3280                "type": "git",
3281                "url": "https://github.com/sebastianbergmann/version.git",
3282                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3283            },
3284            "dist": {
3285                "type": "zip",
3286                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3287                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3288                "shasum": ""
3289            },
3290            "require": {
3291                "php": ">=5.6"
3292            },
3293            "type": "library",
3294            "extra": {
3295                "branch-alias": {
3296                    "dev-master": "2.0.x-dev"
3297                }
3298            },
3299            "autoload": {
3300                "classmap": [
3301                    "src/"
3302                ]
3303            },
3304            "notification-url": "https://packagist.org/downloads/",
3305            "license": [
3306                "BSD-3-Clause"
3307            ],
3308            "authors": [
3309                {
3310                    "name": "Sebastian Bergmann",
3311                    "email": "sebastian@phpunit.de",
3312                    "role": "lead"
3313                }
3314            ],
3315            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3316            "homepage": "https://github.com/sebastianbergmann/version",
3317            "time": "2016-10-03T07:35:21+00:00"
3318        },
3319        {
3320            "name": "symfony/config",
3321            "version": "v3.4.13",
3322            "source": {
3323                "type": "git",
3324                "url": "https://github.com/symfony/config.git",
3325                "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402"
3326            },
3327            "dist": {
3328                "type": "zip",
3329                "url": "https://api.github.com/repos/symfony/config/zipball/1fffdeb349ff36a25184e5564c25289b1dbfc402",
3330                "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402",
3331                "shasum": ""
3332            },
3333            "require": {
3334                "php": "^5.5.9|>=7.0.8",
3335                "symfony/filesystem": "~2.8|~3.0|~4.0",
3336                "symfony/polyfill-ctype": "~1.8"
3337            },
3338            "conflict": {
3339                "symfony/dependency-injection": "<3.3",
3340                "symfony/finder": "<3.3"
3341            },
3342            "require-dev": {
3343                "symfony/dependency-injection": "~3.3|~4.0",
3344                "symfony/event-dispatcher": "~3.3|~4.0",
3345                "symfony/finder": "~3.3|~4.0",
3346                "symfony/yaml": "~3.0|~4.0"
3347            },
3348            "suggest": {
3349                "symfony/yaml": "To use the yaml reference dumper"
3350            },
3351            "type": "library",
3352            "extra": {
3353                "branch-alias": {
3354                    "dev-master": "3.4-dev"
3355                }
3356            },
3357            "autoload": {
3358                "psr-4": {
3359                    "Symfony\\Component\\Config\\": ""
3360                },
3361                "exclude-from-classmap": [
3362                    "/Tests/"
3363                ]
3364            },
3365            "notification-url": "https://packagist.org/downloads/",
3366            "license": [
3367                "MIT"
3368            ],
3369            "authors": [
3370                {
3371                    "name": "Fabien Potencier",
3372                    "email": "fabien@symfony.com"
3373                },
3374                {
3375                    "name": "Symfony Community",
3376                    "homepage": "https://symfony.com/contributors"
3377                }
3378            ],
3379            "description": "Symfony Config Component",
3380            "homepage": "https://symfony.com",
3381            "time": "2018-06-19T14:02:58+00:00"
3382        },
3383        {
3384            "name": "symfony/console",
3385            "version": "v3.4.13",
3386            "source": {
3387                "type": "git",
3388                "url": "https://github.com/symfony/console.git",
3389                "reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e"
3390            },
3391            "dist": {
3392                "type": "zip",
3393                "url": "https://api.github.com/repos/symfony/console/zipball/e54f84c50e3b12972e7750edfc5ca84b2284c44e",
3394                "reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e",
3395                "shasum": ""
3396            },
3397            "require": {
3398                "php": "^5.5.9|>=7.0.8",
3399                "symfony/debug": "~2.8|~3.0|~4.0",
3400                "symfony/polyfill-mbstring": "~1.0"
3401            },
3402            "conflict": {
3403                "symfony/dependency-injection": "<3.4",
3404                "symfony/process": "<3.3"
3405            },
3406            "require-dev": {
3407                "psr/log": "~1.0",
3408                "symfony/config": "~3.3|~4.0",
3409                "symfony/dependency-injection": "~3.4|~4.0",
3410                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
3411                "symfony/lock": "~3.4|~4.0",
3412                "symfony/process": "~3.3|~4.0"
3413            },
3414            "suggest": {
3415                "psr/log-implementation": "For using the console logger",
3416                "symfony/event-dispatcher": "",
3417                "symfony/lock": "",
3418                "symfony/process": ""
3419            },
3420            "type": "library",
3421            "extra": {
3422                "branch-alias": {
3423                    "dev-master": "3.4-dev"
3424                }
3425            },
3426            "autoload": {
3427                "psr-4": {
3428                    "Symfony\\Component\\Console\\": ""
3429                },
3430                "exclude-from-classmap": [
3431                    "/Tests/"
3432                ]
3433            },
3434            "notification-url": "https://packagist.org/downloads/",
3435            "license": [
3436                "MIT"
3437            ],
3438            "authors": [
3439                {
3440                    "name": "Fabien Potencier",
3441                    "email": "fabien@symfony.com"
3442                },
3443                {
3444                    "name": "Symfony Community",
3445                    "homepage": "https://symfony.com/contributors"
3446                }
3447            ],
3448            "description": "Symfony Console Component",
3449            "homepage": "https://symfony.com",
3450            "time": "2018-07-10T14:02:11+00:00"
3451        },
3452        {
3453            "name": "symfony/filesystem",
3454            "version": "v3.4.13",
3455            "source": {
3456                "type": "git",
3457                "url": "https://github.com/symfony/filesystem.git",
3458                "reference": "8dab220fec8fc904821485326b29a6c670286124"
3459            },
3460            "dist": {
3461                "type": "zip",
3462                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8dab220fec8fc904821485326b29a6c670286124",
3463                "reference": "8dab220fec8fc904821485326b29a6c670286124",
3464                "shasum": ""
3465            },
3466            "require": {
3467                "php": "^5.5.9|>=7.0.8",
3468                "symfony/polyfill-ctype": "~1.8"
3469            },
3470            "type": "library",
3471            "extra": {
3472                "branch-alias": {
3473                    "dev-master": "3.4-dev"
3474                }
3475            },
3476            "autoload": {
3477                "psr-4": {
3478                    "Symfony\\Component\\Filesystem\\": ""
3479                },
3480                "exclude-from-classmap": [
3481                    "/Tests/"
3482                ]
3483            },
3484            "notification-url": "https://packagist.org/downloads/",
3485            "license": [
3486                "MIT"
3487            ],
3488            "authors": [
3489                {
3490                    "name": "Fabien Potencier",
3491                    "email": "fabien@symfony.com"
3492                },
3493                {
3494                    "name": "Symfony Community",
3495                    "homepage": "https://symfony.com/contributors"
3496                }
3497            ],
3498            "description": "Symfony Filesystem Component",
3499            "homepage": "https://symfony.com",
3500            "time": "2018-07-09T13:25:43+00:00"
3501        },
3502        {
3503            "name": "symfony/stopwatch",
3504            "version": "v3.4.13",
3505            "source": {
3506                "type": "git",
3507                "url": "https://github.com/symfony/stopwatch.git",
3508                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af"
3509            },
3510            "dist": {
3511                "type": "zip",
3512                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/eb17cfa072cab26537ac37e9c4ece6c0361369af",
3513                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af",
3514                "shasum": ""
3515            },
3516            "require": {
3517                "php": "^5.5.9|>=7.0.8"
3518            },
3519            "type": "library",
3520            "extra": {
3521                "branch-alias": {
3522                    "dev-master": "3.4-dev"
3523                }
3524            },
3525            "autoload": {
3526                "psr-4": {
3527                    "Symfony\\Component\\Stopwatch\\": ""
3528                },
3529                "exclude-from-classmap": [
3530                    "/Tests/"
3531                ]
3532            },
3533            "notification-url": "https://packagist.org/downloads/",
3534            "license": [
3535                "MIT"
3536            ],
3537            "authors": [
3538                {
3539                    "name": "Fabien Potencier",
3540                    "email": "fabien@symfony.com"
3541                },
3542                {
3543                    "name": "Symfony Community",
3544                    "homepage": "https://symfony.com/contributors"
3545                }
3546            ],
3547            "description": "Symfony Stopwatch Component",
3548            "homepage": "https://symfony.com",
3549            "time": "2018-02-17T14:55:25+00:00"
3550        },
3551        {
3552            "name": "symfony/var-dumper",
3553            "version": "v3.4.13",
3554            "source": {
3555                "type": "git",
3556                "url": "https://github.com/symfony/var-dumper.git",
3557                "reference": "c501f46bb1eaf4c8d65ba070ab65a1986da1cd7f"
3558            },
3559            "dist": {
3560                "type": "zip",
3561                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c501f46bb1eaf4c8d65ba070ab65a1986da1cd7f",
3562                "reference": "c501f46bb1eaf4c8d65ba070ab65a1986da1cd7f",
3563                "shasum": ""
3564            },
3565            "require": {
3566                "php": "^5.5.9|>=7.0.8",
3567                "symfony/polyfill-mbstring": "~1.0"
3568            },
3569            "conflict": {
3570                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3571            },
3572            "require-dev": {
3573                "ext-iconv": "*",
3574                "twig/twig": "~1.34|~2.4"
3575            },
3576            "suggest": {
3577                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3578                "ext-intl": "To show region name in time zone dump",
3579                "ext-symfony_debug": ""
3580            },
3581            "type": "library",
3582            "extra": {
3583                "branch-alias": {
3584                    "dev-master": "3.4-dev"
3585                }
3586            },
3587            "autoload": {
3588                "files": [
3589                    "Resources/functions/dump.php"
3590                ],
3591                "psr-4": {
3592                    "Symfony\\Component\\VarDumper\\": ""
3593                },
3594                "exclude-from-classmap": [
3595                    "/Tests/"
3596                ]
3597            },
3598            "notification-url": "https://packagist.org/downloads/",
3599            "license": [
3600                "MIT"
3601            ],
3602            "authors": [
3603                {
3604                    "name": "Nicolas Grekas",
3605                    "email": "p@tchwork.com"
3606                },
3607                {
3608                    "name": "Symfony Community",
3609                    "homepage": "https://symfony.com/contributors"
3610                }
3611            ],
3612            "description": "Symfony mechanism for exploring and dumping PHP variables",
3613            "homepage": "https://symfony.com",
3614            "keywords": [
3615                "debug",
3616                "dump"
3617            ],
3618            "time": "2018-07-09T08:21:26+00:00"
3619        },
3620        {
3621            "name": "symfony/yaml",
3622            "version": "v3.4.13",
3623            "source": {
3624                "type": "git",
3625                "url": "https://github.com/symfony/yaml.git",
3626                "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
3627            },
3628            "dist": {
3629                "type": "zip",
3630                "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
3631                "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
3632                "shasum": ""
3633            },
3634            "require": {
3635                "php": "^5.5.9|>=7.0.8",
3636                "symfony/polyfill-ctype": "~1.8"
3637            },
3638            "conflict": {
3639                "symfony/console": "<3.4"
3640            },
3641            "require-dev": {
3642                "symfony/console": "~3.4|~4.0"
3643            },
3644            "suggest": {
3645                "symfony/console": "For validating YAML files using the lint command"
3646            },
3647            "type": "library",
3648            "extra": {
3649                "branch-alias": {
3650                    "dev-master": "3.4-dev"
3651                }
3652            },
3653            "autoload": {
3654                "psr-4": {
3655                    "Symfony\\Component\\Yaml\\": ""
3656                },
3657                "exclude-from-classmap": [
3658                    "/Tests/"
3659                ]
3660            },
3661            "notification-url": "https://packagist.org/downloads/",
3662            "license": [
3663                "MIT"
3664            ],
3665            "authors": [
3666                {
3667                    "name": "Fabien Potencier",
3668                    "email": "fabien@symfony.com"
3669                },
3670                {
3671                    "name": "Symfony Community",
3672                    "homepage": "https://symfony.com/contributors"
3673                }
3674            ],
3675            "description": "Symfony Yaml Component",
3676            "homepage": "https://symfony.com",
3677            "time": "2018-05-03T23:18:14+00:00"
3678        },
3679        {
3680            "name": "theseer/tokenizer",
3681            "version": "1.1.0",
3682            "source": {
3683                "type": "git",
3684                "url": "https://github.com/theseer/tokenizer.git",
3685                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3686            },
3687            "dist": {
3688                "type": "zip",
3689                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3690                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3691                "shasum": ""
3692            },
3693            "require": {
3694                "ext-dom": "*",
3695                "ext-tokenizer": "*",
3696                "ext-xmlwriter": "*",
3697                "php": "^7.0"
3698            },
3699            "type": "library",
3700            "autoload": {
3701                "classmap": [
3702                    "src/"
3703                ]
3704            },
3705            "notification-url": "https://packagist.org/downloads/",
3706            "license": [
3707                "BSD-3-Clause"
3708            ],
3709            "authors": [
3710                {
3711                    "name": "Arne Blankerts",
3712                    "email": "arne@blankerts.de",
3713                    "role": "Developer"
3714                }
3715            ],
3716            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3717            "time": "2017-04-07T12:08:54+00:00"
3718        },
3719        {
3720            "name": "webmozart/assert",
3721            "version": "1.3.0",
3722            "source": {
3723                "type": "git",
3724                "url": "https://github.com/webmozart/assert.git",
3725                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3726            },
3727            "dist": {
3728                "type": "zip",
3729                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3730                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3731                "shasum": ""
3732            },
3733            "require": {
3734                "php": "^5.3.3 || ^7.0"
3735            },
3736            "require-dev": {
3737                "phpunit/phpunit": "^4.6",
3738                "sebastian/version": "^1.0.1"
3739            },
3740            "type": "library",
3741            "extra": {
3742                "branch-alias": {
3743                    "dev-master": "1.3-dev"
3744                }
3745            },
3746            "autoload": {
3747                "psr-4": {
3748                    "Webmozart\\Assert\\": "src/"
3749                }
3750            },
3751            "notification-url": "https://packagist.org/downloads/",
3752            "license": [
3753                "MIT"
3754            ],
3755            "authors": [
3756                {
3757                    "name": "Bernhard Schussek",
3758                    "email": "bschussek@gmail.com"
3759                }
3760            ],
3761            "description": "Assertions to validate method input/output with nice error messages.",
3762            "keywords": [
3763                "assert",
3764                "check",
3765                "validate"
3766            ],
3767            "time": "2018-01-29T19:49:41+00:00"
3768        }
3769    ],
3770    "aliases": [],
3771    "minimum-stability": "stable",
3772    "stability-flags": [],
3773    "prefer-stable": false,
3774    "prefer-lowest": false,
3775    "platform": {
3776        "ext-gd": "*",
3777        "ext-iconv": "*",
3778        "ext-pcre": "*",
3779        "ext-pdo": "*",
3780        "ext-pdo_mysql": "*",
3781        "ext-session": "*",
3782        "ext-simplexml": "*",
3783        "ext-xml": "*"
3784    },
3785    "platform-dev": [],
3786    "platform-overrides": {
3787        "php": "7.0.8"
3788    }
3789}
3790