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