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