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