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