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