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