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