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