xref: /webtrees/composer.lock (revision 101af0b4f69bbf5e23334866418f6f0c7529dcbc)
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    "hash": "3d0090288dce03aa53c3daa153dc5584",
8    "content-hash": "e1c36ecdd4ad1182d985e8324de27004",
9    "packages": [
10        {
11            "name": "bombayworks/zendframework1",
12            "version": "v1.12.16",
13            "source": {
14                "type": "git",
15                "url": "https://github.com/bombayworks/zendframework1.git",
16                "reference": "0b71c0311a1f5734e14751755aa7f7c4736b2892"
17            },
18            "dist": {
19                "type": "zip",
20                "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/0b71c0311a1f5734e14751755aa7f7c4736b2892",
21                "reference": "0b71c0311a1f5734e14751755aa7f7c4736b2892",
22                "shasum": ""
23            },
24            "require": {
25                "php": ">=5.2.11"
26            },
27            "replace": {
28                "zendframework/zendframework1": "self.version"
29            },
30            "require-dev": {
31                "phpunit/dbunit": "1.3.*",
32                "phpunit/phpunit": "3.7.*"
33            },
34            "bin": [
35                "bin/zf.sh",
36                "bin/zf.php"
37            ],
38            "type": "library",
39            "extra": {
40                "branch-alias": {
41                    "dev-master": "1.12.x-dev"
42                }
43            },
44            "autoload": {
45                "psr-0": {
46                    "Zend_": "library/"
47                }
48            },
49            "notification-url": "https://packagist.org/downloads/",
50            "include-path": [
51                "library/"
52            ],
53            "license": [
54                "BSD-3-Clause"
55            ],
56            "description": "Zend Framework 1",
57            "homepage": "http://framework.zend.com/",
58            "keywords": [
59                "ZF1",
60                "framework"
61            ],
62            "time": "2015-09-15 16:00:12"
63        },
64        {
65            "name": "ezyang/htmlpurifier",
66            "version": "v4.7.0",
67            "source": {
68                "type": "git",
69                "url": "https://github.com/ezyang/htmlpurifier.git",
70                "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
71            },
72            "dist": {
73                "type": "zip",
74                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
75                "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
76                "shasum": ""
77            },
78            "require": {
79                "php": ">=5.2"
80            },
81            "type": "library",
82            "autoload": {
83                "psr-0": {
84                    "HTMLPurifier": "library/"
85                },
86                "files": [
87                    "library/HTMLPurifier.composer.php"
88                ]
89            },
90            "notification-url": "https://packagist.org/downloads/",
91            "license": [
92                "LGPL"
93            ],
94            "authors": [
95                {
96                    "name": "Edward Z. Yang",
97                    "email": "admin@htmlpurifier.org",
98                    "homepage": "http://ezyang.com"
99                }
100            ],
101            "description": "Standards compliant HTML filter written in PHP",
102            "homepage": "http://htmlpurifier.org/",
103            "keywords": [
104                "html"
105            ],
106            "time": "2015-08-05 01:03:42"
107        },
108        {
109            "name": "fisharebest/algorithm",
110            "version": "1.0.1",
111            "source": {
112                "type": "git",
113                "url": "https://github.com/fisharebest/algorithm.git",
114                "reference": "39c51e71151410c72047467d63231aa377cf934a"
115            },
116            "dist": {
117                "type": "zip",
118                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/39c51e71151410c72047467d63231aa377cf934a",
119                "reference": "39c51e71151410c72047467d63231aa377cf934a",
120                "shasum": ""
121            },
122            "require": {
123                "php": ">=5.3.0"
124            },
125            "require-dev": {
126                "phpunit/phpunit": "*",
127                "satooshi/php-coveralls": "*"
128            },
129            "type": "library",
130            "autoload": {
131                "psr-4": {
132                    "Fisharebest\\Algorithm\\": "src/"
133                }
134            },
135            "notification-url": "https://packagist.org/downloads/",
136            "license": [
137                "GPL-3.0+"
138            ],
139            "authors": [
140                {
141                    "name": "Greg Roach",
142                    "email": "greg@subaqua.co.uk",
143                    "role": "Developer"
144                }
145            ],
146            "description": "Implementation of standard algorithms in PHP.",
147            "homepage": "https://github.com/fisharebest/algorithm",
148            "keywords": [
149                "Algorithm",
150                "dijkstra"
151            ],
152            "time": "2015-05-15 17:06:43"
153        },
154        {
155            "name": "fisharebest/ext-calendar",
156            "version": "2.1.1",
157            "source": {
158                "type": "git",
159                "url": "https://github.com/fisharebest/ext-calendar.git",
160                "reference": "4ad4547f91073c4266274c5375bcca981e1e98ec"
161            },
162            "dist": {
163                "type": "zip",
164                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/4ad4547f91073c4266274c5375bcca981e1e98ec",
165                "reference": "4ad4547f91073c4266274c5375bcca981e1e98ec",
166                "shasum": ""
167            },
168            "require": {
169                "php": ">=5.3.0"
170            },
171            "require-dev": {
172                "phpunit/phpunit": "*",
173                "satooshi/php-coveralls": "*"
174            },
175            "type": "library",
176            "autoload": {
177                "psr-4": {
178                    "Fisharebest\\ExtCalendar\\": "src/"
179                }
180            },
181            "notification-url": "https://packagist.org/downloads/",
182            "license": [
183                "GPL-3.0+"
184            ],
185            "authors": [
186                {
187                    "name": "Greg Roach",
188                    "email": "fisharebest@gmail.com",
189                    "role": "Developer"
190                }
191            ],
192            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Optional PHP shims for servers without the ext/calendar extension.",
193            "homepage": "https://github.com/fisharebest/ext-calendar",
194            "keywords": [
195                "Jalali",
196                "arabic",
197                "calendar",
198                "ext-calendar",
199                "french",
200                "gregorian",
201                "hebrew",
202                "hijri",
203                "jewish",
204                "julian",
205                "julian day",
206                "julian day number",
207                "persian",
208                "shamsi"
209            ],
210            "time": "2015-09-21 15:12:48"
211        },
212        {
213            "name": "fisharebest/localization",
214            "version": "1.6.0",
215            "source": {
216                "type": "git",
217                "url": "https://github.com/fisharebest/localization.git",
218                "reference": "448dc859d7e1d491a80634871a9503b3d53edfd8"
219            },
220            "dist": {
221                "type": "zip",
222                "url": "https://api.github.com/repos/fisharebest/localization/zipball/448dc859d7e1d491a80634871a9503b3d53edfd8",
223                "reference": "448dc859d7e1d491a80634871a9503b3d53edfd8",
224                "shasum": ""
225            },
226            "require": {
227                "php": ">=5.3.0"
228            },
229            "require-dev": {
230                "phpunit/phpunit": "*",
231                "satooshi/php-coveralls": "*"
232            },
233            "type": "library",
234            "autoload": {
235                "psr-4": {
236                    "Fisharebest\\Localization\\": "src/"
237                }
238            },
239            "notification-url": "https://packagist.org/downloads/",
240            "license": [
241                "GPL-3.0+"
242            ],
243            "authors": [
244                {
245                    "name": "Greg Roach",
246                    "email": "fisharebest@gmail.com",
247                    "role": "Developer"
248                }
249            ],
250            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
251            "homepage": "https://github.com/fisharebest/localization",
252            "keywords": [
253                "cldr",
254                "gettext",
255                "i18n",
256                "l10n",
257                "language",
258                "locale",
259                "localization",
260                "script",
261                "translate",
262                "translation"
263            ],
264            "time": "2015-09-14 21:53:11"
265        },
266        {
267            "name": "ircmaxell/password-compat",
268            "version": "v1.0.4",
269            "source": {
270                "type": "git",
271                "url": "https://github.com/ircmaxell/password_compat.git",
272                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
273            },
274            "dist": {
275                "type": "zip",
276                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
277                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
278                "shasum": ""
279            },
280            "require-dev": {
281                "phpunit/phpunit": "4.*"
282            },
283            "type": "library",
284            "autoload": {
285                "files": [
286                    "lib/password.php"
287                ]
288            },
289            "notification-url": "https://packagist.org/downloads/",
290            "license": [
291                "MIT"
292            ],
293            "authors": [
294                {
295                    "name": "Anthony Ferrara",
296                    "email": "ircmaxell@php.net",
297                    "homepage": "http://blog.ircmaxell.com"
298                }
299            ],
300            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
301            "homepage": "https://github.com/ircmaxell/password_compat",
302            "keywords": [
303                "hashing",
304                "password"
305            ],
306            "time": "2014-11-20 16:49:30"
307        },
308        {
309            "name": "michelf/php-markdown",
310            "version": "1.5.0",
311            "source": {
312                "type": "git",
313                "url": "https://github.com/michelf/php-markdown.git",
314                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
315            },
316            "dist": {
317                "type": "zip",
318                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
319                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
320                "shasum": ""
321            },
322            "require": {
323                "php": ">=5.3.0"
324            },
325            "type": "library",
326            "extra": {
327                "branch-alias": {
328                    "dev-lib": "1.4.x-dev"
329                }
330            },
331            "autoload": {
332                "psr-0": {
333                    "Michelf": ""
334                }
335            },
336            "notification-url": "https://packagist.org/downloads/",
337            "license": [
338                "BSD-3-Clause"
339            ],
340            "authors": [
341                {
342                    "name": "John Gruber",
343                    "homepage": "http://daringfireball.net/"
344                },
345                {
346                    "name": "Michel Fortin",
347                    "email": "michel.fortin@michelf.ca",
348                    "homepage": "https://michelf.ca/",
349                    "role": "Developer"
350                }
351            ],
352            "description": "PHP Markdown",
353            "homepage": "https://michelf.ca/projects/php-markdown/",
354            "keywords": [
355                "markdown"
356            ],
357            "time": "2015-03-01 12:03:08"
358        },
359        {
360            "name": "patchwork/utf8",
361            "version": "v1.2.3",
362            "source": {
363                "type": "git",
364                "url": "https://github.com/tchwork/utf8.git",
365                "reference": "a7a9a987d01d052ff9c99510ecbd07ebc6c270f2"
366            },
367            "dist": {
368                "type": "zip",
369                "url": "https://api.github.com/repos/tchwork/utf8/zipball/a7a9a987d01d052ff9c99510ecbd07ebc6c270f2",
370                "reference": "a7a9a987d01d052ff9c99510ecbd07ebc6c270f2",
371                "shasum": ""
372            },
373            "require": {
374                "lib-pcre": ">=7.3",
375                "php": ">=5.3.0"
376            },
377            "suggest": {
378                "ext-iconv": "Use iconv for best performance",
379                "ext-intl": "Use Intl for best performance",
380                "ext-mbstring": "Use Mbstring for best performance",
381                "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
382            },
383            "type": "library",
384            "extra": {
385                "branch-alias": {
386                    "dev-master": "1.2-dev"
387                }
388            },
389            "autoload": {
390                "psr-4": {
391                    "Patchwork\\": "src/Patchwork/"
392                },
393                "classmap": [
394                    "src/Normalizer.php"
395                ]
396            },
397            "notification-url": "https://packagist.org/downloads/",
398            "license": [
399                "(Apache-2.0 or GPL-2.0)"
400            ],
401            "authors": [
402                {
403                    "name": "Nicolas Grekas",
404                    "email": "p@tchwork.com"
405                }
406            ],
407            "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
408            "homepage": "https://github.com/tchwork/utf8",
409            "keywords": [
410                "grapheme",
411                "i18n",
412                "unicode",
413                "utf-8",
414                "utf8"
415            ],
416            "time": "2015-06-25 08:17:49"
417        },
418        {
419            "name": "pclzip/pclzip",
420            "version": "2.8.2",
421            "source": {
422                "type": "git",
423                "url": "https://github.com/ivanlanin/pclzip.git",
424                "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
425            },
426            "dist": {
427                "type": "zip",
428                "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
429                "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
430                "shasum": ""
431            },
432            "type": "library",
433            "autoload": {
434                "classmap": [
435                    "pclzip.lib.php"
436                ]
437            },
438            "notification-url": "https://packagist.org/downloads/",
439            "license": [
440                "LGPL-2.1"
441            ],
442            "authors": [
443                {
444                    "name": "Vincent Blavet"
445                }
446            ],
447            "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
448            "homepage": "http://www.phpconcept.net/pclzip",
449            "keywords": [
450                "php",
451                "zip"
452            ],
453            "time": "2014-06-05 11:42:24"
454        },
455        {
456            "name": "ramsey/uuid",
457            "version": "2.8.3",
458            "source": {
459                "type": "git",
460                "url": "https://github.com/ramsey/uuid.git",
461                "reference": "767a5b5f70cd990c04ef21d8374794d1a02fa9e8"
462            },
463            "dist": {
464                "type": "zip",
465                "url": "https://api.github.com/repos/ramsey/uuid/zipball/767a5b5f70cd990c04ef21d8374794d1a02fa9e8",
466                "reference": "767a5b5f70cd990c04ef21d8374794d1a02fa9e8",
467                "shasum": ""
468            },
469            "require": {
470                "php": ">=5.3.3"
471            },
472            "replace": {
473                "rhumsaa/uuid": "self.version"
474            },
475            "require-dev": {
476                "doctrine/dbal": ">=2.3",
477                "jakub-onderka/php-parallel-lint": "^0.9.0",
478                "moontoast/math": "~1.1",
479                "phpunit/phpunit": "~4.1",
480                "satooshi/php-coveralls": "~0.6",
481                "squizlabs/php_codesniffer": "^2.3",
482                "symfony/console": "~2.3"
483            },
484            "suggest": {
485                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
486                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
487                "symfony/console": "Support for use of the bin/uuid command line tool."
488            },
489            "bin": [
490                "bin/uuid"
491            ],
492            "type": "library",
493            "autoload": {
494                "psr-4": {
495                    "Rhumsaa\\Uuid\\": "src/"
496                }
497            },
498            "notification-url": "https://packagist.org/downloads/",
499            "license": [
500                "MIT"
501            ],
502            "authors": [
503                {
504                    "name": "Marijn Huizendveld",
505                    "email": "marijn.huizendveld@gmail.com"
506                },
507                {
508                    "name": "Ben Ramsey",
509                    "homepage": "http://benramsey.com"
510                }
511            ],
512            "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
513            "homepage": "https://github.com/ramsey/uuid",
514            "keywords": [
515                "guid",
516                "identifier",
517                "uuid"
518            ],
519            "time": "2015-08-31 13:34:50"
520        },
521        {
522            "name": "tecnickcom/tcpdf",
523            "version": "6.2.12",
524            "source": {
525                "type": "git",
526                "url": "https://github.com/tecnickcom/TCPDF.git",
527                "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
528            },
529            "dist": {
530                "type": "zip",
531                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
532                "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
533                "shasum": ""
534            },
535            "require": {
536                "php": ">=5.3.0"
537            },
538            "type": "library",
539            "autoload": {
540                "classmap": [
541                    "fonts",
542                    "config",
543                    "include",
544                    "tcpdf.php",
545                    "tcpdf_parser.php",
546                    "tcpdf_import.php",
547                    "tcpdf_barcodes_1d.php",
548                    "tcpdf_barcodes_2d.php",
549                    "include/tcpdf_colors.php",
550                    "include/tcpdf_filters.php",
551                    "include/tcpdf_font_data.php",
552                    "include/tcpdf_fonts.php",
553                    "include/tcpdf_images.php",
554                    "include/tcpdf_static.php",
555                    "include/barcodes/datamatrix.php",
556                    "include/barcodes/pdf417.php",
557                    "include/barcodes/qrcode.php"
558                ]
559            },
560            "notification-url": "https://packagist.org/downloads/",
561            "license": [
562                "LGPLv3"
563            ],
564            "authors": [
565                {
566                    "name": "Nicola Asuni",
567                    "email": "info@tecnick.com",
568                    "homepage": "http://nicolaasuni.tecnick.com"
569                }
570            ],
571            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
572            "homepage": "http://www.tcpdf.org/",
573            "keywords": [
574                "PDFD32000-2008",
575                "TCPDF",
576                "barcodes",
577                "datamatrix",
578                "pdf",
579                "pdf417",
580                "qrcode"
581            ],
582            "time": "2015-09-12 10:08:34"
583        }
584    ],
585    "packages-dev": [
586        {
587            "name": "doctrine/instantiator",
588            "version": "1.0.5",
589            "source": {
590                "type": "git",
591                "url": "https://github.com/doctrine/instantiator.git",
592                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
593            },
594            "dist": {
595                "type": "zip",
596                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
597                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
598                "shasum": ""
599            },
600            "require": {
601                "php": ">=5.3,<8.0-DEV"
602            },
603            "require-dev": {
604                "athletic/athletic": "~0.1.8",
605                "ext-pdo": "*",
606                "ext-phar": "*",
607                "phpunit/phpunit": "~4.0",
608                "squizlabs/php_codesniffer": "~2.0"
609            },
610            "type": "library",
611            "extra": {
612                "branch-alias": {
613                    "dev-master": "1.0.x-dev"
614                }
615            },
616            "autoload": {
617                "psr-4": {
618                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
619                }
620            },
621            "notification-url": "https://packagist.org/downloads/",
622            "license": [
623                "MIT"
624            ],
625            "authors": [
626                {
627                    "name": "Marco Pivetta",
628                    "email": "ocramius@gmail.com",
629                    "homepage": "http://ocramius.github.com/"
630                }
631            ],
632            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
633            "homepage": "https://github.com/doctrine/instantiator",
634            "keywords": [
635                "constructor",
636                "instantiate"
637            ],
638            "time": "2015-06-14 21:17:01"
639        },
640        {
641            "name": "guzzle/guzzle",
642            "version": "v3.9.3",
643            "source": {
644                "type": "git",
645                "url": "https://github.com/guzzle/guzzle3.git",
646                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
647            },
648            "dist": {
649                "type": "zip",
650                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
651                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
652                "shasum": ""
653            },
654            "require": {
655                "ext-curl": "*",
656                "php": ">=5.3.3",
657                "symfony/event-dispatcher": "~2.1"
658            },
659            "replace": {
660                "guzzle/batch": "self.version",
661                "guzzle/cache": "self.version",
662                "guzzle/common": "self.version",
663                "guzzle/http": "self.version",
664                "guzzle/inflection": "self.version",
665                "guzzle/iterator": "self.version",
666                "guzzle/log": "self.version",
667                "guzzle/parser": "self.version",
668                "guzzle/plugin": "self.version",
669                "guzzle/plugin-async": "self.version",
670                "guzzle/plugin-backoff": "self.version",
671                "guzzle/plugin-cache": "self.version",
672                "guzzle/plugin-cookie": "self.version",
673                "guzzle/plugin-curlauth": "self.version",
674                "guzzle/plugin-error-response": "self.version",
675                "guzzle/plugin-history": "self.version",
676                "guzzle/plugin-log": "self.version",
677                "guzzle/plugin-md5": "self.version",
678                "guzzle/plugin-mock": "self.version",
679                "guzzle/plugin-oauth": "self.version",
680                "guzzle/service": "self.version",
681                "guzzle/stream": "self.version"
682            },
683            "require-dev": {
684                "doctrine/cache": "~1.3",
685                "monolog/monolog": "~1.0",
686                "phpunit/phpunit": "3.7.*",
687                "psr/log": "~1.0",
688                "symfony/class-loader": "~2.1",
689                "zendframework/zend-cache": "2.*,<2.3",
690                "zendframework/zend-log": "2.*,<2.3"
691            },
692            "suggest": {
693                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
694            },
695            "type": "library",
696            "extra": {
697                "branch-alias": {
698                    "dev-master": "3.9-dev"
699                }
700            },
701            "autoload": {
702                "psr-0": {
703                    "Guzzle": "src/",
704                    "Guzzle\\Tests": "tests/"
705                }
706            },
707            "notification-url": "https://packagist.org/downloads/",
708            "license": [
709                "MIT"
710            ],
711            "authors": [
712                {
713                    "name": "Michael Dowling",
714                    "email": "mtdowling@gmail.com",
715                    "homepage": "https://github.com/mtdowling"
716                },
717                {
718                    "name": "Guzzle Community",
719                    "homepage": "https://github.com/guzzle/guzzle/contributors"
720                }
721            ],
722            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
723            "homepage": "http://guzzlephp.org/",
724            "keywords": [
725                "client",
726                "curl",
727                "framework",
728                "http",
729                "http client",
730                "rest",
731                "web service"
732            ],
733            "time": "2015-03-18 18:23:50"
734        },
735        {
736            "name": "hamcrest/hamcrest-php",
737            "version": "v1.2.2",
738            "source": {
739                "type": "git",
740                "url": "https://github.com/hamcrest/hamcrest-php.git",
741                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
742            },
743            "dist": {
744                "type": "zip",
745                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
746                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
747                "shasum": ""
748            },
749            "require": {
750                "php": ">=5.3.2"
751            },
752            "replace": {
753                "cordoval/hamcrest-php": "*",
754                "davedevelopment/hamcrest-php": "*",
755                "kodova/hamcrest-php": "*"
756            },
757            "require-dev": {
758                "phpunit/php-file-iterator": "1.3.3",
759                "satooshi/php-coveralls": "dev-master"
760            },
761            "type": "library",
762            "autoload": {
763                "classmap": [
764                    "hamcrest"
765                ],
766                "files": [
767                    "hamcrest/Hamcrest.php"
768                ]
769            },
770            "notification-url": "https://packagist.org/downloads/",
771            "license": [
772                "BSD"
773            ],
774            "description": "This is the PHP port of Hamcrest Matchers",
775            "keywords": [
776                "test"
777            ],
778            "time": "2015-05-11 14:41:42"
779        },
780        {
781            "name": "mockery/mockery",
782            "version": "0.9.4",
783            "source": {
784                "type": "git",
785                "url": "https://github.com/padraic/mockery.git",
786                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
787            },
788            "dist": {
789                "type": "zip",
790                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
791                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
792                "shasum": ""
793            },
794            "require": {
795                "hamcrest/hamcrest-php": "~1.1",
796                "lib-pcre": ">=7.0",
797                "php": ">=5.3.2"
798            },
799            "require-dev": {
800                "phpunit/phpunit": "~4.0"
801            },
802            "type": "library",
803            "extra": {
804                "branch-alias": {
805                    "dev-master": "0.9.x-dev"
806                }
807            },
808            "autoload": {
809                "psr-0": {
810                    "Mockery": "library/"
811                }
812            },
813            "notification-url": "https://packagist.org/downloads/",
814            "license": [
815                "BSD-3-Clause"
816            ],
817            "authors": [
818                {
819                    "name": "Pádraic Brady",
820                    "email": "padraic.brady@gmail.com",
821                    "homepage": "http://blog.astrumfutura.com"
822                },
823                {
824                    "name": "Dave Marshall",
825                    "email": "dave.marshall@atstsolutions.co.uk",
826                    "homepage": "http://davedevelopment.co.uk"
827                }
828            ],
829            "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.",
830            "homepage": "http://github.com/padraic/mockery",
831            "keywords": [
832                "BDD",
833                "TDD",
834                "library",
835                "mock",
836                "mock objects",
837                "mockery",
838                "stub",
839                "test",
840                "test double",
841                "testing"
842            ],
843            "time": "2015-04-02 19:54:00"
844        },
845        {
846            "name": "myclabs/deep-copy",
847            "version": "1.3.1",
848            "source": {
849                "type": "git",
850                "url": "https://github.com/myclabs/DeepCopy.git",
851                "reference": "95d662954e06000cdf63ec9c9f0a6c598d9c5eb9"
852            },
853            "dist": {
854                "type": "zip",
855                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/95d662954e06000cdf63ec9c9f0a6c598d9c5eb9",
856                "reference": "95d662954e06000cdf63ec9c9f0a6c598d9c5eb9",
857                "shasum": ""
858            },
859            "require": {
860                "php": ">=5.4.0"
861            },
862            "require-dev": {
863                "doctrine/collections": "1.*",
864                "phpunit/phpunit": "~4.1"
865            },
866            "type": "library",
867            "autoload": {
868                "psr-4": {
869                    "DeepCopy\\": "src/DeepCopy/"
870                }
871            },
872            "notification-url": "https://packagist.org/downloads/",
873            "license": [
874                "MIT"
875            ],
876            "description": "Create deep copies (clones) of your objects",
877            "homepage": "https://github.com/myclabs/DeepCopy",
878            "keywords": [
879                "clone",
880                "copy",
881                "duplicate",
882                "object",
883                "object graph"
884            ],
885            "time": "2015-07-19 19:57:13"
886        },
887        {
888            "name": "phpdocumentor/reflection-docblock",
889            "version": "2.0.4",
890            "source": {
891                "type": "git",
892                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
893                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
894            },
895            "dist": {
896                "type": "zip",
897                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
898                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
899                "shasum": ""
900            },
901            "require": {
902                "php": ">=5.3.3"
903            },
904            "require-dev": {
905                "phpunit/phpunit": "~4.0"
906            },
907            "suggest": {
908                "dflydev/markdown": "~1.0",
909                "erusev/parsedown": "~1.0"
910            },
911            "type": "library",
912            "extra": {
913                "branch-alias": {
914                    "dev-master": "2.0.x-dev"
915                }
916            },
917            "autoload": {
918                "psr-0": {
919                    "phpDocumentor": [
920                        "src/"
921                    ]
922                }
923            },
924            "notification-url": "https://packagist.org/downloads/",
925            "license": [
926                "MIT"
927            ],
928            "authors": [
929                {
930                    "name": "Mike van Riel",
931                    "email": "mike.vanriel@naenius.com"
932                }
933            ],
934            "time": "2015-02-03 12:10:50"
935        },
936        {
937            "name": "phpspec/prophecy",
938            "version": "v1.5.0",
939            "source": {
940                "type": "git",
941                "url": "https://github.com/phpspec/prophecy.git",
942                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
943            },
944            "dist": {
945                "type": "zip",
946                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
947                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
948                "shasum": ""
949            },
950            "require": {
951                "doctrine/instantiator": "^1.0.2",
952                "phpdocumentor/reflection-docblock": "~2.0",
953                "sebastian/comparator": "~1.1"
954            },
955            "require-dev": {
956                "phpspec/phpspec": "~2.0"
957            },
958            "type": "library",
959            "extra": {
960                "branch-alias": {
961                    "dev-master": "1.4.x-dev"
962                }
963            },
964            "autoload": {
965                "psr-0": {
966                    "Prophecy\\": "src/"
967                }
968            },
969            "notification-url": "https://packagist.org/downloads/",
970            "license": [
971                "MIT"
972            ],
973            "authors": [
974                {
975                    "name": "Konstantin Kudryashov",
976                    "email": "ever.zet@gmail.com",
977                    "homepage": "http://everzet.com"
978                },
979                {
980                    "name": "Marcello Duarte",
981                    "email": "marcello.duarte@gmail.com"
982                }
983            ],
984            "description": "Highly opinionated mocking framework for PHP 5.3+",
985            "homepage": "https://github.com/phpspec/prophecy",
986            "keywords": [
987                "Double",
988                "Dummy",
989                "fake",
990                "mock",
991                "spy",
992                "stub"
993            ],
994            "time": "2015-08-13 10:07:40"
995        },
996        {
997            "name": "phpunit/php-code-coverage",
998            "version": "3.0.0",
999            "source": {
1000                "type": "git",
1001                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1002                "reference": "86e0dafb0e6c5165cce7b3b6892807d07504baa0"
1003            },
1004            "dist": {
1005                "type": "zip",
1006                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/86e0dafb0e6c5165cce7b3b6892807d07504baa0",
1007                "reference": "86e0dafb0e6c5165cce7b3b6892807d07504baa0",
1008                "shasum": ""
1009            },
1010            "require": {
1011                "php": ">=5.6",
1012                "phpunit/php-file-iterator": "~1.3",
1013                "phpunit/php-text-template": "~1.2",
1014                "phpunit/php-token-stream": "~1.3",
1015                "sebastian/environment": "^1.3.2",
1016                "sebastian/version": "~1.0"
1017            },
1018            "require-dev": {
1019                "ext-xdebug": ">=2.1.4",
1020                "phpunit/phpunit": "~5"
1021            },
1022            "suggest": {
1023                "ext-dom": "*",
1024                "ext-xdebug": ">=2.2.1",
1025                "ext-xmlwriter": "*"
1026            },
1027            "type": "library",
1028            "extra": {
1029                "branch-alias": {
1030                    "dev-master": "3.0.x-dev"
1031                }
1032            },
1033            "autoload": {
1034                "classmap": [
1035                    "src/"
1036                ]
1037            },
1038            "notification-url": "https://packagist.org/downloads/",
1039            "license": [
1040                "BSD-3-Clause"
1041            ],
1042            "authors": [
1043                {
1044                    "name": "Sebastian Bergmann",
1045                    "email": "sb@sebastian-bergmann.de",
1046                    "role": "lead"
1047                }
1048            ],
1049            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1050            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1051            "keywords": [
1052                "coverage",
1053                "testing",
1054                "xunit"
1055            ],
1056            "time": "2015-10-01 06:48:20"
1057        },
1058        {
1059            "name": "phpunit/php-file-iterator",
1060            "version": "1.4.1",
1061            "source": {
1062                "type": "git",
1063                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1064                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1065            },
1066            "dist": {
1067                "type": "zip",
1068                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1069                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1070                "shasum": ""
1071            },
1072            "require": {
1073                "php": ">=5.3.3"
1074            },
1075            "type": "library",
1076            "extra": {
1077                "branch-alias": {
1078                    "dev-master": "1.4.x-dev"
1079                }
1080            },
1081            "autoload": {
1082                "classmap": [
1083                    "src/"
1084                ]
1085            },
1086            "notification-url": "https://packagist.org/downloads/",
1087            "license": [
1088                "BSD-3-Clause"
1089            ],
1090            "authors": [
1091                {
1092                    "name": "Sebastian Bergmann",
1093                    "email": "sb@sebastian-bergmann.de",
1094                    "role": "lead"
1095                }
1096            ],
1097            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1098            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1099            "keywords": [
1100                "filesystem",
1101                "iterator"
1102            ],
1103            "time": "2015-06-21 13:08:43"
1104        },
1105        {
1106            "name": "phpunit/php-text-template",
1107            "version": "1.2.1",
1108            "source": {
1109                "type": "git",
1110                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1111                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1112            },
1113            "dist": {
1114                "type": "zip",
1115                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1116                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1117                "shasum": ""
1118            },
1119            "require": {
1120                "php": ">=5.3.3"
1121            },
1122            "type": "library",
1123            "autoload": {
1124                "classmap": [
1125                    "src/"
1126                ]
1127            },
1128            "notification-url": "https://packagist.org/downloads/",
1129            "license": [
1130                "BSD-3-Clause"
1131            ],
1132            "authors": [
1133                {
1134                    "name": "Sebastian Bergmann",
1135                    "email": "sebastian@phpunit.de",
1136                    "role": "lead"
1137                }
1138            ],
1139            "description": "Simple template engine.",
1140            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1141            "keywords": [
1142                "template"
1143            ],
1144            "time": "2015-06-21 13:50:34"
1145        },
1146        {
1147            "name": "phpunit/php-timer",
1148            "version": "1.0.7",
1149            "source": {
1150                "type": "git",
1151                "url": "https://github.com/sebastianbergmann/php-timer.git",
1152                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
1153            },
1154            "dist": {
1155                "type": "zip",
1156                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1157                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1158                "shasum": ""
1159            },
1160            "require": {
1161                "php": ">=5.3.3"
1162            },
1163            "type": "library",
1164            "autoload": {
1165                "classmap": [
1166                    "src/"
1167                ]
1168            },
1169            "notification-url": "https://packagist.org/downloads/",
1170            "license": [
1171                "BSD-3-Clause"
1172            ],
1173            "authors": [
1174                {
1175                    "name": "Sebastian Bergmann",
1176                    "email": "sb@sebastian-bergmann.de",
1177                    "role": "lead"
1178                }
1179            ],
1180            "description": "Utility class for timing",
1181            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1182            "keywords": [
1183                "timer"
1184            ],
1185            "time": "2015-06-21 08:01:12"
1186        },
1187        {
1188            "name": "phpunit/php-token-stream",
1189            "version": "1.4.8",
1190            "source": {
1191                "type": "git",
1192                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1193                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1194            },
1195            "dist": {
1196                "type": "zip",
1197                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1198                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1199                "shasum": ""
1200            },
1201            "require": {
1202                "ext-tokenizer": "*",
1203                "php": ">=5.3.3"
1204            },
1205            "require-dev": {
1206                "phpunit/phpunit": "~4.2"
1207            },
1208            "type": "library",
1209            "extra": {
1210                "branch-alias": {
1211                    "dev-master": "1.4-dev"
1212                }
1213            },
1214            "autoload": {
1215                "classmap": [
1216                    "src/"
1217                ]
1218            },
1219            "notification-url": "https://packagist.org/downloads/",
1220            "license": [
1221                "BSD-3-Clause"
1222            ],
1223            "authors": [
1224                {
1225                    "name": "Sebastian Bergmann",
1226                    "email": "sebastian@phpunit.de"
1227                }
1228            ],
1229            "description": "Wrapper around PHP's tokenizer extension.",
1230            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1231            "keywords": [
1232                "tokenizer"
1233            ],
1234            "time": "2015-09-15 10:49:45"
1235        },
1236        {
1237            "name": "phpunit/phpunit",
1238            "version": "5.0.3",
1239            "source": {
1240                "type": "git",
1241                "url": "https://github.com/sebastianbergmann/phpunit.git",
1242                "reference": "dfba490b017ca629940ed4301922ad8843f0abd0"
1243            },
1244            "dist": {
1245                "type": "zip",
1246                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dfba490b017ca629940ed4301922ad8843f0abd0",
1247                "reference": "dfba490b017ca629940ed4301922ad8843f0abd0",
1248                "shasum": ""
1249            },
1250            "require": {
1251                "ext-dom": "*",
1252                "ext-json": "*",
1253                "ext-pcre": "*",
1254                "ext-reflection": "*",
1255                "ext-spl": "*",
1256                "myclabs/deep-copy": "~1.3",
1257                "php": ">=5.6",
1258                "phpspec/prophecy": "^1.3.1",
1259                "phpunit/php-code-coverage": "~3.0",
1260                "phpunit/php-file-iterator": "~1.4",
1261                "phpunit/php-text-template": "~1.2",
1262                "phpunit/php-timer": ">=1.0.6",
1263                "phpunit/phpunit-mock-objects": ">=3.0",
1264                "sebastian/comparator": "~1.1",
1265                "sebastian/diff": "~1.2",
1266                "sebastian/environment": "~1.3",
1267                "sebastian/exporter": "~1.2",
1268                "sebastian/global-state": "~1.0",
1269                "sebastian/resource-operations": "~1.0",
1270                "sebastian/version": "~1.0",
1271                "symfony/yaml": "~2.1|~3.0"
1272            },
1273            "suggest": {
1274                "phpunit/php-invoker": "~1.1"
1275            },
1276            "bin": [
1277                "phpunit"
1278            ],
1279            "type": "library",
1280            "extra": {
1281                "branch-alias": {
1282                    "dev-master": "5.0.x-dev"
1283                }
1284            },
1285            "autoload": {
1286                "classmap": [
1287                    "src/"
1288                ]
1289            },
1290            "notification-url": "https://packagist.org/downloads/",
1291            "license": [
1292                "BSD-3-Clause"
1293            ],
1294            "authors": [
1295                {
1296                    "name": "Sebastian Bergmann",
1297                    "email": "sebastian@phpunit.de",
1298                    "role": "lead"
1299                }
1300            ],
1301            "description": "The PHP Unit Testing framework.",
1302            "homepage": "https://phpunit.de/",
1303            "keywords": [
1304                "phpunit",
1305                "testing",
1306                "xunit"
1307            ],
1308            "time": "2015-10-02 12:56:15"
1309        },
1310        {
1311            "name": "phpunit/phpunit-mock-objects",
1312            "version": "3.0.0",
1313            "source": {
1314                "type": "git",
1315                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1316                "reference": "b66bfd55201aa33e8096d8c9bcb762361521c301"
1317            },
1318            "dist": {
1319                "type": "zip",
1320                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b66bfd55201aa33e8096d8c9bcb762361521c301",
1321                "reference": "b66bfd55201aa33e8096d8c9bcb762361521c301",
1322                "shasum": ""
1323            },
1324            "require": {
1325                "doctrine/instantiator": "^1.0.2",
1326                "php": ">=5.6",
1327                "phpunit/php-text-template": "~1.2",
1328                "sebastian/exporter": "~1.2"
1329            },
1330            "require-dev": {
1331                "phpunit/phpunit": "~5"
1332            },
1333            "suggest": {
1334                "ext-soap": "*"
1335            },
1336            "type": "library",
1337            "extra": {
1338                "branch-alias": {
1339                    "dev-master": "3.0.x-dev"
1340                }
1341            },
1342            "autoload": {
1343                "classmap": [
1344                    "src/"
1345                ]
1346            },
1347            "notification-url": "https://packagist.org/downloads/",
1348            "license": [
1349                "BSD-3-Clause"
1350            ],
1351            "authors": [
1352                {
1353                    "name": "Sebastian Bergmann",
1354                    "email": "sb@sebastian-bergmann.de",
1355                    "role": "lead"
1356                }
1357            ],
1358            "description": "Mock Object library for PHPUnit",
1359            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1360            "keywords": [
1361                "mock",
1362                "xunit"
1363            ],
1364            "time": "2015-10-01 06:43:55"
1365        },
1366        {
1367            "name": "psr/log",
1368            "version": "1.0.0",
1369            "source": {
1370                "type": "git",
1371                "url": "https://github.com/php-fig/log.git",
1372                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1373            },
1374            "dist": {
1375                "type": "zip",
1376                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1377                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1378                "shasum": ""
1379            },
1380            "type": "library",
1381            "autoload": {
1382                "psr-0": {
1383                    "Psr\\Log\\": ""
1384                }
1385            },
1386            "notification-url": "https://packagist.org/downloads/",
1387            "license": [
1388                "MIT"
1389            ],
1390            "authors": [
1391                {
1392                    "name": "PHP-FIG",
1393                    "homepage": "http://www.php-fig.org/"
1394                }
1395            ],
1396            "description": "Common interface for logging libraries",
1397            "keywords": [
1398                "log",
1399                "psr",
1400                "psr-3"
1401            ],
1402            "time": "2012-12-21 11:40:51"
1403        },
1404        {
1405            "name": "satooshi/php-coveralls",
1406            "version": "dev-master",
1407            "source": {
1408                "type": "git",
1409                "url": "https://github.com/satooshi/php-coveralls.git",
1410                "reference": "2fbf803803d179ab1082807308a67bbd5a760c70"
1411            },
1412            "dist": {
1413                "type": "zip",
1414                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/2fbf803803d179ab1082807308a67bbd5a760c70",
1415                "reference": "2fbf803803d179ab1082807308a67bbd5a760c70",
1416                "shasum": ""
1417            },
1418            "require": {
1419                "ext-json": "*",
1420                "ext-simplexml": "*",
1421                "guzzle/guzzle": ">=2.7",
1422                "php": ">=5.3",
1423                "psr/log": "1.0.0",
1424                "symfony/config": ">=2.0",
1425                "symfony/console": ">=2.0",
1426                "symfony/stopwatch": ">=2.2",
1427                "symfony/yaml": ">=2.0"
1428            },
1429            "require-dev": {
1430                "apigen/apigen": "2.8.*@stable",
1431                "pdepend/pdepend": "dev-master as 2.0.0",
1432                "phpmd/phpmd": "dev-master",
1433                "phpunit/php-invoker": ">=1.1.0,<1.2.0",
1434                "phpunit/phpunit": "3.7.*@stable",
1435                "sebastian/finder-facade": "dev-master",
1436                "sebastian/phpcpd": "1.4.*@stable",
1437                "squizlabs/php_codesniffer": "1.4.*@stable",
1438                "theseer/fdomdocument": "dev-master"
1439            },
1440            "suggest": {
1441                "symfony/http-kernel": "Allows Symfony integration"
1442            },
1443            "bin": [
1444                "composer/bin/coveralls"
1445            ],
1446            "type": "library",
1447            "extra": {
1448                "branch-alias": {
1449                    "dev-master": "0.7-dev"
1450                }
1451            },
1452            "autoload": {
1453                "psr-0": {
1454                    "Satooshi\\Component": "src/",
1455                    "Satooshi\\Bundle": "src/"
1456                }
1457            },
1458            "notification-url": "https://packagist.org/downloads/",
1459            "license": [
1460                "MIT"
1461            ],
1462            "authors": [
1463                {
1464                    "name": "Kitamura Satoshi",
1465                    "email": "with.no.parachute@gmail.com",
1466                    "homepage": "https://www.facebook.com/satooshi.jp"
1467                }
1468            ],
1469            "description": "PHP client library for Coveralls API",
1470            "homepage": "https://github.com/satooshi/php-coveralls",
1471            "keywords": [
1472                "ci",
1473                "coverage",
1474                "github",
1475                "test"
1476            ],
1477            "time": "2014-11-11 15:35:34"
1478        },
1479        {
1480            "name": "sebastian/comparator",
1481            "version": "1.2.0",
1482            "source": {
1483                "type": "git",
1484                "url": "https://github.com/sebastianbergmann/comparator.git",
1485                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1486            },
1487            "dist": {
1488                "type": "zip",
1489                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1490                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1491                "shasum": ""
1492            },
1493            "require": {
1494                "php": ">=5.3.3",
1495                "sebastian/diff": "~1.2",
1496                "sebastian/exporter": "~1.2"
1497            },
1498            "require-dev": {
1499                "phpunit/phpunit": "~4.4"
1500            },
1501            "type": "library",
1502            "extra": {
1503                "branch-alias": {
1504                    "dev-master": "1.2.x-dev"
1505                }
1506            },
1507            "autoload": {
1508                "classmap": [
1509                    "src/"
1510                ]
1511            },
1512            "notification-url": "https://packagist.org/downloads/",
1513            "license": [
1514                "BSD-3-Clause"
1515            ],
1516            "authors": [
1517                {
1518                    "name": "Jeff Welch",
1519                    "email": "whatthejeff@gmail.com"
1520                },
1521                {
1522                    "name": "Volker Dusch",
1523                    "email": "github@wallbash.com"
1524                },
1525                {
1526                    "name": "Bernhard Schussek",
1527                    "email": "bschussek@2bepublished.at"
1528                },
1529                {
1530                    "name": "Sebastian Bergmann",
1531                    "email": "sebastian@phpunit.de"
1532                }
1533            ],
1534            "description": "Provides the functionality to compare PHP values for equality",
1535            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1536            "keywords": [
1537                "comparator",
1538                "compare",
1539                "equality"
1540            ],
1541            "time": "2015-07-26 15:48:44"
1542        },
1543        {
1544            "name": "sebastian/diff",
1545            "version": "1.3.0",
1546            "source": {
1547                "type": "git",
1548                "url": "https://github.com/sebastianbergmann/diff.git",
1549                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
1550            },
1551            "dist": {
1552                "type": "zip",
1553                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
1554                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
1555                "shasum": ""
1556            },
1557            "require": {
1558                "php": ">=5.3.3"
1559            },
1560            "require-dev": {
1561                "phpunit/phpunit": "~4.2"
1562            },
1563            "type": "library",
1564            "extra": {
1565                "branch-alias": {
1566                    "dev-master": "1.3-dev"
1567                }
1568            },
1569            "autoload": {
1570                "classmap": [
1571                    "src/"
1572                ]
1573            },
1574            "notification-url": "https://packagist.org/downloads/",
1575            "license": [
1576                "BSD-3-Clause"
1577            ],
1578            "authors": [
1579                {
1580                    "name": "Kore Nordmann",
1581                    "email": "mail@kore-nordmann.de"
1582                },
1583                {
1584                    "name": "Sebastian Bergmann",
1585                    "email": "sebastian@phpunit.de"
1586                }
1587            ],
1588            "description": "Diff implementation",
1589            "homepage": "http://www.github.com/sebastianbergmann/diff",
1590            "keywords": [
1591                "diff"
1592            ],
1593            "time": "2015-02-22 15:13:53"
1594        },
1595        {
1596            "name": "sebastian/environment",
1597            "version": "1.3.2",
1598            "source": {
1599                "type": "git",
1600                "url": "https://github.com/sebastianbergmann/environment.git",
1601                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
1602            },
1603            "dist": {
1604                "type": "zip",
1605                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
1606                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
1607                "shasum": ""
1608            },
1609            "require": {
1610                "php": ">=5.3.3"
1611            },
1612            "require-dev": {
1613                "phpunit/phpunit": "~4.4"
1614            },
1615            "type": "library",
1616            "extra": {
1617                "branch-alias": {
1618                    "dev-master": "1.3.x-dev"
1619                }
1620            },
1621            "autoload": {
1622                "classmap": [
1623                    "src/"
1624                ]
1625            },
1626            "notification-url": "https://packagist.org/downloads/",
1627            "license": [
1628                "BSD-3-Clause"
1629            ],
1630            "authors": [
1631                {
1632                    "name": "Sebastian Bergmann",
1633                    "email": "sebastian@phpunit.de"
1634                }
1635            ],
1636            "description": "Provides functionality to handle HHVM/PHP environments",
1637            "homepage": "http://www.github.com/sebastianbergmann/environment",
1638            "keywords": [
1639                "Xdebug",
1640                "environment",
1641                "hhvm"
1642            ],
1643            "time": "2015-08-03 06:14:51"
1644        },
1645        {
1646            "name": "sebastian/exporter",
1647            "version": "1.2.1",
1648            "source": {
1649                "type": "git",
1650                "url": "https://github.com/sebastianbergmann/exporter.git",
1651                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1652            },
1653            "dist": {
1654                "type": "zip",
1655                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1656                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1657                "shasum": ""
1658            },
1659            "require": {
1660                "php": ">=5.3.3",
1661                "sebastian/recursion-context": "~1.0"
1662            },
1663            "require-dev": {
1664                "phpunit/phpunit": "~4.4"
1665            },
1666            "type": "library",
1667            "extra": {
1668                "branch-alias": {
1669                    "dev-master": "1.2.x-dev"
1670                }
1671            },
1672            "autoload": {
1673                "classmap": [
1674                    "src/"
1675                ]
1676            },
1677            "notification-url": "https://packagist.org/downloads/",
1678            "license": [
1679                "BSD-3-Clause"
1680            ],
1681            "authors": [
1682                {
1683                    "name": "Jeff Welch",
1684                    "email": "whatthejeff@gmail.com"
1685                },
1686                {
1687                    "name": "Volker Dusch",
1688                    "email": "github@wallbash.com"
1689                },
1690                {
1691                    "name": "Bernhard Schussek",
1692                    "email": "bschussek@2bepublished.at"
1693                },
1694                {
1695                    "name": "Sebastian Bergmann",
1696                    "email": "sebastian@phpunit.de"
1697                },
1698                {
1699                    "name": "Adam Harvey",
1700                    "email": "aharvey@php.net"
1701                }
1702            ],
1703            "description": "Provides the functionality to export PHP variables for visualization",
1704            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1705            "keywords": [
1706                "export",
1707                "exporter"
1708            ],
1709            "time": "2015-06-21 07:55:53"
1710        },
1711        {
1712            "name": "sebastian/global-state",
1713            "version": "1.0.0",
1714            "source": {
1715                "type": "git",
1716                "url": "https://github.com/sebastianbergmann/global-state.git",
1717                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1718            },
1719            "dist": {
1720                "type": "zip",
1721                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1722                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1723                "shasum": ""
1724            },
1725            "require": {
1726                "php": ">=5.3.3"
1727            },
1728            "require-dev": {
1729                "phpunit/phpunit": "~4.2"
1730            },
1731            "suggest": {
1732                "ext-uopz": "*"
1733            },
1734            "type": "library",
1735            "extra": {
1736                "branch-alias": {
1737                    "dev-master": "1.0-dev"
1738                }
1739            },
1740            "autoload": {
1741                "classmap": [
1742                    "src/"
1743                ]
1744            },
1745            "notification-url": "https://packagist.org/downloads/",
1746            "license": [
1747                "BSD-3-Clause"
1748            ],
1749            "authors": [
1750                {
1751                    "name": "Sebastian Bergmann",
1752                    "email": "sebastian@phpunit.de"
1753                }
1754            ],
1755            "description": "Snapshotting of global state",
1756            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1757            "keywords": [
1758                "global state"
1759            ],
1760            "time": "2014-10-06 09:23:50"
1761        },
1762        {
1763            "name": "sebastian/recursion-context",
1764            "version": "1.0.1",
1765            "source": {
1766                "type": "git",
1767                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1768                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
1769            },
1770            "dist": {
1771                "type": "zip",
1772                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
1773                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
1774                "shasum": ""
1775            },
1776            "require": {
1777                "php": ">=5.3.3"
1778            },
1779            "require-dev": {
1780                "phpunit/phpunit": "~4.4"
1781            },
1782            "type": "library",
1783            "extra": {
1784                "branch-alias": {
1785                    "dev-master": "1.0.x-dev"
1786                }
1787            },
1788            "autoload": {
1789                "classmap": [
1790                    "src/"
1791                ]
1792            },
1793            "notification-url": "https://packagist.org/downloads/",
1794            "license": [
1795                "BSD-3-Clause"
1796            ],
1797            "authors": [
1798                {
1799                    "name": "Jeff Welch",
1800                    "email": "whatthejeff@gmail.com"
1801                },
1802                {
1803                    "name": "Sebastian Bergmann",
1804                    "email": "sebastian@phpunit.de"
1805                },
1806                {
1807                    "name": "Adam Harvey",
1808                    "email": "aharvey@php.net"
1809                }
1810            ],
1811            "description": "Provides functionality to recursively process PHP variables",
1812            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1813            "time": "2015-06-21 08:04:50"
1814        },
1815        {
1816            "name": "sebastian/resource-operations",
1817            "version": "1.0.0",
1818            "source": {
1819                "type": "git",
1820                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1821                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1822            },
1823            "dist": {
1824                "type": "zip",
1825                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1826                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1827                "shasum": ""
1828            },
1829            "require": {
1830                "php": ">=5.6.0"
1831            },
1832            "type": "library",
1833            "extra": {
1834                "branch-alias": {
1835                    "dev-master": "1.0.x-dev"
1836                }
1837            },
1838            "autoload": {
1839                "classmap": [
1840                    "src/"
1841                ]
1842            },
1843            "notification-url": "https://packagist.org/downloads/",
1844            "license": [
1845                "BSD-3-Clause"
1846            ],
1847            "authors": [
1848                {
1849                    "name": "Sebastian Bergmann",
1850                    "email": "sebastian@phpunit.de"
1851                }
1852            ],
1853            "description": "Provides a list of PHP built-in functions that operate on resources",
1854            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1855            "time": "2015-07-28 20:34:47"
1856        },
1857        {
1858            "name": "sebastian/version",
1859            "version": "1.0.6",
1860            "source": {
1861                "type": "git",
1862                "url": "https://github.com/sebastianbergmann/version.git",
1863                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1864            },
1865            "dist": {
1866                "type": "zip",
1867                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1868                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1869                "shasum": ""
1870            },
1871            "type": "library",
1872            "autoload": {
1873                "classmap": [
1874                    "src/"
1875                ]
1876            },
1877            "notification-url": "https://packagist.org/downloads/",
1878            "license": [
1879                "BSD-3-Clause"
1880            ],
1881            "authors": [
1882                {
1883                    "name": "Sebastian Bergmann",
1884                    "email": "sebastian@phpunit.de",
1885                    "role": "lead"
1886                }
1887            ],
1888            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1889            "homepage": "https://github.com/sebastianbergmann/version",
1890            "time": "2015-06-21 13:59:46"
1891        },
1892        {
1893            "name": "symfony/config",
1894            "version": "v2.7.5",
1895            "source": {
1896                "type": "git",
1897                "url": "https://github.com/symfony/config.git",
1898                "reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61"
1899            },
1900            "dist": {
1901                "type": "zip",
1902                "url": "https://api.github.com/repos/symfony/config/zipball/9698fdf0a750d6887d5e7729d5cf099765b20e61",
1903                "reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61",
1904                "shasum": ""
1905            },
1906            "require": {
1907                "php": ">=5.3.9",
1908                "symfony/filesystem": "~2.3"
1909            },
1910            "require-dev": {
1911                "symfony/phpunit-bridge": "~2.7"
1912            },
1913            "type": "library",
1914            "extra": {
1915                "branch-alias": {
1916                    "dev-master": "2.7-dev"
1917                }
1918            },
1919            "autoload": {
1920                "psr-4": {
1921                    "Symfony\\Component\\Config\\": ""
1922                }
1923            },
1924            "notification-url": "https://packagist.org/downloads/",
1925            "license": [
1926                "MIT"
1927            ],
1928            "authors": [
1929                {
1930                    "name": "Fabien Potencier",
1931                    "email": "fabien@symfony.com"
1932                },
1933                {
1934                    "name": "Symfony Community",
1935                    "homepage": "https://symfony.com/contributors"
1936                }
1937            ],
1938            "description": "Symfony Config Component",
1939            "homepage": "https://symfony.com",
1940            "time": "2015-09-21 15:02:29"
1941        },
1942        {
1943            "name": "symfony/console",
1944            "version": "v2.7.5",
1945            "source": {
1946                "type": "git",
1947                "url": "https://github.com/symfony/console.git",
1948                "reference": "06cb17c013a82f94a3d840682b49425cd00a2161"
1949            },
1950            "dist": {
1951                "type": "zip",
1952                "url": "https://api.github.com/repos/symfony/console/zipball/06cb17c013a82f94a3d840682b49425cd00a2161",
1953                "reference": "06cb17c013a82f94a3d840682b49425cd00a2161",
1954                "shasum": ""
1955            },
1956            "require": {
1957                "php": ">=5.3.9"
1958            },
1959            "require-dev": {
1960                "psr/log": "~1.0",
1961                "symfony/event-dispatcher": "~2.1",
1962                "symfony/phpunit-bridge": "~2.7",
1963                "symfony/process": "~2.1"
1964            },
1965            "suggest": {
1966                "psr/log": "For using the console logger",
1967                "symfony/event-dispatcher": "",
1968                "symfony/process": ""
1969            },
1970            "type": "library",
1971            "extra": {
1972                "branch-alias": {
1973                    "dev-master": "2.7-dev"
1974                }
1975            },
1976            "autoload": {
1977                "psr-4": {
1978                    "Symfony\\Component\\Console\\": ""
1979                }
1980            },
1981            "notification-url": "https://packagist.org/downloads/",
1982            "license": [
1983                "MIT"
1984            ],
1985            "authors": [
1986                {
1987                    "name": "Fabien Potencier",
1988                    "email": "fabien@symfony.com"
1989                },
1990                {
1991                    "name": "Symfony Community",
1992                    "homepage": "https://symfony.com/contributors"
1993                }
1994            ],
1995            "description": "Symfony Console Component",
1996            "homepage": "https://symfony.com",
1997            "time": "2015-09-25 08:32:23"
1998        },
1999        {
2000            "name": "symfony/event-dispatcher",
2001            "version": "v2.7.5",
2002            "source": {
2003                "type": "git",
2004                "url": "https://github.com/symfony/event-dispatcher.git",
2005                "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9"
2006            },
2007            "dist": {
2008                "type": "zip",
2009                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae4dcc2a8d3de98bd794167a3ccda1311597c5d9",
2010                "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9",
2011                "shasum": ""
2012            },
2013            "require": {
2014                "php": ">=5.3.9"
2015            },
2016            "require-dev": {
2017                "psr/log": "~1.0",
2018                "symfony/config": "~2.0,>=2.0.5",
2019                "symfony/dependency-injection": "~2.6",
2020                "symfony/expression-language": "~2.6",
2021                "symfony/phpunit-bridge": "~2.7",
2022                "symfony/stopwatch": "~2.3"
2023            },
2024            "suggest": {
2025                "symfony/dependency-injection": "",
2026                "symfony/http-kernel": ""
2027            },
2028            "type": "library",
2029            "extra": {
2030                "branch-alias": {
2031                    "dev-master": "2.7-dev"
2032                }
2033            },
2034            "autoload": {
2035                "psr-4": {
2036                    "Symfony\\Component\\EventDispatcher\\": ""
2037                }
2038            },
2039            "notification-url": "https://packagist.org/downloads/",
2040            "license": [
2041                "MIT"
2042            ],
2043            "authors": [
2044                {
2045                    "name": "Fabien Potencier",
2046                    "email": "fabien@symfony.com"
2047                },
2048                {
2049                    "name": "Symfony Community",
2050                    "homepage": "https://symfony.com/contributors"
2051                }
2052            ],
2053            "description": "Symfony EventDispatcher Component",
2054            "homepage": "https://symfony.com",
2055            "time": "2015-09-22 13:49:29"
2056        },
2057        {
2058            "name": "symfony/filesystem",
2059            "version": "v2.7.5",
2060            "source": {
2061                "type": "git",
2062                "url": "https://github.com/symfony/filesystem.git",
2063                "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab"
2064            },
2065            "dist": {
2066                "type": "zip",
2067                "url": "https://api.github.com/repos/symfony/filesystem/zipball/a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
2068                "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
2069                "shasum": ""
2070            },
2071            "require": {
2072                "php": ">=5.3.9"
2073            },
2074            "require-dev": {
2075                "symfony/phpunit-bridge": "~2.7"
2076            },
2077            "type": "library",
2078            "extra": {
2079                "branch-alias": {
2080                    "dev-master": "2.7-dev"
2081                }
2082            },
2083            "autoload": {
2084                "psr-4": {
2085                    "Symfony\\Component\\Filesystem\\": ""
2086                }
2087            },
2088            "notification-url": "https://packagist.org/downloads/",
2089            "license": [
2090                "MIT"
2091            ],
2092            "authors": [
2093                {
2094                    "name": "Fabien Potencier",
2095                    "email": "fabien@symfony.com"
2096                },
2097                {
2098                    "name": "Symfony Community",
2099                    "homepage": "https://symfony.com/contributors"
2100                }
2101            ],
2102            "description": "Symfony Filesystem Component",
2103            "homepage": "https://symfony.com",
2104            "time": "2015-09-09 17:42:36"
2105        },
2106        {
2107            "name": "symfony/stopwatch",
2108            "version": "v2.7.5",
2109            "source": {
2110                "type": "git",
2111                "url": "https://github.com/symfony/stopwatch.git",
2112                "reference": "08dd97b3f22ab9ee658cd16e6758f8c3c404336e"
2113            },
2114            "dist": {
2115                "type": "zip",
2116                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/08dd97b3f22ab9ee658cd16e6758f8c3c404336e",
2117                "reference": "08dd97b3f22ab9ee658cd16e6758f8c3c404336e",
2118                "shasum": ""
2119            },
2120            "require": {
2121                "php": ">=5.3.9"
2122            },
2123            "require-dev": {
2124                "symfony/phpunit-bridge": "~2.7"
2125            },
2126            "type": "library",
2127            "extra": {
2128                "branch-alias": {
2129                    "dev-master": "2.7-dev"
2130                }
2131            },
2132            "autoload": {
2133                "psr-4": {
2134                    "Symfony\\Component\\Stopwatch\\": ""
2135                }
2136            },
2137            "notification-url": "https://packagist.org/downloads/",
2138            "license": [
2139                "MIT"
2140            ],
2141            "authors": [
2142                {
2143                    "name": "Fabien Potencier",
2144                    "email": "fabien@symfony.com"
2145                },
2146                {
2147                    "name": "Symfony Community",
2148                    "homepage": "https://symfony.com/contributors"
2149                }
2150            ],
2151            "description": "Symfony Stopwatch Component",
2152            "homepage": "https://symfony.com",
2153            "time": "2015-09-22 13:49:29"
2154        },
2155        {
2156            "name": "symfony/yaml",
2157            "version": "v2.7.5",
2158            "source": {
2159                "type": "git",
2160                "url": "https://github.com/symfony/yaml.git",
2161                "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770"
2162            },
2163            "dist": {
2164                "type": "zip",
2165                "url": "https://api.github.com/repos/symfony/yaml/zipball/31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
2166                "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
2167                "shasum": ""
2168            },
2169            "require": {
2170                "php": ">=5.3.9"
2171            },
2172            "require-dev": {
2173                "symfony/phpunit-bridge": "~2.7"
2174            },
2175            "type": "library",
2176            "extra": {
2177                "branch-alias": {
2178                    "dev-master": "2.7-dev"
2179                }
2180            },
2181            "autoload": {
2182                "psr-4": {
2183                    "Symfony\\Component\\Yaml\\": ""
2184                }
2185            },
2186            "notification-url": "https://packagist.org/downloads/",
2187            "license": [
2188                "MIT"
2189            ],
2190            "authors": [
2191                {
2192                    "name": "Fabien Potencier",
2193                    "email": "fabien@symfony.com"
2194                },
2195                {
2196                    "name": "Symfony Community",
2197                    "homepage": "https://symfony.com/contributors"
2198                }
2199            ],
2200            "description": "Symfony Yaml Component",
2201            "homepage": "https://symfony.com",
2202            "time": "2015-09-14 14:14:09"
2203        }
2204    ],
2205    "aliases": [],
2206    "minimum-stability": "stable",
2207    "stability-flags": {
2208        "satooshi/php-coveralls": 20
2209    },
2210    "prefer-stable": false,
2211    "prefer-lowest": false,
2212    "platform": [],
2213    "platform-dev": []
2214}
2215