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