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