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