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