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