1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5        "This file is @generated automatically"
6    ],
7    "hash": "0d4b12d16d8fbbdb98ed9f74ecdf6d4e",
8    "packages": [
9        {
10            "name": "psr/log",
11            "version": "1.0.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/php-fig/log.git",
15                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
20                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
21                "shasum": ""
22            },
23            "type": "library",
24            "autoload": {
25                "psr-0": {
26                    "Psr\\Log\\": ""
27                }
28            },
29            "notification-url": "https://packagist.org/downloads/",
30            "license": [
31                "MIT"
32            ],
33            "authors": [
34                {
35                    "name": "PHP-FIG",
36                    "homepage": "http://www.php-fig.org/"
37                }
38            ],
39            "description": "Common interface for logging libraries",
40            "keywords": [
41                "log",
42                "psr",
43                "psr-3"
44            ],
45            "time": "2012-12-21 11:40:51"
46        }
47    ],
48    "packages-dev": [
49        {
50            "name": "doctrine/instantiator",
51            "version": "1.0.5",
52            "source": {
53                "type": "git",
54                "url": "https://github.com/doctrine/instantiator.git",
55                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
56            },
57            "dist": {
58                "type": "zip",
59                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
60                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
61                "shasum": ""
62            },
63            "require": {
64                "php": ">=5.3,<8.0-DEV"
65            },
66            "require-dev": {
67                "athletic/athletic": "~0.1.8",
68                "ext-pdo": "*",
69                "ext-phar": "*",
70                "phpunit/phpunit": "~4.0",
71                "squizlabs/php_codesniffer": "~2.0"
72            },
73            "type": "library",
74            "extra": {
75                "branch-alias": {
76                    "dev-master": "1.0.x-dev"
77                }
78            },
79            "autoload": {
80                "psr-4": {
81                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
82                }
83            },
84            "notification-url": "https://packagist.org/downloads/",
85            "license": [
86                "MIT"
87            ],
88            "authors": [
89                {
90                    "name": "Marco Pivetta",
91                    "email": "ocramius@gmail.com",
92                    "homepage": "http://ocramius.github.com/"
93                }
94            ],
95            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
96            "homepage": "https://github.com/doctrine/instantiator",
97            "keywords": [
98                "constructor",
99                "instantiate"
100            ],
101            "time": "2015-06-14 21:17:01"
102        },
103        {
104            "name": "erb/testing-tools",
105            "version": "dev-master",
106            "source": {
107                "type": "git",
108                "url": "https://bitbucket.org/erblearn/testing-tools.git",
109                "reference": "a898dc79b91c73a6fee7005e4189451d7a4235cc"
110            },
111            "dist": {
112                "type": "zip",
113                "url": "https://bitbucket.org/erblearn/testing-tools/get/a898dc79b91c73a6fee7005e4189451d7a4235cc.zip",
114                "reference": "a898dc79b91c73a6fee7005e4189451d7a4235cc",
115                "shasum": ""
116            },
117            "type": "library",
118            "autoload": {
119                "psr-4": {
120                    "ERB\\": "src/"
121                }
122            },
123            "notification-url": "https://packagist.org/downloads/",
124            "license": [
125                "MIT"
126            ],
127            "authors": [
128                {
129                    "name": "Matt Sowers",
130                    "email": "msowers@erblearn.org"
131                }
132            ],
133            "description": "Tools to make it easier to retrieve data from classes via Reflection.",
134            "homepage": "https://bitbucket.org/erblearn/testing-tools",
135            "keywords": [
136                "reflection",
137                "testing",
138                "useful tools"
139            ],
140            "time": "2015-04-06 16:00:22"
141        },
142        {
143            "name": "monolog/monolog",
144            "version": "1.15.0",
145            "source": {
146                "type": "git",
147                "url": "https://github.com/Seldaek/monolog.git",
148                "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0"
149            },
150            "dist": {
151                "type": "zip",
152                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/dc5150cc608f2334c72c3b6a553ec9668a4156b0",
153                "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0",
154                "shasum": ""
155            },
156            "require": {
157                "php": ">=5.3.0",
158                "psr/log": "~1.0"
159            },
160            "provide": {
161                "psr/log-implementation": "1.0.0"
162            },
163            "require-dev": {
164                "aws/aws-sdk-php": "^2.4.9",
165                "doctrine/couchdb": "~1.0@dev",
166                "graylog2/gelf-php": "~1.0",
167                "php-console/php-console": "^3.1.3",
168                "phpunit/phpunit": "~4.5",
169                "phpunit/phpunit-mock-objects": "2.3.0",
170                "raven/raven": "~0.8",
171                "ruflin/elastica": ">=0.90 <3.0",
172                "swiftmailer/swiftmailer": "~5.3",
173                "videlalvaro/php-amqplib": "~2.4"
174            },
175            "suggest": {
176                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
177                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
178                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
179                "ext-mongo": "Allow sending log messages to a MongoDB server",
180                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
181                "php-console/php-console": "Allow sending log messages to Google Chrome",
182                "raven/raven": "Allow sending log messages to a Sentry server",
183                "rollbar/rollbar": "Allow sending log messages to Rollbar",
184                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
185                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
186            },
187            "type": "library",
188            "extra": {
189                "branch-alias": {
190                    "dev-master": "1.15.x-dev"
191                }
192            },
193            "autoload": {
194                "psr-4": {
195                    "Monolog\\": "src/Monolog"
196                }
197            },
198            "notification-url": "https://packagist.org/downloads/",
199            "license": [
200                "MIT"
201            ],
202            "authors": [
203                {
204                    "name": "Jordi Boggiano",
205                    "email": "j.boggiano@seld.be",
206                    "homepage": "http://seld.be"
207                }
208            ],
209            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
210            "homepage": "http://github.com/Seldaek/monolog",
211            "keywords": [
212                "log",
213                "logging",
214                "psr-3"
215            ],
216            "time": "2015-07-12 13:54:09"
217        },
218        {
219            "name": "phpdocumentor/reflection-docblock",
220            "version": "2.0.4",
221            "source": {
222                "type": "git",
223                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
224                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
225            },
226            "dist": {
227                "type": "zip",
228                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
229                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
230                "shasum": ""
231            },
232            "require": {
233                "php": ">=5.3.3"
234            },
235            "require-dev": {
236                "phpunit/phpunit": "~4.0"
237            },
238            "suggest": {
239                "dflydev/markdown": "~1.0",
240                "erusev/parsedown": "~1.0"
241            },
242            "type": "library",
243            "extra": {
244                "branch-alias": {
245                    "dev-master": "2.0.x-dev"
246                }
247            },
248            "autoload": {
249                "psr-0": {
250                    "phpDocumentor": [
251                        "src/"
252                    ]
253                }
254            },
255            "notification-url": "https://packagist.org/downloads/",
256            "license": [
257                "MIT"
258            ],
259            "authors": [
260                {
261                    "name": "Mike van Riel",
262                    "email": "mike.vanriel@naenius.com"
263                }
264            ],
265            "time": "2015-02-03 12:10:50"
266        },
267        {
268            "name": "phpspec/prophecy",
269            "version": "v1.4.1",
270            "source": {
271                "type": "git",
272                "url": "https://github.com/phpspec/prophecy.git",
273                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
274            },
275            "dist": {
276                "type": "zip",
277                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
278                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
279                "shasum": ""
280            },
281            "require": {
282                "doctrine/instantiator": "^1.0.2",
283                "phpdocumentor/reflection-docblock": "~2.0",
284                "sebastian/comparator": "~1.1"
285            },
286            "require-dev": {
287                "phpspec/phpspec": "~2.0"
288            },
289            "type": "library",
290            "extra": {
291                "branch-alias": {
292                    "dev-master": "1.4.x-dev"
293                }
294            },
295            "autoload": {
296                "psr-0": {
297                    "Prophecy\\": "src/"
298                }
299            },
300            "notification-url": "https://packagist.org/downloads/",
301            "license": [
302                "MIT"
303            ],
304            "authors": [
305                {
306                    "name": "Konstantin Kudryashov",
307                    "email": "ever.zet@gmail.com",
308                    "homepage": "http://everzet.com"
309                },
310                {
311                    "name": "Marcello Duarte",
312                    "email": "marcello.duarte@gmail.com"
313                }
314            ],
315            "description": "Highly opinionated mocking framework for PHP 5.3+",
316            "homepage": "https://github.com/phpspec/prophecy",
317            "keywords": [
318                "Double",
319                "Dummy",
320                "fake",
321                "mock",
322                "spy",
323                "stub"
324            ],
325            "time": "2015-04-27 22:15:08"
326        },
327        {
328            "name": "phpunit/php-code-coverage",
329            "version": "2.1.9",
330            "source": {
331                "type": "git",
332                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
333                "reference": "5bd48b86cd282da411bb80baac1398ce3fefac41"
334            },
335            "dist": {
336                "type": "zip",
337                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5bd48b86cd282da411bb80baac1398ce3fefac41",
338                "reference": "5bd48b86cd282da411bb80baac1398ce3fefac41",
339                "shasum": ""
340            },
341            "require": {
342                "php": ">=5.3.3",
343                "phpunit/php-file-iterator": "~1.3",
344                "phpunit/php-text-template": "~1.2",
345                "phpunit/php-token-stream": "~1.3",
346                "sebastian/environment": "~1.0",
347                "sebastian/version": "~1.0"
348            },
349            "require-dev": {
350                "ext-xdebug": ">=2.1.4",
351                "phpunit/phpunit": "~4"
352            },
353            "suggest": {
354                "ext-dom": "*",
355                "ext-xdebug": ">=2.2.1",
356                "ext-xmlwriter": "*"
357            },
358            "type": "library",
359            "extra": {
360                "branch-alias": {
361                    "dev-master": "2.1.x-dev"
362                }
363            },
364            "autoload": {
365                "classmap": [
366                    "src/"
367                ]
368            },
369            "notification-url": "https://packagist.org/downloads/",
370            "license": [
371                "BSD-3-Clause"
372            ],
373            "authors": [
374                {
375                    "name": "Sebastian Bergmann",
376                    "email": "sb@sebastian-bergmann.de",
377                    "role": "lead"
378                }
379            ],
380            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
381            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
382            "keywords": [
383                "coverage",
384                "testing",
385                "xunit"
386            ],
387            "time": "2015-07-26 12:54:47"
388        },
389        {
390            "name": "phpunit/php-file-iterator",
391            "version": "1.4.1",
392            "source": {
393                "type": "git",
394                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
395                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
396            },
397            "dist": {
398                "type": "zip",
399                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
400                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
401                "shasum": ""
402            },
403            "require": {
404                "php": ">=5.3.3"
405            },
406            "type": "library",
407            "extra": {
408                "branch-alias": {
409                    "dev-master": "1.4.x-dev"
410                }
411            },
412            "autoload": {
413                "classmap": [
414                    "src/"
415                ]
416            },
417            "notification-url": "https://packagist.org/downloads/",
418            "license": [
419                "BSD-3-Clause"
420            ],
421            "authors": [
422                {
423                    "name": "Sebastian Bergmann",
424                    "email": "sb@sebastian-bergmann.de",
425                    "role": "lead"
426                }
427            ],
428            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
429            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
430            "keywords": [
431                "filesystem",
432                "iterator"
433            ],
434            "time": "2015-06-21 13:08:43"
435        },
436        {
437            "name": "phpunit/php-text-template",
438            "version": "1.2.1",
439            "source": {
440                "type": "git",
441                "url": "https://github.com/sebastianbergmann/php-text-template.git",
442                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
443            },
444            "dist": {
445                "type": "zip",
446                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
447                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
448                "shasum": ""
449            },
450            "require": {
451                "php": ">=5.3.3"
452            },
453            "type": "library",
454            "autoload": {
455                "classmap": [
456                    "src/"
457                ]
458            },
459            "notification-url": "https://packagist.org/downloads/",
460            "license": [
461                "BSD-3-Clause"
462            ],
463            "authors": [
464                {
465                    "name": "Sebastian Bergmann",
466                    "email": "sebastian@phpunit.de",
467                    "role": "lead"
468                }
469            ],
470            "description": "Simple template engine.",
471            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
472            "keywords": [
473                "template"
474            ],
475            "time": "2015-06-21 13:50:34"
476        },
477        {
478            "name": "phpunit/php-timer",
479            "version": "1.0.7",
480            "source": {
481                "type": "git",
482                "url": "https://github.com/sebastianbergmann/php-timer.git",
483                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
484            },
485            "dist": {
486                "type": "zip",
487                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
488                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
489                "shasum": ""
490            },
491            "require": {
492                "php": ">=5.3.3"
493            },
494            "type": "library",
495            "autoload": {
496                "classmap": [
497                    "src/"
498                ]
499            },
500            "notification-url": "https://packagist.org/downloads/",
501            "license": [
502                "BSD-3-Clause"
503            ],
504            "authors": [
505                {
506                    "name": "Sebastian Bergmann",
507                    "email": "sb@sebastian-bergmann.de",
508                    "role": "lead"
509                }
510            ],
511            "description": "Utility class for timing",
512            "homepage": "https://github.com/sebastianbergmann/php-timer/",
513            "keywords": [
514                "timer"
515            ],
516            "time": "2015-06-21 08:01:12"
517        },
518        {
519            "name": "phpunit/php-token-stream",
520            "version": "1.4.3",
521            "source": {
522                "type": "git",
523                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
524                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
525            },
526            "dist": {
527                "type": "zip",
528                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
529                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
530                "shasum": ""
531            },
532            "require": {
533                "ext-tokenizer": "*",
534                "php": ">=5.3.3"
535            },
536            "require-dev": {
537                "phpunit/phpunit": "~4.2"
538            },
539            "type": "library",
540            "extra": {
541                "branch-alias": {
542                    "dev-master": "1.4-dev"
543                }
544            },
545            "autoload": {
546                "classmap": [
547                    "src/"
548                ]
549            },
550            "notification-url": "https://packagist.org/downloads/",
551            "license": [
552                "BSD-3-Clause"
553            ],
554            "authors": [
555                {
556                    "name": "Sebastian Bergmann",
557                    "email": "sebastian@phpunit.de"
558                }
559            ],
560            "description": "Wrapper around PHP's tokenizer extension.",
561            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
562            "keywords": [
563                "tokenizer"
564            ],
565            "time": "2015-06-19 03:43:16"
566        },
567        {
568            "name": "phpunit/phpunit",
569            "version": "4.7.7",
570            "source": {
571                "type": "git",
572                "url": "https://github.com/sebastianbergmann/phpunit.git",
573                "reference": "9b97f9d807b862c2de2a36e86690000801c85724"
574            },
575            "dist": {
576                "type": "zip",
577                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e86690000801c85724",
578                "reference": "9b97f9d807b862c2de2a36e86690000801c85724",
579                "shasum": ""
580            },
581            "require": {
582                "ext-dom": "*",
583                "ext-json": "*",
584                "ext-pcre": "*",
585                "ext-reflection": "*",
586                "ext-spl": "*",
587                "php": ">=5.3.3",
588                "phpspec/prophecy": "~1.3,>=1.3.1",
589                "phpunit/php-code-coverage": "~2.1",
590                "phpunit/php-file-iterator": "~1.4",
591                "phpunit/php-text-template": "~1.2",
592                "phpunit/php-timer": ">=1.0.6",
593                "phpunit/phpunit-mock-objects": "~2.3",
594                "sebastian/comparator": "~1.1",
595                "sebastian/diff": "~1.2",
596                "sebastian/environment": "~1.2",
597                "sebastian/exporter": "~1.2",
598                "sebastian/global-state": "~1.0",
599                "sebastian/version": "~1.0",
600                "symfony/yaml": "~2.1|~3.0"
601            },
602            "suggest": {
603                "phpunit/php-invoker": "~1.1"
604            },
605            "bin": [
606                "phpunit"
607            ],
608            "type": "library",
609            "extra": {
610                "branch-alias": {
611                    "dev-master": "4.7.x-dev"
612                }
613            },
614            "autoload": {
615                "classmap": [
616                    "src/"
617                ]
618            },
619            "notification-url": "https://packagist.org/downloads/",
620            "license": [
621                "BSD-3-Clause"
622            ],
623            "authors": [
624                {
625                    "name": "Sebastian Bergmann",
626                    "email": "sebastian@phpunit.de",
627                    "role": "lead"
628                }
629            ],
630            "description": "The PHP Unit Testing framework.",
631            "homepage": "https://phpunit.de/",
632            "keywords": [
633                "phpunit",
634                "testing",
635                "xunit"
636            ],
637            "time": "2015-07-13 11:28:34"
638        },
639        {
640            "name": "phpunit/phpunit-mock-objects",
641            "version": "2.3.6",
642            "source": {
643                "type": "git",
644                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
645                "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42"
646            },
647            "dist": {
648                "type": "zip",
649                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
650                "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
651                "shasum": ""
652            },
653            "require": {
654                "doctrine/instantiator": "~1.0,>=1.0.2",
655                "php": ">=5.3.3",
656                "phpunit/php-text-template": "~1.2",
657                "sebastian/exporter": "~1.2"
658            },
659            "require-dev": {
660                "phpunit/phpunit": "~4.4"
661            },
662            "suggest": {
663                "ext-soap": "*"
664            },
665            "type": "library",
666            "extra": {
667                "branch-alias": {
668                    "dev-master": "2.3.x-dev"
669                }
670            },
671            "autoload": {
672                "classmap": [
673                    "src/"
674                ]
675            },
676            "notification-url": "https://packagist.org/downloads/",
677            "license": [
678                "BSD-3-Clause"
679            ],
680            "authors": [
681                {
682                    "name": "Sebastian Bergmann",
683                    "email": "sb@sebastian-bergmann.de",
684                    "role": "lead"
685                }
686            ],
687            "description": "Mock Object library for PHPUnit",
688            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
689            "keywords": [
690                "mock",
691                "xunit"
692            ],
693            "time": "2015-07-10 06:54:24"
694        },
695        {
696            "name": "sebastian/comparator",
697            "version": "1.2.0",
698            "source": {
699                "type": "git",
700                "url": "https://github.com/sebastianbergmann/comparator.git",
701                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
702            },
703            "dist": {
704                "type": "zip",
705                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
706                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
707                "shasum": ""
708            },
709            "require": {
710                "php": ">=5.3.3",
711                "sebastian/diff": "~1.2",
712                "sebastian/exporter": "~1.2"
713            },
714            "require-dev": {
715                "phpunit/phpunit": "~4.4"
716            },
717            "type": "library",
718            "extra": {
719                "branch-alias": {
720                    "dev-master": "1.2.x-dev"
721                }
722            },
723            "autoload": {
724                "classmap": [
725                    "src/"
726                ]
727            },
728            "notification-url": "https://packagist.org/downloads/",
729            "license": [
730                "BSD-3-Clause"
731            ],
732            "authors": [
733                {
734                    "name": "Jeff Welch",
735                    "email": "whatthejeff@gmail.com"
736                },
737                {
738                    "name": "Volker Dusch",
739                    "email": "github@wallbash.com"
740                },
741                {
742                    "name": "Bernhard Schussek",
743                    "email": "bschussek@2bepublished.at"
744                },
745                {
746                    "name": "Sebastian Bergmann",
747                    "email": "sebastian@phpunit.de"
748                }
749            ],
750            "description": "Provides the functionality to compare PHP values for equality",
751            "homepage": "http://www.github.com/sebastianbergmann/comparator",
752            "keywords": [
753                "comparator",
754                "compare",
755                "equality"
756            ],
757            "time": "2015-07-26 15:48:44"
758        },
759        {
760            "name": "sebastian/diff",
761            "version": "1.3.0",
762            "source": {
763                "type": "git",
764                "url": "https://github.com/sebastianbergmann/diff.git",
765                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
766            },
767            "dist": {
768                "type": "zip",
769                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
770                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
771                "shasum": ""
772            },
773            "require": {
774                "php": ">=5.3.3"
775            },
776            "require-dev": {
777                "phpunit/phpunit": "~4.2"
778            },
779            "type": "library",
780            "extra": {
781                "branch-alias": {
782                    "dev-master": "1.3-dev"
783                }
784            },
785            "autoload": {
786                "classmap": [
787                    "src/"
788                ]
789            },
790            "notification-url": "https://packagist.org/downloads/",
791            "license": [
792                "BSD-3-Clause"
793            ],
794            "authors": [
795                {
796                    "name": "Kore Nordmann",
797                    "email": "mail@kore-nordmann.de"
798                },
799                {
800                    "name": "Sebastian Bergmann",
801                    "email": "sebastian@phpunit.de"
802                }
803            ],
804            "description": "Diff implementation",
805            "homepage": "http://www.github.com/sebastianbergmann/diff",
806            "keywords": [
807                "diff"
808            ],
809            "time": "2015-02-22 15:13:53"
810        },
811        {
812            "name": "sebastian/environment",
813            "version": "1.3.0",
814            "source": {
815                "type": "git",
816                "url": "https://github.com/sebastianbergmann/environment.git",
817                "reference": "4fe0a44cddd8cc19583a024bdc7374eb2fef0b87"
818            },
819            "dist": {
820                "type": "zip",
821                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4fe0a44cddd8cc19583a024bdc7374eb2fef0b87",
822                "reference": "4fe0a44cddd8cc19583a024bdc7374eb2fef0b87",
823                "shasum": ""
824            },
825            "require": {
826                "php": ">=5.3.3"
827            },
828            "require-dev": {
829                "phpunit/phpunit": "~4.4"
830            },
831            "type": "library",
832            "extra": {
833                "branch-alias": {
834                    "dev-master": "1.3.x-dev"
835                }
836            },
837            "autoload": {
838                "classmap": [
839                    "src/"
840                ]
841            },
842            "notification-url": "https://packagist.org/downloads/",
843            "license": [
844                "BSD-3-Clause"
845            ],
846            "authors": [
847                {
848                    "name": "Sebastian Bergmann",
849                    "email": "sebastian@phpunit.de"
850                }
851            ],
852            "description": "Provides functionality to handle HHVM/PHP environments",
853            "homepage": "http://www.github.com/sebastianbergmann/environment",
854            "keywords": [
855                "Xdebug",
856                "environment",
857                "hhvm"
858            ],
859            "time": "2015-07-26 06:42:57"
860        },
861        {
862            "name": "sebastian/exporter",
863            "version": "1.2.1",
864            "source": {
865                "type": "git",
866                "url": "https://github.com/sebastianbergmann/exporter.git",
867                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
868            },
869            "dist": {
870                "type": "zip",
871                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
872                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
873                "shasum": ""
874            },
875            "require": {
876                "php": ">=5.3.3",
877                "sebastian/recursion-context": "~1.0"
878            },
879            "require-dev": {
880                "phpunit/phpunit": "~4.4"
881            },
882            "type": "library",
883            "extra": {
884                "branch-alias": {
885                    "dev-master": "1.2.x-dev"
886                }
887            },
888            "autoload": {
889                "classmap": [
890                    "src/"
891                ]
892            },
893            "notification-url": "https://packagist.org/downloads/",
894            "license": [
895                "BSD-3-Clause"
896            ],
897            "authors": [
898                {
899                    "name": "Jeff Welch",
900                    "email": "whatthejeff@gmail.com"
901                },
902                {
903                    "name": "Volker Dusch",
904                    "email": "github@wallbash.com"
905                },
906                {
907                    "name": "Bernhard Schussek",
908                    "email": "bschussek@2bepublished.at"
909                },
910                {
911                    "name": "Sebastian Bergmann",
912                    "email": "sebastian@phpunit.de"
913                },
914                {
915                    "name": "Adam Harvey",
916                    "email": "aharvey@php.net"
917                }
918            ],
919            "description": "Provides the functionality to export PHP variables for visualization",
920            "homepage": "http://www.github.com/sebastianbergmann/exporter",
921            "keywords": [
922                "export",
923                "exporter"
924            ],
925            "time": "2015-06-21 07:55:53"
926        },
927        {
928            "name": "sebastian/global-state",
929            "version": "1.0.0",
930            "source": {
931                "type": "git",
932                "url": "https://github.com/sebastianbergmann/global-state.git",
933                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
934            },
935            "dist": {
936                "type": "zip",
937                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
938                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
939                "shasum": ""
940            },
941            "require": {
942                "php": ">=5.3.3"
943            },
944            "require-dev": {
945                "phpunit/phpunit": "~4.2"
946            },
947            "suggest": {
948                "ext-uopz": "*"
949            },
950            "type": "library",
951            "extra": {
952                "branch-alias": {
953                    "dev-master": "1.0-dev"
954                }
955            },
956            "autoload": {
957                "classmap": [
958                    "src/"
959                ]
960            },
961            "notification-url": "https://packagist.org/downloads/",
962            "license": [
963                "BSD-3-Clause"
964            ],
965            "authors": [
966                {
967                    "name": "Sebastian Bergmann",
968                    "email": "sebastian@phpunit.de"
969                }
970            ],
971            "description": "Snapshotting of global state",
972            "homepage": "http://www.github.com/sebastianbergmann/global-state",
973            "keywords": [
974                "global state"
975            ],
976            "time": "2014-10-06 09:23:50"
977        },
978        {
979            "name": "sebastian/recursion-context",
980            "version": "1.0.1",
981            "source": {
982                "type": "git",
983                "url": "https://github.com/sebastianbergmann/recursion-context.git",
984                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
985            },
986            "dist": {
987                "type": "zip",
988                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
989                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
990                "shasum": ""
991            },
992            "require": {
993                "php": ">=5.3.3"
994            },
995            "require-dev": {
996                "phpunit/phpunit": "~4.4"
997            },
998            "type": "library",
999            "extra": {
1000                "branch-alias": {
1001                    "dev-master": "1.0.x-dev"
1002                }
1003            },
1004            "autoload": {
1005                "classmap": [
1006                    "src/"
1007                ]
1008            },
1009            "notification-url": "https://packagist.org/downloads/",
1010            "license": [
1011                "BSD-3-Clause"
1012            ],
1013            "authors": [
1014                {
1015                    "name": "Jeff Welch",
1016                    "email": "whatthejeff@gmail.com"
1017                },
1018                {
1019                    "name": "Sebastian Bergmann",
1020                    "email": "sebastian@phpunit.de"
1021                },
1022                {
1023                    "name": "Adam Harvey",
1024                    "email": "aharvey@php.net"
1025                }
1026            ],
1027            "description": "Provides functionality to recursively process PHP variables",
1028            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1029            "time": "2015-06-21 08:04:50"
1030        },
1031        {
1032            "name": "sebastian/version",
1033            "version": "1.0.6",
1034            "source": {
1035                "type": "git",
1036                "url": "https://github.com/sebastianbergmann/version.git",
1037                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1038            },
1039            "dist": {
1040                "type": "zip",
1041                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1042                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1043                "shasum": ""
1044            },
1045            "type": "library",
1046            "autoload": {
1047                "classmap": [
1048                    "src/"
1049                ]
1050            },
1051            "notification-url": "https://packagist.org/downloads/",
1052            "license": [
1053                "BSD-3-Clause"
1054            ],
1055            "authors": [
1056                {
1057                    "name": "Sebastian Bergmann",
1058                    "email": "sebastian@phpunit.de",
1059                    "role": "lead"
1060                }
1061            ],
1062            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1063            "homepage": "https://github.com/sebastianbergmann/version",
1064            "time": "2015-06-21 13:59:46"
1065        },
1066        {
1067            "name": "symfony/yaml",
1068            "version": "v2.7.2",
1069            "source": {
1070                "type": "git",
1071                "url": "https://github.com/symfony/Yaml.git",
1072                "reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860"
1073            },
1074            "dist": {
1075                "type": "zip",
1076                "url": "https://api.github.com/repos/symfony/Yaml/zipball/4bfbe0ed3909bfddd75b70c094391ec1f142f860",
1077                "reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860",
1078                "shasum": ""
1079            },
1080            "require": {
1081                "php": ">=5.3.9"
1082            },
1083            "require-dev": {
1084                "symfony/phpunit-bridge": "~2.7"
1085            },
1086            "type": "library",
1087            "extra": {
1088                "branch-alias": {
1089                    "dev-master": "2.7-dev"
1090                }
1091            },
1092            "autoload": {
1093                "psr-4": {
1094                    "Symfony\\Component\\Yaml\\": ""
1095                }
1096            },
1097            "notification-url": "https://packagist.org/downloads/",
1098            "license": [
1099                "MIT"
1100            ],
1101            "authors": [
1102                {
1103                    "name": "Fabien Potencier",
1104                    "email": "fabien@symfony.com"
1105                },
1106                {
1107                    "name": "Symfony Community",
1108                    "homepage": "https://symfony.com/contributors"
1109                }
1110            ],
1111            "description": "Symfony Yaml Component",
1112            "homepage": "https://symfony.com",
1113            "time": "2015-07-01 11:25:50"
1114        }
1115    ],
1116    "aliases": [],
1117    "minimum-stability": "stable",
1118    "stability-flags": {
1119        "erb/testing-tools": 20
1120    },
1121    "prefer-stable": false,
1122    "prefer-lowest": false,
1123    "platform": {
1124        "php": ">=5.3.2"
1125    },
1126    "platform-dev": []
1127}
1128