xref: /webtrees/composer.lock (revision e80729a14bd6eb5653b213bcf9d3d977ef32136e)
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": "89852bae49b70f5bb022b3bcfcf90756",
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": "michelf/php-markdown",
221            "version": "1.7.0",
222            "source": {
223                "type": "git",
224                "url": "https://github.com/michelf/php-markdown.git",
225                "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
226            },
227            "dist": {
228                "type": "zip",
229                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
230                "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
231                "shasum": ""
232            },
233            "require": {
234                "php": ">=5.3.0"
235            },
236            "type": "library",
237            "extra": {
238                "branch-alias": {
239                    "dev-lib": "1.4.x-dev"
240                }
241            },
242            "autoload": {
243                "psr-0": {
244                    "Michelf": ""
245                }
246            },
247            "notification-url": "https://packagist.org/downloads/",
248            "license": [
249                "BSD-3-Clause"
250            ],
251            "authors": [
252                {
253                    "name": "Michel Fortin",
254                    "email": "michel.fortin@michelf.ca",
255                    "homepage": "https://michelf.ca/",
256                    "role": "Developer"
257                },
258                {
259                    "name": "John Gruber",
260                    "homepage": "https://daringfireball.net/"
261                }
262            ],
263            "description": "PHP Markdown",
264            "homepage": "https://michelf.ca/projects/php-markdown/",
265            "keywords": [
266                "markdown"
267            ],
268            "time": "2016-10-29T18:58:20+00:00"
269        },
270        {
271            "name": "paragonie/random_compat",
272            "version": "v2.0.4",
273            "source": {
274                "type": "git",
275                "url": "https://github.com/paragonie/random_compat.git",
276                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
277            },
278            "dist": {
279                "type": "zip",
280                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
281                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
282                "shasum": ""
283            },
284            "require": {
285                "php": ">=5.2.0"
286            },
287            "require-dev": {
288                "phpunit/phpunit": "4.*|5.*"
289            },
290            "suggest": {
291                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
292            },
293            "type": "library",
294            "autoload": {
295                "files": [
296                    "lib/random.php"
297                ]
298            },
299            "notification-url": "https://packagist.org/downloads/",
300            "license": [
301                "MIT"
302            ],
303            "authors": [
304                {
305                    "name": "Paragon Initiative Enterprises",
306                    "email": "security@paragonie.com",
307                    "homepage": "https://paragonie.com"
308                }
309            ],
310            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
311            "keywords": [
312                "csprng",
313                "pseudorandom",
314                "random"
315            ],
316            "time": "2016-11-07T23:38:38+00:00"
317        },
318        {
319            "name": "pclzip/pclzip",
320            "version": "2.8.2",
321            "source": {
322                "type": "git",
323                "url": "https://github.com/ivanlanin/pclzip.git",
324                "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
325            },
326            "dist": {
327                "type": "zip",
328                "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
329                "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
330                "shasum": ""
331            },
332            "type": "library",
333            "autoload": {
334                "classmap": [
335                    "pclzip.lib.php"
336                ]
337            },
338            "notification-url": "https://packagist.org/downloads/",
339            "license": [
340                "LGPL-2.1"
341            ],
342            "authors": [
343                {
344                    "name": "Vincent Blavet"
345                }
346            ],
347            "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
348            "homepage": "http://www.phpconcept.net/pclzip",
349            "keywords": [
350                "php",
351                "zip"
352            ],
353            "time": "2014-06-05T11:42:24+00:00"
354        },
355        {
356            "name": "ramsey/uuid",
357            "version": "2.9.0",
358            "source": {
359                "type": "git",
360                "url": "https://github.com/ramsey/uuid.git",
361                "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a"
362            },
363            "dist": {
364                "type": "zip",
365                "url": "https://api.github.com/repos/ramsey/uuid/zipball/b2ef4dd9584268d73f92f752a62bc24cd534dc9a",
366                "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a",
367                "shasum": ""
368            },
369            "require": {
370                "paragonie/random_compat": "^1.0|^2.0",
371                "php": ">=5.3.3"
372            },
373            "replace": {
374                "rhumsaa/uuid": "self.version"
375            },
376            "require-dev": {
377                "doctrine/dbal": ">=2.3",
378                "jakub-onderka/php-parallel-lint": "^0.9.0",
379                "moontoast/math": "~1.1",
380                "phpunit/phpunit": "~4.1|~5.0",
381                "satooshi/php-coveralls": "~0.6",
382                "squizlabs/php_codesniffer": "^2.3",
383                "symfony/console": "~2.3|~3.0"
384            },
385            "suggest": {
386                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
387                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
388                "symfony/console": "Support for use of the bin/uuid command line tool."
389            },
390            "bin": [
391                "bin/uuid"
392            ],
393            "type": "library",
394            "autoload": {
395                "psr-4": {
396                    "Rhumsaa\\Uuid\\": "src/"
397                }
398            },
399            "notification-url": "https://packagist.org/downloads/",
400            "license": [
401                "MIT"
402            ],
403            "authors": [
404                {
405                    "name": "Marijn Huizendveld",
406                    "email": "marijn.huizendveld@gmail.com"
407                },
408                {
409                    "name": "Ben Ramsey",
410                    "homepage": "http://benramsey.com"
411                }
412            ],
413            "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
414            "homepage": "https://github.com/ramsey/uuid",
415            "keywords": [
416                "guid",
417                "identifier",
418                "uuid"
419            ],
420            "time": "2016-03-22T18:20:19+00:00"
421        },
422        {
423            "name": "swiftmailer/swiftmailer",
424            "version": "v5.4.8",
425            "source": {
426                "type": "git",
427                "url": "https://github.com/swiftmailer/swiftmailer.git",
428                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
429            },
430            "dist": {
431                "type": "zip",
432                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
433                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
434                "shasum": ""
435            },
436            "require": {
437                "php": ">=5.3.3"
438            },
439            "require-dev": {
440                "mockery/mockery": "~0.9.1",
441                "symfony/phpunit-bridge": "~3.2"
442            },
443            "type": "library",
444            "extra": {
445                "branch-alias": {
446                    "dev-master": "5.4-dev"
447                }
448            },
449            "autoload": {
450                "files": [
451                    "lib/swift_required.php"
452                ]
453            },
454            "notification-url": "https://packagist.org/downloads/",
455            "license": [
456                "MIT"
457            ],
458            "authors": [
459                {
460                    "name": "Chris Corbyn"
461                },
462                {
463                    "name": "Fabien Potencier",
464                    "email": "fabien@symfony.com"
465                }
466            ],
467            "description": "Swiftmailer, free feature-rich PHP mailer",
468            "homepage": "http://swiftmailer.org",
469            "keywords": [
470                "email",
471                "mail",
472                "mailer"
473            ],
474            "time": "2017-05-01T15:54:03+00:00"
475        },
476        {
477            "name": "tecnickcom/tcpdf",
478            "version": "6.2.12",
479            "source": {
480                "type": "git",
481                "url": "https://github.com/tecnickcom/TCPDF.git",
482                "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
483            },
484            "dist": {
485                "type": "zip",
486                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
487                "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
488                "shasum": ""
489            },
490            "require": {
491                "php": ">=5.3.0"
492            },
493            "type": "library",
494            "autoload": {
495                "classmap": [
496                    "fonts",
497                    "config",
498                    "include",
499                    "tcpdf.php",
500                    "tcpdf_parser.php",
501                    "tcpdf_import.php",
502                    "tcpdf_barcodes_1d.php",
503                    "tcpdf_barcodes_2d.php",
504                    "include/tcpdf_colors.php",
505                    "include/tcpdf_filters.php",
506                    "include/tcpdf_font_data.php",
507                    "include/tcpdf_fonts.php",
508                    "include/tcpdf_images.php",
509                    "include/tcpdf_static.php",
510                    "include/barcodes/datamatrix.php",
511                    "include/barcodes/pdf417.php",
512                    "include/barcodes/qrcode.php"
513                ]
514            },
515            "notification-url": "https://packagist.org/downloads/",
516            "license": [
517                "LGPLv3"
518            ],
519            "authors": [
520                {
521                    "name": "Nicola Asuni",
522                    "email": "info@tecnick.com",
523                    "homepage": "http://nicolaasuni.tecnick.com"
524                }
525            ],
526            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
527            "homepage": "http://www.tcpdf.org/",
528            "keywords": [
529                "PDFD32000-2008",
530                "TCPDF",
531                "barcodes",
532                "datamatrix",
533                "pdf",
534                "pdf417",
535                "qrcode"
536            ],
537            "time": "2015-09-12T10:08:34+00:00"
538        }
539    ],
540    "packages-dev": [
541        {
542            "name": "cilex/cilex",
543            "version": "1.1.0",
544            "source": {
545                "type": "git",
546                "url": "https://github.com/Cilex/Cilex.git",
547                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
548            },
549            "dist": {
550                "type": "zip",
551                "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
552                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
553                "shasum": ""
554            },
555            "require": {
556                "cilex/console-service-provider": "1.*",
557                "php": ">=5.3.3",
558                "pimple/pimple": "~1.0",
559                "symfony/finder": "~2.1",
560                "symfony/process": "~2.1"
561            },
562            "require-dev": {
563                "phpunit/phpunit": "3.7.*",
564                "symfony/validator": "~2.1"
565            },
566            "suggest": {
567                "monolog/monolog": ">=1.0.0",
568                "symfony/validator": ">=1.0.0",
569                "symfony/yaml": ">=1.0.0"
570            },
571            "type": "library",
572            "extra": {
573                "branch-alias": {
574                    "dev-master": "1.0-dev"
575                }
576            },
577            "autoload": {
578                "psr-0": {
579                    "Cilex": "src/"
580                }
581            },
582            "notification-url": "https://packagist.org/downloads/",
583            "license": [
584                "MIT"
585            ],
586            "authors": [
587                {
588                    "name": "Mike van Riel",
589                    "email": "mike.vanriel@naenius.com"
590                }
591            ],
592            "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
593            "homepage": "http://cilex.github.com",
594            "keywords": [
595                "cli",
596                "microframework"
597            ],
598            "time": "2014-03-29T14:03:13+00:00"
599        },
600        {
601            "name": "cilex/console-service-provider",
602            "version": "1.0.0",
603            "source": {
604                "type": "git",
605                "url": "https://github.com/Cilex/console-service-provider.git",
606                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
607            },
608            "dist": {
609                "type": "zip",
610                "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
611                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
612                "shasum": ""
613            },
614            "require": {
615                "php": ">=5.3.3",
616                "pimple/pimple": "1.*@dev",
617                "symfony/console": "~2.1"
618            },
619            "require-dev": {
620                "cilex/cilex": "1.*@dev",
621                "silex/silex": "1.*@dev"
622            },
623            "type": "library",
624            "extra": {
625                "branch-alias": {
626                    "dev-master": "1.0-dev"
627                }
628            },
629            "autoload": {
630                "psr-0": {
631                    "Cilex\\Provider\\Console": "src"
632                }
633            },
634            "notification-url": "https://packagist.org/downloads/",
635            "license": [
636                "MIT"
637            ],
638            "authors": [
639                {
640                    "name": "Beau Simensen",
641                    "email": "beau@dflydev.com",
642                    "homepage": "http://beausimensen.com"
643                },
644                {
645                    "name": "Mike van Riel",
646                    "email": "mike.vanriel@naenius.com"
647                }
648            ],
649            "description": "Console Service Provider",
650            "keywords": [
651                "cilex",
652                "console",
653                "pimple",
654                "service-provider",
655                "silex"
656            ],
657            "time": "2012-12-19T10:50:58+00:00"
658        },
659        {
660            "name": "container-interop/container-interop",
661            "version": "1.1.0",
662            "source": {
663                "type": "git",
664                "url": "https://github.com/container-interop/container-interop.git",
665                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
666            },
667            "dist": {
668                "type": "zip",
669                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
670                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
671                "shasum": ""
672            },
673            "type": "library",
674            "autoload": {
675                "psr-4": {
676                    "Interop\\Container\\": "src/Interop/Container/"
677                }
678            },
679            "notification-url": "https://packagist.org/downloads/",
680            "license": [
681                "MIT"
682            ],
683            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
684            "time": "2014-12-30T15:22:37+00:00"
685        },
686        {
687            "name": "doctrine/annotations",
688            "version": "v1.3.1",
689            "source": {
690                "type": "git",
691                "url": "https://github.com/doctrine/annotations.git",
692                "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558"
693            },
694            "dist": {
695                "type": "zip",
696                "url": "https://api.github.com/repos/doctrine/annotations/zipball/bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
697                "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
698                "shasum": ""
699            },
700            "require": {
701                "doctrine/lexer": "1.*",
702                "php": "^5.6 || ^7.0"
703            },
704            "require-dev": {
705                "doctrine/cache": "1.*",
706                "phpunit/phpunit": "^5.6.1"
707            },
708            "type": "library",
709            "extra": {
710                "branch-alias": {
711                    "dev-master": "1.4.x-dev"
712                }
713            },
714            "autoload": {
715                "psr-4": {
716                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
717                }
718            },
719            "notification-url": "https://packagist.org/downloads/",
720            "license": [
721                "MIT"
722            ],
723            "authors": [
724                {
725                    "name": "Roman Borschel",
726                    "email": "roman@code-factory.org"
727                },
728                {
729                    "name": "Benjamin Eberlei",
730                    "email": "kontakt@beberlei.de"
731                },
732                {
733                    "name": "Guilherme Blanco",
734                    "email": "guilhermeblanco@gmail.com"
735                },
736                {
737                    "name": "Jonathan Wage",
738                    "email": "jonwage@gmail.com"
739                },
740                {
741                    "name": "Johannes Schmitt",
742                    "email": "schmittjoh@gmail.com"
743                }
744            ],
745            "description": "Docblock Annotations Parser",
746            "homepage": "http://www.doctrine-project.org",
747            "keywords": [
748                "annotations",
749                "docblock",
750                "parser"
751            ],
752            "time": "2016-12-30T15:59:45+00:00"
753        },
754        {
755            "name": "doctrine/instantiator",
756            "version": "1.0.5",
757            "source": {
758                "type": "git",
759                "url": "https://github.com/doctrine/instantiator.git",
760                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
761            },
762            "dist": {
763                "type": "zip",
764                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
765                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
766                "shasum": ""
767            },
768            "require": {
769                "php": ">=5.3,<8.0-DEV"
770            },
771            "require-dev": {
772                "athletic/athletic": "~0.1.8",
773                "ext-pdo": "*",
774                "ext-phar": "*",
775                "phpunit/phpunit": "~4.0",
776                "squizlabs/php_codesniffer": "~2.0"
777            },
778            "type": "library",
779            "extra": {
780                "branch-alias": {
781                    "dev-master": "1.0.x-dev"
782                }
783            },
784            "autoload": {
785                "psr-4": {
786                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
787                }
788            },
789            "notification-url": "https://packagist.org/downloads/",
790            "license": [
791                "MIT"
792            ],
793            "authors": [
794                {
795                    "name": "Marco Pivetta",
796                    "email": "ocramius@gmail.com",
797                    "homepage": "http://ocramius.github.com/"
798                }
799            ],
800            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
801            "homepage": "https://github.com/doctrine/instantiator",
802            "keywords": [
803                "constructor",
804                "instantiate"
805            ],
806            "time": "2015-06-14T21:17:01+00:00"
807        },
808        {
809            "name": "doctrine/lexer",
810            "version": "v1.0.1",
811            "source": {
812                "type": "git",
813                "url": "https://github.com/doctrine/lexer.git",
814                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
815            },
816            "dist": {
817                "type": "zip",
818                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
819                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
820                "shasum": ""
821            },
822            "require": {
823                "php": ">=5.3.2"
824            },
825            "type": "library",
826            "extra": {
827                "branch-alias": {
828                    "dev-master": "1.0.x-dev"
829                }
830            },
831            "autoload": {
832                "psr-0": {
833                    "Doctrine\\Common\\Lexer\\": "lib/"
834                }
835            },
836            "notification-url": "https://packagist.org/downloads/",
837            "license": [
838                "MIT"
839            ],
840            "authors": [
841                {
842                    "name": "Roman Borschel",
843                    "email": "roman@code-factory.org"
844                },
845                {
846                    "name": "Guilherme Blanco",
847                    "email": "guilhermeblanco@gmail.com"
848                },
849                {
850                    "name": "Johannes Schmitt",
851                    "email": "schmittjoh@gmail.com"
852                }
853            ],
854            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
855            "homepage": "http://www.doctrine-project.org",
856            "keywords": [
857                "lexer",
858                "parser"
859            ],
860            "time": "2014-09-09T13:34:57+00:00"
861        },
862        {
863            "name": "erusev/parsedown",
864            "version": "1.6.1",
865            "source": {
866                "type": "git",
867                "url": "https://github.com/erusev/parsedown.git",
868                "reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb"
869            },
870            "dist": {
871                "type": "zip",
872                "url": "https://api.github.com/repos/erusev/parsedown/zipball/20ff8bbb57205368b4b42d094642a3e52dac85fb",
873                "reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb",
874                "shasum": ""
875            },
876            "require": {
877                "php": ">=5.3.0"
878            },
879            "type": "library",
880            "autoload": {
881                "psr-0": {
882                    "Parsedown": ""
883                }
884            },
885            "notification-url": "https://packagist.org/downloads/",
886            "license": [
887                "MIT"
888            ],
889            "authors": [
890                {
891                    "name": "Emanuil Rusev",
892                    "email": "hello@erusev.com",
893                    "homepage": "http://erusev.com"
894                }
895            ],
896            "description": "Parser for Markdown.",
897            "homepage": "http://parsedown.org",
898            "keywords": [
899                "markdown",
900                "parser"
901            ],
902            "time": "2016-11-02T15:56:58+00:00"
903        },
904        {
905            "name": "friendsofphp/php-cs-fixer",
906            "version": "v2.0.0",
907            "source": {
908                "type": "git",
909                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
910                "reference": "f3baf72eb2f58bf275b372540f5b47d25aed910f"
911            },
912            "dist": {
913                "type": "zip",
914                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/f3baf72eb2f58bf275b372540f5b47d25aed910f",
915                "reference": "f3baf72eb2f58bf275b372540f5b47d25aed910f",
916                "shasum": ""
917            },
918            "require": {
919                "ext-tokenizer": "*",
920                "php": "^5.3.6 || >=7.0 <7.2",
921                "sebastian/diff": "^1.1",
922                "symfony/console": "^2.3 || ^3.0",
923                "symfony/event-dispatcher": "^2.1 || ^3.0",
924                "symfony/filesystem": "^2.4 || ^3.0",
925                "symfony/finder": "^2.2 || ^3.0",
926                "symfony/polyfill-php54": "^1.0",
927                "symfony/process": "^2.3 || ^3.0",
928                "symfony/stopwatch": "^2.5 || ^3.0"
929            },
930            "conflict": {
931                "hhvm": "<3.9"
932            },
933            "require-dev": {
934                "gecko-packages/gecko-php-unit": "^2.0",
935                "phpunit/phpunit": "^4.5|^5",
936                "satooshi/php-coveralls": "^1.0"
937            },
938            "bin": [
939                "php-cs-fixer"
940            ],
941            "type": "application",
942            "extra": {
943                "branch-alias": {
944                    "dev-master": "2.0-dev"
945                }
946            },
947            "autoload": {
948                "psr-4": {
949                    "PhpCsFixer\\": "src/"
950                }
951            },
952            "notification-url": "https://packagist.org/downloads/",
953            "license": [
954                "MIT"
955            ],
956            "authors": [
957                {
958                    "name": "Dariusz Rumiński",
959                    "email": "dariusz.ruminski@gmail.com"
960                },
961                {
962                    "name": "Fabien Potencier",
963                    "email": "fabien@symfony.com"
964                }
965            ],
966            "description": "A tool to automatically fix PHP code style",
967            "time": "2016-12-01T06:18:06+00:00"
968        },
969        {
970            "name": "guzzle/guzzle",
971            "version": "v3.9.3",
972            "source": {
973                "type": "git",
974                "url": "https://github.com/guzzle/guzzle3.git",
975                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
976            },
977            "dist": {
978                "type": "zip",
979                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
980                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
981                "shasum": ""
982            },
983            "require": {
984                "ext-curl": "*",
985                "php": ">=5.3.3",
986                "symfony/event-dispatcher": "~2.1"
987            },
988            "replace": {
989                "guzzle/batch": "self.version",
990                "guzzle/cache": "self.version",
991                "guzzle/common": "self.version",
992                "guzzle/http": "self.version",
993                "guzzle/inflection": "self.version",
994                "guzzle/iterator": "self.version",
995                "guzzle/log": "self.version",
996                "guzzle/parser": "self.version",
997                "guzzle/plugin": "self.version",
998                "guzzle/plugin-async": "self.version",
999                "guzzle/plugin-backoff": "self.version",
1000                "guzzle/plugin-cache": "self.version",
1001                "guzzle/plugin-cookie": "self.version",
1002                "guzzle/plugin-curlauth": "self.version",
1003                "guzzle/plugin-error-response": "self.version",
1004                "guzzle/plugin-history": "self.version",
1005                "guzzle/plugin-log": "self.version",
1006                "guzzle/plugin-md5": "self.version",
1007                "guzzle/plugin-mock": "self.version",
1008                "guzzle/plugin-oauth": "self.version",
1009                "guzzle/service": "self.version",
1010                "guzzle/stream": "self.version"
1011            },
1012            "require-dev": {
1013                "doctrine/cache": "~1.3",
1014                "monolog/monolog": "~1.0",
1015                "phpunit/phpunit": "3.7.*",
1016                "psr/log": "~1.0",
1017                "symfony/class-loader": "~2.1",
1018                "zendframework/zend-cache": "2.*,<2.3",
1019                "zendframework/zend-log": "2.*,<2.3"
1020            },
1021            "suggest": {
1022                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
1023            },
1024            "type": "library",
1025            "extra": {
1026                "branch-alias": {
1027                    "dev-master": "3.9-dev"
1028                }
1029            },
1030            "autoload": {
1031                "psr-0": {
1032                    "Guzzle": "src/",
1033                    "Guzzle\\Tests": "tests/"
1034                }
1035            },
1036            "notification-url": "https://packagist.org/downloads/",
1037            "license": [
1038                "MIT"
1039            ],
1040            "authors": [
1041                {
1042                    "name": "Michael Dowling",
1043                    "email": "mtdowling@gmail.com",
1044                    "homepage": "https://github.com/mtdowling"
1045                },
1046                {
1047                    "name": "Guzzle Community",
1048                    "homepage": "https://github.com/guzzle/guzzle/contributors"
1049                }
1050            ],
1051            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
1052            "homepage": "http://guzzlephp.org/",
1053            "keywords": [
1054                "client",
1055                "curl",
1056                "framework",
1057                "http",
1058                "http client",
1059                "rest",
1060                "web service"
1061            ],
1062            "abandoned": "guzzlehttp/guzzle",
1063            "time": "2015-03-18T18:23:50+00:00"
1064        },
1065        {
1066            "name": "hamcrest/hamcrest-php",
1067            "version": "v1.2.2",
1068            "source": {
1069                "type": "git",
1070                "url": "https://github.com/hamcrest/hamcrest-php.git",
1071                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1072            },
1073            "dist": {
1074                "type": "zip",
1075                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1076                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1077                "shasum": ""
1078            },
1079            "require": {
1080                "php": ">=5.3.2"
1081            },
1082            "replace": {
1083                "cordoval/hamcrest-php": "*",
1084                "davedevelopment/hamcrest-php": "*",
1085                "kodova/hamcrest-php": "*"
1086            },
1087            "require-dev": {
1088                "phpunit/php-file-iterator": "1.3.3",
1089                "satooshi/php-coveralls": "dev-master"
1090            },
1091            "type": "library",
1092            "autoload": {
1093                "classmap": [
1094                    "hamcrest"
1095                ],
1096                "files": [
1097                    "hamcrest/Hamcrest.php"
1098                ]
1099            },
1100            "notification-url": "https://packagist.org/downloads/",
1101            "license": [
1102                "BSD"
1103            ],
1104            "description": "This is the PHP port of Hamcrest Matchers",
1105            "keywords": [
1106                "test"
1107            ],
1108            "time": "2015-05-11T14:41:42+00:00"
1109        },
1110        {
1111            "name": "herrera-io/json",
1112            "version": "1.0.3",
1113            "source": {
1114                "type": "git",
1115                "url": "https://github.com/kherge-php/json.git",
1116                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
1117            },
1118            "dist": {
1119                "type": "zip",
1120                "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
1121                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
1122                "shasum": ""
1123            },
1124            "require": {
1125                "ext-json": "*",
1126                "justinrainbow/json-schema": ">=1.0,<2.0-dev",
1127                "php": ">=5.3.3",
1128                "seld/jsonlint": ">=1.0,<2.0-dev"
1129            },
1130            "require-dev": {
1131                "herrera-io/phpunit-test-case": "1.*",
1132                "mikey179/vfsstream": "1.1.0",
1133                "phpunit/phpunit": "3.7.*"
1134            },
1135            "type": "library",
1136            "extra": {
1137                "branch-alias": {
1138                    "dev-master": "1.0-dev"
1139                }
1140            },
1141            "autoload": {
1142                "files": [
1143                    "src/lib/json_version.php"
1144                ],
1145                "psr-0": {
1146                    "Herrera\\Json": "src/lib"
1147                }
1148            },
1149            "notification-url": "https://packagist.org/downloads/",
1150            "license": [
1151                "MIT"
1152            ],
1153            "authors": [
1154                {
1155                    "name": "Kevin Herrera",
1156                    "email": "kevin@herrera.io",
1157                    "homepage": "http://kevin.herrera.io"
1158                }
1159            ],
1160            "description": "A library for simplifying JSON linting and validation.",
1161            "homepage": "http://herrera-io.github.com/php-json",
1162            "keywords": [
1163                "json",
1164                "lint",
1165                "schema",
1166                "validate"
1167            ],
1168            "abandoned": "kherge/json",
1169            "time": "2013-10-30T16:51:34+00:00"
1170        },
1171        {
1172            "name": "herrera-io/phar-update",
1173            "version": "1.0.3",
1174            "source": {
1175                "type": "git",
1176                "url": "https://github.com/kherge-abandoned/php-phar-update.git",
1177                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
1178            },
1179            "dist": {
1180                "type": "zip",
1181                "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
1182                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
1183                "shasum": ""
1184            },
1185            "require": {
1186                "herrera-io/json": "1.*",
1187                "kherge/version": "1.*",
1188                "php": ">=5.3.3"
1189            },
1190            "require-dev": {
1191                "herrera-io/phpunit-test-case": "1.*",
1192                "mikey179/vfsstream": "1.1.0",
1193                "phpunit/phpunit": "3.7.*"
1194            },
1195            "type": "library",
1196            "extra": {
1197                "branch-alias": {
1198                    "dev-master": "1.0-dev"
1199                }
1200            },
1201            "autoload": {
1202                "files": [
1203                    "src/lib/constants.php"
1204                ],
1205                "psr-0": {
1206                    "Herrera\\Phar\\Update": "src/lib"
1207                }
1208            },
1209            "notification-url": "https://packagist.org/downloads/",
1210            "license": [
1211                "MIT"
1212            ],
1213            "authors": [
1214                {
1215                    "name": "Kevin Herrera",
1216                    "email": "kevin@herrera.io",
1217                    "homepage": "http://kevin.herrera.io"
1218                }
1219            ],
1220            "description": "A library for self-updating Phars.",
1221            "homepage": "http://herrera-io.github.com/php-phar-update",
1222            "keywords": [
1223                "phar",
1224                "update"
1225            ],
1226            "abandoned": true,
1227            "time": "2013-10-30T17:23:01+00:00"
1228        },
1229        {
1230            "name": "jms/metadata",
1231            "version": "1.6.0",
1232            "source": {
1233                "type": "git",
1234                "url": "https://github.com/schmittjoh/metadata.git",
1235                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
1236            },
1237            "dist": {
1238                "type": "zip",
1239                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
1240                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
1241                "shasum": ""
1242            },
1243            "require": {
1244                "php": ">=5.3.0"
1245            },
1246            "require-dev": {
1247                "doctrine/cache": "~1.0",
1248                "symfony/cache": "~3.1"
1249            },
1250            "type": "library",
1251            "extra": {
1252                "branch-alias": {
1253                    "dev-master": "1.5.x-dev"
1254                }
1255            },
1256            "autoload": {
1257                "psr-0": {
1258                    "Metadata\\": "src/"
1259                }
1260            },
1261            "notification-url": "https://packagist.org/downloads/",
1262            "license": [
1263                "Apache-2.0"
1264            ],
1265            "authors": [
1266                {
1267                    "name": "Johannes M. Schmitt",
1268                    "email": "schmittjoh@gmail.com"
1269                }
1270            ],
1271            "description": "Class/method/property metadata management in PHP",
1272            "keywords": [
1273                "annotations",
1274                "metadata",
1275                "xml",
1276                "yaml"
1277            ],
1278            "time": "2016-12-05T10:18:33+00:00"
1279        },
1280        {
1281            "name": "jms/parser-lib",
1282            "version": "1.0.0",
1283            "source": {
1284                "type": "git",
1285                "url": "https://github.com/schmittjoh/parser-lib.git",
1286                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1287            },
1288            "dist": {
1289                "type": "zip",
1290                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1291                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1292                "shasum": ""
1293            },
1294            "require": {
1295                "phpoption/phpoption": ">=0.9,<2.0-dev"
1296            },
1297            "type": "library",
1298            "extra": {
1299                "branch-alias": {
1300                    "dev-master": "1.0-dev"
1301                }
1302            },
1303            "autoload": {
1304                "psr-0": {
1305                    "JMS\\": "src/"
1306                }
1307            },
1308            "notification-url": "https://packagist.org/downloads/",
1309            "license": [
1310                "Apache2"
1311            ],
1312            "description": "A library for easily creating recursive-descent parsers.",
1313            "time": "2012-11-18T18:08:43+00:00"
1314        },
1315        {
1316            "name": "jms/serializer",
1317            "version": "1.4.2",
1318            "source": {
1319                "type": "git",
1320                "url": "https://github.com/schmittjoh/serializer.git",
1321                "reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b"
1322            },
1323            "dist": {
1324                "type": "zip",
1325                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f39d8b4660d5cef43b0c3265ce642173d9b2c58b",
1326                "reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b",
1327                "shasum": ""
1328            },
1329            "require": {
1330                "doctrine/annotations": "^1.0",
1331                "doctrine/instantiator": "^1.0.3",
1332                "jms/metadata": "~1.1",
1333                "jms/parser-lib": "1.*",
1334                "php": ">=5.5.0",
1335                "phpcollection/phpcollection": "~0.1",
1336                "phpoption/phpoption": "^1.1"
1337            },
1338            "conflict": {
1339                "twig/twig": "<1.12"
1340            },
1341            "require-dev": {
1342                "doctrine/orm": "~2.1",
1343                "doctrine/phpcr-odm": "^1.3|^2.0",
1344                "ext-pdo_sqlite": "*",
1345                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1346                "phpunit/phpunit": "^4.8|^5.0",
1347                "propel/propel1": "~1.7",
1348                "symfony/filesystem": "^2.1",
1349                "symfony/form": "~2.1",
1350                "symfony/translation": "^2.1",
1351                "symfony/validator": "^2.2",
1352                "symfony/yaml": "^2.1",
1353                "twig/twig": "~1.12|~2.0"
1354            },
1355            "suggest": {
1356                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1357            },
1358            "type": "library",
1359            "extra": {
1360                "branch-alias": {
1361                    "dev-master": "1.4-dev"
1362                }
1363            },
1364            "autoload": {
1365                "psr-0": {
1366                    "JMS\\Serializer": "src/"
1367                }
1368            },
1369            "notification-url": "https://packagist.org/downloads/",
1370            "license": [
1371                "Apache2"
1372            ],
1373            "authors": [
1374                {
1375                    "name": "Johannes M. Schmitt",
1376                    "email": "schmittjoh@gmail.com"
1377                }
1378            ],
1379            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1380            "homepage": "http://jmsyst.com/libs/serializer",
1381            "keywords": [
1382                "deserialization",
1383                "jaxb",
1384                "json",
1385                "serialization",
1386                "xml"
1387            ],
1388            "time": "2016-11-13T10:20:11+00:00"
1389        },
1390        {
1391            "name": "justinrainbow/json-schema",
1392            "version": "1.6.1",
1393            "source": {
1394                "type": "git",
1395                "url": "https://github.com/justinrainbow/json-schema.git",
1396                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
1397            },
1398            "dist": {
1399                "type": "zip",
1400                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
1401                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
1402                "shasum": ""
1403            },
1404            "require": {
1405                "php": ">=5.3.29"
1406            },
1407            "require-dev": {
1408                "json-schema/json-schema-test-suite": "1.1.0",
1409                "phpdocumentor/phpdocumentor": "~2",
1410                "phpunit/phpunit": "~3.7"
1411            },
1412            "bin": [
1413                "bin/validate-json"
1414            ],
1415            "type": "library",
1416            "extra": {
1417                "branch-alias": {
1418                    "dev-master": "1.6.x-dev"
1419                }
1420            },
1421            "autoload": {
1422                "psr-4": {
1423                    "JsonSchema\\": "src/JsonSchema/"
1424                }
1425            },
1426            "notification-url": "https://packagist.org/downloads/",
1427            "license": [
1428                "BSD-3-Clause"
1429            ],
1430            "authors": [
1431                {
1432                    "name": "Bruno Prieto Reis",
1433                    "email": "bruno.p.reis@gmail.com"
1434                },
1435                {
1436                    "name": "Justin Rainbow",
1437                    "email": "justin.rainbow@gmail.com"
1438                },
1439                {
1440                    "name": "Igor Wiedler",
1441                    "email": "igor@wiedler.ch"
1442                },
1443                {
1444                    "name": "Robert Schönthal",
1445                    "email": "seroscho@googlemail.com"
1446                }
1447            ],
1448            "description": "A library to validate a json schema.",
1449            "homepage": "https://github.com/justinrainbow/json-schema",
1450            "keywords": [
1451                "json",
1452                "schema"
1453            ],
1454            "time": "2016-01-25T15:43:01+00:00"
1455        },
1456        {
1457            "name": "kherge/version",
1458            "version": "1.0.1",
1459            "source": {
1460                "type": "git",
1461                "url": "https://github.com/kherge-abandoned/Version.git",
1462                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
1463            },
1464            "dist": {
1465                "type": "zip",
1466                "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
1467                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
1468                "shasum": ""
1469            },
1470            "require": {
1471                "php": ">=5.3.3"
1472            },
1473            "type": "library",
1474            "extra": {
1475                "branch-alias": {
1476                    "dev-master": "1.0-dev"
1477                }
1478            },
1479            "autoload": {
1480                "psr-0": {
1481                    "KevinGH\\Version": "src/lib/"
1482                }
1483            },
1484            "notification-url": "https://packagist.org/downloads/",
1485            "license": [
1486                "MIT"
1487            ],
1488            "authors": [
1489                {
1490                    "name": "Kevin Herrera",
1491                    "email": "me@kevingh.com"
1492                }
1493            ],
1494            "description": "A parsing and comparison library for semantic versioning.",
1495            "homepage": "http://github.com/kherge/Version",
1496            "abandoned": true,
1497            "time": "2012-08-16T17:13:03+00:00"
1498        },
1499        {
1500            "name": "mockery/mockery",
1501            "version": "0.9.7",
1502            "source": {
1503                "type": "git",
1504                "url": "https://github.com/mockery/mockery.git",
1505                "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371"
1506            },
1507            "dist": {
1508                "type": "zip",
1509                "url": "https://api.github.com/repos/mockery/mockery/zipball/4de7969f4664da3cef1ccd83866c9f59378c3371",
1510                "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371",
1511                "shasum": ""
1512            },
1513            "require": {
1514                "hamcrest/hamcrest-php": "~1.1",
1515                "lib-pcre": ">=7.0",
1516                "php": ">=5.3.2"
1517            },
1518            "require-dev": {
1519                "phpunit/phpunit": "~4.0"
1520            },
1521            "type": "library",
1522            "extra": {
1523                "branch-alias": {
1524                    "dev-master": "0.9.x-dev"
1525                }
1526            },
1527            "autoload": {
1528                "psr-0": {
1529                    "Mockery": "library/"
1530                }
1531            },
1532            "notification-url": "https://packagist.org/downloads/",
1533            "license": [
1534                "BSD-3-Clause"
1535            ],
1536            "authors": [
1537                {
1538                    "name": "Pádraic Brady",
1539                    "email": "padraic.brady@gmail.com",
1540                    "homepage": "http://blog.astrumfutura.com"
1541                },
1542                {
1543                    "name": "Dave Marshall",
1544                    "email": "dave.marshall@atstsolutions.co.uk",
1545                    "homepage": "http://davedevelopment.co.uk"
1546                }
1547            ],
1548            "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.",
1549            "homepage": "http://github.com/padraic/mockery",
1550            "keywords": [
1551                "BDD",
1552                "TDD",
1553                "library",
1554                "mock",
1555                "mock objects",
1556                "mockery",
1557                "stub",
1558                "test",
1559                "test double",
1560                "testing"
1561            ],
1562            "time": "2016-12-19T14:50:55+00:00"
1563        },
1564        {
1565            "name": "monolog/monolog",
1566            "version": "1.22.0",
1567            "source": {
1568                "type": "git",
1569                "url": "https://github.com/Seldaek/monolog.git",
1570                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
1571            },
1572            "dist": {
1573                "type": "zip",
1574                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
1575                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
1576                "shasum": ""
1577            },
1578            "require": {
1579                "php": ">=5.3.0",
1580                "psr/log": "~1.0"
1581            },
1582            "provide": {
1583                "psr/log-implementation": "1.0.0"
1584            },
1585            "require-dev": {
1586                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1587                "doctrine/couchdb": "~1.0@dev",
1588                "graylog2/gelf-php": "~1.0",
1589                "jakub-onderka/php-parallel-lint": "0.9",
1590                "php-amqplib/php-amqplib": "~2.4",
1591                "php-console/php-console": "^3.1.3",
1592                "phpunit/phpunit": "~4.5",
1593                "phpunit/phpunit-mock-objects": "2.3.0",
1594                "ruflin/elastica": ">=0.90 <3.0",
1595                "sentry/sentry": "^0.13",
1596                "swiftmailer/swiftmailer": "~5.3"
1597            },
1598            "suggest": {
1599                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1600                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1601                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1602                "ext-mongo": "Allow sending log messages to a MongoDB server",
1603                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1604                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1605                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1606                "php-console/php-console": "Allow sending log messages to Google Chrome",
1607                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1608                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1609                "sentry/sentry": "Allow sending log messages to a Sentry server"
1610            },
1611            "type": "library",
1612            "extra": {
1613                "branch-alias": {
1614                    "dev-master": "2.0.x-dev"
1615                }
1616            },
1617            "autoload": {
1618                "psr-4": {
1619                    "Monolog\\": "src/Monolog"
1620                }
1621            },
1622            "notification-url": "https://packagist.org/downloads/",
1623            "license": [
1624                "MIT"
1625            ],
1626            "authors": [
1627                {
1628                    "name": "Jordi Boggiano",
1629                    "email": "j.boggiano@seld.be",
1630                    "homepage": "http://seld.be"
1631                }
1632            ],
1633            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1634            "homepage": "http://github.com/Seldaek/monolog",
1635            "keywords": [
1636                "log",
1637                "logging",
1638                "psr-3"
1639            ],
1640            "time": "2016-11-26T00:15:39+00:00"
1641        },
1642        {
1643            "name": "myclabs/deep-copy",
1644            "version": "1.6.0",
1645            "source": {
1646                "type": "git",
1647                "url": "https://github.com/myclabs/DeepCopy.git",
1648                "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe"
1649            },
1650            "dist": {
1651                "type": "zip",
1652                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe",
1653                "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe",
1654                "shasum": ""
1655            },
1656            "require": {
1657                "php": ">=5.4.0"
1658            },
1659            "require-dev": {
1660                "doctrine/collections": "1.*",
1661                "phpunit/phpunit": "~4.1"
1662            },
1663            "type": "library",
1664            "autoload": {
1665                "psr-4": {
1666                    "DeepCopy\\": "src/DeepCopy/"
1667                }
1668            },
1669            "notification-url": "https://packagist.org/downloads/",
1670            "license": [
1671                "MIT"
1672            ],
1673            "description": "Create deep copies (clones) of your objects",
1674            "homepage": "https://github.com/myclabs/DeepCopy",
1675            "keywords": [
1676                "clone",
1677                "copy",
1678                "duplicate",
1679                "object",
1680                "object graph"
1681            ],
1682            "time": "2017-01-26T22:05:40+00:00"
1683        },
1684        {
1685            "name": "nikic/php-parser",
1686            "version": "v1.4.1",
1687            "source": {
1688                "type": "git",
1689                "url": "https://github.com/nikic/PHP-Parser.git",
1690                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
1691            },
1692            "dist": {
1693                "type": "zip",
1694                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1695                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1696                "shasum": ""
1697            },
1698            "require": {
1699                "ext-tokenizer": "*",
1700                "php": ">=5.3"
1701            },
1702            "type": "library",
1703            "extra": {
1704                "branch-alias": {
1705                    "dev-master": "1.4-dev"
1706                }
1707            },
1708            "autoload": {
1709                "files": [
1710                    "lib/bootstrap.php"
1711                ]
1712            },
1713            "notification-url": "https://packagist.org/downloads/",
1714            "license": [
1715                "BSD-3-Clause"
1716            ],
1717            "authors": [
1718                {
1719                    "name": "Nikita Popov"
1720                }
1721            ],
1722            "description": "A PHP parser written in PHP",
1723            "keywords": [
1724                "parser",
1725                "php"
1726            ],
1727            "time": "2015-09-19T14:15:08+00:00"
1728        },
1729        {
1730            "name": "phpcollection/phpcollection",
1731            "version": "0.5.0",
1732            "source": {
1733                "type": "git",
1734                "url": "https://github.com/schmittjoh/php-collection.git",
1735                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1736            },
1737            "dist": {
1738                "type": "zip",
1739                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1740                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1741                "shasum": ""
1742            },
1743            "require": {
1744                "phpoption/phpoption": "1.*"
1745            },
1746            "type": "library",
1747            "extra": {
1748                "branch-alias": {
1749                    "dev-master": "0.4-dev"
1750                }
1751            },
1752            "autoload": {
1753                "psr-0": {
1754                    "PhpCollection": "src/"
1755                }
1756            },
1757            "notification-url": "https://packagist.org/downloads/",
1758            "license": [
1759                "Apache2"
1760            ],
1761            "authors": [
1762                {
1763                    "name": "Johannes M. Schmitt",
1764                    "email": "schmittjoh@gmail.com"
1765                }
1766            ],
1767            "description": "General-Purpose Collection Library for PHP",
1768            "keywords": [
1769                "collection",
1770                "list",
1771                "map",
1772                "sequence",
1773                "set"
1774            ],
1775            "time": "2015-05-17T12:39:23+00:00"
1776        },
1777        {
1778            "name": "phpdocumentor/fileset",
1779            "version": "1.0.0",
1780            "source": {
1781                "type": "git",
1782                "url": "https://github.com/phpDocumentor/Fileset.git",
1783                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
1784            },
1785            "dist": {
1786                "type": "zip",
1787                "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
1788                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
1789                "shasum": ""
1790            },
1791            "require": {
1792                "php": ">=5.3.3",
1793                "symfony/finder": "~2.1"
1794            },
1795            "require-dev": {
1796                "phpunit/phpunit": "~3.7"
1797            },
1798            "type": "library",
1799            "autoload": {
1800                "psr-0": {
1801                    "phpDocumentor": [
1802                        "src/",
1803                        "tests/unit/"
1804                    ]
1805                }
1806            },
1807            "notification-url": "https://packagist.org/downloads/",
1808            "license": [
1809                "MIT"
1810            ],
1811            "description": "Fileset component for collecting a set of files given directories and file paths",
1812            "homepage": "http://www.phpdoc.org",
1813            "keywords": [
1814                "files",
1815                "fileset",
1816                "phpdoc"
1817            ],
1818            "time": "2013-08-06T21:07:42+00:00"
1819        },
1820        {
1821            "name": "phpdocumentor/graphviz",
1822            "version": "1.0.4",
1823            "source": {
1824                "type": "git",
1825                "url": "https://github.com/phpDocumentor/GraphViz.git",
1826                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
1827            },
1828            "dist": {
1829                "type": "zip",
1830                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
1831                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
1832                "shasum": ""
1833            },
1834            "require": {
1835                "php": ">=5.3.3"
1836            },
1837            "require-dev": {
1838                "phpunit/phpunit": "~4.0"
1839            },
1840            "type": "library",
1841            "autoload": {
1842                "psr-0": {
1843                    "phpDocumentor": [
1844                        "src/",
1845                        "tests/unit"
1846                    ]
1847                }
1848            },
1849            "notification-url": "https://packagist.org/downloads/",
1850            "license": [
1851                "MIT"
1852            ],
1853            "authors": [
1854                {
1855                    "name": "Mike van Riel",
1856                    "email": "mike.vanriel@naenius.com"
1857                }
1858            ],
1859            "time": "2016-02-02T13:00:08+00:00"
1860        },
1861        {
1862            "name": "phpdocumentor/phpdocumentor",
1863            "version": "v2.9.0",
1864            "source": {
1865                "type": "git",
1866                "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
1867                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667"
1868            },
1869            "dist": {
1870                "type": "zip",
1871                "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667",
1872                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667",
1873                "shasum": ""
1874            },
1875            "require": {
1876                "cilex/cilex": "~1.0",
1877                "erusev/parsedown": "~1.0",
1878                "herrera-io/phar-update": "1.0.3",
1879                "jms/serializer": ">=0.12",
1880                "monolog/monolog": "~1.6",
1881                "php": ">=5.3.3",
1882                "phpdocumentor/fileset": "~1.0",
1883                "phpdocumentor/graphviz": "~1.0",
1884                "phpdocumentor/reflection": "^3.0",
1885                "phpdocumentor/reflection-docblock": "~2.0",
1886                "symfony/config": "~2.3",
1887                "symfony/console": "~2.3",
1888                "symfony/event-dispatcher": "~2.1",
1889                "symfony/process": "~2.0",
1890                "symfony/stopwatch": "~2.3",
1891                "symfony/validator": "~2.2",
1892                "twig/twig": "~1.3",
1893                "zendframework/zend-cache": "~2.1",
1894                "zendframework/zend-config": "~2.1",
1895                "zendframework/zend-filter": "~2.1",
1896                "zendframework/zend-i18n": "~2.1",
1897                "zendframework/zend-serializer": "~2.1",
1898                "zendframework/zend-servicemanager": "~2.1",
1899                "zendframework/zend-stdlib": "~2.1",
1900                "zetacomponents/document": ">=1.3.1"
1901            },
1902            "require-dev": {
1903                "behat/behat": "~3.0",
1904                "mikey179/vfsstream": "~1.2",
1905                "mockery/mockery": "~0.9@dev",
1906                "phpunit/phpunit": "~4.0",
1907                "squizlabs/php_codesniffer": "~1.4",
1908                "symfony/expression-language": "~2.4"
1909            },
1910            "suggest": {
1911                "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
1912                "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
1913            },
1914            "bin": [
1915                "bin/phpdoc.php",
1916                "bin/phpdoc"
1917            ],
1918            "type": "library",
1919            "extra": {
1920                "branch-alias": {
1921                    "dev-develop": "2.9-dev"
1922                }
1923            },
1924            "autoload": {
1925                "psr-0": {
1926                    "phpDocumentor": [
1927                        "src/",
1928                        "tests/unit/"
1929                    ],
1930                    "Cilex\\Provider": [
1931                        "src/"
1932                    ]
1933                }
1934            },
1935            "notification-url": "https://packagist.org/downloads/",
1936            "license": [
1937                "MIT"
1938            ],
1939            "description": "Documentation Generator for PHP",
1940            "homepage": "http://www.phpdoc.org",
1941            "keywords": [
1942                "api",
1943                "application",
1944                "dga",
1945                "documentation",
1946                "phpdoc"
1947            ],
1948            "time": "2016-05-22T09:50:56+00:00"
1949        },
1950        {
1951            "name": "phpdocumentor/reflection",
1952            "version": "3.0.1",
1953            "source": {
1954                "type": "git",
1955                "url": "https://github.com/phpDocumentor/Reflection.git",
1956                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d"
1957            },
1958            "dist": {
1959                "type": "zip",
1960                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
1961                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
1962                "shasum": ""
1963            },
1964            "require": {
1965                "nikic/php-parser": "^1.0",
1966                "php": ">=5.3.3",
1967                "phpdocumentor/reflection-docblock": "~2.0",
1968                "psr/log": "~1.0"
1969            },
1970            "require-dev": {
1971                "behat/behat": "~2.4",
1972                "mockery/mockery": "~0.8",
1973                "phpunit/phpunit": "~4.0"
1974            },
1975            "type": "library",
1976            "extra": {
1977                "branch-alias": {
1978                    "dev-master": "1.0.x-dev"
1979                }
1980            },
1981            "autoload": {
1982                "psr-0": {
1983                    "phpDocumentor": [
1984                        "src/",
1985                        "tests/unit/",
1986                        "tests/mocks/"
1987                    ]
1988                }
1989            },
1990            "notification-url": "https://packagist.org/downloads/",
1991            "license": [
1992                "MIT"
1993            ],
1994            "description": "Reflection library to do Static Analysis for PHP Projects",
1995            "homepage": "http://www.phpdoc.org",
1996            "keywords": [
1997                "phpDocumentor",
1998                "phpdoc",
1999                "reflection",
2000                "static analysis"
2001            ],
2002            "time": "2016-05-21T08:42:32+00:00"
2003        },
2004        {
2005            "name": "phpdocumentor/reflection-docblock",
2006            "version": "2.0.4",
2007            "source": {
2008                "type": "git",
2009                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2010                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2011            },
2012            "dist": {
2013                "type": "zip",
2014                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2015                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2016                "shasum": ""
2017            },
2018            "require": {
2019                "php": ">=5.3.3"
2020            },
2021            "require-dev": {
2022                "phpunit/phpunit": "~4.0"
2023            },
2024            "suggest": {
2025                "dflydev/markdown": "~1.0",
2026                "erusev/parsedown": "~1.0"
2027            },
2028            "type": "library",
2029            "extra": {
2030                "branch-alias": {
2031                    "dev-master": "2.0.x-dev"
2032                }
2033            },
2034            "autoload": {
2035                "psr-0": {
2036                    "phpDocumentor": [
2037                        "src/"
2038                    ]
2039                }
2040            },
2041            "notification-url": "https://packagist.org/downloads/",
2042            "license": [
2043                "MIT"
2044            ],
2045            "authors": [
2046                {
2047                    "name": "Mike van Riel",
2048                    "email": "mike.vanriel@naenius.com"
2049                }
2050            ],
2051            "time": "2015-02-03T12:10:50+00:00"
2052        },
2053        {
2054            "name": "phpoption/phpoption",
2055            "version": "1.5.0",
2056            "source": {
2057                "type": "git",
2058                "url": "https://github.com/schmittjoh/php-option.git",
2059                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
2060            },
2061            "dist": {
2062                "type": "zip",
2063                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2064                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2065                "shasum": ""
2066            },
2067            "require": {
2068                "php": ">=5.3.0"
2069            },
2070            "require-dev": {
2071                "phpunit/phpunit": "4.7.*"
2072            },
2073            "type": "library",
2074            "extra": {
2075                "branch-alias": {
2076                    "dev-master": "1.3-dev"
2077                }
2078            },
2079            "autoload": {
2080                "psr-0": {
2081                    "PhpOption\\": "src/"
2082                }
2083            },
2084            "notification-url": "https://packagist.org/downloads/",
2085            "license": [
2086                "Apache2"
2087            ],
2088            "authors": [
2089                {
2090                    "name": "Johannes M. Schmitt",
2091                    "email": "schmittjoh@gmail.com"
2092                }
2093            ],
2094            "description": "Option Type for PHP",
2095            "keywords": [
2096                "language",
2097                "option",
2098                "php",
2099                "type"
2100            ],
2101            "time": "2015-07-25T16:39:46+00:00"
2102        },
2103        {
2104            "name": "phpspec/prophecy",
2105            "version": "v1.6.2",
2106            "source": {
2107                "type": "git",
2108                "url": "https://github.com/phpspec/prophecy.git",
2109                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
2110            },
2111            "dist": {
2112                "type": "zip",
2113                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
2114                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
2115                "shasum": ""
2116            },
2117            "require": {
2118                "doctrine/instantiator": "^1.0.2",
2119                "php": "^5.3|^7.0",
2120                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2121                "sebastian/comparator": "^1.1",
2122                "sebastian/recursion-context": "^1.0|^2.0"
2123            },
2124            "require-dev": {
2125                "phpspec/phpspec": "^2.0",
2126                "phpunit/phpunit": "^4.8 || ^5.6.5"
2127            },
2128            "type": "library",
2129            "extra": {
2130                "branch-alias": {
2131                    "dev-master": "1.6.x-dev"
2132                }
2133            },
2134            "autoload": {
2135                "psr-0": {
2136                    "Prophecy\\": "src/"
2137                }
2138            },
2139            "notification-url": "https://packagist.org/downloads/",
2140            "license": [
2141                "MIT"
2142            ],
2143            "authors": [
2144                {
2145                    "name": "Konstantin Kudryashov",
2146                    "email": "ever.zet@gmail.com",
2147                    "homepage": "http://everzet.com"
2148                },
2149                {
2150                    "name": "Marcello Duarte",
2151                    "email": "marcello.duarte@gmail.com"
2152                }
2153            ],
2154            "description": "Highly opinionated mocking framework for PHP 5.3+",
2155            "homepage": "https://github.com/phpspec/prophecy",
2156            "keywords": [
2157                "Double",
2158                "Dummy",
2159                "fake",
2160                "mock",
2161                "spy",
2162                "stub"
2163            ],
2164            "time": "2016-11-21T14:58:47+00:00"
2165        },
2166        {
2167            "name": "phpunit/php-code-coverage",
2168            "version": "4.0.5",
2169            "source": {
2170                "type": "git",
2171                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2172                "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971"
2173            },
2174            "dist": {
2175                "type": "zip",
2176                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971",
2177                "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971",
2178                "shasum": ""
2179            },
2180            "require": {
2181                "php": "^5.6 || ^7.0",
2182                "phpunit/php-file-iterator": "~1.3",
2183                "phpunit/php-text-template": "~1.2",
2184                "phpunit/php-token-stream": "^1.4.2",
2185                "sebastian/code-unit-reverse-lookup": "~1.0",
2186                "sebastian/environment": "^1.3.2 || ^2.0",
2187                "sebastian/version": "~1.0|~2.0"
2188            },
2189            "require-dev": {
2190                "ext-xdebug": ">=2.1.4",
2191                "phpunit/phpunit": "^5.4"
2192            },
2193            "suggest": {
2194                "ext-dom": "*",
2195                "ext-xdebug": ">=2.4.0",
2196                "ext-xmlwriter": "*"
2197            },
2198            "type": "library",
2199            "extra": {
2200                "branch-alias": {
2201                    "dev-master": "4.0.x-dev"
2202                }
2203            },
2204            "autoload": {
2205                "classmap": [
2206                    "src/"
2207                ]
2208            },
2209            "notification-url": "https://packagist.org/downloads/",
2210            "license": [
2211                "BSD-3-Clause"
2212            ],
2213            "authors": [
2214                {
2215                    "name": "Sebastian Bergmann",
2216                    "email": "sb@sebastian-bergmann.de",
2217                    "role": "lead"
2218                }
2219            ],
2220            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2221            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2222            "keywords": [
2223                "coverage",
2224                "testing",
2225                "xunit"
2226            ],
2227            "time": "2017-01-20T15:06:43+00:00"
2228        },
2229        {
2230            "name": "phpunit/php-file-iterator",
2231            "version": "1.4.2",
2232            "source": {
2233                "type": "git",
2234                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2235                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2236            },
2237            "dist": {
2238                "type": "zip",
2239                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2240                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2241                "shasum": ""
2242            },
2243            "require": {
2244                "php": ">=5.3.3"
2245            },
2246            "type": "library",
2247            "extra": {
2248                "branch-alias": {
2249                    "dev-master": "1.4.x-dev"
2250                }
2251            },
2252            "autoload": {
2253                "classmap": [
2254                    "src/"
2255                ]
2256            },
2257            "notification-url": "https://packagist.org/downloads/",
2258            "license": [
2259                "BSD-3-Clause"
2260            ],
2261            "authors": [
2262                {
2263                    "name": "Sebastian Bergmann",
2264                    "email": "sb@sebastian-bergmann.de",
2265                    "role": "lead"
2266                }
2267            ],
2268            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2269            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2270            "keywords": [
2271                "filesystem",
2272                "iterator"
2273            ],
2274            "time": "2016-10-03T07:40:28+00:00"
2275        },
2276        {
2277            "name": "phpunit/php-text-template",
2278            "version": "1.2.1",
2279            "source": {
2280                "type": "git",
2281                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2282                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2283            },
2284            "dist": {
2285                "type": "zip",
2286                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2287                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2288                "shasum": ""
2289            },
2290            "require": {
2291                "php": ">=5.3.3"
2292            },
2293            "type": "library",
2294            "autoload": {
2295                "classmap": [
2296                    "src/"
2297                ]
2298            },
2299            "notification-url": "https://packagist.org/downloads/",
2300            "license": [
2301                "BSD-3-Clause"
2302            ],
2303            "authors": [
2304                {
2305                    "name": "Sebastian Bergmann",
2306                    "email": "sebastian@phpunit.de",
2307                    "role": "lead"
2308                }
2309            ],
2310            "description": "Simple template engine.",
2311            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2312            "keywords": [
2313                "template"
2314            ],
2315            "time": "2015-06-21T13:50:34+00:00"
2316        },
2317        {
2318            "name": "phpunit/php-timer",
2319            "version": "1.0.8",
2320            "source": {
2321                "type": "git",
2322                "url": "https://github.com/sebastianbergmann/php-timer.git",
2323                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2324            },
2325            "dist": {
2326                "type": "zip",
2327                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
2328                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2329                "shasum": ""
2330            },
2331            "require": {
2332                "php": ">=5.3.3"
2333            },
2334            "require-dev": {
2335                "phpunit/phpunit": "~4|~5"
2336            },
2337            "type": "library",
2338            "autoload": {
2339                "classmap": [
2340                    "src/"
2341                ]
2342            },
2343            "notification-url": "https://packagist.org/downloads/",
2344            "license": [
2345                "BSD-3-Clause"
2346            ],
2347            "authors": [
2348                {
2349                    "name": "Sebastian Bergmann",
2350                    "email": "sb@sebastian-bergmann.de",
2351                    "role": "lead"
2352                }
2353            ],
2354            "description": "Utility class for timing",
2355            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2356            "keywords": [
2357                "timer"
2358            ],
2359            "time": "2016-05-12T18:03:57+00:00"
2360        },
2361        {
2362            "name": "phpunit/php-token-stream",
2363            "version": "1.4.9",
2364            "source": {
2365                "type": "git",
2366                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2367                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
2368            },
2369            "dist": {
2370                "type": "zip",
2371                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
2372                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
2373                "shasum": ""
2374            },
2375            "require": {
2376                "ext-tokenizer": "*",
2377                "php": ">=5.3.3"
2378            },
2379            "require-dev": {
2380                "phpunit/phpunit": "~4.2"
2381            },
2382            "type": "library",
2383            "extra": {
2384                "branch-alias": {
2385                    "dev-master": "1.4-dev"
2386                }
2387            },
2388            "autoload": {
2389                "classmap": [
2390                    "src/"
2391                ]
2392            },
2393            "notification-url": "https://packagist.org/downloads/",
2394            "license": [
2395                "BSD-3-Clause"
2396            ],
2397            "authors": [
2398                {
2399                    "name": "Sebastian Bergmann",
2400                    "email": "sebastian@phpunit.de"
2401                }
2402            ],
2403            "description": "Wrapper around PHP's tokenizer extension.",
2404            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2405            "keywords": [
2406                "tokenizer"
2407            ],
2408            "time": "2016-11-15T14:06:22+00:00"
2409        },
2410        {
2411            "name": "phpunit/phpunit",
2412            "version": "5.7.9",
2413            "source": {
2414                "type": "git",
2415                "url": "https://github.com/sebastianbergmann/phpunit.git",
2416                "reference": "69f832b87c731d5cacad7f91948778fe98335fdd"
2417            },
2418            "dist": {
2419                "type": "zip",
2420                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69f832b87c731d5cacad7f91948778fe98335fdd",
2421                "reference": "69f832b87c731d5cacad7f91948778fe98335fdd",
2422                "shasum": ""
2423            },
2424            "require": {
2425                "ext-dom": "*",
2426                "ext-json": "*",
2427                "ext-libxml": "*",
2428                "ext-mbstring": "*",
2429                "ext-xml": "*",
2430                "myclabs/deep-copy": "~1.3",
2431                "php": "^5.6 || ^7.0",
2432                "phpspec/prophecy": "^1.6.2",
2433                "phpunit/php-code-coverage": "^4.0.4",
2434                "phpunit/php-file-iterator": "~1.4",
2435                "phpunit/php-text-template": "~1.2",
2436                "phpunit/php-timer": "^1.0.6",
2437                "phpunit/phpunit-mock-objects": "^3.2",
2438                "sebastian/comparator": "~1.2.2",
2439                "sebastian/diff": "~1.2",
2440                "sebastian/environment": "^1.3.4 || ^2.0",
2441                "sebastian/exporter": "~2.0",
2442                "sebastian/global-state": "^1.0 || ^2.0",
2443                "sebastian/object-enumerator": "~2.0",
2444                "sebastian/resource-operations": "~1.0",
2445                "sebastian/version": "~1.0|~2.0",
2446                "symfony/yaml": "~2.1|~3.0"
2447            },
2448            "conflict": {
2449                "phpdocumentor/reflection-docblock": "3.0.2"
2450            },
2451            "require-dev": {
2452                "ext-pdo": "*"
2453            },
2454            "suggest": {
2455                "ext-xdebug": "*",
2456                "phpunit/php-invoker": "~1.1"
2457            },
2458            "bin": [
2459                "phpunit"
2460            ],
2461            "type": "library",
2462            "extra": {
2463                "branch-alias": {
2464                    "dev-master": "5.7.x-dev"
2465                }
2466            },
2467            "autoload": {
2468                "classmap": [
2469                    "src/"
2470                ]
2471            },
2472            "notification-url": "https://packagist.org/downloads/",
2473            "license": [
2474                "BSD-3-Clause"
2475            ],
2476            "authors": [
2477                {
2478                    "name": "Sebastian Bergmann",
2479                    "email": "sebastian@phpunit.de",
2480                    "role": "lead"
2481                }
2482            ],
2483            "description": "The PHP Unit Testing framework.",
2484            "homepage": "https://phpunit.de/",
2485            "keywords": [
2486                "phpunit",
2487                "testing",
2488                "xunit"
2489            ],
2490            "time": "2017-01-28T06:14:33+00:00"
2491        },
2492        {
2493            "name": "phpunit/phpunit-mock-objects",
2494            "version": "3.4.3",
2495            "source": {
2496                "type": "git",
2497                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2498                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
2499            },
2500            "dist": {
2501                "type": "zip",
2502                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2503                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2504                "shasum": ""
2505            },
2506            "require": {
2507                "doctrine/instantiator": "^1.0.2",
2508                "php": "^5.6 || ^7.0",
2509                "phpunit/php-text-template": "^1.2",
2510                "sebastian/exporter": "^1.2 || ^2.0"
2511            },
2512            "conflict": {
2513                "phpunit/phpunit": "<5.4.0"
2514            },
2515            "require-dev": {
2516                "phpunit/phpunit": "^5.4"
2517            },
2518            "suggest": {
2519                "ext-soap": "*"
2520            },
2521            "type": "library",
2522            "extra": {
2523                "branch-alias": {
2524                    "dev-master": "3.2.x-dev"
2525                }
2526            },
2527            "autoload": {
2528                "classmap": [
2529                    "src/"
2530                ]
2531            },
2532            "notification-url": "https://packagist.org/downloads/",
2533            "license": [
2534                "BSD-3-Clause"
2535            ],
2536            "authors": [
2537                {
2538                    "name": "Sebastian Bergmann",
2539                    "email": "sb@sebastian-bergmann.de",
2540                    "role": "lead"
2541                }
2542            ],
2543            "description": "Mock Object library for PHPUnit",
2544            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2545            "keywords": [
2546                "mock",
2547                "xunit"
2548            ],
2549            "time": "2016-12-08T20:27:08+00:00"
2550        },
2551        {
2552            "name": "pimple/pimple",
2553            "version": "v1.1.1",
2554            "source": {
2555                "type": "git",
2556                "url": "https://github.com/silexphp/Pimple.git",
2557                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
2558            },
2559            "dist": {
2560                "type": "zip",
2561                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
2562                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
2563                "shasum": ""
2564            },
2565            "require": {
2566                "php": ">=5.3.0"
2567            },
2568            "type": "library",
2569            "extra": {
2570                "branch-alias": {
2571                    "dev-master": "1.1.x-dev"
2572                }
2573            },
2574            "autoload": {
2575                "psr-0": {
2576                    "Pimple": "lib/"
2577                }
2578            },
2579            "notification-url": "https://packagist.org/downloads/",
2580            "license": [
2581                "MIT"
2582            ],
2583            "authors": [
2584                {
2585                    "name": "Fabien Potencier",
2586                    "email": "fabien@symfony.com"
2587                }
2588            ],
2589            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
2590            "homepage": "http://pimple.sensiolabs.org",
2591            "keywords": [
2592                "container",
2593                "dependency injection"
2594            ],
2595            "time": "2013-11-22T08:30:29+00:00"
2596        },
2597        {
2598            "name": "psr/log",
2599            "version": "1.0.2",
2600            "source": {
2601                "type": "git",
2602                "url": "https://github.com/php-fig/log.git",
2603                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2604            },
2605            "dist": {
2606                "type": "zip",
2607                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2608                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2609                "shasum": ""
2610            },
2611            "require": {
2612                "php": ">=5.3.0"
2613            },
2614            "type": "library",
2615            "extra": {
2616                "branch-alias": {
2617                    "dev-master": "1.0.x-dev"
2618                }
2619            },
2620            "autoload": {
2621                "psr-4": {
2622                    "Psr\\Log\\": "Psr/Log/"
2623                }
2624            },
2625            "notification-url": "https://packagist.org/downloads/",
2626            "license": [
2627                "MIT"
2628            ],
2629            "authors": [
2630                {
2631                    "name": "PHP-FIG",
2632                    "homepage": "http://www.php-fig.org/"
2633                }
2634            ],
2635            "description": "Common interface for logging libraries",
2636            "homepage": "https://github.com/php-fig/log",
2637            "keywords": [
2638                "log",
2639                "psr",
2640                "psr-3"
2641            ],
2642            "time": "2016-10-10T12:19:37+00:00"
2643        },
2644        {
2645            "name": "satooshi/php-coveralls",
2646            "version": "v1.0.1",
2647            "source": {
2648                "type": "git",
2649                "url": "https://github.com/satooshi/php-coveralls.git",
2650                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
2651            },
2652            "dist": {
2653                "type": "zip",
2654                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
2655                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
2656                "shasum": ""
2657            },
2658            "require": {
2659                "ext-json": "*",
2660                "ext-simplexml": "*",
2661                "guzzle/guzzle": "^2.8|^3.0",
2662                "php": ">=5.3.3",
2663                "psr/log": "^1.0",
2664                "symfony/config": "^2.1|^3.0",
2665                "symfony/console": "^2.1|^3.0",
2666                "symfony/stopwatch": "^2.0|^3.0",
2667                "symfony/yaml": "^2.0|^3.0"
2668            },
2669            "suggest": {
2670                "symfony/http-kernel": "Allows Symfony integration"
2671            },
2672            "bin": [
2673                "bin/coveralls"
2674            ],
2675            "type": "library",
2676            "autoload": {
2677                "psr-4": {
2678                    "Satooshi\\": "src/Satooshi/"
2679                }
2680            },
2681            "notification-url": "https://packagist.org/downloads/",
2682            "license": [
2683                "MIT"
2684            ],
2685            "authors": [
2686                {
2687                    "name": "Kitamura Satoshi",
2688                    "email": "with.no.parachute@gmail.com",
2689                    "homepage": "https://www.facebook.com/satooshi.jp"
2690                }
2691            ],
2692            "description": "PHP client library for Coveralls API",
2693            "homepage": "https://github.com/satooshi/php-coveralls",
2694            "keywords": [
2695                "ci",
2696                "coverage",
2697                "github",
2698                "test"
2699            ],
2700            "time": "2016-01-20T17:35:46+00:00"
2701        },
2702        {
2703            "name": "sebastian/code-unit-reverse-lookup",
2704            "version": "1.0.0",
2705            "source": {
2706                "type": "git",
2707                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2708                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
2709            },
2710            "dist": {
2711                "type": "zip",
2712                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2713                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2714                "shasum": ""
2715            },
2716            "require": {
2717                "php": ">=5.6"
2718            },
2719            "require-dev": {
2720                "phpunit/phpunit": "~5"
2721            },
2722            "type": "library",
2723            "extra": {
2724                "branch-alias": {
2725                    "dev-master": "1.0.x-dev"
2726                }
2727            },
2728            "autoload": {
2729                "classmap": [
2730                    "src/"
2731                ]
2732            },
2733            "notification-url": "https://packagist.org/downloads/",
2734            "license": [
2735                "BSD-3-Clause"
2736            ],
2737            "authors": [
2738                {
2739                    "name": "Sebastian Bergmann",
2740                    "email": "sebastian@phpunit.de"
2741                }
2742            ],
2743            "description": "Looks up which function or method a line of code belongs to",
2744            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2745            "time": "2016-02-13T06:45:14+00:00"
2746        },
2747        {
2748            "name": "sebastian/comparator",
2749            "version": "1.2.4",
2750            "source": {
2751                "type": "git",
2752                "url": "https://github.com/sebastianbergmann/comparator.git",
2753                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2754            },
2755            "dist": {
2756                "type": "zip",
2757                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2758                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2759                "shasum": ""
2760            },
2761            "require": {
2762                "php": ">=5.3.3",
2763                "sebastian/diff": "~1.2",
2764                "sebastian/exporter": "~1.2 || ~2.0"
2765            },
2766            "require-dev": {
2767                "phpunit/phpunit": "~4.4"
2768            },
2769            "type": "library",
2770            "extra": {
2771                "branch-alias": {
2772                    "dev-master": "1.2.x-dev"
2773                }
2774            },
2775            "autoload": {
2776                "classmap": [
2777                    "src/"
2778                ]
2779            },
2780            "notification-url": "https://packagist.org/downloads/",
2781            "license": [
2782                "BSD-3-Clause"
2783            ],
2784            "authors": [
2785                {
2786                    "name": "Jeff Welch",
2787                    "email": "whatthejeff@gmail.com"
2788                },
2789                {
2790                    "name": "Volker Dusch",
2791                    "email": "github@wallbash.com"
2792                },
2793                {
2794                    "name": "Bernhard Schussek",
2795                    "email": "bschussek@2bepublished.at"
2796                },
2797                {
2798                    "name": "Sebastian Bergmann",
2799                    "email": "sebastian@phpunit.de"
2800                }
2801            ],
2802            "description": "Provides the functionality to compare PHP values for equality",
2803            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2804            "keywords": [
2805                "comparator",
2806                "compare",
2807                "equality"
2808            ],
2809            "time": "2017-01-29T09:50:25+00:00"
2810        },
2811        {
2812            "name": "sebastian/diff",
2813            "version": "1.4.1",
2814            "source": {
2815                "type": "git",
2816                "url": "https://github.com/sebastianbergmann/diff.git",
2817                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2818            },
2819            "dist": {
2820                "type": "zip",
2821                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2822                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2823                "shasum": ""
2824            },
2825            "require": {
2826                "php": ">=5.3.3"
2827            },
2828            "require-dev": {
2829                "phpunit/phpunit": "~4.8"
2830            },
2831            "type": "library",
2832            "extra": {
2833                "branch-alias": {
2834                    "dev-master": "1.4-dev"
2835                }
2836            },
2837            "autoload": {
2838                "classmap": [
2839                    "src/"
2840                ]
2841            },
2842            "notification-url": "https://packagist.org/downloads/",
2843            "license": [
2844                "BSD-3-Clause"
2845            ],
2846            "authors": [
2847                {
2848                    "name": "Kore Nordmann",
2849                    "email": "mail@kore-nordmann.de"
2850                },
2851                {
2852                    "name": "Sebastian Bergmann",
2853                    "email": "sebastian@phpunit.de"
2854                }
2855            ],
2856            "description": "Diff implementation",
2857            "homepage": "https://github.com/sebastianbergmann/diff",
2858            "keywords": [
2859                "diff"
2860            ],
2861            "time": "2015-12-08T07:14:41+00:00"
2862        },
2863        {
2864            "name": "sebastian/environment",
2865            "version": "2.0.0",
2866            "source": {
2867                "type": "git",
2868                "url": "https://github.com/sebastianbergmann/environment.git",
2869                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2870            },
2871            "dist": {
2872                "type": "zip",
2873                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2874                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2875                "shasum": ""
2876            },
2877            "require": {
2878                "php": "^5.6 || ^7.0"
2879            },
2880            "require-dev": {
2881                "phpunit/phpunit": "^5.0"
2882            },
2883            "type": "library",
2884            "extra": {
2885                "branch-alias": {
2886                    "dev-master": "2.0.x-dev"
2887                }
2888            },
2889            "autoload": {
2890                "classmap": [
2891                    "src/"
2892                ]
2893            },
2894            "notification-url": "https://packagist.org/downloads/",
2895            "license": [
2896                "BSD-3-Clause"
2897            ],
2898            "authors": [
2899                {
2900                    "name": "Sebastian Bergmann",
2901                    "email": "sebastian@phpunit.de"
2902                }
2903            ],
2904            "description": "Provides functionality to handle HHVM/PHP environments",
2905            "homepage": "http://www.github.com/sebastianbergmann/environment",
2906            "keywords": [
2907                "Xdebug",
2908                "environment",
2909                "hhvm"
2910            ],
2911            "time": "2016-11-26T07:53:53+00:00"
2912        },
2913        {
2914            "name": "sebastian/exporter",
2915            "version": "2.0.0",
2916            "source": {
2917                "type": "git",
2918                "url": "https://github.com/sebastianbergmann/exporter.git",
2919                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2920            },
2921            "dist": {
2922                "type": "zip",
2923                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2924                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2925                "shasum": ""
2926            },
2927            "require": {
2928                "php": ">=5.3.3",
2929                "sebastian/recursion-context": "~2.0"
2930            },
2931            "require-dev": {
2932                "ext-mbstring": "*",
2933                "phpunit/phpunit": "~4.4"
2934            },
2935            "type": "library",
2936            "extra": {
2937                "branch-alias": {
2938                    "dev-master": "2.0.x-dev"
2939                }
2940            },
2941            "autoload": {
2942                "classmap": [
2943                    "src/"
2944                ]
2945            },
2946            "notification-url": "https://packagist.org/downloads/",
2947            "license": [
2948                "BSD-3-Clause"
2949            ],
2950            "authors": [
2951                {
2952                    "name": "Jeff Welch",
2953                    "email": "whatthejeff@gmail.com"
2954                },
2955                {
2956                    "name": "Volker Dusch",
2957                    "email": "github@wallbash.com"
2958                },
2959                {
2960                    "name": "Bernhard Schussek",
2961                    "email": "bschussek@2bepublished.at"
2962                },
2963                {
2964                    "name": "Sebastian Bergmann",
2965                    "email": "sebastian@phpunit.de"
2966                },
2967                {
2968                    "name": "Adam Harvey",
2969                    "email": "aharvey@php.net"
2970                }
2971            ],
2972            "description": "Provides the functionality to export PHP variables for visualization",
2973            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2974            "keywords": [
2975                "export",
2976                "exporter"
2977            ],
2978            "time": "2016-11-19T08:54:04+00:00"
2979        },
2980        {
2981            "name": "sebastian/global-state",
2982            "version": "1.1.1",
2983            "source": {
2984                "type": "git",
2985                "url": "https://github.com/sebastianbergmann/global-state.git",
2986                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2987            },
2988            "dist": {
2989                "type": "zip",
2990                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2991                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2992                "shasum": ""
2993            },
2994            "require": {
2995                "php": ">=5.3.3"
2996            },
2997            "require-dev": {
2998                "phpunit/phpunit": "~4.2"
2999            },
3000            "suggest": {
3001                "ext-uopz": "*"
3002            },
3003            "type": "library",
3004            "extra": {
3005                "branch-alias": {
3006                    "dev-master": "1.0-dev"
3007                }
3008            },
3009            "autoload": {
3010                "classmap": [
3011                    "src/"
3012                ]
3013            },
3014            "notification-url": "https://packagist.org/downloads/",
3015            "license": [
3016                "BSD-3-Clause"
3017            ],
3018            "authors": [
3019                {
3020                    "name": "Sebastian Bergmann",
3021                    "email": "sebastian@phpunit.de"
3022                }
3023            ],
3024            "description": "Snapshotting of global state",
3025            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3026            "keywords": [
3027                "global state"
3028            ],
3029            "time": "2015-10-12T03:26:01+00:00"
3030        },
3031        {
3032            "name": "sebastian/object-enumerator",
3033            "version": "2.0.0",
3034            "source": {
3035                "type": "git",
3036                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3037                "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35"
3038            },
3039            "dist": {
3040                "type": "zip",
3041                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
3042                "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
3043                "shasum": ""
3044            },
3045            "require": {
3046                "php": ">=5.6",
3047                "sebastian/recursion-context": "~2.0"
3048            },
3049            "require-dev": {
3050                "phpunit/phpunit": "~5"
3051            },
3052            "type": "library",
3053            "extra": {
3054                "branch-alias": {
3055                    "dev-master": "2.0.x-dev"
3056                }
3057            },
3058            "autoload": {
3059                "classmap": [
3060                    "src/"
3061                ]
3062            },
3063            "notification-url": "https://packagist.org/downloads/",
3064            "license": [
3065                "BSD-3-Clause"
3066            ],
3067            "authors": [
3068                {
3069                    "name": "Sebastian Bergmann",
3070                    "email": "sebastian@phpunit.de"
3071                }
3072            ],
3073            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3074            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3075            "time": "2016-11-19T07:35:10+00:00"
3076        },
3077        {
3078            "name": "sebastian/recursion-context",
3079            "version": "2.0.0",
3080            "source": {
3081                "type": "git",
3082                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3083                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3084            },
3085            "dist": {
3086                "type": "zip",
3087                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3088                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3089                "shasum": ""
3090            },
3091            "require": {
3092                "php": ">=5.3.3"
3093            },
3094            "require-dev": {
3095                "phpunit/phpunit": "~4.4"
3096            },
3097            "type": "library",
3098            "extra": {
3099                "branch-alias": {
3100                    "dev-master": "2.0.x-dev"
3101                }
3102            },
3103            "autoload": {
3104                "classmap": [
3105                    "src/"
3106                ]
3107            },
3108            "notification-url": "https://packagist.org/downloads/",
3109            "license": [
3110                "BSD-3-Clause"
3111            ],
3112            "authors": [
3113                {
3114                    "name": "Jeff Welch",
3115                    "email": "whatthejeff@gmail.com"
3116                },
3117                {
3118                    "name": "Sebastian Bergmann",
3119                    "email": "sebastian@phpunit.de"
3120                },
3121                {
3122                    "name": "Adam Harvey",
3123                    "email": "aharvey@php.net"
3124                }
3125            ],
3126            "description": "Provides functionality to recursively process PHP variables",
3127            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3128            "time": "2016-11-19T07:33:16+00:00"
3129        },
3130        {
3131            "name": "sebastian/resource-operations",
3132            "version": "1.0.0",
3133            "source": {
3134                "type": "git",
3135                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3136                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3137            },
3138            "dist": {
3139                "type": "zip",
3140                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3141                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3142                "shasum": ""
3143            },
3144            "require": {
3145                "php": ">=5.6.0"
3146            },
3147            "type": "library",
3148            "extra": {
3149                "branch-alias": {
3150                    "dev-master": "1.0.x-dev"
3151                }
3152            },
3153            "autoload": {
3154                "classmap": [
3155                    "src/"
3156                ]
3157            },
3158            "notification-url": "https://packagist.org/downloads/",
3159            "license": [
3160                "BSD-3-Clause"
3161            ],
3162            "authors": [
3163                {
3164                    "name": "Sebastian Bergmann",
3165                    "email": "sebastian@phpunit.de"
3166                }
3167            ],
3168            "description": "Provides a list of PHP built-in functions that operate on resources",
3169            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3170            "time": "2015-07-28T20:34:47+00:00"
3171        },
3172        {
3173            "name": "sebastian/version",
3174            "version": "2.0.1",
3175            "source": {
3176                "type": "git",
3177                "url": "https://github.com/sebastianbergmann/version.git",
3178                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3179            },
3180            "dist": {
3181                "type": "zip",
3182                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3183                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3184                "shasum": ""
3185            },
3186            "require": {
3187                "php": ">=5.6"
3188            },
3189            "type": "library",
3190            "extra": {
3191                "branch-alias": {
3192                    "dev-master": "2.0.x-dev"
3193                }
3194            },
3195            "autoload": {
3196                "classmap": [
3197                    "src/"
3198                ]
3199            },
3200            "notification-url": "https://packagist.org/downloads/",
3201            "license": [
3202                "BSD-3-Clause"
3203            ],
3204            "authors": [
3205                {
3206                    "name": "Sebastian Bergmann",
3207                    "email": "sebastian@phpunit.de",
3208                    "role": "lead"
3209                }
3210            ],
3211            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3212            "homepage": "https://github.com/sebastianbergmann/version",
3213            "time": "2016-10-03T07:35:21+00:00"
3214        },
3215        {
3216            "name": "seld/jsonlint",
3217            "version": "1.5.0",
3218            "source": {
3219                "type": "git",
3220                "url": "https://github.com/Seldaek/jsonlint.git",
3221                "reference": "19495c181d6d53a0a13414154e52817e3b504189"
3222            },
3223            "dist": {
3224                "type": "zip",
3225                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/19495c181d6d53a0a13414154e52817e3b504189",
3226                "reference": "19495c181d6d53a0a13414154e52817e3b504189",
3227                "shasum": ""
3228            },
3229            "require": {
3230                "php": "^5.3 || ^7.0"
3231            },
3232            "bin": [
3233                "bin/jsonlint"
3234            ],
3235            "type": "library",
3236            "autoload": {
3237                "psr-4": {
3238                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
3239                }
3240            },
3241            "notification-url": "https://packagist.org/downloads/",
3242            "license": [
3243                "MIT"
3244            ],
3245            "authors": [
3246                {
3247                    "name": "Jordi Boggiano",
3248                    "email": "j.boggiano@seld.be",
3249                    "homepage": "http://seld.be"
3250                }
3251            ],
3252            "description": "JSON Linter",
3253            "keywords": [
3254                "json",
3255                "linter",
3256                "parser",
3257                "validator"
3258            ],
3259            "time": "2016-11-14T17:59:58+00:00"
3260        },
3261        {
3262            "name": "symfony/config",
3263            "version": "v2.8.16",
3264            "source": {
3265                "type": "git",
3266                "url": "https://github.com/symfony/config.git",
3267                "reference": "4537f2413348fe271c2c4b09da219ed615d79f9c"
3268            },
3269            "dist": {
3270                "type": "zip",
3271                "url": "https://api.github.com/repos/symfony/config/zipball/4537f2413348fe271c2c4b09da219ed615d79f9c",
3272                "reference": "4537f2413348fe271c2c4b09da219ed615d79f9c",
3273                "shasum": ""
3274            },
3275            "require": {
3276                "php": ">=5.3.9",
3277                "symfony/filesystem": "~2.3|~3.0.0"
3278            },
3279            "require-dev": {
3280                "symfony/yaml": "~2.7|~3.0.0"
3281            },
3282            "suggest": {
3283                "symfony/yaml": "To use the yaml reference dumper"
3284            },
3285            "type": "library",
3286            "extra": {
3287                "branch-alias": {
3288                    "dev-master": "2.8-dev"
3289                }
3290            },
3291            "autoload": {
3292                "psr-4": {
3293                    "Symfony\\Component\\Config\\": ""
3294                },
3295                "exclude-from-classmap": [
3296                    "/Tests/"
3297                ]
3298            },
3299            "notification-url": "https://packagist.org/downloads/",
3300            "license": [
3301                "MIT"
3302            ],
3303            "authors": [
3304                {
3305                    "name": "Fabien Potencier",
3306                    "email": "fabien@symfony.com"
3307                },
3308                {
3309                    "name": "Symfony Community",
3310                    "homepage": "https://symfony.com/contributors"
3311                }
3312            ],
3313            "description": "Symfony Config Component",
3314            "homepage": "https://symfony.com",
3315            "time": "2017-01-02T20:30:24+00:00"
3316        },
3317        {
3318            "name": "symfony/console",
3319            "version": "v2.8.16",
3320            "source": {
3321                "type": "git",
3322                "url": "https://github.com/symfony/console.git",
3323                "reference": "2e18b8903d9c498ba02e1dfa73f64d4894bb6912"
3324            },
3325            "dist": {
3326                "type": "zip",
3327                "url": "https://api.github.com/repos/symfony/console/zipball/2e18b8903d9c498ba02e1dfa73f64d4894bb6912",
3328                "reference": "2e18b8903d9c498ba02e1dfa73f64d4894bb6912",
3329                "shasum": ""
3330            },
3331            "require": {
3332                "php": ">=5.3.9",
3333                "symfony/debug": "~2.7,>=2.7.2|~3.0.0",
3334                "symfony/polyfill-mbstring": "~1.0"
3335            },
3336            "require-dev": {
3337                "psr/log": "~1.0",
3338                "symfony/event-dispatcher": "~2.1|~3.0.0",
3339                "symfony/process": "~2.1|~3.0.0"
3340            },
3341            "suggest": {
3342                "psr/log": "For using the console logger",
3343                "symfony/event-dispatcher": "",
3344                "symfony/process": ""
3345            },
3346            "type": "library",
3347            "extra": {
3348                "branch-alias": {
3349                    "dev-master": "2.8-dev"
3350                }
3351            },
3352            "autoload": {
3353                "psr-4": {
3354                    "Symfony\\Component\\Console\\": ""
3355                },
3356                "exclude-from-classmap": [
3357                    "/Tests/"
3358                ]
3359            },
3360            "notification-url": "https://packagist.org/downloads/",
3361            "license": [
3362                "MIT"
3363            ],
3364            "authors": [
3365                {
3366                    "name": "Fabien Potencier",
3367                    "email": "fabien@symfony.com"
3368                },
3369                {
3370                    "name": "Symfony Community",
3371                    "homepage": "https://symfony.com/contributors"
3372                }
3373            ],
3374            "description": "Symfony Console Component",
3375            "homepage": "https://symfony.com",
3376            "time": "2017-01-08T20:43:03+00:00"
3377        },
3378        {
3379            "name": "symfony/debug",
3380            "version": "v3.0.9",
3381            "source": {
3382                "type": "git",
3383                "url": "https://github.com/symfony/debug.git",
3384                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
3385            },
3386            "dist": {
3387                "type": "zip",
3388                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
3389                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
3390                "shasum": ""
3391            },
3392            "require": {
3393                "php": ">=5.5.9",
3394                "psr/log": "~1.0"
3395            },
3396            "conflict": {
3397                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3398            },
3399            "require-dev": {
3400                "symfony/class-loader": "~2.8|~3.0",
3401                "symfony/http-kernel": "~2.8|~3.0"
3402            },
3403            "type": "library",
3404            "extra": {
3405                "branch-alias": {
3406                    "dev-master": "3.0-dev"
3407                }
3408            },
3409            "autoload": {
3410                "psr-4": {
3411                    "Symfony\\Component\\Debug\\": ""
3412                },
3413                "exclude-from-classmap": [
3414                    "/Tests/"
3415                ]
3416            },
3417            "notification-url": "https://packagist.org/downloads/",
3418            "license": [
3419                "MIT"
3420            ],
3421            "authors": [
3422                {
3423                    "name": "Fabien Potencier",
3424                    "email": "fabien@symfony.com"
3425                },
3426                {
3427                    "name": "Symfony Community",
3428                    "homepage": "https://symfony.com/contributors"
3429                }
3430            ],
3431            "description": "Symfony Debug Component",
3432            "homepage": "https://symfony.com",
3433            "time": "2016-07-30T07:22:48+00:00"
3434        },
3435        {
3436            "name": "symfony/event-dispatcher",
3437            "version": "v2.8.16",
3438            "source": {
3439                "type": "git",
3440                "url": "https://github.com/symfony/event-dispatcher.git",
3441                "reference": "74877977f90fb9c3e46378d5764217c55f32df34"
3442            },
3443            "dist": {
3444                "type": "zip",
3445                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74877977f90fb9c3e46378d5764217c55f32df34",
3446                "reference": "74877977f90fb9c3e46378d5764217c55f32df34",
3447                "shasum": ""
3448            },
3449            "require": {
3450                "php": ">=5.3.9"
3451            },
3452            "require-dev": {
3453                "psr/log": "~1.0",
3454                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
3455                "symfony/dependency-injection": "~2.6|~3.0.0",
3456                "symfony/expression-language": "~2.6|~3.0.0",
3457                "symfony/stopwatch": "~2.3|~3.0.0"
3458            },
3459            "suggest": {
3460                "symfony/dependency-injection": "",
3461                "symfony/http-kernel": ""
3462            },
3463            "type": "library",
3464            "extra": {
3465                "branch-alias": {
3466                    "dev-master": "2.8-dev"
3467                }
3468            },
3469            "autoload": {
3470                "psr-4": {
3471                    "Symfony\\Component\\EventDispatcher\\": ""
3472                },
3473                "exclude-from-classmap": [
3474                    "/Tests/"
3475                ]
3476            },
3477            "notification-url": "https://packagist.org/downloads/",
3478            "license": [
3479                "MIT"
3480            ],
3481            "authors": [
3482                {
3483                    "name": "Fabien Potencier",
3484                    "email": "fabien@symfony.com"
3485                },
3486                {
3487                    "name": "Symfony Community",
3488                    "homepage": "https://symfony.com/contributors"
3489                }
3490            ],
3491            "description": "Symfony EventDispatcher Component",
3492            "homepage": "https://symfony.com",
3493            "time": "2017-01-02T20:30:24+00:00"
3494        },
3495        {
3496            "name": "symfony/filesystem",
3497            "version": "v3.0.9",
3498            "source": {
3499                "type": "git",
3500                "url": "https://github.com/symfony/filesystem.git",
3501                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
3502            },
3503            "dist": {
3504                "type": "zip",
3505                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
3506                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
3507                "shasum": ""
3508            },
3509            "require": {
3510                "php": ">=5.5.9"
3511            },
3512            "type": "library",
3513            "extra": {
3514                "branch-alias": {
3515                    "dev-master": "3.0-dev"
3516                }
3517            },
3518            "autoload": {
3519                "psr-4": {
3520                    "Symfony\\Component\\Filesystem\\": ""
3521                },
3522                "exclude-from-classmap": [
3523                    "/Tests/"
3524                ]
3525            },
3526            "notification-url": "https://packagist.org/downloads/",
3527            "license": [
3528                "MIT"
3529            ],
3530            "authors": [
3531                {
3532                    "name": "Fabien Potencier",
3533                    "email": "fabien@symfony.com"
3534                },
3535                {
3536                    "name": "Symfony Community",
3537                    "homepage": "https://symfony.com/contributors"
3538                }
3539            ],
3540            "description": "Symfony Filesystem Component",
3541            "homepage": "https://symfony.com",
3542            "time": "2016-07-20T05:43:46+00:00"
3543        },
3544        {
3545            "name": "symfony/finder",
3546            "version": "v2.8.16",
3547            "source": {
3548                "type": "git",
3549                "url": "https://github.com/symfony/finder.git",
3550                "reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b"
3551            },
3552            "dist": {
3553                "type": "zip",
3554                "url": "https://api.github.com/repos/symfony/finder/zipball/355fccac526522dc5fca8ecf0e62749a149f3b8b",
3555                "reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b",
3556                "shasum": ""
3557            },
3558            "require": {
3559                "php": ">=5.3.9"
3560            },
3561            "type": "library",
3562            "extra": {
3563                "branch-alias": {
3564                    "dev-master": "2.8-dev"
3565                }
3566            },
3567            "autoload": {
3568                "psr-4": {
3569                    "Symfony\\Component\\Finder\\": ""
3570                },
3571                "exclude-from-classmap": [
3572                    "/Tests/"
3573                ]
3574            },
3575            "notification-url": "https://packagist.org/downloads/",
3576            "license": [
3577                "MIT"
3578            ],
3579            "authors": [
3580                {
3581                    "name": "Fabien Potencier",
3582                    "email": "fabien@symfony.com"
3583                },
3584                {
3585                    "name": "Symfony Community",
3586                    "homepage": "https://symfony.com/contributors"
3587                }
3588            ],
3589            "description": "Symfony Finder Component",
3590            "homepage": "https://symfony.com",
3591            "time": "2017-01-02T20:30:24+00:00"
3592        },
3593        {
3594            "name": "symfony/polyfill-mbstring",
3595            "version": "v1.3.0",
3596            "source": {
3597                "type": "git",
3598                "url": "https://github.com/symfony/polyfill-mbstring.git",
3599                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
3600            },
3601            "dist": {
3602                "type": "zip",
3603                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
3604                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
3605                "shasum": ""
3606            },
3607            "require": {
3608                "php": ">=5.3.3"
3609            },
3610            "suggest": {
3611                "ext-mbstring": "For best performance"
3612            },
3613            "type": "library",
3614            "extra": {
3615                "branch-alias": {
3616                    "dev-master": "1.3-dev"
3617                }
3618            },
3619            "autoload": {
3620                "psr-4": {
3621                    "Symfony\\Polyfill\\Mbstring\\": ""
3622                },
3623                "files": [
3624                    "bootstrap.php"
3625                ]
3626            },
3627            "notification-url": "https://packagist.org/downloads/",
3628            "license": [
3629                "MIT"
3630            ],
3631            "authors": [
3632                {
3633                    "name": "Nicolas Grekas",
3634                    "email": "p@tchwork.com"
3635                },
3636                {
3637                    "name": "Symfony Community",
3638                    "homepage": "https://symfony.com/contributors"
3639                }
3640            ],
3641            "description": "Symfony polyfill for the Mbstring extension",
3642            "homepage": "https://symfony.com",
3643            "keywords": [
3644                "compatibility",
3645                "mbstring",
3646                "polyfill",
3647                "portable",
3648                "shim"
3649            ],
3650            "time": "2016-11-14T01:06:16+00:00"
3651        },
3652        {
3653            "name": "symfony/polyfill-php54",
3654            "version": "v1.3.0",
3655            "source": {
3656                "type": "git",
3657                "url": "https://github.com/symfony/polyfill-php54.git",
3658                "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
3659            },
3660            "dist": {
3661                "type": "zip",
3662                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
3663                "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
3664                "shasum": ""
3665            },
3666            "require": {
3667                "php": ">=5.3.3"
3668            },
3669            "type": "library",
3670            "extra": {
3671                "branch-alias": {
3672                    "dev-master": "1.3-dev"
3673                }
3674            },
3675            "autoload": {
3676                "psr-4": {
3677                    "Symfony\\Polyfill\\Php54\\": ""
3678                },
3679                "files": [
3680                    "bootstrap.php"
3681                ],
3682                "classmap": [
3683                    "Resources/stubs"
3684                ]
3685            },
3686            "notification-url": "https://packagist.org/downloads/",
3687            "license": [
3688                "MIT"
3689            ],
3690            "authors": [
3691                {
3692                    "name": "Nicolas Grekas",
3693                    "email": "p@tchwork.com"
3694                },
3695                {
3696                    "name": "Symfony Community",
3697                    "homepage": "https://symfony.com/contributors"
3698                }
3699            ],
3700            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
3701            "homepage": "https://symfony.com",
3702            "keywords": [
3703                "compatibility",
3704                "polyfill",
3705                "portable",
3706                "shim"
3707            ],
3708            "time": "2016-11-14T01:06:16+00:00"
3709        },
3710        {
3711            "name": "symfony/process",
3712            "version": "v2.8.16",
3713            "source": {
3714                "type": "git",
3715                "url": "https://github.com/symfony/process.git",
3716                "reference": "ebb3c2abe0940a703f08e0cbe373f62d97d40231"
3717            },
3718            "dist": {
3719                "type": "zip",
3720                "url": "https://api.github.com/repos/symfony/process/zipball/ebb3c2abe0940a703f08e0cbe373f62d97d40231",
3721                "reference": "ebb3c2abe0940a703f08e0cbe373f62d97d40231",
3722                "shasum": ""
3723            },
3724            "require": {
3725                "php": ">=5.3.9"
3726            },
3727            "type": "library",
3728            "extra": {
3729                "branch-alias": {
3730                    "dev-master": "2.8-dev"
3731                }
3732            },
3733            "autoload": {
3734                "psr-4": {
3735                    "Symfony\\Component\\Process\\": ""
3736                },
3737                "exclude-from-classmap": [
3738                    "/Tests/"
3739                ]
3740            },
3741            "notification-url": "https://packagist.org/downloads/",
3742            "license": [
3743                "MIT"
3744            ],
3745            "authors": [
3746                {
3747                    "name": "Fabien Potencier",
3748                    "email": "fabien@symfony.com"
3749                },
3750                {
3751                    "name": "Symfony Community",
3752                    "homepage": "https://symfony.com/contributors"
3753                }
3754            ],
3755            "description": "Symfony Process Component",
3756            "homepage": "https://symfony.com",
3757            "time": "2017-01-02T20:30:24+00:00"
3758        },
3759        {
3760            "name": "symfony/stopwatch",
3761            "version": "v2.8.16",
3762            "source": {
3763                "type": "git",
3764                "url": "https://github.com/symfony/stopwatch.git",
3765                "reference": "e8bb9de52febc4ee9922b33b1f04ba5feed457b8"
3766            },
3767            "dist": {
3768                "type": "zip",
3769                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e8bb9de52febc4ee9922b33b1f04ba5feed457b8",
3770                "reference": "e8bb9de52febc4ee9922b33b1f04ba5feed457b8",
3771                "shasum": ""
3772            },
3773            "require": {
3774                "php": ">=5.3.9"
3775            },
3776            "type": "library",
3777            "extra": {
3778                "branch-alias": {
3779                    "dev-master": "2.8-dev"
3780                }
3781            },
3782            "autoload": {
3783                "psr-4": {
3784                    "Symfony\\Component\\Stopwatch\\": ""
3785                },
3786                "exclude-from-classmap": [
3787                    "/Tests/"
3788                ]
3789            },
3790            "notification-url": "https://packagist.org/downloads/",
3791            "license": [
3792                "MIT"
3793            ],
3794            "authors": [
3795                {
3796                    "name": "Fabien Potencier",
3797                    "email": "fabien@symfony.com"
3798                },
3799                {
3800                    "name": "Symfony Community",
3801                    "homepage": "https://symfony.com/contributors"
3802                }
3803            ],
3804            "description": "Symfony Stopwatch Component",
3805            "homepage": "https://symfony.com",
3806            "time": "2017-01-02T20:30:24+00:00"
3807        },
3808        {
3809            "name": "symfony/translation",
3810            "version": "v3.0.9",
3811            "source": {
3812                "type": "git",
3813                "url": "https://github.com/symfony/translation.git",
3814                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
3815            },
3816            "dist": {
3817                "type": "zip",
3818                "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
3819                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
3820                "shasum": ""
3821            },
3822            "require": {
3823                "php": ">=5.5.9",
3824                "symfony/polyfill-mbstring": "~1.0"
3825            },
3826            "conflict": {
3827                "symfony/config": "<2.8"
3828            },
3829            "require-dev": {
3830                "psr/log": "~1.0",
3831                "symfony/config": "~2.8|~3.0",
3832                "symfony/intl": "~2.8|~3.0",
3833                "symfony/yaml": "~2.8|~3.0"
3834            },
3835            "suggest": {
3836                "psr/log": "To use logging capability in translator",
3837                "symfony/config": "",
3838                "symfony/yaml": ""
3839            },
3840            "type": "library",
3841            "extra": {
3842                "branch-alias": {
3843                    "dev-master": "3.0-dev"
3844                }
3845            },
3846            "autoload": {
3847                "psr-4": {
3848                    "Symfony\\Component\\Translation\\": ""
3849                },
3850                "exclude-from-classmap": [
3851                    "/Tests/"
3852                ]
3853            },
3854            "notification-url": "https://packagist.org/downloads/",
3855            "license": [
3856                "MIT"
3857            ],
3858            "authors": [
3859                {
3860                    "name": "Fabien Potencier",
3861                    "email": "fabien@symfony.com"
3862                },
3863                {
3864                    "name": "Symfony Community",
3865                    "homepage": "https://symfony.com/contributors"
3866                }
3867            ],
3868            "description": "Symfony Translation Component",
3869            "homepage": "https://symfony.com",
3870            "time": "2016-07-30T07:22:48+00:00"
3871        },
3872        {
3873            "name": "symfony/validator",
3874            "version": "v2.8.16",
3875            "source": {
3876                "type": "git",
3877                "url": "https://github.com/symfony/validator.git",
3878                "reference": "3b1a3188efea75ec7c0419a2568b6e5f82031811"
3879            },
3880            "dist": {
3881                "type": "zip",
3882                "url": "https://api.github.com/repos/symfony/validator/zipball/3b1a3188efea75ec7c0419a2568b6e5f82031811",
3883                "reference": "3b1a3188efea75ec7c0419a2568b6e5f82031811",
3884                "shasum": ""
3885            },
3886            "require": {
3887                "php": ">=5.3.9",
3888                "symfony/polyfill-mbstring": "~1.0",
3889                "symfony/translation": "~2.4|~3.0.0"
3890            },
3891            "require-dev": {
3892                "doctrine/annotations": "~1.0",
3893                "doctrine/cache": "~1.0",
3894                "egulias/email-validator": "~1.2,>=1.2.1",
3895                "symfony/config": "~2.2|~3.0.0",
3896                "symfony/expression-language": "~2.4|~3.0.0",
3897                "symfony/http-foundation": "~2.3|~3.0.0",
3898                "symfony/intl": "~2.7.4|~2.8|~3.0.0",
3899                "symfony/property-access": "~2.3|~3.0.0",
3900                "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
3901            },
3902            "suggest": {
3903                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
3904                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
3905                "egulias/email-validator": "Strict (RFC compliant) email validation",
3906                "symfony/config": "",
3907                "symfony/expression-language": "For using the 2.4 Expression validator",
3908                "symfony/http-foundation": "",
3909                "symfony/intl": "",
3910                "symfony/property-access": "For using the 2.4 Validator API",
3911                "symfony/yaml": ""
3912            },
3913            "type": "library",
3914            "extra": {
3915                "branch-alias": {
3916                    "dev-master": "2.8-dev"
3917                }
3918            },
3919            "autoload": {
3920                "psr-4": {
3921                    "Symfony\\Component\\Validator\\": ""
3922                },
3923                "exclude-from-classmap": [
3924                    "/Tests/"
3925                ]
3926            },
3927            "notification-url": "https://packagist.org/downloads/",
3928            "license": [
3929                "MIT"
3930            ],
3931            "authors": [
3932                {
3933                    "name": "Fabien Potencier",
3934                    "email": "fabien@symfony.com"
3935                },
3936                {
3937                    "name": "Symfony Community",
3938                    "homepage": "https://symfony.com/contributors"
3939                }
3940            ],
3941            "description": "Symfony Validator Component",
3942            "homepage": "https://symfony.com",
3943            "time": "2017-01-12T19:24:25+00:00"
3944        },
3945        {
3946            "name": "symfony/yaml",
3947            "version": "v3.2.2",
3948            "source": {
3949                "type": "git",
3950                "url": "https://github.com/symfony/yaml.git",
3951                "reference": "50eadbd7926e31842893c957eca362b21592a97d"
3952            },
3953            "dist": {
3954                "type": "zip",
3955                "url": "https://api.github.com/repos/symfony/yaml/zipball/50eadbd7926e31842893c957eca362b21592a97d",
3956                "reference": "50eadbd7926e31842893c957eca362b21592a97d",
3957                "shasum": ""
3958            },
3959            "require": {
3960                "php": ">=5.5.9"
3961            },
3962            "require-dev": {
3963                "symfony/console": "~2.8|~3.0"
3964            },
3965            "suggest": {
3966                "symfony/console": "For validating YAML files using the lint command"
3967            },
3968            "type": "library",
3969            "extra": {
3970                "branch-alias": {
3971                    "dev-master": "3.2-dev"
3972                }
3973            },
3974            "autoload": {
3975                "psr-4": {
3976                    "Symfony\\Component\\Yaml\\": ""
3977                },
3978                "exclude-from-classmap": [
3979                    "/Tests/"
3980                ]
3981            },
3982            "notification-url": "https://packagist.org/downloads/",
3983            "license": [
3984                "MIT"
3985            ],
3986            "authors": [
3987                {
3988                    "name": "Fabien Potencier",
3989                    "email": "fabien@symfony.com"
3990                },
3991                {
3992                    "name": "Symfony Community",
3993                    "homepage": "https://symfony.com/contributors"
3994                }
3995            ],
3996            "description": "Symfony Yaml Component",
3997            "homepage": "https://symfony.com",
3998            "time": "2017-01-03T13:51:32+00:00"
3999        },
4000        {
4001            "name": "twig/twig",
4002            "version": "v1.31.0",
4003            "source": {
4004                "type": "git",
4005                "url": "https://github.com/twigphp/Twig.git",
4006                "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7"
4007            },
4008            "dist": {
4009                "type": "zip",
4010                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddc9e3e20ee9c0b6908f401ac8353635b750eca7",
4011                "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7",
4012                "shasum": ""
4013            },
4014            "require": {
4015                "php": ">=5.2.7"
4016            },
4017            "require-dev": {
4018                "symfony/debug": "~2.7",
4019                "symfony/phpunit-bridge": "~3.2"
4020            },
4021            "type": "library",
4022            "extra": {
4023                "branch-alias": {
4024                    "dev-master": "1.31-dev"
4025                }
4026            },
4027            "autoload": {
4028                "psr-0": {
4029                    "Twig_": "lib/"
4030                }
4031            },
4032            "notification-url": "https://packagist.org/downloads/",
4033            "license": [
4034                "BSD-3-Clause"
4035            ],
4036            "authors": [
4037                {
4038                    "name": "Fabien Potencier",
4039                    "email": "fabien@symfony.com",
4040                    "homepage": "http://fabien.potencier.org",
4041                    "role": "Lead Developer"
4042                },
4043                {
4044                    "name": "Armin Ronacher",
4045                    "email": "armin.ronacher@active-4.com",
4046                    "role": "Project Founder"
4047                },
4048                {
4049                    "name": "Twig Team",
4050                    "homepage": "http://twig.sensiolabs.org/contributors",
4051                    "role": "Contributors"
4052                }
4053            ],
4054            "description": "Twig, the flexible, fast, and secure template language for PHP",
4055            "homepage": "http://twig.sensiolabs.org",
4056            "keywords": [
4057                "templating"
4058            ],
4059            "time": "2017-01-11T19:36:15+00:00"
4060        },
4061        {
4062            "name": "zendframework/zend-cache",
4063            "version": "2.7.2",
4064            "source": {
4065                "type": "git",
4066                "url": "https://github.com/zendframework/zend-cache.git",
4067                "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039"
4068            },
4069            "dist": {
4070                "type": "zip",
4071                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/c98331b96d3b9d9b24cf32d02660602edb34d039",
4072                "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039",
4073                "shasum": ""
4074            },
4075            "require": {
4076                "php": "^5.5 || ^7.0",
4077                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4078                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4079                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4080            },
4081            "require-dev": {
4082                "phpbench/phpbench": "^0.10.0",
4083                "phpunit/phpunit": "^4.8",
4084                "zendframework/zend-coding-standard": "~1.0.0",
4085                "zendframework/zend-serializer": "^2.6",
4086                "zendframework/zend-session": "^2.6.2"
4087            },
4088            "suggest": {
4089                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
4090                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
4091                "ext-dba": "DBA, to use the DBA storage adapter",
4092                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
4093                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
4094                "ext-mongo": "Mongo, to use MongoDb storage adapter",
4095                "ext-redis": "Redis, to use Redis storage adapter",
4096                "ext-wincache": "WinCache, to use the WinCache storage adapter",
4097                "ext-xcache": "XCache, to use the XCache storage adapter",
4098                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
4099                "zendframework/zend-serializer": "Zend\\Serializer component",
4100                "zendframework/zend-session": "Zend\\Session component"
4101            },
4102            "type": "library",
4103            "extra": {
4104                "branch-alias": {
4105                    "dev-master": "2.7-dev",
4106                    "dev-develop": "2.8-dev"
4107                },
4108                "zf": {
4109                    "component": "Zend\\Cache",
4110                    "config-provider": "Zend\\Cache\\ConfigProvider"
4111                }
4112            },
4113            "autoload": {
4114                "psr-4": {
4115                    "Zend\\Cache\\": "src/"
4116                }
4117            },
4118            "notification-url": "https://packagist.org/downloads/",
4119            "license": [
4120                "BSD-3-Clause"
4121            ],
4122            "description": "provides a generic way to cache any data",
4123            "homepage": "https://github.com/zendframework/zend-cache",
4124            "keywords": [
4125                "cache",
4126                "zf2"
4127            ],
4128            "time": "2016-12-16T11:35:47+00:00"
4129        },
4130        {
4131            "name": "zendframework/zend-config",
4132            "version": "2.6.0",
4133            "source": {
4134                "type": "git",
4135                "url": "https://github.com/zendframework/zend-config.git",
4136                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
4137            },
4138            "dist": {
4139                "type": "zip",
4140                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4141                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4142                "shasum": ""
4143            },
4144            "require": {
4145                "php": "^5.5 || ^7.0",
4146                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4147            },
4148            "require-dev": {
4149                "fabpot/php-cs-fixer": "1.7.*",
4150                "phpunit/phpunit": "~4.0",
4151                "zendframework/zend-filter": "^2.6",
4152                "zendframework/zend-i18n": "^2.5",
4153                "zendframework/zend-json": "^2.6.1",
4154                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4155            },
4156            "suggest": {
4157                "zendframework/zend-filter": "Zend\\Filter component",
4158                "zendframework/zend-i18n": "Zend\\I18n component",
4159                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
4160                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
4161            },
4162            "type": "library",
4163            "extra": {
4164                "branch-alias": {
4165                    "dev-master": "2.6-dev",
4166                    "dev-develop": "2.7-dev"
4167                }
4168            },
4169            "autoload": {
4170                "psr-4": {
4171                    "Zend\\Config\\": "src/"
4172                }
4173            },
4174            "notification-url": "https://packagist.org/downloads/",
4175            "license": [
4176                "BSD-3-Clause"
4177            ],
4178            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
4179            "homepage": "https://github.com/zendframework/zend-config",
4180            "keywords": [
4181                "config",
4182                "zf2"
4183            ],
4184            "time": "2016-02-04T23:01:10+00:00"
4185        },
4186        {
4187            "name": "zendframework/zend-eventmanager",
4188            "version": "3.1.0",
4189            "source": {
4190                "type": "git",
4191                "url": "https://github.com/zendframework/zend-eventmanager.git",
4192                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d"
4193            },
4194            "dist": {
4195                "type": "zip",
4196                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d",
4197                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d",
4198                "shasum": ""
4199            },
4200            "require": {
4201                "php": "^5.6 || ^7.0"
4202            },
4203            "require-dev": {
4204                "athletic/athletic": "^0.1",
4205                "container-interop/container-interop": "^1.1.0",
4206                "phpunit/phpunit": "^5.6",
4207                "zendframework/zend-coding-standard": "~1.0.0",
4208                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4209            },
4210            "suggest": {
4211                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4212                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4213            },
4214            "type": "library",
4215            "extra": {
4216                "branch-alias": {
4217                    "dev-master": "3.1-dev",
4218                    "dev-develop": "3.2-dev"
4219                }
4220            },
4221            "autoload": {
4222                "psr-4": {
4223                    "Zend\\EventManager\\": "src/"
4224                }
4225            },
4226            "notification-url": "https://packagist.org/downloads/",
4227            "license": [
4228                "BSD-3-Clause"
4229            ],
4230            "description": "Trigger and listen to events within a PHP application",
4231            "homepage": "https://github.com/zendframework/zend-eventmanager",
4232            "keywords": [
4233                "event",
4234                "eventmanager",
4235                "events",
4236                "zf2"
4237            ],
4238            "time": "2016-12-19T21:47:12+00:00"
4239        },
4240        {
4241            "name": "zendframework/zend-filter",
4242            "version": "2.7.1",
4243            "source": {
4244                "type": "git",
4245                "url": "https://github.com/zendframework/zend-filter.git",
4246                "reference": "84c50246428efb0a1e52868e162dab3e149d5b80"
4247            },
4248            "dist": {
4249                "type": "zip",
4250                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/84c50246428efb0a1e52868e162dab3e149d5b80",
4251                "reference": "84c50246428efb0a1e52868e162dab3e149d5b80",
4252                "shasum": ""
4253            },
4254            "require": {
4255                "php": "^5.5 || ^7.0",
4256                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4257            },
4258            "require-dev": {
4259                "fabpot/php-cs-fixer": "1.7.*",
4260                "pear/archive_tar": "^1.4",
4261                "phpunit/phpunit": "~4.0",
4262                "zendframework/zend-crypt": "^2.6",
4263                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4264                "zendframework/zend-uri": "^2.5"
4265            },
4266            "suggest": {
4267                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
4268                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
4269                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
4270                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
4271            },
4272            "type": "library",
4273            "extra": {
4274                "branch-alias": {
4275                    "dev-master": "2.7-dev",
4276                    "dev-develop": "2.8-dev"
4277                },
4278                "zf": {
4279                    "component": "Zend\\Filter",
4280                    "config-provider": "Zend\\Filter\\ConfigProvider"
4281                }
4282            },
4283            "autoload": {
4284                "psr-4": {
4285                    "Zend\\Filter\\": "src/"
4286                }
4287            },
4288            "notification-url": "https://packagist.org/downloads/",
4289            "license": [
4290                "BSD-3-Clause"
4291            ],
4292            "description": "provides a set of commonly needed data filters",
4293            "homepage": "https://github.com/zendframework/zend-filter",
4294            "keywords": [
4295                "filter",
4296                "zf2"
4297            ],
4298            "time": "2016-04-18T18:32:43+00:00"
4299        },
4300        {
4301            "name": "zendframework/zend-hydrator",
4302            "version": "1.1.0",
4303            "source": {
4304                "type": "git",
4305                "url": "https://github.com/zendframework/zend-hydrator.git",
4306                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
4307            },
4308            "dist": {
4309                "type": "zip",
4310                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4311                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4312                "shasum": ""
4313            },
4314            "require": {
4315                "php": "^5.5 || ^7.0",
4316                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4317            },
4318            "require-dev": {
4319                "phpunit/phpunit": "~4.0",
4320                "squizlabs/php_codesniffer": "^2.0@dev",
4321                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4322                "zendframework/zend-filter": "^2.6",
4323                "zendframework/zend-inputfilter": "^2.6",
4324                "zendframework/zend-serializer": "^2.6.1",
4325                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4326            },
4327            "suggest": {
4328                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
4329                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
4330                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
4331                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
4332            },
4333            "type": "library",
4334            "extra": {
4335                "branch-alias": {
4336                    "dev-release-1.0": "1.0-dev",
4337                    "dev-release-1.1": "1.1-dev",
4338                    "dev-master": "2.0-dev",
4339                    "dev-develop": "2.1-dev"
4340                }
4341            },
4342            "autoload": {
4343                "psr-4": {
4344                    "Zend\\Hydrator\\": "src/"
4345                }
4346            },
4347            "notification-url": "https://packagist.org/downloads/",
4348            "license": [
4349                "BSD-3-Clause"
4350            ],
4351            "homepage": "https://github.com/zendframework/zend-hydrator",
4352            "keywords": [
4353                "hydrator",
4354                "zf2"
4355            ],
4356            "time": "2016-02-18T22:38:26+00:00"
4357        },
4358        {
4359            "name": "zendframework/zend-i18n",
4360            "version": "2.7.3",
4361            "source": {
4362                "type": "git",
4363                "url": "https://github.com/zendframework/zend-i18n.git",
4364                "reference": "b2db0d8246a865c659f93199f90f5fc2cd2f3cd8"
4365            },
4366            "dist": {
4367                "type": "zip",
4368                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/b2db0d8246a865c659f93199f90f5fc2cd2f3cd8",
4369                "reference": "b2db0d8246a865c659f93199f90f5fc2cd2f3cd8",
4370                "shasum": ""
4371            },
4372            "require": {
4373                "php": "^5.5 || ^7.0",
4374                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4375            },
4376            "require-dev": {
4377                "fabpot/php-cs-fixer": "1.7.*",
4378                "phpunit/phpunit": "~4.0",
4379                "zendframework/zend-cache": "^2.6.1",
4380                "zendframework/zend-config": "^2.6",
4381                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4382                "zendframework/zend-filter": "^2.6.1",
4383                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4384                "zendframework/zend-validator": "^2.6",
4385                "zendframework/zend-view": "^2.6.3"
4386            },
4387            "suggest": {
4388                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
4389                "zendframework/zend-cache": "Zend\\Cache component",
4390                "zendframework/zend-config": "Zend\\Config component",
4391                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
4392                "zendframework/zend-filter": "You should install this package to use the provided filters",
4393                "zendframework/zend-i18n-resources": "Translation resources",
4394                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
4395                "zendframework/zend-validator": "You should install this package to use the provided validators",
4396                "zendframework/zend-view": "You should install this package to use the provided view helpers"
4397            },
4398            "type": "library",
4399            "extra": {
4400                "branch-alias": {
4401                    "dev-master": "2.7-dev",
4402                    "dev-develop": "2.8-dev"
4403                },
4404                "zf": {
4405                    "component": "Zend\\I18n",
4406                    "config-provider": "Zend\\I18n\\ConfigProvider"
4407                }
4408            },
4409            "autoload": {
4410                "psr-4": {
4411                    "Zend\\I18n\\": "src/"
4412                }
4413            },
4414            "notification-url": "https://packagist.org/downloads/",
4415            "license": [
4416                "BSD-3-Clause"
4417            ],
4418            "homepage": "https://github.com/zendframework/zend-i18n",
4419            "keywords": [
4420                "i18n",
4421                "zf2"
4422            ],
4423            "time": "2016-06-07T21:08:30+00:00"
4424        },
4425        {
4426            "name": "zendframework/zend-json",
4427            "version": "3.0.0",
4428            "source": {
4429                "type": "git",
4430                "url": "https://github.com/zendframework/zend-json.git",
4431                "reference": "f42a1588e75c2a3e338cd94c37906231e616daab"
4432            },
4433            "dist": {
4434                "type": "zip",
4435                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/f42a1588e75c2a3e338cd94c37906231e616daab",
4436                "reference": "f42a1588e75c2a3e338cd94c37906231e616daab",
4437                "shasum": ""
4438            },
4439            "require": {
4440                "php": "^5.5 || ^7.0"
4441            },
4442            "require-dev": {
4443                "phpunit/phpunit": "~4.0",
4444                "squizlabs/php_codesniffer": "^2.3",
4445                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4446            },
4447            "suggest": {
4448                "zendframework/zend-json-server": "For implementing JSON-RPC servers",
4449                "zendframework/zend-xml2json": "For converting XML documents to JSON"
4450            },
4451            "type": "library",
4452            "extra": {
4453                "branch-alias": {
4454                    "dev-master": "3.0-dev",
4455                    "dev-develop": "3.1-dev"
4456                }
4457            },
4458            "autoload": {
4459                "psr-4": {
4460                    "Zend\\Json\\": "src/"
4461                }
4462            },
4463            "notification-url": "https://packagist.org/downloads/",
4464            "license": [
4465                "BSD-3-Clause"
4466            ],
4467            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
4468            "homepage": "https://github.com/zendframework/zend-json",
4469            "keywords": [
4470                "json",
4471                "zf2"
4472            ],
4473            "time": "2016-04-01T02:34:00+00:00"
4474        },
4475        {
4476            "name": "zendframework/zend-serializer",
4477            "version": "2.8.0",
4478            "source": {
4479                "type": "git",
4480                "url": "https://github.com/zendframework/zend-serializer.git",
4481                "reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e"
4482            },
4483            "dist": {
4484                "type": "zip",
4485                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/ff74ea020f5f90866eb28365327e9bc765a61a6e",
4486                "reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e",
4487                "shasum": ""
4488            },
4489            "require": {
4490                "php": "^5.6 || ^7.0",
4491                "zendframework/zend-json": "^2.5 || ^3.0",
4492                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4493            },
4494            "require-dev": {
4495                "phpunit/phpunit": "^4.5",
4496                "squizlabs/php_codesniffer": "^2.3.1",
4497                "zendframework/zend-math": "^2.6",
4498                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4499            },
4500            "suggest": {
4501                "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
4502                "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
4503            },
4504            "type": "library",
4505            "extra": {
4506                "branch-alias": {
4507                    "dev-master": "2.8-dev",
4508                    "dev-develop": "2.9-dev"
4509                },
4510                "zf": {
4511                    "component": "Zend\\Serializer",
4512                    "config-provider": "Zend\\Serializer\\ConfigProvider"
4513                }
4514            },
4515            "autoload": {
4516                "psr-4": {
4517                    "Zend\\Serializer\\": "src/"
4518                }
4519            },
4520            "notification-url": "https://packagist.org/downloads/",
4521            "license": [
4522                "BSD-3-Clause"
4523            ],
4524            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
4525            "homepage": "https://github.com/zendframework/zend-serializer",
4526            "keywords": [
4527                "serializer",
4528                "zf2"
4529            ],
4530            "time": "2016-06-21T17:01:55+00:00"
4531        },
4532        {
4533            "name": "zendframework/zend-servicemanager",
4534            "version": "2.7.8",
4535            "source": {
4536                "type": "git",
4537                "url": "https://github.com/zendframework/zend-servicemanager.git",
4538                "reference": "2ae3b6e4978ec2e9ff52352e661946714ed989f9"
4539            },
4540            "dist": {
4541                "type": "zip",
4542                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/2ae3b6e4978ec2e9ff52352e661946714ed989f9",
4543                "reference": "2ae3b6e4978ec2e9ff52352e661946714ed989f9",
4544                "shasum": ""
4545            },
4546            "require": {
4547                "container-interop/container-interop": "~1.0",
4548                "php": "^5.5 || ^7.0"
4549            },
4550            "require-dev": {
4551                "athletic/athletic": "dev-master",
4552                "fabpot/php-cs-fixer": "1.7.*",
4553                "phpunit/phpunit": "~4.0",
4554                "zendframework/zend-di": "~2.5",
4555                "zendframework/zend-mvc": "~2.5"
4556            },
4557            "suggest": {
4558                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
4559                "zendframework/zend-di": "Zend\\Di component"
4560            },
4561            "type": "library",
4562            "extra": {
4563                "branch-alias": {
4564                    "dev-master": "2.7-dev",
4565                    "dev-develop": "3.0-dev"
4566                }
4567            },
4568            "autoload": {
4569                "psr-4": {
4570                    "Zend\\ServiceManager\\": "src/"
4571                }
4572            },
4573            "notification-url": "https://packagist.org/downloads/",
4574            "license": [
4575                "BSD-3-Clause"
4576            ],
4577            "homepage": "https://github.com/zendframework/zend-servicemanager",
4578            "keywords": [
4579                "servicemanager",
4580                "zf2"
4581            ],
4582            "time": "2016-12-19T19:14:29+00:00"
4583        },
4584        {
4585            "name": "zendframework/zend-stdlib",
4586            "version": "2.7.7",
4587            "source": {
4588                "type": "git",
4589                "url": "https://github.com/zendframework/zend-stdlib.git",
4590                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
4591            },
4592            "dist": {
4593                "type": "zip",
4594                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4595                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4596                "shasum": ""
4597            },
4598            "require": {
4599                "php": "^5.5 || ^7.0",
4600                "zendframework/zend-hydrator": "~1.1"
4601            },
4602            "require-dev": {
4603                "athletic/athletic": "~0.1",
4604                "fabpot/php-cs-fixer": "1.7.*",
4605                "phpunit/phpunit": "~4.0",
4606                "zendframework/zend-config": "~2.5",
4607                "zendframework/zend-eventmanager": "~2.5",
4608                "zendframework/zend-filter": "~2.5",
4609                "zendframework/zend-inputfilter": "~2.5",
4610                "zendframework/zend-serializer": "~2.5",
4611                "zendframework/zend-servicemanager": "~2.5"
4612            },
4613            "suggest": {
4614                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
4615                "zendframework/zend-filter": "To support naming strategy hydrator usage",
4616                "zendframework/zend-serializer": "Zend\\Serializer component",
4617                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
4618            },
4619            "type": "library",
4620            "extra": {
4621                "branch-alias": {
4622                    "dev-release-2.7": "2.7-dev",
4623                    "dev-master": "3.0-dev",
4624                    "dev-develop": "3.1-dev"
4625                }
4626            },
4627            "autoload": {
4628                "psr-4": {
4629                    "Zend\\Stdlib\\": "src/"
4630                }
4631            },
4632            "notification-url": "https://packagist.org/downloads/",
4633            "license": [
4634                "BSD-3-Clause"
4635            ],
4636            "homepage": "https://github.com/zendframework/zend-stdlib",
4637            "keywords": [
4638                "stdlib",
4639                "zf2"
4640            ],
4641            "time": "2016-04-12T21:17:31+00:00"
4642        },
4643        {
4644            "name": "zetacomponents/base",
4645            "version": "1.9",
4646            "source": {
4647                "type": "git",
4648                "url": "https://github.com/zetacomponents/Base.git",
4649                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687"
4650            },
4651            "dist": {
4652                "type": "zip",
4653                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/f20df24e8de3e48b6b69b2503f917e457281e687",
4654                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687",
4655                "shasum": ""
4656            },
4657            "require-dev": {
4658                "zetacomponents/unit-test": "*"
4659            },
4660            "type": "library",
4661            "autoload": {
4662                "classmap": [
4663                    "src"
4664                ]
4665            },
4666            "notification-url": "https://packagist.org/downloads/",
4667            "license": [
4668                "Apache-2.0"
4669            ],
4670            "authors": [
4671                {
4672                    "name": "Sergey Alexeev"
4673                },
4674                {
4675                    "name": "Sebastian Bergmann"
4676                },
4677                {
4678                    "name": "Jan Borsodi"
4679                },
4680                {
4681                    "name": "Raymond Bosman"
4682                },
4683                {
4684                    "name": "Frederik Holljen"
4685                },
4686                {
4687                    "name": "Kore Nordmann"
4688                },
4689                {
4690                    "name": "Derick Rethans"
4691                },
4692                {
4693                    "name": "Vadym Savchuk"
4694                },
4695                {
4696                    "name": "Tobias Schlitt"
4697                },
4698                {
4699                    "name": "Alexandru Stanoi"
4700                }
4701            ],
4702            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
4703            "homepage": "https://github.com/zetacomponents",
4704            "time": "2014-09-19T03:28:34+00:00"
4705        },
4706        {
4707            "name": "zetacomponents/document",
4708            "version": "1.3.1",
4709            "source": {
4710                "type": "git",
4711                "url": "https://github.com/zetacomponents/Document.git",
4712                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
4713            },
4714            "dist": {
4715                "type": "zip",
4716                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4717                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4718                "shasum": ""
4719            },
4720            "require": {
4721                "zetacomponents/base": "*"
4722            },
4723            "require-dev": {
4724                "zetacomponents/unit-test": "dev-master"
4725            },
4726            "type": "library",
4727            "autoload": {
4728                "classmap": [
4729                    "src"
4730                ]
4731            },
4732            "notification-url": "https://packagist.org/downloads/",
4733            "license": [
4734                "Apache-2.0"
4735            ],
4736            "authors": [
4737                {
4738                    "name": "Sebastian Bergmann"
4739                },
4740                {
4741                    "name": "Kore Nordmann"
4742                },
4743                {
4744                    "name": "Derick Rethans"
4745                },
4746                {
4747                    "name": "Tobias Schlitt"
4748                },
4749                {
4750                    "name": "Alexandru Stanoi"
4751                }
4752            ],
4753            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
4754            "homepage": "https://github.com/zetacomponents",
4755            "time": "2013-12-19T11:40:00+00:00"
4756        }
4757    ],
4758    "aliases": [],
4759    "minimum-stability": "stable",
4760    "stability-flags": [],
4761    "prefer-stable": false,
4762    "prefer-lowest": false,
4763    "platform": {
4764        "ext-gd": "*",
4765        "ext-iconv": "*",
4766        "ext-mbstring": "*",
4767        "ext-pcre": "*",
4768        "ext-pdo": "*",
4769        "ext-pdo_mysql": "*",
4770        "ext-session": "*",
4771        "ext-simplexml": "*",
4772        "ext-xml": "*"
4773    },
4774    "platform-dev": [],
4775    "platform-overrides": {
4776        "php": "5.6"
4777    }
4778}
4779