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