xref: /dokuwiki/vendor/splitbrain/slika/composer.lock (revision bd9dab32dbf9956a33ffe2b84def740c0db664a4)
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#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "e6d04a08a3bf009f10b144e21fe4eb68",
8    "packages": [],
9    "packages-dev": [
10        {
11            "name": "doctrine/instantiator",
12            "version": "1.3.0",
13            "source": {
14                "type": "git",
15                "url": "https://github.com/doctrine/instantiator.git",
16                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
17            },
18            "dist": {
19                "type": "zip",
20                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
21                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
22                "shasum": ""
23            },
24            "require": {
25                "php": "^7.1"
26            },
27            "require-dev": {
28                "doctrine/coding-standard": "^6.0",
29                "ext-pdo": "*",
30                "ext-phar": "*",
31                "phpbench/phpbench": "^0.13",
32                "phpstan/phpstan-phpunit": "^0.11",
33                "phpstan/phpstan-shim": "^0.11",
34                "phpunit/phpunit": "^7.0"
35            },
36            "type": "library",
37            "extra": {
38                "branch-alias": {
39                    "dev-master": "1.2.x-dev"
40                }
41            },
42            "autoload": {
43                "psr-4": {
44                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
45                }
46            },
47            "notification-url": "https://packagist.org/downloads/",
48            "license": [
49                "MIT"
50            ],
51            "authors": [
52                {
53                    "name": "Marco Pivetta",
54                    "email": "ocramius@gmail.com",
55                    "homepage": "http://ocramius.github.com/"
56                }
57            ],
58            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
59            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
60            "keywords": [
61                "constructor",
62                "instantiate"
63            ],
64            "time": "2019-10-21T16:45:58+00:00"
65        },
66        {
67            "name": "myclabs/deep-copy",
68            "version": "1.9.5",
69            "source": {
70                "type": "git",
71                "url": "https://github.com/myclabs/DeepCopy.git",
72                "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
73            },
74            "dist": {
75                "type": "zip",
76                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
77                "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
78                "shasum": ""
79            },
80            "require": {
81                "php": "^7.1"
82            },
83            "replace": {
84                "myclabs/deep-copy": "self.version"
85            },
86            "require-dev": {
87                "doctrine/collections": "^1.0",
88                "doctrine/common": "^2.6",
89                "phpunit/phpunit": "^7.1"
90            },
91            "type": "library",
92            "autoload": {
93                "psr-4": {
94                    "DeepCopy\\": "src/DeepCopy/"
95                },
96                "files": [
97                    "src/DeepCopy/deep_copy.php"
98                ]
99            },
100            "notification-url": "https://packagist.org/downloads/",
101            "license": [
102                "MIT"
103            ],
104            "description": "Create deep copies (clones) of your objects",
105            "keywords": [
106                "clone",
107                "copy",
108                "duplicate",
109                "object",
110                "object graph"
111            ],
112            "time": "2020-01-17T21:11:47+00:00"
113        },
114        {
115            "name": "phar-io/manifest",
116            "version": "1.0.3",
117            "source": {
118                "type": "git",
119                "url": "https://github.com/phar-io/manifest.git",
120                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
121            },
122            "dist": {
123                "type": "zip",
124                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
125                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
126                "shasum": ""
127            },
128            "require": {
129                "ext-dom": "*",
130                "ext-phar": "*",
131                "phar-io/version": "^2.0",
132                "php": "^5.6 || ^7.0"
133            },
134            "type": "library",
135            "extra": {
136                "branch-alias": {
137                    "dev-master": "1.0.x-dev"
138                }
139            },
140            "autoload": {
141                "classmap": [
142                    "src/"
143                ]
144            },
145            "notification-url": "https://packagist.org/downloads/",
146            "license": [
147                "BSD-3-Clause"
148            ],
149            "authors": [
150                {
151                    "name": "Arne Blankerts",
152                    "email": "arne@blankerts.de",
153                    "role": "Developer"
154                },
155                {
156                    "name": "Sebastian Heuer",
157                    "email": "sebastian@phpeople.de",
158                    "role": "Developer"
159                },
160                {
161                    "name": "Sebastian Bergmann",
162                    "email": "sebastian@phpunit.de",
163                    "role": "Developer"
164                }
165            ],
166            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
167            "time": "2018-07-08T19:23:20+00:00"
168        },
169        {
170            "name": "phar-io/version",
171            "version": "2.0.1",
172            "source": {
173                "type": "git",
174                "url": "https://github.com/phar-io/version.git",
175                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
176            },
177            "dist": {
178                "type": "zip",
179                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
180                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
181                "shasum": ""
182            },
183            "require": {
184                "php": "^5.6 || ^7.0"
185            },
186            "type": "library",
187            "autoload": {
188                "classmap": [
189                    "src/"
190                ]
191            },
192            "notification-url": "https://packagist.org/downloads/",
193            "license": [
194                "BSD-3-Clause"
195            ],
196            "authors": [
197                {
198                    "name": "Arne Blankerts",
199                    "email": "arne@blankerts.de",
200                    "role": "Developer"
201                },
202                {
203                    "name": "Sebastian Heuer",
204                    "email": "sebastian@phpeople.de",
205                    "role": "Developer"
206                },
207                {
208                    "name": "Sebastian Bergmann",
209                    "email": "sebastian@phpunit.de",
210                    "role": "Developer"
211                }
212            ],
213            "description": "Library for handling version information and constraints",
214            "time": "2018-07-08T19:19:57+00:00"
215        },
216        {
217            "name": "phpdocumentor/reflection-common",
218            "version": "2.1.0",
219            "source": {
220                "type": "git",
221                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
222                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
223            },
224            "dist": {
225                "type": "zip",
226                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
227                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
228                "shasum": ""
229            },
230            "require": {
231                "php": ">=7.1"
232            },
233            "type": "library",
234            "extra": {
235                "branch-alias": {
236                    "dev-master": "2.x-dev"
237                }
238            },
239            "autoload": {
240                "psr-4": {
241                    "phpDocumentor\\Reflection\\": "src/"
242                }
243            },
244            "notification-url": "https://packagist.org/downloads/",
245            "license": [
246                "MIT"
247            ],
248            "authors": [
249                {
250                    "name": "Jaap van Otterdijk",
251                    "email": "opensource@ijaap.nl"
252                }
253            ],
254            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
255            "homepage": "http://www.phpdoc.org",
256            "keywords": [
257                "FQSEN",
258                "phpDocumentor",
259                "phpdoc",
260                "reflection",
261                "static analysis"
262            ],
263            "time": "2020-04-27T09:25:28+00:00"
264        },
265        {
266            "name": "phpdocumentor/reflection-docblock",
267            "version": "5.1.0",
268            "source": {
269                "type": "git",
270                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
271                "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
272            },
273            "dist": {
274                "type": "zip",
275                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
276                "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
277                "shasum": ""
278            },
279            "require": {
280                "ext-filter": "^7.1",
281                "php": "^7.2",
282                "phpdocumentor/reflection-common": "^2.0",
283                "phpdocumentor/type-resolver": "^1.0",
284                "webmozart/assert": "^1"
285            },
286            "require-dev": {
287                "doctrine/instantiator": "^1",
288                "mockery/mockery": "^1"
289            },
290            "type": "library",
291            "extra": {
292                "branch-alias": {
293                    "dev-master": "5.x-dev"
294                }
295            },
296            "autoload": {
297                "psr-4": {
298                    "phpDocumentor\\Reflection\\": "src"
299                }
300            },
301            "notification-url": "https://packagist.org/downloads/",
302            "license": [
303                "MIT"
304            ],
305            "authors": [
306                {
307                    "name": "Mike van Riel",
308                    "email": "me@mikevanriel.com"
309                },
310                {
311                    "name": "Jaap van Otterdijk",
312                    "email": "account@ijaap.nl"
313                }
314            ],
315            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
316            "time": "2020-02-22T12:28:44+00:00"
317        },
318        {
319            "name": "phpdocumentor/type-resolver",
320            "version": "1.1.0",
321            "source": {
322                "type": "git",
323                "url": "https://github.com/phpDocumentor/TypeResolver.git",
324                "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
325            },
326            "dist": {
327                "type": "zip",
328                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
329                "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
330                "shasum": ""
331            },
332            "require": {
333                "php": "^7.2",
334                "phpdocumentor/reflection-common": "^2.0"
335            },
336            "require-dev": {
337                "ext-tokenizer": "^7.2",
338                "mockery/mockery": "~1"
339            },
340            "type": "library",
341            "extra": {
342                "branch-alias": {
343                    "dev-master": "1.x-dev"
344                }
345            },
346            "autoload": {
347                "psr-4": {
348                    "phpDocumentor\\Reflection\\": "src"
349                }
350            },
351            "notification-url": "https://packagist.org/downloads/",
352            "license": [
353                "MIT"
354            ],
355            "authors": [
356                {
357                    "name": "Mike van Riel",
358                    "email": "me@mikevanriel.com"
359                }
360            ],
361            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
362            "time": "2020-02-18T18:59:58+00:00"
363        },
364        {
365            "name": "phpspec/prophecy",
366            "version": "v1.10.3",
367            "source": {
368                "type": "git",
369                "url": "https://github.com/phpspec/prophecy.git",
370                "reference": "451c3cd1418cf640de218914901e51b064abb093"
371            },
372            "dist": {
373                "type": "zip",
374                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
375                "reference": "451c3cd1418cf640de218914901e51b064abb093",
376                "shasum": ""
377            },
378            "require": {
379                "doctrine/instantiator": "^1.0.2",
380                "php": "^5.3|^7.0",
381                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
382                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
383                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
384            },
385            "require-dev": {
386                "phpspec/phpspec": "^2.5 || ^3.2",
387                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
388            },
389            "type": "library",
390            "extra": {
391                "branch-alias": {
392                    "dev-master": "1.10.x-dev"
393                }
394            },
395            "autoload": {
396                "psr-4": {
397                    "Prophecy\\": "src/Prophecy"
398                }
399            },
400            "notification-url": "https://packagist.org/downloads/",
401            "license": [
402                "MIT"
403            ],
404            "authors": [
405                {
406                    "name": "Konstantin Kudryashov",
407                    "email": "ever.zet@gmail.com",
408                    "homepage": "http://everzet.com"
409                },
410                {
411                    "name": "Marcello Duarte",
412                    "email": "marcello.duarte@gmail.com"
413                }
414            ],
415            "description": "Highly opinionated mocking framework for PHP 5.3+",
416            "homepage": "https://github.com/phpspec/prophecy",
417            "keywords": [
418                "Double",
419                "Dummy",
420                "fake",
421                "mock",
422                "spy",
423                "stub"
424            ],
425            "time": "2020-03-05T15:02:03+00:00"
426        },
427        {
428            "name": "phpunit/php-code-coverage",
429            "version": "6.1.4",
430            "source": {
431                "type": "git",
432                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
433                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
434            },
435            "dist": {
436                "type": "zip",
437                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
438                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
439                "shasum": ""
440            },
441            "require": {
442                "ext-dom": "*",
443                "ext-xmlwriter": "*",
444                "php": "^7.1",
445                "phpunit/php-file-iterator": "^2.0",
446                "phpunit/php-text-template": "^1.2.1",
447                "phpunit/php-token-stream": "^3.0",
448                "sebastian/code-unit-reverse-lookup": "^1.0.1",
449                "sebastian/environment": "^3.1 || ^4.0",
450                "sebastian/version": "^2.0.1",
451                "theseer/tokenizer": "^1.1"
452            },
453            "require-dev": {
454                "phpunit/phpunit": "^7.0"
455            },
456            "suggest": {
457                "ext-xdebug": "^2.6.0"
458            },
459            "type": "library",
460            "extra": {
461                "branch-alias": {
462                    "dev-master": "6.1-dev"
463                }
464            },
465            "autoload": {
466                "classmap": [
467                    "src/"
468                ]
469            },
470            "notification-url": "https://packagist.org/downloads/",
471            "license": [
472                "BSD-3-Clause"
473            ],
474            "authors": [
475                {
476                    "name": "Sebastian Bergmann",
477                    "email": "sebastian@phpunit.de",
478                    "role": "lead"
479                }
480            ],
481            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
482            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
483            "keywords": [
484                "coverage",
485                "testing",
486                "xunit"
487            ],
488            "time": "2018-10-31T16:06:48+00:00"
489        },
490        {
491            "name": "phpunit/php-file-iterator",
492            "version": "2.0.2",
493            "source": {
494                "type": "git",
495                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
496                "reference": "050bedf145a257b1ff02746c31894800e5122946"
497            },
498            "dist": {
499                "type": "zip",
500                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
501                "reference": "050bedf145a257b1ff02746c31894800e5122946",
502                "shasum": ""
503            },
504            "require": {
505                "php": "^7.1"
506            },
507            "require-dev": {
508                "phpunit/phpunit": "^7.1"
509            },
510            "type": "library",
511            "extra": {
512                "branch-alias": {
513                    "dev-master": "2.0.x-dev"
514                }
515            },
516            "autoload": {
517                "classmap": [
518                    "src/"
519                ]
520            },
521            "notification-url": "https://packagist.org/downloads/",
522            "license": [
523                "BSD-3-Clause"
524            ],
525            "authors": [
526                {
527                    "name": "Sebastian Bergmann",
528                    "email": "sebastian@phpunit.de",
529                    "role": "lead"
530                }
531            ],
532            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
533            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
534            "keywords": [
535                "filesystem",
536                "iterator"
537            ],
538            "time": "2018-09-13T20:33:42+00:00"
539        },
540        {
541            "name": "phpunit/php-text-template",
542            "version": "1.2.1",
543            "source": {
544                "type": "git",
545                "url": "https://github.com/sebastianbergmann/php-text-template.git",
546                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
547            },
548            "dist": {
549                "type": "zip",
550                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
551                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
552                "shasum": ""
553            },
554            "require": {
555                "php": ">=5.3.3"
556            },
557            "type": "library",
558            "autoload": {
559                "classmap": [
560                    "src/"
561                ]
562            },
563            "notification-url": "https://packagist.org/downloads/",
564            "license": [
565                "BSD-3-Clause"
566            ],
567            "authors": [
568                {
569                    "name": "Sebastian Bergmann",
570                    "email": "sebastian@phpunit.de",
571                    "role": "lead"
572                }
573            ],
574            "description": "Simple template engine.",
575            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
576            "keywords": [
577                "template"
578            ],
579            "time": "2015-06-21T13:50:34+00:00"
580        },
581        {
582            "name": "phpunit/php-timer",
583            "version": "2.1.2",
584            "source": {
585                "type": "git",
586                "url": "https://github.com/sebastianbergmann/php-timer.git",
587                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
588            },
589            "dist": {
590                "type": "zip",
591                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
592                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
593                "shasum": ""
594            },
595            "require": {
596                "php": "^7.1"
597            },
598            "require-dev": {
599                "phpunit/phpunit": "^7.0"
600            },
601            "type": "library",
602            "extra": {
603                "branch-alias": {
604                    "dev-master": "2.1-dev"
605                }
606            },
607            "autoload": {
608                "classmap": [
609                    "src/"
610                ]
611            },
612            "notification-url": "https://packagist.org/downloads/",
613            "license": [
614                "BSD-3-Clause"
615            ],
616            "authors": [
617                {
618                    "name": "Sebastian Bergmann",
619                    "email": "sebastian@phpunit.de",
620                    "role": "lead"
621                }
622            ],
623            "description": "Utility class for timing",
624            "homepage": "https://github.com/sebastianbergmann/php-timer/",
625            "keywords": [
626                "timer"
627            ],
628            "time": "2019-06-07T04:22:29+00:00"
629        },
630        {
631            "name": "phpunit/php-token-stream",
632            "version": "3.1.1",
633            "source": {
634                "type": "git",
635                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
636                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
637            },
638            "dist": {
639                "type": "zip",
640                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
641                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
642                "shasum": ""
643            },
644            "require": {
645                "ext-tokenizer": "*",
646                "php": "^7.1"
647            },
648            "require-dev": {
649                "phpunit/phpunit": "^7.0"
650            },
651            "type": "library",
652            "extra": {
653                "branch-alias": {
654                    "dev-master": "3.1-dev"
655                }
656            },
657            "autoload": {
658                "classmap": [
659                    "src/"
660                ]
661            },
662            "notification-url": "https://packagist.org/downloads/",
663            "license": [
664                "BSD-3-Clause"
665            ],
666            "authors": [
667                {
668                    "name": "Sebastian Bergmann",
669                    "email": "sebastian@phpunit.de"
670                }
671            ],
672            "description": "Wrapper around PHP's tokenizer extension.",
673            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
674            "keywords": [
675                "tokenizer"
676            ],
677            "time": "2019-09-17T06:23:10+00:00"
678        },
679        {
680            "name": "phpunit/phpunit",
681            "version": "7.5.20",
682            "source": {
683                "type": "git",
684                "url": "https://github.com/sebastianbergmann/phpunit.git",
685                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
686            },
687            "dist": {
688                "type": "zip",
689                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
690                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
691                "shasum": ""
692            },
693            "require": {
694                "doctrine/instantiator": "^1.1",
695                "ext-dom": "*",
696                "ext-json": "*",
697                "ext-libxml": "*",
698                "ext-mbstring": "*",
699                "ext-xml": "*",
700                "myclabs/deep-copy": "^1.7",
701                "phar-io/manifest": "^1.0.2",
702                "phar-io/version": "^2.0",
703                "php": "^7.1",
704                "phpspec/prophecy": "^1.7",
705                "phpunit/php-code-coverage": "^6.0.7",
706                "phpunit/php-file-iterator": "^2.0.1",
707                "phpunit/php-text-template": "^1.2.1",
708                "phpunit/php-timer": "^2.1",
709                "sebastian/comparator": "^3.0",
710                "sebastian/diff": "^3.0",
711                "sebastian/environment": "^4.0",
712                "sebastian/exporter": "^3.1",
713                "sebastian/global-state": "^2.0",
714                "sebastian/object-enumerator": "^3.0.3",
715                "sebastian/resource-operations": "^2.0",
716                "sebastian/version": "^2.0.1"
717            },
718            "conflict": {
719                "phpunit/phpunit-mock-objects": "*"
720            },
721            "require-dev": {
722                "ext-pdo": "*"
723            },
724            "suggest": {
725                "ext-soap": "*",
726                "ext-xdebug": "*",
727                "phpunit/php-invoker": "^2.0"
728            },
729            "bin": [
730                "phpunit"
731            ],
732            "type": "library",
733            "extra": {
734                "branch-alias": {
735                    "dev-master": "7.5-dev"
736                }
737            },
738            "autoload": {
739                "classmap": [
740                    "src/"
741                ]
742            },
743            "notification-url": "https://packagist.org/downloads/",
744            "license": [
745                "BSD-3-Clause"
746            ],
747            "authors": [
748                {
749                    "name": "Sebastian Bergmann",
750                    "email": "sebastian@phpunit.de",
751                    "role": "lead"
752                }
753            ],
754            "description": "The PHP Unit Testing framework.",
755            "homepage": "https://phpunit.de/",
756            "keywords": [
757                "phpunit",
758                "testing",
759                "xunit"
760            ],
761            "time": "2020-01-08T08:45:45+00:00"
762        },
763        {
764            "name": "sebastian/code-unit-reverse-lookup",
765            "version": "1.0.1",
766            "source": {
767                "type": "git",
768                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
769                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
770            },
771            "dist": {
772                "type": "zip",
773                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
774                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
775                "shasum": ""
776            },
777            "require": {
778                "php": "^5.6 || ^7.0"
779            },
780            "require-dev": {
781                "phpunit/phpunit": "^5.7 || ^6.0"
782            },
783            "type": "library",
784            "extra": {
785                "branch-alias": {
786                    "dev-master": "1.0.x-dev"
787                }
788            },
789            "autoload": {
790                "classmap": [
791                    "src/"
792                ]
793            },
794            "notification-url": "https://packagist.org/downloads/",
795            "license": [
796                "BSD-3-Clause"
797            ],
798            "authors": [
799                {
800                    "name": "Sebastian Bergmann",
801                    "email": "sebastian@phpunit.de"
802                }
803            ],
804            "description": "Looks up which function or method a line of code belongs to",
805            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
806            "time": "2017-03-04T06:30:41+00:00"
807        },
808        {
809            "name": "sebastian/comparator",
810            "version": "3.0.2",
811            "source": {
812                "type": "git",
813                "url": "https://github.com/sebastianbergmann/comparator.git",
814                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
815            },
816            "dist": {
817                "type": "zip",
818                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
819                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
820                "shasum": ""
821            },
822            "require": {
823                "php": "^7.1",
824                "sebastian/diff": "^3.0",
825                "sebastian/exporter": "^3.1"
826            },
827            "require-dev": {
828                "phpunit/phpunit": "^7.1"
829            },
830            "type": "library",
831            "extra": {
832                "branch-alias": {
833                    "dev-master": "3.0-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            "description": "Provides the functionality to compare PHP values for equality",
864            "homepage": "https://github.com/sebastianbergmann/comparator",
865            "keywords": [
866                "comparator",
867                "compare",
868                "equality"
869            ],
870            "time": "2018-07-12T15:12:46+00:00"
871        },
872        {
873            "name": "sebastian/diff",
874            "version": "3.0.2",
875            "source": {
876                "type": "git",
877                "url": "https://github.com/sebastianbergmann/diff.git",
878                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
879            },
880            "dist": {
881                "type": "zip",
882                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
883                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
884                "shasum": ""
885            },
886            "require": {
887                "php": "^7.1"
888            },
889            "require-dev": {
890                "phpunit/phpunit": "^7.5 || ^8.0",
891                "symfony/process": "^2 || ^3.3 || ^4"
892            },
893            "type": "library",
894            "extra": {
895                "branch-alias": {
896                    "dev-master": "3.0-dev"
897                }
898            },
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": "Kore Nordmann",
911                    "email": "mail@kore-nordmann.de"
912                },
913                {
914                    "name": "Sebastian Bergmann",
915                    "email": "sebastian@phpunit.de"
916                }
917            ],
918            "description": "Diff implementation",
919            "homepage": "https://github.com/sebastianbergmann/diff",
920            "keywords": [
921                "diff",
922                "udiff",
923                "unidiff",
924                "unified diff"
925            ],
926            "time": "2019-02-04T06:01:07+00:00"
927        },
928        {
929            "name": "sebastian/environment",
930            "version": "4.2.3",
931            "source": {
932                "type": "git",
933                "url": "https://github.com/sebastianbergmann/environment.git",
934                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
935            },
936            "dist": {
937                "type": "zip",
938                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
939                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
940                "shasum": ""
941            },
942            "require": {
943                "php": "^7.1"
944            },
945            "require-dev": {
946                "phpunit/phpunit": "^7.5"
947            },
948            "suggest": {
949                "ext-posix": "*"
950            },
951            "type": "library",
952            "extra": {
953                "branch-alias": {
954                    "dev-master": "4.2-dev"
955                }
956            },
957            "autoload": {
958                "classmap": [
959                    "src/"
960                ]
961            },
962            "notification-url": "https://packagist.org/downloads/",
963            "license": [
964                "BSD-3-Clause"
965            ],
966            "authors": [
967                {
968                    "name": "Sebastian Bergmann",
969                    "email": "sebastian@phpunit.de"
970                }
971            ],
972            "description": "Provides functionality to handle HHVM/PHP environments",
973            "homepage": "http://www.github.com/sebastianbergmann/environment",
974            "keywords": [
975                "Xdebug",
976                "environment",
977                "hhvm"
978            ],
979            "time": "2019-11-20T08:46:58+00:00"
980        },
981        {
982            "name": "sebastian/exporter",
983            "version": "3.1.2",
984            "source": {
985                "type": "git",
986                "url": "https://github.com/sebastianbergmann/exporter.git",
987                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
988            },
989            "dist": {
990                "type": "zip",
991                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
992                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
993                "shasum": ""
994            },
995            "require": {
996                "php": "^7.0",
997                "sebastian/recursion-context": "^3.0"
998            },
999            "require-dev": {
1000                "ext-mbstring": "*",
1001                "phpunit/phpunit": "^6.0"
1002            },
1003            "type": "library",
1004            "extra": {
1005                "branch-alias": {
1006                    "dev-master": "3.1.x-dev"
1007                }
1008            },
1009            "autoload": {
1010                "classmap": [
1011                    "src/"
1012                ]
1013            },
1014            "notification-url": "https://packagist.org/downloads/",
1015            "license": [
1016                "BSD-3-Clause"
1017            ],
1018            "authors": [
1019                {
1020                    "name": "Sebastian Bergmann",
1021                    "email": "sebastian@phpunit.de"
1022                },
1023                {
1024                    "name": "Jeff Welch",
1025                    "email": "whatthejeff@gmail.com"
1026                },
1027                {
1028                    "name": "Volker Dusch",
1029                    "email": "github@wallbash.com"
1030                },
1031                {
1032                    "name": "Adam Harvey",
1033                    "email": "aharvey@php.net"
1034                },
1035                {
1036                    "name": "Bernhard Schussek",
1037                    "email": "bschussek@gmail.com"
1038                }
1039            ],
1040            "description": "Provides the functionality to export PHP variables for visualization",
1041            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1042            "keywords": [
1043                "export",
1044                "exporter"
1045            ],
1046            "time": "2019-09-14T09:02:43+00:00"
1047        },
1048        {
1049            "name": "sebastian/global-state",
1050            "version": "2.0.0",
1051            "source": {
1052                "type": "git",
1053                "url": "https://github.com/sebastianbergmann/global-state.git",
1054                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1055            },
1056            "dist": {
1057                "type": "zip",
1058                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1059                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1060                "shasum": ""
1061            },
1062            "require": {
1063                "php": "^7.0"
1064            },
1065            "require-dev": {
1066                "phpunit/phpunit": "^6.0"
1067            },
1068            "suggest": {
1069                "ext-uopz": "*"
1070            },
1071            "type": "library",
1072            "extra": {
1073                "branch-alias": {
1074                    "dev-master": "2.0-dev"
1075                }
1076            },
1077            "autoload": {
1078                "classmap": [
1079                    "src/"
1080                ]
1081            },
1082            "notification-url": "https://packagist.org/downloads/",
1083            "license": [
1084                "BSD-3-Clause"
1085            ],
1086            "authors": [
1087                {
1088                    "name": "Sebastian Bergmann",
1089                    "email": "sebastian@phpunit.de"
1090                }
1091            ],
1092            "description": "Snapshotting of global state",
1093            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1094            "keywords": [
1095                "global state"
1096            ],
1097            "time": "2017-04-27T15:39:26+00:00"
1098        },
1099        {
1100            "name": "sebastian/object-enumerator",
1101            "version": "3.0.3",
1102            "source": {
1103                "type": "git",
1104                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1105                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1106            },
1107            "dist": {
1108                "type": "zip",
1109                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1110                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1111                "shasum": ""
1112            },
1113            "require": {
1114                "php": "^7.0",
1115                "sebastian/object-reflector": "^1.1.1",
1116                "sebastian/recursion-context": "^3.0"
1117            },
1118            "require-dev": {
1119                "phpunit/phpunit": "^6.0"
1120            },
1121            "type": "library",
1122            "extra": {
1123                "branch-alias": {
1124                    "dev-master": "3.0.x-dev"
1125                }
1126            },
1127            "autoload": {
1128                "classmap": [
1129                    "src/"
1130                ]
1131            },
1132            "notification-url": "https://packagist.org/downloads/",
1133            "license": [
1134                "BSD-3-Clause"
1135            ],
1136            "authors": [
1137                {
1138                    "name": "Sebastian Bergmann",
1139                    "email": "sebastian@phpunit.de"
1140                }
1141            ],
1142            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1143            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1144            "time": "2017-08-03T12:35:26+00:00"
1145        },
1146        {
1147            "name": "sebastian/object-reflector",
1148            "version": "1.1.1",
1149            "source": {
1150                "type": "git",
1151                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1152                "reference": "773f97c67f28de00d397be301821b06708fca0be"
1153            },
1154            "dist": {
1155                "type": "zip",
1156                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1157                "reference": "773f97c67f28de00d397be301821b06708fca0be",
1158                "shasum": ""
1159            },
1160            "require": {
1161                "php": "^7.0"
1162            },
1163            "require-dev": {
1164                "phpunit/phpunit": "^6.0"
1165            },
1166            "type": "library",
1167            "extra": {
1168                "branch-alias": {
1169                    "dev-master": "1.1-dev"
1170                }
1171            },
1172            "autoload": {
1173                "classmap": [
1174                    "src/"
1175                ]
1176            },
1177            "notification-url": "https://packagist.org/downloads/",
1178            "license": [
1179                "BSD-3-Clause"
1180            ],
1181            "authors": [
1182                {
1183                    "name": "Sebastian Bergmann",
1184                    "email": "sebastian@phpunit.de"
1185                }
1186            ],
1187            "description": "Allows reflection of object attributes, including inherited and non-public ones",
1188            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1189            "time": "2017-03-29T09:07:27+00:00"
1190        },
1191        {
1192            "name": "sebastian/recursion-context",
1193            "version": "3.0.0",
1194            "source": {
1195                "type": "git",
1196                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1197                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1198            },
1199            "dist": {
1200                "type": "zip",
1201                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1202                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1203                "shasum": ""
1204            },
1205            "require": {
1206                "php": "^7.0"
1207            },
1208            "require-dev": {
1209                "phpunit/phpunit": "^6.0"
1210            },
1211            "type": "library",
1212            "extra": {
1213                "branch-alias": {
1214                    "dev-master": "3.0.x-dev"
1215                }
1216            },
1217            "autoload": {
1218                "classmap": [
1219                    "src/"
1220                ]
1221            },
1222            "notification-url": "https://packagist.org/downloads/",
1223            "license": [
1224                "BSD-3-Clause"
1225            ],
1226            "authors": [
1227                {
1228                    "name": "Jeff Welch",
1229                    "email": "whatthejeff@gmail.com"
1230                },
1231                {
1232                    "name": "Sebastian Bergmann",
1233                    "email": "sebastian@phpunit.de"
1234                },
1235                {
1236                    "name": "Adam Harvey",
1237                    "email": "aharvey@php.net"
1238                }
1239            ],
1240            "description": "Provides functionality to recursively process PHP variables",
1241            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1242            "time": "2017-03-03T06:23:57+00:00"
1243        },
1244        {
1245            "name": "sebastian/resource-operations",
1246            "version": "2.0.1",
1247            "source": {
1248                "type": "git",
1249                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1250                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
1251            },
1252            "dist": {
1253                "type": "zip",
1254                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
1255                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
1256                "shasum": ""
1257            },
1258            "require": {
1259                "php": "^7.1"
1260            },
1261            "type": "library",
1262            "extra": {
1263                "branch-alias": {
1264                    "dev-master": "2.0-dev"
1265                }
1266            },
1267            "autoload": {
1268                "classmap": [
1269                    "src/"
1270                ]
1271            },
1272            "notification-url": "https://packagist.org/downloads/",
1273            "license": [
1274                "BSD-3-Clause"
1275            ],
1276            "authors": [
1277                {
1278                    "name": "Sebastian Bergmann",
1279                    "email": "sebastian@phpunit.de"
1280                }
1281            ],
1282            "description": "Provides a list of PHP built-in functions that operate on resources",
1283            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1284            "time": "2018-10-04T04:07:39+00:00"
1285        },
1286        {
1287            "name": "sebastian/version",
1288            "version": "2.0.1",
1289            "source": {
1290                "type": "git",
1291                "url": "https://github.com/sebastianbergmann/version.git",
1292                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1293            },
1294            "dist": {
1295                "type": "zip",
1296                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1297                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1298                "shasum": ""
1299            },
1300            "require": {
1301                "php": ">=5.6"
1302            },
1303            "type": "library",
1304            "extra": {
1305                "branch-alias": {
1306                    "dev-master": "2.0.x-dev"
1307                }
1308            },
1309            "autoload": {
1310                "classmap": [
1311                    "src/"
1312                ]
1313            },
1314            "notification-url": "https://packagist.org/downloads/",
1315            "license": [
1316                "BSD-3-Clause"
1317            ],
1318            "authors": [
1319                {
1320                    "name": "Sebastian Bergmann",
1321                    "email": "sebastian@phpunit.de",
1322                    "role": "lead"
1323                }
1324            ],
1325            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1326            "homepage": "https://github.com/sebastianbergmann/version",
1327            "time": "2016-10-03T07:35:21+00:00"
1328        },
1329        {
1330            "name": "symfony/polyfill-ctype",
1331            "version": "v1.15.0",
1332            "source": {
1333                "type": "git",
1334                "url": "https://github.com/symfony/polyfill-ctype.git",
1335                "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
1336            },
1337            "dist": {
1338                "type": "zip",
1339                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
1340                "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
1341                "shasum": ""
1342            },
1343            "require": {
1344                "php": ">=5.3.3"
1345            },
1346            "suggest": {
1347                "ext-ctype": "For best performance"
1348            },
1349            "type": "library",
1350            "extra": {
1351                "branch-alias": {
1352                    "dev-master": "1.15-dev"
1353                }
1354            },
1355            "autoload": {
1356                "psr-4": {
1357                    "Symfony\\Polyfill\\Ctype\\": ""
1358                },
1359                "files": [
1360                    "bootstrap.php"
1361                ]
1362            },
1363            "notification-url": "https://packagist.org/downloads/",
1364            "license": [
1365                "MIT"
1366            ],
1367            "authors": [
1368                {
1369                    "name": "Gert de Pagter",
1370                    "email": "BackEndTea@gmail.com"
1371                },
1372                {
1373                    "name": "Symfony Community",
1374                    "homepage": "https://symfony.com/contributors"
1375                }
1376            ],
1377            "description": "Symfony polyfill for ctype functions",
1378            "homepage": "https://symfony.com",
1379            "keywords": [
1380                "compatibility",
1381                "ctype",
1382                "polyfill",
1383                "portable"
1384            ],
1385            "funding": [
1386                {
1387                    "url": "https://symfony.com/sponsor",
1388                    "type": "custom"
1389                },
1390                {
1391                    "url": "https://github.com/fabpot",
1392                    "type": "github"
1393                },
1394                {
1395                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1396                    "type": "tidelift"
1397                }
1398            ],
1399            "time": "2020-02-27T09:26:54+00:00"
1400        },
1401        {
1402            "name": "theseer/tokenizer",
1403            "version": "1.1.3",
1404            "source": {
1405                "type": "git",
1406                "url": "https://github.com/theseer/tokenizer.git",
1407                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
1408            },
1409            "dist": {
1410                "type": "zip",
1411                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
1412                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
1413                "shasum": ""
1414            },
1415            "require": {
1416                "ext-dom": "*",
1417                "ext-tokenizer": "*",
1418                "ext-xmlwriter": "*",
1419                "php": "^7.0"
1420            },
1421            "type": "library",
1422            "autoload": {
1423                "classmap": [
1424                    "src/"
1425                ]
1426            },
1427            "notification-url": "https://packagist.org/downloads/",
1428            "license": [
1429                "BSD-3-Clause"
1430            ],
1431            "authors": [
1432                {
1433                    "name": "Arne Blankerts",
1434                    "email": "arne@blankerts.de",
1435                    "role": "Developer"
1436                }
1437            ],
1438            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1439            "time": "2019-06-13T22:48:21+00:00"
1440        },
1441        {
1442            "name": "webmozart/assert",
1443            "version": "1.8.0",
1444            "source": {
1445                "type": "git",
1446                "url": "https://github.com/webmozart/assert.git",
1447                "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
1448            },
1449            "dist": {
1450                "type": "zip",
1451                "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
1452                "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
1453                "shasum": ""
1454            },
1455            "require": {
1456                "php": "^5.3.3 || ^7.0",
1457                "symfony/polyfill-ctype": "^1.8"
1458            },
1459            "conflict": {
1460                "vimeo/psalm": "<3.9.1"
1461            },
1462            "require-dev": {
1463                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
1464            },
1465            "type": "library",
1466            "autoload": {
1467                "psr-4": {
1468                    "Webmozart\\Assert\\": "src/"
1469                }
1470            },
1471            "notification-url": "https://packagist.org/downloads/",
1472            "license": [
1473                "MIT"
1474            ],
1475            "authors": [
1476                {
1477                    "name": "Bernhard Schussek",
1478                    "email": "bschussek@gmail.com"
1479                }
1480            ],
1481            "description": "Assertions to validate method input/output with nice error messages.",
1482            "keywords": [
1483                "assert",
1484                "check",
1485                "validate"
1486            ],
1487            "time": "2020-04-18T12:12:48+00:00"
1488        }
1489    ],
1490    "aliases": [],
1491    "minimum-stability": "stable",
1492    "stability-flags": [],
1493    "prefer-stable": false,
1494    "prefer-lowest": false,
1495    "platform": [],
1496    "platform-dev": [],
1497    "plugin-api-version": "1.1.0"
1498}
1499