fix php 5.6 in docker dev env (#1740)
[openemr.git] / vendor / zendframework / zend-cache / composer.lock
blobbe22c474ea74067beee92e229a3279724c49e2a9
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": "cd1ee7de8fd9d793184bd9c877278166",
8     "content-hash": "275a82df13a96c57ca78da356128eec2",
9     "packages": [
10         {
11             "name": "container-interop/container-interop",
12             "version": "1.1.0",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/container-interop/container-interop.git",
16                 "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
21                 "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
22                 "shasum": ""
23             },
24             "type": "library",
25             "autoload": {
26                 "psr-4": {
27                     "Interop\\Container\\": "src/Interop/Container/"
28                 }
29             },
30             "notification-url": "https://packagist.org/downloads/",
31             "license": [
32                 "MIT"
33             ],
34             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
35             "time": "2014-12-30 15:22:37"
36         },
37         {
38             "name": "zendframework/zend-eventmanager",
39             "version": "3.0.1",
40             "source": {
41                 "type": "git",
42                 "url": "https://github.com/zendframework/zend-eventmanager.git",
43                 "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
44             },
45             "dist": {
46                 "type": "zip",
47                 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
48                 "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
49                 "shasum": ""
50             },
51             "require": {
52                 "php": "^5.5 || ^7.0"
53             },
54             "require-dev": {
55                 "athletic/athletic": "^0.1",
56                 "container-interop/container-interop": "^1.1.0",
57                 "phpunit/phpunit": "~4.0",
58                 "squizlabs/php_codesniffer": "^2.0",
59                 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
60             },
61             "suggest": {
62                 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
63                 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
64             },
65             "type": "library",
66             "extra": {
67                 "branch-alias": {
68                     "dev-master": "3.0-dev",
69                     "dev-develop": "3.1-dev"
70                 }
71             },
72             "autoload": {
73                 "psr-4": {
74                     "Zend\\EventManager\\": "src/"
75                 }
76             },
77             "notification-url": "https://packagist.org/downloads/",
78             "license": [
79                 "BSD-3-Clause"
80             ],
81             "description": "Trigger and listen to events within a PHP application",
82             "homepage": "https://github.com/zendframework/zend-eventmanager",
83             "keywords": [
84                 "event",
85                 "eventmanager",
86                 "events",
87                 "zf2"
88             ],
89             "time": "2016-02-18 20:53:00"
90         },
91         {
92             "name": "zendframework/zend-servicemanager",
93             "version": "3.1.1",
94             "source": {
95                 "type": "git",
96                 "url": "https://github.com/zendframework/zend-servicemanager.git",
97                 "reference": "f701b0d322741b0c8d8ca1288f249a49438029cd"
98             },
99             "dist": {
100                 "type": "zip",
101                 "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/f701b0d322741b0c8d8ca1288f249a49438029cd",
102                 "reference": "f701b0d322741b0c8d8ca1288f249a49438029cd",
103                 "shasum": ""
104             },
105             "require": {
106                 "container-interop/container-interop": "~1.0",
107                 "php": "^5.5 || ^7.0"
108             },
109             "provide": {
110                 "container-interop/container-interop-implementation": "^1.1"
111             },
112             "require-dev": {
113                 "ocramius/proxy-manager": "^1.0 || ^2.0",
114                 "phpbench/phpbench": "^0.10.0",
115                 "phpunit/phpunit": "^4.6 || ^5.2.10",
116                 "squizlabs/php_codesniffer": "^2.5.1"
117             },
118             "suggest": {
119                 "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
120                 "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
121             },
122             "type": "library",
123             "extra": {
124                 "branch-alias": {
125                     "dev-master": "3.1-dev",
126                     "dev-develop": "3.2-dev"
127                 }
128             },
129             "autoload": {
130                 "psr-4": {
131                     "Zend\\ServiceManager\\": "src/"
132                 }
133             },
134             "notification-url": "https://packagist.org/downloads/",
135             "license": [
136                 "BSD-3-Clause"
137             ],
138             "homepage": "https://github.com/zendframework/zend-servicemanager",
139             "keywords": [
140                 "service-manager",
141                 "servicemanager",
142                 "zf"
143             ],
144             "time": "2016-07-15 14:59:51"
145         },
146         {
147             "name": "zendframework/zend-stdlib",
148             "version": "3.0.1",
149             "source": {
150                 "type": "git",
151                 "url": "https://github.com/zendframework/zend-stdlib.git",
152                 "reference": "8bafa58574204bdff03c275d1d618aaa601588ae"
153             },
154             "dist": {
155                 "type": "zip",
156                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/8bafa58574204bdff03c275d1d618aaa601588ae",
157                 "reference": "8bafa58574204bdff03c275d1d618aaa601588ae",
158                 "shasum": ""
159             },
160             "require": {
161                 "php": "^5.5 || ^7.0"
162             },
163             "require-dev": {
164                 "athletic/athletic": "~0.1",
165                 "fabpot/php-cs-fixer": "1.7.*",
166                 "phpunit/phpunit": "~4.0"
167             },
168             "type": "library",
169             "extra": {
170                 "branch-alias": {
171                     "dev-master": "3.0-dev",
172                     "dev-develop": "3.1-dev"
173                 }
174             },
175             "autoload": {
176                 "psr-4": {
177                     "Zend\\Stdlib\\": "src/"
178                 }
179             },
180             "notification-url": "https://packagist.org/downloads/",
181             "license": [
182                 "BSD-3-Clause"
183             ],
184             "homepage": "https://github.com/zendframework/zend-stdlib",
185             "keywords": [
186                 "stdlib",
187                 "zf2"
188             ],
189             "time": "2016-04-12 21:19:36"
190         }
191     ],
192     "packages-dev": [
193         {
194             "name": "doctrine/annotations",
195             "version": "v1.2.7",
196             "source": {
197                 "type": "git",
198                 "url": "https://github.com/doctrine/annotations.git",
199                 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
200             },
201             "dist": {
202                 "type": "zip",
203                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
204                 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
205                 "shasum": ""
206             },
207             "require": {
208                 "doctrine/lexer": "1.*",
209                 "php": ">=5.3.2"
210             },
211             "require-dev": {
212                 "doctrine/cache": "1.*",
213                 "phpunit/phpunit": "4.*"
214             },
215             "type": "library",
216             "extra": {
217                 "branch-alias": {
218                     "dev-master": "1.3.x-dev"
219                 }
220             },
221             "autoload": {
222                 "psr-0": {
223                     "Doctrine\\Common\\Annotations\\": "lib/"
224                 }
225             },
226             "notification-url": "https://packagist.org/downloads/",
227             "license": [
228                 "MIT"
229             ],
230             "authors": [
231                 {
232                     "name": "Roman Borschel",
233                     "email": "roman@code-factory.org"
234                 },
235                 {
236                     "name": "Benjamin Eberlei",
237                     "email": "kontakt@beberlei.de"
238                 },
239                 {
240                     "name": "Guilherme Blanco",
241                     "email": "guilhermeblanco@gmail.com"
242                 },
243                 {
244                     "name": "Jonathan Wage",
245                     "email": "jonwage@gmail.com"
246                 },
247                 {
248                     "name": "Johannes Schmitt",
249                     "email": "schmittjoh@gmail.com"
250                 }
251             ],
252             "description": "Docblock Annotations Parser",
253             "homepage": "http://www.doctrine-project.org",
254             "keywords": [
255                 "annotations",
256                 "docblock",
257                 "parser"
258             ],
259             "time": "2015-08-31 12:32:49"
260         },
261         {
262             "name": "doctrine/instantiator",
263             "version": "1.0.5",
264             "source": {
265                 "type": "git",
266                 "url": "https://github.com/doctrine/instantiator.git",
267                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
268             },
269             "dist": {
270                 "type": "zip",
271                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
272                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
273                 "shasum": ""
274             },
275             "require": {
276                 "php": ">=5.3,<8.0-DEV"
277             },
278             "require-dev": {
279                 "athletic/athletic": "~0.1.8",
280                 "ext-pdo": "*",
281                 "ext-phar": "*",
282                 "phpunit/phpunit": "~4.0",
283                 "squizlabs/php_codesniffer": "~2.0"
284             },
285             "type": "library",
286             "extra": {
287                 "branch-alias": {
288                     "dev-master": "1.0.x-dev"
289                 }
290             },
291             "autoload": {
292                 "psr-4": {
293                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
294                 }
295             },
296             "notification-url": "https://packagist.org/downloads/",
297             "license": [
298                 "MIT"
299             ],
300             "authors": [
301                 {
302                     "name": "Marco Pivetta",
303                     "email": "ocramius@gmail.com",
304                     "homepage": "http://ocramius.github.com/"
305                 }
306             ],
307             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
308             "homepage": "https://github.com/doctrine/instantiator",
309             "keywords": [
310                 "constructor",
311                 "instantiate"
312             ],
313             "time": "2015-06-14 21:17:01"
314         },
315         {
316             "name": "doctrine/lexer",
317             "version": "v1.0.1",
318             "source": {
319                 "type": "git",
320                 "url": "https://github.com/doctrine/lexer.git",
321                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
322             },
323             "dist": {
324                 "type": "zip",
325                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
326                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
327                 "shasum": ""
328             },
329             "require": {
330                 "php": ">=5.3.2"
331             },
332             "type": "library",
333             "extra": {
334                 "branch-alias": {
335                     "dev-master": "1.0.x-dev"
336                 }
337             },
338             "autoload": {
339                 "psr-0": {
340                     "Doctrine\\Common\\Lexer\\": "lib/"
341                 }
342             },
343             "notification-url": "https://packagist.org/downloads/",
344             "license": [
345                 "MIT"
346             ],
347             "authors": [
348                 {
349                     "name": "Roman Borschel",
350                     "email": "roman@code-factory.org"
351                 },
352                 {
353                     "name": "Guilherme Blanco",
354                     "email": "guilhermeblanco@gmail.com"
355                 },
356                 {
357                     "name": "Johannes Schmitt",
358                     "email": "schmittjoh@gmail.com"
359                 }
360             ],
361             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
362             "homepage": "http://www.doctrine-project.org",
363             "keywords": [
364                 "lexer",
365                 "parser"
366             ],
367             "time": "2014-09-09 13:34:57"
368         },
369         {
370             "name": "justinrainbow/json-schema",
371             "version": "1.4.4",
372             "source": {
373                 "type": "git",
374                 "url": "https://github.com/justinrainbow/json-schema.git",
375                 "reference": "8dc9b9d85ab639ca60ab4608b34c1279d6ae7bce"
376             },
377             "dist": {
378                 "type": "zip",
379                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8dc9b9d85ab639ca60ab4608b34c1279d6ae7bce",
380                 "reference": "8dc9b9d85ab639ca60ab4608b34c1279d6ae7bce",
381                 "shasum": ""
382             },
383             "require": {
384                 "php": ">=5.3.2"
385             },
386             "require-dev": {
387                 "json-schema/json-schema-test-suite": "1.1.0",
388                 "phpdocumentor/phpdocumentor": "~2",
389                 "phpunit/phpunit": "~3.7"
390             },
391             "bin": [
392                 "bin/validate-json"
393             ],
394             "type": "library",
395             "extra": {
396                 "branch-alias": {
397                     "dev-master": "1.4.x-dev"
398                 }
399             },
400             "autoload": {
401                 "psr-0": {
402                     "JsonSchema": "src/"
403                 }
404             },
405             "notification-url": "https://packagist.org/downloads/",
406             "license": [
407                 "BSD-3-Clause"
408             ],
409             "authors": [
410                 {
411                     "name": "Bruno Prieto Reis",
412                     "email": "bruno.p.reis@gmail.com"
413                 },
414                 {
415                     "name": "Justin Rainbow",
416                     "email": "justin.rainbow@gmail.com"
417                 },
418                 {
419                     "name": "Igor Wiedler",
420                     "email": "igor@wiedler.ch"
421                 },
422                 {
423                     "name": "Robert Schönthal",
424                     "email": "seroscho@googlemail.com"
425                 }
426             ],
427             "description": "A library to validate a json schema.",
428             "homepage": "https://github.com/justinrainbow/json-schema",
429             "keywords": [
430                 "json",
431                 "schema"
432             ],
433             "time": "2015-07-14 16:29:50"
434         },
435         {
436             "name": "phpbench/dom",
437             "version": "0.1.0",
438             "source": {
439                 "type": "git",
440                 "url": "https://github.com/phpbench/dom.git",
441                 "reference": "320ecff2f219a9189b33ff3ca6c5d12c54307173"
442             },
443             "dist": {
444                 "type": "zip",
445                 "url": "https://api.github.com/repos/phpbench/dom/zipball/320ecff2f219a9189b33ff3ca6c5d12c54307173",
446                 "reference": "320ecff2f219a9189b33ff3ca6c5d12c54307173",
447                 "shasum": ""
448             },
449             "require": {
450                 "ext-dom": "*",
451                 "php": "^5.4|^7.0"
452             },
453             "require-dev": {
454                 "phpunit/phpunit": "^4.6"
455             },
456             "type": "library",
457             "extra": {
458                 "branch-alias": {
459                     "dev-master": "1.0-dev"
460                 }
461             },
462             "autoload": {
463                 "psr-4": {
464                     "PhpBench\\Dom\\": "lib/"
465                 }
466             },
467             "notification-url": "https://packagist.org/downloads/",
468             "license": [
469                 "MIT"
470             ],
471             "authors": [
472                 {
473                     "name": "Daniel Leech",
474                     "email": "daniel@dantleech.com"
475                 }
476             ],
477             "description": "DOM wrapper to simplify working with the PHP DOM implementation",
478             "time": "2015-11-25 10:33:16"
479         },
480         {
481             "name": "phpbench/phpbench",
482             "version": "0.10.0",
483             "source": {
484                 "type": "git",
485                 "url": "https://github.com/phpbench/phpbench.git",
486                 "reference": "4b1c4114e483a41b36776d50d88f58da5aea6321"
487             },
488             "dist": {
489                 "type": "zip",
490                 "url": "https://api.github.com/repos/phpbench/phpbench/zipball/4b1c4114e483a41b36776d50d88f58da5aea6321",
491                 "reference": "4b1c4114e483a41b36776d50d88f58da5aea6321",
492                 "shasum": ""
493             },
494             "require": {
495                 "doctrine/annotations": "^1.2.7",
496                 "ext-dom": "*",
497                 "ext-json": "*",
498                 "ext-pcre": "*",
499                 "ext-reflection": "*",
500                 "ext-spl": "*",
501                 "justinrainbow/json-schema": "^1.0",
502                 "php": "^5.4|^7.0",
503                 "phpbench/dom": "^0.1",
504                 "phpbench/tabular": "^0.4.1",
505                 "seld/jsonlint": "^1.0",
506                 "symfony/console": "^2.4|^3.0",
507                 "symfony/debug": "^2.4|^3.0",
508                 "symfony/filesystem": "^2.4|^3.0",
509                 "symfony/finder": "^2.4|^3.0",
510                 "symfony/process": "^2.1|^3.0"
511             },
512             "require-dev": {
513                 "phpunit/phpunit": "^4.6"
514             },
515             "bin": [
516                 "bin/phpbench"
517             ],
518             "type": "library",
519             "extra": {
520                 "branch-alias": {
521                     "dev-master": "1.0-dev"
522                 }
523             },
524             "autoload": {
525                 "psr-4": {
526                     "PhpBench\\": "lib/",
527                     "PhpBench\\Extensions\\XDebug\\": "extensions/xdebug/lib/"
528                 }
529             },
530             "notification-url": "https://packagist.org/downloads/",
531             "license": [
532                 "MIT"
533             ],
534             "authors": [
535                 {
536                     "name": "Daniel Leech",
537                     "email": "daniel@dantleech.com"
538                 }
539             ],
540             "description": "PHP Benchmarking Framework",
541             "time": "2016-01-16 10:16:42"
542         },
543         {
544             "name": "phpbench/tabular",
545             "version": "0.4.1",
546             "source": {
547                 "type": "git",
548                 "url": "https://github.com/phpbench/tabular.git",
549                 "reference": "16f6feefc449153ed2bf6a89777cf1b488b34d53"
550             },
551             "dist": {
552                 "type": "zip",
553                 "url": "https://api.github.com/repos/phpbench/tabular/zipball/16f6feefc449153ed2bf6a89777cf1b488b34d53",
554                 "reference": "16f6feefc449153ed2bf6a89777cf1b488b34d53",
555                 "shasum": ""
556             },
557             "require": {
558                 "justinrainbow/json-schema": "~1.4.0",
559                 "php": "~5.4|^7.0",
560                 "phpbench/dom": "~0.1",
561                 "seld/jsonlint": "~1.0"
562             },
563             "bin": [
564                 "bin/phpbench"
565             ],
566             "type": "library",
567             "extra": {
568                 "branch-alias": {
569                     "dev-master": "1.0-dev"
570                 }
571             },
572             "autoload": {
573                 "psr-4": {
574                     "PhpBench\\Tabular\\": "lib/"
575                 }
576             },
577             "notification-url": "https://packagist.org/downloads/",
578             "license": [
579                 "MIT"
580             ],
581             "authors": [
582                 {
583                     "name": "Daniel Leech",
584                     "email": "daniel@dantleech.com"
585                 }
586             ],
587             "description": "Generate complex tables from simple configuration",
588             "abandoned": true,
589             "time": "2015-12-27 10:59:20"
590         },
591         {
592             "name": "phpdocumentor/reflection-common",
593             "version": "1.0",
594             "source": {
595                 "type": "git",
596                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
597                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
598             },
599             "dist": {
600                 "type": "zip",
601                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
602                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
603                 "shasum": ""
604             },
605             "require": {
606                 "php": ">=5.5"
607             },
608             "require-dev": {
609                 "phpunit/phpunit": "^4.6"
610             },
611             "type": "library",
612             "extra": {
613                 "branch-alias": {
614                     "dev-master": "1.0.x-dev"
615                 }
616             },
617             "autoload": {
618                 "psr-4": {
619                     "phpDocumentor\\Reflection\\": [
620                         "src"
621                     ]
622                 }
623             },
624             "notification-url": "https://packagist.org/downloads/",
625             "license": [
626                 "MIT"
627             ],
628             "authors": [
629                 {
630                     "name": "Jaap van Otterdijk",
631                     "email": "opensource@ijaap.nl"
632                 }
633             ],
634             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
635             "homepage": "http://www.phpdoc.org",
636             "keywords": [
637                 "FQSEN",
638                 "phpDocumentor",
639                 "phpdoc",
640                 "reflection",
641                 "static analysis"
642             ],
643             "time": "2015-12-27 11:43:31"
644         },
645         {
646             "name": "phpdocumentor/reflection-docblock",
647             "version": "3.1.1",
648             "source": {
649                 "type": "git",
650                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
651                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
652             },
653             "dist": {
654                 "type": "zip",
655                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
656                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
657                 "shasum": ""
658             },
659             "require": {
660                 "php": ">=5.5",
661                 "phpdocumentor/reflection-common": "^1.0@dev",
662                 "phpdocumentor/type-resolver": "^0.2.0",
663                 "webmozart/assert": "^1.0"
664             },
665             "require-dev": {
666                 "mockery/mockery": "^0.9.4",
667                 "phpunit/phpunit": "^4.4"
668             },
669             "type": "library",
670             "autoload": {
671                 "psr-4": {
672                     "phpDocumentor\\Reflection\\": [
673                         "src/"
674                     ]
675                 }
676             },
677             "notification-url": "https://packagist.org/downloads/",
678             "license": [
679                 "MIT"
680             ],
681             "authors": [
682                 {
683                     "name": "Mike van Riel",
684                     "email": "me@mikevanriel.com"
685                 }
686             ],
687             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
688             "time": "2016-09-30 07:12:33"
689         },
690         {
691             "name": "phpdocumentor/type-resolver",
692             "version": "0.2.1",
693             "source": {
694                 "type": "git",
695                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
696                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
697             },
698             "dist": {
699                 "type": "zip",
700                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
701                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
702                 "shasum": ""
703             },
704             "require": {
705                 "php": ">=5.5",
706                 "phpdocumentor/reflection-common": "^1.0"
707             },
708             "require-dev": {
709                 "mockery/mockery": "^0.9.4",
710                 "phpunit/phpunit": "^5.2||^4.8.24"
711             },
712             "type": "library",
713             "extra": {
714                 "branch-alias": {
715                     "dev-master": "1.0.x-dev"
716                 }
717             },
718             "autoload": {
719                 "psr-4": {
720                     "phpDocumentor\\Reflection\\": [
721                         "src/"
722                     ]
723                 }
724             },
725             "notification-url": "https://packagist.org/downloads/",
726             "license": [
727                 "MIT"
728             ],
729             "authors": [
730                 {
731                     "name": "Mike van Riel",
732                     "email": "me@mikevanriel.com"
733                 }
734             ],
735             "time": "2016-11-25 06:54:22"
736         },
737         {
738             "name": "phpspec/prophecy",
739             "version": "v1.6.2",
740             "source": {
741                 "type": "git",
742                 "url": "https://github.com/phpspec/prophecy.git",
743                 "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
744             },
745             "dist": {
746                 "type": "zip",
747                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
748                 "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
749                 "shasum": ""
750             },
751             "require": {
752                 "doctrine/instantiator": "^1.0.2",
753                 "php": "^5.3|^7.0",
754                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
755                 "sebastian/comparator": "^1.1",
756                 "sebastian/recursion-context": "^1.0|^2.0"
757             },
758             "require-dev": {
759                 "phpspec/phpspec": "^2.0",
760                 "phpunit/phpunit": "^4.8 || ^5.6.5"
761             },
762             "type": "library",
763             "extra": {
764                 "branch-alias": {
765                     "dev-master": "1.6.x-dev"
766                 }
767             },
768             "autoload": {
769                 "psr-0": {
770                     "Prophecy\\": "src/"
771                 }
772             },
773             "notification-url": "https://packagist.org/downloads/",
774             "license": [
775                 "MIT"
776             ],
777             "authors": [
778                 {
779                     "name": "Konstantin Kudryashov",
780                     "email": "ever.zet@gmail.com",
781                     "homepage": "http://everzet.com"
782                 },
783                 {
784                     "name": "Marcello Duarte",
785                     "email": "marcello.duarte@gmail.com"
786                 }
787             ],
788             "description": "Highly opinionated mocking framework for PHP 5.3+",
789             "homepage": "https://github.com/phpspec/prophecy",
790             "keywords": [
791                 "Double",
792                 "Dummy",
793                 "fake",
794                 "mock",
795                 "spy",
796                 "stub"
797             ],
798             "time": "2016-11-21 14:58:47"
799         },
800         {
801             "name": "phpunit/php-code-coverage",
802             "version": "2.2.4",
803             "source": {
804                 "type": "git",
805                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
806                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
807             },
808             "dist": {
809                 "type": "zip",
810                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
811                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
812                 "shasum": ""
813             },
814             "require": {
815                 "php": ">=5.3.3",
816                 "phpunit/php-file-iterator": "~1.3",
817                 "phpunit/php-text-template": "~1.2",
818                 "phpunit/php-token-stream": "~1.3",
819                 "sebastian/environment": "^1.3.2",
820                 "sebastian/version": "~1.0"
821             },
822             "require-dev": {
823                 "ext-xdebug": ">=2.1.4",
824                 "phpunit/phpunit": "~4"
825             },
826             "suggest": {
827                 "ext-dom": "*",
828                 "ext-xdebug": ">=2.2.1",
829                 "ext-xmlwriter": "*"
830             },
831             "type": "library",
832             "extra": {
833                 "branch-alias": {
834                     "dev-master": "2.2.x-dev"
835                 }
836             },
837             "autoload": {
838                 "classmap": [
839                     "src/"
840                 ]
841             },
842             "notification-url": "https://packagist.org/downloads/",
843             "license": [
844                 "BSD-3-Clause"
845             ],
846             "authors": [
847                 {
848                     "name": "Sebastian Bergmann",
849                     "email": "sb@sebastian-bergmann.de",
850                     "role": "lead"
851                 }
852             ],
853             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
854             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
855             "keywords": [
856                 "coverage",
857                 "testing",
858                 "xunit"
859             ],
860             "time": "2015-10-06 15:47:00"
861         },
862         {
863             "name": "phpunit/php-file-iterator",
864             "version": "1.4.2",
865             "source": {
866                 "type": "git",
867                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
868                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
869             },
870             "dist": {
871                 "type": "zip",
872                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
873                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
874                 "shasum": ""
875             },
876             "require": {
877                 "php": ">=5.3.3"
878             },
879             "type": "library",
880             "extra": {
881                 "branch-alias": {
882                     "dev-master": "1.4.x-dev"
883                 }
884             },
885             "autoload": {
886                 "classmap": [
887                     "src/"
888                 ]
889             },
890             "notification-url": "https://packagist.org/downloads/",
891             "license": [
892                 "BSD-3-Clause"
893             ],
894             "authors": [
895                 {
896                     "name": "Sebastian Bergmann",
897                     "email": "sb@sebastian-bergmann.de",
898                     "role": "lead"
899                 }
900             ],
901             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
902             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
903             "keywords": [
904                 "filesystem",
905                 "iterator"
906             ],
907             "time": "2016-10-03 07:40:28"
908         },
909         {
910             "name": "phpunit/php-text-template",
911             "version": "1.2.1",
912             "source": {
913                 "type": "git",
914                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
915                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
916             },
917             "dist": {
918                 "type": "zip",
919                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
920                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
921                 "shasum": ""
922             },
923             "require": {
924                 "php": ">=5.3.3"
925             },
926             "type": "library",
927             "autoload": {
928                 "classmap": [
929                     "src/"
930                 ]
931             },
932             "notification-url": "https://packagist.org/downloads/",
933             "license": [
934                 "BSD-3-Clause"
935             ],
936             "authors": [
937                 {
938                     "name": "Sebastian Bergmann",
939                     "email": "sebastian@phpunit.de",
940                     "role": "lead"
941                 }
942             ],
943             "description": "Simple template engine.",
944             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
945             "keywords": [
946                 "template"
947             ],
948             "time": "2015-06-21 13:50:34"
949         },
950         {
951             "name": "phpunit/php-timer",
952             "version": "1.0.8",
953             "source": {
954                 "type": "git",
955                 "url": "https://github.com/sebastianbergmann/php-timer.git",
956                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
957             },
958             "dist": {
959                 "type": "zip",
960                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
961                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
962                 "shasum": ""
963             },
964             "require": {
965                 "php": ">=5.3.3"
966             },
967             "require-dev": {
968                 "phpunit/phpunit": "~4|~5"
969             },
970             "type": "library",
971             "autoload": {
972                 "classmap": [
973                     "src/"
974                 ]
975             },
976             "notification-url": "https://packagist.org/downloads/",
977             "license": [
978                 "BSD-3-Clause"
979             ],
980             "authors": [
981                 {
982                     "name": "Sebastian Bergmann",
983                     "email": "sb@sebastian-bergmann.de",
984                     "role": "lead"
985                 }
986             ],
987             "description": "Utility class for timing",
988             "homepage": "https://github.com/sebastianbergmann/php-timer/",
989             "keywords": [
990                 "timer"
991             ],
992             "time": "2016-05-12 18:03:57"
993         },
994         {
995             "name": "phpunit/php-token-stream",
996             "version": "1.4.9",
997             "source": {
998                 "type": "git",
999                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1000                 "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
1001             },
1002             "dist": {
1003                 "type": "zip",
1004                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
1005                 "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
1006                 "shasum": ""
1007             },
1008             "require": {
1009                 "ext-tokenizer": "*",
1010                 "php": ">=5.3.3"
1011             },
1012             "require-dev": {
1013                 "phpunit/phpunit": "~4.2"
1014             },
1015             "type": "library",
1016             "extra": {
1017                 "branch-alias": {
1018                     "dev-master": "1.4-dev"
1019                 }
1020             },
1021             "autoload": {
1022                 "classmap": [
1023                     "src/"
1024                 ]
1025             },
1026             "notification-url": "https://packagist.org/downloads/",
1027             "license": [
1028                 "BSD-3-Clause"
1029             ],
1030             "authors": [
1031                 {
1032                     "name": "Sebastian Bergmann",
1033                     "email": "sebastian@phpunit.de"
1034                 }
1035             ],
1036             "description": "Wrapper around PHP's tokenizer extension.",
1037             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1038             "keywords": [
1039                 "tokenizer"
1040             ],
1041             "time": "2016-11-15 14:06:22"
1042         },
1043         {
1044             "name": "phpunit/phpunit",
1045             "version": "4.8.31",
1046             "source": {
1047                 "type": "git",
1048                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1049                 "reference": "98b2b39a520766bec663ff5b7ff1b729db9dbfe3"
1050             },
1051             "dist": {
1052                 "type": "zip",
1053                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/98b2b39a520766bec663ff5b7ff1b729db9dbfe3",
1054                 "reference": "98b2b39a520766bec663ff5b7ff1b729db9dbfe3",
1055                 "shasum": ""
1056             },
1057             "require": {
1058                 "ext-dom": "*",
1059                 "ext-json": "*",
1060                 "ext-pcre": "*",
1061                 "ext-reflection": "*",
1062                 "ext-spl": "*",
1063                 "php": ">=5.3.3",
1064                 "phpspec/prophecy": "^1.3.1",
1065                 "phpunit/php-code-coverage": "~2.1",
1066                 "phpunit/php-file-iterator": "~1.4",
1067                 "phpunit/php-text-template": "~1.2",
1068                 "phpunit/php-timer": "^1.0.6",
1069                 "phpunit/phpunit-mock-objects": "~2.3",
1070                 "sebastian/comparator": "~1.2.2",
1071                 "sebastian/diff": "~1.2",
1072                 "sebastian/environment": "~1.3",
1073                 "sebastian/exporter": "~1.2",
1074                 "sebastian/global-state": "~1.0",
1075                 "sebastian/version": "~1.0",
1076                 "symfony/yaml": "~2.1|~3.0"
1077             },
1078             "suggest": {
1079                 "phpunit/php-invoker": "~1.1"
1080             },
1081             "bin": [
1082                 "phpunit"
1083             ],
1084             "type": "library",
1085             "extra": {
1086                 "branch-alias": {
1087                     "dev-master": "4.8.x-dev"
1088                 }
1089             },
1090             "autoload": {
1091                 "classmap": [
1092                     "src/"
1093                 ]
1094             },
1095             "notification-url": "https://packagist.org/downloads/",
1096             "license": [
1097                 "BSD-3-Clause"
1098             ],
1099             "authors": [
1100                 {
1101                     "name": "Sebastian Bergmann",
1102                     "email": "sebastian@phpunit.de",
1103                     "role": "lead"
1104                 }
1105             ],
1106             "description": "The PHP Unit Testing framework.",
1107             "homepage": "https://phpunit.de/",
1108             "keywords": [
1109                 "phpunit",
1110                 "testing",
1111                 "xunit"
1112             ],
1113             "time": "2016-12-09 02:45:31"
1114         },
1115         {
1116             "name": "phpunit/phpunit-mock-objects",
1117             "version": "2.3.8",
1118             "source": {
1119                 "type": "git",
1120                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1121                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1122             },
1123             "dist": {
1124                 "type": "zip",
1125                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1126                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1127                 "shasum": ""
1128             },
1129             "require": {
1130                 "doctrine/instantiator": "^1.0.2",
1131                 "php": ">=5.3.3",
1132                 "phpunit/php-text-template": "~1.2",
1133                 "sebastian/exporter": "~1.2"
1134             },
1135             "require-dev": {
1136                 "phpunit/phpunit": "~4.4"
1137             },
1138             "suggest": {
1139                 "ext-soap": "*"
1140             },
1141             "type": "library",
1142             "extra": {
1143                 "branch-alias": {
1144                     "dev-master": "2.3.x-dev"
1145                 }
1146             },
1147             "autoload": {
1148                 "classmap": [
1149                     "src/"
1150                 ]
1151             },
1152             "notification-url": "https://packagist.org/downloads/",
1153             "license": [
1154                 "BSD-3-Clause"
1155             ],
1156             "authors": [
1157                 {
1158                     "name": "Sebastian Bergmann",
1159                     "email": "sb@sebastian-bergmann.de",
1160                     "role": "lead"
1161                 }
1162             ],
1163             "description": "Mock Object library for PHPUnit",
1164             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1165             "keywords": [
1166                 "mock",
1167                 "xunit"
1168             ],
1169             "time": "2015-10-02 06:51:40"
1170         },
1171         {
1172             "name": "psr/log",
1173             "version": "1.0.2",
1174             "source": {
1175                 "type": "git",
1176                 "url": "https://github.com/php-fig/log.git",
1177                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1178             },
1179             "dist": {
1180                 "type": "zip",
1181                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1182                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1183                 "shasum": ""
1184             },
1185             "require": {
1186                 "php": ">=5.3.0"
1187             },
1188             "type": "library",
1189             "extra": {
1190                 "branch-alias": {
1191                     "dev-master": "1.0.x-dev"
1192                 }
1193             },
1194             "autoload": {
1195                 "psr-4": {
1196                     "Psr\\Log\\": "Psr/Log/"
1197                 }
1198             },
1199             "notification-url": "https://packagist.org/downloads/",
1200             "license": [
1201                 "MIT"
1202             ],
1203             "authors": [
1204                 {
1205                     "name": "PHP-FIG",
1206                     "homepage": "http://www.php-fig.org/"
1207                 }
1208             ],
1209             "description": "Common interface for logging libraries",
1210             "homepage": "https://github.com/php-fig/log",
1211             "keywords": [
1212                 "log",
1213                 "psr",
1214                 "psr-3"
1215             ],
1216             "time": "2016-10-10 12:19:37"
1217         },
1218         {
1219             "name": "sebastian/comparator",
1220             "version": "1.2.2",
1221             "source": {
1222                 "type": "git",
1223                 "url": "https://github.com/sebastianbergmann/comparator.git",
1224                 "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
1225             },
1226             "dist": {
1227                 "type": "zip",
1228                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
1229                 "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
1230                 "shasum": ""
1231             },
1232             "require": {
1233                 "php": ">=5.3.3",
1234                 "sebastian/diff": "~1.2",
1235                 "sebastian/exporter": "~1.2 || ~2.0"
1236             },
1237             "require-dev": {
1238                 "phpunit/phpunit": "~4.4"
1239             },
1240             "type": "library",
1241             "extra": {
1242                 "branch-alias": {
1243                     "dev-master": "1.2.x-dev"
1244                 }
1245             },
1246             "autoload": {
1247                 "classmap": [
1248                     "src/"
1249                 ]
1250             },
1251             "notification-url": "https://packagist.org/downloads/",
1252             "license": [
1253                 "BSD-3-Clause"
1254             ],
1255             "authors": [
1256                 {
1257                     "name": "Jeff Welch",
1258                     "email": "whatthejeff@gmail.com"
1259                 },
1260                 {
1261                     "name": "Volker Dusch",
1262                     "email": "github@wallbash.com"
1263                 },
1264                 {
1265                     "name": "Bernhard Schussek",
1266                     "email": "bschussek@2bepublished.at"
1267                 },
1268                 {
1269                     "name": "Sebastian Bergmann",
1270                     "email": "sebastian@phpunit.de"
1271                 }
1272             ],
1273             "description": "Provides the functionality to compare PHP values for equality",
1274             "homepage": "http://www.github.com/sebastianbergmann/comparator",
1275             "keywords": [
1276                 "comparator",
1277                 "compare",
1278                 "equality"
1279             ],
1280             "time": "2016-11-19 09:18:40"
1281         },
1282         {
1283             "name": "sebastian/diff",
1284             "version": "1.4.1",
1285             "source": {
1286                 "type": "git",
1287                 "url": "https://github.com/sebastianbergmann/diff.git",
1288                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1289             },
1290             "dist": {
1291                 "type": "zip",
1292                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1293                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1294                 "shasum": ""
1295             },
1296             "require": {
1297                 "php": ">=5.3.3"
1298             },
1299             "require-dev": {
1300                 "phpunit/phpunit": "~4.8"
1301             },
1302             "type": "library",
1303             "extra": {
1304                 "branch-alias": {
1305                     "dev-master": "1.4-dev"
1306                 }
1307             },
1308             "autoload": {
1309                 "classmap": [
1310                     "src/"
1311                 ]
1312             },
1313             "notification-url": "https://packagist.org/downloads/",
1314             "license": [
1315                 "BSD-3-Clause"
1316             ],
1317             "authors": [
1318                 {
1319                     "name": "Kore Nordmann",
1320                     "email": "mail@kore-nordmann.de"
1321                 },
1322                 {
1323                     "name": "Sebastian Bergmann",
1324                     "email": "sebastian@phpunit.de"
1325                 }
1326             ],
1327             "description": "Diff implementation",
1328             "homepage": "https://github.com/sebastianbergmann/diff",
1329             "keywords": [
1330                 "diff"
1331             ],
1332             "time": "2015-12-08 07:14:41"
1333         },
1334         {
1335             "name": "sebastian/environment",
1336             "version": "1.3.8",
1337             "source": {
1338                 "type": "git",
1339                 "url": "https://github.com/sebastianbergmann/environment.git",
1340                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1341             },
1342             "dist": {
1343                 "type": "zip",
1344                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1345                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1346                 "shasum": ""
1347             },
1348             "require": {
1349                 "php": "^5.3.3 || ^7.0"
1350             },
1351             "require-dev": {
1352                 "phpunit/phpunit": "^4.8 || ^5.0"
1353             },
1354             "type": "library",
1355             "extra": {
1356                 "branch-alias": {
1357                     "dev-master": "1.3.x-dev"
1358                 }
1359             },
1360             "autoload": {
1361                 "classmap": [
1362                     "src/"
1363                 ]
1364             },
1365             "notification-url": "https://packagist.org/downloads/",
1366             "license": [
1367                 "BSD-3-Clause"
1368             ],
1369             "authors": [
1370                 {
1371                     "name": "Sebastian Bergmann",
1372                     "email": "sebastian@phpunit.de"
1373                 }
1374             ],
1375             "description": "Provides functionality to handle HHVM/PHP environments",
1376             "homepage": "http://www.github.com/sebastianbergmann/environment",
1377             "keywords": [
1378                 "Xdebug",
1379                 "environment",
1380                 "hhvm"
1381             ],
1382             "time": "2016-08-18 05:49:44"
1383         },
1384         {
1385             "name": "sebastian/exporter",
1386             "version": "1.2.2",
1387             "source": {
1388                 "type": "git",
1389                 "url": "https://github.com/sebastianbergmann/exporter.git",
1390                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1391             },
1392             "dist": {
1393                 "type": "zip",
1394                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1395                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1396                 "shasum": ""
1397             },
1398             "require": {
1399                 "php": ">=5.3.3",
1400                 "sebastian/recursion-context": "~1.0"
1401             },
1402             "require-dev": {
1403                 "ext-mbstring": "*",
1404                 "phpunit/phpunit": "~4.4"
1405             },
1406             "type": "library",
1407             "extra": {
1408                 "branch-alias": {
1409                     "dev-master": "1.3.x-dev"
1410                 }
1411             },
1412             "autoload": {
1413                 "classmap": [
1414                     "src/"
1415                 ]
1416             },
1417             "notification-url": "https://packagist.org/downloads/",
1418             "license": [
1419                 "BSD-3-Clause"
1420             ],
1421             "authors": [
1422                 {
1423                     "name": "Jeff Welch",
1424                     "email": "whatthejeff@gmail.com"
1425                 },
1426                 {
1427                     "name": "Volker Dusch",
1428                     "email": "github@wallbash.com"
1429                 },
1430                 {
1431                     "name": "Bernhard Schussek",
1432                     "email": "bschussek@2bepublished.at"
1433                 },
1434                 {
1435                     "name": "Sebastian Bergmann",
1436                     "email": "sebastian@phpunit.de"
1437                 },
1438                 {
1439                     "name": "Adam Harvey",
1440                     "email": "aharvey@php.net"
1441                 }
1442             ],
1443             "description": "Provides the functionality to export PHP variables for visualization",
1444             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1445             "keywords": [
1446                 "export",
1447                 "exporter"
1448             ],
1449             "time": "2016-06-17 09:04:28"
1450         },
1451         {
1452             "name": "sebastian/global-state",
1453             "version": "1.1.1",
1454             "source": {
1455                 "type": "git",
1456                 "url": "https://github.com/sebastianbergmann/global-state.git",
1457                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1458             },
1459             "dist": {
1460                 "type": "zip",
1461                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1462                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1463                 "shasum": ""
1464             },
1465             "require": {
1466                 "php": ">=5.3.3"
1467             },
1468             "require-dev": {
1469                 "phpunit/phpunit": "~4.2"
1470             },
1471             "suggest": {
1472                 "ext-uopz": "*"
1473             },
1474             "type": "library",
1475             "extra": {
1476                 "branch-alias": {
1477                     "dev-master": "1.0-dev"
1478                 }
1479             },
1480             "autoload": {
1481                 "classmap": [
1482                     "src/"
1483                 ]
1484             },
1485             "notification-url": "https://packagist.org/downloads/",
1486             "license": [
1487                 "BSD-3-Clause"
1488             ],
1489             "authors": [
1490                 {
1491                     "name": "Sebastian Bergmann",
1492                     "email": "sebastian@phpunit.de"
1493                 }
1494             ],
1495             "description": "Snapshotting of global state",
1496             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1497             "keywords": [
1498                 "global state"
1499             ],
1500             "time": "2015-10-12 03:26:01"
1501         },
1502         {
1503             "name": "sebastian/recursion-context",
1504             "version": "1.0.2",
1505             "source": {
1506                 "type": "git",
1507                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1508                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1509             },
1510             "dist": {
1511                 "type": "zip",
1512                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1513                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1514                 "shasum": ""
1515             },
1516             "require": {
1517                 "php": ">=5.3.3"
1518             },
1519             "require-dev": {
1520                 "phpunit/phpunit": "~4.4"
1521             },
1522             "type": "library",
1523             "extra": {
1524                 "branch-alias": {
1525                     "dev-master": "1.0.x-dev"
1526                 }
1527             },
1528             "autoload": {
1529                 "classmap": [
1530                     "src/"
1531                 ]
1532             },
1533             "notification-url": "https://packagist.org/downloads/",
1534             "license": [
1535                 "BSD-3-Clause"
1536             ],
1537             "authors": [
1538                 {
1539                     "name": "Jeff Welch",
1540                     "email": "whatthejeff@gmail.com"
1541                 },
1542                 {
1543                     "name": "Sebastian Bergmann",
1544                     "email": "sebastian@phpunit.de"
1545                 },
1546                 {
1547                     "name": "Adam Harvey",
1548                     "email": "aharvey@php.net"
1549                 }
1550             ],
1551             "description": "Provides functionality to recursively process PHP variables",
1552             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1553             "time": "2015-11-11 19:50:13"
1554         },
1555         {
1556             "name": "sebastian/version",
1557             "version": "1.0.6",
1558             "source": {
1559                 "type": "git",
1560                 "url": "https://github.com/sebastianbergmann/version.git",
1561                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1562             },
1563             "dist": {
1564                 "type": "zip",
1565                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1566                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1567                 "shasum": ""
1568             },
1569             "type": "library",
1570             "autoload": {
1571                 "classmap": [
1572                     "src/"
1573                 ]
1574             },
1575             "notification-url": "https://packagist.org/downloads/",
1576             "license": [
1577                 "BSD-3-Clause"
1578             ],
1579             "authors": [
1580                 {
1581                     "name": "Sebastian Bergmann",
1582                     "email": "sebastian@phpunit.de",
1583                     "role": "lead"
1584                 }
1585             ],
1586             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1587             "homepage": "https://github.com/sebastianbergmann/version",
1588             "time": "2015-06-21 13:59:46"
1589         },
1590         {
1591             "name": "seld/jsonlint",
1592             "version": "1.5.0",
1593             "source": {
1594                 "type": "git",
1595                 "url": "https://github.com/Seldaek/jsonlint.git",
1596                 "reference": "19495c181d6d53a0a13414154e52817e3b504189"
1597             },
1598             "dist": {
1599                 "type": "zip",
1600                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/19495c181d6d53a0a13414154e52817e3b504189",
1601                 "reference": "19495c181d6d53a0a13414154e52817e3b504189",
1602                 "shasum": ""
1603             },
1604             "require": {
1605                 "php": "^5.3 || ^7.0"
1606             },
1607             "bin": [
1608                 "bin/jsonlint"
1609             ],
1610             "type": "library",
1611             "autoload": {
1612                 "psr-4": {
1613                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
1614                 }
1615             },
1616             "notification-url": "https://packagist.org/downloads/",
1617             "license": [
1618                 "MIT"
1619             ],
1620             "authors": [
1621                 {
1622                     "name": "Jordi Boggiano",
1623                     "email": "j.boggiano@seld.be",
1624                     "homepage": "http://seld.be"
1625                 }
1626             ],
1627             "description": "JSON Linter",
1628             "keywords": [
1629                 "json",
1630                 "linter",
1631                 "parser",
1632                 "validator"
1633             ],
1634             "time": "2016-11-14 17:59:58"
1635         },
1636         {
1637             "name": "squizlabs/php_codesniffer",
1638             "version": "2.7.1",
1639             "source": {
1640                 "type": "git",
1641                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1642                 "reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f"
1643             },
1644             "dist": {
1645                 "type": "zip",
1646                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9b324f3a1132459a7274a0ace2e1b766ba80930f",
1647                 "reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f",
1648                 "shasum": ""
1649             },
1650             "require": {
1651                 "ext-simplexml": "*",
1652                 "ext-tokenizer": "*",
1653                 "ext-xmlwriter": "*",
1654                 "php": ">=5.1.2"
1655             },
1656             "require-dev": {
1657                 "phpunit/phpunit": "~4.0"
1658             },
1659             "bin": [
1660                 "scripts/phpcs",
1661                 "scripts/phpcbf"
1662             ],
1663             "type": "library",
1664             "extra": {
1665                 "branch-alias": {
1666                     "dev-master": "2.x-dev"
1667                 }
1668             },
1669             "autoload": {
1670                 "classmap": [
1671                     "CodeSniffer.php",
1672                     "CodeSniffer/CLI.php",
1673                     "CodeSniffer/Exception.php",
1674                     "CodeSniffer/File.php",
1675                     "CodeSniffer/Fixer.php",
1676                     "CodeSniffer/Report.php",
1677                     "CodeSniffer/Reporting.php",
1678                     "CodeSniffer/Sniff.php",
1679                     "CodeSniffer/Tokens.php",
1680                     "CodeSniffer/Reports/",
1681                     "CodeSniffer/Tokenizers/",
1682                     "CodeSniffer/DocGenerators/",
1683                     "CodeSniffer/Standards/AbstractPatternSniff.php",
1684                     "CodeSniffer/Standards/AbstractScopeSniff.php",
1685                     "CodeSniffer/Standards/AbstractVariableSniff.php",
1686                     "CodeSniffer/Standards/IncorrectPatternException.php",
1687                     "CodeSniffer/Standards/Generic/Sniffs/",
1688                     "CodeSniffer/Standards/MySource/Sniffs/",
1689                     "CodeSniffer/Standards/PEAR/Sniffs/",
1690                     "CodeSniffer/Standards/PSR1/Sniffs/",
1691                     "CodeSniffer/Standards/PSR2/Sniffs/",
1692                     "CodeSniffer/Standards/Squiz/Sniffs/",
1693                     "CodeSniffer/Standards/Zend/Sniffs/"
1694                 ]
1695             },
1696             "notification-url": "https://packagist.org/downloads/",
1697             "license": [
1698                 "BSD-3-Clause"
1699             ],
1700             "authors": [
1701                 {
1702                     "name": "Greg Sherwood",
1703                     "role": "lead"
1704                 }
1705             ],
1706             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1707             "homepage": "http://www.squizlabs.com/php-codesniffer",
1708             "keywords": [
1709                 "phpcs",
1710                 "standards"
1711             ],
1712             "time": "2016-11-30 04:02:31"
1713         },
1714         {
1715             "name": "symfony/console",
1716             "version": "v3.2.1",
1717             "source": {
1718                 "type": "git",
1719                 "url": "https://github.com/symfony/console.git",
1720                 "reference": "d12aa9ca20f4db83ec58410978dab6afcb9d6aaa"
1721             },
1722             "dist": {
1723                 "type": "zip",
1724                 "url": "https://api.github.com/repos/symfony/console/zipball/d12aa9ca20f4db83ec58410978dab6afcb9d6aaa",
1725                 "reference": "d12aa9ca20f4db83ec58410978dab6afcb9d6aaa",
1726                 "shasum": ""
1727             },
1728             "require": {
1729                 "php": ">=5.5.9",
1730                 "symfony/debug": "~2.8|~3.0",
1731                 "symfony/polyfill-mbstring": "~1.0"
1732             },
1733             "require-dev": {
1734                 "psr/log": "~1.0",
1735                 "symfony/event-dispatcher": "~2.8|~3.0",
1736                 "symfony/filesystem": "~2.8|~3.0",
1737                 "symfony/process": "~2.8|~3.0"
1738             },
1739             "suggest": {
1740                 "psr/log": "For using the console logger",
1741                 "symfony/event-dispatcher": "",
1742                 "symfony/filesystem": "",
1743                 "symfony/process": ""
1744             },
1745             "type": "library",
1746             "extra": {
1747                 "branch-alias": {
1748                     "dev-master": "3.2-dev"
1749                 }
1750             },
1751             "autoload": {
1752                 "psr-4": {
1753                     "Symfony\\Component\\Console\\": ""
1754                 },
1755                 "exclude-from-classmap": [
1756                     "/Tests/"
1757                 ]
1758             },
1759             "notification-url": "https://packagist.org/downloads/",
1760             "license": [
1761                 "MIT"
1762             ],
1763             "authors": [
1764                 {
1765                     "name": "Fabien Potencier",
1766                     "email": "fabien@symfony.com"
1767                 },
1768                 {
1769                     "name": "Symfony Community",
1770                     "homepage": "https://symfony.com/contributors"
1771                 }
1772             ],
1773             "description": "Symfony Console Component",
1774             "homepage": "https://symfony.com",
1775             "time": "2016-12-11 14:34:22"
1776         },
1777         {
1778             "name": "symfony/debug",
1779             "version": "v3.2.1",
1780             "source": {
1781                 "type": "git",
1782                 "url": "https://github.com/symfony/debug.git",
1783                 "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231"
1784             },
1785             "dist": {
1786                 "type": "zip",
1787                 "url": "https://api.github.com/repos/symfony/debug/zipball/9f923e68d524a3095c5a2ae5fc7220c7cbc12231",
1788                 "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231",
1789                 "shasum": ""
1790             },
1791             "require": {
1792                 "php": ">=5.5.9",
1793                 "psr/log": "~1.0"
1794             },
1795             "conflict": {
1796                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1797             },
1798             "require-dev": {
1799                 "symfony/class-loader": "~2.8|~3.0",
1800                 "symfony/http-kernel": "~2.8|~3.0"
1801             },
1802             "type": "library",
1803             "extra": {
1804                 "branch-alias": {
1805                     "dev-master": "3.2-dev"
1806                 }
1807             },
1808             "autoload": {
1809                 "psr-4": {
1810                     "Symfony\\Component\\Debug\\": ""
1811                 },
1812                 "exclude-from-classmap": [
1813                     "/Tests/"
1814                 ]
1815             },
1816             "notification-url": "https://packagist.org/downloads/",
1817             "license": [
1818                 "MIT"
1819             ],
1820             "authors": [
1821                 {
1822                     "name": "Fabien Potencier",
1823                     "email": "fabien@symfony.com"
1824                 },
1825                 {
1826                     "name": "Symfony Community",
1827                     "homepage": "https://symfony.com/contributors"
1828                 }
1829             ],
1830             "description": "Symfony Debug Component",
1831             "homepage": "https://symfony.com",
1832             "time": "2016-11-16 22:18:16"
1833         },
1834         {
1835             "name": "symfony/filesystem",
1836             "version": "v3.2.1",
1837             "source": {
1838                 "type": "git",
1839                 "url": "https://github.com/symfony/filesystem.git",
1840                 "reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4"
1841             },
1842             "dist": {
1843                 "type": "zip",
1844                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4",
1845                 "reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4",
1846                 "shasum": ""
1847             },
1848             "require": {
1849                 "php": ">=5.5.9"
1850             },
1851             "type": "library",
1852             "extra": {
1853                 "branch-alias": {
1854                     "dev-master": "3.2-dev"
1855                 }
1856             },
1857             "autoload": {
1858                 "psr-4": {
1859                     "Symfony\\Component\\Filesystem\\": ""
1860                 },
1861                 "exclude-from-classmap": [
1862                     "/Tests/"
1863                 ]
1864             },
1865             "notification-url": "https://packagist.org/downloads/",
1866             "license": [
1867                 "MIT"
1868             ],
1869             "authors": [
1870                 {
1871                     "name": "Fabien Potencier",
1872                     "email": "fabien@symfony.com"
1873                 },
1874                 {
1875                     "name": "Symfony Community",
1876                     "homepage": "https://symfony.com/contributors"
1877                 }
1878             ],
1879             "description": "Symfony Filesystem Component",
1880             "homepage": "https://symfony.com",
1881             "time": "2016-11-24 00:46:43"
1882         },
1883         {
1884             "name": "symfony/finder",
1885             "version": "v3.2.1",
1886             "source": {
1887                 "type": "git",
1888                 "url": "https://github.com/symfony/finder.git",
1889                 "reference": "a69cb5d455b4885ca376dc5bb3e1155cc8c08c4b"
1890             },
1891             "dist": {
1892                 "type": "zip",
1893                 "url": "https://api.github.com/repos/symfony/finder/zipball/a69cb5d455b4885ca376dc5bb3e1155cc8c08c4b",
1894                 "reference": "a69cb5d455b4885ca376dc5bb3e1155cc8c08c4b",
1895                 "shasum": ""
1896             },
1897             "require": {
1898                 "php": ">=5.5.9"
1899             },
1900             "type": "library",
1901             "extra": {
1902                 "branch-alias": {
1903                     "dev-master": "3.2-dev"
1904                 }
1905             },
1906             "autoload": {
1907                 "psr-4": {
1908                     "Symfony\\Component\\Finder\\": ""
1909                 },
1910                 "exclude-from-classmap": [
1911                     "/Tests/"
1912                 ]
1913             },
1914             "notification-url": "https://packagist.org/downloads/",
1915             "license": [
1916                 "MIT"
1917             ],
1918             "authors": [
1919                 {
1920                     "name": "Fabien Potencier",
1921                     "email": "fabien@symfony.com"
1922                 },
1923                 {
1924                     "name": "Symfony Community",
1925                     "homepage": "https://symfony.com/contributors"
1926                 }
1927             ],
1928             "description": "Symfony Finder Component",
1929             "homepage": "https://symfony.com",
1930             "time": "2016-12-13 09:39:43"
1931         },
1932         {
1933             "name": "symfony/polyfill-mbstring",
1934             "version": "v1.3.0",
1935             "source": {
1936                 "type": "git",
1937                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1938                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1939             },
1940             "dist": {
1941                 "type": "zip",
1942                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1943                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1944                 "shasum": ""
1945             },
1946             "require": {
1947                 "php": ">=5.3.3"
1948             },
1949             "suggest": {
1950                 "ext-mbstring": "For best performance"
1951             },
1952             "type": "library",
1953             "extra": {
1954                 "branch-alias": {
1955                     "dev-master": "1.3-dev"
1956                 }
1957             },
1958             "autoload": {
1959                 "psr-4": {
1960                     "Symfony\\Polyfill\\Mbstring\\": ""
1961                 },
1962                 "files": [
1963                     "bootstrap.php"
1964                 ]
1965             },
1966             "notification-url": "https://packagist.org/downloads/",
1967             "license": [
1968                 "MIT"
1969             ],
1970             "authors": [
1971                 {
1972                     "name": "Nicolas Grekas",
1973                     "email": "p@tchwork.com"
1974                 },
1975                 {
1976                     "name": "Symfony Community",
1977                     "homepage": "https://symfony.com/contributors"
1978                 }
1979             ],
1980             "description": "Symfony polyfill for the Mbstring extension",
1981             "homepage": "https://symfony.com",
1982             "keywords": [
1983                 "compatibility",
1984                 "mbstring",
1985                 "polyfill",
1986                 "portable",
1987                 "shim"
1988             ],
1989             "time": "2016-11-14 01:06:16"
1990         },
1991         {
1992             "name": "symfony/process",
1993             "version": "v3.2.1",
1994             "source": {
1995                 "type": "git",
1996                 "url": "https://github.com/symfony/process.git",
1997                 "reference": "02ea84847aad71be7e32056408bb19f3a616cdd3"
1998             },
1999             "dist": {
2000                 "type": "zip",
2001                 "url": "https://api.github.com/repos/symfony/process/zipball/02ea84847aad71be7e32056408bb19f3a616cdd3",
2002                 "reference": "02ea84847aad71be7e32056408bb19f3a616cdd3",
2003                 "shasum": ""
2004             },
2005             "require": {
2006                 "php": ">=5.5.9"
2007             },
2008             "type": "library",
2009             "extra": {
2010                 "branch-alias": {
2011                     "dev-master": "3.2-dev"
2012                 }
2013             },
2014             "autoload": {
2015                 "psr-4": {
2016                     "Symfony\\Component\\Process\\": ""
2017                 },
2018                 "exclude-from-classmap": [
2019                     "/Tests/"
2020                 ]
2021             },
2022             "notification-url": "https://packagist.org/downloads/",
2023             "license": [
2024                 "MIT"
2025             ],
2026             "authors": [
2027                 {
2028                     "name": "Fabien Potencier",
2029                     "email": "fabien@symfony.com"
2030                 },
2031                 {
2032                     "name": "Symfony Community",
2033                     "homepage": "https://symfony.com/contributors"
2034                 }
2035             ],
2036             "description": "Symfony Process Component",
2037             "homepage": "https://symfony.com",
2038             "time": "2016-11-24 10:40:28"
2039         },
2040         {
2041             "name": "symfony/yaml",
2042             "version": "v3.2.1",
2043             "source": {
2044                 "type": "git",
2045                 "url": "https://github.com/symfony/yaml.git",
2046                 "reference": "a7095af4b97a0955f85c8989106c249fa649011f"
2047             },
2048             "dist": {
2049                 "type": "zip",
2050                 "url": "https://api.github.com/repos/symfony/yaml/zipball/a7095af4b97a0955f85c8989106c249fa649011f",
2051                 "reference": "a7095af4b97a0955f85c8989106c249fa649011f",
2052                 "shasum": ""
2053             },
2054             "require": {
2055                 "php": ">=5.5.9"
2056             },
2057             "require-dev": {
2058                 "symfony/console": "~2.8|~3.0"
2059             },
2060             "suggest": {
2061                 "symfony/console": "For validating YAML files using the lint command"
2062             },
2063             "type": "library",
2064             "extra": {
2065                 "branch-alias": {
2066                     "dev-master": "3.2-dev"
2067                 }
2068             },
2069             "autoload": {
2070                 "psr-4": {
2071                     "Symfony\\Component\\Yaml\\": ""
2072                 },
2073                 "exclude-from-classmap": [
2074                     "/Tests/"
2075                 ]
2076             },
2077             "notification-url": "https://packagist.org/downloads/",
2078             "license": [
2079                 "MIT"
2080             ],
2081             "authors": [
2082                 {
2083                     "name": "Fabien Potencier",
2084                     "email": "fabien@symfony.com"
2085                 },
2086                 {
2087                     "name": "Symfony Community",
2088                     "homepage": "https://symfony.com/contributors"
2089                 }
2090             ],
2091             "description": "Symfony Yaml Component",
2092             "homepage": "https://symfony.com",
2093             "time": "2016-12-10 10:07:06"
2094         },
2095         {
2096             "name": "webmozart/assert",
2097             "version": "1.2.0",
2098             "source": {
2099                 "type": "git",
2100                 "url": "https://github.com/webmozart/assert.git",
2101                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2102             },
2103             "dist": {
2104                 "type": "zip",
2105                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2106                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2107                 "shasum": ""
2108             },
2109             "require": {
2110                 "php": "^5.3.3 || ^7.0"
2111             },
2112             "require-dev": {
2113                 "phpunit/phpunit": "^4.6",
2114                 "sebastian/version": "^1.0.1"
2115             },
2116             "type": "library",
2117             "extra": {
2118                 "branch-alias": {
2119                     "dev-master": "1.3-dev"
2120                 }
2121             },
2122             "autoload": {
2123                 "psr-4": {
2124                     "Webmozart\\Assert\\": "src/"
2125                 }
2126             },
2127             "notification-url": "https://packagist.org/downloads/",
2128             "license": [
2129                 "MIT"
2130             ],
2131             "authors": [
2132                 {
2133                     "name": "Bernhard Schussek",
2134                     "email": "bschussek@gmail.com"
2135                 }
2136             ],
2137             "description": "Assertions to validate method input/output with nice error messages.",
2138             "keywords": [
2139                 "assert",
2140                 "check",
2141                 "validate"
2142             ],
2143             "time": "2016-11-23 20:04:58"
2144         },
2145         {
2146             "name": "zendframework/zend-coding-standard",
2147             "version": "1.0.0",
2148             "source": {
2149                 "type": "git",
2150                 "url": "https://github.com/zendframework/zend-coding-standard.git",
2151                 "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6"
2152             },
2153             "dist": {
2154                 "type": "zip",
2155                 "url": "https://api.github.com/repos/zendframework/zend-coding-standard/zipball/893316d2904e93f1c74c1384b6d7d57778299cb6",
2156                 "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6",
2157                 "shasum": ""
2158             },
2159             "require": {
2160                 "squizlabs/php_codesniffer": "^2.7"
2161             },
2162             "type": "library",
2163             "notification-url": "https://packagist.org/downloads/",
2164             "license": [
2165                 "BSD-3-Clause"
2166             ],
2167             "description": "Zend Framework coding standard",
2168             "keywords": [
2169                 "Coding Standard",
2170                 "zf"
2171             ],
2172             "time": "2016-11-09 21:30:43"
2173         },
2174         {
2175             "name": "zendframework/zend-json",
2176             "version": "2.6.1",
2177             "source": {
2178                 "type": "git",
2179                 "url": "https://github.com/zendframework/zend-json.git",
2180                 "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28"
2181             },
2182             "dist": {
2183                 "type": "zip",
2184                 "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
2185                 "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
2186                 "shasum": ""
2187             },
2188             "require": {
2189                 "php": "^5.5 || ^7.0"
2190             },
2191             "require-dev": {
2192                 "fabpot/php-cs-fixer": "1.7.*",
2193                 "phpunit/phpunit": "~4.0",
2194                 "zendframework/zend-http": "^2.5.4",
2195                 "zendframework/zend-server": "^2.6.1",
2196                 "zendframework/zend-stdlib": "^2.5 || ^3.0",
2197                 "zendframework/zendxml": "^1.0.2"
2198             },
2199             "suggest": {
2200                 "zendframework/zend-http": "Zend\\Http component, required to use Zend\\Json\\Server",
2201                 "zendframework/zend-server": "Zend\\Server component, required to use Zend\\Json\\Server",
2202                 "zendframework/zend-stdlib": "Zend\\Stdlib component, for use with caching Zend\\Json\\Server responses",
2203                 "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
2204             },
2205             "type": "library",
2206             "extra": {
2207                 "branch-alias": {
2208                     "dev-master": "2.6-dev",
2209                     "dev-develop": "2.7-dev"
2210                 }
2211             },
2212             "autoload": {
2213                 "psr-4": {
2214                     "Zend\\Json\\": "src/"
2215                 }
2216             },
2217             "notification-url": "https://packagist.org/downloads/",
2218             "license": [
2219                 "BSD-3-Clause"
2220             ],
2221             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2222             "homepage": "https://github.com/zendframework/zend-json",
2223             "keywords": [
2224                 "json",
2225                 "zf2"
2226             ],
2227             "time": "2016-02-04 21:20:26"
2228         },
2229         {
2230             "name": "zendframework/zend-serializer",
2231             "version": "2.7.2",
2232             "source": {
2233                 "type": "git",
2234                 "url": "https://github.com/zendframework/zend-serializer.git",
2235                 "reference": "95385c2342fc335d5164eb95ac3ca230aa51223b"
2236             },
2237             "dist": {
2238                 "type": "zip",
2239                 "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/95385c2342fc335d5164eb95ac3ca230aa51223b",
2240                 "reference": "95385c2342fc335d5164eb95ac3ca230aa51223b",
2241                 "shasum": ""
2242             },
2243             "require": {
2244                 "php": "^5.5 || ^7.0",
2245                 "zendframework/zend-json": "^2.5",
2246                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
2247             },
2248             "require-dev": {
2249                 "fabpot/php-cs-fixer": "1.7.*",
2250                 "phpunit/phpunit": "^4.5",
2251                 "zendframework/zend-math": "^2.6",
2252                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2253             },
2254             "suggest": {
2255                 "zendframework/zend-math": "(^2.6) To support Python Pickle serialization",
2256                 "zendframework/zend-servicemanager": "To support plugin manager support"
2257             },
2258             "type": "library",
2259             "extra": {
2260                 "branch-alias": {
2261                     "dev-master": "2.7-dev",
2262                     "dev-develop": "2.8-dev"
2263                 },
2264                 "zf": {
2265                     "component": "Zend\\Serializer",
2266                     "config-provider": "Zend\\Serializer\\ConfigProvider"
2267                 }
2268             },
2269             "autoload": {
2270                 "psr-4": {
2271                     "Zend\\Serializer\\": "src/"
2272                 }
2273             },
2274             "notification-url": "https://packagist.org/downloads/",
2275             "license": [
2276                 "BSD-3-Clause"
2277             ],
2278             "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
2279             "homepage": "https://github.com/zendframework/zend-serializer",
2280             "keywords": [
2281                 "serializer",
2282                 "zf2"
2283             ],
2284             "time": "2016-05-11 16:05:56"
2285         },
2286         {
2287             "name": "zendframework/zend-session",
2288             "version": "2.7.3",
2289             "source": {
2290                 "type": "git",
2291                 "url": "https://github.com/zendframework/zend-session.git",
2292                 "reference": "346e9709657b81a5d53d70ce754730a26d1f02f2"
2293             },
2294             "dist": {
2295                 "type": "zip",
2296                 "url": "https://api.github.com/repos/zendframework/zend-session/zipball/346e9709657b81a5d53d70ce754730a26d1f02f2",
2297                 "reference": "346e9709657b81a5d53d70ce754730a26d1f02f2",
2298                 "shasum": ""
2299             },
2300             "require": {
2301                 "php": "^5.5 || ^7.0",
2302                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
2303                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
2304             },
2305             "require-dev": {
2306                 "container-interop/container-interop": "^1.1",
2307                 "fabpot/php-cs-fixer": "1.7.*",
2308                 "mongodb/mongodb": "^1.0.1",
2309                 "phpunit/phpunit": "~4.0",
2310                 "zendframework/zend-cache": "^2.6.1",
2311                 "zendframework/zend-db": "^2.7",
2312                 "zendframework/zend-http": "^2.5.4",
2313                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2314                 "zendframework/zend-validator": "^2.6"
2315             },
2316             "suggest": {
2317                 "mongodb/mongodb": "If you want to use the MongoDB session save handler",
2318                 "zendframework/zend-cache": "Zend\\Cache component",
2319                 "zendframework/zend-db": "Zend\\Db component",
2320                 "zendframework/zend-http": "Zend\\Http component",
2321                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
2322                 "zendframework/zend-validator": "Zend\\Validator component"
2323             },
2324             "type": "library",
2325             "extra": {
2326                 "branch-alias": {
2327                     "dev-master": "2.7-dev",
2328                     "dev-develop": "2.8-dev"
2329                 },
2330                 "zf": {
2331                     "component": "Zend\\Session",
2332                     "config-provider": "Zend\\Session\\ConfigProvider"
2333                 }
2334             },
2335             "autoload": {
2336                 "psr-4": {
2337                     "Zend\\Session\\": "src/"
2338                 }
2339             },
2340             "notification-url": "https://packagist.org/downloads/",
2341             "license": [
2342                 "BSD-3-Clause"
2343             ],
2344             "description": "manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client",
2345             "homepage": "https://github.com/zendframework/zend-session",
2346             "keywords": [
2347                 "session",
2348                 "zf2"
2349             ],
2350             "time": "2016-07-05 18:32:50"
2351         }
2352     ],
2353     "aliases": [],
2354     "minimum-stability": "dev",
2355     "stability-flags": [],
2356     "prefer-stable": true,
2357     "prefer-lowest": false,
2358     "platform": {
2359         "php": "^5.5 || ^7.0"
2360     },
2361     "platform-dev": []