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