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