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