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