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