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