]> 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             "time": "2017-11-27T05:48:46+00:00"
693         },
694         {
695             "name": "phpunit/phpunit",
696             "version": "6.5.14",
697             "source": {
698                 "type": "git",
699                 "url": "https://github.com/sebastianbergmann/phpunit.git",
700                 "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7"
701             },
702             "dist": {
703                 "type": "zip",
704                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7",
705                 "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7",
706                 "shasum": ""
707             },
708             "require": {
709                 "ext-dom": "*",
710                 "ext-json": "*",
711                 "ext-libxml": "*",
712                 "ext-mbstring": "*",
713                 "ext-xml": "*",
714                 "myclabs/deep-copy": "^1.6.1",
715                 "phar-io/manifest": "^1.0.1",
716                 "phar-io/version": "^1.0",
717                 "php": "^7.0",
718                 "phpspec/prophecy": "^1.7",
719                 "phpunit/php-code-coverage": "^5.3",
720                 "phpunit/php-file-iterator": "^1.4.3",
721                 "phpunit/php-text-template": "^1.2.1",
722                 "phpunit/php-timer": "^1.0.9",
723                 "phpunit/phpunit-mock-objects": "^5.0.9",
724                 "sebastian/comparator": "^2.1",
725                 "sebastian/diff": "^2.0",
726                 "sebastian/environment": "^3.1",
727                 "sebastian/exporter": "^3.1",
728                 "sebastian/global-state": "^2.0",
729                 "sebastian/object-enumerator": "^3.0.3",
730                 "sebastian/resource-operations": "^1.0",
731                 "sebastian/version": "^2.0.1"
732             },
733             "conflict": {
734                 "phpdocumentor/reflection-docblock": "3.0.2",
735                 "phpunit/dbunit": "<3.0"
736             },
737             "require-dev": {
738                 "ext-pdo": "*"
739             },
740             "suggest": {
741                 "ext-xdebug": "*",
742                 "phpunit/php-invoker": "^1.1"
743             },
744             "bin": [
745                 "phpunit"
746             ],
747             "type": "library",
748             "extra": {
749                 "branch-alias": {
750                     "dev-master": "6.5.x-dev"
751                 }
752             },
753             "autoload": {
754                 "classmap": [
755                     "src/"
756                 ]
757             },
758             "notification-url": "https://packagist.org/downloads/",
759             "license": [
760                 "BSD-3-Clause"
761             ],
762             "authors": [
763                 {
764                     "name": "Sebastian Bergmann",
765                     "email": "sebastian@phpunit.de",
766                     "role": "lead"
767                 }
768             ],
769             "description": "The PHP Unit Testing framework.",
770             "homepage": "https://phpunit.de/",
771             "keywords": [
772                 "phpunit",
773                 "testing",
774                 "xunit"
775             ],
776             "time": "2019-02-01T05:22:47+00:00"
777         },
778         {
779             "name": "phpunit/phpunit-mock-objects",
780             "version": "5.0.10",
781             "source": {
782                 "type": "git",
783                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
784                 "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
785             },
786             "dist": {
787                 "type": "zip",
788                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
789                 "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
790                 "shasum": ""
791             },
792             "require": {
793                 "doctrine/instantiator": "^1.0.5",
794                 "php": "^7.0",
795                 "phpunit/php-text-template": "^1.2.1",
796                 "sebastian/exporter": "^3.1"
797             },
798             "conflict": {
799                 "phpunit/phpunit": "<6.0"
800             },
801             "require-dev": {
802                 "phpunit/phpunit": "^6.5.11"
803             },
804             "suggest": {
805                 "ext-soap": "*"
806             },
807             "type": "library",
808             "extra": {
809                 "branch-alias": {
810                     "dev-master": "5.0.x-dev"
811                 }
812             },
813             "autoload": {
814                 "classmap": [
815                     "src/"
816                 ]
817             },
818             "notification-url": "https://packagist.org/downloads/",
819             "license": [
820                 "BSD-3-Clause"
821             ],
822             "authors": [
823                 {
824                     "name": "Sebastian Bergmann",
825                     "email": "sebastian@phpunit.de",
826                     "role": "lead"
827                 }
828             ],
829             "description": "Mock Object library for PHPUnit",
830             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
831             "keywords": [
832                 "mock",
833                 "xunit"
834             ],
835             "abandoned": true,
836             "time": "2018-08-09T05:50:03+00:00"
837         },
838         {
839             "name": "sebastian/code-unit-reverse-lookup",
840             "version": "1.0.1",
841             "source": {
842                 "type": "git",
843                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
844                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
845             },
846             "dist": {
847                 "type": "zip",
848                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
849                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
850                 "shasum": ""
851             },
852             "require": {
853                 "php": "^5.6 || ^7.0"
854             },
855             "require-dev": {
856                 "phpunit/phpunit": "^5.7 || ^6.0"
857             },
858             "type": "library",
859             "extra": {
860                 "branch-alias": {
861                     "dev-master": "1.0.x-dev"
862                 }
863             },
864             "autoload": {
865                 "classmap": [
866                     "src/"
867                 ]
868             },
869             "notification-url": "https://packagist.org/downloads/",
870             "license": [
871                 "BSD-3-Clause"
872             ],
873             "authors": [
874                 {
875                     "name": "Sebastian Bergmann",
876                     "email": "sebastian@phpunit.de"
877                 }
878             ],
879             "description": "Looks up which function or method a line of code belongs to",
880             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
881             "time": "2017-03-04T06:30:41+00:00"
882         },
883         {
884             "name": "sebastian/comparator",
885             "version": "2.1.3",
886             "source": {
887                 "type": "git",
888                 "url": "https://github.com/sebastianbergmann/comparator.git",
889                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
890             },
891             "dist": {
892                 "type": "zip",
893                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
894                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
895                 "shasum": ""
896             },
897             "require": {
898                 "php": "^7.0",
899                 "sebastian/diff": "^2.0 || ^3.0",
900                 "sebastian/exporter": "^3.1"
901             },
902             "require-dev": {
903                 "phpunit/phpunit": "^6.4"
904             },
905             "type": "library",
906             "extra": {
907                 "branch-alias": {
908                     "dev-master": "2.1.x-dev"
909                 }
910             },
911             "autoload": {
912                 "classmap": [
913                     "src/"
914                 ]
915             },
916             "notification-url": "https://packagist.org/downloads/",
917             "license": [
918                 "BSD-3-Clause"
919             ],
920             "authors": [
921                 {
922                     "name": "Jeff Welch",
923                     "email": "whatthejeff@gmail.com"
924                 },
925                 {
926                     "name": "Volker Dusch",
927                     "email": "github@wallbash.com"
928                 },
929                 {
930                     "name": "Bernhard Schussek",
931                     "email": "bschussek@2bepublished.at"
932                 },
933                 {
934                     "name": "Sebastian Bergmann",
935                     "email": "sebastian@phpunit.de"
936                 }
937             ],
938             "description": "Provides the functionality to compare PHP values for equality",
939             "homepage": "https://github.com/sebastianbergmann/comparator",
940             "keywords": [
941                 "comparator",
942                 "compare",
943                 "equality"
944             ],
945             "time": "2018-02-01T13:46:46+00:00"
946         },
947         {
948             "name": "sebastian/diff",
949             "version": "2.0.1",
950             "source": {
951                 "type": "git",
952                 "url": "https://github.com/sebastianbergmann/diff.git",
953                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
954             },
955             "dist": {
956                 "type": "zip",
957                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
958                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
959                 "shasum": ""
960             },
961             "require": {
962                 "php": "^7.0"
963             },
964             "require-dev": {
965                 "phpunit/phpunit": "^6.2"
966             },
967             "type": "library",
968             "extra": {
969                 "branch-alias": {
970                     "dev-master": "2.0-dev"
971                 }
972             },
973             "autoload": {
974                 "classmap": [
975                     "src/"
976                 ]
977             },
978             "notification-url": "https://packagist.org/downloads/",
979             "license": [
980                 "BSD-3-Clause"
981             ],
982             "authors": [
983                 {
984                     "name": "Kore Nordmann",
985                     "email": "mail@kore-nordmann.de"
986                 },
987                 {
988                     "name": "Sebastian Bergmann",
989                     "email": "sebastian@phpunit.de"
990                 }
991             ],
992             "description": "Diff implementation",
993             "homepage": "https://github.com/sebastianbergmann/diff",
994             "keywords": [
995                 "diff"
996             ],
997             "time": "2017-08-03T08:09:46+00:00"
998         },
999         {
1000             "name": "sebastian/environment",
1001             "version": "3.1.0",
1002             "source": {
1003                 "type": "git",
1004                 "url": "https://github.com/sebastianbergmann/environment.git",
1005                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
1006             },
1007             "dist": {
1008                 "type": "zip",
1009                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1010                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1011                 "shasum": ""
1012             },
1013             "require": {
1014                 "php": "^7.0"
1015             },
1016             "require-dev": {
1017                 "phpunit/phpunit": "^6.1"
1018             },
1019             "type": "library",
1020             "extra": {
1021                 "branch-alias": {
1022                     "dev-master": "3.1.x-dev"
1023                 }
1024             },
1025             "autoload": {
1026                 "classmap": [
1027                     "src/"
1028                 ]
1029             },
1030             "notification-url": "https://packagist.org/downloads/",
1031             "license": [
1032                 "BSD-3-Clause"
1033             ],
1034             "authors": [
1035                 {
1036                     "name": "Sebastian Bergmann",
1037                     "email": "sebastian@phpunit.de"
1038                 }
1039             ],
1040             "description": "Provides functionality to handle HHVM/PHP environments",
1041             "homepage": "http://www.github.com/sebastianbergmann/environment",
1042             "keywords": [
1043                 "Xdebug",
1044                 "environment",
1045                 "hhvm"
1046             ],
1047             "time": "2017-07-01T08:51:00+00:00"
1048         },
1049         {
1050             "name": "sebastian/exporter",
1051             "version": "3.1.2",
1052             "source": {
1053                 "type": "git",
1054                 "url": "https://github.com/sebastianbergmann/exporter.git",
1055                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
1056             },
1057             "dist": {
1058                 "type": "zip",
1059                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
1060                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
1061                 "shasum": ""
1062             },
1063             "require": {
1064                 "php": "^7.0",
1065                 "sebastian/recursion-context": "^3.0"
1066             },
1067             "require-dev": {
1068                 "ext-mbstring": "*",
1069                 "phpunit/phpunit": "^6.0"
1070             },
1071             "type": "library",
1072             "extra": {
1073                 "branch-alias": {
1074                     "dev-master": "3.1.x-dev"
1075                 }
1076             },
1077             "autoload": {
1078                 "classmap": [
1079                     "src/"
1080                 ]
1081             },
1082             "notification-url": "https://packagist.org/downloads/",
1083             "license": [
1084                 "BSD-3-Clause"
1085             ],
1086             "authors": [
1087                 {
1088                     "name": "Sebastian Bergmann",
1089                     "email": "sebastian@phpunit.de"
1090                 },
1091                 {
1092                     "name": "Jeff Welch",
1093                     "email": "whatthejeff@gmail.com"
1094                 },
1095                 {
1096                     "name": "Volker Dusch",
1097                     "email": "github@wallbash.com"
1098                 },
1099                 {
1100                     "name": "Adam Harvey",
1101                     "email": "aharvey@php.net"
1102                 },
1103                 {
1104                     "name": "Bernhard Schussek",
1105                     "email": "bschussek@gmail.com"
1106                 }
1107             ],
1108             "description": "Provides the functionality to export PHP variables for visualization",
1109             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1110             "keywords": [
1111                 "export",
1112                 "exporter"
1113             ],
1114             "time": "2019-09-14T09:02:43+00:00"
1115         },
1116         {
1117             "name": "sebastian/global-state",
1118             "version": "2.0.0",
1119             "source": {
1120                 "type": "git",
1121                 "url": "https://github.com/sebastianbergmann/global-state.git",
1122                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1123             },
1124             "dist": {
1125                 "type": "zip",
1126                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1127                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1128                 "shasum": ""
1129             },
1130             "require": {
1131                 "php": "^7.0"
1132             },
1133             "require-dev": {
1134                 "phpunit/phpunit": "^6.0"
1135             },
1136             "suggest": {
1137                 "ext-uopz": "*"
1138             },
1139             "type": "library",
1140             "extra": {
1141                 "branch-alias": {
1142                     "dev-master": "2.0-dev"
1143                 }
1144             },
1145             "autoload": {
1146                 "classmap": [
1147                     "src/"
1148                 ]
1149             },
1150             "notification-url": "https://packagist.org/downloads/",
1151             "license": [
1152                 "BSD-3-Clause"
1153             ],
1154             "authors": [
1155                 {
1156                     "name": "Sebastian Bergmann",
1157                     "email": "sebastian@phpunit.de"
1158                 }
1159             ],
1160             "description": "Snapshotting of global state",
1161             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1162             "keywords": [
1163                 "global state"
1164             ],
1165             "time": "2017-04-27T15:39:26+00:00"
1166         },
1167         {
1168             "name": "sebastian/object-enumerator",
1169             "version": "3.0.3",
1170             "source": {
1171                 "type": "git",
1172                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1173                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1174             },
1175             "dist": {
1176                 "type": "zip",
1177                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1178                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1179                 "shasum": ""
1180             },
1181             "require": {
1182                 "php": "^7.0",
1183                 "sebastian/object-reflector": "^1.1.1",
1184                 "sebastian/recursion-context": "^3.0"
1185             },
1186             "require-dev": {
1187                 "phpunit/phpunit": "^6.0"
1188             },
1189             "type": "library",
1190             "extra": {
1191                 "branch-alias": {
1192                     "dev-master": "3.0.x-dev"
1193                 }
1194             },
1195             "autoload": {
1196                 "classmap": [
1197                     "src/"
1198                 ]
1199             },
1200             "notification-url": "https://packagist.org/downloads/",
1201             "license": [
1202                 "BSD-3-Clause"
1203             ],
1204             "authors": [
1205                 {
1206                     "name": "Sebastian Bergmann",
1207                     "email": "sebastian@phpunit.de"
1208                 }
1209             ],
1210             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1211             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1212             "time": "2017-08-03T12:35:26+00:00"
1213         },
1214         {
1215             "name": "sebastian/object-reflector",
1216             "version": "1.1.1",
1217             "source": {
1218                 "type": "git",
1219                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1220                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
1221             },
1222             "dist": {
1223                 "type": "zip",
1224                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1225                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
1226                 "shasum": ""
1227             },
1228             "require": {
1229                 "php": "^7.0"
1230             },
1231             "require-dev": {
1232                 "phpunit/phpunit": "^6.0"
1233             },
1234             "type": "library",
1235             "extra": {
1236                 "branch-alias": {
1237                     "dev-master": "1.1-dev"
1238                 }
1239             },
1240             "autoload": {
1241                 "classmap": [
1242                     "src/"
1243                 ]
1244             },
1245             "notification-url": "https://packagist.org/downloads/",
1246             "license": [
1247                 "BSD-3-Clause"
1248             ],
1249             "authors": [
1250                 {
1251                     "name": "Sebastian Bergmann",
1252                     "email": "sebastian@phpunit.de"
1253                 }
1254             ],
1255             "description": "Allows reflection of object attributes, including inherited and non-public ones",
1256             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1257             "time": "2017-03-29T09:07:27+00:00"
1258         },
1259         {
1260             "name": "sebastian/recursion-context",
1261             "version": "3.0.0",
1262             "source": {
1263                 "type": "git",
1264                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1265                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1266             },
1267             "dist": {
1268                 "type": "zip",
1269                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1270                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1271                 "shasum": ""
1272             },
1273             "require": {
1274                 "php": "^7.0"
1275             },
1276             "require-dev": {
1277                 "phpunit/phpunit": "^6.0"
1278             },
1279             "type": "library",
1280             "extra": {
1281                 "branch-alias": {
1282                     "dev-master": "3.0.x-dev"
1283                 }
1284             },
1285             "autoload": {
1286                 "classmap": [
1287                     "src/"
1288                 ]
1289             },
1290             "notification-url": "https://packagist.org/downloads/",
1291             "license": [
1292                 "BSD-3-Clause"
1293             ],
1294             "authors": [
1295                 {
1296                     "name": "Jeff Welch",
1297                     "email": "whatthejeff@gmail.com"
1298                 },
1299                 {
1300                     "name": "Sebastian Bergmann",
1301                     "email": "sebastian@phpunit.de"
1302                 },
1303                 {
1304                     "name": "Adam Harvey",
1305                     "email": "aharvey@php.net"
1306                 }
1307             ],
1308             "description": "Provides functionality to recursively process PHP variables",
1309             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1310             "time": "2017-03-03T06:23:57+00:00"
1311         },
1312         {
1313             "name": "sebastian/resource-operations",
1314             "version": "1.0.0",
1315             "source": {
1316                 "type": "git",
1317                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1318                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1319             },
1320             "dist": {
1321                 "type": "zip",
1322                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1323                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1324                 "shasum": ""
1325             },
1326             "require": {
1327                 "php": ">=5.6.0"
1328             },
1329             "type": "library",
1330             "extra": {
1331                 "branch-alias": {
1332                     "dev-master": "1.0.x-dev"
1333                 }
1334             },
1335             "autoload": {
1336                 "classmap": [
1337                     "src/"
1338                 ]
1339             },
1340             "notification-url": "https://packagist.org/downloads/",
1341             "license": [
1342                 "BSD-3-Clause"
1343             ],
1344             "authors": [
1345                 {
1346                     "name": "Sebastian Bergmann",
1347                     "email": "sebastian@phpunit.de"
1348                 }
1349             ],
1350             "description": "Provides a list of PHP built-in functions that operate on resources",
1351             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1352             "time": "2015-07-28T20:34:47+00:00"
1353         },
1354         {
1355             "name": "sebastian/version",
1356             "version": "2.0.1",
1357             "source": {
1358                 "type": "git",
1359                 "url": "https://github.com/sebastianbergmann/version.git",
1360                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1361             },
1362             "dist": {
1363                 "type": "zip",
1364                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1365                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1366                 "shasum": ""
1367             },
1368             "require": {
1369                 "php": ">=5.6"
1370             },
1371             "type": "library",
1372             "extra": {
1373                 "branch-alias": {
1374                     "dev-master": "2.0.x-dev"
1375                 }
1376             },
1377             "autoload": {
1378                 "classmap": [
1379                     "src/"
1380                 ]
1381             },
1382             "notification-url": "https://packagist.org/downloads/",
1383             "license": [
1384                 "BSD-3-Clause"
1385             ],
1386             "authors": [
1387                 {
1388                     "name": "Sebastian Bergmann",
1389                     "email": "sebastian@phpunit.de",
1390                     "role": "lead"
1391                 }
1392             ],
1393             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1394             "homepage": "https://github.com/sebastianbergmann/version",
1395             "time": "2016-10-03T07:35:21+00:00"
1396         },
1397         {
1398             "name": "symfony/polyfill-ctype",
1399             "version": "v1.18.1",
1400             "source": {
1401                 "type": "git",
1402                 "url": "https://github.com/symfony/polyfill-ctype.git",
1403                 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
1404             },
1405             "dist": {
1406                 "type": "zip",
1407                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
1408                 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
1409                 "shasum": ""
1410             },
1411             "require": {
1412                 "php": ">=5.3.3"
1413             },
1414             "suggest": {
1415                 "ext-ctype": "For best performance"
1416             },
1417             "type": "library",
1418             "extra": {
1419                 "branch-alias": {
1420                     "dev-master": "1.18-dev"
1421                 },
1422                 "thanks": {
1423                     "name": "symfony/polyfill",
1424                     "url": "https://github.com/symfony/polyfill"
1425                 }
1426             },
1427             "autoload": {
1428                 "psr-4": {
1429                     "Symfony\\Polyfill\\Ctype\\": ""
1430                 },
1431                 "files": [
1432                     "bootstrap.php"
1433                 ]
1434             },
1435             "notification-url": "https://packagist.org/downloads/",
1436             "license": [
1437                 "MIT"
1438             ],
1439             "authors": [
1440                 {
1441                     "name": "Gert de Pagter",
1442                     "email": "BackEndTea@gmail.com"
1443                 },
1444                 {
1445                     "name": "Symfony Community",
1446                     "homepage": "https://symfony.com/contributors"
1447                 }
1448             ],
1449             "description": "Symfony polyfill for ctype functions",
1450             "homepage": "https://symfony.com",
1451             "keywords": [
1452                 "compatibility",
1453                 "ctype",
1454                 "polyfill",
1455                 "portable"
1456             ],
1457             "funding": [
1458                 {
1459                     "url": "https://symfony.com/sponsor",
1460                     "type": "custom"
1461                 },
1462                 {
1463                     "url": "https://github.com/fabpot",
1464                     "type": "github"
1465                 },
1466                 {
1467                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1468                     "type": "tidelift"
1469                 }
1470             ],
1471             "time": "2020-07-14T12:35:20+00:00"
1472         },
1473         {
1474             "name": "theseer/tokenizer",
1475             "version": "1.2.0",
1476             "source": {
1477                 "type": "git",
1478                 "url": "https://github.com/theseer/tokenizer.git",
1479                 "reference": "75a63c33a8577608444246075ea0af0d052e452a"
1480             },
1481             "dist": {
1482                 "type": "zip",
1483                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
1484                 "reference": "75a63c33a8577608444246075ea0af0d052e452a",
1485                 "shasum": ""
1486             },
1487             "require": {
1488                 "ext-dom": "*",
1489                 "ext-tokenizer": "*",
1490                 "ext-xmlwriter": "*",
1491                 "php": "^7.2 || ^8.0"
1492             },
1493             "type": "library",
1494             "autoload": {
1495                 "classmap": [
1496                     "src/"
1497                 ]
1498             },
1499             "notification-url": "https://packagist.org/downloads/",
1500             "license": [
1501                 "BSD-3-Clause"
1502             ],
1503             "authors": [
1504                 {
1505                     "name": "Arne Blankerts",
1506                     "email": "arne@blankerts.de",
1507                     "role": "Developer"
1508                 }
1509             ],
1510             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1511             "funding": [
1512                 {
1513                     "url": "https://github.com/theseer",
1514                     "type": "github"
1515                 }
1516             ],
1517             "time": "2020-07-12T23:59:07+00:00"
1518         },
1519         {
1520             "name": "webmozart/assert",
1521             "version": "1.9.1",
1522             "source": {
1523                 "type": "git",
1524                 "url": "https://github.com/webmozart/assert.git",
1525                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
1526             },
1527             "dist": {
1528                 "type": "zip",
1529                 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
1530                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
1531                 "shasum": ""
1532             },
1533             "require": {
1534                 "php": "^5.3.3 || ^7.0 || ^8.0",
1535                 "symfony/polyfill-ctype": "^1.8"
1536             },
1537             "conflict": {
1538                 "phpstan/phpstan": "<0.12.20",
1539                 "vimeo/psalm": "<3.9.1"
1540             },
1541             "require-dev": {
1542                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
1543             },
1544             "type": "library",
1545             "autoload": {
1546                 "psr-4": {
1547                     "Webmozart\\Assert\\": "src/"
1548                 }
1549             },
1550             "notification-url": "https://packagist.org/downloads/",
1551             "license": [
1552                 "MIT"
1553             ],
1554             "authors": [
1555                 {
1556                     "name": "Bernhard Schussek",
1557                     "email": "bschussek@gmail.com"
1558                 }
1559             ],
1560             "description": "Assertions to validate method input/output with nice error messages.",
1561             "keywords": [
1562                 "assert",
1563                 "check",
1564                 "validate"
1565             ],
1566             "time": "2020-07-08T17:02:28+00:00"
1567         }
1568     ],
1569     "aliases": [],
1570     "minimum-stability": "stable",
1571     "stability-flags": [],
1572     "prefer-stable": false,
1573     "prefer-lowest": false,
1574     "platform": [],
1575     "platform-dev": [],
1576     "plugin-api-version": "1.1.0"
1577 }