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