d077342085b251a89f2bf3966cb4e7a012fbf05b
[yaffs-website] / vendor / consolidation / output-formatters / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "5232f66b194c337084b00c3d828a8e62",
8     "packages": [
9         {
10             "name": "dflydev/dot-access-data",
11             "version": "v1.1.0",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
15                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
20                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.3.2"
25             },
26             "type": "library",
27             "extra": {
28                 "branch-alias": {
29                     "dev-master": "1.0-dev"
30                 }
31             },
32             "autoload": {
33                 "psr-0": {
34                     "Dflydev\\DotAccessData": "src"
35                 }
36             },
37             "notification-url": "https://packagist.org/downloads/",
38             "license": [
39                 "MIT"
40             ],
41             "authors": [
42                 {
43                     "name": "Dragonfly Development Inc.",
44                     "email": "info@dflydev.com",
45                     "homepage": "http://dflydev.com"
46                 },
47                 {
48                     "name": "Beau Simensen",
49                     "email": "beau@dflydev.com",
50                     "homepage": "http://beausimensen.com"
51                 },
52                 {
53                     "name": "Carlos Frutos",
54                     "email": "carlos@kiwing.it",
55                     "homepage": "https://github.com/cfrutos"
56                 }
57             ],
58             "description": "Given a deep data structure, access data by dot notation.",
59             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
60             "keywords": [
61                 "access",
62                 "data",
63                 "dot",
64                 "notation"
65             ],
66             "time": "2017-01-20T21:14:22+00:00"
67         },
68         {
69             "name": "psr/log",
70             "version": "1.0.2",
71             "source": {
72                 "type": "git",
73                 "url": "https://github.com/php-fig/log.git",
74                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
75             },
76             "dist": {
77                 "type": "zip",
78                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
79                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
80                 "shasum": ""
81             },
82             "require": {
83                 "php": ">=5.3.0"
84             },
85             "type": "library",
86             "extra": {
87                 "branch-alias": {
88                     "dev-master": "1.0.x-dev"
89                 }
90             },
91             "autoload": {
92                 "psr-4": {
93                     "Psr\\Log\\": "Psr/Log/"
94                 }
95             },
96             "notification-url": "https://packagist.org/downloads/",
97             "license": [
98                 "MIT"
99             ],
100             "authors": [
101                 {
102                     "name": "PHP-FIG",
103                     "homepage": "http://www.php-fig.org/"
104                 }
105             ],
106             "description": "Common interface for logging libraries",
107             "homepage": "https://github.com/php-fig/log",
108             "keywords": [
109                 "log",
110                 "psr",
111                 "psr-3"
112             ],
113             "time": "2016-10-10T12:19:37+00:00"
114         },
115         {
116             "name": "symfony/console",
117             "version": "v3.2.3",
118             "source": {
119                 "type": "git",
120                 "url": "https://github.com/symfony/console.git",
121                 "reference": "7a8405a9fc175f87fed8a3c40856b0d866d61936"
122             },
123             "dist": {
124                 "type": "zip",
125                 "url": "https://api.github.com/repos/symfony/console/zipball/7a8405a9fc175f87fed8a3c40856b0d866d61936",
126                 "reference": "7a8405a9fc175f87fed8a3c40856b0d866d61936",
127                 "shasum": ""
128             },
129             "require": {
130                 "php": ">=5.5.9",
131                 "symfony/debug": "~2.8|~3.0",
132                 "symfony/polyfill-mbstring": "~1.0"
133             },
134             "require-dev": {
135                 "psr/log": "~1.0",
136                 "symfony/event-dispatcher": "~2.8|~3.0",
137                 "symfony/filesystem": "~2.8|~3.0",
138                 "symfony/process": "~2.8|~3.0"
139             },
140             "suggest": {
141                 "psr/log": "For using the console logger",
142                 "symfony/event-dispatcher": "",
143                 "symfony/filesystem": "",
144                 "symfony/process": ""
145             },
146             "type": "library",
147             "extra": {
148                 "branch-alias": {
149                     "dev-master": "3.2-dev"
150                 }
151             },
152             "autoload": {
153                 "psr-4": {
154                     "Symfony\\Component\\Console\\": ""
155                 },
156                 "exclude-from-classmap": [
157                     "/Tests/"
158                 ]
159             },
160             "notification-url": "https://packagist.org/downloads/",
161             "license": [
162                 "MIT"
163             ],
164             "authors": [
165                 {
166                     "name": "Fabien Potencier",
167                     "email": "fabien@symfony.com"
168                 },
169                 {
170                     "name": "Symfony Community",
171                     "homepage": "https://symfony.com/contributors"
172                 }
173             ],
174             "description": "Symfony Console Component",
175             "homepage": "https://symfony.com",
176             "time": "2017-02-06T12:04:21+00:00"
177         },
178         {
179             "name": "symfony/debug",
180             "version": "v3.4.17",
181             "source": {
182                 "type": "git",
183                 "url": "https://github.com/symfony/debug.git",
184                 "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6"
185             },
186             "dist": {
187                 "type": "zip",
188                 "url": "https://api.github.com/repos/symfony/debug/zipball/0a612e9dfbd2ccce03eb174365f31ecdca930ff6",
189                 "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6",
190                 "shasum": ""
191             },
192             "require": {
193                 "php": "^5.5.9|>=7.0.8",
194                 "psr/log": "~1.0"
195             },
196             "conflict": {
197                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
198             },
199             "require-dev": {
200                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
201             },
202             "type": "library",
203             "extra": {
204                 "branch-alias": {
205                     "dev-master": "3.4-dev"
206                 }
207             },
208             "autoload": {
209                 "psr-4": {
210                     "Symfony\\Component\\Debug\\": ""
211                 },
212                 "exclude-from-classmap": [
213                     "/Tests/"
214                 ]
215             },
216             "notification-url": "https://packagist.org/downloads/",
217             "license": [
218                 "MIT"
219             ],
220             "authors": [
221                 {
222                     "name": "Fabien Potencier",
223                     "email": "fabien@symfony.com"
224                 },
225                 {
226                     "name": "Symfony Community",
227                     "homepage": "https://symfony.com/contributors"
228                 }
229             ],
230             "description": "Symfony Debug Component",
231             "homepage": "https://symfony.com",
232             "time": "2018-10-02T16:33:53+00:00"
233         },
234         {
235             "name": "symfony/finder",
236             "version": "v3.4.17",
237             "source": {
238                 "type": "git",
239                 "url": "https://github.com/symfony/finder.git",
240                 "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
241             },
242             "dist": {
243                 "type": "zip",
244                 "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
245                 "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
246                 "shasum": ""
247             },
248             "require": {
249                 "php": "^5.5.9|>=7.0.8"
250             },
251             "type": "library",
252             "extra": {
253                 "branch-alias": {
254                     "dev-master": "3.4-dev"
255                 }
256             },
257             "autoload": {
258                 "psr-4": {
259                     "Symfony\\Component\\Finder\\": ""
260                 },
261                 "exclude-from-classmap": [
262                     "/Tests/"
263                 ]
264             },
265             "notification-url": "https://packagist.org/downloads/",
266             "license": [
267                 "MIT"
268             ],
269             "authors": [
270                 {
271                     "name": "Fabien Potencier",
272                     "email": "fabien@symfony.com"
273                 },
274                 {
275                     "name": "Symfony Community",
276                     "homepage": "https://symfony.com/contributors"
277                 }
278             ],
279             "description": "Symfony Finder Component",
280             "homepage": "https://symfony.com",
281             "time": "2018-10-03T08:46:40+00:00"
282         },
283         {
284             "name": "symfony/polyfill-mbstring",
285             "version": "v1.9.0",
286             "source": {
287                 "type": "git",
288                 "url": "https://github.com/symfony/polyfill-mbstring.git",
289                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
290             },
291             "dist": {
292                 "type": "zip",
293                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
294                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
295                 "shasum": ""
296             },
297             "require": {
298                 "php": ">=5.3.3"
299             },
300             "suggest": {
301                 "ext-mbstring": "For best performance"
302             },
303             "type": "library",
304             "extra": {
305                 "branch-alias": {
306                     "dev-master": "1.9-dev"
307                 }
308             },
309             "autoload": {
310                 "psr-4": {
311                     "Symfony\\Polyfill\\Mbstring\\": ""
312                 },
313                 "files": [
314                     "bootstrap.php"
315                 ]
316             },
317             "notification-url": "https://packagist.org/downloads/",
318             "license": [
319                 "MIT"
320             ],
321             "authors": [
322                 {
323                     "name": "Nicolas Grekas",
324                     "email": "p@tchwork.com"
325                 },
326                 {
327                     "name": "Symfony Community",
328                     "homepage": "https://symfony.com/contributors"
329                 }
330             ],
331             "description": "Symfony polyfill for the Mbstring extension",
332             "homepage": "https://symfony.com",
333             "keywords": [
334                 "compatibility",
335                 "mbstring",
336                 "polyfill",
337                 "portable",
338                 "shim"
339             ],
340             "time": "2018-08-06T14:22:27+00:00"
341         }
342     ],
343     "packages-dev": [
344         {
345             "name": "doctrine/instantiator",
346             "version": "1.0.5",
347             "source": {
348                 "type": "git",
349                 "url": "https://github.com/doctrine/instantiator.git",
350                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
351             },
352             "dist": {
353                 "type": "zip",
354                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
355                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
356                 "shasum": ""
357             },
358             "require": {
359                 "php": ">=5.3,<8.0-DEV"
360             },
361             "require-dev": {
362                 "athletic/athletic": "~0.1.8",
363                 "ext-pdo": "*",
364                 "ext-phar": "*",
365                 "phpunit/phpunit": "~4.0",
366                 "squizlabs/php_codesniffer": "~2.0"
367             },
368             "type": "library",
369             "extra": {
370                 "branch-alias": {
371                     "dev-master": "1.0.x-dev"
372                 }
373             },
374             "autoload": {
375                 "psr-4": {
376                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
377                 }
378             },
379             "notification-url": "https://packagist.org/downloads/",
380             "license": [
381                 "MIT"
382             ],
383             "authors": [
384                 {
385                     "name": "Marco Pivetta",
386                     "email": "ocramius@gmail.com",
387                     "homepage": "http://ocramius.github.com/"
388                 }
389             ],
390             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
391             "homepage": "https://github.com/doctrine/instantiator",
392             "keywords": [
393                 "constructor",
394                 "instantiate"
395             ],
396             "time": "2015-06-14T21:17:01+00:00"
397         },
398         {
399             "name": "g1a/composer-test-scenarios",
400             "version": "2.2.0",
401             "source": {
402                 "type": "git",
403                 "url": "https://github.com/g1a/composer-test-scenarios.git",
404                 "reference": "a166fd15191aceab89f30c097e694b7cf3db4880"
405             },
406             "dist": {
407                 "type": "zip",
408                 "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880",
409                 "reference": "a166fd15191aceab89f30c097e694b7cf3db4880",
410                 "shasum": ""
411             },
412             "bin": [
413                 "scripts/create-scenario",
414                 "scripts/dependency-licenses",
415                 "scripts/install-scenario"
416             ],
417             "type": "library",
418             "notification-url": "https://packagist.org/downloads/",
419             "license": [
420                 "MIT"
421             ],
422             "authors": [
423                 {
424                     "name": "Greg Anderson",
425                     "email": "greg.1.anderson@greenknowe.org"
426                 }
427             ],
428             "description": "Useful scripts for testing multiple sets of Composer dependencies.",
429             "time": "2018-08-08T23:37:23+00:00"
430         },
431         {
432             "name": "guzzlehttp/guzzle",
433             "version": "6.3.3",
434             "source": {
435                 "type": "git",
436                 "url": "https://github.com/guzzle/guzzle.git",
437                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
438             },
439             "dist": {
440                 "type": "zip",
441                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
442                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
443                 "shasum": ""
444             },
445             "require": {
446                 "guzzlehttp/promises": "^1.0",
447                 "guzzlehttp/psr7": "^1.4",
448                 "php": ">=5.5"
449             },
450             "require-dev": {
451                 "ext-curl": "*",
452                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
453                 "psr/log": "^1.0"
454             },
455             "suggest": {
456                 "psr/log": "Required for using the Log middleware"
457             },
458             "type": "library",
459             "extra": {
460                 "branch-alias": {
461                     "dev-master": "6.3-dev"
462                 }
463             },
464             "autoload": {
465                 "files": [
466                     "src/functions_include.php"
467                 ],
468                 "psr-4": {
469                     "GuzzleHttp\\": "src/"
470                 }
471             },
472             "notification-url": "https://packagist.org/downloads/",
473             "license": [
474                 "MIT"
475             ],
476             "authors": [
477                 {
478                     "name": "Michael Dowling",
479                     "email": "mtdowling@gmail.com",
480                     "homepage": "https://github.com/mtdowling"
481                 }
482             ],
483             "description": "Guzzle is a PHP HTTP client library",
484             "homepage": "http://guzzlephp.org/",
485             "keywords": [
486                 "client",
487                 "curl",
488                 "framework",
489                 "http",
490                 "http client",
491                 "rest",
492                 "web service"
493             ],
494             "time": "2018-04-22T15:46:56+00:00"
495         },
496         {
497             "name": "guzzlehttp/promises",
498             "version": "v1.3.1",
499             "source": {
500                 "type": "git",
501                 "url": "https://github.com/guzzle/promises.git",
502                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
503             },
504             "dist": {
505                 "type": "zip",
506                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
507                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
508                 "shasum": ""
509             },
510             "require": {
511                 "php": ">=5.5.0"
512             },
513             "require-dev": {
514                 "phpunit/phpunit": "^4.0"
515             },
516             "type": "library",
517             "extra": {
518                 "branch-alias": {
519                     "dev-master": "1.4-dev"
520                 }
521             },
522             "autoload": {
523                 "psr-4": {
524                     "GuzzleHttp\\Promise\\": "src/"
525                 },
526                 "files": [
527                     "src/functions_include.php"
528                 ]
529             },
530             "notification-url": "https://packagist.org/downloads/",
531             "license": [
532                 "MIT"
533             ],
534             "authors": [
535                 {
536                     "name": "Michael Dowling",
537                     "email": "mtdowling@gmail.com",
538                     "homepage": "https://github.com/mtdowling"
539                 }
540             ],
541             "description": "Guzzle promises library",
542             "keywords": [
543                 "promise"
544             ],
545             "time": "2016-12-20T10:07:11+00:00"
546         },
547         {
548             "name": "guzzlehttp/psr7",
549             "version": "1.4.2",
550             "source": {
551                 "type": "git",
552                 "url": "https://github.com/guzzle/psr7.git",
553                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
554             },
555             "dist": {
556                 "type": "zip",
557                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
558                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
559                 "shasum": ""
560             },
561             "require": {
562                 "php": ">=5.4.0",
563                 "psr/http-message": "~1.0"
564             },
565             "provide": {
566                 "psr/http-message-implementation": "1.0"
567             },
568             "require-dev": {
569                 "phpunit/phpunit": "~4.0"
570             },
571             "type": "library",
572             "extra": {
573                 "branch-alias": {
574                     "dev-master": "1.4-dev"
575                 }
576             },
577             "autoload": {
578                 "psr-4": {
579                     "GuzzleHttp\\Psr7\\": "src/"
580                 },
581                 "files": [
582                     "src/functions_include.php"
583                 ]
584             },
585             "notification-url": "https://packagist.org/downloads/",
586             "license": [
587                 "MIT"
588             ],
589             "authors": [
590                 {
591                     "name": "Michael Dowling",
592                     "email": "mtdowling@gmail.com",
593                     "homepage": "https://github.com/mtdowling"
594                 },
595                 {
596                     "name": "Tobias Schultze",
597                     "homepage": "https://github.com/Tobion"
598                 }
599             ],
600             "description": "PSR-7 message implementation that also provides common utility methods",
601             "keywords": [
602                 "http",
603                 "message",
604                 "request",
605                 "response",
606                 "stream",
607                 "uri",
608                 "url"
609             ],
610             "time": "2017-03-20T17:10:46+00:00"
611         },
612         {
613             "name": "myclabs/deep-copy",
614             "version": "1.7.0",
615             "source": {
616                 "type": "git",
617                 "url": "https://github.com/myclabs/DeepCopy.git",
618                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
619             },
620             "dist": {
621                 "type": "zip",
622                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
623                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
624                 "shasum": ""
625             },
626             "require": {
627                 "php": "^5.6 || ^7.0"
628             },
629             "require-dev": {
630                 "doctrine/collections": "^1.0",
631                 "doctrine/common": "^2.6",
632                 "phpunit/phpunit": "^4.1"
633             },
634             "type": "library",
635             "autoload": {
636                 "psr-4": {
637                     "DeepCopy\\": "src/DeepCopy/"
638                 },
639                 "files": [
640                     "src/DeepCopy/deep_copy.php"
641                 ]
642             },
643             "notification-url": "https://packagist.org/downloads/",
644             "license": [
645                 "MIT"
646             ],
647             "description": "Create deep copies (clones) of your objects",
648             "keywords": [
649                 "clone",
650                 "copy",
651                 "duplicate",
652                 "object",
653                 "object graph"
654             ],
655             "time": "2017-10-19T19:58:43+00:00"
656         },
657         {
658             "name": "phpdocumentor/reflection-common",
659             "version": "1.0.1",
660             "source": {
661                 "type": "git",
662                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
663                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
664             },
665             "dist": {
666                 "type": "zip",
667                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
668                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
669                 "shasum": ""
670             },
671             "require": {
672                 "php": ">=5.5"
673             },
674             "require-dev": {
675                 "phpunit/phpunit": "^4.6"
676             },
677             "type": "library",
678             "extra": {
679                 "branch-alias": {
680                     "dev-master": "1.0.x-dev"
681                 }
682             },
683             "autoload": {
684                 "psr-4": {
685                     "phpDocumentor\\Reflection\\": [
686                         "src"
687                     ]
688                 }
689             },
690             "notification-url": "https://packagist.org/downloads/",
691             "license": [
692                 "MIT"
693             ],
694             "authors": [
695                 {
696                     "name": "Jaap van Otterdijk",
697                     "email": "opensource@ijaap.nl"
698                 }
699             ],
700             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
701             "homepage": "http://www.phpdoc.org",
702             "keywords": [
703                 "FQSEN",
704                 "phpDocumentor",
705                 "phpdoc",
706                 "reflection",
707                 "static analysis"
708             ],
709             "time": "2017-09-11T18:02:19+00:00"
710         },
711         {
712             "name": "phpdocumentor/reflection-docblock",
713             "version": "3.3.2",
714             "source": {
715                 "type": "git",
716                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
717                 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
718             },
719             "dist": {
720                 "type": "zip",
721                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
722                 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
723                 "shasum": ""
724             },
725             "require": {
726                 "php": "^5.6 || ^7.0",
727                 "phpdocumentor/reflection-common": "^1.0.0",
728                 "phpdocumentor/type-resolver": "^0.4.0",
729                 "webmozart/assert": "^1.0"
730             },
731             "require-dev": {
732                 "mockery/mockery": "^0.9.4",
733                 "phpunit/phpunit": "^4.4"
734             },
735             "type": "library",
736             "autoload": {
737                 "psr-4": {
738                     "phpDocumentor\\Reflection\\": [
739                         "src/"
740                     ]
741                 }
742             },
743             "notification-url": "https://packagist.org/downloads/",
744             "license": [
745                 "MIT"
746             ],
747             "authors": [
748                 {
749                     "name": "Mike van Riel",
750                     "email": "me@mikevanriel.com"
751                 }
752             ],
753             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
754             "time": "2017-11-10T14:09:06+00:00"
755         },
756         {
757             "name": "phpdocumentor/type-resolver",
758             "version": "0.4.0",
759             "source": {
760                 "type": "git",
761                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
762                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
763             },
764             "dist": {
765                 "type": "zip",
766                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
767                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
768                 "shasum": ""
769             },
770             "require": {
771                 "php": "^5.5 || ^7.0",
772                 "phpdocumentor/reflection-common": "^1.0"
773             },
774             "require-dev": {
775                 "mockery/mockery": "^0.9.4",
776                 "phpunit/phpunit": "^5.2||^4.8.24"
777             },
778             "type": "library",
779             "extra": {
780                 "branch-alias": {
781                     "dev-master": "1.0.x-dev"
782                 }
783             },
784             "autoload": {
785                 "psr-4": {
786                     "phpDocumentor\\Reflection\\": [
787                         "src/"
788                     ]
789                 }
790             },
791             "notification-url": "https://packagist.org/downloads/",
792             "license": [
793                 "MIT"
794             ],
795             "authors": [
796                 {
797                     "name": "Mike van Riel",
798                     "email": "me@mikevanriel.com"
799                 }
800             ],
801             "time": "2017-07-14T14:27:02+00:00"
802         },
803         {
804             "name": "phpspec/prophecy",
805             "version": "1.8.0",
806             "source": {
807                 "type": "git",
808                 "url": "https://github.com/phpspec/prophecy.git",
809                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
810             },
811             "dist": {
812                 "type": "zip",
813                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
814                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
815                 "shasum": ""
816             },
817             "require": {
818                 "doctrine/instantiator": "^1.0.2",
819                 "php": "^5.3|^7.0",
820                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
821                 "sebastian/comparator": "^1.1|^2.0|^3.0",
822                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
823             },
824             "require-dev": {
825                 "phpspec/phpspec": "^2.5|^3.2",
826                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
827             },
828             "type": "library",
829             "extra": {
830                 "branch-alias": {
831                     "dev-master": "1.8.x-dev"
832                 }
833             },
834             "autoload": {
835                 "psr-0": {
836                     "Prophecy\\": "src/"
837                 }
838             },
839             "notification-url": "https://packagist.org/downloads/",
840             "license": [
841                 "MIT"
842             ],
843             "authors": [
844                 {
845                     "name": "Konstantin Kudryashov",
846                     "email": "ever.zet@gmail.com",
847                     "homepage": "http://everzet.com"
848                 },
849                 {
850                     "name": "Marcello Duarte",
851                     "email": "marcello.duarte@gmail.com"
852                 }
853             ],
854             "description": "Highly opinionated mocking framework for PHP 5.3+",
855             "homepage": "https://github.com/phpspec/prophecy",
856             "keywords": [
857                 "Double",
858                 "Dummy",
859                 "fake",
860                 "mock",
861                 "spy",
862                 "stub"
863             ],
864             "time": "2018-08-05T17:53:17+00:00"
865         },
866         {
867             "name": "phpunit/php-code-coverage",
868             "version": "4.0.8",
869             "source": {
870                 "type": "git",
871                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
872                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
873             },
874             "dist": {
875                 "type": "zip",
876                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
877                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
878                 "shasum": ""
879             },
880             "require": {
881                 "ext-dom": "*",
882                 "ext-xmlwriter": "*",
883                 "php": "^5.6 || ^7.0",
884                 "phpunit/php-file-iterator": "^1.3",
885                 "phpunit/php-text-template": "^1.2",
886                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
887                 "sebastian/code-unit-reverse-lookup": "^1.0",
888                 "sebastian/environment": "^1.3.2 || ^2.0",
889                 "sebastian/version": "^1.0 || ^2.0"
890             },
891             "require-dev": {
892                 "ext-xdebug": "^2.1.4",
893                 "phpunit/phpunit": "^5.7"
894             },
895             "suggest": {
896                 "ext-xdebug": "^2.5.1"
897             },
898             "type": "library",
899             "extra": {
900                 "branch-alias": {
901                     "dev-master": "4.0.x-dev"
902                 }
903             },
904             "autoload": {
905                 "classmap": [
906                     "src/"
907                 ]
908             },
909             "notification-url": "https://packagist.org/downloads/",
910             "license": [
911                 "BSD-3-Clause"
912             ],
913             "authors": [
914                 {
915                     "name": "Sebastian Bergmann",
916                     "email": "sb@sebastian-bergmann.de",
917                     "role": "lead"
918                 }
919             ],
920             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
921             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
922             "keywords": [
923                 "coverage",
924                 "testing",
925                 "xunit"
926             ],
927             "time": "2017-04-02T07:44:40+00:00"
928         },
929         {
930             "name": "phpunit/php-file-iterator",
931             "version": "1.4.5",
932             "source": {
933                 "type": "git",
934                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
935                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
936             },
937             "dist": {
938                 "type": "zip",
939                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
940                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
941                 "shasum": ""
942             },
943             "require": {
944                 "php": ">=5.3.3"
945             },
946             "type": "library",
947             "extra": {
948                 "branch-alias": {
949                     "dev-master": "1.4.x-dev"
950                 }
951             },
952             "autoload": {
953                 "classmap": [
954                     "src/"
955                 ]
956             },
957             "notification-url": "https://packagist.org/downloads/",
958             "license": [
959                 "BSD-3-Clause"
960             ],
961             "authors": [
962                 {
963                     "name": "Sebastian Bergmann",
964                     "email": "sb@sebastian-bergmann.de",
965                     "role": "lead"
966                 }
967             ],
968             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
969             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
970             "keywords": [
971                 "filesystem",
972                 "iterator"
973             ],
974             "time": "2017-11-27T13:52:08+00:00"
975         },
976         {
977             "name": "phpunit/php-text-template",
978             "version": "1.2.1",
979             "source": {
980                 "type": "git",
981                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
982                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
983             },
984             "dist": {
985                 "type": "zip",
986                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
987                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
988                 "shasum": ""
989             },
990             "require": {
991                 "php": ">=5.3.3"
992             },
993             "type": "library",
994             "autoload": {
995                 "classmap": [
996                     "src/"
997                 ]
998             },
999             "notification-url": "https://packagist.org/downloads/",
1000             "license": [
1001                 "BSD-3-Clause"
1002             ],
1003             "authors": [
1004                 {
1005                     "name": "Sebastian Bergmann",
1006                     "email": "sebastian@phpunit.de",
1007                     "role": "lead"
1008                 }
1009             ],
1010             "description": "Simple template engine.",
1011             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1012             "keywords": [
1013                 "template"
1014             ],
1015             "time": "2015-06-21T13:50:34+00:00"
1016         },
1017         {
1018             "name": "phpunit/php-timer",
1019             "version": "1.0.9",
1020             "source": {
1021                 "type": "git",
1022                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1023                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1024             },
1025             "dist": {
1026                 "type": "zip",
1027                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1028                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1029                 "shasum": ""
1030             },
1031             "require": {
1032                 "php": "^5.3.3 || ^7.0"
1033             },
1034             "require-dev": {
1035                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1036             },
1037             "type": "library",
1038             "extra": {
1039                 "branch-alias": {
1040                     "dev-master": "1.0-dev"
1041                 }
1042             },
1043             "autoload": {
1044                 "classmap": [
1045                     "src/"
1046                 ]
1047             },
1048             "notification-url": "https://packagist.org/downloads/",
1049             "license": [
1050                 "BSD-3-Clause"
1051             ],
1052             "authors": [
1053                 {
1054                     "name": "Sebastian Bergmann",
1055                     "email": "sb@sebastian-bergmann.de",
1056                     "role": "lead"
1057                 }
1058             ],
1059             "description": "Utility class for timing",
1060             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1061             "keywords": [
1062                 "timer"
1063             ],
1064             "time": "2017-02-26T11:10:40+00:00"
1065         },
1066         {
1067             "name": "phpunit/php-token-stream",
1068             "version": "1.4.12",
1069             "source": {
1070                 "type": "git",
1071                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1072                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
1073             },
1074             "dist": {
1075                 "type": "zip",
1076                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
1077                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
1078                 "shasum": ""
1079             },
1080             "require": {
1081                 "ext-tokenizer": "*",
1082                 "php": ">=5.3.3"
1083             },
1084             "require-dev": {
1085                 "phpunit/phpunit": "~4.2"
1086             },
1087             "type": "library",
1088             "extra": {
1089                 "branch-alias": {
1090                     "dev-master": "1.4-dev"
1091                 }
1092             },
1093             "autoload": {
1094                 "classmap": [
1095                     "src/"
1096                 ]
1097             },
1098             "notification-url": "https://packagist.org/downloads/",
1099             "license": [
1100                 "BSD-3-Clause"
1101             ],
1102             "authors": [
1103                 {
1104                     "name": "Sebastian Bergmann",
1105                     "email": "sebastian@phpunit.de"
1106                 }
1107             ],
1108             "description": "Wrapper around PHP's tokenizer extension.",
1109             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1110             "keywords": [
1111                 "tokenizer"
1112             ],
1113             "time": "2017-12-04T08:55:13+00:00"
1114         },
1115         {
1116             "name": "phpunit/phpunit",
1117             "version": "5.7.27",
1118             "source": {
1119                 "type": "git",
1120                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1121                 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1122             },
1123             "dist": {
1124                 "type": "zip",
1125                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1126                 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1127                 "shasum": ""
1128             },
1129             "require": {
1130                 "ext-dom": "*",
1131                 "ext-json": "*",
1132                 "ext-libxml": "*",
1133                 "ext-mbstring": "*",
1134                 "ext-xml": "*",
1135                 "myclabs/deep-copy": "~1.3",
1136                 "php": "^5.6 || ^7.0",
1137                 "phpspec/prophecy": "^1.6.2",
1138                 "phpunit/php-code-coverage": "^4.0.4",
1139                 "phpunit/php-file-iterator": "~1.4",
1140                 "phpunit/php-text-template": "~1.2",
1141                 "phpunit/php-timer": "^1.0.6",
1142                 "phpunit/phpunit-mock-objects": "^3.2",
1143                 "sebastian/comparator": "^1.2.4",
1144                 "sebastian/diff": "^1.4.3",
1145                 "sebastian/environment": "^1.3.4 || ^2.0",
1146                 "sebastian/exporter": "~2.0",
1147                 "sebastian/global-state": "^1.1",
1148                 "sebastian/object-enumerator": "~2.0",
1149                 "sebastian/resource-operations": "~1.0",
1150                 "sebastian/version": "^1.0.6|^2.0.1",
1151                 "symfony/yaml": "~2.1|~3.0|~4.0"
1152             },
1153             "conflict": {
1154                 "phpdocumentor/reflection-docblock": "3.0.2"
1155             },
1156             "require-dev": {
1157                 "ext-pdo": "*"
1158             },
1159             "suggest": {
1160                 "ext-xdebug": "*",
1161                 "phpunit/php-invoker": "~1.1"
1162             },
1163             "bin": [
1164                 "phpunit"
1165             ],
1166             "type": "library",
1167             "extra": {
1168                 "branch-alias": {
1169                     "dev-master": "5.7.x-dev"
1170                 }
1171             },
1172             "autoload": {
1173                 "classmap": [
1174                     "src/"
1175                 ]
1176             },
1177             "notification-url": "https://packagist.org/downloads/",
1178             "license": [
1179                 "BSD-3-Clause"
1180             ],
1181             "authors": [
1182                 {
1183                     "name": "Sebastian Bergmann",
1184                     "email": "sebastian@phpunit.de",
1185                     "role": "lead"
1186                 }
1187             ],
1188             "description": "The PHP Unit Testing framework.",
1189             "homepage": "https://phpunit.de/",
1190             "keywords": [
1191                 "phpunit",
1192                 "testing",
1193                 "xunit"
1194             ],
1195             "time": "2018-02-01T05:50:59+00:00"
1196         },
1197         {
1198             "name": "phpunit/phpunit-mock-objects",
1199             "version": "3.4.4",
1200             "source": {
1201                 "type": "git",
1202                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1203                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1204             },
1205             "dist": {
1206                 "type": "zip",
1207                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1208                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1209                 "shasum": ""
1210             },
1211             "require": {
1212                 "doctrine/instantiator": "^1.0.2",
1213                 "php": "^5.6 || ^7.0",
1214                 "phpunit/php-text-template": "^1.2",
1215                 "sebastian/exporter": "^1.2 || ^2.0"
1216             },
1217             "conflict": {
1218                 "phpunit/phpunit": "<5.4.0"
1219             },
1220             "require-dev": {
1221                 "phpunit/phpunit": "^5.4"
1222             },
1223             "suggest": {
1224                 "ext-soap": "*"
1225             },
1226             "type": "library",
1227             "extra": {
1228                 "branch-alias": {
1229                     "dev-master": "3.2.x-dev"
1230                 }
1231             },
1232             "autoload": {
1233                 "classmap": [
1234                     "src/"
1235                 ]
1236             },
1237             "notification-url": "https://packagist.org/downloads/",
1238             "license": [
1239                 "BSD-3-Clause"
1240             ],
1241             "authors": [
1242                 {
1243                     "name": "Sebastian Bergmann",
1244                     "email": "sb@sebastian-bergmann.de",
1245                     "role": "lead"
1246                 }
1247             ],
1248             "description": "Mock Object library for PHPUnit",
1249             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1250             "keywords": [
1251                 "mock",
1252                 "xunit"
1253             ],
1254             "time": "2017-06-30T09:13:00+00:00"
1255         },
1256         {
1257             "name": "psr/http-message",
1258             "version": "1.0.1",
1259             "source": {
1260                 "type": "git",
1261                 "url": "https://github.com/php-fig/http-message.git",
1262                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1263             },
1264             "dist": {
1265                 "type": "zip",
1266                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1267                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1268                 "shasum": ""
1269             },
1270             "require": {
1271                 "php": ">=5.3.0"
1272             },
1273             "type": "library",
1274             "extra": {
1275                 "branch-alias": {
1276                     "dev-master": "1.0.x-dev"
1277                 }
1278             },
1279             "autoload": {
1280                 "psr-4": {
1281                     "Psr\\Http\\Message\\": "src/"
1282                 }
1283             },
1284             "notification-url": "https://packagist.org/downloads/",
1285             "license": [
1286                 "MIT"
1287             ],
1288             "authors": [
1289                 {
1290                     "name": "PHP-FIG",
1291                     "homepage": "http://www.php-fig.org/"
1292                 }
1293             ],
1294             "description": "Common interface for HTTP messages",
1295             "homepage": "https://github.com/php-fig/http-message",
1296             "keywords": [
1297                 "http",
1298                 "http-message",
1299                 "psr",
1300                 "psr-7",
1301                 "request",
1302                 "response"
1303             ],
1304             "time": "2016-08-06T14:39:51+00:00"
1305         },
1306         {
1307             "name": "satooshi/php-coveralls",
1308             "version": "v2.0.0",
1309             "source": {
1310                 "type": "git",
1311                 "url": "https://github.com/php-coveralls/php-coveralls.git",
1312                 "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
1313             },
1314             "dist": {
1315                 "type": "zip",
1316                 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
1317                 "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
1318                 "shasum": ""
1319             },
1320             "require": {
1321                 "ext-json": "*",
1322                 "ext-simplexml": "*",
1323                 "guzzlehttp/guzzle": "^6.0",
1324                 "php": "^5.5 || ^7.0",
1325                 "psr/log": "^1.0",
1326                 "symfony/config": "^2.1 || ^3.0 || ^4.0",
1327                 "symfony/console": "^2.1 || ^3.0 || ^4.0",
1328                 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
1329                 "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
1330             },
1331             "require-dev": {
1332                 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
1333             },
1334             "suggest": {
1335                 "symfony/http-kernel": "Allows Symfony integration"
1336             },
1337             "bin": [
1338                 "bin/php-coveralls"
1339             ],
1340             "type": "library",
1341             "extra": {
1342                 "branch-alias": {
1343                     "dev-master": "2.0-dev"
1344                 }
1345             },
1346             "autoload": {
1347                 "psr-4": {
1348                     "PhpCoveralls\\": "src/"
1349                 }
1350             },
1351             "notification-url": "https://packagist.org/downloads/",
1352             "license": [
1353                 "MIT"
1354             ],
1355             "authors": [
1356                 {
1357                     "name": "Kitamura Satoshi",
1358                     "email": "with.no.parachute@gmail.com",
1359                     "homepage": "https://www.facebook.com/satooshi.jp",
1360                     "role": "Original creator"
1361                 },
1362                 {
1363                     "name": "Takashi Matsuo",
1364                     "email": "tmatsuo@google.com"
1365                 },
1366                 {
1367                     "name": "Google Inc"
1368                 },
1369                 {
1370                     "name": "Dariusz Ruminski",
1371                     "email": "dariusz.ruminski@gmail.com",
1372                     "homepage": "https://github.com/keradus"
1373                 },
1374                 {
1375                     "name": "Contributors",
1376                     "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
1377                 }
1378             ],
1379             "description": "PHP client library for Coveralls API",
1380             "homepage": "https://github.com/php-coveralls/php-coveralls",
1381             "keywords": [
1382                 "ci",
1383                 "coverage",
1384                 "github",
1385                 "test"
1386             ],
1387             "abandoned": "php-coveralls/php-coveralls",
1388             "time": "2017-12-08T14:28:16+00:00"
1389         },
1390         {
1391             "name": "sebastian/code-unit-reverse-lookup",
1392             "version": "1.0.1",
1393             "source": {
1394                 "type": "git",
1395                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1396                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1397             },
1398             "dist": {
1399                 "type": "zip",
1400                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1401                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1402                 "shasum": ""
1403             },
1404             "require": {
1405                 "php": "^5.6 || ^7.0"
1406             },
1407             "require-dev": {
1408                 "phpunit/phpunit": "^5.7 || ^6.0"
1409             },
1410             "type": "library",
1411             "extra": {
1412                 "branch-alias": {
1413                     "dev-master": "1.0.x-dev"
1414                 }
1415             },
1416             "autoload": {
1417                 "classmap": [
1418                     "src/"
1419                 ]
1420             },
1421             "notification-url": "https://packagist.org/downloads/",
1422             "license": [
1423                 "BSD-3-Clause"
1424             ],
1425             "authors": [
1426                 {
1427                     "name": "Sebastian Bergmann",
1428                     "email": "sebastian@phpunit.de"
1429                 }
1430             ],
1431             "description": "Looks up which function or method a line of code belongs to",
1432             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1433             "time": "2017-03-04T06:30:41+00:00"
1434         },
1435         {
1436             "name": "sebastian/comparator",
1437             "version": "1.2.4",
1438             "source": {
1439                 "type": "git",
1440                 "url": "https://github.com/sebastianbergmann/comparator.git",
1441                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1442             },
1443             "dist": {
1444                 "type": "zip",
1445                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1446                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1447                 "shasum": ""
1448             },
1449             "require": {
1450                 "php": ">=5.3.3",
1451                 "sebastian/diff": "~1.2",
1452                 "sebastian/exporter": "~1.2 || ~2.0"
1453             },
1454             "require-dev": {
1455                 "phpunit/phpunit": "~4.4"
1456             },
1457             "type": "library",
1458             "extra": {
1459                 "branch-alias": {
1460                     "dev-master": "1.2.x-dev"
1461                 }
1462             },
1463             "autoload": {
1464                 "classmap": [
1465                     "src/"
1466                 ]
1467             },
1468             "notification-url": "https://packagist.org/downloads/",
1469             "license": [
1470                 "BSD-3-Clause"
1471             ],
1472             "authors": [
1473                 {
1474                     "name": "Jeff Welch",
1475                     "email": "whatthejeff@gmail.com"
1476                 },
1477                 {
1478                     "name": "Volker Dusch",
1479                     "email": "github@wallbash.com"
1480                 },
1481                 {
1482                     "name": "Bernhard Schussek",
1483                     "email": "bschussek@2bepublished.at"
1484                 },
1485                 {
1486                     "name": "Sebastian Bergmann",
1487                     "email": "sebastian@phpunit.de"
1488                 }
1489             ],
1490             "description": "Provides the functionality to compare PHP values for equality",
1491             "homepage": "http://www.github.com/sebastianbergmann/comparator",
1492             "keywords": [
1493                 "comparator",
1494                 "compare",
1495                 "equality"
1496             ],
1497             "time": "2017-01-29T09:50:25+00:00"
1498         },
1499         {
1500             "name": "sebastian/diff",
1501             "version": "1.4.3",
1502             "source": {
1503                 "type": "git",
1504                 "url": "https://github.com/sebastianbergmann/diff.git",
1505                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1506             },
1507             "dist": {
1508                 "type": "zip",
1509                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1510                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1511                 "shasum": ""
1512             },
1513             "require": {
1514                 "php": "^5.3.3 || ^7.0"
1515             },
1516             "require-dev": {
1517                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1518             },
1519             "type": "library",
1520             "extra": {
1521                 "branch-alias": {
1522                     "dev-master": "1.4-dev"
1523                 }
1524             },
1525             "autoload": {
1526                 "classmap": [
1527                     "src/"
1528                 ]
1529             },
1530             "notification-url": "https://packagist.org/downloads/",
1531             "license": [
1532                 "BSD-3-Clause"
1533             ],
1534             "authors": [
1535                 {
1536                     "name": "Kore Nordmann",
1537                     "email": "mail@kore-nordmann.de"
1538                 },
1539                 {
1540                     "name": "Sebastian Bergmann",
1541                     "email": "sebastian@phpunit.de"
1542                 }
1543             ],
1544             "description": "Diff implementation",
1545             "homepage": "https://github.com/sebastianbergmann/diff",
1546             "keywords": [
1547                 "diff"
1548             ],
1549             "time": "2017-05-22T07:24:03+00:00"
1550         },
1551         {
1552             "name": "sebastian/environment",
1553             "version": "2.0.0",
1554             "source": {
1555                 "type": "git",
1556                 "url": "https://github.com/sebastianbergmann/environment.git",
1557                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1558             },
1559             "dist": {
1560                 "type": "zip",
1561                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1562                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1563                 "shasum": ""
1564             },
1565             "require": {
1566                 "php": "^5.6 || ^7.0"
1567             },
1568             "require-dev": {
1569                 "phpunit/phpunit": "^5.0"
1570             },
1571             "type": "library",
1572             "extra": {
1573                 "branch-alias": {
1574                     "dev-master": "2.0.x-dev"
1575                 }
1576             },
1577             "autoload": {
1578                 "classmap": [
1579                     "src/"
1580                 ]
1581             },
1582             "notification-url": "https://packagist.org/downloads/",
1583             "license": [
1584                 "BSD-3-Clause"
1585             ],
1586             "authors": [
1587                 {
1588                     "name": "Sebastian Bergmann",
1589                     "email": "sebastian@phpunit.de"
1590                 }
1591             ],
1592             "description": "Provides functionality to handle HHVM/PHP environments",
1593             "homepage": "http://www.github.com/sebastianbergmann/environment",
1594             "keywords": [
1595                 "Xdebug",
1596                 "environment",
1597                 "hhvm"
1598             ],
1599             "time": "2016-11-26T07:53:53+00:00"
1600         },
1601         {
1602             "name": "sebastian/exporter",
1603             "version": "2.0.0",
1604             "source": {
1605                 "type": "git",
1606                 "url": "https://github.com/sebastianbergmann/exporter.git",
1607                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1608             },
1609             "dist": {
1610                 "type": "zip",
1611                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1612                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1613                 "shasum": ""
1614             },
1615             "require": {
1616                 "php": ">=5.3.3",
1617                 "sebastian/recursion-context": "~2.0"
1618             },
1619             "require-dev": {
1620                 "ext-mbstring": "*",
1621                 "phpunit/phpunit": "~4.4"
1622             },
1623             "type": "library",
1624             "extra": {
1625                 "branch-alias": {
1626                     "dev-master": "2.0.x-dev"
1627                 }
1628             },
1629             "autoload": {
1630                 "classmap": [
1631                     "src/"
1632                 ]
1633             },
1634             "notification-url": "https://packagist.org/downloads/",
1635             "license": [
1636                 "BSD-3-Clause"
1637             ],
1638             "authors": [
1639                 {
1640                     "name": "Jeff Welch",
1641                     "email": "whatthejeff@gmail.com"
1642                 },
1643                 {
1644                     "name": "Volker Dusch",
1645                     "email": "github@wallbash.com"
1646                 },
1647                 {
1648                     "name": "Bernhard Schussek",
1649                     "email": "bschussek@2bepublished.at"
1650                 },
1651                 {
1652                     "name": "Sebastian Bergmann",
1653                     "email": "sebastian@phpunit.de"
1654                 },
1655                 {
1656                     "name": "Adam Harvey",
1657                     "email": "aharvey@php.net"
1658                 }
1659             ],
1660             "description": "Provides the functionality to export PHP variables for visualization",
1661             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1662             "keywords": [
1663                 "export",
1664                 "exporter"
1665             ],
1666             "time": "2016-11-19T08:54:04+00:00"
1667         },
1668         {
1669             "name": "sebastian/global-state",
1670             "version": "1.1.1",
1671             "source": {
1672                 "type": "git",
1673                 "url": "https://github.com/sebastianbergmann/global-state.git",
1674                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1675             },
1676             "dist": {
1677                 "type": "zip",
1678                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1679                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1680                 "shasum": ""
1681             },
1682             "require": {
1683                 "php": ">=5.3.3"
1684             },
1685             "require-dev": {
1686                 "phpunit/phpunit": "~4.2"
1687             },
1688             "suggest": {
1689                 "ext-uopz": "*"
1690             },
1691             "type": "library",
1692             "extra": {
1693                 "branch-alias": {
1694                     "dev-master": "1.0-dev"
1695                 }
1696             },
1697             "autoload": {
1698                 "classmap": [
1699                     "src/"
1700                 ]
1701             },
1702             "notification-url": "https://packagist.org/downloads/",
1703             "license": [
1704                 "BSD-3-Clause"
1705             ],
1706             "authors": [
1707                 {
1708                     "name": "Sebastian Bergmann",
1709                     "email": "sebastian@phpunit.de"
1710                 }
1711             ],
1712             "description": "Snapshotting of global state",
1713             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1714             "keywords": [
1715                 "global state"
1716             ],
1717             "time": "2015-10-12T03:26:01+00:00"
1718         },
1719         {
1720             "name": "sebastian/object-enumerator",
1721             "version": "2.0.1",
1722             "source": {
1723                 "type": "git",
1724                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1725                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
1726             },
1727             "dist": {
1728                 "type": "zip",
1729                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
1730                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
1731                 "shasum": ""
1732             },
1733             "require": {
1734                 "php": ">=5.6",
1735                 "sebastian/recursion-context": "~2.0"
1736             },
1737             "require-dev": {
1738                 "phpunit/phpunit": "~5"
1739             },
1740             "type": "library",
1741             "extra": {
1742                 "branch-alias": {
1743                     "dev-master": "2.0.x-dev"
1744                 }
1745             },
1746             "autoload": {
1747                 "classmap": [
1748                     "src/"
1749                 ]
1750             },
1751             "notification-url": "https://packagist.org/downloads/",
1752             "license": [
1753                 "BSD-3-Clause"
1754             ],
1755             "authors": [
1756                 {
1757                     "name": "Sebastian Bergmann",
1758                     "email": "sebastian@phpunit.de"
1759                 }
1760             ],
1761             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1762             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1763             "time": "2017-02-18T15:18:39+00:00"
1764         },
1765         {
1766             "name": "sebastian/recursion-context",
1767             "version": "2.0.0",
1768             "source": {
1769                 "type": "git",
1770                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1771                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1772             },
1773             "dist": {
1774                 "type": "zip",
1775                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1776                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1777                 "shasum": ""
1778             },
1779             "require": {
1780                 "php": ">=5.3.3"
1781             },
1782             "require-dev": {
1783                 "phpunit/phpunit": "~4.4"
1784             },
1785             "type": "library",
1786             "extra": {
1787                 "branch-alias": {
1788                     "dev-master": "2.0.x-dev"
1789                 }
1790             },
1791             "autoload": {
1792                 "classmap": [
1793                     "src/"
1794                 ]
1795             },
1796             "notification-url": "https://packagist.org/downloads/",
1797             "license": [
1798                 "BSD-3-Clause"
1799             ],
1800             "authors": [
1801                 {
1802                     "name": "Jeff Welch",
1803                     "email": "whatthejeff@gmail.com"
1804                 },
1805                 {
1806                     "name": "Sebastian Bergmann",
1807                     "email": "sebastian@phpunit.de"
1808                 },
1809                 {
1810                     "name": "Adam Harvey",
1811                     "email": "aharvey@php.net"
1812                 }
1813             ],
1814             "description": "Provides functionality to recursively process PHP variables",
1815             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1816             "time": "2016-11-19T07:33:16+00:00"
1817         },
1818         {
1819             "name": "sebastian/resource-operations",
1820             "version": "1.0.0",
1821             "source": {
1822                 "type": "git",
1823                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1824                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1825             },
1826             "dist": {
1827                 "type": "zip",
1828                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1829                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1830                 "shasum": ""
1831             },
1832             "require": {
1833                 "php": ">=5.6.0"
1834             },
1835             "type": "library",
1836             "extra": {
1837                 "branch-alias": {
1838                     "dev-master": "1.0.x-dev"
1839                 }
1840             },
1841             "autoload": {
1842                 "classmap": [
1843                     "src/"
1844                 ]
1845             },
1846             "notification-url": "https://packagist.org/downloads/",
1847             "license": [
1848                 "BSD-3-Clause"
1849             ],
1850             "authors": [
1851                 {
1852                     "name": "Sebastian Bergmann",
1853                     "email": "sebastian@phpunit.de"
1854                 }
1855             ],
1856             "description": "Provides a list of PHP built-in functions that operate on resources",
1857             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1858             "time": "2015-07-28T20:34:47+00:00"
1859         },
1860         {
1861             "name": "sebastian/version",
1862             "version": "2.0.1",
1863             "source": {
1864                 "type": "git",
1865                 "url": "https://github.com/sebastianbergmann/version.git",
1866                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1867             },
1868             "dist": {
1869                 "type": "zip",
1870                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1871                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1872                 "shasum": ""
1873             },
1874             "require": {
1875                 "php": ">=5.6"
1876             },
1877             "type": "library",
1878             "extra": {
1879                 "branch-alias": {
1880                     "dev-master": "2.0.x-dev"
1881                 }
1882             },
1883             "autoload": {
1884                 "classmap": [
1885                     "src/"
1886                 ]
1887             },
1888             "notification-url": "https://packagist.org/downloads/",
1889             "license": [
1890                 "BSD-3-Clause"
1891             ],
1892             "authors": [
1893                 {
1894                     "name": "Sebastian Bergmann",
1895                     "email": "sebastian@phpunit.de",
1896                     "role": "lead"
1897                 }
1898             ],
1899             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1900             "homepage": "https://github.com/sebastianbergmann/version",
1901             "time": "2016-10-03T07:35:21+00:00"
1902         },
1903         {
1904             "name": "squizlabs/php_codesniffer",
1905             "version": "2.9.1",
1906             "source": {
1907                 "type": "git",
1908                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1909                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
1910             },
1911             "dist": {
1912                 "type": "zip",
1913                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
1914                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
1915                 "shasum": ""
1916             },
1917             "require": {
1918                 "ext-simplexml": "*",
1919                 "ext-tokenizer": "*",
1920                 "ext-xmlwriter": "*",
1921                 "php": ">=5.1.2"
1922             },
1923             "require-dev": {
1924                 "phpunit/phpunit": "~4.0"
1925             },
1926             "bin": [
1927                 "scripts/phpcs",
1928                 "scripts/phpcbf"
1929             ],
1930             "type": "library",
1931             "extra": {
1932                 "branch-alias": {
1933                     "dev-master": "2.x-dev"
1934                 }
1935             },
1936             "autoload": {
1937                 "classmap": [
1938                     "CodeSniffer.php",
1939                     "CodeSniffer/CLI.php",
1940                     "CodeSniffer/Exception.php",
1941                     "CodeSniffer/File.php",
1942                     "CodeSniffer/Fixer.php",
1943                     "CodeSniffer/Report.php",
1944                     "CodeSniffer/Reporting.php",
1945                     "CodeSniffer/Sniff.php",
1946                     "CodeSniffer/Tokens.php",
1947                     "CodeSniffer/Reports/",
1948                     "CodeSniffer/Tokenizers/",
1949                     "CodeSniffer/DocGenerators/",
1950                     "CodeSniffer/Standards/AbstractPatternSniff.php",
1951                     "CodeSniffer/Standards/AbstractScopeSniff.php",
1952                     "CodeSniffer/Standards/AbstractVariableSniff.php",
1953                     "CodeSniffer/Standards/IncorrectPatternException.php",
1954                     "CodeSniffer/Standards/Generic/Sniffs/",
1955                     "CodeSniffer/Standards/MySource/Sniffs/",
1956                     "CodeSniffer/Standards/PEAR/Sniffs/",
1957                     "CodeSniffer/Standards/PSR1/Sniffs/",
1958                     "CodeSniffer/Standards/PSR2/Sniffs/",
1959                     "CodeSniffer/Standards/Squiz/Sniffs/",
1960                     "CodeSniffer/Standards/Zend/Sniffs/"
1961                 ]
1962             },
1963             "notification-url": "https://packagist.org/downloads/",
1964             "license": [
1965                 "BSD-3-Clause"
1966             ],
1967             "authors": [
1968                 {
1969                     "name": "Greg Sherwood",
1970                     "role": "lead"
1971                 }
1972             ],
1973             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1974             "homepage": "http://www.squizlabs.com/php-codesniffer",
1975             "keywords": [
1976                 "phpcs",
1977                 "standards"
1978             ],
1979             "time": "2017-05-22T02:43:20+00:00"
1980         },
1981         {
1982             "name": "symfony/config",
1983             "version": "v3.4.17",
1984             "source": {
1985                 "type": "git",
1986                 "url": "https://github.com/symfony/config.git",
1987                 "reference": "e5389132dc6320682de3643091121c048ff796b3"
1988             },
1989             "dist": {
1990                 "type": "zip",
1991                 "url": "https://api.github.com/repos/symfony/config/zipball/e5389132dc6320682de3643091121c048ff796b3",
1992                 "reference": "e5389132dc6320682de3643091121c048ff796b3",
1993                 "shasum": ""
1994             },
1995             "require": {
1996                 "php": "^5.5.9|>=7.0.8",
1997                 "symfony/filesystem": "~2.8|~3.0|~4.0",
1998                 "symfony/polyfill-ctype": "~1.8"
1999             },
2000             "conflict": {
2001                 "symfony/dependency-injection": "<3.3",
2002                 "symfony/finder": "<3.3"
2003             },
2004             "require-dev": {
2005                 "symfony/dependency-injection": "~3.3|~4.0",
2006                 "symfony/event-dispatcher": "~3.3|~4.0",
2007                 "symfony/finder": "~3.3|~4.0",
2008                 "symfony/yaml": "~3.0|~4.0"
2009             },
2010             "suggest": {
2011                 "symfony/yaml": "To use the yaml reference dumper"
2012             },
2013             "type": "library",
2014             "extra": {
2015                 "branch-alias": {
2016                     "dev-master": "3.4-dev"
2017                 }
2018             },
2019             "autoload": {
2020                 "psr-4": {
2021                     "Symfony\\Component\\Config\\": ""
2022                 },
2023                 "exclude-from-classmap": [
2024                     "/Tests/"
2025                 ]
2026             },
2027             "notification-url": "https://packagist.org/downloads/",
2028             "license": [
2029                 "MIT"
2030             ],
2031             "authors": [
2032                 {
2033                     "name": "Fabien Potencier",
2034                     "email": "fabien@symfony.com"
2035                 },
2036                 {
2037                     "name": "Symfony Community",
2038                     "homepage": "https://symfony.com/contributors"
2039                 }
2040             ],
2041             "description": "Symfony Config Component",
2042             "homepage": "https://symfony.com",
2043             "time": "2018-09-08T13:15:14+00:00"
2044         },
2045         {
2046             "name": "symfony/filesystem",
2047             "version": "v3.4.17",
2048             "source": {
2049                 "type": "git",
2050                 "url": "https://github.com/symfony/filesystem.git",
2051                 "reference": "d69930fc337d767607267d57c20a7403d0a822a4"
2052             },
2053             "dist": {
2054                 "type": "zip",
2055                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
2056                 "reference": "d69930fc337d767607267d57c20a7403d0a822a4",
2057                 "shasum": ""
2058             },
2059             "require": {
2060                 "php": "^5.5.9|>=7.0.8",
2061                 "symfony/polyfill-ctype": "~1.8"
2062             },
2063             "type": "library",
2064             "extra": {
2065                 "branch-alias": {
2066                     "dev-master": "3.4-dev"
2067                 }
2068             },
2069             "autoload": {
2070                 "psr-4": {
2071                     "Symfony\\Component\\Filesystem\\": ""
2072                 },
2073                 "exclude-from-classmap": [
2074                     "/Tests/"
2075                 ]
2076             },
2077             "notification-url": "https://packagist.org/downloads/",
2078             "license": [
2079                 "MIT"
2080             ],
2081             "authors": [
2082                 {
2083                     "name": "Fabien Potencier",
2084                     "email": "fabien@symfony.com"
2085                 },
2086                 {
2087                     "name": "Symfony Community",
2088                     "homepage": "https://symfony.com/contributors"
2089                 }
2090             ],
2091             "description": "Symfony Filesystem Component",
2092             "homepage": "https://symfony.com",
2093             "time": "2018-10-02T12:28:39+00:00"
2094         },
2095         {
2096             "name": "symfony/polyfill-ctype",
2097             "version": "v1.9.0",
2098             "source": {
2099                 "type": "git",
2100                 "url": "https://github.com/symfony/polyfill-ctype.git",
2101                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2102             },
2103             "dist": {
2104                 "type": "zip",
2105                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2106                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2107                 "shasum": ""
2108             },
2109             "require": {
2110                 "php": ">=5.3.3"
2111             },
2112             "suggest": {
2113                 "ext-ctype": "For best performance"
2114             },
2115             "type": "library",
2116             "extra": {
2117                 "branch-alias": {
2118                     "dev-master": "1.9-dev"
2119                 }
2120             },
2121             "autoload": {
2122                 "psr-4": {
2123                     "Symfony\\Polyfill\\Ctype\\": ""
2124                 },
2125                 "files": [
2126                     "bootstrap.php"
2127                 ]
2128             },
2129             "notification-url": "https://packagist.org/downloads/",
2130             "license": [
2131                 "MIT"
2132             ],
2133             "authors": [
2134                 {
2135                     "name": "Symfony Community",
2136                     "homepage": "https://symfony.com/contributors"
2137                 },
2138                 {
2139                     "name": "Gert de Pagter",
2140                     "email": "BackEndTea@gmail.com"
2141                 }
2142             ],
2143             "description": "Symfony polyfill for ctype functions",
2144             "homepage": "https://symfony.com",
2145             "keywords": [
2146                 "compatibility",
2147                 "ctype",
2148                 "polyfill",
2149                 "portable"
2150             ],
2151             "time": "2018-08-06T14:22:27+00:00"
2152         },
2153         {
2154             "name": "symfony/stopwatch",
2155             "version": "v3.4.17",
2156             "source": {
2157                 "type": "git",
2158                 "url": "https://github.com/symfony/stopwatch.git",
2159                 "reference": "05e52a39de52ba690aebaed462b2bc8a9649f0a4"
2160             },
2161             "dist": {
2162                 "type": "zip",
2163                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/05e52a39de52ba690aebaed462b2bc8a9649f0a4",
2164                 "reference": "05e52a39de52ba690aebaed462b2bc8a9649f0a4",
2165                 "shasum": ""
2166             },
2167             "require": {
2168                 "php": "^5.5.9|>=7.0.8"
2169             },
2170             "type": "library",
2171             "extra": {
2172                 "branch-alias": {
2173                     "dev-master": "3.4-dev"
2174                 }
2175             },
2176             "autoload": {
2177                 "psr-4": {
2178                     "Symfony\\Component\\Stopwatch\\": ""
2179                 },
2180                 "exclude-from-classmap": [
2181                     "/Tests/"
2182                 ]
2183             },
2184             "notification-url": "https://packagist.org/downloads/",
2185             "license": [
2186                 "MIT"
2187             ],
2188             "authors": [
2189                 {
2190                     "name": "Fabien Potencier",
2191                     "email": "fabien@symfony.com"
2192                 },
2193                 {
2194                     "name": "Symfony Community",
2195                     "homepage": "https://symfony.com/contributors"
2196                 }
2197             ],
2198             "description": "Symfony Stopwatch Component",
2199             "homepage": "https://symfony.com",
2200             "time": "2018-10-02T12:28:39+00:00"
2201         },
2202         {
2203             "name": "symfony/var-dumper",
2204             "version": "v3.4.17",
2205             "source": {
2206                 "type": "git",
2207                 "url": "https://github.com/symfony/var-dumper.git",
2208                 "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
2209             },
2210             "dist": {
2211                 "type": "zip",
2212                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
2213                 "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
2214                 "shasum": ""
2215             },
2216             "require": {
2217                 "php": "^5.5.9|>=7.0.8",
2218                 "symfony/polyfill-mbstring": "~1.0"
2219             },
2220             "conflict": {
2221                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2222             },
2223             "require-dev": {
2224                 "ext-iconv": "*",
2225                 "twig/twig": "~1.34|~2.4"
2226             },
2227             "suggest": {
2228                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2229                 "ext-intl": "To show region name in time zone dump",
2230                 "ext-symfony_debug": ""
2231             },
2232             "type": "library",
2233             "extra": {
2234                 "branch-alias": {
2235                     "dev-master": "3.4-dev"
2236                 }
2237             },
2238             "autoload": {
2239                 "files": [
2240                     "Resources/functions/dump.php"
2241                 ],
2242                 "psr-4": {
2243                     "Symfony\\Component\\VarDumper\\": ""
2244                 },
2245                 "exclude-from-classmap": [
2246                     "/Tests/"
2247                 ]
2248             },
2249             "notification-url": "https://packagist.org/downloads/",
2250             "license": [
2251                 "MIT"
2252             ],
2253             "authors": [
2254                 {
2255                     "name": "Nicolas Grekas",
2256                     "email": "p@tchwork.com"
2257                 },
2258                 {
2259                     "name": "Symfony Community",
2260                     "homepage": "https://symfony.com/contributors"
2261                 }
2262             ],
2263             "description": "Symfony mechanism for exploring and dumping PHP variables",
2264             "homepage": "https://symfony.com",
2265             "keywords": [
2266                 "debug",
2267                 "dump"
2268             ],
2269             "time": "2018-10-02T16:33:53+00:00"
2270         },
2271         {
2272             "name": "symfony/yaml",
2273             "version": "v3.3.18",
2274             "source": {
2275                 "type": "git",
2276                 "url": "https://github.com/symfony/yaml.git",
2277                 "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
2278             },
2279             "dist": {
2280                 "type": "zip",
2281                 "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
2282                 "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
2283                 "shasum": ""
2284             },
2285             "require": {
2286                 "php": "^5.5.9|>=7.0.8"
2287             },
2288             "require-dev": {
2289                 "symfony/console": "~2.8|~3.0"
2290             },
2291             "suggest": {
2292                 "symfony/console": "For validating YAML files using the lint command"
2293             },
2294             "type": "library",
2295             "extra": {
2296                 "branch-alias": {
2297                     "dev-master": "3.3-dev"
2298                 }
2299             },
2300             "autoload": {
2301                 "psr-4": {
2302                     "Symfony\\Component\\Yaml\\": ""
2303                 },
2304                 "exclude-from-classmap": [
2305                     "/Tests/"
2306                 ]
2307             },
2308             "notification-url": "https://packagist.org/downloads/",
2309             "license": [
2310                 "MIT"
2311             ],
2312             "authors": [
2313                 {
2314                     "name": "Fabien Potencier",
2315                     "email": "fabien@symfony.com"
2316                 },
2317                 {
2318                     "name": "Symfony Community",
2319                     "homepage": "https://symfony.com/contributors"
2320                 }
2321             ],
2322             "description": "Symfony Yaml Component",
2323             "homepage": "https://symfony.com",
2324             "time": "2018-01-20T15:04:53+00:00"
2325         },
2326         {
2327             "name": "victorjonsson/markdowndocs",
2328             "version": "1.3.8",
2329             "source": {
2330                 "type": "git",
2331                 "url": "https://github.com/victorjonsson/PHP-Markdown-Documentation-Generator.git",
2332                 "reference": "c5eb16ff5bd15ee60223883ddacba0ab8797268d"
2333             },
2334             "dist": {
2335                 "type": "zip",
2336                 "url": "https://api.github.com/repos/victorjonsson/PHP-Markdown-Documentation-Generator/zipball/c5eb16ff5bd15ee60223883ddacba0ab8797268d",
2337                 "reference": "c5eb16ff5bd15ee60223883ddacba0ab8797268d",
2338                 "shasum": ""
2339             },
2340             "require": {
2341                 "php": ">=5.5.0",
2342                 "symfony/console": ">=2.6"
2343             },
2344             "require-dev": {
2345                 "phpunit/phpunit": "3.7.23"
2346             },
2347             "bin": [
2348                 "bin/phpdoc-md"
2349             ],
2350             "type": "library",
2351             "autoload": {
2352                 "psr-0": {
2353                     "PHPDocsMD": "src/"
2354                 }
2355             },
2356             "notification-url": "https://packagist.org/downloads/",
2357             "license": [
2358                 "MIT"
2359             ],
2360             "authors": [
2361                 {
2362                     "name": "Victor Jonsson",
2363                     "email": "kontakt@victorjonsson.se"
2364                 }
2365             ],
2366             "description": "Command line tool for generating markdown-formatted class documentation",
2367             "homepage": "https://github.com/victorjonsson/PHP-Markdown-Documentation-Generator",
2368             "time": "2017-04-20T09:52:47+00:00"
2369         },
2370         {
2371             "name": "webmozart/assert",
2372             "version": "1.3.0",
2373             "source": {
2374                 "type": "git",
2375                 "url": "https://github.com/webmozart/assert.git",
2376                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2377             },
2378             "dist": {
2379                 "type": "zip",
2380                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2381                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2382                 "shasum": ""
2383             },
2384             "require": {
2385                 "php": "^5.3.3 || ^7.0"
2386             },
2387             "require-dev": {
2388                 "phpunit/phpunit": "^4.6",
2389                 "sebastian/version": "^1.0.1"
2390             },
2391             "type": "library",
2392             "extra": {
2393                 "branch-alias": {
2394                     "dev-master": "1.3-dev"
2395                 }
2396             },
2397             "autoload": {
2398                 "psr-4": {
2399                     "Webmozart\\Assert\\": "src/"
2400                 }
2401             },
2402             "notification-url": "https://packagist.org/downloads/",
2403             "license": [
2404                 "MIT"
2405             ],
2406             "authors": [
2407                 {
2408                     "name": "Bernhard Schussek",
2409                     "email": "bschussek@gmail.com"
2410                 }
2411             ],
2412             "description": "Assertions to validate method input/output with nice error messages.",
2413             "keywords": [
2414                 "assert",
2415                 "check",
2416                 "validate"
2417             ],
2418             "time": "2018-01-29T19:49:41+00:00"
2419         }
2420     ],
2421     "aliases": [],
2422     "minimum-stability": "stable",
2423     "stability-flags": [],
2424     "prefer-stable": false,
2425     "prefer-lowest": false,
2426     "platform": {
2427         "php": ">=5.4.0"
2428     },
2429     "platform-dev": [],
2430     "platform-overrides": {
2431         "php": "5.6.32"
2432     }
2433 }