99e11306cd883562dbad8cc7489f0008d6836701
[yaffs-website] / vendor / mikey179 / vfsStream / 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": "e3c2dd0d4b4daf3d2c9e0bedd344592a",
8     "content-hash": "59c3102c5db7e3c4d78a920d4712790d",
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": "phpdocumentor/reflection-docblock",
67             "version": "2.0.4",
68             "source": {
69                 "type": "git",
70                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
71                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
72             },
73             "dist": {
74                 "type": "zip",
75                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
76                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
77                 "shasum": ""
78             },
79             "require": {
80                 "php": ">=5.3.3"
81             },
82             "require-dev": {
83                 "phpunit/phpunit": "~4.0"
84             },
85             "suggest": {
86                 "dflydev/markdown": "~1.0",
87                 "erusev/parsedown": "~1.0"
88             },
89             "type": "library",
90             "extra": {
91                 "branch-alias": {
92                     "dev-master": "2.0.x-dev"
93                 }
94             },
95             "autoload": {
96                 "psr-0": {
97                     "phpDocumentor": [
98                         "src/"
99                     ]
100                 }
101             },
102             "notification-url": "https://packagist.org/downloads/",
103             "license": [
104                 "MIT"
105             ],
106             "authors": [
107                 {
108                     "name": "Mike van Riel",
109                     "email": "mike.vanriel@naenius.com"
110                 }
111             ],
112             "time": "2015-02-03 12:10:50"
113         },
114         {
115             "name": "phpspec/prophecy",
116             "version": "v1.5.0",
117             "source": {
118                 "type": "git",
119                 "url": "https://github.com/phpspec/prophecy.git",
120                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
121             },
122             "dist": {
123                 "type": "zip",
124                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
125                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
126                 "shasum": ""
127             },
128             "require": {
129                 "doctrine/instantiator": "^1.0.2",
130                 "phpdocumentor/reflection-docblock": "~2.0",
131                 "sebastian/comparator": "~1.1"
132             },
133             "require-dev": {
134                 "phpspec/phpspec": "~2.0"
135             },
136             "type": "library",
137             "extra": {
138                 "branch-alias": {
139                     "dev-master": "1.4.x-dev"
140                 }
141             },
142             "autoload": {
143                 "psr-0": {
144                     "Prophecy\\": "src/"
145                 }
146             },
147             "notification-url": "https://packagist.org/downloads/",
148             "license": [
149                 "MIT"
150             ],
151             "authors": [
152                 {
153                     "name": "Konstantin Kudryashov",
154                     "email": "ever.zet@gmail.com",
155                     "homepage": "http://everzet.com"
156                 },
157                 {
158                     "name": "Marcello Duarte",
159                     "email": "marcello.duarte@gmail.com"
160                 }
161             ],
162             "description": "Highly opinionated mocking framework for PHP 5.3+",
163             "homepage": "https://github.com/phpspec/prophecy",
164             "keywords": [
165                 "Double",
166                 "Dummy",
167                 "fake",
168                 "mock",
169                 "spy",
170                 "stub"
171             ],
172             "time": "2015-08-13 10:07:40"
173         },
174         {
175             "name": "phpunit/php-code-coverage",
176             "version": "2.2.3",
177             "source": {
178                 "type": "git",
179                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
180                 "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f"
181             },
182             "dist": {
183                 "type": "zip",
184                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f",
185                 "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f",
186                 "shasum": ""
187             },
188             "require": {
189                 "php": ">=5.3.3",
190                 "phpunit/php-file-iterator": "~1.3",
191                 "phpunit/php-text-template": "~1.2",
192                 "phpunit/php-token-stream": "~1.3",
193                 "sebastian/environment": "^1.3.2",
194                 "sebastian/version": "~1.0"
195             },
196             "require-dev": {
197                 "ext-xdebug": ">=2.1.4",
198                 "phpunit/phpunit": "~4"
199             },
200             "suggest": {
201                 "ext-dom": "*",
202                 "ext-xdebug": ">=2.2.1",
203                 "ext-xmlwriter": "*"
204             },
205             "type": "library",
206             "extra": {
207                 "branch-alias": {
208                     "dev-master": "2.2.x-dev"
209                 }
210             },
211             "autoload": {
212                 "classmap": [
213                     "src/"
214                 ]
215             },
216             "notification-url": "https://packagist.org/downloads/",
217             "license": [
218                 "BSD-3-Clause"
219             ],
220             "authors": [
221                 {
222                     "name": "Sebastian Bergmann",
223                     "email": "sb@sebastian-bergmann.de",
224                     "role": "lead"
225                 }
226             ],
227             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
228             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
229             "keywords": [
230                 "coverage",
231                 "testing",
232                 "xunit"
233             ],
234             "time": "2015-09-14 06:51:16"
235         },
236         {
237             "name": "phpunit/php-file-iterator",
238             "version": "1.4.1",
239             "source": {
240                 "type": "git",
241                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
242                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
243             },
244             "dist": {
245                 "type": "zip",
246                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
247                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
248                 "shasum": ""
249             },
250             "require": {
251                 "php": ">=5.3.3"
252             },
253             "type": "library",
254             "extra": {
255                 "branch-alias": {
256                     "dev-master": "1.4.x-dev"
257                 }
258             },
259             "autoload": {
260                 "classmap": [
261                     "src/"
262                 ]
263             },
264             "notification-url": "https://packagist.org/downloads/",
265             "license": [
266                 "BSD-3-Clause"
267             ],
268             "authors": [
269                 {
270                     "name": "Sebastian Bergmann",
271                     "email": "sb@sebastian-bergmann.de",
272                     "role": "lead"
273                 }
274             ],
275             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
276             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
277             "keywords": [
278                 "filesystem",
279                 "iterator"
280             ],
281             "time": "2015-06-21 13:08:43"
282         },
283         {
284             "name": "phpunit/php-text-template",
285             "version": "1.2.1",
286             "source": {
287                 "type": "git",
288                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
289                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
290             },
291             "dist": {
292                 "type": "zip",
293                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
294                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
295                 "shasum": ""
296             },
297             "require": {
298                 "php": ">=5.3.3"
299             },
300             "type": "library",
301             "autoload": {
302                 "classmap": [
303                     "src/"
304                 ]
305             },
306             "notification-url": "https://packagist.org/downloads/",
307             "license": [
308                 "BSD-3-Clause"
309             ],
310             "authors": [
311                 {
312                     "name": "Sebastian Bergmann",
313                     "email": "sebastian@phpunit.de",
314                     "role": "lead"
315                 }
316             ],
317             "description": "Simple template engine.",
318             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
319             "keywords": [
320                 "template"
321             ],
322             "time": "2015-06-21 13:50:34"
323         },
324         {
325             "name": "phpunit/php-timer",
326             "version": "1.0.7",
327             "source": {
328                 "type": "git",
329                 "url": "https://github.com/sebastianbergmann/php-timer.git",
330                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
331             },
332             "dist": {
333                 "type": "zip",
334                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
335                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
336                 "shasum": ""
337             },
338             "require": {
339                 "php": ">=5.3.3"
340             },
341             "type": "library",
342             "autoload": {
343                 "classmap": [
344                     "src/"
345                 ]
346             },
347             "notification-url": "https://packagist.org/downloads/",
348             "license": [
349                 "BSD-3-Clause"
350             ],
351             "authors": [
352                 {
353                     "name": "Sebastian Bergmann",
354                     "email": "sb@sebastian-bergmann.de",
355                     "role": "lead"
356                 }
357             ],
358             "description": "Utility class for timing",
359             "homepage": "https://github.com/sebastianbergmann/php-timer/",
360             "keywords": [
361                 "timer"
362             ],
363             "time": "2015-06-21 08:01:12"
364         },
365         {
366             "name": "phpunit/php-token-stream",
367             "version": "1.4.8",
368             "source": {
369                 "type": "git",
370                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
371                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
372             },
373             "dist": {
374                 "type": "zip",
375                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
376                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
377                 "shasum": ""
378             },
379             "require": {
380                 "ext-tokenizer": "*",
381                 "php": ">=5.3.3"
382             },
383             "require-dev": {
384                 "phpunit/phpunit": "~4.2"
385             },
386             "type": "library",
387             "extra": {
388                 "branch-alias": {
389                     "dev-master": "1.4-dev"
390                 }
391             },
392             "autoload": {
393                 "classmap": [
394                     "src/"
395                 ]
396             },
397             "notification-url": "https://packagist.org/downloads/",
398             "license": [
399                 "BSD-3-Clause"
400             ],
401             "authors": [
402                 {
403                     "name": "Sebastian Bergmann",
404                     "email": "sebastian@phpunit.de"
405                 }
406             ],
407             "description": "Wrapper around PHP's tokenizer extension.",
408             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
409             "keywords": [
410                 "tokenizer"
411             ],
412             "time": "2015-09-15 10:49:45"
413         },
414         {
415             "name": "phpunit/phpunit",
416             "version": "4.8.10",
417             "source": {
418                 "type": "git",
419                 "url": "https://github.com/sebastianbergmann/phpunit.git",
420                 "reference": "463163747474815c5ccd4ae12b5b355ec12158e8"
421             },
422             "dist": {
423                 "type": "zip",
424                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/463163747474815c5ccd4ae12b5b355ec12158e8",
425                 "reference": "463163747474815c5ccd4ae12b5b355ec12158e8",
426                 "shasum": ""
427             },
428             "require": {
429                 "ext-dom": "*",
430                 "ext-json": "*",
431                 "ext-pcre": "*",
432                 "ext-reflection": "*",
433                 "ext-spl": "*",
434                 "php": ">=5.3.3",
435                 "phpspec/prophecy": "^1.3.1",
436                 "phpunit/php-code-coverage": "~2.1",
437                 "phpunit/php-file-iterator": "~1.4",
438                 "phpunit/php-text-template": "~1.2",
439                 "phpunit/php-timer": ">=1.0.6",
440                 "phpunit/phpunit-mock-objects": "~2.3",
441                 "sebastian/comparator": "~1.1",
442                 "sebastian/diff": "~1.2",
443                 "sebastian/environment": "~1.3",
444                 "sebastian/exporter": "~1.2",
445                 "sebastian/global-state": "~1.0",
446                 "sebastian/version": "~1.0",
447                 "symfony/yaml": "~2.1|~3.0"
448             },
449             "suggest": {
450                 "phpunit/php-invoker": "~1.1"
451             },
452             "bin": [
453                 "phpunit"
454             ],
455             "type": "library",
456             "extra": {
457                 "branch-alias": {
458                     "dev-master": "4.8.x-dev"
459                 }
460             },
461             "autoload": {
462                 "classmap": [
463                     "src/"
464                 ]
465             },
466             "notification-url": "https://packagist.org/downloads/",
467             "license": [
468                 "BSD-3-Clause"
469             ],
470             "authors": [
471                 {
472                     "name": "Sebastian Bergmann",
473                     "email": "sebastian@phpunit.de",
474                     "role": "lead"
475                 }
476             ],
477             "description": "The PHP Unit Testing framework.",
478             "homepage": "https://phpunit.de/",
479             "keywords": [
480                 "phpunit",
481                 "testing",
482                 "xunit"
483             ],
484             "time": "2015-10-01 09:14:30"
485         },
486         {
487             "name": "phpunit/phpunit-mock-objects",
488             "version": "2.3.8",
489             "source": {
490                 "type": "git",
491                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
492                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
493             },
494             "dist": {
495                 "type": "zip",
496                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
497                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
498                 "shasum": ""
499             },
500             "require": {
501                 "doctrine/instantiator": "^1.0.2",
502                 "php": ">=5.3.3",
503                 "phpunit/php-text-template": "~1.2",
504                 "sebastian/exporter": "~1.2"
505             },
506             "require-dev": {
507                 "phpunit/phpunit": "~4.4"
508             },
509             "suggest": {
510                 "ext-soap": "*"
511             },
512             "type": "library",
513             "extra": {
514                 "branch-alias": {
515                     "dev-master": "2.3.x-dev"
516                 }
517             },
518             "autoload": {
519                 "classmap": [
520                     "src/"
521                 ]
522             },
523             "notification-url": "https://packagist.org/downloads/",
524             "license": [
525                 "BSD-3-Clause"
526             ],
527             "authors": [
528                 {
529                     "name": "Sebastian Bergmann",
530                     "email": "sb@sebastian-bergmann.de",
531                     "role": "lead"
532                 }
533             ],
534             "description": "Mock Object library for PHPUnit",
535             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
536             "keywords": [
537                 "mock",
538                 "xunit"
539             ],
540             "time": "2015-10-02 06:51:40"
541         },
542         {
543             "name": "sebastian/comparator",
544             "version": "1.2.0",
545             "source": {
546                 "type": "git",
547                 "url": "https://github.com/sebastianbergmann/comparator.git",
548                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
549             },
550             "dist": {
551                 "type": "zip",
552                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
553                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
554                 "shasum": ""
555             },
556             "require": {
557                 "php": ">=5.3.3",
558                 "sebastian/diff": "~1.2",
559                 "sebastian/exporter": "~1.2"
560             },
561             "require-dev": {
562                 "phpunit/phpunit": "~4.4"
563             },
564             "type": "library",
565             "extra": {
566                 "branch-alias": {
567                     "dev-master": "1.2.x-dev"
568                 }
569             },
570             "autoload": {
571                 "classmap": [
572                     "src/"
573                 ]
574             },
575             "notification-url": "https://packagist.org/downloads/",
576             "license": [
577                 "BSD-3-Clause"
578             ],
579             "authors": [
580                 {
581                     "name": "Jeff Welch",
582                     "email": "whatthejeff@gmail.com"
583                 },
584                 {
585                     "name": "Volker Dusch",
586                     "email": "github@wallbash.com"
587                 },
588                 {
589                     "name": "Bernhard Schussek",
590                     "email": "bschussek@2bepublished.at"
591                 },
592                 {
593                     "name": "Sebastian Bergmann",
594                     "email": "sebastian@phpunit.de"
595                 }
596             ],
597             "description": "Provides the functionality to compare PHP values for equality",
598             "homepage": "http://www.github.com/sebastianbergmann/comparator",
599             "keywords": [
600                 "comparator",
601                 "compare",
602                 "equality"
603             ],
604             "time": "2015-07-26 15:48:44"
605         },
606         {
607             "name": "sebastian/diff",
608             "version": "1.3.0",
609             "source": {
610                 "type": "git",
611                 "url": "https://github.com/sebastianbergmann/diff.git",
612                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
613             },
614             "dist": {
615                 "type": "zip",
616                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
617                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
618                 "shasum": ""
619             },
620             "require": {
621                 "php": ">=5.3.3"
622             },
623             "require-dev": {
624                 "phpunit/phpunit": "~4.2"
625             },
626             "type": "library",
627             "extra": {
628                 "branch-alias": {
629                     "dev-master": "1.3-dev"
630                 }
631             },
632             "autoload": {
633                 "classmap": [
634                     "src/"
635                 ]
636             },
637             "notification-url": "https://packagist.org/downloads/",
638             "license": [
639                 "BSD-3-Clause"
640             ],
641             "authors": [
642                 {
643                     "name": "Kore Nordmann",
644                     "email": "mail@kore-nordmann.de"
645                 },
646                 {
647                     "name": "Sebastian Bergmann",
648                     "email": "sebastian@phpunit.de"
649                 }
650             ],
651             "description": "Diff implementation",
652             "homepage": "http://www.github.com/sebastianbergmann/diff",
653             "keywords": [
654                 "diff"
655             ],
656             "time": "2015-02-22 15:13:53"
657         },
658         {
659             "name": "sebastian/environment",
660             "version": "1.3.2",
661             "source": {
662                 "type": "git",
663                 "url": "https://github.com/sebastianbergmann/environment.git",
664                 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
665             },
666             "dist": {
667                 "type": "zip",
668                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
669                 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
670                 "shasum": ""
671             },
672             "require": {
673                 "php": ">=5.3.3"
674             },
675             "require-dev": {
676                 "phpunit/phpunit": "~4.4"
677             },
678             "type": "library",
679             "extra": {
680                 "branch-alias": {
681                     "dev-master": "1.3.x-dev"
682                 }
683             },
684             "autoload": {
685                 "classmap": [
686                     "src/"
687                 ]
688             },
689             "notification-url": "https://packagist.org/downloads/",
690             "license": [
691                 "BSD-3-Clause"
692             ],
693             "authors": [
694                 {
695                     "name": "Sebastian Bergmann",
696                     "email": "sebastian@phpunit.de"
697                 }
698             ],
699             "description": "Provides functionality to handle HHVM/PHP environments",
700             "homepage": "http://www.github.com/sebastianbergmann/environment",
701             "keywords": [
702                 "Xdebug",
703                 "environment",
704                 "hhvm"
705             ],
706             "time": "2015-08-03 06:14:51"
707         },
708         {
709             "name": "sebastian/exporter",
710             "version": "1.2.1",
711             "source": {
712                 "type": "git",
713                 "url": "https://github.com/sebastianbergmann/exporter.git",
714                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
715             },
716             "dist": {
717                 "type": "zip",
718                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
719                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
720                 "shasum": ""
721             },
722             "require": {
723                 "php": ">=5.3.3",
724                 "sebastian/recursion-context": "~1.0"
725             },
726             "require-dev": {
727                 "phpunit/phpunit": "~4.4"
728             },
729             "type": "library",
730             "extra": {
731                 "branch-alias": {
732                     "dev-master": "1.2.x-dev"
733                 }
734             },
735             "autoload": {
736                 "classmap": [
737                     "src/"
738                 ]
739             },
740             "notification-url": "https://packagist.org/downloads/",
741             "license": [
742                 "BSD-3-Clause"
743             ],
744             "authors": [
745                 {
746                     "name": "Jeff Welch",
747                     "email": "whatthejeff@gmail.com"
748                 },
749                 {
750                     "name": "Volker Dusch",
751                     "email": "github@wallbash.com"
752                 },
753                 {
754                     "name": "Bernhard Schussek",
755                     "email": "bschussek@2bepublished.at"
756                 },
757                 {
758                     "name": "Sebastian Bergmann",
759                     "email": "sebastian@phpunit.de"
760                 },
761                 {
762                     "name": "Adam Harvey",
763                     "email": "aharvey@php.net"
764                 }
765             ],
766             "description": "Provides the functionality to export PHP variables for visualization",
767             "homepage": "http://www.github.com/sebastianbergmann/exporter",
768             "keywords": [
769                 "export",
770                 "exporter"
771             ],
772             "time": "2015-06-21 07:55:53"
773         },
774         {
775             "name": "sebastian/global-state",
776             "version": "1.0.0",
777             "source": {
778                 "type": "git",
779                 "url": "https://github.com/sebastianbergmann/global-state.git",
780                 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
781             },
782             "dist": {
783                 "type": "zip",
784                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
785                 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
786                 "shasum": ""
787             },
788             "require": {
789                 "php": ">=5.3.3"
790             },
791             "require-dev": {
792                 "phpunit/phpunit": "~4.2"
793             },
794             "suggest": {
795                 "ext-uopz": "*"
796             },
797             "type": "library",
798             "extra": {
799                 "branch-alias": {
800                     "dev-master": "1.0-dev"
801                 }
802             },
803             "autoload": {
804                 "classmap": [
805                     "src/"
806                 ]
807             },
808             "notification-url": "https://packagist.org/downloads/",
809             "license": [
810                 "BSD-3-Clause"
811             ],
812             "authors": [
813                 {
814                     "name": "Sebastian Bergmann",
815                     "email": "sebastian@phpunit.de"
816                 }
817             ],
818             "description": "Snapshotting of global state",
819             "homepage": "http://www.github.com/sebastianbergmann/global-state",
820             "keywords": [
821                 "global state"
822             ],
823             "time": "2014-10-06 09:23:50"
824         },
825         {
826             "name": "sebastian/recursion-context",
827             "version": "1.0.1",
828             "source": {
829                 "type": "git",
830                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
831                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
832             },
833             "dist": {
834                 "type": "zip",
835                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
836                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
837                 "shasum": ""
838             },
839             "require": {
840                 "php": ">=5.3.3"
841             },
842             "require-dev": {
843                 "phpunit/phpunit": "~4.4"
844             },
845             "type": "library",
846             "extra": {
847                 "branch-alias": {
848                     "dev-master": "1.0.x-dev"
849                 }
850             },
851             "autoload": {
852                 "classmap": [
853                     "src/"
854                 ]
855             },
856             "notification-url": "https://packagist.org/downloads/",
857             "license": [
858                 "BSD-3-Clause"
859             ],
860             "authors": [
861                 {
862                     "name": "Jeff Welch",
863                     "email": "whatthejeff@gmail.com"
864                 },
865                 {
866                     "name": "Sebastian Bergmann",
867                     "email": "sebastian@phpunit.de"
868                 },
869                 {
870                     "name": "Adam Harvey",
871                     "email": "aharvey@php.net"
872                 }
873             ],
874             "description": "Provides functionality to recursively process PHP variables",
875             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
876             "time": "2015-06-21 08:04:50"
877         },
878         {
879             "name": "sebastian/version",
880             "version": "1.0.6",
881             "source": {
882                 "type": "git",
883                 "url": "https://github.com/sebastianbergmann/version.git",
884                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
885             },
886             "dist": {
887                 "type": "zip",
888                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
889                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
890                 "shasum": ""
891             },
892             "type": "library",
893             "autoload": {
894                 "classmap": [
895                     "src/"
896                 ]
897             },
898             "notification-url": "https://packagist.org/downloads/",
899             "license": [
900                 "BSD-3-Clause"
901             ],
902             "authors": [
903                 {
904                     "name": "Sebastian Bergmann",
905                     "email": "sebastian@phpunit.de",
906                     "role": "lead"
907                 }
908             ],
909             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
910             "homepage": "https://github.com/sebastianbergmann/version",
911             "time": "2015-06-21 13:59:46"
912         },
913         {
914             "name": "symfony/yaml",
915             "version": "v2.7.5",
916             "source": {
917                 "type": "git",
918                 "url": "https://github.com/symfony/yaml.git",
919                 "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770"
920             },
921             "dist": {
922                 "type": "zip",
923                 "url": "https://api.github.com/repos/symfony/yaml/zipball/31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
924                 "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
925                 "shasum": ""
926             },
927             "require": {
928                 "php": ">=5.3.9"
929             },
930             "require-dev": {
931                 "symfony/phpunit-bridge": "~2.7"
932             },
933             "type": "library",
934             "extra": {
935                 "branch-alias": {
936                     "dev-master": "2.7-dev"
937                 }
938             },
939             "autoload": {
940                 "psr-4": {
941                     "Symfony\\Component\\Yaml\\": ""
942                 }
943             },
944             "notification-url": "https://packagist.org/downloads/",
945             "license": [
946                 "MIT"
947             ],
948             "authors": [
949                 {
950                     "name": "Fabien Potencier",
951                     "email": "fabien@symfony.com"
952                 },
953                 {
954                     "name": "Symfony Community",
955                     "homepage": "https://symfony.com/contributors"
956                 }
957             ],
958             "description": "Symfony Yaml Component",
959             "homepage": "https://symfony.com",
960             "time": "2015-09-14 14:14:09"
961         }
962     ],
963     "aliases": [],
964     "minimum-stability": "stable",
965     "stability-flags": [],
966     "prefer-stable": false,
967     "prefer-lowest": false,
968     "platform": {
969         "php": ">=5.3.0"
970     },
971     "platform-dev": []
972 }