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