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