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