xref: /webtrees/composer.lock (revision 19697c2f4600863983dd0b30d59a76a8899491a5)
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": "d5accf4a836d432c700476982d27d636",
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.11",
920            "source": {
921                "type": "git",
922                "url": "https://github.com/symfony/http-foundation.git",
923                "reference": "873ccdf8c1cae20da0184862820c434e20fdc8ce"
924            },
925            "dist": {
926                "type": "zip",
927                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/873ccdf8c1cae20da0184862820c434e20fdc8ce",
928                "reference": "873ccdf8c1cae20da0184862820c434e20fdc8ce",
929                "shasum": ""
930            },
931            "require": {
932                "php": "^5.5.9|>=7.0.8",
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-11-05T19:07:00+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.1",
1503            "source": {
1504                "type": "git",
1505                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1506                "reference": "04f71e56e03ba2627e345e8c949c80dcef0e683e"
1507            },
1508            "dist": {
1509                "type": "zip",
1510                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/04f71e56e03ba2627e345e8c949c80dcef0e683e",
1511                "reference": "04f71e56e03ba2627e345e8c949c80dcef0e683e",
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-09T13:31:39+00:00"
1579        },
1580        {
1581            "name": "gecko-packages/gecko-php-unit",
1582            "version": "v2.2",
1583            "source": {
1584                "type": "git",
1585                "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
1586                "reference": "ab525fac9a9ffea219687f261b02008b18ebf2d1"
1587            },
1588            "dist": {
1589                "type": "zip",
1590                "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/ab525fac9a9ffea219687f261b02008b18ebf2d1",
1591                "reference": "ab525fac9a9ffea219687f261b02008b18ebf2d1",
1592                "shasum": ""
1593            },
1594            "require": {
1595                "php": "^5.3.6 || ^7.0"
1596            },
1597            "require-dev": {
1598                "phpunit/phpunit": "^4.8.35 || ^5.4.3"
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            "autoload": {
1607                "psr-4": {
1608                    "GeckoPackages\\PHPUnit\\": "src/PHPUnit"
1609                }
1610            },
1611            "notification-url": "https://packagist.org/downloads/",
1612            "license": [
1613                "MIT"
1614            ],
1615            "description": "Additional PHPUnit asserts and constraints.",
1616            "homepage": "https://github.com/GeckoPackages",
1617            "keywords": [
1618                "extension",
1619                "filesystem",
1620                "phpunit"
1621            ],
1622            "time": "2017-08-23T07:39:54+00:00"
1623        },
1624        {
1625            "name": "guzzle/guzzle",
1626            "version": "v3.8.1",
1627            "source": {
1628                "type": "git",
1629                "url": "https://github.com/guzzle/guzzle.git",
1630                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
1631            },
1632            "dist": {
1633                "type": "zip",
1634                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
1635                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
1636                "shasum": ""
1637            },
1638            "require": {
1639                "ext-curl": "*",
1640                "php": ">=5.3.3",
1641                "symfony/event-dispatcher": ">=2.1"
1642            },
1643            "replace": {
1644                "guzzle/batch": "self.version",
1645                "guzzle/cache": "self.version",
1646                "guzzle/common": "self.version",
1647                "guzzle/http": "self.version",
1648                "guzzle/inflection": "self.version",
1649                "guzzle/iterator": "self.version",
1650                "guzzle/log": "self.version",
1651                "guzzle/parser": "self.version",
1652                "guzzle/plugin": "self.version",
1653                "guzzle/plugin-async": "self.version",
1654                "guzzle/plugin-backoff": "self.version",
1655                "guzzle/plugin-cache": "self.version",
1656                "guzzle/plugin-cookie": "self.version",
1657                "guzzle/plugin-curlauth": "self.version",
1658                "guzzle/plugin-error-response": "self.version",
1659                "guzzle/plugin-history": "self.version",
1660                "guzzle/plugin-log": "self.version",
1661                "guzzle/plugin-md5": "self.version",
1662                "guzzle/plugin-mock": "self.version",
1663                "guzzle/plugin-oauth": "self.version",
1664                "guzzle/service": "self.version",
1665                "guzzle/stream": "self.version"
1666            },
1667            "require-dev": {
1668                "doctrine/cache": "*",
1669                "monolog/monolog": "1.*",
1670                "phpunit/phpunit": "3.7.*",
1671                "psr/log": "1.0.*",
1672                "symfony/class-loader": "*",
1673                "zendframework/zend-cache": "<2.3",
1674                "zendframework/zend-log": "<2.3"
1675            },
1676            "type": "library",
1677            "extra": {
1678                "branch-alias": {
1679                    "dev-master": "3.8-dev"
1680                }
1681            },
1682            "autoload": {
1683                "psr-0": {
1684                    "Guzzle": "src/",
1685                    "Guzzle\\Tests": "tests/"
1686                }
1687            },
1688            "notification-url": "https://packagist.org/downloads/",
1689            "license": [
1690                "MIT"
1691            ],
1692            "authors": [
1693                {
1694                    "name": "Michael Dowling",
1695                    "email": "mtdowling@gmail.com",
1696                    "homepage": "https://github.com/mtdowling"
1697                },
1698                {
1699                    "name": "Guzzle Community",
1700                    "homepage": "https://github.com/guzzle/guzzle/contributors"
1701                }
1702            ],
1703            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1704            "homepage": "http://guzzlephp.org/",
1705            "keywords": [
1706                "client",
1707                "curl",
1708                "framework",
1709                "http",
1710                "http client",
1711                "rest",
1712                "web service"
1713            ],
1714            "abandoned": "guzzlehttp/guzzle",
1715            "time": "2014-01-28T22:29:15+00:00"
1716        },
1717        {
1718            "name": "hamcrest/hamcrest-php",
1719            "version": "v2.0.0",
1720            "source": {
1721                "type": "git",
1722                "url": "https://github.com/hamcrest/hamcrest-php.git",
1723                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
1724            },
1725            "dist": {
1726                "type": "zip",
1727                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
1728                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
1729                "shasum": ""
1730            },
1731            "require": {
1732                "php": "^5.3|^7.0"
1733            },
1734            "replace": {
1735                "cordoval/hamcrest-php": "*",
1736                "davedevelopment/hamcrest-php": "*",
1737                "kodova/hamcrest-php": "*"
1738            },
1739            "require-dev": {
1740                "phpunit/php-file-iterator": "1.3.3",
1741                "phpunit/phpunit": "~4.0",
1742                "satooshi/php-coveralls": "^1.0"
1743            },
1744            "type": "library",
1745            "extra": {
1746                "branch-alias": {
1747                    "dev-master": "2.0-dev"
1748                }
1749            },
1750            "autoload": {
1751                "classmap": [
1752                    "hamcrest"
1753                ]
1754            },
1755            "notification-url": "https://packagist.org/downloads/",
1756            "license": [
1757                "BSD"
1758            ],
1759            "description": "This is the PHP port of Hamcrest Matchers",
1760            "keywords": [
1761                "test"
1762            ],
1763            "time": "2016-01-20T08:20:44+00:00"
1764        },
1765        {
1766            "name": "mockery/mockery",
1767            "version": "1.0",
1768            "source": {
1769                "type": "git",
1770                "url": "https://github.com/mockery/mockery.git",
1771                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38"
1772            },
1773            "dist": {
1774                "type": "zip",
1775                "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38",
1776                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38",
1777                "shasum": ""
1778            },
1779            "require": {
1780                "hamcrest/hamcrest-php": "~2.0",
1781                "lib-pcre": ">=7.0",
1782                "php": ">=5.6.0"
1783            },
1784            "require-dev": {
1785                "phpunit/phpunit": "~5.7|~6.1"
1786            },
1787            "type": "library",
1788            "extra": {
1789                "branch-alias": {
1790                    "dev-master": "1.0.x-dev"
1791                }
1792            },
1793            "autoload": {
1794                "psr-0": {
1795                    "Mockery": "library/"
1796                }
1797            },
1798            "notification-url": "https://packagist.org/downloads/",
1799            "license": [
1800                "BSD-3-Clause"
1801            ],
1802            "authors": [
1803                {
1804                    "name": "Pádraic Brady",
1805                    "email": "padraic.brady@gmail.com",
1806                    "homepage": "http://blog.astrumfutura.com"
1807                },
1808                {
1809                    "name": "Dave Marshall",
1810                    "email": "dave.marshall@atstsolutions.co.uk",
1811                    "homepage": "http://davedevelopment.co.uk"
1812                }
1813            ],
1814            "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.",
1815            "homepage": "http://github.com/mockery/mockery",
1816            "keywords": [
1817                "BDD",
1818                "TDD",
1819                "library",
1820                "mock",
1821                "mock objects",
1822                "mockery",
1823                "stub",
1824                "test",
1825                "test double",
1826                "testing"
1827            ],
1828            "time": "2017-10-06T16:20:43+00:00"
1829        },
1830        {
1831            "name": "myclabs/deep-copy",
1832            "version": "1.7.0",
1833            "source": {
1834                "type": "git",
1835                "url": "https://github.com/myclabs/DeepCopy.git",
1836                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1837            },
1838            "dist": {
1839                "type": "zip",
1840                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1841                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1842                "shasum": ""
1843            },
1844            "require": {
1845                "php": "^5.6 || ^7.0"
1846            },
1847            "require-dev": {
1848                "doctrine/collections": "^1.0",
1849                "doctrine/common": "^2.6",
1850                "phpunit/phpunit": "^4.1"
1851            },
1852            "type": "library",
1853            "autoload": {
1854                "psr-4": {
1855                    "DeepCopy\\": "src/DeepCopy/"
1856                },
1857                "files": [
1858                    "src/DeepCopy/deep_copy.php"
1859                ]
1860            },
1861            "notification-url": "https://packagist.org/downloads/",
1862            "license": [
1863                "MIT"
1864            ],
1865            "description": "Create deep copies (clones) of your objects",
1866            "keywords": [
1867                "clone",
1868                "copy",
1869                "duplicate",
1870                "object",
1871                "object graph"
1872            ],
1873            "time": "2017-10-19T19:58:43+00:00"
1874        },
1875        {
1876            "name": "php-cs-fixer/diff",
1877            "version": "v1.2.0",
1878            "source": {
1879                "type": "git",
1880                "url": "https://github.com/PHP-CS-Fixer/diff.git",
1881                "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b"
1882            },
1883            "dist": {
1884                "type": "zip",
1885                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/f0ef6133d674137e902fdf8a6f2e8e97e14a087b",
1886                "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b",
1887                "shasum": ""
1888            },
1889            "require": {
1890                "php": "^5.6 || ^7.0"
1891            },
1892            "require-dev": {
1893                "phpunit/phpunit": "^4.8.35 || ^5.4.3",
1894                "symfony/process": "^3.3"
1895            },
1896            "type": "library",
1897            "autoload": {
1898                "classmap": [
1899                    "src/"
1900                ]
1901            },
1902            "notification-url": "https://packagist.org/downloads/",
1903            "authors": [
1904                {
1905                    "name": "Kore Nordmann",
1906                    "email": "mail@kore-nordmann.de"
1907                },
1908                {
1909                    "name": "Sebastian Bergmann",
1910                    "email": "sebastian@phpunit.de"
1911                },
1912                {
1913                    "name": "SpacePossum"
1914                }
1915            ],
1916            "description": "sebastian/diff v2 backport support for PHP5.6",
1917            "homepage": "https://github.com/PHP-CS-Fixer",
1918            "keywords": [
1919                "diff"
1920            ],
1921            "time": "2017-10-19T09:58:18+00:00"
1922        },
1923        {
1924            "name": "phpdocumentor/reflection-common",
1925            "version": "1.0.1",
1926            "source": {
1927                "type": "git",
1928                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1929                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1930            },
1931            "dist": {
1932                "type": "zip",
1933                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1934                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1935                "shasum": ""
1936            },
1937            "require": {
1938                "php": ">=5.5"
1939            },
1940            "require-dev": {
1941                "phpunit/phpunit": "^4.6"
1942            },
1943            "type": "library",
1944            "extra": {
1945                "branch-alias": {
1946                    "dev-master": "1.0.x-dev"
1947                }
1948            },
1949            "autoload": {
1950                "psr-4": {
1951                    "phpDocumentor\\Reflection\\": [
1952                        "src"
1953                    ]
1954                }
1955            },
1956            "notification-url": "https://packagist.org/downloads/",
1957            "license": [
1958                "MIT"
1959            ],
1960            "authors": [
1961                {
1962                    "name": "Jaap van Otterdijk",
1963                    "email": "opensource@ijaap.nl"
1964                }
1965            ],
1966            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1967            "homepage": "http://www.phpdoc.org",
1968            "keywords": [
1969                "FQSEN",
1970                "phpDocumentor",
1971                "phpdoc",
1972                "reflection",
1973                "static analysis"
1974            ],
1975            "time": "2017-09-11T18:02:19+00:00"
1976        },
1977        {
1978            "name": "phpdocumentor/reflection-docblock",
1979            "version": "3.2.2",
1980            "source": {
1981                "type": "git",
1982                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1983                "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157"
1984            },
1985            "dist": {
1986                "type": "zip",
1987                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157",
1988                "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157",
1989                "shasum": ""
1990            },
1991            "require": {
1992                "php": ">=5.5",
1993                "phpdocumentor/reflection-common": "^1.0@dev",
1994                "phpdocumentor/type-resolver": "^0.3.0",
1995                "webmozart/assert": "^1.0"
1996            },
1997            "require-dev": {
1998                "mockery/mockery": "^0.9.4",
1999                "phpunit/phpunit": "^4.4"
2000            },
2001            "type": "library",
2002            "autoload": {
2003                "psr-4": {
2004                    "phpDocumentor\\Reflection\\": [
2005                        "src/"
2006                    ]
2007                }
2008            },
2009            "notification-url": "https://packagist.org/downloads/",
2010            "license": [
2011                "MIT"
2012            ],
2013            "authors": [
2014                {
2015                    "name": "Mike van Riel",
2016                    "email": "me@mikevanriel.com"
2017                }
2018            ],
2019            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020            "time": "2017-08-08T06:39:58+00:00"
2021        },
2022        {
2023            "name": "phpdocumentor/type-resolver",
2024            "version": "0.3.0",
2025            "source": {
2026                "type": "git",
2027                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2028                "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
2029            },
2030            "dist": {
2031                "type": "zip",
2032                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
2033                "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
2034                "shasum": ""
2035            },
2036            "require": {
2037                "php": "^5.5 || ^7.0",
2038                "phpdocumentor/reflection-common": "^1.0"
2039            },
2040            "require-dev": {
2041                "mockery/mockery": "^0.9.4",
2042                "phpunit/phpunit": "^5.2||^4.8.24"
2043            },
2044            "type": "library",
2045            "extra": {
2046                "branch-alias": {
2047                    "dev-master": "1.0.x-dev"
2048                }
2049            },
2050            "autoload": {
2051                "psr-4": {
2052                    "phpDocumentor\\Reflection\\": [
2053                        "src/"
2054                    ]
2055                }
2056            },
2057            "notification-url": "https://packagist.org/downloads/",
2058            "license": [
2059                "MIT"
2060            ],
2061            "authors": [
2062                {
2063                    "name": "Mike van Riel",
2064                    "email": "me@mikevanriel.com"
2065                }
2066            ],
2067            "time": "2017-06-03T08:32:36+00:00"
2068        },
2069        {
2070            "name": "phpspec/prophecy",
2071            "version": "v1.7.2",
2072            "source": {
2073                "type": "git",
2074                "url": "https://github.com/phpspec/prophecy.git",
2075                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
2076            },
2077            "dist": {
2078                "type": "zip",
2079                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
2080                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
2081                "shasum": ""
2082            },
2083            "require": {
2084                "doctrine/instantiator": "^1.0.2",
2085                "php": "^5.3|^7.0",
2086                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2087                "sebastian/comparator": "^1.1|^2.0",
2088                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2089            },
2090            "require-dev": {
2091                "phpspec/phpspec": "^2.5|^3.2",
2092                "phpunit/phpunit": "^4.8 || ^5.6.5"
2093            },
2094            "type": "library",
2095            "extra": {
2096                "branch-alias": {
2097                    "dev-master": "1.7.x-dev"
2098                }
2099            },
2100            "autoload": {
2101                "psr-0": {
2102                    "Prophecy\\": "src/"
2103                }
2104            },
2105            "notification-url": "https://packagist.org/downloads/",
2106            "license": [
2107                "MIT"
2108            ],
2109            "authors": [
2110                {
2111                    "name": "Konstantin Kudryashov",
2112                    "email": "ever.zet@gmail.com",
2113                    "homepage": "http://everzet.com"
2114                },
2115                {
2116                    "name": "Marcello Duarte",
2117                    "email": "marcello.duarte@gmail.com"
2118                }
2119            ],
2120            "description": "Highly opinionated mocking framework for PHP 5.3+",
2121            "homepage": "https://github.com/phpspec/prophecy",
2122            "keywords": [
2123                "Double",
2124                "Dummy",
2125                "fake",
2126                "mock",
2127                "spy",
2128                "stub"
2129            ],
2130            "time": "2017-09-04T11:05:03+00:00"
2131        },
2132        {
2133            "name": "phpunit/php-code-coverage",
2134            "version": "4.0.8",
2135            "source": {
2136                "type": "git",
2137                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2138                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2139            },
2140            "dist": {
2141                "type": "zip",
2142                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2143                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2144                "shasum": ""
2145            },
2146            "require": {
2147                "ext-dom": "*",
2148                "ext-xmlwriter": "*",
2149                "php": "^5.6 || ^7.0",
2150                "phpunit/php-file-iterator": "^1.3",
2151                "phpunit/php-text-template": "^1.2",
2152                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2153                "sebastian/code-unit-reverse-lookup": "^1.0",
2154                "sebastian/environment": "^1.3.2 || ^2.0",
2155                "sebastian/version": "^1.0 || ^2.0"
2156            },
2157            "require-dev": {
2158                "ext-xdebug": "^2.1.4",
2159                "phpunit/phpunit": "^5.7"
2160            },
2161            "suggest": {
2162                "ext-xdebug": "^2.5.1"
2163            },
2164            "type": "library",
2165            "extra": {
2166                "branch-alias": {
2167                    "dev-master": "4.0.x-dev"
2168                }
2169            },
2170            "autoload": {
2171                "classmap": [
2172                    "src/"
2173                ]
2174            },
2175            "notification-url": "https://packagist.org/downloads/",
2176            "license": [
2177                "BSD-3-Clause"
2178            ],
2179            "authors": [
2180                {
2181                    "name": "Sebastian Bergmann",
2182                    "email": "sb@sebastian-bergmann.de",
2183                    "role": "lead"
2184                }
2185            ],
2186            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2187            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2188            "keywords": [
2189                "coverage",
2190                "testing",
2191                "xunit"
2192            ],
2193            "time": "2017-04-02T07:44:40+00:00"
2194        },
2195        {
2196            "name": "phpunit/php-file-iterator",
2197            "version": "1.4.2",
2198            "source": {
2199                "type": "git",
2200                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2201                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2202            },
2203            "dist": {
2204                "type": "zip",
2205                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2206                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2207                "shasum": ""
2208            },
2209            "require": {
2210                "php": ">=5.3.3"
2211            },
2212            "type": "library",
2213            "extra": {
2214                "branch-alias": {
2215                    "dev-master": "1.4.x-dev"
2216                }
2217            },
2218            "autoload": {
2219                "classmap": [
2220                    "src/"
2221                ]
2222            },
2223            "notification-url": "https://packagist.org/downloads/",
2224            "license": [
2225                "BSD-3-Clause"
2226            ],
2227            "authors": [
2228                {
2229                    "name": "Sebastian Bergmann",
2230                    "email": "sb@sebastian-bergmann.de",
2231                    "role": "lead"
2232                }
2233            ],
2234            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2235            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2236            "keywords": [
2237                "filesystem",
2238                "iterator"
2239            ],
2240            "time": "2016-10-03T07:40:28+00:00"
2241        },
2242        {
2243            "name": "phpunit/php-text-template",
2244            "version": "1.2.1",
2245            "source": {
2246                "type": "git",
2247                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2248                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2249            },
2250            "dist": {
2251                "type": "zip",
2252                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2253                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2254                "shasum": ""
2255            },
2256            "require": {
2257                "php": ">=5.3.3"
2258            },
2259            "type": "library",
2260            "autoload": {
2261                "classmap": [
2262                    "src/"
2263                ]
2264            },
2265            "notification-url": "https://packagist.org/downloads/",
2266            "license": [
2267                "BSD-3-Clause"
2268            ],
2269            "authors": [
2270                {
2271                    "name": "Sebastian Bergmann",
2272                    "email": "sebastian@phpunit.de",
2273                    "role": "lead"
2274                }
2275            ],
2276            "description": "Simple template engine.",
2277            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2278            "keywords": [
2279                "template"
2280            ],
2281            "time": "2015-06-21T13:50:34+00:00"
2282        },
2283        {
2284            "name": "phpunit/php-timer",
2285            "version": "1.0.9",
2286            "source": {
2287                "type": "git",
2288                "url": "https://github.com/sebastianbergmann/php-timer.git",
2289                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2290            },
2291            "dist": {
2292                "type": "zip",
2293                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2294                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2295                "shasum": ""
2296            },
2297            "require": {
2298                "php": "^5.3.3 || ^7.0"
2299            },
2300            "require-dev": {
2301                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2302            },
2303            "type": "library",
2304            "extra": {
2305                "branch-alias": {
2306                    "dev-master": "1.0-dev"
2307                }
2308            },
2309            "autoload": {
2310                "classmap": [
2311                    "src/"
2312                ]
2313            },
2314            "notification-url": "https://packagist.org/downloads/",
2315            "license": [
2316                "BSD-3-Clause"
2317            ],
2318            "authors": [
2319                {
2320                    "name": "Sebastian Bergmann",
2321                    "email": "sb@sebastian-bergmann.de",
2322                    "role": "lead"
2323                }
2324            ],
2325            "description": "Utility class for timing",
2326            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2327            "keywords": [
2328                "timer"
2329            ],
2330            "time": "2017-02-26T11:10:40+00:00"
2331        },
2332        {
2333            "name": "phpunit/php-token-stream",
2334            "version": "1.4.11",
2335            "source": {
2336                "type": "git",
2337                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2338                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2339            },
2340            "dist": {
2341                "type": "zip",
2342                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
2343                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2344                "shasum": ""
2345            },
2346            "require": {
2347                "ext-tokenizer": "*",
2348                "php": ">=5.3.3"
2349            },
2350            "require-dev": {
2351                "phpunit/phpunit": "~4.2"
2352            },
2353            "type": "library",
2354            "extra": {
2355                "branch-alias": {
2356                    "dev-master": "1.4-dev"
2357                }
2358            },
2359            "autoload": {
2360                "classmap": [
2361                    "src/"
2362                ]
2363            },
2364            "notification-url": "https://packagist.org/downloads/",
2365            "license": [
2366                "BSD-3-Clause"
2367            ],
2368            "authors": [
2369                {
2370                    "name": "Sebastian Bergmann",
2371                    "email": "sebastian@phpunit.de"
2372                }
2373            ],
2374            "description": "Wrapper around PHP's tokenizer extension.",
2375            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2376            "keywords": [
2377                "tokenizer"
2378            ],
2379            "time": "2017-02-27T10:12:30+00:00"
2380        },
2381        {
2382            "name": "phpunit/phpunit",
2383            "version": "5.7.23",
2384            "source": {
2385                "type": "git",
2386                "url": "https://github.com/sebastianbergmann/phpunit.git",
2387                "reference": "78532d5269d984660080d8e0f4c99c5c2ea65ffe"
2388            },
2389            "dist": {
2390                "type": "zip",
2391                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/78532d5269d984660080d8e0f4c99c5c2ea65ffe",
2392                "reference": "78532d5269d984660080d8e0f4c99c5c2ea65ffe",
2393                "shasum": ""
2394            },
2395            "require": {
2396                "ext-dom": "*",
2397                "ext-json": "*",
2398                "ext-libxml": "*",
2399                "ext-mbstring": "*",
2400                "ext-xml": "*",
2401                "myclabs/deep-copy": "~1.3",
2402                "php": "^5.6 || ^7.0",
2403                "phpspec/prophecy": "^1.6.2",
2404                "phpunit/php-code-coverage": "^4.0.4",
2405                "phpunit/php-file-iterator": "~1.4",
2406                "phpunit/php-text-template": "~1.2",
2407                "phpunit/php-timer": "^1.0.6",
2408                "phpunit/phpunit-mock-objects": "^3.2",
2409                "sebastian/comparator": "^1.2.4",
2410                "sebastian/diff": "^1.4.3",
2411                "sebastian/environment": "^1.3.4 || ^2.0",
2412                "sebastian/exporter": "~2.0",
2413                "sebastian/global-state": "^1.1",
2414                "sebastian/object-enumerator": "~2.0",
2415                "sebastian/resource-operations": "~1.0",
2416                "sebastian/version": "~1.0.3|~2.0",
2417                "symfony/yaml": "~2.1|~3.0"
2418            },
2419            "conflict": {
2420                "phpdocumentor/reflection-docblock": "3.0.2"
2421            },
2422            "require-dev": {
2423                "ext-pdo": "*"
2424            },
2425            "suggest": {
2426                "ext-xdebug": "*",
2427                "phpunit/php-invoker": "~1.1"
2428            },
2429            "bin": [
2430                "phpunit"
2431            ],
2432            "type": "library",
2433            "extra": {
2434                "branch-alias": {
2435                    "dev-master": "5.7.x-dev"
2436                }
2437            },
2438            "autoload": {
2439                "classmap": [
2440                    "src/"
2441                ]
2442            },
2443            "notification-url": "https://packagist.org/downloads/",
2444            "license": [
2445                "BSD-3-Clause"
2446            ],
2447            "authors": [
2448                {
2449                    "name": "Sebastian Bergmann",
2450                    "email": "sebastian@phpunit.de",
2451                    "role": "lead"
2452                }
2453            ],
2454            "description": "The PHP Unit Testing framework.",
2455            "homepage": "https://phpunit.de/",
2456            "keywords": [
2457                "phpunit",
2458                "testing",
2459                "xunit"
2460            ],
2461            "time": "2017-10-15T06:13:55+00:00"
2462        },
2463        {
2464            "name": "phpunit/phpunit-mock-objects",
2465            "version": "3.4.4",
2466            "source": {
2467                "type": "git",
2468                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2469                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
2470            },
2471            "dist": {
2472                "type": "zip",
2473                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
2474                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
2475                "shasum": ""
2476            },
2477            "require": {
2478                "doctrine/instantiator": "^1.0.2",
2479                "php": "^5.6 || ^7.0",
2480                "phpunit/php-text-template": "^1.2",
2481                "sebastian/exporter": "^1.2 || ^2.0"
2482            },
2483            "conflict": {
2484                "phpunit/phpunit": "<5.4.0"
2485            },
2486            "require-dev": {
2487                "phpunit/phpunit": "^5.4"
2488            },
2489            "suggest": {
2490                "ext-soap": "*"
2491            },
2492            "type": "library",
2493            "extra": {
2494                "branch-alias": {
2495                    "dev-master": "3.2.x-dev"
2496                }
2497            },
2498            "autoload": {
2499                "classmap": [
2500                    "src/"
2501                ]
2502            },
2503            "notification-url": "https://packagist.org/downloads/",
2504            "license": [
2505                "BSD-3-Clause"
2506            ],
2507            "authors": [
2508                {
2509                    "name": "Sebastian Bergmann",
2510                    "email": "sb@sebastian-bergmann.de",
2511                    "role": "lead"
2512                }
2513            ],
2514            "description": "Mock Object library for PHPUnit",
2515            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2516            "keywords": [
2517                "mock",
2518                "xunit"
2519            ],
2520            "time": "2017-06-30T09:13:00+00:00"
2521        },
2522        {
2523            "name": "psr/log",
2524            "version": "1.0.2",
2525            "source": {
2526                "type": "git",
2527                "url": "https://github.com/php-fig/log.git",
2528                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2529            },
2530            "dist": {
2531                "type": "zip",
2532                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2533                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2534                "shasum": ""
2535            },
2536            "require": {
2537                "php": ">=5.3.0"
2538            },
2539            "type": "library",
2540            "extra": {
2541                "branch-alias": {
2542                    "dev-master": "1.0.x-dev"
2543                }
2544            },
2545            "autoload": {
2546                "psr-4": {
2547                    "Psr\\Log\\": "Psr/Log/"
2548                }
2549            },
2550            "notification-url": "https://packagist.org/downloads/",
2551            "license": [
2552                "MIT"
2553            ],
2554            "authors": [
2555                {
2556                    "name": "PHP-FIG",
2557                    "homepage": "http://www.php-fig.org/"
2558                }
2559            ],
2560            "description": "Common interface for logging libraries",
2561            "homepage": "https://github.com/php-fig/log",
2562            "keywords": [
2563                "log",
2564                "psr",
2565                "psr-3"
2566            ],
2567            "time": "2016-10-10T12:19:37+00:00"
2568        },
2569        {
2570            "name": "satooshi/php-coveralls",
2571            "version": "v1.0.2",
2572            "source": {
2573                "type": "git",
2574                "url": "https://github.com/php-coveralls/php-coveralls.git",
2575                "reference": "9c07b63acbc9709344948b6fd4f63a32b2ef4127"
2576            },
2577            "dist": {
2578                "type": "zip",
2579                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/9c07b63acbc9709344948b6fd4f63a32b2ef4127",
2580                "reference": "9c07b63acbc9709344948b6fd4f63a32b2ef4127",
2581                "shasum": ""
2582            },
2583            "require": {
2584                "ext-json": "*",
2585                "ext-simplexml": "*",
2586                "guzzle/guzzle": "^2.8 || ^3.0",
2587                "php": "^5.3.3 || ^7.0",
2588                "psr/log": "^1.0",
2589                "symfony/config": "^2.1 || ^3.0 || ^4.0",
2590                "symfony/console": "^2.1 || ^3.0 || ^4.0",
2591                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
2592                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
2593            },
2594            "require-dev": {
2595                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
2596            },
2597            "suggest": {
2598                "symfony/http-kernel": "Allows Symfony integration"
2599            },
2600            "bin": [
2601                "bin/coveralls"
2602            ],
2603            "type": "library",
2604            "autoload": {
2605                "psr-4": {
2606                    "Satooshi\\": "src/Satooshi/"
2607                }
2608            },
2609            "notification-url": "https://packagist.org/downloads/",
2610            "license": [
2611                "MIT"
2612            ],
2613            "authors": [
2614                {
2615                    "name": "Kitamura Satoshi",
2616                    "email": "with.no.parachute@gmail.com",
2617                    "homepage": "https://www.facebook.com/satooshi.jp"
2618                }
2619            ],
2620            "description": "PHP client library for Coveralls API",
2621            "homepage": "https://github.com/php-coveralls/php-coveralls",
2622            "keywords": [
2623                "ci",
2624                "coverage",
2625                "github",
2626                "test"
2627            ],
2628            "time": "2017-10-14T23:15:34+00:00"
2629        },
2630        {
2631            "name": "sebastian/code-unit-reverse-lookup",
2632            "version": "1.0.1",
2633            "source": {
2634                "type": "git",
2635                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2636                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2637            },
2638            "dist": {
2639                "type": "zip",
2640                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2641                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2642                "shasum": ""
2643            },
2644            "require": {
2645                "php": "^5.6 || ^7.0"
2646            },
2647            "require-dev": {
2648                "phpunit/phpunit": "^5.7 || ^6.0"
2649            },
2650            "type": "library",
2651            "extra": {
2652                "branch-alias": {
2653                    "dev-master": "1.0.x-dev"
2654                }
2655            },
2656            "autoload": {
2657                "classmap": [
2658                    "src/"
2659                ]
2660            },
2661            "notification-url": "https://packagist.org/downloads/",
2662            "license": [
2663                "BSD-3-Clause"
2664            ],
2665            "authors": [
2666                {
2667                    "name": "Sebastian Bergmann",
2668                    "email": "sebastian@phpunit.de"
2669                }
2670            ],
2671            "description": "Looks up which function or method a line of code belongs to",
2672            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2673            "time": "2017-03-04T06:30:41+00:00"
2674        },
2675        {
2676            "name": "sebastian/comparator",
2677            "version": "1.2.4",
2678            "source": {
2679                "type": "git",
2680                "url": "https://github.com/sebastianbergmann/comparator.git",
2681                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2682            },
2683            "dist": {
2684                "type": "zip",
2685                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2686                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2687                "shasum": ""
2688            },
2689            "require": {
2690                "php": ">=5.3.3",
2691                "sebastian/diff": "~1.2",
2692                "sebastian/exporter": "~1.2 || ~2.0"
2693            },
2694            "require-dev": {
2695                "phpunit/phpunit": "~4.4"
2696            },
2697            "type": "library",
2698            "extra": {
2699                "branch-alias": {
2700                    "dev-master": "1.2.x-dev"
2701                }
2702            },
2703            "autoload": {
2704                "classmap": [
2705                    "src/"
2706                ]
2707            },
2708            "notification-url": "https://packagist.org/downloads/",
2709            "license": [
2710                "BSD-3-Clause"
2711            ],
2712            "authors": [
2713                {
2714                    "name": "Jeff Welch",
2715                    "email": "whatthejeff@gmail.com"
2716                },
2717                {
2718                    "name": "Volker Dusch",
2719                    "email": "github@wallbash.com"
2720                },
2721                {
2722                    "name": "Bernhard Schussek",
2723                    "email": "bschussek@2bepublished.at"
2724                },
2725                {
2726                    "name": "Sebastian Bergmann",
2727                    "email": "sebastian@phpunit.de"
2728                }
2729            ],
2730            "description": "Provides the functionality to compare PHP values for equality",
2731            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2732            "keywords": [
2733                "comparator",
2734                "compare",
2735                "equality"
2736            ],
2737            "time": "2017-01-29T09:50:25+00:00"
2738        },
2739        {
2740            "name": "sebastian/diff",
2741            "version": "1.4.3",
2742            "source": {
2743                "type": "git",
2744                "url": "https://github.com/sebastianbergmann/diff.git",
2745                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2746            },
2747            "dist": {
2748                "type": "zip",
2749                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2750                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2751                "shasum": ""
2752            },
2753            "require": {
2754                "php": "^5.3.3 || ^7.0"
2755            },
2756            "require-dev": {
2757                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2758            },
2759            "type": "library",
2760            "extra": {
2761                "branch-alias": {
2762                    "dev-master": "1.4-dev"
2763                }
2764            },
2765            "autoload": {
2766                "classmap": [
2767                    "src/"
2768                ]
2769            },
2770            "notification-url": "https://packagist.org/downloads/",
2771            "license": [
2772                "BSD-3-Clause"
2773            ],
2774            "authors": [
2775                {
2776                    "name": "Kore Nordmann",
2777                    "email": "mail@kore-nordmann.de"
2778                },
2779                {
2780                    "name": "Sebastian Bergmann",
2781                    "email": "sebastian@phpunit.de"
2782                }
2783            ],
2784            "description": "Diff implementation",
2785            "homepage": "https://github.com/sebastianbergmann/diff",
2786            "keywords": [
2787                "diff"
2788            ],
2789            "time": "2017-05-22T07:24:03+00:00"
2790        },
2791        {
2792            "name": "sebastian/environment",
2793            "version": "2.0.0",
2794            "source": {
2795                "type": "git",
2796                "url": "https://github.com/sebastianbergmann/environment.git",
2797                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2798            },
2799            "dist": {
2800                "type": "zip",
2801                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2802                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2803                "shasum": ""
2804            },
2805            "require": {
2806                "php": "^5.6 || ^7.0"
2807            },
2808            "require-dev": {
2809                "phpunit/phpunit": "^5.0"
2810            },
2811            "type": "library",
2812            "extra": {
2813                "branch-alias": {
2814                    "dev-master": "2.0.x-dev"
2815                }
2816            },
2817            "autoload": {
2818                "classmap": [
2819                    "src/"
2820                ]
2821            },
2822            "notification-url": "https://packagist.org/downloads/",
2823            "license": [
2824                "BSD-3-Clause"
2825            ],
2826            "authors": [
2827                {
2828                    "name": "Sebastian Bergmann",
2829                    "email": "sebastian@phpunit.de"
2830                }
2831            ],
2832            "description": "Provides functionality to handle HHVM/PHP environments",
2833            "homepage": "http://www.github.com/sebastianbergmann/environment",
2834            "keywords": [
2835                "Xdebug",
2836                "environment",
2837                "hhvm"
2838            ],
2839            "time": "2016-11-26T07:53:53+00:00"
2840        },
2841        {
2842            "name": "sebastian/exporter",
2843            "version": "2.0.0",
2844            "source": {
2845                "type": "git",
2846                "url": "https://github.com/sebastianbergmann/exporter.git",
2847                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2848            },
2849            "dist": {
2850                "type": "zip",
2851                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2852                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2853                "shasum": ""
2854            },
2855            "require": {
2856                "php": ">=5.3.3",
2857                "sebastian/recursion-context": "~2.0"
2858            },
2859            "require-dev": {
2860                "ext-mbstring": "*",
2861                "phpunit/phpunit": "~4.4"
2862            },
2863            "type": "library",
2864            "extra": {
2865                "branch-alias": {
2866                    "dev-master": "2.0.x-dev"
2867                }
2868            },
2869            "autoload": {
2870                "classmap": [
2871                    "src/"
2872                ]
2873            },
2874            "notification-url": "https://packagist.org/downloads/",
2875            "license": [
2876                "BSD-3-Clause"
2877            ],
2878            "authors": [
2879                {
2880                    "name": "Jeff Welch",
2881                    "email": "whatthejeff@gmail.com"
2882                },
2883                {
2884                    "name": "Volker Dusch",
2885                    "email": "github@wallbash.com"
2886                },
2887                {
2888                    "name": "Bernhard Schussek",
2889                    "email": "bschussek@2bepublished.at"
2890                },
2891                {
2892                    "name": "Sebastian Bergmann",
2893                    "email": "sebastian@phpunit.de"
2894                },
2895                {
2896                    "name": "Adam Harvey",
2897                    "email": "aharvey@php.net"
2898                }
2899            ],
2900            "description": "Provides the functionality to export PHP variables for visualization",
2901            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2902            "keywords": [
2903                "export",
2904                "exporter"
2905            ],
2906            "time": "2016-11-19T08:54:04+00:00"
2907        },
2908        {
2909            "name": "sebastian/global-state",
2910            "version": "1.1.1",
2911            "source": {
2912                "type": "git",
2913                "url": "https://github.com/sebastianbergmann/global-state.git",
2914                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2915            },
2916            "dist": {
2917                "type": "zip",
2918                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2919                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2920                "shasum": ""
2921            },
2922            "require": {
2923                "php": ">=5.3.3"
2924            },
2925            "require-dev": {
2926                "phpunit/phpunit": "~4.2"
2927            },
2928            "suggest": {
2929                "ext-uopz": "*"
2930            },
2931            "type": "library",
2932            "extra": {
2933                "branch-alias": {
2934                    "dev-master": "1.0-dev"
2935                }
2936            },
2937            "autoload": {
2938                "classmap": [
2939                    "src/"
2940                ]
2941            },
2942            "notification-url": "https://packagist.org/downloads/",
2943            "license": [
2944                "BSD-3-Clause"
2945            ],
2946            "authors": [
2947                {
2948                    "name": "Sebastian Bergmann",
2949                    "email": "sebastian@phpunit.de"
2950                }
2951            ],
2952            "description": "Snapshotting of global state",
2953            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2954            "keywords": [
2955                "global state"
2956            ],
2957            "time": "2015-10-12T03:26:01+00:00"
2958        },
2959        {
2960            "name": "sebastian/object-enumerator",
2961            "version": "2.0.1",
2962            "source": {
2963                "type": "git",
2964                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2965                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2966            },
2967            "dist": {
2968                "type": "zip",
2969                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
2970                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2971                "shasum": ""
2972            },
2973            "require": {
2974                "php": ">=5.6",
2975                "sebastian/recursion-context": "~2.0"
2976            },
2977            "require-dev": {
2978                "phpunit/phpunit": "~5"
2979            },
2980            "type": "library",
2981            "extra": {
2982                "branch-alias": {
2983                    "dev-master": "2.0.x-dev"
2984                }
2985            },
2986            "autoload": {
2987                "classmap": [
2988                    "src/"
2989                ]
2990            },
2991            "notification-url": "https://packagist.org/downloads/",
2992            "license": [
2993                "BSD-3-Clause"
2994            ],
2995            "authors": [
2996                {
2997                    "name": "Sebastian Bergmann",
2998                    "email": "sebastian@phpunit.de"
2999                }
3000            ],
3001            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3002            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3003            "time": "2017-02-18T15:18:39+00:00"
3004        },
3005        {
3006            "name": "sebastian/recursion-context",
3007            "version": "2.0.0",
3008            "source": {
3009                "type": "git",
3010                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3011                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3012            },
3013            "dist": {
3014                "type": "zip",
3015                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3016                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3017                "shasum": ""
3018            },
3019            "require": {
3020                "php": ">=5.3.3"
3021            },
3022            "require-dev": {
3023                "phpunit/phpunit": "~4.4"
3024            },
3025            "type": "library",
3026            "extra": {
3027                "branch-alias": {
3028                    "dev-master": "2.0.x-dev"
3029                }
3030            },
3031            "autoload": {
3032                "classmap": [
3033                    "src/"
3034                ]
3035            },
3036            "notification-url": "https://packagist.org/downloads/",
3037            "license": [
3038                "BSD-3-Clause"
3039            ],
3040            "authors": [
3041                {
3042                    "name": "Jeff Welch",
3043                    "email": "whatthejeff@gmail.com"
3044                },
3045                {
3046                    "name": "Sebastian Bergmann",
3047                    "email": "sebastian@phpunit.de"
3048                },
3049                {
3050                    "name": "Adam Harvey",
3051                    "email": "aharvey@php.net"
3052                }
3053            ],
3054            "description": "Provides functionality to recursively process PHP variables",
3055            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3056            "time": "2016-11-19T07:33:16+00:00"
3057        },
3058        {
3059            "name": "sebastian/resource-operations",
3060            "version": "1.0.0",
3061            "source": {
3062                "type": "git",
3063                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3064                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3065            },
3066            "dist": {
3067                "type": "zip",
3068                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3069                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3070                "shasum": ""
3071            },
3072            "require": {
3073                "php": ">=5.6.0"
3074            },
3075            "type": "library",
3076            "extra": {
3077                "branch-alias": {
3078                    "dev-master": "1.0.x-dev"
3079                }
3080            },
3081            "autoload": {
3082                "classmap": [
3083                    "src/"
3084                ]
3085            },
3086            "notification-url": "https://packagist.org/downloads/",
3087            "license": [
3088                "BSD-3-Clause"
3089            ],
3090            "authors": [
3091                {
3092                    "name": "Sebastian Bergmann",
3093                    "email": "sebastian@phpunit.de"
3094                }
3095            ],
3096            "description": "Provides a list of PHP built-in functions that operate on resources",
3097            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3098            "time": "2015-07-28T20:34:47+00:00"
3099        },
3100        {
3101            "name": "sebastian/version",
3102            "version": "2.0.1",
3103            "source": {
3104                "type": "git",
3105                "url": "https://github.com/sebastianbergmann/version.git",
3106                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3107            },
3108            "dist": {
3109                "type": "zip",
3110                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3111                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3112                "shasum": ""
3113            },
3114            "require": {
3115                "php": ">=5.6"
3116            },
3117            "type": "library",
3118            "extra": {
3119                "branch-alias": {
3120                    "dev-master": "2.0.x-dev"
3121                }
3122            },
3123            "autoload": {
3124                "classmap": [
3125                    "src/"
3126                ]
3127            },
3128            "notification-url": "https://packagist.org/downloads/",
3129            "license": [
3130                "BSD-3-Clause"
3131            ],
3132            "authors": [
3133                {
3134                    "name": "Sebastian Bergmann",
3135                    "email": "sebastian@phpunit.de",
3136                    "role": "lead"
3137                }
3138            ],
3139            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3140            "homepage": "https://github.com/sebastianbergmann/version",
3141            "time": "2016-10-03T07:35:21+00:00"
3142        },
3143        {
3144            "name": "symfony/config",
3145            "version": "v3.3.11",
3146            "source": {
3147                "type": "git",
3148                "url": "https://github.com/symfony/config.git",
3149                "reference": "8d2649077dc54dfbaf521d31f217383d82303c5f"
3150            },
3151            "dist": {
3152                "type": "zip",
3153                "url": "https://api.github.com/repos/symfony/config/zipball/8d2649077dc54dfbaf521d31f217383d82303c5f",
3154                "reference": "8d2649077dc54dfbaf521d31f217383d82303c5f",
3155                "shasum": ""
3156            },
3157            "require": {
3158                "php": "^5.5.9|>=7.0.8",
3159                "symfony/filesystem": "~2.8|~3.0"
3160            },
3161            "conflict": {
3162                "symfony/dependency-injection": "<3.3",
3163                "symfony/finder": "<3.3"
3164            },
3165            "require-dev": {
3166                "symfony/dependency-injection": "~3.3",
3167                "symfony/finder": "~3.3",
3168                "symfony/yaml": "~3.0"
3169            },
3170            "suggest": {
3171                "symfony/yaml": "To use the yaml reference dumper"
3172            },
3173            "type": "library",
3174            "extra": {
3175                "branch-alias": {
3176                    "dev-master": "3.3-dev"
3177                }
3178            },
3179            "autoload": {
3180                "psr-4": {
3181                    "Symfony\\Component\\Config\\": ""
3182                },
3183                "exclude-from-classmap": [
3184                    "/Tests/"
3185                ]
3186            },
3187            "notification-url": "https://packagist.org/downloads/",
3188            "license": [
3189                "MIT"
3190            ],
3191            "authors": [
3192                {
3193                    "name": "Fabien Potencier",
3194                    "email": "fabien@symfony.com"
3195                },
3196                {
3197                    "name": "Symfony Community",
3198                    "homepage": "https://symfony.com/contributors"
3199                }
3200            ],
3201            "description": "Symfony Config Component",
3202            "homepage": "https://symfony.com",
3203            "time": "2017-11-07T14:16:22+00:00"
3204        },
3205        {
3206            "name": "symfony/console",
3207            "version": "v3.3.11",
3208            "source": {
3209                "type": "git",
3210                "url": "https://github.com/symfony/console.git",
3211                "reference": "fd684d68f83568d8293564b4971928a2c4bdfc5c"
3212            },
3213            "dist": {
3214                "type": "zip",
3215                "url": "https://api.github.com/repos/symfony/console/zipball/fd684d68f83568d8293564b4971928a2c4bdfc5c",
3216                "reference": "fd684d68f83568d8293564b4971928a2c4bdfc5c",
3217                "shasum": ""
3218            },
3219            "require": {
3220                "php": "^5.5.9|>=7.0.8",
3221                "symfony/debug": "~2.8|~3.0",
3222                "symfony/polyfill-mbstring": "~1.0"
3223            },
3224            "conflict": {
3225                "symfony/dependency-injection": "<3.3"
3226            },
3227            "require-dev": {
3228                "psr/log": "~1.0",
3229                "symfony/config": "~3.3",
3230                "symfony/dependency-injection": "~3.3",
3231                "symfony/event-dispatcher": "~2.8|~3.0",
3232                "symfony/filesystem": "~2.8|~3.0",
3233                "symfony/process": "~2.8|~3.0"
3234            },
3235            "suggest": {
3236                "psr/log": "For using the console logger",
3237                "symfony/event-dispatcher": "",
3238                "symfony/filesystem": "",
3239                "symfony/process": ""
3240            },
3241            "type": "library",
3242            "extra": {
3243                "branch-alias": {
3244                    "dev-master": "3.3-dev"
3245                }
3246            },
3247            "autoload": {
3248                "psr-4": {
3249                    "Symfony\\Component\\Console\\": ""
3250                },
3251                "exclude-from-classmap": [
3252                    "/Tests/"
3253                ]
3254            },
3255            "notification-url": "https://packagist.org/downloads/",
3256            "license": [
3257                "MIT"
3258            ],
3259            "authors": [
3260                {
3261                    "name": "Fabien Potencier",
3262                    "email": "fabien@symfony.com"
3263                },
3264                {
3265                    "name": "Symfony Community",
3266                    "homepage": "https://symfony.com/contributors"
3267                }
3268            ],
3269            "description": "Symfony Console Component",
3270            "homepage": "https://symfony.com",
3271            "time": "2017-11-07T14:16:22+00:00"
3272        },
3273        {
3274            "name": "symfony/debug",
3275            "version": "v3.3.11",
3276            "source": {
3277                "type": "git",
3278                "url": "https://github.com/symfony/debug.git",
3279                "reference": "74557880e2846b5c84029faa96b834da37e29810"
3280            },
3281            "dist": {
3282                "type": "zip",
3283                "url": "https://api.github.com/repos/symfony/debug/zipball/74557880e2846b5c84029faa96b834da37e29810",
3284                "reference": "74557880e2846b5c84029faa96b834da37e29810",
3285                "shasum": ""
3286            },
3287            "require": {
3288                "php": "^5.5.9|>=7.0.8",
3289                "psr/log": "~1.0"
3290            },
3291            "conflict": {
3292                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3293            },
3294            "require-dev": {
3295                "symfony/http-kernel": "~2.8|~3.0"
3296            },
3297            "type": "library",
3298            "extra": {
3299                "branch-alias": {
3300                    "dev-master": "3.3-dev"
3301                }
3302            },
3303            "autoload": {
3304                "psr-4": {
3305                    "Symfony\\Component\\Debug\\": ""
3306                },
3307                "exclude-from-classmap": [
3308                    "/Tests/"
3309                ]
3310            },
3311            "notification-url": "https://packagist.org/downloads/",
3312            "license": [
3313                "MIT"
3314            ],
3315            "authors": [
3316                {
3317                    "name": "Fabien Potencier",
3318                    "email": "fabien@symfony.com"
3319                },
3320                {
3321                    "name": "Symfony Community",
3322                    "homepage": "https://symfony.com/contributors"
3323                }
3324            ],
3325            "description": "Symfony Debug Component",
3326            "homepage": "https://symfony.com",
3327            "time": "2017-11-10T16:38:39+00:00"
3328        },
3329        {
3330            "name": "symfony/event-dispatcher",
3331            "version": "v3.3.11",
3332            "source": {
3333                "type": "git",
3334                "url": "https://github.com/symfony/event-dispatcher.git",
3335                "reference": "271d8c27c3ec5ecee6e2ac06016232e249d638d9"
3336            },
3337            "dist": {
3338                "type": "zip",
3339                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/271d8c27c3ec5ecee6e2ac06016232e249d638d9",
3340                "reference": "271d8c27c3ec5ecee6e2ac06016232e249d638d9",
3341                "shasum": ""
3342            },
3343            "require": {
3344                "php": "^5.5.9|>=7.0.8"
3345            },
3346            "conflict": {
3347                "symfony/dependency-injection": "<3.3"
3348            },
3349            "require-dev": {
3350                "psr/log": "~1.0",
3351                "symfony/config": "~2.8|~3.0",
3352                "symfony/dependency-injection": "~3.3",
3353                "symfony/expression-language": "~2.8|~3.0",
3354                "symfony/stopwatch": "~2.8|~3.0"
3355            },
3356            "suggest": {
3357                "symfony/dependency-injection": "",
3358                "symfony/http-kernel": ""
3359            },
3360            "type": "library",
3361            "extra": {
3362                "branch-alias": {
3363                    "dev-master": "3.3-dev"
3364                }
3365            },
3366            "autoload": {
3367                "psr-4": {
3368                    "Symfony\\Component\\EventDispatcher\\": ""
3369                },
3370                "exclude-from-classmap": [
3371                    "/Tests/"
3372                ]
3373            },
3374            "notification-url": "https://packagist.org/downloads/",
3375            "license": [
3376                "MIT"
3377            ],
3378            "authors": [
3379                {
3380                    "name": "Fabien Potencier",
3381                    "email": "fabien@symfony.com"
3382                },
3383                {
3384                    "name": "Symfony Community",
3385                    "homepage": "https://symfony.com/contributors"
3386                }
3387            ],
3388            "description": "Symfony EventDispatcher Component",
3389            "homepage": "https://symfony.com",
3390            "time": "2017-11-05T15:47:03+00:00"
3391        },
3392        {
3393            "name": "symfony/filesystem",
3394            "version": "v3.3.11",
3395            "source": {
3396                "type": "git",
3397                "url": "https://github.com/symfony/filesystem.git",
3398                "reference": "77db266766b54db3ee982fe51868328b887ce15c"
3399            },
3400            "dist": {
3401                "type": "zip",
3402                "url": "https://api.github.com/repos/symfony/filesystem/zipball/77db266766b54db3ee982fe51868328b887ce15c",
3403                "reference": "77db266766b54db3ee982fe51868328b887ce15c",
3404                "shasum": ""
3405            },
3406            "require": {
3407                "php": "^5.5.9|>=7.0.8"
3408            },
3409            "type": "library",
3410            "extra": {
3411                "branch-alias": {
3412                    "dev-master": "3.3-dev"
3413                }
3414            },
3415            "autoload": {
3416                "psr-4": {
3417                    "Symfony\\Component\\Filesystem\\": ""
3418                },
3419                "exclude-from-classmap": [
3420                    "/Tests/"
3421                ]
3422            },
3423            "notification-url": "https://packagist.org/downloads/",
3424            "license": [
3425                "MIT"
3426            ],
3427            "authors": [
3428                {
3429                    "name": "Fabien Potencier",
3430                    "email": "fabien@symfony.com"
3431                },
3432                {
3433                    "name": "Symfony Community",
3434                    "homepage": "https://symfony.com/contributors"
3435                }
3436            ],
3437            "description": "Symfony Filesystem Component",
3438            "homepage": "https://symfony.com",
3439            "time": "2017-11-07T14:12:55+00:00"
3440        },
3441        {
3442            "name": "symfony/finder",
3443            "version": "v3.3.11",
3444            "source": {
3445                "type": "git",
3446                "url": "https://github.com/symfony/finder.git",
3447                "reference": "138af5ec075d4b1d1bd19de08c38a34bb2d7d880"
3448            },
3449            "dist": {
3450                "type": "zip",
3451                "url": "https://api.github.com/repos/symfony/finder/zipball/138af5ec075d4b1d1bd19de08c38a34bb2d7d880",
3452                "reference": "138af5ec075d4b1d1bd19de08c38a34bb2d7d880",
3453                "shasum": ""
3454            },
3455            "require": {
3456                "php": "^5.5.9|>=7.0.8"
3457            },
3458            "type": "library",
3459            "extra": {
3460                "branch-alias": {
3461                    "dev-master": "3.3-dev"
3462                }
3463            },
3464            "autoload": {
3465                "psr-4": {
3466                    "Symfony\\Component\\Finder\\": ""
3467                },
3468                "exclude-from-classmap": [
3469                    "/Tests/"
3470                ]
3471            },
3472            "notification-url": "https://packagist.org/downloads/",
3473            "license": [
3474                "MIT"
3475            ],
3476            "authors": [
3477                {
3478                    "name": "Fabien Potencier",
3479                    "email": "fabien@symfony.com"
3480                },
3481                {
3482                    "name": "Symfony Community",
3483                    "homepage": "https://symfony.com/contributors"
3484                }
3485            ],
3486            "description": "Symfony Finder Component",
3487            "homepage": "https://symfony.com",
3488            "time": "2017-11-05T15:47:03+00:00"
3489        },
3490        {
3491            "name": "symfony/options-resolver",
3492            "version": "v3.3.11",
3493            "source": {
3494                "type": "git",
3495                "url": "https://github.com/symfony/options-resolver.git",
3496                "reference": "623d9c210a137205f7e6e98166105625402cbb2f"
3497            },
3498            "dist": {
3499                "type": "zip",
3500                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/623d9c210a137205f7e6e98166105625402cbb2f",
3501                "reference": "623d9c210a137205f7e6e98166105625402cbb2f",
3502                "shasum": ""
3503            },
3504            "require": {
3505                "php": "^5.5.9|>=7.0.8"
3506            },
3507            "type": "library",
3508            "extra": {
3509                "branch-alias": {
3510                    "dev-master": "3.3-dev"
3511                }
3512            },
3513            "autoload": {
3514                "psr-4": {
3515                    "Symfony\\Component\\OptionsResolver\\": ""
3516                },
3517                "exclude-from-classmap": [
3518                    "/Tests/"
3519                ]
3520            },
3521            "notification-url": "https://packagist.org/downloads/",
3522            "license": [
3523                "MIT"
3524            ],
3525            "authors": [
3526                {
3527                    "name": "Fabien Potencier",
3528                    "email": "fabien@symfony.com"
3529                },
3530                {
3531                    "name": "Symfony Community",
3532                    "homepage": "https://symfony.com/contributors"
3533                }
3534            ],
3535            "description": "Symfony OptionsResolver Component",
3536            "homepage": "https://symfony.com",
3537            "keywords": [
3538                "config",
3539                "configuration",
3540                "options"
3541            ],
3542            "time": "2017-11-05T15:47:03+00:00"
3543        },
3544        {
3545            "name": "symfony/polyfill-php70",
3546            "version": "v1.6.0",
3547            "source": {
3548                "type": "git",
3549                "url": "https://github.com/symfony/polyfill-php70.git",
3550                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
3551            },
3552            "dist": {
3553                "type": "zip",
3554                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
3555                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
3556                "shasum": ""
3557            },
3558            "require": {
3559                "paragonie/random_compat": "~1.0|~2.0",
3560                "php": ">=5.3.3"
3561            },
3562            "type": "library",
3563            "extra": {
3564                "branch-alias": {
3565                    "dev-master": "1.6-dev"
3566                }
3567            },
3568            "autoload": {
3569                "psr-4": {
3570                    "Symfony\\Polyfill\\Php70\\": ""
3571                },
3572                "files": [
3573                    "bootstrap.php"
3574                ],
3575                "classmap": [
3576                    "Resources/stubs"
3577                ]
3578            },
3579            "notification-url": "https://packagist.org/downloads/",
3580            "license": [
3581                "MIT"
3582            ],
3583            "authors": [
3584                {
3585                    "name": "Nicolas Grekas",
3586                    "email": "p@tchwork.com"
3587                },
3588                {
3589                    "name": "Symfony Community",
3590                    "homepage": "https://symfony.com/contributors"
3591                }
3592            ],
3593            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3594            "homepage": "https://symfony.com",
3595            "keywords": [
3596                "compatibility",
3597                "polyfill",
3598                "portable",
3599                "shim"
3600            ],
3601            "time": "2017-10-11T12:05:26+00:00"
3602        },
3603        {
3604            "name": "symfony/process",
3605            "version": "v3.3.11",
3606            "source": {
3607                "type": "git",
3608                "url": "https://github.com/symfony/process.git",
3609                "reference": "e14bb64d7559e6923fb13ee3b3d8fa763a2c0930"
3610            },
3611            "dist": {
3612                "type": "zip",
3613                "url": "https://api.github.com/repos/symfony/process/zipball/e14bb64d7559e6923fb13ee3b3d8fa763a2c0930",
3614                "reference": "e14bb64d7559e6923fb13ee3b3d8fa763a2c0930",
3615                "shasum": ""
3616            },
3617            "require": {
3618                "php": "^5.5.9|>=7.0.8"
3619            },
3620            "type": "library",
3621            "extra": {
3622                "branch-alias": {
3623                    "dev-master": "3.3-dev"
3624                }
3625            },
3626            "autoload": {
3627                "psr-4": {
3628                    "Symfony\\Component\\Process\\": ""
3629                },
3630                "exclude-from-classmap": [
3631                    "/Tests/"
3632                ]
3633            },
3634            "notification-url": "https://packagist.org/downloads/",
3635            "license": [
3636                "MIT"
3637            ],
3638            "authors": [
3639                {
3640                    "name": "Fabien Potencier",
3641                    "email": "fabien@symfony.com"
3642                },
3643                {
3644                    "name": "Symfony Community",
3645                    "homepage": "https://symfony.com/contributors"
3646                }
3647            ],
3648            "description": "Symfony Process Component",
3649            "homepage": "https://symfony.com",
3650            "time": "2017-11-05T15:47:03+00:00"
3651        },
3652        {
3653            "name": "symfony/stopwatch",
3654            "version": "v3.3.11",
3655            "source": {
3656                "type": "git",
3657                "url": "https://github.com/symfony/stopwatch.git",
3658                "reference": "1e93c3139ef6c799831fe03efd0fb1c7aecb3365"
3659            },
3660            "dist": {
3661                "type": "zip",
3662                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/1e93c3139ef6c799831fe03efd0fb1c7aecb3365",
3663                "reference": "1e93c3139ef6c799831fe03efd0fb1c7aecb3365",
3664                "shasum": ""
3665            },
3666            "require": {
3667                "php": "^5.5.9|>=7.0.8"
3668            },
3669            "type": "library",
3670            "extra": {
3671                "branch-alias": {
3672                    "dev-master": "3.3-dev"
3673                }
3674            },
3675            "autoload": {
3676                "psr-4": {
3677                    "Symfony\\Component\\Stopwatch\\": ""
3678                },
3679                "exclude-from-classmap": [
3680                    "/Tests/"
3681                ]
3682            },
3683            "notification-url": "https://packagist.org/downloads/",
3684            "license": [
3685                "MIT"
3686            ],
3687            "authors": [
3688                {
3689                    "name": "Fabien Potencier",
3690                    "email": "fabien@symfony.com"
3691                },
3692                {
3693                    "name": "Symfony Community",
3694                    "homepage": "https://symfony.com/contributors"
3695                }
3696            ],
3697            "description": "Symfony Stopwatch Component",
3698            "homepage": "https://symfony.com",
3699            "time": "2017-11-10T19:02:53+00:00"
3700        },
3701        {
3702            "name": "symfony/yaml",
3703            "version": "v3.3.11",
3704            "source": {
3705                "type": "git",
3706                "url": "https://github.com/symfony/yaml.git",
3707                "reference": "0938408c4faa518d95230deabb5f595bf0de31b9"
3708            },
3709            "dist": {
3710                "type": "zip",
3711                "url": "https://api.github.com/repos/symfony/yaml/zipball/0938408c4faa518d95230deabb5f595bf0de31b9",
3712                "reference": "0938408c4faa518d95230deabb5f595bf0de31b9",
3713                "shasum": ""
3714            },
3715            "require": {
3716                "php": "^5.5.9|>=7.0.8"
3717            },
3718            "require-dev": {
3719                "symfony/console": "~2.8|~3.0"
3720            },
3721            "suggest": {
3722                "symfony/console": "For validating YAML files using the lint command"
3723            },
3724            "type": "library",
3725            "extra": {
3726                "branch-alias": {
3727                    "dev-master": "3.3-dev"
3728                }
3729            },
3730            "autoload": {
3731                "psr-4": {
3732                    "Symfony\\Component\\Yaml\\": ""
3733                },
3734                "exclude-from-classmap": [
3735                    "/Tests/"
3736                ]
3737            },
3738            "notification-url": "https://packagist.org/downloads/",
3739            "license": [
3740                "MIT"
3741            ],
3742            "authors": [
3743                {
3744                    "name": "Fabien Potencier",
3745                    "email": "fabien@symfony.com"
3746                },
3747                {
3748                    "name": "Symfony Community",
3749                    "homepage": "https://symfony.com/contributors"
3750                }
3751            ],
3752            "description": "Symfony Yaml Component",
3753            "homepage": "https://symfony.com",
3754            "time": "2017-11-10T18:26:04+00:00"
3755        },
3756        {
3757            "name": "webmozart/assert",
3758            "version": "1.2.0",
3759            "source": {
3760                "type": "git",
3761                "url": "https://github.com/webmozart/assert.git",
3762                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3763            },
3764            "dist": {
3765                "type": "zip",
3766                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3767                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3768                "shasum": ""
3769            },
3770            "require": {
3771                "php": "^5.3.3 || ^7.0"
3772            },
3773            "require-dev": {
3774                "phpunit/phpunit": "^4.6",
3775                "sebastian/version": "^1.0.1"
3776            },
3777            "type": "library",
3778            "extra": {
3779                "branch-alias": {
3780                    "dev-master": "1.3-dev"
3781                }
3782            },
3783            "autoload": {
3784                "psr-4": {
3785                    "Webmozart\\Assert\\": "src/"
3786                }
3787            },
3788            "notification-url": "https://packagist.org/downloads/",
3789            "license": [
3790                "MIT"
3791            ],
3792            "authors": [
3793                {
3794                    "name": "Bernhard Schussek",
3795                    "email": "bschussek@gmail.com"
3796                }
3797            ],
3798            "description": "Assertions to validate method input/output with nice error messages.",
3799            "keywords": [
3800                "assert",
3801                "check",
3802                "validate"
3803            ],
3804            "time": "2016-11-23T20:04:58+00:00"
3805        }
3806    ],
3807    "aliases": [],
3808    "minimum-stability": "stable",
3809    "stability-flags": [],
3810    "prefer-stable": false,
3811    "prefer-lowest": false,
3812    "platform": {
3813        "ext-gd": "*",
3814        "ext-iconv": "*",
3815        "ext-pcre": "*",
3816        "ext-pdo": "*",
3817        "ext-pdo_mysql": "*",
3818        "ext-session": "*",
3819        "ext-simplexml": "*",
3820        "ext-xml": "*"
3821    },
3822    "platform-dev": [],
3823    "platform-overrides": {
3824        "php": "5.6"
3825    }
3826}
3827