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