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