xref: /webtrees/composer.lock (revision 95d954e1bf9f84a5f582901e92d30dd2a8230d67)
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": "cac1653b30f6d9263534b82c28c2ec8e",
8    "packages": [
9        {
10            "name": "filp/whoops",
11            "version": "2.1.14",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/filp/whoops.git",
15                "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
20                "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
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.*",
29                "phpunit/phpunit": "^4.8.35 || ^5.7",
30                "symfony/var-dumper": "^2.6 || ^3.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.0-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": "2017-11-23T18:22:44+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.12",
748            "source": {
749                "type": "git",
750                "url": "https://github.com/paragonie/random_compat.git",
751                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
752            },
753            "dist": {
754                "type": "zip",
755                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
756                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
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                "pseudorandom",
789                "random"
790            ],
791            "time": "2018-04-04T21:24:14+00:00"
792        },
793        {
794            "name": "psr/http-message",
795            "version": "1.0.1",
796            "source": {
797                "type": "git",
798                "url": "https://github.com/php-fig/http-message.git",
799                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
800            },
801            "dist": {
802                "type": "zip",
803                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
804                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
805                "shasum": ""
806            },
807            "require": {
808                "php": ">=5.3.0"
809            },
810            "type": "library",
811            "extra": {
812                "branch-alias": {
813                    "dev-master": "1.0.x-dev"
814                }
815            },
816            "autoload": {
817                "psr-4": {
818                    "Psr\\Http\\Message\\": "src/"
819                }
820            },
821            "notification-url": "https://packagist.org/downloads/",
822            "license": [
823                "MIT"
824            ],
825            "authors": [
826                {
827                    "name": "PHP-FIG",
828                    "homepage": "http://www.php-fig.org/"
829                }
830            ],
831            "description": "Common interface for HTTP messages",
832            "homepage": "https://github.com/php-fig/http-message",
833            "keywords": [
834                "http",
835                "http-message",
836                "psr",
837                "psr-7",
838                "request",
839                "response"
840            ],
841            "time": "2016-08-06T14:39:51+00:00"
842        },
843        {
844            "name": "psr/log",
845            "version": "1.0.2",
846            "source": {
847                "type": "git",
848                "url": "https://github.com/php-fig/log.git",
849                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
850            },
851            "dist": {
852                "type": "zip",
853                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
854                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
855                "shasum": ""
856            },
857            "require": {
858                "php": ">=5.3.0"
859            },
860            "type": "library",
861            "extra": {
862                "branch-alias": {
863                    "dev-master": "1.0.x-dev"
864                }
865            },
866            "autoload": {
867                "psr-4": {
868                    "Psr\\Log\\": "Psr/Log/"
869                }
870            },
871            "notification-url": "https://packagist.org/downloads/",
872            "license": [
873                "MIT"
874            ],
875            "authors": [
876                {
877                    "name": "PHP-FIG",
878                    "homepage": "http://www.php-fig.org/"
879                }
880            ],
881            "description": "Common interface for logging libraries",
882            "homepage": "https://github.com/php-fig/log",
883            "keywords": [
884                "log",
885                "psr",
886                "psr-3"
887            ],
888            "time": "2016-10-10T12:19:37+00:00"
889        },
890        {
891            "name": "ramsey/uuid",
892            "version": "3.7.3",
893            "source": {
894                "type": "git",
895                "url": "https://github.com/ramsey/uuid.git",
896                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
897            },
898            "dist": {
899                "type": "zip",
900                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
901                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
902                "shasum": ""
903            },
904            "require": {
905                "paragonie/random_compat": "^1.0|^2.0",
906                "php": "^5.4 || ^7.0"
907            },
908            "replace": {
909                "rhumsaa/uuid": "self.version"
910            },
911            "require-dev": {
912                "codeception/aspect-mock": "^1.0 | ~2.0.0",
913                "doctrine/annotations": "~1.2.0",
914                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
915                "ircmaxell/random-lib": "^1.1",
916                "jakub-onderka/php-parallel-lint": "^0.9.0",
917                "mockery/mockery": "^0.9.9",
918                "moontoast/math": "^1.1",
919                "php-mock/php-mock-phpunit": "^0.3|^1.1",
920                "phpunit/phpunit": "^4.7|^5.0",
921                "squizlabs/php_codesniffer": "^2.3"
922            },
923            "suggest": {
924                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
925                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
926                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
927                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
928                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
929                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
930            },
931            "type": "library",
932            "extra": {
933                "branch-alias": {
934                    "dev-master": "3.x-dev"
935                }
936            },
937            "autoload": {
938                "psr-4": {
939                    "Ramsey\\Uuid\\": "src/"
940                }
941            },
942            "notification-url": "https://packagist.org/downloads/",
943            "license": [
944                "MIT"
945            ],
946            "authors": [
947                {
948                    "name": "Marijn Huizendveld",
949                    "email": "marijn.huizendveld@gmail.com"
950                },
951                {
952                    "name": "Thibaud Fabre",
953                    "email": "thibaud@aztech.io"
954                },
955                {
956                    "name": "Ben Ramsey",
957                    "email": "ben@benramsey.com",
958                    "homepage": "https://benramsey.com"
959                }
960            ],
961            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
962            "homepage": "https://github.com/ramsey/uuid",
963            "keywords": [
964                "guid",
965                "identifier",
966                "uuid"
967            ],
968            "time": "2018-01-20T00:28:24+00:00"
969        },
970        {
971            "name": "swiftmailer/swiftmailer",
972            "version": "v5.4.9",
973            "source": {
974                "type": "git",
975                "url": "https://github.com/swiftmailer/swiftmailer.git",
976                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
977            },
978            "dist": {
979                "type": "zip",
980                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
981                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
982                "shasum": ""
983            },
984            "require": {
985                "php": ">=5.3.3"
986            },
987            "require-dev": {
988                "mockery/mockery": "~0.9.1",
989                "symfony/phpunit-bridge": "~3.2"
990            },
991            "type": "library",
992            "extra": {
993                "branch-alias": {
994                    "dev-master": "5.4-dev"
995                }
996            },
997            "autoload": {
998                "files": [
999                    "lib/swift_required.php"
1000                ]
1001            },
1002            "notification-url": "https://packagist.org/downloads/",
1003            "license": [
1004                "MIT"
1005            ],
1006            "authors": [
1007                {
1008                    "name": "Chris Corbyn"
1009                },
1010                {
1011                    "name": "Fabien Potencier",
1012                    "email": "fabien@symfony.com"
1013                }
1014            ],
1015            "description": "Swiftmailer, free feature-rich PHP mailer",
1016            "homepage": "https://swiftmailer.symfony.com",
1017            "keywords": [
1018                "email",
1019                "mail",
1020                "mailer"
1021            ],
1022            "time": "2018-01-23T07:37:21+00:00"
1023        },
1024        {
1025            "name": "symfony/debug",
1026            "version": "v3.4.11",
1027            "source": {
1028                "type": "git",
1029                "url": "https://github.com/symfony/debug.git",
1030                "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68"
1031            },
1032            "dist": {
1033                "type": "zip",
1034                "url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68",
1035                "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68",
1036                "shasum": ""
1037            },
1038            "require": {
1039                "php": "^5.5.9|>=7.0.8",
1040                "psr/log": "~1.0"
1041            },
1042            "conflict": {
1043                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1044            },
1045            "require-dev": {
1046                "symfony/http-kernel": "~2.8|~3.0|~4.0"
1047            },
1048            "type": "library",
1049            "extra": {
1050                "branch-alias": {
1051                    "dev-master": "3.4-dev"
1052                }
1053            },
1054            "autoload": {
1055                "psr-4": {
1056                    "Symfony\\Component\\Debug\\": ""
1057                },
1058                "exclude-from-classmap": [
1059                    "/Tests/"
1060                ]
1061            },
1062            "notification-url": "https://packagist.org/downloads/",
1063            "license": [
1064                "MIT"
1065            ],
1066            "authors": [
1067                {
1068                    "name": "Fabien Potencier",
1069                    "email": "fabien@symfony.com"
1070                },
1071                {
1072                    "name": "Symfony Community",
1073                    "homepage": "https://symfony.com/contributors"
1074                }
1075            ],
1076            "description": "Symfony Debug Component",
1077            "homepage": "https://symfony.com",
1078            "time": "2018-05-16T14:03:39+00:00"
1079        },
1080        {
1081            "name": "symfony/event-dispatcher",
1082            "version": "v3.4.11",
1083            "source": {
1084                "type": "git",
1085                "url": "https://github.com/symfony/event-dispatcher.git",
1086                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
1087            },
1088            "dist": {
1089                "type": "zip",
1090                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1091                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1092                "shasum": ""
1093            },
1094            "require": {
1095                "php": "^5.5.9|>=7.0.8"
1096            },
1097            "conflict": {
1098                "symfony/dependency-injection": "<3.3"
1099            },
1100            "require-dev": {
1101                "psr/log": "~1.0",
1102                "symfony/config": "~2.8|~3.0|~4.0",
1103                "symfony/dependency-injection": "~3.3|~4.0",
1104                "symfony/expression-language": "~2.8|~3.0|~4.0",
1105                "symfony/stopwatch": "~2.8|~3.0|~4.0"
1106            },
1107            "suggest": {
1108                "symfony/dependency-injection": "",
1109                "symfony/http-kernel": ""
1110            },
1111            "type": "library",
1112            "extra": {
1113                "branch-alias": {
1114                    "dev-master": "3.4-dev"
1115                }
1116            },
1117            "autoload": {
1118                "psr-4": {
1119                    "Symfony\\Component\\EventDispatcher\\": ""
1120                },
1121                "exclude-from-classmap": [
1122                    "/Tests/"
1123                ]
1124            },
1125            "notification-url": "https://packagist.org/downloads/",
1126            "license": [
1127                "MIT"
1128            ],
1129            "authors": [
1130                {
1131                    "name": "Fabien Potencier",
1132                    "email": "fabien@symfony.com"
1133                },
1134                {
1135                    "name": "Symfony Community",
1136                    "homepage": "https://symfony.com/contributors"
1137                }
1138            ],
1139            "description": "Symfony EventDispatcher Component",
1140            "homepage": "https://symfony.com",
1141            "time": "2018-04-06T07:35:25+00:00"
1142        },
1143        {
1144            "name": "symfony/http-foundation",
1145            "version": "v3.4.11",
1146            "source": {
1147                "type": "git",
1148                "url": "https://github.com/symfony/http-foundation.git",
1149                "reference": "a7b5fc605d1c215cea1122359044b1e682eb70c0"
1150            },
1151            "dist": {
1152                "type": "zip",
1153                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a7b5fc605d1c215cea1122359044b1e682eb70c0",
1154                "reference": "a7b5fc605d1c215cea1122359044b1e682eb70c0",
1155                "shasum": ""
1156            },
1157            "require": {
1158                "php": "^5.5.9|>=7.0.8",
1159                "symfony/polyfill-mbstring": "~1.1",
1160                "symfony/polyfill-php70": "~1.6"
1161            },
1162            "require-dev": {
1163                "symfony/expression-language": "~2.8|~3.0|~4.0"
1164            },
1165            "type": "library",
1166            "extra": {
1167                "branch-alias": {
1168                    "dev-master": "3.4-dev"
1169                }
1170            },
1171            "autoload": {
1172                "psr-4": {
1173                    "Symfony\\Component\\HttpFoundation\\": ""
1174                },
1175                "exclude-from-classmap": [
1176                    "/Tests/"
1177                ]
1178            },
1179            "notification-url": "https://packagist.org/downloads/",
1180            "license": [
1181                "MIT"
1182            ],
1183            "authors": [
1184                {
1185                    "name": "Fabien Potencier",
1186                    "email": "fabien@symfony.com"
1187                },
1188                {
1189                    "name": "Symfony Community",
1190                    "homepage": "https://symfony.com/contributors"
1191                }
1192            ],
1193            "description": "Symfony HttpFoundation Component",
1194            "homepage": "https://symfony.com",
1195            "time": "2018-05-25T11:07:31+00:00"
1196        },
1197        {
1198            "name": "symfony/http-kernel",
1199            "version": "v3.4.11",
1200            "source": {
1201                "type": "git",
1202                "url": "https://github.com/symfony/http-kernel.git",
1203                "reference": "3dac45df55ee0c5134c457a730cd68e2a2ce0445"
1204            },
1205            "dist": {
1206                "type": "zip",
1207                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3dac45df55ee0c5134c457a730cd68e2a2ce0445",
1208                "reference": "3dac45df55ee0c5134c457a730cd68e2a2ce0445",
1209                "shasum": ""
1210            },
1211            "require": {
1212                "php": "^5.5.9|>=7.0.8",
1213                "psr/log": "~1.0",
1214                "symfony/debug": "~2.8|~3.0|~4.0",
1215                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1216                "symfony/http-foundation": "^3.4.4|^4.0.4",
1217                "symfony/polyfill-ctype": "~1.8"
1218            },
1219            "conflict": {
1220                "symfony/config": "<2.8",
1221                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1222                "symfony/var-dumper": "<3.3",
1223                "twig/twig": "<1.34|<2.4,>=2"
1224            },
1225            "provide": {
1226                "psr/log-implementation": "1.0"
1227            },
1228            "require-dev": {
1229                "psr/cache": "~1.0",
1230                "symfony/browser-kit": "~2.8|~3.0|~4.0",
1231                "symfony/class-loader": "~2.8|~3.0",
1232                "symfony/config": "~2.8|~3.0|~4.0",
1233                "symfony/console": "~2.8|~3.0|~4.0",
1234                "symfony/css-selector": "~2.8|~3.0|~4.0",
1235                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1236                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1237                "symfony/expression-language": "~2.8|~3.0|~4.0",
1238                "symfony/finder": "~2.8|~3.0|~4.0",
1239                "symfony/process": "~2.8|~3.0|~4.0",
1240                "symfony/routing": "~3.4|~4.0",
1241                "symfony/stopwatch": "~2.8|~3.0|~4.0",
1242                "symfony/templating": "~2.8|~3.0|~4.0",
1243                "symfony/translation": "~2.8|~3.0|~4.0",
1244                "symfony/var-dumper": "~3.3|~4.0"
1245            },
1246            "suggest": {
1247                "symfony/browser-kit": "",
1248                "symfony/config": "",
1249                "symfony/console": "",
1250                "symfony/dependency-injection": "",
1251                "symfony/finder": "",
1252                "symfony/var-dumper": ""
1253            },
1254            "type": "library",
1255            "extra": {
1256                "branch-alias": {
1257                    "dev-master": "3.4-dev"
1258                }
1259            },
1260            "autoload": {
1261                "psr-4": {
1262                    "Symfony\\Component\\HttpKernel\\": ""
1263                },
1264                "exclude-from-classmap": [
1265                    "/Tests/"
1266                ]
1267            },
1268            "notification-url": "https://packagist.org/downloads/",
1269            "license": [
1270                "MIT"
1271            ],
1272            "authors": [
1273                {
1274                    "name": "Fabien Potencier",
1275                    "email": "fabien@symfony.com"
1276                },
1277                {
1278                    "name": "Symfony Community",
1279                    "homepage": "https://symfony.com/contributors"
1280                }
1281            ],
1282            "description": "Symfony HttpKernel Component",
1283            "homepage": "https://symfony.com",
1284            "time": "2018-05-25T13:16:28+00:00"
1285        },
1286        {
1287            "name": "symfony/polyfill-ctype",
1288            "version": "v1.8.0",
1289            "source": {
1290                "type": "git",
1291                "url": "https://github.com/symfony/polyfill-ctype.git",
1292                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1293            },
1294            "dist": {
1295                "type": "zip",
1296                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1297                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1298                "shasum": ""
1299            },
1300            "require": {
1301                "php": ">=5.3.3"
1302            },
1303            "type": "library",
1304            "extra": {
1305                "branch-alias": {
1306                    "dev-master": "1.8-dev"
1307                }
1308            },
1309            "autoload": {
1310                "psr-4": {
1311                    "Symfony\\Polyfill\\Ctype\\": ""
1312                },
1313                "files": [
1314                    "bootstrap.php"
1315                ]
1316            },
1317            "notification-url": "https://packagist.org/downloads/",
1318            "license": [
1319                "MIT"
1320            ],
1321            "authors": [
1322                {
1323                    "name": "Symfony Community",
1324                    "homepage": "https://symfony.com/contributors"
1325                },
1326                {
1327                    "name": "Gert de Pagter",
1328                    "email": "BackEndTea@gmail.com"
1329                }
1330            ],
1331            "description": "Symfony polyfill for ctype functions",
1332            "homepage": "https://symfony.com",
1333            "keywords": [
1334                "compatibility",
1335                "ctype",
1336                "polyfill",
1337                "portable"
1338            ],
1339            "time": "2018-04-30T19:57:29+00:00"
1340        },
1341        {
1342            "name": "symfony/polyfill-mbstring",
1343            "version": "v1.8.0",
1344            "source": {
1345                "type": "git",
1346                "url": "https://github.com/symfony/polyfill-mbstring.git",
1347                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1348            },
1349            "dist": {
1350                "type": "zip",
1351                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1352                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1353                "shasum": ""
1354            },
1355            "require": {
1356                "php": ">=5.3.3"
1357            },
1358            "suggest": {
1359                "ext-mbstring": "For best performance"
1360            },
1361            "type": "library",
1362            "extra": {
1363                "branch-alias": {
1364                    "dev-master": "1.8-dev"
1365                }
1366            },
1367            "autoload": {
1368                "psr-4": {
1369                    "Symfony\\Polyfill\\Mbstring\\": ""
1370                },
1371                "files": [
1372                    "bootstrap.php"
1373                ]
1374            },
1375            "notification-url": "https://packagist.org/downloads/",
1376            "license": [
1377                "MIT"
1378            ],
1379            "authors": [
1380                {
1381                    "name": "Nicolas Grekas",
1382                    "email": "p@tchwork.com"
1383                },
1384                {
1385                    "name": "Symfony Community",
1386                    "homepage": "https://symfony.com/contributors"
1387                }
1388            ],
1389            "description": "Symfony polyfill for the Mbstring extension",
1390            "homepage": "https://symfony.com",
1391            "keywords": [
1392                "compatibility",
1393                "mbstring",
1394                "polyfill",
1395                "portable",
1396                "shim"
1397            ],
1398            "time": "2018-04-26T10:06:28+00:00"
1399        },
1400        {
1401            "name": "symfony/polyfill-php70",
1402            "version": "v1.8.0",
1403            "source": {
1404                "type": "git",
1405                "url": "https://github.com/symfony/polyfill-php70.git",
1406                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
1407            },
1408            "dist": {
1409                "type": "zip",
1410                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
1411                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
1412                "shasum": ""
1413            },
1414            "require": {
1415                "paragonie/random_compat": "~1.0|~2.0",
1416                "php": ">=5.3.3"
1417            },
1418            "type": "library",
1419            "extra": {
1420                "branch-alias": {
1421                    "dev-master": "1.8-dev"
1422                }
1423            },
1424            "autoload": {
1425                "psr-4": {
1426                    "Symfony\\Polyfill\\Php70\\": ""
1427                },
1428                "files": [
1429                    "bootstrap.php"
1430                ],
1431                "classmap": [
1432                    "Resources/stubs"
1433                ]
1434            },
1435            "notification-url": "https://packagist.org/downloads/",
1436            "license": [
1437                "MIT"
1438            ],
1439            "authors": [
1440                {
1441                    "name": "Nicolas Grekas",
1442                    "email": "p@tchwork.com"
1443                },
1444                {
1445                    "name": "Symfony Community",
1446                    "homepage": "https://symfony.com/contributors"
1447                }
1448            ],
1449            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1450            "homepage": "https://symfony.com",
1451            "keywords": [
1452                "compatibility",
1453                "polyfill",
1454                "portable",
1455                "shim"
1456            ],
1457            "time": "2018-04-26T10:06:28+00:00"
1458        },
1459        {
1460            "name": "symfony/polyfill-php71",
1461            "version": "v1.8.0",
1462            "source": {
1463                "type": "git",
1464                "url": "https://github.com/symfony/polyfill-php71.git",
1465                "reference": "11b64c53ffd934da9960ff00a8b21baa88a8660f"
1466            },
1467            "dist": {
1468                "type": "zip",
1469                "url": "https://api.github.com/repos/symfony/polyfill-php71/zipball/11b64c53ffd934da9960ff00a8b21baa88a8660f",
1470                "reference": "11b64c53ffd934da9960ff00a8b21baa88a8660f",
1471                "shasum": ""
1472            },
1473            "require": {
1474                "php": ">=5.3.3"
1475            },
1476            "type": "library",
1477            "extra": {
1478                "branch-alias": {
1479                    "dev-master": "1.8-dev"
1480                }
1481            },
1482            "autoload": {
1483                "psr-4": {
1484                    "Symfony\\Polyfill\\Php71\\": ""
1485                },
1486                "files": [
1487                    "bootstrap.php"
1488                ]
1489            },
1490            "notification-url": "https://packagist.org/downloads/",
1491            "license": [
1492                "MIT"
1493            ],
1494            "authors": [
1495                {
1496                    "name": "Nicolas Grekas",
1497                    "email": "p@tchwork.com"
1498                },
1499                {
1500                    "name": "Symfony Community",
1501                    "homepage": "https://symfony.com/contributors"
1502                }
1503            ],
1504            "description": "Symfony polyfill backporting some PHP 7.1+ features to lower PHP versions",
1505            "homepage": "https://symfony.com",
1506            "keywords": [
1507                "compatibility",
1508                "polyfill",
1509                "portable",
1510                "shim"
1511            ],
1512            "time": "2018-04-26T10:06:28+00:00"
1513        },
1514        {
1515            "name": "symfony/polyfill-php72",
1516            "version": "v1.8.0",
1517            "source": {
1518                "type": "git",
1519                "url": "https://github.com/symfony/polyfill-php72.git",
1520                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
1521            },
1522            "dist": {
1523                "type": "zip",
1524                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1525                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1526                "shasum": ""
1527            },
1528            "require": {
1529                "php": ">=5.3.3"
1530            },
1531            "type": "library",
1532            "extra": {
1533                "branch-alias": {
1534                    "dev-master": "1.8-dev"
1535                }
1536            },
1537            "autoload": {
1538                "psr-4": {
1539                    "Symfony\\Polyfill\\Php72\\": ""
1540                },
1541                "files": [
1542                    "bootstrap.php"
1543                ]
1544            },
1545            "notification-url": "https://packagist.org/downloads/",
1546            "license": [
1547                "MIT"
1548            ],
1549            "authors": [
1550                {
1551                    "name": "Nicolas Grekas",
1552                    "email": "p@tchwork.com"
1553                },
1554                {
1555                    "name": "Symfony Community",
1556                    "homepage": "https://symfony.com/contributors"
1557                }
1558            ],
1559            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1560            "homepage": "https://symfony.com",
1561            "keywords": [
1562                "compatibility",
1563                "polyfill",
1564                "portable",
1565                "shim"
1566            ],
1567            "time": "2018-04-26T10:06:28+00:00"
1568        },
1569        {
1570            "name": "tecnickcom/tcpdf",
1571            "version": "6.2.17",
1572            "source": {
1573                "type": "git",
1574                "url": "https://github.com/tecnickcom/TCPDF.git",
1575                "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
1576            },
1577            "dist": {
1578                "type": "zip",
1579                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
1580                "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
1581                "shasum": ""
1582            },
1583            "require": {
1584                "php": ">=5.3.0"
1585            },
1586            "type": "library",
1587            "autoload": {
1588                "classmap": [
1589                    "config",
1590                    "include",
1591                    "tcpdf.php",
1592                    "tcpdf_parser.php",
1593                    "tcpdf_import.php",
1594                    "tcpdf_barcodes_1d.php",
1595                    "tcpdf_barcodes_2d.php",
1596                    "include/tcpdf_colors.php",
1597                    "include/tcpdf_filters.php",
1598                    "include/tcpdf_font_data.php",
1599                    "include/tcpdf_fonts.php",
1600                    "include/tcpdf_images.php",
1601                    "include/tcpdf_static.php",
1602                    "include/barcodes/datamatrix.php",
1603                    "include/barcodes/pdf417.php",
1604                    "include/barcodes/qrcode.php"
1605                ]
1606            },
1607            "notification-url": "https://packagist.org/downloads/",
1608            "license": [
1609                "LGPL-3.0"
1610            ],
1611            "authors": [
1612                {
1613                    "name": "Nicola Asuni",
1614                    "email": "info@tecnick.com",
1615                    "role": "lead"
1616                }
1617            ],
1618            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1619            "homepage": "http://www.tcpdf.org/",
1620            "keywords": [
1621                "PDFD32000-2008",
1622                "TCPDF",
1623                "barcodes",
1624                "datamatrix",
1625                "pdf",
1626                "pdf417",
1627                "qrcode"
1628            ],
1629            "time": "2018-02-24T11:48:20+00:00"
1630        },
1631        {
1632            "name": "webuni/commonmark-table-extension",
1633            "version": "0.8.0",
1634            "source": {
1635                "type": "git",
1636                "url": "https://github.com/webuni/commonmark-table-extension.git",
1637                "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3"
1638            },
1639            "dist": {
1640                "type": "zip",
1641                "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/4304b1f56b26e5213a4a781b654f62ef5ed8fbe3",
1642                "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3",
1643                "shasum": ""
1644            },
1645            "require": {
1646                "league/commonmark": "^0.16|^0.17",
1647                "php": "^5.6|^7.0"
1648            },
1649            "require-dev": {
1650                "friendsofphp/php-cs-fixer": "^2.9",
1651                "phpunit/phpunit": "^5.4|^6.0",
1652                "symfony/var-dumper": "^3.0|^4.0",
1653                "vimeo/psalm": "~0.3"
1654            },
1655            "type": "library",
1656            "extra": {
1657                "branch-alias": {
1658                    "dev-master": "0.8-dev"
1659                }
1660            },
1661            "autoload": {
1662                "psr-4": {
1663                    "Webuni\\CommonMark\\TableExtension\\": "src"
1664                }
1665            },
1666            "notification-url": "https://packagist.org/downloads/",
1667            "license": [
1668                "MIT"
1669            ],
1670            "authors": [
1671                {
1672                    "name": "Martin Hasoň",
1673                    "email": "martin.hason@gmail.com"
1674                },
1675                {
1676                    "name": "Webuni s.r.o.",
1677                    "homepage": "https://www.webuni.cz"
1678                }
1679            ],
1680            "description": "The table extension for CommonMark PHP implementation",
1681            "homepage": "https://github.com/webuni/commonmark-table-extension",
1682            "keywords": [
1683                "commonmark",
1684                "markdown",
1685                "table"
1686            ],
1687            "time": "2018-01-24T12:30:02+00:00"
1688        }
1689    ],
1690    "packages-dev": [
1691        {
1692            "name": "composer/semver",
1693            "version": "1.4.2",
1694            "source": {
1695                "type": "git",
1696                "url": "https://github.com/composer/semver.git",
1697                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
1698            },
1699            "dist": {
1700                "type": "zip",
1701                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
1702                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
1703                "shasum": ""
1704            },
1705            "require": {
1706                "php": "^5.3.2 || ^7.0"
1707            },
1708            "require-dev": {
1709                "phpunit/phpunit": "^4.5 || ^5.0.5",
1710                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
1711            },
1712            "type": "library",
1713            "extra": {
1714                "branch-alias": {
1715                    "dev-master": "1.x-dev"
1716                }
1717            },
1718            "autoload": {
1719                "psr-4": {
1720                    "Composer\\Semver\\": "src"
1721                }
1722            },
1723            "notification-url": "https://packagist.org/downloads/",
1724            "license": [
1725                "MIT"
1726            ],
1727            "authors": [
1728                {
1729                    "name": "Nils Adermann",
1730                    "email": "naderman@naderman.de",
1731                    "homepage": "http://www.naderman.de"
1732                },
1733                {
1734                    "name": "Jordi Boggiano",
1735                    "email": "j.boggiano@seld.be",
1736                    "homepage": "http://seld.be"
1737                },
1738                {
1739                    "name": "Rob Bast",
1740                    "email": "rob.bast@gmail.com",
1741                    "homepage": "http://robbast.nl"
1742                }
1743            ],
1744            "description": "Semver library that offers utilities, version constraint parsing and validation.",
1745            "keywords": [
1746                "semantic",
1747                "semver",
1748                "validation",
1749                "versioning"
1750            ],
1751            "time": "2016-08-30T16:08:34+00:00"
1752        },
1753        {
1754            "name": "doctrine/annotations",
1755            "version": "v1.4.0",
1756            "source": {
1757                "type": "git",
1758                "url": "https://github.com/doctrine/annotations.git",
1759                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1760            },
1761            "dist": {
1762                "type": "zip",
1763                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1764                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1765                "shasum": ""
1766            },
1767            "require": {
1768                "doctrine/lexer": "1.*",
1769                "php": "^5.6 || ^7.0"
1770            },
1771            "require-dev": {
1772                "doctrine/cache": "1.*",
1773                "phpunit/phpunit": "^5.7"
1774            },
1775            "type": "library",
1776            "extra": {
1777                "branch-alias": {
1778                    "dev-master": "1.4.x-dev"
1779                }
1780            },
1781            "autoload": {
1782                "psr-4": {
1783                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1784                }
1785            },
1786            "notification-url": "https://packagist.org/downloads/",
1787            "license": [
1788                "MIT"
1789            ],
1790            "authors": [
1791                {
1792                    "name": "Roman Borschel",
1793                    "email": "roman@code-factory.org"
1794                },
1795                {
1796                    "name": "Benjamin Eberlei",
1797                    "email": "kontakt@beberlei.de"
1798                },
1799                {
1800                    "name": "Guilherme Blanco",
1801                    "email": "guilhermeblanco@gmail.com"
1802                },
1803                {
1804                    "name": "Jonathan Wage",
1805                    "email": "jonwage@gmail.com"
1806                },
1807                {
1808                    "name": "Johannes Schmitt",
1809                    "email": "schmittjoh@gmail.com"
1810                }
1811            ],
1812            "description": "Docblock Annotations Parser",
1813            "homepage": "http://www.doctrine-project.org",
1814            "keywords": [
1815                "annotations",
1816                "docblock",
1817                "parser"
1818            ],
1819            "time": "2017-02-24T16:22:25+00:00"
1820        },
1821        {
1822            "name": "doctrine/instantiator",
1823            "version": "1.0.5",
1824            "source": {
1825                "type": "git",
1826                "url": "https://github.com/doctrine/instantiator.git",
1827                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1828            },
1829            "dist": {
1830                "type": "zip",
1831                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1832                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1833                "shasum": ""
1834            },
1835            "require": {
1836                "php": ">=5.3,<8.0-DEV"
1837            },
1838            "require-dev": {
1839                "athletic/athletic": "~0.1.8",
1840                "ext-pdo": "*",
1841                "ext-phar": "*",
1842                "phpunit/phpunit": "~4.0",
1843                "squizlabs/php_codesniffer": "~2.0"
1844            },
1845            "type": "library",
1846            "extra": {
1847                "branch-alias": {
1848                    "dev-master": "1.0.x-dev"
1849                }
1850            },
1851            "autoload": {
1852                "psr-4": {
1853                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1854                }
1855            },
1856            "notification-url": "https://packagist.org/downloads/",
1857            "license": [
1858                "MIT"
1859            ],
1860            "authors": [
1861                {
1862                    "name": "Marco Pivetta",
1863                    "email": "ocramius@gmail.com",
1864                    "homepage": "http://ocramius.github.com/"
1865                }
1866            ],
1867            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1868            "homepage": "https://github.com/doctrine/instantiator",
1869            "keywords": [
1870                "constructor",
1871                "instantiate"
1872            ],
1873            "time": "2015-06-14T21:17:01+00:00"
1874        },
1875        {
1876            "name": "doctrine/lexer",
1877            "version": "v1.0.1",
1878            "source": {
1879                "type": "git",
1880                "url": "https://github.com/doctrine/lexer.git",
1881                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1882            },
1883            "dist": {
1884                "type": "zip",
1885                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1886                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1887                "shasum": ""
1888            },
1889            "require": {
1890                "php": ">=5.3.2"
1891            },
1892            "type": "library",
1893            "extra": {
1894                "branch-alias": {
1895                    "dev-master": "1.0.x-dev"
1896                }
1897            },
1898            "autoload": {
1899                "psr-0": {
1900                    "Doctrine\\Common\\Lexer\\": "lib/"
1901                }
1902            },
1903            "notification-url": "https://packagist.org/downloads/",
1904            "license": [
1905                "MIT"
1906            ],
1907            "authors": [
1908                {
1909                    "name": "Roman Borschel",
1910                    "email": "roman@code-factory.org"
1911                },
1912                {
1913                    "name": "Guilherme Blanco",
1914                    "email": "guilhermeblanco@gmail.com"
1915                },
1916                {
1917                    "name": "Johannes Schmitt",
1918                    "email": "schmittjoh@gmail.com"
1919                }
1920            ],
1921            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1922            "homepage": "http://www.doctrine-project.org",
1923            "keywords": [
1924                "lexer",
1925                "parser"
1926            ],
1927            "time": "2014-09-09T13:34:57+00:00"
1928        },
1929        {
1930            "name": "friendsofphp/php-cs-fixer",
1931            "version": "v2.11.1",
1932            "source": {
1933                "type": "git",
1934                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1935                "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8"
1936            },
1937            "dist": {
1938                "type": "zip",
1939                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ad94441c17b8ef096e517acccdbf3238af8a2da8",
1940                "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8",
1941                "shasum": ""
1942            },
1943            "require": {
1944                "composer/semver": "^1.4",
1945                "doctrine/annotations": "^1.2",
1946                "ext-json": "*",
1947                "ext-tokenizer": "*",
1948                "php": "^5.6 || >=7.0 <7.3",
1949                "php-cs-fixer/diff": "^1.3",
1950                "symfony/console": "^3.2 || ^4.0",
1951                "symfony/event-dispatcher": "^3.0 || ^4.0",
1952                "symfony/filesystem": "^3.0 || ^4.0",
1953                "symfony/finder": "^3.0 || ^4.0",
1954                "symfony/options-resolver": "^3.0 || ^4.0",
1955                "symfony/polyfill-php70": "^1.0",
1956                "symfony/polyfill-php72": "^1.4",
1957                "symfony/process": "^3.0 || ^4.0",
1958                "symfony/stopwatch": "^3.0 || ^4.0"
1959            },
1960            "conflict": {
1961                "hhvm": "*"
1962            },
1963            "require-dev": {
1964                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
1965                "justinrainbow/json-schema": "^5.0",
1966                "keradus/cli-executor": "^1.0",
1967                "mikey179/vfsstream": "^1.6",
1968                "php-coveralls/php-coveralls": "^2.0",
1969                "php-cs-fixer/accessible-object": "^1.0",
1970                "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
1971                "phpunitgoodpractices/traits": "^1.3.1",
1972                "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
1973            },
1974            "suggest": {
1975                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
1976                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
1977            },
1978            "bin": [
1979                "php-cs-fixer"
1980            ],
1981            "type": "application",
1982            "extra": {
1983                "branch-alias": {
1984                    "dev-master": "2.11-dev"
1985                }
1986            },
1987            "autoload": {
1988                "psr-4": {
1989                    "PhpCsFixer\\": "src/"
1990                },
1991                "classmap": [
1992                    "tests/Test/AbstractFixerTestCase.php",
1993                    "tests/Test/AbstractIntegrationCaseFactory.php",
1994                    "tests/Test/AbstractIntegrationTestCase.php",
1995                    "tests/Test/Assert/AssertTokensTrait.php",
1996                    "tests/Test/Constraint/SameStringsConstraint.php",
1997                    "tests/Test/Constraint/SameStringsConstraintForV5.php",
1998                    "tests/Test/Constraint/SameStringsConstraintForV7.php",
1999                    "tests/Test/IntegrationCase.php",
2000                    "tests/Test/IntegrationCaseFactory.php",
2001                    "tests/Test/IntegrationCaseFactoryInterface.php",
2002                    "tests/Test/InternalIntegrationCaseFactory.php",
2003                    "tests/TestCase.php"
2004                ]
2005            },
2006            "notification-url": "https://packagist.org/downloads/",
2007            "license": [
2008                "MIT"
2009            ],
2010            "authors": [
2011                {
2012                    "name": "Dariusz Rumiński",
2013                    "email": "dariusz.ruminski@gmail.com"
2014                },
2015                {
2016                    "name": "Fabien Potencier",
2017                    "email": "fabien@symfony.com"
2018                }
2019            ],
2020            "description": "A tool to automatically fix PHP code style",
2021            "time": "2018-03-21T17:41:26+00:00"
2022        },
2023        {
2024            "name": "hamcrest/hamcrest-php",
2025            "version": "v2.0.0",
2026            "source": {
2027                "type": "git",
2028                "url": "https://github.com/hamcrest/hamcrest-php.git",
2029                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2030            },
2031            "dist": {
2032                "type": "zip",
2033                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
2034                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2035                "shasum": ""
2036            },
2037            "require": {
2038                "php": "^5.3|^7.0"
2039            },
2040            "replace": {
2041                "cordoval/hamcrest-php": "*",
2042                "davedevelopment/hamcrest-php": "*",
2043                "kodova/hamcrest-php": "*"
2044            },
2045            "require-dev": {
2046                "phpunit/php-file-iterator": "1.3.3",
2047                "phpunit/phpunit": "~4.0",
2048                "satooshi/php-coveralls": "^1.0"
2049            },
2050            "type": "library",
2051            "extra": {
2052                "branch-alias": {
2053                    "dev-master": "2.0-dev"
2054                }
2055            },
2056            "autoload": {
2057                "classmap": [
2058                    "hamcrest"
2059                ]
2060            },
2061            "notification-url": "https://packagist.org/downloads/",
2062            "license": [
2063                "BSD"
2064            ],
2065            "description": "This is the PHP port of Hamcrest Matchers",
2066            "keywords": [
2067                "test"
2068            ],
2069            "time": "2016-01-20T08:20:44+00:00"
2070        },
2071        {
2072            "name": "maximebf/debugbar",
2073            "version": "v1.15.0",
2074            "source": {
2075                "type": "git",
2076                "url": "https://github.com/maximebf/php-debugbar.git",
2077                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
2078            },
2079            "dist": {
2080                "type": "zip",
2081                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
2082                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
2083                "shasum": ""
2084            },
2085            "require": {
2086                "php": ">=5.3.0",
2087                "psr/log": "^1.0",
2088                "symfony/var-dumper": "^2.6|^3.0|^4.0"
2089            },
2090            "require-dev": {
2091                "phpunit/phpunit": "^4.0|^5.0"
2092            },
2093            "suggest": {
2094                "kriswallsmith/assetic": "The best way to manage assets",
2095                "monolog/monolog": "Log using Monolog",
2096                "predis/predis": "Redis storage"
2097            },
2098            "type": "library",
2099            "extra": {
2100                "branch-alias": {
2101                    "dev-master": "1.14-dev"
2102                }
2103            },
2104            "autoload": {
2105                "psr-4": {
2106                    "DebugBar\\": "src/DebugBar/"
2107                }
2108            },
2109            "notification-url": "https://packagist.org/downloads/",
2110            "license": [
2111                "MIT"
2112            ],
2113            "authors": [
2114                {
2115                    "name": "Maxime Bouroumeau-Fuseau",
2116                    "email": "maxime.bouroumeau@gmail.com",
2117                    "homepage": "http://maximebf.com"
2118                },
2119                {
2120                    "name": "Barry vd. Heuvel",
2121                    "email": "barryvdh@gmail.com"
2122                }
2123            ],
2124            "description": "Debug bar in the browser for php application",
2125            "homepage": "https://github.com/maximebf/php-debugbar",
2126            "keywords": [
2127                "debug",
2128                "debugbar"
2129            ],
2130            "time": "2017-12-15T11:13:46+00:00"
2131        },
2132        {
2133            "name": "mockery/mockery",
2134            "version": "1.1.0",
2135            "source": {
2136                "type": "git",
2137                "url": "https://github.com/mockery/mockery.git",
2138                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
2139            },
2140            "dist": {
2141                "type": "zip",
2142                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
2143                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
2144                "shasum": ""
2145            },
2146            "require": {
2147                "hamcrest/hamcrest-php": "~2.0",
2148                "lib-pcre": ">=7.0",
2149                "php": ">=5.6.0"
2150            },
2151            "require-dev": {
2152                "phpdocumentor/phpdocumentor": "^2.9",
2153                "phpunit/phpunit": "~5.7.10|~6.5"
2154            },
2155            "type": "library",
2156            "extra": {
2157                "branch-alias": {
2158                    "dev-master": "1.0.x-dev"
2159                }
2160            },
2161            "autoload": {
2162                "psr-0": {
2163                    "Mockery": "library/"
2164                }
2165            },
2166            "notification-url": "https://packagist.org/downloads/",
2167            "license": [
2168                "BSD-3-Clause"
2169            ],
2170            "authors": [
2171                {
2172                    "name": "Pádraic Brady",
2173                    "email": "padraic.brady@gmail.com",
2174                    "homepage": "http://blog.astrumfutura.com"
2175                },
2176                {
2177                    "name": "Dave Marshall",
2178                    "email": "dave.marshall@atstsolutions.co.uk",
2179                    "homepage": "http://davedevelopment.co.uk"
2180                }
2181            ],
2182            "description": "Mockery is a simple yet flexible PHP mock object framework",
2183            "homepage": "https://github.com/mockery/mockery",
2184            "keywords": [
2185                "BDD",
2186                "TDD",
2187                "library",
2188                "mock",
2189                "mock objects",
2190                "mockery",
2191                "stub",
2192                "test",
2193                "test double",
2194                "testing"
2195            ],
2196            "time": "2018-05-08T08:54:48+00:00"
2197        },
2198        {
2199            "name": "myclabs/deep-copy",
2200            "version": "1.7.0",
2201            "source": {
2202                "type": "git",
2203                "url": "https://github.com/myclabs/DeepCopy.git",
2204                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2205            },
2206            "dist": {
2207                "type": "zip",
2208                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2209                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2210                "shasum": ""
2211            },
2212            "require": {
2213                "php": "^5.6 || ^7.0"
2214            },
2215            "require-dev": {
2216                "doctrine/collections": "^1.0",
2217                "doctrine/common": "^2.6",
2218                "phpunit/phpunit": "^4.1"
2219            },
2220            "type": "library",
2221            "autoload": {
2222                "psr-4": {
2223                    "DeepCopy\\": "src/DeepCopy/"
2224                },
2225                "files": [
2226                    "src/DeepCopy/deep_copy.php"
2227                ]
2228            },
2229            "notification-url": "https://packagist.org/downloads/",
2230            "license": [
2231                "MIT"
2232            ],
2233            "description": "Create deep copies (clones) of your objects",
2234            "keywords": [
2235                "clone",
2236                "copy",
2237                "duplicate",
2238                "object",
2239                "object graph"
2240            ],
2241            "time": "2017-10-19T19:58:43+00:00"
2242        },
2243        {
2244            "name": "phar-io/manifest",
2245            "version": "1.0.1",
2246            "source": {
2247                "type": "git",
2248                "url": "https://github.com/phar-io/manifest.git",
2249                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2250            },
2251            "dist": {
2252                "type": "zip",
2253                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2254                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2255                "shasum": ""
2256            },
2257            "require": {
2258                "ext-dom": "*",
2259                "ext-phar": "*",
2260                "phar-io/version": "^1.0.1",
2261                "php": "^5.6 || ^7.0"
2262            },
2263            "type": "library",
2264            "extra": {
2265                "branch-alias": {
2266                    "dev-master": "1.0.x-dev"
2267                }
2268            },
2269            "autoload": {
2270                "classmap": [
2271                    "src/"
2272                ]
2273            },
2274            "notification-url": "https://packagist.org/downloads/",
2275            "license": [
2276                "BSD-3-Clause"
2277            ],
2278            "authors": [
2279                {
2280                    "name": "Arne Blankerts",
2281                    "email": "arne@blankerts.de",
2282                    "role": "Developer"
2283                },
2284                {
2285                    "name": "Sebastian Heuer",
2286                    "email": "sebastian@phpeople.de",
2287                    "role": "Developer"
2288                },
2289                {
2290                    "name": "Sebastian Bergmann",
2291                    "email": "sebastian@phpunit.de",
2292                    "role": "Developer"
2293                }
2294            ],
2295            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2296            "time": "2017-03-05T18:14:27+00:00"
2297        },
2298        {
2299            "name": "phar-io/version",
2300            "version": "1.0.1",
2301            "source": {
2302                "type": "git",
2303                "url": "https://github.com/phar-io/version.git",
2304                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2305            },
2306            "dist": {
2307                "type": "zip",
2308                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2309                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2310                "shasum": ""
2311            },
2312            "require": {
2313                "php": "^5.6 || ^7.0"
2314            },
2315            "type": "library",
2316            "autoload": {
2317                "classmap": [
2318                    "src/"
2319                ]
2320            },
2321            "notification-url": "https://packagist.org/downloads/",
2322            "license": [
2323                "BSD-3-Clause"
2324            ],
2325            "authors": [
2326                {
2327                    "name": "Arne Blankerts",
2328                    "email": "arne@blankerts.de",
2329                    "role": "Developer"
2330                },
2331                {
2332                    "name": "Sebastian Heuer",
2333                    "email": "sebastian@phpeople.de",
2334                    "role": "Developer"
2335                },
2336                {
2337                    "name": "Sebastian Bergmann",
2338                    "email": "sebastian@phpunit.de",
2339                    "role": "Developer"
2340                }
2341            ],
2342            "description": "Library for handling version information and constraints",
2343            "time": "2017-03-05T17:38:23+00:00"
2344        },
2345        {
2346            "name": "php-coveralls/php-coveralls",
2347            "version": "v2.1.0",
2348            "source": {
2349                "type": "git",
2350                "url": "https://github.com/php-coveralls/php-coveralls.git",
2351                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
2352            },
2353            "dist": {
2354                "type": "zip",
2355                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
2356                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
2357                "shasum": ""
2358            },
2359            "require": {
2360                "ext-json": "*",
2361                "ext-simplexml": "*",
2362                "guzzlehttp/guzzle": "^6.0",
2363                "php": "^5.5 || ^7.0",
2364                "psr/log": "^1.0",
2365                "symfony/config": "^2.1 || ^3.0 || ^4.0",
2366                "symfony/console": "^2.1 || ^3.0 || ^4.0",
2367                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
2368                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
2369            },
2370            "require-dev": {
2371                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
2372            },
2373            "suggest": {
2374                "symfony/http-kernel": "Allows Symfony integration"
2375            },
2376            "bin": [
2377                "bin/php-coveralls"
2378            ],
2379            "type": "library",
2380            "extra": {
2381                "branch-alias": {
2382                    "dev-master": "2.1-dev"
2383                }
2384            },
2385            "autoload": {
2386                "psr-4": {
2387                    "PhpCoveralls\\": "src/"
2388                }
2389            },
2390            "notification-url": "https://packagist.org/downloads/",
2391            "license": [
2392                "MIT"
2393            ],
2394            "authors": [
2395                {
2396                    "name": "Kitamura Satoshi",
2397                    "email": "with.no.parachute@gmail.com",
2398                    "homepage": "https://www.facebook.com/satooshi.jp",
2399                    "role": "Original creator"
2400                },
2401                {
2402                    "name": "Takashi Matsuo",
2403                    "email": "tmatsuo@google.com"
2404                },
2405                {
2406                    "name": "Google Inc"
2407                },
2408                {
2409                    "name": "Dariusz Ruminski",
2410                    "email": "dariusz.ruminski@gmail.com",
2411                    "homepage": "https://github.com/keradus"
2412                },
2413                {
2414                    "name": "Contributors",
2415                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
2416                }
2417            ],
2418            "description": "PHP client library for Coveralls API",
2419            "homepage": "https://github.com/php-coveralls/php-coveralls",
2420            "keywords": [
2421                "ci",
2422                "coverage",
2423                "github",
2424                "test"
2425            ],
2426            "time": "2018-05-22T23:11:08+00:00"
2427        },
2428        {
2429            "name": "php-cs-fixer/diff",
2430            "version": "v1.3.0",
2431            "source": {
2432                "type": "git",
2433                "url": "https://github.com/PHP-CS-Fixer/diff.git",
2434                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
2435            },
2436            "dist": {
2437                "type": "zip",
2438                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
2439                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
2440                "shasum": ""
2441            },
2442            "require": {
2443                "php": "^5.6 || ^7.0"
2444            },
2445            "require-dev": {
2446                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2447                "symfony/process": "^3.3"
2448            },
2449            "type": "library",
2450            "autoload": {
2451                "classmap": [
2452                    "src/"
2453                ]
2454            },
2455            "notification-url": "https://packagist.org/downloads/",
2456            "license": [
2457                "BSD-3-Clause"
2458            ],
2459            "authors": [
2460                {
2461                    "name": "Kore Nordmann",
2462                    "email": "mail@kore-nordmann.de"
2463                },
2464                {
2465                    "name": "Sebastian Bergmann",
2466                    "email": "sebastian@phpunit.de"
2467                },
2468                {
2469                    "name": "SpacePossum"
2470                }
2471            ],
2472            "description": "sebastian/diff v2 backport support for PHP5.6",
2473            "homepage": "https://github.com/PHP-CS-Fixer",
2474            "keywords": [
2475                "diff"
2476            ],
2477            "time": "2018-02-15T16:58:55+00:00"
2478        },
2479        {
2480            "name": "phpdocumentor/reflection-common",
2481            "version": "1.0.1",
2482            "source": {
2483                "type": "git",
2484                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2485                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2486            },
2487            "dist": {
2488                "type": "zip",
2489                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2490                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2491                "shasum": ""
2492            },
2493            "require": {
2494                "php": ">=5.5"
2495            },
2496            "require-dev": {
2497                "phpunit/phpunit": "^4.6"
2498            },
2499            "type": "library",
2500            "extra": {
2501                "branch-alias": {
2502                    "dev-master": "1.0.x-dev"
2503                }
2504            },
2505            "autoload": {
2506                "psr-4": {
2507                    "phpDocumentor\\Reflection\\": [
2508                        "src"
2509                    ]
2510                }
2511            },
2512            "notification-url": "https://packagist.org/downloads/",
2513            "license": [
2514                "MIT"
2515            ],
2516            "authors": [
2517                {
2518                    "name": "Jaap van Otterdijk",
2519                    "email": "opensource@ijaap.nl"
2520                }
2521            ],
2522            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2523            "homepage": "http://www.phpdoc.org",
2524            "keywords": [
2525                "FQSEN",
2526                "phpDocumentor",
2527                "phpdoc",
2528                "reflection",
2529                "static analysis"
2530            ],
2531            "time": "2017-09-11T18:02:19+00:00"
2532        },
2533        {
2534            "name": "phpdocumentor/reflection-docblock",
2535            "version": "4.3.0",
2536            "source": {
2537                "type": "git",
2538                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2539                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2540            },
2541            "dist": {
2542                "type": "zip",
2543                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2544                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2545                "shasum": ""
2546            },
2547            "require": {
2548                "php": "^7.0",
2549                "phpdocumentor/reflection-common": "^1.0.0",
2550                "phpdocumentor/type-resolver": "^0.4.0",
2551                "webmozart/assert": "^1.0"
2552            },
2553            "require-dev": {
2554                "doctrine/instantiator": "~1.0.5",
2555                "mockery/mockery": "^1.0",
2556                "phpunit/phpunit": "^6.4"
2557            },
2558            "type": "library",
2559            "extra": {
2560                "branch-alias": {
2561                    "dev-master": "4.x-dev"
2562                }
2563            },
2564            "autoload": {
2565                "psr-4": {
2566                    "phpDocumentor\\Reflection\\": [
2567                        "src/"
2568                    ]
2569                }
2570            },
2571            "notification-url": "https://packagist.org/downloads/",
2572            "license": [
2573                "MIT"
2574            ],
2575            "authors": [
2576                {
2577                    "name": "Mike van Riel",
2578                    "email": "me@mikevanriel.com"
2579                }
2580            ],
2581            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2582            "time": "2017-11-30T07:14:17+00:00"
2583        },
2584        {
2585            "name": "phpdocumentor/type-resolver",
2586            "version": "0.4.0",
2587            "source": {
2588                "type": "git",
2589                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2590                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2591            },
2592            "dist": {
2593                "type": "zip",
2594                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2595                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2596                "shasum": ""
2597            },
2598            "require": {
2599                "php": "^5.5 || ^7.0",
2600                "phpdocumentor/reflection-common": "^1.0"
2601            },
2602            "require-dev": {
2603                "mockery/mockery": "^0.9.4",
2604                "phpunit/phpunit": "^5.2||^4.8.24"
2605            },
2606            "type": "library",
2607            "extra": {
2608                "branch-alias": {
2609                    "dev-master": "1.0.x-dev"
2610                }
2611            },
2612            "autoload": {
2613                "psr-4": {
2614                    "phpDocumentor\\Reflection\\": [
2615                        "src/"
2616                    ]
2617                }
2618            },
2619            "notification-url": "https://packagist.org/downloads/",
2620            "license": [
2621                "MIT"
2622            ],
2623            "authors": [
2624                {
2625                    "name": "Mike van Riel",
2626                    "email": "me@mikevanriel.com"
2627                }
2628            ],
2629            "time": "2017-07-14T14:27:02+00:00"
2630        },
2631        {
2632            "name": "phpspec/prophecy",
2633            "version": "1.7.6",
2634            "source": {
2635                "type": "git",
2636                "url": "https://github.com/phpspec/prophecy.git",
2637                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2638            },
2639            "dist": {
2640                "type": "zip",
2641                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2642                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2643                "shasum": ""
2644            },
2645            "require": {
2646                "doctrine/instantiator": "^1.0.2",
2647                "php": "^5.3|^7.0",
2648                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2649                "sebastian/comparator": "^1.1|^2.0|^3.0",
2650                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2651            },
2652            "require-dev": {
2653                "phpspec/phpspec": "^2.5|^3.2",
2654                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2655            },
2656            "type": "library",
2657            "extra": {
2658                "branch-alias": {
2659                    "dev-master": "1.7.x-dev"
2660                }
2661            },
2662            "autoload": {
2663                "psr-0": {
2664                    "Prophecy\\": "src/"
2665                }
2666            },
2667            "notification-url": "https://packagist.org/downloads/",
2668            "license": [
2669                "MIT"
2670            ],
2671            "authors": [
2672                {
2673                    "name": "Konstantin Kudryashov",
2674                    "email": "ever.zet@gmail.com",
2675                    "homepage": "http://everzet.com"
2676                },
2677                {
2678                    "name": "Marcello Duarte",
2679                    "email": "marcello.duarte@gmail.com"
2680                }
2681            ],
2682            "description": "Highly opinionated mocking framework for PHP 5.3+",
2683            "homepage": "https://github.com/phpspec/prophecy",
2684            "keywords": [
2685                "Double",
2686                "Dummy",
2687                "fake",
2688                "mock",
2689                "spy",
2690                "stub"
2691            ],
2692            "time": "2018-04-18T13:57:24+00:00"
2693        },
2694        {
2695            "name": "phpunit/php-code-coverage",
2696            "version": "5.3.2",
2697            "source": {
2698                "type": "git",
2699                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2700                "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
2701            },
2702            "dist": {
2703                "type": "zip",
2704                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
2705                "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
2706                "shasum": ""
2707            },
2708            "require": {
2709                "ext-dom": "*",
2710                "ext-xmlwriter": "*",
2711                "php": "^7.0",
2712                "phpunit/php-file-iterator": "^1.4.2",
2713                "phpunit/php-text-template": "^1.2.1",
2714                "phpunit/php-token-stream": "^2.0.1",
2715                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2716                "sebastian/environment": "^3.0",
2717                "sebastian/version": "^2.0.1",
2718                "theseer/tokenizer": "^1.1"
2719            },
2720            "require-dev": {
2721                "phpunit/phpunit": "^6.0"
2722            },
2723            "suggest": {
2724                "ext-xdebug": "^2.5.5"
2725            },
2726            "type": "library",
2727            "extra": {
2728                "branch-alias": {
2729                    "dev-master": "5.3.x-dev"
2730                }
2731            },
2732            "autoload": {
2733                "classmap": [
2734                    "src/"
2735                ]
2736            },
2737            "notification-url": "https://packagist.org/downloads/",
2738            "license": [
2739                "BSD-3-Clause"
2740            ],
2741            "authors": [
2742                {
2743                    "name": "Sebastian Bergmann",
2744                    "email": "sebastian@phpunit.de",
2745                    "role": "lead"
2746                }
2747            ],
2748            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2749            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2750            "keywords": [
2751                "coverage",
2752                "testing",
2753                "xunit"
2754            ],
2755            "time": "2018-04-06T15:36:58+00:00"
2756        },
2757        {
2758            "name": "phpunit/php-file-iterator",
2759            "version": "1.4.5",
2760            "source": {
2761                "type": "git",
2762                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2763                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2764            },
2765            "dist": {
2766                "type": "zip",
2767                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2768                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2769                "shasum": ""
2770            },
2771            "require": {
2772                "php": ">=5.3.3"
2773            },
2774            "type": "library",
2775            "extra": {
2776                "branch-alias": {
2777                    "dev-master": "1.4.x-dev"
2778                }
2779            },
2780            "autoload": {
2781                "classmap": [
2782                    "src/"
2783                ]
2784            },
2785            "notification-url": "https://packagist.org/downloads/",
2786            "license": [
2787                "BSD-3-Clause"
2788            ],
2789            "authors": [
2790                {
2791                    "name": "Sebastian Bergmann",
2792                    "email": "sb@sebastian-bergmann.de",
2793                    "role": "lead"
2794                }
2795            ],
2796            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2797            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2798            "keywords": [
2799                "filesystem",
2800                "iterator"
2801            ],
2802            "time": "2017-11-27T13:52:08+00:00"
2803        },
2804        {
2805            "name": "phpunit/php-text-template",
2806            "version": "1.2.1",
2807            "source": {
2808                "type": "git",
2809                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2810                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2811            },
2812            "dist": {
2813                "type": "zip",
2814                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2815                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2816                "shasum": ""
2817            },
2818            "require": {
2819                "php": ">=5.3.3"
2820            },
2821            "type": "library",
2822            "autoload": {
2823                "classmap": [
2824                    "src/"
2825                ]
2826            },
2827            "notification-url": "https://packagist.org/downloads/",
2828            "license": [
2829                "BSD-3-Clause"
2830            ],
2831            "authors": [
2832                {
2833                    "name": "Sebastian Bergmann",
2834                    "email": "sebastian@phpunit.de",
2835                    "role": "lead"
2836                }
2837            ],
2838            "description": "Simple template engine.",
2839            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2840            "keywords": [
2841                "template"
2842            ],
2843            "time": "2015-06-21T13:50:34+00:00"
2844        },
2845        {
2846            "name": "phpunit/php-timer",
2847            "version": "1.0.9",
2848            "source": {
2849                "type": "git",
2850                "url": "https://github.com/sebastianbergmann/php-timer.git",
2851                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2852            },
2853            "dist": {
2854                "type": "zip",
2855                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2856                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2857                "shasum": ""
2858            },
2859            "require": {
2860                "php": "^5.3.3 || ^7.0"
2861            },
2862            "require-dev": {
2863                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2864            },
2865            "type": "library",
2866            "extra": {
2867                "branch-alias": {
2868                    "dev-master": "1.0-dev"
2869                }
2870            },
2871            "autoload": {
2872                "classmap": [
2873                    "src/"
2874                ]
2875            },
2876            "notification-url": "https://packagist.org/downloads/",
2877            "license": [
2878                "BSD-3-Clause"
2879            ],
2880            "authors": [
2881                {
2882                    "name": "Sebastian Bergmann",
2883                    "email": "sb@sebastian-bergmann.de",
2884                    "role": "lead"
2885                }
2886            ],
2887            "description": "Utility class for timing",
2888            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2889            "keywords": [
2890                "timer"
2891            ],
2892            "time": "2017-02-26T11:10:40+00:00"
2893        },
2894        {
2895            "name": "phpunit/php-token-stream",
2896            "version": "2.0.2",
2897            "source": {
2898                "type": "git",
2899                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2900                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2901            },
2902            "dist": {
2903                "type": "zip",
2904                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2905                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2906                "shasum": ""
2907            },
2908            "require": {
2909                "ext-tokenizer": "*",
2910                "php": "^7.0"
2911            },
2912            "require-dev": {
2913                "phpunit/phpunit": "^6.2.4"
2914            },
2915            "type": "library",
2916            "extra": {
2917                "branch-alias": {
2918                    "dev-master": "2.0-dev"
2919                }
2920            },
2921            "autoload": {
2922                "classmap": [
2923                    "src/"
2924                ]
2925            },
2926            "notification-url": "https://packagist.org/downloads/",
2927            "license": [
2928                "BSD-3-Clause"
2929            ],
2930            "authors": [
2931                {
2932                    "name": "Sebastian Bergmann",
2933                    "email": "sebastian@phpunit.de"
2934                }
2935            ],
2936            "description": "Wrapper around PHP's tokenizer extension.",
2937            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2938            "keywords": [
2939                "tokenizer"
2940            ],
2941            "time": "2017-11-27T05:48:46+00:00"
2942        },
2943        {
2944            "name": "phpunit/phpunit",
2945            "version": "6.5.8",
2946            "source": {
2947                "type": "git",
2948                "url": "https://github.com/sebastianbergmann/phpunit.git",
2949                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
2950            },
2951            "dist": {
2952                "type": "zip",
2953                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
2954                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
2955                "shasum": ""
2956            },
2957            "require": {
2958                "ext-dom": "*",
2959                "ext-json": "*",
2960                "ext-libxml": "*",
2961                "ext-mbstring": "*",
2962                "ext-xml": "*",
2963                "myclabs/deep-copy": "^1.6.1",
2964                "phar-io/manifest": "^1.0.1",
2965                "phar-io/version": "^1.0",
2966                "php": "^7.0",
2967                "phpspec/prophecy": "^1.7",
2968                "phpunit/php-code-coverage": "^5.3",
2969                "phpunit/php-file-iterator": "^1.4.3",
2970                "phpunit/php-text-template": "^1.2.1",
2971                "phpunit/php-timer": "^1.0.9",
2972                "phpunit/phpunit-mock-objects": "^5.0.5",
2973                "sebastian/comparator": "^2.1",
2974                "sebastian/diff": "^2.0",
2975                "sebastian/environment": "^3.1",
2976                "sebastian/exporter": "^3.1",
2977                "sebastian/global-state": "^2.0",
2978                "sebastian/object-enumerator": "^3.0.3",
2979                "sebastian/resource-operations": "^1.0",
2980                "sebastian/version": "^2.0.1"
2981            },
2982            "conflict": {
2983                "phpdocumentor/reflection-docblock": "3.0.2",
2984                "phpunit/dbunit": "<3.0"
2985            },
2986            "require-dev": {
2987                "ext-pdo": "*"
2988            },
2989            "suggest": {
2990                "ext-xdebug": "*",
2991                "phpunit/php-invoker": "^1.1"
2992            },
2993            "bin": [
2994                "phpunit"
2995            ],
2996            "type": "library",
2997            "extra": {
2998                "branch-alias": {
2999                    "dev-master": "6.5.x-dev"
3000                }
3001            },
3002            "autoload": {
3003                "classmap": [
3004                    "src/"
3005                ]
3006            },
3007            "notification-url": "https://packagist.org/downloads/",
3008            "license": [
3009                "BSD-3-Clause"
3010            ],
3011            "authors": [
3012                {
3013                    "name": "Sebastian Bergmann",
3014                    "email": "sebastian@phpunit.de",
3015                    "role": "lead"
3016                }
3017            ],
3018            "description": "The PHP Unit Testing framework.",
3019            "homepage": "https://phpunit.de/",
3020            "keywords": [
3021                "phpunit",
3022                "testing",
3023                "xunit"
3024            ],
3025            "time": "2018-04-10T11:38:34+00:00"
3026        },
3027        {
3028            "name": "phpunit/phpunit-mock-objects",
3029            "version": "5.0.7",
3030            "source": {
3031                "type": "git",
3032                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3033                "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce"
3034            },
3035            "dist": {
3036                "type": "zip",
3037                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3eaf040f20154d27d6da59ca2c6e28ac8fd56dce",
3038                "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce",
3039                "shasum": ""
3040            },
3041            "require": {
3042                "doctrine/instantiator": "^1.0.5",
3043                "php": "^7.0",
3044                "phpunit/php-text-template": "^1.2.1",
3045                "sebastian/exporter": "^3.1"
3046            },
3047            "conflict": {
3048                "phpunit/phpunit": "<6.0"
3049            },
3050            "require-dev": {
3051                "phpunit/phpunit": "^6.5"
3052            },
3053            "suggest": {
3054                "ext-soap": "*"
3055            },
3056            "type": "library",
3057            "extra": {
3058                "branch-alias": {
3059                    "dev-master": "5.0.x-dev"
3060                }
3061            },
3062            "autoload": {
3063                "classmap": [
3064                    "src/"
3065                ]
3066            },
3067            "notification-url": "https://packagist.org/downloads/",
3068            "license": [
3069                "BSD-3-Clause"
3070            ],
3071            "authors": [
3072                {
3073                    "name": "Sebastian Bergmann",
3074                    "email": "sebastian@phpunit.de",
3075                    "role": "lead"
3076                }
3077            ],
3078            "description": "Mock Object library for PHPUnit",
3079            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3080            "keywords": [
3081                "mock",
3082                "xunit"
3083            ],
3084            "time": "2018-05-29T13:50:43+00:00"
3085        },
3086        {
3087            "name": "sebastian/code-unit-reverse-lookup",
3088            "version": "1.0.1",
3089            "source": {
3090                "type": "git",
3091                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3092                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3093            },
3094            "dist": {
3095                "type": "zip",
3096                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3097                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3098                "shasum": ""
3099            },
3100            "require": {
3101                "php": "^5.6 || ^7.0"
3102            },
3103            "require-dev": {
3104                "phpunit/phpunit": "^5.7 || ^6.0"
3105            },
3106            "type": "library",
3107            "extra": {
3108                "branch-alias": {
3109                    "dev-master": "1.0.x-dev"
3110                }
3111            },
3112            "autoload": {
3113                "classmap": [
3114                    "src/"
3115                ]
3116            },
3117            "notification-url": "https://packagist.org/downloads/",
3118            "license": [
3119                "BSD-3-Clause"
3120            ],
3121            "authors": [
3122                {
3123                    "name": "Sebastian Bergmann",
3124                    "email": "sebastian@phpunit.de"
3125                }
3126            ],
3127            "description": "Looks up which function or method a line of code belongs to",
3128            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3129            "time": "2017-03-04T06:30:41+00:00"
3130        },
3131        {
3132            "name": "sebastian/comparator",
3133            "version": "2.1.3",
3134            "source": {
3135                "type": "git",
3136                "url": "https://github.com/sebastianbergmann/comparator.git",
3137                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
3138            },
3139            "dist": {
3140                "type": "zip",
3141                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
3142                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
3143                "shasum": ""
3144            },
3145            "require": {
3146                "php": "^7.0",
3147                "sebastian/diff": "^2.0 || ^3.0",
3148                "sebastian/exporter": "^3.1"
3149            },
3150            "require-dev": {
3151                "phpunit/phpunit": "^6.4"
3152            },
3153            "type": "library",
3154            "extra": {
3155                "branch-alias": {
3156                    "dev-master": "2.1.x-dev"
3157                }
3158            },
3159            "autoload": {
3160                "classmap": [
3161                    "src/"
3162                ]
3163            },
3164            "notification-url": "https://packagist.org/downloads/",
3165            "license": [
3166                "BSD-3-Clause"
3167            ],
3168            "authors": [
3169                {
3170                    "name": "Jeff Welch",
3171                    "email": "whatthejeff@gmail.com"
3172                },
3173                {
3174                    "name": "Volker Dusch",
3175                    "email": "github@wallbash.com"
3176                },
3177                {
3178                    "name": "Bernhard Schussek",
3179                    "email": "bschussek@2bepublished.at"
3180                },
3181                {
3182                    "name": "Sebastian Bergmann",
3183                    "email": "sebastian@phpunit.de"
3184                }
3185            ],
3186            "description": "Provides the functionality to compare PHP values for equality",
3187            "homepage": "https://github.com/sebastianbergmann/comparator",
3188            "keywords": [
3189                "comparator",
3190                "compare",
3191                "equality"
3192            ],
3193            "time": "2018-02-01T13:46:46+00:00"
3194        },
3195        {
3196            "name": "sebastian/diff",
3197            "version": "2.0.1",
3198            "source": {
3199                "type": "git",
3200                "url": "https://github.com/sebastianbergmann/diff.git",
3201                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
3202            },
3203            "dist": {
3204                "type": "zip",
3205                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3206                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3207                "shasum": ""
3208            },
3209            "require": {
3210                "php": "^7.0"
3211            },
3212            "require-dev": {
3213                "phpunit/phpunit": "^6.2"
3214            },
3215            "type": "library",
3216            "extra": {
3217                "branch-alias": {
3218                    "dev-master": "2.0-dev"
3219                }
3220            },
3221            "autoload": {
3222                "classmap": [
3223                    "src/"
3224                ]
3225            },
3226            "notification-url": "https://packagist.org/downloads/",
3227            "license": [
3228                "BSD-3-Clause"
3229            ],
3230            "authors": [
3231                {
3232                    "name": "Kore Nordmann",
3233                    "email": "mail@kore-nordmann.de"
3234                },
3235                {
3236                    "name": "Sebastian Bergmann",
3237                    "email": "sebastian@phpunit.de"
3238                }
3239            ],
3240            "description": "Diff implementation",
3241            "homepage": "https://github.com/sebastianbergmann/diff",
3242            "keywords": [
3243                "diff"
3244            ],
3245            "time": "2017-08-03T08:09:46+00:00"
3246        },
3247        {
3248            "name": "sebastian/environment",
3249            "version": "3.1.0",
3250            "source": {
3251                "type": "git",
3252                "url": "https://github.com/sebastianbergmann/environment.git",
3253                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3254            },
3255            "dist": {
3256                "type": "zip",
3257                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3258                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3259                "shasum": ""
3260            },
3261            "require": {
3262                "php": "^7.0"
3263            },
3264            "require-dev": {
3265                "phpunit/phpunit": "^6.1"
3266            },
3267            "type": "library",
3268            "extra": {
3269                "branch-alias": {
3270                    "dev-master": "3.1.x-dev"
3271                }
3272            },
3273            "autoload": {
3274                "classmap": [
3275                    "src/"
3276                ]
3277            },
3278            "notification-url": "https://packagist.org/downloads/",
3279            "license": [
3280                "BSD-3-Clause"
3281            ],
3282            "authors": [
3283                {
3284                    "name": "Sebastian Bergmann",
3285                    "email": "sebastian@phpunit.de"
3286                }
3287            ],
3288            "description": "Provides functionality to handle HHVM/PHP environments",
3289            "homepage": "http://www.github.com/sebastianbergmann/environment",
3290            "keywords": [
3291                "Xdebug",
3292                "environment",
3293                "hhvm"
3294            ],
3295            "time": "2017-07-01T08:51:00+00:00"
3296        },
3297        {
3298            "name": "sebastian/exporter",
3299            "version": "3.1.0",
3300            "source": {
3301                "type": "git",
3302                "url": "https://github.com/sebastianbergmann/exporter.git",
3303                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3304            },
3305            "dist": {
3306                "type": "zip",
3307                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3308                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3309                "shasum": ""
3310            },
3311            "require": {
3312                "php": "^7.0",
3313                "sebastian/recursion-context": "^3.0"
3314            },
3315            "require-dev": {
3316                "ext-mbstring": "*",
3317                "phpunit/phpunit": "^6.0"
3318            },
3319            "type": "library",
3320            "extra": {
3321                "branch-alias": {
3322                    "dev-master": "3.1.x-dev"
3323                }
3324            },
3325            "autoload": {
3326                "classmap": [
3327                    "src/"
3328                ]
3329            },
3330            "notification-url": "https://packagist.org/downloads/",
3331            "license": [
3332                "BSD-3-Clause"
3333            ],
3334            "authors": [
3335                {
3336                    "name": "Jeff Welch",
3337                    "email": "whatthejeff@gmail.com"
3338                },
3339                {
3340                    "name": "Volker Dusch",
3341                    "email": "github@wallbash.com"
3342                },
3343                {
3344                    "name": "Bernhard Schussek",
3345                    "email": "bschussek@2bepublished.at"
3346                },
3347                {
3348                    "name": "Sebastian Bergmann",
3349                    "email": "sebastian@phpunit.de"
3350                },
3351                {
3352                    "name": "Adam Harvey",
3353                    "email": "aharvey@php.net"
3354                }
3355            ],
3356            "description": "Provides the functionality to export PHP variables for visualization",
3357            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3358            "keywords": [
3359                "export",
3360                "exporter"
3361            ],
3362            "time": "2017-04-03T13:19:02+00:00"
3363        },
3364        {
3365            "name": "sebastian/global-state",
3366            "version": "2.0.0",
3367            "source": {
3368                "type": "git",
3369                "url": "https://github.com/sebastianbergmann/global-state.git",
3370                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3371            },
3372            "dist": {
3373                "type": "zip",
3374                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3375                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3376                "shasum": ""
3377            },
3378            "require": {
3379                "php": "^7.0"
3380            },
3381            "require-dev": {
3382                "phpunit/phpunit": "^6.0"
3383            },
3384            "suggest": {
3385                "ext-uopz": "*"
3386            },
3387            "type": "library",
3388            "extra": {
3389                "branch-alias": {
3390                    "dev-master": "2.0-dev"
3391                }
3392            },
3393            "autoload": {
3394                "classmap": [
3395                    "src/"
3396                ]
3397            },
3398            "notification-url": "https://packagist.org/downloads/",
3399            "license": [
3400                "BSD-3-Clause"
3401            ],
3402            "authors": [
3403                {
3404                    "name": "Sebastian Bergmann",
3405                    "email": "sebastian@phpunit.de"
3406                }
3407            ],
3408            "description": "Snapshotting of global state",
3409            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3410            "keywords": [
3411                "global state"
3412            ],
3413            "time": "2017-04-27T15:39:26+00:00"
3414        },
3415        {
3416            "name": "sebastian/object-enumerator",
3417            "version": "3.0.3",
3418            "source": {
3419                "type": "git",
3420                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3421                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3422            },
3423            "dist": {
3424                "type": "zip",
3425                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3426                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3427                "shasum": ""
3428            },
3429            "require": {
3430                "php": "^7.0",
3431                "sebastian/object-reflector": "^1.1.1",
3432                "sebastian/recursion-context": "^3.0"
3433            },
3434            "require-dev": {
3435                "phpunit/phpunit": "^6.0"
3436            },
3437            "type": "library",
3438            "extra": {
3439                "branch-alias": {
3440                    "dev-master": "3.0.x-dev"
3441                }
3442            },
3443            "autoload": {
3444                "classmap": [
3445                    "src/"
3446                ]
3447            },
3448            "notification-url": "https://packagist.org/downloads/",
3449            "license": [
3450                "BSD-3-Clause"
3451            ],
3452            "authors": [
3453                {
3454                    "name": "Sebastian Bergmann",
3455                    "email": "sebastian@phpunit.de"
3456                }
3457            ],
3458            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3459            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3460            "time": "2017-08-03T12:35:26+00:00"
3461        },
3462        {
3463            "name": "sebastian/object-reflector",
3464            "version": "1.1.1",
3465            "source": {
3466                "type": "git",
3467                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3468                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3469            },
3470            "dist": {
3471                "type": "zip",
3472                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3473                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3474                "shasum": ""
3475            },
3476            "require": {
3477                "php": "^7.0"
3478            },
3479            "require-dev": {
3480                "phpunit/phpunit": "^6.0"
3481            },
3482            "type": "library",
3483            "extra": {
3484                "branch-alias": {
3485                    "dev-master": "1.1-dev"
3486                }
3487            },
3488            "autoload": {
3489                "classmap": [
3490                    "src/"
3491                ]
3492            },
3493            "notification-url": "https://packagist.org/downloads/",
3494            "license": [
3495                "BSD-3-Clause"
3496            ],
3497            "authors": [
3498                {
3499                    "name": "Sebastian Bergmann",
3500                    "email": "sebastian@phpunit.de"
3501                }
3502            ],
3503            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3504            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3505            "time": "2017-03-29T09:07:27+00:00"
3506        },
3507        {
3508            "name": "sebastian/recursion-context",
3509            "version": "3.0.0",
3510            "source": {
3511                "type": "git",
3512                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3513                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3514            },
3515            "dist": {
3516                "type": "zip",
3517                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3518                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3519                "shasum": ""
3520            },
3521            "require": {
3522                "php": "^7.0"
3523            },
3524            "require-dev": {
3525                "phpunit/phpunit": "^6.0"
3526            },
3527            "type": "library",
3528            "extra": {
3529                "branch-alias": {
3530                    "dev-master": "3.0.x-dev"
3531                }
3532            },
3533            "autoload": {
3534                "classmap": [
3535                    "src/"
3536                ]
3537            },
3538            "notification-url": "https://packagist.org/downloads/",
3539            "license": [
3540                "BSD-3-Clause"
3541            ],
3542            "authors": [
3543                {
3544                    "name": "Jeff Welch",
3545                    "email": "whatthejeff@gmail.com"
3546                },
3547                {
3548                    "name": "Sebastian Bergmann",
3549                    "email": "sebastian@phpunit.de"
3550                },
3551                {
3552                    "name": "Adam Harvey",
3553                    "email": "aharvey@php.net"
3554                }
3555            ],
3556            "description": "Provides functionality to recursively process PHP variables",
3557            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3558            "time": "2017-03-03T06:23:57+00:00"
3559        },
3560        {
3561            "name": "sebastian/resource-operations",
3562            "version": "1.0.0",
3563            "source": {
3564                "type": "git",
3565                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3566                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3567            },
3568            "dist": {
3569                "type": "zip",
3570                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3571                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3572                "shasum": ""
3573            },
3574            "require": {
3575                "php": ">=5.6.0"
3576            },
3577            "type": "library",
3578            "extra": {
3579                "branch-alias": {
3580                    "dev-master": "1.0.x-dev"
3581                }
3582            },
3583            "autoload": {
3584                "classmap": [
3585                    "src/"
3586                ]
3587            },
3588            "notification-url": "https://packagist.org/downloads/",
3589            "license": [
3590                "BSD-3-Clause"
3591            ],
3592            "authors": [
3593                {
3594                    "name": "Sebastian Bergmann",
3595                    "email": "sebastian@phpunit.de"
3596                }
3597            ],
3598            "description": "Provides a list of PHP built-in functions that operate on resources",
3599            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3600            "time": "2015-07-28T20:34:47+00:00"
3601        },
3602        {
3603            "name": "sebastian/version",
3604            "version": "2.0.1",
3605            "source": {
3606                "type": "git",
3607                "url": "https://github.com/sebastianbergmann/version.git",
3608                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3609            },
3610            "dist": {
3611                "type": "zip",
3612                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3613                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3614                "shasum": ""
3615            },
3616            "require": {
3617                "php": ">=5.6"
3618            },
3619            "type": "library",
3620            "extra": {
3621                "branch-alias": {
3622                    "dev-master": "2.0.x-dev"
3623                }
3624            },
3625            "autoload": {
3626                "classmap": [
3627                    "src/"
3628                ]
3629            },
3630            "notification-url": "https://packagist.org/downloads/",
3631            "license": [
3632                "BSD-3-Clause"
3633            ],
3634            "authors": [
3635                {
3636                    "name": "Sebastian Bergmann",
3637                    "email": "sebastian@phpunit.de",
3638                    "role": "lead"
3639                }
3640            ],
3641            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3642            "homepage": "https://github.com/sebastianbergmann/version",
3643            "time": "2016-10-03T07:35:21+00:00"
3644        },
3645        {
3646            "name": "symfony/config",
3647            "version": "v3.4.11",
3648            "source": {
3649                "type": "git",
3650                "url": "https://github.com/symfony/config.git",
3651                "reference": "73e055cf2e6467715f187724a0347ea32079967c"
3652            },
3653            "dist": {
3654                "type": "zip",
3655                "url": "https://api.github.com/repos/symfony/config/zipball/73e055cf2e6467715f187724a0347ea32079967c",
3656                "reference": "73e055cf2e6467715f187724a0347ea32079967c",
3657                "shasum": ""
3658            },
3659            "require": {
3660                "php": "^5.5.9|>=7.0.8",
3661                "symfony/filesystem": "~2.8|~3.0|~4.0",
3662                "symfony/polyfill-ctype": "~1.8"
3663            },
3664            "conflict": {
3665                "symfony/dependency-injection": "<3.3",
3666                "symfony/finder": "<3.3"
3667            },
3668            "require-dev": {
3669                "symfony/dependency-injection": "~3.3|~4.0",
3670                "symfony/event-dispatcher": "~3.3|~4.0",
3671                "symfony/finder": "~3.3|~4.0",
3672                "symfony/yaml": "~3.0|~4.0"
3673            },
3674            "suggest": {
3675                "symfony/yaml": "To use the yaml reference dumper"
3676            },
3677            "type": "library",
3678            "extra": {
3679                "branch-alias": {
3680                    "dev-master": "3.4-dev"
3681                }
3682            },
3683            "autoload": {
3684                "psr-4": {
3685                    "Symfony\\Component\\Config\\": ""
3686                },
3687                "exclude-from-classmap": [
3688                    "/Tests/"
3689                ]
3690            },
3691            "notification-url": "https://packagist.org/downloads/",
3692            "license": [
3693                "MIT"
3694            ],
3695            "authors": [
3696                {
3697                    "name": "Fabien Potencier",
3698                    "email": "fabien@symfony.com"
3699                },
3700                {
3701                    "name": "Symfony Community",
3702                    "homepage": "https://symfony.com/contributors"
3703                }
3704            ],
3705            "description": "Symfony Config Component",
3706            "homepage": "https://symfony.com",
3707            "time": "2018-05-14T16:49:53+00:00"
3708        },
3709        {
3710            "name": "symfony/console",
3711            "version": "v3.4.11",
3712            "source": {
3713                "type": "git",
3714                "url": "https://github.com/symfony/console.git",
3715                "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27"
3716            },
3717            "dist": {
3718                "type": "zip",
3719                "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27",
3720                "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27",
3721                "shasum": ""
3722            },
3723            "require": {
3724                "php": "^5.5.9|>=7.0.8",
3725                "symfony/debug": "~2.8|~3.0|~4.0",
3726                "symfony/polyfill-mbstring": "~1.0"
3727            },
3728            "conflict": {
3729                "symfony/dependency-injection": "<3.4",
3730                "symfony/process": "<3.3"
3731            },
3732            "require-dev": {
3733                "psr/log": "~1.0",
3734                "symfony/config": "~3.3|~4.0",
3735                "symfony/dependency-injection": "~3.4|~4.0",
3736                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
3737                "symfony/lock": "~3.4|~4.0",
3738                "symfony/process": "~3.3|~4.0"
3739            },
3740            "suggest": {
3741                "psr/log-implementation": "For using the console logger",
3742                "symfony/event-dispatcher": "",
3743                "symfony/lock": "",
3744                "symfony/process": ""
3745            },
3746            "type": "library",
3747            "extra": {
3748                "branch-alias": {
3749                    "dev-master": "3.4-dev"
3750                }
3751            },
3752            "autoload": {
3753                "psr-4": {
3754                    "Symfony\\Component\\Console\\": ""
3755                },
3756                "exclude-from-classmap": [
3757                    "/Tests/"
3758                ]
3759            },
3760            "notification-url": "https://packagist.org/downloads/",
3761            "license": [
3762                "MIT"
3763            ],
3764            "authors": [
3765                {
3766                    "name": "Fabien Potencier",
3767                    "email": "fabien@symfony.com"
3768                },
3769                {
3770                    "name": "Symfony Community",
3771                    "homepage": "https://symfony.com/contributors"
3772                }
3773            ],
3774            "description": "Symfony Console Component",
3775            "homepage": "https://symfony.com",
3776            "time": "2018-05-16T08:49:21+00:00"
3777        },
3778        {
3779            "name": "symfony/filesystem",
3780            "version": "v3.4.11",
3781            "source": {
3782                "type": "git",
3783                "url": "https://github.com/symfony/filesystem.git",
3784                "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0"
3785            },
3786            "dist": {
3787                "type": "zip",
3788                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
3789                "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
3790                "shasum": ""
3791            },
3792            "require": {
3793                "php": "^5.5.9|>=7.0.8",
3794                "symfony/polyfill-ctype": "~1.8"
3795            },
3796            "type": "library",
3797            "extra": {
3798                "branch-alias": {
3799                    "dev-master": "3.4-dev"
3800                }
3801            },
3802            "autoload": {
3803                "psr-4": {
3804                    "Symfony\\Component\\Filesystem\\": ""
3805                },
3806                "exclude-from-classmap": [
3807                    "/Tests/"
3808                ]
3809            },
3810            "notification-url": "https://packagist.org/downloads/",
3811            "license": [
3812                "MIT"
3813            ],
3814            "authors": [
3815                {
3816                    "name": "Fabien Potencier",
3817                    "email": "fabien@symfony.com"
3818                },
3819                {
3820                    "name": "Symfony Community",
3821                    "homepage": "https://symfony.com/contributors"
3822                }
3823            ],
3824            "description": "Symfony Filesystem Component",
3825            "homepage": "https://symfony.com",
3826            "time": "2018-05-16T08:49:21+00:00"
3827        },
3828        {
3829            "name": "symfony/finder",
3830            "version": "v3.4.11",
3831            "source": {
3832                "type": "git",
3833                "url": "https://github.com/symfony/finder.git",
3834                "reference": "472a92f3df8b247b49ae364275fb32943b9656c6"
3835            },
3836            "dist": {
3837                "type": "zip",
3838                "url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6",
3839                "reference": "472a92f3df8b247b49ae364275fb32943b9656c6",
3840                "shasum": ""
3841            },
3842            "require": {
3843                "php": "^5.5.9|>=7.0.8"
3844            },
3845            "type": "library",
3846            "extra": {
3847                "branch-alias": {
3848                    "dev-master": "3.4-dev"
3849                }
3850            },
3851            "autoload": {
3852                "psr-4": {
3853                    "Symfony\\Component\\Finder\\": ""
3854                },
3855                "exclude-from-classmap": [
3856                    "/Tests/"
3857                ]
3858            },
3859            "notification-url": "https://packagist.org/downloads/",
3860            "license": [
3861                "MIT"
3862            ],
3863            "authors": [
3864                {
3865                    "name": "Fabien Potencier",
3866                    "email": "fabien@symfony.com"
3867                },
3868                {
3869                    "name": "Symfony Community",
3870                    "homepage": "https://symfony.com/contributors"
3871                }
3872            ],
3873            "description": "Symfony Finder Component",
3874            "homepage": "https://symfony.com",
3875            "time": "2018-05-16T08:49:21+00:00"
3876        },
3877        {
3878            "name": "symfony/options-resolver",
3879            "version": "v3.4.11",
3880            "source": {
3881                "type": "git",
3882                "url": "https://github.com/symfony/options-resolver.git",
3883                "reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e"
3884            },
3885            "dist": {
3886                "type": "zip",
3887                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/f3109a6aedd20e35c3a33190e932c2b063b7b50e",
3888                "reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e",
3889                "shasum": ""
3890            },
3891            "require": {
3892                "php": "^5.5.9|>=7.0.8"
3893            },
3894            "type": "library",
3895            "extra": {
3896                "branch-alias": {
3897                    "dev-master": "3.4-dev"
3898                }
3899            },
3900            "autoload": {
3901                "psr-4": {
3902                    "Symfony\\Component\\OptionsResolver\\": ""
3903                },
3904                "exclude-from-classmap": [
3905                    "/Tests/"
3906                ]
3907            },
3908            "notification-url": "https://packagist.org/downloads/",
3909            "license": [
3910                "MIT"
3911            ],
3912            "authors": [
3913                {
3914                    "name": "Fabien Potencier",
3915                    "email": "fabien@symfony.com"
3916                },
3917                {
3918                    "name": "Symfony Community",
3919                    "homepage": "https://symfony.com/contributors"
3920                }
3921            ],
3922            "description": "Symfony OptionsResolver Component",
3923            "homepage": "https://symfony.com",
3924            "keywords": [
3925                "config",
3926                "configuration",
3927                "options"
3928            ],
3929            "time": "2018-01-11T07:56:07+00:00"
3930        },
3931        {
3932            "name": "symfony/process",
3933            "version": "v3.4.11",
3934            "source": {
3935                "type": "git",
3936                "url": "https://github.com/symfony/process.git",
3937                "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187"
3938            },
3939            "dist": {
3940                "type": "zip",
3941                "url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187",
3942                "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187",
3943                "shasum": ""
3944            },
3945            "require": {
3946                "php": "^5.5.9|>=7.0.8"
3947            },
3948            "type": "library",
3949            "extra": {
3950                "branch-alias": {
3951                    "dev-master": "3.4-dev"
3952                }
3953            },
3954            "autoload": {
3955                "psr-4": {
3956                    "Symfony\\Component\\Process\\": ""
3957                },
3958                "exclude-from-classmap": [
3959                    "/Tests/"
3960                ]
3961            },
3962            "notification-url": "https://packagist.org/downloads/",
3963            "license": [
3964                "MIT"
3965            ],
3966            "authors": [
3967                {
3968                    "name": "Fabien Potencier",
3969                    "email": "fabien@symfony.com"
3970                },
3971                {
3972                    "name": "Symfony Community",
3973                    "homepage": "https://symfony.com/contributors"
3974                }
3975            ],
3976            "description": "Symfony Process Component",
3977            "homepage": "https://symfony.com",
3978            "time": "2018-05-16T08:49:21+00:00"
3979        },
3980        {
3981            "name": "symfony/stopwatch",
3982            "version": "v3.4.11",
3983            "source": {
3984                "type": "git",
3985                "url": "https://github.com/symfony/stopwatch.git",
3986                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af"
3987            },
3988            "dist": {
3989                "type": "zip",
3990                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/eb17cfa072cab26537ac37e9c4ece6c0361369af",
3991                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af",
3992                "shasum": ""
3993            },
3994            "require": {
3995                "php": "^5.5.9|>=7.0.8"
3996            },
3997            "type": "library",
3998            "extra": {
3999                "branch-alias": {
4000                    "dev-master": "3.4-dev"
4001                }
4002            },
4003            "autoload": {
4004                "psr-4": {
4005                    "Symfony\\Component\\Stopwatch\\": ""
4006                },
4007                "exclude-from-classmap": [
4008                    "/Tests/"
4009                ]
4010            },
4011            "notification-url": "https://packagist.org/downloads/",
4012            "license": [
4013                "MIT"
4014            ],
4015            "authors": [
4016                {
4017                    "name": "Fabien Potencier",
4018                    "email": "fabien@symfony.com"
4019                },
4020                {
4021                    "name": "Symfony Community",
4022                    "homepage": "https://symfony.com/contributors"
4023                }
4024            ],
4025            "description": "Symfony Stopwatch Component",
4026            "homepage": "https://symfony.com",
4027            "time": "2018-02-17T14:55:25+00:00"
4028        },
4029        {
4030            "name": "symfony/var-dumper",
4031            "version": "v3.4.11",
4032            "source": {
4033                "type": "git",
4034                "url": "https://github.com/symfony/var-dumper.git",
4035                "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73"
4036            },
4037            "dist": {
4038                "type": "zip",
4039                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e6545672d8c9ce70dd472adc2f8b03155a46f73",
4040                "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73",
4041                "shasum": ""
4042            },
4043            "require": {
4044                "php": "^5.5.9|>=7.0.8",
4045                "symfony/polyfill-mbstring": "~1.0"
4046            },
4047            "conflict": {
4048                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4049            },
4050            "require-dev": {
4051                "ext-iconv": "*",
4052                "twig/twig": "~1.34|~2.4"
4053            },
4054            "suggest": {
4055                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4056                "ext-intl": "To show region name in time zone dump",
4057                "ext-symfony_debug": ""
4058            },
4059            "type": "library",
4060            "extra": {
4061                "branch-alias": {
4062                    "dev-master": "3.4-dev"
4063                }
4064            },
4065            "autoload": {
4066                "files": [
4067                    "Resources/functions/dump.php"
4068                ],
4069                "psr-4": {
4070                    "Symfony\\Component\\VarDumper\\": ""
4071                },
4072                "exclude-from-classmap": [
4073                    "/Tests/"
4074                ]
4075            },
4076            "notification-url": "https://packagist.org/downloads/",
4077            "license": [
4078                "MIT"
4079            ],
4080            "authors": [
4081                {
4082                    "name": "Nicolas Grekas",
4083                    "email": "p@tchwork.com"
4084                },
4085                {
4086                    "name": "Symfony Community",
4087                    "homepage": "https://symfony.com/contributors"
4088                }
4089            ],
4090            "description": "Symfony mechanism for exploring and dumping PHP variables",
4091            "homepage": "https://symfony.com",
4092            "keywords": [
4093                "debug",
4094                "dump"
4095            ],
4096            "time": "2018-04-26T12:42:15+00:00"
4097        },
4098        {
4099            "name": "symfony/yaml",
4100            "version": "v3.4.11",
4101            "source": {
4102                "type": "git",
4103                "url": "https://github.com/symfony/yaml.git",
4104                "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
4105            },
4106            "dist": {
4107                "type": "zip",
4108                "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
4109                "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
4110                "shasum": ""
4111            },
4112            "require": {
4113                "php": "^5.5.9|>=7.0.8",
4114                "symfony/polyfill-ctype": "~1.8"
4115            },
4116            "conflict": {
4117                "symfony/console": "<3.4"
4118            },
4119            "require-dev": {
4120                "symfony/console": "~3.4|~4.0"
4121            },
4122            "suggest": {
4123                "symfony/console": "For validating YAML files using the lint command"
4124            },
4125            "type": "library",
4126            "extra": {
4127                "branch-alias": {
4128                    "dev-master": "3.4-dev"
4129                }
4130            },
4131            "autoload": {
4132                "psr-4": {
4133                    "Symfony\\Component\\Yaml\\": ""
4134                },
4135                "exclude-from-classmap": [
4136                    "/Tests/"
4137                ]
4138            },
4139            "notification-url": "https://packagist.org/downloads/",
4140            "license": [
4141                "MIT"
4142            ],
4143            "authors": [
4144                {
4145                    "name": "Fabien Potencier",
4146                    "email": "fabien@symfony.com"
4147                },
4148                {
4149                    "name": "Symfony Community",
4150                    "homepage": "https://symfony.com/contributors"
4151                }
4152            ],
4153            "description": "Symfony Yaml Component",
4154            "homepage": "https://symfony.com",
4155            "time": "2018-05-03T23:18:14+00:00"
4156        },
4157        {
4158            "name": "theseer/tokenizer",
4159            "version": "1.1.0",
4160            "source": {
4161                "type": "git",
4162                "url": "https://github.com/theseer/tokenizer.git",
4163                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4164            },
4165            "dist": {
4166                "type": "zip",
4167                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4168                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4169                "shasum": ""
4170            },
4171            "require": {
4172                "ext-dom": "*",
4173                "ext-tokenizer": "*",
4174                "ext-xmlwriter": "*",
4175                "php": "^7.0"
4176            },
4177            "type": "library",
4178            "autoload": {
4179                "classmap": [
4180                    "src/"
4181                ]
4182            },
4183            "notification-url": "https://packagist.org/downloads/",
4184            "license": [
4185                "BSD-3-Clause"
4186            ],
4187            "authors": [
4188                {
4189                    "name": "Arne Blankerts",
4190                    "email": "arne@blankerts.de",
4191                    "role": "Developer"
4192                }
4193            ],
4194            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4195            "time": "2017-04-07T12:08:54+00:00"
4196        },
4197        {
4198            "name": "webmozart/assert",
4199            "version": "1.3.0",
4200            "source": {
4201                "type": "git",
4202                "url": "https://github.com/webmozart/assert.git",
4203                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4204            },
4205            "dist": {
4206                "type": "zip",
4207                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4208                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4209                "shasum": ""
4210            },
4211            "require": {
4212                "php": "^5.3.3 || ^7.0"
4213            },
4214            "require-dev": {
4215                "phpunit/phpunit": "^4.6",
4216                "sebastian/version": "^1.0.1"
4217            },
4218            "type": "library",
4219            "extra": {
4220                "branch-alias": {
4221                    "dev-master": "1.3-dev"
4222                }
4223            },
4224            "autoload": {
4225                "psr-4": {
4226                    "Webmozart\\Assert\\": "src/"
4227                }
4228            },
4229            "notification-url": "https://packagist.org/downloads/",
4230            "license": [
4231                "MIT"
4232            ],
4233            "authors": [
4234                {
4235                    "name": "Bernhard Schussek",
4236                    "email": "bschussek@gmail.com"
4237                }
4238            ],
4239            "description": "Assertions to validate method input/output with nice error messages.",
4240            "keywords": [
4241                "assert",
4242                "check",
4243                "validate"
4244            ],
4245            "time": "2018-01-29T19:49:41+00:00"
4246        }
4247    ],
4248    "aliases": [],
4249    "minimum-stability": "stable",
4250    "stability-flags": [],
4251    "prefer-stable": false,
4252    "prefer-lowest": false,
4253    "platform": {
4254        "ext-gd": "*",
4255        "ext-iconv": "*",
4256        "ext-pcre": "*",
4257        "ext-pdo": "*",
4258        "ext-pdo_mysql": "*",
4259        "ext-session": "*",
4260        "ext-simplexml": "*",
4261        "ext-xml": "*"
4262    },
4263    "platform-dev": [],
4264    "platform-overrides": {
4265        "php": "7.0.8"
4266    }
4267}
4268