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