fix php 5.6 in docker dev env (#1740)
[openemr.git] / vendor / zendframework / zend-server / composer.lock
blobc31734095e9acaeab9f44a0e646684fb4fd6f7db
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": "3df882c920dac6a817267fdb427bc683",
8     "content-hash": "40d432af69dc02ab455872e5fc9f995a",
9     "packages": [
10         {
11             "name": "zendframework/zend-code",
12             "version": "3.0.2",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/zendframework/zend-code.git",
16                 "reference": "57cfbcf794a79985278d6308325bc86060af588c"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/57cfbcf794a79985278d6308325bc86060af588c",
21                 "reference": "57cfbcf794a79985278d6308325bc86060af588c",
22                 "shasum": ""
23             },
24             "require": {
25                 "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
26                 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
27             },
28             "require-dev": {
29                 "doctrine/annotations": "~1.0",
30                 "ext-phar": "*",
31                 "phpunit/phpunit": "^4.8.21",
32                 "squizlabs/php_codesniffer": "^2.5",
33                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
34             },
35             "suggest": {
36                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
37                 "zendframework/zend-stdlib": "Zend\\Stdlib component"
38             },
39             "type": "library",
40             "extra": {
41                 "branch-alias": {
42                     "dev-master": "3.0-dev",
43                     "dev-develop": "3.1-dev"
44                 }
45             },
46             "autoload": {
47                 "psr-4": {
48                     "Zend\\Code\\": "src/"
49                 }
50             },
51             "notification-url": "https://packagist.org/downloads/",
52             "license": [
53                 "BSD-3-Clause"
54             ],
55             "description": "provides facilities to generate arbitrary code using an object oriented interface",
56             "homepage": "https://github.com/zendframework/zend-code",
57             "keywords": [
58                 "code",
59                 "zf2"
60             ],
61             "time": "2016-04-20 17:34:49"
62         },
63         {
64             "name": "zendframework/zend-eventmanager",
65             "version": "3.0.1",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/zendframework/zend-eventmanager.git",
69                 "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
74                 "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
75                 "shasum": ""
76             },
77             "require": {
78                 "php": "^5.5 || ^7.0"
79             },
80             "require-dev": {
81                 "athletic/athletic": "^0.1",
82                 "container-interop/container-interop": "^1.1.0",
83                 "phpunit/phpunit": "~4.0",
84                 "squizlabs/php_codesniffer": "^2.0",
85                 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
86             },
87             "suggest": {
88                 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
89                 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
90             },
91             "type": "library",
92             "extra": {
93                 "branch-alias": {
94                     "dev-master": "3.0-dev",
95                     "dev-develop": "3.1-dev"
96                 }
97             },
98             "autoload": {
99                 "psr-4": {
100                     "Zend\\EventManager\\": "src/"
101                 }
102             },
103             "notification-url": "https://packagist.org/downloads/",
104             "license": [
105                 "BSD-3-Clause"
106             ],
107             "description": "Trigger and listen to events within a PHP application",
108             "homepage": "https://github.com/zendframework/zend-eventmanager",
109             "keywords": [
110                 "event",
111                 "eventmanager",
112                 "events",
113                 "zf2"
114             ],
115             "time": "2016-02-18 20:53:00"
116         },
117         {
118             "name": "zendframework/zend-stdlib",
119             "version": "3.0.1",
120             "source": {
121                 "type": "git",
122                 "url": "https://github.com/zendframework/zend-stdlib.git",
123                 "reference": "8bafa58574204bdff03c275d1d618aaa601588ae"
124             },
125             "dist": {
126                 "type": "zip",
127                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/8bafa58574204bdff03c275d1d618aaa601588ae",
128                 "reference": "8bafa58574204bdff03c275d1d618aaa601588ae",
129                 "shasum": ""
130             },
131             "require": {
132                 "php": "^5.5 || ^7.0"
133             },
134             "require-dev": {
135                 "athletic/athletic": "~0.1",
136                 "fabpot/php-cs-fixer": "1.7.*",
137                 "phpunit/phpunit": "~4.0"
138             },
139             "type": "library",
140             "extra": {
141                 "branch-alias": {
142                     "dev-master": "3.0-dev",
143                     "dev-develop": "3.1-dev"
144                 }
145             },
146             "autoload": {
147                 "psr-4": {
148                     "Zend\\Stdlib\\": "src/"
149                 }
150             },
151             "notification-url": "https://packagist.org/downloads/",
152             "license": [
153                 "BSD-3-Clause"
154             ],
155             "homepage": "https://github.com/zendframework/zend-stdlib",
156             "keywords": [
157                 "stdlib",
158                 "zf2"
159             ],
160             "time": "2016-04-12 21:19:36"
161         }
162     ],
163     "packages-dev": [
164         {
165             "name": "doctrine/instantiator",
166             "version": "1.0.5",
167             "source": {
168                 "type": "git",
169                 "url": "https://github.com/doctrine/instantiator.git",
170                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
171             },
172             "dist": {
173                 "type": "zip",
174                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
175                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
176                 "shasum": ""
177             },
178             "require": {
179                 "php": ">=5.3,<8.0-DEV"
180             },
181             "require-dev": {
182                 "athletic/athletic": "~0.1.8",
183                 "ext-pdo": "*",
184                 "ext-phar": "*",
185                 "phpunit/phpunit": "~4.0",
186                 "squizlabs/php_codesniffer": "~2.0"
187             },
188             "type": "library",
189             "extra": {
190                 "branch-alias": {
191                     "dev-master": "1.0.x-dev"
192                 }
193             },
194             "autoload": {
195                 "psr-4": {
196                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
197                 }
198             },
199             "notification-url": "https://packagist.org/downloads/",
200             "license": [
201                 "MIT"
202             ],
203             "authors": [
204                 {
205                     "name": "Marco Pivetta",
206                     "email": "ocramius@gmail.com",
207                     "homepage": "http://ocramius.github.com/"
208                 }
209             ],
210             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
211             "homepage": "https://github.com/doctrine/instantiator",
212             "keywords": [
213                 "constructor",
214                 "instantiate"
215             ],
216             "time": "2015-06-14 21:17:01"
217         },
218         {
219             "name": "phpdocumentor/reflection-common",
220             "version": "1.0",
221             "source": {
222                 "type": "git",
223                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
224                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
225             },
226             "dist": {
227                 "type": "zip",
228                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
229                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
230                 "shasum": ""
231             },
232             "require": {
233                 "php": ">=5.5"
234             },
235             "require-dev": {
236                 "phpunit/phpunit": "^4.6"
237             },
238             "type": "library",
239             "extra": {
240                 "branch-alias": {
241                     "dev-master": "1.0.x-dev"
242                 }
243             },
244             "autoload": {
245                 "psr-4": {
246                     "phpDocumentor\\Reflection\\": [
247                         "src"
248                     ]
249                 }
250             },
251             "notification-url": "https://packagist.org/downloads/",
252             "license": [
253                 "MIT"
254             ],
255             "authors": [
256                 {
257                     "name": "Jaap van Otterdijk",
258                     "email": "opensource@ijaap.nl"
259                 }
260             ],
261             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
262             "homepage": "http://www.phpdoc.org",
263             "keywords": [
264                 "FQSEN",
265                 "phpDocumentor",
266                 "phpdoc",
267                 "reflection",
268                 "static analysis"
269             ],
270             "time": "2015-12-27 11:43:31"
271         },
272         {
273             "name": "phpdocumentor/reflection-docblock",
274             "version": "3.1.0",
275             "source": {
276                 "type": "git",
277                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
278                 "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
279             },
280             "dist": {
281                 "type": "zip",
282                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
283                 "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
284                 "shasum": ""
285             },
286             "require": {
287                 "php": ">=5.5",
288                 "phpdocumentor/reflection-common": "^1.0@dev",
289                 "phpdocumentor/type-resolver": "^0.2.0",
290                 "webmozart/assert": "^1.0"
291             },
292             "require-dev": {
293                 "mockery/mockery": "^0.9.4",
294                 "phpunit/phpunit": "^4.4"
295             },
296             "type": "library",
297             "autoload": {
298                 "psr-4": {
299                     "phpDocumentor\\Reflection\\": [
300                         "src/"
301                     ]
302                 }
303             },
304             "notification-url": "https://packagist.org/downloads/",
305             "license": [
306                 "MIT"
307             ],
308             "authors": [
309                 {
310                     "name": "Mike van Riel",
311                     "email": "me@mikevanriel.com"
312                 }
313             ],
314             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
315             "time": "2016-06-10 09:48:41"
316         },
317         {
318             "name": "phpdocumentor/type-resolver",
319             "version": "0.2",
320             "source": {
321                 "type": "git",
322                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
323                 "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
324             },
325             "dist": {
326                 "type": "zip",
327                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
328                 "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
329                 "shasum": ""
330             },
331             "require": {
332                 "php": ">=5.5",
333                 "phpdocumentor/reflection-common": "^1.0"
334             },
335             "require-dev": {
336                 "mockery/mockery": "^0.9.4",
337                 "phpunit/phpunit": "^5.2||^4.8.24"
338             },
339             "type": "library",
340             "extra": {
341                 "branch-alias": {
342                     "dev-master": "1.0.x-dev"
343                 }
344             },
345             "autoload": {
346                 "psr-4": {
347                     "phpDocumentor\\Reflection\\": [
348                         "src/"
349                     ]
350                 }
351             },
352             "notification-url": "https://packagist.org/downloads/",
353             "license": [
354                 "MIT"
355             ],
356             "authors": [
357                 {
358                     "name": "Mike van Riel",
359                     "email": "me@mikevanriel.com"
360                 }
361             ],
362             "time": "2016-06-10 07:14:17"
363         },
364         {
365             "name": "phpspec/prophecy",
366             "version": "v1.6.1",
367             "source": {
368                 "type": "git",
369                 "url": "https://github.com/phpspec/prophecy.git",
370                 "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
371             },
372             "dist": {
373                 "type": "zip",
374                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
375                 "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
376                 "shasum": ""
377             },
378             "require": {
379                 "doctrine/instantiator": "^1.0.2",
380                 "php": "^5.3|^7.0",
381                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
382                 "sebastian/comparator": "^1.1",
383                 "sebastian/recursion-context": "^1.0"
384             },
385             "require-dev": {
386                 "phpspec/phpspec": "^2.0"
387             },
388             "type": "library",
389             "extra": {
390                 "branch-alias": {
391                     "dev-master": "1.6.x-dev"
392                 }
393             },
394             "autoload": {
395                 "psr-0": {
396                     "Prophecy\\": "src/"
397                 }
398             },
399             "notification-url": "https://packagist.org/downloads/",
400             "license": [
401                 "MIT"
402             ],
403             "authors": [
404                 {
405                     "name": "Konstantin Kudryashov",
406                     "email": "ever.zet@gmail.com",
407                     "homepage": "http://everzet.com"
408                 },
409                 {
410                     "name": "Marcello Duarte",
411                     "email": "marcello.duarte@gmail.com"
412                 }
413             ],
414             "description": "Highly opinionated mocking framework for PHP 5.3+",
415             "homepage": "https://github.com/phpspec/prophecy",
416             "keywords": [
417                 "Double",
418                 "Dummy",
419                 "fake",
420                 "mock",
421                 "spy",
422                 "stub"
423             ],
424             "time": "2016-06-07 08:13:47"
425         },
426         {
427             "name": "phpunit/php-code-coverage",
428             "version": "2.2.4",
429             "source": {
430                 "type": "git",
431                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
432                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
433             },
434             "dist": {
435                 "type": "zip",
436                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
437                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
438                 "shasum": ""
439             },
440             "require": {
441                 "php": ">=5.3.3",
442                 "phpunit/php-file-iterator": "~1.3",
443                 "phpunit/php-text-template": "~1.2",
444                 "phpunit/php-token-stream": "~1.3",
445                 "sebastian/environment": "^1.3.2",
446                 "sebastian/version": "~1.0"
447             },
448             "require-dev": {
449                 "ext-xdebug": ">=2.1.4",
450                 "phpunit/phpunit": "~4"
451             },
452             "suggest": {
453                 "ext-dom": "*",
454                 "ext-xdebug": ">=2.2.1",
455                 "ext-xmlwriter": "*"
456             },
457             "type": "library",
458             "extra": {
459                 "branch-alias": {
460                     "dev-master": "2.2.x-dev"
461                 }
462             },
463             "autoload": {
464                 "classmap": [
465                     "src/"
466                 ]
467             },
468             "notification-url": "https://packagist.org/downloads/",
469             "license": [
470                 "BSD-3-Clause"
471             ],
472             "authors": [
473                 {
474                     "name": "Sebastian Bergmann",
475                     "email": "sb@sebastian-bergmann.de",
476                     "role": "lead"
477                 }
478             ],
479             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
480             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
481             "keywords": [
482                 "coverage",
483                 "testing",
484                 "xunit"
485             ],
486             "time": "2015-10-06 15:47:00"
487         },
488         {
489             "name": "phpunit/php-file-iterator",
490             "version": "1.4.1",
491             "source": {
492                 "type": "git",
493                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
494                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
495             },
496             "dist": {
497                 "type": "zip",
498                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
499                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
500                 "shasum": ""
501             },
502             "require": {
503                 "php": ">=5.3.3"
504             },
505             "type": "library",
506             "extra": {
507                 "branch-alias": {
508                     "dev-master": "1.4.x-dev"
509                 }
510             },
511             "autoload": {
512                 "classmap": [
513                     "src/"
514                 ]
515             },
516             "notification-url": "https://packagist.org/downloads/",
517             "license": [
518                 "BSD-3-Clause"
519             ],
520             "authors": [
521                 {
522                     "name": "Sebastian Bergmann",
523                     "email": "sb@sebastian-bergmann.de",
524                     "role": "lead"
525                 }
526             ],
527             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
528             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
529             "keywords": [
530                 "filesystem",
531                 "iterator"
532             ],
533             "time": "2015-06-21 13:08:43"
534         },
535         {
536             "name": "phpunit/php-text-template",
537             "version": "1.2.1",
538             "source": {
539                 "type": "git",
540                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
541                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
542             },
543             "dist": {
544                 "type": "zip",
545                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
546                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
547                 "shasum": ""
548             },
549             "require": {
550                 "php": ">=5.3.3"
551             },
552             "type": "library",
553             "autoload": {
554                 "classmap": [
555                     "src/"
556                 ]
557             },
558             "notification-url": "https://packagist.org/downloads/",
559             "license": [
560                 "BSD-3-Clause"
561             ],
562             "authors": [
563                 {
564                     "name": "Sebastian Bergmann",
565                     "email": "sebastian@phpunit.de",
566                     "role": "lead"
567                 }
568             ],
569             "description": "Simple template engine.",
570             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
571             "keywords": [
572                 "template"
573             ],
574             "time": "2015-06-21 13:50:34"
575         },
576         {
577             "name": "phpunit/php-timer",
578             "version": "1.0.8",
579             "source": {
580                 "type": "git",
581                 "url": "https://github.com/sebastianbergmann/php-timer.git",
582                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
583             },
584             "dist": {
585                 "type": "zip",
586                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
587                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
588                 "shasum": ""
589             },
590             "require": {
591                 "php": ">=5.3.3"
592             },
593             "require-dev": {
594                 "phpunit/phpunit": "~4|~5"
595             },
596             "type": "library",
597             "autoload": {
598                 "classmap": [
599                     "src/"
600                 ]
601             },
602             "notification-url": "https://packagist.org/downloads/",
603             "license": [
604                 "BSD-3-Clause"
605             ],
606             "authors": [
607                 {
608                     "name": "Sebastian Bergmann",
609                     "email": "sb@sebastian-bergmann.de",
610                     "role": "lead"
611                 }
612             ],
613             "description": "Utility class for timing",
614             "homepage": "https://github.com/sebastianbergmann/php-timer/",
615             "keywords": [
616                 "timer"
617             ],
618             "time": "2016-05-12 18:03:57"
619         },
620         {
621             "name": "phpunit/php-token-stream",
622             "version": "1.4.8",
623             "source": {
624                 "type": "git",
625                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
626                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
627             },
628             "dist": {
629                 "type": "zip",
630                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
631                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
632                 "shasum": ""
633             },
634             "require": {
635                 "ext-tokenizer": "*",
636                 "php": ">=5.3.3"
637             },
638             "require-dev": {
639                 "phpunit/phpunit": "~4.2"
640             },
641             "type": "library",
642             "extra": {
643                 "branch-alias": {
644                     "dev-master": "1.4-dev"
645                 }
646             },
647             "autoload": {
648                 "classmap": [
649                     "src/"
650                 ]
651             },
652             "notification-url": "https://packagist.org/downloads/",
653             "license": [
654                 "BSD-3-Clause"
655             ],
656             "authors": [
657                 {
658                     "name": "Sebastian Bergmann",
659                     "email": "sebastian@phpunit.de"
660                 }
661             ],
662             "description": "Wrapper around PHP's tokenizer extension.",
663             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
664             "keywords": [
665                 "tokenizer"
666             ],
667             "time": "2015-09-15 10:49:45"
668         },
669         {
670             "name": "phpunit/phpunit",
671             "version": "4.8.26",
672             "source": {
673                 "type": "git",
674                 "url": "https://github.com/sebastianbergmann/phpunit.git",
675                 "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
676             },
677             "dist": {
678                 "type": "zip",
679                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
680                 "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
681                 "shasum": ""
682             },
683             "require": {
684                 "ext-dom": "*",
685                 "ext-json": "*",
686                 "ext-pcre": "*",
687                 "ext-reflection": "*",
688                 "ext-spl": "*",
689                 "php": ">=5.3.3",
690                 "phpspec/prophecy": "^1.3.1",
691                 "phpunit/php-code-coverage": "~2.1",
692                 "phpunit/php-file-iterator": "~1.4",
693                 "phpunit/php-text-template": "~1.2",
694                 "phpunit/php-timer": "^1.0.6",
695                 "phpunit/phpunit-mock-objects": "~2.3",
696                 "sebastian/comparator": "~1.1",
697                 "sebastian/diff": "~1.2",
698                 "sebastian/environment": "~1.3",
699                 "sebastian/exporter": "~1.2",
700                 "sebastian/global-state": "~1.0",
701                 "sebastian/version": "~1.0",
702                 "symfony/yaml": "~2.1|~3.0"
703             },
704             "suggest": {
705                 "phpunit/php-invoker": "~1.1"
706             },
707             "bin": [
708                 "phpunit"
709             ],
710             "type": "library",
711             "extra": {
712                 "branch-alias": {
713                     "dev-master": "4.8.x-dev"
714                 }
715             },
716             "autoload": {
717                 "classmap": [
718                     "src/"
719                 ]
720             },
721             "notification-url": "https://packagist.org/downloads/",
722             "license": [
723                 "BSD-3-Clause"
724             ],
725             "authors": [
726                 {
727                     "name": "Sebastian Bergmann",
728                     "email": "sebastian@phpunit.de",
729                     "role": "lead"
730                 }
731             ],
732             "description": "The PHP Unit Testing framework.",
733             "homepage": "https://phpunit.de/",
734             "keywords": [
735                 "phpunit",
736                 "testing",
737                 "xunit"
738             ],
739             "time": "2016-05-17 03:09:28"
740         },
741         {
742             "name": "phpunit/phpunit-mock-objects",
743             "version": "2.3.8",
744             "source": {
745                 "type": "git",
746                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
747                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
748             },
749             "dist": {
750                 "type": "zip",
751                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
752                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
753                 "shasum": ""
754             },
755             "require": {
756                 "doctrine/instantiator": "^1.0.2",
757                 "php": ">=5.3.3",
758                 "phpunit/php-text-template": "~1.2",
759                 "sebastian/exporter": "~1.2"
760             },
761             "require-dev": {
762                 "phpunit/phpunit": "~4.4"
763             },
764             "suggest": {
765                 "ext-soap": "*"
766             },
767             "type": "library",
768             "extra": {
769                 "branch-alias": {
770                     "dev-master": "2.3.x-dev"
771                 }
772             },
773             "autoload": {
774                 "classmap": [
775                     "src/"
776                 ]
777             },
778             "notification-url": "https://packagist.org/downloads/",
779             "license": [
780                 "BSD-3-Clause"
781             ],
782             "authors": [
783                 {
784                     "name": "Sebastian Bergmann",
785                     "email": "sb@sebastian-bergmann.de",
786                     "role": "lead"
787                 }
788             ],
789             "description": "Mock Object library for PHPUnit",
790             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
791             "keywords": [
792                 "mock",
793                 "xunit"
794             ],
795             "time": "2015-10-02 06:51:40"
796         },
797         {
798             "name": "sebastian/comparator",
799             "version": "1.2.0",
800             "source": {
801                 "type": "git",
802                 "url": "https://github.com/sebastianbergmann/comparator.git",
803                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
804             },
805             "dist": {
806                 "type": "zip",
807                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
808                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
809                 "shasum": ""
810             },
811             "require": {
812                 "php": ">=5.3.3",
813                 "sebastian/diff": "~1.2",
814                 "sebastian/exporter": "~1.2"
815             },
816             "require-dev": {
817                 "phpunit/phpunit": "~4.4"
818             },
819             "type": "library",
820             "extra": {
821                 "branch-alias": {
822                     "dev-master": "1.2.x-dev"
823                 }
824             },
825             "autoload": {
826                 "classmap": [
827                     "src/"
828                 ]
829             },
830             "notification-url": "https://packagist.org/downloads/",
831             "license": [
832                 "BSD-3-Clause"
833             ],
834             "authors": [
835                 {
836                     "name": "Jeff Welch",
837                     "email": "whatthejeff@gmail.com"
838                 },
839                 {
840                     "name": "Volker Dusch",
841                     "email": "github@wallbash.com"
842                 },
843                 {
844                     "name": "Bernhard Schussek",
845                     "email": "bschussek@2bepublished.at"
846                 },
847                 {
848                     "name": "Sebastian Bergmann",
849                     "email": "sebastian@phpunit.de"
850                 }
851             ],
852             "description": "Provides the functionality to compare PHP values for equality",
853             "homepage": "http://www.github.com/sebastianbergmann/comparator",
854             "keywords": [
855                 "comparator",
856                 "compare",
857                 "equality"
858             ],
859             "time": "2015-07-26 15:48:44"
860         },
861         {
862             "name": "sebastian/diff",
863             "version": "1.4.1",
864             "source": {
865                 "type": "git",
866                 "url": "https://github.com/sebastianbergmann/diff.git",
867                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
868             },
869             "dist": {
870                 "type": "zip",
871                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
872                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
873                 "shasum": ""
874             },
875             "require": {
876                 "php": ">=5.3.3"
877             },
878             "require-dev": {
879                 "phpunit/phpunit": "~4.8"
880             },
881             "type": "library",
882             "extra": {
883                 "branch-alias": {
884                     "dev-master": "1.4-dev"
885                 }
886             },
887             "autoload": {
888                 "classmap": [
889                     "src/"
890                 ]
891             },
892             "notification-url": "https://packagist.org/downloads/",
893             "license": [
894                 "BSD-3-Clause"
895             ],
896             "authors": [
897                 {
898                     "name": "Kore Nordmann",
899                     "email": "mail@kore-nordmann.de"
900                 },
901                 {
902                     "name": "Sebastian Bergmann",
903                     "email": "sebastian@phpunit.de"
904                 }
905             ],
906             "description": "Diff implementation",
907             "homepage": "https://github.com/sebastianbergmann/diff",
908             "keywords": [
909                 "diff"
910             ],
911             "time": "2015-12-08 07:14:41"
912         },
913         {
914             "name": "sebastian/environment",
915             "version": "1.3.7",
916             "source": {
917                 "type": "git",
918                 "url": "https://github.com/sebastianbergmann/environment.git",
919                 "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
920             },
921             "dist": {
922                 "type": "zip",
923                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
924                 "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
925                 "shasum": ""
926             },
927             "require": {
928                 "php": ">=5.3.3"
929             },
930             "require-dev": {
931                 "phpunit/phpunit": "~4.4"
932             },
933             "type": "library",
934             "extra": {
935                 "branch-alias": {
936                     "dev-master": "1.3.x-dev"
937                 }
938             },
939             "autoload": {
940                 "classmap": [
941                     "src/"
942                 ]
943             },
944             "notification-url": "https://packagist.org/downloads/",
945             "license": [
946                 "BSD-3-Clause"
947             ],
948             "authors": [
949                 {
950                     "name": "Sebastian Bergmann",
951                     "email": "sebastian@phpunit.de"
952                 }
953             ],
954             "description": "Provides functionality to handle HHVM/PHP environments",
955             "homepage": "http://www.github.com/sebastianbergmann/environment",
956             "keywords": [
957                 "Xdebug",
958                 "environment",
959                 "hhvm"
960             ],
961             "time": "2016-05-17 03:18:57"
962         },
963         {
964             "name": "sebastian/exporter",
965             "version": "1.2.2",
966             "source": {
967                 "type": "git",
968                 "url": "https://github.com/sebastianbergmann/exporter.git",
969                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
970             },
971             "dist": {
972                 "type": "zip",
973                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
974                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
975                 "shasum": ""
976             },
977             "require": {
978                 "php": ">=5.3.3",
979                 "sebastian/recursion-context": "~1.0"
980             },
981             "require-dev": {
982                 "ext-mbstring": "*",
983                 "phpunit/phpunit": "~4.4"
984             },
985             "type": "library",
986             "extra": {
987                 "branch-alias": {
988                     "dev-master": "1.3.x-dev"
989                 }
990             },
991             "autoload": {
992                 "classmap": [
993                     "src/"
994                 ]
995             },
996             "notification-url": "https://packagist.org/downloads/",
997             "license": [
998                 "BSD-3-Clause"
999             ],
1000             "authors": [
1001                 {
1002                     "name": "Jeff Welch",
1003                     "email": "whatthejeff@gmail.com"
1004                 },
1005                 {
1006                     "name": "Volker Dusch",
1007                     "email": "github@wallbash.com"
1008                 },
1009                 {
1010                     "name": "Bernhard Schussek",
1011                     "email": "bschussek@2bepublished.at"
1012                 },
1013                 {
1014                     "name": "Sebastian Bergmann",
1015                     "email": "sebastian@phpunit.de"
1016                 },
1017                 {
1018                     "name": "Adam Harvey",
1019                     "email": "aharvey@php.net"
1020                 }
1021             ],
1022             "description": "Provides the functionality to export PHP variables for visualization",
1023             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1024             "keywords": [
1025                 "export",
1026                 "exporter"
1027             ],
1028             "time": "2016-06-17 09:04:28"
1029         },
1030         {
1031             "name": "sebastian/global-state",
1032             "version": "1.1.1",
1033             "source": {
1034                 "type": "git",
1035                 "url": "https://github.com/sebastianbergmann/global-state.git",
1036                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1037             },
1038             "dist": {
1039                 "type": "zip",
1040                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1041                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1042                 "shasum": ""
1043             },
1044             "require": {
1045                 "php": ">=5.3.3"
1046             },
1047             "require-dev": {
1048                 "phpunit/phpunit": "~4.2"
1049             },
1050             "suggest": {
1051                 "ext-uopz": "*"
1052             },
1053             "type": "library",
1054             "extra": {
1055                 "branch-alias": {
1056                     "dev-master": "1.0-dev"
1057                 }
1058             },
1059             "autoload": {
1060                 "classmap": [
1061                     "src/"
1062                 ]
1063             },
1064             "notification-url": "https://packagist.org/downloads/",
1065             "license": [
1066                 "BSD-3-Clause"
1067             ],
1068             "authors": [
1069                 {
1070                     "name": "Sebastian Bergmann",
1071                     "email": "sebastian@phpunit.de"
1072                 }
1073             ],
1074             "description": "Snapshotting of global state",
1075             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1076             "keywords": [
1077                 "global state"
1078             ],
1079             "time": "2015-10-12 03:26:01"
1080         },
1081         {
1082             "name": "sebastian/recursion-context",
1083             "version": "1.0.2",
1084             "source": {
1085                 "type": "git",
1086                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1087                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1088             },
1089             "dist": {
1090                 "type": "zip",
1091                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1092                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1093                 "shasum": ""
1094             },
1095             "require": {
1096                 "php": ">=5.3.3"
1097             },
1098             "require-dev": {
1099                 "phpunit/phpunit": "~4.4"
1100             },
1101             "type": "library",
1102             "extra": {
1103                 "branch-alias": {
1104                     "dev-master": "1.0.x-dev"
1105                 }
1106             },
1107             "autoload": {
1108                 "classmap": [
1109                     "src/"
1110                 ]
1111             },
1112             "notification-url": "https://packagist.org/downloads/",
1113             "license": [
1114                 "BSD-3-Clause"
1115             ],
1116             "authors": [
1117                 {
1118                     "name": "Jeff Welch",
1119                     "email": "whatthejeff@gmail.com"
1120                 },
1121                 {
1122                     "name": "Sebastian Bergmann",
1123                     "email": "sebastian@phpunit.de"
1124                 },
1125                 {
1126                     "name": "Adam Harvey",
1127                     "email": "aharvey@php.net"
1128                 }
1129             ],
1130             "description": "Provides functionality to recursively process PHP variables",
1131             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1132             "time": "2015-11-11 19:50:13"
1133         },
1134         {
1135             "name": "sebastian/version",
1136             "version": "1.0.6",
1137             "source": {
1138                 "type": "git",
1139                 "url": "https://github.com/sebastianbergmann/version.git",
1140                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1141             },
1142             "dist": {
1143                 "type": "zip",
1144                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1145                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1146                 "shasum": ""
1147             },
1148             "type": "library",
1149             "autoload": {
1150                 "classmap": [
1151                     "src/"
1152                 ]
1153             },
1154             "notification-url": "https://packagist.org/downloads/",
1155             "license": [
1156                 "BSD-3-Clause"
1157             ],
1158             "authors": [
1159                 {
1160                     "name": "Sebastian Bergmann",
1161                     "email": "sebastian@phpunit.de",
1162                     "role": "lead"
1163                 }
1164             ],
1165             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1166             "homepage": "https://github.com/sebastianbergmann/version",
1167             "time": "2015-06-21 13:59:46"
1168         },
1169         {
1170             "name": "squizlabs/php_codesniffer",
1171             "version": "2.6.1",
1172             "source": {
1173                 "type": "git",
1174                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1175                 "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d"
1176             },
1177             "dist": {
1178                 "type": "zip",
1179                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
1180                 "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
1181                 "shasum": ""
1182             },
1183             "require": {
1184                 "ext-simplexml": "*",
1185                 "ext-tokenizer": "*",
1186                 "ext-xmlwriter": "*",
1187                 "php": ">=5.1.2"
1188             },
1189             "require-dev": {
1190                 "phpunit/phpunit": "~4.0"
1191             },
1192             "bin": [
1193                 "scripts/phpcs",
1194                 "scripts/phpcbf"
1195             ],
1196             "type": "library",
1197             "extra": {
1198                 "branch-alias": {
1199                     "dev-master": "2.x-dev"
1200                 }
1201             },
1202             "autoload": {
1203                 "classmap": [
1204                     "CodeSniffer.php",
1205                     "CodeSniffer/CLI.php",
1206                     "CodeSniffer/Exception.php",
1207                     "CodeSniffer/File.php",
1208                     "CodeSniffer/Fixer.php",
1209                     "CodeSniffer/Report.php",
1210                     "CodeSniffer/Reporting.php",
1211                     "CodeSniffer/Sniff.php",
1212                     "CodeSniffer/Tokens.php",
1213                     "CodeSniffer/Reports/",
1214                     "CodeSniffer/Tokenizers/",
1215                     "CodeSniffer/DocGenerators/",
1216                     "CodeSniffer/Standards/AbstractPatternSniff.php",
1217                     "CodeSniffer/Standards/AbstractScopeSniff.php",
1218                     "CodeSniffer/Standards/AbstractVariableSniff.php",
1219                     "CodeSniffer/Standards/IncorrectPatternException.php",
1220                     "CodeSniffer/Standards/Generic/Sniffs/",
1221                     "CodeSniffer/Standards/MySource/Sniffs/",
1222                     "CodeSniffer/Standards/PEAR/Sniffs/",
1223                     "CodeSniffer/Standards/PSR1/Sniffs/",
1224                     "CodeSniffer/Standards/PSR2/Sniffs/",
1225                     "CodeSniffer/Standards/Squiz/Sniffs/",
1226                     "CodeSniffer/Standards/Zend/Sniffs/"
1227                 ]
1228             },
1229             "notification-url": "https://packagist.org/downloads/",
1230             "license": [
1231                 "BSD-3-Clause"
1232             ],
1233             "authors": [
1234                 {
1235                     "name": "Greg Sherwood",
1236                     "role": "lead"
1237                 }
1238             ],
1239             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1240             "homepage": "http://www.squizlabs.com/php-codesniffer",
1241             "keywords": [
1242                 "phpcs",
1243                 "standards"
1244             ],
1245             "time": "2016-05-30 22:24:32"
1246         },
1247         {
1248             "name": "symfony/yaml",
1249             "version": "v3.1.1",
1250             "source": {
1251                 "type": "git",
1252                 "url": "https://github.com/symfony/yaml.git",
1253                 "reference": "c5a7e7fc273c758b92b85dcb9c46149ccda89623"
1254             },
1255             "dist": {
1256                 "type": "zip",
1257                 "url": "https://api.github.com/repos/symfony/yaml/zipball/c5a7e7fc273c758b92b85dcb9c46149ccda89623",
1258                 "reference": "c5a7e7fc273c758b92b85dcb9c46149ccda89623",
1259                 "shasum": ""
1260             },
1261             "require": {
1262                 "php": ">=5.5.9"
1263             },
1264             "type": "library",
1265             "extra": {
1266                 "branch-alias": {
1267                     "dev-master": "3.1-dev"
1268                 }
1269             },
1270             "autoload": {
1271                 "psr-4": {
1272                     "Symfony\\Component\\Yaml\\": ""
1273                 },
1274                 "exclude-from-classmap": [
1275                     "/Tests/"
1276                 ]
1277             },
1278             "notification-url": "https://packagist.org/downloads/",
1279             "license": [
1280                 "MIT"
1281             ],
1282             "authors": [
1283                 {
1284                     "name": "Fabien Potencier",
1285                     "email": "fabien@symfony.com"
1286                 },
1287                 {
1288                     "name": "Symfony Community",
1289                     "homepage": "https://symfony.com/contributors"
1290                 }
1291             ],
1292             "description": "Symfony Yaml Component",
1293             "homepage": "https://symfony.com",
1294             "time": "2016-06-14 11:18:07"
1295         },
1296         {
1297             "name": "webmozart/assert",
1298             "version": "1.0.2",
1299             "source": {
1300                 "type": "git",
1301                 "url": "https://github.com/webmozart/assert.git",
1302                 "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
1303             },
1304             "dist": {
1305                 "type": "zip",
1306                 "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
1307                 "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
1308                 "shasum": ""
1309             },
1310             "require": {
1311                 "php": ">=5.3.3"
1312             },
1313             "require-dev": {
1314                 "phpunit/phpunit": "^4.6"
1315             },
1316             "type": "library",
1317             "extra": {
1318                 "branch-alias": {
1319                     "dev-master": "1.0-dev"
1320                 }
1321             },
1322             "autoload": {
1323                 "psr-4": {
1324                     "Webmozart\\Assert\\": "src/"
1325                 }
1326             },
1327             "notification-url": "https://packagist.org/downloads/",
1328             "license": [
1329                 "MIT"
1330             ],
1331             "authors": [
1332                 {
1333                     "name": "Bernhard Schussek",
1334                     "email": "bschussek@gmail.com"
1335                 }
1336             ],
1337             "description": "Assertions to validate method input/output with nice error messages.",
1338             "keywords": [
1339                 "assert",
1340                 "check",
1341                 "validate"
1342             ],
1343             "time": "2015-08-24 13:29:44"
1344         }
1345     ],
1346     "aliases": [],
1347     "minimum-stability": "stable",
1348     "stability-flags": [],
1349     "prefer-stable": false,
1350     "prefer-lowest": false,
1351     "platform": {
1352         "php": "^5.6 || ^7.0"
1353     },
1354     "platform-dev": []