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