fix php 5.6 in docker dev env (#1740)
[openemr.git] / vendor / zendframework / zend-captcha / composer.lock
blob3df71d023a86a749e441528216a92cd2f9d35d06
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     "content-hash": "801089b7ac2f814285173e9b4ff21aa1",
8     "packages": [
9         {
10             "name": "paragonie/random_compat",
11             "version": "v2.0.4",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/paragonie/random_compat.git",
15                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
20                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.2.0"
25             },
26             "require-dev": {
27                 "phpunit/phpunit": "4.*|5.*"
28             },
29             "suggest": {
30                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
31             },
32             "type": "library",
33             "autoload": {
34                 "files": [
35                     "lib/random.php"
36                 ]
37             },
38             "notification-url": "https://packagist.org/downloads/",
39             "license": [
40                 "MIT"
41             ],
42             "authors": [
43                 {
44                     "name": "Paragon Initiative Enterprises",
45                     "email": "security@paragonie.com",
46                     "homepage": "https://paragonie.com"
47                 }
48             ],
49             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
50             "keywords": [
51                 "csprng",
52                 "pseudorandom",
53                 "random"
54             ],
55             "time": "2016-11-07T23:38:38+00:00"
56         },
57         {
58             "name": "zendframework/zend-math",
59             "version": "3.0.0",
60             "source": {
61                 "type": "git",
62                 "url": "https://github.com/zendframework/zend-math.git",
63                 "reference": "fda3b4e6c3bb15c35adc6db38b2eacabaa243e65"
64             },
65             "dist": {
66                 "type": "zip",
67                 "url": "https://api.github.com/repos/zendframework/zend-math/zipball/fda3b4e6c3bb15c35adc6db38b2eacabaa243e65",
68                 "reference": "fda3b4e6c3bb15c35adc6db38b2eacabaa243e65",
69                 "shasum": ""
70             },
71             "require": {
72                 "ext-mbstring": "*",
73                 "paragonie/random_compat": "^2.0.2",
74                 "php": "^5.5 || ^7.0"
75             },
76             "require-dev": {
77                 "fabpot/php-cs-fixer": "1.7.*",
78                 "phpunit/phpunit": "~4.0"
79             },
80             "suggest": {
81                 "ext-bcmath": "If using the bcmath functionality",
82                 "ext-gmp": "If using the gmp functionality"
83             },
84             "type": "library",
85             "extra": {
86                 "branch-alias": {
87                     "dev-master": "3.0-dev",
88                     "dev-develop": "3.1-dev"
89                 }
90             },
91             "autoload": {
92                 "psr-4": {
93                     "Zend\\Math\\": "src/"
94                 }
95             },
96             "notification-url": "https://packagist.org/downloads/",
97             "license": [
98                 "BSD-3-Clause"
99             ],
100             "homepage": "https://github.com/zendframework/zend-math",
101             "keywords": [
102                 "math",
103                 "zf2"
104             ],
105             "time": "2016-04-28T17:37:42+00:00"
106         },
107         {
108             "name": "zendframework/zend-stdlib",
109             "version": "3.1.0",
110             "source": {
111                 "type": "git",
112                 "url": "https://github.com/zendframework/zend-stdlib.git",
113                 "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
114             },
115             "dist": {
116                 "type": "zip",
117                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
118                 "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
119                 "shasum": ""
120             },
121             "require": {
122                 "php": "^5.6 || ^7.0"
123             },
124             "require-dev": {
125                 "athletic/athletic": "~0.1",
126                 "phpunit/phpunit": "~4.0",
127                 "squizlabs/php_codesniffer": "^2.6.2"
128             },
129             "type": "library",
130             "extra": {
131                 "branch-alias": {
132                     "dev-master": "3.1-dev",
133                     "dev-develop": "3.2-dev"
134                 }
135             },
136             "autoload": {
137                 "psr-4": {
138                     "Zend\\Stdlib\\": "src/"
139                 }
140             },
141             "notification-url": "https://packagist.org/downloads/",
142             "license": [
143                 "BSD-3-Clause"
144             ],
145             "homepage": "https://github.com/zendframework/zend-stdlib",
146             "keywords": [
147                 "stdlib",
148                 "zf2"
149             ],
150             "time": "2016-09-13T14:38:50+00:00"
151         }
152     ],
153     "packages-dev": [
154         {
155             "name": "container-interop/container-interop",
156             "version": "1.1.0",
157             "source": {
158                 "type": "git",
159                 "url": "https://github.com/container-interop/container-interop.git",
160                 "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
161             },
162             "dist": {
163                 "type": "zip",
164                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
165                 "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
166                 "shasum": ""
167             },
168             "type": "library",
169             "autoload": {
170                 "psr-4": {
171                     "Interop\\Container\\": "src/Interop/Container/"
172                 }
173             },
174             "notification-url": "https://packagist.org/downloads/",
175             "license": [
176                 "MIT"
177             ],
178             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
179             "time": "2014-12-30T15:22:37+00:00"
180         },
181         {
182             "name": "doctrine/instantiator",
183             "version": "1.0.5",
184             "source": {
185                 "type": "git",
186                 "url": "https://github.com/doctrine/instantiator.git",
187                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
188             },
189             "dist": {
190                 "type": "zip",
191                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
192                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
193                 "shasum": ""
194             },
195             "require": {
196                 "php": ">=5.3,<8.0-DEV"
197             },
198             "require-dev": {
199                 "athletic/athletic": "~0.1.8",
200                 "ext-pdo": "*",
201                 "ext-phar": "*",
202                 "phpunit/phpunit": "~4.0",
203                 "squizlabs/php_codesniffer": "~2.0"
204             },
205             "type": "library",
206             "extra": {
207                 "branch-alias": {
208                     "dev-master": "1.0.x-dev"
209                 }
210             },
211             "autoload": {
212                 "psr-4": {
213                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
214                 }
215             },
216             "notification-url": "https://packagist.org/downloads/",
217             "license": [
218                 "MIT"
219             ],
220             "authors": [
221                 {
222                     "name": "Marco Pivetta",
223                     "email": "ocramius@gmail.com",
224                     "homepage": "http://ocramius.github.com/"
225                 }
226             ],
227             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
228             "homepage": "https://github.com/doctrine/instantiator",
229             "keywords": [
230                 "constructor",
231                 "instantiate"
232             ],
233             "time": "2015-06-14T21:17:01+00:00"
234         },
235         {
236             "name": "phpdocumentor/reflection-common",
237             "version": "1.0",
238             "source": {
239                 "type": "git",
240                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
241                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
242             },
243             "dist": {
244                 "type": "zip",
245                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
246                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
247                 "shasum": ""
248             },
249             "require": {
250                 "php": ">=5.5"
251             },
252             "require-dev": {
253                 "phpunit/phpunit": "^4.6"
254             },
255             "type": "library",
256             "extra": {
257                 "branch-alias": {
258                     "dev-master": "1.0.x-dev"
259                 }
260             },
261             "autoload": {
262                 "psr-4": {
263                     "phpDocumentor\\Reflection\\": [
264                         "src"
265                     ]
266                 }
267             },
268             "notification-url": "https://packagist.org/downloads/",
269             "license": [
270                 "MIT"
271             ],
272             "authors": [
273                 {
274                     "name": "Jaap van Otterdijk",
275                     "email": "opensource@ijaap.nl"
276                 }
277             ],
278             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
279             "homepage": "http://www.phpdoc.org",
280             "keywords": [
281                 "FQSEN",
282                 "phpDocumentor",
283                 "phpdoc",
284                 "reflection",
285                 "static analysis"
286             ],
287             "time": "2015-12-27T11:43:31+00:00"
288         },
289         {
290             "name": "phpdocumentor/reflection-docblock",
291             "version": "3.1.1",
292             "source": {
293                 "type": "git",
294                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
295                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
296             },
297             "dist": {
298                 "type": "zip",
299                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
300                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
301                 "shasum": ""
302             },
303             "require": {
304                 "php": ">=5.5",
305                 "phpdocumentor/reflection-common": "^1.0@dev",
306                 "phpdocumentor/type-resolver": "^0.2.0",
307                 "webmozart/assert": "^1.0"
308             },
309             "require-dev": {
310                 "mockery/mockery": "^0.9.4",
311                 "phpunit/phpunit": "^4.4"
312             },
313             "type": "library",
314             "autoload": {
315                 "psr-4": {
316                     "phpDocumentor\\Reflection\\": [
317                         "src/"
318                     ]
319                 }
320             },
321             "notification-url": "https://packagist.org/downloads/",
322             "license": [
323                 "MIT"
324             ],
325             "authors": [
326                 {
327                     "name": "Mike van Riel",
328                     "email": "me@mikevanriel.com"
329                 }
330             ],
331             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
332             "time": "2016-09-30T07:12:33+00:00"
333         },
334         {
335             "name": "phpdocumentor/type-resolver",
336             "version": "0.2.1",
337             "source": {
338                 "type": "git",
339                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
340                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
341             },
342             "dist": {
343                 "type": "zip",
344                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
345                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
346                 "shasum": ""
347             },
348             "require": {
349                 "php": ">=5.5",
350                 "phpdocumentor/reflection-common": "^1.0"
351             },
352             "require-dev": {
353                 "mockery/mockery": "^0.9.4",
354                 "phpunit/phpunit": "^5.2||^4.8.24"
355             },
356             "type": "library",
357             "extra": {
358                 "branch-alias": {
359                     "dev-master": "1.0.x-dev"
360                 }
361             },
362             "autoload": {
363                 "psr-4": {
364                     "phpDocumentor\\Reflection\\": [
365                         "src/"
366                     ]
367                 }
368             },
369             "notification-url": "https://packagist.org/downloads/",
370             "license": [
371                 "MIT"
372             ],
373             "authors": [
374                 {
375                     "name": "Mike van Riel",
376                     "email": "me@mikevanriel.com"
377                 }
378             ],
379             "time": "2016-11-25T06:54:22+00:00"
380         },
381         {
382             "name": "phpspec/prophecy",
383             "version": "v1.6.2",
384             "source": {
385                 "type": "git",
386                 "url": "https://github.com/phpspec/prophecy.git",
387                 "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
388             },
389             "dist": {
390                 "type": "zip",
391                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
392                 "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
393                 "shasum": ""
394             },
395             "require": {
396                 "doctrine/instantiator": "^1.0.2",
397                 "php": "^5.3|^7.0",
398                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
399                 "sebastian/comparator": "^1.1",
400                 "sebastian/recursion-context": "^1.0|^2.0"
401             },
402             "require-dev": {
403                 "phpspec/phpspec": "^2.0",
404                 "phpunit/phpunit": "^4.8 || ^5.6.5"
405             },
406             "type": "library",
407             "extra": {
408                 "branch-alias": {
409                     "dev-master": "1.6.x-dev"
410                 }
411             },
412             "autoload": {
413                 "psr-0": {
414                     "Prophecy\\": "src/"
415                 }
416             },
417             "notification-url": "https://packagist.org/downloads/",
418             "license": [
419                 "MIT"
420             ],
421             "authors": [
422                 {
423                     "name": "Konstantin Kudryashov",
424                     "email": "ever.zet@gmail.com",
425                     "homepage": "http://everzet.com"
426                 },
427                 {
428                     "name": "Marcello Duarte",
429                     "email": "marcello.duarte@gmail.com"
430                 }
431             ],
432             "description": "Highly opinionated mocking framework for PHP 5.3+",
433             "homepage": "https://github.com/phpspec/prophecy",
434             "keywords": [
435                 "Double",
436                 "Dummy",
437                 "fake",
438                 "mock",
439                 "spy",
440                 "stub"
441             ],
442             "time": "2016-11-21T14:58:47+00:00"
443         },
444         {
445             "name": "phpunit/php-code-coverage",
446             "version": "2.2.4",
447             "source": {
448                 "type": "git",
449                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
450                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
451             },
452             "dist": {
453                 "type": "zip",
454                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
455                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
456                 "shasum": ""
457             },
458             "require": {
459                 "php": ">=5.3.3",
460                 "phpunit/php-file-iterator": "~1.3",
461                 "phpunit/php-text-template": "~1.2",
462                 "phpunit/php-token-stream": "~1.3",
463                 "sebastian/environment": "^1.3.2",
464                 "sebastian/version": "~1.0"
465             },
466             "require-dev": {
467                 "ext-xdebug": ">=2.1.4",
468                 "phpunit/phpunit": "~4"
469             },
470             "suggest": {
471                 "ext-dom": "*",
472                 "ext-xdebug": ">=2.2.1",
473                 "ext-xmlwriter": "*"
474             },
475             "type": "library",
476             "extra": {
477                 "branch-alias": {
478                     "dev-master": "2.2.x-dev"
479                 }
480             },
481             "autoload": {
482                 "classmap": [
483                     "src/"
484                 ]
485             },
486             "notification-url": "https://packagist.org/downloads/",
487             "license": [
488                 "BSD-3-Clause"
489             ],
490             "authors": [
491                 {
492                     "name": "Sebastian Bergmann",
493                     "email": "sb@sebastian-bergmann.de",
494                     "role": "lead"
495                 }
496             ],
497             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
498             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
499             "keywords": [
500                 "coverage",
501                 "testing",
502                 "xunit"
503             ],
504             "time": "2015-10-06T15:47:00+00:00"
505         },
506         {
507             "name": "phpunit/php-file-iterator",
508             "version": "1.4.2",
509             "source": {
510                 "type": "git",
511                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
512                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
513             },
514             "dist": {
515                 "type": "zip",
516                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
517                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
518                 "shasum": ""
519             },
520             "require": {
521                 "php": ">=5.3.3"
522             },
523             "type": "library",
524             "extra": {
525                 "branch-alias": {
526                     "dev-master": "1.4.x-dev"
527                 }
528             },
529             "autoload": {
530                 "classmap": [
531                     "src/"
532                 ]
533             },
534             "notification-url": "https://packagist.org/downloads/",
535             "license": [
536                 "BSD-3-Clause"
537             ],
538             "authors": [
539                 {
540                     "name": "Sebastian Bergmann",
541                     "email": "sb@sebastian-bergmann.de",
542                     "role": "lead"
543                 }
544             ],
545             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
546             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
547             "keywords": [
548                 "filesystem",
549                 "iterator"
550             ],
551             "time": "2016-10-03T07:40:28+00:00"
552         },
553         {
554             "name": "phpunit/php-text-template",
555             "version": "1.2.1",
556             "source": {
557                 "type": "git",
558                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
559                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
560             },
561             "dist": {
562                 "type": "zip",
563                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
564                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
565                 "shasum": ""
566             },
567             "require": {
568                 "php": ">=5.3.3"
569             },
570             "type": "library",
571             "autoload": {
572                 "classmap": [
573                     "src/"
574                 ]
575             },
576             "notification-url": "https://packagist.org/downloads/",
577             "license": [
578                 "BSD-3-Clause"
579             ],
580             "authors": [
581                 {
582                     "name": "Sebastian Bergmann",
583                     "email": "sebastian@phpunit.de",
584                     "role": "lead"
585                 }
586             ],
587             "description": "Simple template engine.",
588             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
589             "keywords": [
590                 "template"
591             ],
592             "time": "2015-06-21T13:50:34+00:00"
593         },
594         {
595             "name": "phpunit/php-timer",
596             "version": "1.0.8",
597             "source": {
598                 "type": "git",
599                 "url": "https://github.com/sebastianbergmann/php-timer.git",
600                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
601             },
602             "dist": {
603                 "type": "zip",
604                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
605                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
606                 "shasum": ""
607             },
608             "require": {
609                 "php": ">=5.3.3"
610             },
611             "require-dev": {
612                 "phpunit/phpunit": "~4|~5"
613             },
614             "type": "library",
615             "autoload": {
616                 "classmap": [
617                     "src/"
618                 ]
619             },
620             "notification-url": "https://packagist.org/downloads/",
621             "license": [
622                 "BSD-3-Clause"
623             ],
624             "authors": [
625                 {
626                     "name": "Sebastian Bergmann",
627                     "email": "sb@sebastian-bergmann.de",
628                     "role": "lead"
629                 }
630             ],
631             "description": "Utility class for timing",
632             "homepage": "https://github.com/sebastianbergmann/php-timer/",
633             "keywords": [
634                 "timer"
635             ],
636             "time": "2016-05-12T18:03:57+00:00"
637         },
638         {
639             "name": "phpunit/php-token-stream",
640             "version": "1.4.9",
641             "source": {
642                 "type": "git",
643                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
644                 "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
645             },
646             "dist": {
647                 "type": "zip",
648                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
649                 "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
650                 "shasum": ""
651             },
652             "require": {
653                 "ext-tokenizer": "*",
654                 "php": ">=5.3.3"
655             },
656             "require-dev": {
657                 "phpunit/phpunit": "~4.2"
658             },
659             "type": "library",
660             "extra": {
661                 "branch-alias": {
662                     "dev-master": "1.4-dev"
663                 }
664             },
665             "autoload": {
666                 "classmap": [
667                     "src/"
668                 ]
669             },
670             "notification-url": "https://packagist.org/downloads/",
671             "license": [
672                 "BSD-3-Clause"
673             ],
674             "authors": [
675                 {
676                     "name": "Sebastian Bergmann",
677                     "email": "sebastian@phpunit.de"
678                 }
679             ],
680             "description": "Wrapper around PHP's tokenizer extension.",
681             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
682             "keywords": [
683                 "tokenizer"
684             ],
685             "time": "2016-11-15T14:06:22+00:00"
686         },
687         {
688             "name": "phpunit/phpunit",
689             "version": "4.8.35",
690             "source": {
691                 "type": "git",
692                 "url": "https://github.com/sebastianbergmann/phpunit.git",
693                 "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
694             },
695             "dist": {
696                 "type": "zip",
697                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
698                 "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
699                 "shasum": ""
700             },
701             "require": {
702                 "ext-dom": "*",
703                 "ext-json": "*",
704                 "ext-pcre": "*",
705                 "ext-reflection": "*",
706                 "ext-spl": "*",
707                 "php": ">=5.3.3",
708                 "phpspec/prophecy": "^1.3.1",
709                 "phpunit/php-code-coverage": "~2.1",
710                 "phpunit/php-file-iterator": "~1.4",
711                 "phpunit/php-text-template": "~1.2",
712                 "phpunit/php-timer": "^1.0.6",
713                 "phpunit/phpunit-mock-objects": "~2.3",
714                 "sebastian/comparator": "~1.2.2",
715                 "sebastian/diff": "~1.2",
716                 "sebastian/environment": "~1.3",
717                 "sebastian/exporter": "~1.2",
718                 "sebastian/global-state": "~1.0",
719                 "sebastian/version": "~1.0",
720                 "symfony/yaml": "~2.1|~3.0"
721             },
722             "suggest": {
723                 "phpunit/php-invoker": "~1.1"
724             },
725             "bin": [
726                 "phpunit"
727             ],
728             "type": "library",
729             "extra": {
730                 "branch-alias": {
731                     "dev-master": "4.8.x-dev"
732                 }
733             },
734             "autoload": {
735                 "classmap": [
736                     "src/"
737                 ]
738             },
739             "notification-url": "https://packagist.org/downloads/",
740             "license": [
741                 "BSD-3-Clause"
742             ],
743             "authors": [
744                 {
745                     "name": "Sebastian Bergmann",
746                     "email": "sebastian@phpunit.de",
747                     "role": "lead"
748                 }
749             ],
750             "description": "The PHP Unit Testing framework.",
751             "homepage": "https://phpunit.de/",
752             "keywords": [
753                 "phpunit",
754                 "testing",
755                 "xunit"
756             ],
757             "time": "2017-02-06T05:18:07+00:00"
758         },
759         {
760             "name": "phpunit/phpunit-mock-objects",
761             "version": "2.3.8",
762             "source": {
763                 "type": "git",
764                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
765                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
766             },
767             "dist": {
768                 "type": "zip",
769                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
770                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
771                 "shasum": ""
772             },
773             "require": {
774                 "doctrine/instantiator": "^1.0.2",
775                 "php": ">=5.3.3",
776                 "phpunit/php-text-template": "~1.2",
777                 "sebastian/exporter": "~1.2"
778             },
779             "require-dev": {
780                 "phpunit/phpunit": "~4.4"
781             },
782             "suggest": {
783                 "ext-soap": "*"
784             },
785             "type": "library",
786             "extra": {
787                 "branch-alias": {
788                     "dev-master": "2.3.x-dev"
789                 }
790             },
791             "autoload": {
792                 "classmap": [
793                     "src/"
794                 ]
795             },
796             "notification-url": "https://packagist.org/downloads/",
797             "license": [
798                 "BSD-3-Clause"
799             ],
800             "authors": [
801                 {
802                     "name": "Sebastian Bergmann",
803                     "email": "sb@sebastian-bergmann.de",
804                     "role": "lead"
805                 }
806             ],
807             "description": "Mock Object library for PHPUnit",
808             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
809             "keywords": [
810                 "mock",
811                 "xunit"
812             ],
813             "time": "2015-10-02T06:51:40+00:00"
814         },
815         {
816             "name": "sebastian/comparator",
817             "version": "1.2.4",
818             "source": {
819                 "type": "git",
820                 "url": "https://github.com/sebastianbergmann/comparator.git",
821                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
822             },
823             "dist": {
824                 "type": "zip",
825                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
826                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
827                 "shasum": ""
828             },
829             "require": {
830                 "php": ">=5.3.3",
831                 "sebastian/diff": "~1.2",
832                 "sebastian/exporter": "~1.2 || ~2.0"
833             },
834             "require-dev": {
835                 "phpunit/phpunit": "~4.4"
836             },
837             "type": "library",
838             "extra": {
839                 "branch-alias": {
840                     "dev-master": "1.2.x-dev"
841                 }
842             },
843             "autoload": {
844                 "classmap": [
845                     "src/"
846                 ]
847             },
848             "notification-url": "https://packagist.org/downloads/",
849             "license": [
850                 "BSD-3-Clause"
851             ],
852             "authors": [
853                 {
854                     "name": "Jeff Welch",
855                     "email": "whatthejeff@gmail.com"
856                 },
857                 {
858                     "name": "Volker Dusch",
859                     "email": "github@wallbash.com"
860                 },
861                 {
862                     "name": "Bernhard Schussek",
863                     "email": "bschussek@2bepublished.at"
864                 },
865                 {
866                     "name": "Sebastian Bergmann",
867                     "email": "sebastian@phpunit.de"
868                 }
869             ],
870             "description": "Provides the functionality to compare PHP values for equality",
871             "homepage": "http://www.github.com/sebastianbergmann/comparator",
872             "keywords": [
873                 "comparator",
874                 "compare",
875                 "equality"
876             ],
877             "time": "2017-01-29T09:50:25+00:00"
878         },
879         {
880             "name": "sebastian/diff",
881             "version": "1.4.1",
882             "source": {
883                 "type": "git",
884                 "url": "https://github.com/sebastianbergmann/diff.git",
885                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
886             },
887             "dist": {
888                 "type": "zip",
889                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
890                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
891                 "shasum": ""
892             },
893             "require": {
894                 "php": ">=5.3.3"
895             },
896             "require-dev": {
897                 "phpunit/phpunit": "~4.8"
898             },
899             "type": "library",
900             "extra": {
901                 "branch-alias": {
902                     "dev-master": "1.4-dev"
903                 }
904             },
905             "autoload": {
906                 "classmap": [
907                     "src/"
908                 ]
909             },
910             "notification-url": "https://packagist.org/downloads/",
911             "license": [
912                 "BSD-3-Clause"
913             ],
914             "authors": [
915                 {
916                     "name": "Kore Nordmann",
917                     "email": "mail@kore-nordmann.de"
918                 },
919                 {
920                     "name": "Sebastian Bergmann",
921                     "email": "sebastian@phpunit.de"
922                 }
923             ],
924             "description": "Diff implementation",
925             "homepage": "https://github.com/sebastianbergmann/diff",
926             "keywords": [
927                 "diff"
928             ],
929             "time": "2015-12-08T07:14:41+00:00"
930         },
931         {
932             "name": "sebastian/environment",
933             "version": "1.3.8",
934             "source": {
935                 "type": "git",
936                 "url": "https://github.com/sebastianbergmann/environment.git",
937                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
938             },
939             "dist": {
940                 "type": "zip",
941                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
942                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
943                 "shasum": ""
944             },
945             "require": {
946                 "php": "^5.3.3 || ^7.0"
947             },
948             "require-dev": {
949                 "phpunit/phpunit": "^4.8 || ^5.0"
950             },
951             "type": "library",
952             "extra": {
953                 "branch-alias": {
954                     "dev-master": "1.3.x-dev"
955                 }
956             },
957             "autoload": {
958                 "classmap": [
959                     "src/"
960                 ]
961             },
962             "notification-url": "https://packagist.org/downloads/",
963             "license": [
964                 "BSD-3-Clause"
965             ],
966             "authors": [
967                 {
968                     "name": "Sebastian Bergmann",
969                     "email": "sebastian@phpunit.de"
970                 }
971             ],
972             "description": "Provides functionality to handle HHVM/PHP environments",
973             "homepage": "http://www.github.com/sebastianbergmann/environment",
974             "keywords": [
975                 "Xdebug",
976                 "environment",
977                 "hhvm"
978             ],
979             "time": "2016-08-18T05:49:44+00:00"
980         },
981         {
982             "name": "sebastian/exporter",
983             "version": "1.2.2",
984             "source": {
985                 "type": "git",
986                 "url": "https://github.com/sebastianbergmann/exporter.git",
987                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
988             },
989             "dist": {
990                 "type": "zip",
991                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
992                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
993                 "shasum": ""
994             },
995             "require": {
996                 "php": ">=5.3.3",
997                 "sebastian/recursion-context": "~1.0"
998             },
999             "require-dev": {
1000                 "ext-mbstring": "*",
1001                 "phpunit/phpunit": "~4.4"
1002             },
1003             "type": "library",
1004             "extra": {
1005                 "branch-alias": {
1006                     "dev-master": "1.3.x-dev"
1007                 }
1008             },
1009             "autoload": {
1010                 "classmap": [
1011                     "src/"
1012                 ]
1013             },
1014             "notification-url": "https://packagist.org/downloads/",
1015             "license": [
1016                 "BSD-3-Clause"
1017             ],
1018             "authors": [
1019                 {
1020                     "name": "Jeff Welch",
1021                     "email": "whatthejeff@gmail.com"
1022                 },
1023                 {
1024                     "name": "Volker Dusch",
1025                     "email": "github@wallbash.com"
1026                 },
1027                 {
1028                     "name": "Bernhard Schussek",
1029                     "email": "bschussek@2bepublished.at"
1030                 },
1031                 {
1032                     "name": "Sebastian Bergmann",
1033                     "email": "sebastian@phpunit.de"
1034                 },
1035                 {
1036                     "name": "Adam Harvey",
1037                     "email": "aharvey@php.net"
1038                 }
1039             ],
1040             "description": "Provides the functionality to export PHP variables for visualization",
1041             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1042             "keywords": [
1043                 "export",
1044                 "exporter"
1045             ],
1046             "time": "2016-06-17T09:04:28+00:00"
1047         },
1048         {
1049             "name": "sebastian/global-state",
1050             "version": "1.1.1",
1051             "source": {
1052                 "type": "git",
1053                 "url": "https://github.com/sebastianbergmann/global-state.git",
1054                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1055             },
1056             "dist": {
1057                 "type": "zip",
1058                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1059                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1060                 "shasum": ""
1061             },
1062             "require": {
1063                 "php": ">=5.3.3"
1064             },
1065             "require-dev": {
1066                 "phpunit/phpunit": "~4.2"
1067             },
1068             "suggest": {
1069                 "ext-uopz": "*"
1070             },
1071             "type": "library",
1072             "extra": {
1073                 "branch-alias": {
1074                     "dev-master": "1.0-dev"
1075                 }
1076             },
1077             "autoload": {
1078                 "classmap": [
1079                     "src/"
1080                 ]
1081             },
1082             "notification-url": "https://packagist.org/downloads/",
1083             "license": [
1084                 "BSD-3-Clause"
1085             ],
1086             "authors": [
1087                 {
1088                     "name": "Sebastian Bergmann",
1089                     "email": "sebastian@phpunit.de"
1090                 }
1091             ],
1092             "description": "Snapshotting of global state",
1093             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1094             "keywords": [
1095                 "global state"
1096             ],
1097             "time": "2015-10-12T03:26:01+00:00"
1098         },
1099         {
1100             "name": "sebastian/recursion-context",
1101             "version": "1.0.2",
1102             "source": {
1103                 "type": "git",
1104                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1105                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1106             },
1107             "dist": {
1108                 "type": "zip",
1109                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1110                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1111                 "shasum": ""
1112             },
1113             "require": {
1114                 "php": ">=5.3.3"
1115             },
1116             "require-dev": {
1117                 "phpunit/phpunit": "~4.4"
1118             },
1119             "type": "library",
1120             "extra": {
1121                 "branch-alias": {
1122                     "dev-master": "1.0.x-dev"
1123                 }
1124             },
1125             "autoload": {
1126                 "classmap": [
1127                     "src/"
1128                 ]
1129             },
1130             "notification-url": "https://packagist.org/downloads/",
1131             "license": [
1132                 "BSD-3-Clause"
1133             ],
1134             "authors": [
1135                 {
1136                     "name": "Jeff Welch",
1137                     "email": "whatthejeff@gmail.com"
1138                 },
1139                 {
1140                     "name": "Sebastian Bergmann",
1141                     "email": "sebastian@phpunit.de"
1142                 },
1143                 {
1144                     "name": "Adam Harvey",
1145                     "email": "aharvey@php.net"
1146                 }
1147             ],
1148             "description": "Provides functionality to recursively process PHP variables",
1149             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1150             "time": "2015-11-11T19:50:13+00:00"
1151         },
1152         {
1153             "name": "sebastian/version",
1154             "version": "1.0.6",
1155             "source": {
1156                 "type": "git",
1157                 "url": "https://github.com/sebastianbergmann/version.git",
1158                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1159             },
1160             "dist": {
1161                 "type": "zip",
1162                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1163                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1164                 "shasum": ""
1165             },
1166             "type": "library",
1167             "autoload": {
1168                 "classmap": [
1169                     "src/"
1170                 ]
1171             },
1172             "notification-url": "https://packagist.org/downloads/",
1173             "license": [
1174                 "BSD-3-Clause"
1175             ],
1176             "authors": [
1177                 {
1178                     "name": "Sebastian Bergmann",
1179                     "email": "sebastian@phpunit.de",
1180                     "role": "lead"
1181                 }
1182             ],
1183             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1184             "homepage": "https://github.com/sebastianbergmann/version",
1185             "time": "2015-06-21T13:59:46+00:00"
1186         },
1187         {
1188             "name": "squizlabs/php_codesniffer",
1189             "version": "2.8.0",
1190             "source": {
1191                 "type": "git",
1192                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1193                 "reference": "86dd55a522238211f9f3631e3361703578941d9a"
1194             },
1195             "dist": {
1196                 "type": "zip",
1197                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/86dd55a522238211f9f3631e3361703578941d9a",
1198                 "reference": "86dd55a522238211f9f3631e3361703578941d9a",
1199                 "shasum": ""
1200             },
1201             "require": {
1202                 "ext-simplexml": "*",
1203                 "ext-tokenizer": "*",
1204                 "ext-xmlwriter": "*",
1205                 "php": ">=5.1.2"
1206             },
1207             "require-dev": {
1208                 "phpunit/phpunit": "~4.0"
1209             },
1210             "bin": [
1211                 "scripts/phpcs",
1212                 "scripts/phpcbf"
1213             ],
1214             "type": "library",
1215             "extra": {
1216                 "branch-alias": {
1217                     "dev-master": "2.x-dev"
1218                 }
1219             },
1220             "autoload": {
1221                 "classmap": [
1222                     "CodeSniffer.php",
1223                     "CodeSniffer/CLI.php",
1224                     "CodeSniffer/Exception.php",
1225                     "CodeSniffer/File.php",
1226                     "CodeSniffer/Fixer.php",
1227                     "CodeSniffer/Report.php",
1228                     "CodeSniffer/Reporting.php",
1229                     "CodeSniffer/Sniff.php",
1230                     "CodeSniffer/Tokens.php",
1231                     "CodeSniffer/Reports/",
1232                     "CodeSniffer/Tokenizers/",
1233                     "CodeSniffer/DocGenerators/",
1234                     "CodeSniffer/Standards/AbstractPatternSniff.php",
1235                     "CodeSniffer/Standards/AbstractScopeSniff.php",
1236                     "CodeSniffer/Standards/AbstractVariableSniff.php",
1237                     "CodeSniffer/Standards/IncorrectPatternException.php",
1238                     "CodeSniffer/Standards/Generic/Sniffs/",
1239                     "CodeSniffer/Standards/MySource/Sniffs/",
1240                     "CodeSniffer/Standards/PEAR/Sniffs/",
1241                     "CodeSniffer/Standards/PSR1/Sniffs/",
1242                     "CodeSniffer/Standards/PSR2/Sniffs/",
1243                     "CodeSniffer/Standards/Squiz/Sniffs/",
1244                     "CodeSniffer/Standards/Zend/Sniffs/"
1245                 ]
1246             },
1247             "notification-url": "https://packagist.org/downloads/",
1248             "license": [
1249                 "BSD-3-Clause"
1250             ],
1251             "authors": [
1252                 {
1253                     "name": "Greg Sherwood",
1254                     "role": "lead"
1255                 }
1256             ],
1257             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1258             "homepage": "http://www.squizlabs.com/php-codesniffer",
1259             "keywords": [
1260                 "phpcs",
1261                 "standards"
1262             ],
1263             "time": "2017-02-02T03:30:00+00:00"
1264         },
1265         {
1266             "name": "symfony/yaml",
1267             "version": "v3.2.3",
1268             "source": {
1269                 "type": "git",
1270                 "url": "https://github.com/symfony/yaml.git",
1271                 "reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b"
1272             },
1273             "dist": {
1274                 "type": "zip",
1275                 "url": "https://api.github.com/repos/symfony/yaml/zipball/e1718c6bf57e1efbb8793ada951584b2ab27775b",
1276                 "reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b",
1277                 "shasum": ""
1278             },
1279             "require": {
1280                 "php": ">=5.5.9"
1281             },
1282             "require-dev": {
1283                 "symfony/console": "~2.8|~3.0"
1284             },
1285             "suggest": {
1286                 "symfony/console": "For validating YAML files using the lint command"
1287             },
1288             "type": "library",
1289             "extra": {
1290                 "branch-alias": {
1291                     "dev-master": "3.2-dev"
1292                 }
1293             },
1294             "autoload": {
1295                 "psr-4": {
1296                     "Symfony\\Component\\Yaml\\": ""
1297                 },
1298                 "exclude-from-classmap": [
1299                     "/Tests/"
1300                 ]
1301             },
1302             "notification-url": "https://packagist.org/downloads/",
1303             "license": [
1304                 "MIT"
1305             ],
1306             "authors": [
1307                 {
1308                     "name": "Fabien Potencier",
1309                     "email": "fabien@symfony.com"
1310                 },
1311                 {
1312                     "name": "Symfony Community",
1313                     "homepage": "https://symfony.com/contributors"
1314                 }
1315             ],
1316             "description": "Symfony Yaml Component",
1317             "homepage": "https://symfony.com",
1318             "time": "2017-01-21T17:06:35+00:00"
1319         },
1320         {
1321             "name": "webmozart/assert",
1322             "version": "1.2.0",
1323             "source": {
1324                 "type": "git",
1325                 "url": "https://github.com/webmozart/assert.git",
1326                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
1327             },
1328             "dist": {
1329                 "type": "zip",
1330                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
1331                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
1332                 "shasum": ""
1333             },
1334             "require": {
1335                 "php": "^5.3.3 || ^7.0"
1336             },
1337             "require-dev": {
1338                 "phpunit/phpunit": "^4.6",
1339                 "sebastian/version": "^1.0.1"
1340             },
1341             "type": "library",
1342             "extra": {
1343                 "branch-alias": {
1344                     "dev-master": "1.3-dev"
1345                 }
1346             },
1347             "autoload": {
1348                 "psr-4": {
1349                     "Webmozart\\Assert\\": "src/"
1350                 }
1351             },
1352             "notification-url": "https://packagist.org/downloads/",
1353             "license": [
1354                 "MIT"
1355             ],
1356             "authors": [
1357                 {
1358                     "name": "Bernhard Schussek",
1359                     "email": "bschussek@gmail.com"
1360                 }
1361             ],
1362             "description": "Assertions to validate method input/output with nice error messages.",
1363             "keywords": [
1364                 "assert",
1365                 "check",
1366                 "validate"
1367             ],
1368             "time": "2016-11-23T20:04:58+00:00"
1369         },
1370         {
1371             "name": "zendframework/zend-coding-standard",
1372             "version": "1.0.0",
1373             "source": {
1374                 "type": "git",
1375                 "url": "https://github.com/zendframework/zend-coding-standard.git",
1376                 "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6"
1377             },
1378             "dist": {
1379                 "type": "zip",
1380                 "url": "https://api.github.com/repos/zendframework/zend-coding-standard/zipball/893316d2904e93f1c74c1384b6d7d57778299cb6",
1381                 "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6",
1382                 "shasum": ""
1383             },
1384             "require": {
1385                 "squizlabs/php_codesniffer": "^2.7"
1386             },
1387             "type": "library",
1388             "notification-url": "https://packagist.org/downloads/",
1389             "license": [
1390                 "BSD-3-Clause"
1391             ],
1392             "description": "Zend Framework coding standard",
1393             "keywords": [
1394                 "Coding Standard",
1395                 "zf"
1396             ],
1397             "time": "2016-11-09T21:30:43+00:00"
1398         },
1399         {
1400             "name": "zendframework/zend-escaper",
1401             "version": "2.5.2",
1402             "source": {
1403                 "type": "git",
1404                 "url": "https://github.com/zendframework/zend-escaper.git",
1405                 "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
1406             },
1407             "dist": {
1408                 "type": "zip",
1409                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
1410                 "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
1411                 "shasum": ""
1412             },
1413             "require": {
1414                 "php": ">=5.5"
1415             },
1416             "require-dev": {
1417                 "fabpot/php-cs-fixer": "1.7.*",
1418                 "phpunit/phpunit": "~4.0"
1419             },
1420             "type": "library",
1421             "extra": {
1422                 "branch-alias": {
1423                     "dev-master": "2.5-dev",
1424                     "dev-develop": "2.6-dev"
1425                 }
1426             },
1427             "autoload": {
1428                 "psr-4": {
1429                     "Zend\\Escaper\\": "src/"
1430                 }
1431             },
1432             "notification-url": "https://packagist.org/downloads/",
1433             "license": [
1434                 "BSD-3-Clause"
1435             ],
1436             "homepage": "https://github.com/zendframework/zend-escaper",
1437             "keywords": [
1438                 "escaper",
1439                 "zf2"
1440             ],
1441             "time": "2016-06-30T19:48:38+00:00"
1442         },
1443         {
1444             "name": "zendframework/zend-eventmanager",
1445             "version": "3.1.0",
1446             "source": {
1447                 "type": "git",
1448                 "url": "https://github.com/zendframework/zend-eventmanager.git",
1449                 "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d"
1450             },
1451             "dist": {
1452                 "type": "zip",
1453                 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d",
1454                 "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d",
1455                 "shasum": ""
1456             },
1457             "require": {
1458                 "php": "^5.6 || ^7.0"
1459             },
1460             "require-dev": {
1461                 "athletic/athletic": "^0.1",
1462                 "container-interop/container-interop": "^1.1.0",
1463                 "phpunit/phpunit": "^5.6",
1464                 "zendframework/zend-coding-standard": "~1.0.0",
1465                 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
1466             },
1467             "suggest": {
1468                 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
1469                 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
1470             },
1471             "type": "library",
1472             "extra": {
1473                 "branch-alias": {
1474                     "dev-master": "3.1-dev",
1475                     "dev-develop": "3.2-dev"
1476                 }
1477             },
1478             "autoload": {
1479                 "psr-4": {
1480                     "Zend\\EventManager\\": "src/"
1481                 }
1482             },
1483             "notification-url": "https://packagist.org/downloads/",
1484             "license": [
1485                 "BSD-3-Clause"
1486             ],
1487             "description": "Trigger and listen to events within a PHP application",
1488             "homepage": "https://github.com/zendframework/zend-eventmanager",
1489             "keywords": [
1490                 "event",
1491                 "eventmanager",
1492                 "events",
1493                 "zf2"
1494             ],
1495             "time": "2016-12-19T21:47:12+00:00"
1496         },
1497         {
1498             "name": "zendframework/zend-http",
1499             "version": "2.6.0",
1500             "source": {
1501                 "type": "git",
1502                 "url": "https://github.com/zendframework/zend-http.git",
1503                 "reference": "09f4d279f46d86be63171ff62ee0f79eca878678"
1504             },
1505             "dist": {
1506                 "type": "zip",
1507                 "url": "https://api.github.com/repos/zendframework/zend-http/zipball/09f4d279f46d86be63171ff62ee0f79eca878678",
1508                 "reference": "09f4d279f46d86be63171ff62ee0f79eca878678",
1509                 "shasum": ""
1510             },
1511             "require": {
1512                 "php": "^5.5 || ^7.0",
1513                 "zendframework/zend-loader": "^2.5",
1514                 "zendframework/zend-stdlib": "^2.5 || ^3.0",
1515                 "zendframework/zend-uri": "^2.5",
1516                 "zendframework/zend-validator": "^2.5"
1517             },
1518             "require-dev": {
1519                 "phpunit/phpunit": "^4.0",
1520                 "zendframework/zend-coding-standard": "~1.0.0",
1521                 "zendframework/zend-config": "^2.5"
1522             },
1523             "type": "library",
1524             "extra": {
1525                 "branch-alias": {
1526                     "dev-master": "2.6-dev",
1527                     "dev-develop": "2.7-dev"
1528                 }
1529             },
1530             "autoload": {
1531                 "psr-4": {
1532                     "Zend\\Http\\": "src/"
1533                 }
1534             },
1535             "notification-url": "https://packagist.org/downloads/",
1536             "license": [
1537                 "BSD-3-Clause"
1538             ],
1539             "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
1540             "homepage": "https://github.com/zendframework/zend-http",
1541             "keywords": [
1542                 "http",
1543                 "zf2"
1544             ],
1545             "time": "2017-01-31T14:41:02+00:00"
1546         },
1547         {
1548             "name": "zendframework/zend-json",
1549             "version": "3.0.0",
1550             "source": {
1551                 "type": "git",
1552                 "url": "https://github.com/zendframework/zend-json.git",
1553                 "reference": "f42a1588e75c2a3e338cd94c37906231e616daab"
1554             },
1555             "dist": {
1556                 "type": "zip",
1557                 "url": "https://api.github.com/repos/zendframework/zend-json/zipball/f42a1588e75c2a3e338cd94c37906231e616daab",
1558                 "reference": "f42a1588e75c2a3e338cd94c37906231e616daab",
1559                 "shasum": ""
1560             },
1561             "require": {
1562                 "php": "^5.5 || ^7.0"
1563             },
1564             "require-dev": {
1565                 "phpunit/phpunit": "~4.0",
1566                 "squizlabs/php_codesniffer": "^2.3",
1567                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
1568             },
1569             "suggest": {
1570                 "zendframework/zend-json-server": "For implementing JSON-RPC servers",
1571                 "zendframework/zend-xml2json": "For converting XML documents to JSON"
1572             },
1573             "type": "library",
1574             "extra": {
1575                 "branch-alias": {
1576                     "dev-master": "3.0-dev",
1577                     "dev-develop": "3.1-dev"
1578                 }
1579             },
1580             "autoload": {
1581                 "psr-4": {
1582                     "Zend\\Json\\": "src/"
1583                 }
1584             },
1585             "notification-url": "https://packagist.org/downloads/",
1586             "license": [
1587                 "BSD-3-Clause"
1588             ],
1589             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
1590             "homepage": "https://github.com/zendframework/zend-json",
1591             "keywords": [
1592                 "json",
1593                 "zf2"
1594             ],
1595             "time": "2016-04-01T02:34:00+00:00"
1596         },
1597         {
1598             "name": "zendframework/zend-loader",
1599             "version": "2.5.1",
1600             "source": {
1601                 "type": "git",
1602                 "url": "https://github.com/zendframework/zend-loader.git",
1603                 "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c"
1604             },
1605             "dist": {
1606                 "type": "zip",
1607                 "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c",
1608                 "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c",
1609                 "shasum": ""
1610             },
1611             "require": {
1612                 "php": ">=5.3.23"
1613             },
1614             "require-dev": {
1615                 "fabpot/php-cs-fixer": "1.7.*",
1616                 "phpunit/phpunit": "~4.0"
1617             },
1618             "type": "library",
1619             "extra": {
1620                 "branch-alias": {
1621                     "dev-master": "2.5-dev",
1622                     "dev-develop": "2.6-dev"
1623                 }
1624             },
1625             "autoload": {
1626                 "psr-4": {
1627                     "Zend\\Loader\\": "src/"
1628                 }
1629             },
1630             "notification-url": "https://packagist.org/downloads/",
1631             "license": [
1632                 "BSD-3-Clause"
1633             ],
1634             "homepage": "https://github.com/zendframework/zend-loader",
1635             "keywords": [
1636                 "loader",
1637                 "zf2"
1638             ],
1639             "time": "2015-06-03T14:05:47+00:00"
1640         },
1641         {
1642             "name": "zendframework/zend-servicemanager",
1643             "version": "3.2.0",
1644             "source": {
1645                 "type": "git",
1646                 "url": "https://github.com/zendframework/zend-servicemanager.git",
1647                 "reference": "596a2cde85a92c3366514ae0f55ea32ef59536ac"
1648             },
1649             "dist": {
1650                 "type": "zip",
1651                 "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/596a2cde85a92c3366514ae0f55ea32ef59536ac",
1652                 "reference": "596a2cde85a92c3366514ae0f55ea32ef59536ac",
1653                 "shasum": ""
1654             },
1655             "require": {
1656                 "container-interop/container-interop": "~1.0",
1657                 "php": "^5.6 || ^7.0",
1658                 "zendframework/zend-stdlib": "^3.1"
1659             },
1660             "provide": {
1661                 "container-interop/container-interop-implementation": "^1.1"
1662             },
1663             "require-dev": {
1664                 "mikey179/vfsstream": "^1.6",
1665                 "ocramius/proxy-manager": "^1.0 || ^2.0",
1666                 "phpbench/phpbench": "^0.10.0",
1667                 "phpunit/phpunit": "^4.6 || ^5.2.10",
1668                 "zendframework/zend-coding-standard": "~1.0.0"
1669             },
1670             "suggest": {
1671                 "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
1672                 "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
1673             },
1674             "bin": [
1675                 "bin/generate-deps-for-config-factory",
1676                 "bin/generate-factory-for-class"
1677             ],
1678             "type": "library",
1679             "extra": {
1680                 "branch-alias": {
1681                     "dev-master": "3.2-dev",
1682                     "dev-develop": "3.3-dev"
1683                 }
1684             },
1685             "autoload": {
1686                 "psr-4": {
1687                     "Zend\\ServiceManager\\": "src/"
1688                 }
1689             },
1690             "notification-url": "https://packagist.org/downloads/",
1691             "license": [
1692                 "BSD-3-Clause"
1693             ],
1694             "homepage": "https://github.com/zendframework/zend-servicemanager",
1695             "keywords": [
1696                 "service-manager",
1697                 "servicemanager",
1698                 "zf"
1699             ],
1700             "time": "2016-12-19T20:04:51+00:00"
1701         },
1702         {
1703             "name": "zendframework/zend-session",
1704             "version": "2.7.3",
1705             "source": {
1706                 "type": "git",
1707                 "url": "https://github.com/zendframework/zend-session.git",
1708                 "reference": "346e9709657b81a5d53d70ce754730a26d1f02f2"
1709             },
1710             "dist": {
1711                 "type": "zip",
1712                 "url": "https://api.github.com/repos/zendframework/zend-session/zipball/346e9709657b81a5d53d70ce754730a26d1f02f2",
1713                 "reference": "346e9709657b81a5d53d70ce754730a26d1f02f2",
1714                 "shasum": ""
1715             },
1716             "require": {
1717                 "php": "^5.5 || ^7.0",
1718                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
1719                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
1720             },
1721             "require-dev": {
1722                 "container-interop/container-interop": "^1.1",
1723                 "fabpot/php-cs-fixer": "1.7.*",
1724                 "mongodb/mongodb": "^1.0.1",
1725                 "phpunit/phpunit": "~4.0",
1726                 "zendframework/zend-cache": "^2.6.1",
1727                 "zendframework/zend-db": "^2.7",
1728                 "zendframework/zend-http": "^2.5.4",
1729                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
1730                 "zendframework/zend-validator": "^2.6"
1731             },
1732             "suggest": {
1733                 "mongodb/mongodb": "If you want to use the MongoDB session save handler",
1734                 "zendframework/zend-cache": "Zend\\Cache component",
1735                 "zendframework/zend-db": "Zend\\Db component",
1736                 "zendframework/zend-http": "Zend\\Http component",
1737                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
1738                 "zendframework/zend-validator": "Zend\\Validator component"
1739             },
1740             "type": "library",
1741             "extra": {
1742                 "branch-alias": {
1743                     "dev-master": "2.7-dev",
1744                     "dev-develop": "2.8-dev"
1745                 },
1746                 "zf": {
1747                     "component": "Zend\\Session",
1748                     "config-provider": "Zend\\Session\\ConfigProvider"
1749                 }
1750             },
1751             "autoload": {
1752                 "psr-4": {
1753                     "Zend\\Session\\": "src/"
1754                 }
1755             },
1756             "notification-url": "https://packagist.org/downloads/",
1757             "license": [
1758                 "BSD-3-Clause"
1759             ],
1760             "description": "manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client",
1761             "homepage": "https://github.com/zendframework/zend-session",
1762             "keywords": [
1763                 "session",
1764                 "zf2"
1765             ],
1766             "time": "2016-07-05T18:32:50+00:00"
1767         },
1768         {
1769             "name": "zendframework/zend-text",
1770             "version": "2.6.0",
1771             "source": {
1772                 "type": "git",
1773                 "url": "https://github.com/zendframework/zend-text.git",
1774                 "reference": "07ad9388e4d4f12620ad37b52a5b0e4ee7845f92"
1775             },
1776             "dist": {
1777                 "type": "zip",
1778                 "url": "https://api.github.com/repos/zendframework/zend-text/zipball/07ad9388e4d4f12620ad37b52a5b0e4ee7845f92",
1779                 "reference": "07ad9388e4d4f12620ad37b52a5b0e4ee7845f92",
1780                 "shasum": ""
1781             },
1782             "require": {
1783                 "php": "^5.5 || ^7.0",
1784                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
1785                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
1786             },
1787             "require-dev": {
1788                 "fabpot/php-cs-fixer": "1.7.*",
1789                 "phpunit/phpunit": "~4.0",
1790                 "zendframework/zend-config": "^2.6"
1791             },
1792             "type": "library",
1793             "extra": {
1794                 "branch-alias": {
1795                     "dev-master": "2.6-dev",
1796                     "dev-develop": "2.7-dev"
1797                 }
1798             },
1799             "autoload": {
1800                 "psr-4": {
1801                     "Zend\\Text\\": "src/"
1802                 }
1803             },
1804             "notification-url": "https://packagist.org/downloads/",
1805             "license": [
1806                 "BSD-3-Clause"
1807             ],
1808             "homepage": "https://github.com/zendframework/zend-text",
1809             "keywords": [
1810                 "text",
1811                 "zf2"
1812             ],
1813             "time": "2016-02-08T19:03:52+00:00"
1814         },
1815         {
1816             "name": "zendframework/zend-uri",
1817             "version": "2.5.2",
1818             "source": {
1819                 "type": "git",
1820                 "url": "https://github.com/zendframework/zend-uri.git",
1821                 "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed"
1822             },
1823             "dist": {
1824                 "type": "zip",
1825                 "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/0bf717a239432b1a1675ae314f7c4acd742749ed",
1826                 "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed",
1827                 "shasum": ""
1828             },
1829             "require": {
1830                 "php": "^5.5 || ^7.0",
1831                 "zendframework/zend-escaper": "^2.5",
1832                 "zendframework/zend-validator": "^2.5"
1833             },
1834             "require-dev": {
1835                 "fabpot/php-cs-fixer": "1.7.*",
1836                 "phpunit/phpunit": "~4.0"
1837             },
1838             "type": "library",
1839             "extra": {
1840                 "branch-alias": {
1841                     "dev-master": "2.5-dev",
1842                     "dev-develop": "2.6-dev"
1843                 }
1844             },
1845             "autoload": {
1846                 "psr-4": {
1847                     "Zend\\Uri\\": "src/"
1848                 }
1849             },
1850             "notification-url": "https://packagist.org/downloads/",
1851             "license": [
1852                 "BSD-3-Clause"
1853             ],
1854             "description": "a component that aids in manipulating and validating ยป Uniform Resource Identifiers (URIs)",
1855             "homepage": "https://github.com/zendframework/zend-uri",
1856             "keywords": [
1857                 "uri",
1858                 "zf2"
1859             ],
1860             "time": "2016-02-17T22:38:51+00:00"
1861         },
1862         {
1863             "name": "zendframework/zend-validator",
1864             "version": "2.8.2",
1865             "source": {
1866                 "type": "git",
1867                 "url": "https://github.com/zendframework/zend-validator.git",
1868                 "reference": "99b528e01276054458da9553b587cfb959dfa436"
1869             },
1870             "dist": {
1871                 "type": "zip",
1872                 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/99b528e01276054458da9553b587cfb959dfa436",
1873                 "reference": "99b528e01276054458da9553b587cfb959dfa436",
1874                 "shasum": ""
1875             },
1876             "require": {
1877                 "container-interop/container-interop": "^1.1",
1878                 "php": "^5.5 || ^7.0",
1879                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
1880             },
1881             "require-dev": {
1882                 "fabpot/php-cs-fixer": "1.7.*",
1883                 "phpunit/phpunit": "^4.0",
1884                 "zendframework/zend-cache": "^2.6.1",
1885                 "zendframework/zend-config": "^2.6",
1886                 "zendframework/zend-db": "^2.7",
1887                 "zendframework/zend-filter": "^2.6",
1888                 "zendframework/zend-http": "^2.5.4",
1889                 "zendframework/zend-i18n": "^2.6",
1890                 "zendframework/zend-math": "^2.6",
1891                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
1892                 "zendframework/zend-session": "^2.6.2",
1893                 "zendframework/zend-uri": "^2.5"
1894             },
1895             "suggest": {
1896                 "zendframework/zend-db": "Zend\\Db component",
1897                 "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
1898                 "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
1899                 "zendframework/zend-i18n-resources": "Translations of validator messages",
1900                 "zendframework/zend-math": "Zend\\Math component",
1901                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
1902                 "zendframework/zend-session": "Zend\\Session component",
1903                 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
1904             },
1905             "type": "library",
1906             "extra": {
1907                 "branch-alias": {
1908                     "dev-master": "2.8-dev",
1909                     "dev-develop": "2.9-dev"
1910                 },
1911                 "zf": {
1912                     "component": "Zend\\Validator",
1913                     "config-provider": "Zend\\Validator\\ConfigProvider"
1914                 }
1915             },
1916             "autoload": {
1917                 "psr-4": {
1918                     "Zend\\Validator\\": "src/"
1919                 }
1920             },
1921             "notification-url": "https://packagist.org/downloads/",
1922             "license": [
1923                 "BSD-3-Clause"
1924             ],
1925             "description": "provides a set of commonly needed validators",
1926             "homepage": "https://github.com/zendframework/zend-validator",
1927             "keywords": [
1928                 "validator",
1929                 "zf2"
1930             ],
1931             "time": "2017-01-29T17:24:24+00:00"
1932         },
1933         {
1934             "name": "zendframework/zendservice-recaptcha",
1935             "version": "3.0.0",
1936             "source": {
1937                 "type": "git",
1938                 "url": "https://github.com/zendframework/ZendService_ReCaptcha.git",
1939                 "reference": "6c6877c07c8ac73b187911ea5d264a640b234361"
1940             },
1941             "dist": {
1942                 "type": "zip",
1943                 "url": "https://api.github.com/repos/zendframework/ZendService_ReCaptcha/zipball/6c6877c07c8ac73b187911ea5d264a640b234361",
1944                 "reference": "6c6877c07c8ac73b187911ea5d264a640b234361",
1945                 "shasum": ""
1946             },
1947             "require": {
1948                 "php": "^5.6 || ^7.0",
1949                 "zendframework/zend-http": "^2.5.4",
1950                 "zendframework/zend-json": "^2.6.1 || ^3.0"
1951             },
1952             "require-dev": {
1953                 "phpunit/phpunit": "^5.7 || ^6.0",
1954                 "zendframework/zend-coding-standard": "~1.0.0",
1955                 "zendframework/zend-config": "^2.0",
1956                 "zendframework/zend-validator": "^2.8.2"
1957             },
1958             "suggest": {
1959                 "zendframework/zend-validator": "~2.0, if using ReCaptcha's Mailhide API"
1960             },
1961             "type": "library",
1962             "extra": {
1963                 "branch-alias": {
1964                     "dev-master": "3.0-dev",
1965                     "dev-develop": "3.1-dev"
1966                 }
1967             },
1968             "autoload": {
1969                 "psr-4": {
1970                     "ZendService\\ReCaptcha\\": "src/"
1971                 }
1972             },
1973             "notification-url": "https://packagist.org/downloads/",
1974             "license": [
1975                 "BSD-3-Clause"
1976             ],
1977             "description": "OOP wrapper for the ReCaptcha web service",
1978             "homepage": "http://packages.zendframework.com/",
1979             "keywords": [
1980                 "recaptcha",
1981                 "zf2"
1982             ],
1983             "time": "2017-02-09T21:38:25+00:00"
1984         }
1985     ],
1986     "aliases": [],
1987     "minimum-stability": "dev",
1988     "stability-flags": [],
1989     "prefer-stable": true,
1990     "prefer-lowest": false,
1991     "platform": {
1992         "php": "^5.6 || ^7.0"
1993     },
1994     "platform-dev": []