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