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/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.2",
837             "source": {
838                 "type": "git",
839                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
840                 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
841             },
842             "dist": {
843                 "type": "zip",
844                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
845                 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
846                 "shasum": ""
847             },
848             "require": {
849                 "php": ">=5.6"
850             },
851             "require-dev": {
852                 "phpunit/phpunit": "^8.5"
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             "funding": [
878                 {
879                     "url": "https://github.com/sebastianbergmann",
880                     "type": "github"
881                 }
882             ],
883             "time": "2020-11-30T08:15:22+00:00"
884         },
885         {
886             "name": "sebastian/comparator",
887             "version": "2.1.3",
888             "source": {
889                 "type": "git",
890                 "url": "https://github.com/sebastianbergmann/comparator.git",
891                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
892             },
893             "dist": {
894                 "type": "zip",
895                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
896                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
897                 "shasum": ""
898             },
899             "require": {
900                 "php": "^7.0",
901                 "sebastian/diff": "^2.0 || ^3.0",
902                 "sebastian/exporter": "^3.1"
903             },
904             "require-dev": {
905                 "phpunit/phpunit": "^6.4"
906             },
907             "type": "library",
908             "extra": {
909                 "branch-alias": {
910                     "dev-master": "2.1.x-dev"
911                 }
912             },
913             "autoload": {
914                 "classmap": [
915                     "src/"
916                 ]
917             },
918             "notification-url": "https://packagist.org/downloads/",
919             "license": [
920                 "BSD-3-Clause"
921             ],
922             "authors": [
923                 {
924                     "name": "Jeff Welch",
925                     "email": "whatthejeff@gmail.com"
926                 },
927                 {
928                     "name": "Volker Dusch",
929                     "email": "github@wallbash.com"
930                 },
931                 {
932                     "name": "Bernhard Schussek",
933                     "email": "bschussek@2bepublished.at"
934                 },
935                 {
936                     "name": "Sebastian Bergmann",
937                     "email": "sebastian@phpunit.de"
938                 }
939             ],
940             "description": "Provides the functionality to compare PHP values for equality",
941             "homepage": "https://github.com/sebastianbergmann/comparator",
942             "keywords": [
943                 "comparator",
944                 "compare",
945                 "equality"
946             ],
947             "time": "2018-02-01T13:46:46+00:00"
948         },
949         {
950             "name": "sebastian/diff",
951             "version": "2.0.1",
952             "source": {
953                 "type": "git",
954                 "url": "https://github.com/sebastianbergmann/diff.git",
955                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
956             },
957             "dist": {
958                 "type": "zip",
959                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
960                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
961                 "shasum": ""
962             },
963             "require": {
964                 "php": "^7.0"
965             },
966             "require-dev": {
967                 "phpunit/phpunit": "^6.2"
968             },
969             "type": "library",
970             "extra": {
971                 "branch-alias": {
972                     "dev-master": "2.0-dev"
973                 }
974             },
975             "autoload": {
976                 "classmap": [
977                     "src/"
978                 ]
979             },
980             "notification-url": "https://packagist.org/downloads/",
981             "license": [
982                 "BSD-3-Clause"
983             ],
984             "authors": [
985                 {
986                     "name": "Kore Nordmann",
987                     "email": "mail@kore-nordmann.de"
988                 },
989                 {
990                     "name": "Sebastian Bergmann",
991                     "email": "sebastian@phpunit.de"
992                 }
993             ],
994             "description": "Diff implementation",
995             "homepage": "https://github.com/sebastianbergmann/diff",
996             "keywords": [
997                 "diff"
998             ],
999             "time": "2017-08-03T08:09:46+00:00"
1000         },
1001         {
1002             "name": "sebastian/environment",
1003             "version": "3.1.0",
1004             "source": {
1005                 "type": "git",
1006                 "url": "https://github.com/sebastianbergmann/environment.git",
1007                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
1008             },
1009             "dist": {
1010                 "type": "zip",
1011                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1012                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1013                 "shasum": ""
1014             },
1015             "require": {
1016                 "php": "^7.0"
1017             },
1018             "require-dev": {
1019                 "phpunit/phpunit": "^6.1"
1020             },
1021             "type": "library",
1022             "extra": {
1023                 "branch-alias": {
1024                     "dev-master": "3.1.x-dev"
1025                 }
1026             },
1027             "autoload": {
1028                 "classmap": [
1029                     "src/"
1030                 ]
1031             },
1032             "notification-url": "https://packagist.org/downloads/",
1033             "license": [
1034                 "BSD-3-Clause"
1035             ],
1036             "authors": [
1037                 {
1038                     "name": "Sebastian Bergmann",
1039                     "email": "sebastian@phpunit.de"
1040                 }
1041             ],
1042             "description": "Provides functionality to handle HHVM/PHP environments",
1043             "homepage": "http://www.github.com/sebastianbergmann/environment",
1044             "keywords": [
1045                 "Xdebug",
1046                 "environment",
1047                 "hhvm"
1048             ],
1049             "time": "2017-07-01T08:51:00+00:00"
1050         },
1051         {
1052             "name": "sebastian/exporter",
1053             "version": "3.1.3",
1054             "source": {
1055                 "type": "git",
1056                 "url": "https://github.com/sebastianbergmann/exporter.git",
1057                 "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
1058             },
1059             "dist": {
1060                 "type": "zip",
1061                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
1062                 "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
1063                 "shasum": ""
1064             },
1065             "require": {
1066                 "php": ">=7.0",
1067                 "sebastian/recursion-context": "^3.0"
1068             },
1069             "require-dev": {
1070                 "ext-mbstring": "*",
1071                 "phpunit/phpunit": "^6.0"
1072             },
1073             "type": "library",
1074             "extra": {
1075                 "branch-alias": {
1076                     "dev-master": "3.1.x-dev"
1077                 }
1078             },
1079             "autoload": {
1080                 "classmap": [
1081                     "src/"
1082                 ]
1083             },
1084             "notification-url": "https://packagist.org/downloads/",
1085             "license": [
1086                 "BSD-3-Clause"
1087             ],
1088             "authors": [
1089                 {
1090                     "name": "Sebastian Bergmann",
1091                     "email": "sebastian@phpunit.de"
1092                 },
1093                 {
1094                     "name": "Jeff Welch",
1095                     "email": "whatthejeff@gmail.com"
1096                 },
1097                 {
1098                     "name": "Volker Dusch",
1099                     "email": "github@wallbash.com"
1100                 },
1101                 {
1102                     "name": "Adam Harvey",
1103                     "email": "aharvey@php.net"
1104                 },
1105                 {
1106                     "name": "Bernhard Schussek",
1107                     "email": "bschussek@gmail.com"
1108                 }
1109             ],
1110             "description": "Provides the functionality to export PHP variables for visualization",
1111             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1112             "keywords": [
1113                 "export",
1114                 "exporter"
1115             ],
1116             "funding": [
1117                 {
1118                     "url": "https://github.com/sebastianbergmann",
1119                     "type": "github"
1120                 }
1121             ],
1122             "time": "2020-11-30T07:47:53+00:00"
1123         },
1124         {
1125             "name": "sebastian/global-state",
1126             "version": "2.0.0",
1127             "source": {
1128                 "type": "git",
1129                 "url": "https://github.com/sebastianbergmann/global-state.git",
1130                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1131             },
1132             "dist": {
1133                 "type": "zip",
1134                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1135                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1136                 "shasum": ""
1137             },
1138             "require": {
1139                 "php": "^7.0"
1140             },
1141             "require-dev": {
1142                 "phpunit/phpunit": "^6.0"
1143             },
1144             "suggest": {
1145                 "ext-uopz": "*"
1146             },
1147             "type": "library",
1148             "extra": {
1149                 "branch-alias": {
1150                     "dev-master": "2.0-dev"
1151                 }
1152             },
1153             "autoload": {
1154                 "classmap": [
1155                     "src/"
1156                 ]
1157             },
1158             "notification-url": "https://packagist.org/downloads/",
1159             "license": [
1160                 "BSD-3-Clause"
1161             ],
1162             "authors": [
1163                 {
1164                     "name": "Sebastian Bergmann",
1165                     "email": "sebastian@phpunit.de"
1166                 }
1167             ],
1168             "description": "Snapshotting of global state",
1169             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1170             "keywords": [
1171                 "global state"
1172             ],
1173             "time": "2017-04-27T15:39:26+00:00"
1174         },
1175         {
1176             "name": "sebastian/object-enumerator",
1177             "version": "3.0.4",
1178             "source": {
1179                 "type": "git",
1180                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1181                 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
1182             },
1183             "dist": {
1184                 "type": "zip",
1185                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1186                 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1187                 "shasum": ""
1188             },
1189             "require": {
1190                 "php": ">=7.0",
1191                 "sebastian/object-reflector": "^1.1.1",
1192                 "sebastian/recursion-context": "^3.0"
1193             },
1194             "require-dev": {
1195                 "phpunit/phpunit": "^6.0"
1196             },
1197             "type": "library",
1198             "extra": {
1199                 "branch-alias": {
1200                     "dev-master": "3.0.x-dev"
1201                 }
1202             },
1203             "autoload": {
1204                 "classmap": [
1205                     "src/"
1206                 ]
1207             },
1208             "notification-url": "https://packagist.org/downloads/",
1209             "license": [
1210                 "BSD-3-Clause"
1211             ],
1212             "authors": [
1213                 {
1214                     "name": "Sebastian Bergmann",
1215                     "email": "sebastian@phpunit.de"
1216                 }
1217             ],
1218             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1219             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1220             "funding": [
1221                 {
1222                     "url": "https://github.com/sebastianbergmann",
1223                     "type": "github"
1224                 }
1225             ],
1226             "time": "2020-11-30T07:40:27+00:00"
1227         },
1228         {
1229             "name": "sebastian/object-reflector",
1230             "version": "1.1.2",
1231             "source": {
1232                 "type": "git",
1233                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1234                 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
1235             },
1236             "dist": {
1237                 "type": "zip",
1238                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
1239                 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
1240                 "shasum": ""
1241             },
1242             "require": {
1243                 "php": ">=7.0"
1244             },
1245             "require-dev": {
1246                 "phpunit/phpunit": "^6.0"
1247             },
1248             "type": "library",
1249             "extra": {
1250                 "branch-alias": {
1251                     "dev-master": "1.1-dev"
1252                 }
1253             },
1254             "autoload": {
1255                 "classmap": [
1256                     "src/"
1257                 ]
1258             },
1259             "notification-url": "https://packagist.org/downloads/",
1260             "license": [
1261                 "BSD-3-Clause"
1262             ],
1263             "authors": [
1264                 {
1265                     "name": "Sebastian Bergmann",
1266                     "email": "sebastian@phpunit.de"
1267                 }
1268             ],
1269             "description": "Allows reflection of object attributes, including inherited and non-public ones",
1270             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1271             "funding": [
1272                 {
1273                     "url": "https://github.com/sebastianbergmann",
1274                     "type": "github"
1275                 }
1276             ],
1277             "time": "2020-11-30T07:37:18+00:00"
1278         },
1279         {
1280             "name": "sebastian/recursion-context",
1281             "version": "3.0.1",
1282             "source": {
1283                 "type": "git",
1284                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1285                 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
1286             },
1287             "dist": {
1288                 "type": "zip",
1289                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
1290                 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
1291                 "shasum": ""
1292             },
1293             "require": {
1294                 "php": ">=7.0"
1295             },
1296             "require-dev": {
1297                 "phpunit/phpunit": "^6.0"
1298             },
1299             "type": "library",
1300             "extra": {
1301                 "branch-alias": {
1302                     "dev-master": "3.0.x-dev"
1303                 }
1304             },
1305             "autoload": {
1306                 "classmap": [
1307                     "src/"
1308                 ]
1309             },
1310             "notification-url": "https://packagist.org/downloads/",
1311             "license": [
1312                 "BSD-3-Clause"
1313             ],
1314             "authors": [
1315                 {
1316                     "name": "Sebastian Bergmann",
1317                     "email": "sebastian@phpunit.de"
1318                 },
1319                 {
1320                     "name": "Jeff Welch",
1321                     "email": "whatthejeff@gmail.com"
1322                 },
1323                 {
1324                     "name": "Adam Harvey",
1325                     "email": "aharvey@php.net"
1326                 }
1327             ],
1328             "description": "Provides functionality to recursively process PHP variables",
1329             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1330             "funding": [
1331                 {
1332                     "url": "https://github.com/sebastianbergmann",
1333                     "type": "github"
1334                 }
1335             ],
1336             "time": "2020-11-30T07:34:24+00:00"
1337         },
1338         {
1339             "name": "sebastian/resource-operations",
1340             "version": "1.0.0",
1341             "source": {
1342                 "type": "git",
1343                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1344                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1345             },
1346             "dist": {
1347                 "type": "zip",
1348                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1349                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1350                 "shasum": ""
1351             },
1352             "require": {
1353                 "php": ">=5.6.0"
1354             },
1355             "type": "library",
1356             "extra": {
1357                 "branch-alias": {
1358                     "dev-master": "1.0.x-dev"
1359                 }
1360             },
1361             "autoload": {
1362                 "classmap": [
1363                     "src/"
1364                 ]
1365             },
1366             "notification-url": "https://packagist.org/downloads/",
1367             "license": [
1368                 "BSD-3-Clause"
1369             ],
1370             "authors": [
1371                 {
1372                     "name": "Sebastian Bergmann",
1373                     "email": "sebastian@phpunit.de"
1374                 }
1375             ],
1376             "description": "Provides a list of PHP built-in functions that operate on resources",
1377             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1378             "time": "2015-07-28T20:34:47+00:00"
1379         },
1380         {
1381             "name": "sebastian/version",
1382             "version": "2.0.1",
1383             "source": {
1384                 "type": "git",
1385                 "url": "https://github.com/sebastianbergmann/version.git",
1386                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1387             },
1388             "dist": {
1389                 "type": "zip",
1390                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1391                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1392                 "shasum": ""
1393             },
1394             "require": {
1395                 "php": ">=5.6"
1396             },
1397             "type": "library",
1398             "extra": {
1399                 "branch-alias": {
1400                     "dev-master": "2.0.x-dev"
1401                 }
1402             },
1403             "autoload": {
1404                 "classmap": [
1405                     "src/"
1406                 ]
1407             },
1408             "notification-url": "https://packagist.org/downloads/",
1409             "license": [
1410                 "BSD-3-Clause"
1411             ],
1412             "authors": [
1413                 {
1414                     "name": "Sebastian Bergmann",
1415                     "email": "sebastian@phpunit.de",
1416                     "role": "lead"
1417                 }
1418             ],
1419             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1420             "homepage": "https://github.com/sebastianbergmann/version",
1421             "time": "2016-10-03T07:35:21+00:00"
1422         },
1423         {
1424             "name": "symfony/polyfill-ctype",
1425             "version": "v1.20.0",
1426             "source": {
1427                 "type": "git",
1428                 "url": "https://github.com/symfony/polyfill-ctype.git",
1429                 "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
1430             },
1431             "dist": {
1432                 "type": "zip",
1433                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
1434                 "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
1435                 "shasum": ""
1436             },
1437             "require": {
1438                 "php": ">=7.1"
1439             },
1440             "suggest": {
1441                 "ext-ctype": "For best performance"
1442             },
1443             "type": "library",
1444             "extra": {
1445                 "branch-alias": {
1446                     "dev-main": "1.20-dev"
1447                 },
1448                 "thanks": {
1449                     "name": "symfony/polyfill",
1450                     "url": "https://github.com/symfony/polyfill"
1451                 }
1452             },
1453             "autoload": {
1454                 "psr-4": {
1455                     "Symfony\\Polyfill\\Ctype\\": ""
1456                 },
1457                 "files": [
1458                     "bootstrap.php"
1459                 ]
1460             },
1461             "notification-url": "https://packagist.org/downloads/",
1462             "license": [
1463                 "MIT"
1464             ],
1465             "authors": [
1466                 {
1467                     "name": "Gert de Pagter",
1468                     "email": "BackEndTea@gmail.com"
1469                 },
1470                 {
1471                     "name": "Symfony Community",
1472                     "homepage": "https://symfony.com/contributors"
1473                 }
1474             ],
1475             "description": "Symfony polyfill for ctype functions",
1476             "homepage": "https://symfony.com",
1477             "keywords": [
1478                 "compatibility",
1479                 "ctype",
1480                 "polyfill",
1481                 "portable"
1482             ],
1483             "funding": [
1484                 {
1485                     "url": "https://symfony.com/sponsor",
1486                     "type": "custom"
1487                 },
1488                 {
1489                     "url": "https://github.com/fabpot",
1490                     "type": "github"
1491                 },
1492                 {
1493                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1494                     "type": "tidelift"
1495                 }
1496             ],
1497             "time": "2020-10-23T14:02:19+00:00"
1498         },
1499         {
1500             "name": "theseer/tokenizer",
1501             "version": "1.2.0",
1502             "source": {
1503                 "type": "git",
1504                 "url": "https://github.com/theseer/tokenizer.git",
1505                 "reference": "75a63c33a8577608444246075ea0af0d052e452a"
1506             },
1507             "dist": {
1508                 "type": "zip",
1509                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
1510                 "reference": "75a63c33a8577608444246075ea0af0d052e452a",
1511                 "shasum": ""
1512             },
1513             "require": {
1514                 "ext-dom": "*",
1515                 "ext-tokenizer": "*",
1516                 "ext-xmlwriter": "*",
1517                 "php": "^7.2 || ^8.0"
1518             },
1519             "type": "library",
1520             "autoload": {
1521                 "classmap": [
1522                     "src/"
1523                 ]
1524             },
1525             "notification-url": "https://packagist.org/downloads/",
1526             "license": [
1527                 "BSD-3-Clause"
1528             ],
1529             "authors": [
1530                 {
1531                     "name": "Arne Blankerts",
1532                     "email": "arne@blankerts.de",
1533                     "role": "Developer"
1534                 }
1535             ],
1536             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1537             "funding": [
1538                 {
1539                     "url": "https://github.com/theseer",
1540                     "type": "github"
1541                 }
1542             ],
1543             "time": "2020-07-12T23:59:07+00:00"
1544         },
1545         {
1546             "name": "webmozart/assert",
1547             "version": "1.9.1",
1548             "source": {
1549                 "type": "git",
1550                 "url": "https://github.com/webmozart/assert.git",
1551                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
1552             },
1553             "dist": {
1554                 "type": "zip",
1555                 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
1556                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
1557                 "shasum": ""
1558             },
1559             "require": {
1560                 "php": "^5.3.3 || ^7.0 || ^8.0",
1561                 "symfony/polyfill-ctype": "^1.8"
1562             },
1563             "conflict": {
1564                 "phpstan/phpstan": "<0.12.20",
1565                 "vimeo/psalm": "<3.9.1"
1566             },
1567             "require-dev": {
1568                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
1569             },
1570             "type": "library",
1571             "autoload": {
1572                 "psr-4": {
1573                     "Webmozart\\Assert\\": "src/"
1574                 }
1575             },
1576             "notification-url": "https://packagist.org/downloads/",
1577             "license": [
1578                 "MIT"
1579             ],
1580             "authors": [
1581                 {
1582                     "name": "Bernhard Schussek",
1583                     "email": "bschussek@gmail.com"
1584                 }
1585             ],
1586             "description": "Assertions to validate method input/output with nice error messages.",
1587             "keywords": [
1588                 "assert",
1589                 "check",
1590                 "validate"
1591             ],
1592             "time": "2020-07-08T17:02:28+00:00"
1593         }
1594     ],
1595     "aliases": [],
1596     "minimum-stability": "stable",
1597     "stability-flags": [],
1598     "prefer-stable": false,
1599     "prefer-lowest": false,
1600     "platform": [],
1601     "platform-dev": [],
1602     "plugin-api-version": "1.1.0"
1603 }