xref: /webtrees/composer.lock (revision d69397b0fb0a7e71220076299d45dc2ac034b754)
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": "cdb23bdff0722429cbf0e5b58df9de2e",
8    "packages": [
9        {
10            "name": "filp/whoops",
11            "version": "2.2.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/filp/whoops.git",
15                "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/filp/whoops/zipball/181c4502d8f34db7aed7bfe88d4f87875b8e947a",
20                "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a",
21                "shasum": ""
22            },
23            "require": {
24                "php": "^5.5.9 || ^7.0",
25                "psr/log": "^1.0.1"
26            },
27            "require-dev": {
28                "mockery/mockery": "^0.9 || ^1.0",
29                "phpunit/phpunit": "^4.8.35 || ^5.7",
30                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
31            },
32            "suggest": {
33                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
34                "whoops/soap": "Formats errors as SOAP responses"
35            },
36            "type": "library",
37            "extra": {
38                "branch-alias": {
39                    "dev-master": "2.1-dev"
40                }
41            },
42            "autoload": {
43                "psr-4": {
44                    "Whoops\\": "src/Whoops/"
45                }
46            },
47            "notification-url": "https://packagist.org/downloads/",
48            "license": [
49                "MIT"
50            ],
51            "authors": [
52                {
53                    "name": "Filipe Dobreira",
54                    "homepage": "https://github.com/filp",
55                    "role": "Developer"
56                }
57            ],
58            "description": "php error handling for cool kids",
59            "homepage": "https://filp.github.io/whoops/",
60            "keywords": [
61                "error",
62                "exception",
63                "handling",
64                "library",
65                "throwable",
66                "whoops"
67            ],
68            "time": "2018-03-03T17:56:25+00:00"
69        },
70        {
71            "name": "fisharebest/algorithm",
72            "version": "1.4.0",
73            "source": {
74                "type": "git",
75                "url": "https://github.com/fisharebest/algorithm.git",
76                "reference": "e269fd476dc165b40f1cdc99c3051245d56c9380"
77            },
78            "dist": {
79                "type": "zip",
80                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/e269fd476dc165b40f1cdc99c3051245d56c9380",
81                "reference": "e269fd476dc165b40f1cdc99c3051245d56c9380",
82                "shasum": ""
83            },
84            "require": {
85                "php": ">=5.3.0"
86            },
87            "require-dev": {
88                "phpunit/phpunit": "*",
89                "satooshi/php-coveralls": "*"
90            },
91            "type": "library",
92            "autoload": {
93                "psr-4": {
94                    "Fisharebest\\Algorithm\\": "src/"
95                }
96            },
97            "notification-url": "https://packagist.org/downloads/",
98            "license": [
99                "GPL-3.0+"
100            ],
101            "authors": [
102                {
103                    "name": "Greg Roach",
104                    "email": "greg@subaqua.co.uk",
105                    "role": "Developer"
106                }
107            ],
108            "description": "Implementation of standard algorithms in PHP.",
109            "homepage": "https://github.com/fisharebest/algorithm",
110            "keywords": [
111                "Algorithm",
112                "diff",
113                "dijkstra",
114                "myers"
115            ],
116            "time": "2017-08-21T11:21:58+00:00"
117        },
118        {
119            "name": "fisharebest/ext-calendar",
120            "version": "2.4.0",
121            "source": {
122                "type": "git",
123                "url": "https://github.com/fisharebest/ext-calendar.git",
124                "reference": "d30c9822ccd207671cd0864158ef6d63e71a8523"
125            },
126            "dist": {
127                "type": "zip",
128                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/d30c9822ccd207671cd0864158ef6d63e71a8523",
129                "reference": "d30c9822ccd207671cd0864158ef6d63e71a8523",
130                "shasum": ""
131            },
132            "require": {
133                "php": ">=5.3.0"
134            },
135            "require-dev": {
136                "phpunit/phpunit": "<6",
137                "satooshi/php-coveralls": "*"
138            },
139            "type": "library",
140            "autoload": {
141                "files": [
142                    "src/shims.php"
143                ],
144                "psr-4": {
145                    "Fisharebest\\ExtCalendar\\": "src/"
146                }
147            },
148            "notification-url": "https://packagist.org/downloads/",
149            "license": [
150                "GPL-3.0+"
151            ],
152            "authors": [
153                {
154                    "name": "Greg Roach",
155                    "email": "fisharebest@gmail.com",
156                    "role": "Developer"
157                }
158            ],
159            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Also provides a replacement for the PHP ext/calendar extension.",
160            "homepage": "https://github.com/fisharebest/ext-calendar",
161            "keywords": [
162                "Jalali",
163                "arabic",
164                "calendar",
165                "ext-calendar",
166                "french",
167                "gregorian",
168                "hebrew",
169                "hijri",
170                "jewish",
171                "julian",
172                "julian day",
173                "julian day number",
174                "persian",
175                "shamsi"
176            ],
177            "time": "2018-01-16T11:36:25+00:00"
178        },
179        {
180            "name": "fisharebest/localization",
181            "version": "1.10.3",
182            "source": {
183                "type": "git",
184                "url": "https://github.com/fisharebest/localization.git",
185                "reference": "64bb6ed8bc7b18920f8e449704f7cb00f90f7603"
186            },
187            "dist": {
188                "type": "zip",
189                "url": "https://api.github.com/repos/fisharebest/localization/zipball/64bb6ed8bc7b18920f8e449704f7cb00f90f7603",
190                "reference": "64bb6ed8bc7b18920f8e449704f7cb00f90f7603",
191                "shasum": ""
192            },
193            "require": {
194                "php": ">=5.3.0"
195            },
196            "require-dev": {
197                "phpunit/phpunit": "4.*|5.*",
198                "satooshi/php-coveralls": "*"
199            },
200            "type": "library",
201            "autoload": {
202                "psr-4": {
203                    "Fisharebest\\Localization\\": "src/"
204                }
205            },
206            "notification-url": "https://packagist.org/downloads/",
207            "license": [
208                "GPL-3.0+"
209            ],
210            "authors": [
211                {
212                    "name": "Greg Roach",
213                    "email": "fisharebest@gmail.com",
214                    "role": "Developer"
215                }
216            ],
217            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
218            "homepage": "https://github.com/fisharebest/localization",
219            "keywords": [
220                "cldr",
221                "gettext",
222                "i18n",
223                "l10n",
224                "language",
225                "locale",
226                "localization",
227                "script",
228                "translate",
229                "translation"
230            ],
231            "time": "2018-01-16T07:36:49+00:00"
232        },
233        {
234            "name": "guzzlehttp/guzzle",
235            "version": "6.3.3",
236            "source": {
237                "type": "git",
238                "url": "https://github.com/guzzle/guzzle.git",
239                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
240            },
241            "dist": {
242                "type": "zip",
243                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
244                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
245                "shasum": ""
246            },
247            "require": {
248                "guzzlehttp/promises": "^1.0",
249                "guzzlehttp/psr7": "^1.4",
250                "php": ">=5.5"
251            },
252            "require-dev": {
253                "ext-curl": "*",
254                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
255                "psr/log": "^1.0"
256            },
257            "suggest": {
258                "psr/log": "Required for using the Log middleware"
259            },
260            "type": "library",
261            "extra": {
262                "branch-alias": {
263                    "dev-master": "6.3-dev"
264                }
265            },
266            "autoload": {
267                "files": [
268                    "src/functions_include.php"
269                ],
270                "psr-4": {
271                    "GuzzleHttp\\": "src/"
272                }
273            },
274            "notification-url": "https://packagist.org/downloads/",
275            "license": [
276                "MIT"
277            ],
278            "authors": [
279                {
280                    "name": "Michael Dowling",
281                    "email": "mtdowling@gmail.com",
282                    "homepage": "https://github.com/mtdowling"
283                }
284            ],
285            "description": "Guzzle is a PHP HTTP client library",
286            "homepage": "http://guzzlephp.org/",
287            "keywords": [
288                "client",
289                "curl",
290                "framework",
291                "http",
292                "http client",
293                "rest",
294                "web service"
295            ],
296            "time": "2018-04-22T15:46:56+00:00"
297        },
298        {
299            "name": "guzzlehttp/promises",
300            "version": "v1.3.1",
301            "source": {
302                "type": "git",
303                "url": "https://github.com/guzzle/promises.git",
304                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
305            },
306            "dist": {
307                "type": "zip",
308                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
309                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
310                "shasum": ""
311            },
312            "require": {
313                "php": ">=5.5.0"
314            },
315            "require-dev": {
316                "phpunit/phpunit": "^4.0"
317            },
318            "type": "library",
319            "extra": {
320                "branch-alias": {
321                    "dev-master": "1.4-dev"
322                }
323            },
324            "autoload": {
325                "psr-4": {
326                    "GuzzleHttp\\Promise\\": "src/"
327                },
328                "files": [
329                    "src/functions_include.php"
330                ]
331            },
332            "notification-url": "https://packagist.org/downloads/",
333            "license": [
334                "MIT"
335            ],
336            "authors": [
337                {
338                    "name": "Michael Dowling",
339                    "email": "mtdowling@gmail.com",
340                    "homepage": "https://github.com/mtdowling"
341                }
342            ],
343            "description": "Guzzle promises library",
344            "keywords": [
345                "promise"
346            ],
347            "time": "2016-12-20T10:07:11+00:00"
348        },
349        {
350            "name": "guzzlehttp/psr7",
351            "version": "1.4.2",
352            "source": {
353                "type": "git",
354                "url": "https://github.com/guzzle/psr7.git",
355                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
356            },
357            "dist": {
358                "type": "zip",
359                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
360                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
361                "shasum": ""
362            },
363            "require": {
364                "php": ">=5.4.0",
365                "psr/http-message": "~1.0"
366            },
367            "provide": {
368                "psr/http-message-implementation": "1.0"
369            },
370            "require-dev": {
371                "phpunit/phpunit": "~4.0"
372            },
373            "type": "library",
374            "extra": {
375                "branch-alias": {
376                    "dev-master": "1.4-dev"
377                }
378            },
379            "autoload": {
380                "psr-4": {
381                    "GuzzleHttp\\Psr7\\": "src/"
382                },
383                "files": [
384                    "src/functions_include.php"
385                ]
386            },
387            "notification-url": "https://packagist.org/downloads/",
388            "license": [
389                "MIT"
390            ],
391            "authors": [
392                {
393                    "name": "Michael Dowling",
394                    "email": "mtdowling@gmail.com",
395                    "homepage": "https://github.com/mtdowling"
396                },
397                {
398                    "name": "Tobias Schultze",
399                    "homepage": "https://github.com/Tobion"
400                }
401            ],
402            "description": "PSR-7 message implementation that also provides common utility methods",
403            "keywords": [
404                "http",
405                "message",
406                "request",
407                "response",
408                "stream",
409                "uri",
410                "url"
411            ],
412            "time": "2017-03-20T17:10:46+00:00"
413        },
414        {
415            "name": "intervention/image",
416            "version": "2.4.2",
417            "source": {
418                "type": "git",
419                "url": "https://github.com/Intervention/image.git",
420                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
421            },
422            "dist": {
423                "type": "zip",
424                "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
425                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
426                "shasum": ""
427            },
428            "require": {
429                "ext-fileinfo": "*",
430                "guzzlehttp/psr7": "~1.1",
431                "php": ">=5.4.0"
432            },
433            "require-dev": {
434                "mockery/mockery": "~0.9.2",
435                "phpunit/phpunit": "^4.8 || ^5.7"
436            },
437            "suggest": {
438                "ext-gd": "to use GD library based image processing.",
439                "ext-imagick": "to use Imagick based image processing.",
440                "intervention/imagecache": "Caching extension for the Intervention Image library"
441            },
442            "type": "library",
443            "extra": {
444                "branch-alias": {
445                    "dev-master": "2.4-dev"
446                },
447                "laravel": {
448                    "providers": [
449                        "Intervention\\Image\\ImageServiceProvider"
450                    ],
451                    "aliases": {
452                        "Image": "Intervention\\Image\\Facades\\Image"
453                    }
454                }
455            },
456            "autoload": {
457                "psr-4": {
458                    "Intervention\\Image\\": "src/Intervention/Image"
459                }
460            },
461            "notification-url": "https://packagist.org/downloads/",
462            "license": [
463                "MIT"
464            ],
465            "authors": [
466                {
467                    "name": "Oliver Vogel",
468                    "email": "oliver@olivervogel.com",
469                    "homepage": "http://olivervogel.com/"
470                }
471            ],
472            "description": "Image handling and manipulation library with support for Laravel integration",
473            "homepage": "http://image.intervention.io/",
474            "keywords": [
475                "gd",
476                "image",
477                "imagick",
478                "laravel",
479                "thumbnail",
480                "watermark"
481            ],
482            "time": "2018-05-29T14:19:03+00:00"
483        },
484        {
485            "name": "league/commonmark",
486            "version": "0.17.5",
487            "source": {
488                "type": "git",
489                "url": "https://github.com/thephpleague/commonmark.git",
490                "reference": "82d7ab62d7f68391cb9d323f3ccce50be24a5369"
491            },
492            "dist": {
493                "type": "zip",
494                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/82d7ab62d7f68391cb9d323f3ccce50be24a5369",
495                "reference": "82d7ab62d7f68391cb9d323f3ccce50be24a5369",
496                "shasum": ""
497            },
498            "require": {
499                "ext-mbstring": "*",
500                "php": ">=5.6.5"
501            },
502            "replace": {
503                "colinodell/commonmark-php": "*"
504            },
505            "require-dev": {
506                "cebe/markdown": "~1.0",
507                "commonmark/commonmark.js": "0.28",
508                "erusev/parsedown": "~1.0",
509                "michelf/php-markdown": "~1.4",
510                "mikehaertl/php-shellcommand": "^1.2",
511                "phpunit/phpunit": "^5.7|^6.5",
512                "scrutinizer/ocular": "^1.1",
513                "symfony/finder": "^3.0|^4.0"
514            },
515            "suggest": {
516                "league/commonmark-extras": "Library of useful extensions including smart punctuation"
517            },
518            "bin": [
519                "bin/commonmark"
520            ],
521            "type": "library",
522            "extra": {
523                "branch-alias": {
524                    "dev-master": "0.18-dev"
525                }
526            },
527            "autoload": {
528                "psr-4": {
529                    "League\\CommonMark\\": "src/"
530                }
531            },
532            "notification-url": "https://packagist.org/downloads/",
533            "license": [
534                "BSD-3-Clause"
535            ],
536            "authors": [
537                {
538                    "name": "Colin O'Dell",
539                    "email": "colinodell@gmail.com",
540                    "homepage": "https://www.colinodell.com",
541                    "role": "Lead Developer"
542                }
543            ],
544            "description": "Markdown parser for PHP based on the CommonMark spec",
545            "homepage": "https://github.com/thephpleague/commonmark",
546            "keywords": [
547                "commonmark",
548                "markdown",
549                "parser"
550            ],
551            "time": "2018-03-29T14:35:19+00:00"
552        },
553        {
554            "name": "league/flysystem",
555            "version": "1.0.45",
556            "source": {
557                "type": "git",
558                "url": "https://github.com/thephpleague/flysystem.git",
559                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
560            },
561            "dist": {
562                "type": "zip",
563                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
564                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
565                "shasum": ""
566            },
567            "require": {
568                "php": ">=5.5.9"
569            },
570            "conflict": {
571                "league/flysystem-sftp": "<1.0.6"
572            },
573            "require-dev": {
574                "ext-fileinfo": "*",
575                "phpspec/phpspec": "^3.4",
576                "phpunit/phpunit": "^5.7"
577            },
578            "suggest": {
579                "ext-fileinfo": "Required for MimeType",
580                "ext-ftp": "Allows you to use FTP server storage",
581                "ext-openssl": "Allows you to use FTPS server storage",
582                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
583                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
584                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
585                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
586                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
587                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
588                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
589                "league/flysystem-webdav": "Allows you to use WebDAV storage",
590                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
591                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
592                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
593            },
594            "type": "library",
595            "extra": {
596                "branch-alias": {
597                    "dev-master": "1.1-dev"
598                }
599            },
600            "autoload": {
601                "psr-4": {
602                    "League\\Flysystem\\": "src/"
603                }
604            },
605            "notification-url": "https://packagist.org/downloads/",
606            "license": [
607                "MIT"
608            ],
609            "authors": [
610                {
611                    "name": "Frank de Jonge",
612                    "email": "info@frenky.net"
613                }
614            ],
615            "description": "Filesystem abstraction: Many filesystems, one API.",
616            "keywords": [
617                "Cloud Files",
618                "WebDAV",
619                "abstraction",
620                "aws",
621                "cloud",
622                "copy.com",
623                "dropbox",
624                "file systems",
625                "files",
626                "filesystem",
627                "filesystems",
628                "ftp",
629                "rackspace",
630                "remote",
631                "s3",
632                "sftp",
633                "storage"
634            ],
635            "time": "2018-05-07T08:44:23+00:00"
636        },
637        {
638            "name": "league/flysystem-ziparchive",
639            "version": "1.0.3",
640            "source": {
641                "type": "git",
642                "url": "https://github.com/thephpleague/flysystem-ziparchive.git",
643                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45"
644            },
645            "dist": {
646                "type": "zip",
647                "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
648                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
649                "shasum": ""
650            },
651            "require": {
652                "ext-zip": "*",
653                "league/flysystem": "~1.0",
654                "php": ">=5.4.0"
655            },
656            "require-dev": {
657                "mockery/mockery": "0.9.*",
658                "phpunit/phpunit": "~4.0"
659            },
660            "type": "library",
661            "extra": {
662                "branch-alias": {
663                    "dev-master": "1.0-dev"
664                }
665            },
666            "autoload": {
667                "psr-4": {
668                    "League\\Flysystem\\ZipArchive\\": "src/"
669                }
670            },
671            "notification-url": "https://packagist.org/downloads/",
672            "license": [
673                "MIT"
674            ],
675            "authors": [
676                {
677                    "name": "Frank de Jonge",
678                    "email": "info@frenky.net"
679                }
680            ],
681            "description": "Flysystem adapter for ZipArchive's",
682            "time": "2016-12-20T08:36:16+00:00"
683        },
684        {
685            "name": "league/glide",
686            "version": "1.3.0",
687            "source": {
688                "type": "git",
689                "url": "https://github.com/thephpleague/glide.git",
690                "reference": "bd29f65c9666abd72e66916e0573801e435ca878"
691            },
692            "dist": {
693                "type": "zip",
694                "url": "https://api.github.com/repos/thephpleague/glide/zipball/bd29f65c9666abd72e66916e0573801e435ca878",
695                "reference": "bd29f65c9666abd72e66916e0573801e435ca878",
696                "shasum": ""
697            },
698            "require": {
699                "intervention/image": "^2.1",
700                "league/flysystem": "^1.0",
701                "php": "^5.4 | ^7.0",
702                "psr/http-message": "^1.0"
703            },
704            "require-dev": {
705                "mockery/mockery": "~0.9",
706                "phpunit/php-token-stream": "^1.4",
707                "phpunit/phpunit": "~4.4"
708            },
709            "type": "library",
710            "extra": {
711                "branch-alias": {
712                    "dev-master": "1.1-dev"
713                }
714            },
715            "autoload": {
716                "psr-4": {
717                    "League\\Glide\\": "src/"
718                }
719            },
720            "notification-url": "https://packagist.org/downloads/",
721            "license": [
722                "MIT"
723            ],
724            "authors": [
725                {
726                    "name": "Jonathan Reinink",
727                    "email": "jonathan@reinink.ca",
728                    "homepage": "http://reinink.ca"
729                }
730            ],
731            "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
732            "homepage": "http://glide.thephpleague.com",
733            "keywords": [
734                "ImageMagick",
735                "editing",
736                "gd",
737                "image",
738                "imagick",
739                "league",
740                "manipulation",
741                "processing"
742            ],
743            "time": "2018-02-12T23:28:25+00:00"
744        },
745        {
746            "name": "paragonie/random_compat",
747            "version": "v2.0.17",
748            "source": {
749                "type": "git",
750                "url": "https://github.com/paragonie/random_compat.git",
751                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
752            },
753            "dist": {
754                "type": "zip",
755                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
756                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
757                "shasum": ""
758            },
759            "require": {
760                "php": ">=5.2.0"
761            },
762            "require-dev": {
763                "phpunit/phpunit": "4.*|5.*"
764            },
765            "suggest": {
766                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
767            },
768            "type": "library",
769            "autoload": {
770                "files": [
771                    "lib/random.php"
772                ]
773            },
774            "notification-url": "https://packagist.org/downloads/",
775            "license": [
776                "MIT"
777            ],
778            "authors": [
779                {
780                    "name": "Paragon Initiative Enterprises",
781                    "email": "security@paragonie.com",
782                    "homepage": "https://paragonie.com"
783                }
784            ],
785            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
786            "keywords": [
787                "csprng",
788                "polyfill",
789                "pseudorandom",
790                "random"
791            ],
792            "time": "2018-07-04T16:31:37+00:00"
793        },
794        {
795            "name": "psr/cache",
796            "version": "1.0.1",
797            "source": {
798                "type": "git",
799                "url": "https://github.com/php-fig/cache.git",
800                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
801            },
802            "dist": {
803                "type": "zip",
804                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
805                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
806                "shasum": ""
807            },
808            "require": {
809                "php": ">=5.3.0"
810            },
811            "type": "library",
812            "extra": {
813                "branch-alias": {
814                    "dev-master": "1.0.x-dev"
815                }
816            },
817            "autoload": {
818                "psr-4": {
819                    "Psr\\Cache\\": "src/"
820                }
821            },
822            "notification-url": "https://packagist.org/downloads/",
823            "license": [
824                "MIT"
825            ],
826            "authors": [
827                {
828                    "name": "PHP-FIG",
829                    "homepage": "http://www.php-fig.org/"
830                }
831            ],
832            "description": "Common interface for caching libraries",
833            "keywords": [
834                "cache",
835                "psr",
836                "psr-6"
837            ],
838            "time": "2016-08-06T20:24:11+00:00"
839        },
840        {
841            "name": "psr/http-message",
842            "version": "1.0.1",
843            "source": {
844                "type": "git",
845                "url": "https://github.com/php-fig/http-message.git",
846                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
847            },
848            "dist": {
849                "type": "zip",
850                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
851                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
852                "shasum": ""
853            },
854            "require": {
855                "php": ">=5.3.0"
856            },
857            "type": "library",
858            "extra": {
859                "branch-alias": {
860                    "dev-master": "1.0.x-dev"
861                }
862            },
863            "autoload": {
864                "psr-4": {
865                    "Psr\\Http\\Message\\": "src/"
866                }
867            },
868            "notification-url": "https://packagist.org/downloads/",
869            "license": [
870                "MIT"
871            ],
872            "authors": [
873                {
874                    "name": "PHP-FIG",
875                    "homepage": "http://www.php-fig.org/"
876                }
877            ],
878            "description": "Common interface for HTTP messages",
879            "homepage": "https://github.com/php-fig/http-message",
880            "keywords": [
881                "http",
882                "http-message",
883                "psr",
884                "psr-7",
885                "request",
886                "response"
887            ],
888            "time": "2016-08-06T14:39:51+00:00"
889        },
890        {
891            "name": "psr/log",
892            "version": "1.0.2",
893            "source": {
894                "type": "git",
895                "url": "https://github.com/php-fig/log.git",
896                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
897            },
898            "dist": {
899                "type": "zip",
900                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
901                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
902                "shasum": ""
903            },
904            "require": {
905                "php": ">=5.3.0"
906            },
907            "type": "library",
908            "extra": {
909                "branch-alias": {
910                    "dev-master": "1.0.x-dev"
911                }
912            },
913            "autoload": {
914                "psr-4": {
915                    "Psr\\Log\\": "Psr/Log/"
916                }
917            },
918            "notification-url": "https://packagist.org/downloads/",
919            "license": [
920                "MIT"
921            ],
922            "authors": [
923                {
924                    "name": "PHP-FIG",
925                    "homepage": "http://www.php-fig.org/"
926                }
927            ],
928            "description": "Common interface for logging libraries",
929            "homepage": "https://github.com/php-fig/log",
930            "keywords": [
931                "log",
932                "psr",
933                "psr-3"
934            ],
935            "time": "2016-10-10T12:19:37+00:00"
936        },
937        {
938            "name": "psr/simple-cache",
939            "version": "1.0.1",
940            "source": {
941                "type": "git",
942                "url": "https://github.com/php-fig/simple-cache.git",
943                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
944            },
945            "dist": {
946                "type": "zip",
947                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
948                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
949                "shasum": ""
950            },
951            "require": {
952                "php": ">=5.3.0"
953            },
954            "type": "library",
955            "extra": {
956                "branch-alias": {
957                    "dev-master": "1.0.x-dev"
958                }
959            },
960            "autoload": {
961                "psr-4": {
962                    "Psr\\SimpleCache\\": "src/"
963                }
964            },
965            "notification-url": "https://packagist.org/downloads/",
966            "license": [
967                "MIT"
968            ],
969            "authors": [
970                {
971                    "name": "PHP-FIG",
972                    "homepage": "http://www.php-fig.org/"
973                }
974            ],
975            "description": "Common interfaces for simple caching",
976            "keywords": [
977                "cache",
978                "caching",
979                "psr",
980                "psr-16",
981                "simple-cache"
982            ],
983            "time": "2017-10-23T01:57:42+00:00"
984        },
985        {
986            "name": "ramsey/uuid",
987            "version": "3.8.0",
988            "source": {
989                "type": "git",
990                "url": "https://github.com/ramsey/uuid.git",
991                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
992            },
993            "dist": {
994                "type": "zip",
995                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
996                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
997                "shasum": ""
998            },
999            "require": {
1000                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
1001                "php": "^5.4 || ^7.0",
1002                "symfony/polyfill-ctype": "^1.8"
1003            },
1004            "replace": {
1005                "rhumsaa/uuid": "self.version"
1006            },
1007            "require-dev": {
1008                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1009                "doctrine/annotations": "~1.2.0",
1010                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
1011                "ircmaxell/random-lib": "^1.1",
1012                "jakub-onderka/php-parallel-lint": "^0.9.0",
1013                "mockery/mockery": "^0.9.9",
1014                "moontoast/math": "^1.1",
1015                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1016                "phpunit/phpunit": "^4.7|^5.0|^6.5",
1017                "squizlabs/php_codesniffer": "^2.3"
1018            },
1019            "suggest": {
1020                "ext-ctype": "Provides support for PHP Ctype functions",
1021                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1022                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1023                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1024                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1025                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1026                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1027            },
1028            "type": "library",
1029            "extra": {
1030                "branch-alias": {
1031                    "dev-master": "3.x-dev"
1032                }
1033            },
1034            "autoload": {
1035                "psr-4": {
1036                    "Ramsey\\Uuid\\": "src/"
1037                }
1038            },
1039            "notification-url": "https://packagist.org/downloads/",
1040            "license": [
1041                "MIT"
1042            ],
1043            "authors": [
1044                {
1045                    "name": "Marijn Huizendveld",
1046                    "email": "marijn.huizendveld@gmail.com"
1047                },
1048                {
1049                    "name": "Thibaud Fabre",
1050                    "email": "thibaud@aztech.io"
1051                },
1052                {
1053                    "name": "Ben Ramsey",
1054                    "email": "ben@benramsey.com",
1055                    "homepage": "https://benramsey.com"
1056                }
1057            ],
1058            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1059            "homepage": "https://github.com/ramsey/uuid",
1060            "keywords": [
1061                "guid",
1062                "identifier",
1063                "uuid"
1064            ],
1065            "time": "2018-07-19T23:38:55+00:00"
1066        },
1067        {
1068            "name": "swiftmailer/swiftmailer",
1069            "version": "v5.4.10",
1070            "source": {
1071                "type": "git",
1072                "url": "https://github.com/swiftmailer/swiftmailer.git",
1073                "reference": "dd71cc1638ed7aebbb33f2e2b0edd2cf6ea73d97"
1074            },
1075            "dist": {
1076                "type": "zip",
1077                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/dd71cc1638ed7aebbb33f2e2b0edd2cf6ea73d97",
1078                "reference": "dd71cc1638ed7aebbb33f2e2b0edd2cf6ea73d97",
1079                "shasum": ""
1080            },
1081            "require": {
1082                "php": ">=5.3.3"
1083            },
1084            "require-dev": {
1085                "mockery/mockery": "~0.9.1",
1086                "symfony/phpunit-bridge": "~3.2"
1087            },
1088            "type": "library",
1089            "extra": {
1090                "branch-alias": {
1091                    "dev-master": "5.4-dev"
1092                }
1093            },
1094            "autoload": {
1095                "files": [
1096                    "lib/swift_required.php"
1097                ]
1098            },
1099            "notification-url": "https://packagist.org/downloads/",
1100            "license": [
1101                "MIT"
1102            ],
1103            "authors": [
1104                {
1105                    "name": "Chris Corbyn"
1106                },
1107                {
1108                    "name": "Fabien Potencier",
1109                    "email": "fabien@symfony.com"
1110                }
1111            ],
1112            "description": "Swiftmailer, free feature-rich PHP mailer",
1113            "homepage": "https://swiftmailer.symfony.com",
1114            "keywords": [
1115                "email",
1116                "mail",
1117                "mailer"
1118            ],
1119            "time": "2018-07-27T08:58:59+00:00"
1120        },
1121        {
1122            "name": "symfony/cache",
1123            "version": "v3.4.13",
1124            "source": {
1125                "type": "git",
1126                "url": "https://github.com/symfony/cache.git",
1127                "reference": "ae6a68d17e5e2c41e9cca278add1feda0473bcfe"
1128            },
1129            "dist": {
1130                "type": "zip",
1131                "url": "https://api.github.com/repos/symfony/cache/zipball/ae6a68d17e5e2c41e9cca278add1feda0473bcfe",
1132                "reference": "ae6a68d17e5e2c41e9cca278add1feda0473bcfe",
1133                "shasum": ""
1134            },
1135            "require": {
1136                "php": "^5.5.9|>=7.0.8",
1137                "psr/cache": "~1.0",
1138                "psr/log": "~1.0",
1139                "psr/simple-cache": "^1.0",
1140                "symfony/polyfill-apcu": "~1.1"
1141            },
1142            "conflict": {
1143                "symfony/var-dumper": "<3.3"
1144            },
1145            "provide": {
1146                "psr/cache-implementation": "1.0",
1147                "psr/simple-cache-implementation": "1.0"
1148            },
1149            "require-dev": {
1150                "cache/integration-tests": "dev-master",
1151                "doctrine/cache": "~1.6",
1152                "doctrine/dbal": "~2.4",
1153                "predis/predis": "~1.0"
1154            },
1155            "type": "library",
1156            "extra": {
1157                "branch-alias": {
1158                    "dev-master": "3.4-dev"
1159                }
1160            },
1161            "autoload": {
1162                "psr-4": {
1163                    "Symfony\\Component\\Cache\\": ""
1164                },
1165                "exclude-from-classmap": [
1166                    "/Tests/"
1167                ]
1168            },
1169            "notification-url": "https://packagist.org/downloads/",
1170            "license": [
1171                "MIT"
1172            ],
1173            "authors": [
1174                {
1175                    "name": "Nicolas Grekas",
1176                    "email": "p@tchwork.com"
1177                },
1178                {
1179                    "name": "Symfony Community",
1180                    "homepage": "https://symfony.com/contributors"
1181                }
1182            ],
1183            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1184            "homepage": "https://symfony.com",
1185            "keywords": [
1186                "caching",
1187                "psr6"
1188            ],
1189            "time": "2018-07-01T06:47:44+00:00"
1190        },
1191        {
1192            "name": "symfony/debug",
1193            "version": "v3.4.13",
1194            "source": {
1195                "type": "git",
1196                "url": "https://github.com/symfony/debug.git",
1197                "reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018"
1198            },
1199            "dist": {
1200                "type": "zip",
1201                "url": "https://api.github.com/repos/symfony/debug/zipball/0e3ca9cbde90fffec8038f4d4e16fd4046bbd018",
1202                "reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018",
1203                "shasum": ""
1204            },
1205            "require": {
1206                "php": "^5.5.9|>=7.0.8",
1207                "psr/log": "~1.0"
1208            },
1209            "conflict": {
1210                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1211            },
1212            "require-dev": {
1213                "symfony/http-kernel": "~2.8|~3.0|~4.0"
1214            },
1215            "type": "library",
1216            "extra": {
1217                "branch-alias": {
1218                    "dev-master": "3.4-dev"
1219                }
1220            },
1221            "autoload": {
1222                "psr-4": {
1223                    "Symfony\\Component\\Debug\\": ""
1224                },
1225                "exclude-from-classmap": [
1226                    "/Tests/"
1227                ]
1228            },
1229            "notification-url": "https://packagist.org/downloads/",
1230            "license": [
1231                "MIT"
1232            ],
1233            "authors": [
1234                {
1235                    "name": "Fabien Potencier",
1236                    "email": "fabien@symfony.com"
1237                },
1238                {
1239                    "name": "Symfony Community",
1240                    "homepage": "https://symfony.com/contributors"
1241                }
1242            ],
1243            "description": "Symfony Debug Component",
1244            "homepage": "https://symfony.com",
1245            "time": "2018-06-26T08:45:54+00:00"
1246        },
1247        {
1248            "name": "symfony/event-dispatcher",
1249            "version": "v3.4.13",
1250            "source": {
1251                "type": "git",
1252                "url": "https://github.com/symfony/event-dispatcher.git",
1253                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
1254            },
1255            "dist": {
1256                "type": "zip",
1257                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1258                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1259                "shasum": ""
1260            },
1261            "require": {
1262                "php": "^5.5.9|>=7.0.8"
1263            },
1264            "conflict": {
1265                "symfony/dependency-injection": "<3.3"
1266            },
1267            "require-dev": {
1268                "psr/log": "~1.0",
1269                "symfony/config": "~2.8|~3.0|~4.0",
1270                "symfony/dependency-injection": "~3.3|~4.0",
1271                "symfony/expression-language": "~2.8|~3.0|~4.0",
1272                "symfony/stopwatch": "~2.8|~3.0|~4.0"
1273            },
1274            "suggest": {
1275                "symfony/dependency-injection": "",
1276                "symfony/http-kernel": ""
1277            },
1278            "type": "library",
1279            "extra": {
1280                "branch-alias": {
1281                    "dev-master": "3.4-dev"
1282                }
1283            },
1284            "autoload": {
1285                "psr-4": {
1286                    "Symfony\\Component\\EventDispatcher\\": ""
1287                },
1288                "exclude-from-classmap": [
1289                    "/Tests/"
1290                ]
1291            },
1292            "notification-url": "https://packagist.org/downloads/",
1293            "license": [
1294                "MIT"
1295            ],
1296            "authors": [
1297                {
1298                    "name": "Fabien Potencier",
1299                    "email": "fabien@symfony.com"
1300                },
1301                {
1302                    "name": "Symfony Community",
1303                    "homepage": "https://symfony.com/contributors"
1304                }
1305            ],
1306            "description": "Symfony EventDispatcher Component",
1307            "homepage": "https://symfony.com",
1308            "time": "2018-04-06T07:35:25+00:00"
1309        },
1310        {
1311            "name": "symfony/expression-language",
1312            "version": "v3.4.13",
1313            "source": {
1314                "type": "git",
1315                "url": "https://github.com/symfony/expression-language.git",
1316                "reference": "555bf77002c6319eaf6311be7d6213dc3668e641"
1317            },
1318            "dist": {
1319                "type": "zip",
1320                "url": "https://api.github.com/repos/symfony/expression-language/zipball/555bf77002c6319eaf6311be7d6213dc3668e641",
1321                "reference": "555bf77002c6319eaf6311be7d6213dc3668e641",
1322                "shasum": ""
1323            },
1324            "require": {
1325                "php": "^5.5.9|>=7.0.8",
1326                "symfony/cache": "~3.1|~4.0"
1327            },
1328            "type": "library",
1329            "extra": {
1330                "branch-alias": {
1331                    "dev-master": "3.4-dev"
1332                }
1333            },
1334            "autoload": {
1335                "psr-4": {
1336                    "Symfony\\Component\\ExpressionLanguage\\": ""
1337                },
1338                "exclude-from-classmap": [
1339                    "/Tests/"
1340                ]
1341            },
1342            "notification-url": "https://packagist.org/downloads/",
1343            "license": [
1344                "MIT"
1345            ],
1346            "authors": [
1347                {
1348                    "name": "Fabien Potencier",
1349                    "email": "fabien@symfony.com"
1350                },
1351                {
1352                    "name": "Symfony Community",
1353                    "homepage": "https://symfony.com/contributors"
1354                }
1355            ],
1356            "description": "Symfony ExpressionLanguage Component",
1357            "homepage": "https://symfony.com",
1358            "time": "2018-06-21T11:10:19+00:00"
1359        },
1360        {
1361            "name": "symfony/http-foundation",
1362            "version": "v3.4.13",
1363            "source": {
1364                "type": "git",
1365                "url": "https://github.com/symfony/http-foundation.git",
1366                "reference": "2b8e08c085e2dc7449ee6d55a238be87d3727c96"
1367            },
1368            "dist": {
1369                "type": "zip",
1370                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2b8e08c085e2dc7449ee6d55a238be87d3727c96",
1371                "reference": "2b8e08c085e2dc7449ee6d55a238be87d3727c96",
1372                "shasum": ""
1373            },
1374            "require": {
1375                "php": "^5.5.9|>=7.0.8",
1376                "symfony/polyfill-mbstring": "~1.1",
1377                "symfony/polyfill-php70": "~1.6"
1378            },
1379            "require-dev": {
1380                "symfony/expression-language": "~2.8|~3.0|~4.0"
1381            },
1382            "type": "library",
1383            "extra": {
1384                "branch-alias": {
1385                    "dev-master": "3.4-dev"
1386                }
1387            },
1388            "autoload": {
1389                "psr-4": {
1390                    "Symfony\\Component\\HttpFoundation\\": ""
1391                },
1392                "exclude-from-classmap": [
1393                    "/Tests/"
1394                ]
1395            },
1396            "notification-url": "https://packagist.org/downloads/",
1397            "license": [
1398                "MIT"
1399            ],
1400            "authors": [
1401                {
1402                    "name": "Fabien Potencier",
1403                    "email": "fabien@symfony.com"
1404                },
1405                {
1406                    "name": "Symfony Community",
1407                    "homepage": "https://symfony.com/contributors"
1408                }
1409            ],
1410            "description": "Symfony HttpFoundation Component",
1411            "homepage": "https://symfony.com",
1412            "time": "2018-07-19T07:08:28+00:00"
1413        },
1414        {
1415            "name": "symfony/http-kernel",
1416            "version": "v3.4.13",
1417            "source": {
1418                "type": "git",
1419                "url": "https://github.com/symfony/http-kernel.git",
1420                "reference": "22a1d000d45f09966a363223548a150aec759e61"
1421            },
1422            "dist": {
1423                "type": "zip",
1424                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/22a1d000d45f09966a363223548a150aec759e61",
1425                "reference": "22a1d000d45f09966a363223548a150aec759e61",
1426                "shasum": ""
1427            },
1428            "require": {
1429                "php": "^5.5.9|>=7.0.8",
1430                "psr/log": "~1.0",
1431                "symfony/debug": "~2.8|~3.0|~4.0",
1432                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1433                "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
1434                "symfony/polyfill-ctype": "~1.8"
1435            },
1436            "conflict": {
1437                "symfony/config": "<2.8",
1438                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1439                "symfony/var-dumper": "<3.3",
1440                "twig/twig": "<1.34|<2.4,>=2"
1441            },
1442            "provide": {
1443                "psr/log-implementation": "1.0"
1444            },
1445            "require-dev": {
1446                "psr/cache": "~1.0",
1447                "symfony/browser-kit": "~2.8|~3.0|~4.0",
1448                "symfony/class-loader": "~2.8|~3.0",
1449                "symfony/config": "~2.8|~3.0|~4.0",
1450                "symfony/console": "~2.8|~3.0|~4.0",
1451                "symfony/css-selector": "~2.8|~3.0|~4.0",
1452                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1453                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1454                "symfony/expression-language": "~2.8|~3.0|~4.0",
1455                "symfony/finder": "~2.8|~3.0|~4.0",
1456                "symfony/process": "~2.8|~3.0|~4.0",
1457                "symfony/routing": "~3.4|~4.0",
1458                "symfony/stopwatch": "~2.8|~3.0|~4.0",
1459                "symfony/templating": "~2.8|~3.0|~4.0",
1460                "symfony/translation": "~2.8|~3.0|~4.0",
1461                "symfony/var-dumper": "~3.3|~4.0"
1462            },
1463            "suggest": {
1464                "symfony/browser-kit": "",
1465                "symfony/config": "",
1466                "symfony/console": "",
1467                "symfony/dependency-injection": "",
1468                "symfony/finder": "",
1469                "symfony/var-dumper": ""
1470            },
1471            "type": "library",
1472            "extra": {
1473                "branch-alias": {
1474                    "dev-master": "3.4-dev"
1475                }
1476            },
1477            "autoload": {
1478                "psr-4": {
1479                    "Symfony\\Component\\HttpKernel\\": ""
1480                },
1481                "exclude-from-classmap": [
1482                    "/Tests/"
1483                ]
1484            },
1485            "notification-url": "https://packagist.org/downloads/",
1486            "license": [
1487                "MIT"
1488            ],
1489            "authors": [
1490                {
1491                    "name": "Fabien Potencier",
1492                    "email": "fabien@symfony.com"
1493                },
1494                {
1495                    "name": "Symfony Community",
1496                    "homepage": "https://symfony.com/contributors"
1497                }
1498            ],
1499            "description": "Symfony HttpKernel Component",
1500            "homepage": "https://symfony.com",
1501            "time": "2018-07-23T16:37:31+00:00"
1502        },
1503        {
1504            "name": "symfony/polyfill-apcu",
1505            "version": "v1.8.0",
1506            "source": {
1507                "type": "git",
1508                "url": "https://github.com/symfony/polyfill-apcu.git",
1509                "reference": "9b83bd010112ec196410849e840d9b9fefcb15ad"
1510            },
1511            "dist": {
1512                "type": "zip",
1513                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/9b83bd010112ec196410849e840d9b9fefcb15ad",
1514                "reference": "9b83bd010112ec196410849e840d9b9fefcb15ad",
1515                "shasum": ""
1516            },
1517            "require": {
1518                "php": ">=5.3.3"
1519            },
1520            "type": "library",
1521            "extra": {
1522                "branch-alias": {
1523                    "dev-master": "1.8-dev"
1524                }
1525            },
1526            "autoload": {
1527                "psr-4": {
1528                    "Symfony\\Polyfill\\Apcu\\": ""
1529                },
1530                "files": [
1531                    "bootstrap.php"
1532                ]
1533            },
1534            "notification-url": "https://packagist.org/downloads/",
1535            "license": [
1536                "MIT"
1537            ],
1538            "authors": [
1539                {
1540                    "name": "Nicolas Grekas",
1541                    "email": "p@tchwork.com"
1542                },
1543                {
1544                    "name": "Symfony Community",
1545                    "homepage": "https://symfony.com/contributors"
1546                }
1547            ],
1548            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
1549            "homepage": "https://symfony.com",
1550            "keywords": [
1551                "apcu",
1552                "compatibility",
1553                "polyfill",
1554                "portable",
1555                "shim"
1556            ],
1557            "time": "2018-04-26T10:06:28+00:00"
1558        },
1559        {
1560            "name": "symfony/polyfill-ctype",
1561            "version": "v1.8.0",
1562            "source": {
1563                "type": "git",
1564                "url": "https://github.com/symfony/polyfill-ctype.git",
1565                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1566            },
1567            "dist": {
1568                "type": "zip",
1569                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1570                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1571                "shasum": ""
1572            },
1573            "require": {
1574                "php": ">=5.3.3"
1575            },
1576            "type": "library",
1577            "extra": {
1578                "branch-alias": {
1579                    "dev-master": "1.8-dev"
1580                }
1581            },
1582            "autoload": {
1583                "psr-4": {
1584                    "Symfony\\Polyfill\\Ctype\\": ""
1585                },
1586                "files": [
1587                    "bootstrap.php"
1588                ]
1589            },
1590            "notification-url": "https://packagist.org/downloads/",
1591            "license": [
1592                "MIT"
1593            ],
1594            "authors": [
1595                {
1596                    "name": "Symfony Community",
1597                    "homepage": "https://symfony.com/contributors"
1598                },
1599                {
1600                    "name": "Gert de Pagter",
1601                    "email": "BackEndTea@gmail.com"
1602                }
1603            ],
1604            "description": "Symfony polyfill for ctype functions",
1605            "homepage": "https://symfony.com",
1606            "keywords": [
1607                "compatibility",
1608                "ctype",
1609                "polyfill",
1610                "portable"
1611            ],
1612            "time": "2018-04-30T19:57:29+00:00"
1613        },
1614        {
1615            "name": "symfony/polyfill-mbstring",
1616            "version": "v1.8.0",
1617            "source": {
1618                "type": "git",
1619                "url": "https://github.com/symfony/polyfill-mbstring.git",
1620                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1621            },
1622            "dist": {
1623                "type": "zip",
1624                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1625                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1626                "shasum": ""
1627            },
1628            "require": {
1629                "php": ">=5.3.3"
1630            },
1631            "suggest": {
1632                "ext-mbstring": "For best performance"
1633            },
1634            "type": "library",
1635            "extra": {
1636                "branch-alias": {
1637                    "dev-master": "1.8-dev"
1638                }
1639            },
1640            "autoload": {
1641                "psr-4": {
1642                    "Symfony\\Polyfill\\Mbstring\\": ""
1643                },
1644                "files": [
1645                    "bootstrap.php"
1646                ]
1647            },
1648            "notification-url": "https://packagist.org/downloads/",
1649            "license": [
1650                "MIT"
1651            ],
1652            "authors": [
1653                {
1654                    "name": "Nicolas Grekas",
1655                    "email": "p@tchwork.com"
1656                },
1657                {
1658                    "name": "Symfony Community",
1659                    "homepage": "https://symfony.com/contributors"
1660                }
1661            ],
1662            "description": "Symfony polyfill for the Mbstring extension",
1663            "homepage": "https://symfony.com",
1664            "keywords": [
1665                "compatibility",
1666                "mbstring",
1667                "polyfill",
1668                "portable",
1669                "shim"
1670            ],
1671            "time": "2018-04-26T10:06:28+00:00"
1672        },
1673        {
1674            "name": "symfony/polyfill-php70",
1675            "version": "v1.8.0",
1676            "source": {
1677                "type": "git",
1678                "url": "https://github.com/symfony/polyfill-php70.git",
1679                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
1680            },
1681            "dist": {
1682                "type": "zip",
1683                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
1684                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
1685                "shasum": ""
1686            },
1687            "require": {
1688                "paragonie/random_compat": "~1.0|~2.0",
1689                "php": ">=5.3.3"
1690            },
1691            "type": "library",
1692            "extra": {
1693                "branch-alias": {
1694                    "dev-master": "1.8-dev"
1695                }
1696            },
1697            "autoload": {
1698                "psr-4": {
1699                    "Symfony\\Polyfill\\Php70\\": ""
1700                },
1701                "files": [
1702                    "bootstrap.php"
1703                ],
1704                "classmap": [
1705                    "Resources/stubs"
1706                ]
1707            },
1708            "notification-url": "https://packagist.org/downloads/",
1709            "license": [
1710                "MIT"
1711            ],
1712            "authors": [
1713                {
1714                    "name": "Nicolas Grekas",
1715                    "email": "p@tchwork.com"
1716                },
1717                {
1718                    "name": "Symfony Community",
1719                    "homepage": "https://symfony.com/contributors"
1720                }
1721            ],
1722            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1723            "homepage": "https://symfony.com",
1724            "keywords": [
1725                "compatibility",
1726                "polyfill",
1727                "portable",
1728                "shim"
1729            ],
1730            "time": "2018-04-26T10:06:28+00:00"
1731        },
1732        {
1733            "name": "symfony/polyfill-php71",
1734            "version": "v1.8.0",
1735            "source": {
1736                "type": "git",
1737                "url": "https://github.com/symfony/polyfill-php71.git",
1738                "reference": "11b64c53ffd934da9960ff00a8b21baa88a8660f"
1739            },
1740            "dist": {
1741                "type": "zip",
1742                "url": "https://api.github.com/repos/symfony/polyfill-php71/zipball/11b64c53ffd934da9960ff00a8b21baa88a8660f",
1743                "reference": "11b64c53ffd934da9960ff00a8b21baa88a8660f",
1744                "shasum": ""
1745            },
1746            "require": {
1747                "php": ">=5.3.3"
1748            },
1749            "type": "library",
1750            "extra": {
1751                "branch-alias": {
1752                    "dev-master": "1.8-dev"
1753                }
1754            },
1755            "autoload": {
1756                "psr-4": {
1757                    "Symfony\\Polyfill\\Php71\\": ""
1758                },
1759                "files": [
1760                    "bootstrap.php"
1761                ]
1762            },
1763            "notification-url": "https://packagist.org/downloads/",
1764            "license": [
1765                "MIT"
1766            ],
1767            "authors": [
1768                {
1769                    "name": "Nicolas Grekas",
1770                    "email": "p@tchwork.com"
1771                },
1772                {
1773                    "name": "Symfony Community",
1774                    "homepage": "https://symfony.com/contributors"
1775                }
1776            ],
1777            "description": "Symfony polyfill backporting some PHP 7.1+ features to lower PHP versions",
1778            "homepage": "https://symfony.com",
1779            "keywords": [
1780                "compatibility",
1781                "polyfill",
1782                "portable",
1783                "shim"
1784            ],
1785            "time": "2018-04-26T10:06:28+00:00"
1786        },
1787        {
1788            "name": "symfony/polyfill-php72",
1789            "version": "v1.8.0",
1790            "source": {
1791                "type": "git",
1792                "url": "https://github.com/symfony/polyfill-php72.git",
1793                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
1794            },
1795            "dist": {
1796                "type": "zip",
1797                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1798                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1799                "shasum": ""
1800            },
1801            "require": {
1802                "php": ">=5.3.3"
1803            },
1804            "type": "library",
1805            "extra": {
1806                "branch-alias": {
1807                    "dev-master": "1.8-dev"
1808                }
1809            },
1810            "autoload": {
1811                "psr-4": {
1812                    "Symfony\\Polyfill\\Php72\\": ""
1813                },
1814                "files": [
1815                    "bootstrap.php"
1816                ]
1817            },
1818            "notification-url": "https://packagist.org/downloads/",
1819            "license": [
1820                "MIT"
1821            ],
1822            "authors": [
1823                {
1824                    "name": "Nicolas Grekas",
1825                    "email": "p@tchwork.com"
1826                },
1827                {
1828                    "name": "Symfony Community",
1829                    "homepage": "https://symfony.com/contributors"
1830                }
1831            ],
1832            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1833            "homepage": "https://symfony.com",
1834            "keywords": [
1835                "compatibility",
1836                "polyfill",
1837                "portable",
1838                "shim"
1839            ],
1840            "time": "2018-04-26T10:06:28+00:00"
1841        },
1842        {
1843            "name": "tecnickcom/tcpdf",
1844            "version": "6.2.17",
1845            "source": {
1846                "type": "git",
1847                "url": "https://github.com/tecnickcom/TCPDF.git",
1848                "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
1849            },
1850            "dist": {
1851                "type": "zip",
1852                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
1853                "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
1854                "shasum": ""
1855            },
1856            "require": {
1857                "php": ">=5.3.0"
1858            },
1859            "type": "library",
1860            "autoload": {
1861                "classmap": [
1862                    "config",
1863                    "include",
1864                    "tcpdf.php",
1865                    "tcpdf_parser.php",
1866                    "tcpdf_import.php",
1867                    "tcpdf_barcodes_1d.php",
1868                    "tcpdf_barcodes_2d.php",
1869                    "include/tcpdf_colors.php",
1870                    "include/tcpdf_filters.php",
1871                    "include/tcpdf_font_data.php",
1872                    "include/tcpdf_fonts.php",
1873                    "include/tcpdf_images.php",
1874                    "include/tcpdf_static.php",
1875                    "include/barcodes/datamatrix.php",
1876                    "include/barcodes/pdf417.php",
1877                    "include/barcodes/qrcode.php"
1878                ]
1879            },
1880            "notification-url": "https://packagist.org/downloads/",
1881            "license": [
1882                "LGPL-3.0"
1883            ],
1884            "authors": [
1885                {
1886                    "name": "Nicola Asuni",
1887                    "email": "info@tecnick.com",
1888                    "role": "lead"
1889                }
1890            ],
1891            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1892            "homepage": "http://www.tcpdf.org/",
1893            "keywords": [
1894                "PDFD32000-2008",
1895                "TCPDF",
1896                "barcodes",
1897                "datamatrix",
1898                "pdf",
1899                "pdf417",
1900                "qrcode"
1901            ],
1902            "time": "2018-02-24T11:48:20+00:00"
1903        },
1904        {
1905            "name": "webuni/commonmark-table-extension",
1906            "version": "0.8.0",
1907            "source": {
1908                "type": "git",
1909                "url": "https://github.com/webuni/commonmark-table-extension.git",
1910                "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3"
1911            },
1912            "dist": {
1913                "type": "zip",
1914                "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/4304b1f56b26e5213a4a781b654f62ef5ed8fbe3",
1915                "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3",
1916                "shasum": ""
1917            },
1918            "require": {
1919                "league/commonmark": "^0.16|^0.17",
1920                "php": "^5.6|^7.0"
1921            },
1922            "require-dev": {
1923                "friendsofphp/php-cs-fixer": "^2.9",
1924                "phpunit/phpunit": "^5.4|^6.0",
1925                "symfony/var-dumper": "^3.0|^4.0",
1926                "vimeo/psalm": "~0.3"
1927            },
1928            "type": "library",
1929            "extra": {
1930                "branch-alias": {
1931                    "dev-master": "0.8-dev"
1932                }
1933            },
1934            "autoload": {
1935                "psr-4": {
1936                    "Webuni\\CommonMark\\TableExtension\\": "src"
1937                }
1938            },
1939            "notification-url": "https://packagist.org/downloads/",
1940            "license": [
1941                "MIT"
1942            ],
1943            "authors": [
1944                {
1945                    "name": "Martin Hasoň",
1946                    "email": "martin.hason@gmail.com"
1947                },
1948                {
1949                    "name": "Webuni s.r.o.",
1950                    "homepage": "https://www.webuni.cz"
1951                }
1952            ],
1953            "description": "The table extension for CommonMark PHP implementation",
1954            "homepage": "https://github.com/webuni/commonmark-table-extension",
1955            "keywords": [
1956                "commonmark",
1957                "markdown",
1958                "table"
1959            ],
1960            "time": "2018-01-24T12:30:02+00:00"
1961        }
1962    ],
1963    "packages-dev": [
1964        {
1965            "name": "doctrine/instantiator",
1966            "version": "1.0.5",
1967            "source": {
1968                "type": "git",
1969                "url": "https://github.com/doctrine/instantiator.git",
1970                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1971            },
1972            "dist": {
1973                "type": "zip",
1974                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1975                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1976                "shasum": ""
1977            },
1978            "require": {
1979                "php": ">=5.3,<8.0-DEV"
1980            },
1981            "require-dev": {
1982                "athletic/athletic": "~0.1.8",
1983                "ext-pdo": "*",
1984                "ext-phar": "*",
1985                "phpunit/phpunit": "~4.0",
1986                "squizlabs/php_codesniffer": "~2.0"
1987            },
1988            "type": "library",
1989            "extra": {
1990                "branch-alias": {
1991                    "dev-master": "1.0.x-dev"
1992                }
1993            },
1994            "autoload": {
1995                "psr-4": {
1996                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1997                }
1998            },
1999            "notification-url": "https://packagist.org/downloads/",
2000            "license": [
2001                "MIT"
2002            ],
2003            "authors": [
2004                {
2005                    "name": "Marco Pivetta",
2006                    "email": "ocramius@gmail.com",
2007                    "homepage": "http://ocramius.github.com/"
2008                }
2009            ],
2010            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2011            "homepage": "https://github.com/doctrine/instantiator",
2012            "keywords": [
2013                "constructor",
2014                "instantiate"
2015            ],
2016            "time": "2015-06-14T21:17:01+00:00"
2017        },
2018        {
2019            "name": "hamcrest/hamcrest-php",
2020            "version": "v2.0.0",
2021            "source": {
2022                "type": "git",
2023                "url": "https://github.com/hamcrest/hamcrest-php.git",
2024                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2025            },
2026            "dist": {
2027                "type": "zip",
2028                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
2029                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2030                "shasum": ""
2031            },
2032            "require": {
2033                "php": "^5.3|^7.0"
2034            },
2035            "replace": {
2036                "cordoval/hamcrest-php": "*",
2037                "davedevelopment/hamcrest-php": "*",
2038                "kodova/hamcrest-php": "*"
2039            },
2040            "require-dev": {
2041                "phpunit/php-file-iterator": "1.3.3",
2042                "phpunit/phpunit": "~4.0",
2043                "satooshi/php-coveralls": "^1.0"
2044            },
2045            "type": "library",
2046            "extra": {
2047                "branch-alias": {
2048                    "dev-master": "2.0-dev"
2049                }
2050            },
2051            "autoload": {
2052                "classmap": [
2053                    "hamcrest"
2054                ]
2055            },
2056            "notification-url": "https://packagist.org/downloads/",
2057            "license": [
2058                "BSD"
2059            ],
2060            "description": "This is the PHP port of Hamcrest Matchers",
2061            "keywords": [
2062                "test"
2063            ],
2064            "time": "2016-01-20T08:20:44+00:00"
2065        },
2066        {
2067            "name": "maximebf/debugbar",
2068            "version": "v1.15.0",
2069            "source": {
2070                "type": "git",
2071                "url": "https://github.com/maximebf/php-debugbar.git",
2072                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
2073            },
2074            "dist": {
2075                "type": "zip",
2076                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
2077                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
2078                "shasum": ""
2079            },
2080            "require": {
2081                "php": ">=5.3.0",
2082                "psr/log": "^1.0",
2083                "symfony/var-dumper": "^2.6|^3.0|^4.0"
2084            },
2085            "require-dev": {
2086                "phpunit/phpunit": "^4.0|^5.0"
2087            },
2088            "suggest": {
2089                "kriswallsmith/assetic": "The best way to manage assets",
2090                "monolog/monolog": "Log using Monolog",
2091                "predis/predis": "Redis storage"
2092            },
2093            "type": "library",
2094            "extra": {
2095                "branch-alias": {
2096                    "dev-master": "1.14-dev"
2097                }
2098            },
2099            "autoload": {
2100                "psr-4": {
2101                    "DebugBar\\": "src/DebugBar/"
2102                }
2103            },
2104            "notification-url": "https://packagist.org/downloads/",
2105            "license": [
2106                "MIT"
2107            ],
2108            "authors": [
2109                {
2110                    "name": "Maxime Bouroumeau-Fuseau",
2111                    "email": "maxime.bouroumeau@gmail.com",
2112                    "homepage": "http://maximebf.com"
2113                },
2114                {
2115                    "name": "Barry vd. Heuvel",
2116                    "email": "barryvdh@gmail.com"
2117                }
2118            ],
2119            "description": "Debug bar in the browser for php application",
2120            "homepage": "https://github.com/maximebf/php-debugbar",
2121            "keywords": [
2122                "debug",
2123                "debugbar"
2124            ],
2125            "time": "2017-12-15T11:13:46+00:00"
2126        },
2127        {
2128            "name": "mockery/mockery",
2129            "version": "1.1.0",
2130            "source": {
2131                "type": "git",
2132                "url": "https://github.com/mockery/mockery.git",
2133                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
2134            },
2135            "dist": {
2136                "type": "zip",
2137                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
2138                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
2139                "shasum": ""
2140            },
2141            "require": {
2142                "hamcrest/hamcrest-php": "~2.0",
2143                "lib-pcre": ">=7.0",
2144                "php": ">=5.6.0"
2145            },
2146            "require-dev": {
2147                "phpdocumentor/phpdocumentor": "^2.9",
2148                "phpunit/phpunit": "~5.7.10|~6.5"
2149            },
2150            "type": "library",
2151            "extra": {
2152                "branch-alias": {
2153                    "dev-master": "1.0.x-dev"
2154                }
2155            },
2156            "autoload": {
2157                "psr-0": {
2158                    "Mockery": "library/"
2159                }
2160            },
2161            "notification-url": "https://packagist.org/downloads/",
2162            "license": [
2163                "BSD-3-Clause"
2164            ],
2165            "authors": [
2166                {
2167                    "name": "Pádraic Brady",
2168                    "email": "padraic.brady@gmail.com",
2169                    "homepage": "http://blog.astrumfutura.com"
2170                },
2171                {
2172                    "name": "Dave Marshall",
2173                    "email": "dave.marshall@atstsolutions.co.uk",
2174                    "homepage": "http://davedevelopment.co.uk"
2175                }
2176            ],
2177            "description": "Mockery is a simple yet flexible PHP mock object framework",
2178            "homepage": "https://github.com/mockery/mockery",
2179            "keywords": [
2180                "BDD",
2181                "TDD",
2182                "library",
2183                "mock",
2184                "mock objects",
2185                "mockery",
2186                "stub",
2187                "test",
2188                "test double",
2189                "testing"
2190            ],
2191            "time": "2018-05-08T08:54:48+00:00"
2192        },
2193        {
2194            "name": "myclabs/deep-copy",
2195            "version": "1.7.0",
2196            "source": {
2197                "type": "git",
2198                "url": "https://github.com/myclabs/DeepCopy.git",
2199                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2200            },
2201            "dist": {
2202                "type": "zip",
2203                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2204                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2205                "shasum": ""
2206            },
2207            "require": {
2208                "php": "^5.6 || ^7.0"
2209            },
2210            "require-dev": {
2211                "doctrine/collections": "^1.0",
2212                "doctrine/common": "^2.6",
2213                "phpunit/phpunit": "^4.1"
2214            },
2215            "type": "library",
2216            "autoload": {
2217                "psr-4": {
2218                    "DeepCopy\\": "src/DeepCopy/"
2219                },
2220                "files": [
2221                    "src/DeepCopy/deep_copy.php"
2222                ]
2223            },
2224            "notification-url": "https://packagist.org/downloads/",
2225            "license": [
2226                "MIT"
2227            ],
2228            "description": "Create deep copies (clones) of your objects",
2229            "keywords": [
2230                "clone",
2231                "copy",
2232                "duplicate",
2233                "object",
2234                "object graph"
2235            ],
2236            "time": "2017-10-19T19:58:43+00:00"
2237        },
2238        {
2239            "name": "phar-io/manifest",
2240            "version": "1.0.1",
2241            "source": {
2242                "type": "git",
2243                "url": "https://github.com/phar-io/manifest.git",
2244                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2245            },
2246            "dist": {
2247                "type": "zip",
2248                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2249                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2250                "shasum": ""
2251            },
2252            "require": {
2253                "ext-dom": "*",
2254                "ext-phar": "*",
2255                "phar-io/version": "^1.0.1",
2256                "php": "^5.6 || ^7.0"
2257            },
2258            "type": "library",
2259            "extra": {
2260                "branch-alias": {
2261                    "dev-master": "1.0.x-dev"
2262                }
2263            },
2264            "autoload": {
2265                "classmap": [
2266                    "src/"
2267                ]
2268            },
2269            "notification-url": "https://packagist.org/downloads/",
2270            "license": [
2271                "BSD-3-Clause"
2272            ],
2273            "authors": [
2274                {
2275                    "name": "Arne Blankerts",
2276                    "email": "arne@blankerts.de",
2277                    "role": "Developer"
2278                },
2279                {
2280                    "name": "Sebastian Heuer",
2281                    "email": "sebastian@phpeople.de",
2282                    "role": "Developer"
2283                },
2284                {
2285                    "name": "Sebastian Bergmann",
2286                    "email": "sebastian@phpunit.de",
2287                    "role": "Developer"
2288                }
2289            ],
2290            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2291            "time": "2017-03-05T18:14:27+00:00"
2292        },
2293        {
2294            "name": "phar-io/version",
2295            "version": "1.0.1",
2296            "source": {
2297                "type": "git",
2298                "url": "https://github.com/phar-io/version.git",
2299                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2300            },
2301            "dist": {
2302                "type": "zip",
2303                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2304                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2305                "shasum": ""
2306            },
2307            "require": {
2308                "php": "^5.6 || ^7.0"
2309            },
2310            "type": "library",
2311            "autoload": {
2312                "classmap": [
2313                    "src/"
2314                ]
2315            },
2316            "notification-url": "https://packagist.org/downloads/",
2317            "license": [
2318                "BSD-3-Clause"
2319            ],
2320            "authors": [
2321                {
2322                    "name": "Arne Blankerts",
2323                    "email": "arne@blankerts.de",
2324                    "role": "Developer"
2325                },
2326                {
2327                    "name": "Sebastian Heuer",
2328                    "email": "sebastian@phpeople.de",
2329                    "role": "Developer"
2330                },
2331                {
2332                    "name": "Sebastian Bergmann",
2333                    "email": "sebastian@phpunit.de",
2334                    "role": "Developer"
2335                }
2336            ],
2337            "description": "Library for handling version information and constraints",
2338            "time": "2017-03-05T17:38:23+00:00"
2339        },
2340        {
2341            "name": "php-coveralls/php-coveralls",
2342            "version": "v2.1.0",
2343            "source": {
2344                "type": "git",
2345                "url": "https://github.com/php-coveralls/php-coveralls.git",
2346                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
2347            },
2348            "dist": {
2349                "type": "zip",
2350                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
2351                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
2352                "shasum": ""
2353            },
2354            "require": {
2355                "ext-json": "*",
2356                "ext-simplexml": "*",
2357                "guzzlehttp/guzzle": "^6.0",
2358                "php": "^5.5 || ^7.0",
2359                "psr/log": "^1.0",
2360                "symfony/config": "^2.1 || ^3.0 || ^4.0",
2361                "symfony/console": "^2.1 || ^3.0 || ^4.0",
2362                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
2363                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
2364            },
2365            "require-dev": {
2366                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
2367            },
2368            "suggest": {
2369                "symfony/http-kernel": "Allows Symfony integration"
2370            },
2371            "bin": [
2372                "bin/php-coveralls"
2373            ],
2374            "type": "library",
2375            "extra": {
2376                "branch-alias": {
2377                    "dev-master": "2.1-dev"
2378                }
2379            },
2380            "autoload": {
2381                "psr-4": {
2382                    "PhpCoveralls\\": "src/"
2383                }
2384            },
2385            "notification-url": "https://packagist.org/downloads/",
2386            "license": [
2387                "MIT"
2388            ],
2389            "authors": [
2390                {
2391                    "name": "Kitamura Satoshi",
2392                    "email": "with.no.parachute@gmail.com",
2393                    "homepage": "https://www.facebook.com/satooshi.jp",
2394                    "role": "Original creator"
2395                },
2396                {
2397                    "name": "Takashi Matsuo",
2398                    "email": "tmatsuo@google.com"
2399                },
2400                {
2401                    "name": "Google Inc"
2402                },
2403                {
2404                    "name": "Dariusz Ruminski",
2405                    "email": "dariusz.ruminski@gmail.com",
2406                    "homepage": "https://github.com/keradus"
2407                },
2408                {
2409                    "name": "Contributors",
2410                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
2411                }
2412            ],
2413            "description": "PHP client library for Coveralls API",
2414            "homepage": "https://github.com/php-coveralls/php-coveralls",
2415            "keywords": [
2416                "ci",
2417                "coverage",
2418                "github",
2419                "test"
2420            ],
2421            "time": "2018-05-22T23:11:08+00:00"
2422        },
2423        {
2424            "name": "phpdocumentor/reflection-common",
2425            "version": "1.0.1",
2426            "source": {
2427                "type": "git",
2428                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2429                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2430            },
2431            "dist": {
2432                "type": "zip",
2433                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2434                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2435                "shasum": ""
2436            },
2437            "require": {
2438                "php": ">=5.5"
2439            },
2440            "require-dev": {
2441                "phpunit/phpunit": "^4.6"
2442            },
2443            "type": "library",
2444            "extra": {
2445                "branch-alias": {
2446                    "dev-master": "1.0.x-dev"
2447                }
2448            },
2449            "autoload": {
2450                "psr-4": {
2451                    "phpDocumentor\\Reflection\\": [
2452                        "src"
2453                    ]
2454                }
2455            },
2456            "notification-url": "https://packagist.org/downloads/",
2457            "license": [
2458                "MIT"
2459            ],
2460            "authors": [
2461                {
2462                    "name": "Jaap van Otterdijk",
2463                    "email": "opensource@ijaap.nl"
2464                }
2465            ],
2466            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2467            "homepage": "http://www.phpdoc.org",
2468            "keywords": [
2469                "FQSEN",
2470                "phpDocumentor",
2471                "phpdoc",
2472                "reflection",
2473                "static analysis"
2474            ],
2475            "time": "2017-09-11T18:02:19+00:00"
2476        },
2477        {
2478            "name": "phpdocumentor/reflection-docblock",
2479            "version": "4.3.0",
2480            "source": {
2481                "type": "git",
2482                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2483                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2484            },
2485            "dist": {
2486                "type": "zip",
2487                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2488                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2489                "shasum": ""
2490            },
2491            "require": {
2492                "php": "^7.0",
2493                "phpdocumentor/reflection-common": "^1.0.0",
2494                "phpdocumentor/type-resolver": "^0.4.0",
2495                "webmozart/assert": "^1.0"
2496            },
2497            "require-dev": {
2498                "doctrine/instantiator": "~1.0.5",
2499                "mockery/mockery": "^1.0",
2500                "phpunit/phpunit": "^6.4"
2501            },
2502            "type": "library",
2503            "extra": {
2504                "branch-alias": {
2505                    "dev-master": "4.x-dev"
2506                }
2507            },
2508            "autoload": {
2509                "psr-4": {
2510                    "phpDocumentor\\Reflection\\": [
2511                        "src/"
2512                    ]
2513                }
2514            },
2515            "notification-url": "https://packagist.org/downloads/",
2516            "license": [
2517                "MIT"
2518            ],
2519            "authors": [
2520                {
2521                    "name": "Mike van Riel",
2522                    "email": "me@mikevanriel.com"
2523                }
2524            ],
2525            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2526            "time": "2017-11-30T07:14:17+00:00"
2527        },
2528        {
2529            "name": "phpdocumentor/type-resolver",
2530            "version": "0.4.0",
2531            "source": {
2532                "type": "git",
2533                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2534                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2535            },
2536            "dist": {
2537                "type": "zip",
2538                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2539                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2540                "shasum": ""
2541            },
2542            "require": {
2543                "php": "^5.5 || ^7.0",
2544                "phpdocumentor/reflection-common": "^1.0"
2545            },
2546            "require-dev": {
2547                "mockery/mockery": "^0.9.4",
2548                "phpunit/phpunit": "^5.2||^4.8.24"
2549            },
2550            "type": "library",
2551            "extra": {
2552                "branch-alias": {
2553                    "dev-master": "1.0.x-dev"
2554                }
2555            },
2556            "autoload": {
2557                "psr-4": {
2558                    "phpDocumentor\\Reflection\\": [
2559                        "src/"
2560                    ]
2561                }
2562            },
2563            "notification-url": "https://packagist.org/downloads/",
2564            "license": [
2565                "MIT"
2566            ],
2567            "authors": [
2568                {
2569                    "name": "Mike van Riel",
2570                    "email": "me@mikevanriel.com"
2571                }
2572            ],
2573            "time": "2017-07-14T14:27:02+00:00"
2574        },
2575        {
2576            "name": "phpspec/prophecy",
2577            "version": "1.7.6",
2578            "source": {
2579                "type": "git",
2580                "url": "https://github.com/phpspec/prophecy.git",
2581                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2582            },
2583            "dist": {
2584                "type": "zip",
2585                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2586                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2587                "shasum": ""
2588            },
2589            "require": {
2590                "doctrine/instantiator": "^1.0.2",
2591                "php": "^5.3|^7.0",
2592                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2593                "sebastian/comparator": "^1.1|^2.0|^3.0",
2594                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2595            },
2596            "require-dev": {
2597                "phpspec/phpspec": "^2.5|^3.2",
2598                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2599            },
2600            "type": "library",
2601            "extra": {
2602                "branch-alias": {
2603                    "dev-master": "1.7.x-dev"
2604                }
2605            },
2606            "autoload": {
2607                "psr-0": {
2608                    "Prophecy\\": "src/"
2609                }
2610            },
2611            "notification-url": "https://packagist.org/downloads/",
2612            "license": [
2613                "MIT"
2614            ],
2615            "authors": [
2616                {
2617                    "name": "Konstantin Kudryashov",
2618                    "email": "ever.zet@gmail.com",
2619                    "homepage": "http://everzet.com"
2620                },
2621                {
2622                    "name": "Marcello Duarte",
2623                    "email": "marcello.duarte@gmail.com"
2624                }
2625            ],
2626            "description": "Highly opinionated mocking framework for PHP 5.3+",
2627            "homepage": "https://github.com/phpspec/prophecy",
2628            "keywords": [
2629                "Double",
2630                "Dummy",
2631                "fake",
2632                "mock",
2633                "spy",
2634                "stub"
2635            ],
2636            "time": "2018-04-18T13:57:24+00:00"
2637        },
2638        {
2639            "name": "phpunit/php-code-coverage",
2640            "version": "5.3.2",
2641            "source": {
2642                "type": "git",
2643                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2644                "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
2645            },
2646            "dist": {
2647                "type": "zip",
2648                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
2649                "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
2650                "shasum": ""
2651            },
2652            "require": {
2653                "ext-dom": "*",
2654                "ext-xmlwriter": "*",
2655                "php": "^7.0",
2656                "phpunit/php-file-iterator": "^1.4.2",
2657                "phpunit/php-text-template": "^1.2.1",
2658                "phpunit/php-token-stream": "^2.0.1",
2659                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2660                "sebastian/environment": "^3.0",
2661                "sebastian/version": "^2.0.1",
2662                "theseer/tokenizer": "^1.1"
2663            },
2664            "require-dev": {
2665                "phpunit/phpunit": "^6.0"
2666            },
2667            "suggest": {
2668                "ext-xdebug": "^2.5.5"
2669            },
2670            "type": "library",
2671            "extra": {
2672                "branch-alias": {
2673                    "dev-master": "5.3.x-dev"
2674                }
2675            },
2676            "autoload": {
2677                "classmap": [
2678                    "src/"
2679                ]
2680            },
2681            "notification-url": "https://packagist.org/downloads/",
2682            "license": [
2683                "BSD-3-Clause"
2684            ],
2685            "authors": [
2686                {
2687                    "name": "Sebastian Bergmann",
2688                    "email": "sebastian@phpunit.de",
2689                    "role": "lead"
2690                }
2691            ],
2692            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2693            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2694            "keywords": [
2695                "coverage",
2696                "testing",
2697                "xunit"
2698            ],
2699            "time": "2018-04-06T15:36:58+00:00"
2700        },
2701        {
2702            "name": "phpunit/php-file-iterator",
2703            "version": "1.4.5",
2704            "source": {
2705                "type": "git",
2706                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2707                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2708            },
2709            "dist": {
2710                "type": "zip",
2711                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2712                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2713                "shasum": ""
2714            },
2715            "require": {
2716                "php": ">=5.3.3"
2717            },
2718            "type": "library",
2719            "extra": {
2720                "branch-alias": {
2721                    "dev-master": "1.4.x-dev"
2722                }
2723            },
2724            "autoload": {
2725                "classmap": [
2726                    "src/"
2727                ]
2728            },
2729            "notification-url": "https://packagist.org/downloads/",
2730            "license": [
2731                "BSD-3-Clause"
2732            ],
2733            "authors": [
2734                {
2735                    "name": "Sebastian Bergmann",
2736                    "email": "sb@sebastian-bergmann.de",
2737                    "role": "lead"
2738                }
2739            ],
2740            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2741            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2742            "keywords": [
2743                "filesystem",
2744                "iterator"
2745            ],
2746            "time": "2017-11-27T13:52:08+00:00"
2747        },
2748        {
2749            "name": "phpunit/php-text-template",
2750            "version": "1.2.1",
2751            "source": {
2752                "type": "git",
2753                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2754                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2755            },
2756            "dist": {
2757                "type": "zip",
2758                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2759                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2760                "shasum": ""
2761            },
2762            "require": {
2763                "php": ">=5.3.3"
2764            },
2765            "type": "library",
2766            "autoload": {
2767                "classmap": [
2768                    "src/"
2769                ]
2770            },
2771            "notification-url": "https://packagist.org/downloads/",
2772            "license": [
2773                "BSD-3-Clause"
2774            ],
2775            "authors": [
2776                {
2777                    "name": "Sebastian Bergmann",
2778                    "email": "sebastian@phpunit.de",
2779                    "role": "lead"
2780                }
2781            ],
2782            "description": "Simple template engine.",
2783            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2784            "keywords": [
2785                "template"
2786            ],
2787            "time": "2015-06-21T13:50:34+00:00"
2788        },
2789        {
2790            "name": "phpunit/php-timer",
2791            "version": "1.0.9",
2792            "source": {
2793                "type": "git",
2794                "url": "https://github.com/sebastianbergmann/php-timer.git",
2795                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2796            },
2797            "dist": {
2798                "type": "zip",
2799                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2800                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2801                "shasum": ""
2802            },
2803            "require": {
2804                "php": "^5.3.3 || ^7.0"
2805            },
2806            "require-dev": {
2807                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2808            },
2809            "type": "library",
2810            "extra": {
2811                "branch-alias": {
2812                    "dev-master": "1.0-dev"
2813                }
2814            },
2815            "autoload": {
2816                "classmap": [
2817                    "src/"
2818                ]
2819            },
2820            "notification-url": "https://packagist.org/downloads/",
2821            "license": [
2822                "BSD-3-Clause"
2823            ],
2824            "authors": [
2825                {
2826                    "name": "Sebastian Bergmann",
2827                    "email": "sb@sebastian-bergmann.de",
2828                    "role": "lead"
2829                }
2830            ],
2831            "description": "Utility class for timing",
2832            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2833            "keywords": [
2834                "timer"
2835            ],
2836            "time": "2017-02-26T11:10:40+00:00"
2837        },
2838        {
2839            "name": "phpunit/php-token-stream",
2840            "version": "2.0.2",
2841            "source": {
2842                "type": "git",
2843                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2844                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2845            },
2846            "dist": {
2847                "type": "zip",
2848                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2849                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2850                "shasum": ""
2851            },
2852            "require": {
2853                "ext-tokenizer": "*",
2854                "php": "^7.0"
2855            },
2856            "require-dev": {
2857                "phpunit/phpunit": "^6.2.4"
2858            },
2859            "type": "library",
2860            "extra": {
2861                "branch-alias": {
2862                    "dev-master": "2.0-dev"
2863                }
2864            },
2865            "autoload": {
2866                "classmap": [
2867                    "src/"
2868                ]
2869            },
2870            "notification-url": "https://packagist.org/downloads/",
2871            "license": [
2872                "BSD-3-Clause"
2873            ],
2874            "authors": [
2875                {
2876                    "name": "Sebastian Bergmann",
2877                    "email": "sebastian@phpunit.de"
2878                }
2879            ],
2880            "description": "Wrapper around PHP's tokenizer extension.",
2881            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2882            "keywords": [
2883                "tokenizer"
2884            ],
2885            "time": "2017-11-27T05:48:46+00:00"
2886        },
2887        {
2888            "name": "phpunit/phpunit",
2889            "version": "6.5.9",
2890            "source": {
2891                "type": "git",
2892                "url": "https://github.com/sebastianbergmann/phpunit.git",
2893                "reference": "093ca5508174cd8ab8efe44fd1dde447adfdec8f"
2894            },
2895            "dist": {
2896                "type": "zip",
2897                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/093ca5508174cd8ab8efe44fd1dde447adfdec8f",
2898                "reference": "093ca5508174cd8ab8efe44fd1dde447adfdec8f",
2899                "shasum": ""
2900            },
2901            "require": {
2902                "ext-dom": "*",
2903                "ext-json": "*",
2904                "ext-libxml": "*",
2905                "ext-mbstring": "*",
2906                "ext-xml": "*",
2907                "myclabs/deep-copy": "^1.6.1",
2908                "phar-io/manifest": "^1.0.1",
2909                "phar-io/version": "^1.0",
2910                "php": "^7.0",
2911                "phpspec/prophecy": "^1.7",
2912                "phpunit/php-code-coverage": "^5.3",
2913                "phpunit/php-file-iterator": "^1.4.3",
2914                "phpunit/php-text-template": "^1.2.1",
2915                "phpunit/php-timer": "^1.0.9",
2916                "phpunit/phpunit-mock-objects": "^5.0.5",
2917                "sebastian/comparator": "^2.1",
2918                "sebastian/diff": "^2.0",
2919                "sebastian/environment": "^3.1",
2920                "sebastian/exporter": "^3.1",
2921                "sebastian/global-state": "^2.0",
2922                "sebastian/object-enumerator": "^3.0.3",
2923                "sebastian/resource-operations": "^1.0",
2924                "sebastian/version": "^2.0.1"
2925            },
2926            "conflict": {
2927                "phpdocumentor/reflection-docblock": "3.0.2",
2928                "phpunit/dbunit": "<3.0"
2929            },
2930            "require-dev": {
2931                "ext-pdo": "*"
2932            },
2933            "suggest": {
2934                "ext-xdebug": "*",
2935                "phpunit/php-invoker": "^1.1"
2936            },
2937            "bin": [
2938                "phpunit"
2939            ],
2940            "type": "library",
2941            "extra": {
2942                "branch-alias": {
2943                    "dev-master": "6.5.x-dev"
2944                }
2945            },
2946            "autoload": {
2947                "classmap": [
2948                    "src/"
2949                ]
2950            },
2951            "notification-url": "https://packagist.org/downloads/",
2952            "license": [
2953                "BSD-3-Clause"
2954            ],
2955            "authors": [
2956                {
2957                    "name": "Sebastian Bergmann",
2958                    "email": "sebastian@phpunit.de",
2959                    "role": "lead"
2960                }
2961            ],
2962            "description": "The PHP Unit Testing framework.",
2963            "homepage": "https://phpunit.de/",
2964            "keywords": [
2965                "phpunit",
2966                "testing",
2967                "xunit"
2968            ],
2969            "time": "2018-07-03T06:40:40+00:00"
2970        },
2971        {
2972            "name": "phpunit/phpunit-mock-objects",
2973            "version": "5.0.8",
2974            "source": {
2975                "type": "git",
2976                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2977                "reference": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f"
2978            },
2979            "dist": {
2980                "type": "zip",
2981                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f",
2982                "reference": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f",
2983                "shasum": ""
2984            },
2985            "require": {
2986                "doctrine/instantiator": "^1.0.5",
2987                "php": "^7.0",
2988                "phpunit/php-text-template": "^1.2.1",
2989                "sebastian/exporter": "^3.1"
2990            },
2991            "conflict": {
2992                "phpunit/phpunit": "<6.0"
2993            },
2994            "require-dev": {
2995                "phpunit/phpunit": "^6.5"
2996            },
2997            "suggest": {
2998                "ext-soap": "*"
2999            },
3000            "type": "library",
3001            "extra": {
3002                "branch-alias": {
3003                    "dev-master": "5.0.x-dev"
3004                }
3005            },
3006            "autoload": {
3007                "classmap": [
3008                    "src/"
3009                ]
3010            },
3011            "notification-url": "https://packagist.org/downloads/",
3012            "license": [
3013                "BSD-3-Clause"
3014            ],
3015            "authors": [
3016                {
3017                    "name": "Sebastian Bergmann",
3018                    "email": "sebastian@phpunit.de",
3019                    "role": "lead"
3020                }
3021            ],
3022            "description": "Mock Object library for PHPUnit",
3023            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3024            "keywords": [
3025                "mock",
3026                "xunit"
3027            ],
3028            "time": "2018-07-13T03:27:23+00:00"
3029        },
3030        {
3031            "name": "sebastian/code-unit-reverse-lookup",
3032            "version": "1.0.1",
3033            "source": {
3034                "type": "git",
3035                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3036                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3037            },
3038            "dist": {
3039                "type": "zip",
3040                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3041                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3042                "shasum": ""
3043            },
3044            "require": {
3045                "php": "^5.6 || ^7.0"
3046            },
3047            "require-dev": {
3048                "phpunit/phpunit": "^5.7 || ^6.0"
3049            },
3050            "type": "library",
3051            "extra": {
3052                "branch-alias": {
3053                    "dev-master": "1.0.x-dev"
3054                }
3055            },
3056            "autoload": {
3057                "classmap": [
3058                    "src/"
3059                ]
3060            },
3061            "notification-url": "https://packagist.org/downloads/",
3062            "license": [
3063                "BSD-3-Clause"
3064            ],
3065            "authors": [
3066                {
3067                    "name": "Sebastian Bergmann",
3068                    "email": "sebastian@phpunit.de"
3069                }
3070            ],
3071            "description": "Looks up which function or method a line of code belongs to",
3072            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3073            "time": "2017-03-04T06:30:41+00:00"
3074        },
3075        {
3076            "name": "sebastian/comparator",
3077            "version": "2.1.3",
3078            "source": {
3079                "type": "git",
3080                "url": "https://github.com/sebastianbergmann/comparator.git",
3081                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
3082            },
3083            "dist": {
3084                "type": "zip",
3085                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
3086                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
3087                "shasum": ""
3088            },
3089            "require": {
3090                "php": "^7.0",
3091                "sebastian/diff": "^2.0 || ^3.0",
3092                "sebastian/exporter": "^3.1"
3093            },
3094            "require-dev": {
3095                "phpunit/phpunit": "^6.4"
3096            },
3097            "type": "library",
3098            "extra": {
3099                "branch-alias": {
3100                    "dev-master": "2.1.x-dev"
3101                }
3102            },
3103            "autoload": {
3104                "classmap": [
3105                    "src/"
3106                ]
3107            },
3108            "notification-url": "https://packagist.org/downloads/",
3109            "license": [
3110                "BSD-3-Clause"
3111            ],
3112            "authors": [
3113                {
3114                    "name": "Jeff Welch",
3115                    "email": "whatthejeff@gmail.com"
3116                },
3117                {
3118                    "name": "Volker Dusch",
3119                    "email": "github@wallbash.com"
3120                },
3121                {
3122                    "name": "Bernhard Schussek",
3123                    "email": "bschussek@2bepublished.at"
3124                },
3125                {
3126                    "name": "Sebastian Bergmann",
3127                    "email": "sebastian@phpunit.de"
3128                }
3129            ],
3130            "description": "Provides the functionality to compare PHP values for equality",
3131            "homepage": "https://github.com/sebastianbergmann/comparator",
3132            "keywords": [
3133                "comparator",
3134                "compare",
3135                "equality"
3136            ],
3137            "time": "2018-02-01T13:46:46+00:00"
3138        },
3139        {
3140            "name": "sebastian/diff",
3141            "version": "2.0.1",
3142            "source": {
3143                "type": "git",
3144                "url": "https://github.com/sebastianbergmann/diff.git",
3145                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
3146            },
3147            "dist": {
3148                "type": "zip",
3149                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3150                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3151                "shasum": ""
3152            },
3153            "require": {
3154                "php": "^7.0"
3155            },
3156            "require-dev": {
3157                "phpunit/phpunit": "^6.2"
3158            },
3159            "type": "library",
3160            "extra": {
3161                "branch-alias": {
3162                    "dev-master": "2.0-dev"
3163                }
3164            },
3165            "autoload": {
3166                "classmap": [
3167                    "src/"
3168                ]
3169            },
3170            "notification-url": "https://packagist.org/downloads/",
3171            "license": [
3172                "BSD-3-Clause"
3173            ],
3174            "authors": [
3175                {
3176                    "name": "Kore Nordmann",
3177                    "email": "mail@kore-nordmann.de"
3178                },
3179                {
3180                    "name": "Sebastian Bergmann",
3181                    "email": "sebastian@phpunit.de"
3182                }
3183            ],
3184            "description": "Diff implementation",
3185            "homepage": "https://github.com/sebastianbergmann/diff",
3186            "keywords": [
3187                "diff"
3188            ],
3189            "time": "2017-08-03T08:09:46+00:00"
3190        },
3191        {
3192            "name": "sebastian/environment",
3193            "version": "3.1.0",
3194            "source": {
3195                "type": "git",
3196                "url": "https://github.com/sebastianbergmann/environment.git",
3197                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3198            },
3199            "dist": {
3200                "type": "zip",
3201                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3202                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3203                "shasum": ""
3204            },
3205            "require": {
3206                "php": "^7.0"
3207            },
3208            "require-dev": {
3209                "phpunit/phpunit": "^6.1"
3210            },
3211            "type": "library",
3212            "extra": {
3213                "branch-alias": {
3214                    "dev-master": "3.1.x-dev"
3215                }
3216            },
3217            "autoload": {
3218                "classmap": [
3219                    "src/"
3220                ]
3221            },
3222            "notification-url": "https://packagist.org/downloads/",
3223            "license": [
3224                "BSD-3-Clause"
3225            ],
3226            "authors": [
3227                {
3228                    "name": "Sebastian Bergmann",
3229                    "email": "sebastian@phpunit.de"
3230                }
3231            ],
3232            "description": "Provides functionality to handle HHVM/PHP environments",
3233            "homepage": "http://www.github.com/sebastianbergmann/environment",
3234            "keywords": [
3235                "Xdebug",
3236                "environment",
3237                "hhvm"
3238            ],
3239            "time": "2017-07-01T08:51:00+00:00"
3240        },
3241        {
3242            "name": "sebastian/exporter",
3243            "version": "3.1.0",
3244            "source": {
3245                "type": "git",
3246                "url": "https://github.com/sebastianbergmann/exporter.git",
3247                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3248            },
3249            "dist": {
3250                "type": "zip",
3251                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3252                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3253                "shasum": ""
3254            },
3255            "require": {
3256                "php": "^7.0",
3257                "sebastian/recursion-context": "^3.0"
3258            },
3259            "require-dev": {
3260                "ext-mbstring": "*",
3261                "phpunit/phpunit": "^6.0"
3262            },
3263            "type": "library",
3264            "extra": {
3265                "branch-alias": {
3266                    "dev-master": "3.1.x-dev"
3267                }
3268            },
3269            "autoload": {
3270                "classmap": [
3271                    "src/"
3272                ]
3273            },
3274            "notification-url": "https://packagist.org/downloads/",
3275            "license": [
3276                "BSD-3-Clause"
3277            ],
3278            "authors": [
3279                {
3280                    "name": "Jeff Welch",
3281                    "email": "whatthejeff@gmail.com"
3282                },
3283                {
3284                    "name": "Volker Dusch",
3285                    "email": "github@wallbash.com"
3286                },
3287                {
3288                    "name": "Bernhard Schussek",
3289                    "email": "bschussek@2bepublished.at"
3290                },
3291                {
3292                    "name": "Sebastian Bergmann",
3293                    "email": "sebastian@phpunit.de"
3294                },
3295                {
3296                    "name": "Adam Harvey",
3297                    "email": "aharvey@php.net"
3298                }
3299            ],
3300            "description": "Provides the functionality to export PHP variables for visualization",
3301            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3302            "keywords": [
3303                "export",
3304                "exporter"
3305            ],
3306            "time": "2017-04-03T13:19:02+00:00"
3307        },
3308        {
3309            "name": "sebastian/global-state",
3310            "version": "2.0.0",
3311            "source": {
3312                "type": "git",
3313                "url": "https://github.com/sebastianbergmann/global-state.git",
3314                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3315            },
3316            "dist": {
3317                "type": "zip",
3318                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3319                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3320                "shasum": ""
3321            },
3322            "require": {
3323                "php": "^7.0"
3324            },
3325            "require-dev": {
3326                "phpunit/phpunit": "^6.0"
3327            },
3328            "suggest": {
3329                "ext-uopz": "*"
3330            },
3331            "type": "library",
3332            "extra": {
3333                "branch-alias": {
3334                    "dev-master": "2.0-dev"
3335                }
3336            },
3337            "autoload": {
3338                "classmap": [
3339                    "src/"
3340                ]
3341            },
3342            "notification-url": "https://packagist.org/downloads/",
3343            "license": [
3344                "BSD-3-Clause"
3345            ],
3346            "authors": [
3347                {
3348                    "name": "Sebastian Bergmann",
3349                    "email": "sebastian@phpunit.de"
3350                }
3351            ],
3352            "description": "Snapshotting of global state",
3353            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3354            "keywords": [
3355                "global state"
3356            ],
3357            "time": "2017-04-27T15:39:26+00:00"
3358        },
3359        {
3360            "name": "sebastian/object-enumerator",
3361            "version": "3.0.3",
3362            "source": {
3363                "type": "git",
3364                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3365                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3366            },
3367            "dist": {
3368                "type": "zip",
3369                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3370                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3371                "shasum": ""
3372            },
3373            "require": {
3374                "php": "^7.0",
3375                "sebastian/object-reflector": "^1.1.1",
3376                "sebastian/recursion-context": "^3.0"
3377            },
3378            "require-dev": {
3379                "phpunit/phpunit": "^6.0"
3380            },
3381            "type": "library",
3382            "extra": {
3383                "branch-alias": {
3384                    "dev-master": "3.0.x-dev"
3385                }
3386            },
3387            "autoload": {
3388                "classmap": [
3389                    "src/"
3390                ]
3391            },
3392            "notification-url": "https://packagist.org/downloads/",
3393            "license": [
3394                "BSD-3-Clause"
3395            ],
3396            "authors": [
3397                {
3398                    "name": "Sebastian Bergmann",
3399                    "email": "sebastian@phpunit.de"
3400                }
3401            ],
3402            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3403            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3404            "time": "2017-08-03T12:35:26+00:00"
3405        },
3406        {
3407            "name": "sebastian/object-reflector",
3408            "version": "1.1.1",
3409            "source": {
3410                "type": "git",
3411                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3412                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3413            },
3414            "dist": {
3415                "type": "zip",
3416                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3417                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3418                "shasum": ""
3419            },
3420            "require": {
3421                "php": "^7.0"
3422            },
3423            "require-dev": {
3424                "phpunit/phpunit": "^6.0"
3425            },
3426            "type": "library",
3427            "extra": {
3428                "branch-alias": {
3429                    "dev-master": "1.1-dev"
3430                }
3431            },
3432            "autoload": {
3433                "classmap": [
3434                    "src/"
3435                ]
3436            },
3437            "notification-url": "https://packagist.org/downloads/",
3438            "license": [
3439                "BSD-3-Clause"
3440            ],
3441            "authors": [
3442                {
3443                    "name": "Sebastian Bergmann",
3444                    "email": "sebastian@phpunit.de"
3445                }
3446            ],
3447            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3448            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3449            "time": "2017-03-29T09:07:27+00:00"
3450        },
3451        {
3452            "name": "sebastian/recursion-context",
3453            "version": "3.0.0",
3454            "source": {
3455                "type": "git",
3456                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3457                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3458            },
3459            "dist": {
3460                "type": "zip",
3461                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3462                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3463                "shasum": ""
3464            },
3465            "require": {
3466                "php": "^7.0"
3467            },
3468            "require-dev": {
3469                "phpunit/phpunit": "^6.0"
3470            },
3471            "type": "library",
3472            "extra": {
3473                "branch-alias": {
3474                    "dev-master": "3.0.x-dev"
3475                }
3476            },
3477            "autoload": {
3478                "classmap": [
3479                    "src/"
3480                ]
3481            },
3482            "notification-url": "https://packagist.org/downloads/",
3483            "license": [
3484                "BSD-3-Clause"
3485            ],
3486            "authors": [
3487                {
3488                    "name": "Jeff Welch",
3489                    "email": "whatthejeff@gmail.com"
3490                },
3491                {
3492                    "name": "Sebastian Bergmann",
3493                    "email": "sebastian@phpunit.de"
3494                },
3495                {
3496                    "name": "Adam Harvey",
3497                    "email": "aharvey@php.net"
3498                }
3499            ],
3500            "description": "Provides functionality to recursively process PHP variables",
3501            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3502            "time": "2017-03-03T06:23:57+00:00"
3503        },
3504        {
3505            "name": "sebastian/resource-operations",
3506            "version": "1.0.0",
3507            "source": {
3508                "type": "git",
3509                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3510                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3511            },
3512            "dist": {
3513                "type": "zip",
3514                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3515                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3516                "shasum": ""
3517            },
3518            "require": {
3519                "php": ">=5.6.0"
3520            },
3521            "type": "library",
3522            "extra": {
3523                "branch-alias": {
3524                    "dev-master": "1.0.x-dev"
3525                }
3526            },
3527            "autoload": {
3528                "classmap": [
3529                    "src/"
3530                ]
3531            },
3532            "notification-url": "https://packagist.org/downloads/",
3533            "license": [
3534                "BSD-3-Clause"
3535            ],
3536            "authors": [
3537                {
3538                    "name": "Sebastian Bergmann",
3539                    "email": "sebastian@phpunit.de"
3540                }
3541            ],
3542            "description": "Provides a list of PHP built-in functions that operate on resources",
3543            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3544            "time": "2015-07-28T20:34:47+00:00"
3545        },
3546        {
3547            "name": "sebastian/version",
3548            "version": "2.0.1",
3549            "source": {
3550                "type": "git",
3551                "url": "https://github.com/sebastianbergmann/version.git",
3552                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3553            },
3554            "dist": {
3555                "type": "zip",
3556                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3557                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3558                "shasum": ""
3559            },
3560            "require": {
3561                "php": ">=5.6"
3562            },
3563            "type": "library",
3564            "extra": {
3565                "branch-alias": {
3566                    "dev-master": "2.0.x-dev"
3567                }
3568            },
3569            "autoload": {
3570                "classmap": [
3571                    "src/"
3572                ]
3573            },
3574            "notification-url": "https://packagist.org/downloads/",
3575            "license": [
3576                "BSD-3-Clause"
3577            ],
3578            "authors": [
3579                {
3580                    "name": "Sebastian Bergmann",
3581                    "email": "sebastian@phpunit.de",
3582                    "role": "lead"
3583                }
3584            ],
3585            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3586            "homepage": "https://github.com/sebastianbergmann/version",
3587            "time": "2016-10-03T07:35:21+00:00"
3588        },
3589        {
3590            "name": "symfony/config",
3591            "version": "v3.4.13",
3592            "source": {
3593                "type": "git",
3594                "url": "https://github.com/symfony/config.git",
3595                "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402"
3596            },
3597            "dist": {
3598                "type": "zip",
3599                "url": "https://api.github.com/repos/symfony/config/zipball/1fffdeb349ff36a25184e5564c25289b1dbfc402",
3600                "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402",
3601                "shasum": ""
3602            },
3603            "require": {
3604                "php": "^5.5.9|>=7.0.8",
3605                "symfony/filesystem": "~2.8|~3.0|~4.0",
3606                "symfony/polyfill-ctype": "~1.8"
3607            },
3608            "conflict": {
3609                "symfony/dependency-injection": "<3.3",
3610                "symfony/finder": "<3.3"
3611            },
3612            "require-dev": {
3613                "symfony/dependency-injection": "~3.3|~4.0",
3614                "symfony/event-dispatcher": "~3.3|~4.0",
3615                "symfony/finder": "~3.3|~4.0",
3616                "symfony/yaml": "~3.0|~4.0"
3617            },
3618            "suggest": {
3619                "symfony/yaml": "To use the yaml reference dumper"
3620            },
3621            "type": "library",
3622            "extra": {
3623                "branch-alias": {
3624                    "dev-master": "3.4-dev"
3625                }
3626            },
3627            "autoload": {
3628                "psr-4": {
3629                    "Symfony\\Component\\Config\\": ""
3630                },
3631                "exclude-from-classmap": [
3632                    "/Tests/"
3633                ]
3634            },
3635            "notification-url": "https://packagist.org/downloads/",
3636            "license": [
3637                "MIT"
3638            ],
3639            "authors": [
3640                {
3641                    "name": "Fabien Potencier",
3642                    "email": "fabien@symfony.com"
3643                },
3644                {
3645                    "name": "Symfony Community",
3646                    "homepage": "https://symfony.com/contributors"
3647                }
3648            ],
3649            "description": "Symfony Config Component",
3650            "homepage": "https://symfony.com",
3651            "time": "2018-06-19T14:02:58+00:00"
3652        },
3653        {
3654            "name": "symfony/console",
3655            "version": "v3.4.13",
3656            "source": {
3657                "type": "git",
3658                "url": "https://github.com/symfony/console.git",
3659                "reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e"
3660            },
3661            "dist": {
3662                "type": "zip",
3663                "url": "https://api.github.com/repos/symfony/console/zipball/e54f84c50e3b12972e7750edfc5ca84b2284c44e",
3664                "reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e",
3665                "shasum": ""
3666            },
3667            "require": {
3668                "php": "^5.5.9|>=7.0.8",
3669                "symfony/debug": "~2.8|~3.0|~4.0",
3670                "symfony/polyfill-mbstring": "~1.0"
3671            },
3672            "conflict": {
3673                "symfony/dependency-injection": "<3.4",
3674                "symfony/process": "<3.3"
3675            },
3676            "require-dev": {
3677                "psr/log": "~1.0",
3678                "symfony/config": "~3.3|~4.0",
3679                "symfony/dependency-injection": "~3.4|~4.0",
3680                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
3681                "symfony/lock": "~3.4|~4.0",
3682                "symfony/process": "~3.3|~4.0"
3683            },
3684            "suggest": {
3685                "psr/log-implementation": "For using the console logger",
3686                "symfony/event-dispatcher": "",
3687                "symfony/lock": "",
3688                "symfony/process": ""
3689            },
3690            "type": "library",
3691            "extra": {
3692                "branch-alias": {
3693                    "dev-master": "3.4-dev"
3694                }
3695            },
3696            "autoload": {
3697                "psr-4": {
3698                    "Symfony\\Component\\Console\\": ""
3699                },
3700                "exclude-from-classmap": [
3701                    "/Tests/"
3702                ]
3703            },
3704            "notification-url": "https://packagist.org/downloads/",
3705            "license": [
3706                "MIT"
3707            ],
3708            "authors": [
3709                {
3710                    "name": "Fabien Potencier",
3711                    "email": "fabien@symfony.com"
3712                },
3713                {
3714                    "name": "Symfony Community",
3715                    "homepage": "https://symfony.com/contributors"
3716                }
3717            ],
3718            "description": "Symfony Console Component",
3719            "homepage": "https://symfony.com",
3720            "time": "2018-07-10T14:02:11+00:00"
3721        },
3722        {
3723            "name": "symfony/filesystem",
3724            "version": "v3.4.13",
3725            "source": {
3726                "type": "git",
3727                "url": "https://github.com/symfony/filesystem.git",
3728                "reference": "8dab220fec8fc904821485326b29a6c670286124"
3729            },
3730            "dist": {
3731                "type": "zip",
3732                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8dab220fec8fc904821485326b29a6c670286124",
3733                "reference": "8dab220fec8fc904821485326b29a6c670286124",
3734                "shasum": ""
3735            },
3736            "require": {
3737                "php": "^5.5.9|>=7.0.8",
3738                "symfony/polyfill-ctype": "~1.8"
3739            },
3740            "type": "library",
3741            "extra": {
3742                "branch-alias": {
3743                    "dev-master": "3.4-dev"
3744                }
3745            },
3746            "autoload": {
3747                "psr-4": {
3748                    "Symfony\\Component\\Filesystem\\": ""
3749                },
3750                "exclude-from-classmap": [
3751                    "/Tests/"
3752                ]
3753            },
3754            "notification-url": "https://packagist.org/downloads/",
3755            "license": [
3756                "MIT"
3757            ],
3758            "authors": [
3759                {
3760                    "name": "Fabien Potencier",
3761                    "email": "fabien@symfony.com"
3762                },
3763                {
3764                    "name": "Symfony Community",
3765                    "homepage": "https://symfony.com/contributors"
3766                }
3767            ],
3768            "description": "Symfony Filesystem Component",
3769            "homepage": "https://symfony.com",
3770            "time": "2018-07-09T13:25:43+00:00"
3771        },
3772        {
3773            "name": "symfony/stopwatch",
3774            "version": "v3.4.13",
3775            "source": {
3776                "type": "git",
3777                "url": "https://github.com/symfony/stopwatch.git",
3778                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af"
3779            },
3780            "dist": {
3781                "type": "zip",
3782                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/eb17cfa072cab26537ac37e9c4ece6c0361369af",
3783                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af",
3784                "shasum": ""
3785            },
3786            "require": {
3787                "php": "^5.5.9|>=7.0.8"
3788            },
3789            "type": "library",
3790            "extra": {
3791                "branch-alias": {
3792                    "dev-master": "3.4-dev"
3793                }
3794            },
3795            "autoload": {
3796                "psr-4": {
3797                    "Symfony\\Component\\Stopwatch\\": ""
3798                },
3799                "exclude-from-classmap": [
3800                    "/Tests/"
3801                ]
3802            },
3803            "notification-url": "https://packagist.org/downloads/",
3804            "license": [
3805                "MIT"
3806            ],
3807            "authors": [
3808                {
3809                    "name": "Fabien Potencier",
3810                    "email": "fabien@symfony.com"
3811                },
3812                {
3813                    "name": "Symfony Community",
3814                    "homepage": "https://symfony.com/contributors"
3815                }
3816            ],
3817            "description": "Symfony Stopwatch Component",
3818            "homepage": "https://symfony.com",
3819            "time": "2018-02-17T14:55:25+00:00"
3820        },
3821        {
3822            "name": "symfony/var-dumper",
3823            "version": "v3.4.13",
3824            "source": {
3825                "type": "git",
3826                "url": "https://github.com/symfony/var-dumper.git",
3827                "reference": "c501f46bb1eaf4c8d65ba070ab65a1986da1cd7f"
3828            },
3829            "dist": {
3830                "type": "zip",
3831                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c501f46bb1eaf4c8d65ba070ab65a1986da1cd7f",
3832                "reference": "c501f46bb1eaf4c8d65ba070ab65a1986da1cd7f",
3833                "shasum": ""
3834            },
3835            "require": {
3836                "php": "^5.5.9|>=7.0.8",
3837                "symfony/polyfill-mbstring": "~1.0"
3838            },
3839            "conflict": {
3840                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3841            },
3842            "require-dev": {
3843                "ext-iconv": "*",
3844                "twig/twig": "~1.34|~2.4"
3845            },
3846            "suggest": {
3847                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3848                "ext-intl": "To show region name in time zone dump",
3849                "ext-symfony_debug": ""
3850            },
3851            "type": "library",
3852            "extra": {
3853                "branch-alias": {
3854                    "dev-master": "3.4-dev"
3855                }
3856            },
3857            "autoload": {
3858                "files": [
3859                    "Resources/functions/dump.php"
3860                ],
3861                "psr-4": {
3862                    "Symfony\\Component\\VarDumper\\": ""
3863                },
3864                "exclude-from-classmap": [
3865                    "/Tests/"
3866                ]
3867            },
3868            "notification-url": "https://packagist.org/downloads/",
3869            "license": [
3870                "MIT"
3871            ],
3872            "authors": [
3873                {
3874                    "name": "Nicolas Grekas",
3875                    "email": "p@tchwork.com"
3876                },
3877                {
3878                    "name": "Symfony Community",
3879                    "homepage": "https://symfony.com/contributors"
3880                }
3881            ],
3882            "description": "Symfony mechanism for exploring and dumping PHP variables",
3883            "homepage": "https://symfony.com",
3884            "keywords": [
3885                "debug",
3886                "dump"
3887            ],
3888            "time": "2018-07-09T08:21:26+00:00"
3889        },
3890        {
3891            "name": "symfony/yaml",
3892            "version": "v3.4.13",
3893            "source": {
3894                "type": "git",
3895                "url": "https://github.com/symfony/yaml.git",
3896                "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
3897            },
3898            "dist": {
3899                "type": "zip",
3900                "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
3901                "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
3902                "shasum": ""
3903            },
3904            "require": {
3905                "php": "^5.5.9|>=7.0.8",
3906                "symfony/polyfill-ctype": "~1.8"
3907            },
3908            "conflict": {
3909                "symfony/console": "<3.4"
3910            },
3911            "require-dev": {
3912                "symfony/console": "~3.4|~4.0"
3913            },
3914            "suggest": {
3915                "symfony/console": "For validating YAML files using the lint command"
3916            },
3917            "type": "library",
3918            "extra": {
3919                "branch-alias": {
3920                    "dev-master": "3.4-dev"
3921                }
3922            },
3923            "autoload": {
3924                "psr-4": {
3925                    "Symfony\\Component\\Yaml\\": ""
3926                },
3927                "exclude-from-classmap": [
3928                    "/Tests/"
3929                ]
3930            },
3931            "notification-url": "https://packagist.org/downloads/",
3932            "license": [
3933                "MIT"
3934            ],
3935            "authors": [
3936                {
3937                    "name": "Fabien Potencier",
3938                    "email": "fabien@symfony.com"
3939                },
3940                {
3941                    "name": "Symfony Community",
3942                    "homepage": "https://symfony.com/contributors"
3943                }
3944            ],
3945            "description": "Symfony Yaml Component",
3946            "homepage": "https://symfony.com",
3947            "time": "2018-05-03T23:18:14+00:00"
3948        },
3949        {
3950            "name": "theseer/tokenizer",
3951            "version": "1.1.0",
3952            "source": {
3953                "type": "git",
3954                "url": "https://github.com/theseer/tokenizer.git",
3955                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3956            },
3957            "dist": {
3958                "type": "zip",
3959                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3960                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3961                "shasum": ""
3962            },
3963            "require": {
3964                "ext-dom": "*",
3965                "ext-tokenizer": "*",
3966                "ext-xmlwriter": "*",
3967                "php": "^7.0"
3968            },
3969            "type": "library",
3970            "autoload": {
3971                "classmap": [
3972                    "src/"
3973                ]
3974            },
3975            "notification-url": "https://packagist.org/downloads/",
3976            "license": [
3977                "BSD-3-Clause"
3978            ],
3979            "authors": [
3980                {
3981                    "name": "Arne Blankerts",
3982                    "email": "arne@blankerts.de",
3983                    "role": "Developer"
3984                }
3985            ],
3986            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3987            "time": "2017-04-07T12:08:54+00:00"
3988        },
3989        {
3990            "name": "webmozart/assert",
3991            "version": "1.3.0",
3992            "source": {
3993                "type": "git",
3994                "url": "https://github.com/webmozart/assert.git",
3995                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3996            },
3997            "dist": {
3998                "type": "zip",
3999                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4000                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4001                "shasum": ""
4002            },
4003            "require": {
4004                "php": "^5.3.3 || ^7.0"
4005            },
4006            "require-dev": {
4007                "phpunit/phpunit": "^4.6",
4008                "sebastian/version": "^1.0.1"
4009            },
4010            "type": "library",
4011            "extra": {
4012                "branch-alias": {
4013                    "dev-master": "1.3-dev"
4014                }
4015            },
4016            "autoload": {
4017                "psr-4": {
4018                    "Webmozart\\Assert\\": "src/"
4019                }
4020            },
4021            "notification-url": "https://packagist.org/downloads/",
4022            "license": [
4023                "MIT"
4024            ],
4025            "authors": [
4026                {
4027                    "name": "Bernhard Schussek",
4028                    "email": "bschussek@gmail.com"
4029                }
4030            ],
4031            "description": "Assertions to validate method input/output with nice error messages.",
4032            "keywords": [
4033                "assert",
4034                "check",
4035                "validate"
4036            ],
4037            "time": "2018-01-29T19:49:41+00:00"
4038        }
4039    ],
4040    "aliases": [],
4041    "minimum-stability": "stable",
4042    "stability-flags": [],
4043    "prefer-stable": false,
4044    "prefer-lowest": false,
4045    "platform": {
4046        "ext-gd": "*",
4047        "ext-iconv": "*",
4048        "ext-pcre": "*",
4049        "ext-pdo": "*",
4050        "ext-pdo_mysql": "*",
4051        "ext-session": "*",
4052        "ext-simplexml": "*",
4053        "ext-xml": "*"
4054    },
4055    "platform-dev": [],
4056    "platform-overrides": {
4057        "php": "7.0.8"
4058    }
4059}
4060