xref: /webtrees/composer.lock (revision ce92b752bc949d88e324abf0e2284c2bcf2ded7c)
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.2.0",
57            "source": {
58                "type": "git",
59                "url": "https://github.com/fisharebest/algorithm.git",
60                "reference": "b4c29c542147871088fd656e126f8a360a7b54a3"
61            },
62            "dist": {
63                "type": "zip",
64                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/b4c29c542147871088fd656e126f8a360a7b54a3",
65                "reference": "b4c29c542147871088fd656e126f8a360a7b54a3",
66                "shasum": ""
67            },
68            "require": {
69                "php": ">=5.3.0"
70            },
71            "require-dev": {
72                "phpunit/phpunit": "*",
73                "satooshi/php-coveralls": "*"
74            },
75            "type": "library",
76            "autoload": {
77                "psr-4": {
78                    "Fisharebest\\Algorithm\\": "src/"
79                }
80            },
81            "notification-url": "https://packagist.org/downloads/",
82            "license": [
83                "GPL-3.0+"
84            ],
85            "authors": [
86                {
87                    "name": "Greg Roach",
88                    "email": "greg@subaqua.co.uk",
89                    "role": "Developer"
90                }
91            ],
92            "description": "Implementation of standard algorithms in PHP.",
93            "homepage": "https://github.com/fisharebest/algorithm",
94            "keywords": [
95                "Algorithm",
96                "diff",
97                "dijkstra",
98                "myers"
99            ],
100            "time": "2016-11-07 19:57:11"
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.7.0",
362            "source": {
363                "type": "git",
364                "url": "https://github.com/michelf/php-markdown.git",
365                "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
366            },
367            "dist": {
368                "type": "zip",
369                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
370                "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
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": "2016-10-29 18:58:20"
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.13",
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.3",
1783            "source": {
1784                "type": "git",
1785                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1786                "reference": "78a820c16d13f593303511461eefa939502fb2de"
1787            },
1788            "dist": {
1789                "type": "zip",
1790                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/78a820c16d13f593303511461eefa939502fb2de",
1791                "reference": "78a820c16d13f593303511461eefa939502fb2de",
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-10-30 12:07:10"
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.2",
3406            "source": {
3407                "type": "git",
3408                "url": "https://github.com/php-fig/log.git",
3409                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3410            },
3411            "dist": {
3412                "type": "zip",
3413                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3414                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3415                "shasum": ""
3416            },
3417            "require": {
3418                "php": ">=5.3.0"
3419            },
3420            "type": "library",
3421            "extra": {
3422                "branch-alias": {
3423                    "dev-master": "1.0.x-dev"
3424                }
3425            },
3426            "autoload": {
3427                "psr-4": {
3428                    "Psr\\Log\\": "Psr/Log/"
3429                }
3430            },
3431            "notification-url": "https://packagist.org/downloads/",
3432            "license": [
3433                "MIT"
3434            ],
3435            "authors": [
3436                {
3437                    "name": "PHP-FIG",
3438                    "homepage": "http://www.php-fig.org/"
3439                }
3440            ],
3441            "description": "Common interface for logging libraries",
3442            "homepage": "https://github.com/php-fig/log",
3443            "keywords": [
3444                "log",
3445                "psr",
3446                "psr-3"
3447            ],
3448            "time": "2016-10-10 12:19:37"
3449        },
3450        {
3451            "name": "satooshi/php-coveralls",
3452            "version": "v1.0.1",
3453            "source": {
3454                "type": "git",
3455                "url": "https://github.com/satooshi/php-coveralls.git",
3456                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
3457            },
3458            "dist": {
3459                "type": "zip",
3460                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
3461                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
3462                "shasum": ""
3463            },
3464            "require": {
3465                "ext-json": "*",
3466                "ext-simplexml": "*",
3467                "guzzle/guzzle": "^2.8|^3.0",
3468                "php": ">=5.3.3",
3469                "psr/log": "^1.0",
3470                "symfony/config": "^2.1|^3.0",
3471                "symfony/console": "^2.1|^3.0",
3472                "symfony/stopwatch": "^2.0|^3.0",
3473                "symfony/yaml": "^2.0|^3.0"
3474            },
3475            "suggest": {
3476                "symfony/http-kernel": "Allows Symfony integration"
3477            },
3478            "bin": [
3479                "bin/coveralls"
3480            ],
3481            "type": "library",
3482            "autoload": {
3483                "psr-4": {
3484                    "Satooshi\\": "src/Satooshi/"
3485                }
3486            },
3487            "notification-url": "https://packagist.org/downloads/",
3488            "license": [
3489                "MIT"
3490            ],
3491            "authors": [
3492                {
3493                    "name": "Kitamura Satoshi",
3494                    "email": "with.no.parachute@gmail.com",
3495                    "homepage": "https://www.facebook.com/satooshi.jp"
3496                }
3497            ],
3498            "description": "PHP client library for Coveralls API",
3499            "homepage": "https://github.com/satooshi/php-coveralls",
3500            "keywords": [
3501                "ci",
3502                "coverage",
3503                "github",
3504                "test"
3505            ],
3506            "time": "2016-01-20 17:35:46"
3507        },
3508        {
3509            "name": "sebastian/comparator",
3510            "version": "1.2.0",
3511            "source": {
3512                "type": "git",
3513                "url": "https://github.com/sebastianbergmann/comparator.git",
3514                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3515            },
3516            "dist": {
3517                "type": "zip",
3518                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3519                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3520                "shasum": ""
3521            },
3522            "require": {
3523                "php": ">=5.3.3",
3524                "sebastian/diff": "~1.2",
3525                "sebastian/exporter": "~1.2"
3526            },
3527            "require-dev": {
3528                "phpunit/phpunit": "~4.4"
3529            },
3530            "type": "library",
3531            "extra": {
3532                "branch-alias": {
3533                    "dev-master": "1.2.x-dev"
3534                }
3535            },
3536            "autoload": {
3537                "classmap": [
3538                    "src/"
3539                ]
3540            },
3541            "notification-url": "https://packagist.org/downloads/",
3542            "license": [
3543                "BSD-3-Clause"
3544            ],
3545            "authors": [
3546                {
3547                    "name": "Jeff Welch",
3548                    "email": "whatthejeff@gmail.com"
3549                },
3550                {
3551                    "name": "Volker Dusch",
3552                    "email": "github@wallbash.com"
3553                },
3554                {
3555                    "name": "Bernhard Schussek",
3556                    "email": "bschussek@2bepublished.at"
3557                },
3558                {
3559                    "name": "Sebastian Bergmann",
3560                    "email": "sebastian@phpunit.de"
3561                }
3562            ],
3563            "description": "Provides the functionality to compare PHP values for equality",
3564            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3565            "keywords": [
3566                "comparator",
3567                "compare",
3568                "equality"
3569            ],
3570            "time": "2015-07-26 15:48:44"
3571        },
3572        {
3573            "name": "sebastian/diff",
3574            "version": "1.4.1",
3575            "source": {
3576                "type": "git",
3577                "url": "https://github.com/sebastianbergmann/diff.git",
3578                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3579            },
3580            "dist": {
3581                "type": "zip",
3582                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3583                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3584                "shasum": ""
3585            },
3586            "require": {
3587                "php": ">=5.3.3"
3588            },
3589            "require-dev": {
3590                "phpunit/phpunit": "~4.8"
3591            },
3592            "type": "library",
3593            "extra": {
3594                "branch-alias": {
3595                    "dev-master": "1.4-dev"
3596                }
3597            },
3598            "autoload": {
3599                "classmap": [
3600                    "src/"
3601                ]
3602            },
3603            "notification-url": "https://packagist.org/downloads/",
3604            "license": [
3605                "BSD-3-Clause"
3606            ],
3607            "authors": [
3608                {
3609                    "name": "Kore Nordmann",
3610                    "email": "mail@kore-nordmann.de"
3611                },
3612                {
3613                    "name": "Sebastian Bergmann",
3614                    "email": "sebastian@phpunit.de"
3615                }
3616            ],
3617            "description": "Diff implementation",
3618            "homepage": "https://github.com/sebastianbergmann/diff",
3619            "keywords": [
3620                "diff"
3621            ],
3622            "time": "2015-12-08 07:14:41"
3623        },
3624        {
3625            "name": "sebastian/environment",
3626            "version": "1.3.8",
3627            "source": {
3628                "type": "git",
3629                "url": "https://github.com/sebastianbergmann/environment.git",
3630                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
3631            },
3632            "dist": {
3633                "type": "zip",
3634                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3635                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3636                "shasum": ""
3637            },
3638            "require": {
3639                "php": "^5.3.3 || ^7.0"
3640            },
3641            "require-dev": {
3642                "phpunit/phpunit": "^4.8 || ^5.0"
3643            },
3644            "type": "library",
3645            "extra": {
3646                "branch-alias": {
3647                    "dev-master": "1.3.x-dev"
3648                }
3649            },
3650            "autoload": {
3651                "classmap": [
3652                    "src/"
3653                ]
3654            },
3655            "notification-url": "https://packagist.org/downloads/",
3656            "license": [
3657                "BSD-3-Clause"
3658            ],
3659            "authors": [
3660                {
3661                    "name": "Sebastian Bergmann",
3662                    "email": "sebastian@phpunit.de"
3663                }
3664            ],
3665            "description": "Provides functionality to handle HHVM/PHP environments",
3666            "homepage": "http://www.github.com/sebastianbergmann/environment",
3667            "keywords": [
3668                "Xdebug",
3669                "environment",
3670                "hhvm"
3671            ],
3672            "time": "2016-08-18 05:49:44"
3673        },
3674        {
3675            "name": "sebastian/exporter",
3676            "version": "1.2.2",
3677            "source": {
3678                "type": "git",
3679                "url": "https://github.com/sebastianbergmann/exporter.git",
3680                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
3681            },
3682            "dist": {
3683                "type": "zip",
3684                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
3685                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
3686                "shasum": ""
3687            },
3688            "require": {
3689                "php": ">=5.3.3",
3690                "sebastian/recursion-context": "~1.0"
3691            },
3692            "require-dev": {
3693                "ext-mbstring": "*",
3694                "phpunit/phpunit": "~4.4"
3695            },
3696            "type": "library",
3697            "extra": {
3698                "branch-alias": {
3699                    "dev-master": "1.3.x-dev"
3700                }
3701            },
3702            "autoload": {
3703                "classmap": [
3704                    "src/"
3705                ]
3706            },
3707            "notification-url": "https://packagist.org/downloads/",
3708            "license": [
3709                "BSD-3-Clause"
3710            ],
3711            "authors": [
3712                {
3713                    "name": "Jeff Welch",
3714                    "email": "whatthejeff@gmail.com"
3715                },
3716                {
3717                    "name": "Volker Dusch",
3718                    "email": "github@wallbash.com"
3719                },
3720                {
3721                    "name": "Bernhard Schussek",
3722                    "email": "bschussek@2bepublished.at"
3723                },
3724                {
3725                    "name": "Sebastian Bergmann",
3726                    "email": "sebastian@phpunit.de"
3727                },
3728                {
3729                    "name": "Adam Harvey",
3730                    "email": "aharvey@php.net"
3731                }
3732            ],
3733            "description": "Provides the functionality to export PHP variables for visualization",
3734            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3735            "keywords": [
3736                "export",
3737                "exporter"
3738            ],
3739            "time": "2016-06-17 09:04:28"
3740        },
3741        {
3742            "name": "sebastian/global-state",
3743            "version": "1.1.1",
3744            "source": {
3745                "type": "git",
3746                "url": "https://github.com/sebastianbergmann/global-state.git",
3747                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3748            },
3749            "dist": {
3750                "type": "zip",
3751                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3752                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3753                "shasum": ""
3754            },
3755            "require": {
3756                "php": ">=5.3.3"
3757            },
3758            "require-dev": {
3759                "phpunit/phpunit": "~4.2"
3760            },
3761            "suggest": {
3762                "ext-uopz": "*"
3763            },
3764            "type": "library",
3765            "extra": {
3766                "branch-alias": {
3767                    "dev-master": "1.0-dev"
3768                }
3769            },
3770            "autoload": {
3771                "classmap": [
3772                    "src/"
3773                ]
3774            },
3775            "notification-url": "https://packagist.org/downloads/",
3776            "license": [
3777                "BSD-3-Clause"
3778            ],
3779            "authors": [
3780                {
3781                    "name": "Sebastian Bergmann",
3782                    "email": "sebastian@phpunit.de"
3783                }
3784            ],
3785            "description": "Snapshotting of global state",
3786            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3787            "keywords": [
3788                "global state"
3789            ],
3790            "time": "2015-10-12 03:26:01"
3791        },
3792        {
3793            "name": "sebastian/recursion-context",
3794            "version": "1.0.2",
3795            "source": {
3796                "type": "git",
3797                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3798                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
3799            },
3800            "dist": {
3801                "type": "zip",
3802                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
3803                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
3804                "shasum": ""
3805            },
3806            "require": {
3807                "php": ">=5.3.3"
3808            },
3809            "require-dev": {
3810                "phpunit/phpunit": "~4.4"
3811            },
3812            "type": "library",
3813            "extra": {
3814                "branch-alias": {
3815                    "dev-master": "1.0.x-dev"
3816                }
3817            },
3818            "autoload": {
3819                "classmap": [
3820                    "src/"
3821                ]
3822            },
3823            "notification-url": "https://packagist.org/downloads/",
3824            "license": [
3825                "BSD-3-Clause"
3826            ],
3827            "authors": [
3828                {
3829                    "name": "Jeff Welch",
3830                    "email": "whatthejeff@gmail.com"
3831                },
3832                {
3833                    "name": "Sebastian Bergmann",
3834                    "email": "sebastian@phpunit.de"
3835                },
3836                {
3837                    "name": "Adam Harvey",
3838                    "email": "aharvey@php.net"
3839                }
3840            ],
3841            "description": "Provides functionality to recursively process PHP variables",
3842            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3843            "time": "2015-11-11 19:50:13"
3844        },
3845        {
3846            "name": "sebastian/version",
3847            "version": "1.0.6",
3848            "source": {
3849                "type": "git",
3850                "url": "https://github.com/sebastianbergmann/version.git",
3851                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3852            },
3853            "dist": {
3854                "type": "zip",
3855                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3856                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3857                "shasum": ""
3858            },
3859            "type": "library",
3860            "autoload": {
3861                "classmap": [
3862                    "src/"
3863                ]
3864            },
3865            "notification-url": "https://packagist.org/downloads/",
3866            "license": [
3867                "BSD-3-Clause"
3868            ],
3869            "authors": [
3870                {
3871                    "name": "Sebastian Bergmann",
3872                    "email": "sebastian@phpunit.de",
3873                    "role": "lead"
3874                }
3875            ],
3876            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3877            "homepage": "https://github.com/sebastianbergmann/version",
3878            "time": "2015-06-21 13:59:46"
3879        },
3880        {
3881            "name": "seld/jsonlint",
3882            "version": "1.4.1",
3883            "source": {
3884                "type": "git",
3885                "url": "https://github.com/Seldaek/jsonlint.git",
3886                "reference": "e827b5254d3e58c736ea2c5616710983d80b0b70"
3887            },
3888            "dist": {
3889                "type": "zip",
3890                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e827b5254d3e58c736ea2c5616710983d80b0b70",
3891                "reference": "e827b5254d3e58c736ea2c5616710983d80b0b70",
3892                "shasum": ""
3893            },
3894            "require": {
3895                "php": "^5.3 || ^7.0"
3896            },
3897            "bin": [
3898                "bin/jsonlint"
3899            ],
3900            "type": "library",
3901            "autoload": {
3902                "psr-4": {
3903                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
3904                }
3905            },
3906            "notification-url": "https://packagist.org/downloads/",
3907            "license": [
3908                "MIT"
3909            ],
3910            "authors": [
3911                {
3912                    "name": "Jordi Boggiano",
3913                    "email": "j.boggiano@seld.be",
3914                    "homepage": "http://seld.be"
3915                }
3916            ],
3917            "description": "JSON Linter",
3918            "keywords": [
3919                "json",
3920                "linter",
3921                "parser",
3922                "validator"
3923            ],
3924            "time": "2016-09-14 15:17:56"
3925        },
3926        {
3927            "name": "symfony/config",
3928            "version": "v2.8.13",
3929            "source": {
3930                "type": "git",
3931                "url": "https://github.com/symfony/config.git",
3932                "reference": "f8b1922bbda9d2ac86aecd649399040bce849fde"
3933            },
3934            "dist": {
3935                "type": "zip",
3936                "url": "https://api.github.com/repos/symfony/config/zipball/f8b1922bbda9d2ac86aecd649399040bce849fde",
3937                "reference": "f8b1922bbda9d2ac86aecd649399040bce849fde",
3938                "shasum": ""
3939            },
3940            "require": {
3941                "php": ">=5.3.9",
3942                "symfony/filesystem": "~2.3|~3.0.0"
3943            },
3944            "suggest": {
3945                "symfony/yaml": "To use the yaml reference dumper"
3946            },
3947            "type": "library",
3948            "extra": {
3949                "branch-alias": {
3950                    "dev-master": "2.8-dev"
3951                }
3952            },
3953            "autoload": {
3954                "psr-4": {
3955                    "Symfony\\Component\\Config\\": ""
3956                },
3957                "exclude-from-classmap": [
3958                    "/Tests/"
3959                ]
3960            },
3961            "notification-url": "https://packagist.org/downloads/",
3962            "license": [
3963                "MIT"
3964            ],
3965            "authors": [
3966                {
3967                    "name": "Fabien Potencier",
3968                    "email": "fabien@symfony.com"
3969                },
3970                {
3971                    "name": "Symfony Community",
3972                    "homepage": "https://symfony.com/contributors"
3973                }
3974            ],
3975            "description": "Symfony Config Component",
3976            "homepage": "https://symfony.com",
3977            "time": "2016-09-14 20:31:12"
3978        },
3979        {
3980            "name": "symfony/console",
3981            "version": "v2.8.13",
3982            "source": {
3983                "type": "git",
3984                "url": "https://github.com/symfony/console.git",
3985                "reference": "7350016c8abcab897046f1aead2b766b84d3eff8"
3986            },
3987            "dist": {
3988                "type": "zip",
3989                "url": "https://api.github.com/repos/symfony/console/zipball/7350016c8abcab897046f1aead2b766b84d3eff8",
3990                "reference": "7350016c8abcab897046f1aead2b766b84d3eff8",
3991                "shasum": ""
3992            },
3993            "require": {
3994                "php": ">=5.3.9",
3995                "symfony/debug": "~2.7,>=2.7.2|~3.0.0",
3996                "symfony/polyfill-mbstring": "~1.0"
3997            },
3998            "require-dev": {
3999                "psr/log": "~1.0",
4000                "symfony/event-dispatcher": "~2.1|~3.0.0",
4001                "symfony/process": "~2.1|~3.0.0"
4002            },
4003            "suggest": {
4004                "psr/log": "For using the console logger",
4005                "symfony/event-dispatcher": "",
4006                "symfony/process": ""
4007            },
4008            "type": "library",
4009            "extra": {
4010                "branch-alias": {
4011                    "dev-master": "2.8-dev"
4012                }
4013            },
4014            "autoload": {
4015                "psr-4": {
4016                    "Symfony\\Component\\Console\\": ""
4017                },
4018                "exclude-from-classmap": [
4019                    "/Tests/"
4020                ]
4021            },
4022            "notification-url": "https://packagist.org/downloads/",
4023            "license": [
4024                "MIT"
4025            ],
4026            "authors": [
4027                {
4028                    "name": "Fabien Potencier",
4029                    "email": "fabien@symfony.com"
4030                },
4031                {
4032                    "name": "Symfony Community",
4033                    "homepage": "https://symfony.com/contributors"
4034                }
4035            ],
4036            "description": "Symfony Console Component",
4037            "homepage": "https://symfony.com",
4038            "time": "2016-10-06 01:43:09"
4039        },
4040        {
4041            "name": "symfony/debug",
4042            "version": "v2.8.13",
4043            "source": {
4044                "type": "git",
4045                "url": "https://github.com/symfony/debug.git",
4046                "reference": "8c29235936a47473af16fb91c7c4b7b193c5693c"
4047            },
4048            "dist": {
4049                "type": "zip",
4050                "url": "https://api.github.com/repos/symfony/debug/zipball/8c29235936a47473af16fb91c7c4b7b193c5693c",
4051                "reference": "8c29235936a47473af16fb91c7c4b7b193c5693c",
4052                "shasum": ""
4053            },
4054            "require": {
4055                "php": ">=5.3.9",
4056                "psr/log": "~1.0"
4057            },
4058            "conflict": {
4059                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
4060            },
4061            "require-dev": {
4062                "symfony/class-loader": "~2.2|~3.0.0",
4063                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
4064            },
4065            "type": "library",
4066            "extra": {
4067                "branch-alias": {
4068                    "dev-master": "2.8-dev"
4069                }
4070            },
4071            "autoload": {
4072                "psr-4": {
4073                    "Symfony\\Component\\Debug\\": ""
4074                },
4075                "exclude-from-classmap": [
4076                    "/Tests/"
4077                ]
4078            },
4079            "notification-url": "https://packagist.org/downloads/",
4080            "license": [
4081                "MIT"
4082            ],
4083            "authors": [
4084                {
4085                    "name": "Fabien Potencier",
4086                    "email": "fabien@symfony.com"
4087                },
4088                {
4089                    "name": "Symfony Community",
4090                    "homepage": "https://symfony.com/contributors"
4091                }
4092            ],
4093            "description": "Symfony Debug Component",
4094            "homepage": "https://symfony.com",
4095            "time": "2016-09-06 10:55:00"
4096        },
4097        {
4098            "name": "symfony/event-dispatcher",
4099            "version": "v2.8.13",
4100            "source": {
4101                "type": "git",
4102                "url": "https://github.com/symfony/event-dispatcher.git",
4103                "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934"
4104            },
4105            "dist": {
4106                "type": "zip",
4107                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
4108                "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
4109                "shasum": ""
4110            },
4111            "require": {
4112                "php": ">=5.3.9"
4113            },
4114            "require-dev": {
4115                "psr/log": "~1.0",
4116                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
4117                "symfony/dependency-injection": "~2.6|~3.0.0",
4118                "symfony/expression-language": "~2.6|~3.0.0",
4119                "symfony/stopwatch": "~2.3|~3.0.0"
4120            },
4121            "suggest": {
4122                "symfony/dependency-injection": "",
4123                "symfony/http-kernel": ""
4124            },
4125            "type": "library",
4126            "extra": {
4127                "branch-alias": {
4128                    "dev-master": "2.8-dev"
4129                }
4130            },
4131            "autoload": {
4132                "psr-4": {
4133                    "Symfony\\Component\\EventDispatcher\\": ""
4134                },
4135                "exclude-from-classmap": [
4136                    "/Tests/"
4137                ]
4138            },
4139            "notification-url": "https://packagist.org/downloads/",
4140            "license": [
4141                "MIT"
4142            ],
4143            "authors": [
4144                {
4145                    "name": "Fabien Potencier",
4146                    "email": "fabien@symfony.com"
4147                },
4148                {
4149                    "name": "Symfony Community",
4150                    "homepage": "https://symfony.com/contributors"
4151                }
4152            ],
4153            "description": "Symfony EventDispatcher Component",
4154            "homepage": "https://symfony.com",
4155            "time": "2016-10-13 01:43:15"
4156        },
4157        {
4158            "name": "symfony/filesystem",
4159            "version": "v2.8.13",
4160            "source": {
4161                "type": "git",
4162                "url": "https://github.com/symfony/filesystem.git",
4163                "reference": "a3784111af9f95f102b6411548376e1ae7c93898"
4164            },
4165            "dist": {
4166                "type": "zip",
4167                "url": "https://api.github.com/repos/symfony/filesystem/zipball/a3784111af9f95f102b6411548376e1ae7c93898",
4168                "reference": "a3784111af9f95f102b6411548376e1ae7c93898",
4169                "shasum": ""
4170            },
4171            "require": {
4172                "php": ">=5.3.9"
4173            },
4174            "type": "library",
4175            "extra": {
4176                "branch-alias": {
4177                    "dev-master": "2.8-dev"
4178                }
4179            },
4180            "autoload": {
4181                "psr-4": {
4182                    "Symfony\\Component\\Filesystem\\": ""
4183                },
4184                "exclude-from-classmap": [
4185                    "/Tests/"
4186                ]
4187            },
4188            "notification-url": "https://packagist.org/downloads/",
4189            "license": [
4190                "MIT"
4191            ],
4192            "authors": [
4193                {
4194                    "name": "Fabien Potencier",
4195                    "email": "fabien@symfony.com"
4196                },
4197                {
4198                    "name": "Symfony Community",
4199                    "homepage": "https://symfony.com/contributors"
4200                }
4201            ],
4202            "description": "Symfony Filesystem Component",
4203            "homepage": "https://symfony.com",
4204            "time": "2016-10-18 04:28:30"
4205        },
4206        {
4207            "name": "symfony/finder",
4208            "version": "v2.8.13",
4209            "source": {
4210                "type": "git",
4211                "url": "https://github.com/symfony/finder.git",
4212                "reference": "bc24c8f5674c6f6841f2856b70e5d60784be5691"
4213            },
4214            "dist": {
4215                "type": "zip",
4216                "url": "https://api.github.com/repos/symfony/finder/zipball/bc24c8f5674c6f6841f2856b70e5d60784be5691",
4217                "reference": "bc24c8f5674c6f6841f2856b70e5d60784be5691",
4218                "shasum": ""
4219            },
4220            "require": {
4221                "php": ">=5.3.9"
4222            },
4223            "type": "library",
4224            "extra": {
4225                "branch-alias": {
4226                    "dev-master": "2.8-dev"
4227                }
4228            },
4229            "autoload": {
4230                "psr-4": {
4231                    "Symfony\\Component\\Finder\\": ""
4232                },
4233                "exclude-from-classmap": [
4234                    "/Tests/"
4235                ]
4236            },
4237            "notification-url": "https://packagist.org/downloads/",
4238            "license": [
4239                "MIT"
4240            ],
4241            "authors": [
4242                {
4243                    "name": "Fabien Potencier",
4244                    "email": "fabien@symfony.com"
4245                },
4246                {
4247                    "name": "Symfony Community",
4248                    "homepage": "https://symfony.com/contributors"
4249                }
4250            ],
4251            "description": "Symfony Finder Component",
4252            "homepage": "https://symfony.com",
4253            "time": "2016-09-28 00:10:16"
4254        },
4255        {
4256            "name": "symfony/process",
4257            "version": "v2.8.13",
4258            "source": {
4259                "type": "git",
4260                "url": "https://github.com/symfony/process.git",
4261                "reference": "024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f"
4262            },
4263            "dist": {
4264                "type": "zip",
4265                "url": "https://api.github.com/repos/symfony/process/zipball/024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f",
4266                "reference": "024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f",
4267                "shasum": ""
4268            },
4269            "require": {
4270                "php": ">=5.3.9"
4271            },
4272            "type": "library",
4273            "extra": {
4274                "branch-alias": {
4275                    "dev-master": "2.8-dev"
4276                }
4277            },
4278            "autoload": {
4279                "psr-4": {
4280                    "Symfony\\Component\\Process\\": ""
4281                },
4282                "exclude-from-classmap": [
4283                    "/Tests/"
4284                ]
4285            },
4286            "notification-url": "https://packagist.org/downloads/",
4287            "license": [
4288                "MIT"
4289            ],
4290            "authors": [
4291                {
4292                    "name": "Fabien Potencier",
4293                    "email": "fabien@symfony.com"
4294                },
4295                {
4296                    "name": "Symfony Community",
4297                    "homepage": "https://symfony.com/contributors"
4298                }
4299            ],
4300            "description": "Symfony Process Component",
4301            "homepage": "https://symfony.com",
4302            "time": "2016-09-29 14:03:54"
4303        },
4304        {
4305            "name": "symfony/stopwatch",
4306            "version": "v2.8.13",
4307            "source": {
4308                "type": "git",
4309                "url": "https://github.com/symfony/stopwatch.git",
4310                "reference": "35bae476693150728b0eb51647faac82faf9aaca"
4311            },
4312            "dist": {
4313                "type": "zip",
4314                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/35bae476693150728b0eb51647faac82faf9aaca",
4315                "reference": "35bae476693150728b0eb51647faac82faf9aaca",
4316                "shasum": ""
4317            },
4318            "require": {
4319                "php": ">=5.3.9"
4320            },
4321            "type": "library",
4322            "extra": {
4323                "branch-alias": {
4324                    "dev-master": "2.8-dev"
4325                }
4326            },
4327            "autoload": {
4328                "psr-4": {
4329                    "Symfony\\Component\\Stopwatch\\": ""
4330                },
4331                "exclude-from-classmap": [
4332                    "/Tests/"
4333                ]
4334            },
4335            "notification-url": "https://packagist.org/downloads/",
4336            "license": [
4337                "MIT"
4338            ],
4339            "authors": [
4340                {
4341                    "name": "Fabien Potencier",
4342                    "email": "fabien@symfony.com"
4343                },
4344                {
4345                    "name": "Symfony Community",
4346                    "homepage": "https://symfony.com/contributors"
4347                }
4348            ],
4349            "description": "Symfony Stopwatch Component",
4350            "homepage": "https://symfony.com",
4351            "time": "2016-06-29 05:29:29"
4352        },
4353        {
4354            "name": "symfony/translation",
4355            "version": "v2.8.13",
4356            "source": {
4357                "type": "git",
4358                "url": "https://github.com/symfony/translation.git",
4359                "reference": "cca6ff892355876534b01a927f789bac9601c935"
4360            },
4361            "dist": {
4362                "type": "zip",
4363                "url": "https://api.github.com/repos/symfony/translation/zipball/cca6ff892355876534b01a927f789bac9601c935",
4364                "reference": "cca6ff892355876534b01a927f789bac9601c935",
4365                "shasum": ""
4366            },
4367            "require": {
4368                "php": ">=5.3.9",
4369                "symfony/polyfill-mbstring": "~1.0"
4370            },
4371            "conflict": {
4372                "symfony/config": "<2.7"
4373            },
4374            "require-dev": {
4375                "psr/log": "~1.0",
4376                "symfony/config": "~2.8",
4377                "symfony/intl": "~2.4|~3.0.0",
4378                "symfony/yaml": "~2.2|~3.0.0"
4379            },
4380            "suggest": {
4381                "psr/log": "To use logging capability in translator",
4382                "symfony/config": "",
4383                "symfony/yaml": ""
4384            },
4385            "type": "library",
4386            "extra": {
4387                "branch-alias": {
4388                    "dev-master": "2.8-dev"
4389                }
4390            },
4391            "autoload": {
4392                "psr-4": {
4393                    "Symfony\\Component\\Translation\\": ""
4394                },
4395                "exclude-from-classmap": [
4396                    "/Tests/"
4397                ]
4398            },
4399            "notification-url": "https://packagist.org/downloads/",
4400            "license": [
4401                "MIT"
4402            ],
4403            "authors": [
4404                {
4405                    "name": "Fabien Potencier",
4406                    "email": "fabien@symfony.com"
4407                },
4408                {
4409                    "name": "Symfony Community",
4410                    "homepage": "https://symfony.com/contributors"
4411                }
4412            ],
4413            "description": "Symfony Translation Component",
4414            "homepage": "https://symfony.com",
4415            "time": "2016-10-18 04:28:30"
4416        },
4417        {
4418            "name": "symfony/validator",
4419            "version": "v2.8.13",
4420            "source": {
4421                "type": "git",
4422                "url": "https://github.com/symfony/validator.git",
4423                "reference": "987bf3a7d585680773bc79f6cf3d9e78340cb02c"
4424            },
4425            "dist": {
4426                "type": "zip",
4427                "url": "https://api.github.com/repos/symfony/validator/zipball/987bf3a7d585680773bc79f6cf3d9e78340cb02c",
4428                "reference": "987bf3a7d585680773bc79f6cf3d9e78340cb02c",
4429                "shasum": ""
4430            },
4431            "require": {
4432                "php": ">=5.3.9",
4433                "symfony/polyfill-mbstring": "~1.0",
4434                "symfony/translation": "~2.4|~3.0.0"
4435            },
4436            "require-dev": {
4437                "doctrine/annotations": "~1.0",
4438                "doctrine/cache": "~1.0",
4439                "egulias/email-validator": "~1.2,>=1.2.1",
4440                "symfony/config": "~2.2|~3.0.0",
4441                "symfony/expression-language": "~2.4|~3.0.0",
4442                "symfony/http-foundation": "~2.3|~3.0.0",
4443                "symfony/intl": "~2.7.4|~2.8|~3.0.0",
4444                "symfony/property-access": "~2.3|~3.0.0",
4445                "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
4446            },
4447            "suggest": {
4448                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4449                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
4450                "egulias/email-validator": "Strict (RFC compliant) email validation",
4451                "symfony/config": "",
4452                "symfony/expression-language": "For using the 2.4 Expression validator",
4453                "symfony/http-foundation": "",
4454                "symfony/intl": "",
4455                "symfony/property-access": "For using the 2.4 Validator API",
4456                "symfony/yaml": ""
4457            },
4458            "type": "library",
4459            "extra": {
4460                "branch-alias": {
4461                    "dev-master": "2.8-dev"
4462                }
4463            },
4464            "autoload": {
4465                "psr-4": {
4466                    "Symfony\\Component\\Validator\\": ""
4467                },
4468                "exclude-from-classmap": [
4469                    "/Tests/"
4470                ]
4471            },
4472            "notification-url": "https://packagist.org/downloads/",
4473            "license": [
4474                "MIT"
4475            ],
4476            "authors": [
4477                {
4478                    "name": "Fabien Potencier",
4479                    "email": "fabien@symfony.com"
4480                },
4481                {
4482                    "name": "Symfony Community",
4483                    "homepage": "https://symfony.com/contributors"
4484                }
4485            ],
4486            "description": "Symfony Validator Component",
4487            "homepage": "https://symfony.com",
4488            "time": "2016-10-19 22:37:24"
4489        },
4490        {
4491            "name": "symfony/yaml",
4492            "version": "v2.8.13",
4493            "source": {
4494                "type": "git",
4495                "url": "https://github.com/symfony/yaml.git",
4496                "reference": "396784cd06b91f3db576f248f2402d547a077787"
4497            },
4498            "dist": {
4499                "type": "zip",
4500                "url": "https://api.github.com/repos/symfony/yaml/zipball/396784cd06b91f3db576f248f2402d547a077787",
4501                "reference": "396784cd06b91f3db576f248f2402d547a077787",
4502                "shasum": ""
4503            },
4504            "require": {
4505                "php": ">=5.3.9"
4506            },
4507            "type": "library",
4508            "extra": {
4509                "branch-alias": {
4510                    "dev-master": "2.8-dev"
4511                }
4512            },
4513            "autoload": {
4514                "psr-4": {
4515                    "Symfony\\Component\\Yaml\\": ""
4516                },
4517                "exclude-from-classmap": [
4518                    "/Tests/"
4519                ]
4520            },
4521            "notification-url": "https://packagist.org/downloads/",
4522            "license": [
4523                "MIT"
4524            ],
4525            "authors": [
4526                {
4527                    "name": "Fabien Potencier",
4528                    "email": "fabien@symfony.com"
4529                },
4530                {
4531                    "name": "Symfony Community",
4532                    "homepage": "https://symfony.com/contributors"
4533                }
4534            ],
4535            "description": "Symfony Yaml Component",
4536            "homepage": "https://symfony.com",
4537            "time": "2016-10-21 20:59:10"
4538        },
4539        {
4540            "name": "twig/twig",
4541            "version": "v1.27.0",
4542            "source": {
4543                "type": "git",
4544                "url": "https://github.com/twigphp/Twig.git",
4545                "reference": "3c6c0033fd3b5679c6e1cb60f4f9766c2b424d97"
4546            },
4547            "dist": {
4548                "type": "zip",
4549                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3c6c0033fd3b5679c6e1cb60f4f9766c2b424d97",
4550                "reference": "3c6c0033fd3b5679c6e1cb60f4f9766c2b424d97",
4551                "shasum": ""
4552            },
4553            "require": {
4554                "php": ">=5.2.7"
4555            },
4556            "require-dev": {
4557                "symfony/debug": "~2.7",
4558                "symfony/phpunit-bridge": "~2.7"
4559            },
4560            "type": "library",
4561            "extra": {
4562                "branch-alias": {
4563                    "dev-master": "1.27-dev"
4564                }
4565            },
4566            "autoload": {
4567                "psr-0": {
4568                    "Twig_": "lib/"
4569                }
4570            },
4571            "notification-url": "https://packagist.org/downloads/",
4572            "license": [
4573                "BSD-3-Clause"
4574            ],
4575            "authors": [
4576                {
4577                    "name": "Fabien Potencier",
4578                    "email": "fabien@symfony.com",
4579                    "homepage": "http://fabien.potencier.org",
4580                    "role": "Lead Developer"
4581                },
4582                {
4583                    "name": "Armin Ronacher",
4584                    "email": "armin.ronacher@active-4.com",
4585                    "role": "Project Founder"
4586                },
4587                {
4588                    "name": "Twig Team",
4589                    "homepage": "http://twig.sensiolabs.org/contributors",
4590                    "role": "Contributors"
4591                }
4592            ],
4593            "description": "Twig, the flexible, fast, and secure template language for PHP",
4594            "homepage": "http://twig.sensiolabs.org",
4595            "keywords": [
4596                "templating"
4597            ],
4598            "time": "2016-10-25 19:17:17"
4599        },
4600        {
4601            "name": "zendframework/zend-cache",
4602            "version": "2.2.10",
4603            "source": {
4604                "type": "git",
4605                "url": "https://github.com/zendframework/zend-cache.git",
4606                "reference": "ead910ec8b0aa464ede58c959665d0292d9482b0"
4607            },
4608            "dist": {
4609                "type": "zip",
4610                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/ead910ec8b0aa464ede58c959665d0292d9482b0",
4611                "reference": "ead910ec8b0aa464ede58c959665d0292d9482b0",
4612                "shasum": ""
4613            },
4614            "require": {
4615                "php": ">=5.3.3",
4616                "zendframework/zend-eventmanager": "self.version",
4617                "zendframework/zend-serializer": "self.version",
4618                "zendframework/zend-servicemanager": "self.version",
4619                "zendframework/zend-stdlib": "self.version"
4620            },
4621            "require-dev": {
4622                "fabpot/php-cs-fixer": "1.7.*",
4623                "phpunit/phpunit": "~4.0",
4624                "satooshi/php-coveralls": "dev-master",
4625                "zendframework/zend-serializer": "self.version",
4626                "zendframework/zend-session": "self.version"
4627            },
4628            "suggest": {
4629                "ext-apc": "APC >= 3.1.6 to use the APC storage adapter",
4630                "ext-dba": "DBA, to use the DBA storage adapter",
4631                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
4632                "ext-mongo": "Mongo, to use MongoDb storage adapter",
4633                "ext-wincache": "WinCache, to use the WinCache storage adapter",
4634                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
4635                "zendframework/zend-serializer": "Zend\\Serializer component",
4636                "zendframework/zend-session": "Zend\\Session component"
4637            },
4638            "type": "library",
4639            "extra": {
4640                "branch-alias": {
4641                    "dev-master": "2.2-dev",
4642                    "dev-develop": "2.3-dev"
4643                }
4644            },
4645            "autoload": {
4646                "psr-4": {
4647                    "Zend\\Cache\\": "src/"
4648                }
4649            },
4650            "notification-url": "https://packagist.org/downloads/",
4651            "license": [
4652                "BSD-3-Clause"
4653            ],
4654            "description": "provides a generic way to cache any data",
4655            "homepage": "https://github.com/zendframework/zend-cache",
4656            "keywords": [
4657                "cache",
4658                "zf2"
4659            ],
4660            "time": "2014-03-05 17:29:35"
4661        },
4662        {
4663            "name": "zendframework/zend-config",
4664            "version": "2.2.10",
4665            "source": {
4666                "type": "git",
4667                "url": "https://github.com/zendframework/zend-config.git",
4668                "reference": "2077985e6de29bf2bd7df16d4f385dcb53062394"
4669            },
4670            "dist": {
4671                "type": "zip",
4672                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2077985e6de29bf2bd7df16d4f385dcb53062394",
4673                "reference": "2077985e6de29bf2bd7df16d4f385dcb53062394",
4674                "shasum": ""
4675            },
4676            "require": {
4677                "php": ">=5.3.3",
4678                "zendframework/zend-stdlib": "self.version"
4679            },
4680            "require-dev": {
4681                "fabpot/php-cs-fixer": "1.7.*",
4682                "phpunit/phpunit": "~4.0",
4683                "satooshi/php-coveralls": "dev-master",
4684                "zendframework/zend-filter": "self.version",
4685                "zendframework/zend-i18n": "self.version",
4686                "zendframework/zend-json": "self.version",
4687                "zendframework/zend-servicemanager": "self.version"
4688            },
4689            "suggest": {
4690                "zendframework/zend-filter": "Zend\\Filter component",
4691                "zendframework/zend-i18n": "Zend\\I18n component",
4692                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
4693                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
4694            },
4695            "type": "library",
4696            "extra": {
4697                "branch-alias": {
4698                    "dev-master": "2.2-dev",
4699                    "dev-develop": "2.3-dev"
4700                }
4701            },
4702            "autoload": {
4703                "psr-4": {
4704                    "Zend\\Config\\": "src/"
4705                }
4706            },
4707            "notification-url": "https://packagist.org/downloads/",
4708            "license": [
4709                "BSD-3-Clause"
4710            ],
4711            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
4712            "homepage": "https://github.com/zendframework/zend-config",
4713            "keywords": [
4714                "config",
4715                "zf2"
4716            ],
4717            "time": "2014-03-05 17:29:35"
4718        },
4719        {
4720            "name": "zendframework/zend-eventmanager",
4721            "version": "2.2.10",
4722            "source": {
4723                "type": "git",
4724                "url": "https://github.com/zendframework/zend-eventmanager.git",
4725                "reference": "aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b"
4726            },
4727            "dist": {
4728                "type": "zip",
4729                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b",
4730                "reference": "aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b",
4731                "shasum": ""
4732            },
4733            "require": {
4734                "php": ">=5.3.3",
4735                "zendframework/zend-stdlib": "self.version"
4736            },
4737            "require-dev": {
4738                "fabpot/php-cs-fixer": "1.7.*",
4739                "phpunit/phpunit": "~4.0",
4740                "satooshi/php-coveralls": "dev-master"
4741            },
4742            "type": "library",
4743            "extra": {
4744                "branch-alias": {
4745                    "dev-master": "2.2-dev",
4746                    "dev-develop": "2.3-dev"
4747                }
4748            },
4749            "autoload": {
4750                "psr-4": {
4751                    "Zend\\EventManager\\": "src/"
4752                }
4753            },
4754            "notification-url": "https://packagist.org/downloads/",
4755            "license": [
4756                "BSD-3-Clause"
4757            ],
4758            "homepage": "https://github.com/zendframework/zend-event-manager",
4759            "keywords": [
4760                "eventmanager",
4761                "zf2"
4762            ],
4763            "time": "2014-03-05 17:29:35"
4764        },
4765        {
4766            "name": "zendframework/zend-filter",
4767            "version": "2.2.10",
4768            "source": {
4769                "type": "git",
4770                "url": "https://github.com/zendframework/zend-filter.git",
4771                "reference": "790934a61b9bce2c00106ec75fbc024c029de4d0"
4772            },
4773            "dist": {
4774                "type": "zip",
4775                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/790934a61b9bce2c00106ec75fbc024c029de4d0",
4776                "reference": "790934a61b9bce2c00106ec75fbc024c029de4d0",
4777                "shasum": ""
4778            },
4779            "require": {
4780                "php": ">=5.3.3",
4781                "zendframework/zend-stdlib": "self.version"
4782            },
4783            "require-dev": {
4784                "fabpot/php-cs-fixer": "1.7.*",
4785                "phpunit/phpunit": "~4.0",
4786                "satooshi/php-coveralls": "dev-master",
4787                "zendframework/zend-crypt": "self.version",
4788                "zendframework/zend-servicemanager": "self.version",
4789                "zendframework/zend-uri": "self.version"
4790            },
4791            "suggest": {
4792                "zendframework/zend-crypt": "Zend\\Crypt component",
4793                "zendframework/zend-i18n": "Zend\\I18n component",
4794                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
4795                "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter",
4796                "zendframework/zend-validator": "Zend\\Validator component"
4797            },
4798            "type": "library",
4799            "extra": {
4800                "branch-alias": {
4801                    "dev-master": "2.2-dev",
4802                    "dev-develop": "2.3-dev"
4803                }
4804            },
4805            "autoload": {
4806                "psr-4": {
4807                    "Zend\\Filter\\": "src/"
4808                }
4809            },
4810            "notification-url": "https://packagist.org/downloads/",
4811            "license": [
4812                "BSD-3-Clause"
4813            ],
4814            "description": "provides a set of commonly needed data filters",
4815            "homepage": "https://github.com/zendframework/zend-filter",
4816            "keywords": [
4817                "filter",
4818                "zf2"
4819            ],
4820            "time": "2014-03-05 17:29:35"
4821        },
4822        {
4823            "name": "zendframework/zend-i18n",
4824            "version": "2.2.10",
4825            "source": {
4826                "type": "git",
4827                "url": "https://github.com/zendframework/zend-i18n.git",
4828                "reference": "6a5a65c1cdcf02877e2526c1b3e315de6a59bb8c"
4829            },
4830            "dist": {
4831                "type": "zip",
4832                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6a5a65c1cdcf02877e2526c1b3e315de6a59bb8c",
4833                "reference": "6a5a65c1cdcf02877e2526c1b3e315de6a59bb8c",
4834                "shasum": ""
4835            },
4836            "require": {
4837                "php": ">=5.3.3",
4838                "zendframework/zend-stdlib": "self.version"
4839            },
4840            "require-dev": {
4841                "fabpot/php-cs-fixer": "1.7.*",
4842                "phpunit/phpunit": "~4.0",
4843                "satooshi/php-coveralls": "dev-master",
4844                "zendframework/zend-cache": "self.version",
4845                "zendframework/zend-config": "self.version",
4846                "zendframework/zend-eventmanager": "self.version",
4847                "zendframework/zend-filter": "self.version",
4848                "zendframework/zend-servicemanager": "self.version",
4849                "zendframework/zend-validator": "self.version",
4850                "zendframework/zend-view": "self.version"
4851            },
4852            "suggest": {
4853                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
4854                "zendframework/zend-cache": "Zend\\Cache component",
4855                "zendframework/zend-config": "Zend\\Config component",
4856                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
4857                "zendframework/zend-filter": "You should install this package to use the provided filters",
4858                "zendframework/zend-resources": "Translation resources",
4859                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
4860                "zendframework/zend-validator": "You should install this package to use the provided validators",
4861                "zendframework/zend-view": "You should install this package to use the provided view helpers"
4862            },
4863            "type": "library",
4864            "extra": {
4865                "branch-alias": {
4866                    "dev-master": "2.2-dev",
4867                    "dev-develop": "2.3-dev"
4868                }
4869            },
4870            "autoload": {
4871                "psr-4": {
4872                    "Zend\\I18n\\": "src/"
4873                }
4874            },
4875            "notification-url": "https://packagist.org/downloads/",
4876            "license": [
4877                "BSD-3-Clause"
4878            ],
4879            "homepage": "https://github.com/zendframework/zend-i18n",
4880            "keywords": [
4881                "i18n",
4882                "zf2"
4883            ],
4884            "time": "2014-03-05 17:29:35"
4885        },
4886        {
4887            "name": "zendframework/zend-json",
4888            "version": "2.2.10",
4889            "source": {
4890                "type": "git",
4891                "url": "https://github.com/zendframework/zend-json.git",
4892                "reference": "e0a2e72459b029c3d3785fe8a0b41312670bfd24"
4893            },
4894            "dist": {
4895                "type": "zip",
4896                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/e0a2e72459b029c3d3785fe8a0b41312670bfd24",
4897                "reference": "e0a2e72459b029c3d3785fe8a0b41312670bfd24",
4898                "shasum": ""
4899            },
4900            "require": {
4901                "php": ">=5.3.3",
4902                "zendframework/zend-stdlib": "self.version"
4903            },
4904            "require-dev": {
4905                "fabpot/php-cs-fixer": "1.7.*",
4906                "phpunit/phpunit": "~4.0",
4907                "satooshi/php-coveralls": "dev-master",
4908                "zendframework/zend-http": "self.version",
4909                "zendframework/zend-server": "self.version"
4910            },
4911            "suggest": {
4912                "zendframework/zend-http": "Zend\\Http component",
4913                "zendframework/zend-server": "Zend\\Server component",
4914                "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
4915            },
4916            "type": "library",
4917            "extra": {
4918                "branch-alias": {
4919                    "dev-master": "2.2-dev",
4920                    "dev-develop": "2.3-dev"
4921                }
4922            },
4923            "autoload": {
4924                "psr-4": {
4925                    "Zend\\Json\\": "src/"
4926                }
4927            },
4928            "notification-url": "https://packagist.org/downloads/",
4929            "license": [
4930                "BSD-3-Clause"
4931            ],
4932            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
4933            "homepage": "https://github.com/zendframework/zend-json",
4934            "keywords": [
4935                "json",
4936                "zf2"
4937            ],
4938            "time": "2014-03-06 17:27:03"
4939        },
4940        {
4941            "name": "zendframework/zend-math",
4942            "version": "2.2.10",
4943            "source": {
4944                "type": "git",
4945                "url": "https://github.com/zendframework/zend-math.git",
4946                "reference": "0e5ba13e2bc64f6544f5508acf705dd2fc12d91d"
4947            },
4948            "dist": {
4949                "type": "zip",
4950                "url": "https://api.github.com/repos/zendframework/zend-math/zipball/0e5ba13e2bc64f6544f5508acf705dd2fc12d91d",
4951                "reference": "0e5ba13e2bc64f6544f5508acf705dd2fc12d91d",
4952                "shasum": ""
4953            },
4954            "require": {
4955                "php": ">=5.3.3"
4956            },
4957            "require-dev": {
4958                "fabpot/php-cs-fixer": "1.7.*",
4959                "phpunit/phpunit": "~4.0",
4960                "satooshi/php-coveralls": "dev-master"
4961            },
4962            "suggest": {
4963                "ext-bcmath": "If using the bcmath functionality",
4964                "ext-gmp": "If using the gmp functionality",
4965                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
4966                "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality"
4967            },
4968            "type": "library",
4969            "extra": {
4970                "branch-alias": {
4971                    "dev-master": "2.2-dev",
4972                    "dev-develop": "2.3-dev"
4973                }
4974            },
4975            "autoload": {
4976                "psr-4": {
4977                    "Zend\\Math\\": "src/"
4978                }
4979            },
4980            "notification-url": "https://packagist.org/downloads/",
4981            "license": [
4982                "BSD-3-Clause"
4983            ],
4984            "homepage": "https://github.com/zendframework/zend-math",
4985            "keywords": [
4986                "math",
4987                "zf2"
4988            ],
4989            "time": "2014-03-05 17:29:35"
4990        },
4991        {
4992            "name": "zendframework/zend-serializer",
4993            "version": "2.2.10",
4994            "source": {
4995                "type": "git",
4996                "url": "https://github.com/zendframework/zend-serializer.git",
4997                "reference": "aabfa157039e0c8ca0627a002e8e8f13e62393a8"
4998            },
4999            "dist": {
5000                "type": "zip",
5001                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/aabfa157039e0c8ca0627a002e8e8f13e62393a8",
5002                "reference": "aabfa157039e0c8ca0627a002e8e8f13e62393a8",
5003                "shasum": ""
5004            },
5005            "require": {
5006                "php": ">=5.3.3",
5007                "zendframework/zend-json": "self.version",
5008                "zendframework/zend-math": "self.version",
5009                "zendframework/zend-stdlib": "self.version"
5010            },
5011            "require-dev": {
5012                "fabpot/php-cs-fixer": "1.7.*",
5013                "phpunit/phpunit": "~4.0",
5014                "satooshi/php-coveralls": "dev-master",
5015                "zendframework/zend-servicemanager": "self.version"
5016            },
5017            "suggest": {
5018                "zendframework/zend-servicemanager": "To support plugin manager support"
5019            },
5020            "type": "library",
5021            "extra": {
5022                "branch-alias": {
5023                    "dev-master": "2.2-dev",
5024                    "dev-develop": "2.3-dev"
5025                }
5026            },
5027            "autoload": {
5028                "psr-4": {
5029                    "Zend\\Serializer\\": "src/"
5030                }
5031            },
5032            "notification-url": "https://packagist.org/downloads/",
5033            "license": [
5034                "BSD-3-Clause"
5035            ],
5036            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
5037            "homepage": "https://github.com/zendframework/zend-serializer",
5038            "keywords": [
5039                "serializer",
5040                "zf2"
5041            ],
5042            "time": "2014-03-05 17:29:35"
5043        },
5044        {
5045            "name": "zendframework/zend-servicemanager",
5046            "version": "2.2.10",
5047            "source": {
5048                "type": "git",
5049                "url": "https://github.com/zendframework/zend-servicemanager.git",
5050                "reference": "b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0"
5051            },
5052            "dist": {
5053                "type": "zip",
5054                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0",
5055                "reference": "b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0",
5056                "shasum": ""
5057            },
5058            "require": {
5059                "php": ">=5.3.3"
5060            },
5061            "require-dev": {
5062                "fabpot/php-cs-fixer": "1.7.*",
5063                "phpunit/phpunit": "~4.0",
5064                "satooshi/php-coveralls": "dev-master"
5065            },
5066            "suggest": {
5067                "zendframework/zend-di": "Zend\\Di component"
5068            },
5069            "type": "library",
5070            "extra": {
5071                "branch-alias": {
5072                    "dev-master": "2.2-dev",
5073                    "dev-develop": "2.3-dev"
5074                }
5075            },
5076            "autoload": {
5077                "psr-4": {
5078                    "Zend\\ServiceManager\\": "src/"
5079                }
5080            },
5081            "notification-url": "https://packagist.org/downloads/",
5082            "license": [
5083                "BSD-3-Clause"
5084            ],
5085            "homepage": "https://github.com/zendframework/zend-service-manager",
5086            "keywords": [
5087                "servicemanager",
5088                "zf2"
5089            ],
5090            "time": "2014-03-05 17:29:35"
5091        },
5092        {
5093            "name": "zendframework/zend-stdlib",
5094            "version": "2.2.10",
5095            "source": {
5096                "type": "git",
5097                "url": "https://github.com/zendframework/zend-stdlib.git",
5098                "reference": "b42d784bd142e916058a9d68eeafcc10ff63c12e"
5099            },
5100            "dist": {
5101                "type": "zip",
5102                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/b42d784bd142e916058a9d68eeafcc10ff63c12e",
5103                "reference": "b42d784bd142e916058a9d68eeafcc10ff63c12e",
5104                "shasum": ""
5105            },
5106            "require": {
5107                "php": ">=5.3.3"
5108            },
5109            "require-dev": {
5110                "fabpot/php-cs-fixer": "1.7.*",
5111                "phpunit/phpunit": "~4.0",
5112                "satooshi/php-coveralls": "dev-master",
5113                "zendframework/zend-eventmanager": "self.version",
5114                "zendframework/zend-filter": "self.version",
5115                "zendframework/zend-serializer": "self.version",
5116                "zendframework/zend-servicemanager": "self.version"
5117            },
5118            "suggest": {
5119                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
5120                "zendframework/zend-filter": "To support naming strategy hydrator usage",
5121                "zendframework/zend-serializer": "Zend\\Serializer component",
5122                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
5123            },
5124            "type": "library",
5125            "extra": {
5126                "branch-alias": {
5127                    "dev-master": "2.2-dev",
5128                    "dev-develop": "2.3-dev"
5129                }
5130            },
5131            "autoload": {
5132                "psr-4": {
5133                    "Zend\\Stdlib\\": "src/"
5134                }
5135            },
5136            "notification-url": "https://packagist.org/downloads/",
5137            "license": [
5138                "BSD-3-Clause"
5139            ],
5140            "homepage": "https://github.com/zendframework/zend-stdlib",
5141            "keywords": [
5142                "stdlib",
5143                "zf2"
5144            ],
5145            "time": "2014-03-05 17:29:35"
5146        },
5147        {
5148            "name": "zetacomponents/base",
5149            "version": "1.9",
5150            "source": {
5151                "type": "git",
5152                "url": "https://github.com/zetacomponents/Base.git",
5153                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687"
5154            },
5155            "dist": {
5156                "type": "zip",
5157                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/f20df24e8de3e48b6b69b2503f917e457281e687",
5158                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687",
5159                "shasum": ""
5160            },
5161            "require-dev": {
5162                "zetacomponents/unit-test": "*"
5163            },
5164            "type": "library",
5165            "autoload": {
5166                "classmap": [
5167                    "src"
5168                ]
5169            },
5170            "notification-url": "https://packagist.org/downloads/",
5171            "license": [
5172                "Apache-2.0"
5173            ],
5174            "authors": [
5175                {
5176                    "name": "Sergey Alexeev"
5177                },
5178                {
5179                    "name": "Sebastian Bergmann"
5180                },
5181                {
5182                    "name": "Jan Borsodi"
5183                },
5184                {
5185                    "name": "Raymond Bosman"
5186                },
5187                {
5188                    "name": "Frederik Holljen"
5189                },
5190                {
5191                    "name": "Kore Nordmann"
5192                },
5193                {
5194                    "name": "Derick Rethans"
5195                },
5196                {
5197                    "name": "Vadym Savchuk"
5198                },
5199                {
5200                    "name": "Tobias Schlitt"
5201                },
5202                {
5203                    "name": "Alexandru Stanoi"
5204                }
5205            ],
5206            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
5207            "homepage": "https://github.com/zetacomponents",
5208            "time": "2014-09-19 03:28:34"
5209        },
5210        {
5211            "name": "zetacomponents/document",
5212            "version": "1.3.1",
5213            "source": {
5214                "type": "git",
5215                "url": "https://github.com/zetacomponents/Document.git",
5216                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
5217            },
5218            "dist": {
5219                "type": "zip",
5220                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
5221                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
5222                "shasum": ""
5223            },
5224            "require": {
5225                "zetacomponents/base": "*"
5226            },
5227            "require-dev": {
5228                "zetacomponents/unit-test": "dev-master"
5229            },
5230            "type": "library",
5231            "autoload": {
5232                "classmap": [
5233                    "src"
5234                ]
5235            },
5236            "notification-url": "https://packagist.org/downloads/",
5237            "license": [
5238                "Apache-2.0"
5239            ],
5240            "authors": [
5241                {
5242                    "name": "Sebastian Bergmann"
5243                },
5244                {
5245                    "name": "Kore Nordmann"
5246                },
5247                {
5248                    "name": "Derick Rethans"
5249                },
5250                {
5251                    "name": "Tobias Schlitt"
5252                },
5253                {
5254                    "name": "Alexandru Stanoi"
5255                }
5256            ],
5257            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
5258            "homepage": "https://github.com/zetacomponents",
5259            "time": "2013-12-19 11:40:00"
5260        }
5261    ],
5262    "aliases": [],
5263    "minimum-stability": "stable",
5264    "stability-flags": [],
5265    "prefer-stable": false,
5266    "prefer-lowest": false,
5267    "platform": [],
5268    "platform-dev": []
5269}
5270