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