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