Merge "Add collation for Abkhaz (ab)"
[lhc/web/wiklou.git] / tests / phpunit / data / composer / installed.json
1 [
2 {
3 "name": "leafo/lessphp",
4 "version": "v0.5.0",
5 "version_normalized": "0.5.0.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/leafo/lessphp.git",
9 "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/leafo/lessphp/zipball/0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
14 "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
15 "shasum": ""
16 },
17 "time": "2014-11-24T18:39:20+00:00",
18 "type": "library",
19 "extra": {
20 "branch-alias": {
21 "dev-master": "0.4.x-dev"
22 }
23 },
24 "installation-source": "dist",
25 "autoload": {
26 "classmap": [
27 "lessc.inc.php"
28 ]
29 },
30 "notification-url": "https://packagist.org/downloads/",
31 "license": [
32 "MIT",
33 "GPL-3.0"
34 ],
35 "authors": [
36 {
37 "name": "Leaf Corcoran",
38 "email": "leafot@gmail.com",
39 "homepage": "http://leafo.net"
40 }
41 ],
42 "description": "lessphp is a compiler for LESS written in PHP.",
43 "homepage": "http://leafo.net/lessphp/"
44 },
45 {
46 "name": "psr/log",
47 "version": "1.0.0",
48 "version_normalized": "1.0.0.0",
49 "source": {
50 "type": "git",
51 "url": "https://github.com/php-fig/log.git",
52 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
53 },
54 "dist": {
55 "type": "zip",
56 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
57 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
58 "shasum": ""
59 },
60 "time": "2012-12-21T11:40:51+00:00",
61 "type": "library",
62 "installation-source": "dist",
63 "autoload": {
64 "psr-0": {
65 "Psr\\Log\\": ""
66 }
67 },
68 "notification-url": "https://packagist.org/downloads/",
69 "license": [
70 "MIT"
71 ],
72 "authors": [
73 {
74 "name": "PHP-FIG",
75 "homepage": "http://www.php-fig.org/"
76 }
77 ],
78 "description": "Common interface for logging libraries",
79 "keywords": [
80 "log",
81 "psr",
82 "psr-3"
83 ]
84 },
85 {
86 "name": "cssjanus/cssjanus",
87 "version": "v1.1.1",
88 "version_normalized": "1.1.1.0",
89 "source": {
90 "type": "git",
91 "url": "https://github.com/cssjanus/php-cssjanus.git",
92 "reference": "62a9c32e6e140de09082b40a6e99d868ad14d4e0"
93 },
94 "dist": {
95 "type": "zip",
96 "url": "https://api.github.com/repos/cssjanus/php-cssjanus/zipball/62a9c32e6e140de09082b40a6e99d868ad14d4e0",
97 "reference": "62a9c32e6e140de09082b40a6e99d868ad14d4e0",
98 "shasum": ""
99 },
100 "require": {
101 "php": ">=5.3.3"
102 },
103 "require-dev": {
104 "jakub-onderka/php-parallel-lint": "0.8.*",
105 "phpunit/phpunit": "3.7.*",
106 "squizlabs/php_codesniffer": "1.*"
107 },
108 "time": "2014-11-14T20:00:50+00:00",
109 "type": "library",
110 "installation-source": "dist",
111 "autoload": {
112 "psr-0": {
113 "": "src/"
114 }
115 },
116 "notification-url": "https://packagist.org/downloads/",
117 "license": [
118 "Apache-2.0"
119 ],
120 "description": "Convert CSS stylesheets between left-to-right and right-to-left."
121 },
122 {
123 "name": "cdb/cdb",
124 "version": "1.0.0",
125 "version_normalized": "1.0.0.0",
126 "source": {
127 "type": "git",
128 "url": "https://github.com/wikimedia/cdb.git",
129 "reference": "918601ea3d31b8c37312e9c0e54446aa8bfb3425"
130 },
131 "dist": {
132 "type": "zip",
133 "url": "https://api.github.com/repos/wikimedia/cdb/zipball/918601ea3d31b8c37312e9c0e54446aa8bfb3425",
134 "reference": "918601ea3d31b8c37312e9c0e54446aa8bfb3425",
135 "shasum": ""
136 },
137 "require": {
138 "php": ">=5.3.2"
139 },
140 "require-dev": {
141 "phpunit/phpunit": "*"
142 },
143 "time": "2014-11-12T19:03:26+00:00",
144 "type": "library",
145 "installation-source": "dist",
146 "autoload": {
147 "classmap": [
148 "src/"
149 ]
150 },
151 "notification-url": "https://packagist.org/downloads/",
152 "license": [
153 "GPLv2"
154 ],
155 "authors": [
156 {
157 "name": "Tim Starling",
158 "email": "tstarling@wikimedia.org"
159 },
160 {
161 "name": "Chad Horohoe",
162 "email": "chad@wikimedia.org"
163 }
164 ],
165 "description": "Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.",
166 "homepage": "https://www.mediawiki.org/wiki/CDB",
167 "abandoned": "wikimedia/cdb"
168 },
169 {
170 "name": "sebastian/version",
171 "version": "2.0.1",
172 "version_normalized": "2.0.1.0",
173 "source": {
174 "type": "git",
175 "url": "https://github.com/sebastianbergmann/version.git",
176 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
177 },
178 "dist": {
179 "type": "zip",
180 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
181 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
182 "shasum": ""
183 },
184 "require": {
185 "php": ">=5.6"
186 },
187 "time": "2016-10-03T07:35:21+00:00",
188 "type": "library",
189 "extra": {
190 "branch-alias": {
191 "dev-master": "2.0.x-dev"
192 }
193 },
194 "installation-source": "dist",
195 "autoload": {
196 "classmap": [
197 "src/"
198 ]
199 },
200 "notification-url": "https://packagist.org/downloads/",
201 "license": [
202 "BSD-3-Clause"
203 ],
204 "authors": [
205 {
206 "name": "Sebastian Bergmann",
207 "email": "sebastian@phpunit.de",
208 "role": "lead"
209 }
210 ],
211 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
212 "homepage": "https://github.com/sebastianbergmann/version"
213 },
214 {
215 "name": "sebastian/resource-operations",
216 "version": "1.0.0",
217 "version_normalized": "1.0.0.0",
218 "source": {
219 "type": "git",
220 "url": "https://github.com/sebastianbergmann/resource-operations.git",
221 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
222 },
223 "dist": {
224 "type": "zip",
225 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
226 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
227 "shasum": ""
228 },
229 "require": {
230 "php": ">=5.6.0"
231 },
232 "time": "2015-07-28T20:34:47+00:00",
233 "type": "library",
234 "extra": {
235 "branch-alias": {
236 "dev-master": "1.0.x-dev"
237 }
238 },
239 "installation-source": "dist",
240 "autoload": {
241 "classmap": [
242 "src/"
243 ]
244 },
245 "notification-url": "https://packagist.org/downloads/",
246 "license": [
247 "BSD-3-Clause"
248 ],
249 "authors": [
250 {
251 "name": "Sebastian Bergmann",
252 "email": "sebastian@phpunit.de"
253 }
254 ],
255 "description": "Provides a list of PHP built-in functions that operate on resources",
256 "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
257 },
258 {
259 "name": "sebastian/recursion-context",
260 "version": "3.0.0",
261 "version_normalized": "3.0.0.0",
262 "source": {
263 "type": "git",
264 "url": "https://github.com/sebastianbergmann/recursion-context.git",
265 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
266 },
267 "dist": {
268 "type": "zip",
269 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
270 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
271 "shasum": ""
272 },
273 "require": {
274 "php": "^7.0"
275 },
276 "require-dev": {
277 "phpunit/phpunit": "^6.0"
278 },
279 "time": "2017-03-03T06:23:57+00:00",
280 "type": "library",
281 "extra": {
282 "branch-alias": {
283 "dev-master": "3.0.x-dev"
284 }
285 },
286 "installation-source": "dist",
287 "autoload": {
288 "classmap": [
289 "src/"
290 ]
291 },
292 "notification-url": "https://packagist.org/downloads/",
293 "license": [
294 "BSD-3-Clause"
295 ],
296 "authors": [
297 {
298 "name": "Jeff Welch",
299 "email": "whatthejeff@gmail.com"
300 },
301 {
302 "name": "Sebastian Bergmann",
303 "email": "sebastian@phpunit.de"
304 },
305 {
306 "name": "Adam Harvey",
307 "email": "aharvey@php.net"
308 }
309 ],
310 "description": "Provides functionality to recursively process PHP variables",
311 "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
312 },
313 {
314 "name": "sebastian/object-reflector",
315 "version": "1.1.1",
316 "version_normalized": "1.1.1.0",
317 "source": {
318 "type": "git",
319 "url": "https://github.com/sebastianbergmann/object-reflector.git",
320 "reference": "773f97c67f28de00d397be301821b06708fca0be"
321 },
322 "dist": {
323 "type": "zip",
324 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
325 "reference": "773f97c67f28de00d397be301821b06708fca0be",
326 "shasum": ""
327 },
328 "require": {
329 "php": "^7.0"
330 },
331 "require-dev": {
332 "phpunit/phpunit": "^6.0"
333 },
334 "time": "2017-03-29T09:07:27+00:00",
335 "type": "library",
336 "extra": {
337 "branch-alias": {
338 "dev-master": "1.1-dev"
339 }
340 },
341 "installation-source": "dist",
342 "autoload": {
343 "classmap": [
344 "src/"
345 ]
346 },
347 "notification-url": "https://packagist.org/downloads/",
348 "license": [
349 "BSD-3-Clause"
350 ],
351 "authors": [
352 {
353 "name": "Sebastian Bergmann",
354 "email": "sebastian@phpunit.de"
355 }
356 ],
357 "description": "Allows reflection of object attributes, including inherited and non-public ones",
358 "homepage": "https://github.com/sebastianbergmann/object-reflector/"
359 },
360 {
361 "name": "sebastian/object-enumerator",
362 "version": "3.0.3",
363 "version_normalized": "3.0.3.0",
364 "source": {
365 "type": "git",
366 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
367 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
368 },
369 "dist": {
370 "type": "zip",
371 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
372 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
373 "shasum": ""
374 },
375 "require": {
376 "php": "^7.0",
377 "sebastian/object-reflector": "^1.1.1",
378 "sebastian/recursion-context": "^3.0"
379 },
380 "require-dev": {
381 "phpunit/phpunit": "^6.0"
382 },
383 "time": "2017-08-03T12:35:26+00:00",
384 "type": "library",
385 "extra": {
386 "branch-alias": {
387 "dev-master": "3.0.x-dev"
388 }
389 },
390 "installation-source": "dist",
391 "autoload": {
392 "classmap": [
393 "src/"
394 ]
395 },
396 "notification-url": "https://packagist.org/downloads/",
397 "license": [
398 "BSD-3-Clause"
399 ],
400 "authors": [
401 {
402 "name": "Sebastian Bergmann",
403 "email": "sebastian@phpunit.de"
404 }
405 ],
406 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
407 "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
408 },
409 {
410 "name": "sebastian/global-state",
411 "version": "2.0.0",
412 "version_normalized": "2.0.0.0",
413 "source": {
414 "type": "git",
415 "url": "https://github.com/sebastianbergmann/global-state.git",
416 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
417 },
418 "dist": {
419 "type": "zip",
420 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
421 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
422 "shasum": ""
423 },
424 "require": {
425 "php": "^7.0"
426 },
427 "require-dev": {
428 "phpunit/phpunit": "^6.0"
429 },
430 "suggest": {
431 "ext-uopz": "*"
432 },
433 "time": "2017-04-27T15:39:26+00:00",
434 "type": "library",
435 "extra": {
436 "branch-alias": {
437 "dev-master": "2.0-dev"
438 }
439 },
440 "installation-source": "dist",
441 "autoload": {
442 "classmap": [
443 "src/"
444 ]
445 },
446 "notification-url": "https://packagist.org/downloads/",
447 "license": [
448 "BSD-3-Clause"
449 ],
450 "authors": [
451 {
452 "name": "Sebastian Bergmann",
453 "email": "sebastian@phpunit.de"
454 }
455 ],
456 "description": "Snapshotting of global state",
457 "homepage": "http://www.github.com/sebastianbergmann/global-state",
458 "keywords": [
459 "global state"
460 ]
461 },
462 {
463 "name": "sebastian/exporter",
464 "version": "3.1.0",
465 "version_normalized": "3.1.0.0",
466 "source": {
467 "type": "git",
468 "url": "https://github.com/sebastianbergmann/exporter.git",
469 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
470 },
471 "dist": {
472 "type": "zip",
473 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
474 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
475 "shasum": ""
476 },
477 "require": {
478 "php": "^7.0",
479 "sebastian/recursion-context": "^3.0"
480 },
481 "require-dev": {
482 "ext-mbstring": "*",
483 "phpunit/phpunit": "^6.0"
484 },
485 "time": "2017-04-03T13:19:02+00:00",
486 "type": "library",
487 "extra": {
488 "branch-alias": {
489 "dev-master": "3.1.x-dev"
490 }
491 },
492 "installation-source": "dist",
493 "autoload": {
494 "classmap": [
495 "src/"
496 ]
497 },
498 "notification-url": "https://packagist.org/downloads/",
499 "license": [
500 "BSD-3-Clause"
501 ],
502 "authors": [
503 {
504 "name": "Jeff Welch",
505 "email": "whatthejeff@gmail.com"
506 },
507 {
508 "name": "Volker Dusch",
509 "email": "github@wallbash.com"
510 },
511 {
512 "name": "Bernhard Schussek",
513 "email": "bschussek@2bepublished.at"
514 },
515 {
516 "name": "Sebastian Bergmann",
517 "email": "sebastian@phpunit.de"
518 },
519 {
520 "name": "Adam Harvey",
521 "email": "aharvey@php.net"
522 }
523 ],
524 "description": "Provides the functionality to export PHP variables for visualization",
525 "homepage": "http://www.github.com/sebastianbergmann/exporter",
526 "keywords": [
527 "export",
528 "exporter"
529 ]
530 },
531 {
532 "name": "sebastian/environment",
533 "version": "3.1.0",
534 "version_normalized": "3.1.0.0",
535 "source": {
536 "type": "git",
537 "url": "https://github.com/sebastianbergmann/environment.git",
538 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
539 },
540 "dist": {
541 "type": "zip",
542 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
543 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
544 "shasum": ""
545 },
546 "require": {
547 "php": "^7.0"
548 },
549 "require-dev": {
550 "phpunit/phpunit": "^6.1"
551 },
552 "time": "2017-07-01T08:51:00+00:00",
553 "type": "library",
554 "extra": {
555 "branch-alias": {
556 "dev-master": "3.1.x-dev"
557 }
558 },
559 "installation-source": "dist",
560 "autoload": {
561 "classmap": [
562 "src/"
563 ]
564 },
565 "notification-url": "https://packagist.org/downloads/",
566 "license": [
567 "BSD-3-Clause"
568 ],
569 "authors": [
570 {
571 "name": "Sebastian Bergmann",
572 "email": "sebastian@phpunit.de"
573 }
574 ],
575 "description": "Provides functionality to handle HHVM/PHP environments",
576 "homepage": "http://www.github.com/sebastianbergmann/environment",
577 "keywords": [
578 "Xdebug",
579 "environment",
580 "hhvm"
581 ]
582 },
583 {
584 "name": "sebastian/diff",
585 "version": "2.0.1",
586 "version_normalized": "2.0.1.0",
587 "source": {
588 "type": "git",
589 "url": "https://github.com/sebastianbergmann/diff.git",
590 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
591 },
592 "dist": {
593 "type": "zip",
594 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
595 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
596 "shasum": ""
597 },
598 "require": {
599 "php": "^7.0"
600 },
601 "require-dev": {
602 "phpunit/phpunit": "^6.2"
603 },
604 "time": "2017-08-03T08:09:46+00:00",
605 "type": "library",
606 "extra": {
607 "branch-alias": {
608 "dev-master": "2.0-dev"
609 }
610 },
611 "installation-source": "dist",
612 "autoload": {
613 "classmap": [
614 "src/"
615 ]
616 },
617 "notification-url": "https://packagist.org/downloads/",
618 "license": [
619 "BSD-3-Clause"
620 ],
621 "authors": [
622 {
623 "name": "Kore Nordmann",
624 "email": "mail@kore-nordmann.de"
625 },
626 {
627 "name": "Sebastian Bergmann",
628 "email": "sebastian@phpunit.de"
629 }
630 ],
631 "description": "Diff implementation",
632 "homepage": "https://github.com/sebastianbergmann/diff",
633 "keywords": [
634 "diff"
635 ]
636 },
637 {
638 "name": "sebastian/comparator",
639 "version": "2.1.1",
640 "version_normalized": "2.1.1.0",
641 "source": {
642 "type": "git",
643 "url": "https://github.com/sebastianbergmann/comparator.git",
644 "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f"
645 },
646 "dist": {
647 "type": "zip",
648 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
649 "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
650 "shasum": ""
651 },
652 "require": {
653 "php": "^7.0",
654 "sebastian/diff": "^2.0",
655 "sebastian/exporter": "^3.1"
656 },
657 "require-dev": {
658 "phpunit/phpunit": "^6.4"
659 },
660 "time": "2017-12-22T14:50:35+00:00",
661 "type": "library",
662 "extra": {
663 "branch-alias": {
664 "dev-master": "2.1.x-dev"
665 }
666 },
667 "installation-source": "dist",
668 "autoload": {
669 "classmap": [
670 "src/"
671 ]
672 },
673 "notification-url": "https://packagist.org/downloads/",
674 "license": [
675 "BSD-3-Clause"
676 ],
677 "authors": [
678 {
679 "name": "Jeff Welch",
680 "email": "whatthejeff@gmail.com"
681 },
682 {
683 "name": "Volker Dusch",
684 "email": "github@wallbash.com"
685 },
686 {
687 "name": "Bernhard Schussek",
688 "email": "bschussek@2bepublished.at"
689 },
690 {
691 "name": "Sebastian Bergmann",
692 "email": "sebastian@phpunit.de"
693 }
694 ],
695 "description": "Provides the functionality to compare PHP values for equality",
696 "homepage": "https://github.com/sebastianbergmann/comparator",
697 "keywords": [
698 "comparator",
699 "compare",
700 "equality"
701 ]
702 },
703 {
704 "name": "doctrine/instantiator",
705 "version": "1.1.0",
706 "version_normalized": "1.1.0.0",
707 "source": {
708 "type": "git",
709 "url": "https://github.com/doctrine/instantiator.git",
710 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
711 },
712 "dist": {
713 "type": "zip",
714 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
715 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
716 "shasum": ""
717 },
718 "require": {
719 "php": "^7.1"
720 },
721 "require-dev": {
722 "athletic/athletic": "~0.1.8",
723 "ext-pdo": "*",
724 "ext-phar": "*",
725 "phpunit/phpunit": "^6.2.3",
726 "squizlabs/php_codesniffer": "^3.0.2"
727 },
728 "time": "2017-07-22T11:58:36+00:00",
729 "type": "library",
730 "extra": {
731 "branch-alias": {
732 "dev-master": "1.2.x-dev"
733 }
734 },
735 "installation-source": "dist",
736 "autoload": {
737 "psr-4": {
738 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
739 }
740 },
741 "notification-url": "https://packagist.org/downloads/",
742 "license": [
743 "MIT"
744 ],
745 "authors": [
746 {
747 "name": "Marco Pivetta",
748 "email": "ocramius@gmail.com",
749 "homepage": "http://ocramius.github.com/"
750 }
751 ],
752 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
753 "homepage": "https://github.com/doctrine/instantiator",
754 "keywords": [
755 "constructor",
756 "instantiate"
757 ]
758 },
759 {
760 "name": "phpunit/php-text-template",
761 "version": "1.2.1",
762 "version_normalized": "1.2.1.0",
763 "source": {
764 "type": "git",
765 "url": "https://github.com/sebastianbergmann/php-text-template.git",
766 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
767 },
768 "dist": {
769 "type": "zip",
770 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
771 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
772 "shasum": ""
773 },
774 "require": {
775 "php": ">=5.3.3"
776 },
777 "time": "2015-06-21T13:50:34+00:00",
778 "type": "library",
779 "installation-source": "dist",
780 "autoload": {
781 "classmap": [
782 "src/"
783 ]
784 },
785 "notification-url": "https://packagist.org/downloads/",
786 "license": [
787 "BSD-3-Clause"
788 ],
789 "authors": [
790 {
791 "name": "Sebastian Bergmann",
792 "email": "sebastian@phpunit.de",
793 "role": "lead"
794 }
795 ],
796 "description": "Simple template engine.",
797 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
798 "keywords": [
799 "template"
800 ]
801 },
802 {
803 "name": "phpunit/phpunit-mock-objects",
804 "version": "5.0.6",
805 "version_normalized": "5.0.6.0",
806 "source": {
807 "type": "git",
808 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
809 "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
810 },
811 "dist": {
812 "type": "zip",
813 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
814 "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
815 "shasum": ""
816 },
817 "require": {
818 "doctrine/instantiator": "^1.0.5",
819 "php": "^7.0",
820 "phpunit/php-text-template": "^1.2.1",
821 "sebastian/exporter": "^3.1"
822 },
823 "conflict": {
824 "phpunit/phpunit": "<6.0"
825 },
826 "require-dev": {
827 "phpunit/phpunit": "^6.5"
828 },
829 "suggest": {
830 "ext-soap": "*"
831 },
832 "time": "2018-01-06T05:45:45+00:00",
833 "type": "library",
834 "extra": {
835 "branch-alias": {
836 "dev-master": "5.0.x-dev"
837 }
838 },
839 "installation-source": "dist",
840 "autoload": {
841 "classmap": [
842 "src/"
843 ]
844 },
845 "notification-url": "https://packagist.org/downloads/",
846 "license": [
847 "BSD-3-Clause"
848 ],
849 "authors": [
850 {
851 "name": "Sebastian Bergmann",
852 "email": "sebastian@phpunit.de",
853 "role": "lead"
854 }
855 ],
856 "description": "Mock Object library for PHPUnit",
857 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
858 "keywords": [
859 "mock",
860 "xunit"
861 ]
862 },
863 {
864 "name": "phpunit/php-timer",
865 "version": "1.0.9",
866 "version_normalized": "1.0.9.0",
867 "source": {
868 "type": "git",
869 "url": "https://github.com/sebastianbergmann/php-timer.git",
870 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
871 },
872 "dist": {
873 "type": "zip",
874 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
875 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
876 "shasum": ""
877 },
878 "require": {
879 "php": "^5.3.3 || ^7.0"
880 },
881 "require-dev": {
882 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
883 },
884 "time": "2017-02-26T11:10:40+00:00",
885 "type": "library",
886 "extra": {
887 "branch-alias": {
888 "dev-master": "1.0-dev"
889 }
890 },
891 "installation-source": "dist",
892 "autoload": {
893 "classmap": [
894 "src/"
895 ]
896 },
897 "notification-url": "https://packagist.org/downloads/",
898 "license": [
899 "BSD-3-Clause"
900 ],
901 "authors": [
902 {
903 "name": "Sebastian Bergmann",
904 "email": "sb@sebastian-bergmann.de",
905 "role": "lead"
906 }
907 ],
908 "description": "Utility class for timing",
909 "homepage": "https://github.com/sebastianbergmann/php-timer/",
910 "keywords": [
911 "timer"
912 ]
913 },
914 {
915 "name": "phpunit/php-file-iterator",
916 "version": "1.4.5",
917 "version_normalized": "1.4.5.0",
918 "source": {
919 "type": "git",
920 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
921 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
922 },
923 "dist": {
924 "type": "zip",
925 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
926 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
927 "shasum": ""
928 },
929 "require": {
930 "php": ">=5.3.3"
931 },
932 "time": "2017-11-27T13:52:08+00:00",
933 "type": "library",
934 "extra": {
935 "branch-alias": {
936 "dev-master": "1.4.x-dev"
937 }
938 },
939 "installation-source": "dist",
940 "autoload": {
941 "classmap": [
942 "src/"
943 ]
944 },
945 "notification-url": "https://packagist.org/downloads/",
946 "license": [
947 "BSD-3-Clause"
948 ],
949 "authors": [
950 {
951 "name": "Sebastian Bergmann",
952 "email": "sb@sebastian-bergmann.de",
953 "role": "lead"
954 }
955 ],
956 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
957 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
958 "keywords": [
959 "filesystem",
960 "iterator"
961 ]
962 },
963 {
964 "name": "theseer/tokenizer",
965 "version": "1.1.0",
966 "version_normalized": "1.1.0.0",
967 "source": {
968 "type": "git",
969 "url": "https://github.com/theseer/tokenizer.git",
970 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
971 },
972 "dist": {
973 "type": "zip",
974 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
975 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
976 "shasum": ""
977 },
978 "require": {
979 "ext-dom": "*",
980 "ext-tokenizer": "*",
981 "ext-xmlwriter": "*",
982 "php": "^7.0"
983 },
984 "time": "2017-04-07T12:08:54+00:00",
985 "type": "library",
986 "installation-source": "dist",
987 "autoload": {
988 "classmap": [
989 "src/"
990 ]
991 },
992 "notification-url": "https://packagist.org/downloads/",
993 "license": [
994 "BSD-3-Clause"
995 ],
996 "authors": [
997 {
998 "name": "Arne Blankerts",
999 "email": "arne@blankerts.de",
1000 "role": "Developer"
1001 }
1002 ],
1003 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats"
1004 },
1005 {
1006 "name": "sebastian/code-unit-reverse-lookup",
1007 "version": "1.0.1",
1008 "version_normalized": "1.0.1.0",
1009 "source": {
1010 "type": "git",
1011 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1012 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1013 },
1014 "dist": {
1015 "type": "zip",
1016 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1017 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1018 "shasum": ""
1019 },
1020 "require": {
1021 "php": "^5.6 || ^7.0"
1022 },
1023 "require-dev": {
1024 "phpunit/phpunit": "^5.7 || ^6.0"
1025 },
1026 "time": "2017-03-04T06:30:41+00:00",
1027 "type": "library",
1028 "extra": {
1029 "branch-alias": {
1030 "dev-master": "1.0.x-dev"
1031 }
1032 },
1033 "installation-source": "dist",
1034 "autoload": {
1035 "classmap": [
1036 "src/"
1037 ]
1038 },
1039 "notification-url": "https://packagist.org/downloads/",
1040 "license": [
1041 "BSD-3-Clause"
1042 ],
1043 "authors": [
1044 {
1045 "name": "Sebastian Bergmann",
1046 "email": "sebastian@phpunit.de"
1047 }
1048 ],
1049 "description": "Looks up which function or method a line of code belongs to",
1050 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
1051 },
1052 {
1053 "name": "phpunit/php-token-stream",
1054 "version": "2.0.2",
1055 "version_normalized": "2.0.2.0",
1056 "source": {
1057 "type": "git",
1058 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1059 "reference": "791198a2c6254db10131eecfe8c06670700904db"
1060 },
1061 "dist": {
1062 "type": "zip",
1063 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
1064 "reference": "791198a2c6254db10131eecfe8c06670700904db",
1065 "shasum": ""
1066 },
1067 "require": {
1068 "ext-tokenizer": "*",
1069 "php": "^7.0"
1070 },
1071 "require-dev": {
1072 "phpunit/phpunit": "^6.2.4"
1073 },
1074 "time": "2017-11-27T05:48:46+00:00",
1075 "type": "library",
1076 "extra": {
1077 "branch-alias": {
1078 "dev-master": "2.0-dev"
1079 }
1080 },
1081 "installation-source": "dist",
1082 "autoload": {
1083 "classmap": [
1084 "src/"
1085 ]
1086 },
1087 "notification-url": "https://packagist.org/downloads/",
1088 "license": [
1089 "BSD-3-Clause"
1090 ],
1091 "authors": [
1092 {
1093 "name": "Sebastian Bergmann",
1094 "email": "sebastian@phpunit.de"
1095 }
1096 ],
1097 "description": "Wrapper around PHP's tokenizer extension.",
1098 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1099 "keywords": [
1100 "tokenizer"
1101 ]
1102 },
1103 {
1104 "name": "phpunit/php-code-coverage",
1105 "version": "5.3.0",
1106 "version_normalized": "5.3.0.0",
1107 "source": {
1108 "type": "git",
1109 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1110 "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
1111 },
1112 "dist": {
1113 "type": "zip",
1114 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
1115 "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
1116 "shasum": ""
1117 },
1118 "require": {
1119 "ext-dom": "*",
1120 "ext-xmlwriter": "*",
1121 "php": "^7.0",
1122 "phpunit/php-file-iterator": "^1.4.2",
1123 "phpunit/php-text-template": "^1.2.1",
1124 "phpunit/php-token-stream": "^2.0.1",
1125 "sebastian/code-unit-reverse-lookup": "^1.0.1",
1126 "sebastian/environment": "^3.0",
1127 "sebastian/version": "^2.0.1",
1128 "theseer/tokenizer": "^1.1"
1129 },
1130 "require-dev": {
1131 "phpunit/phpunit": "^6.0"
1132 },
1133 "suggest": {
1134 "ext-xdebug": "^2.5.5"
1135 },
1136 "time": "2017-12-06T09:29:45+00:00",
1137 "type": "library",
1138 "extra": {
1139 "branch-alias": {
1140 "dev-master": "5.3.x-dev"
1141 }
1142 },
1143 "installation-source": "dist",
1144 "autoload": {
1145 "classmap": [
1146 "src/"
1147 ]
1148 },
1149 "notification-url": "https://packagist.org/downloads/",
1150 "license": [
1151 "BSD-3-Clause"
1152 ],
1153 "authors": [
1154 {
1155 "name": "Sebastian Bergmann",
1156 "email": "sebastian@phpunit.de",
1157 "role": "lead"
1158 }
1159 ],
1160 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1161 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1162 "keywords": [
1163 "coverage",
1164 "testing",
1165 "xunit"
1166 ]
1167 },
1168 {
1169 "name": "webmozart/assert",
1170 "version": "1.2.0",
1171 "version_normalized": "1.2.0.0",
1172 "source": {
1173 "type": "git",
1174 "url": "https://github.com/webmozart/assert.git",
1175 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
1176 },
1177 "dist": {
1178 "type": "zip",
1179 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
1180 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
1181 "shasum": ""
1182 },
1183 "require": {
1184 "php": "^5.3.3 || ^7.0"
1185 },
1186 "require-dev": {
1187 "phpunit/phpunit": "^4.6",
1188 "sebastian/version": "^1.0.1"
1189 },
1190 "time": "2016-11-23T20:04:58+00:00",
1191 "type": "library",
1192 "extra": {
1193 "branch-alias": {
1194 "dev-master": "1.3-dev"
1195 }
1196 },
1197 "installation-source": "dist",
1198 "autoload": {
1199 "psr-4": {
1200 "Webmozart\\Assert\\": "src/"
1201 }
1202 },
1203 "notification-url": "https://packagist.org/downloads/",
1204 "license": [
1205 "MIT"
1206 ],
1207 "authors": [
1208 {
1209 "name": "Bernhard Schussek",
1210 "email": "bschussek@gmail.com"
1211 }
1212 ],
1213 "description": "Assertions to validate method input/output with nice error messages.",
1214 "keywords": [
1215 "assert",
1216 "check",
1217 "validate"
1218 ]
1219 },
1220 {
1221 "name": "phpdocumentor/reflection-common",
1222 "version": "1.0.1",
1223 "version_normalized": "1.0.1.0",
1224 "source": {
1225 "type": "git",
1226 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1227 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1228 },
1229 "dist": {
1230 "type": "zip",
1231 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1232 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1233 "shasum": ""
1234 },
1235 "require": {
1236 "php": ">=5.5"
1237 },
1238 "require-dev": {
1239 "phpunit/phpunit": "^4.6"
1240 },
1241 "time": "2017-09-11T18:02:19+00:00",
1242 "type": "library",
1243 "extra": {
1244 "branch-alias": {
1245 "dev-master": "1.0.x-dev"
1246 }
1247 },
1248 "installation-source": "dist",
1249 "autoload": {
1250 "psr-4": {
1251 "phpDocumentor\\Reflection\\": [
1252 "src"
1253 ]
1254 }
1255 },
1256 "notification-url": "https://packagist.org/downloads/",
1257 "license": [
1258 "MIT"
1259 ],
1260 "authors": [
1261 {
1262 "name": "Jaap van Otterdijk",
1263 "email": "opensource@ijaap.nl"
1264 }
1265 ],
1266 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1267 "homepage": "http://www.phpdoc.org",
1268 "keywords": [
1269 "FQSEN",
1270 "phpDocumentor",
1271 "phpdoc",
1272 "reflection",
1273 "static analysis"
1274 ]
1275 },
1276 {
1277 "name": "phpdocumentor/type-resolver",
1278 "version": "0.4.0",
1279 "version_normalized": "0.4.0.0",
1280 "source": {
1281 "type": "git",
1282 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1283 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1284 },
1285 "dist": {
1286 "type": "zip",
1287 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1288 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1289 "shasum": ""
1290 },
1291 "require": {
1292 "php": "^5.5 || ^7.0",
1293 "phpdocumentor/reflection-common": "^1.0"
1294 },
1295 "require-dev": {
1296 "mockery/mockery": "^0.9.4",
1297 "phpunit/phpunit": "^5.2||^4.8.24"
1298 },
1299 "time": "2017-07-14T14:27:02+00:00",
1300 "type": "library",
1301 "extra": {
1302 "branch-alias": {
1303 "dev-master": "1.0.x-dev"
1304 }
1305 },
1306 "installation-source": "dist",
1307 "autoload": {
1308 "psr-4": {
1309 "phpDocumentor\\Reflection\\": [
1310 "src/"
1311 ]
1312 }
1313 },
1314 "notification-url": "https://packagist.org/downloads/",
1315 "license": [
1316 "MIT"
1317 ],
1318 "authors": [
1319 {
1320 "name": "Mike van Riel",
1321 "email": "me@mikevanriel.com"
1322 }
1323 ]
1324 },
1325 {
1326 "name": "phpdocumentor/reflection-docblock",
1327 "version": "4.2.0",
1328 "version_normalized": "4.2.0.0",
1329 "source": {
1330 "type": "git",
1331 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1332 "reference": "66465776cfc249844bde6d117abff1d22e06c2da"
1333 },
1334 "dist": {
1335 "type": "zip",
1336 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66465776cfc249844bde6d117abff1d22e06c2da",
1337 "reference": "66465776cfc249844bde6d117abff1d22e06c2da",
1338 "shasum": ""
1339 },
1340 "require": {
1341 "php": "^7.0",
1342 "phpdocumentor/reflection-common": "^1.0.0",
1343 "phpdocumentor/type-resolver": "^0.4.0",
1344 "webmozart/assert": "^1.0"
1345 },
1346 "require-dev": {
1347 "doctrine/instantiator": "~1.0.5",
1348 "mockery/mockery": "^1.0",
1349 "phpunit/phpunit": "^6.4"
1350 },
1351 "time": "2017-11-27T17:38:31+00:00",
1352 "type": "library",
1353 "extra": {
1354 "branch-alias": {
1355 "dev-master": "4.x-dev"
1356 }
1357 },
1358 "installation-source": "dist",
1359 "autoload": {
1360 "psr-4": {
1361 "phpDocumentor\\Reflection\\": [
1362 "src/"
1363 ]
1364 }
1365 },
1366 "notification-url": "https://packagist.org/downloads/",
1367 "license": [
1368 "MIT"
1369 ],
1370 "authors": [
1371 {
1372 "name": "Mike van Riel",
1373 "email": "me@mikevanriel.com"
1374 }
1375 ],
1376 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
1377 },
1378 {
1379 "name": "phpspec/prophecy",
1380 "version": "1.7.3",
1381 "version_normalized": "1.7.3.0",
1382 "source": {
1383 "type": "git",
1384 "url": "https://github.com/phpspec/prophecy.git",
1385 "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
1386 },
1387 "dist": {
1388 "type": "zip",
1389 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1390 "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1391 "shasum": ""
1392 },
1393 "require": {
1394 "doctrine/instantiator": "^1.0.2",
1395 "php": "^5.3|^7.0",
1396 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1397 "sebastian/comparator": "^1.1|^2.0",
1398 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1399 },
1400 "require-dev": {
1401 "phpspec/phpspec": "^2.5|^3.2",
1402 "phpunit/phpunit": "^4.8.35 || ^5.7"
1403 },
1404 "time": "2017-11-24T13:59:53+00:00",
1405 "type": "library",
1406 "extra": {
1407 "branch-alias": {
1408 "dev-master": "1.7.x-dev"
1409 }
1410 },
1411 "installation-source": "dist",
1412 "autoload": {
1413 "psr-0": {
1414 "Prophecy\\": "src/"
1415 }
1416 },
1417 "notification-url": "https://packagist.org/downloads/",
1418 "license": [
1419 "MIT"
1420 ],
1421 "authors": [
1422 {
1423 "name": "Konstantin Kudryashov",
1424 "email": "ever.zet@gmail.com",
1425 "homepage": "http://everzet.com"
1426 },
1427 {
1428 "name": "Marcello Duarte",
1429 "email": "marcello.duarte@gmail.com"
1430 }
1431 ],
1432 "description": "Highly opinionated mocking framework for PHP 5.3+",
1433 "homepage": "https://github.com/phpspec/prophecy",
1434 "keywords": [
1435 "Double",
1436 "Dummy",
1437 "fake",
1438 "mock",
1439 "spy",
1440 "stub"
1441 ]
1442 },
1443 {
1444 "name": "phar-io/version",
1445 "version": "1.0.1",
1446 "version_normalized": "1.0.1.0",
1447 "source": {
1448 "type": "git",
1449 "url": "https://github.com/phar-io/version.git",
1450 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1451 },
1452 "dist": {
1453 "type": "zip",
1454 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1455 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1456 "shasum": ""
1457 },
1458 "require": {
1459 "php": "^5.6 || ^7.0"
1460 },
1461 "time": "2017-03-05T17:38:23+00:00",
1462 "type": "library",
1463 "installation-source": "dist",
1464 "autoload": {
1465 "classmap": [
1466 "src/"
1467 ]
1468 },
1469 "notification-url": "https://packagist.org/downloads/",
1470 "license": [
1471 "BSD-3-Clause"
1472 ],
1473 "authors": [
1474 {
1475 "name": "Arne Blankerts",
1476 "email": "arne@blankerts.de",
1477 "role": "Developer"
1478 },
1479 {
1480 "name": "Sebastian Heuer",
1481 "email": "sebastian@phpeople.de",
1482 "role": "Developer"
1483 },
1484 {
1485 "name": "Sebastian Bergmann",
1486 "email": "sebastian@phpunit.de",
1487 "role": "Developer"
1488 }
1489 ],
1490 "description": "Library for handling version information and constraints"
1491 },
1492 {
1493 "name": "phar-io/manifest",
1494 "version": "1.0.1",
1495 "version_normalized": "1.0.1.0",
1496 "source": {
1497 "type": "git",
1498 "url": "https://github.com/phar-io/manifest.git",
1499 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1500 },
1501 "dist": {
1502 "type": "zip",
1503 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1504 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1505 "shasum": ""
1506 },
1507 "require": {
1508 "ext-dom": "*",
1509 "ext-phar": "*",
1510 "phar-io/version": "^1.0.1",
1511 "php": "^5.6 || ^7.0"
1512 },
1513 "time": "2017-03-05T18:14:27+00:00",
1514 "type": "library",
1515 "extra": {
1516 "branch-alias": {
1517 "dev-master": "1.0.x-dev"
1518 }
1519 },
1520 "installation-source": "dist",
1521 "autoload": {
1522 "classmap": [
1523 "src/"
1524 ]
1525 },
1526 "notification-url": "https://packagist.org/downloads/",
1527 "license": [
1528 "BSD-3-Clause"
1529 ],
1530 "authors": [
1531 {
1532 "name": "Arne Blankerts",
1533 "email": "arne@blankerts.de",
1534 "role": "Developer"
1535 },
1536 {
1537 "name": "Sebastian Heuer",
1538 "email": "sebastian@phpeople.de",
1539 "role": "Developer"
1540 },
1541 {
1542 "name": "Sebastian Bergmann",
1543 "email": "sebastian@phpunit.de",
1544 "role": "Developer"
1545 }
1546 ],
1547 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)"
1548 },
1549 {
1550 "name": "myclabs/deep-copy",
1551 "version": "1.7.0",
1552 "version_normalized": "1.7.0.0",
1553 "source": {
1554 "type": "git",
1555 "url": "https://github.com/myclabs/DeepCopy.git",
1556 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1557 },
1558 "dist": {
1559 "type": "zip",
1560 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1561 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1562 "shasum": ""
1563 },
1564 "require": {
1565 "php": "^5.6 || ^7.0"
1566 },
1567 "require-dev": {
1568 "doctrine/collections": "^1.0",
1569 "doctrine/common": "^2.6",
1570 "phpunit/phpunit": "^4.1"
1571 },
1572 "time": "2017-10-19T19:58:43+00:00",
1573 "type": "library",
1574 "installation-source": "dist",
1575 "autoload": {
1576 "psr-4": {
1577 "DeepCopy\\": "src/DeepCopy/"
1578 },
1579 "files": [
1580 "src/DeepCopy/deep_copy.php"
1581 ]
1582 },
1583 "notification-url": "https://packagist.org/downloads/",
1584 "license": [
1585 "MIT"
1586 ],
1587 "description": "Create deep copies (clones) of your objects",
1588 "keywords": [
1589 "clone",
1590 "copy",
1591 "duplicate",
1592 "object",
1593 "object graph"
1594 ]
1595 },
1596 {
1597 "name": "phpunit/phpunit",
1598 "version": "6.5.5",
1599 "version_normalized": "6.5.5.0",
1600 "source": {
1601 "type": "git",
1602 "url": "https://github.com/sebastianbergmann/phpunit.git",
1603 "reference": "83d27937a310f2984fd575686138597147bdc7df"
1604 },
1605 "dist": {
1606 "type": "zip",
1607 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/83d27937a310f2984fd575686138597147bdc7df",
1608 "reference": "83d27937a310f2984fd575686138597147bdc7df",
1609 "shasum": ""
1610 },
1611 "require": {
1612 "ext-dom": "*",
1613 "ext-json": "*",
1614 "ext-libxml": "*",
1615 "ext-mbstring": "*",
1616 "ext-xml": "*",
1617 "myclabs/deep-copy": "^1.6.1",
1618 "phar-io/manifest": "^1.0.1",
1619 "phar-io/version": "^1.0",
1620 "php": "^7.0",
1621 "phpspec/prophecy": "^1.7",
1622 "phpunit/php-code-coverage": "^5.3",
1623 "phpunit/php-file-iterator": "^1.4.3",
1624 "phpunit/php-text-template": "^1.2.1",
1625 "phpunit/php-timer": "^1.0.9",
1626 "phpunit/phpunit-mock-objects": "^5.0.5",
1627 "sebastian/comparator": "^2.1",
1628 "sebastian/diff": "^2.0",
1629 "sebastian/environment": "^3.1",
1630 "sebastian/exporter": "^3.1",
1631 "sebastian/global-state": "^2.0",
1632 "sebastian/object-enumerator": "^3.0.3",
1633 "sebastian/resource-operations": "^1.0",
1634 "sebastian/version": "^2.0.1"
1635 },
1636 "conflict": {
1637 "phpdocumentor/reflection-docblock": "3.0.2",
1638 "phpunit/dbunit": "<3.0"
1639 },
1640 "require-dev": {
1641 "ext-pdo": "*"
1642 },
1643 "suggest": {
1644 "ext-xdebug": "*",
1645 "phpunit/php-invoker": "^1.1"
1646 },
1647 "time": "2017-12-17T06:31:19+00:00",
1648 "bin": [
1649 "phpunit"
1650 ],
1651 "type": "library",
1652 "extra": {
1653 "branch-alias": {
1654 "dev-master": "6.5.x-dev"
1655 }
1656 },
1657 "installation-source": "dist",
1658 "autoload": {
1659 "classmap": [
1660 "src/"
1661 ]
1662 },
1663 "notification-url": "https://packagist.org/downloads/",
1664 "license": [
1665 "BSD-3-Clause"
1666 ],
1667 "authors": [
1668 {
1669 "name": "Sebastian Bergmann",
1670 "email": "sebastian@phpunit.de",
1671 "role": "lead"
1672 }
1673 ],
1674 "description": "The PHP Unit Testing framework.",
1675 "homepage": "https://phpunit.de/",
1676 "keywords": [
1677 "phpunit",
1678 "testing",
1679 "xunit"
1680 ]
1681 }
1682 ]