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