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