xref: /webtrees/composer.lock (revision 9ed80f829cfb208ae92f7928345696619569bf4e)
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": "ef656a8c14e7d59de9aba4eaf4b19e6c",
8    "packages": [
9        {
10            "name": "doctrine/cache",
11            "version": "v1.8.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/doctrine/cache.git",
15                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
20                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
21                "shasum": ""
22            },
23            "require": {
24                "php": "~7.1"
25            },
26            "conflict": {
27                "doctrine/common": ">2.2,<2.4"
28            },
29            "require-dev": {
30                "alcaeus/mongo-php-adapter": "^1.1",
31                "doctrine/coding-standard": "^4.0",
32                "mongodb/mongodb": "^1.1",
33                "phpunit/phpunit": "^7.0",
34                "predis/predis": "~1.0"
35            },
36            "suggest": {
37                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
38            },
39            "type": "library",
40            "extra": {
41                "branch-alias": {
42                    "dev-master": "1.8.x-dev"
43                }
44            },
45            "autoload": {
46                "psr-4": {
47                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
48                }
49            },
50            "notification-url": "https://packagist.org/downloads/",
51            "license": [
52                "MIT"
53            ],
54            "authors": [
55                {
56                    "name": "Roman Borschel",
57                    "email": "roman@code-factory.org"
58                },
59                {
60                    "name": "Benjamin Eberlei",
61                    "email": "kontakt@beberlei.de"
62                },
63                {
64                    "name": "Guilherme Blanco",
65                    "email": "guilhermeblanco@gmail.com"
66                },
67                {
68                    "name": "Jonathan Wage",
69                    "email": "jonwage@gmail.com"
70                },
71                {
72                    "name": "Johannes Schmitt",
73                    "email": "schmittjoh@gmail.com"
74                }
75            ],
76            "description": "Caching library offering an object-oriented API for many cache backends",
77            "homepage": "https://www.doctrine-project.org",
78            "keywords": [
79                "cache",
80                "caching"
81            ],
82            "time": "2018-08-21T18:01:43+00:00"
83        },
84        {
85            "name": "doctrine/dbal",
86            "version": "v2.9.2",
87            "source": {
88                "type": "git",
89                "url": "https://github.com/doctrine/dbal.git",
90                "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
91            },
92            "dist": {
93                "type": "zip",
94                "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
95                "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
96                "shasum": ""
97            },
98            "require": {
99                "doctrine/cache": "^1.0",
100                "doctrine/event-manager": "^1.0",
101                "ext-pdo": "*",
102                "php": "^7.1"
103            },
104            "require-dev": {
105                "doctrine/coding-standard": "^5.0",
106                "jetbrains/phpstorm-stubs": "^2018.1.2",
107                "phpstan/phpstan": "^0.10.1",
108                "phpunit/phpunit": "^7.4",
109                "symfony/console": "^2.0.5|^3.0|^4.0",
110                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
111            },
112            "suggest": {
113                "symfony/console": "For helpful console commands such as SQL execution and import of files."
114            },
115            "bin": [
116                "bin/doctrine-dbal"
117            ],
118            "type": "library",
119            "extra": {
120                "branch-alias": {
121                    "dev-master": "2.9.x-dev",
122                    "dev-develop": "3.0.x-dev"
123                }
124            },
125            "autoload": {
126                "psr-4": {
127                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
128                }
129            },
130            "notification-url": "https://packagist.org/downloads/",
131            "license": [
132                "MIT"
133            ],
134            "authors": [
135                {
136                    "name": "Roman Borschel",
137                    "email": "roman@code-factory.org"
138                },
139                {
140                    "name": "Benjamin Eberlei",
141                    "email": "kontakt@beberlei.de"
142                },
143                {
144                    "name": "Guilherme Blanco",
145                    "email": "guilhermeblanco@gmail.com"
146                },
147                {
148                    "name": "Jonathan Wage",
149                    "email": "jonwage@gmail.com"
150                }
151            ],
152            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
153            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
154            "keywords": [
155                "abstraction",
156                "database",
157                "dbal",
158                "mysql",
159                "persistence",
160                "pgsql",
161                "php",
162                "queryobject"
163            ],
164            "time": "2018-12-31T03:27:51+00:00"
165        },
166        {
167            "name": "doctrine/event-manager",
168            "version": "v1.0.0",
169            "source": {
170                "type": "git",
171                "url": "https://github.com/doctrine/event-manager.git",
172                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
173            },
174            "dist": {
175                "type": "zip",
176                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
177                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
178                "shasum": ""
179            },
180            "require": {
181                "php": "^7.1"
182            },
183            "conflict": {
184                "doctrine/common": "<2.9@dev"
185            },
186            "require-dev": {
187                "doctrine/coding-standard": "^4.0",
188                "phpunit/phpunit": "^7.0"
189            },
190            "type": "library",
191            "extra": {
192                "branch-alias": {
193                    "dev-master": "1.0.x-dev"
194                }
195            },
196            "autoload": {
197                "psr-4": {
198                    "Doctrine\\Common\\": "lib/Doctrine/Common"
199                }
200            },
201            "notification-url": "https://packagist.org/downloads/",
202            "license": [
203                "MIT"
204            ],
205            "authors": [
206                {
207                    "name": "Roman Borschel",
208                    "email": "roman@code-factory.org"
209                },
210                {
211                    "name": "Benjamin Eberlei",
212                    "email": "kontakt@beberlei.de"
213                },
214                {
215                    "name": "Guilherme Blanco",
216                    "email": "guilhermeblanco@gmail.com"
217                },
218                {
219                    "name": "Jonathan Wage",
220                    "email": "jonwage@gmail.com"
221                },
222                {
223                    "name": "Johannes Schmitt",
224                    "email": "schmittjoh@gmail.com"
225                },
226                {
227                    "name": "Marco Pivetta",
228                    "email": "ocramius@gmail.com"
229                }
230            ],
231            "description": "Doctrine Event Manager component",
232            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
233            "keywords": [
234                "event",
235                "eventdispatcher",
236                "eventmanager"
237            ],
238            "time": "2018-06-11T11:59:03+00:00"
239        },
240        {
241            "name": "doctrine/inflector",
242            "version": "v1.3.0",
243            "source": {
244                "type": "git",
245                "url": "https://github.com/doctrine/inflector.git",
246                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
247            },
248            "dist": {
249                "type": "zip",
250                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
251                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
252                "shasum": ""
253            },
254            "require": {
255                "php": "^7.1"
256            },
257            "require-dev": {
258                "phpunit/phpunit": "^6.2"
259            },
260            "type": "library",
261            "extra": {
262                "branch-alias": {
263                    "dev-master": "1.3.x-dev"
264                }
265            },
266            "autoload": {
267                "psr-4": {
268                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
269                }
270            },
271            "notification-url": "https://packagist.org/downloads/",
272            "license": [
273                "MIT"
274            ],
275            "authors": [
276                {
277                    "name": "Roman Borschel",
278                    "email": "roman@code-factory.org"
279                },
280                {
281                    "name": "Benjamin Eberlei",
282                    "email": "kontakt@beberlei.de"
283                },
284                {
285                    "name": "Guilherme Blanco",
286                    "email": "guilhermeblanco@gmail.com"
287                },
288                {
289                    "name": "Jonathan Wage",
290                    "email": "jonwage@gmail.com"
291                },
292                {
293                    "name": "Johannes Schmitt",
294                    "email": "schmittjoh@gmail.com"
295                }
296            ],
297            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
298            "homepage": "http://www.doctrine-project.org",
299            "keywords": [
300                "inflection",
301                "pluralize",
302                "singularize",
303                "string"
304            ],
305            "time": "2018-01-09T20:05:19+00:00"
306        },
307        {
308            "name": "doctrine/lexer",
309            "version": "v1.0.1",
310            "source": {
311                "type": "git",
312                "url": "https://github.com/doctrine/lexer.git",
313                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
314            },
315            "dist": {
316                "type": "zip",
317                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
318                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
319                "shasum": ""
320            },
321            "require": {
322                "php": ">=5.3.2"
323            },
324            "type": "library",
325            "extra": {
326                "branch-alias": {
327                    "dev-master": "1.0.x-dev"
328                }
329            },
330            "autoload": {
331                "psr-0": {
332                    "Doctrine\\Common\\Lexer\\": "lib/"
333                }
334            },
335            "notification-url": "https://packagist.org/downloads/",
336            "license": [
337                "MIT"
338            ],
339            "authors": [
340                {
341                    "name": "Roman Borschel",
342                    "email": "roman@code-factory.org"
343                },
344                {
345                    "name": "Guilherme Blanco",
346                    "email": "guilhermeblanco@gmail.com"
347                },
348                {
349                    "name": "Johannes Schmitt",
350                    "email": "schmittjoh@gmail.com"
351                }
352            ],
353            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
354            "homepage": "http://www.doctrine-project.org",
355            "keywords": [
356                "lexer",
357                "parser"
358            ],
359            "time": "2014-09-09T13:34:57+00:00"
360        },
361        {
362            "name": "egulias/email-validator",
363            "version": "2.1.7",
364            "source": {
365                "type": "git",
366                "url": "https://github.com/egulias/EmailValidator.git",
367                "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
368            },
369            "dist": {
370                "type": "zip",
371                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
372                "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
373                "shasum": ""
374            },
375            "require": {
376                "doctrine/lexer": "^1.0.1",
377                "php": ">= 5.5"
378            },
379            "require-dev": {
380                "dominicsayers/isemail": "dev-master",
381                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
382                "satooshi/php-coveralls": "^1.0.1"
383            },
384            "suggest": {
385                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
386            },
387            "type": "library",
388            "extra": {
389                "branch-alias": {
390                    "dev-master": "2.0.x-dev"
391                }
392            },
393            "autoload": {
394                "psr-4": {
395                    "Egulias\\EmailValidator\\": "EmailValidator"
396                }
397            },
398            "notification-url": "https://packagist.org/downloads/",
399            "license": [
400                "MIT"
401            ],
402            "authors": [
403                {
404                    "name": "Eduardo Gulias Davis"
405                }
406            ],
407            "description": "A library for validating emails against several RFCs",
408            "homepage": "https://github.com/egulias/EmailValidator",
409            "keywords": [
410                "email",
411                "emailvalidation",
412                "emailvalidator",
413                "validation",
414                "validator"
415            ],
416            "time": "2018-12-04T22:38:24+00:00"
417        },
418        {
419            "name": "fig/http-message-util",
420            "version": "1.1.3",
421            "source": {
422                "type": "git",
423                "url": "https://github.com/php-fig/http-message-util.git",
424                "reference": "35b19404371b31b3a43823c755398c48c9966db4"
425            },
426            "dist": {
427                "type": "zip",
428                "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/35b19404371b31b3a43823c755398c48c9966db4",
429                "reference": "35b19404371b31b3a43823c755398c48c9966db4",
430                "shasum": ""
431            },
432            "require": {
433                "php": "^5.3 || ^7.0",
434                "psr/http-message": "^1.0"
435            },
436            "type": "library",
437            "extra": {
438                "branch-alias": {
439                    "dev-master": "1.1.x-dev"
440                }
441            },
442            "autoload": {
443                "psr-4": {
444                    "Fig\\Http\\Message\\": "src/"
445                }
446            },
447            "notification-url": "https://packagist.org/downloads/",
448            "license": [
449                "MIT"
450            ],
451            "authors": [
452                {
453                    "name": "PHP-FIG",
454                    "homepage": "http://www.php-fig.org/"
455                }
456            ],
457            "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
458            "keywords": [
459                "http",
460                "http-message",
461                "psr",
462                "psr-7",
463                "request",
464                "response"
465            ],
466            "time": "2018-11-19T16:19:58+00:00"
467        },
468        {
469            "name": "fisharebest/algorithm",
470            "version": "1.5.1",
471            "source": {
472                "type": "git",
473                "url": "https://github.com/fisharebest/algorithm.git",
474                "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062"
475            },
476            "dist": {
477                "type": "zip",
478                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/7d1bc0fc91b66cf613af9147e9a287c905a8b062",
479                "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062",
480                "shasum": ""
481            },
482            "require": {
483                "php": ">=5.3.0"
484            },
485            "require-dev": {
486                "php-coveralls/php-coveralls": "*",
487                "phpunit/phpunit": "4.*"
488            },
489            "type": "library",
490            "autoload": {
491                "psr-4": {
492                    "Fisharebest\\Algorithm\\": "src/"
493                }
494            },
495            "notification-url": "https://packagist.org/downloads/",
496            "license": [
497                "GPL-3.0+"
498            ],
499            "authors": [
500                {
501                    "name": "Greg Roach",
502                    "email": "greg@subaqua.co.uk",
503                    "role": "Developer"
504                }
505            ],
506            "description": "Implementation of standard algorithms in PHP.",
507            "homepage": "https://github.com/fisharebest/algorithm",
508            "keywords": [
509                "Algorithm",
510                "diff",
511                "dijkstra",
512                "myers"
513            ],
514            "time": "2018-12-24T08:53:40+00:00"
515        },
516        {
517            "name": "fisharebest/ext-calendar",
518            "version": "2.5.0",
519            "source": {
520                "type": "git",
521                "url": "https://github.com/fisharebest/ext-calendar.git",
522                "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329"
523            },
524            "dist": {
525                "type": "zip",
526                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/155a2d3f5713e1e1805d68cdb42a28ca842e7329",
527                "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329",
528                "shasum": ""
529            },
530            "require": {
531                "php": ">=5.3.0"
532            },
533            "require-dev": {
534                "phpunit/phpunit": "<6",
535                "satooshi/php-coveralls": "*"
536            },
537            "type": "library",
538            "autoload": {
539                "files": [
540                    "src/shims.php"
541                ],
542                "psr-4": {
543                    "Fisharebest\\ExtCalendar\\": "src/"
544                }
545            },
546            "notification-url": "https://packagist.org/downloads/",
547            "license": [
548                "GPL-3.0+"
549            ],
550            "authors": [
551                {
552                    "name": "Greg Roach",
553                    "email": "fisharebest@gmail.com",
554                    "role": "Developer"
555                }
556            ],
557            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Also provides a replacement for the PHP ext/calendar extension.",
558            "homepage": "https://github.com/fisharebest/ext-calendar",
559            "keywords": [
560                "Jalali",
561                "arabic",
562                "calendar",
563                "ext-calendar",
564                "french",
565                "gregorian",
566                "hebrew",
567                "hijri",
568                "jewish",
569                "julian",
570                "julian day",
571                "julian day number",
572                "persian",
573                "shamsi"
574            ],
575            "time": "2018-09-17T20:40:07+00:00"
576        },
577        {
578            "name": "fisharebest/flysystem-chroot-adapter",
579            "version": "1.0.0",
580            "source": {
581                "type": "git",
582                "url": "https://github.com/fisharebest/flysystem-chroot-adapter.git",
583                "reference": "df09e16b8039f15687c484da94d3da9161b2a2ad"
584            },
585            "dist": {
586                "type": "zip",
587                "url": "https://api.github.com/repos/fisharebest/flysystem-chroot-adapter/zipball/df09e16b8039f15687c484da94d3da9161b2a2ad",
588                "reference": "df09e16b8039f15687c484da94d3da9161b2a2ad",
589                "shasum": ""
590            },
591            "require": {
592                "league/flysystem": "~1.0"
593            },
594            "require-dev": {
595                "league/flysystem-memory": "~1.0",
596                "php-coveralls/php-coveralls": "*",
597                "phpunit/phpunit": "~5.0"
598            },
599            "type": "library",
600            "autoload": {
601                "psr-4": {
602                    "Fisharebest\\Flysystem\\Adapter\\": "src/"
603                }
604            },
605            "notification-url": "https://packagist.org/downloads/",
606            "license": [
607                "MIT"
608            ],
609            "authors": [
610                {
611                    "name": "Greg Roach",
612                    "email": "fisharebest@gmail.com",
613                    "role": "Developer"
614                }
615            ],
616            "description": "Creates a filesystem from a sub-folder in another filesystem.",
617            "homepage": "https://github.com/fisharebest/flysystem-chroot-adapter",
618            "keywords": [
619                "Flysystem",
620                "adapter",
621                "chroot"
622            ],
623            "time": "2019-01-17T22:23:21+00:00"
624        },
625        {
626            "name": "fisharebest/localization",
627            "version": "1.14.0",
628            "source": {
629                "type": "git",
630                "url": "https://github.com/fisharebest/localization.git",
631                "reference": "60ee5f63ff793d5565d068c336a033a488b1aafc"
632            },
633            "dist": {
634                "type": "zip",
635                "url": "https://api.github.com/repos/fisharebest/localization/zipball/60ee5f63ff793d5565d068c336a033a488b1aafc",
636                "reference": "60ee5f63ff793d5565d068c336a033a488b1aafc",
637                "shasum": ""
638            },
639            "require": {
640                "php": ">=5.3.0"
641            },
642            "require-dev": {
643                "ext-simplexml": "*",
644                "php-coveralls/php-coveralls": "*",
645                "phpunit/phpunit": "*"
646            },
647            "type": "library",
648            "autoload": {
649                "psr-4": {
650                    "Fisharebest\\Localization\\": "src/"
651                }
652            },
653            "notification-url": "https://packagist.org/downloads/",
654            "license": [
655                "GPL-3.0+"
656            ],
657            "authors": [
658                {
659                    "name": "Greg Roach",
660                    "email": "fisharebest@gmail.com",
661                    "role": "Developer"
662                }
663            ],
664            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
665            "homepage": "https://github.com/fisharebest/localization",
666            "keywords": [
667                "cldr",
668                "gettext",
669                "i18n",
670                "l10n",
671                "language",
672                "locale",
673                "localization",
674                "script",
675                "translate",
676                "translation"
677            ],
678            "time": "2019-03-09T08:22:44+00:00"
679        },
680        {
681            "name": "guzzlehttp/guzzle",
682            "version": "6.3.3",
683            "source": {
684                "type": "git",
685                "url": "https://github.com/guzzle/guzzle.git",
686                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
687            },
688            "dist": {
689                "type": "zip",
690                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
691                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
692                "shasum": ""
693            },
694            "require": {
695                "guzzlehttp/promises": "^1.0",
696                "guzzlehttp/psr7": "^1.4",
697                "php": ">=5.5"
698            },
699            "require-dev": {
700                "ext-curl": "*",
701                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
702                "psr/log": "^1.0"
703            },
704            "suggest": {
705                "psr/log": "Required for using the Log middleware"
706            },
707            "type": "library",
708            "extra": {
709                "branch-alias": {
710                    "dev-master": "6.3-dev"
711                }
712            },
713            "autoload": {
714                "files": [
715                    "src/functions_include.php"
716                ],
717                "psr-4": {
718                    "GuzzleHttp\\": "src/"
719                }
720            },
721            "notification-url": "https://packagist.org/downloads/",
722            "license": [
723                "MIT"
724            ],
725            "authors": [
726                {
727                    "name": "Michael Dowling",
728                    "email": "mtdowling@gmail.com",
729                    "homepage": "https://github.com/mtdowling"
730                }
731            ],
732            "description": "Guzzle is a PHP HTTP client library",
733            "homepage": "http://guzzlephp.org/",
734            "keywords": [
735                "client",
736                "curl",
737                "framework",
738                "http",
739                "http client",
740                "rest",
741                "web service"
742            ],
743            "time": "2018-04-22T15:46:56+00:00"
744        },
745        {
746            "name": "guzzlehttp/promises",
747            "version": "v1.3.1",
748            "source": {
749                "type": "git",
750                "url": "https://github.com/guzzle/promises.git",
751                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
752            },
753            "dist": {
754                "type": "zip",
755                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
756                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
757                "shasum": ""
758            },
759            "require": {
760                "php": ">=5.5.0"
761            },
762            "require-dev": {
763                "phpunit/phpunit": "^4.0"
764            },
765            "type": "library",
766            "extra": {
767                "branch-alias": {
768                    "dev-master": "1.4-dev"
769                }
770            },
771            "autoload": {
772                "psr-4": {
773                    "GuzzleHttp\\Promise\\": "src/"
774                },
775                "files": [
776                    "src/functions_include.php"
777                ]
778            },
779            "notification-url": "https://packagist.org/downloads/",
780            "license": [
781                "MIT"
782            ],
783            "authors": [
784                {
785                    "name": "Michael Dowling",
786                    "email": "mtdowling@gmail.com",
787                    "homepage": "https://github.com/mtdowling"
788                }
789            ],
790            "description": "Guzzle promises library",
791            "keywords": [
792                "promise"
793            ],
794            "time": "2016-12-20T10:07:11+00:00"
795        },
796        {
797            "name": "guzzlehttp/psr7",
798            "version": "1.5.2",
799            "source": {
800                "type": "git",
801                "url": "https://github.com/guzzle/psr7.git",
802                "reference": "9f83dded91781a01c63574e387eaa769be769115"
803            },
804            "dist": {
805                "type": "zip",
806                "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
807                "reference": "9f83dded91781a01c63574e387eaa769be769115",
808                "shasum": ""
809            },
810            "require": {
811                "php": ">=5.4.0",
812                "psr/http-message": "~1.0",
813                "ralouphie/getallheaders": "^2.0.5"
814            },
815            "provide": {
816                "psr/http-message-implementation": "1.0"
817            },
818            "require-dev": {
819                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
820            },
821            "type": "library",
822            "extra": {
823                "branch-alias": {
824                    "dev-master": "1.5-dev"
825                }
826            },
827            "autoload": {
828                "psr-4": {
829                    "GuzzleHttp\\Psr7\\": "src/"
830                },
831                "files": [
832                    "src/functions_include.php"
833                ]
834            },
835            "notification-url": "https://packagist.org/downloads/",
836            "license": [
837                "MIT"
838            ],
839            "authors": [
840                {
841                    "name": "Michael Dowling",
842                    "email": "mtdowling@gmail.com",
843                    "homepage": "https://github.com/mtdowling"
844                },
845                {
846                    "name": "Tobias Schultze",
847                    "homepage": "https://github.com/Tobion"
848                }
849            ],
850            "description": "PSR-7 message implementation that also provides common utility methods",
851            "keywords": [
852                "http",
853                "message",
854                "psr-7",
855                "request",
856                "response",
857                "stream",
858                "uri",
859                "url"
860            ],
861            "time": "2018-12-04T20:46:45+00:00"
862        },
863        {
864            "name": "illuminate/cache",
865            "version": "v5.8.14",
866            "source": {
867                "type": "git",
868                "url": "https://github.com/illuminate/cache.git",
869                "reference": "f25be6bcdb77da215f9c7fd16899c213c8a58beb"
870            },
871            "dist": {
872                "type": "zip",
873                "url": "https://api.github.com/repos/illuminate/cache/zipball/f25be6bcdb77da215f9c7fd16899c213c8a58beb",
874                "reference": "f25be6bcdb77da215f9c7fd16899c213c8a58beb",
875                "shasum": ""
876            },
877            "require": {
878                "illuminate/contracts": "5.8.*",
879                "illuminate/support": "5.8.*",
880                "php": "^7.1.3"
881            },
882            "suggest": {
883                "illuminate/database": "Required to use the database cache driver (5.8.*).",
884                "illuminate/filesystem": "Required to use the file cache driver (5.8.*).",
885                "illuminate/redis": "Required to use the redis cache driver (5.8.*)."
886            },
887            "type": "library",
888            "extra": {
889                "branch-alias": {
890                    "dev-master": "5.8-dev"
891                }
892            },
893            "autoload": {
894                "psr-4": {
895                    "Illuminate\\Cache\\": ""
896                }
897            },
898            "notification-url": "https://packagist.org/downloads/",
899            "license": [
900                "MIT"
901            ],
902            "authors": [
903                {
904                    "name": "Taylor Otwell",
905                    "email": "taylor@laravel.com"
906                }
907            ],
908            "description": "The Illuminate Cache package.",
909            "homepage": "https://laravel.com",
910            "time": "2019-04-22T18:38:59+00:00"
911        },
912        {
913            "name": "illuminate/container",
914            "version": "v5.8.14",
915            "source": {
916                "type": "git",
917                "url": "https://github.com/illuminate/container.git",
918                "reference": "9405989993a48c2cd50ad1e5b2b08a33383c3807"
919            },
920            "dist": {
921                "type": "zip",
922                "url": "https://api.github.com/repos/illuminate/container/zipball/9405989993a48c2cd50ad1e5b2b08a33383c3807",
923                "reference": "9405989993a48c2cd50ad1e5b2b08a33383c3807",
924                "shasum": ""
925            },
926            "require": {
927                "illuminate/contracts": "5.8.*",
928                "illuminate/support": "5.8.*",
929                "php": "^7.1.3",
930                "psr/container": "^1.0"
931            },
932            "type": "library",
933            "extra": {
934                "branch-alias": {
935                    "dev-master": "5.8-dev"
936                }
937            },
938            "autoload": {
939                "psr-4": {
940                    "Illuminate\\Container\\": ""
941                }
942            },
943            "notification-url": "https://packagist.org/downloads/",
944            "license": [
945                "MIT"
946            ],
947            "authors": [
948                {
949                    "name": "Taylor Otwell",
950                    "email": "taylor@laravel.com"
951                }
952            ],
953            "description": "The Illuminate Container package.",
954            "homepage": "https://laravel.com",
955            "time": "2019-04-22T13:12:35+00:00"
956        },
957        {
958            "name": "illuminate/contracts",
959            "version": "v5.8.14",
960            "source": {
961                "type": "git",
962                "url": "https://github.com/illuminate/contracts.git",
963                "reference": "0b3cbe19051c9a8c247091cc0867d3b65250d093"
964            },
965            "dist": {
966                "type": "zip",
967                "url": "https://api.github.com/repos/illuminate/contracts/zipball/0b3cbe19051c9a8c247091cc0867d3b65250d093",
968                "reference": "0b3cbe19051c9a8c247091cc0867d3b65250d093",
969                "shasum": ""
970            },
971            "require": {
972                "php": "^7.1.3",
973                "psr/container": "^1.0",
974                "psr/simple-cache": "^1.0"
975            },
976            "type": "library",
977            "extra": {
978                "branch-alias": {
979                    "dev-master": "5.8-dev"
980                }
981            },
982            "autoload": {
983                "psr-4": {
984                    "Illuminate\\Contracts\\": ""
985                }
986            },
987            "notification-url": "https://packagist.org/downloads/",
988            "license": [
989                "MIT"
990            ],
991            "authors": [
992                {
993                    "name": "Taylor Otwell",
994                    "email": "taylor@laravel.com"
995                }
996            ],
997            "description": "The Illuminate Contracts package.",
998            "homepage": "https://laravel.com",
999            "time": "2019-04-21T18:51:09+00:00"
1000        },
1001        {
1002            "name": "illuminate/database",
1003            "version": "v5.8.14",
1004            "source": {
1005                "type": "git",
1006                "url": "https://github.com/illuminate/database.git",
1007                "reference": "a68f2ea08627af047b9d58feb2b1e3697a8bf298"
1008            },
1009            "dist": {
1010                "type": "zip",
1011                "url": "https://api.github.com/repos/illuminate/database/zipball/a68f2ea08627af047b9d58feb2b1e3697a8bf298",
1012                "reference": "a68f2ea08627af047b9d58feb2b1e3697a8bf298",
1013                "shasum": ""
1014            },
1015            "require": {
1016                "ext-json": "*",
1017                "illuminate/container": "5.8.*",
1018                "illuminate/contracts": "5.8.*",
1019                "illuminate/support": "5.8.*",
1020                "php": "^7.1.3"
1021            },
1022            "suggest": {
1023                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
1024                "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
1025                "illuminate/console": "Required to use the database commands (5.8.*).",
1026                "illuminate/events": "Required to use the observers with Eloquent (5.8.*).",
1027                "illuminate/filesystem": "Required to use the migrations (5.8.*).",
1028                "illuminate/pagination": "Required to paginate the result set (5.8.*)."
1029            },
1030            "type": "library",
1031            "extra": {
1032                "branch-alias": {
1033                    "dev-master": "5.8-dev"
1034                }
1035            },
1036            "autoload": {
1037                "psr-4": {
1038                    "Illuminate\\Database\\": ""
1039                }
1040            },
1041            "notification-url": "https://packagist.org/downloads/",
1042            "license": [
1043                "MIT"
1044            ],
1045            "authors": [
1046                {
1047                    "name": "Taylor Otwell",
1048                    "email": "taylor@laravel.com"
1049                }
1050            ],
1051            "description": "The Illuminate Database package.",
1052            "homepage": "https://laravel.com",
1053            "keywords": [
1054                "database",
1055                "laravel",
1056                "orm",
1057                "sql"
1058            ],
1059            "time": "2019-04-22T19:09:23+00:00"
1060        },
1061        {
1062            "name": "illuminate/support",
1063            "version": "v5.8.14",
1064            "source": {
1065                "type": "git",
1066                "url": "https://github.com/illuminate/support.git",
1067                "reference": "e1b62fbf219dc1fa7154b0abef3975a41038bca7"
1068            },
1069            "dist": {
1070                "type": "zip",
1071                "url": "https://api.github.com/repos/illuminate/support/zipball/e1b62fbf219dc1fa7154b0abef3975a41038bca7",
1072                "reference": "e1b62fbf219dc1fa7154b0abef3975a41038bca7",
1073                "shasum": ""
1074            },
1075            "require": {
1076                "doctrine/inflector": "^1.1",
1077                "ext-json": "*",
1078                "ext-mbstring": "*",
1079                "illuminate/contracts": "5.8.*",
1080                "nesbot/carbon": "^1.26.3 || ^2.0",
1081                "php": "^7.1.3"
1082            },
1083            "conflict": {
1084                "tightenco/collect": "<5.5.33"
1085            },
1086            "suggest": {
1087                "illuminate/filesystem": "Required to use the composer class (5.8.*).",
1088                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
1089                "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
1090                "symfony/process": "Required to use the composer class (^4.2).",
1091                "symfony/var-dumper": "Required to use the dd function (^4.2).",
1092                "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
1093            },
1094            "type": "library",
1095            "extra": {
1096                "branch-alias": {
1097                    "dev-master": "5.8-dev"
1098                }
1099            },
1100            "autoload": {
1101                "psr-4": {
1102                    "Illuminate\\Support\\": ""
1103                },
1104                "files": [
1105                    "helpers.php"
1106                ]
1107            },
1108            "notification-url": "https://packagist.org/downloads/",
1109            "license": [
1110                "MIT"
1111            ],
1112            "authors": [
1113                {
1114                    "name": "Taylor Otwell",
1115                    "email": "taylor@laravel.com"
1116                }
1117            ],
1118            "description": "The Illuminate Support package.",
1119            "homepage": "https://laravel.com",
1120            "time": "2019-04-22T13:12:35+00:00"
1121        },
1122        {
1123            "name": "intervention/image",
1124            "version": "2.4.2",
1125            "source": {
1126                "type": "git",
1127                "url": "https://github.com/Intervention/image.git",
1128                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
1129            },
1130            "dist": {
1131                "type": "zip",
1132                "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
1133                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
1134                "shasum": ""
1135            },
1136            "require": {
1137                "ext-fileinfo": "*",
1138                "guzzlehttp/psr7": "~1.1",
1139                "php": ">=5.4.0"
1140            },
1141            "require-dev": {
1142                "mockery/mockery": "~0.9.2",
1143                "phpunit/phpunit": "^4.8 || ^5.7"
1144            },
1145            "suggest": {
1146                "ext-gd": "to use GD library based image processing.",
1147                "ext-imagick": "to use Imagick based image processing.",
1148                "intervention/imagecache": "Caching extension for the Intervention Image library"
1149            },
1150            "type": "library",
1151            "extra": {
1152                "branch-alias": {
1153                    "dev-master": "2.4-dev"
1154                },
1155                "laravel": {
1156                    "providers": [
1157                        "Intervention\\Image\\ImageServiceProvider"
1158                    ],
1159                    "aliases": {
1160                        "Image": "Intervention\\Image\\Facades\\Image"
1161                    }
1162                }
1163            },
1164            "autoload": {
1165                "psr-4": {
1166                    "Intervention\\Image\\": "src/Intervention/Image"
1167                }
1168            },
1169            "notification-url": "https://packagist.org/downloads/",
1170            "license": [
1171                "MIT"
1172            ],
1173            "authors": [
1174                {
1175                    "name": "Oliver Vogel",
1176                    "email": "oliver@olivervogel.com",
1177                    "homepage": "http://olivervogel.com/"
1178                }
1179            ],
1180            "description": "Image handling and manipulation library with support for Laravel integration",
1181            "homepage": "http://image.intervention.io/",
1182            "keywords": [
1183                "gd",
1184                "image",
1185                "imagick",
1186                "laravel",
1187                "thumbnail",
1188                "watermark"
1189            ],
1190            "time": "2018-05-29T14:19:03+00:00"
1191        },
1192        {
1193            "name": "league/commonmark",
1194            "version": "0.18.5",
1195            "source": {
1196                "type": "git",
1197                "url": "https://github.com/thephpleague/commonmark.git",
1198                "reference": "f94e18d68260f43a7d846279cad88405854b1306"
1199            },
1200            "dist": {
1201                "type": "zip",
1202                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/f94e18d68260f43a7d846279cad88405854b1306",
1203                "reference": "f94e18d68260f43a7d846279cad88405854b1306",
1204                "shasum": ""
1205            },
1206            "require": {
1207                "ext-mbstring": "*",
1208                "php": ">=5.6.5"
1209            },
1210            "replace": {
1211                "colinodell/commonmark-php": "*"
1212            },
1213            "require-dev": {
1214                "cebe/markdown": "~1.0",
1215                "commonmark/commonmark.js": "0.28",
1216                "erusev/parsedown": "~1.0",
1217                "michelf/php-markdown": "~1.4",
1218                "mikehaertl/php-shellcommand": "^1.2",
1219                "phpunit/phpunit": "^5.7.27|^6.5.14",
1220                "scrutinizer/ocular": "^1.1",
1221                "symfony/finder": "^3.0|^4.0"
1222            },
1223            "suggest": {
1224                "league/commonmark-extras": "Library of useful extensions including smart punctuation"
1225            },
1226            "bin": [
1227                "bin/commonmark"
1228            ],
1229            "type": "library",
1230            "extra": {
1231                "branch-alias": {
1232                    "dev-master": "0.19-dev"
1233                }
1234            },
1235            "autoload": {
1236                "psr-4": {
1237                    "League\\CommonMark\\": "src/"
1238                }
1239            },
1240            "notification-url": "https://packagist.org/downloads/",
1241            "license": [
1242                "BSD-3-Clause"
1243            ],
1244            "authors": [
1245                {
1246                    "name": "Colin O'Dell",
1247                    "email": "colinodell@gmail.com",
1248                    "homepage": "https://www.colinodell.com",
1249                    "role": "Lead Developer"
1250                }
1251            ],
1252            "description": "PHP Markdown parser based on the CommonMark spec",
1253            "homepage": "https://github.com/thephpleague/commonmark",
1254            "keywords": [
1255                "commonmark",
1256                "markdown",
1257                "parser"
1258            ],
1259            "time": "2019-03-28T13:52:31+00:00"
1260        },
1261        {
1262            "name": "league/flysystem",
1263            "version": "1.0.51",
1264            "source": {
1265                "type": "git",
1266                "url": "https://github.com/thephpleague/flysystem.git",
1267                "reference": "755ba7bf3fb9031e6581d091db84d78275874396"
1268            },
1269            "dist": {
1270                "type": "zip",
1271                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/755ba7bf3fb9031e6581d091db84d78275874396",
1272                "reference": "755ba7bf3fb9031e6581d091db84d78275874396",
1273                "shasum": ""
1274            },
1275            "require": {
1276                "ext-fileinfo": "*",
1277                "php": ">=5.5.9"
1278            },
1279            "conflict": {
1280                "league/flysystem-sftp": "<1.0.6"
1281            },
1282            "require-dev": {
1283                "phpspec/phpspec": "^3.4",
1284                "phpunit/phpunit": "^5.7.10"
1285            },
1286            "suggest": {
1287                "ext-fileinfo": "Required for MimeType",
1288                "ext-ftp": "Allows you to use FTP server storage",
1289                "ext-openssl": "Allows you to use FTPS server storage",
1290                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1291                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1292                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1293                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1294                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1295                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1296                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1297                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1298                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1299                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1300                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1301            },
1302            "type": "library",
1303            "extra": {
1304                "branch-alias": {
1305                    "dev-master": "1.1-dev"
1306                }
1307            },
1308            "autoload": {
1309                "psr-4": {
1310                    "League\\Flysystem\\": "src/"
1311                }
1312            },
1313            "notification-url": "https://packagist.org/downloads/",
1314            "license": [
1315                "MIT"
1316            ],
1317            "authors": [
1318                {
1319                    "name": "Frank de Jonge",
1320                    "email": "info@frenky.net"
1321                }
1322            ],
1323            "description": "Filesystem abstraction: Many filesystems, one API.",
1324            "keywords": [
1325                "Cloud Files",
1326                "WebDAV",
1327                "abstraction",
1328                "aws",
1329                "cloud",
1330                "copy.com",
1331                "dropbox",
1332                "file systems",
1333                "files",
1334                "filesystem",
1335                "filesystems",
1336                "ftp",
1337                "rackspace",
1338                "remote",
1339                "s3",
1340                "sftp",
1341                "storage"
1342            ],
1343            "time": "2019-03-30T13:22:34+00:00"
1344        },
1345        {
1346            "name": "league/flysystem-cached-adapter",
1347            "version": "1.0.9",
1348            "source": {
1349                "type": "git",
1350                "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
1351                "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
1352            },
1353            "dist": {
1354                "type": "zip",
1355                "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
1356                "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
1357                "shasum": ""
1358            },
1359            "require": {
1360                "league/flysystem": "~1.0",
1361                "psr/cache": "^1.0.0"
1362            },
1363            "require-dev": {
1364                "mockery/mockery": "~0.9",
1365                "phpspec/phpspec": "^3.4",
1366                "phpunit/phpunit": "^5.7",
1367                "predis/predis": "~1.0",
1368                "tedivm/stash": "~0.12"
1369            },
1370            "suggest": {
1371                "ext-phpredis": "Pure C implemented extension for PHP"
1372            },
1373            "type": "library",
1374            "autoload": {
1375                "psr-4": {
1376                    "League\\Flysystem\\Cached\\": "src/"
1377                }
1378            },
1379            "notification-url": "https://packagist.org/downloads/",
1380            "license": [
1381                "MIT"
1382            ],
1383            "authors": [
1384                {
1385                    "name": "frankdejonge",
1386                    "email": "info@frenky.net"
1387                }
1388            ],
1389            "description": "An adapter decorator to enable meta-data caching.",
1390            "time": "2018-07-09T20:51:04+00:00"
1391        },
1392        {
1393            "name": "league/flysystem-ziparchive",
1394            "version": "1.0.3",
1395            "source": {
1396                "type": "git",
1397                "url": "https://github.com/thephpleague/flysystem-ziparchive.git",
1398                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45"
1399            },
1400            "dist": {
1401                "type": "zip",
1402                "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
1403                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
1404                "shasum": ""
1405            },
1406            "require": {
1407                "ext-zip": "*",
1408                "league/flysystem": "~1.0",
1409                "php": ">=5.4.0"
1410            },
1411            "require-dev": {
1412                "mockery/mockery": "0.9.*",
1413                "phpunit/phpunit": "~4.0"
1414            },
1415            "type": "library",
1416            "extra": {
1417                "branch-alias": {
1418                    "dev-master": "1.0-dev"
1419                }
1420            },
1421            "autoload": {
1422                "psr-4": {
1423                    "League\\Flysystem\\ZipArchive\\": "src/"
1424                }
1425            },
1426            "notification-url": "https://packagist.org/downloads/",
1427            "license": [
1428                "MIT"
1429            ],
1430            "authors": [
1431                {
1432                    "name": "Frank de Jonge",
1433                    "email": "info@frenky.net"
1434                }
1435            ],
1436            "description": "Flysystem adapter for ZipArchive's",
1437            "time": "2016-12-20T08:36:16+00:00"
1438        },
1439        {
1440            "name": "league/glide",
1441            "version": "1.5.0",
1442            "source": {
1443                "type": "git",
1444                "url": "https://github.com/thephpleague/glide.git",
1445                "reference": "a5477e9e822ed57b39861a17092b92553634932d"
1446            },
1447            "dist": {
1448                "type": "zip",
1449                "url": "https://api.github.com/repos/thephpleague/glide/zipball/a5477e9e822ed57b39861a17092b92553634932d",
1450                "reference": "a5477e9e822ed57b39861a17092b92553634932d",
1451                "shasum": ""
1452            },
1453            "require": {
1454                "intervention/image": "^2.4",
1455                "league/flysystem": "^1.0",
1456                "php": "^5.5 | ^7.0",
1457                "psr/http-message": "^1.0"
1458            },
1459            "require-dev": {
1460                "mockery/mockery": "~0.9",
1461                "phpunit/php-token-stream": "^1.4",
1462                "phpunit/phpunit": "~4.4"
1463            },
1464            "type": "library",
1465            "extra": {
1466                "branch-alias": {
1467                    "dev-master": "1.1-dev"
1468                }
1469            },
1470            "autoload": {
1471                "psr-4": {
1472                    "League\\Glide\\": "src/"
1473                }
1474            },
1475            "notification-url": "https://packagist.org/downloads/",
1476            "license": [
1477                "MIT"
1478            ],
1479            "authors": [
1480                {
1481                    "name": "Jonathan Reinink",
1482                    "email": "jonathan@reinink.ca",
1483                    "homepage": "http://reinink.ca"
1484                }
1485            ],
1486            "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
1487            "homepage": "http://glide.thephpleague.com",
1488            "keywords": [
1489                "ImageMagick",
1490                "editing",
1491                "gd",
1492                "image",
1493                "imagick",
1494                "league",
1495                "manipulation",
1496                "processing"
1497            ],
1498            "time": "2019-04-03T23:46:42+00:00"
1499        },
1500        {
1501            "name": "nesbot/carbon",
1502            "version": "2.17.1",
1503            "source": {
1504                "type": "git",
1505                "url": "https://github.com/briannesbitt/Carbon.git",
1506                "reference": "96acbc0c03782e8115156dd4dd8b736267155066"
1507            },
1508            "dist": {
1509                "type": "zip",
1510                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/96acbc0c03782e8115156dd4dd8b736267155066",
1511                "reference": "96acbc0c03782e8115156dd4dd8b736267155066",
1512                "shasum": ""
1513            },
1514            "require": {
1515                "ext-json": "*",
1516                "php": "^7.1.8 || ^8.0",
1517                "symfony/translation": "^3.4 || ^4.0"
1518            },
1519            "require-dev": {
1520                "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
1521                "kylekatarnls/multi-tester": "^1.1",
1522                "phpmd/phpmd": "^2.6",
1523                "phpstan/phpstan": "^0.11",
1524                "phpunit/phpunit": "^7.5 || ^8.0",
1525                "squizlabs/php_codesniffer": "^3.4"
1526            },
1527            "type": "library",
1528            "extra": {
1529                "laravel": {
1530                    "providers": [
1531                        "Carbon\\Laravel\\ServiceProvider"
1532                    ]
1533                }
1534            },
1535            "autoload": {
1536                "psr-4": {
1537                    "Carbon\\": "src/Carbon/"
1538                }
1539            },
1540            "notification-url": "https://packagist.org/downloads/",
1541            "license": [
1542                "MIT"
1543            ],
1544            "authors": [
1545                {
1546                    "name": "Brian Nesbitt",
1547                    "email": "brian@nesbot.com",
1548                    "homepage": "http://nesbot.com"
1549                }
1550            ],
1551            "description": "A simple API extension for DateTime.",
1552            "homepage": "http://carbon.nesbot.com",
1553            "keywords": [
1554                "date",
1555                "datetime",
1556                "time"
1557            ],
1558            "time": "2019-04-27T18:04:27+00:00"
1559        },
1560        {
1561            "name": "nyholm/psr7",
1562            "version": "1.1.0",
1563            "source": {
1564                "type": "git",
1565                "url": "https://github.com/Nyholm/psr7.git",
1566                "reference": "701fe7ea8c12c07b985b156d589134d328160cf7"
1567            },
1568            "dist": {
1569                "type": "zip",
1570                "url": "https://api.github.com/repos/Nyholm/psr7/zipball/701fe7ea8c12c07b985b156d589134d328160cf7",
1571                "reference": "701fe7ea8c12c07b985b156d589134d328160cf7",
1572                "shasum": ""
1573            },
1574            "require": {
1575                "php": "^7.1",
1576                "php-http/message-factory": "^1.0",
1577                "psr/http-factory": "^1.0",
1578                "psr/http-message": "^1.0"
1579            },
1580            "provide": {
1581                "psr/http-factory-implementation": "1.0",
1582                "psr/http-message-implementation": "1.0"
1583            },
1584            "require-dev": {
1585                "http-interop/http-factory-tests": "dev-master",
1586                "php-http/psr7-integration-tests": "dev-master",
1587                "phpunit/phpunit": "^7.5"
1588            },
1589            "type": "library",
1590            "extra": {
1591                "branch-alias": {
1592                    "dev-master": "1.0-dev"
1593                }
1594            },
1595            "autoload": {
1596                "psr-4": {
1597                    "Nyholm\\Psr7\\": "src/"
1598                }
1599            },
1600            "notification-url": "https://packagist.org/downloads/",
1601            "license": [
1602                "MIT"
1603            ],
1604            "authors": [
1605                {
1606                    "name": "Tobias Nyholm",
1607                    "email": "tobias.nyholm@gmail.com"
1608                },
1609                {
1610                    "name": "Martijn van der Ven",
1611                    "email": "martijn@vanderven.se"
1612                }
1613            ],
1614            "description": "A fast PHP7 implementation of PSR-7",
1615            "homepage": "http://tnyholm.se",
1616            "keywords": [
1617                "psr-17",
1618                "psr-7"
1619            ],
1620            "time": "2019-02-16T17:20:43+00:00"
1621        },
1622        {
1623            "name": "nyholm/psr7-server",
1624            "version": "0.3.0",
1625            "source": {
1626                "type": "git",
1627                "url": "https://github.com/Nyholm/psr7-server.git",
1628                "reference": "1b71a848fcb066fb805b7a9ab3f41ff65bffcde8"
1629            },
1630            "dist": {
1631                "type": "zip",
1632                "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/1b71a848fcb066fb805b7a9ab3f41ff65bffcde8",
1633                "reference": "1b71a848fcb066fb805b7a9ab3f41ff65bffcde8",
1634                "shasum": ""
1635            },
1636            "require": {
1637                "php": "^7.1",
1638                "psr/http-factory": "^1.0",
1639                "psr/http-message": "^1.0"
1640            },
1641            "require-dev": {
1642                "nyholm/nsa": "^1.1",
1643                "nyholm/psr7": "^1.0",
1644                "phpunit/phpunit": "^7.0"
1645            },
1646            "type": "library",
1647            "autoload": {
1648                "psr-4": {
1649                    "Nyholm\\Psr7Server\\": "src/"
1650                }
1651            },
1652            "notification-url": "https://packagist.org/downloads/",
1653            "license": [
1654                "MIT"
1655            ],
1656            "authors": [
1657                {
1658                    "name": "Tobias Nyholm",
1659                    "email": "tobias.nyholm@gmail.com"
1660                },
1661                {
1662                    "name": "Martijn van der Ven",
1663                    "email": "martijn@vanderven.se"
1664                }
1665            ],
1666            "description": "Helper classes to handle PSR-7 server requests",
1667            "homepage": "http://tnyholm.se",
1668            "keywords": [
1669                "psr-17",
1670                "psr-7"
1671            ],
1672            "time": "2018-09-02T10:41:28+00:00"
1673        },
1674        {
1675            "name": "oscarotero/middleland",
1676            "version": "v1.0.0",
1677            "source": {
1678                "type": "git",
1679                "url": "https://github.com/oscarotero/middleland.git",
1680                "reference": "abd480afe264714095d043edd76c542a99f1695b"
1681            },
1682            "dist": {
1683                "type": "zip",
1684                "url": "https://api.github.com/repos/oscarotero/middleland/zipball/abd480afe264714095d043edd76c542a99f1695b",
1685                "reference": "abd480afe264714095d043edd76c542a99f1695b",
1686                "shasum": ""
1687            },
1688            "require": {
1689                "php": "^7.0",
1690                "psr/container": "^1.0",
1691                "psr/http-server-middleware": "^1.0"
1692            },
1693            "require-dev": {
1694                "friendsofphp/php-cs-fixer": "^2.0",
1695                "phpunit/phpunit": "^6.0",
1696                "zendframework/zend-diactoros": "^1.3"
1697            },
1698            "type": "library",
1699            "autoload": {
1700                "psr-4": {
1701                    "Middleland\\": "src/"
1702                }
1703            },
1704            "notification-url": "https://packagist.org/downloads/",
1705            "license": [
1706                "MIT"
1707            ],
1708            "authors": [
1709                {
1710                    "name": "Oscar Otero",
1711                    "email": "oom@oscarotero.com",
1712                    "homepage": "http://oscarotero.com",
1713                    "role": "Developer"
1714                }
1715            ],
1716            "description": "PSR-15 middleware dispatcher",
1717            "homepage": "https://github.com/oscarotero/dispatcher",
1718            "keywords": [
1719                "http",
1720                "middleware",
1721                "psr-15",
1722                "psr-7"
1723            ],
1724            "time": "2018-01-24T20:41:57+00:00"
1725        },
1726        {
1727            "name": "paragonie/random_compat",
1728            "version": "v9.99.99",
1729            "source": {
1730                "type": "git",
1731                "url": "https://github.com/paragonie/random_compat.git",
1732                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
1733            },
1734            "dist": {
1735                "type": "zip",
1736                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1737                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1738                "shasum": ""
1739            },
1740            "require": {
1741                "php": "^7"
1742            },
1743            "require-dev": {
1744                "phpunit/phpunit": "4.*|5.*",
1745                "vimeo/psalm": "^1"
1746            },
1747            "suggest": {
1748                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1749            },
1750            "type": "library",
1751            "notification-url": "https://packagist.org/downloads/",
1752            "license": [
1753                "MIT"
1754            ],
1755            "authors": [
1756                {
1757                    "name": "Paragon Initiative Enterprises",
1758                    "email": "security@paragonie.com",
1759                    "homepage": "https://paragonie.com"
1760                }
1761            ],
1762            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1763            "keywords": [
1764                "csprng",
1765                "polyfill",
1766                "pseudorandom",
1767                "random"
1768            ],
1769            "time": "2018-07-02T15:55:56+00:00"
1770        },
1771        {
1772            "name": "php-http/message-factory",
1773            "version": "v1.0.2",
1774            "source": {
1775                "type": "git",
1776                "url": "https://github.com/php-http/message-factory.git",
1777                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
1778            },
1779            "dist": {
1780                "type": "zip",
1781                "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
1782                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
1783                "shasum": ""
1784            },
1785            "require": {
1786                "php": ">=5.4",
1787                "psr/http-message": "^1.0"
1788            },
1789            "type": "library",
1790            "extra": {
1791                "branch-alias": {
1792                    "dev-master": "1.0-dev"
1793                }
1794            },
1795            "autoload": {
1796                "psr-4": {
1797                    "Http\\Message\\": "src/"
1798                }
1799            },
1800            "notification-url": "https://packagist.org/downloads/",
1801            "license": [
1802                "MIT"
1803            ],
1804            "authors": [
1805                {
1806                    "name": "Márk Sági-Kazár",
1807                    "email": "mark.sagikazar@gmail.com"
1808                }
1809            ],
1810            "description": "Factory interfaces for PSR-7 HTTP Message",
1811            "homepage": "http://php-http.org",
1812            "keywords": [
1813                "factory",
1814                "http",
1815                "message",
1816                "stream",
1817                "uri"
1818            ],
1819            "time": "2015-12-19T14:08:53+00:00"
1820        },
1821        {
1822            "name": "psr/cache",
1823            "version": "1.0.1",
1824            "source": {
1825                "type": "git",
1826                "url": "https://github.com/php-fig/cache.git",
1827                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1828            },
1829            "dist": {
1830                "type": "zip",
1831                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1832                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1833                "shasum": ""
1834            },
1835            "require": {
1836                "php": ">=5.3.0"
1837            },
1838            "type": "library",
1839            "extra": {
1840                "branch-alias": {
1841                    "dev-master": "1.0.x-dev"
1842                }
1843            },
1844            "autoload": {
1845                "psr-4": {
1846                    "Psr\\Cache\\": "src/"
1847                }
1848            },
1849            "notification-url": "https://packagist.org/downloads/",
1850            "license": [
1851                "MIT"
1852            ],
1853            "authors": [
1854                {
1855                    "name": "PHP-FIG",
1856                    "homepage": "http://www.php-fig.org/"
1857                }
1858            ],
1859            "description": "Common interface for caching libraries",
1860            "keywords": [
1861                "cache",
1862                "psr",
1863                "psr-6"
1864            ],
1865            "time": "2016-08-06T20:24:11+00:00"
1866        },
1867        {
1868            "name": "psr/container",
1869            "version": "1.0.0",
1870            "source": {
1871                "type": "git",
1872                "url": "https://github.com/php-fig/container.git",
1873                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1874            },
1875            "dist": {
1876                "type": "zip",
1877                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1878                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1879                "shasum": ""
1880            },
1881            "require": {
1882                "php": ">=5.3.0"
1883            },
1884            "type": "library",
1885            "extra": {
1886                "branch-alias": {
1887                    "dev-master": "1.0.x-dev"
1888                }
1889            },
1890            "autoload": {
1891                "psr-4": {
1892                    "Psr\\Container\\": "src/"
1893                }
1894            },
1895            "notification-url": "https://packagist.org/downloads/",
1896            "license": [
1897                "MIT"
1898            ],
1899            "authors": [
1900                {
1901                    "name": "PHP-FIG",
1902                    "homepage": "http://www.php-fig.org/"
1903                }
1904            ],
1905            "description": "Common Container Interface (PHP FIG PSR-11)",
1906            "homepage": "https://github.com/php-fig/container",
1907            "keywords": [
1908                "PSR-11",
1909                "container",
1910                "container-interface",
1911                "container-interop",
1912                "psr"
1913            ],
1914            "time": "2017-02-14T16:28:37+00:00"
1915        },
1916        {
1917            "name": "psr/http-factory",
1918            "version": "1.0.0",
1919            "source": {
1920                "type": "git",
1921                "url": "https://github.com/php-fig/http-factory.git",
1922                "reference": "378bfe27931ecc54ff824a20d6f6bfc303bbd04c"
1923            },
1924            "dist": {
1925                "type": "zip",
1926                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/378bfe27931ecc54ff824a20d6f6bfc303bbd04c",
1927                "reference": "378bfe27931ecc54ff824a20d6f6bfc303bbd04c",
1928                "shasum": ""
1929            },
1930            "require": {
1931                "php": ">=7.0.0",
1932                "psr/http-message": "^1.0"
1933            },
1934            "type": "library",
1935            "extra": {
1936                "branch-alias": {
1937                    "dev-master": "1.0.x-dev"
1938                }
1939            },
1940            "autoload": {
1941                "psr-4": {
1942                    "Psr\\Http\\Message\\": "src/"
1943                }
1944            },
1945            "notification-url": "https://packagist.org/downloads/",
1946            "license": [
1947                "MIT"
1948            ],
1949            "authors": [
1950                {
1951                    "name": "PHP-FIG",
1952                    "homepage": "http://www.php-fig.org/"
1953                }
1954            ],
1955            "description": "Common interfaces for PSR-7 HTTP message factories",
1956            "keywords": [
1957                "factory",
1958                "http",
1959                "message",
1960                "psr",
1961                "psr-17",
1962                "psr-7",
1963                "request",
1964                "response"
1965            ],
1966            "time": "2018-07-30T21:54:04+00:00"
1967        },
1968        {
1969            "name": "psr/http-message",
1970            "version": "1.0.1",
1971            "source": {
1972                "type": "git",
1973                "url": "https://github.com/php-fig/http-message.git",
1974                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1975            },
1976            "dist": {
1977                "type": "zip",
1978                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1979                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1980                "shasum": ""
1981            },
1982            "require": {
1983                "php": ">=5.3.0"
1984            },
1985            "type": "library",
1986            "extra": {
1987                "branch-alias": {
1988                    "dev-master": "1.0.x-dev"
1989                }
1990            },
1991            "autoload": {
1992                "psr-4": {
1993                    "Psr\\Http\\Message\\": "src/"
1994                }
1995            },
1996            "notification-url": "https://packagist.org/downloads/",
1997            "license": [
1998                "MIT"
1999            ],
2000            "authors": [
2001                {
2002                    "name": "PHP-FIG",
2003                    "homepage": "http://www.php-fig.org/"
2004                }
2005            ],
2006            "description": "Common interface for HTTP messages",
2007            "homepage": "https://github.com/php-fig/http-message",
2008            "keywords": [
2009                "http",
2010                "http-message",
2011                "psr",
2012                "psr-7",
2013                "request",
2014                "response"
2015            ],
2016            "time": "2016-08-06T14:39:51+00:00"
2017        },
2018        {
2019            "name": "psr/http-server-handler",
2020            "version": "1.0.1",
2021            "source": {
2022                "type": "git",
2023                "url": "https://github.com/php-fig/http-server-handler.git",
2024                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
2025            },
2026            "dist": {
2027                "type": "zip",
2028                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
2029                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
2030                "shasum": ""
2031            },
2032            "require": {
2033                "php": ">=7.0",
2034                "psr/http-message": "^1.0"
2035            },
2036            "type": "library",
2037            "extra": {
2038                "branch-alias": {
2039                    "dev-master": "1.0.x-dev"
2040                }
2041            },
2042            "autoload": {
2043                "psr-4": {
2044                    "Psr\\Http\\Server\\": "src/"
2045                }
2046            },
2047            "notification-url": "https://packagist.org/downloads/",
2048            "license": [
2049                "MIT"
2050            ],
2051            "authors": [
2052                {
2053                    "name": "PHP-FIG",
2054                    "homepage": "http://www.php-fig.org/"
2055                }
2056            ],
2057            "description": "Common interface for HTTP server-side request handler",
2058            "keywords": [
2059                "handler",
2060                "http",
2061                "http-interop",
2062                "psr",
2063                "psr-15",
2064                "psr-7",
2065                "request",
2066                "response",
2067                "server"
2068            ],
2069            "time": "2018-10-30T16:46:14+00:00"
2070        },
2071        {
2072            "name": "psr/http-server-middleware",
2073            "version": "1.0.1",
2074            "source": {
2075                "type": "git",
2076                "url": "https://github.com/php-fig/http-server-middleware.git",
2077                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
2078            },
2079            "dist": {
2080                "type": "zip",
2081                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
2082                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
2083                "shasum": ""
2084            },
2085            "require": {
2086                "php": ">=7.0",
2087                "psr/http-message": "^1.0",
2088                "psr/http-server-handler": "^1.0"
2089            },
2090            "type": "library",
2091            "extra": {
2092                "branch-alias": {
2093                    "dev-master": "1.0.x-dev"
2094                }
2095            },
2096            "autoload": {
2097                "psr-4": {
2098                    "Psr\\Http\\Server\\": "src/"
2099                }
2100            },
2101            "notification-url": "https://packagist.org/downloads/",
2102            "license": [
2103                "MIT"
2104            ],
2105            "authors": [
2106                {
2107                    "name": "PHP-FIG",
2108                    "homepage": "http://www.php-fig.org/"
2109                }
2110            ],
2111            "description": "Common interface for HTTP server-side middleware",
2112            "keywords": [
2113                "http",
2114                "http-interop",
2115                "middleware",
2116                "psr",
2117                "psr-15",
2118                "psr-7",
2119                "request",
2120                "response"
2121            ],
2122            "time": "2018-10-30T17:12:04+00:00"
2123        },
2124        {
2125            "name": "psr/log",
2126            "version": "1.1.0",
2127            "source": {
2128                "type": "git",
2129                "url": "https://github.com/php-fig/log.git",
2130                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2131            },
2132            "dist": {
2133                "type": "zip",
2134                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2135                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2136                "shasum": ""
2137            },
2138            "require": {
2139                "php": ">=5.3.0"
2140            },
2141            "type": "library",
2142            "extra": {
2143                "branch-alias": {
2144                    "dev-master": "1.0.x-dev"
2145                }
2146            },
2147            "autoload": {
2148                "psr-4": {
2149                    "Psr\\Log\\": "Psr/Log/"
2150                }
2151            },
2152            "notification-url": "https://packagist.org/downloads/",
2153            "license": [
2154                "MIT"
2155            ],
2156            "authors": [
2157                {
2158                    "name": "PHP-FIG",
2159                    "homepage": "http://www.php-fig.org/"
2160                }
2161            ],
2162            "description": "Common interface for logging libraries",
2163            "homepage": "https://github.com/php-fig/log",
2164            "keywords": [
2165                "log",
2166                "psr",
2167                "psr-3"
2168            ],
2169            "time": "2018-11-20T15:27:04+00:00"
2170        },
2171        {
2172            "name": "psr/simple-cache",
2173            "version": "1.0.1",
2174            "source": {
2175                "type": "git",
2176                "url": "https://github.com/php-fig/simple-cache.git",
2177                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2178            },
2179            "dist": {
2180                "type": "zip",
2181                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2182                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2183                "shasum": ""
2184            },
2185            "require": {
2186                "php": ">=5.3.0"
2187            },
2188            "type": "library",
2189            "extra": {
2190                "branch-alias": {
2191                    "dev-master": "1.0.x-dev"
2192                }
2193            },
2194            "autoload": {
2195                "psr-4": {
2196                    "Psr\\SimpleCache\\": "src/"
2197                }
2198            },
2199            "notification-url": "https://packagist.org/downloads/",
2200            "license": [
2201                "MIT"
2202            ],
2203            "authors": [
2204                {
2205                    "name": "PHP-FIG",
2206                    "homepage": "http://www.php-fig.org/"
2207                }
2208            ],
2209            "description": "Common interfaces for simple caching",
2210            "keywords": [
2211                "cache",
2212                "caching",
2213                "psr",
2214                "psr-16",
2215                "simple-cache"
2216            ],
2217            "time": "2017-10-23T01:57:42+00:00"
2218        },
2219        {
2220            "name": "ralouphie/getallheaders",
2221            "version": "2.0.5",
2222            "source": {
2223                "type": "git",
2224                "url": "https://github.com/ralouphie/getallheaders.git",
2225                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
2226            },
2227            "dist": {
2228                "type": "zip",
2229                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
2230                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
2231                "shasum": ""
2232            },
2233            "require": {
2234                "php": ">=5.3"
2235            },
2236            "require-dev": {
2237                "phpunit/phpunit": "~3.7.0",
2238                "satooshi/php-coveralls": ">=1.0"
2239            },
2240            "type": "library",
2241            "autoload": {
2242                "files": [
2243                    "src/getallheaders.php"
2244                ]
2245            },
2246            "notification-url": "https://packagist.org/downloads/",
2247            "license": [
2248                "MIT"
2249            ],
2250            "authors": [
2251                {
2252                    "name": "Ralph Khattar",
2253                    "email": "ralph.khattar@gmail.com"
2254                }
2255            ],
2256            "description": "A polyfill for getallheaders.",
2257            "time": "2016-02-11T07:05:27+00:00"
2258        },
2259        {
2260            "name": "ramsey/uuid",
2261            "version": "3.8.0",
2262            "source": {
2263                "type": "git",
2264                "url": "https://github.com/ramsey/uuid.git",
2265                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
2266            },
2267            "dist": {
2268                "type": "zip",
2269                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2270                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2271                "shasum": ""
2272            },
2273            "require": {
2274                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
2275                "php": "^5.4 || ^7.0",
2276                "symfony/polyfill-ctype": "^1.8"
2277            },
2278            "replace": {
2279                "rhumsaa/uuid": "self.version"
2280            },
2281            "require-dev": {
2282                "codeception/aspect-mock": "^1.0 | ~2.0.0",
2283                "doctrine/annotations": "~1.2.0",
2284                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
2285                "ircmaxell/random-lib": "^1.1",
2286                "jakub-onderka/php-parallel-lint": "^0.9.0",
2287                "mockery/mockery": "^0.9.9",
2288                "moontoast/math": "^1.1",
2289                "php-mock/php-mock-phpunit": "^0.3|^1.1",
2290                "phpunit/phpunit": "^4.7|^5.0|^6.5",
2291                "squizlabs/php_codesniffer": "^2.3"
2292            },
2293            "suggest": {
2294                "ext-ctype": "Provides support for PHP Ctype functions",
2295                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2296                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2297                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2298                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2299                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2300                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2301            },
2302            "type": "library",
2303            "extra": {
2304                "branch-alias": {
2305                    "dev-master": "3.x-dev"
2306                }
2307            },
2308            "autoload": {
2309                "psr-4": {
2310                    "Ramsey\\Uuid\\": "src/"
2311                }
2312            },
2313            "notification-url": "https://packagist.org/downloads/",
2314            "license": [
2315                "MIT"
2316            ],
2317            "authors": [
2318                {
2319                    "name": "Marijn Huizendveld",
2320                    "email": "marijn.huizendveld@gmail.com"
2321                },
2322                {
2323                    "name": "Thibaud Fabre",
2324                    "email": "thibaud@aztech.io"
2325                },
2326                {
2327                    "name": "Ben Ramsey",
2328                    "email": "ben@benramsey.com",
2329                    "homepage": "https://benramsey.com"
2330                }
2331            ],
2332            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2333            "homepage": "https://github.com/ramsey/uuid",
2334            "keywords": [
2335                "guid",
2336                "identifier",
2337                "uuid"
2338            ],
2339            "time": "2018-07-19T23:38:55+00:00"
2340        },
2341        {
2342            "name": "swiftmailer/swiftmailer",
2343            "version": "v6.2.1",
2344            "source": {
2345                "type": "git",
2346                "url": "https://github.com/swiftmailer/swiftmailer.git",
2347                "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
2348            },
2349            "dist": {
2350                "type": "zip",
2351                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
2352                "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
2353                "shasum": ""
2354            },
2355            "require": {
2356                "egulias/email-validator": "~2.0",
2357                "php": ">=7.0.0",
2358                "symfony/polyfill-iconv": "^1.0",
2359                "symfony/polyfill-intl-idn": "^1.10",
2360                "symfony/polyfill-mbstring": "^1.0"
2361            },
2362            "require-dev": {
2363                "mockery/mockery": "~0.9.1",
2364                "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
2365            },
2366            "suggest": {
2367                "ext-intl": "Needed to support internationalized email addresses",
2368                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
2369            },
2370            "type": "library",
2371            "extra": {
2372                "branch-alias": {
2373                    "dev-master": "6.2-dev"
2374                }
2375            },
2376            "autoload": {
2377                "files": [
2378                    "lib/swift_required.php"
2379                ]
2380            },
2381            "notification-url": "https://packagist.org/downloads/",
2382            "license": [
2383                "MIT"
2384            ],
2385            "authors": [
2386                {
2387                    "name": "Chris Corbyn"
2388                },
2389                {
2390                    "name": "Fabien Potencier",
2391                    "email": "fabien@symfony.com"
2392                }
2393            ],
2394            "description": "Swiftmailer, free feature-rich PHP mailer",
2395            "homepage": "https://swiftmailer.symfony.com",
2396            "keywords": [
2397                "email",
2398                "mail",
2399                "mailer"
2400            ],
2401            "time": "2019-04-21T09:21:45+00:00"
2402        },
2403        {
2404            "name": "symfony/cache",
2405            "version": "v4.2.7",
2406            "source": {
2407                "type": "git",
2408                "url": "https://github.com/symfony/cache.git",
2409                "reference": "9e64db924324700e19ef4f21c2c279a35ff9bdff"
2410            },
2411            "dist": {
2412                "type": "zip",
2413                "url": "https://api.github.com/repos/symfony/cache/zipball/9e64db924324700e19ef4f21c2c279a35ff9bdff",
2414                "reference": "9e64db924324700e19ef4f21c2c279a35ff9bdff",
2415                "shasum": ""
2416            },
2417            "require": {
2418                "php": "^7.1.3",
2419                "psr/cache": "~1.0",
2420                "psr/log": "~1.0",
2421                "psr/simple-cache": "^1.0",
2422                "symfony/contracts": "^1.0",
2423                "symfony/var-exporter": "^4.2"
2424            },
2425            "conflict": {
2426                "doctrine/dbal": "<2.5",
2427                "symfony/dependency-injection": "<3.4",
2428                "symfony/var-dumper": "<3.4"
2429            },
2430            "provide": {
2431                "psr/cache-implementation": "1.0",
2432                "psr/simple-cache-implementation": "1.0",
2433                "symfony/cache-contracts-implementation": "1.0"
2434            },
2435            "require-dev": {
2436                "cache/integration-tests": "dev-master",
2437                "doctrine/cache": "~1.6",
2438                "doctrine/dbal": "~2.5",
2439                "predis/predis": "~1.1",
2440                "symfony/config": "~4.2",
2441                "symfony/dependency-injection": "~3.4|~4.1",
2442                "symfony/var-dumper": "^4.1.1"
2443            },
2444            "type": "library",
2445            "extra": {
2446                "branch-alias": {
2447                    "dev-master": "4.2-dev"
2448                }
2449            },
2450            "autoload": {
2451                "psr-4": {
2452                    "Symfony\\Component\\Cache\\": ""
2453                },
2454                "exclude-from-classmap": [
2455                    "/Tests/"
2456                ]
2457            },
2458            "notification-url": "https://packagist.org/downloads/",
2459            "license": [
2460                "MIT"
2461            ],
2462            "authors": [
2463                {
2464                    "name": "Nicolas Grekas",
2465                    "email": "p@tchwork.com"
2466                },
2467                {
2468                    "name": "Symfony Community",
2469                    "homepage": "https://symfony.com/contributors"
2470                }
2471            ],
2472            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2473            "homepage": "https://symfony.com",
2474            "keywords": [
2475                "caching",
2476                "psr6"
2477            ],
2478            "time": "2019-04-16T09:36:45+00:00"
2479        },
2480        {
2481            "name": "symfony/contracts",
2482            "version": "v1.0.2",
2483            "source": {
2484                "type": "git",
2485                "url": "https://github.com/symfony/contracts.git",
2486                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
2487            },
2488            "dist": {
2489                "type": "zip",
2490                "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
2491                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
2492                "shasum": ""
2493            },
2494            "require": {
2495                "php": "^7.1.3"
2496            },
2497            "require-dev": {
2498                "psr/cache": "^1.0",
2499                "psr/container": "^1.0"
2500            },
2501            "suggest": {
2502                "psr/cache": "When using the Cache contracts",
2503                "psr/container": "When using the Service contracts",
2504                "symfony/cache-contracts-implementation": "",
2505                "symfony/service-contracts-implementation": "",
2506                "symfony/translation-contracts-implementation": ""
2507            },
2508            "type": "library",
2509            "extra": {
2510                "branch-alias": {
2511                    "dev-master": "1.0-dev"
2512                }
2513            },
2514            "autoload": {
2515                "psr-4": {
2516                    "Symfony\\Contracts\\": ""
2517                },
2518                "exclude-from-classmap": [
2519                    "**/Tests/"
2520                ]
2521            },
2522            "notification-url": "https://packagist.org/downloads/",
2523            "license": [
2524                "MIT"
2525            ],
2526            "authors": [
2527                {
2528                    "name": "Nicolas Grekas",
2529                    "email": "p@tchwork.com"
2530                },
2531                {
2532                    "name": "Symfony Community",
2533                    "homepage": "https://symfony.com/contributors"
2534                }
2535            ],
2536            "description": "A set of abstractions extracted out of the Symfony components",
2537            "homepage": "https://symfony.com",
2538            "keywords": [
2539                "abstractions",
2540                "contracts",
2541                "decoupling",
2542                "interfaces",
2543                "interoperability",
2544                "standards"
2545            ],
2546            "time": "2018-12-05T08:06:11+00:00"
2547        },
2548        {
2549            "name": "symfony/debug",
2550            "version": "v4.2.7",
2551            "source": {
2552                "type": "git",
2553                "url": "https://github.com/symfony/debug.git",
2554                "reference": "2d279b6bb1d582dd5740d4d3251ae8c18812ed37"
2555            },
2556            "dist": {
2557                "type": "zip",
2558                "url": "https://api.github.com/repos/symfony/debug/zipball/2d279b6bb1d582dd5740d4d3251ae8c18812ed37",
2559                "reference": "2d279b6bb1d582dd5740d4d3251ae8c18812ed37",
2560                "shasum": ""
2561            },
2562            "require": {
2563                "php": "^7.1.3",
2564                "psr/log": "~1.0"
2565            },
2566            "conflict": {
2567                "symfony/http-kernel": "<3.4"
2568            },
2569            "require-dev": {
2570                "symfony/http-kernel": "~3.4|~4.0"
2571            },
2572            "type": "library",
2573            "extra": {
2574                "branch-alias": {
2575                    "dev-master": "4.2-dev"
2576                }
2577            },
2578            "autoload": {
2579                "psr-4": {
2580                    "Symfony\\Component\\Debug\\": ""
2581                },
2582                "exclude-from-classmap": [
2583                    "/Tests/"
2584                ]
2585            },
2586            "notification-url": "https://packagist.org/downloads/",
2587            "license": [
2588                "MIT"
2589            ],
2590            "authors": [
2591                {
2592                    "name": "Fabien Potencier",
2593                    "email": "fabien@symfony.com"
2594                },
2595                {
2596                    "name": "Symfony Community",
2597                    "homepage": "https://symfony.com/contributors"
2598                }
2599            ],
2600            "description": "Symfony Debug Component",
2601            "homepage": "https://symfony.com",
2602            "time": "2019-04-11T11:27:41+00:00"
2603        },
2604        {
2605            "name": "symfony/event-dispatcher",
2606            "version": "v4.2.7",
2607            "source": {
2608                "type": "git",
2609                "url": "https://github.com/symfony/event-dispatcher.git",
2610                "reference": "fbce53cd74ac509cbe74b6f227622650ab759b02"
2611            },
2612            "dist": {
2613                "type": "zip",
2614                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fbce53cd74ac509cbe74b6f227622650ab759b02",
2615                "reference": "fbce53cd74ac509cbe74b6f227622650ab759b02",
2616                "shasum": ""
2617            },
2618            "require": {
2619                "php": "^7.1.3",
2620                "symfony/contracts": "^1.0"
2621            },
2622            "conflict": {
2623                "symfony/dependency-injection": "<3.4"
2624            },
2625            "require-dev": {
2626                "psr/log": "~1.0",
2627                "symfony/config": "~3.4|~4.0",
2628                "symfony/dependency-injection": "~3.4|~4.0",
2629                "symfony/expression-language": "~3.4|~4.0",
2630                "symfony/stopwatch": "~3.4|~4.0"
2631            },
2632            "suggest": {
2633                "symfony/dependency-injection": "",
2634                "symfony/http-kernel": ""
2635            },
2636            "type": "library",
2637            "extra": {
2638                "branch-alias": {
2639                    "dev-master": "4.2-dev"
2640                }
2641            },
2642            "autoload": {
2643                "psr-4": {
2644                    "Symfony\\Component\\EventDispatcher\\": ""
2645                },
2646                "exclude-from-classmap": [
2647                    "/Tests/"
2648                ]
2649            },
2650            "notification-url": "https://packagist.org/downloads/",
2651            "license": [
2652                "MIT"
2653            ],
2654            "authors": [
2655                {
2656                    "name": "Fabien Potencier",
2657                    "email": "fabien@symfony.com"
2658                },
2659                {
2660                    "name": "Symfony Community",
2661                    "homepage": "https://symfony.com/contributors"
2662                }
2663            ],
2664            "description": "Symfony EventDispatcher Component",
2665            "homepage": "https://symfony.com",
2666            "time": "2019-04-06T13:51:08+00:00"
2667        },
2668        {
2669            "name": "symfony/expression-language",
2670            "version": "v4.2.7",
2671            "source": {
2672                "type": "git",
2673                "url": "https://github.com/symfony/expression-language.git",
2674                "reference": "a69b153996a13ffdb05395e8724c7217a8448e9e"
2675            },
2676            "dist": {
2677                "type": "zip",
2678                "url": "https://api.github.com/repos/symfony/expression-language/zipball/a69b153996a13ffdb05395e8724c7217a8448e9e",
2679                "reference": "a69b153996a13ffdb05395e8724c7217a8448e9e",
2680                "shasum": ""
2681            },
2682            "require": {
2683                "php": "^7.1.3",
2684                "symfony/cache": "~3.4|~4.0",
2685                "symfony/contracts": "^1.0"
2686            },
2687            "type": "library",
2688            "extra": {
2689                "branch-alias": {
2690                    "dev-master": "4.2-dev"
2691                }
2692            },
2693            "autoload": {
2694                "psr-4": {
2695                    "Symfony\\Component\\ExpressionLanguage\\": ""
2696                },
2697                "exclude-from-classmap": [
2698                    "/Tests/"
2699                ]
2700            },
2701            "notification-url": "https://packagist.org/downloads/",
2702            "license": [
2703                "MIT"
2704            ],
2705            "authors": [
2706                {
2707                    "name": "Fabien Potencier",
2708                    "email": "fabien@symfony.com"
2709                },
2710                {
2711                    "name": "Symfony Community",
2712                    "homepage": "https://symfony.com/contributors"
2713                }
2714            ],
2715            "description": "Symfony ExpressionLanguage Component",
2716            "homepage": "https://symfony.com",
2717            "time": "2019-01-16T20:31:39+00:00"
2718        },
2719        {
2720            "name": "symfony/http-foundation",
2721            "version": "v4.2.7",
2722            "source": {
2723                "type": "git",
2724                "url": "https://github.com/symfony/http-foundation.git",
2725                "reference": "6ebbe61f48069033225c9d3fa7eb5ed116d766d6"
2726            },
2727            "dist": {
2728                "type": "zip",
2729                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6ebbe61f48069033225c9d3fa7eb5ed116d766d6",
2730                "reference": "6ebbe61f48069033225c9d3fa7eb5ed116d766d6",
2731                "shasum": ""
2732            },
2733            "require": {
2734                "php": "^7.1.3",
2735                "symfony/polyfill-mbstring": "~1.1"
2736            },
2737            "require-dev": {
2738                "predis/predis": "~1.0",
2739                "symfony/expression-language": "~3.4|~4.0"
2740            },
2741            "type": "library",
2742            "extra": {
2743                "branch-alias": {
2744                    "dev-master": "4.2-dev"
2745                }
2746            },
2747            "autoload": {
2748                "psr-4": {
2749                    "Symfony\\Component\\HttpFoundation\\": ""
2750                },
2751                "exclude-from-classmap": [
2752                    "/Tests/"
2753                ]
2754            },
2755            "notification-url": "https://packagist.org/downloads/",
2756            "license": [
2757                "MIT"
2758            ],
2759            "authors": [
2760                {
2761                    "name": "Fabien Potencier",
2762                    "email": "fabien@symfony.com"
2763                },
2764                {
2765                    "name": "Symfony Community",
2766                    "homepage": "https://symfony.com/contributors"
2767                }
2768            ],
2769            "description": "Symfony HttpFoundation Component",
2770            "homepage": "https://symfony.com",
2771            "time": "2019-04-17T14:56:00+00:00"
2772        },
2773        {
2774            "name": "symfony/http-kernel",
2775            "version": "v4.2.7",
2776            "source": {
2777                "type": "git",
2778                "url": "https://github.com/symfony/http-kernel.git",
2779                "reference": "3db83303dbc1da9777e5ff63423b8b7fde423a1b"
2780            },
2781            "dist": {
2782                "type": "zip",
2783                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3db83303dbc1da9777e5ff63423b8b7fde423a1b",
2784                "reference": "3db83303dbc1da9777e5ff63423b8b7fde423a1b",
2785                "shasum": ""
2786            },
2787            "require": {
2788                "php": "^7.1.3",
2789                "psr/log": "~1.0",
2790                "symfony/contracts": "^1.0.2",
2791                "symfony/debug": "~3.4|~4.0",
2792                "symfony/event-dispatcher": "~4.1",
2793                "symfony/http-foundation": "^4.1.1",
2794                "symfony/polyfill-ctype": "~1.8"
2795            },
2796            "conflict": {
2797                "symfony/config": "<3.4",
2798                "symfony/dependency-injection": "<4.2",
2799                "symfony/translation": "<4.2",
2800                "symfony/var-dumper": "<4.1.1",
2801                "twig/twig": "<1.34|<2.4,>=2"
2802            },
2803            "provide": {
2804                "psr/log-implementation": "1.0"
2805            },
2806            "require-dev": {
2807                "psr/cache": "~1.0",
2808                "symfony/browser-kit": "~3.4|~4.0",
2809                "symfony/config": "~3.4|~4.0",
2810                "symfony/console": "~3.4|~4.0",
2811                "symfony/css-selector": "~3.4|~4.0",
2812                "symfony/dependency-injection": "^4.2",
2813                "symfony/dom-crawler": "~3.4|~4.0",
2814                "symfony/expression-language": "~3.4|~4.0",
2815                "symfony/finder": "~3.4|~4.0",
2816                "symfony/process": "~3.4|~4.0",
2817                "symfony/routing": "~3.4|~4.0",
2818                "symfony/stopwatch": "~3.4|~4.0",
2819                "symfony/templating": "~3.4|~4.0",
2820                "symfony/translation": "~4.2",
2821                "symfony/var-dumper": "^4.1.1"
2822            },
2823            "suggest": {
2824                "symfony/browser-kit": "",
2825                "symfony/config": "",
2826                "symfony/console": "",
2827                "symfony/dependency-injection": "",
2828                "symfony/var-dumper": ""
2829            },
2830            "type": "library",
2831            "extra": {
2832                "branch-alias": {
2833                    "dev-master": "4.2-dev"
2834                }
2835            },
2836            "autoload": {
2837                "psr-4": {
2838                    "Symfony\\Component\\HttpKernel\\": ""
2839                },
2840                "exclude-from-classmap": [
2841                    "/Tests/"
2842                ]
2843            },
2844            "notification-url": "https://packagist.org/downloads/",
2845            "license": [
2846                "MIT"
2847            ],
2848            "authors": [
2849                {
2850                    "name": "Fabien Potencier",
2851                    "email": "fabien@symfony.com"
2852                },
2853                {
2854                    "name": "Symfony Community",
2855                    "homepage": "https://symfony.com/contributors"
2856                }
2857            ],
2858            "description": "Symfony HttpKernel Component",
2859            "homepage": "https://symfony.com",
2860            "time": "2019-04-17T16:17:13+00:00"
2861        },
2862        {
2863            "name": "symfony/polyfill-ctype",
2864            "version": "v1.11.0",
2865            "source": {
2866                "type": "git",
2867                "url": "https://github.com/symfony/polyfill-ctype.git",
2868                "reference": "82ebae02209c21113908c229e9883c419720738a"
2869            },
2870            "dist": {
2871                "type": "zip",
2872                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
2873                "reference": "82ebae02209c21113908c229e9883c419720738a",
2874                "shasum": ""
2875            },
2876            "require": {
2877                "php": ">=5.3.3"
2878            },
2879            "suggest": {
2880                "ext-ctype": "For best performance"
2881            },
2882            "type": "library",
2883            "extra": {
2884                "branch-alias": {
2885                    "dev-master": "1.11-dev"
2886                }
2887            },
2888            "autoload": {
2889                "psr-4": {
2890                    "Symfony\\Polyfill\\Ctype\\": ""
2891                },
2892                "files": [
2893                    "bootstrap.php"
2894                ]
2895            },
2896            "notification-url": "https://packagist.org/downloads/",
2897            "license": [
2898                "MIT"
2899            ],
2900            "authors": [
2901                {
2902                    "name": "Symfony Community",
2903                    "homepage": "https://symfony.com/contributors"
2904                },
2905                {
2906                    "name": "Gert de Pagter",
2907                    "email": "backendtea@gmail.com"
2908                }
2909            ],
2910            "description": "Symfony polyfill for ctype functions",
2911            "homepage": "https://symfony.com",
2912            "keywords": [
2913                "compatibility",
2914                "ctype",
2915                "polyfill",
2916                "portable"
2917            ],
2918            "time": "2019-02-06T07:57:58+00:00"
2919        },
2920        {
2921            "name": "symfony/polyfill-iconv",
2922            "version": "v1.11.0",
2923            "source": {
2924                "type": "git",
2925                "url": "https://github.com/symfony/polyfill-iconv.git",
2926                "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7"
2927            },
2928            "dist": {
2929                "type": "zip",
2930                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
2931                "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
2932                "shasum": ""
2933            },
2934            "require": {
2935                "php": ">=5.3.3"
2936            },
2937            "suggest": {
2938                "ext-iconv": "For best performance"
2939            },
2940            "type": "library",
2941            "extra": {
2942                "branch-alias": {
2943                    "dev-master": "1.11-dev"
2944                }
2945            },
2946            "autoload": {
2947                "psr-4": {
2948                    "Symfony\\Polyfill\\Iconv\\": ""
2949                },
2950                "files": [
2951                    "bootstrap.php"
2952                ]
2953            },
2954            "notification-url": "https://packagist.org/downloads/",
2955            "license": [
2956                "MIT"
2957            ],
2958            "authors": [
2959                {
2960                    "name": "Nicolas Grekas",
2961                    "email": "p@tchwork.com"
2962                },
2963                {
2964                    "name": "Symfony Community",
2965                    "homepage": "https://symfony.com/contributors"
2966                }
2967            ],
2968            "description": "Symfony polyfill for the Iconv extension",
2969            "homepage": "https://symfony.com",
2970            "keywords": [
2971                "compatibility",
2972                "iconv",
2973                "polyfill",
2974                "portable",
2975                "shim"
2976            ],
2977            "time": "2019-02-06T07:57:58+00:00"
2978        },
2979        {
2980            "name": "symfony/polyfill-intl-idn",
2981            "version": "v1.11.0",
2982            "source": {
2983                "type": "git",
2984                "url": "https://github.com/symfony/polyfill-intl-idn.git",
2985                "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af"
2986            },
2987            "dist": {
2988                "type": "zip",
2989                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af",
2990                "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af",
2991                "shasum": ""
2992            },
2993            "require": {
2994                "php": ">=5.3.3",
2995                "symfony/polyfill-mbstring": "^1.3",
2996                "symfony/polyfill-php72": "^1.9"
2997            },
2998            "suggest": {
2999                "ext-intl": "For best performance"
3000            },
3001            "type": "library",
3002            "extra": {
3003                "branch-alias": {
3004                    "dev-master": "1.9-dev"
3005                }
3006            },
3007            "autoload": {
3008                "psr-4": {
3009                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
3010                },
3011                "files": [
3012                    "bootstrap.php"
3013                ]
3014            },
3015            "notification-url": "https://packagist.org/downloads/",
3016            "license": [
3017                "MIT"
3018            ],
3019            "authors": [
3020                {
3021                    "name": "Symfony Community",
3022                    "homepage": "https://symfony.com/contributors"
3023                },
3024                {
3025                    "name": "Laurent Bassin",
3026                    "email": "laurent@bassin.info"
3027                }
3028            ],
3029            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3030            "homepage": "https://symfony.com",
3031            "keywords": [
3032                "compatibility",
3033                "idn",
3034                "intl",
3035                "polyfill",
3036                "portable",
3037                "shim"
3038            ],
3039            "time": "2019-03-04T13:44:35+00:00"
3040        },
3041        {
3042            "name": "symfony/polyfill-mbstring",
3043            "version": "v1.11.0",
3044            "source": {
3045                "type": "git",
3046                "url": "https://github.com/symfony/polyfill-mbstring.git",
3047                "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
3048            },
3049            "dist": {
3050                "type": "zip",
3051                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
3052                "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
3053                "shasum": ""
3054            },
3055            "require": {
3056                "php": ">=5.3.3"
3057            },
3058            "suggest": {
3059                "ext-mbstring": "For best performance"
3060            },
3061            "type": "library",
3062            "extra": {
3063                "branch-alias": {
3064                    "dev-master": "1.11-dev"
3065                }
3066            },
3067            "autoload": {
3068                "psr-4": {
3069                    "Symfony\\Polyfill\\Mbstring\\": ""
3070                },
3071                "files": [
3072                    "bootstrap.php"
3073                ]
3074            },
3075            "notification-url": "https://packagist.org/downloads/",
3076            "license": [
3077                "MIT"
3078            ],
3079            "authors": [
3080                {
3081                    "name": "Nicolas Grekas",
3082                    "email": "p@tchwork.com"
3083                },
3084                {
3085                    "name": "Symfony Community",
3086                    "homepage": "https://symfony.com/contributors"
3087                }
3088            ],
3089            "description": "Symfony polyfill for the Mbstring extension",
3090            "homepage": "https://symfony.com",
3091            "keywords": [
3092                "compatibility",
3093                "mbstring",
3094                "polyfill",
3095                "portable",
3096                "shim"
3097            ],
3098            "time": "2019-02-06T07:57:58+00:00"
3099        },
3100        {
3101            "name": "symfony/polyfill-php72",
3102            "version": "v1.11.0",
3103            "source": {
3104                "type": "git",
3105                "url": "https://github.com/symfony/polyfill-php72.git",
3106                "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
3107            },
3108            "dist": {
3109                "type": "zip",
3110                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
3111                "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
3112                "shasum": ""
3113            },
3114            "require": {
3115                "php": ">=5.3.3"
3116            },
3117            "type": "library",
3118            "extra": {
3119                "branch-alias": {
3120                    "dev-master": "1.11-dev"
3121                }
3122            },
3123            "autoload": {
3124                "psr-4": {
3125                    "Symfony\\Polyfill\\Php72\\": ""
3126                },
3127                "files": [
3128                    "bootstrap.php"
3129                ]
3130            },
3131            "notification-url": "https://packagist.org/downloads/",
3132            "license": [
3133                "MIT"
3134            ],
3135            "authors": [
3136                {
3137                    "name": "Nicolas Grekas",
3138                    "email": "p@tchwork.com"
3139                },
3140                {
3141                    "name": "Symfony Community",
3142                    "homepage": "https://symfony.com/contributors"
3143                }
3144            ],
3145            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3146            "homepage": "https://symfony.com",
3147            "keywords": [
3148                "compatibility",
3149                "polyfill",
3150                "portable",
3151                "shim"
3152            ],
3153            "time": "2019-02-06T07:57:58+00:00"
3154        },
3155        {
3156            "name": "symfony/translation",
3157            "version": "v4.2.7",
3158            "source": {
3159                "type": "git",
3160                "url": "https://github.com/symfony/translation.git",
3161                "reference": "46c0dede1f925383d13dc783857be2c41efd0b24"
3162            },
3163            "dist": {
3164                "type": "zip",
3165                "url": "https://api.github.com/repos/symfony/translation/zipball/46c0dede1f925383d13dc783857be2c41efd0b24",
3166                "reference": "46c0dede1f925383d13dc783857be2c41efd0b24",
3167                "shasum": ""
3168            },
3169            "require": {
3170                "php": "^7.1.3",
3171                "symfony/contracts": "^1.0.2",
3172                "symfony/polyfill-mbstring": "~1.0"
3173            },
3174            "conflict": {
3175                "symfony/config": "<3.4",
3176                "symfony/dependency-injection": "<3.4",
3177                "symfony/yaml": "<3.4"
3178            },
3179            "provide": {
3180                "symfony/translation-contracts-implementation": "1.0"
3181            },
3182            "require-dev": {
3183                "psr/log": "~1.0",
3184                "symfony/config": "~3.4|~4.0",
3185                "symfony/console": "~3.4|~4.0",
3186                "symfony/dependency-injection": "~3.4|~4.0",
3187                "symfony/finder": "~2.8|~3.0|~4.0",
3188                "symfony/http-kernel": "~3.4|~4.0",
3189                "symfony/intl": "~3.4|~4.0",
3190                "symfony/var-dumper": "~3.4|~4.0",
3191                "symfony/yaml": "~3.4|~4.0"
3192            },
3193            "suggest": {
3194                "psr/log-implementation": "To use logging capability in translator",
3195                "symfony/config": "",
3196                "symfony/yaml": ""
3197            },
3198            "type": "library",
3199            "extra": {
3200                "branch-alias": {
3201                    "dev-master": "4.2-dev"
3202                }
3203            },
3204            "autoload": {
3205                "psr-4": {
3206                    "Symfony\\Component\\Translation\\": ""
3207                },
3208                "exclude-from-classmap": [
3209                    "/Tests/"
3210                ]
3211            },
3212            "notification-url": "https://packagist.org/downloads/",
3213            "license": [
3214                "MIT"
3215            ],
3216            "authors": [
3217                {
3218                    "name": "Fabien Potencier",
3219                    "email": "fabien@symfony.com"
3220                },
3221                {
3222                    "name": "Symfony Community",
3223                    "homepage": "https://symfony.com/contributors"
3224                }
3225            ],
3226            "description": "Symfony Translation Component",
3227            "homepage": "https://symfony.com",
3228            "time": "2019-04-10T16:20:36+00:00"
3229        },
3230        {
3231            "name": "symfony/var-exporter",
3232            "version": "v4.2.7",
3233            "source": {
3234                "type": "git",
3235                "url": "https://github.com/symfony/var-exporter.git",
3236                "reference": "57e00f3e0a3deee65b67cf971455b98afeacca46"
3237            },
3238            "dist": {
3239                "type": "zip",
3240                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/57e00f3e0a3deee65b67cf971455b98afeacca46",
3241                "reference": "57e00f3e0a3deee65b67cf971455b98afeacca46",
3242                "shasum": ""
3243            },
3244            "require": {
3245                "php": "^7.1.3"
3246            },
3247            "require-dev": {
3248                "symfony/var-dumper": "^4.1.1"
3249            },
3250            "type": "library",
3251            "extra": {
3252                "branch-alias": {
3253                    "dev-master": "4.2-dev"
3254                }
3255            },
3256            "autoload": {
3257                "psr-4": {
3258                    "Symfony\\Component\\VarExporter\\": ""
3259                },
3260                "exclude-from-classmap": [
3261                    "/Tests/"
3262                ]
3263            },
3264            "notification-url": "https://packagist.org/downloads/",
3265            "license": [
3266                "MIT"
3267            ],
3268            "authors": [
3269                {
3270                    "name": "Nicolas Grekas",
3271                    "email": "p@tchwork.com"
3272                },
3273                {
3274                    "name": "Symfony Community",
3275                    "homepage": "https://symfony.com/contributors"
3276                }
3277            ],
3278            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
3279            "homepage": "https://symfony.com",
3280            "keywords": [
3281                "clone",
3282                "construct",
3283                "export",
3284                "hydrate",
3285                "instantiate",
3286                "serialize"
3287            ],
3288            "time": "2019-04-09T20:09:28+00:00"
3289        },
3290        {
3291            "name": "tecnickcom/tcpdf",
3292            "version": "6.2.26",
3293            "source": {
3294                "type": "git",
3295                "url": "https://github.com/tecnickcom/TCPDF.git",
3296                "reference": "367241059ca166e3a76490f4448c284e0a161f15"
3297            },
3298            "dist": {
3299                "type": "zip",
3300                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
3301                "reference": "367241059ca166e3a76490f4448c284e0a161f15",
3302                "shasum": ""
3303            },
3304            "require": {
3305                "php": ">=5.3.0"
3306            },
3307            "type": "library",
3308            "autoload": {
3309                "classmap": [
3310                    "config",
3311                    "include",
3312                    "tcpdf.php",
3313                    "tcpdf_parser.php",
3314                    "tcpdf_import.php",
3315                    "tcpdf_barcodes_1d.php",
3316                    "tcpdf_barcodes_2d.php",
3317                    "include/tcpdf_colors.php",
3318                    "include/tcpdf_filters.php",
3319                    "include/tcpdf_font_data.php",
3320                    "include/tcpdf_fonts.php",
3321                    "include/tcpdf_images.php",
3322                    "include/tcpdf_static.php",
3323                    "include/barcodes/datamatrix.php",
3324                    "include/barcodes/pdf417.php",
3325                    "include/barcodes/qrcode.php"
3326                ]
3327            },
3328            "notification-url": "https://packagist.org/downloads/",
3329            "license": [
3330                "LGPL-3.0"
3331            ],
3332            "authors": [
3333                {
3334                    "name": "Nicola Asuni",
3335                    "email": "info@tecnick.com",
3336                    "role": "lead"
3337                }
3338            ],
3339            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3340            "homepage": "http://www.tcpdf.org/",
3341            "keywords": [
3342                "PDFD32000-2008",
3343                "TCPDF",
3344                "barcodes",
3345                "datamatrix",
3346                "pdf",
3347                "pdf417",
3348                "qrcode"
3349            ],
3350            "time": "2018-10-16T17:24:05+00:00"
3351        },
3352        {
3353            "name": "webuni/commonmark-table-extension",
3354            "version": "0.9.0",
3355            "source": {
3356                "type": "git",
3357                "url": "https://github.com/webuni/commonmark-table-extension.git",
3358                "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3"
3359            },
3360            "dist": {
3361                "type": "zip",
3362                "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/94bc98d802d0b706e748716854e5fa0bd3644df3",
3363                "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3",
3364                "shasum": ""
3365            },
3366            "require": {
3367                "league/commonmark": "^0.16|^0.17|^0.18",
3368                "php": "^5.6|^7.0"
3369            },
3370            "require-dev": {
3371                "friendsofphp/php-cs-fixer": "^2.9",
3372                "phpunit/phpunit": "^5.4|^6.0",
3373                "symfony/var-dumper": "^3.0|^4.0",
3374                "vimeo/psalm": "~0.3"
3375            },
3376            "type": "library",
3377            "extra": {
3378                "branch-alias": {
3379                    "dev-master": "0.9-dev"
3380                }
3381            },
3382            "autoload": {
3383                "psr-4": {
3384                    "Webuni\\CommonMark\\TableExtension\\": "src"
3385                }
3386            },
3387            "notification-url": "https://packagist.org/downloads/",
3388            "license": [
3389                "MIT"
3390            ],
3391            "authors": [
3392                {
3393                    "name": "Martin Hasoň",
3394                    "email": "martin.hason@gmail.com"
3395                },
3396                {
3397                    "name": "Webuni s.r.o.",
3398                    "homepage": "https://www.webuni.cz"
3399                }
3400            ],
3401            "description": "The table extension for CommonMark PHP implementation",
3402            "homepage": "https://github.com/webuni/commonmark-table-extension",
3403            "keywords": [
3404                "commonmark",
3405                "markdown",
3406                "table"
3407            ],
3408            "time": "2018-11-28T11:29:11+00:00"
3409        }
3410    ],
3411    "packages-dev": [
3412        {
3413            "name": "doctrine/instantiator",
3414            "version": "1.2.0",
3415            "source": {
3416                "type": "git",
3417                "url": "https://github.com/doctrine/instantiator.git",
3418                "reference": "a2c590166b2133a4633738648b6b064edae0814a"
3419            },
3420            "dist": {
3421                "type": "zip",
3422                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
3423                "reference": "a2c590166b2133a4633738648b6b064edae0814a",
3424                "shasum": ""
3425            },
3426            "require": {
3427                "php": "^7.1"
3428            },
3429            "require-dev": {
3430                "doctrine/coding-standard": "^6.0",
3431                "ext-pdo": "*",
3432                "ext-phar": "*",
3433                "phpbench/phpbench": "^0.13",
3434                "phpstan/phpstan-phpunit": "^0.11",
3435                "phpstan/phpstan-shim": "^0.11",
3436                "phpunit/phpunit": "^7.0"
3437            },
3438            "type": "library",
3439            "extra": {
3440                "branch-alias": {
3441                    "dev-master": "1.2.x-dev"
3442                }
3443            },
3444            "autoload": {
3445                "psr-4": {
3446                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3447                }
3448            },
3449            "notification-url": "https://packagist.org/downloads/",
3450            "license": [
3451                "MIT"
3452            ],
3453            "authors": [
3454                {
3455                    "name": "Marco Pivetta",
3456                    "email": "ocramius@gmail.com",
3457                    "homepage": "http://ocramius.github.com/"
3458                }
3459            ],
3460            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3461            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
3462            "keywords": [
3463                "constructor",
3464                "instantiate"
3465            ],
3466            "time": "2019-03-17T17:37:11+00:00"
3467        },
3468        {
3469            "name": "league/flysystem-memory",
3470            "version": "1.0.1",
3471            "source": {
3472                "type": "git",
3473                "url": "https://github.com/thephpleague/flysystem-memory.git",
3474                "reference": "1cabecd08a8caec92a96a953c0d93b5ce83b07a2"
3475            },
3476            "dist": {
3477                "type": "zip",
3478                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/1cabecd08a8caec92a96a953c0d93b5ce83b07a2",
3479                "reference": "1cabecd08a8caec92a96a953c0d93b5ce83b07a2",
3480                "shasum": ""
3481            },
3482            "require": {
3483                "league/flysystem": "~1.0"
3484            },
3485            "require-dev": {
3486                "phpunit/phpunit": "~4.1"
3487            },
3488            "type": "library",
3489            "extra": {
3490                "branch-alias": {
3491                    "dev-master": "1.0-dev"
3492                }
3493            },
3494            "autoload": {
3495                "psr-4": {
3496                    "League\\Flysystem\\Memory\\": "src/"
3497                }
3498            },
3499            "notification-url": "https://packagist.org/downloads/",
3500            "license": [
3501                "MIT"
3502            ],
3503            "authors": [
3504                {
3505                    "name": "Chris Leppanen",
3506                    "email": "chris.leppanen@gmail.com",
3507                    "role": "Developer"
3508                }
3509            ],
3510            "description": "An in-memory adapter for Flysystem.",
3511            "homepage": "https://github.com/thephpleague/flysystem-memory",
3512            "keywords": [
3513                "Flysystem",
3514                "adapter",
3515                "memory"
3516            ],
3517            "time": "2016-06-04T03:57:11+00:00"
3518        },
3519        {
3520            "name": "maximebf/debugbar",
3521            "version": "v1.15.0",
3522            "source": {
3523                "type": "git",
3524                "url": "https://github.com/maximebf/php-debugbar.git",
3525                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
3526            },
3527            "dist": {
3528                "type": "zip",
3529                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3530                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3531                "shasum": ""
3532            },
3533            "require": {
3534                "php": ">=5.3.0",
3535                "psr/log": "^1.0",
3536                "symfony/var-dumper": "^2.6|^3.0|^4.0"
3537            },
3538            "require-dev": {
3539                "phpunit/phpunit": "^4.0|^5.0"
3540            },
3541            "suggest": {
3542                "kriswallsmith/assetic": "The best way to manage assets",
3543                "monolog/monolog": "Log using Monolog",
3544                "predis/predis": "Redis storage"
3545            },
3546            "type": "library",
3547            "extra": {
3548                "branch-alias": {
3549                    "dev-master": "1.14-dev"
3550                }
3551            },
3552            "autoload": {
3553                "psr-4": {
3554                    "DebugBar\\": "src/DebugBar/"
3555                }
3556            },
3557            "notification-url": "https://packagist.org/downloads/",
3558            "license": [
3559                "MIT"
3560            ],
3561            "authors": [
3562                {
3563                    "name": "Maxime Bouroumeau-Fuseau",
3564                    "email": "maxime.bouroumeau@gmail.com",
3565                    "homepage": "http://maximebf.com"
3566                },
3567                {
3568                    "name": "Barry vd. Heuvel",
3569                    "email": "barryvdh@gmail.com"
3570                }
3571            ],
3572            "description": "Debug bar in the browser for php application",
3573            "homepage": "https://github.com/maximebf/php-debugbar",
3574            "keywords": [
3575                "debug",
3576                "debugbar"
3577            ],
3578            "time": "2017-12-15T11:13:46+00:00"
3579        },
3580        {
3581            "name": "myclabs/deep-copy",
3582            "version": "1.9.1",
3583            "source": {
3584                "type": "git",
3585                "url": "https://github.com/myclabs/DeepCopy.git",
3586                "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
3587            },
3588            "dist": {
3589                "type": "zip",
3590                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
3591                "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
3592                "shasum": ""
3593            },
3594            "require": {
3595                "php": "^7.1"
3596            },
3597            "replace": {
3598                "myclabs/deep-copy": "self.version"
3599            },
3600            "require-dev": {
3601                "doctrine/collections": "^1.0",
3602                "doctrine/common": "^2.6",
3603                "phpunit/phpunit": "^7.1"
3604            },
3605            "type": "library",
3606            "autoload": {
3607                "psr-4": {
3608                    "DeepCopy\\": "src/DeepCopy/"
3609                },
3610                "files": [
3611                    "src/DeepCopy/deep_copy.php"
3612                ]
3613            },
3614            "notification-url": "https://packagist.org/downloads/",
3615            "license": [
3616                "MIT"
3617            ],
3618            "description": "Create deep copies (clones) of your objects",
3619            "keywords": [
3620                "clone",
3621                "copy",
3622                "duplicate",
3623                "object",
3624                "object graph"
3625            ],
3626            "time": "2019-04-07T13:18:21+00:00"
3627        },
3628        {
3629            "name": "phar-io/manifest",
3630            "version": "1.0.3",
3631            "source": {
3632                "type": "git",
3633                "url": "https://github.com/phar-io/manifest.git",
3634                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
3635            },
3636            "dist": {
3637                "type": "zip",
3638                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3639                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3640                "shasum": ""
3641            },
3642            "require": {
3643                "ext-dom": "*",
3644                "ext-phar": "*",
3645                "phar-io/version": "^2.0",
3646                "php": "^5.6 || ^7.0"
3647            },
3648            "type": "library",
3649            "extra": {
3650                "branch-alias": {
3651                    "dev-master": "1.0.x-dev"
3652                }
3653            },
3654            "autoload": {
3655                "classmap": [
3656                    "src/"
3657                ]
3658            },
3659            "notification-url": "https://packagist.org/downloads/",
3660            "license": [
3661                "BSD-3-Clause"
3662            ],
3663            "authors": [
3664                {
3665                    "name": "Arne Blankerts",
3666                    "email": "arne@blankerts.de",
3667                    "role": "Developer"
3668                },
3669                {
3670                    "name": "Sebastian Heuer",
3671                    "email": "sebastian@phpeople.de",
3672                    "role": "Developer"
3673                },
3674                {
3675                    "name": "Sebastian Bergmann",
3676                    "email": "sebastian@phpunit.de",
3677                    "role": "Developer"
3678                }
3679            ],
3680            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3681            "time": "2018-07-08T19:23:20+00:00"
3682        },
3683        {
3684            "name": "phar-io/version",
3685            "version": "2.0.1",
3686            "source": {
3687                "type": "git",
3688                "url": "https://github.com/phar-io/version.git",
3689                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
3690            },
3691            "dist": {
3692                "type": "zip",
3693                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3694                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3695                "shasum": ""
3696            },
3697            "require": {
3698                "php": "^5.6 || ^7.0"
3699            },
3700            "type": "library",
3701            "autoload": {
3702                "classmap": [
3703                    "src/"
3704                ]
3705            },
3706            "notification-url": "https://packagist.org/downloads/",
3707            "license": [
3708                "BSD-3-Clause"
3709            ],
3710            "authors": [
3711                {
3712                    "name": "Arne Blankerts",
3713                    "email": "arne@blankerts.de",
3714                    "role": "Developer"
3715                },
3716                {
3717                    "name": "Sebastian Heuer",
3718                    "email": "sebastian@phpeople.de",
3719                    "role": "Developer"
3720                },
3721                {
3722                    "name": "Sebastian Bergmann",
3723                    "email": "sebastian@phpunit.de",
3724                    "role": "Developer"
3725                }
3726            ],
3727            "description": "Library for handling version information and constraints",
3728            "time": "2018-07-08T19:19:57+00:00"
3729        },
3730        {
3731            "name": "php-coveralls/php-coveralls",
3732            "version": "v2.1.0",
3733            "source": {
3734                "type": "git",
3735                "url": "https://github.com/php-coveralls/php-coveralls.git",
3736                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
3737            },
3738            "dist": {
3739                "type": "zip",
3740                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
3741                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
3742                "shasum": ""
3743            },
3744            "require": {
3745                "ext-json": "*",
3746                "ext-simplexml": "*",
3747                "guzzlehttp/guzzle": "^6.0",
3748                "php": "^5.5 || ^7.0",
3749                "psr/log": "^1.0",
3750                "symfony/config": "^2.1 || ^3.0 || ^4.0",
3751                "symfony/console": "^2.1 || ^3.0 || ^4.0",
3752                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
3753                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
3754            },
3755            "require-dev": {
3756                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
3757            },
3758            "suggest": {
3759                "symfony/http-kernel": "Allows Symfony integration"
3760            },
3761            "bin": [
3762                "bin/php-coveralls"
3763            ],
3764            "type": "library",
3765            "extra": {
3766                "branch-alias": {
3767                    "dev-master": "2.1-dev"
3768                }
3769            },
3770            "autoload": {
3771                "psr-4": {
3772                    "PhpCoveralls\\": "src/"
3773                }
3774            },
3775            "notification-url": "https://packagist.org/downloads/",
3776            "license": [
3777                "MIT"
3778            ],
3779            "authors": [
3780                {
3781                    "name": "Kitamura Satoshi",
3782                    "email": "with.no.parachute@gmail.com",
3783                    "homepage": "https://www.facebook.com/satooshi.jp",
3784                    "role": "Original creator"
3785                },
3786                {
3787                    "name": "Takashi Matsuo",
3788                    "email": "tmatsuo@google.com"
3789                },
3790                {
3791                    "name": "Google Inc"
3792                },
3793                {
3794                    "name": "Dariusz Ruminski",
3795                    "email": "dariusz.ruminski@gmail.com",
3796                    "homepage": "https://github.com/keradus"
3797                },
3798                {
3799                    "name": "Contributors",
3800                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
3801                }
3802            ],
3803            "description": "PHP client library for Coveralls API",
3804            "homepage": "https://github.com/php-coveralls/php-coveralls",
3805            "keywords": [
3806                "ci",
3807                "coverage",
3808                "github",
3809                "test"
3810            ],
3811            "time": "2018-05-22T23:11:08+00:00"
3812        },
3813        {
3814            "name": "phpdocumentor/reflection-common",
3815            "version": "1.0.1",
3816            "source": {
3817                "type": "git",
3818                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3819                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3820            },
3821            "dist": {
3822                "type": "zip",
3823                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3824                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3825                "shasum": ""
3826            },
3827            "require": {
3828                "php": ">=5.5"
3829            },
3830            "require-dev": {
3831                "phpunit/phpunit": "^4.6"
3832            },
3833            "type": "library",
3834            "extra": {
3835                "branch-alias": {
3836                    "dev-master": "1.0.x-dev"
3837                }
3838            },
3839            "autoload": {
3840                "psr-4": {
3841                    "phpDocumentor\\Reflection\\": [
3842                        "src"
3843                    ]
3844                }
3845            },
3846            "notification-url": "https://packagist.org/downloads/",
3847            "license": [
3848                "MIT"
3849            ],
3850            "authors": [
3851                {
3852                    "name": "Jaap van Otterdijk",
3853                    "email": "opensource@ijaap.nl"
3854                }
3855            ],
3856            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3857            "homepage": "http://www.phpdoc.org",
3858            "keywords": [
3859                "FQSEN",
3860                "phpDocumentor",
3861                "phpdoc",
3862                "reflection",
3863                "static analysis"
3864            ],
3865            "time": "2017-09-11T18:02:19+00:00"
3866        },
3867        {
3868            "name": "phpdocumentor/reflection-docblock",
3869            "version": "4.3.0",
3870            "source": {
3871                "type": "git",
3872                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3873                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3874            },
3875            "dist": {
3876                "type": "zip",
3877                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
3878                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
3879                "shasum": ""
3880            },
3881            "require": {
3882                "php": "^7.0",
3883                "phpdocumentor/reflection-common": "^1.0.0",
3884                "phpdocumentor/type-resolver": "^0.4.0",
3885                "webmozart/assert": "^1.0"
3886            },
3887            "require-dev": {
3888                "doctrine/instantiator": "~1.0.5",
3889                "mockery/mockery": "^1.0",
3890                "phpunit/phpunit": "^6.4"
3891            },
3892            "type": "library",
3893            "extra": {
3894                "branch-alias": {
3895                    "dev-master": "4.x-dev"
3896                }
3897            },
3898            "autoload": {
3899                "psr-4": {
3900                    "phpDocumentor\\Reflection\\": [
3901                        "src/"
3902                    ]
3903                }
3904            },
3905            "notification-url": "https://packagist.org/downloads/",
3906            "license": [
3907                "MIT"
3908            ],
3909            "authors": [
3910                {
3911                    "name": "Mike van Riel",
3912                    "email": "me@mikevanriel.com"
3913                }
3914            ],
3915            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3916            "time": "2017-11-30T07:14:17+00:00"
3917        },
3918        {
3919            "name": "phpdocumentor/type-resolver",
3920            "version": "0.4.0",
3921            "source": {
3922                "type": "git",
3923                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3924                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3925            },
3926            "dist": {
3927                "type": "zip",
3928                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3929                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3930                "shasum": ""
3931            },
3932            "require": {
3933                "php": "^5.5 || ^7.0",
3934                "phpdocumentor/reflection-common": "^1.0"
3935            },
3936            "require-dev": {
3937                "mockery/mockery": "^0.9.4",
3938                "phpunit/phpunit": "^5.2||^4.8.24"
3939            },
3940            "type": "library",
3941            "extra": {
3942                "branch-alias": {
3943                    "dev-master": "1.0.x-dev"
3944                }
3945            },
3946            "autoload": {
3947                "psr-4": {
3948                    "phpDocumentor\\Reflection\\": [
3949                        "src/"
3950                    ]
3951                }
3952            },
3953            "notification-url": "https://packagist.org/downloads/",
3954            "license": [
3955                "MIT"
3956            ],
3957            "authors": [
3958                {
3959                    "name": "Mike van Riel",
3960                    "email": "me@mikevanriel.com"
3961                }
3962            ],
3963            "time": "2017-07-14T14:27:02+00:00"
3964        },
3965        {
3966            "name": "phpspec/prophecy",
3967            "version": "1.8.0",
3968            "source": {
3969                "type": "git",
3970                "url": "https://github.com/phpspec/prophecy.git",
3971                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
3972            },
3973            "dist": {
3974                "type": "zip",
3975                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3976                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3977                "shasum": ""
3978            },
3979            "require": {
3980                "doctrine/instantiator": "^1.0.2",
3981                "php": "^5.3|^7.0",
3982                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3983                "sebastian/comparator": "^1.1|^2.0|^3.0",
3984                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3985            },
3986            "require-dev": {
3987                "phpspec/phpspec": "^2.5|^3.2",
3988                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
3989            },
3990            "type": "library",
3991            "extra": {
3992                "branch-alias": {
3993                    "dev-master": "1.8.x-dev"
3994                }
3995            },
3996            "autoload": {
3997                "psr-0": {
3998                    "Prophecy\\": "src/"
3999                }
4000            },
4001            "notification-url": "https://packagist.org/downloads/",
4002            "license": [
4003                "MIT"
4004            ],
4005            "authors": [
4006                {
4007                    "name": "Konstantin Kudryashov",
4008                    "email": "ever.zet@gmail.com",
4009                    "homepage": "http://everzet.com"
4010                },
4011                {
4012                    "name": "Marcello Duarte",
4013                    "email": "marcello.duarte@gmail.com"
4014                }
4015            ],
4016            "description": "Highly opinionated mocking framework for PHP 5.3+",
4017            "homepage": "https://github.com/phpspec/prophecy",
4018            "keywords": [
4019                "Double",
4020                "Dummy",
4021                "fake",
4022                "mock",
4023                "spy",
4024                "stub"
4025            ],
4026            "time": "2018-08-05T17:53:17+00:00"
4027        },
4028        {
4029            "name": "phpunit/php-code-coverage",
4030            "version": "6.1.4",
4031            "source": {
4032                "type": "git",
4033                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4034                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
4035            },
4036            "dist": {
4037                "type": "zip",
4038                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4039                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4040                "shasum": ""
4041            },
4042            "require": {
4043                "ext-dom": "*",
4044                "ext-xmlwriter": "*",
4045                "php": "^7.1",
4046                "phpunit/php-file-iterator": "^2.0",
4047                "phpunit/php-text-template": "^1.2.1",
4048                "phpunit/php-token-stream": "^3.0",
4049                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4050                "sebastian/environment": "^3.1 || ^4.0",
4051                "sebastian/version": "^2.0.1",
4052                "theseer/tokenizer": "^1.1"
4053            },
4054            "require-dev": {
4055                "phpunit/phpunit": "^7.0"
4056            },
4057            "suggest": {
4058                "ext-xdebug": "^2.6.0"
4059            },
4060            "type": "library",
4061            "extra": {
4062                "branch-alias": {
4063                    "dev-master": "6.1-dev"
4064                }
4065            },
4066            "autoload": {
4067                "classmap": [
4068                    "src/"
4069                ]
4070            },
4071            "notification-url": "https://packagist.org/downloads/",
4072            "license": [
4073                "BSD-3-Clause"
4074            ],
4075            "authors": [
4076                {
4077                    "name": "Sebastian Bergmann",
4078                    "email": "sebastian@phpunit.de",
4079                    "role": "lead"
4080                }
4081            ],
4082            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4083            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4084            "keywords": [
4085                "coverage",
4086                "testing",
4087                "xunit"
4088            ],
4089            "time": "2018-10-31T16:06:48+00:00"
4090        },
4091        {
4092            "name": "phpunit/php-file-iterator",
4093            "version": "2.0.2",
4094            "source": {
4095                "type": "git",
4096                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4097                "reference": "050bedf145a257b1ff02746c31894800e5122946"
4098            },
4099            "dist": {
4100                "type": "zip",
4101                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
4102                "reference": "050bedf145a257b1ff02746c31894800e5122946",
4103                "shasum": ""
4104            },
4105            "require": {
4106                "php": "^7.1"
4107            },
4108            "require-dev": {
4109                "phpunit/phpunit": "^7.1"
4110            },
4111            "type": "library",
4112            "extra": {
4113                "branch-alias": {
4114                    "dev-master": "2.0.x-dev"
4115                }
4116            },
4117            "autoload": {
4118                "classmap": [
4119                    "src/"
4120                ]
4121            },
4122            "notification-url": "https://packagist.org/downloads/",
4123            "license": [
4124                "BSD-3-Clause"
4125            ],
4126            "authors": [
4127                {
4128                    "name": "Sebastian Bergmann",
4129                    "email": "sebastian@phpunit.de",
4130                    "role": "lead"
4131                }
4132            ],
4133            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4134            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4135            "keywords": [
4136                "filesystem",
4137                "iterator"
4138            ],
4139            "time": "2018-09-13T20:33:42+00:00"
4140        },
4141        {
4142            "name": "phpunit/php-text-template",
4143            "version": "1.2.1",
4144            "source": {
4145                "type": "git",
4146                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4147                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4148            },
4149            "dist": {
4150                "type": "zip",
4151                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4152                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4153                "shasum": ""
4154            },
4155            "require": {
4156                "php": ">=5.3.3"
4157            },
4158            "type": "library",
4159            "autoload": {
4160                "classmap": [
4161                    "src/"
4162                ]
4163            },
4164            "notification-url": "https://packagist.org/downloads/",
4165            "license": [
4166                "BSD-3-Clause"
4167            ],
4168            "authors": [
4169                {
4170                    "name": "Sebastian Bergmann",
4171                    "email": "sebastian@phpunit.de",
4172                    "role": "lead"
4173                }
4174            ],
4175            "description": "Simple template engine.",
4176            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4177            "keywords": [
4178                "template"
4179            ],
4180            "time": "2015-06-21T13:50:34+00:00"
4181        },
4182        {
4183            "name": "phpunit/php-timer",
4184            "version": "2.1.1",
4185            "source": {
4186                "type": "git",
4187                "url": "https://github.com/sebastianbergmann/php-timer.git",
4188                "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059"
4189            },
4190            "dist": {
4191                "type": "zip",
4192                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
4193                "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
4194                "shasum": ""
4195            },
4196            "require": {
4197                "php": "^7.1"
4198            },
4199            "require-dev": {
4200                "phpunit/phpunit": "^7.0"
4201            },
4202            "type": "library",
4203            "extra": {
4204                "branch-alias": {
4205                    "dev-master": "2.1-dev"
4206                }
4207            },
4208            "autoload": {
4209                "classmap": [
4210                    "src/"
4211                ]
4212            },
4213            "notification-url": "https://packagist.org/downloads/",
4214            "license": [
4215                "BSD-3-Clause"
4216            ],
4217            "authors": [
4218                {
4219                    "name": "Sebastian Bergmann",
4220                    "email": "sebastian@phpunit.de",
4221                    "role": "lead"
4222                }
4223            ],
4224            "description": "Utility class for timing",
4225            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4226            "keywords": [
4227                "timer"
4228            ],
4229            "time": "2019-02-20T10:12:59+00:00"
4230        },
4231        {
4232            "name": "phpunit/php-token-stream",
4233            "version": "3.0.1",
4234            "source": {
4235                "type": "git",
4236                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4237                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
4238            },
4239            "dist": {
4240                "type": "zip",
4241                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
4242                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
4243                "shasum": ""
4244            },
4245            "require": {
4246                "ext-tokenizer": "*",
4247                "php": "^7.1"
4248            },
4249            "require-dev": {
4250                "phpunit/phpunit": "^7.0"
4251            },
4252            "type": "library",
4253            "extra": {
4254                "branch-alias": {
4255                    "dev-master": "3.0-dev"
4256                }
4257            },
4258            "autoload": {
4259                "classmap": [
4260                    "src/"
4261                ]
4262            },
4263            "notification-url": "https://packagist.org/downloads/",
4264            "license": [
4265                "BSD-3-Clause"
4266            ],
4267            "authors": [
4268                {
4269                    "name": "Sebastian Bergmann",
4270                    "email": "sebastian@phpunit.de"
4271                }
4272            ],
4273            "description": "Wrapper around PHP's tokenizer extension.",
4274            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4275            "keywords": [
4276                "tokenizer"
4277            ],
4278            "time": "2018-10-30T05:52:18+00:00"
4279        },
4280        {
4281            "name": "phpunit/phpunit",
4282            "version": "7.5.9",
4283            "source": {
4284                "type": "git",
4285                "url": "https://github.com/sebastianbergmann/phpunit.git",
4286                "reference": "134669cf0eeac3f79bc7f0c793efbc158bffc160"
4287            },
4288            "dist": {
4289                "type": "zip",
4290                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/134669cf0eeac3f79bc7f0c793efbc158bffc160",
4291                "reference": "134669cf0eeac3f79bc7f0c793efbc158bffc160",
4292                "shasum": ""
4293            },
4294            "require": {
4295                "doctrine/instantiator": "^1.1",
4296                "ext-dom": "*",
4297                "ext-json": "*",
4298                "ext-libxml": "*",
4299                "ext-mbstring": "*",
4300                "ext-xml": "*",
4301                "myclabs/deep-copy": "^1.7",
4302                "phar-io/manifest": "^1.0.2",
4303                "phar-io/version": "^2.0",
4304                "php": "^7.1",
4305                "phpspec/prophecy": "^1.7",
4306                "phpunit/php-code-coverage": "^6.0.7",
4307                "phpunit/php-file-iterator": "^2.0.1",
4308                "phpunit/php-text-template": "^1.2.1",
4309                "phpunit/php-timer": "^2.1",
4310                "sebastian/comparator": "^3.0",
4311                "sebastian/diff": "^3.0",
4312                "sebastian/environment": "^4.0",
4313                "sebastian/exporter": "^3.1",
4314                "sebastian/global-state": "^2.0",
4315                "sebastian/object-enumerator": "^3.0.3",
4316                "sebastian/resource-operations": "^2.0",
4317                "sebastian/version": "^2.0.1"
4318            },
4319            "conflict": {
4320                "phpunit/phpunit-mock-objects": "*"
4321            },
4322            "require-dev": {
4323                "ext-pdo": "*"
4324            },
4325            "suggest": {
4326                "ext-soap": "*",
4327                "ext-xdebug": "*",
4328                "phpunit/php-invoker": "^2.0"
4329            },
4330            "bin": [
4331                "phpunit"
4332            ],
4333            "type": "library",
4334            "extra": {
4335                "branch-alias": {
4336                    "dev-master": "7.5-dev"
4337                }
4338            },
4339            "autoload": {
4340                "classmap": [
4341                    "src/"
4342                ]
4343            },
4344            "notification-url": "https://packagist.org/downloads/",
4345            "license": [
4346                "BSD-3-Clause"
4347            ],
4348            "authors": [
4349                {
4350                    "name": "Sebastian Bergmann",
4351                    "email": "sebastian@phpunit.de",
4352                    "role": "lead"
4353                }
4354            ],
4355            "description": "The PHP Unit Testing framework.",
4356            "homepage": "https://phpunit.de/",
4357            "keywords": [
4358                "phpunit",
4359                "testing",
4360                "xunit"
4361            ],
4362            "time": "2019-04-19T15:50:46+00:00"
4363        },
4364        {
4365            "name": "sebastian/code-unit-reverse-lookup",
4366            "version": "1.0.1",
4367            "source": {
4368                "type": "git",
4369                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4370                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4371            },
4372            "dist": {
4373                "type": "zip",
4374                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4375                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4376                "shasum": ""
4377            },
4378            "require": {
4379                "php": "^5.6 || ^7.0"
4380            },
4381            "require-dev": {
4382                "phpunit/phpunit": "^5.7 || ^6.0"
4383            },
4384            "type": "library",
4385            "extra": {
4386                "branch-alias": {
4387                    "dev-master": "1.0.x-dev"
4388                }
4389            },
4390            "autoload": {
4391                "classmap": [
4392                    "src/"
4393                ]
4394            },
4395            "notification-url": "https://packagist.org/downloads/",
4396            "license": [
4397                "BSD-3-Clause"
4398            ],
4399            "authors": [
4400                {
4401                    "name": "Sebastian Bergmann",
4402                    "email": "sebastian@phpunit.de"
4403                }
4404            ],
4405            "description": "Looks up which function or method a line of code belongs to",
4406            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4407            "time": "2017-03-04T06:30:41+00:00"
4408        },
4409        {
4410            "name": "sebastian/comparator",
4411            "version": "3.0.2",
4412            "source": {
4413                "type": "git",
4414                "url": "https://github.com/sebastianbergmann/comparator.git",
4415                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
4416            },
4417            "dist": {
4418                "type": "zip",
4419                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4420                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4421                "shasum": ""
4422            },
4423            "require": {
4424                "php": "^7.1",
4425                "sebastian/diff": "^3.0",
4426                "sebastian/exporter": "^3.1"
4427            },
4428            "require-dev": {
4429                "phpunit/phpunit": "^7.1"
4430            },
4431            "type": "library",
4432            "extra": {
4433                "branch-alias": {
4434                    "dev-master": "3.0-dev"
4435                }
4436            },
4437            "autoload": {
4438                "classmap": [
4439                    "src/"
4440                ]
4441            },
4442            "notification-url": "https://packagist.org/downloads/",
4443            "license": [
4444                "BSD-3-Clause"
4445            ],
4446            "authors": [
4447                {
4448                    "name": "Jeff Welch",
4449                    "email": "whatthejeff@gmail.com"
4450                },
4451                {
4452                    "name": "Volker Dusch",
4453                    "email": "github@wallbash.com"
4454                },
4455                {
4456                    "name": "Bernhard Schussek",
4457                    "email": "bschussek@2bepublished.at"
4458                },
4459                {
4460                    "name": "Sebastian Bergmann",
4461                    "email": "sebastian@phpunit.de"
4462                }
4463            ],
4464            "description": "Provides the functionality to compare PHP values for equality",
4465            "homepage": "https://github.com/sebastianbergmann/comparator",
4466            "keywords": [
4467                "comparator",
4468                "compare",
4469                "equality"
4470            ],
4471            "time": "2018-07-12T15:12:46+00:00"
4472        },
4473        {
4474            "name": "sebastian/diff",
4475            "version": "3.0.2",
4476            "source": {
4477                "type": "git",
4478                "url": "https://github.com/sebastianbergmann/diff.git",
4479                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
4480            },
4481            "dist": {
4482                "type": "zip",
4483                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
4484                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
4485                "shasum": ""
4486            },
4487            "require": {
4488                "php": "^7.1"
4489            },
4490            "require-dev": {
4491                "phpunit/phpunit": "^7.5 || ^8.0",
4492                "symfony/process": "^2 || ^3.3 || ^4"
4493            },
4494            "type": "library",
4495            "extra": {
4496                "branch-alias": {
4497                    "dev-master": "3.0-dev"
4498                }
4499            },
4500            "autoload": {
4501                "classmap": [
4502                    "src/"
4503                ]
4504            },
4505            "notification-url": "https://packagist.org/downloads/",
4506            "license": [
4507                "BSD-3-Clause"
4508            ],
4509            "authors": [
4510                {
4511                    "name": "Kore Nordmann",
4512                    "email": "mail@kore-nordmann.de"
4513                },
4514                {
4515                    "name": "Sebastian Bergmann",
4516                    "email": "sebastian@phpunit.de"
4517                }
4518            ],
4519            "description": "Diff implementation",
4520            "homepage": "https://github.com/sebastianbergmann/diff",
4521            "keywords": [
4522                "diff",
4523                "udiff",
4524                "unidiff",
4525                "unified diff"
4526            ],
4527            "time": "2019-02-04T06:01:07+00:00"
4528        },
4529        {
4530            "name": "sebastian/environment",
4531            "version": "4.2.1",
4532            "source": {
4533                "type": "git",
4534                "url": "https://github.com/sebastianbergmann/environment.git",
4535                "reference": "3095910f0f0fb155ac4021fc51a4a7a39ac04e8a"
4536            },
4537            "dist": {
4538                "type": "zip",
4539                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/3095910f0f0fb155ac4021fc51a4a7a39ac04e8a",
4540                "reference": "3095910f0f0fb155ac4021fc51a4a7a39ac04e8a",
4541                "shasum": ""
4542            },
4543            "require": {
4544                "php": "^7.1"
4545            },
4546            "require-dev": {
4547                "phpunit/phpunit": "^7.5"
4548            },
4549            "suggest": {
4550                "ext-posix": "*"
4551            },
4552            "type": "library",
4553            "extra": {
4554                "branch-alias": {
4555                    "dev-master": "4.2-dev"
4556                }
4557            },
4558            "autoload": {
4559                "classmap": [
4560                    "src/"
4561                ]
4562            },
4563            "notification-url": "https://packagist.org/downloads/",
4564            "license": [
4565                "BSD-3-Clause"
4566            ],
4567            "authors": [
4568                {
4569                    "name": "Sebastian Bergmann",
4570                    "email": "sebastian@phpunit.de"
4571                }
4572            ],
4573            "description": "Provides functionality to handle HHVM/PHP environments",
4574            "homepage": "http://www.github.com/sebastianbergmann/environment",
4575            "keywords": [
4576                "Xdebug",
4577                "environment",
4578                "hhvm"
4579            ],
4580            "time": "2019-04-25T07:55:20+00:00"
4581        },
4582        {
4583            "name": "sebastian/exporter",
4584            "version": "3.1.0",
4585            "source": {
4586                "type": "git",
4587                "url": "https://github.com/sebastianbergmann/exporter.git",
4588                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4589            },
4590            "dist": {
4591                "type": "zip",
4592                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4593                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4594                "shasum": ""
4595            },
4596            "require": {
4597                "php": "^7.0",
4598                "sebastian/recursion-context": "^3.0"
4599            },
4600            "require-dev": {
4601                "ext-mbstring": "*",
4602                "phpunit/phpunit": "^6.0"
4603            },
4604            "type": "library",
4605            "extra": {
4606                "branch-alias": {
4607                    "dev-master": "3.1.x-dev"
4608                }
4609            },
4610            "autoload": {
4611                "classmap": [
4612                    "src/"
4613                ]
4614            },
4615            "notification-url": "https://packagist.org/downloads/",
4616            "license": [
4617                "BSD-3-Clause"
4618            ],
4619            "authors": [
4620                {
4621                    "name": "Jeff Welch",
4622                    "email": "whatthejeff@gmail.com"
4623                },
4624                {
4625                    "name": "Volker Dusch",
4626                    "email": "github@wallbash.com"
4627                },
4628                {
4629                    "name": "Bernhard Schussek",
4630                    "email": "bschussek@2bepublished.at"
4631                },
4632                {
4633                    "name": "Sebastian Bergmann",
4634                    "email": "sebastian@phpunit.de"
4635                },
4636                {
4637                    "name": "Adam Harvey",
4638                    "email": "aharvey@php.net"
4639                }
4640            ],
4641            "description": "Provides the functionality to export PHP variables for visualization",
4642            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4643            "keywords": [
4644                "export",
4645                "exporter"
4646            ],
4647            "time": "2017-04-03T13:19:02+00:00"
4648        },
4649        {
4650            "name": "sebastian/global-state",
4651            "version": "2.0.0",
4652            "source": {
4653                "type": "git",
4654                "url": "https://github.com/sebastianbergmann/global-state.git",
4655                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4656            },
4657            "dist": {
4658                "type": "zip",
4659                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4660                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4661                "shasum": ""
4662            },
4663            "require": {
4664                "php": "^7.0"
4665            },
4666            "require-dev": {
4667                "phpunit/phpunit": "^6.0"
4668            },
4669            "suggest": {
4670                "ext-uopz": "*"
4671            },
4672            "type": "library",
4673            "extra": {
4674                "branch-alias": {
4675                    "dev-master": "2.0-dev"
4676                }
4677            },
4678            "autoload": {
4679                "classmap": [
4680                    "src/"
4681                ]
4682            },
4683            "notification-url": "https://packagist.org/downloads/",
4684            "license": [
4685                "BSD-3-Clause"
4686            ],
4687            "authors": [
4688                {
4689                    "name": "Sebastian Bergmann",
4690                    "email": "sebastian@phpunit.de"
4691                }
4692            ],
4693            "description": "Snapshotting of global state",
4694            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4695            "keywords": [
4696                "global state"
4697            ],
4698            "time": "2017-04-27T15:39:26+00:00"
4699        },
4700        {
4701            "name": "sebastian/object-enumerator",
4702            "version": "3.0.3",
4703            "source": {
4704                "type": "git",
4705                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4706                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4707            },
4708            "dist": {
4709                "type": "zip",
4710                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4711                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4712                "shasum": ""
4713            },
4714            "require": {
4715                "php": "^7.0",
4716                "sebastian/object-reflector": "^1.1.1",
4717                "sebastian/recursion-context": "^3.0"
4718            },
4719            "require-dev": {
4720                "phpunit/phpunit": "^6.0"
4721            },
4722            "type": "library",
4723            "extra": {
4724                "branch-alias": {
4725                    "dev-master": "3.0.x-dev"
4726                }
4727            },
4728            "autoload": {
4729                "classmap": [
4730                    "src/"
4731                ]
4732            },
4733            "notification-url": "https://packagist.org/downloads/",
4734            "license": [
4735                "BSD-3-Clause"
4736            ],
4737            "authors": [
4738                {
4739                    "name": "Sebastian Bergmann",
4740                    "email": "sebastian@phpunit.de"
4741                }
4742            ],
4743            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4744            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4745            "time": "2017-08-03T12:35:26+00:00"
4746        },
4747        {
4748            "name": "sebastian/object-reflector",
4749            "version": "1.1.1",
4750            "source": {
4751                "type": "git",
4752                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4753                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4754            },
4755            "dist": {
4756                "type": "zip",
4757                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4758                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4759                "shasum": ""
4760            },
4761            "require": {
4762                "php": "^7.0"
4763            },
4764            "require-dev": {
4765                "phpunit/phpunit": "^6.0"
4766            },
4767            "type": "library",
4768            "extra": {
4769                "branch-alias": {
4770                    "dev-master": "1.1-dev"
4771                }
4772            },
4773            "autoload": {
4774                "classmap": [
4775                    "src/"
4776                ]
4777            },
4778            "notification-url": "https://packagist.org/downloads/",
4779            "license": [
4780                "BSD-3-Clause"
4781            ],
4782            "authors": [
4783                {
4784                    "name": "Sebastian Bergmann",
4785                    "email": "sebastian@phpunit.de"
4786                }
4787            ],
4788            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4789            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4790            "time": "2017-03-29T09:07:27+00:00"
4791        },
4792        {
4793            "name": "sebastian/recursion-context",
4794            "version": "3.0.0",
4795            "source": {
4796                "type": "git",
4797                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4798                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4799            },
4800            "dist": {
4801                "type": "zip",
4802                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4803                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4804                "shasum": ""
4805            },
4806            "require": {
4807                "php": "^7.0"
4808            },
4809            "require-dev": {
4810                "phpunit/phpunit": "^6.0"
4811            },
4812            "type": "library",
4813            "extra": {
4814                "branch-alias": {
4815                    "dev-master": "3.0.x-dev"
4816                }
4817            },
4818            "autoload": {
4819                "classmap": [
4820                    "src/"
4821                ]
4822            },
4823            "notification-url": "https://packagist.org/downloads/",
4824            "license": [
4825                "BSD-3-Clause"
4826            ],
4827            "authors": [
4828                {
4829                    "name": "Jeff Welch",
4830                    "email": "whatthejeff@gmail.com"
4831                },
4832                {
4833                    "name": "Sebastian Bergmann",
4834                    "email": "sebastian@phpunit.de"
4835                },
4836                {
4837                    "name": "Adam Harvey",
4838                    "email": "aharvey@php.net"
4839                }
4840            ],
4841            "description": "Provides functionality to recursively process PHP variables",
4842            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4843            "time": "2017-03-03T06:23:57+00:00"
4844        },
4845        {
4846            "name": "sebastian/resource-operations",
4847            "version": "2.0.1",
4848            "source": {
4849                "type": "git",
4850                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4851                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
4852            },
4853            "dist": {
4854                "type": "zip",
4855                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
4856                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
4857                "shasum": ""
4858            },
4859            "require": {
4860                "php": "^7.1"
4861            },
4862            "type": "library",
4863            "extra": {
4864                "branch-alias": {
4865                    "dev-master": "2.0-dev"
4866                }
4867            },
4868            "autoload": {
4869                "classmap": [
4870                    "src/"
4871                ]
4872            },
4873            "notification-url": "https://packagist.org/downloads/",
4874            "license": [
4875                "BSD-3-Clause"
4876            ],
4877            "authors": [
4878                {
4879                    "name": "Sebastian Bergmann",
4880                    "email": "sebastian@phpunit.de"
4881                }
4882            ],
4883            "description": "Provides a list of PHP built-in functions that operate on resources",
4884            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4885            "time": "2018-10-04T04:07:39+00:00"
4886        },
4887        {
4888            "name": "sebastian/version",
4889            "version": "2.0.1",
4890            "source": {
4891                "type": "git",
4892                "url": "https://github.com/sebastianbergmann/version.git",
4893                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4894            },
4895            "dist": {
4896                "type": "zip",
4897                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4898                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4899                "shasum": ""
4900            },
4901            "require": {
4902                "php": ">=5.6"
4903            },
4904            "type": "library",
4905            "extra": {
4906                "branch-alias": {
4907                    "dev-master": "2.0.x-dev"
4908                }
4909            },
4910            "autoload": {
4911                "classmap": [
4912                    "src/"
4913                ]
4914            },
4915            "notification-url": "https://packagist.org/downloads/",
4916            "license": [
4917                "BSD-3-Clause"
4918            ],
4919            "authors": [
4920                {
4921                    "name": "Sebastian Bergmann",
4922                    "email": "sebastian@phpunit.de",
4923                    "role": "lead"
4924                }
4925            ],
4926            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4927            "homepage": "https://github.com/sebastianbergmann/version",
4928            "time": "2016-10-03T07:35:21+00:00"
4929        },
4930        {
4931            "name": "symfony/config",
4932            "version": "v4.2.7",
4933            "source": {
4934                "type": "git",
4935                "url": "https://github.com/symfony/config.git",
4936                "reference": "0e745ead307d5dcd4e163e94a47ec04b1428943f"
4937            },
4938            "dist": {
4939                "type": "zip",
4940                "url": "https://api.github.com/repos/symfony/config/zipball/0e745ead307d5dcd4e163e94a47ec04b1428943f",
4941                "reference": "0e745ead307d5dcd4e163e94a47ec04b1428943f",
4942                "shasum": ""
4943            },
4944            "require": {
4945                "php": "^7.1.3",
4946                "symfony/filesystem": "~3.4|~4.0",
4947                "symfony/polyfill-ctype": "~1.8"
4948            },
4949            "conflict": {
4950                "symfony/finder": "<3.4"
4951            },
4952            "require-dev": {
4953                "symfony/dependency-injection": "~3.4|~4.0",
4954                "symfony/event-dispatcher": "~3.4|~4.0",
4955                "symfony/finder": "~3.4|~4.0",
4956                "symfony/yaml": "~3.4|~4.0"
4957            },
4958            "suggest": {
4959                "symfony/yaml": "To use the yaml reference dumper"
4960            },
4961            "type": "library",
4962            "extra": {
4963                "branch-alias": {
4964                    "dev-master": "4.2-dev"
4965                }
4966            },
4967            "autoload": {
4968                "psr-4": {
4969                    "Symfony\\Component\\Config\\": ""
4970                },
4971                "exclude-from-classmap": [
4972                    "/Tests/"
4973                ]
4974            },
4975            "notification-url": "https://packagist.org/downloads/",
4976            "license": [
4977                "MIT"
4978            ],
4979            "authors": [
4980                {
4981                    "name": "Fabien Potencier",
4982                    "email": "fabien@symfony.com"
4983                },
4984                {
4985                    "name": "Symfony Community",
4986                    "homepage": "https://symfony.com/contributors"
4987                }
4988            ],
4989            "description": "Symfony Config Component",
4990            "homepage": "https://symfony.com",
4991            "time": "2019-04-01T14:03:25+00:00"
4992        },
4993        {
4994            "name": "symfony/console",
4995            "version": "v4.2.7",
4996            "source": {
4997                "type": "git",
4998                "url": "https://github.com/symfony/console.git",
4999                "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81"
5000            },
5001            "dist": {
5002                "type": "zip",
5003                "url": "https://api.github.com/repos/symfony/console/zipball/e2840bb38bddad7a0feaf85931e38fdcffdb2f81",
5004                "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81",
5005                "shasum": ""
5006            },
5007            "require": {
5008                "php": "^7.1.3",
5009                "symfony/contracts": "^1.0",
5010                "symfony/polyfill-mbstring": "~1.0"
5011            },
5012            "conflict": {
5013                "symfony/dependency-injection": "<3.4",
5014                "symfony/process": "<3.3"
5015            },
5016            "provide": {
5017                "psr/log-implementation": "1.0"
5018            },
5019            "require-dev": {
5020                "psr/log": "~1.0",
5021                "symfony/config": "~3.4|~4.0",
5022                "symfony/dependency-injection": "~3.4|~4.0",
5023                "symfony/event-dispatcher": "~3.4|~4.0",
5024                "symfony/lock": "~3.4|~4.0",
5025                "symfony/process": "~3.4|~4.0"
5026            },
5027            "suggest": {
5028                "psr/log": "For using the console logger",
5029                "symfony/event-dispatcher": "",
5030                "symfony/lock": "",
5031                "symfony/process": ""
5032            },
5033            "type": "library",
5034            "extra": {
5035                "branch-alias": {
5036                    "dev-master": "4.2-dev"
5037                }
5038            },
5039            "autoload": {
5040                "psr-4": {
5041                    "Symfony\\Component\\Console\\": ""
5042                },
5043                "exclude-from-classmap": [
5044                    "/Tests/"
5045                ]
5046            },
5047            "notification-url": "https://packagist.org/downloads/",
5048            "license": [
5049                "MIT"
5050            ],
5051            "authors": [
5052                {
5053                    "name": "Fabien Potencier",
5054                    "email": "fabien@symfony.com"
5055                },
5056                {
5057                    "name": "Symfony Community",
5058                    "homepage": "https://symfony.com/contributors"
5059                }
5060            ],
5061            "description": "Symfony Console Component",
5062            "homepage": "https://symfony.com",
5063            "time": "2019-04-08T14:23:48+00:00"
5064        },
5065        {
5066            "name": "symfony/filesystem",
5067            "version": "v4.2.7",
5068            "source": {
5069                "type": "git",
5070                "url": "https://github.com/symfony/filesystem.git",
5071                "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601"
5072            },
5073            "dist": {
5074                "type": "zip",
5075                "url": "https://api.github.com/repos/symfony/filesystem/zipball/e16b9e471703b2c60b95f14d31c1239f68f11601",
5076                "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601",
5077                "shasum": ""
5078            },
5079            "require": {
5080                "php": "^7.1.3",
5081                "symfony/polyfill-ctype": "~1.8"
5082            },
5083            "type": "library",
5084            "extra": {
5085                "branch-alias": {
5086                    "dev-master": "4.2-dev"
5087                }
5088            },
5089            "autoload": {
5090                "psr-4": {
5091                    "Symfony\\Component\\Filesystem\\": ""
5092                },
5093                "exclude-from-classmap": [
5094                    "/Tests/"
5095                ]
5096            },
5097            "notification-url": "https://packagist.org/downloads/",
5098            "license": [
5099                "MIT"
5100            ],
5101            "authors": [
5102                {
5103                    "name": "Fabien Potencier",
5104                    "email": "fabien@symfony.com"
5105                },
5106                {
5107                    "name": "Symfony Community",
5108                    "homepage": "https://symfony.com/contributors"
5109                }
5110            ],
5111            "description": "Symfony Filesystem Component",
5112            "homepage": "https://symfony.com",
5113            "time": "2019-02-07T11:40:08+00:00"
5114        },
5115        {
5116            "name": "symfony/stopwatch",
5117            "version": "v4.2.7",
5118            "source": {
5119                "type": "git",
5120                "url": "https://github.com/symfony/stopwatch.git",
5121                "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67"
5122            },
5123            "dist": {
5124                "type": "zip",
5125                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
5126                "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
5127                "shasum": ""
5128            },
5129            "require": {
5130                "php": "^7.1.3",
5131                "symfony/contracts": "^1.0"
5132            },
5133            "type": "library",
5134            "extra": {
5135                "branch-alias": {
5136                    "dev-master": "4.2-dev"
5137                }
5138            },
5139            "autoload": {
5140                "psr-4": {
5141                    "Symfony\\Component\\Stopwatch\\": ""
5142                },
5143                "exclude-from-classmap": [
5144                    "/Tests/"
5145                ]
5146            },
5147            "notification-url": "https://packagist.org/downloads/",
5148            "license": [
5149                "MIT"
5150            ],
5151            "authors": [
5152                {
5153                    "name": "Fabien Potencier",
5154                    "email": "fabien@symfony.com"
5155                },
5156                {
5157                    "name": "Symfony Community",
5158                    "homepage": "https://symfony.com/contributors"
5159                }
5160            ],
5161            "description": "Symfony Stopwatch Component",
5162            "homepage": "https://symfony.com",
5163            "time": "2019-01-16T20:31:39+00:00"
5164        },
5165        {
5166            "name": "symfony/var-dumper",
5167            "version": "v4.2.7",
5168            "source": {
5169                "type": "git",
5170                "url": "https://github.com/symfony/var-dumper.git",
5171                "reference": "e760a38e12b15032325e64be63f7ffc1817af617"
5172            },
5173            "dist": {
5174                "type": "zip",
5175                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e760a38e12b15032325e64be63f7ffc1817af617",
5176                "reference": "e760a38e12b15032325e64be63f7ffc1817af617",
5177                "shasum": ""
5178            },
5179            "require": {
5180                "php": "^7.1.3",
5181                "symfony/polyfill-mbstring": "~1.0",
5182                "symfony/polyfill-php72": "~1.5"
5183            },
5184            "conflict": {
5185                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5186                "symfony/console": "<3.4"
5187            },
5188            "require-dev": {
5189                "ext-iconv": "*",
5190                "symfony/console": "~3.4|~4.0",
5191                "symfony/process": "~3.4|~4.0",
5192                "twig/twig": "~1.34|~2.4"
5193            },
5194            "suggest": {
5195                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5196                "ext-intl": "To show region name in time zone dump",
5197                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
5198            },
5199            "bin": [
5200                "Resources/bin/var-dump-server"
5201            ],
5202            "type": "library",
5203            "extra": {
5204                "branch-alias": {
5205                    "dev-master": "4.2-dev"
5206                }
5207            },
5208            "autoload": {
5209                "files": [
5210                    "Resources/functions/dump.php"
5211                ],
5212                "psr-4": {
5213                    "Symfony\\Component\\VarDumper\\": ""
5214                },
5215                "exclude-from-classmap": [
5216                    "/Tests/"
5217                ]
5218            },
5219            "notification-url": "https://packagist.org/downloads/",
5220            "license": [
5221                "MIT"
5222            ],
5223            "authors": [
5224                {
5225                    "name": "Nicolas Grekas",
5226                    "email": "p@tchwork.com"
5227                },
5228                {
5229                    "name": "Symfony Community",
5230                    "homepage": "https://symfony.com/contributors"
5231                }
5232            ],
5233            "description": "Symfony mechanism for exploring and dumping PHP variables",
5234            "homepage": "https://symfony.com",
5235            "keywords": [
5236                "debug",
5237                "dump"
5238            ],
5239            "time": "2019-04-17T14:57:01+00:00"
5240        },
5241        {
5242            "name": "symfony/yaml",
5243            "version": "v4.2.7",
5244            "source": {
5245                "type": "git",
5246                "url": "https://github.com/symfony/yaml.git",
5247                "reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1"
5248            },
5249            "dist": {
5250                "type": "zip",
5251                "url": "https://api.github.com/repos/symfony/yaml/zipball/6712daf03ee25b53abb14e7e8e0ede1a770efdb1",
5252                "reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1",
5253                "shasum": ""
5254            },
5255            "require": {
5256                "php": "^7.1.3",
5257                "symfony/polyfill-ctype": "~1.8"
5258            },
5259            "conflict": {
5260                "symfony/console": "<3.4"
5261            },
5262            "require-dev": {
5263                "symfony/console": "~3.4|~4.0"
5264            },
5265            "suggest": {
5266                "symfony/console": "For validating YAML files using the lint command"
5267            },
5268            "type": "library",
5269            "extra": {
5270                "branch-alias": {
5271                    "dev-master": "4.2-dev"
5272                }
5273            },
5274            "autoload": {
5275                "psr-4": {
5276                    "Symfony\\Component\\Yaml\\": ""
5277                },
5278                "exclude-from-classmap": [
5279                    "/Tests/"
5280                ]
5281            },
5282            "notification-url": "https://packagist.org/downloads/",
5283            "license": [
5284                "MIT"
5285            ],
5286            "authors": [
5287                {
5288                    "name": "Fabien Potencier",
5289                    "email": "fabien@symfony.com"
5290                },
5291                {
5292                    "name": "Symfony Community",
5293                    "homepage": "https://symfony.com/contributors"
5294                }
5295            ],
5296            "description": "Symfony Yaml Component",
5297            "homepage": "https://symfony.com",
5298            "time": "2019-03-30T15:58:42+00:00"
5299        },
5300        {
5301            "name": "theseer/tokenizer",
5302            "version": "1.1.2",
5303            "source": {
5304                "type": "git",
5305                "url": "https://github.com/theseer/tokenizer.git",
5306                "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8"
5307            },
5308            "dist": {
5309                "type": "zip",
5310                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8",
5311                "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8",
5312                "shasum": ""
5313            },
5314            "require": {
5315                "ext-dom": "*",
5316                "ext-tokenizer": "*",
5317                "ext-xmlwriter": "*",
5318                "php": "^7.0"
5319            },
5320            "type": "library",
5321            "autoload": {
5322                "classmap": [
5323                    "src/"
5324                ]
5325            },
5326            "notification-url": "https://packagist.org/downloads/",
5327            "license": [
5328                "BSD-3-Clause"
5329            ],
5330            "authors": [
5331                {
5332                    "name": "Arne Blankerts",
5333                    "email": "arne@blankerts.de",
5334                    "role": "Developer"
5335                }
5336            ],
5337            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5338            "time": "2019-04-04T09:56:43+00:00"
5339        },
5340        {
5341            "name": "webmozart/assert",
5342            "version": "1.4.0",
5343            "source": {
5344                "type": "git",
5345                "url": "https://github.com/webmozart/assert.git",
5346                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
5347            },
5348            "dist": {
5349                "type": "zip",
5350                "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
5351                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
5352                "shasum": ""
5353            },
5354            "require": {
5355                "php": "^5.3.3 || ^7.0",
5356                "symfony/polyfill-ctype": "^1.8"
5357            },
5358            "require-dev": {
5359                "phpunit/phpunit": "^4.6",
5360                "sebastian/version": "^1.0.1"
5361            },
5362            "type": "library",
5363            "extra": {
5364                "branch-alias": {
5365                    "dev-master": "1.3-dev"
5366                }
5367            },
5368            "autoload": {
5369                "psr-4": {
5370                    "Webmozart\\Assert\\": "src/"
5371                }
5372            },
5373            "notification-url": "https://packagist.org/downloads/",
5374            "license": [
5375                "MIT"
5376            ],
5377            "authors": [
5378                {
5379                    "name": "Bernhard Schussek",
5380                    "email": "bschussek@gmail.com"
5381                }
5382            ],
5383            "description": "Assertions to validate method input/output with nice error messages.",
5384            "keywords": [
5385                "assert",
5386                "check",
5387                "validate"
5388            ],
5389            "time": "2018-12-25T11:19:39+00:00"
5390        }
5391    ],
5392    "aliases": [],
5393    "minimum-stability": "stable",
5394    "stability-flags": [],
5395    "prefer-stable": false,
5396    "prefer-lowest": false,
5397    "platform": {
5398        "ext-curl": "*",
5399        "ext-gd": "*",
5400        "ext-iconv": "*",
5401        "ext-intl": "*",
5402        "ext-json": "*",
5403        "ext-pcre": "*",
5404        "ext-pdo": "*",
5405        "ext-session": "*",
5406        "ext-simplexml": "*",
5407        "ext-xml": "*",
5408        "ext-zip": "*"
5409    },
5410    "platform-dev": {
5411        "ext-pdo_sqlite": "*",
5412        "ext-sqlite3": "*"
5413    },
5414    "platform-overrides": {
5415        "php": "7.1.8"
5416    }
5417}
5418