Add unit test preparation
[phinde.git] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "7b7ba20b963c1b3be2aec1ed351f1cb4",
8     "packages": [
9         {
10             "name": "pear/console_commandline",
11             "version": "v1.2.2",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/pear/Console_CommandLine.git",
15                 "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
20                 "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-dom": "*",
25                 "ext-xml": "*",
26                 "pear/pear_exception": "^1.0.0",
27                 "php": ">=5.3.0"
28             },
29             "require-dev": {
30                 "phpunit/phpunit": "*"
31             },
32             "type": "library",
33             "autoload": {
34                 "psr-0": {
35                     "Console": "./"
36                 }
37             },
38             "notification-url": "https://packagist.org/downloads/",
39             "include-path": [
40                 ""
41             ],
42             "license": [
43                 "MIT"
44             ],
45             "authors": [
46                 {
47                     "name": "Richard Quadling",
48                     "email": "RQuadling@GMail.com"
49                 },
50                 {
51                     "name": "David Jean Louis",
52                     "email": "izimobil@gmail.com"
53                 }
54             ],
55             "description": "A full featured command line options and arguments parser.",
56             "homepage": "https://github.com/pear/Console_CommandLine",
57             "keywords": [
58                 "console"
59             ],
60             "time": "2016-07-14T06:00:57+00:00"
61         },
62         {
63             "name": "pear/http2",
64             "version": "v1.1.2",
65             "source": {
66                 "type": "git",
67                 "url": "https://github.com/pear/HTTP2.git",
68                 "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568"
69             },
70             "dist": {
71                 "type": "zip",
72                 "url": "https://api.github.com/repos/pear/HTTP2/zipball/b87527415aa1439d5abc2c620a37f0047c3b1568",
73                 "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568",
74                 "shasum": ""
75             },
76             "require-dev": {
77                 "pear/pear-core": "*"
78             },
79             "type": "library",
80             "autoload": {
81                 "psr-0": {
82                     "HTTP2": "./"
83                 }
84             },
85             "notification-url": "https://packagist.org/downloads/",
86             "include-path": [
87                 "./"
88             ],
89             "license": [
90                 "BSD-2-Clause"
91             ],
92             "authors": [
93                 {
94                     "name": "Michael Wallner",
95                     "email": "mike@php.net",
96                     "role": "Lead"
97                 },
98                 {
99                     "name": "Philippe Jausions",
100                     "email": "jausions@php.net",
101                     "role": "Lead"
102                 }
103             ],
104             "description": "Miscellaneous HTTP utilities",
105             "homepage": "http://pear.php.net/package/HTTP2",
106             "time": "2016-08-10T19:11:15+00:00"
107         },
108         {
109             "name": "pear/http_request2",
110             "version": "v2.3.0",
111             "source": {
112                 "type": "git",
113                 "url": "https://github.com/pear/HTTP_Request2.git",
114                 "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4"
115             },
116             "dist": {
117                 "type": "zip",
118                 "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
119                 "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
120                 "shasum": ""
121             },
122             "require": {
123                 "pear/net_url2": "^2.2.0",
124                 "pear/pear_exception": "^1.0.0",
125                 "php": ">=5.2.0"
126             },
127             "suggest": {
128                 "ext-fileinfo": "Adds support for looking up mime-types using finfo.",
129                 "ext-zlib": "Allows handling gzip compressed responses.",
130                 "lib-curl": "Allows using cURL as a request backend.",
131                 "lib-openssl": "Allows handling SSL requests when not using cURL."
132             },
133             "type": "library",
134             "extra": {
135                 "branch-alias": {
136                     "dev-trunk": "2.2-dev"
137                 }
138             },
139             "autoload": {
140                 "psr-0": {
141                     "HTTP_Request2": ""
142                 }
143             },
144             "notification-url": "https://packagist.org/downloads/",
145             "include-path": [
146                 "./"
147             ],
148             "license": [
149                 "BSD-3-Clause"
150             ],
151             "authors": [
152                 {
153                     "name": "Alexey Borzov",
154                     "email": "avb@php.net"
155                 }
156             ],
157             "description": "Provides an easy way to perform HTTP requests.",
158             "homepage": "http://pear.php.net/package/HTTP_Request2",
159             "keywords": [
160                 "PEAR",
161                 "curl",
162                 "http",
163                 "request"
164             ],
165             "time": "2016-02-13T20:20:39+00:00"
166         },
167         {
168             "name": "pear/net_url2",
169             "version": "v2.2.2",
170             "source": {
171                 "type": "git",
172                 "url": "https://github.com/pear/Net_URL2.git",
173                 "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d"
174             },
175             "dist": {
176                 "type": "zip",
177                 "url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d",
178                 "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d",
179                 "shasum": ""
180             },
181             "require": {
182                 "php": ">=5.1.4"
183             },
184             "require-dev": {
185                 "phpunit/phpunit": ">=3.3.0"
186             },
187             "type": "library",
188             "extra": {
189                 "branch-alias": {
190                     "dev-master": "2.2.x-dev"
191                 }
192             },
193             "autoload": {
194                 "classmap": [
195                     "Net/URL2.php"
196                 ]
197             },
198             "notification-url": "https://packagist.org/downloads/",
199             "include-path": [
200                 "./"
201             ],
202             "license": [
203                 "BSD-3-Clause"
204             ],
205             "authors": [
206                 {
207                     "name": "David Coallier",
208                     "email": "davidc@php.net"
209                 },
210                 {
211                     "name": "Tom Klingenberg",
212                     "email": "tkli@php.net"
213                 },
214                 {
215                     "name": "Christian Schmidt",
216                     "email": "chmidt@php.net"
217                 }
218             ],
219             "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.",
220             "homepage": "https://github.com/pear/Net_URL2",
221             "keywords": [
222                 "PEAR",
223                 "net",
224                 "networking",
225                 "rfc3986",
226                 "uri",
227                 "url"
228             ],
229             "time": "2017-08-25T06:16:11+00:00"
230         },
231         {
232             "name": "pear/pear_exception",
233             "version": "v1.0.0",
234             "source": {
235                 "type": "git",
236                 "url": "https://github.com/pear/PEAR_Exception.git",
237                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
238             },
239             "dist": {
240                 "type": "zip",
241                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
242                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
243                 "shasum": ""
244             },
245             "require": {
246                 "php": ">=4.4.0"
247             },
248             "require-dev": {
249                 "phpunit/phpunit": "*"
250             },
251             "type": "class",
252             "extra": {
253                 "branch-alias": {
254                     "dev-master": "1.0.x-dev"
255                 }
256             },
257             "autoload": {
258                 "psr-0": {
259                     "PEAR": ""
260                 }
261             },
262             "notification-url": "https://packagist.org/downloads/",
263             "include-path": [
264                 "."
265             ],
266             "license": [
267                 "BSD-2-Clause"
268             ],
269             "authors": [
270                 {
271                     "name": "Helgi Thormar",
272                     "email": "dufuz@php.net"
273                 },
274                 {
275                     "name": "Greg Beaver",
276                     "email": "cellog@php.net"
277                 }
278             ],
279             "description": "The PEAR Exception base class.",
280             "homepage": "https://github.com/pear/PEAR_Exception",
281             "keywords": [
282                 "exception"
283             ],
284             "time": "2015-02-10T20:07:52+00:00"
285         },
286         {
287             "name": "symfony/polyfill-ctype",
288             "version": "v1.10.0",
289             "source": {
290                 "type": "git",
291                 "url": "https://github.com/symfony/polyfill-ctype.git",
292                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
293             },
294             "dist": {
295                 "type": "zip",
296                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
297                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
298                 "shasum": ""
299             },
300             "require": {
301                 "php": ">=5.3.3"
302             },
303             "suggest": {
304                 "ext-ctype": "For best performance"
305             },
306             "type": "library",
307             "extra": {
308                 "branch-alias": {
309                     "dev-master": "1.9-dev"
310                 }
311             },
312             "autoload": {
313                 "psr-4": {
314                     "Symfony\\Polyfill\\Ctype\\": ""
315                 },
316                 "files": [
317                     "bootstrap.php"
318                 ]
319             },
320             "notification-url": "https://packagist.org/downloads/",
321             "license": [
322                 "MIT"
323             ],
324             "authors": [
325                 {
326                     "name": "Symfony Community",
327                     "homepage": "https://symfony.com/contributors"
328                 },
329                 {
330                     "name": "Gert de Pagter",
331                     "email": "BackEndTea@gmail.com"
332                 }
333             ],
334             "description": "Symfony polyfill for ctype functions",
335             "homepage": "https://symfony.com",
336             "keywords": [
337                 "compatibility",
338                 "ctype",
339                 "polyfill",
340                 "portable"
341             ],
342             "time": "2018-08-06T14:22:27+00:00"
343         },
344         {
345             "name": "twig/twig",
346             "version": "v1.35.4",
347             "source": {
348                 "type": "git",
349                 "url": "https://github.com/twigphp/Twig.git",
350                 "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
351             },
352             "dist": {
353                 "type": "zip",
354                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
355                 "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
356                 "shasum": ""
357             },
358             "require": {
359                 "php": ">=5.3.3",
360                 "symfony/polyfill-ctype": "^1.8"
361             },
362             "require-dev": {
363                 "psr/container": "^1.0",
364                 "symfony/debug": "^2.7",
365                 "symfony/phpunit-bridge": "^3.3"
366             },
367             "type": "library",
368             "extra": {
369                 "branch-alias": {
370                     "dev-master": "1.35-dev"
371                 }
372             },
373             "autoload": {
374                 "psr-0": {
375                     "Twig_": "lib/"
376                 },
377                 "psr-4": {
378                     "Twig\\": "src/"
379                 }
380             },
381             "notification-url": "https://packagist.org/downloads/",
382             "license": [
383                 "BSD-3-Clause"
384             ],
385             "authors": [
386                 {
387                     "name": "Fabien Potencier",
388                     "email": "fabien@symfony.com",
389                     "homepage": "http://fabien.potencier.org",
390                     "role": "Lead Developer"
391                 },
392                 {
393                     "name": "Armin Ronacher",
394                     "email": "armin.ronacher@active-4.com",
395                     "role": "Project Founder"
396                 },
397                 {
398                     "name": "Twig Team",
399                     "homepage": "https://twig.symfony.com/contributors",
400                     "role": "Contributors"
401                 }
402             ],
403             "description": "Twig, the flexible, fast, and secure template language for PHP",
404             "homepage": "https://twig.symfony.com",
405             "keywords": [
406                 "templating"
407             ],
408             "time": "2018-07-13T07:12:17+00:00"
409         }
410     ],
411     "packages-dev": [
412         {
413             "name": "doctrine/instantiator",
414             "version": "1.3.0",
415             "source": {
416                 "type": "git",
417                 "url": "https://github.com/doctrine/instantiator.git",
418                 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
419             },
420             "dist": {
421                 "type": "zip",
422                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
423                 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
424                 "shasum": ""
425             },
426             "require": {
427                 "php": "^7.1"
428             },
429             "require-dev": {
430                 "doctrine/coding-standard": "^6.0",
431                 "ext-pdo": "*",
432                 "ext-phar": "*",
433                 "phpbench/phpbench": "^0.13",
434                 "phpstan/phpstan-phpunit": "^0.11",
435                 "phpstan/phpstan-shim": "^0.11",
436                 "phpunit/phpunit": "^7.0"
437             },
438             "type": "library",
439             "extra": {
440                 "branch-alias": {
441                     "dev-master": "1.2.x-dev"
442                 }
443             },
444             "autoload": {
445                 "psr-4": {
446                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
447                 }
448             },
449             "notification-url": "https://packagist.org/downloads/",
450             "license": [
451                 "MIT"
452             ],
453             "authors": [
454                 {
455                     "name": "Marco Pivetta",
456                     "email": "ocramius@gmail.com",
457                     "homepage": "http://ocramius.github.com/"
458                 }
459             ],
460             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
461             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
462             "keywords": [
463                 "constructor",
464                 "instantiate"
465             ],
466             "time": "2019-10-21T16:45:58+00:00"
467         },
468         {
469             "name": "myclabs/deep-copy",
470             "version": "1.9.5",
471             "source": {
472                 "type": "git",
473                 "url": "https://github.com/myclabs/DeepCopy.git",
474                 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
475             },
476             "dist": {
477                 "type": "zip",
478                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
479                 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
480                 "shasum": ""
481             },
482             "require": {
483                 "php": "^7.1"
484             },
485             "replace": {
486                 "myclabs/deep-copy": "self.version"
487             },
488             "require-dev": {
489                 "doctrine/collections": "^1.0",
490                 "doctrine/common": "^2.6",
491                 "phpunit/phpunit": "^7.1"
492             },
493             "type": "library",
494             "autoload": {
495                 "psr-4": {
496                     "DeepCopy\\": "src/DeepCopy/"
497                 },
498                 "files": [
499                     "src/DeepCopy/deep_copy.php"
500                 ]
501             },
502             "notification-url": "https://packagist.org/downloads/",
503             "license": [
504                 "MIT"
505             ],
506             "description": "Create deep copies (clones) of your objects",
507             "keywords": [
508                 "clone",
509                 "copy",
510                 "duplicate",
511                 "object",
512                 "object graph"
513             ],
514             "time": "2020-01-17T21:11:47+00:00"
515         },
516         {
517             "name": "phar-io/manifest",
518             "version": "1.0.3",
519             "source": {
520                 "type": "git",
521                 "url": "https://github.com/phar-io/manifest.git",
522                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
523             },
524             "dist": {
525                 "type": "zip",
526                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
527                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
528                 "shasum": ""
529             },
530             "require": {
531                 "ext-dom": "*",
532                 "ext-phar": "*",
533                 "phar-io/version": "^2.0",
534                 "php": "^5.6 || ^7.0"
535             },
536             "type": "library",
537             "extra": {
538                 "branch-alias": {
539                     "dev-master": "1.0.x-dev"
540                 }
541             },
542             "autoload": {
543                 "classmap": [
544                     "src/"
545                 ]
546             },
547             "notification-url": "https://packagist.org/downloads/",
548             "license": [
549                 "BSD-3-Clause"
550             ],
551             "authors": [
552                 {
553                     "name": "Arne Blankerts",
554                     "email": "arne@blankerts.de",
555                     "role": "Developer"
556                 },
557                 {
558                     "name": "Sebastian Heuer",
559                     "email": "sebastian@phpeople.de",
560                     "role": "Developer"
561                 },
562                 {
563                     "name": "Sebastian Bergmann",
564                     "email": "sebastian@phpunit.de",
565                     "role": "Developer"
566                 }
567             ],
568             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
569             "time": "2018-07-08T19:23:20+00:00"
570         },
571         {
572             "name": "phar-io/version",
573             "version": "2.0.1",
574             "source": {
575                 "type": "git",
576                 "url": "https://github.com/phar-io/version.git",
577                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
578             },
579             "dist": {
580                 "type": "zip",
581                 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
582                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
583                 "shasum": ""
584             },
585             "require": {
586                 "php": "^5.6 || ^7.0"
587             },
588             "type": "library",
589             "autoload": {
590                 "classmap": [
591                     "src/"
592                 ]
593             },
594             "notification-url": "https://packagist.org/downloads/",
595             "license": [
596                 "BSD-3-Clause"
597             ],
598             "authors": [
599                 {
600                     "name": "Arne Blankerts",
601                     "email": "arne@blankerts.de",
602                     "role": "Developer"
603                 },
604                 {
605                     "name": "Sebastian Heuer",
606                     "email": "sebastian@phpeople.de",
607                     "role": "Developer"
608                 },
609                 {
610                     "name": "Sebastian Bergmann",
611                     "email": "sebastian@phpunit.de",
612                     "role": "Developer"
613                 }
614             ],
615             "description": "Library for handling version information and constraints",
616             "time": "2018-07-08T19:19:57+00:00"
617         },
618         {
619             "name": "phpdocumentor/reflection-common",
620             "version": "2.0.0",
621             "source": {
622                 "type": "git",
623                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
624                 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
625             },
626             "dist": {
627                 "type": "zip",
628                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
629                 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
630                 "shasum": ""
631             },
632             "require": {
633                 "php": ">=7.1"
634             },
635             "require-dev": {
636                 "phpunit/phpunit": "~6"
637             },
638             "type": "library",
639             "extra": {
640                 "branch-alias": {
641                     "dev-master": "2.x-dev"
642                 }
643             },
644             "autoload": {
645                 "psr-4": {
646                     "phpDocumentor\\Reflection\\": "src/"
647                 }
648             },
649             "notification-url": "https://packagist.org/downloads/",
650             "license": [
651                 "MIT"
652             ],
653             "authors": [
654                 {
655                     "name": "Jaap van Otterdijk",
656                     "email": "opensource@ijaap.nl"
657                 }
658             ],
659             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
660             "homepage": "http://www.phpdoc.org",
661             "keywords": [
662                 "FQSEN",
663                 "phpDocumentor",
664                 "phpdoc",
665                 "reflection",
666                 "static analysis"
667             ],
668             "time": "2018-08-07T13:53:10+00:00"
669         },
670         {
671             "name": "phpdocumentor/reflection-docblock",
672             "version": "5.1.0",
673             "source": {
674                 "type": "git",
675                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
676                 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
677             },
678             "dist": {
679                 "type": "zip",
680                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
681                 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
682                 "shasum": ""
683             },
684             "require": {
685                 "ext-filter": "^7.1",
686                 "php": "^7.2",
687                 "phpdocumentor/reflection-common": "^2.0",
688                 "phpdocumentor/type-resolver": "^1.0",
689                 "webmozart/assert": "^1"
690             },
691             "require-dev": {
692                 "doctrine/instantiator": "^1",
693                 "mockery/mockery": "^1"
694             },
695             "type": "library",
696             "extra": {
697                 "branch-alias": {
698                     "dev-master": "5.x-dev"
699                 }
700             },
701             "autoload": {
702                 "psr-4": {
703                     "phpDocumentor\\Reflection\\": "src"
704                 }
705             },
706             "notification-url": "https://packagist.org/downloads/",
707             "license": [
708                 "MIT"
709             ],
710             "authors": [
711                 {
712                     "name": "Mike van Riel",
713                     "email": "me@mikevanriel.com"
714                 },
715                 {
716                     "name": "Jaap van Otterdijk",
717                     "email": "account@ijaap.nl"
718                 }
719             ],
720             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
721             "time": "2020-02-22T12:28:44+00:00"
722         },
723         {
724             "name": "phpdocumentor/type-resolver",
725             "version": "1.1.0",
726             "source": {
727                 "type": "git",
728                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
729                 "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
730             },
731             "dist": {
732                 "type": "zip",
733                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
734                 "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
735                 "shasum": ""
736             },
737             "require": {
738                 "php": "^7.2",
739                 "phpdocumentor/reflection-common": "^2.0"
740             },
741             "require-dev": {
742                 "ext-tokenizer": "^7.2",
743                 "mockery/mockery": "~1"
744             },
745             "type": "library",
746             "extra": {
747                 "branch-alias": {
748                     "dev-master": "1.x-dev"
749                 }
750             },
751             "autoload": {
752                 "psr-4": {
753                     "phpDocumentor\\Reflection\\": "src"
754                 }
755             },
756             "notification-url": "https://packagist.org/downloads/",
757             "license": [
758                 "MIT"
759             ],
760             "authors": [
761                 {
762                     "name": "Mike van Riel",
763                     "email": "me@mikevanriel.com"
764                 }
765             ],
766             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
767             "time": "2020-02-18T18:59:58+00:00"
768         },
769         {
770             "name": "phpspec/prophecy",
771             "version": "v1.10.3",
772             "source": {
773                 "type": "git",
774                 "url": "https://github.com/phpspec/prophecy.git",
775                 "reference": "451c3cd1418cf640de218914901e51b064abb093"
776             },
777             "dist": {
778                 "type": "zip",
779                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
780                 "reference": "451c3cd1418cf640de218914901e51b064abb093",
781                 "shasum": ""
782             },
783             "require": {
784                 "doctrine/instantiator": "^1.0.2",
785                 "php": "^5.3|^7.0",
786                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
787                 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
788                 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
789             },
790             "require-dev": {
791                 "phpspec/phpspec": "^2.5 || ^3.2",
792                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
793             },
794             "type": "library",
795             "extra": {
796                 "branch-alias": {
797                     "dev-master": "1.10.x-dev"
798                 }
799             },
800             "autoload": {
801                 "psr-4": {
802                     "Prophecy\\": "src/Prophecy"
803                 }
804             },
805             "notification-url": "https://packagist.org/downloads/",
806             "license": [
807                 "MIT"
808             ],
809             "authors": [
810                 {
811                     "name": "Konstantin Kudryashov",
812                     "email": "ever.zet@gmail.com",
813                     "homepage": "http://everzet.com"
814                 },
815                 {
816                     "name": "Marcello Duarte",
817                     "email": "marcello.duarte@gmail.com"
818                 }
819             ],
820             "description": "Highly opinionated mocking framework for PHP 5.3+",
821             "homepage": "https://github.com/phpspec/prophecy",
822             "keywords": [
823                 "Double",
824                 "Dummy",
825                 "fake",
826                 "mock",
827                 "spy",
828                 "stub"
829             ],
830             "time": "2020-03-05T15:02:03+00:00"
831         },
832         {
833             "name": "phpunit/php-code-coverage",
834             "version": "8.0.1",
835             "source": {
836                 "type": "git",
837                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
838                 "reference": "31e94ccc084025d6abee0585df533eb3a792b96a"
839             },
840             "dist": {
841                 "type": "zip",
842                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/31e94ccc084025d6abee0585df533eb3a792b96a",
843                 "reference": "31e94ccc084025d6abee0585df533eb3a792b96a",
844                 "shasum": ""
845             },
846             "require": {
847                 "ext-dom": "*",
848                 "ext-xmlwriter": "*",
849                 "php": "^7.3",
850                 "phpunit/php-file-iterator": "^3.0",
851                 "phpunit/php-text-template": "^2.0",
852                 "phpunit/php-token-stream": "^4.0",
853                 "sebastian/code-unit-reverse-lookup": "^2.0",
854                 "sebastian/environment": "^5.0",
855                 "sebastian/version": "^3.0",
856                 "theseer/tokenizer": "^1.1.3"
857             },
858             "require-dev": {
859                 "phpunit/phpunit": "^9.0"
860             },
861             "suggest": {
862                 "ext-pcov": "*",
863                 "ext-xdebug": "*"
864             },
865             "type": "library",
866             "extra": {
867                 "branch-alias": {
868                     "dev-master": "8.0-dev"
869                 }
870             },
871             "autoload": {
872                 "classmap": [
873                     "src/"
874                 ]
875             },
876             "notification-url": "https://packagist.org/downloads/",
877             "license": [
878                 "BSD-3-Clause"
879             ],
880             "authors": [
881                 {
882                     "name": "Sebastian Bergmann",
883                     "email": "sebastian@phpunit.de",
884                     "role": "lead"
885                 }
886             ],
887             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
888             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
889             "keywords": [
890                 "coverage",
891                 "testing",
892                 "xunit"
893             ],
894             "time": "2020-02-19T13:41:19+00:00"
895         },
896         {
897             "name": "phpunit/php-file-iterator",
898             "version": "3.0.0",
899             "source": {
900                 "type": "git",
901                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
902                 "reference": "354d4a5faa7449a377a18b94a2026ca3415e3d7a"
903             },
904             "dist": {
905                 "type": "zip",
906                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/354d4a5faa7449a377a18b94a2026ca3415e3d7a",
907                 "reference": "354d4a5faa7449a377a18b94a2026ca3415e3d7a",
908                 "shasum": ""
909             },
910             "require": {
911                 "php": "^7.3"
912             },
913             "require-dev": {
914                 "phpunit/phpunit": "^9.0"
915             },
916             "type": "library",
917             "extra": {
918                 "branch-alias": {
919                     "dev-master": "3.0-dev"
920                 }
921             },
922             "autoload": {
923                 "classmap": [
924                     "src/"
925                 ]
926             },
927             "notification-url": "https://packagist.org/downloads/",
928             "license": [
929                 "BSD-3-Clause"
930             ],
931             "authors": [
932                 {
933                     "name": "Sebastian Bergmann",
934                     "email": "sebastian@phpunit.de",
935                     "role": "lead"
936                 }
937             ],
938             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
939             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
940             "keywords": [
941                 "filesystem",
942                 "iterator"
943             ],
944             "time": "2020-02-07T06:05:22+00:00"
945         },
946         {
947             "name": "phpunit/php-invoker",
948             "version": "3.0.0",
949             "source": {
950                 "type": "git",
951                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
952                 "reference": "7579d5a1ba7f3ac11c80004d205877911315ae7a"
953             },
954             "dist": {
955                 "type": "zip",
956                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/7579d5a1ba7f3ac11c80004d205877911315ae7a",
957                 "reference": "7579d5a1ba7f3ac11c80004d205877911315ae7a",
958                 "shasum": ""
959             },
960             "require": {
961                 "php": "^7.3"
962             },
963             "require-dev": {
964                 "ext-pcntl": "*",
965                 "phpunit/phpunit": "^9.0"
966             },
967             "suggest": {
968                 "ext-pcntl": "*"
969             },
970             "type": "library",
971             "extra": {
972                 "branch-alias": {
973                     "dev-master": "3.0-dev"
974                 }
975             },
976             "autoload": {
977                 "classmap": [
978                     "src/"
979                 ]
980             },
981             "notification-url": "https://packagist.org/downloads/",
982             "license": [
983                 "BSD-3-Clause"
984             ],
985             "authors": [
986                 {
987                     "name": "Sebastian Bergmann",
988                     "email": "sebastian@phpunit.de",
989                     "role": "lead"
990                 }
991             ],
992             "description": "Invoke callables with a timeout",
993             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
994             "keywords": [
995                 "process"
996             ],
997             "time": "2020-02-07T06:06:11+00:00"
998         },
999         {
1000             "name": "phpunit/php-text-template",
1001             "version": "2.0.0",
1002             "source": {
1003                 "type": "git",
1004                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1005                 "reference": "526dc996cc0ebdfa428cd2dfccd79b7b53fee346"
1006             },
1007             "dist": {
1008                 "type": "zip",
1009                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/526dc996cc0ebdfa428cd2dfccd79b7b53fee346",
1010                 "reference": "526dc996cc0ebdfa428cd2dfccd79b7b53fee346",
1011                 "shasum": ""
1012             },
1013             "require": {
1014                 "php": "^7.3"
1015             },
1016             "type": "library",
1017             "extra": {
1018                 "branch-alias": {
1019                     "dev-master": "2.0-dev"
1020                 }
1021             },
1022             "autoload": {
1023                 "classmap": [
1024                     "src/"
1025                 ]
1026             },
1027             "notification-url": "https://packagist.org/downloads/",
1028             "license": [
1029                 "BSD-3-Clause"
1030             ],
1031             "authors": [
1032                 {
1033                     "name": "Sebastian Bergmann",
1034                     "email": "sebastian@phpunit.de",
1035                     "role": "lead"
1036                 }
1037             ],
1038             "description": "Simple template engine.",
1039             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1040             "keywords": [
1041                 "template"
1042             ],
1043             "time": "2020-02-01T07:43:44+00:00"
1044         },
1045         {
1046             "name": "phpunit/php-timer",
1047             "version": "3.0.0",
1048             "source": {
1049                 "type": "git",
1050                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1051                 "reference": "4118013a4d0f97356eae8e7fb2f6c6472575d1df"
1052             },
1053             "dist": {
1054                 "type": "zip",
1055                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/4118013a4d0f97356eae8e7fb2f6c6472575d1df",
1056                 "reference": "4118013a4d0f97356eae8e7fb2f6c6472575d1df",
1057                 "shasum": ""
1058             },
1059             "require": {
1060                 "php": "^7.3"
1061             },
1062             "require-dev": {
1063                 "phpunit/phpunit": "^9.0"
1064             },
1065             "type": "library",
1066             "extra": {
1067                 "branch-alias": {
1068                     "dev-master": "3.0-dev"
1069                 }
1070             },
1071             "autoload": {
1072                 "classmap": [
1073                     "src/"
1074                 ]
1075             },
1076             "notification-url": "https://packagist.org/downloads/",
1077             "license": [
1078                 "BSD-3-Clause"
1079             ],
1080             "authors": [
1081                 {
1082                     "name": "Sebastian Bergmann",
1083                     "email": "sebastian@phpunit.de",
1084                     "role": "lead"
1085                 }
1086             ],
1087             "description": "Utility class for timing",
1088             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1089             "keywords": [
1090                 "timer"
1091             ],
1092             "time": "2020-02-07T06:08:11+00:00"
1093         },
1094         {
1095             "name": "phpunit/php-token-stream",
1096             "version": "4.0.0",
1097             "source": {
1098                 "type": "git",
1099                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1100                 "reference": "b2560a0c33f7710e4d7f8780964193e8e8f8effe"
1101             },
1102             "dist": {
1103                 "type": "zip",
1104                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/b2560a0c33f7710e4d7f8780964193e8e8f8effe",
1105                 "reference": "b2560a0c33f7710e4d7f8780964193e8e8f8effe",
1106                 "shasum": ""
1107             },
1108             "require": {
1109                 "ext-tokenizer": "*",
1110                 "php": "^7.3"
1111             },
1112             "require-dev": {
1113                 "phpunit/phpunit": "^9.0"
1114             },
1115             "type": "library",
1116             "extra": {
1117                 "branch-alias": {
1118                     "dev-master": "4.0-dev"
1119                 }
1120             },
1121             "autoload": {
1122                 "classmap": [
1123                     "src/"
1124                 ]
1125             },
1126             "notification-url": "https://packagist.org/downloads/",
1127             "license": [
1128                 "BSD-3-Clause"
1129             ],
1130             "authors": [
1131                 {
1132                     "name": "Sebastian Bergmann",
1133                     "email": "sebastian@phpunit.de"
1134                 }
1135             ],
1136             "description": "Wrapper around PHP's tokenizer extension.",
1137             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1138             "keywords": [
1139                 "tokenizer"
1140             ],
1141             "time": "2020-02-07T06:19:00+00:00"
1142         },
1143         {
1144             "name": "phpunit/phpunit",
1145             "version": "9.0.1",
1146             "source": {
1147                 "type": "git",
1148                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1149                 "reference": "68d7e5b17a6b9461e17c00446caa409863154f76"
1150             },
1151             "dist": {
1152                 "type": "zip",
1153                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/68d7e5b17a6b9461e17c00446caa409863154f76",
1154                 "reference": "68d7e5b17a6b9461e17c00446caa409863154f76",
1155                 "shasum": ""
1156             },
1157             "require": {
1158                 "doctrine/instantiator": "^1.2.0",
1159                 "ext-dom": "*",
1160                 "ext-json": "*",
1161                 "ext-libxml": "*",
1162                 "ext-mbstring": "*",
1163                 "ext-xml": "*",
1164                 "ext-xmlwriter": "*",
1165                 "myclabs/deep-copy": "^1.9.1",
1166                 "phar-io/manifest": "^1.0.3",
1167                 "phar-io/version": "^2.0.1",
1168                 "php": "^7.3",
1169                 "phpspec/prophecy": "^1.8.1",
1170                 "phpunit/php-code-coverage": "^8.0",
1171                 "phpunit/php-file-iterator": "^3.0",
1172                 "phpunit/php-invoker": "^3.0",
1173                 "phpunit/php-text-template": "^2.0",
1174                 "phpunit/php-timer": "^3.0",
1175                 "sebastian/comparator": "^4.0",
1176                 "sebastian/diff": "^4.0",
1177                 "sebastian/environment": "^5.0",
1178                 "sebastian/exporter": "^4.0",
1179                 "sebastian/global-state": "^4.0",
1180                 "sebastian/object-enumerator": "^4.0",
1181                 "sebastian/resource-operations": "^3.0",
1182                 "sebastian/type": "^2.0",
1183                 "sebastian/version": "^3.0"
1184             },
1185             "require-dev": {
1186                 "ext-pdo": "*"
1187             },
1188             "suggest": {
1189                 "ext-soap": "*",
1190                 "ext-xdebug": "*"
1191             },
1192             "bin": [
1193                 "phpunit"
1194             ],
1195             "type": "library",
1196             "extra": {
1197                 "branch-alias": {
1198                     "dev-master": "9.0-dev"
1199                 }
1200             },
1201             "autoload": {
1202                 "classmap": [
1203                     "src/"
1204                 ],
1205                 "files": [
1206                     "src/Framework/Assert/Functions.php"
1207                 ]
1208             },
1209             "notification-url": "https://packagist.org/downloads/",
1210             "license": [
1211                 "BSD-3-Clause"
1212             ],
1213             "authors": [
1214                 {
1215                     "name": "Sebastian Bergmann",
1216                     "email": "sebastian@phpunit.de",
1217                     "role": "lead"
1218                 }
1219             ],
1220             "description": "The PHP Unit Testing framework.",
1221             "homepage": "https://phpunit.de/",
1222             "keywords": [
1223                 "phpunit",
1224                 "testing",
1225                 "xunit"
1226             ],
1227             "time": "2020-02-13T07:30:12+00:00"
1228         },
1229         {
1230             "name": "sebastian/code-unit-reverse-lookup",
1231             "version": "2.0.0",
1232             "source": {
1233                 "type": "git",
1234                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1235                 "reference": "5b5dbe0044085ac41df47e79d34911a15b96d82e"
1236             },
1237             "dist": {
1238                 "type": "zip",
1239                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5b5dbe0044085ac41df47e79d34911a15b96d82e",
1240                 "reference": "5b5dbe0044085ac41df47e79d34911a15b96d82e",
1241                 "shasum": ""
1242             },
1243             "require": {
1244                 "php": "^7.3"
1245             },
1246             "require-dev": {
1247                 "phpunit/phpunit": "^9.0"
1248             },
1249             "type": "library",
1250             "extra": {
1251                 "branch-alias": {
1252                     "dev-master": "2.0-dev"
1253                 }
1254             },
1255             "autoload": {
1256                 "classmap": [
1257                     "src/"
1258                 ]
1259             },
1260             "notification-url": "https://packagist.org/downloads/",
1261             "license": [
1262                 "BSD-3-Clause"
1263             ],
1264             "authors": [
1265                 {
1266                     "name": "Sebastian Bergmann",
1267                     "email": "sebastian@phpunit.de"
1268                 }
1269             ],
1270             "description": "Looks up which function or method a line of code belongs to",
1271             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1272             "time": "2020-02-07T06:20:13+00:00"
1273         },
1274         {
1275             "name": "sebastian/comparator",
1276             "version": "4.0.0",
1277             "source": {
1278                 "type": "git",
1279                 "url": "https://github.com/sebastianbergmann/comparator.git",
1280                 "reference": "85b3435da967696ed618ff745f32be3ff4a2b8e8"
1281             },
1282             "dist": {
1283                 "type": "zip",
1284                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85b3435da967696ed618ff745f32be3ff4a2b8e8",
1285                 "reference": "85b3435da967696ed618ff745f32be3ff4a2b8e8",
1286                 "shasum": ""
1287             },
1288             "require": {
1289                 "php": "^7.3",
1290                 "sebastian/diff": "^4.0",
1291                 "sebastian/exporter": "^4.0"
1292             },
1293             "require-dev": {
1294                 "phpunit/phpunit": "^9.0"
1295             },
1296             "type": "library",
1297             "extra": {
1298                 "branch-alias": {
1299                     "dev-master": "4.0-dev"
1300                 }
1301             },
1302             "autoload": {
1303                 "classmap": [
1304                     "src/"
1305                 ]
1306             },
1307             "notification-url": "https://packagist.org/downloads/",
1308             "license": [
1309                 "BSD-3-Clause"
1310             ],
1311             "authors": [
1312                 {
1313                     "name": "Sebastian Bergmann",
1314                     "email": "sebastian@phpunit.de"
1315                 },
1316                 {
1317                     "name": "Jeff Welch",
1318                     "email": "whatthejeff@gmail.com"
1319                 },
1320                 {
1321                     "name": "Volker Dusch",
1322                     "email": "github@wallbash.com"
1323                 },
1324                 {
1325                     "name": "Bernhard Schussek",
1326                     "email": "bschussek@2bepublished.at"
1327                 }
1328             ],
1329             "description": "Provides the functionality to compare PHP values for equality",
1330             "homepage": "https://github.com/sebastianbergmann/comparator",
1331             "keywords": [
1332                 "comparator",
1333                 "compare",
1334                 "equality"
1335             ],
1336             "time": "2020-02-07T06:08:51+00:00"
1337         },
1338         {
1339             "name": "sebastian/diff",
1340             "version": "4.0.0",
1341             "source": {
1342                 "type": "git",
1343                 "url": "https://github.com/sebastianbergmann/diff.git",
1344                 "reference": "c0c26c9188b538bfa985ae10c9f05d278f12060d"
1345             },
1346             "dist": {
1347                 "type": "zip",
1348                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c0c26c9188b538bfa985ae10c9f05d278f12060d",
1349                 "reference": "c0c26c9188b538bfa985ae10c9f05d278f12060d",
1350                 "shasum": ""
1351             },
1352             "require": {
1353                 "php": "^7.3"
1354             },
1355             "require-dev": {
1356                 "phpunit/phpunit": "^9.0",
1357                 "symfony/process": "^4 || ^5"
1358             },
1359             "type": "library",
1360             "extra": {
1361                 "branch-alias": {
1362                     "dev-master": "4.0-dev"
1363                 }
1364             },
1365             "autoload": {
1366                 "classmap": [
1367                     "src/"
1368                 ]
1369             },
1370             "notification-url": "https://packagist.org/downloads/",
1371             "license": [
1372                 "BSD-3-Clause"
1373             ],
1374             "authors": [
1375                 {
1376                     "name": "Sebastian Bergmann",
1377                     "email": "sebastian@phpunit.de"
1378                 },
1379                 {
1380                     "name": "Kore Nordmann",
1381                     "email": "mail@kore-nordmann.de"
1382                 }
1383             ],
1384             "description": "Diff implementation",
1385             "homepage": "https://github.com/sebastianbergmann/diff",
1386             "keywords": [
1387                 "diff",
1388                 "udiff",
1389                 "unidiff",
1390                 "unified diff"
1391             ],
1392             "time": "2020-02-07T06:09:38+00:00"
1393         },
1394         {
1395             "name": "sebastian/environment",
1396             "version": "5.0.1",
1397             "source": {
1398                 "type": "git",
1399                 "url": "https://github.com/sebastianbergmann/environment.git",
1400                 "reference": "9bffdefa7810031a165ddd6275da6a2c1f6f2dfb"
1401             },
1402             "dist": {
1403                 "type": "zip",
1404                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/9bffdefa7810031a165ddd6275da6a2c1f6f2dfb",
1405                 "reference": "9bffdefa7810031a165ddd6275da6a2c1f6f2dfb",
1406                 "shasum": ""
1407             },
1408             "require": {
1409                 "php": "^7.3"
1410             },
1411             "require-dev": {
1412                 "phpunit/phpunit": "^9.0"
1413             },
1414             "suggest": {
1415                 "ext-posix": "*"
1416             },
1417             "type": "library",
1418             "extra": {
1419                 "branch-alias": {
1420                     "dev-master": "5.0-dev"
1421                 }
1422             },
1423             "autoload": {
1424                 "classmap": [
1425                     "src/"
1426                 ]
1427             },
1428             "notification-url": "https://packagist.org/downloads/",
1429             "license": [
1430                 "BSD-3-Clause"
1431             ],
1432             "authors": [
1433                 {
1434                     "name": "Sebastian Bergmann",
1435                     "email": "sebastian@phpunit.de"
1436                 }
1437             ],
1438             "description": "Provides functionality to handle HHVM/PHP environments",
1439             "homepage": "http://www.github.com/sebastianbergmann/environment",
1440             "keywords": [
1441                 "Xdebug",
1442                 "environment",
1443                 "hhvm"
1444             ],
1445             "time": "2020-02-19T13:40:20+00:00"
1446         },
1447         {
1448             "name": "sebastian/exporter",
1449             "version": "4.0.0",
1450             "source": {
1451                 "type": "git",
1452                 "url": "https://github.com/sebastianbergmann/exporter.git",
1453                 "reference": "80c26562e964016538f832f305b2286e1ec29566"
1454             },
1455             "dist": {
1456                 "type": "zip",
1457                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/80c26562e964016538f832f305b2286e1ec29566",
1458                 "reference": "80c26562e964016538f832f305b2286e1ec29566",
1459                 "shasum": ""
1460             },
1461             "require": {
1462                 "php": "^7.3",
1463                 "sebastian/recursion-context": "^4.0"
1464             },
1465             "require-dev": {
1466                 "ext-mbstring": "*",
1467                 "phpunit/phpunit": "^9.0"
1468             },
1469             "type": "library",
1470             "extra": {
1471                 "branch-alias": {
1472                     "dev-master": "4.0-dev"
1473                 }
1474             },
1475             "autoload": {
1476                 "classmap": [
1477                     "src/"
1478                 ]
1479             },
1480             "notification-url": "https://packagist.org/downloads/",
1481             "license": [
1482                 "BSD-3-Clause"
1483             ],
1484             "authors": [
1485                 {
1486                     "name": "Sebastian Bergmann",
1487                     "email": "sebastian@phpunit.de"
1488                 },
1489                 {
1490                     "name": "Jeff Welch",
1491                     "email": "whatthejeff@gmail.com"
1492                 },
1493                 {
1494                     "name": "Volker Dusch",
1495                     "email": "github@wallbash.com"
1496                 },
1497                 {
1498                     "name": "Adam Harvey",
1499                     "email": "aharvey@php.net"
1500                 },
1501                 {
1502                     "name": "Bernhard Schussek",
1503                     "email": "bschussek@gmail.com"
1504                 }
1505             ],
1506             "description": "Provides the functionality to export PHP variables for visualization",
1507             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1508             "keywords": [
1509                 "export",
1510                 "exporter"
1511             ],
1512             "time": "2020-02-07T06:10:52+00:00"
1513         },
1514         {
1515             "name": "sebastian/global-state",
1516             "version": "4.0.0",
1517             "source": {
1518                 "type": "git",
1519                 "url": "https://github.com/sebastianbergmann/global-state.git",
1520                 "reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72"
1521             },
1522             "dist": {
1523                 "type": "zip",
1524                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bdb1e7c79e592b8c82cb1699be3c8743119b8a72",
1525                 "reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72",
1526                 "shasum": ""
1527             },
1528             "require": {
1529                 "php": "^7.3",
1530                 "sebastian/object-reflector": "^2.0",
1531                 "sebastian/recursion-context": "^4.0"
1532             },
1533             "require-dev": {
1534                 "ext-dom": "*",
1535                 "phpunit/phpunit": "^9.0"
1536             },
1537             "suggest": {
1538                 "ext-uopz": "*"
1539             },
1540             "type": "library",
1541             "extra": {
1542                 "branch-alias": {
1543                     "dev-master": "4.0-dev"
1544                 }
1545             },
1546             "autoload": {
1547                 "classmap": [
1548                     "src/"
1549                 ]
1550             },
1551             "notification-url": "https://packagist.org/downloads/",
1552             "license": [
1553                 "BSD-3-Clause"
1554             ],
1555             "authors": [
1556                 {
1557                     "name": "Sebastian Bergmann",
1558                     "email": "sebastian@phpunit.de"
1559                 }
1560             ],
1561             "description": "Snapshotting of global state",
1562             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1563             "keywords": [
1564                 "global state"
1565             ],
1566             "time": "2020-02-07T06:11:37+00:00"
1567         },
1568         {
1569             "name": "sebastian/object-enumerator",
1570             "version": "4.0.0",
1571             "source": {
1572                 "type": "git",
1573                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1574                 "reference": "e67516b175550abad905dc952f43285957ef4363"
1575             },
1576             "dist": {
1577                 "type": "zip",
1578                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67516b175550abad905dc952f43285957ef4363",
1579                 "reference": "e67516b175550abad905dc952f43285957ef4363",
1580                 "shasum": ""
1581             },
1582             "require": {
1583                 "php": "^7.3",
1584                 "sebastian/object-reflector": "^2.0",
1585                 "sebastian/recursion-context": "^4.0"
1586             },
1587             "require-dev": {
1588                 "phpunit/phpunit": "^9.0"
1589             },
1590             "type": "library",
1591             "extra": {
1592                 "branch-alias": {
1593                     "dev-master": "4.0-dev"
1594                 }
1595             },
1596             "autoload": {
1597                 "classmap": [
1598                     "src/"
1599                 ]
1600             },
1601             "notification-url": "https://packagist.org/downloads/",
1602             "license": [
1603                 "BSD-3-Clause"
1604             ],
1605             "authors": [
1606                 {
1607                     "name": "Sebastian Bergmann",
1608                     "email": "sebastian@phpunit.de"
1609                 }
1610             ],
1611             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1612             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1613             "time": "2020-02-07T06:12:23+00:00"
1614         },
1615         {
1616             "name": "sebastian/object-reflector",
1617             "version": "2.0.0",
1618             "source": {
1619                 "type": "git",
1620                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1621                 "reference": "f4fd0835cabb0d4a6546d9fe291e5740037aa1e7"
1622             },
1623             "dist": {
1624                 "type": "zip",
1625                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/f4fd0835cabb0d4a6546d9fe291e5740037aa1e7",
1626                 "reference": "f4fd0835cabb0d4a6546d9fe291e5740037aa1e7",
1627                 "shasum": ""
1628             },
1629             "require": {
1630                 "php": "^7.3"
1631             },
1632             "require-dev": {
1633                 "phpunit/phpunit": "^9.0"
1634             },
1635             "type": "library",
1636             "extra": {
1637                 "branch-alias": {
1638                     "dev-master": "2.0-dev"
1639                 }
1640             },
1641             "autoload": {
1642                 "classmap": [
1643                     "src/"
1644                 ]
1645             },
1646             "notification-url": "https://packagist.org/downloads/",
1647             "license": [
1648                 "BSD-3-Clause"
1649             ],
1650             "authors": [
1651                 {
1652                     "name": "Sebastian Bergmann",
1653                     "email": "sebastian@phpunit.de"
1654                 }
1655             ],
1656             "description": "Allows reflection of object attributes, including inherited and non-public ones",
1657             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1658             "time": "2020-02-07T06:19:40+00:00"
1659         },
1660         {
1661             "name": "sebastian/recursion-context",
1662             "version": "4.0.0",
1663             "source": {
1664                 "type": "git",
1665                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1666                 "reference": "cdd86616411fc3062368b720b0425de10bd3d579"
1667             },
1668             "dist": {
1669                 "type": "zip",
1670                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cdd86616411fc3062368b720b0425de10bd3d579",
1671                 "reference": "cdd86616411fc3062368b720b0425de10bd3d579",
1672                 "shasum": ""
1673             },
1674             "require": {
1675                 "php": "^7.3"
1676             },
1677             "require-dev": {
1678                 "phpunit/phpunit": "^9.0"
1679             },
1680             "type": "library",
1681             "extra": {
1682                 "branch-alias": {
1683                     "dev-master": "4.0-dev"
1684                 }
1685             },
1686             "autoload": {
1687                 "classmap": [
1688                     "src/"
1689                 ]
1690             },
1691             "notification-url": "https://packagist.org/downloads/",
1692             "license": [
1693                 "BSD-3-Clause"
1694             ],
1695             "authors": [
1696                 {
1697                     "name": "Sebastian Bergmann",
1698                     "email": "sebastian@phpunit.de"
1699                 },
1700                 {
1701                     "name": "Jeff Welch",
1702                     "email": "whatthejeff@gmail.com"
1703                 },
1704                 {
1705                     "name": "Adam Harvey",
1706                     "email": "aharvey@php.net"
1707                 }
1708             ],
1709             "description": "Provides functionality to recursively process PHP variables",
1710             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1711             "time": "2020-02-07T06:18:20+00:00"
1712         },
1713         {
1714             "name": "sebastian/resource-operations",
1715             "version": "3.0.0",
1716             "source": {
1717                 "type": "git",
1718                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1719                 "reference": "8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98"
1720             },
1721             "dist": {
1722                 "type": "zip",
1723                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98",
1724                 "reference": "8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98",
1725                 "shasum": ""
1726             },
1727             "require": {
1728                 "php": "^7.3"
1729             },
1730             "require-dev": {
1731                 "phpunit/phpunit": "^9.0"
1732             },
1733             "type": "library",
1734             "extra": {
1735                 "branch-alias": {
1736                     "dev-master": "3.0-dev"
1737                 }
1738             },
1739             "autoload": {
1740                 "classmap": [
1741                     "src/"
1742                 ]
1743             },
1744             "notification-url": "https://packagist.org/downloads/",
1745             "license": [
1746                 "BSD-3-Clause"
1747             ],
1748             "authors": [
1749                 {
1750                     "name": "Sebastian Bergmann",
1751                     "email": "sebastian@phpunit.de"
1752                 }
1753             ],
1754             "description": "Provides a list of PHP built-in functions that operate on resources",
1755             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1756             "time": "2020-02-07T06:13:02+00:00"
1757         },
1758         {
1759             "name": "sebastian/type",
1760             "version": "2.0.0",
1761             "source": {
1762                 "type": "git",
1763                 "url": "https://github.com/sebastianbergmann/type.git",
1764                 "reference": "9e8f42f740afdea51f5f4e8cec2035580e797ee1"
1765             },
1766             "dist": {
1767                 "type": "zip",
1768                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/9e8f42f740afdea51f5f4e8cec2035580e797ee1",
1769                 "reference": "9e8f42f740afdea51f5f4e8cec2035580e797ee1",
1770                 "shasum": ""
1771             },
1772             "require": {
1773                 "php": "^7.3"
1774             },
1775             "require-dev": {
1776                 "phpunit/phpunit": "^9.0"
1777             },
1778             "type": "library",
1779             "extra": {
1780                 "branch-alias": {
1781                     "dev-master": "2.0-dev"
1782                 }
1783             },
1784             "autoload": {
1785                 "classmap": [
1786                     "src/"
1787                 ]
1788             },
1789             "notification-url": "https://packagist.org/downloads/",
1790             "license": [
1791                 "BSD-3-Clause"
1792             ],
1793             "authors": [
1794                 {
1795                     "name": "Sebastian Bergmann",
1796                     "email": "sebastian@phpunit.de",
1797                     "role": "lead"
1798                 }
1799             ],
1800             "description": "Collection of value objects that represent the types of the PHP type system",
1801             "homepage": "https://github.com/sebastianbergmann/type",
1802             "time": "2020-02-07T06:13:43+00:00"
1803         },
1804         {
1805             "name": "sebastian/version",
1806             "version": "3.0.0",
1807             "source": {
1808                 "type": "git",
1809                 "url": "https://github.com/sebastianbergmann/version.git",
1810                 "reference": "0411bde656dce64202b39c2f4473993a9081d39e"
1811             },
1812             "dist": {
1813                 "type": "zip",
1814                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/0411bde656dce64202b39c2f4473993a9081d39e",
1815                 "reference": "0411bde656dce64202b39c2f4473993a9081d39e",
1816                 "shasum": ""
1817             },
1818             "require": {
1819                 "php": "^7.3"
1820             },
1821             "type": "library",
1822             "extra": {
1823                 "branch-alias": {
1824                     "dev-master": "3.0-dev"
1825                 }
1826             },
1827             "autoload": {
1828                 "classmap": [
1829                     "src/"
1830                 ]
1831             },
1832             "notification-url": "https://packagist.org/downloads/",
1833             "license": [
1834                 "BSD-3-Clause"
1835             ],
1836             "authors": [
1837                 {
1838                     "name": "Sebastian Bergmann",
1839                     "email": "sebastian@phpunit.de",
1840                     "role": "lead"
1841                 }
1842             ],
1843             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1844             "homepage": "https://github.com/sebastianbergmann/version",
1845             "time": "2020-01-21T06:36:37+00:00"
1846         },
1847         {
1848             "name": "theseer/tokenizer",
1849             "version": "1.1.3",
1850             "source": {
1851                 "type": "git",
1852                 "url": "https://github.com/theseer/tokenizer.git",
1853                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
1854             },
1855             "dist": {
1856                 "type": "zip",
1857                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
1858                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
1859                 "shasum": ""
1860             },
1861             "require": {
1862                 "ext-dom": "*",
1863                 "ext-tokenizer": "*",
1864                 "ext-xmlwriter": "*",
1865                 "php": "^7.0"
1866             },
1867             "type": "library",
1868             "autoload": {
1869                 "classmap": [
1870                     "src/"
1871                 ]
1872             },
1873             "notification-url": "https://packagist.org/downloads/",
1874             "license": [
1875                 "BSD-3-Clause"
1876             ],
1877             "authors": [
1878                 {
1879                     "name": "Arne Blankerts",
1880                     "email": "arne@blankerts.de",
1881                     "role": "Developer"
1882                 }
1883             ],
1884             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1885             "time": "2019-06-13T22:48:21+00:00"
1886         },
1887         {
1888             "name": "webmozart/assert",
1889             "version": "1.7.0",
1890             "source": {
1891                 "type": "git",
1892                 "url": "https://github.com/webmozart/assert.git",
1893                 "reference": "aed98a490f9a8f78468232db345ab9cf606cf598"
1894             },
1895             "dist": {
1896                 "type": "zip",
1897                 "url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598",
1898                 "reference": "aed98a490f9a8f78468232db345ab9cf606cf598",
1899                 "shasum": ""
1900             },
1901             "require": {
1902                 "php": "^5.3.3 || ^7.0",
1903                 "symfony/polyfill-ctype": "^1.8"
1904             },
1905             "conflict": {
1906                 "vimeo/psalm": "<3.6.0"
1907             },
1908             "require-dev": {
1909                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
1910             },
1911             "type": "library",
1912             "autoload": {
1913                 "psr-4": {
1914                     "Webmozart\\Assert\\": "src/"
1915                 }
1916             },
1917             "notification-url": "https://packagist.org/downloads/",
1918             "license": [
1919                 "MIT"
1920             ],
1921             "authors": [
1922                 {
1923                     "name": "Bernhard Schussek",
1924                     "email": "bschussek@gmail.com"
1925                 }
1926             ],
1927             "description": "Assertions to validate method input/output with nice error messages.",
1928             "keywords": [
1929                 "assert",
1930                 "check",
1931                 "validate"
1932             ],
1933             "time": "2020-02-14T12:15:55+00:00"
1934         }
1935     ],
1936     "aliases": [],
1937     "minimum-stability": "stable",
1938     "stability-flags": [],
1939     "prefer-stable": false,
1940     "prefer-lowest": false,
1941     "platform": [],
1942     "platform-dev": []
1943 }