fix insane dev env (#3872)
[openemr.git] / composer.lock
blob1a0950bc893224fe2f62c21cdff3482a6f817861
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": "e815733890a787bbca12d0b2faea9702",
8     "packages": [
9         {
10             "name": "academe/authorizenet-objects",
11             "version": "0.7.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/academe/authorizenet-objects.git",
15                 "reference": "711d1f10f9bb6eb685a0851187ca62d808e4ee53"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/academe/authorizenet-objects/zipball/711d1f10f9bb6eb685a0851187ca62d808e4ee53",
20                 "reference": "711d1f10f9bb6eb685a0851187ca62d808e4ee53",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.6.0"
25             },
26             "require-dev": {
27                 "moneyphp/money": "^3.0",
28                 "phpunit/phpunit": "^5.7 || ^6.4 || ^7.0",
29                 "squizlabs/php_codesniffer": "^3"
30             },
31             "suggest": {
32                 "moneyphp/money": "^3.0"
33             },
34             "type": "library",
35             "extra": {
36                 "branch-alias": {
37                     "dev-master": "0.x-dev"
38                 }
39             },
40             "autoload": {
41                 "psr-4": {
42                     "Academe\\AuthorizeNet\\": "src/"
43                 }
44             },
45             "notification-url": "https://packagist.org/downloads/",
46             "license": [
47                 "MIT"
48             ],
49             "authors": [
50                 {
51                     "name": "Jason Judge",
52                     "homepage": "https://github.com/judgej"
53                 }
54             ],
55             "description": "Authorize.Net API Message Value Objects",
56             "homepage": "https://github.com/academe/authorizenet-objects",
57             "keywords": [
58                 "authorize",
59                 "authorize net",
60                 "authorize.net",
61                 "gateway",
62                 "merchant",
63                 "omnipay",
64                 "pay",
65                 "payment"
66             ],
67             "time": "2019-06-22T22:33:01+00:00"
68         },
69         {
70             "name": "academe/omnipay-authorizenetapi",
71             "version": "3.1.2",
72             "source": {
73                 "type": "git",
74                 "url": "https://github.com/academe/omnipay-authorizenetapi.git",
75                 "reference": "b72eae92d254bc65b09c7e0147861d1fe5ea1e5e"
76             },
77             "dist": {
78                 "type": "zip",
79                 "url": "https://api.github.com/repos/academe/omnipay-authorizenetapi/zipball/b72eae92d254bc65b09c7e0147861d1fe5ea1e5e",
80                 "reference": "b72eae92d254bc65b09c7e0147861d1fe5ea1e5e",
81                 "shasum": ""
82             },
83             "require": {
84                 "academe/authorizenet-objects": "~0.7",
85                 "omnipay/common": "^3",
86                 "symfony/property-access": "^3.2 || ^4.0"
87             },
88             "require-dev": {
89                 "omnipay/tests": "^3",
90                 "squizlabs/php_codesniffer": "^3"
91             },
92             "type": "library",
93             "extra": {
94                 "branch-alias": {
95                     "dev-master": "3.0.x-dev"
96                 }
97             },
98             "autoload": {
99                 "psr-4": {
100                     "Omnipay\\AuthorizeNetApi\\": "src/"
101                 }
102             },
103             "notification-url": "https://packagist.org/downloads/",
104             "license": [
105                 "MIT"
106             ],
107             "authors": [
108                 {
109                     "name": "Jason Judge",
110                     "email": "jason@academe.co.uk"
111                 }
112             ],
113             "description": "Authorize.Net payment gateway driver for the Omnipay 3.x payment processing library",
114             "homepage": "https://github.com/academe/omnipay-authorizenetapi",
115             "keywords": [
116                 "authorize.net",
117                 "gateway",
118                 "merchant",
119                 "omnipay",
120                 "pay",
121                 "payment"
122             ],
123             "time": "2019-08-20T22:09:44+00:00"
124         },
125         {
126             "name": "adodb/adodb-php",
127             "version": "5.20.18",
128             "source": {
129                 "type": "git",
130                 "url": "https://github.com/ADOdb/ADOdb.git",
131                 "reference": "0363eca78eed8bd02d1456072c729da302655241"
132             },
133             "dist": {
134                 "type": "zip",
135                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/0363eca78eed8bd02d1456072c729da302655241",
136                 "reference": "0363eca78eed8bd02d1456072c729da302655241",
137                 "shasum": ""
138             },
139             "require": {
140                 "php": ">=5.3.2"
141             },
142             "type": "library",
143             "autoload": {
144                 "files": [
145                     "adodb.inc.php"
146                 ]
147             },
148             "notification-url": "https://packagist.org/downloads/",
149             "license": [
150                 "BSD-3-Clause",
151                 "LGPL-2.1-or-later"
152             ],
153             "authors": [
154                 {
155                     "name": "John Lim",
156                     "email": "jlim@natsoft.com",
157                     "role": "Author"
158                 },
159                 {
160                     "name": "Damien Regad",
161                     "role": "Current maintainer"
162                 },
163                 {
164                     "name": "Mark Newnham",
165                     "role": "Developer"
166                 }
167             ],
168             "description": "ADOdb is a PHP database abstraction layer library",
169             "homepage": "http://adodb.org/",
170             "keywords": [
171                 "abstraction",
172                 "database",
173                 "layer",
174                 "library",
175                 "php"
176             ],
177             "time": "2020-06-28T17:52:20+00:00"
178         },
179         {
180             "name": "bacon/bacon-qr-code",
181             "version": "1.0.3",
182             "source": {
183                 "type": "git",
184                 "url": "https://github.com/Bacon/BaconQrCode.git",
185                 "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
186             },
187             "dist": {
188                 "type": "zip",
189                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
190                 "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
191                 "shasum": ""
192             },
193             "require": {
194                 "ext-iconv": "*",
195                 "php": "^5.4|^7.0"
196             },
197             "require-dev": {
198                 "phpunit/phpunit": "^4.8"
199             },
200             "suggest": {
201                 "ext-gd": "to generate QR code images"
202             },
203             "type": "library",
204             "autoload": {
205                 "psr-0": {
206                     "BaconQrCode": "src/"
207                 }
208             },
209             "notification-url": "https://packagist.org/downloads/",
210             "license": [
211                 "BSD-2-Clause"
212             ],
213             "authors": [
214                 {
215                     "name": "Ben Scholzen 'DASPRiD'",
216                     "email": "mail@dasprids.de",
217                     "homepage": "http://www.dasprids.de",
218                     "role": "Developer"
219                 }
220             ],
221             "description": "BaconQrCode is a QR code generator for PHP.",
222             "homepage": "https://github.com/Bacon/BaconQrCode",
223             "time": "2017-10-17T09:59:25+00:00"
224         },
225         {
226             "name": "brick/math",
227             "version": "0.8.15",
228             "source": {
229                 "type": "git",
230                 "url": "https://github.com/brick/math.git",
231                 "reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
232             },
233             "dist": {
234                 "type": "zip",
235                 "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
236                 "reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
237                 "shasum": ""
238             },
239             "require": {
240                 "ext-json": "*",
241                 "php": "^7.1|^8.0"
242             },
243             "require-dev": {
244                 "php-coveralls/php-coveralls": "^2.2",
245                 "phpunit/phpunit": "^7.5.15|^8.5",
246                 "vimeo/psalm": "^3.5"
247             },
248             "type": "library",
249             "autoload": {
250                 "psr-4": {
251                     "Brick\\Math\\": "src/"
252                 }
253             },
254             "notification-url": "https://packagist.org/downloads/",
255             "license": [
256                 "MIT"
257             ],
258             "description": "Arbitrary-precision arithmetic library",
259             "keywords": [
260                 "Arbitrary-precision",
261                 "BigInteger",
262                 "BigRational",
263                 "arithmetic",
264                 "bigdecimal",
265                 "bignum",
266                 "brick",
267                 "math"
268             ],
269             "funding": [
270                 {
271                     "url": "https://tidelift.com/funding/github/packagist/brick/math",
272                     "type": "tidelift"
273                 }
274             ],
275             "time": "2020-04-15T15:59:35+00:00"
276         },
277         {
278             "name": "clue/stream-filter",
279             "version": "v1.4.1",
280             "source": {
281                 "type": "git",
282                 "url": "https://github.com/clue/php-stream-filter.git",
283                 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
284             },
285             "dist": {
286                 "type": "zip",
287                 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
288                 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
289                 "shasum": ""
290             },
291             "require": {
292                 "php": ">=5.3"
293             },
294             "require-dev": {
295                 "phpunit/phpunit": "^5.0 || ^4.8"
296             },
297             "type": "library",
298             "autoload": {
299                 "psr-4": {
300                     "Clue\\StreamFilter\\": "src/"
301                 },
302                 "files": [
303                     "src/functions_include.php"
304                 ]
305             },
306             "notification-url": "https://packagist.org/downloads/",
307             "license": [
308                 "MIT"
309             ],
310             "authors": [
311                 {
312                     "name": "Christian Lück",
313                     "email": "christian@lueck.tv"
314                 }
315             ],
316             "description": "A simple and modern approach to stream filtering in PHP",
317             "homepage": "https://github.com/clue/php-stream-filter",
318             "keywords": [
319                 "bucket brigade",
320                 "callback",
321                 "filter",
322                 "php_user_filter",
323                 "stream",
324                 "stream_filter_append",
325                 "stream_filter_register"
326             ],
327             "time": "2019-04-09T12:31:48+00:00"
328         },
329         {
330             "name": "container-interop/container-interop",
331             "version": "1.2.0",
332             "source": {
333                 "type": "git",
334                 "url": "https://github.com/container-interop/container-interop.git",
335                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
336             },
337             "dist": {
338                 "type": "zip",
339                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
340                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
341                 "shasum": ""
342             },
343             "require": {
344                 "psr/container": "^1.0"
345             },
346             "type": "library",
347             "autoload": {
348                 "psr-4": {
349                     "Interop\\Container\\": "src/Interop/Container/"
350                 }
351             },
352             "notification-url": "https://packagist.org/downloads/",
353             "license": [
354                 "MIT"
355             ],
356             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
357             "homepage": "https://github.com/container-interop/container-interop",
358             "abandoned": "psr/container",
359             "time": "2017-02-14T19:40:03+00:00"
360         },
361         {
362             "name": "doctrine/annotations",
363             "version": "1.10.3",
364             "source": {
365                 "type": "git",
366                 "url": "https://github.com/doctrine/annotations.git",
367                 "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
368             },
369             "dist": {
370                 "type": "zip",
371                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
372                 "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
373                 "shasum": ""
374             },
375             "require": {
376                 "doctrine/lexer": "1.*",
377                 "ext-tokenizer": "*",
378                 "php": "^7.1 || ^8.0"
379             },
380             "require-dev": {
381                 "doctrine/cache": "1.*",
382                 "phpunit/phpunit": "^7.5"
383             },
384             "type": "library",
385             "extra": {
386                 "branch-alias": {
387                     "dev-master": "1.9.x-dev"
388                 }
389             },
390             "autoload": {
391                 "psr-4": {
392                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
393                 }
394             },
395             "notification-url": "https://packagist.org/downloads/",
396             "license": [
397                 "MIT"
398             ],
399             "authors": [
400                 {
401                     "name": "Guilherme Blanco",
402                     "email": "guilhermeblanco@gmail.com"
403                 },
404                 {
405                     "name": "Roman Borschel",
406                     "email": "roman@code-factory.org"
407                 },
408                 {
409                     "name": "Benjamin Eberlei",
410                     "email": "kontakt@beberlei.de"
411                 },
412                 {
413                     "name": "Jonathan Wage",
414                     "email": "jonwage@gmail.com"
415                 },
416                 {
417                     "name": "Johannes Schmitt",
418                     "email": "schmittjoh@gmail.com"
419                 }
420             ],
421             "description": "Docblock Annotations Parser",
422             "homepage": "http://www.doctrine-project.org",
423             "keywords": [
424                 "annotations",
425                 "docblock",
426                 "parser"
427             ],
428             "time": "2020-05-25T17:24:27+00:00"
429         },
430         {
431             "name": "doctrine/cache",
432             "version": "1.10.1",
433             "source": {
434                 "type": "git",
435                 "url": "https://github.com/doctrine/cache.git",
436                 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
437             },
438             "dist": {
439                 "type": "zip",
440                 "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
441                 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
442                 "shasum": ""
443             },
444             "require": {
445                 "php": "~7.1 || ^8.0"
446             },
447             "conflict": {
448                 "doctrine/common": ">2.2,<2.4"
449             },
450             "require-dev": {
451                 "alcaeus/mongo-php-adapter": "^1.1",
452                 "doctrine/coding-standard": "^6.0",
453                 "mongodb/mongodb": "^1.1",
454                 "phpunit/phpunit": "^7.0",
455                 "predis/predis": "~1.0"
456             },
457             "suggest": {
458                 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
459             },
460             "type": "library",
461             "extra": {
462                 "branch-alias": {
463                     "dev-master": "1.9.x-dev"
464                 }
465             },
466             "autoload": {
467                 "psr-4": {
468                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
469                 }
470             },
471             "notification-url": "https://packagist.org/downloads/",
472             "license": [
473                 "MIT"
474             ],
475             "authors": [
476                 {
477                     "name": "Guilherme Blanco",
478                     "email": "guilhermeblanco@gmail.com"
479                 },
480                 {
481                     "name": "Roman Borschel",
482                     "email": "roman@code-factory.org"
483                 },
484                 {
485                     "name": "Benjamin Eberlei",
486                     "email": "kontakt@beberlei.de"
487                 },
488                 {
489                     "name": "Jonathan Wage",
490                     "email": "jonwage@gmail.com"
491                 },
492                 {
493                     "name": "Johannes Schmitt",
494                     "email": "schmittjoh@gmail.com"
495                 }
496             ],
497             "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
498             "homepage": "https://www.doctrine-project.org/projects/cache.html",
499             "keywords": [
500                 "abstraction",
501                 "apcu",
502                 "cache",
503                 "caching",
504                 "couchdb",
505                 "memcached",
506                 "php",
507                 "redis",
508                 "xcache"
509             ],
510             "funding": [
511                 {
512                     "url": "https://www.doctrine-project.org/sponsorship.html",
513                     "type": "custom"
514                 },
515                 {
516                     "url": "https://www.patreon.com/phpdoctrine",
517                     "type": "patreon"
518                 },
519                 {
520                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
521                     "type": "tidelift"
522                 }
523             ],
524             "time": "2020-05-27T16:24:54+00:00"
525         },
526         {
527             "name": "doctrine/collections",
528             "version": "1.6.5",
529             "source": {
530                 "type": "git",
531                 "url": "https://github.com/doctrine/collections.git",
532                 "reference": "fc0206348e17e530d09463fef07ba8968406cd6d"
533             },
534             "dist": {
535                 "type": "zip",
536                 "url": "https://api.github.com/repos/doctrine/collections/zipball/fc0206348e17e530d09463fef07ba8968406cd6d",
537                 "reference": "fc0206348e17e530d09463fef07ba8968406cd6d",
538                 "shasum": ""
539             },
540             "require": {
541                 "php": "^7.1.3 || ^8.0"
542             },
543             "require-dev": {
544                 "doctrine/coding-standard": "^6.0",
545                 "phpstan/phpstan-shim": "^0.9.2",
546                 "phpunit/phpunit": "^7.0",
547                 "vimeo/psalm": "^3.8.1"
548             },
549             "type": "library",
550             "autoload": {
551                 "psr-4": {
552                     "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
553                 }
554             },
555             "notification-url": "https://packagist.org/downloads/",
556             "license": [
557                 "MIT"
558             ],
559             "authors": [
560                 {
561                     "name": "Guilherme Blanco",
562                     "email": "guilhermeblanco@gmail.com"
563                 },
564                 {
565                     "name": "Roman Borschel",
566                     "email": "roman@code-factory.org"
567                 },
568                 {
569                     "name": "Benjamin Eberlei",
570                     "email": "kontakt@beberlei.de"
571                 },
572                 {
573                     "name": "Jonathan Wage",
574                     "email": "jonwage@gmail.com"
575                 },
576                 {
577                     "name": "Johannes Schmitt",
578                     "email": "schmittjoh@gmail.com"
579                 }
580             ],
581             "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
582             "homepage": "https://www.doctrine-project.org/projects/collections.html",
583             "keywords": [
584                 "array",
585                 "collections",
586                 "iterators",
587                 "php"
588             ],
589             "funding": [
590                 {
591                     "url": "https://www.doctrine-project.org/sponsorship.html",
592                     "type": "custom"
593                 },
594                 {
595                     "url": "https://www.patreon.com/phpdoctrine",
596                     "type": "patreon"
597                 },
598                 {
599                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
600                     "type": "tidelift"
601                 }
602             ],
603             "time": "2020-05-25T19:24:35+00:00"
604         },
605         {
606             "name": "doctrine/common",
607             "version": "3.0.2",
608             "source": {
609                 "type": "git",
610                 "url": "https://github.com/doctrine/common.git",
611                 "reference": "a3c6479858989e242a2465972b4f7a8642baf0d4"
612             },
613             "dist": {
614                 "type": "zip",
615                 "url": "https://api.github.com/repos/doctrine/common/zipball/a3c6479858989e242a2465972b4f7a8642baf0d4",
616                 "reference": "a3c6479858989e242a2465972b4f7a8642baf0d4",
617                 "shasum": ""
618             },
619             "require": {
620                 "doctrine/persistence": "^2.0",
621                 "php": "^7.1 || ^8.0"
622             },
623             "require-dev": {
624                 "doctrine/coding-standard": "^1.0",
625                 "phpstan/phpstan": "^0.11",
626                 "phpstan/phpstan-phpunit": "^0.11",
627                 "phpunit/phpunit": "^7.0",
628                 "squizlabs/php_codesniffer": "^3.0",
629                 "symfony/phpunit-bridge": "^4.0.5"
630             },
631             "type": "library",
632             "extra": {
633                 "branch-alias": {
634                     "dev-master": "3.0.x-dev"
635                 }
636             },
637             "autoload": {
638                 "psr-4": {
639                     "Doctrine\\Common\\": "lib/Doctrine/Common"
640                 }
641             },
642             "notification-url": "https://packagist.org/downloads/",
643             "license": [
644                 "MIT"
645             ],
646             "authors": [
647                 {
648                     "name": "Guilherme Blanco",
649                     "email": "guilhermeblanco@gmail.com"
650                 },
651                 {
652                     "name": "Roman Borschel",
653                     "email": "roman@code-factory.org"
654                 },
655                 {
656                     "name": "Benjamin Eberlei",
657                     "email": "kontakt@beberlei.de"
658                 },
659                 {
660                     "name": "Jonathan Wage",
661                     "email": "jonwage@gmail.com"
662                 },
663                 {
664                     "name": "Johannes Schmitt",
665                     "email": "schmittjoh@gmail.com"
666                 },
667                 {
668                     "name": "Marco Pivetta",
669                     "email": "ocramius@gmail.com"
670                 }
671             ],
672             "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
673             "homepage": "https://www.doctrine-project.org/projects/common.html",
674             "keywords": [
675                 "common",
676                 "doctrine",
677                 "php"
678             ],
679             "funding": [
680                 {
681                     "url": "https://www.doctrine-project.org/sponsorship.html",
682                     "type": "custom"
683                 },
684                 {
685                     "url": "https://www.patreon.com/phpdoctrine",
686                     "type": "patreon"
687                 },
688                 {
689                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
690                     "type": "tidelift"
691                 }
692             ],
693             "time": "2020-06-05T16:59:53+00:00"
694         },
695         {
696             "name": "doctrine/dbal",
697             "version": "2.10.2",
698             "source": {
699                 "type": "git",
700                 "url": "https://github.com/doctrine/dbal.git",
701                 "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
702             },
703             "dist": {
704                 "type": "zip",
705                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
706                 "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
707                 "shasum": ""
708             },
709             "require": {
710                 "doctrine/cache": "^1.0",
711                 "doctrine/event-manager": "^1.0",
712                 "ext-pdo": "*",
713                 "php": "^7.2"
714             },
715             "require-dev": {
716                 "doctrine/coding-standard": "^6.0",
717                 "jetbrains/phpstorm-stubs": "^2019.1",
718                 "nikic/php-parser": "^4.4",
719                 "phpstan/phpstan": "^0.12",
720                 "phpunit/phpunit": "^8.4.1",
721                 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
722                 "vimeo/psalm": "^3.11"
723             },
724             "suggest": {
725                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
726             },
727             "bin": [
728                 "bin/doctrine-dbal"
729             ],
730             "type": "library",
731             "extra": {
732                 "branch-alias": {
733                     "dev-master": "2.10.x-dev",
734                     "dev-develop": "3.0.x-dev"
735                 }
736             },
737             "autoload": {
738                 "psr-4": {
739                     "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
740                 }
741             },
742             "notification-url": "https://packagist.org/downloads/",
743             "license": [
744                 "MIT"
745             ],
746             "authors": [
747                 {
748                     "name": "Guilherme Blanco",
749                     "email": "guilhermeblanco@gmail.com"
750                 },
751                 {
752                     "name": "Roman Borschel",
753                     "email": "roman@code-factory.org"
754                 },
755                 {
756                     "name": "Benjamin Eberlei",
757                     "email": "kontakt@beberlei.de"
758                 },
759                 {
760                     "name": "Jonathan Wage",
761                     "email": "jonwage@gmail.com"
762                 }
763             ],
764             "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
765             "homepage": "https://www.doctrine-project.org/projects/dbal.html",
766             "keywords": [
767                 "abstraction",
768                 "database",
769                 "db2",
770                 "dbal",
771                 "mariadb",
772                 "mssql",
773                 "mysql",
774                 "oci8",
775                 "oracle",
776                 "pdo",
777                 "pgsql",
778                 "postgresql",
779                 "queryobject",
780                 "sasql",
781                 "sql",
782                 "sqlanywhere",
783                 "sqlite",
784                 "sqlserver",
785                 "sqlsrv"
786             ],
787             "funding": [
788                 {
789                     "url": "https://www.doctrine-project.org/sponsorship.html",
790                     "type": "custom"
791                 },
792                 {
793                     "url": "https://www.patreon.com/phpdoctrine",
794                     "type": "patreon"
795                 },
796                 {
797                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
798                     "type": "tidelift"
799                 }
800             ],
801             "time": "2020-04-20T17:19:26+00:00"
802         },
803         {
804             "name": "doctrine/event-manager",
805             "version": "1.1.0",
806             "source": {
807                 "type": "git",
808                 "url": "https://github.com/doctrine/event-manager.git",
809                 "reference": "629572819973f13486371cb611386eb17851e85c"
810             },
811             "dist": {
812                 "type": "zip",
813                 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
814                 "reference": "629572819973f13486371cb611386eb17851e85c",
815                 "shasum": ""
816             },
817             "require": {
818                 "php": "^7.1"
819             },
820             "conflict": {
821                 "doctrine/common": "<2.9@dev"
822             },
823             "require-dev": {
824                 "doctrine/coding-standard": "^6.0",
825                 "phpunit/phpunit": "^7.0"
826             },
827             "type": "library",
828             "extra": {
829                 "branch-alias": {
830                     "dev-master": "1.0.x-dev"
831                 }
832             },
833             "autoload": {
834                 "psr-4": {
835                     "Doctrine\\Common\\": "lib/Doctrine/Common"
836                 }
837             },
838             "notification-url": "https://packagist.org/downloads/",
839             "license": [
840                 "MIT"
841             ],
842             "authors": [
843                 {
844                     "name": "Guilherme Blanco",
845                     "email": "guilhermeblanco@gmail.com"
846                 },
847                 {
848                     "name": "Roman Borschel",
849                     "email": "roman@code-factory.org"
850                 },
851                 {
852                     "name": "Benjamin Eberlei",
853                     "email": "kontakt@beberlei.de"
854                 },
855                 {
856                     "name": "Jonathan Wage",
857                     "email": "jonwage@gmail.com"
858                 },
859                 {
860                     "name": "Johannes Schmitt",
861                     "email": "schmittjoh@gmail.com"
862                 },
863                 {
864                     "name": "Marco Pivetta",
865                     "email": "ocramius@gmail.com"
866                 }
867             ],
868             "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
869             "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
870             "keywords": [
871                 "event",
872                 "event dispatcher",
873                 "event manager",
874                 "event system",
875                 "events"
876             ],
877             "time": "2019-11-10T09:48:07+00:00"
878         },
879         {
880             "name": "doctrine/inflector",
881             "version": "1.4.3",
882             "source": {
883                 "type": "git",
884                 "url": "https://github.com/doctrine/inflector.git",
885                 "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
886             },
887             "dist": {
888                 "type": "zip",
889                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
890                 "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
891                 "shasum": ""
892             },
893             "require": {
894                 "php": "^7.2 || ^8.0"
895             },
896             "require-dev": {
897                 "doctrine/coding-standard": "^7.0",
898                 "phpstan/phpstan": "^0.11",
899                 "phpstan/phpstan-phpunit": "^0.11",
900                 "phpstan/phpstan-strict-rules": "^0.11",
901                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
902             },
903             "type": "library",
904             "extra": {
905                 "branch-alias": {
906                     "dev-master": "2.0.x-dev"
907                 }
908             },
909             "autoload": {
910                 "psr-4": {
911                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
912                     "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
913                 }
914             },
915             "notification-url": "https://packagist.org/downloads/",
916             "license": [
917                 "MIT"
918             ],
919             "authors": [
920                 {
921                     "name": "Guilherme Blanco",
922                     "email": "guilhermeblanco@gmail.com"
923                 },
924                 {
925                     "name": "Roman Borschel",
926                     "email": "roman@code-factory.org"
927                 },
928                 {
929                     "name": "Benjamin Eberlei",
930                     "email": "kontakt@beberlei.de"
931                 },
932                 {
933                     "name": "Jonathan Wage",
934                     "email": "jonwage@gmail.com"
935                 },
936                 {
937                     "name": "Johannes Schmitt",
938                     "email": "schmittjoh@gmail.com"
939                 }
940             ],
941             "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
942             "homepage": "https://www.doctrine-project.org/projects/inflector.html",
943             "keywords": [
944                 "inflection",
945                 "inflector",
946                 "lowercase",
947                 "manipulation",
948                 "php",
949                 "plural",
950                 "singular",
951                 "strings",
952                 "uppercase",
953                 "words"
954             ],
955             "funding": [
956                 {
957                     "url": "https://www.doctrine-project.org/sponsorship.html",
958                     "type": "custom"
959                 },
960                 {
961                     "url": "https://www.patreon.com/phpdoctrine",
962                     "type": "patreon"
963                 },
964                 {
965                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
966                     "type": "tidelift"
967                 }
968             ],
969             "time": "2020-05-29T07:19:59+00:00"
970         },
971         {
972             "name": "doctrine/instantiator",
973             "version": "1.3.1",
974             "source": {
975                 "type": "git",
976                 "url": "https://github.com/doctrine/instantiator.git",
977                 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
978             },
979             "dist": {
980                 "type": "zip",
981                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
982                 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
983                 "shasum": ""
984             },
985             "require": {
986                 "php": "^7.1 || ^8.0"
987             },
988             "require-dev": {
989                 "doctrine/coding-standard": "^6.0",
990                 "ext-pdo": "*",
991                 "ext-phar": "*",
992                 "phpbench/phpbench": "^0.13",
993                 "phpstan/phpstan-phpunit": "^0.11",
994                 "phpstan/phpstan-shim": "^0.11",
995                 "phpunit/phpunit": "^7.0"
996             },
997             "type": "library",
998             "extra": {
999                 "branch-alias": {
1000                     "dev-master": "1.2.x-dev"
1001                 }
1002             },
1003             "autoload": {
1004                 "psr-4": {
1005                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1006                 }
1007             },
1008             "notification-url": "https://packagist.org/downloads/",
1009             "license": [
1010                 "MIT"
1011             ],
1012             "authors": [
1013                 {
1014                     "name": "Marco Pivetta",
1015                     "email": "ocramius@gmail.com",
1016                     "homepage": "http://ocramius.github.com/"
1017                 }
1018             ],
1019             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1020             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1021             "keywords": [
1022                 "constructor",
1023                 "instantiate"
1024             ],
1025             "funding": [
1026                 {
1027                     "url": "https://www.doctrine-project.org/sponsorship.html",
1028                     "type": "custom"
1029                 },
1030                 {
1031                     "url": "https://www.patreon.com/phpdoctrine",
1032                     "type": "patreon"
1033                 },
1034                 {
1035                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
1036                     "type": "tidelift"
1037                 }
1038             ],
1039             "time": "2020-05-29T17:27:14+00:00"
1040         },
1041         {
1042             "name": "doctrine/lexer",
1043             "version": "1.2.1",
1044             "source": {
1045                 "type": "git",
1046                 "url": "https://github.com/doctrine/lexer.git",
1047                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
1048             },
1049             "dist": {
1050                 "type": "zip",
1051                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
1052                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
1053                 "shasum": ""
1054             },
1055             "require": {
1056                 "php": "^7.2 || ^8.0"
1057             },
1058             "require-dev": {
1059                 "doctrine/coding-standard": "^6.0",
1060                 "phpstan/phpstan": "^0.11.8",
1061                 "phpunit/phpunit": "^8.2"
1062             },
1063             "type": "library",
1064             "extra": {
1065                 "branch-alias": {
1066                     "dev-master": "1.2.x-dev"
1067                 }
1068             },
1069             "autoload": {
1070                 "psr-4": {
1071                     "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1072                 }
1073             },
1074             "notification-url": "https://packagist.org/downloads/",
1075             "license": [
1076                 "MIT"
1077             ],
1078             "authors": [
1079                 {
1080                     "name": "Guilherme Blanco",
1081                     "email": "guilhermeblanco@gmail.com"
1082                 },
1083                 {
1084                     "name": "Roman Borschel",
1085                     "email": "roman@code-factory.org"
1086                 },
1087                 {
1088                     "name": "Johannes Schmitt",
1089                     "email": "schmittjoh@gmail.com"
1090                 }
1091             ],
1092             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1093             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1094             "keywords": [
1095                 "annotations",
1096                 "docblock",
1097                 "lexer",
1098                 "parser",
1099                 "php"
1100             ],
1101             "funding": [
1102                 {
1103                     "url": "https://www.doctrine-project.org/sponsorship.html",
1104                     "type": "custom"
1105                 },
1106                 {
1107                     "url": "https://www.patreon.com/phpdoctrine",
1108                     "type": "patreon"
1109                 },
1110                 {
1111                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
1112                     "type": "tidelift"
1113                 }
1114             ],
1115             "time": "2020-05-25T17:44:05+00:00"
1116         },
1117         {
1118             "name": "doctrine/orm",
1119             "version": "v2.7.3",
1120             "source": {
1121                 "type": "git",
1122                 "url": "https://github.com/doctrine/orm.git",
1123                 "reference": "d95e03ba660d50d785a9925f41927fef0ee553cf"
1124             },
1125             "dist": {
1126                 "type": "zip",
1127                 "url": "https://api.github.com/repos/doctrine/orm/zipball/d95e03ba660d50d785a9925f41927fef0ee553cf",
1128                 "reference": "d95e03ba660d50d785a9925f41927fef0ee553cf",
1129                 "shasum": ""
1130             },
1131             "require": {
1132                 "doctrine/annotations": "^1.8",
1133                 "doctrine/cache": "^1.9.1",
1134                 "doctrine/collections": "^1.5",
1135                 "doctrine/common": "^2.11 || ^3.0",
1136                 "doctrine/dbal": "^2.9.3",
1137                 "doctrine/event-manager": "^1.1",
1138                 "doctrine/inflector": "^1.0",
1139                 "doctrine/instantiator": "^1.3",
1140                 "doctrine/lexer": "^1.0",
1141                 "doctrine/persistence": "^1.3.3 || ^2.0",
1142                 "ext-pdo": "*",
1143                 "ocramius/package-versions": "^1.2",
1144                 "php": "^7.1",
1145                 "symfony/console": "^3.0|^4.0|^5.0"
1146             },
1147             "require-dev": {
1148                 "doctrine/coding-standard": "^5.0",
1149                 "phpstan/phpstan": "^0.12.18",
1150                 "phpunit/phpunit": "^7.5",
1151                 "symfony/yaml": "^3.4|^4.0|^5.0",
1152                 "vimeo/psalm": "^3.11"
1153             },
1154             "suggest": {
1155                 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1156             },
1157             "bin": [
1158                 "bin/doctrine"
1159             ],
1160             "type": "library",
1161             "extra": {
1162                 "branch-alias": {
1163                     "dev-master": "2.7.x-dev"
1164                 }
1165             },
1166             "autoload": {
1167                 "psr-4": {
1168                     "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1169                 }
1170             },
1171             "notification-url": "https://packagist.org/downloads/",
1172             "license": [
1173                 "MIT"
1174             ],
1175             "authors": [
1176                 {
1177                     "name": "Guilherme Blanco",
1178                     "email": "guilhermeblanco@gmail.com"
1179                 },
1180                 {
1181                     "name": "Roman Borschel",
1182                     "email": "roman@code-factory.org"
1183                 },
1184                 {
1185                     "name": "Benjamin Eberlei",
1186                     "email": "kontakt@beberlei.de"
1187                 },
1188                 {
1189                     "name": "Jonathan Wage",
1190                     "email": "jonwage@gmail.com"
1191                 },
1192                 {
1193                     "name": "Marco Pivetta",
1194                     "email": "ocramius@gmail.com"
1195                 }
1196             ],
1197             "description": "Object-Relational-Mapper for PHP",
1198             "homepage": "https://www.doctrine-project.org/projects/orm.html",
1199             "keywords": [
1200                 "database",
1201                 "orm"
1202             ],
1203             "funding": [
1204                 {
1205                     "url": "https://www.doctrine-project.org/sponsorship.html",
1206                     "type": "custom"
1207                 },
1208                 {
1209                     "url": "https://www.patreon.com/phpdoctrine",
1210                     "type": "patreon"
1211                 },
1212                 {
1213                     "url": "https://tidelift.com/funding/github/packagist/doctrine/orm",
1214                     "type": "tidelift"
1215                 }
1216             ],
1217             "time": "2020-05-26T16:03:49+00:00"
1218         },
1219         {
1220             "name": "doctrine/persistence",
1221             "version": "2.0.0",
1222             "source": {
1223                 "type": "git",
1224                 "url": "https://github.com/doctrine/persistence.git",
1225                 "reference": "1dee036f22cd5dc0bc12132f1d1c38415907be55"
1226             },
1227             "dist": {
1228                 "type": "zip",
1229                 "url": "https://api.github.com/repos/doctrine/persistence/zipball/1dee036f22cd5dc0bc12132f1d1c38415907be55",
1230                 "reference": "1dee036f22cd5dc0bc12132f1d1c38415907be55",
1231                 "shasum": ""
1232             },
1233             "require": {
1234                 "doctrine/annotations": "^1.0",
1235                 "doctrine/cache": "^1.0",
1236                 "doctrine/collections": "^1.0",
1237                 "doctrine/event-manager": "^1.0",
1238                 "doctrine/reflection": "^1.2",
1239                 "php": "^7.1"
1240             },
1241             "conflict": {
1242                 "doctrine/common": "<2.10@dev"
1243             },
1244             "require-dev": {
1245                 "doctrine/coding-standard": "^6.0",
1246                 "phpstan/phpstan": "^0.11",
1247                 "phpunit/phpunit": "^7.0",
1248                 "vimeo/psalm": "^3.11"
1249             },
1250             "type": "library",
1251             "extra": {
1252                 "branch-alias": {
1253                     "dev-master": "2.x-dev"
1254                 }
1255             },
1256             "autoload": {
1257                 "psr-4": {
1258                     "Doctrine\\Common\\": "lib/Doctrine/Common",
1259                     "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1260                 }
1261             },
1262             "notification-url": "https://packagist.org/downloads/",
1263             "license": [
1264                 "MIT"
1265             ],
1266             "authors": [
1267                 {
1268                     "name": "Guilherme Blanco",
1269                     "email": "guilhermeblanco@gmail.com"
1270                 },
1271                 {
1272                     "name": "Roman Borschel",
1273                     "email": "roman@code-factory.org"
1274                 },
1275                 {
1276                     "name": "Benjamin Eberlei",
1277                     "email": "kontakt@beberlei.de"
1278                 },
1279                 {
1280                     "name": "Jonathan Wage",
1281                     "email": "jonwage@gmail.com"
1282                 },
1283                 {
1284                     "name": "Johannes Schmitt",
1285                     "email": "schmittjoh@gmail.com"
1286                 },
1287                 {
1288                     "name": "Marco Pivetta",
1289                     "email": "ocramius@gmail.com"
1290                 }
1291             ],
1292             "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1293             "homepage": "https://doctrine-project.org/projects/persistence.html",
1294             "keywords": [
1295                 "mapper",
1296                 "object",
1297                 "odm",
1298                 "orm",
1299                 "persistence"
1300             ],
1301             "funding": [
1302                 {
1303                     "url": "https://www.doctrine-project.org/sponsorship.html",
1304                     "type": "custom"
1305                 },
1306                 {
1307                     "url": "https://www.patreon.com/phpdoctrine",
1308                     "type": "patreon"
1309                 },
1310                 {
1311                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
1312                     "type": "tidelift"
1313                 }
1314             ],
1315             "time": "2020-05-12T19:32:44+00:00"
1316         },
1317         {
1318             "name": "doctrine/reflection",
1319             "version": "1.2.1",
1320             "source": {
1321                 "type": "git",
1322                 "url": "https://github.com/doctrine/reflection.git",
1323                 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
1324             },
1325             "dist": {
1326                 "type": "zip",
1327                 "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1328                 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1329                 "shasum": ""
1330             },
1331             "require": {
1332                 "doctrine/annotations": "^1.0",
1333                 "ext-tokenizer": "*",
1334                 "php": "^7.1"
1335             },
1336             "conflict": {
1337                 "doctrine/common": "<2.9"
1338             },
1339             "require-dev": {
1340                 "doctrine/coding-standard": "^5.0",
1341                 "doctrine/common": "^2.10",
1342                 "phpstan/phpstan": "^0.11.0",
1343                 "phpstan/phpstan-phpunit": "^0.11.0",
1344                 "phpunit/phpunit": "^7.0"
1345             },
1346             "type": "library",
1347             "extra": {
1348                 "branch-alias": {
1349                     "dev-master": "1.2.x-dev"
1350                 }
1351             },
1352             "autoload": {
1353                 "psr-4": {
1354                     "Doctrine\\Common\\": "lib/Doctrine/Common"
1355                 }
1356             },
1357             "notification-url": "https://packagist.org/downloads/",
1358             "license": [
1359                 "MIT"
1360             ],
1361             "authors": [
1362                 {
1363                     "name": "Guilherme Blanco",
1364                     "email": "guilhermeblanco@gmail.com"
1365                 },
1366                 {
1367                     "name": "Roman Borschel",
1368                     "email": "roman@code-factory.org"
1369                 },
1370                 {
1371                     "name": "Benjamin Eberlei",
1372                     "email": "kontakt@beberlei.de"
1373                 },
1374                 {
1375                     "name": "Jonathan Wage",
1376                     "email": "jonwage@gmail.com"
1377                 },
1378                 {
1379                     "name": "Johannes Schmitt",
1380                     "email": "schmittjoh@gmail.com"
1381                 },
1382                 {
1383                     "name": "Marco Pivetta",
1384                     "email": "ocramius@gmail.com"
1385                 }
1386             ],
1387             "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
1388             "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1389             "keywords": [
1390                 "reflection",
1391                 "static"
1392             ],
1393             "time": "2020-03-27T11:06:43+00:00"
1394         },
1395         {
1396             "name": "dompdf/dompdf",
1397             "version": "v0.8.5",
1398             "source": {
1399                 "type": "git",
1400                 "url": "https://github.com/dompdf/dompdf.git",
1401                 "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56"
1402             },
1403             "dist": {
1404                 "type": "zip",
1405                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56",
1406                 "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56",
1407                 "shasum": ""
1408             },
1409             "require": {
1410                 "ext-dom": "*",
1411                 "ext-mbstring": "*",
1412                 "phenx/php-font-lib": "^0.5.1",
1413                 "phenx/php-svg-lib": "^0.3.3",
1414                 "php": "^7.1"
1415             },
1416             "require-dev": {
1417                 "phpunit/phpunit": "^7.5",
1418                 "squizlabs/php_codesniffer": "^3.5"
1419             },
1420             "suggest": {
1421                 "ext-gd": "Needed to process images",
1422                 "ext-gmagick": "Improves image processing performance",
1423                 "ext-imagick": "Improves image processing performance"
1424             },
1425             "type": "library",
1426             "extra": {
1427                 "branch-alias": {
1428                     "dev-develop": "0.7-dev"
1429                 }
1430             },
1431             "autoload": {
1432                 "psr-4": {
1433                     "Dompdf\\": "src/"
1434                 },
1435                 "classmap": [
1436                     "lib/"
1437                 ]
1438             },
1439             "notification-url": "https://packagist.org/downloads/",
1440             "license": [
1441                 "LGPL-2.1"
1442             ],
1443             "authors": [
1444                 {
1445                     "name": "Fabien Ménager",
1446                     "email": "fabien.menager@gmail.com"
1447                 },
1448                 {
1449                     "name": "Brian Sweeney",
1450                     "email": "eclecticgeek@gmail.com"
1451                 },
1452                 {
1453                     "name": "Gabriel Bull",
1454                     "email": "me@gabrielbull.com"
1455                 }
1456             ],
1457             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
1458             "homepage": "https://github.com/dompdf/dompdf",
1459             "time": "2020-02-20T03:52:51+00:00"
1460         },
1461         {
1462             "name": "ezyang/htmlpurifier",
1463             "version": "v4.13.0",
1464             "source": {
1465                 "type": "git",
1466                 "url": "https://github.com/ezyang/htmlpurifier.git",
1467                 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
1468             },
1469             "dist": {
1470                 "type": "zip",
1471                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
1472                 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
1473                 "shasum": ""
1474             },
1475             "require": {
1476                 "php": ">=5.2"
1477             },
1478             "require-dev": {
1479                 "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
1480             },
1481             "type": "library",
1482             "autoload": {
1483                 "psr-0": {
1484                     "HTMLPurifier": "library/"
1485                 },
1486                 "files": [
1487                     "library/HTMLPurifier.composer.php"
1488                 ],
1489                 "exclude-from-classmap": [
1490                     "/library/HTMLPurifier/Language/"
1491                 ]
1492             },
1493             "notification-url": "https://packagist.org/downloads/",
1494             "license": [
1495                 "LGPL-2.1-or-later"
1496             ],
1497             "authors": [
1498                 {
1499                     "name": "Edward Z. Yang",
1500                     "email": "admin@htmlpurifier.org",
1501                     "homepage": "http://ezyang.com"
1502                 }
1503             ],
1504             "description": "Standards compliant HTML filter written in PHP",
1505             "homepage": "http://htmlpurifier.org/",
1506             "keywords": [
1507                 "html"
1508             ],
1509             "time": "2020-06-29T00:56:53+00:00"
1510         },
1511         {
1512             "name": "guzzlehttp/guzzle",
1513             "version": "6.5.5",
1514             "source": {
1515                 "type": "git",
1516                 "url": "https://github.com/guzzle/guzzle.git",
1517                 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
1518             },
1519             "dist": {
1520                 "type": "zip",
1521                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
1522                 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
1523                 "shasum": ""
1524             },
1525             "require": {
1526                 "ext-json": "*",
1527                 "guzzlehttp/promises": "^1.0",
1528                 "guzzlehttp/psr7": "^1.6.1",
1529                 "php": ">=5.5",
1530                 "symfony/polyfill-intl-idn": "^1.17.0"
1531             },
1532             "require-dev": {
1533                 "ext-curl": "*",
1534                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
1535                 "psr/log": "^1.1"
1536             },
1537             "suggest": {
1538                 "psr/log": "Required for using the Log middleware"
1539             },
1540             "type": "library",
1541             "extra": {
1542                 "branch-alias": {
1543                     "dev-master": "6.5-dev"
1544                 }
1545             },
1546             "autoload": {
1547                 "psr-4": {
1548                     "GuzzleHttp\\": "src/"
1549                 },
1550                 "files": [
1551                     "src/functions_include.php"
1552                 ]
1553             },
1554             "notification-url": "https://packagist.org/downloads/",
1555             "license": [
1556                 "MIT"
1557             ],
1558             "authors": [
1559                 {
1560                     "name": "Michael Dowling",
1561                     "email": "mtdowling@gmail.com",
1562                     "homepage": "https://github.com/mtdowling"
1563                 }
1564             ],
1565             "description": "Guzzle is a PHP HTTP client library",
1566             "homepage": "http://guzzlephp.org/",
1567             "keywords": [
1568                 "client",
1569                 "curl",
1570                 "framework",
1571                 "http",
1572                 "http client",
1573                 "rest",
1574                 "web service"
1575             ],
1576             "time": "2020-06-16T21:01:06+00:00"
1577         },
1578         {
1579             "name": "guzzlehttp/promises",
1580             "version": "v1.3.1",
1581             "source": {
1582                 "type": "git",
1583                 "url": "https://github.com/guzzle/promises.git",
1584                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1585             },
1586             "dist": {
1587                 "type": "zip",
1588                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1589                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1590                 "shasum": ""
1591             },
1592             "require": {
1593                 "php": ">=5.5.0"
1594             },
1595             "require-dev": {
1596                 "phpunit/phpunit": "^4.0"
1597             },
1598             "type": "library",
1599             "extra": {
1600                 "branch-alias": {
1601                     "dev-master": "1.4-dev"
1602                 }
1603             },
1604             "autoload": {
1605                 "psr-4": {
1606                     "GuzzleHttp\\Promise\\": "src/"
1607                 },
1608                 "files": [
1609                     "src/functions_include.php"
1610                 ]
1611             },
1612             "notification-url": "https://packagist.org/downloads/",
1613             "license": [
1614                 "MIT"
1615             ],
1616             "authors": [
1617                 {
1618                     "name": "Michael Dowling",
1619                     "email": "mtdowling@gmail.com",
1620                     "homepage": "https://github.com/mtdowling"
1621                 }
1622             ],
1623             "description": "Guzzle promises library",
1624             "keywords": [
1625                 "promise"
1626             ],
1627             "time": "2016-12-20T10:07:11+00:00"
1628         },
1629         {
1630             "name": "guzzlehttp/psr7",
1631             "version": "1.6.1",
1632             "source": {
1633                 "type": "git",
1634                 "url": "https://github.com/guzzle/psr7.git",
1635                 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
1636             },
1637             "dist": {
1638                 "type": "zip",
1639                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
1640                 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
1641                 "shasum": ""
1642             },
1643             "require": {
1644                 "php": ">=5.4.0",
1645                 "psr/http-message": "~1.0",
1646                 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1647             },
1648             "provide": {
1649                 "psr/http-message-implementation": "1.0"
1650             },
1651             "require-dev": {
1652                 "ext-zlib": "*",
1653                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
1654             },
1655             "suggest": {
1656                 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
1657             },
1658             "type": "library",
1659             "extra": {
1660                 "branch-alias": {
1661                     "dev-master": "1.6-dev"
1662                 }
1663             },
1664             "autoload": {
1665                 "psr-4": {
1666                     "GuzzleHttp\\Psr7\\": "src/"
1667                 },
1668                 "files": [
1669                     "src/functions_include.php"
1670                 ]
1671             },
1672             "notification-url": "https://packagist.org/downloads/",
1673             "license": [
1674                 "MIT"
1675             ],
1676             "authors": [
1677                 {
1678                     "name": "Michael Dowling",
1679                     "email": "mtdowling@gmail.com",
1680                     "homepage": "https://github.com/mtdowling"
1681                 },
1682                 {
1683                     "name": "Tobias Schultze",
1684                     "homepage": "https://github.com/Tobion"
1685                 }
1686             ],
1687             "description": "PSR-7 message implementation that also provides common utility methods",
1688             "keywords": [
1689                 "http",
1690                 "message",
1691                 "psr-7",
1692                 "request",
1693                 "response",
1694                 "stream",
1695                 "uri",
1696                 "url"
1697             ],
1698             "time": "2019-07-01T23:21:34+00:00"
1699         },
1700         {
1701             "name": "kamermans/guzzle-oauth2-subscriber",
1702             "version": "v1.0.6",
1703             "source": {
1704                 "type": "git",
1705                 "url": "https://github.com/kamermans/guzzle-oauth2-subscriber.git",
1706                 "reference": "0e484edf9b8b12ec4710f86ba9b0831ccd1f6283"
1707             },
1708             "dist": {
1709                 "type": "zip",
1710                 "url": "https://api.github.com/repos/kamermans/guzzle-oauth2-subscriber/zipball/0e484edf9b8b12ec4710f86ba9b0831ccd1f6283",
1711                 "reference": "0e484edf9b8b12ec4710f86ba9b0831ccd1f6283",
1712                 "shasum": ""
1713             },
1714             "require": {
1715                 "guzzlehttp/guzzle": ">=4.0",
1716                 "php": ">=5.4.0"
1717             },
1718             "type": "library",
1719             "autoload": {
1720                 "psr-4": {
1721                     "kamermans\\OAuth2\\": "src"
1722                 }
1723             },
1724             "notification-url": "https://packagist.org/downloads/",
1725             "license": [
1726                 "MIT"
1727             ],
1728             "authors": [
1729                 {
1730                     "name": "Steve Kamerman",
1731                     "email": "stevekamerman@gmail.com"
1732                 }
1733             ],
1734             "description": "OAuth 2.0 client for Guzzle 4, 5 and 6+",
1735             "keywords": [
1736                 "Guzzle",
1737                 "oauth"
1738             ],
1739             "time": "2019-02-26T16:58:01+00:00"
1740         },
1741         {
1742             "name": "knplabs/knp-snappy",
1743             "version": "v1.2.1",
1744             "source": {
1745                 "type": "git",
1746                 "url": "https://github.com/KnpLabs/snappy.git",
1747                 "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4"
1748             },
1749             "dist": {
1750                 "type": "zip",
1751                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/7bac60fb729147b7ccd8532c07df3f52a4afa8a4",
1752                 "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4",
1753                 "shasum": ""
1754             },
1755             "require": {
1756                 "php": ">=7.1",
1757                 "psr/log": "^1.0",
1758                 "symfony/process": "~3.4||~4.3||~5.0"
1759             },
1760             "require-dev": {
1761                 "phpunit/phpunit": "~7.4"
1762             },
1763             "suggest": {
1764                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1765                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1766                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1767                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1768                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1769             },
1770             "type": "library",
1771             "extra": {
1772                 "branch-alias": {
1773                     "dev-master": "1.x-dev"
1774                 }
1775             },
1776             "autoload": {
1777                 "psr-4": {
1778                     "Knp\\Snappy\\": "src/Knp/Snappy"
1779                 }
1780             },
1781             "notification-url": "https://packagist.org/downloads/",
1782             "license": [
1783                 "MIT"
1784             ],
1785             "authors": [
1786                 {
1787                     "name": "KnpLabs Team",
1788                     "homepage": "http://knplabs.com"
1789                 },
1790                 {
1791                     "name": "Symfony Community",
1792                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1793                 }
1794             ],
1795             "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1796             "homepage": "http://github.com/KnpLabs/snappy",
1797             "keywords": [
1798                 "knp",
1799                 "knplabs",
1800                 "pdf",
1801                 "snapshot",
1802                 "thumbnail",
1803                 "wkhtmltopdf"
1804             ],
1805             "time": "2020-01-20T08:30:30+00:00"
1806         },
1807         {
1808             "name": "laminas/laminas-code",
1809             "version": "3.4.1",
1810             "source": {
1811                 "type": "git",
1812                 "url": "https://github.com/laminas/laminas-code.git",
1813                 "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
1814             },
1815             "dist": {
1816                 "type": "zip",
1817                 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
1818                 "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
1819                 "shasum": ""
1820             },
1821             "require": {
1822                 "laminas/laminas-eventmanager": "^2.6 || ^3.0",
1823                 "laminas/laminas-zendframework-bridge": "^1.0",
1824                 "php": "^7.1"
1825             },
1826             "conflict": {
1827                 "phpspec/prophecy": "<1.9.0"
1828             },
1829             "replace": {
1830                 "zendframework/zend-code": "self.version"
1831             },
1832             "require-dev": {
1833                 "doctrine/annotations": "^1.7",
1834                 "ext-phar": "*",
1835                 "laminas/laminas-coding-standard": "^1.0",
1836                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
1837                 "phpunit/phpunit": "^7.5.16 || ^8.4"
1838             },
1839             "suggest": {
1840                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
1841                 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
1842             },
1843             "type": "library",
1844             "extra": {
1845                 "branch-alias": {
1846                     "dev-master": "3.4.x-dev",
1847                     "dev-develop": "3.5.x-dev",
1848                     "dev-dev-4.0": "4.0.x-dev"
1849                 }
1850             },
1851             "autoload": {
1852                 "psr-4": {
1853                     "Laminas\\Code\\": "src/"
1854                 }
1855             },
1856             "notification-url": "https://packagist.org/downloads/",
1857             "license": [
1858                 "BSD-3-Clause"
1859             ],
1860             "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
1861             "homepage": "https://laminas.dev",
1862             "keywords": [
1863                 "code",
1864                 "laminas"
1865             ],
1866             "time": "2019-12-31T16:28:24+00:00"
1867         },
1868         {
1869             "name": "laminas/laminas-config",
1870             "version": "3.3.0",
1871             "source": {
1872                 "type": "git",
1873                 "url": "https://github.com/laminas/laminas-config.git",
1874                 "reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8"
1875             },
1876             "dist": {
1877                 "type": "zip",
1878                 "url": "https://api.github.com/repos/laminas/laminas-config/zipball/b8fe057f55e69a0e7a2e4ced79218a43f58606a8",
1879                 "reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8",
1880                 "shasum": ""
1881             },
1882             "require": {
1883                 "ext-json": "*",
1884                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
1885                 "laminas/laminas-zendframework-bridge": "^1.0",
1886                 "php": "^5.6 || ^7.0",
1887                 "psr/container": "^1.0"
1888             },
1889             "conflict": {
1890                 "container-interop/container-interop": "<1.2.0"
1891             },
1892             "replace": {
1893                 "zendframework/zend-config": "self.version"
1894             },
1895             "require-dev": {
1896                 "laminas/laminas-coding-standard": "~1.0.0",
1897                 "laminas/laminas-filter": "^2.7.2",
1898                 "laminas/laminas-i18n": "^2.7.4",
1899                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
1900                 "malukenho/docheader": "^0.1.6",
1901                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
1902             },
1903             "suggest": {
1904                 "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
1905                 "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
1906                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
1907             },
1908             "type": "library",
1909             "extra": {
1910                 "branch-alias": {
1911                     "dev-master": "3.3.x-dev",
1912                     "dev-develop": "3.4.x-dev"
1913                 }
1914             },
1915             "autoload": {
1916                 "psr-4": {
1917                     "Laminas\\Config\\": "src/"
1918                 }
1919             },
1920             "notification-url": "https://packagist.org/downloads/",
1921             "license": [
1922                 "BSD-3-Clause"
1923             ],
1924             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
1925             "homepage": "https://laminas.dev",
1926             "keywords": [
1927                 "config",
1928                 "laminas"
1929             ],
1930             "time": "2019-12-31T16:30:11+00:00"
1931         },
1932         {
1933             "name": "laminas/laminas-console",
1934             "version": "2.8.0",
1935             "source": {
1936                 "type": "git",
1937                 "url": "https://github.com/laminas/laminas-console.git",
1938                 "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
1939             },
1940             "dist": {
1941                 "type": "zip",
1942                 "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
1943                 "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
1944                 "shasum": ""
1945             },
1946             "require": {
1947                 "laminas/laminas-stdlib": "^3.2.1",
1948                 "laminas/laminas-zendframework-bridge": "^1.0",
1949                 "php": "^5.6 || ^7.0"
1950             },
1951             "replace": {
1952                 "zendframework/zend-console": "self.version"
1953             },
1954             "require-dev": {
1955                 "laminas/laminas-coding-standard": "~1.0.0",
1956                 "laminas/laminas-filter": "^2.7.2",
1957                 "laminas/laminas-json": "^2.6 || ^3.0",
1958                 "laminas/laminas-validator": "^2.10.1",
1959                 "phpunit/phpunit": "^5.7.23 || ^6.4.3"
1960             },
1961             "suggest": {
1962                 "laminas/laminas-filter": "To support DefaultRouteMatcher usage",
1963                 "laminas/laminas-validator": "To support DefaultRouteMatcher usage"
1964             },
1965             "type": "library",
1966             "extra": {
1967                 "branch-alias": {
1968                     "dev-master": "2.8.x-dev",
1969                     "dev-develop": "2.9.x-dev"
1970                 }
1971             },
1972             "autoload": {
1973                 "psr-4": {
1974                     "Laminas\\Console\\": "src/"
1975                 }
1976             },
1977             "notification-url": "https://packagist.org/downloads/",
1978             "license": [
1979                 "BSD-3-Clause"
1980             ],
1981             "description": "Build console applications using getopt syntax or routing, complete with prompts",
1982             "homepage": "https://laminas.dev",
1983             "keywords": [
1984                 "console",
1985                 "laminas"
1986             ],
1987             "time": "2019-12-31T16:31:45+00:00"
1988         },
1989         {
1990             "name": "laminas/laminas-db",
1991             "version": "2.11.3",
1992             "source": {
1993                 "type": "git",
1994                 "url": "https://github.com/laminas/laminas-db.git",
1995                 "reference": "6c4238918b9204db1eb8cafae2c1940d40f4c007"
1996             },
1997             "dist": {
1998                 "type": "zip",
1999                 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/6c4238918b9204db1eb8cafae2c1940d40f4c007",
2000                 "reference": "6c4238918b9204db1eb8cafae2c1940d40f4c007",
2001                 "shasum": ""
2002             },
2003             "require": {
2004                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
2005                 "laminas/laminas-zendframework-bridge": "^1.0",
2006                 "php": "^5.6 || ^7.0"
2007             },
2008             "replace": {
2009                 "zendframework/zend-db": "^2.11.0"
2010             },
2011             "require-dev": {
2012                 "laminas/laminas-coding-standard": "~1.0.0",
2013                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
2014                 "laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0",
2015                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
2016                 "phpunit/phpunit": "^5.7.27 || ^6.5.14"
2017             },
2018             "suggest": {
2019                 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
2020                 "laminas/laminas-hydrator": "Laminas\\Hydrator component for using HydratingResultSets",
2021                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2022             },
2023             "type": "library",
2024             "extra": {
2025                 "branch-alias": {
2026                     "dev-master": "2.11.x-dev",
2027                     "dev-develop": "2.12.x-dev"
2028                 },
2029                 "laminas": {
2030                     "component": "Laminas\\Db",
2031                     "config-provider": "Laminas\\Db\\ConfigProvider"
2032                 }
2033             },
2034             "autoload": {
2035                 "psr-4": {
2036                     "Laminas\\Db\\": "src/"
2037                 }
2038             },
2039             "notification-url": "https://packagist.org/downloads/",
2040             "license": [
2041                 "BSD-3-Clause"
2042             ],
2043             "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
2044             "homepage": "https://laminas.dev",
2045             "keywords": [
2046                 "db",
2047                 "laminas"
2048             ],
2049             "time": "2020-03-29T12:08:51+00:00"
2050         },
2051         {
2052             "name": "laminas/laminas-escaper",
2053             "version": "2.6.1",
2054             "source": {
2055                 "type": "git",
2056                 "url": "https://github.com/laminas/laminas-escaper.git",
2057                 "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70"
2058             },
2059             "dist": {
2060                 "type": "zip",
2061                 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
2062                 "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
2063                 "shasum": ""
2064             },
2065             "require": {
2066                 "laminas/laminas-zendframework-bridge": "^1.0",
2067                 "php": "^5.6 || ^7.0"
2068             },
2069             "replace": {
2070                 "zendframework/zend-escaper": "self.version"
2071             },
2072             "require-dev": {
2073                 "laminas/laminas-coding-standard": "~1.0.0",
2074                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
2075             },
2076             "type": "library",
2077             "extra": {
2078                 "branch-alias": {
2079                     "dev-master": "2.6.x-dev",
2080                     "dev-develop": "2.7.x-dev"
2081                 }
2082             },
2083             "autoload": {
2084                 "psr-4": {
2085                     "Laminas\\Escaper\\": "src/"
2086                 }
2087             },
2088             "notification-url": "https://packagist.org/downloads/",
2089             "license": [
2090                 "BSD-3-Clause"
2091             ],
2092             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
2093             "homepage": "https://laminas.dev",
2094             "keywords": [
2095                 "escaper",
2096                 "laminas"
2097             ],
2098             "time": "2019-12-31T16:43:30+00:00"
2099         },
2100         {
2101             "name": "laminas/laminas-eventmanager",
2102             "version": "3.2.1",
2103             "source": {
2104                 "type": "git",
2105                 "url": "https://github.com/laminas/laminas-eventmanager.git",
2106                 "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
2107             },
2108             "dist": {
2109                 "type": "zip",
2110                 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
2111                 "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
2112                 "shasum": ""
2113             },
2114             "require": {
2115                 "laminas/laminas-zendframework-bridge": "^1.0",
2116                 "php": "^5.6 || ^7.0"
2117             },
2118             "replace": {
2119                 "zendframework/zend-eventmanager": "self.version"
2120             },
2121             "require-dev": {
2122                 "athletic/athletic": "^0.1",
2123                 "container-interop/container-interop": "^1.1.0",
2124                 "laminas/laminas-coding-standard": "~1.0.0",
2125                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
2126                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
2127             },
2128             "suggest": {
2129                 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
2130                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
2131             },
2132             "type": "library",
2133             "extra": {
2134                 "branch-alias": {
2135                     "dev-master": "3.2-dev",
2136                     "dev-develop": "3.3-dev"
2137                 }
2138             },
2139             "autoload": {
2140                 "psr-4": {
2141                     "Laminas\\EventManager\\": "src/"
2142                 }
2143             },
2144             "notification-url": "https://packagist.org/downloads/",
2145             "license": [
2146                 "BSD-3-Clause"
2147             ],
2148             "description": "Trigger and listen to events within a PHP application",
2149             "homepage": "https://laminas.dev",
2150             "keywords": [
2151                 "event",
2152                 "eventmanager",
2153                 "events",
2154                 "laminas"
2155             ],
2156             "time": "2019-12-31T16:44:52+00:00"
2157         },
2158         {
2159             "name": "laminas/laminas-filter",
2160             "version": "2.9.4",
2161             "source": {
2162                 "type": "git",
2163                 "url": "https://github.com/laminas/laminas-filter.git",
2164                 "reference": "3c4476e772a062cef7531c6793377ae585d89c82"
2165             },
2166             "dist": {
2167                 "type": "zip",
2168                 "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/3c4476e772a062cef7531c6793377ae585d89c82",
2169                 "reference": "3c4476e772a062cef7531c6793377ae585d89c82",
2170                 "shasum": ""
2171             },
2172             "require": {
2173                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2174                 "laminas/laminas-zendframework-bridge": "^1.0",
2175                 "php": "^5.6 || ^7.0"
2176             },
2177             "conflict": {
2178                 "laminas/laminas-validator": "<2.10.1"
2179             },
2180             "replace": {
2181                 "zendframework/zend-filter": "^2.9.2"
2182             },
2183             "require-dev": {
2184                 "laminas/laminas-coding-standard": "~1.0.0",
2185                 "laminas/laminas-crypt": "^3.2.1",
2186                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
2187                 "laminas/laminas-uri": "^2.6",
2188                 "pear/archive_tar": "^1.4.3",
2189                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2190                 "psr/http-factory": "^1.0"
2191             },
2192             "suggest": {
2193                 "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
2194                 "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
2195                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain functionality",
2196                 "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
2197                 "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
2198             },
2199             "type": "library",
2200             "extra": {
2201                 "branch-alias": {
2202                     "dev-master": "2.9.x-dev",
2203                     "dev-develop": "2.10.x-dev"
2204                 },
2205                 "laminas": {
2206                     "component": "Laminas\\Filter",
2207                     "config-provider": "Laminas\\Filter\\ConfigProvider"
2208                 }
2209             },
2210             "autoload": {
2211                 "psr-4": {
2212                     "Laminas\\Filter\\": "src/"
2213                 }
2214             },
2215             "notification-url": "https://packagist.org/downloads/",
2216             "license": [
2217                 "BSD-3-Clause"
2218             ],
2219             "description": "Programmatically filter and normalize data and files",
2220             "homepage": "https://laminas.dev",
2221             "keywords": [
2222                 "filter",
2223                 "laminas"
2224             ],
2225             "time": "2020-03-29T12:41:29+00:00"
2226         },
2227         {
2228             "name": "laminas/laminas-form",
2229             "version": "2.14.6",
2230             "source": {
2231                 "type": "git",
2232                 "url": "https://github.com/laminas/laminas-form.git",
2233                 "reference": "c19b62ed8394bcf2038ab3f51a49b7d0ef4e1700"
2234             },
2235             "dist": {
2236                 "type": "zip",
2237                 "url": "https://api.github.com/repos/laminas/laminas-form/zipball/c19b62ed8394bcf2038ab3f51a49b7d0ef4e1700",
2238                 "reference": "c19b62ed8394bcf2038ab3f51a49b7d0ef4e1700",
2239                 "shasum": ""
2240             },
2241             "require": {
2242                 "laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0",
2243                 "laminas/laminas-inputfilter": "^2.8",
2244                 "laminas/laminas-stdlib": "^3.2.1",
2245                 "laminas/laminas-zendframework-bridge": "^1.0",
2246                 "php": "^5.6 || ^7.0"
2247             },
2248             "replace": {
2249                 "zendframework/zend-form": "^2.14.3"
2250             },
2251             "require-dev": {
2252                 "doctrine/annotations": "~1.0",
2253                 "laminas/laminas-cache": "^2.6.1",
2254                 "laminas/laminas-captcha": "^2.7.1",
2255                 "laminas/laminas-code": "^2.6 || ^3.0",
2256                 "laminas/laminas-coding-standard": "~1.0.0",
2257                 "laminas/laminas-escaper": "^2.5",
2258                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
2259                 "laminas/laminas-filter": "^2.6",
2260                 "laminas/laminas-i18n": "^2.6",
2261                 "laminas/laminas-recaptcha": "^3.0.0",
2262                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
2263                 "laminas/laminas-session": "^2.8.1",
2264                 "laminas/laminas-text": "^2.6",
2265                 "laminas/laminas-validator": "^2.6",
2266                 "laminas/laminas-view": "^2.6.2",
2267                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20"
2268             },
2269             "suggest": {
2270                 "laminas/laminas-captcha": "^2.7.1, required for using CAPTCHA form elements",
2271                 "laminas/laminas-code": "^2.6 || ^3.0, required to use laminas-form annotations support",
2272                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0, reuired for laminas-form annotations support",
2273                 "laminas/laminas-i18n": "^2.6, required when using laminas-form view helpers",
2274                 "laminas/laminas-recaptcha": "in order to use the ReCaptcha form element",
2275                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
2276                 "laminas/laminas-view": "^2.6.2, required for using the laminas-form view helpers"
2277             },
2278             "type": "library",
2279             "extra": {
2280                 "branch-alias": {
2281                     "dev-master": "2.14.x-dev",
2282                     "dev-develop": "2.15.x-dev"
2283                 },
2284                 "laminas": {
2285                     "component": "Laminas\\Form",
2286                     "config-provider": "Laminas\\Form\\ConfigProvider"
2287                 }
2288             },
2289             "autoload": {
2290                 "psr-4": {
2291                     "Laminas\\Form\\": "src/"
2292                 },
2293                 "files": [
2294                     "autoload/formElementManagerPolyfill.php"
2295                 ]
2296             },
2297             "notification-url": "https://packagist.org/downloads/",
2298             "license": [
2299                 "BSD-3-Clause"
2300             ],
2301             "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
2302             "homepage": "https://laminas.dev",
2303             "keywords": [
2304                 "form",
2305                 "laminas"
2306             ],
2307             "funding": [
2308                 {
2309                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2310                     "type": "community_bridge"
2311                 }
2312             ],
2313             "time": "2020-06-22T20:17:02+00:00"
2314         },
2315         {
2316             "name": "laminas/laminas-http",
2317             "version": "2.12.0",
2318             "source": {
2319                 "type": "git",
2320                 "url": "https://github.com/laminas/laminas-http.git",
2321                 "reference": "48bd06ffa3a6875e2b77d6852405eb7b1589d575"
2322             },
2323             "dist": {
2324                 "type": "zip",
2325                 "url": "https://api.github.com/repos/laminas/laminas-http/zipball/48bd06ffa3a6875e2b77d6852405eb7b1589d575",
2326                 "reference": "48bd06ffa3a6875e2b77d6852405eb7b1589d575",
2327                 "shasum": ""
2328             },
2329             "require": {
2330                 "laminas/laminas-loader": "^2.5.1",
2331                 "laminas/laminas-stdlib": "^3.2.1",
2332                 "laminas/laminas-uri": "^2.5.2",
2333                 "laminas/laminas-validator": "^2.10.1",
2334                 "laminas/laminas-zendframework-bridge": "^1.0",
2335                 "php": "^5.6 || ^7.0"
2336             },
2337             "replace": {
2338                 "zendframework/zend-http": "^2.11.2"
2339             },
2340             "require-dev": {
2341                 "laminas/laminas-coding-standard": "~1.0.0",
2342                 "laminas/laminas-config": "^3.1 || ^2.6",
2343                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3"
2344             },
2345             "suggest": {
2346                 "paragonie/certainty": "For automated management of cacert.pem"
2347             },
2348             "type": "library",
2349             "extra": {
2350                 "branch-alias": {
2351                     "dev-master": "2.12.x-dev",
2352                     "dev-develop": "2.13.x-dev"
2353                 }
2354             },
2355             "autoload": {
2356                 "psr-4": {
2357                     "Laminas\\Http\\": "src/"
2358                 }
2359             },
2360             "notification-url": "https://packagist.org/downloads/",
2361             "license": [
2362                 "BSD-3-Clause"
2363             ],
2364             "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
2365             "homepage": "https://laminas.dev",
2366             "keywords": [
2367                 "http",
2368                 "http client",
2369                 "laminas"
2370             ],
2371             "funding": [
2372                 {
2373                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2374                     "type": "community_bridge"
2375                 }
2376             ],
2377             "time": "2020-06-23T15:14:37+00:00"
2378         },
2379         {
2380             "name": "laminas/laminas-hydrator",
2381             "version": "3.0.2",
2382             "source": {
2383                 "type": "git",
2384                 "url": "https://github.com/laminas/laminas-hydrator.git",
2385                 "reference": "5c418d6e37ad363bef5ce1c8a72388243d6c7950"
2386             },
2387             "dist": {
2388                 "type": "zip",
2389                 "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/5c418d6e37ad363bef5ce1c8a72388243d6c7950",
2390                 "reference": "5c418d6e37ad363bef5ce1c8a72388243d6c7950",
2391                 "shasum": ""
2392             },
2393             "require": {
2394                 "laminas/laminas-stdlib": "^3.2.1",
2395                 "laminas/laminas-zendframework-bridge": "^1.0",
2396                 "php": "^7.2"
2397             },
2398             "replace": {
2399                 "zendframework/zend-hydrator": "self.version"
2400             },
2401             "require-dev": {
2402                 "laminas/laminas-coding-standard": "~1.0.0",
2403                 "laminas/laminas-eventmanager": "^3.2.1",
2404                 "laminas/laminas-modulemanager": "^2.8",
2405                 "laminas/laminas-serializer": "^2.9",
2406                 "laminas/laminas-servicemanager": "^3.3.2",
2407                 "phpspec/prophecy": "^1.7.5",
2408                 "phpstan/phpstan": "^0.10.5",
2409                 "phpunit/phpunit": "^7.5"
2410             },
2411             "suggest": {
2412                 "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
2413                 "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
2414                 "laminas/laminas-servicemanager": "^3.3, to support hydrator plugin manager usage"
2415             },
2416             "type": "library",
2417             "extra": {
2418                 "branch-alias": {
2419                     "dev-release-2.4": "2.4.x-dev",
2420                     "dev-master": "3.0.x-dev",
2421                     "dev-develop": "3.1.x-dev"
2422                 },
2423                 "laminas": {
2424                     "component": "Laminas\\Hydrator",
2425                     "config-provider": "Laminas\\Hydrator\\ConfigProvider"
2426                 }
2427             },
2428             "autoload": {
2429                 "psr-4": {
2430                     "Laminas\\Hydrator\\": "src/"
2431                 }
2432             },
2433             "notification-url": "https://packagist.org/downloads/",
2434             "license": [
2435                 "BSD-3-Clause"
2436             ],
2437             "description": "Serialize objects to arrays, and vice versa",
2438             "homepage": "https://laminas.dev",
2439             "keywords": [
2440                 "hydrator",
2441                 "laminas"
2442             ],
2443             "time": "2019-12-31T17:06:44+00:00"
2444         },
2445         {
2446             "name": "laminas/laminas-i18n",
2447             "version": "2.9.2",
2448             "source": {
2449                 "type": "git",
2450                 "url": "https://github.com/laminas/laminas-i18n.git",
2451                 "reference": "48883436c6fa1f9ef001af295e3a40003c5cfbf2"
2452             },
2453             "dist": {
2454                 "type": "zip",
2455                 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/48883436c6fa1f9ef001af295e3a40003c5cfbf2",
2456                 "reference": "48883436c6fa1f9ef001af295e3a40003c5cfbf2",
2457                 "shasum": ""
2458             },
2459             "require": {
2460                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
2461                 "laminas/laminas-zendframework-bridge": "^1.0",
2462                 "php": "^5.6 || ^7.0"
2463             },
2464             "replace": {
2465                 "zendframework/zend-i18n": "self.version"
2466             },
2467             "require-dev": {
2468                 "laminas/laminas-cache": "^2.6.1",
2469                 "laminas/laminas-coding-standard": "~1.0.0",
2470                 "laminas/laminas-config": "^2.6",
2471                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
2472                 "laminas/laminas-filter": "^2.6.1",
2473                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
2474                 "laminas/laminas-validator": "^2.6",
2475                 "laminas/laminas-view": "^2.6.3",
2476                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16"
2477             },
2478             "suggest": {
2479                 "ext-intl": "Required for most features of Laminas\\I18n; included in default builds of PHP",
2480                 "laminas/laminas-cache": "Laminas\\Cache component",
2481                 "laminas/laminas-config": "Laminas\\Config component",
2482                 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
2483                 "laminas/laminas-filter": "You should install this package to use the provided filters",
2484                 "laminas/laminas-i18n-resources": "Translation resources",
2485                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
2486                 "laminas/laminas-validator": "You should install this package to use the provided validators",
2487                 "laminas/laminas-view": "You should install this package to use the provided view helpers"
2488             },
2489             "type": "library",
2490             "extra": {
2491                 "branch-alias": {
2492                     "dev-master": "2.9.x-dev",
2493                     "dev-develop": "2.10.x-dev"
2494                 },
2495                 "laminas": {
2496                     "component": "Laminas\\I18n",
2497                     "config-provider": "Laminas\\I18n\\ConfigProvider"
2498                 }
2499             },
2500             "autoload": {
2501                 "psr-4": {
2502                     "Laminas\\I18n\\": "src/"
2503                 }
2504             },
2505             "notification-url": "https://packagist.org/downloads/",
2506             "license": [
2507                 "BSD-3-Clause"
2508             ],
2509             "description": "Provide translations for your application, and filter and validate internationalized values",
2510             "homepage": "https://laminas.dev",
2511             "keywords": [
2512                 "i18n",
2513                 "laminas"
2514             ],
2515             "time": "2019-12-31T17:09:58+00:00"
2516         },
2517         {
2518             "name": "laminas/laminas-inputfilter",
2519             "version": "2.10.1",
2520             "source": {
2521                 "type": "git",
2522                 "url": "git@github.com:laminas/laminas-inputfilter.git",
2523                 "reference": "b29ce8f512c966468eee37ea4873ae5fb545d00a"
2524             },
2525             "dist": {
2526                 "type": "zip",
2527                 "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/b29ce8f512c966468eee37ea4873ae5fb545d00a",
2528                 "reference": "b29ce8f512c966468eee37ea4873ae5fb545d00a",
2529                 "shasum": ""
2530             },
2531             "require": {
2532                 "laminas/laminas-filter": "^2.9.1",
2533                 "laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1",
2534                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
2535                 "laminas/laminas-validator": "^2.11",
2536                 "laminas/laminas-zendframework-bridge": "^1.0",
2537                 "php": "^5.6 || ^7.0"
2538             },
2539             "replace": {
2540                 "zendframework/zend-inputfilter": "self.version"
2541             },
2542             "require-dev": {
2543                 "laminas/laminas-coding-standard": "~1.0.0",
2544                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15",
2545                 "psr/http-message": "^1.0"
2546             },
2547             "suggest": {
2548                 "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
2549             },
2550             "type": "library",
2551             "extra": {
2552                 "branch-alias": {
2553                     "dev-master": "2.10.x-dev",
2554                     "dev-develop": "2.11.x-dev"
2555                 },
2556                 "laminas": {
2557                     "component": "Laminas\\InputFilter",
2558                     "config-provider": "Laminas\\InputFilter\\ConfigProvider"
2559                 }
2560             },
2561             "autoload": {
2562                 "psr-4": {
2563                     "Laminas\\InputFilter\\": "src/"
2564                 }
2565             },
2566             "notification-url": "https://packagist.org/downloads/",
2567             "license": [
2568                 "BSD-3-Clause"
2569             ],
2570             "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2571             "homepage": "https://laminas.dev",
2572             "keywords": [
2573                 "inputfilter",
2574                 "laminas"
2575             ],
2576             "time": "2019-12-31T17:11:54+00:00"
2577         },
2578         {
2579             "name": "laminas/laminas-json",
2580             "version": "3.1.2",
2581             "source": {
2582                 "type": "git",
2583                 "url": "https://github.com/laminas/laminas-json.git",
2584                 "reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6"
2585             },
2586             "dist": {
2587                 "type": "zip",
2588                 "url": "https://api.github.com/repos/laminas/laminas-json/zipball/00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6",
2589                 "reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6",
2590                 "shasum": ""
2591             },
2592             "require": {
2593                 "laminas/laminas-zendframework-bridge": "^1.0",
2594                 "php": "^5.6 || ^7.0"
2595             },
2596             "replace": {
2597                 "zendframework/zend-json": "self.version"
2598             },
2599             "require-dev": {
2600                 "laminas/laminas-coding-standard": "~1.0.0",
2601                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2602                 "phpunit/phpunit": "^5.7.23 || ^6.4.3"
2603             },
2604             "suggest": {
2605                 "laminas/laminas-json-server": "For implementing JSON-RPC servers",
2606                 "laminas/laminas-xml2json": "For converting XML documents to JSON"
2607             },
2608             "type": "library",
2609             "extra": {
2610                 "branch-alias": {
2611                     "dev-master": "3.1.x-dev",
2612                     "dev-develop": "3.2.x-dev"
2613                 }
2614             },
2615             "autoload": {
2616                 "psr-4": {
2617                     "Laminas\\Json\\": "src/"
2618                 }
2619             },
2620             "notification-url": "https://packagist.org/downloads/",
2621             "license": [
2622                 "BSD-3-Clause"
2623             ],
2624             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2625             "homepage": "https://laminas.dev",
2626             "keywords": [
2627                 "json",
2628                 "laminas"
2629             ],
2630             "time": "2019-12-31T17:15:04+00:00"
2631         },
2632         {
2633             "name": "laminas/laminas-json-server",
2634             "version": "3.2.2",
2635             "source": {
2636                 "type": "git",
2637                 "url": "https://github.com/laminas/laminas-json-server.git",
2638                 "reference": "5580959966a99bc110066566ca8965773ef49c13"
2639             },
2640             "dist": {
2641                 "type": "zip",
2642                 "url": "https://api.github.com/repos/laminas/laminas-json-server/zipball/5580959966a99bc110066566ca8965773ef49c13",
2643                 "reference": "5580959966a99bc110066566ca8965773ef49c13",
2644                 "shasum": ""
2645             },
2646             "require": {
2647                 "laminas/laminas-http": "^2.7",
2648                 "laminas/laminas-json": "^2.6.1 || ^3.0",
2649                 "laminas/laminas-server": "^2.7",
2650                 "laminas/laminas-zendframework-bridge": "^1.0",
2651                 "php": "^5.6 || ^7.0"
2652             },
2653             "conflict": {
2654                 "laminas/laminas-stdlib": "<3.2.1"
2655             },
2656             "replace": {
2657                 "zendframework/zend-json-server": "^3.2.0"
2658             },
2659             "require-dev": {
2660                 "laminas/laminas-coding-standard": "~1.0.0",
2661                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
2662             },
2663             "type": "library",
2664             "extra": {
2665                 "branch-alias": {
2666                     "dev-master": "3.2.x-dev",
2667                     "dev-develop": "3.3.x-dev"
2668                 }
2669             },
2670             "autoload": {
2671                 "psr-4": {
2672                     "Laminas\\Json\\Server\\": "src/"
2673                 }
2674             },
2675             "notification-url": "https://packagist.org/downloads/",
2676             "license": [
2677                 "BSD-3-Clause"
2678             ],
2679             "description": "Laminas Json-Server is a JSON-RPC server implementation.",
2680             "homepage": "https://laminas.dev",
2681             "keywords": [
2682                 "json",
2683                 "json-server",
2684                 "laminas",
2685                 "server"
2686             ],
2687             "time": "2020-03-29T12:57:21+00:00"
2688         },
2689         {
2690             "name": "laminas/laminas-loader",
2691             "version": "2.6.1",
2692             "source": {
2693                 "type": "git",
2694                 "url": "https://github.com/laminas/laminas-loader.git",
2695                 "reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc"
2696             },
2697             "dist": {
2698                 "type": "zip",
2699                 "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/5d01c2c237ae9e68bec262f339947e2ea18979bc",
2700                 "reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc",
2701                 "shasum": ""
2702             },
2703             "require": {
2704                 "laminas/laminas-zendframework-bridge": "^1.0",
2705                 "php": "^5.6 || ^7.0"
2706             },
2707             "replace": {
2708                 "zendframework/zend-loader": "self.version"
2709             },
2710             "require-dev": {
2711                 "laminas/laminas-coding-standard": "~1.0.0",
2712                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
2713             },
2714             "type": "library",
2715             "extra": {
2716                 "branch-alias": {
2717                     "dev-master": "2.6.x-dev",
2718                     "dev-develop": "2.7.x-dev"
2719                 }
2720             },
2721             "autoload": {
2722                 "psr-4": {
2723                     "Laminas\\Loader\\": "src/"
2724                 }
2725             },
2726             "notification-url": "https://packagist.org/downloads/",
2727             "license": [
2728                 "BSD-3-Clause"
2729             ],
2730             "description": "Autoloading and plugin loading strategies",
2731             "homepage": "https://laminas.dev",
2732             "keywords": [
2733                 "laminas",
2734                 "loader"
2735             ],
2736             "time": "2019-12-31T17:18:27+00:00"
2737         },
2738         {
2739             "name": "laminas/laminas-math",
2740             "version": "3.2.0",
2741             "source": {
2742                 "type": "git",
2743                 "url": "https://github.com/laminas/laminas-math.git",
2744                 "reference": "dd603c7d151d46eafd243a405d5b7eefa4222d74"
2745             },
2746             "dist": {
2747                 "type": "zip",
2748                 "url": "https://api.github.com/repos/laminas/laminas-math/zipball/dd603c7d151d46eafd243a405d5b7eefa4222d74",
2749                 "reference": "dd603c7d151d46eafd243a405d5b7eefa4222d74",
2750                 "shasum": ""
2751             },
2752             "require": {
2753                 "ext-mbstring": "*",
2754                 "laminas/laminas-zendframework-bridge": "^1.0",
2755                 "paragonie/random_compat": "^2.0.11 || 9.99.99",
2756                 "php": "^5.6 || ^7.0"
2757             },
2758             "replace": {
2759                 "zendframework/zend-math": "self.version"
2760             },
2761             "require-dev": {
2762                 "laminas/laminas-coding-standard": "~1.0.0",
2763                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
2764             },
2765             "suggest": {
2766                 "ext-bcmath": "If using the bcmath functionality",
2767                 "ext-gmp": "If using the gmp functionality"
2768             },
2769             "type": "library",
2770             "extra": {
2771                 "branch-alias": {
2772                     "dev-master": "3.2.x-dev",
2773                     "dev-develop": "3.3.x-dev"
2774                 }
2775             },
2776             "autoload": {
2777                 "psr-4": {
2778                     "Laminas\\Math\\": "src/"
2779                 }
2780             },
2781             "notification-url": "https://packagist.org/downloads/",
2782             "license": [
2783                 "BSD-3-Clause"
2784             ],
2785             "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
2786             "homepage": "https://laminas.dev",
2787             "keywords": [
2788                 "laminas",
2789                 "math"
2790             ],
2791             "time": "2019-12-31T17:24:18+00:00"
2792         },
2793         {
2794             "name": "laminas/laminas-modulemanager",
2795             "version": "2.8.4",
2796             "source": {
2797                 "type": "git",
2798                 "url": "https://github.com/laminas/laminas-modulemanager.git",
2799                 "reference": "92b1cde1aab5aef687b863face6dd5d9c6751c78"
2800             },
2801             "dist": {
2802                 "type": "zip",
2803                 "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/92b1cde1aab5aef687b863face6dd5d9c6751c78",
2804                 "reference": "92b1cde1aab5aef687b863face6dd5d9c6751c78",
2805                 "shasum": ""
2806             },
2807             "require": {
2808                 "laminas/laminas-config": "^3.1 || ^2.6",
2809                 "laminas/laminas-eventmanager": "^3.2 || ^2.6.3",
2810                 "laminas/laminas-stdlib": "^3.1 || ^2.7",
2811                 "laminas/laminas-zendframework-bridge": "^1.0",
2812                 "php": "^5.6 || ^7.0"
2813             },
2814             "replace": {
2815                 "zendframework/zend-modulemanager": "self.version"
2816             },
2817             "require-dev": {
2818                 "laminas/laminas-coding-standard": "~1.0.0",
2819                 "laminas/laminas-console": "^2.6",
2820                 "laminas/laminas-di": "^2.6",
2821                 "laminas/laminas-loader": "^2.5",
2822                 "laminas/laminas-mvc": "^3.0 || ^2.7",
2823                 "laminas/laminas-servicemanager": "^3.0.3 || ^2.7.5",
2824                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16"
2825             },
2826             "suggest": {
2827                 "laminas/laminas-console": "Laminas\\Console component",
2828                 "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
2829                 "laminas/laminas-mvc": "Laminas\\Mvc component",
2830                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2831             },
2832             "type": "library",
2833             "extra": {
2834                 "branch-alias": {
2835                     "dev-master": "2.8.x-dev",
2836                     "dev-develop": "2.9.x-dev"
2837                 }
2838             },
2839             "autoload": {
2840                 "psr-4": {
2841                     "Laminas\\ModuleManager\\": "src/"
2842                 }
2843             },
2844             "notification-url": "https://packagist.org/downloads/",
2845             "license": [
2846                 "BSD-3-Clause"
2847             ],
2848             "description": "Modular application system for laminas-mvc applications",
2849             "homepage": "https://laminas.dev",
2850             "keywords": [
2851                 "laminas",
2852                 "modulemanager"
2853             ],
2854             "time": "2019-12-31T17:26:56+00:00"
2855         },
2856         {
2857             "name": "laminas/laminas-mvc",
2858             "version": "3.1.1",
2859             "source": {
2860                 "type": "git",
2861                 "url": "https://github.com/laminas/laminas-mvc.git",
2862                 "reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980"
2863             },
2864             "dist": {
2865                 "type": "zip",
2866                 "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/ead09f8ab5ff0e562dbd0198c7f67523c2f61980",
2867                 "reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980",
2868                 "shasum": ""
2869             },
2870             "require": {
2871                 "container-interop/container-interop": "^1.2",
2872                 "laminas/laminas-eventmanager": "^3.2",
2873                 "laminas/laminas-http": "^2.7",
2874                 "laminas/laminas-modulemanager": "^2.8",
2875                 "laminas/laminas-router": "^3.0.2",
2876                 "laminas/laminas-servicemanager": "^3.3",
2877                 "laminas/laminas-stdlib": "^3.1",
2878                 "laminas/laminas-view": "^2.9",
2879                 "laminas/laminas-zendframework-bridge": "^1.0",
2880                 "php": "^5.6 || ^7.0"
2881             },
2882             "replace": {
2883                 "zendframework/zend-mvc": "self.version"
2884             },
2885             "require-dev": {
2886                 "http-interop/http-middleware": "^0.4.1",
2887                 "laminas/laminas-coding-standard": "~1.0.0",
2888                 "laminas/laminas-json": "^2.6.1 || ^3.0",
2889                 "laminas/laminas-psr7bridge": "^1.0",
2890                 "laminas/laminas-stratigility": "^2.0.1",
2891                 "phpunit/phpunit": "^6.4.4 || ^5.7.14"
2892             },
2893             "suggest": {
2894                 "http-interop/http-middleware": "^0.4.1 to be used together with laminas-stratigility",
2895                 "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
2896                 "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
2897                 "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
2898                 "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
2899                 "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
2900                 "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
2901                 "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
2902                 "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
2903                 "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
2904                 "laminas/laminas-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
2905                 "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application",
2906                 "laminas/laminas-stratigility": "laminas-stratigility is required to use middleware pipes in the MiddlewareListener"
2907             },
2908             "type": "library",
2909             "extra": {
2910                 "branch-alias": {
2911                     "dev-master": "3.1-dev",
2912                     "dev-develop": "3.2-dev"
2913                 }
2914             },
2915             "autoload": {
2916                 "psr-4": {
2917                     "Laminas\\Mvc\\": "src/"
2918                 }
2919             },
2920             "notification-url": "https://packagist.org/downloads/",
2921             "license": [
2922                 "BSD-3-Clause"
2923             ],
2924             "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
2925             "homepage": "https://laminas.dev",
2926             "keywords": [
2927                 "laminas",
2928                 "mvc"
2929             ],
2930             "time": "2019-12-31T17:33:14+00:00"
2931         },
2932         {
2933             "name": "laminas/laminas-mvc-console",
2934             "version": "1.2.0",
2935             "source": {
2936                 "type": "git",
2937                 "url": "https://github.com/laminas/laminas-mvc-console.git",
2938                 "reference": "0c16223557fdb9bba853f6de22e1040824c1c966"
2939             },
2940             "dist": {
2941                 "type": "zip",
2942                 "url": "https://api.github.com/repos/laminas/laminas-mvc-console/zipball/0c16223557fdb9bba853f6de22e1040824c1c966",
2943                 "reference": "0c16223557fdb9bba853f6de22e1040824c1c966",
2944                 "shasum": ""
2945             },
2946             "require": {
2947                 "container-interop/container-interop": "^1.1",
2948                 "laminas/laminas-console": "^2.6",
2949                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
2950                 "laminas/laminas-modulemanager": "^2.7.1",
2951                 "laminas/laminas-mvc": "^3.0.3",
2952                 "laminas/laminas-router": "^3.0",
2953                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
2954                 "laminas/laminas-stdlib": "^2.7.5 || ^3.0",
2955                 "laminas/laminas-text": "^2.6",
2956                 "laminas/laminas-view": "^2.6.3",
2957                 "laminas/laminas-zendframework-bridge": "^1.0",
2958                 "php": "^5.6 || ^7.0"
2959             },
2960             "conflict": {
2961                 "laminas/laminas-mvc": "<3.0.0"
2962             },
2963             "replace": {
2964                 "zendframework/zend-mvc-console": "self.version"
2965             },
2966             "require-dev": {
2967                 "laminas/laminas-coding-standard": "~1.0.0",
2968                 "laminas/laminas-filter": "^2.6.1",
2969                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
2970             },
2971             "suggest": {
2972                 "laminas/laminas-filter": "^2.6.1, to filter rendered results"
2973             },
2974             "type": "library",
2975             "extra": {
2976                 "branch-alias": {
2977                     "dev-master": "1.2.x-dev",
2978                     "dev-develop": "1.3.x-dev"
2979                 },
2980                 "laminas": {
2981                     "component": "Laminas\\Mvc\\Console"
2982                 }
2983             },
2984             "autoload": {
2985                 "psr-4": {
2986                     "Laminas\\Mvc\\Console\\": "src/"
2987                 }
2988             },
2989             "notification-url": "https://packagist.org/downloads/",
2990             "license": [
2991                 "BSD-3-Clause"
2992             ],
2993             "description": "Integration between laminas-mvc and laminas-console",
2994             "homepage": "https://laminas.dev",
2995             "keywords": [
2996                 "console",
2997                 "laminas",
2998                 "mvc"
2999             ],
3000             "time": "2019-12-31T17:33:37+00:00"
3001         },
3002         {
3003             "name": "laminas/laminas-mvc-i18n",
3004             "version": "1.1.1",
3005             "source": {
3006                 "type": "git",
3007                 "url": "https://github.com/laminas/laminas-mvc-i18n.git",
3008                 "reference": "4184f6572b5244a5f5781604f1e03d7955e304a0"
3009             },
3010             "dist": {
3011                 "type": "zip",
3012                 "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/4184f6572b5244a5f5781604f1e03d7955e304a0",
3013                 "reference": "4184f6572b5244a5f5781604f1e03d7955e304a0",
3014                 "shasum": ""
3015             },
3016             "require": {
3017                 "container-interop/container-interop": "^1.1",
3018                 "laminas/laminas-i18n": "^2.7",
3019                 "laminas/laminas-router": "^3.0",
3020                 "laminas/laminas-servicemanager": "^2.7.10 || ^3.0.3",
3021                 "laminas/laminas-stdlib": "^2.7.6 || ^3.0",
3022                 "laminas/laminas-validator": "^2.6",
3023                 "laminas/laminas-zendframework-bridge": "^1.0",
3024                 "php": "^5.6 || ^7.0"
3025             },
3026             "conflict": {
3027                 "laminas/laminas-mvc": "<3.0.0",
3028                 "phpspec/prophecy": "<1.8.0"
3029             },
3030             "replace": {
3031                 "zendframework/zend-mvc-i18n": "self.version"
3032             },
3033             "require-dev": {
3034                 "laminas/laminas-cache": "^2.6.1",
3035                 "laminas/laminas-coding-standard": "~1.0.0",
3036                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5"
3037             },
3038             "suggest": {
3039                 "laminas/laminas-cache": "To enable caching of translation strings"
3040             },
3041             "type": "library",
3042             "extra": {
3043                 "branch-alias": {
3044                     "dev-master": "1.1.x-dev",
3045                     "dev-develop": "1.2.x-dev"
3046                 },
3047                 "laminas": {
3048                     "component": "Laminas\\Mvc\\I18n",
3049                     "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
3050                 }
3051             },
3052             "autoload": {
3053                 "psr-4": {
3054                     "Laminas\\Mvc\\I18n\\": "src/"
3055                 }
3056             },
3057             "notification-url": "https://packagist.org/downloads/",
3058             "license": [
3059                 "BSD-3-Clause"
3060             ],
3061             "description": "Integration between laminas-mvc and laminas-i18n",
3062             "homepage": "https://laminas.dev",
3063             "keywords": [
3064                 "i18n",
3065                 "laminas",
3066                 "mvc"
3067             ],
3068             "time": "2019-12-31T17:33:41+00:00"
3069         },
3070         {
3071             "name": "laminas/laminas-router",
3072             "version": "3.3.2",
3073             "source": {
3074                 "type": "git",
3075                 "url": "https://github.com/laminas/laminas-router.git",
3076                 "reference": "01a6905202ad41a42ba63d60260eba32b89e18c7"
3077             },
3078             "dist": {
3079                 "type": "zip",
3080                 "url": "https://api.github.com/repos/laminas/laminas-router/zipball/01a6905202ad41a42ba63d60260eba32b89e18c7",
3081                 "reference": "01a6905202ad41a42ba63d60260eba32b89e18c7",
3082                 "shasum": ""
3083             },
3084             "require": {
3085                 "container-interop/container-interop": "^1.2",
3086                 "laminas/laminas-http": "^2.8.1",
3087                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
3088                 "laminas/laminas-stdlib": "^3.2.1",
3089                 "laminas/laminas-zendframework-bridge": "^1.0",
3090                 "php": "^5.6 || ^7.0"
3091             },
3092             "conflict": {
3093                 "laminas/laminas-mvc": "<3.0.0"
3094             },
3095             "replace": {
3096                 "zendframework/zend-router": "^3.3.0"
3097             },
3098             "require-dev": {
3099                 "laminas/laminas-coding-standard": "~1.0.0",
3100                 "laminas/laminas-i18n": "^2.7.4",
3101                 "phpunit/phpunit": "^5.7.22 || ^6.4.1 || ^7.5.18"
3102             },
3103             "suggest": {
3104                 "laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments"
3105             },
3106             "type": "library",
3107             "extra": {
3108                 "branch-alias": {
3109                     "dev-master": "3.3.x-dev",
3110                     "dev-develop": "4.0.x-dev"
3111                 },
3112                 "laminas": {
3113                     "component": "Laminas\\Router",
3114                     "config-provider": "Laminas\\Router\\ConfigProvider"
3115                 }
3116             },
3117             "autoload": {
3118                 "psr-4": {
3119                     "Laminas\\Router\\": "src/"
3120                 }
3121             },
3122             "notification-url": "https://packagist.org/downloads/",
3123             "license": [
3124                 "BSD-3-Clause"
3125             ],
3126             "description": "Flexible routing system for HTTP and console applications",
3127             "homepage": "https://laminas.dev",
3128             "keywords": [
3129                 "laminas",
3130                 "mvc",
3131                 "routing"
3132             ],
3133             "time": "2020-03-29T13:21:03+00:00"
3134         },
3135         {
3136             "name": "laminas/laminas-server",
3137             "version": "2.8.1",
3138             "source": {
3139                 "type": "git",
3140                 "url": "https://github.com/laminas/laminas-server.git",
3141                 "reference": "4aaca9174c40a2fab2e2aa77999da99f71bdd88e"
3142             },
3143             "dist": {
3144                 "type": "zip",
3145                 "url": "https://api.github.com/repos/laminas/laminas-server/zipball/4aaca9174c40a2fab2e2aa77999da99f71bdd88e",
3146                 "reference": "4aaca9174c40a2fab2e2aa77999da99f71bdd88e",
3147                 "shasum": ""
3148             },
3149             "require": {
3150                 "laminas/laminas-code": "^2.5 || ^3.0",
3151                 "laminas/laminas-stdlib": "^2.5 || ^3.0",
3152                 "laminas/laminas-zendframework-bridge": "^1.0",
3153                 "php": "^5.6 || ^7.0"
3154             },
3155             "replace": {
3156                 "zendframework/zend-server": "self.version"
3157             },
3158             "require-dev": {
3159                 "laminas/laminas-coding-standard": "~1.0.0",
3160                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
3161             },
3162             "type": "library",
3163             "extra": {
3164                 "branch-alias": {
3165                     "dev-master": "2.8.x-dev",
3166                     "dev-develop": "2.9.x-dev"
3167                 }
3168             },
3169             "autoload": {
3170                 "psr-4": {
3171                     "Laminas\\Server\\": "src/"
3172                 }
3173             },
3174             "notification-url": "https://packagist.org/downloads/",
3175             "license": [
3176                 "BSD-3-Clause"
3177             ],
3178             "description": "Create Reflection-based RPC servers",
3179             "homepage": "https://laminas.dev",
3180             "keywords": [
3181                 "laminas",
3182                 "server"
3183             ],
3184             "time": "2019-12-31T17:43:03+00:00"
3185         },
3186         {
3187             "name": "laminas/laminas-servicemanager",
3188             "version": "3.4.1",
3189             "source": {
3190                 "type": "git",
3191                 "url": "https://github.com/laminas/laminas-servicemanager.git",
3192                 "reference": "0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1"
3193             },
3194             "dist": {
3195                 "type": "zip",
3196                 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1",
3197                 "reference": "0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1",
3198                 "shasum": ""
3199             },
3200             "require": {
3201                 "container-interop/container-interop": "^1.2",
3202                 "laminas/laminas-stdlib": "^3.2.1",
3203                 "laminas/laminas-zendframework-bridge": "^1.0",
3204                 "php": "^5.6 || ^7.0",
3205                 "psr/container": "^1.0"
3206             },
3207             "provide": {
3208                 "container-interop/container-interop-implementation": "^1.2",
3209                 "psr/container-implementation": "^1.0"
3210             },
3211             "replace": {
3212                 "zendframework/zend-servicemanager": "^3.4.0"
3213             },
3214             "require-dev": {
3215                 "laminas/laminas-coding-standard": "~1.0.0",
3216                 "mikey179/vfsstream": "^1.6.5",
3217                 "ocramius/proxy-manager": "^1.0 || ^2.0",
3218                 "phpbench/phpbench": "^0.13.0",
3219                 "phpunit/phpunit": "^5.7.25 || ^6.4.4"
3220             },
3221             "suggest": {
3222                 "laminas/laminas-stdlib": "laminas-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances",
3223                 "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services"
3224             },
3225             "bin": [
3226                 "bin/generate-deps-for-config-factory",
3227                 "bin/generate-factory-for-class"
3228             ],
3229             "type": "library",
3230             "extra": {
3231                 "branch-alias": {
3232                     "dev-master": "3.3-dev",
3233                     "dev-develop": "4.0-dev"
3234                 }
3235             },
3236             "autoload": {
3237                 "psr-4": {
3238                     "Laminas\\ServiceManager\\": "src/"
3239                 }
3240             },
3241             "notification-url": "https://packagist.org/downloads/",
3242             "license": [
3243                 "BSD-3-Clause"
3244             ],
3245             "description": "Factory-Driven Dependency Injection Container",
3246             "homepage": "https://laminas.dev",
3247             "keywords": [
3248                 "PSR-11",
3249                 "dependency-injection",
3250                 "di",
3251                 "dic",
3252                 "laminas",
3253                 "service-manager",
3254                 "servicemanager"
3255             ],
3256             "funding": [
3257                 {
3258                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3259                     "type": "community_bridge"
3260                 }
3261             ],
3262             "time": "2020-05-11T14:43:22+00:00"
3263         },
3264         {
3265             "name": "laminas/laminas-soap",
3266             "version": "2.8.0",
3267             "source": {
3268                 "type": "git",
3269                 "url": "https://github.com/laminas/laminas-soap.git",
3270                 "reference": "34f91d5c4c0a78bc5689cca2d1eaf829b27edd72"
3271             },
3272             "dist": {
3273                 "type": "zip",
3274                 "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/34f91d5c4c0a78bc5689cca2d1eaf829b27edd72",
3275                 "reference": "34f91d5c4c0a78bc5689cca2d1eaf829b27edd72",
3276                 "shasum": ""
3277             },
3278             "require": {
3279                 "ext-soap": "*",
3280                 "laminas/laminas-server": "^2.6.1",
3281                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
3282                 "laminas/laminas-uri": "^2.5.2",
3283                 "laminas/laminas-zendframework-bridge": "^1.0",
3284                 "php": "^5.6 || ^7.0"
3285             },
3286             "replace": {
3287                 "zendframework/zend-soap": "self.version"
3288             },
3289             "require-dev": {
3290                 "laminas/laminas-coding-standard": "~1.0.0",
3291                 "laminas/laminas-config": "^2.6",
3292                 "laminas/laminas-http": "^2.5.4",
3293                 "phpunit/phpunit": "^5.7.21 || ^6.3"
3294             },
3295             "suggest": {
3296                 "laminas/laminas-http": "Laminas\\Http component"
3297             },
3298             "type": "library",
3299             "extra": {
3300                 "branch-alias": {
3301                     "dev-master": "2.7.x-dev",
3302                     "dev-develop": "2.8.x-dev"
3303                 }
3304             },
3305             "autoload": {
3306                 "psr-4": {
3307                     "Laminas\\Soap\\": "src/"
3308                 }
3309             },
3310             "notification-url": "https://packagist.org/downloads/",
3311             "license": [
3312                 "BSD-3-Clause"
3313             ],
3314             "homepage": "https://laminas.dev",
3315             "keywords": [
3316                 "laminas",
3317                 "soap"
3318             ],
3319             "time": "2019-12-31T17:48:49+00:00"
3320         },
3321         {
3322             "name": "laminas/laminas-stdlib",
3323             "version": "3.2.1",
3324             "source": {
3325                 "type": "git",
3326                 "url": "https://github.com/laminas/laminas-stdlib.git",
3327                 "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6"
3328             },
3329             "dist": {
3330                 "type": "zip",
3331                 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6",
3332                 "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6",
3333                 "shasum": ""
3334             },
3335             "require": {
3336                 "laminas/laminas-zendframework-bridge": "^1.0",
3337                 "php": "^5.6 || ^7.0"
3338             },
3339             "replace": {
3340                 "zendframework/zend-stdlib": "self.version"
3341             },
3342             "require-dev": {
3343                 "laminas/laminas-coding-standard": "~1.0.0",
3344                 "phpbench/phpbench": "^0.13",
3345                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
3346             },
3347             "type": "library",
3348             "extra": {
3349                 "branch-alias": {
3350                     "dev-master": "3.2.x-dev",
3351                     "dev-develop": "3.3.x-dev"
3352                 }
3353             },
3354             "autoload": {
3355                 "psr-4": {
3356                     "Laminas\\Stdlib\\": "src/"
3357                 }
3358             },
3359             "notification-url": "https://packagist.org/downloads/",
3360             "license": [
3361                 "BSD-3-Clause"
3362             ],
3363             "description": "SPL extensions, array utilities, error handlers, and more",
3364             "homepage": "https://laminas.dev",
3365             "keywords": [
3366                 "laminas",
3367                 "stdlib"
3368             ],
3369             "time": "2019-12-31T17:51:15+00:00"
3370         },
3371         {
3372             "name": "laminas/laminas-text",
3373             "version": "2.7.1",
3374             "source": {
3375                 "type": "git",
3376                 "url": "https://github.com/laminas/laminas-text.git",
3377                 "reference": "3601b5eacb06ed0a12f658df860cc0f9613cf4db"
3378             },
3379             "dist": {
3380                 "type": "zip",
3381                 "url": "https://api.github.com/repos/laminas/laminas-text/zipball/3601b5eacb06ed0a12f658df860cc0f9613cf4db",
3382                 "reference": "3601b5eacb06ed0a12f658df860cc0f9613cf4db",
3383                 "shasum": ""
3384             },
3385             "require": {
3386                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
3387                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
3388                 "laminas/laminas-zendframework-bridge": "^1.0",
3389                 "php": "^5.6 || ^7.0"
3390             },
3391             "replace": {
3392                 "zendframework/zend-text": "self.version"
3393             },
3394             "require-dev": {
3395                 "laminas/laminas-coding-standard": "~1.0.0",
3396                 "laminas/laminas-config": "^2.6",
3397                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
3398             },
3399             "type": "library",
3400             "extra": {
3401                 "branch-alias": {
3402                     "dev-master": "2.7.x-dev",
3403                     "dev-develop": "2.8.x-dev"
3404                 }
3405             },
3406             "autoload": {
3407                 "psr-4": {
3408                     "Laminas\\Text\\": "src/"
3409                 }
3410             },
3411             "notification-url": "https://packagist.org/downloads/",
3412             "license": [
3413                 "BSD-3-Clause"
3414             ],
3415             "description": "Create FIGlets and text-based tables",
3416             "homepage": "https://laminas.dev",
3417             "keywords": [
3418                 "laminas",
3419                 "text"
3420             ],
3421             "time": "2019-12-31T17:54:52+00:00"
3422         },
3423         {
3424             "name": "laminas/laminas-uri",
3425             "version": "2.7.1",
3426             "source": {
3427                 "type": "git",
3428                 "url": "https://github.com/laminas/laminas-uri.git",
3429                 "reference": "6be8ce19622f359b048ce4faebf1aa1bca73a7ff"
3430             },
3431             "dist": {
3432                 "type": "zip",
3433                 "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/6be8ce19622f359b048ce4faebf1aa1bca73a7ff",
3434                 "reference": "6be8ce19622f359b048ce4faebf1aa1bca73a7ff",
3435                 "shasum": ""
3436             },
3437             "require": {
3438                 "laminas/laminas-escaper": "^2.5",
3439                 "laminas/laminas-validator": "^2.10",
3440                 "laminas/laminas-zendframework-bridge": "^1.0",
3441                 "php": "^5.6 || ^7.0"
3442             },
3443             "replace": {
3444                 "zendframework/zend-uri": "self.version"
3445             },
3446             "require-dev": {
3447                 "laminas/laminas-coding-standard": "~1.0.0",
3448                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
3449             },
3450             "type": "library",
3451             "extra": {
3452                 "branch-alias": {
3453                     "dev-master": "2.7.x-dev",
3454                     "dev-develop": "2.8.x-dev"
3455                 }
3456             },
3457             "autoload": {
3458                 "psr-4": {
3459                     "Laminas\\Uri\\": "src/"
3460                 }
3461             },
3462             "notification-url": "https://packagist.org/downloads/",
3463             "license": [
3464                 "BSD-3-Clause"
3465             ],
3466             "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
3467             "homepage": "https://laminas.dev",
3468             "keywords": [
3469                 "laminas",
3470                 "uri"
3471             ],
3472             "time": "2019-12-31T17:56:00+00:00"
3473         },
3474         {
3475             "name": "laminas/laminas-validator",
3476             "version": "2.13.4",
3477             "source": {
3478                 "type": "git",
3479                 "url": "https://github.com/laminas/laminas-validator.git",
3480                 "reference": "93593684e70b8ed1e870cacd34ca32b0c0ace185"
3481             },
3482             "dist": {
3483                 "type": "zip",
3484                 "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/93593684e70b8ed1e870cacd34ca32b0c0ace185",
3485                 "reference": "93593684e70b8ed1e870cacd34ca32b0c0ace185",
3486                 "shasum": ""
3487             },
3488             "require": {
3489                 "container-interop/container-interop": "^1.1",
3490                 "laminas/laminas-stdlib": "^3.2.1",
3491                 "laminas/laminas-zendframework-bridge": "^1.0",
3492                 "php": "^7.1"
3493             },
3494             "replace": {
3495                 "zendframework/zend-validator": "^2.13.0"
3496             },
3497             "require-dev": {
3498                 "laminas/laminas-cache": "^2.6.1",
3499                 "laminas/laminas-coding-standard": "~1.0.0",
3500                 "laminas/laminas-config": "^2.6",
3501                 "laminas/laminas-db": "^2.7",
3502                 "laminas/laminas-filter": "^2.6",
3503                 "laminas/laminas-http": "^2.5.4",
3504                 "laminas/laminas-i18n": "^2.6",
3505                 "laminas/laminas-math": "^2.6",
3506                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
3507                 "laminas/laminas-session": "^2.8",
3508                 "laminas/laminas-uri": "^2.5",
3509                 "phpunit/phpunit": "^7.5.20 || ^8.5.2",
3510                 "psr/http-client": "^1.0",
3511                 "psr/http-factory": "^1.0",
3512                 "psr/http-message": "^1.0"
3513             },
3514             "suggest": {
3515                 "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
3516                 "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
3517                 "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
3518                 "laminas/laminas-i18n-resources": "Translations of validator messages",
3519                 "laminas/laminas-math": "Laminas\\Math component, required by the Csrf validator",
3520                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3521                 "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
3522                 "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
3523                 "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
3524             },
3525             "type": "library",
3526             "extra": {
3527                 "branch-alias": {
3528                     "dev-master": "2.13.x-dev",
3529                     "dev-develop": "2.14.x-dev"
3530                 },
3531                 "laminas": {
3532                     "component": "Laminas\\Validator",
3533                     "config-provider": "Laminas\\Validator\\ConfigProvider"
3534                 }
3535             },
3536             "autoload": {
3537                 "psr-4": {
3538                     "Laminas\\Validator\\": "src/"
3539                 }
3540             },
3541             "notification-url": "https://packagist.org/downloads/",
3542             "license": [
3543                 "BSD-3-Clause"
3544             ],
3545             "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
3546             "homepage": "https://laminas.dev",
3547             "keywords": [
3548                 "laminas",
3549                 "validator"
3550             ],
3551             "time": "2020-03-31T18:57:01+00:00"
3552         },
3553         {
3554             "name": "laminas/laminas-view",
3555             "version": "2.11.4",
3556             "source": {
3557                 "type": "git",
3558                 "url": "https://github.com/laminas/laminas-view.git",
3559                 "reference": "3bbb2e94287383604c898284a18d2d06cf17301e"
3560             },
3561             "dist": {
3562                 "type": "zip",
3563                 "url": "https://api.github.com/repos/laminas/laminas-view/zipball/3bbb2e94287383604c898284a18d2d06cf17301e",
3564                 "reference": "3bbb2e94287383604c898284a18d2d06cf17301e",
3565                 "shasum": ""
3566             },
3567             "require": {
3568                 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
3569                 "laminas/laminas-json": "^2.6.1 || ^3.0",
3570                 "laminas/laminas-loader": "^2.5",
3571                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
3572                 "laminas/laminas-zendframework-bridge": "^1.0",
3573                 "php": "^5.6 || ^7.0"
3574             },
3575             "replace": {
3576                 "zendframework/zend-view": "self.version"
3577             },
3578             "require-dev": {
3579                 "laminas/laminas-authentication": "^2.5",
3580                 "laminas/laminas-cache": "^2.6.1",
3581                 "laminas/laminas-coding-standard": "~1.0.0",
3582                 "laminas/laminas-config": "^2.6",
3583                 "laminas/laminas-console": "^2.6",
3584                 "laminas/laminas-escaper": "^2.5",
3585                 "laminas/laminas-feed": "^2.7",
3586                 "laminas/laminas-filter": "^2.6.1",
3587                 "laminas/laminas-http": "^2.5.4",
3588                 "laminas/laminas-i18n": "^2.6",
3589                 "laminas/laminas-log": "^2.7",
3590                 "laminas/laminas-modulemanager": "^2.7.1",
3591                 "laminas/laminas-mvc": "^2.7.14 || ^3.0",
3592                 "laminas/laminas-navigation": "^2.5",
3593                 "laminas/laminas-paginator": "^2.5",
3594                 "laminas/laminas-permissions-acl": "^2.6",
3595                 "laminas/laminas-router": "^3.0.1",
3596                 "laminas/laminas-serializer": "^2.6.1",
3597                 "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
3598                 "laminas/laminas-session": "^2.8.1",
3599                 "laminas/laminas-uri": "^2.5",
3600                 "phpunit/phpunit": "^5.7.15 || ^6.0.8"
3601             },
3602             "suggest": {
3603                 "laminas/laminas-authentication": "Laminas\\Authentication component",
3604                 "laminas/laminas-escaper": "Laminas\\Escaper component",
3605                 "laminas/laminas-feed": "Laminas\\Feed component",
3606                 "laminas/laminas-filter": "Laminas\\Filter component",
3607                 "laminas/laminas-http": "Laminas\\Http component",
3608                 "laminas/laminas-i18n": "Laminas\\I18n component",
3609                 "laminas/laminas-mvc": "Laminas\\Mvc component",
3610                 "laminas/laminas-mvc-plugin-flashmessenger": "laminas-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with laminas-mvc versions 3 and up",
3611                 "laminas/laminas-navigation": "Laminas\\Navigation component",
3612                 "laminas/laminas-paginator": "Laminas\\Paginator component",
3613                 "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
3614                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
3615                 "laminas/laminas-uri": "Laminas\\Uri component"
3616             },
3617             "bin": [
3618                 "bin/templatemap_generator.php"
3619             ],
3620             "type": "library",
3621             "extra": {
3622                 "branch-alias": {
3623                     "dev-master": "2.11.x-dev",
3624                     "dev-develop": "2.12.x-dev"
3625                 }
3626             },
3627             "autoload": {
3628                 "psr-4": {
3629                     "Laminas\\View\\": "src/"
3630                 }
3631             },
3632             "notification-url": "https://packagist.org/downloads/",
3633             "license": [
3634                 "BSD-3-Clause"
3635             ],
3636             "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
3637             "homepage": "https://laminas.dev",
3638             "keywords": [
3639                 "laminas",
3640                 "view"
3641             ],
3642             "time": "2019-12-31T18:03:30+00:00"
3643         },
3644         {
3645             "name": "laminas/laminas-xml",
3646             "version": "1.2.0",
3647             "source": {
3648                 "type": "git",
3649                 "url": "https://github.com/laminas/laminas-xml.git",
3650                 "reference": "879cc66d1bba6a37705e98074f52a6960c220020"
3651             },
3652             "dist": {
3653                 "type": "zip",
3654                 "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/879cc66d1bba6a37705e98074f52a6960c220020",
3655                 "reference": "879cc66d1bba6a37705e98074f52a6960c220020",
3656                 "shasum": ""
3657             },
3658             "require": {
3659                 "laminas/laminas-zendframework-bridge": "^1.0",
3660                 "php": "^5.6 || ^7.0"
3661             },
3662             "replace": {
3663                 "zendframework/zendxml": "self.version"
3664             },
3665             "require-dev": {
3666                 "laminas/laminas-coding-standard": "~1.0.0",
3667                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
3668             },
3669             "type": "library",
3670             "extra": {
3671                 "branch-alias": {
3672                     "dev-master": "1.2.x-dev",
3673                     "dev-develop": "1.3.x-dev"
3674                 }
3675             },
3676             "autoload": {
3677                 "psr-4": {
3678                     "Laminas\\Xml\\": "src/"
3679                 }
3680             },
3681             "notification-url": "https://packagist.org/downloads/",
3682             "license": [
3683                 "BSD-3-Clause"
3684             ],
3685             "description": "Utility library for XML usage, best practices, and security in PHP",
3686             "homepage": "https://laminas.dev",
3687             "keywords": [
3688                 "laminas",
3689                 "security",
3690                 "xml"
3691             ],
3692             "time": "2019-12-31T18:05:42+00:00"
3693         },
3694         {
3695             "name": "laminas/laminas-xmlrpc",
3696             "version": "2.9.0",
3697             "source": {
3698                 "type": "git",
3699                 "url": "https://github.com/laminas/laminas-xmlrpc.git",
3700                 "reference": "1461f9777ec59f6c5dcbd727e23548ea1cbe4dcc"
3701             },
3702             "dist": {
3703                 "type": "zip",
3704                 "url": "https://api.github.com/repos/laminas/laminas-xmlrpc/zipball/1461f9777ec59f6c5dcbd727e23548ea1cbe4dcc",
3705                 "reference": "1461f9777ec59f6c5dcbd727e23548ea1cbe4dcc",
3706                 "shasum": ""
3707             },
3708             "require": {
3709                 "laminas/laminas-http": "^2.5.4",
3710                 "laminas/laminas-math": "^2.7 || ^3.0",
3711                 "laminas/laminas-server": "^2.7",
3712                 "laminas/laminas-stdlib": "^3.2.1",
3713                 "laminas/laminas-xml": "^1.0.2",
3714                 "laminas/laminas-zendframework-bridge": "^1.0",
3715                 "php": "^5.6 || ^7.0"
3716             },
3717             "replace": {
3718                 "zendframework/zend-xmlrpc": "self.version"
3719             },
3720             "require-dev": {
3721                 "laminas/laminas-coding-standard": "~1.0.0",
3722                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
3723             },
3724             "suggest": {
3725                 "laminas/laminas-cache": "To support Laminas\\XmlRpc\\Server\\Cache usage"
3726             },
3727             "type": "library",
3728             "extra": {
3729                 "branch-alias": {
3730                     "dev-master": "2.9.x-dev",
3731                     "dev-develop": "2.10.x-dev"
3732                 }
3733             },
3734             "autoload": {
3735                 "psr-4": {
3736                     "Laminas\\XmlRpc\\": "src/"
3737                 }
3738             },
3739             "notification-url": "https://packagist.org/downloads/",
3740             "license": [
3741                 "BSD-3-Clause"
3742             ],
3743             "description": "Fully-featured XML-RPC server and client implementations",
3744             "homepage": "https://laminas.dev",
3745             "keywords": [
3746                 "laminas",
3747                 "xmlrpc"
3748             ],
3749             "time": "2019-12-31T18:07:12+00:00"
3750         },
3751         {
3752             "name": "laminas/laminas-zendframework-bridge",
3753             "version": "1.0.4",
3754             "source": {
3755                 "type": "git",
3756                 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
3757                 "reference": "fcd87520e4943d968557803919523772475e8ea3"
3758             },
3759             "dist": {
3760                 "type": "zip",
3761                 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
3762                 "reference": "fcd87520e4943d968557803919523772475e8ea3",
3763                 "shasum": ""
3764             },
3765             "require": {
3766                 "php": "^5.6 || ^7.0"
3767             },
3768             "require-dev": {
3769                 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
3770                 "squizlabs/php_codesniffer": "^3.5"
3771             },
3772             "type": "library",
3773             "extra": {
3774                 "branch-alias": {
3775                     "dev-master": "1.0.x-dev",
3776                     "dev-develop": "1.1.x-dev"
3777                 },
3778                 "laminas": {
3779                     "module": "Laminas\\ZendFrameworkBridge"
3780                 }
3781             },
3782             "autoload": {
3783                 "files": [
3784                     "src/autoload.php"
3785                 ],
3786                 "psr-4": {
3787                     "Laminas\\ZendFrameworkBridge\\": "src//"
3788                 }
3789             },
3790             "notification-url": "https://packagist.org/downloads/",
3791             "license": [
3792                 "BSD-3-Clause"
3793             ],
3794             "description": "Alias legacy ZF class names to Laminas Project equivalents.",
3795             "keywords": [
3796                 "ZendFramework",
3797                 "autoloading",
3798                 "laminas",
3799                 "zf"
3800             ],
3801             "funding": [
3802                 {
3803                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3804                     "type": "community_bridge"
3805                 }
3806             ],
3807             "time": "2020-05-20T16:45:56+00:00"
3808         },
3809         {
3810             "name": "league/omnipay",
3811             "version": "v3.0.2",
3812             "source": {
3813                 "type": "git",
3814                 "url": "https://github.com/thephpleague/omnipay.git",
3815                 "reference": "9e10d91cbf84744207e13d4483e79de39b133368"
3816             },
3817             "dist": {
3818                 "type": "zip",
3819                 "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/9e10d91cbf84744207e13d4483e79de39b133368",
3820                 "reference": "9e10d91cbf84744207e13d4483e79de39b133368",
3821                 "shasum": ""
3822             },
3823             "require": {
3824                 "omnipay/common": "^3",
3825                 "php": "^5.6|^7",
3826                 "php-http/guzzle6-adapter": "^1.1|^2"
3827             },
3828             "require-dev": {
3829                 "omnipay/tests": "^3"
3830             },
3831             "type": "metapackage",
3832             "extra": {
3833                 "branch-alias": {
3834                     "dev-master": "3.0.x-dev"
3835                 }
3836             },
3837             "notification-url": "https://packagist.org/downloads/",
3838             "license": [
3839                 "MIT"
3840             ],
3841             "authors": [
3842                 {
3843                     "name": "Adrian Macneil",
3844                     "email": "adrian@adrianmacneil.com"
3845                 },
3846                 {
3847                     "name": "Barry vd. Heuvel",
3848                     "email": "barryvdh@gmail.com"
3849                 }
3850             ],
3851             "description": "Omnipay payment processing library",
3852             "homepage": "https://omnipay.thephpleague.com/",
3853             "keywords": [
3854                 "checkout",
3855                 "creditcard",
3856                 "omnipay",
3857                 "payment"
3858             ],
3859             "time": "2019-03-20T14:28:28+00:00"
3860         },
3861         {
3862             "name": "maennchen/zipstream-php",
3863             "version": "2.1.0",
3864             "source": {
3865                 "type": "git",
3866                 "url": "https://github.com/maennchen/ZipStream-PHP.git",
3867                 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
3868             },
3869             "dist": {
3870                 "type": "zip",
3871                 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
3872                 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
3873                 "shasum": ""
3874             },
3875             "require": {
3876                 "myclabs/php-enum": "^1.5",
3877                 "php": ">= 7.1",
3878                 "psr/http-message": "^1.0",
3879                 "symfony/polyfill-mbstring": "^1.0"
3880             },
3881             "require-dev": {
3882                 "ext-zip": "*",
3883                 "guzzlehttp/guzzle": ">= 6.3",
3884                 "mikey179/vfsstream": "^1.6",
3885                 "phpunit/phpunit": ">= 7.5"
3886             },
3887             "type": "library",
3888             "autoload": {
3889                 "psr-4": {
3890                     "ZipStream\\": "src/"
3891                 }
3892             },
3893             "notification-url": "https://packagist.org/downloads/",
3894             "license": [
3895                 "MIT"
3896             ],
3897             "authors": [
3898                 {
3899                     "name": "Paul Duncan",
3900                     "email": "pabs@pablotron.org"
3901                 },
3902                 {
3903                     "name": "Jonatan Männchen",
3904                     "email": "jonatan@maennchen.ch"
3905                 },
3906                 {
3907                     "name": "Jesse Donat",
3908                     "email": "donatj@gmail.com"
3909                 },
3910                 {
3911                     "name": "András Kolesár",
3912                     "email": "kolesar@kolesar.hu"
3913                 }
3914             ],
3915             "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
3916             "keywords": [
3917                 "stream",
3918                 "zip"
3919             ],
3920             "funding": [
3921                 {
3922                     "url": "https://opencollective.com/zipstream",
3923                     "type": "open_collective"
3924                 }
3925             ],
3926             "time": "2020-05-30T13:11:16+00:00"
3927         },
3928         {
3929             "name": "markbaker/complex",
3930             "version": "1.4.8",
3931             "source": {
3932                 "type": "git",
3933                 "url": "https://github.com/MarkBaker/PHPComplex.git",
3934                 "reference": "8eaa40cceec7bf0518187530b2e63871be661b72"
3935             },
3936             "dist": {
3937                 "type": "zip",
3938                 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/8eaa40cceec7bf0518187530b2e63871be661b72",
3939                 "reference": "8eaa40cceec7bf0518187530b2e63871be661b72",
3940                 "shasum": ""
3941             },
3942             "require": {
3943                 "php": "^5.6.0|^7.0.0"
3944             },
3945             "require-dev": {
3946                 "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
3947                 "phpcompatibility/php-compatibility": "^9.0",
3948                 "phpdocumentor/phpdocumentor": "2.*",
3949                 "phploc/phploc": "2.*",
3950                 "phpmd/phpmd": "2.*",
3951                 "phpunit/phpunit": "^4.8.35|^5.4.0",
3952                 "sebastian/phpcpd": "2.*",
3953                 "squizlabs/php_codesniffer": "^3.4.0"
3954             },
3955             "type": "library",
3956             "autoload": {
3957                 "psr-4": {
3958                     "Complex\\": "classes/src/"
3959                 },
3960                 "files": [
3961                     "classes/src/functions/abs.php",
3962                     "classes/src/functions/acos.php",
3963                     "classes/src/functions/acosh.php",
3964                     "classes/src/functions/acot.php",
3965                     "classes/src/functions/acoth.php",
3966                     "classes/src/functions/acsc.php",
3967                     "classes/src/functions/acsch.php",
3968                     "classes/src/functions/argument.php",
3969                     "classes/src/functions/asec.php",
3970                     "classes/src/functions/asech.php",
3971                     "classes/src/functions/asin.php",
3972                     "classes/src/functions/asinh.php",
3973                     "classes/src/functions/atan.php",
3974                     "classes/src/functions/atanh.php",
3975                     "classes/src/functions/conjugate.php",
3976                     "classes/src/functions/cos.php",
3977                     "classes/src/functions/cosh.php",
3978                     "classes/src/functions/cot.php",
3979                     "classes/src/functions/coth.php",
3980                     "classes/src/functions/csc.php",
3981                     "classes/src/functions/csch.php",
3982                     "classes/src/functions/exp.php",
3983                     "classes/src/functions/inverse.php",
3984                     "classes/src/functions/ln.php",
3985                     "classes/src/functions/log2.php",
3986                     "classes/src/functions/log10.php",
3987                     "classes/src/functions/negative.php",
3988                     "classes/src/functions/pow.php",
3989                     "classes/src/functions/rho.php",
3990                     "classes/src/functions/sec.php",
3991                     "classes/src/functions/sech.php",
3992                     "classes/src/functions/sin.php",
3993                     "classes/src/functions/sinh.php",
3994                     "classes/src/functions/sqrt.php",
3995                     "classes/src/functions/tan.php",
3996                     "classes/src/functions/tanh.php",
3997                     "classes/src/functions/theta.php",
3998                     "classes/src/operations/add.php",
3999                     "classes/src/operations/subtract.php",
4000                     "classes/src/operations/multiply.php",
4001                     "classes/src/operations/divideby.php",
4002                     "classes/src/operations/divideinto.php"
4003                 ]
4004             },
4005             "notification-url": "https://packagist.org/downloads/",
4006             "license": [
4007                 "MIT"
4008             ],
4009             "authors": [
4010                 {
4011                     "name": "Mark Baker",
4012                     "email": "mark@lange.demon.co.uk"
4013                 }
4014             ],
4015             "description": "PHP Class for working with complex numbers",
4016             "homepage": "https://github.com/MarkBaker/PHPComplex",
4017             "keywords": [
4018                 "complex",
4019                 "mathematics"
4020             ],
4021             "time": "2020-03-11T20:15:49+00:00"
4022         },
4023         {
4024             "name": "markbaker/matrix",
4025             "version": "1.2.0",
4026             "source": {
4027                 "type": "git",
4028                 "url": "https://github.com/MarkBaker/PHPMatrix.git",
4029                 "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21"
4030             },
4031             "dist": {
4032                 "type": "zip",
4033                 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/5348c5a67e3b75cd209d70103f916a93b1f1ed21",
4034                 "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21",
4035                 "shasum": ""
4036             },
4037             "require": {
4038                 "php": "^5.6.0|^7.0.0"
4039             },
4040             "require-dev": {
4041                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
4042                 "phpcompatibility/php-compatibility": "dev-master",
4043                 "phploc/phploc": "^4",
4044                 "phpmd/phpmd": "dev-master",
4045                 "phpunit/phpunit": "^5.7",
4046                 "sebastian/phpcpd": "^3.0",
4047                 "squizlabs/php_codesniffer": "^3.0@dev"
4048             },
4049             "type": "library",
4050             "autoload": {
4051                 "psr-4": {
4052                     "Matrix\\": "classes/src/"
4053                 },
4054                 "files": [
4055                     "classes/src/functions/adjoint.php",
4056                     "classes/src/functions/antidiagonal.php",
4057                     "classes/src/functions/cofactors.php",
4058                     "classes/src/functions/determinant.php",
4059                     "classes/src/functions/diagonal.php",
4060                     "classes/src/functions/identity.php",
4061                     "classes/src/functions/inverse.php",
4062                     "classes/src/functions/minors.php",
4063                     "classes/src/functions/trace.php",
4064                     "classes/src/functions/transpose.php",
4065                     "classes/src/operations/add.php",
4066                     "classes/src/operations/directsum.php",
4067                     "classes/src/operations/subtract.php",
4068                     "classes/src/operations/multiply.php",
4069                     "classes/src/operations/divideby.php",
4070                     "classes/src/operations/divideinto.php"
4071                 ]
4072             },
4073             "notification-url": "https://packagist.org/downloads/",
4074             "license": [
4075                 "MIT"
4076             ],
4077             "authors": [
4078                 {
4079                     "name": "Mark Baker",
4080                     "email": "mark@lange.demon.co.uk"
4081                 }
4082             ],
4083             "description": "PHP Class for working with matrices",
4084             "homepage": "https://github.com/MarkBaker/PHPMatrix",
4085             "keywords": [
4086                 "mathematics",
4087                 "matrix",
4088                 "vector"
4089             ],
4090             "time": "2019-10-06T11:29:25+00:00"
4091         },
4092         {
4093             "name": "mobiledetect/mobiledetectlib",
4094             "version": "2.8.34",
4095             "source": {
4096                 "type": "git",
4097                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
4098                 "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b"
4099             },
4100             "dist": {
4101                 "type": "zip",
4102                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
4103                 "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
4104                 "shasum": ""
4105             },
4106             "require": {
4107                 "php": ">=5.0.0"
4108             },
4109             "require-dev": {
4110                 "phpunit/phpunit": "~4.8.35||~5.7"
4111             },
4112             "type": "library",
4113             "autoload": {
4114                 "classmap": [
4115                     "Mobile_Detect.php"
4116                 ],
4117                 "psr-0": {
4118                     "Detection": "namespaced/"
4119                 }
4120             },
4121             "notification-url": "https://packagist.org/downloads/",
4122             "license": [
4123                 "MIT"
4124             ],
4125             "authors": [
4126                 {
4127                     "name": "Serban Ghita",
4128                     "email": "serbanghita@gmail.com",
4129                     "homepage": "http://mobiledetect.net",
4130                     "role": "Developer"
4131                 }
4132             ],
4133             "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
4134             "homepage": "https://github.com/serbanghita/Mobile-Detect",
4135             "keywords": [
4136                 "detect mobile devices",
4137                 "mobile",
4138                 "mobile detect",
4139                 "mobile detector",
4140                 "php mobile detect"
4141             ],
4142             "time": "2019-09-18T18:44:20+00:00"
4143         },
4144         {
4145             "name": "moneyphp/money",
4146             "version": "v3.3.1",
4147             "source": {
4148                 "type": "git",
4149                 "url": "https://github.com/moneyphp/money.git",
4150                 "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e"
4151             },
4152             "dist": {
4153                 "type": "zip",
4154                 "url": "https://api.github.com/repos/moneyphp/money/zipball/122664c2621a95180a13c1ac81fea1d2ef20781e",
4155                 "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e",
4156                 "shasum": ""
4157             },
4158             "require": {
4159                 "ext-json": "*",
4160                 "php": ">=5.6"
4161             },
4162             "require-dev": {
4163                 "cache/taggable-cache": "^0.4.0",
4164                 "doctrine/instantiator": "^1.0.5",
4165                 "ext-bcmath": "*",
4166                 "ext-gmp": "*",
4167                 "ext-intl": "*",
4168                 "florianv/exchanger": "^1.0",
4169                 "florianv/swap": "^3.0",
4170                 "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
4171                 "moneyphp/iso-currencies": "^3.2.1",
4172                 "php-http/message": "^1.4",
4173                 "php-http/mock-client": "^1.0.0",
4174                 "phpspec/phpspec": "^3.4.3",
4175                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
4176                 "psr/cache": "^1.0",
4177                 "symfony/phpunit-bridge": "^4"
4178             },
4179             "suggest": {
4180                 "ext-bcmath": "Calculate without integer limits",
4181                 "ext-gmp": "Calculate without integer limits",
4182                 "ext-intl": "Format Money objects with intl",
4183                 "florianv/exchanger": "Exchange rates library for PHP",
4184                 "florianv/swap": "Exchange rates library for PHP",
4185                 "psr/cache-implementation": "Used for Currency caching"
4186             },
4187             "type": "library",
4188             "extra": {
4189                 "branch-alias": {
4190                     "dev-master": "3.x-dev"
4191                 }
4192             },
4193             "autoload": {
4194                 "psr-4": {
4195                     "Money\\": "src/"
4196                 }
4197             },
4198             "notification-url": "https://packagist.org/downloads/",
4199             "license": [
4200                 "MIT"
4201             ],
4202             "authors": [
4203                 {
4204                     "name": "Mathias Verraes",
4205                     "email": "mathias@verraes.net",
4206                     "homepage": "http://verraes.net"
4207                 },
4208                 {
4209                     "name": "Márk Sági-Kazár",
4210                     "email": "mark.sagikazar@gmail.com"
4211                 },
4212                 {
4213                     "name": "Frederik Bosch",
4214                     "email": "f.bosch@genkgo.nl"
4215                 }
4216             ],
4217             "description": "PHP implementation of Fowler's Money pattern",
4218             "homepage": "http://moneyphp.org",
4219             "keywords": [
4220                 "Value Object",
4221                 "money",
4222                 "vo"
4223             ],
4224             "time": "2020-03-18T17:49:59+00:00"
4225         },
4226         {
4227             "name": "mpdf/mpdf",
4228             "version": "v8.0.6",
4229             "source": {
4230                 "type": "git",
4231                 "url": "https://github.com/mpdf/mpdf.git",
4232                 "reference": "d27aa93513b915896fa7cb53901d3122e286f811"
4233             },
4234             "dist": {
4235                 "type": "zip",
4236                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/d27aa93513b915896fa7cb53901d3122e286f811",
4237                 "reference": "d27aa93513b915896fa7cb53901d3122e286f811",
4238                 "shasum": ""
4239             },
4240             "require": {
4241                 "ext-gd": "*",
4242                 "ext-mbstring": "*",
4243                 "myclabs/deep-copy": "^1.7",
4244                 "paragonie/random_compat": "^1.4|^2.0|9.99.99",
4245                 "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
4246                 "psr/log": "^1.0",
4247                 "setasign/fpdi": "^2.1"
4248             },
4249             "require-dev": {
4250                 "mockery/mockery": "^0.9.5",
4251                 "mpdf/qrcode": "^1.0.0",
4252                 "phpunit/phpunit": "^5.0",
4253                 "squizlabs/php_codesniffer": "^3.5.0",
4254                 "tracy/tracy": "^2.4"
4255             },
4256             "suggest": {
4257                 "ext-bcmath": "Needed for generation of some types of barcodes",
4258                 "ext-xml": "Needed mainly for SVG manipulation",
4259                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
4260             },
4261             "type": "library",
4262             "extra": {
4263                 "branch-alias": {
4264                     "dev-development": "7.x-dev"
4265                 }
4266             },
4267             "autoload": {
4268                 "psr-4": {
4269                     "Mpdf\\": "src/"
4270                 }
4271             },
4272             "notification-url": "https://packagist.org/downloads/",
4273             "license": [
4274                 "GPL-2.0-only"
4275             ],
4276             "authors": [
4277                 {
4278                     "name": "Matěj Humpál",
4279                     "role": "Developer, maintainer"
4280                 },
4281                 {
4282                     "name": "Ian Back",
4283                     "role": "Developer (retired)"
4284                 }
4285             ],
4286             "description": "PHP library generating PDF files from UTF-8 encoded HTML",
4287             "homepage": "https://mpdf.github.io",
4288             "keywords": [
4289                 "pdf",
4290                 "php",
4291                 "utf-8"
4292             ],
4293             "funding": [
4294                 {
4295                     "url": "https://www.paypal.me/mpdf",
4296                     "type": "custom"
4297                 }
4298             ],
4299             "time": "2020-05-25T09:08:39+00:00"
4300         },
4301         {
4302             "name": "myclabs/deep-copy",
4303             "version": "1.10.0",
4304             "source": {
4305                 "type": "git",
4306                 "url": "https://github.com/myclabs/DeepCopy.git",
4307                 "reference": "5796d127b0c4ff505b77455148ea9d5269d99758"
4308             },
4309             "dist": {
4310                 "type": "zip",
4311                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5796d127b0c4ff505b77455148ea9d5269d99758",
4312                 "reference": "5796d127b0c4ff505b77455148ea9d5269d99758",
4313                 "shasum": ""
4314             },
4315             "require": {
4316                 "php": "^7.1 || ^8.0"
4317             },
4318             "replace": {
4319                 "myclabs/deep-copy": "self.version"
4320             },
4321             "require-dev": {
4322                 "doctrine/collections": "^1.0",
4323                 "doctrine/common": "^2.6",
4324                 "phpunit/phpunit": "^7.1"
4325             },
4326             "type": "library",
4327             "autoload": {
4328                 "psr-4": {
4329                     "DeepCopy\\": "src/DeepCopy/"
4330                 },
4331                 "files": [
4332                     "src/DeepCopy/deep_copy.php"
4333                 ]
4334             },
4335             "notification-url": "https://packagist.org/downloads/",
4336             "license": [
4337                 "MIT"
4338             ],
4339             "description": "Create deep copies (clones) of your objects",
4340             "keywords": [
4341                 "clone",
4342                 "copy",
4343                 "duplicate",
4344                 "object",
4345                 "object graph"
4346             ],
4347             "funding": [
4348                 {
4349                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4350                     "type": "tidelift"
4351                 }
4352             ],
4353             "time": "2020-06-28T07:02:41+00:00"
4354         },
4355         {
4356             "name": "myclabs/php-enum",
4357             "version": "1.7.6",
4358             "source": {
4359                 "type": "git",
4360                 "url": "https://github.com/myclabs/php-enum.git",
4361                 "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c"
4362             },
4363             "dist": {
4364                 "type": "zip",
4365                 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
4366                 "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
4367                 "shasum": ""
4368             },
4369             "require": {
4370                 "ext-json": "*",
4371                 "php": ">=7.1"
4372             },
4373             "require-dev": {
4374                 "phpunit/phpunit": "^7",
4375                 "squizlabs/php_codesniffer": "1.*",
4376                 "vimeo/psalm": "^3.8"
4377             },
4378             "type": "library",
4379             "autoload": {
4380                 "psr-4": {
4381                     "MyCLabs\\Enum\\": "src/"
4382                 }
4383             },
4384             "notification-url": "https://packagist.org/downloads/",
4385             "license": [
4386                 "MIT"
4387             ],
4388             "authors": [
4389                 {
4390                     "name": "PHP Enum contributors",
4391                     "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
4392                 }
4393             ],
4394             "description": "PHP Enum implementation",
4395             "homepage": "http://github.com/myclabs/php-enum",
4396             "keywords": [
4397                 "enum"
4398             ],
4399             "time": "2020-02-14T08:15:52+00:00"
4400         },
4401         {
4402             "name": "ocramius/package-versions",
4403             "version": "1.4.2",
4404             "source": {
4405                 "type": "git",
4406                 "url": "https://github.com/Ocramius/PackageVersions.git",
4407                 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
4408             },
4409             "dist": {
4410                 "type": "zip",
4411                 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
4412                 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
4413                 "shasum": ""
4414             },
4415             "require": {
4416                 "composer-plugin-api": "^1.0.0",
4417                 "php": "^7.1.0"
4418             },
4419             "require-dev": {
4420                 "composer/composer": "^1.6.3",
4421                 "doctrine/coding-standard": "^5.0.1",
4422                 "ext-zip": "*",
4423                 "infection/infection": "^0.7.1",
4424                 "phpunit/phpunit": "^7.5.17"
4425             },
4426             "type": "composer-plugin",
4427             "extra": {
4428                 "class": "PackageVersions\\Installer",
4429                 "branch-alias": {
4430                     "dev-master": "2.0.x-dev"
4431                 }
4432             },
4433             "autoload": {
4434                 "psr-4": {
4435                     "PackageVersions\\": "src/PackageVersions"
4436                 }
4437             },
4438             "notification-url": "https://packagist.org/downloads/",
4439             "license": [
4440                 "MIT"
4441             ],
4442             "authors": [
4443                 {
4444                     "name": "Marco Pivetta",
4445                     "email": "ocramius@gmail.com"
4446                 }
4447             ],
4448             "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
4449             "time": "2019-11-15T16:17:10+00:00"
4450         },
4451         {
4452             "name": "omnipay/common",
4453             "version": "v3.0.4",
4454             "source": {
4455                 "type": "git",
4456                 "url": "https://github.com/thephpleague/omnipay-common.git",
4457                 "reference": "d6a1bed63cae270da32b2171fe31f820d334d452"
4458             },
4459             "dist": {
4460                 "type": "zip",
4461                 "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/d6a1bed63cae270da32b2171fe31f820d334d452",
4462                 "reference": "d6a1bed63cae270da32b2171fe31f820d334d452",
4463                 "shasum": ""
4464             },
4465             "require": {
4466                 "moneyphp/money": "^3.1",
4467                 "php": "^5.6|^7",
4468                 "php-http/client-implementation": "^1",
4469                 "php-http/discovery": "^1.2.1",
4470                 "php-http/message": "^1.5",
4471                 "symfony/http-foundation": "^2.1|^3|^4|^5"
4472             },
4473             "require-dev": {
4474                 "omnipay/tests": "^3",
4475                 "php-http/mock-client": "^1",
4476                 "phpro/grumphp": "^0.14",
4477                 "squizlabs/php_codesniffer": "^3.5"
4478             },
4479             "suggest": {
4480                 "league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
4481             },
4482             "type": "library",
4483             "extra": {
4484                 "branch-alias": {
4485                     "dev-master": "3.0.x-dev"
4486                 }
4487             },
4488             "autoload": {
4489                 "psr-4": {
4490                     "Omnipay\\Common\\": "src/Common"
4491                 },
4492                 "classmap": [
4493                     "src/Omnipay.php"
4494                 ]
4495             },
4496             "notification-url": "https://packagist.org/downloads/",
4497             "license": [
4498                 "MIT"
4499             ],
4500             "authors": [
4501                 {
4502                     "name": "Adrian Macneil",
4503                     "email": "adrian@adrianmacneil.com"
4504                 },
4505                 {
4506                     "name": "Barry vd. Heuvel",
4507                     "email": "barryvdh@gmail.com"
4508                 },
4509                 {
4510                     "name": "Jason Judge",
4511                     "email": "jason.judge@consil.co.uk"
4512                 },
4513                 {
4514                     "name": "Del"
4515                 },
4516                 {
4517                     "name": "Omnipay Contributors",
4518                     "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
4519                 }
4520             ],
4521             "description": "Common components for Omnipay payment processing library",
4522             "homepage": "https://github.com/thephpleague/omnipay-common",
4523             "keywords": [
4524                 "gateway",
4525                 "merchant",
4526                 "omnipay",
4527                 "pay",
4528                 "payment",
4529                 "purchase"
4530             ],
4531             "time": "2020-06-02T05:57:19+00:00"
4532         },
4533         {
4534             "name": "omnipay/stripe",
4535             "version": "v3.1.0",
4536             "source": {
4537                 "type": "git",
4538                 "url": "https://github.com/thephpleague/omnipay-stripe.git",
4539                 "reference": "37df2a791e8feab45543125f4c5f22d5d305096d"
4540             },
4541             "dist": {
4542                 "type": "zip",
4543                 "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/37df2a791e8feab45543125f4c5f22d5d305096d",
4544                 "reference": "37df2a791e8feab45543125f4c5f22d5d305096d",
4545                 "shasum": ""
4546             },
4547             "require": {
4548                 "omnipay/common": "^3"
4549             },
4550             "require-dev": {
4551                 "omnipay/tests": "^3",
4552                 "phpro/grumphp": "^0.14",
4553                 "squizlabs/php_codesniffer": "^3"
4554             },
4555             "type": "library",
4556             "extra": {
4557                 "branch-alias": {
4558                     "dev-master": "3.1.x-dev"
4559                 }
4560             },
4561             "autoload": {
4562                 "psr-4": {
4563                     "Omnipay\\Stripe\\": "src/"
4564                 }
4565             },
4566             "notification-url": "https://packagist.org/downloads/",
4567             "license": [
4568                 "MIT"
4569             ],
4570             "authors": [
4571                 {
4572                     "name": "Adrian Macneil",
4573                     "email": "adrian@adrianmacneil.com"
4574                 },
4575                 {
4576                     "name": "Omnipay Contributors",
4577                     "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
4578                 }
4579             ],
4580             "description": "Stripe driver for the Omnipay payment processing library",
4581             "homepage": "https://github.com/thephpleague/omnipay-stripe",
4582             "keywords": [
4583                 "gateway",
4584                 "merchant",
4585                 "omnipay",
4586                 "pay",
4587                 "payment",
4588                 "stripe"
4589             ],
4590             "time": "2019-08-31T10:55:06+00:00"
4591         },
4592         {
4593             "name": "paragonie/constant_time_encoding",
4594             "version": "v2.3.0",
4595             "source": {
4596                 "type": "git",
4597                 "url": "https://github.com/paragonie/constant_time_encoding.git",
4598                 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
4599             },
4600             "dist": {
4601                 "type": "zip",
4602                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
4603                 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
4604                 "shasum": ""
4605             },
4606             "require": {
4607                 "php": "^7|^8"
4608             },
4609             "require-dev": {
4610                 "phpunit/phpunit": "^6|^7",
4611                 "vimeo/psalm": "^1|^2|^3"
4612             },
4613             "type": "library",
4614             "autoload": {
4615                 "psr-4": {
4616                     "ParagonIE\\ConstantTime\\": "src/"
4617                 }
4618             },
4619             "notification-url": "https://packagist.org/downloads/",
4620             "license": [
4621                 "MIT"
4622             ],
4623             "authors": [
4624                 {
4625                     "name": "Paragon Initiative Enterprises",
4626                     "email": "security@paragonie.com",
4627                     "homepage": "https://paragonie.com",
4628                     "role": "Maintainer"
4629                 },
4630                 {
4631                     "name": "Steve 'Sc00bz' Thomas",
4632                     "email": "steve@tobtu.com",
4633                     "homepage": "https://www.tobtu.com",
4634                     "role": "Original Developer"
4635                 }
4636             ],
4637             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
4638             "keywords": [
4639                 "base16",
4640                 "base32",
4641                 "base32_decode",
4642                 "base32_encode",
4643                 "base64",
4644                 "base64_decode",
4645                 "base64_encode",
4646                 "bin2hex",
4647                 "encoding",
4648                 "hex",
4649                 "hex2bin",
4650                 "rfc4648"
4651             ],
4652             "time": "2019-11-06T19:20:29+00:00"
4653         },
4654         {
4655             "name": "paragonie/multi-factor",
4656             "version": "v0.2.2",
4657             "source": {
4658                 "type": "git",
4659                 "url": "https://github.com/paragonie/multi_factor.git",
4660                 "reference": "20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6"
4661             },
4662             "dist": {
4663                 "type": "zip",
4664                 "url": "https://api.github.com/repos/paragonie/multi_factor/zipball/20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6",
4665                 "reference": "20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6",
4666                 "shasum": ""
4667             },
4668             "require": {
4669                 "bacon/bacon-qr-code": "^1",
4670                 "paragonie/constant_time_encoding": "^2",
4671                 "php": "^7"
4672             },
4673             "require-dev": {
4674                 "phpunit/phpunit": "4.*|5.*"
4675             },
4676             "type": "library",
4677             "autoload": {
4678                 "psr-4": {
4679                     "ParagonIE\\MultiFactor\\": "src/"
4680                 }
4681             },
4682             "notification-url": "https://packagist.org/downloads/",
4683             "license": [
4684                 "GPL-3.0+",
4685                 "MIT",
4686                 "proprietary"
4687             ],
4688             "authors": [
4689                 {
4690                     "name": "Paragon Initiative Enterprises",
4691                     "email": "security@paragonie.com",
4692                     "homepage": "https://paragonie.com",
4693                     "role": "Developer"
4694                 }
4695             ],
4696             "description": "Vendor-agnostic two-factor authentication library",
4697             "keywords": [
4698                 "2fa",
4699                 "MFA",
4700                 "Two-factor Authentication",
4701                 "hotp",
4702                 "multi-factor",
4703                 "multi-factor authentication",
4704                 "tfa",
4705                 "totp",
4706                 "two-factor"
4707             ],
4708             "time": "2016-06-17T23:34:58+00:00"
4709         },
4710         {
4711             "name": "paragonie/random_compat",
4712             "version": "v9.99.99",
4713             "source": {
4714                 "type": "git",
4715                 "url": "https://github.com/paragonie/random_compat.git",
4716                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
4717             },
4718             "dist": {
4719                 "type": "zip",
4720                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
4721                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
4722                 "shasum": ""
4723             },
4724             "require": {
4725                 "php": "^7"
4726             },
4727             "require-dev": {
4728                 "phpunit/phpunit": "4.*|5.*",
4729                 "vimeo/psalm": "^1"
4730             },
4731             "suggest": {
4732                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
4733             },
4734             "type": "library",
4735             "notification-url": "https://packagist.org/downloads/",
4736             "license": [
4737                 "MIT"
4738             ],
4739             "authors": [
4740                 {
4741                     "name": "Paragon Initiative Enterprises",
4742                     "email": "security@paragonie.com",
4743                     "homepage": "https://paragonie.com"
4744                 }
4745             ],
4746             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
4747             "keywords": [
4748                 "csprng",
4749                 "polyfill",
4750                 "pseudorandom",
4751                 "random"
4752             ],
4753             "time": "2018-07-02T15:55:56+00:00"
4754         },
4755         {
4756             "name": "particle/validator",
4757             "version": "v2.3.4",
4758             "source": {
4759                 "type": "git",
4760                 "url": "https://github.com/particle-php/Validator.git",
4761                 "reference": "657c7543e51938dd9d114750e49d695129527a7a"
4762             },
4763             "dist": {
4764                 "type": "zip",
4765                 "url": "https://api.github.com/repos/particle-php/Validator/zipball/657c7543e51938dd9d114750e49d695129527a7a",
4766                 "reference": "657c7543e51938dd9d114750e49d695129527a7a",
4767                 "shasum": ""
4768             },
4769             "require": {
4770                 "php": ">=5.4"
4771             },
4772             "require-dev": {
4773                 "byrokrat/checkdigit": "^1.0",
4774                 "giggsey/libphonenumber-for-php": "^7.2",
4775                 "phpunit/phpunit": "~4.0",
4776                 "squizlabs/php_codesniffer": "2.*"
4777             },
4778             "suggest": {
4779                 "byrokrat/checkdigit": "If you want to use CreditCard validation rule, this library must be installed.",
4780                 "giggsey/libphonenumber-for-php": "If you want to use Phone validation rule, this library must be installed."
4781             },
4782             "type": "library",
4783             "extra": {
4784                 "branch-alias": {
4785                     "dev-master": "2.0-dev"
4786                 }
4787             },
4788             "autoload": {
4789                 "psr-4": {
4790                     "Particle\\Validator\\": "src/"
4791                 }
4792             },
4793             "notification-url": "https://packagist.org/downloads/",
4794             "license": [
4795                 "BSD-3-Clause"
4796             ],
4797             "authors": [
4798                 {
4799                     "name": "Berry Langerak",
4800                     "email": "berry@berryllium.nl",
4801                     "role": "Developer"
4802                 },
4803                 {
4804                     "name": "Rick van der Staaij",
4805                     "homepage": "http://rickvanderstaaij.nl",
4806                     "role": "Developer"
4807                 }
4808             ],
4809             "description": "Flexible and highly usable validation library with no dependencies.",
4810             "homepage": "http://github.com/particle-php/validator",
4811             "keywords": [
4812                 "validation",
4813                 "validator"
4814             ],
4815             "time": "2019-01-07T13:39:13+00:00"
4816         },
4817         {
4818             "name": "pear/archive_tar",
4819             "version": "1.4.9",
4820             "source": {
4821                 "type": "git",
4822                 "url": "https://github.com/pear/Archive_Tar.git",
4823                 "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0"
4824             },
4825             "dist": {
4826                 "type": "zip",
4827                 "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/c5b00053770e1d72128252c62c2c1a12c26639f0",
4828                 "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0",
4829                 "shasum": ""
4830             },
4831             "require": {
4832                 "pear/pear-core-minimal": "^1.10.0alpha2",
4833                 "php": ">=5.2.0"
4834             },
4835             "require-dev": {
4836                 "phpunit/phpunit": "*"
4837             },
4838             "suggest": {
4839                 "ext-bz2": "Bz2 compression support.",
4840                 "ext-xz": "Lzma2 compression support.",
4841                 "ext-zlib": "Gzip compression support."
4842             },
4843             "type": "library",
4844             "extra": {
4845                 "branch-alias": {
4846                     "dev-master": "1.4.x-dev"
4847                 }
4848             },
4849             "autoload": {
4850                 "psr-0": {
4851                     "Archive_Tar": ""
4852                 }
4853             },
4854             "notification-url": "https://packagist.org/downloads/",
4855             "include-path": [
4856                 "./"
4857             ],
4858             "license": [
4859                 "BSD-3-Clause"
4860             ],
4861             "authors": [
4862                 {
4863                     "name": "Vincent Blavet",
4864                     "email": "vincent@phpconcept.net"
4865                 },
4866                 {
4867                     "name": "Greg Beaver",
4868                     "email": "greg@chiaraquartet.net"
4869                 },
4870                 {
4871                     "name": "Michiel Rook",
4872                     "email": "mrook@php.net"
4873                 }
4874             ],
4875             "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
4876             "homepage": "https://github.com/pear/Archive_Tar",
4877             "keywords": [
4878                 "archive",
4879                 "tar"
4880             ],
4881             "time": "2019-12-04T10:17:28+00:00"
4882         },
4883         {
4884             "name": "pear/console_getopt",
4885             "version": "v1.4.3",
4886             "source": {
4887                 "type": "git",
4888                 "url": "https://github.com/pear/Console_Getopt.git",
4889                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
4890             },
4891             "dist": {
4892                 "type": "zip",
4893                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
4894                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
4895                 "shasum": ""
4896             },
4897             "type": "library",
4898             "autoload": {
4899                 "psr-0": {
4900                     "Console": "./"
4901                 }
4902             },
4903             "notification-url": "https://packagist.org/downloads/",
4904             "include-path": [
4905                 "./"
4906             ],
4907             "license": [
4908                 "BSD-2-Clause"
4909             ],
4910             "authors": [
4911                 {
4912                     "name": "Andrei Zmievski",
4913                     "email": "andrei@php.net",
4914                     "role": "Lead"
4915                 },
4916                 {
4917                     "name": "Stig Bakken",
4918                     "email": "stig@php.net",
4919                     "role": "Developer"
4920                 },
4921                 {
4922                     "name": "Greg Beaver",
4923                     "email": "cellog@php.net",
4924                     "role": "Helper"
4925                 }
4926             ],
4927             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
4928             "time": "2019-11-20T18:27:48+00:00"
4929         },
4930         {
4931             "name": "pear/pear-core-minimal",
4932             "version": "v1.10.10",
4933             "source": {
4934                 "type": "git",
4935                 "url": "https://github.com/pear/pear-core-minimal.git",
4936                 "reference": "625a3c429d9b2c1546438679074cac1b089116a7"
4937             },
4938             "dist": {
4939                 "type": "zip",
4940                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
4941                 "reference": "625a3c429d9b2c1546438679074cac1b089116a7",
4942                 "shasum": ""
4943             },
4944             "require": {
4945                 "pear/console_getopt": "~1.4",
4946                 "pear/pear_exception": "~1.0"
4947             },
4948             "replace": {
4949                 "rsky/pear-core-min": "self.version"
4950             },
4951             "type": "library",
4952             "autoload": {
4953                 "psr-0": {
4954                     "": "src/"
4955                 }
4956             },
4957             "notification-url": "https://packagist.org/downloads/",
4958             "include-path": [
4959                 "src/"
4960             ],
4961             "license": [
4962                 "BSD-3-Clause"
4963             ],
4964             "authors": [
4965                 {
4966                     "name": "Christian Weiske",
4967                     "email": "cweiske@php.net",
4968                     "role": "Lead"
4969                 }
4970             ],
4971             "description": "Minimal set of PEAR core files to be used as composer dependency",
4972             "time": "2019-11-19T19:00:24+00:00"
4973         },
4974         {
4975             "name": "pear/pear_exception",
4976             "version": "v1.0.1",
4977             "source": {
4978                 "type": "git",
4979                 "url": "https://github.com/pear/PEAR_Exception.git",
4980                 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
4981             },
4982             "dist": {
4983                 "type": "zip",
4984                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
4985                 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
4986                 "shasum": ""
4987             },
4988             "require": {
4989                 "php": ">=4.4.0"
4990             },
4991             "require-dev": {
4992                 "phpunit/phpunit": "*"
4993             },
4994             "type": "class",
4995             "extra": {
4996                 "branch-alias": {
4997                     "dev-master": "1.0.x-dev"
4998                 }
4999             },
5000             "autoload": {
5001                 "classmap": [
5002                     "PEAR/"
5003                 ]
5004             },
5005             "notification-url": "https://packagist.org/downloads/",
5006             "include-path": [
5007                 "."
5008             ],
5009             "license": [
5010                 "BSD-2-Clause"
5011             ],
5012             "authors": [
5013                 {
5014                     "name": "Helgi Thormar",
5015                     "email": "dufuz@php.net"
5016                 },
5017                 {
5018                     "name": "Greg Beaver",
5019                     "email": "cellog@php.net"
5020                 }
5021             ],
5022             "description": "The PEAR Exception base class.",
5023             "homepage": "https://github.com/pear/PEAR_Exception",
5024             "keywords": [
5025                 "exception"
5026             ],
5027             "time": "2019-12-10T10:24:42+00:00"
5028         },
5029         {
5030             "name": "phenx/php-font-lib",
5031             "version": "0.5.2",
5032             "source": {
5033                 "type": "git",
5034                 "url": "https://github.com/PhenX/php-font-lib.git",
5035                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
5036             },
5037             "dist": {
5038                 "type": "zip",
5039                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
5040                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
5041                 "shasum": ""
5042             },
5043             "require-dev": {
5044                 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
5045             },
5046             "type": "library",
5047             "autoload": {
5048                 "psr-4": {
5049                     "FontLib\\": "src/FontLib"
5050                 }
5051             },
5052             "notification-url": "https://packagist.org/downloads/",
5053             "license": [
5054                 "LGPL-3.0"
5055             ],
5056             "authors": [
5057                 {
5058                     "name": "Fabien Ménager",
5059                     "email": "fabien.menager@gmail.com"
5060                 }
5061             ],
5062             "description": "A library to read, parse, export and make subsets of different types of font files.",
5063             "homepage": "https://github.com/PhenX/php-font-lib",
5064             "time": "2020-03-08T15:31:32+00:00"
5065         },
5066         {
5067             "name": "phenx/php-svg-lib",
5068             "version": "v0.3.3",
5069             "source": {
5070                 "type": "git",
5071                 "url": "https://github.com/PhenX/php-svg-lib.git",
5072                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
5073             },
5074             "dist": {
5075                 "type": "zip",
5076                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
5077                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
5078                 "shasum": ""
5079             },
5080             "require": {
5081                 "sabberworm/php-css-parser": "^8.3"
5082             },
5083             "require-dev": {
5084                 "phpunit/phpunit": "^5.5|^6.5"
5085             },
5086             "type": "library",
5087             "autoload": {
5088                 "psr-4": {
5089                     "Svg\\": "src/Svg"
5090                 }
5091             },
5092             "notification-url": "https://packagist.org/downloads/",
5093             "license": [
5094                 "LGPL-3.0"
5095             ],
5096             "authors": [
5097                 {
5098                     "name": "Fabien Ménager",
5099                     "email": "fabien.menager@gmail.com"
5100                 }
5101             ],
5102             "description": "A library to read, parse and export to PDF SVG files.",
5103             "homepage": "https://github.com/PhenX/php-svg-lib",
5104             "time": "2019-09-11T20:02:13+00:00"
5105         },
5106         {
5107             "name": "php-http/discovery",
5108             "version": "1.8.0",
5109             "source": {
5110                 "type": "git",
5111                 "url": "https://github.com/php-http/discovery.git",
5112                 "reference": "10d9019f393773345aedc0dc79e7fd678da874ee"
5113             },
5114             "dist": {
5115                 "type": "zip",
5116                 "url": "https://api.github.com/repos/php-http/discovery/zipball/10d9019f393773345aedc0dc79e7fd678da874ee",
5117                 "reference": "10d9019f393773345aedc0dc79e7fd678da874ee",
5118                 "shasum": ""
5119             },
5120             "require": {
5121                 "php": "^7.1"
5122             },
5123             "conflict": {
5124                 "nyholm/psr7": "<1.0"
5125             },
5126             "require-dev": {
5127                 "akeneo/phpspec-skip-example-extension": "^4.0",
5128                 "php-http/httplug": "^1.0 || ^2.0",
5129                 "php-http/message-factory": "^1.0",
5130                 "phpspec/phpspec": "^5.1",
5131                 "puli/composer-plugin": "1.0.0-beta10"
5132             },
5133             "suggest": {
5134                 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5135                 "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
5136             },
5137             "type": "library",
5138             "extra": {
5139                 "branch-alias": {
5140                     "dev-master": "1.7-dev"
5141                 }
5142             },
5143             "autoload": {
5144                 "psr-4": {
5145                     "Http\\Discovery\\": "src/"
5146                 }
5147             },
5148             "notification-url": "https://packagist.org/downloads/",
5149             "license": [
5150                 "MIT"
5151             ],
5152             "authors": [
5153                 {
5154                     "name": "Márk Sági-Kazár",
5155                     "email": "mark.sagikazar@gmail.com"
5156                 }
5157             ],
5158             "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5159             "homepage": "http://php-http.org",
5160             "keywords": [
5161                 "adapter",
5162                 "client",
5163                 "discovery",
5164                 "factory",
5165                 "http",
5166                 "message",
5167                 "psr7"
5168             ],
5169             "time": "2020-06-14T10:44:12+00:00"
5170         },
5171         {
5172             "name": "php-http/guzzle6-adapter",
5173             "version": "v2.0.1",
5174             "source": {
5175                 "type": "git",
5176                 "url": "https://github.com/php-http/guzzle6-adapter.git",
5177                 "reference": "6074a4b1f4d5c21061b70bab3b8ad484282fe31f"
5178             },
5179             "dist": {
5180                 "type": "zip",
5181                 "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/6074a4b1f4d5c21061b70bab3b8ad484282fe31f",
5182                 "reference": "6074a4b1f4d5c21061b70bab3b8ad484282fe31f",
5183                 "shasum": ""
5184             },
5185             "require": {
5186                 "guzzlehttp/guzzle": "^6.0",
5187                 "php": "^7.1",
5188                 "php-http/httplug": "^2.0",
5189                 "psr/http-client": "^1.0"
5190             },
5191             "provide": {
5192                 "php-http/async-client-implementation": "1.0",
5193                 "php-http/client-implementation": "1.0",
5194                 "psr/http-client-implementation": "1.0"
5195             },
5196             "require-dev": {
5197                 "ext-curl": "*",
5198                 "php-http/client-integration-tests": "^2.0",
5199                 "phpunit/phpunit": "^7.4"
5200             },
5201             "type": "library",
5202             "extra": {
5203                 "branch-alias": {
5204                     "dev-master": "2.x-dev"
5205                 }
5206             },
5207             "autoload": {
5208                 "psr-4": {
5209                     "Http\\Adapter\\Guzzle6\\": "src/"
5210                 }
5211             },
5212             "notification-url": "https://packagist.org/downloads/",
5213             "license": [
5214                 "MIT"
5215             ],
5216             "authors": [
5217                 {
5218                     "name": "Márk Sági-Kazár",
5219                     "email": "mark.sagikazar@gmail.com"
5220                 },
5221                 {
5222                     "name": "David de Boer",
5223                     "email": "david@ddeboer.nl"
5224                 }
5225             ],
5226             "description": "Guzzle 6 HTTP Adapter",
5227             "homepage": "http://httplug.io",
5228             "keywords": [
5229                 "Guzzle",
5230                 "http"
5231             ],
5232             "time": "2018-12-16T14:44:03+00:00"
5233         },
5234         {
5235             "name": "php-http/httplug",
5236             "version": "2.1.0",
5237             "source": {
5238                 "type": "git",
5239                 "url": "https://github.com/php-http/httplug.git",
5240                 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
5241             },
5242             "dist": {
5243                 "type": "zip",
5244                 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5245                 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5246                 "shasum": ""
5247             },
5248             "require": {
5249                 "php": "^7.0",
5250                 "php-http/promise": "^1.0",
5251                 "psr/http-client": "^1.0",
5252                 "psr/http-message": "^1.0"
5253             },
5254             "require-dev": {
5255                 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5256                 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
5257             },
5258             "type": "library",
5259             "extra": {
5260                 "branch-alias": {
5261                     "dev-master": "2.x-dev"
5262                 }
5263             },
5264             "autoload": {
5265                 "psr-4": {
5266                     "Http\\Client\\": "src/"
5267                 }
5268             },
5269             "notification-url": "https://packagist.org/downloads/",
5270             "license": [
5271                 "MIT"
5272             ],
5273             "authors": [
5274                 {
5275                     "name": "Eric GELOEN",
5276                     "email": "geloen.eric@gmail.com"
5277                 },
5278                 {
5279                     "name": "Márk Sági-Kazár",
5280                     "email": "mark.sagikazar@gmail.com"
5281                 }
5282             ],
5283             "description": "HTTPlug, the HTTP client abstraction for PHP",
5284             "homepage": "http://httplug.io",
5285             "keywords": [
5286                 "client",
5287                 "http"
5288             ],
5289             "time": "2019-12-27T10:07:11+00:00"
5290         },
5291         {
5292             "name": "php-http/message",
5293             "version": "1.8.0",
5294             "source": {
5295                 "type": "git",
5296                 "url": "https://github.com/php-http/message.git",
5297                 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
5298             },
5299             "dist": {
5300                 "type": "zip",
5301                 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
5302                 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
5303                 "shasum": ""
5304             },
5305             "require": {
5306                 "clue/stream-filter": "^1.4",
5307                 "php": "^7.1",
5308                 "php-http/message-factory": "^1.0.2",
5309                 "psr/http-message": "^1.0"
5310             },
5311             "provide": {
5312                 "php-http/message-factory-implementation": "1.0"
5313             },
5314             "require-dev": {
5315                 "akeneo/phpspec-skip-example-extension": "^1.0",
5316                 "coduo/phpspec-data-provider-extension": "^1.0",
5317                 "ext-zlib": "*",
5318                 "guzzlehttp/psr7": "^1.0",
5319                 "henrikbjorn/phpspec-code-coverage": "^1.0",
5320                 "phpspec/phpspec": "^2.4",
5321                 "slim/slim": "^3.0",
5322                 "zendframework/zend-diactoros": "^1.0"
5323             },
5324             "suggest": {
5325                 "ext-zlib": "Used with compressor/decompressor streams",
5326                 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
5327                 "slim/slim": "Used with Slim Framework PSR-7 implementation",
5328                 "zendframework/zend-diactoros": "Used with Diactoros Factories"
5329             },
5330             "type": "library",
5331             "extra": {
5332                 "branch-alias": {
5333                     "dev-master": "1.8-dev"
5334                 }
5335             },
5336             "autoload": {
5337                 "psr-4": {
5338                     "Http\\Message\\": "src/"
5339                 },
5340                 "files": [
5341                     "src/filters.php"
5342                 ]
5343             },
5344             "notification-url": "https://packagist.org/downloads/",
5345             "license": [
5346                 "MIT"
5347             ],
5348             "authors": [
5349                 {
5350                     "name": "Márk Sági-Kazár",
5351                     "email": "mark.sagikazar@gmail.com"
5352                 }
5353             ],
5354             "description": "HTTP Message related tools",
5355             "homepage": "http://php-http.org",
5356             "keywords": [
5357                 "http",
5358                 "message",
5359                 "psr-7"
5360             ],
5361             "time": "2019-08-05T06:55:08+00:00"
5362         },
5363         {
5364             "name": "php-http/message-factory",
5365             "version": "v1.0.2",
5366             "source": {
5367                 "type": "git",
5368                 "url": "https://github.com/php-http/message-factory.git",
5369                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
5370             },
5371             "dist": {
5372                 "type": "zip",
5373                 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5374                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5375                 "shasum": ""
5376             },
5377             "require": {
5378                 "php": ">=5.4",
5379                 "psr/http-message": "^1.0"
5380             },
5381             "type": "library",
5382             "extra": {
5383                 "branch-alias": {
5384                     "dev-master": "1.0-dev"
5385                 }
5386             },
5387             "autoload": {
5388                 "psr-4": {
5389                     "Http\\Message\\": "src/"
5390                 }
5391             },
5392             "notification-url": "https://packagist.org/downloads/",
5393             "license": [
5394                 "MIT"
5395             ],
5396             "authors": [
5397                 {
5398                     "name": "Márk Sági-Kazár",
5399                     "email": "mark.sagikazar@gmail.com"
5400                 }
5401             ],
5402             "description": "Factory interfaces for PSR-7 HTTP Message",
5403             "homepage": "http://php-http.org",
5404             "keywords": [
5405                 "factory",
5406                 "http",
5407                 "message",
5408                 "stream",
5409                 "uri"
5410             ],
5411             "time": "2015-12-19T14:08:53+00:00"
5412         },
5413         {
5414             "name": "php-http/promise",
5415             "version": "v1.0.0",
5416             "source": {
5417                 "type": "git",
5418                 "url": "https://github.com/php-http/promise.git",
5419                 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
5420             },
5421             "dist": {
5422                 "type": "zip",
5423                 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
5424                 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
5425                 "shasum": ""
5426             },
5427             "require-dev": {
5428                 "henrikbjorn/phpspec-code-coverage": "^1.0",
5429                 "phpspec/phpspec": "^2.4"
5430             },
5431             "type": "library",
5432             "extra": {
5433                 "branch-alias": {
5434                     "dev-master": "1.1-dev"
5435                 }
5436             },
5437             "autoload": {
5438                 "psr-4": {
5439                     "Http\\Promise\\": "src/"
5440                 }
5441             },
5442             "notification-url": "https://packagist.org/downloads/",
5443             "license": [
5444                 "MIT"
5445             ],
5446             "authors": [
5447                 {
5448                     "name": "Márk Sági-Kazár",
5449                     "email": "mark.sagikazar@gmail.com"
5450                 },
5451                 {
5452                     "name": "Joel Wurtz",
5453                     "email": "joel.wurtz@gmail.com"
5454                 }
5455             ],
5456             "description": "Promise used for asynchronous HTTP requests",
5457             "homepage": "http://httplug.io",
5458             "keywords": [
5459                 "promise"
5460             ],
5461             "time": "2016-01-26T13:27:02+00:00"
5462         },
5463         {
5464             "name": "phpmailer/phpmailer",
5465             "version": "v6.1.6",
5466             "source": {
5467                 "type": "git",
5468                 "url": "https://github.com/PHPMailer/PHPMailer.git",
5469                 "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3"
5470             },
5471             "dist": {
5472                 "type": "zip",
5473                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
5474                 "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
5475                 "shasum": ""
5476             },
5477             "require": {
5478                 "ext-ctype": "*",
5479                 "ext-filter": "*",
5480                 "php": ">=5.5.0"
5481             },
5482             "require-dev": {
5483                 "doctrine/annotations": "^1.2",
5484                 "friendsofphp/php-cs-fixer": "^2.2",
5485                 "phpunit/phpunit": "^4.8 || ^5.7"
5486             },
5487             "suggest": {
5488                 "ext-mbstring": "Needed to send email in multibyte encoding charset",
5489                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
5490                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
5491                 "psr/log": "For optional PSR-3 debug logging",
5492                 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
5493                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
5494             },
5495             "type": "library",
5496             "autoload": {
5497                 "psr-4": {
5498                     "PHPMailer\\PHPMailer\\": "src/"
5499                 }
5500             },
5501             "notification-url": "https://packagist.org/downloads/",
5502             "license": [
5503                 "LGPL-2.1-only"
5504             ],
5505             "authors": [
5506                 {
5507                     "name": "Marcus Bointon",
5508                     "email": "phpmailer@synchromedia.co.uk"
5509                 },
5510                 {
5511                     "name": "Jim Jagielski",
5512                     "email": "jimjag@gmail.com"
5513                 },
5514                 {
5515                     "name": "Andy Prevost",
5516                     "email": "codeworxtech@users.sourceforge.net"
5517                 },
5518                 {
5519                     "name": "Brent R. Matzelle"
5520                 }
5521             ],
5522             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
5523             "funding": [
5524                 {
5525                     "url": "https://github.com/synchro",
5526                     "type": "github"
5527                 }
5528             ],
5529             "time": "2020-05-27T12:24:03+00:00"
5530         },
5531         {
5532             "name": "phpoffice/phpspreadsheet",
5533             "version": "1.13.0",
5534             "source": {
5535                 "type": "git",
5536                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
5537                 "reference": "21bfb5b3243b8ceb9eda499a4d699fc42c11a9d1"
5538             },
5539             "dist": {
5540                 "type": "zip",
5541                 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/21bfb5b3243b8ceb9eda499a4d699fc42c11a9d1",
5542                 "reference": "21bfb5b3243b8ceb9eda499a4d699fc42c11a9d1",
5543                 "shasum": ""
5544             },
5545             "require": {
5546                 "ext-ctype": "*",
5547                 "ext-dom": "*",
5548                 "ext-fileinfo": "*",
5549                 "ext-gd": "*",
5550                 "ext-iconv": "*",
5551                 "ext-libxml": "*",
5552                 "ext-mbstring": "*",
5553                 "ext-simplexml": "*",
5554                 "ext-xml": "*",
5555                 "ext-xmlreader": "*",
5556                 "ext-xmlwriter": "*",
5557                 "ext-zip": "*",
5558                 "ext-zlib": "*",
5559                 "maennchen/zipstream-php": "^2.0",
5560                 "markbaker/complex": "^1.4",
5561                 "markbaker/matrix": "^1.2",
5562                 "php": "^7.2",
5563                 "psr/simple-cache": "^1.0"
5564             },
5565             "require-dev": {
5566                 "dompdf/dompdf": "^0.8.5",
5567                 "friendsofphp/php-cs-fixer": "^2.16",
5568                 "jpgraph/jpgraph": "^4.0",
5569                 "mpdf/mpdf": "^8.0",
5570                 "phpcompatibility/php-compatibility": "^9.3",
5571                 "phpunit/phpunit": "^8.5",
5572                 "squizlabs/php_codesniffer": "^3.5",
5573                 "tecnickcom/tcpdf": "^6.3"
5574             },
5575             "suggest": {
5576                 "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
5577                 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
5578                 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
5579                 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
5580             },
5581             "type": "library",
5582             "autoload": {
5583                 "psr-4": {
5584                     "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
5585                 }
5586             },
5587             "notification-url": "https://packagist.org/downloads/",
5588             "license": [
5589                 "MIT"
5590             ],
5591             "authors": [
5592                 {
5593                     "name": "Maarten Balliauw",
5594                     "homepage": "https://blog.maartenballiauw.be"
5595                 },
5596                 {
5597                     "name": "Mark Baker",
5598                     "homepage": "https://markbakeruk.net"
5599                 },
5600                 {
5601                     "name": "Franck Lefevre",
5602                     "homepage": "https://rootslabs.net"
5603                 },
5604                 {
5605                     "name": "Erik Tilt"
5606                 },
5607                 {
5608                     "name": "Adrien Crivelli"
5609                 }
5610             ],
5611             "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
5612             "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
5613             "keywords": [
5614                 "OpenXML",
5615                 "excel",
5616                 "gnumeric",
5617                 "ods",
5618                 "php",
5619                 "spreadsheet",
5620                 "xls",
5621                 "xlsx"
5622             ],
5623             "time": "2020-05-31T13:49:28+00:00"
5624         },
5625         {
5626             "name": "phpoption/phpoption",
5627             "version": "1.7.4",
5628             "source": {
5629                 "type": "git",
5630                 "url": "https://github.com/schmittjoh/php-option.git",
5631                 "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3"
5632             },
5633             "dist": {
5634                 "type": "zip",
5635                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
5636                 "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
5637                 "shasum": ""
5638             },
5639             "require": {
5640                 "php": "^5.5.9 || ^7.0 || ^8.0"
5641             },
5642             "require-dev": {
5643                 "bamarni/composer-bin-plugin": "^1.3",
5644                 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
5645             },
5646             "type": "library",
5647             "extra": {
5648                 "branch-alias": {
5649                     "dev-master": "1.7-dev"
5650                 }
5651             },
5652             "autoload": {
5653                 "psr-4": {
5654                     "PhpOption\\": "src/PhpOption/"
5655                 }
5656             },
5657             "notification-url": "https://packagist.org/downloads/",
5658             "license": [
5659                 "Apache-2.0"
5660             ],
5661             "authors": [
5662                 {
5663                     "name": "Johannes M. Schmitt",
5664                     "email": "schmittjoh@gmail.com"
5665                 },
5666                 {
5667                     "name": "Graham Campbell",
5668                     "email": "graham@alt-three.com"
5669                 }
5670             ],
5671             "description": "Option Type for PHP",
5672             "keywords": [
5673                 "language",
5674                 "option",
5675                 "php",
5676                 "type"
5677             ],
5678             "funding": [
5679                 {
5680                     "url": "https://github.com/GrahamCampbell",
5681                     "type": "github"
5682                 },
5683                 {
5684                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
5685                     "type": "tidelift"
5686                 }
5687             ],
5688             "time": "2020-06-07T10:40:07+00:00"
5689         },
5690         {
5691             "name": "phpseclib/phpseclib",
5692             "version": "2.0.27",
5693             "source": {
5694                 "type": "git",
5695                 "url": "https://github.com/phpseclib/phpseclib.git",
5696                 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc"
5697             },
5698             "dist": {
5699                 "type": "zip",
5700                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
5701                 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
5702                 "shasum": ""
5703             },
5704             "require": {
5705                 "php": ">=5.3.3"
5706             },
5707             "require-dev": {
5708                 "phing/phing": "~2.7",
5709                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
5710                 "sami/sami": "~2.0",
5711                 "squizlabs/php_codesniffer": "~2.0"
5712             },
5713             "suggest": {
5714                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
5715                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
5716                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
5717                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
5718             },
5719             "type": "library",
5720             "autoload": {
5721                 "files": [
5722                     "phpseclib/bootstrap.php"
5723                 ],
5724                 "psr-4": {
5725                     "phpseclib\\": "phpseclib/"
5726                 }
5727             },
5728             "notification-url": "https://packagist.org/downloads/",
5729             "license": [
5730                 "MIT"
5731             ],
5732             "authors": [
5733                 {
5734                     "name": "Jim Wigginton",
5735                     "email": "terrafrost@php.net",
5736                     "role": "Lead Developer"
5737                 },
5738                 {
5739                     "name": "Patrick Monnerat",
5740                     "email": "pm@datasphere.ch",
5741                     "role": "Developer"
5742                 },
5743                 {
5744                     "name": "Andreas Fischer",
5745                     "email": "bantu@phpbb.com",
5746                     "role": "Developer"
5747                 },
5748                 {
5749                     "name": "Hans-Jürgen Petrich",
5750                     "email": "petrich@tronic-media.com",
5751                     "role": "Developer"
5752                 },
5753                 {
5754                     "name": "Graham Campbell",
5755                     "email": "graham@alt-three.com",
5756                     "role": "Developer"
5757                 }
5758             ],
5759             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
5760             "homepage": "http://phpseclib.sourceforge.net",
5761             "keywords": [
5762                 "BigInteger",
5763                 "aes",
5764                 "asn.1",
5765                 "asn1",
5766                 "blowfish",
5767                 "crypto",
5768                 "cryptography",
5769                 "encryption",
5770                 "rsa",
5771                 "security",
5772                 "sftp",
5773                 "signature",
5774                 "signing",
5775                 "ssh",
5776                 "twofish",
5777                 "x.509",
5778                 "x509"
5779             ],
5780             "funding": [
5781                 {
5782                     "url": "https://github.com/terrafrost",
5783                     "type": "github"
5784                 },
5785                 {
5786                     "url": "https://www.patreon.com/phpseclib",
5787                     "type": "patreon"
5788                 },
5789                 {
5790                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
5791                     "type": "tidelift"
5792                 }
5793             ],
5794             "time": "2020-04-04T23:17:33+00:00"
5795         },
5796         {
5797             "name": "psr/container",
5798             "version": "1.0.0",
5799             "source": {
5800                 "type": "git",
5801                 "url": "https://github.com/php-fig/container.git",
5802                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
5803             },
5804             "dist": {
5805                 "type": "zip",
5806                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
5807                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
5808                 "shasum": ""
5809             },
5810             "require": {
5811                 "php": ">=5.3.0"
5812             },
5813             "type": "library",
5814             "extra": {
5815                 "branch-alias": {
5816                     "dev-master": "1.0.x-dev"
5817                 }
5818             },
5819             "autoload": {
5820                 "psr-4": {
5821                     "Psr\\Container\\": "src/"
5822                 }
5823             },
5824             "notification-url": "https://packagist.org/downloads/",
5825             "license": [
5826                 "MIT"
5827             ],
5828             "authors": [
5829                 {
5830                     "name": "PHP-FIG",
5831                     "homepage": "http://www.php-fig.org/"
5832                 }
5833             ],
5834             "description": "Common Container Interface (PHP FIG PSR-11)",
5835             "homepage": "https://github.com/php-fig/container",
5836             "keywords": [
5837                 "PSR-11",
5838                 "container",
5839                 "container-interface",
5840                 "container-interop",
5841                 "psr"
5842             ],
5843             "time": "2017-02-14T16:28:37+00:00"
5844         },
5845         {
5846             "name": "psr/http-client",
5847             "version": "1.0.0",
5848             "source": {
5849                 "type": "git",
5850                 "url": "https://github.com/php-fig/http-client.git",
5851                 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
5852             },
5853             "dist": {
5854                 "type": "zip",
5855                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
5856                 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
5857                 "shasum": ""
5858             },
5859             "require": {
5860                 "php": "^7.0",
5861                 "psr/http-message": "^1.0"
5862             },
5863             "type": "library",
5864             "extra": {
5865                 "branch-alias": {
5866                     "dev-master": "1.0.x-dev"
5867                 }
5868             },
5869             "autoload": {
5870                 "psr-4": {
5871                     "Psr\\Http\\Client\\": "src/"
5872                 }
5873             },
5874             "notification-url": "https://packagist.org/downloads/",
5875             "license": [
5876                 "MIT"
5877             ],
5878             "authors": [
5879                 {
5880                     "name": "PHP-FIG",
5881                     "homepage": "http://www.php-fig.org/"
5882                 }
5883             ],
5884             "description": "Common interface for HTTP clients",
5885             "homepage": "https://github.com/php-fig/http-client",
5886             "keywords": [
5887                 "http",
5888                 "http-client",
5889                 "psr",
5890                 "psr-18"
5891             ],
5892             "time": "2018-10-30T23:29:13+00:00"
5893         },
5894         {
5895             "name": "psr/http-message",
5896             "version": "1.0.1",
5897             "source": {
5898                 "type": "git",
5899                 "url": "https://github.com/php-fig/http-message.git",
5900                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
5901             },
5902             "dist": {
5903                 "type": "zip",
5904                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
5905                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
5906                 "shasum": ""
5907             },
5908             "require": {
5909                 "php": ">=5.3.0"
5910             },
5911             "type": "library",
5912             "extra": {
5913                 "branch-alias": {
5914                     "dev-master": "1.0.x-dev"
5915                 }
5916             },
5917             "autoload": {
5918                 "psr-4": {
5919                     "Psr\\Http\\Message\\": "src/"
5920                 }
5921             },
5922             "notification-url": "https://packagist.org/downloads/",
5923             "license": [
5924                 "MIT"
5925             ],
5926             "authors": [
5927                 {
5928                     "name": "PHP-FIG",
5929                     "homepage": "http://www.php-fig.org/"
5930                 }
5931             ],
5932             "description": "Common interface for HTTP messages",
5933             "homepage": "https://github.com/php-fig/http-message",
5934             "keywords": [
5935                 "http",
5936                 "http-message",
5937                 "psr",
5938                 "psr-7",
5939                 "request",
5940                 "response"
5941             ],
5942             "time": "2016-08-06T14:39:51+00:00"
5943         },
5944         {
5945             "name": "psr/log",
5946             "version": "1.1.3",
5947             "source": {
5948                 "type": "git",
5949                 "url": "https://github.com/php-fig/log.git",
5950                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
5951             },
5952             "dist": {
5953                 "type": "zip",
5954                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
5955                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
5956                 "shasum": ""
5957             },
5958             "require": {
5959                 "php": ">=5.3.0"
5960             },
5961             "type": "library",
5962             "extra": {
5963                 "branch-alias": {
5964                     "dev-master": "1.1.x-dev"
5965                 }
5966             },
5967             "autoload": {
5968                 "psr-4": {
5969                     "Psr\\Log\\": "Psr/Log/"
5970                 }
5971             },
5972             "notification-url": "https://packagist.org/downloads/",
5973             "license": [
5974                 "MIT"
5975             ],
5976             "authors": [
5977                 {
5978                     "name": "PHP-FIG",
5979                     "homepage": "http://www.php-fig.org/"
5980                 }
5981             ],
5982             "description": "Common interface for logging libraries",
5983             "homepage": "https://github.com/php-fig/log",
5984             "keywords": [
5985                 "log",
5986                 "psr",
5987                 "psr-3"
5988             ],
5989             "time": "2020-03-23T09:12:05+00:00"
5990         },
5991         {
5992             "name": "psr/simple-cache",
5993             "version": "1.0.1",
5994             "source": {
5995                 "type": "git",
5996                 "url": "https://github.com/php-fig/simple-cache.git",
5997                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
5998             },
5999             "dist": {
6000                 "type": "zip",
6001                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6002                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6003                 "shasum": ""
6004             },
6005             "require": {
6006                 "php": ">=5.3.0"
6007             },
6008             "type": "library",
6009             "extra": {
6010                 "branch-alias": {
6011                     "dev-master": "1.0.x-dev"
6012                 }
6013             },
6014             "autoload": {
6015                 "psr-4": {
6016                     "Psr\\SimpleCache\\": "src/"
6017                 }
6018             },
6019             "notification-url": "https://packagist.org/downloads/",
6020             "license": [
6021                 "MIT"
6022             ],
6023             "authors": [
6024                 {
6025                     "name": "PHP-FIG",
6026                     "homepage": "http://www.php-fig.org/"
6027                 }
6028             ],
6029             "description": "Common interfaces for simple caching",
6030             "keywords": [
6031                 "cache",
6032                 "caching",
6033                 "psr",
6034                 "psr-16",
6035                 "simple-cache"
6036             ],
6037             "time": "2017-10-23T01:57:42+00:00"
6038         },
6039         {
6040             "name": "ralouphie/getallheaders",
6041             "version": "3.0.3",
6042             "source": {
6043                 "type": "git",
6044                 "url": "https://github.com/ralouphie/getallheaders.git",
6045                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6046             },
6047             "dist": {
6048                 "type": "zip",
6049                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
6050                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6051                 "shasum": ""
6052             },
6053             "require": {
6054                 "php": ">=5.6"
6055             },
6056             "require-dev": {
6057                 "php-coveralls/php-coveralls": "^2.1",
6058                 "phpunit/phpunit": "^5 || ^6.5"
6059             },
6060             "type": "library",
6061             "autoload": {
6062                 "files": [
6063                     "src/getallheaders.php"
6064                 ]
6065             },
6066             "notification-url": "https://packagist.org/downloads/",
6067             "license": [
6068                 "MIT"
6069             ],
6070             "authors": [
6071                 {
6072                     "name": "Ralph Khattar",
6073                     "email": "ralph.khattar@gmail.com"
6074                 }
6075             ],
6076             "description": "A polyfill for getallheaders.",
6077             "time": "2019-03-08T08:55:37+00:00"
6078         },
6079         {
6080             "name": "ramsey/collection",
6081             "version": "1.0.1",
6082             "source": {
6083                 "type": "git",
6084                 "url": "https://github.com/ramsey/collection.git",
6085                 "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca"
6086             },
6087             "dist": {
6088                 "type": "zip",
6089                 "url": "https://api.github.com/repos/ramsey/collection/zipball/925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
6090                 "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
6091                 "shasum": ""
6092             },
6093             "require": {
6094                 "php": "^7.2"
6095             },
6096             "require-dev": {
6097                 "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
6098                 "fzaninotto/faker": "^1.5",
6099                 "jakub-onderka/php-parallel-lint": "^1",
6100                 "jangregor/phpstan-prophecy": "^0.6",
6101                 "mockery/mockery": "^1.3",
6102                 "phpstan/extension-installer": "^1",
6103                 "phpstan/phpdoc-parser": "0.4.1",
6104                 "phpstan/phpstan": "^0.12",
6105                 "phpstan/phpstan-mockery": "^0.12",
6106                 "phpstan/phpstan-phpunit": "^0.12",
6107                 "phpunit/phpunit": "^8.5",
6108                 "slevomat/coding-standard": "^6.0",
6109                 "squizlabs/php_codesniffer": "^3.5"
6110             },
6111             "type": "library",
6112             "autoload": {
6113                 "psr-4": {
6114                     "Ramsey\\Collection\\": "src/"
6115                 }
6116             },
6117             "notification-url": "https://packagist.org/downloads/",
6118             "license": [
6119                 "MIT"
6120             ],
6121             "authors": [
6122                 {
6123                     "name": "Ben Ramsey",
6124                     "email": "ben@benramsey.com",
6125                     "homepage": "https://benramsey.com"
6126                 }
6127             ],
6128             "description": "A PHP 7.2+ library for representing and manipulating collections.",
6129             "homepage": "https://github.com/ramsey/collection",
6130             "keywords": [
6131                 "array",
6132                 "collection",
6133                 "hash",
6134                 "map",
6135                 "queue",
6136                 "set"
6137             ],
6138             "time": "2020-01-05T00:22:59+00:00"
6139         },
6140         {
6141             "name": "ramsey/uuid",
6142             "version": "4.0.1",
6143             "source": {
6144                 "type": "git",
6145                 "url": "https://github.com/ramsey/uuid.git",
6146                 "reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d"
6147             },
6148             "dist": {
6149                 "type": "zip",
6150                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d",
6151                 "reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d",
6152                 "shasum": ""
6153             },
6154             "require": {
6155                 "brick/math": "^0.8",
6156                 "ext-json": "*",
6157                 "php": "^7.2 || ^8",
6158                 "ramsey/collection": "^1.0",
6159                 "symfony/polyfill-ctype": "^1.8"
6160             },
6161             "replace": {
6162                 "rhumsaa/uuid": "self.version"
6163             },
6164             "require-dev": {
6165                 "codeception/aspect-mock": "^3",
6166                 "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
6167                 "doctrine/annotations": "^1.8",
6168                 "goaop/framework": "^2",
6169                 "mockery/mockery": "^1.3",
6170                 "moontoast/math": "^1.1",
6171                 "paragonie/random-lib": "^2",
6172                 "php-mock/php-mock-mockery": "^1.3",
6173                 "php-mock/php-mock-phpunit": "^2.5",
6174                 "php-parallel-lint/php-parallel-lint": "^1.1",
6175                 "phpstan/extension-installer": "^1.0",
6176                 "phpstan/phpdoc-parser": "0.4.3",
6177                 "phpstan/phpstan": "^0.12",
6178                 "phpstan/phpstan-mockery": "^0.12",
6179                 "phpstan/phpstan-phpunit": "^0.12",
6180                 "phpunit/phpunit": "^8.5",
6181                 "psy/psysh": "^0.10.0",
6182                 "slevomat/coding-standard": "^6.0",
6183                 "squizlabs/php_codesniffer": "^3.5",
6184                 "vimeo/psalm": "3.9.4"
6185             },
6186             "suggest": {
6187                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
6188                 "ext-ctype": "Enables faster processing of character classification using ctype functions.",
6189                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
6190                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
6191                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
6192                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
6193             },
6194             "type": "library",
6195             "extra": {
6196                 "branch-alias": {
6197                     "dev-master": "4.x-dev"
6198                 }
6199             },
6200             "autoload": {
6201                 "psr-4": {
6202                     "Ramsey\\Uuid\\": "src/"
6203                 },
6204                 "files": [
6205                     "src/functions.php"
6206                 ]
6207             },
6208             "notification-url": "https://packagist.org/downloads/",
6209             "license": [
6210                 "MIT"
6211             ],
6212             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
6213             "homepage": "https://github.com/ramsey/uuid",
6214             "keywords": [
6215                 "guid",
6216                 "identifier",
6217                 "uuid"
6218             ],
6219             "funding": [
6220                 {
6221                     "url": "https://github.com/ramsey",
6222                     "type": "github"
6223                 }
6224             ],
6225             "time": "2020-03-29T20:13:32+00:00"
6226         },
6227         {
6228             "name": "rospdf/pdf-php",
6229             "version": "0.12.62",
6230             "source": {
6231                 "type": "git",
6232                 "url": "https://github.com/rospdf/pdf-php.git",
6233                 "reference": "3598d0cb9d14fb5c5599a93285eff6ddef8a7310"
6234             },
6235             "dist": {
6236                 "type": "zip",
6237                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/3598d0cb9d14fb5c5599a93285eff6ddef8a7310",
6238                 "reference": "3598d0cb9d14fb5c5599a93285eff6ddef8a7310",
6239                 "shasum": ""
6240             },
6241             "require": {
6242                 "php": ">=5.6.0"
6243             },
6244             "require-dev": {
6245                 "phpunit/phpunit": "3.7.38",
6246                 "squizlabs/php_codesniffer": "2.*"
6247             },
6248             "type": "library",
6249             "extra": {
6250                 "branch-alias": {
6251                     "dev-experimental": "0.13.x-dev",
6252                     "dev-master": "0.12.x-dev"
6253                 }
6254             },
6255             "autoload": {
6256                 "files": [
6257                     "src/Cpdf.php",
6258                     "src/Cezpdf.php"
6259                 ]
6260             },
6261             "notification-url": "https://packagist.org/downloads/",
6262             "license": [
6263                 "MIT"
6264             ],
6265             "authors": [
6266                 {
6267                     "name": "Ole Koeckemann",
6268                     "email": "ole.k@web.de",
6269                     "role": "Project Head / Developer"
6270                 },
6271                 {
6272                     "name": "Lars Olesen",
6273                     "email": "lars@intraface.dk",
6274                     "role": "Developer"
6275                 },
6276                 {
6277                     "name": "Sune Jensen",
6278                     "email": "sj@sunet.dk",
6279                     "role": "Developer"
6280                 },
6281                 {
6282                     "name": "Nicola Asuni",
6283                     "email": "info@tecnick.com",
6284                     "role": "Developer"
6285                 },
6286                 {
6287                     "name": "Wayne Munro",
6288                     "email": "pdf@ros.co.nz",
6289                     "role": "Founder / Inactive"
6290                 }
6291             ],
6292             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
6293             "homepage": "https://github.com/rospdf/pdf-php",
6294             "time": "2020-04-12T14:12:11+00:00"
6295         },
6296         {
6297             "name": "sabberworm/php-css-parser",
6298             "version": "8.3.1",
6299             "source": {
6300                 "type": "git",
6301                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
6302                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
6303             },
6304             "dist": {
6305                 "type": "zip",
6306                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
6307                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
6308                 "shasum": ""
6309             },
6310             "require": {
6311                 "php": ">=5.3.2"
6312             },
6313             "require-dev": {
6314                 "codacy/coverage": "^1.4",
6315                 "phpunit/phpunit": "~4.8"
6316             },
6317             "type": "library",
6318             "autoload": {
6319                 "psr-0": {
6320                     "Sabberworm\\CSS": "lib/"
6321                 }
6322             },
6323             "notification-url": "https://packagist.org/downloads/",
6324             "license": [
6325                 "MIT"
6326             ],
6327             "authors": [
6328                 {
6329                     "name": "Raphael Schweikert"
6330                 }
6331             ],
6332             "description": "Parser for CSS Files written in PHP",
6333             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
6334             "keywords": [
6335                 "css",
6336                 "parser",
6337                 "stylesheet"
6338             ],
6339             "time": "2020-06-01T09:10:00+00:00"
6340         },
6341         {
6342             "name": "setasign/fpdi",
6343             "version": "v2.3.3",
6344             "source": {
6345                 "type": "git",
6346                 "url": "https://github.com/Setasign/FPDI.git",
6347                 "reference": "50c388860a73191e010810ed57dbed795578e867"
6348             },
6349             "dist": {
6350                 "type": "zip",
6351                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/50c388860a73191e010810ed57dbed795578e867",
6352                 "reference": "50c388860a73191e010810ed57dbed795578e867",
6353                 "shasum": ""
6354             },
6355             "require": {
6356                 "ext-zlib": "*",
6357                 "php": "^5.6 || ^7.0"
6358             },
6359             "conflict": {
6360                 "setasign/tfpdf": "<1.31"
6361             },
6362             "require-dev": {
6363                 "phpunit/phpunit": "~5.7",
6364                 "setasign/fpdf": "~1.8",
6365                 "setasign/tfpdf": "1.31",
6366                 "tecnickcom/tcpdf": "~6.2"
6367             },
6368             "suggest": {
6369                 "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
6370             },
6371             "type": "library",
6372             "autoload": {
6373                 "psr-4": {
6374                     "setasign\\Fpdi\\": "src/"
6375                 }
6376             },
6377             "notification-url": "https://packagist.org/downloads/",
6378             "license": [
6379                 "MIT"
6380             ],
6381             "authors": [
6382                 {
6383                     "name": "Jan Slabon",
6384                     "email": "jan.slabon@setasign.com",
6385                     "homepage": "https://www.setasign.com"
6386                 },
6387                 {
6388                     "name": "Maximilian Kresse",
6389                     "email": "maximilian.kresse@setasign.com",
6390                     "homepage": "https://www.setasign.com"
6391                 }
6392             ],
6393             "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
6394             "homepage": "https://www.setasign.com/fpdi",
6395             "keywords": [
6396                 "fpdf",
6397                 "fpdi",
6398                 "pdf"
6399             ],
6400             "funding": [
6401                 {
6402                     "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
6403                     "type": "tidelift"
6404                 }
6405             ],
6406             "time": "2020-04-28T12:40:35+00:00"
6407         },
6408         {
6409             "name": "smarty/smarty",
6410             "version": "v2.6.31",
6411             "source": {
6412                 "type": "git",
6413                 "url": "https://github.com/smarty-php/smarty.git",
6414                 "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49"
6415             },
6416             "dist": {
6417                 "type": "zip",
6418                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/4ab9757b492f08a38f68123a6e7c1df7110bbc49",
6419                 "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49",
6420                 "shasum": ""
6421             },
6422             "require": {
6423                 "php": ">=5.2"
6424             },
6425             "type": "library",
6426             "extra": {
6427                 "branch-alias": {
6428                     "dev-master": "2.6.x-dev"
6429                 }
6430             },
6431             "autoload": {
6432                 "classmap": [
6433                     "libs/Smarty.class.php",
6434                     "libs/Smarty_Compiler.class.php",
6435                     "libs/Config_File.class.php"
6436                 ]
6437             },
6438             "notification-url": "https://packagist.org/downloads/",
6439             "license": [
6440                 "LGPL-3.0"
6441             ],
6442             "authors": [
6443                 {
6444                     "name": "Monte Ohrt",
6445                     "email": "monte@ohrt.com"
6446                 },
6447                 {
6448                     "name": "Uwe Tews",
6449                     "email": "uwe.tews@googlemail.com"
6450                 }
6451             ],
6452             "description": "Smarty - the compiling PHP template engine",
6453             "homepage": "http://www.smarty.net",
6454             "keywords": [
6455                 "templating"
6456             ],
6457             "time": "2017-11-03T06:39:13+00:00"
6458         },
6459         {
6460             "name": "symfony/config",
6461             "version": "v4.4.10",
6462             "source": {
6463                 "type": "git",
6464                 "url": "https://github.com/symfony/config.git",
6465                 "reference": "395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504"
6466             },
6467             "dist": {
6468                 "type": "zip",
6469                 "url": "https://api.github.com/repos/symfony/config/zipball/395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504",
6470                 "reference": "395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504",
6471                 "shasum": ""
6472             },
6473             "require": {
6474                 "php": ">=7.1.3",
6475                 "symfony/filesystem": "^3.4|^4.0|^5.0",
6476                 "symfony/polyfill-ctype": "~1.8"
6477             },
6478             "conflict": {
6479                 "symfony/finder": "<3.4"
6480             },
6481             "require-dev": {
6482                 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
6483                 "symfony/finder": "^3.4|^4.0|^5.0",
6484                 "symfony/messenger": "^4.1|^5.0",
6485                 "symfony/service-contracts": "^1.1|^2",
6486                 "symfony/yaml": "^3.4|^4.0|^5.0"
6487             },
6488             "suggest": {
6489                 "symfony/yaml": "To use the yaml reference dumper"
6490             },
6491             "type": "library",
6492             "extra": {
6493                 "branch-alias": {
6494                     "dev-master": "4.4-dev"
6495                 }
6496             },
6497             "autoload": {
6498                 "psr-4": {
6499                     "Symfony\\Component\\Config\\": ""
6500                 },
6501                 "exclude-from-classmap": [
6502                     "/Tests/"
6503                 ]
6504             },
6505             "notification-url": "https://packagist.org/downloads/",
6506             "license": [
6507                 "MIT"
6508             ],
6509             "authors": [
6510                 {
6511                     "name": "Fabien Potencier",
6512                     "email": "fabien@symfony.com"
6513                 },
6514                 {
6515                     "name": "Symfony Community",
6516                     "homepage": "https://symfony.com/contributors"
6517                 }
6518             ],
6519             "description": "Symfony Config Component",
6520             "homepage": "https://symfony.com",
6521             "funding": [
6522                 {
6523                     "url": "https://symfony.com/sponsor",
6524                     "type": "custom"
6525                 },
6526                 {
6527                     "url": "https://github.com/fabpot",
6528                     "type": "github"
6529                 },
6530                 {
6531                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6532                     "type": "tidelift"
6533                 }
6534             ],
6535             "time": "2020-05-23T09:11:46+00:00"
6536         },
6537         {
6538             "name": "symfony/console",
6539             "version": "v4.4.10",
6540             "source": {
6541                 "type": "git",
6542                 "url": "https://github.com/symfony/console.git",
6543                 "reference": "326b064d804043005526f5a0494cfb49edb59bb0"
6544             },
6545             "dist": {
6546                 "type": "zip",
6547                 "url": "https://api.github.com/repos/symfony/console/zipball/326b064d804043005526f5a0494cfb49edb59bb0",
6548                 "reference": "326b064d804043005526f5a0494cfb49edb59bb0",
6549                 "shasum": ""
6550             },
6551             "require": {
6552                 "php": ">=7.1.3",
6553                 "symfony/polyfill-mbstring": "~1.0",
6554                 "symfony/polyfill-php73": "^1.8",
6555                 "symfony/polyfill-php80": "^1.15",
6556                 "symfony/service-contracts": "^1.1|^2"
6557             },
6558             "conflict": {
6559                 "symfony/dependency-injection": "<3.4",
6560                 "symfony/event-dispatcher": "<4.3|>=5",
6561                 "symfony/lock": "<4.4",
6562                 "symfony/process": "<3.3"
6563             },
6564             "provide": {
6565                 "psr/log-implementation": "1.0"
6566             },
6567             "require-dev": {
6568                 "psr/log": "~1.0",
6569                 "symfony/config": "^3.4|^4.0|^5.0",
6570                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
6571                 "symfony/event-dispatcher": "^4.3",
6572                 "symfony/lock": "^4.4|^5.0",
6573                 "symfony/process": "^3.4|^4.0|^5.0",
6574                 "symfony/var-dumper": "^4.3|^5.0"
6575             },
6576             "suggest": {
6577                 "psr/log": "For using the console logger",
6578                 "symfony/event-dispatcher": "",
6579                 "symfony/lock": "",
6580                 "symfony/process": ""
6581             },
6582             "type": "library",
6583             "extra": {
6584                 "branch-alias": {
6585                     "dev-master": "4.4-dev"
6586                 }
6587             },
6588             "autoload": {
6589                 "psr-4": {
6590                     "Symfony\\Component\\Console\\": ""
6591                 },
6592                 "exclude-from-classmap": [
6593                     "/Tests/"
6594                 ]
6595             },
6596             "notification-url": "https://packagist.org/downloads/",
6597             "license": [
6598                 "MIT"
6599             ],
6600             "authors": [
6601                 {
6602                     "name": "Fabien Potencier",
6603                     "email": "fabien@symfony.com"
6604                 },
6605                 {
6606                     "name": "Symfony Community",
6607                     "homepage": "https://symfony.com/contributors"
6608                 }
6609             ],
6610             "description": "Symfony Console Component",
6611             "homepage": "https://symfony.com",
6612             "funding": [
6613                 {
6614                     "url": "https://symfony.com/sponsor",
6615                     "type": "custom"
6616                 },
6617                 {
6618                     "url": "https://github.com/fabpot",
6619                     "type": "github"
6620                 },
6621                 {
6622                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6623                     "type": "tidelift"
6624                 }
6625             ],
6626             "time": "2020-05-30T20:06:45+00:00"
6627         },
6628         {
6629             "name": "symfony/dependency-injection",
6630             "version": "v4.4.10",
6631             "source": {
6632                 "type": "git",
6633                 "url": "https://github.com/symfony/dependency-injection.git",
6634                 "reference": "a37cc0a90fec178768aa5048fea9251efde591c5"
6635             },
6636             "dist": {
6637                 "type": "zip",
6638                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a37cc0a90fec178768aa5048fea9251efde591c5",
6639                 "reference": "a37cc0a90fec178768aa5048fea9251efde591c5",
6640                 "shasum": ""
6641             },
6642             "require": {
6643                 "php": ">=7.1.3",
6644                 "psr/container": "^1.0",
6645                 "symfony/service-contracts": "^1.1.6|^2"
6646             },
6647             "conflict": {
6648                 "symfony/config": "<4.3|>=5.0",
6649                 "symfony/finder": "<3.4",
6650                 "symfony/proxy-manager-bridge": "<3.4",
6651                 "symfony/yaml": "<3.4"
6652             },
6653             "provide": {
6654                 "psr/container-implementation": "1.0",
6655                 "symfony/service-implementation": "1.0"
6656             },
6657             "require-dev": {
6658                 "symfony/config": "^4.3",
6659                 "symfony/expression-language": "^3.4|^4.0|^5.0",
6660                 "symfony/yaml": "^3.4|^4.0|^5.0"
6661             },
6662             "suggest": {
6663                 "symfony/config": "",
6664                 "symfony/expression-language": "For using expressions in service container configuration",
6665                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
6666                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
6667                 "symfony/yaml": ""
6668             },
6669             "type": "library",
6670             "extra": {
6671                 "branch-alias": {
6672                     "dev-master": "4.4-dev"
6673                 }
6674             },
6675             "autoload": {
6676                 "psr-4": {
6677                     "Symfony\\Component\\DependencyInjection\\": ""
6678                 },
6679                 "exclude-from-classmap": [
6680                     "/Tests/"
6681                 ]
6682             },
6683             "notification-url": "https://packagist.org/downloads/",
6684             "license": [
6685                 "MIT"
6686             ],
6687             "authors": [
6688                 {
6689                     "name": "Fabien Potencier",
6690                     "email": "fabien@symfony.com"
6691                 },
6692                 {
6693                     "name": "Symfony Community",
6694                     "homepage": "https://symfony.com/contributors"
6695                 }
6696             ],
6697             "description": "Symfony DependencyInjection Component",
6698             "homepage": "https://symfony.com",
6699             "funding": [
6700                 {
6701                     "url": "https://symfony.com/sponsor",
6702                     "type": "custom"
6703                 },
6704                 {
6705                     "url": "https://github.com/fabpot",
6706                     "type": "github"
6707                 },
6708                 {
6709                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6710                     "type": "tidelift"
6711                 }
6712             ],
6713             "time": "2020-06-12T07:37:04+00:00"
6714         },
6715         {
6716             "name": "symfony/event-dispatcher",
6717             "version": "v4.4.10",
6718             "source": {
6719                 "type": "git",
6720                 "url": "https://github.com/symfony/event-dispatcher.git",
6721                 "reference": "a5370aaa7807c7a439b21386661ffccf3dff2866"
6722             },
6723             "dist": {
6724                 "type": "zip",
6725                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5370aaa7807c7a439b21386661ffccf3dff2866",
6726                 "reference": "a5370aaa7807c7a439b21386661ffccf3dff2866",
6727                 "shasum": ""
6728             },
6729             "require": {
6730                 "php": ">=7.1.3",
6731                 "symfony/event-dispatcher-contracts": "^1.1"
6732             },
6733             "conflict": {
6734                 "symfony/dependency-injection": "<3.4"
6735             },
6736             "provide": {
6737                 "psr/event-dispatcher-implementation": "1.0",
6738                 "symfony/event-dispatcher-implementation": "1.1"
6739             },
6740             "require-dev": {
6741                 "psr/log": "~1.0",
6742                 "symfony/config": "^3.4|^4.0|^5.0",
6743                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
6744                 "symfony/expression-language": "^3.4|^4.0|^5.0",
6745                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
6746                 "symfony/service-contracts": "^1.1|^2",
6747                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
6748             },
6749             "suggest": {
6750                 "symfony/dependency-injection": "",
6751                 "symfony/http-kernel": ""
6752             },
6753             "type": "library",
6754             "extra": {
6755                 "branch-alias": {
6756                     "dev-master": "4.4-dev"
6757                 }
6758             },
6759             "autoload": {
6760                 "psr-4": {
6761                     "Symfony\\Component\\EventDispatcher\\": ""
6762                 },
6763                 "exclude-from-classmap": [
6764                     "/Tests/"
6765                 ]
6766             },
6767             "notification-url": "https://packagist.org/downloads/",
6768             "license": [
6769                 "MIT"
6770             ],
6771             "authors": [
6772                 {
6773                     "name": "Fabien Potencier",
6774                     "email": "fabien@symfony.com"
6775                 },
6776                 {
6777                     "name": "Symfony Community",
6778                     "homepage": "https://symfony.com/contributors"
6779                 }
6780             ],
6781             "description": "Symfony EventDispatcher Component",
6782             "homepage": "https://symfony.com",
6783             "funding": [
6784                 {
6785                     "url": "https://symfony.com/sponsor",
6786                     "type": "custom"
6787                 },
6788                 {
6789                     "url": "https://github.com/fabpot",
6790                     "type": "github"
6791                 },
6792                 {
6793                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6794                     "type": "tidelift"
6795                 }
6796             ],
6797             "time": "2020-05-20T08:37:50+00:00"
6798         },
6799         {
6800             "name": "symfony/event-dispatcher-contracts",
6801             "version": "v1.1.7",
6802             "source": {
6803                 "type": "git",
6804                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
6805                 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
6806             },
6807             "dist": {
6808                 "type": "zip",
6809                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
6810                 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
6811                 "shasum": ""
6812             },
6813             "require": {
6814                 "php": "^7.1.3"
6815             },
6816             "suggest": {
6817                 "psr/event-dispatcher": "",
6818                 "symfony/event-dispatcher-implementation": ""
6819             },
6820             "type": "library",
6821             "extra": {
6822                 "branch-alias": {
6823                     "dev-master": "1.1-dev"
6824                 }
6825             },
6826             "autoload": {
6827                 "psr-4": {
6828                     "Symfony\\Contracts\\EventDispatcher\\": ""
6829                 }
6830             },
6831             "notification-url": "https://packagist.org/downloads/",
6832             "license": [
6833                 "MIT"
6834             ],
6835             "authors": [
6836                 {
6837                     "name": "Nicolas Grekas",
6838                     "email": "p@tchwork.com"
6839                 },
6840                 {
6841                     "name": "Symfony Community",
6842                     "homepage": "https://symfony.com/contributors"
6843                 }
6844             ],
6845             "description": "Generic abstractions related to dispatching event",
6846             "homepage": "https://symfony.com",
6847             "keywords": [
6848                 "abstractions",
6849                 "contracts",
6850                 "decoupling",
6851                 "interfaces",
6852                 "interoperability",
6853                 "standards"
6854             ],
6855             "time": "2019-09-17T09:54:03+00:00"
6856         },
6857         {
6858             "name": "symfony/filesystem",
6859             "version": "v4.4.10",
6860             "source": {
6861                 "type": "git",
6862                 "url": "https://github.com/symfony/filesystem.git",
6863                 "reference": "b27f491309db5757816db672b256ea2e03677d30"
6864             },
6865             "dist": {
6866                 "type": "zip",
6867                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/b27f491309db5757816db672b256ea2e03677d30",
6868                 "reference": "b27f491309db5757816db672b256ea2e03677d30",
6869                 "shasum": ""
6870             },
6871             "require": {
6872                 "php": ">=7.1.3",
6873                 "symfony/polyfill-ctype": "~1.8"
6874             },
6875             "type": "library",
6876             "extra": {
6877                 "branch-alias": {
6878                     "dev-master": "4.4-dev"
6879                 }
6880             },
6881             "autoload": {
6882                 "psr-4": {
6883                     "Symfony\\Component\\Filesystem\\": ""
6884                 },
6885                 "exclude-from-classmap": [
6886                     "/Tests/"
6887                 ]
6888             },
6889             "notification-url": "https://packagist.org/downloads/",
6890             "license": [
6891                 "MIT"
6892             ],
6893             "authors": [
6894                 {
6895                     "name": "Fabien Potencier",
6896                     "email": "fabien@symfony.com"
6897                 },
6898                 {
6899                     "name": "Symfony Community",
6900                     "homepage": "https://symfony.com/contributors"
6901                 }
6902             ],
6903             "description": "Symfony Filesystem Component",
6904             "homepage": "https://symfony.com",
6905             "funding": [
6906                 {
6907                     "url": "https://symfony.com/sponsor",
6908                     "type": "custom"
6909                 },
6910                 {
6911                     "url": "https://github.com/fabpot",
6912                     "type": "github"
6913                 },
6914                 {
6915                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6916                     "type": "tidelift"
6917                 }
6918             ],
6919             "time": "2020-05-30T18:50:54+00:00"
6920         },
6921         {
6922             "name": "symfony/http-foundation",
6923             "version": "v4.4.10",
6924             "source": {
6925                 "type": "git",
6926                 "url": "https://github.com/symfony/http-foundation.git",
6927                 "reference": "3adfbd7098c850b02d107330b7b9deacf2581578"
6928             },
6929             "dist": {
6930                 "type": "zip",
6931                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3adfbd7098c850b02d107330b7b9deacf2581578",
6932                 "reference": "3adfbd7098c850b02d107330b7b9deacf2581578",
6933                 "shasum": ""
6934             },
6935             "require": {
6936                 "php": ">=7.1.3",
6937                 "symfony/mime": "^4.3|^5.0",
6938                 "symfony/polyfill-mbstring": "~1.1"
6939             },
6940             "require-dev": {
6941                 "predis/predis": "~1.0",
6942                 "symfony/expression-language": "^3.4|^4.0|^5.0"
6943             },
6944             "type": "library",
6945             "extra": {
6946                 "branch-alias": {
6947                     "dev-master": "4.4-dev"
6948                 }
6949             },
6950             "autoload": {
6951                 "psr-4": {
6952                     "Symfony\\Component\\HttpFoundation\\": ""
6953                 },
6954                 "exclude-from-classmap": [
6955                     "/Tests/"
6956                 ]
6957             },
6958             "notification-url": "https://packagist.org/downloads/",
6959             "license": [
6960                 "MIT"
6961             ],
6962             "authors": [
6963                 {
6964                     "name": "Fabien Potencier",
6965                     "email": "fabien@symfony.com"
6966                 },
6967                 {
6968                     "name": "Symfony Community",
6969                     "homepage": "https://symfony.com/contributors"
6970                 }
6971             ],
6972             "description": "Symfony HttpFoundation Component",
6973             "homepage": "https://symfony.com",
6974             "funding": [
6975                 {
6976                     "url": "https://symfony.com/sponsor",
6977                     "type": "custom"
6978                 },
6979                 {
6980                     "url": "https://github.com/fabpot",
6981                     "type": "github"
6982                 },
6983                 {
6984                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6985                     "type": "tidelift"
6986                 }
6987             ],
6988             "time": "2020-05-23T09:11:46+00:00"
6989         },
6990         {
6991             "name": "symfony/inflector",
6992             "version": "v4.4.10",
6993             "source": {
6994                 "type": "git",
6995                 "url": "https://github.com/symfony/inflector.git",
6996                 "reference": "3330be44724db42f0aa493002ae63f5d29f8d5f7"
6997             },
6998             "dist": {
6999                 "type": "zip",
7000                 "url": "https://api.github.com/repos/symfony/inflector/zipball/3330be44724db42f0aa493002ae63f5d29f8d5f7",
7001                 "reference": "3330be44724db42f0aa493002ae63f5d29f8d5f7",
7002                 "shasum": ""
7003             },
7004             "require": {
7005                 "php": ">=7.1.3",
7006                 "symfony/polyfill-ctype": "~1.8"
7007             },
7008             "type": "library",
7009             "extra": {
7010                 "branch-alias": {
7011                     "dev-master": "4.4-dev"
7012                 }
7013             },
7014             "autoload": {
7015                 "psr-4": {
7016                     "Symfony\\Component\\Inflector\\": ""
7017                 },
7018                 "exclude-from-classmap": [
7019                     "/Tests/"
7020                 ]
7021             },
7022             "notification-url": "https://packagist.org/downloads/",
7023             "license": [
7024                 "MIT"
7025             ],
7026             "authors": [
7027                 {
7028                     "name": "Bernhard Schussek",
7029                     "email": "bschussek@gmail.com"
7030                 },
7031                 {
7032                     "name": "Symfony Community",
7033                     "homepage": "https://symfony.com/contributors"
7034                 }
7035             ],
7036             "description": "Symfony Inflector Component",
7037             "homepage": "https://symfony.com",
7038             "keywords": [
7039                 "inflection",
7040                 "pluralize",
7041                 "singularize",
7042                 "string",
7043                 "symfony",
7044                 "words"
7045             ],
7046             "funding": [
7047                 {
7048                     "url": "https://symfony.com/sponsor",
7049                     "type": "custom"
7050                 },
7051                 {
7052                     "url": "https://github.com/fabpot",
7053                     "type": "github"
7054                 },
7055                 {
7056                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7057                     "type": "tidelift"
7058                 }
7059             ],
7060             "time": "2020-05-20T08:37:50+00:00"
7061         },
7062         {
7063             "name": "symfony/mime",
7064             "version": "v4.4.10",
7065             "source": {
7066                 "type": "git",
7067                 "url": "https://github.com/symfony/mime.git",
7068                 "reference": "af8e69e7527f752ab0ef6e1b717bac3f7336b8c6"
7069             },
7070             "dist": {
7071                 "type": "zip",
7072                 "url": "https://api.github.com/repos/symfony/mime/zipball/af8e69e7527f752ab0ef6e1b717bac3f7336b8c6",
7073                 "reference": "af8e69e7527f752ab0ef6e1b717bac3f7336b8c6",
7074                 "shasum": ""
7075             },
7076             "require": {
7077                 "php": ">=7.1.3",
7078                 "symfony/polyfill-intl-idn": "^1.10",
7079                 "symfony/polyfill-mbstring": "^1.0"
7080             },
7081             "conflict": {
7082                 "symfony/mailer": "<4.4"
7083             },
7084             "require-dev": {
7085                 "egulias/email-validator": "^2.1.10",
7086                 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
7087             },
7088             "type": "library",
7089             "extra": {
7090                 "branch-alias": {
7091                     "dev-master": "4.4-dev"
7092                 }
7093             },
7094             "autoload": {
7095                 "psr-4": {
7096                     "Symfony\\Component\\Mime\\": ""
7097                 },
7098                 "exclude-from-classmap": [
7099                     "/Tests/"
7100                 ]
7101             },
7102             "notification-url": "https://packagist.org/downloads/",
7103             "license": [
7104                 "MIT"
7105             ],
7106             "authors": [
7107                 {
7108                     "name": "Fabien Potencier",
7109                     "email": "fabien@symfony.com"
7110                 },
7111                 {
7112                     "name": "Symfony Community",
7113                     "homepage": "https://symfony.com/contributors"
7114                 }
7115             ],
7116             "description": "A library to manipulate MIME messages",
7117             "homepage": "https://symfony.com",
7118             "keywords": [
7119                 "mime",
7120                 "mime-type"
7121             ],
7122             "funding": [
7123                 {
7124                     "url": "https://symfony.com/sponsor",
7125                     "type": "custom"
7126                 },
7127                 {
7128                     "url": "https://github.com/fabpot",
7129                     "type": "github"
7130                 },
7131                 {
7132                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7133                     "type": "tidelift"
7134                 }
7135             ],
7136             "time": "2020-06-09T09:16:12+00:00"
7137         },
7138         {
7139             "name": "symfony/polyfill-ctype",
7140             "version": "v1.17.1",
7141             "source": {
7142                 "type": "git",
7143                 "url": "https://github.com/symfony/polyfill-ctype.git",
7144                 "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
7145             },
7146             "dist": {
7147                 "type": "zip",
7148                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
7149                 "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
7150                 "shasum": ""
7151             },
7152             "require": {
7153                 "php": ">=5.3.3"
7154             },
7155             "suggest": {
7156                 "ext-ctype": "For best performance"
7157             },
7158             "type": "library",
7159             "extra": {
7160                 "branch-alias": {
7161                     "dev-master": "1.17-dev"
7162                 },
7163                 "thanks": {
7164                     "name": "symfony/polyfill",
7165                     "url": "https://github.com/symfony/polyfill"
7166                 }
7167             },
7168             "autoload": {
7169                 "psr-4": {
7170                     "Symfony\\Polyfill\\Ctype\\": ""
7171                 },
7172                 "files": [
7173                     "bootstrap.php"
7174                 ]
7175             },
7176             "notification-url": "https://packagist.org/downloads/",
7177             "license": [
7178                 "MIT"
7179             ],
7180             "authors": [
7181                 {
7182                     "name": "Gert de Pagter",
7183                     "email": "BackEndTea@gmail.com"
7184                 },
7185                 {
7186                     "name": "Symfony Community",
7187                     "homepage": "https://symfony.com/contributors"
7188                 }
7189             ],
7190             "description": "Symfony polyfill for ctype functions",
7191             "homepage": "https://symfony.com",
7192             "keywords": [
7193                 "compatibility",
7194                 "ctype",
7195                 "polyfill",
7196                 "portable"
7197             ],
7198             "funding": [
7199                 {
7200                     "url": "https://symfony.com/sponsor",
7201                     "type": "custom"
7202                 },
7203                 {
7204                     "url": "https://github.com/fabpot",
7205                     "type": "github"
7206                 },
7207                 {
7208                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7209                     "type": "tidelift"
7210                 }
7211             ],
7212             "time": "2020-06-06T08:46:27+00:00"
7213         },
7214         {
7215             "name": "symfony/polyfill-intl-idn",
7216             "version": "v1.17.1",
7217             "source": {
7218                 "type": "git",
7219                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
7220                 "reference": "a57f8161502549a742a63c09f0a604997bf47027"
7221             },
7222             "dist": {
7223                 "type": "zip",
7224                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027",
7225                 "reference": "a57f8161502549a742a63c09f0a604997bf47027",
7226                 "shasum": ""
7227             },
7228             "require": {
7229                 "php": ">=5.3.3",
7230                 "symfony/polyfill-mbstring": "^1.3",
7231                 "symfony/polyfill-php72": "^1.10"
7232             },
7233             "suggest": {
7234                 "ext-intl": "For best performance"
7235             },
7236             "type": "library",
7237             "extra": {
7238                 "branch-alias": {
7239                     "dev-master": "1.17-dev"
7240                 },
7241                 "thanks": {
7242                     "name": "symfony/polyfill",
7243                     "url": "https://github.com/symfony/polyfill"
7244                 }
7245             },
7246             "autoload": {
7247                 "psr-4": {
7248                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
7249                 },
7250                 "files": [
7251                     "bootstrap.php"
7252                 ]
7253             },
7254             "notification-url": "https://packagist.org/downloads/",
7255             "license": [
7256                 "MIT"
7257             ],
7258             "authors": [
7259                 {
7260                     "name": "Laurent Bassin",
7261                     "email": "laurent@bassin.info"
7262                 },
7263                 {
7264                     "name": "Symfony Community",
7265                     "homepage": "https://symfony.com/contributors"
7266                 }
7267             ],
7268             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
7269             "homepage": "https://symfony.com",
7270             "keywords": [
7271                 "compatibility",
7272                 "idn",
7273                 "intl",
7274                 "polyfill",
7275                 "portable",
7276                 "shim"
7277             ],
7278             "funding": [
7279                 {
7280                     "url": "https://symfony.com/sponsor",
7281                     "type": "custom"
7282                 },
7283                 {
7284                     "url": "https://github.com/fabpot",
7285                     "type": "github"
7286                 },
7287                 {
7288                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7289                     "type": "tidelift"
7290                 }
7291             ],
7292             "time": "2020-06-06T08:46:27+00:00"
7293         },
7294         {
7295             "name": "symfony/polyfill-mbstring",
7296             "version": "v1.17.1",
7297             "source": {
7298                 "type": "git",
7299                 "url": "https://github.com/symfony/polyfill-mbstring.git",
7300                 "reference": "7110338d81ce1cbc3e273136e4574663627037a7"
7301             },
7302             "dist": {
7303                 "type": "zip",
7304                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
7305                 "reference": "7110338d81ce1cbc3e273136e4574663627037a7",
7306                 "shasum": ""
7307             },
7308             "require": {
7309                 "php": ">=5.3.3"
7310             },
7311             "suggest": {
7312                 "ext-mbstring": "For best performance"
7313             },
7314             "type": "library",
7315             "extra": {
7316                 "branch-alias": {
7317                     "dev-master": "1.17-dev"
7318                 },
7319                 "thanks": {
7320                     "name": "symfony/polyfill",
7321                     "url": "https://github.com/symfony/polyfill"
7322                 }
7323             },
7324             "autoload": {
7325                 "psr-4": {
7326                     "Symfony\\Polyfill\\Mbstring\\": ""
7327                 },
7328                 "files": [
7329                     "bootstrap.php"
7330                 ]
7331             },
7332             "notification-url": "https://packagist.org/downloads/",
7333             "license": [
7334                 "MIT"
7335             ],
7336             "authors": [
7337                 {
7338                     "name": "Nicolas Grekas",
7339                     "email": "p@tchwork.com"
7340                 },
7341                 {
7342                     "name": "Symfony Community",
7343                     "homepage": "https://symfony.com/contributors"
7344                 }
7345             ],
7346             "description": "Symfony polyfill for the Mbstring extension",
7347             "homepage": "https://symfony.com",
7348             "keywords": [
7349                 "compatibility",
7350                 "mbstring",
7351                 "polyfill",
7352                 "portable",
7353                 "shim"
7354             ],
7355             "funding": [
7356                 {
7357                     "url": "https://symfony.com/sponsor",
7358                     "type": "custom"
7359                 },
7360                 {
7361                     "url": "https://github.com/fabpot",
7362                     "type": "github"
7363                 },
7364                 {
7365                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7366                     "type": "tidelift"
7367                 }
7368             ],
7369             "time": "2020-06-06T08:46:27+00:00"
7370         },
7371         {
7372             "name": "symfony/polyfill-php72",
7373             "version": "v1.17.0",
7374             "source": {
7375                 "type": "git",
7376                 "url": "https://github.com/symfony/polyfill-php72.git",
7377                 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
7378             },
7379             "dist": {
7380                 "type": "zip",
7381                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
7382                 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
7383                 "shasum": ""
7384             },
7385             "require": {
7386                 "php": ">=5.3.3"
7387             },
7388             "type": "library",
7389             "extra": {
7390                 "branch-alias": {
7391                     "dev-master": "1.17-dev"
7392                 }
7393             },
7394             "autoload": {
7395                 "psr-4": {
7396                     "Symfony\\Polyfill\\Php72\\": ""
7397                 },
7398                 "files": [
7399                     "bootstrap.php"
7400                 ]
7401             },
7402             "notification-url": "https://packagist.org/downloads/",
7403             "license": [
7404                 "MIT"
7405             ],
7406             "authors": [
7407                 {
7408                     "name": "Nicolas Grekas",
7409                     "email": "p@tchwork.com"
7410                 },
7411                 {
7412                     "name": "Symfony Community",
7413                     "homepage": "https://symfony.com/contributors"
7414                 }
7415             ],
7416             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
7417             "homepage": "https://symfony.com",
7418             "keywords": [
7419                 "compatibility",
7420                 "polyfill",
7421                 "portable",
7422                 "shim"
7423             ],
7424             "funding": [
7425                 {
7426                     "url": "https://symfony.com/sponsor",
7427                     "type": "custom"
7428                 },
7429                 {
7430                     "url": "https://github.com/fabpot",
7431                     "type": "github"
7432                 },
7433                 {
7434                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7435                     "type": "tidelift"
7436                 }
7437             ],
7438             "time": "2020-05-12T16:47:27+00:00"
7439         },
7440         {
7441             "name": "symfony/polyfill-php73",
7442             "version": "v1.17.1",
7443             "source": {
7444                 "type": "git",
7445                 "url": "https://github.com/symfony/polyfill-php73.git",
7446                 "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a"
7447             },
7448             "dist": {
7449                 "type": "zip",
7450                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a",
7451                 "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a",
7452                 "shasum": ""
7453             },
7454             "require": {
7455                 "php": ">=5.3.3"
7456             },
7457             "type": "library",
7458             "extra": {
7459                 "branch-alias": {
7460                     "dev-master": "1.17-dev"
7461                 },
7462                 "thanks": {
7463                     "name": "symfony/polyfill",
7464                     "url": "https://github.com/symfony/polyfill"
7465                 }
7466             },
7467             "autoload": {
7468                 "psr-4": {
7469                     "Symfony\\Polyfill\\Php73\\": ""
7470                 },
7471                 "files": [
7472                     "bootstrap.php"
7473                 ],
7474                 "classmap": [
7475                     "Resources/stubs"
7476                 ]
7477             },
7478             "notification-url": "https://packagist.org/downloads/",
7479             "license": [
7480                 "MIT"
7481             ],
7482             "authors": [
7483                 {
7484                     "name": "Nicolas Grekas",
7485                     "email": "p@tchwork.com"
7486                 },
7487                 {
7488                     "name": "Symfony Community",
7489                     "homepage": "https://symfony.com/contributors"
7490                 }
7491             ],
7492             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
7493             "homepage": "https://symfony.com",
7494             "keywords": [
7495                 "compatibility",
7496                 "polyfill",
7497                 "portable",
7498                 "shim"
7499             ],
7500             "funding": [
7501                 {
7502                     "url": "https://symfony.com/sponsor",
7503                     "type": "custom"
7504                 },
7505                 {
7506                     "url": "https://github.com/fabpot",
7507                     "type": "github"
7508                 },
7509                 {
7510                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7511                     "type": "tidelift"
7512                 }
7513             ],
7514             "time": "2020-06-06T08:46:27+00:00"
7515         },
7516         {
7517             "name": "symfony/polyfill-php80",
7518             "version": "v1.17.1",
7519             "source": {
7520                 "type": "git",
7521                 "url": "https://github.com/symfony/polyfill-php80.git",
7522                 "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2"
7523             },
7524             "dist": {
7525                 "type": "zip",
7526                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2",
7527                 "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2",
7528                 "shasum": ""
7529             },
7530             "require": {
7531                 "php": ">=7.0.8"
7532             },
7533             "type": "library",
7534             "extra": {
7535                 "branch-alias": {
7536                     "dev-master": "1.17-dev"
7537                 },
7538                 "thanks": {
7539                     "name": "symfony/polyfill",
7540                     "url": "https://github.com/symfony/polyfill"
7541                 }
7542             },
7543             "autoload": {
7544                 "psr-4": {
7545                     "Symfony\\Polyfill\\Php80\\": ""
7546                 },
7547                 "files": [
7548                     "bootstrap.php"
7549                 ],
7550                 "classmap": [
7551                     "Resources/stubs"
7552                 ]
7553             },
7554             "notification-url": "https://packagist.org/downloads/",
7555             "license": [
7556                 "MIT"
7557             ],
7558             "authors": [
7559                 {
7560                     "name": "Ion Bazan",
7561                     "email": "ion.bazan@gmail.com"
7562                 },
7563                 {
7564                     "name": "Nicolas Grekas",
7565                     "email": "p@tchwork.com"
7566                 },
7567                 {
7568                     "name": "Symfony Community",
7569                     "homepage": "https://symfony.com/contributors"
7570                 }
7571             ],
7572             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
7573             "homepage": "https://symfony.com",
7574             "keywords": [
7575                 "compatibility",
7576                 "polyfill",
7577                 "portable",
7578                 "shim"
7579             ],
7580             "funding": [
7581                 {
7582                     "url": "https://symfony.com/sponsor",
7583                     "type": "custom"
7584                 },
7585                 {
7586                     "url": "https://github.com/fabpot",
7587                     "type": "github"
7588                 },
7589                 {
7590                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7591                     "type": "tidelift"
7592                 }
7593             ],
7594             "time": "2020-06-06T08:46:27+00:00"
7595         },
7596         {
7597             "name": "symfony/process",
7598             "version": "v4.4.10",
7599             "source": {
7600                 "type": "git",
7601                 "url": "https://github.com/symfony/process.git",
7602                 "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5"
7603             },
7604             "dist": {
7605                 "type": "zip",
7606                 "url": "https://api.github.com/repos/symfony/process/zipball/c714958428a85c86ab97e3a0c96db4c4f381b7f5",
7607                 "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5",
7608                 "shasum": ""
7609             },
7610             "require": {
7611                 "php": "^7.1.3"
7612             },
7613             "type": "library",
7614             "extra": {
7615                 "branch-alias": {
7616                     "dev-master": "4.4-dev"
7617                 }
7618             },
7619             "autoload": {
7620                 "psr-4": {
7621                     "Symfony\\Component\\Process\\": ""
7622                 },
7623                 "exclude-from-classmap": [
7624                     "/Tests/"
7625                 ]
7626             },
7627             "notification-url": "https://packagist.org/downloads/",
7628             "license": [
7629                 "MIT"
7630             ],
7631             "authors": [
7632                 {
7633                     "name": "Fabien Potencier",
7634                     "email": "fabien@symfony.com"
7635                 },
7636                 {
7637                     "name": "Symfony Community",
7638                     "homepage": "https://symfony.com/contributors"
7639                 }
7640             ],
7641             "description": "Symfony Process Component",
7642             "homepage": "https://symfony.com",
7643             "funding": [
7644                 {
7645                     "url": "https://symfony.com/sponsor",
7646                     "type": "custom"
7647                 },
7648                 {
7649                     "url": "https://github.com/fabpot",
7650                     "type": "github"
7651                 },
7652                 {
7653                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7654                     "type": "tidelift"
7655                 }
7656             ],
7657             "time": "2020-05-30T20:06:45+00:00"
7658         },
7659         {
7660             "name": "symfony/property-access",
7661             "version": "v4.4.10",
7662             "source": {
7663                 "type": "git",
7664                 "url": "https://github.com/symfony/property-access.git",
7665                 "reference": "e6d51a8845b862835f5fcaf3c1030a50dc7cc70f"
7666             },
7667             "dist": {
7668                 "type": "zip",
7669                 "url": "https://api.github.com/repos/symfony/property-access/zipball/e6d51a8845b862835f5fcaf3c1030a50dc7cc70f",
7670                 "reference": "e6d51a8845b862835f5fcaf3c1030a50dc7cc70f",
7671                 "shasum": ""
7672             },
7673             "require": {
7674                 "php": ">=7.1.3",
7675                 "symfony/inflector": "^3.4|^4.0|^5.0"
7676             },
7677             "require-dev": {
7678                 "symfony/cache": "^3.4|^4.0|^5.0"
7679             },
7680             "suggest": {
7681                 "psr/cache-implementation": "To cache access methods."
7682             },
7683             "type": "library",
7684             "extra": {
7685                 "branch-alias": {
7686                     "dev-master": "4.4-dev"
7687                 }
7688             },
7689             "autoload": {
7690                 "psr-4": {
7691                     "Symfony\\Component\\PropertyAccess\\": ""
7692                 },
7693                 "exclude-from-classmap": [
7694                     "/Tests/"
7695                 ]
7696             },
7697             "notification-url": "https://packagist.org/downloads/",
7698             "license": [
7699                 "MIT"
7700             ],
7701             "authors": [
7702                 {
7703                     "name": "Fabien Potencier",
7704                     "email": "fabien@symfony.com"
7705                 },
7706                 {
7707                     "name": "Symfony Community",
7708                     "homepage": "https://symfony.com/contributors"
7709                 }
7710             ],
7711             "description": "Symfony PropertyAccess Component",
7712             "homepage": "https://symfony.com",
7713             "keywords": [
7714                 "access",
7715                 "array",
7716                 "extraction",
7717                 "index",
7718                 "injection",
7719                 "object",
7720                 "property",
7721                 "property path",
7722                 "reflection"
7723             ],
7724             "funding": [
7725                 {
7726                     "url": "https://symfony.com/sponsor",
7727                     "type": "custom"
7728                 },
7729                 {
7730                     "url": "https://github.com/fabpot",
7731                     "type": "github"
7732                 },
7733                 {
7734                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7735                     "type": "tidelift"
7736                 }
7737             ],
7738             "time": "2020-05-30T18:50:54+00:00"
7739         },
7740         {
7741             "name": "symfony/service-contracts",
7742             "version": "v1.1.8",
7743             "source": {
7744                 "type": "git",
7745                 "url": "https://github.com/symfony/service-contracts.git",
7746                 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
7747             },
7748             "dist": {
7749                 "type": "zip",
7750                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
7751                 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
7752                 "shasum": ""
7753             },
7754             "require": {
7755                 "php": "^7.1.3",
7756                 "psr/container": "^1.0"
7757             },
7758             "suggest": {
7759                 "symfony/service-implementation": ""
7760             },
7761             "type": "library",
7762             "extra": {
7763                 "branch-alias": {
7764                     "dev-master": "1.1-dev"
7765                 }
7766             },
7767             "autoload": {
7768                 "psr-4": {
7769                     "Symfony\\Contracts\\Service\\": ""
7770                 }
7771             },
7772             "notification-url": "https://packagist.org/downloads/",
7773             "license": [
7774                 "MIT"
7775             ],
7776             "authors": [
7777                 {
7778                     "name": "Nicolas Grekas",
7779                     "email": "p@tchwork.com"
7780                 },
7781                 {
7782                     "name": "Symfony Community",
7783                     "homepage": "https://symfony.com/contributors"
7784                 }
7785             ],
7786             "description": "Generic abstractions related to writing services",
7787             "homepage": "https://symfony.com",
7788             "keywords": [
7789                 "abstractions",
7790                 "contracts",
7791                 "decoupling",
7792                 "interfaces",
7793                 "interoperability",
7794                 "standards"
7795             ],
7796             "time": "2019-10-14T12:27:06+00:00"
7797         },
7798         {
7799             "name": "symfony/yaml",
7800             "version": "v4.4.10",
7801             "source": {
7802                 "type": "git",
7803                 "url": "https://github.com/symfony/yaml.git",
7804                 "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a"
7805             },
7806             "dist": {
7807                 "type": "zip",
7808                 "url": "https://api.github.com/repos/symfony/yaml/zipball/c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
7809                 "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a",
7810                 "shasum": ""
7811             },
7812             "require": {
7813                 "php": ">=7.1.3",
7814                 "symfony/polyfill-ctype": "~1.8"
7815             },
7816             "conflict": {
7817                 "symfony/console": "<3.4"
7818             },
7819             "require-dev": {
7820                 "symfony/console": "^3.4|^4.0|^5.0"
7821             },
7822             "suggest": {
7823                 "symfony/console": "For validating YAML files using the lint command"
7824             },
7825             "type": "library",
7826             "extra": {
7827                 "branch-alias": {
7828                     "dev-master": "4.4-dev"
7829                 }
7830             },
7831             "autoload": {
7832                 "psr-4": {
7833                     "Symfony\\Component\\Yaml\\": ""
7834                 },
7835                 "exclude-from-classmap": [
7836                     "/Tests/"
7837                 ]
7838             },
7839             "notification-url": "https://packagist.org/downloads/",
7840             "license": [
7841                 "MIT"
7842             ],
7843             "authors": [
7844                 {
7845                     "name": "Fabien Potencier",
7846                     "email": "fabien@symfony.com"
7847                 },
7848                 {
7849                     "name": "Symfony Community",
7850                     "homepage": "https://symfony.com/contributors"
7851                 }
7852             ],
7853             "description": "Symfony Yaml Component",
7854             "homepage": "https://symfony.com",
7855             "funding": [
7856                 {
7857                     "url": "https://symfony.com/sponsor",
7858                     "type": "custom"
7859                 },
7860                 {
7861                     "url": "https://github.com/fabpot",
7862                     "type": "github"
7863                 },
7864                 {
7865                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7866                     "type": "tidelift"
7867                 }
7868             ],
7869             "time": "2020-05-20T08:37:50+00:00"
7870         },
7871         {
7872             "name": "twig/twig",
7873             "version": "v2.12.5",
7874             "source": {
7875                 "type": "git",
7876                 "url": "https://github.com/twigphp/Twig.git",
7877                 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
7878             },
7879             "dist": {
7880                 "type": "zip",
7881                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
7882                 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
7883                 "shasum": ""
7884             },
7885             "require": {
7886                 "php": "^7.0",
7887                 "symfony/polyfill-ctype": "^1.8",
7888                 "symfony/polyfill-mbstring": "^1.3"
7889             },
7890             "require-dev": {
7891                 "psr/container": "^1.0",
7892                 "symfony/phpunit-bridge": "^4.4|^5.0"
7893             },
7894             "type": "library",
7895             "extra": {
7896                 "branch-alias": {
7897                     "dev-master": "2.12-dev"
7898                 }
7899             },
7900             "autoload": {
7901                 "psr-0": {
7902                     "Twig_": "lib/"
7903                 },
7904                 "psr-4": {
7905                     "Twig\\": "src/"
7906                 }
7907             },
7908             "notification-url": "https://packagist.org/downloads/",
7909             "license": [
7910                 "BSD-3-Clause"
7911             ],
7912             "authors": [
7913                 {
7914                     "name": "Fabien Potencier",
7915                     "email": "fabien@symfony.com",
7916                     "homepage": "http://fabien.potencier.org",
7917                     "role": "Lead Developer"
7918                 },
7919                 {
7920                     "name": "Twig Team",
7921                     "role": "Contributors"
7922                 },
7923                 {
7924                     "name": "Armin Ronacher",
7925                     "email": "armin.ronacher@active-4.com",
7926                     "role": "Project Founder"
7927                 }
7928             ],
7929             "description": "Twig, the flexible, fast, and secure template language for PHP",
7930             "homepage": "https://twig.symfony.com",
7931             "keywords": [
7932                 "templating"
7933             ],
7934             "time": "2020-02-11T15:31:23+00:00"
7935         },
7936         {
7937             "name": "vlucas/phpdotenv",
7938             "version": "v4.1.4",
7939             "source": {
7940                 "type": "git",
7941                 "url": "https://github.com/vlucas/phpdotenv.git",
7942                 "reference": "feb6dad5ae24b1380827aee1629b730080fde500"
7943             },
7944             "dist": {
7945                 "type": "zip",
7946                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/feb6dad5ae24b1380827aee1629b730080fde500",
7947                 "reference": "feb6dad5ae24b1380827aee1629b730080fde500",
7948                 "shasum": ""
7949             },
7950             "require": {
7951                 "php": "^5.5.9 || ^7.0",
7952                 "phpoption/phpoption": "^1.7.2",
7953                 "symfony/polyfill-ctype": "^1.9"
7954             },
7955             "require-dev": {
7956                 "bamarni/composer-bin-plugin": "^1.3",
7957                 "ext-filter": "*",
7958                 "ext-pcre": "*",
7959                 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
7960             },
7961             "suggest": {
7962                 "ext-filter": "Required to use the boolean validator.",
7963                 "ext-pcre": "Required to use most of the library."
7964             },
7965             "type": "library",
7966             "extra": {
7967                 "branch-alias": {
7968                     "dev-master": "4.1-dev"
7969                 }
7970             },
7971             "autoload": {
7972                 "psr-4": {
7973                     "Dotenv\\": "src/"
7974                 }
7975             },
7976             "notification-url": "https://packagist.org/downloads/",
7977             "license": [
7978                 "BSD-3-Clause"
7979             ],
7980             "authors": [
7981                 {
7982                     "name": "Graham Campbell",
7983                     "email": "graham@alt-three.com",
7984                     "homepage": "https://gjcampbell.co.uk/"
7985                 },
7986                 {
7987                     "name": "Vance Lucas",
7988                     "email": "vance@vancelucas.com",
7989                     "homepage": "https://vancelucas.com/"
7990                 }
7991             ],
7992             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7993             "keywords": [
7994                 "dotenv",
7995                 "env",
7996                 "environment"
7997             ],
7998             "funding": [
7999                 {
8000                     "url": "https://github.com/GrahamCampbell",
8001                     "type": "github"
8002                 },
8003                 {
8004                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
8005                     "type": "tidelift"
8006                 }
8007             ],
8008             "time": "2020-04-12T15:20:09+00:00"
8009         },
8010         {
8011             "name": "waryway/php-traits-library",
8012             "version": "1.0.4",
8013             "source": {
8014                 "type": "git",
8015                 "url": "https://github.com/Waryway/PhpTraitsLibrary.git",
8016                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035"
8017             },
8018             "dist": {
8019                 "type": "zip",
8020                 "url": "https://api.github.com/repos/Waryway/PhpTraitsLibrary/zipball/ec0b630770bdd84168d2cd5e61bd93f45095e035",
8021                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035",
8022                 "shasum": ""
8023             },
8024             "require-dev": {
8025                 "phpunit/phpunit": "6.4.3"
8026             },
8027             "type": "library",
8028             "autoload": {
8029                 "psr-4": {
8030                     "Waryway\\PhpTraitsLibrary\\": "src/"
8031                 }
8032             },
8033             "notification-url": "https://packagist.org/downloads/",
8034             "license": [
8035                 "MIT"
8036             ],
8037             "authors": [
8038                 {
8039                     "name": "Kyle Wiering",
8040                     "email": "kyle@waryway.com"
8041                 }
8042             ],
8043             "description": "General use traits",
8044             "time": "2017-12-23T14:22:07+00:00"
8045         },
8046         {
8047             "name": "yubico/u2flib-server",
8048             "version": "1.0.2",
8049             "source": {
8050                 "type": "git",
8051                 "url": "https://github.com/Yubico/php-u2flib-server.git",
8052                 "reference": "55d813acf68212ad2cadecde07551600d6971939"
8053             },
8054             "dist": {
8055                 "type": "zip",
8056                 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
8057                 "reference": "55d813acf68212ad2cadecde07551600d6971939",
8058                 "shasum": ""
8059             },
8060             "require": {
8061                 "ext-openssl": "*",
8062                 "paragonie/random_compat": ">= 1",
8063                 "php": ">=5.6"
8064             },
8065             "require-dev": {
8066                 "phpunit/phpunit": "~5.7",
8067                 "vimeo/psalm": "^0|^1|^2"
8068             },
8069             "type": "library",
8070             "autoload": {
8071                 "classmap": [
8072                     "src/"
8073                 ]
8074             },
8075             "notification-url": "https://packagist.org/downloads/",
8076             "license": [
8077                 "BSD-2-Clause"
8078             ],
8079             "description": "Library for U2F implementation",
8080             "homepage": "https://developers.yubico.com/php-u2flib-server",
8081             "time": "2018-09-07T08:16:44+00:00"
8082         }
8083     ],
8084     "packages-dev": [
8085         {
8086             "name": "phar-io/manifest",
8087             "version": "1.0.3",
8088             "source": {
8089                 "type": "git",
8090                 "url": "https://github.com/phar-io/manifest.git",
8091                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
8092             },
8093             "dist": {
8094                 "type": "zip",
8095                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
8096                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
8097                 "shasum": ""
8098             },
8099             "require": {
8100                 "ext-dom": "*",
8101                 "ext-phar": "*",
8102                 "phar-io/version": "^2.0",
8103                 "php": "^5.6 || ^7.0"
8104             },
8105             "type": "library",
8106             "extra": {
8107                 "branch-alias": {
8108                     "dev-master": "1.0.x-dev"
8109                 }
8110             },
8111             "autoload": {
8112                 "classmap": [
8113                     "src/"
8114                 ]
8115             },
8116             "notification-url": "https://packagist.org/downloads/",
8117             "license": [
8118                 "BSD-3-Clause"
8119             ],
8120             "authors": [
8121                 {
8122                     "name": "Arne Blankerts",
8123                     "email": "arne@blankerts.de",
8124                     "role": "Developer"
8125                 },
8126                 {
8127                     "name": "Sebastian Heuer",
8128                     "email": "sebastian@phpeople.de",
8129                     "role": "Developer"
8130                 },
8131                 {
8132                     "name": "Sebastian Bergmann",
8133                     "email": "sebastian@phpunit.de",
8134                     "role": "Developer"
8135                 }
8136             ],
8137             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8138             "time": "2018-07-08T19:23:20+00:00"
8139         },
8140         {
8141             "name": "phar-io/version",
8142             "version": "2.0.1",
8143             "source": {
8144                 "type": "git",
8145                 "url": "https://github.com/phar-io/version.git",
8146                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
8147             },
8148             "dist": {
8149                 "type": "zip",
8150                 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
8151                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
8152                 "shasum": ""
8153             },
8154             "require": {
8155                 "php": "^5.6 || ^7.0"
8156             },
8157             "type": "library",
8158             "autoload": {
8159                 "classmap": [
8160                     "src/"
8161                 ]
8162             },
8163             "notification-url": "https://packagist.org/downloads/",
8164             "license": [
8165                 "BSD-3-Clause"
8166             ],
8167             "authors": [
8168                 {
8169                     "name": "Arne Blankerts",
8170                     "email": "arne@blankerts.de",
8171                     "role": "Developer"
8172                 },
8173                 {
8174                     "name": "Sebastian Heuer",
8175                     "email": "sebastian@phpeople.de",
8176                     "role": "Developer"
8177                 },
8178                 {
8179                     "name": "Sebastian Bergmann",
8180                     "email": "sebastian@phpunit.de",
8181                     "role": "Developer"
8182                 }
8183             ],
8184             "description": "Library for handling version information and constraints",
8185             "time": "2018-07-08T19:19:57+00:00"
8186         },
8187         {
8188             "name": "php-webdriver/webdriver",
8189             "version": "1.8.2",
8190             "source": {
8191                 "type": "git",
8192                 "url": "https://github.com/php-webdriver/php-webdriver.git",
8193                 "reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab"
8194             },
8195             "dist": {
8196                 "type": "zip",
8197                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab",
8198                 "reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab",
8199                 "shasum": ""
8200             },
8201             "require": {
8202                 "ext-curl": "*",
8203                 "ext-json": "*",
8204                 "ext-zip": "*",
8205                 "php": "^5.6 || ~7.0",
8206                 "symfony/polyfill-mbstring": "^1.12",
8207                 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
8208             },
8209             "require-dev": {
8210                 "friendsofphp/php-cs-fixer": "^2.0",
8211                 "jakub-onderka/php-parallel-lint": "^1.0",
8212                 "php-coveralls/php-coveralls": "^2.0",
8213                 "php-mock/php-mock-phpunit": "^1.1",
8214                 "phpunit/phpunit": "^5.7",
8215                 "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
8216                 "sminnee/phpunit-mock-objects": "^3.4",
8217                 "squizlabs/php_codesniffer": "^3.5",
8218                 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
8219             },
8220             "suggest": {
8221                 "ext-SimpleXML": "For Firefox profile creation"
8222             },
8223             "type": "library",
8224             "extra": {
8225                 "branch-alias": {
8226                     "dev-master": "1.8.x-dev"
8227                 }
8228             },
8229             "autoload": {
8230                 "psr-4": {
8231                     "Facebook\\WebDriver\\": "lib/"
8232                 },
8233                 "files": [
8234                     "lib/Exception/TimeoutException.php"
8235                 ]
8236             },
8237             "notification-url": "https://packagist.org/downloads/",
8238             "license": [
8239                 "MIT"
8240             ],
8241             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
8242             "homepage": "https://github.com/php-webdriver/php-webdriver",
8243             "keywords": [
8244                 "Chromedriver",
8245                 "geckodriver",
8246                 "php",
8247                 "selenium",
8248                 "webdriver"
8249             ],
8250             "time": "2020-03-04T14:40:12+00:00"
8251         },
8252         {
8253             "name": "phpdocumentor/reflection-common",
8254             "version": "2.2.0",
8255             "source": {
8256                 "type": "git",
8257                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
8258                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
8259             },
8260             "dist": {
8261                 "type": "zip",
8262                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
8263                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
8264                 "shasum": ""
8265             },
8266             "require": {
8267                 "php": "^7.2 || ^8.0"
8268             },
8269             "type": "library",
8270             "extra": {
8271                 "branch-alias": {
8272                     "dev-2.x": "2.x-dev"
8273                 }
8274             },
8275             "autoload": {
8276                 "psr-4": {
8277                     "phpDocumentor\\Reflection\\": "src/"
8278                 }
8279             },
8280             "notification-url": "https://packagist.org/downloads/",
8281             "license": [
8282                 "MIT"
8283             ],
8284             "authors": [
8285                 {
8286                     "name": "Jaap van Otterdijk",
8287                     "email": "opensource@ijaap.nl"
8288                 }
8289             ],
8290             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
8291             "homepage": "http://www.phpdoc.org",
8292             "keywords": [
8293                 "FQSEN",
8294                 "phpDocumentor",
8295                 "phpdoc",
8296                 "reflection",
8297                 "static analysis"
8298             ],
8299             "time": "2020-06-27T09:03:43+00:00"
8300         },
8301         {
8302             "name": "phpdocumentor/reflection-docblock",
8303             "version": "5.1.0",
8304             "source": {
8305                 "type": "git",
8306                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8307                 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
8308             },
8309             "dist": {
8310                 "type": "zip",
8311                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
8312                 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
8313                 "shasum": ""
8314             },
8315             "require": {
8316                 "ext-filter": "^7.1",
8317                 "php": "^7.2",
8318                 "phpdocumentor/reflection-common": "^2.0",
8319                 "phpdocumentor/type-resolver": "^1.0",
8320                 "webmozart/assert": "^1"
8321             },
8322             "require-dev": {
8323                 "doctrine/instantiator": "^1",
8324                 "mockery/mockery": "^1"
8325             },
8326             "type": "library",
8327             "extra": {
8328                 "branch-alias": {
8329                     "dev-master": "5.x-dev"
8330                 }
8331             },
8332             "autoload": {
8333                 "psr-4": {
8334                     "phpDocumentor\\Reflection\\": "src"
8335                 }
8336             },
8337             "notification-url": "https://packagist.org/downloads/",
8338             "license": [
8339                 "MIT"
8340             ],
8341             "authors": [
8342                 {
8343                     "name": "Mike van Riel",
8344                     "email": "me@mikevanriel.com"
8345                 },
8346                 {
8347                     "name": "Jaap van Otterdijk",
8348                     "email": "account@ijaap.nl"
8349                 }
8350             ],
8351             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
8352             "time": "2020-02-22T12:28:44+00:00"
8353         },
8354         {
8355             "name": "phpdocumentor/type-resolver",
8356             "version": "1.3.0",
8357             "source": {
8358                 "type": "git",
8359                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
8360                 "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
8361             },
8362             "dist": {
8363                 "type": "zip",
8364                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
8365                 "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
8366                 "shasum": ""
8367             },
8368             "require": {
8369                 "php": "^7.2 || ^8.0",
8370                 "phpdocumentor/reflection-common": "^2.0"
8371             },
8372             "require-dev": {
8373                 "ext-tokenizer": "*"
8374             },
8375             "type": "library",
8376             "extra": {
8377                 "branch-alias": {
8378                     "dev-1.x": "1.x-dev"
8379                 }
8380             },
8381             "autoload": {
8382                 "psr-4": {
8383                     "phpDocumentor\\Reflection\\": "src"
8384                 }
8385             },
8386             "notification-url": "https://packagist.org/downloads/",
8387             "license": [
8388                 "MIT"
8389             ],
8390             "authors": [
8391                 {
8392                     "name": "Mike van Riel",
8393                     "email": "me@mikevanriel.com"
8394                 }
8395             ],
8396             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
8397             "time": "2020-06-27T10:12:23+00:00"
8398         },
8399         {
8400             "name": "phpspec/prophecy",
8401             "version": "v1.10.3",
8402             "source": {
8403                 "type": "git",
8404                 "url": "https://github.com/phpspec/prophecy.git",
8405                 "reference": "451c3cd1418cf640de218914901e51b064abb093"
8406             },
8407             "dist": {
8408                 "type": "zip",
8409                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
8410                 "reference": "451c3cd1418cf640de218914901e51b064abb093",
8411                 "shasum": ""
8412             },
8413             "require": {
8414                 "doctrine/instantiator": "^1.0.2",
8415                 "php": "^5.3|^7.0",
8416                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
8417                 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
8418                 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
8419             },
8420             "require-dev": {
8421                 "phpspec/phpspec": "^2.5 || ^3.2",
8422                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
8423             },
8424             "type": "library",
8425             "extra": {
8426                 "branch-alias": {
8427                     "dev-master": "1.10.x-dev"
8428                 }
8429             },
8430             "autoload": {
8431                 "psr-4": {
8432                     "Prophecy\\": "src/Prophecy"
8433                 }
8434             },
8435             "notification-url": "https://packagist.org/downloads/",
8436             "license": [
8437                 "MIT"
8438             ],
8439             "authors": [
8440                 {
8441                     "name": "Konstantin Kudryashov",
8442                     "email": "ever.zet@gmail.com",
8443                     "homepage": "http://everzet.com"
8444                 },
8445                 {
8446                     "name": "Marcello Duarte",
8447                     "email": "marcello.duarte@gmail.com"
8448                 }
8449             ],
8450             "description": "Highly opinionated mocking framework for PHP 5.3+",
8451             "homepage": "https://github.com/phpspec/prophecy",
8452             "keywords": [
8453                 "Double",
8454                 "Dummy",
8455                 "fake",
8456                 "mock",
8457                 "spy",
8458                 "stub"
8459             ],
8460             "time": "2020-03-05T15:02:03+00:00"
8461         },
8462         {
8463             "name": "phpunit/php-code-coverage",
8464             "version": "7.0.10",
8465             "source": {
8466                 "type": "git",
8467                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8468                 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
8469             },
8470             "dist": {
8471                 "type": "zip",
8472                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
8473                 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
8474                 "shasum": ""
8475             },
8476             "require": {
8477                 "ext-dom": "*",
8478                 "ext-xmlwriter": "*",
8479                 "php": "^7.2",
8480                 "phpunit/php-file-iterator": "^2.0.2",
8481                 "phpunit/php-text-template": "^1.2.1",
8482                 "phpunit/php-token-stream": "^3.1.1",
8483                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
8484                 "sebastian/environment": "^4.2.2",
8485                 "sebastian/version": "^2.0.1",
8486                 "theseer/tokenizer": "^1.1.3"
8487             },
8488             "require-dev": {
8489                 "phpunit/phpunit": "^8.2.2"
8490             },
8491             "suggest": {
8492                 "ext-xdebug": "^2.7.2"
8493             },
8494             "type": "library",
8495             "extra": {
8496                 "branch-alias": {
8497                     "dev-master": "7.0-dev"
8498                 }
8499             },
8500             "autoload": {
8501                 "classmap": [
8502                     "src/"
8503                 ]
8504             },
8505             "notification-url": "https://packagist.org/downloads/",
8506             "license": [
8507                 "BSD-3-Clause"
8508             ],
8509             "authors": [
8510                 {
8511                     "name": "Sebastian Bergmann",
8512                     "email": "sebastian@phpunit.de",
8513                     "role": "lead"
8514                 }
8515             ],
8516             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8517             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8518             "keywords": [
8519                 "coverage",
8520                 "testing",
8521                 "xunit"
8522             ],
8523             "time": "2019-11-20T13:55:58+00:00"
8524         },
8525         {
8526             "name": "phpunit/php-file-iterator",
8527             "version": "2.0.2",
8528             "source": {
8529                 "type": "git",
8530                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8531                 "reference": "050bedf145a257b1ff02746c31894800e5122946"
8532             },
8533             "dist": {
8534                 "type": "zip",
8535                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
8536                 "reference": "050bedf145a257b1ff02746c31894800e5122946",
8537                 "shasum": ""
8538             },
8539             "require": {
8540                 "php": "^7.1"
8541             },
8542             "require-dev": {
8543                 "phpunit/phpunit": "^7.1"
8544             },
8545             "type": "library",
8546             "extra": {
8547                 "branch-alias": {
8548                     "dev-master": "2.0.x-dev"
8549                 }
8550             },
8551             "autoload": {
8552                 "classmap": [
8553                     "src/"
8554                 ]
8555             },
8556             "notification-url": "https://packagist.org/downloads/",
8557             "license": [
8558                 "BSD-3-Clause"
8559             ],
8560             "authors": [
8561                 {
8562                     "name": "Sebastian Bergmann",
8563                     "email": "sebastian@phpunit.de",
8564                     "role": "lead"
8565                 }
8566             ],
8567             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8568             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8569             "keywords": [
8570                 "filesystem",
8571                 "iterator"
8572             ],
8573             "time": "2018-09-13T20:33:42+00:00"
8574         },
8575         {
8576             "name": "phpunit/php-text-template",
8577             "version": "1.2.1",
8578             "source": {
8579                 "type": "git",
8580                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8581                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
8582             },
8583             "dist": {
8584                 "type": "zip",
8585                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8586                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8587                 "shasum": ""
8588             },
8589             "require": {
8590                 "php": ">=5.3.3"
8591             },
8592             "type": "library",
8593             "autoload": {
8594                 "classmap": [
8595                     "src/"
8596                 ]
8597             },
8598             "notification-url": "https://packagist.org/downloads/",
8599             "license": [
8600                 "BSD-3-Clause"
8601             ],
8602             "authors": [
8603                 {
8604                     "name": "Sebastian Bergmann",
8605                     "email": "sebastian@phpunit.de",
8606                     "role": "lead"
8607                 }
8608             ],
8609             "description": "Simple template engine.",
8610             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8611             "keywords": [
8612                 "template"
8613             ],
8614             "time": "2015-06-21T13:50:34+00:00"
8615         },
8616         {
8617             "name": "phpunit/php-timer",
8618             "version": "2.1.2",
8619             "source": {
8620                 "type": "git",
8621                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8622                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
8623             },
8624             "dist": {
8625                 "type": "zip",
8626                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
8627                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
8628                 "shasum": ""
8629             },
8630             "require": {
8631                 "php": "^7.1"
8632             },
8633             "require-dev": {
8634                 "phpunit/phpunit": "^7.0"
8635             },
8636             "type": "library",
8637             "extra": {
8638                 "branch-alias": {
8639                     "dev-master": "2.1-dev"
8640                 }
8641             },
8642             "autoload": {
8643                 "classmap": [
8644                     "src/"
8645                 ]
8646             },
8647             "notification-url": "https://packagist.org/downloads/",
8648             "license": [
8649                 "BSD-3-Clause"
8650             ],
8651             "authors": [
8652                 {
8653                     "name": "Sebastian Bergmann",
8654                     "email": "sebastian@phpunit.de",
8655                     "role": "lead"
8656                 }
8657             ],
8658             "description": "Utility class for timing",
8659             "homepage": "https://github.com/sebastianbergmann/php-timer/",
8660             "keywords": [
8661                 "timer"
8662             ],
8663             "time": "2019-06-07T04:22:29+00:00"
8664         },
8665         {
8666             "name": "phpunit/php-token-stream",
8667             "version": "3.1.1",
8668             "source": {
8669                 "type": "git",
8670                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
8671                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
8672             },
8673             "dist": {
8674                 "type": "zip",
8675                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
8676                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
8677                 "shasum": ""
8678             },
8679             "require": {
8680                 "ext-tokenizer": "*",
8681                 "php": "^7.1"
8682             },
8683             "require-dev": {
8684                 "phpunit/phpunit": "^7.0"
8685             },
8686             "type": "library",
8687             "extra": {
8688                 "branch-alias": {
8689                     "dev-master": "3.1-dev"
8690                 }
8691             },
8692             "autoload": {
8693                 "classmap": [
8694                     "src/"
8695                 ]
8696             },
8697             "notification-url": "https://packagist.org/downloads/",
8698             "license": [
8699                 "BSD-3-Clause"
8700             ],
8701             "authors": [
8702                 {
8703                     "name": "Sebastian Bergmann",
8704                     "email": "sebastian@phpunit.de"
8705                 }
8706             ],
8707             "description": "Wrapper around PHP's tokenizer extension.",
8708             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
8709             "keywords": [
8710                 "tokenizer"
8711             ],
8712             "time": "2019-09-17T06:23:10+00:00"
8713         },
8714         {
8715             "name": "phpunit/phpunit",
8716             "version": "8.5.8",
8717             "source": {
8718                 "type": "git",
8719                 "url": "https://github.com/sebastianbergmann/phpunit.git",
8720                 "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
8721             },
8722             "dist": {
8723                 "type": "zip",
8724                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
8725                 "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
8726                 "shasum": ""
8727             },
8728             "require": {
8729                 "doctrine/instantiator": "^1.2.0",
8730                 "ext-dom": "*",
8731                 "ext-json": "*",
8732                 "ext-libxml": "*",
8733                 "ext-mbstring": "*",
8734                 "ext-xml": "*",
8735                 "ext-xmlwriter": "*",
8736                 "myclabs/deep-copy": "^1.9.1",
8737                 "phar-io/manifest": "^1.0.3",
8738                 "phar-io/version": "^2.0.1",
8739                 "php": "^7.2",
8740                 "phpspec/prophecy": "^1.8.1",
8741                 "phpunit/php-code-coverage": "^7.0.7",
8742                 "phpunit/php-file-iterator": "^2.0.2",
8743                 "phpunit/php-text-template": "^1.2.1",
8744                 "phpunit/php-timer": "^2.1.2",
8745                 "sebastian/comparator": "^3.0.2",
8746                 "sebastian/diff": "^3.0.2",
8747                 "sebastian/environment": "^4.2.2",
8748                 "sebastian/exporter": "^3.1.1",
8749                 "sebastian/global-state": "^3.0.0",
8750                 "sebastian/object-enumerator": "^3.0.3",
8751                 "sebastian/resource-operations": "^2.0.1",
8752                 "sebastian/type": "^1.1.3",
8753                 "sebastian/version": "^2.0.1"
8754             },
8755             "require-dev": {
8756                 "ext-pdo": "*"
8757             },
8758             "suggest": {
8759                 "ext-soap": "*",
8760                 "ext-xdebug": "*",
8761                 "phpunit/php-invoker": "^2.0.0"
8762             },
8763             "bin": [
8764                 "phpunit"
8765             ],
8766             "type": "library",
8767             "extra": {
8768                 "branch-alias": {
8769                     "dev-master": "8.5-dev"
8770                 }
8771             },
8772             "autoload": {
8773                 "classmap": [
8774                     "src/"
8775                 ]
8776             },
8777             "notification-url": "https://packagist.org/downloads/",
8778             "license": [
8779                 "BSD-3-Clause"
8780             ],
8781             "authors": [
8782                 {
8783                     "name": "Sebastian Bergmann",
8784                     "email": "sebastian@phpunit.de",
8785                     "role": "lead"
8786                 }
8787             ],
8788             "description": "The PHP Unit Testing framework.",
8789             "homepage": "https://phpunit.de/",
8790             "keywords": [
8791                 "phpunit",
8792                 "testing",
8793                 "xunit"
8794             ],
8795             "funding": [
8796                 {
8797                     "url": "https://phpunit.de/donate.html",
8798                     "type": "custom"
8799                 },
8800                 {
8801                     "url": "https://github.com/sebastianbergmann",
8802                     "type": "github"
8803                 }
8804             ],
8805             "time": "2020-06-22T07:06:58+00:00"
8806         },
8807         {
8808             "name": "sebastian/code-unit-reverse-lookup",
8809             "version": "1.0.1",
8810             "source": {
8811                 "type": "git",
8812                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8813                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
8814             },
8815             "dist": {
8816                 "type": "zip",
8817                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
8818                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
8819                 "shasum": ""
8820             },
8821             "require": {
8822                 "php": "^5.6 || ^7.0"
8823             },
8824             "require-dev": {
8825                 "phpunit/phpunit": "^5.7 || ^6.0"
8826             },
8827             "type": "library",
8828             "extra": {
8829                 "branch-alias": {
8830                     "dev-master": "1.0.x-dev"
8831                 }
8832             },
8833             "autoload": {
8834                 "classmap": [
8835                     "src/"
8836                 ]
8837             },
8838             "notification-url": "https://packagist.org/downloads/",
8839             "license": [
8840                 "BSD-3-Clause"
8841             ],
8842             "authors": [
8843                 {
8844                     "name": "Sebastian Bergmann",
8845                     "email": "sebastian@phpunit.de"
8846                 }
8847             ],
8848             "description": "Looks up which function or method a line of code belongs to",
8849             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8850             "time": "2017-03-04T06:30:41+00:00"
8851         },
8852         {
8853             "name": "sebastian/comparator",
8854             "version": "3.0.2",
8855             "source": {
8856                 "type": "git",
8857                 "url": "https://github.com/sebastianbergmann/comparator.git",
8858                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
8859             },
8860             "dist": {
8861                 "type": "zip",
8862                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
8863                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
8864                 "shasum": ""
8865             },
8866             "require": {
8867                 "php": "^7.1",
8868                 "sebastian/diff": "^3.0",
8869                 "sebastian/exporter": "^3.1"
8870             },
8871             "require-dev": {
8872                 "phpunit/phpunit": "^7.1"
8873             },
8874             "type": "library",
8875             "extra": {
8876                 "branch-alias": {
8877                     "dev-master": "3.0-dev"
8878                 }
8879             },
8880             "autoload": {
8881                 "classmap": [
8882                     "src/"
8883                 ]
8884             },
8885             "notification-url": "https://packagist.org/downloads/",
8886             "license": [
8887                 "BSD-3-Clause"
8888             ],
8889             "authors": [
8890                 {
8891                     "name": "Jeff Welch",
8892                     "email": "whatthejeff@gmail.com"
8893                 },
8894                 {
8895                     "name": "Volker Dusch",
8896                     "email": "github@wallbash.com"
8897                 },
8898                 {
8899                     "name": "Bernhard Schussek",
8900                     "email": "bschussek@2bepublished.at"
8901                 },
8902                 {
8903                     "name": "Sebastian Bergmann",
8904                     "email": "sebastian@phpunit.de"
8905                 }
8906             ],
8907             "description": "Provides the functionality to compare PHP values for equality",
8908             "homepage": "https://github.com/sebastianbergmann/comparator",
8909             "keywords": [
8910                 "comparator",
8911                 "compare",
8912                 "equality"
8913             ],
8914             "time": "2018-07-12T15:12:46+00:00"
8915         },
8916         {
8917             "name": "sebastian/diff",
8918             "version": "3.0.2",
8919             "source": {
8920                 "type": "git",
8921                 "url": "https://github.com/sebastianbergmann/diff.git",
8922                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
8923             },
8924             "dist": {
8925                 "type": "zip",
8926                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
8927                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
8928                 "shasum": ""
8929             },
8930             "require": {
8931                 "php": "^7.1"
8932             },
8933             "require-dev": {
8934                 "phpunit/phpunit": "^7.5 || ^8.0",
8935                 "symfony/process": "^2 || ^3.3 || ^4"
8936             },
8937             "type": "library",
8938             "extra": {
8939                 "branch-alias": {
8940                     "dev-master": "3.0-dev"
8941                 }
8942             },
8943             "autoload": {
8944                 "classmap": [
8945                     "src/"
8946                 ]
8947             },
8948             "notification-url": "https://packagist.org/downloads/",
8949             "license": [
8950                 "BSD-3-Clause"
8951             ],
8952             "authors": [
8953                 {
8954                     "name": "Kore Nordmann",
8955                     "email": "mail@kore-nordmann.de"
8956                 },
8957                 {
8958                     "name": "Sebastian Bergmann",
8959                     "email": "sebastian@phpunit.de"
8960                 }
8961             ],
8962             "description": "Diff implementation",
8963             "homepage": "https://github.com/sebastianbergmann/diff",
8964             "keywords": [
8965                 "diff",
8966                 "udiff",
8967                 "unidiff",
8968                 "unified diff"
8969             ],
8970             "time": "2019-02-04T06:01:07+00:00"
8971         },
8972         {
8973             "name": "sebastian/environment",
8974             "version": "4.2.3",
8975             "source": {
8976                 "type": "git",
8977                 "url": "https://github.com/sebastianbergmann/environment.git",
8978                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
8979             },
8980             "dist": {
8981                 "type": "zip",
8982                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
8983                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
8984                 "shasum": ""
8985             },
8986             "require": {
8987                 "php": "^7.1"
8988             },
8989             "require-dev": {
8990                 "phpunit/phpunit": "^7.5"
8991             },
8992             "suggest": {
8993                 "ext-posix": "*"
8994             },
8995             "type": "library",
8996             "extra": {
8997                 "branch-alias": {
8998                     "dev-master": "4.2-dev"
8999                 }
9000             },
9001             "autoload": {
9002                 "classmap": [
9003                     "src/"
9004                 ]
9005             },
9006             "notification-url": "https://packagist.org/downloads/",
9007             "license": [
9008                 "BSD-3-Clause"
9009             ],
9010             "authors": [
9011                 {
9012                     "name": "Sebastian Bergmann",
9013                     "email": "sebastian@phpunit.de"
9014                 }
9015             ],
9016             "description": "Provides functionality to handle HHVM/PHP environments",
9017             "homepage": "http://www.github.com/sebastianbergmann/environment",
9018             "keywords": [
9019                 "Xdebug",
9020                 "environment",
9021                 "hhvm"
9022             ],
9023             "time": "2019-11-20T08:46:58+00:00"
9024         },
9025         {
9026             "name": "sebastian/exporter",
9027             "version": "3.1.2",
9028             "source": {
9029                 "type": "git",
9030                 "url": "https://github.com/sebastianbergmann/exporter.git",
9031                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
9032             },
9033             "dist": {
9034                 "type": "zip",
9035                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
9036                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
9037                 "shasum": ""
9038             },
9039             "require": {
9040                 "php": "^7.0",
9041                 "sebastian/recursion-context": "^3.0"
9042             },
9043             "require-dev": {
9044                 "ext-mbstring": "*",
9045                 "phpunit/phpunit": "^6.0"
9046             },
9047             "type": "library",
9048             "extra": {
9049                 "branch-alias": {
9050                     "dev-master": "3.1.x-dev"
9051                 }
9052             },
9053             "autoload": {
9054                 "classmap": [
9055                     "src/"
9056                 ]
9057             },
9058             "notification-url": "https://packagist.org/downloads/",
9059             "license": [
9060                 "BSD-3-Clause"
9061             ],
9062             "authors": [
9063                 {
9064                     "name": "Sebastian Bergmann",
9065                     "email": "sebastian@phpunit.de"
9066                 },
9067                 {
9068                     "name": "Jeff Welch",
9069                     "email": "whatthejeff@gmail.com"
9070                 },
9071                 {
9072                     "name": "Volker Dusch",
9073                     "email": "github@wallbash.com"
9074                 },
9075                 {
9076                     "name": "Adam Harvey",
9077                     "email": "aharvey@php.net"
9078                 },
9079                 {
9080                     "name": "Bernhard Schussek",
9081                     "email": "bschussek@gmail.com"
9082                 }
9083             ],
9084             "description": "Provides the functionality to export PHP variables for visualization",
9085             "homepage": "http://www.github.com/sebastianbergmann/exporter",
9086             "keywords": [
9087                 "export",
9088                 "exporter"
9089             ],
9090             "time": "2019-09-14T09:02:43+00:00"
9091         },
9092         {
9093             "name": "sebastian/global-state",
9094             "version": "3.0.0",
9095             "source": {
9096                 "type": "git",
9097                 "url": "https://github.com/sebastianbergmann/global-state.git",
9098                 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
9099             },
9100             "dist": {
9101                 "type": "zip",
9102                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
9103                 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
9104                 "shasum": ""
9105             },
9106             "require": {
9107                 "php": "^7.2",
9108                 "sebastian/object-reflector": "^1.1.1",
9109                 "sebastian/recursion-context": "^3.0"
9110             },
9111             "require-dev": {
9112                 "ext-dom": "*",
9113                 "phpunit/phpunit": "^8.0"
9114             },
9115             "suggest": {
9116                 "ext-uopz": "*"
9117             },
9118             "type": "library",
9119             "extra": {
9120                 "branch-alias": {
9121                     "dev-master": "3.0-dev"
9122                 }
9123             },
9124             "autoload": {
9125                 "classmap": [
9126                     "src/"
9127                 ]
9128             },
9129             "notification-url": "https://packagist.org/downloads/",
9130             "license": [
9131                 "BSD-3-Clause"
9132             ],
9133             "authors": [
9134                 {
9135                     "name": "Sebastian Bergmann",
9136                     "email": "sebastian@phpunit.de"
9137                 }
9138             ],
9139             "description": "Snapshotting of global state",
9140             "homepage": "http://www.github.com/sebastianbergmann/global-state",
9141             "keywords": [
9142                 "global state"
9143             ],
9144             "time": "2019-02-01T05:30:01+00:00"
9145         },
9146         {
9147             "name": "sebastian/object-enumerator",
9148             "version": "3.0.3",
9149             "source": {
9150                 "type": "git",
9151                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9152                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
9153             },
9154             "dist": {
9155                 "type": "zip",
9156                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
9157                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
9158                 "shasum": ""
9159             },
9160             "require": {
9161                 "php": "^7.0",
9162                 "sebastian/object-reflector": "^1.1.1",
9163                 "sebastian/recursion-context": "^3.0"
9164             },
9165             "require-dev": {
9166                 "phpunit/phpunit": "^6.0"
9167             },
9168             "type": "library",
9169             "extra": {
9170                 "branch-alias": {
9171                     "dev-master": "3.0.x-dev"
9172                 }
9173             },
9174             "autoload": {
9175                 "classmap": [
9176                     "src/"
9177                 ]
9178             },
9179             "notification-url": "https://packagist.org/downloads/",
9180             "license": [
9181                 "BSD-3-Clause"
9182             ],
9183             "authors": [
9184                 {
9185                     "name": "Sebastian Bergmann",
9186                     "email": "sebastian@phpunit.de"
9187                 }
9188             ],
9189             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9190             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9191             "time": "2017-08-03T12:35:26+00:00"
9192         },
9193         {
9194             "name": "sebastian/object-reflector",
9195             "version": "1.1.1",
9196             "source": {
9197                 "type": "git",
9198                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9199                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
9200             },
9201             "dist": {
9202                 "type": "zip",
9203                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
9204                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
9205                 "shasum": ""
9206             },
9207             "require": {
9208                 "php": "^7.0"
9209             },
9210             "require-dev": {
9211                 "phpunit/phpunit": "^6.0"
9212             },
9213             "type": "library",
9214             "extra": {
9215                 "branch-alias": {
9216                     "dev-master": "1.1-dev"
9217                 }
9218             },
9219             "autoload": {
9220                 "classmap": [
9221                     "src/"
9222                 ]
9223             },
9224             "notification-url": "https://packagist.org/downloads/",
9225             "license": [
9226                 "BSD-3-Clause"
9227             ],
9228             "authors": [
9229                 {
9230                     "name": "Sebastian Bergmann",
9231                     "email": "sebastian@phpunit.de"
9232                 }
9233             ],
9234             "description": "Allows reflection of object attributes, including inherited and non-public ones",
9235             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9236             "time": "2017-03-29T09:07:27+00:00"
9237         },
9238         {
9239             "name": "sebastian/recursion-context",
9240             "version": "3.0.0",
9241             "source": {
9242                 "type": "git",
9243                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9244                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
9245             },
9246             "dist": {
9247                 "type": "zip",
9248                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
9249                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
9250                 "shasum": ""
9251             },
9252             "require": {
9253                 "php": "^7.0"
9254             },
9255             "require-dev": {
9256                 "phpunit/phpunit": "^6.0"
9257             },
9258             "type": "library",
9259             "extra": {
9260                 "branch-alias": {
9261                     "dev-master": "3.0.x-dev"
9262                 }
9263             },
9264             "autoload": {
9265                 "classmap": [
9266                     "src/"
9267                 ]
9268             },
9269             "notification-url": "https://packagist.org/downloads/",
9270             "license": [
9271                 "BSD-3-Clause"
9272             ],
9273             "authors": [
9274                 {
9275                     "name": "Jeff Welch",
9276                     "email": "whatthejeff@gmail.com"
9277                 },
9278                 {
9279                     "name": "Sebastian Bergmann",
9280                     "email": "sebastian@phpunit.de"
9281                 },
9282                 {
9283                     "name": "Adam Harvey",
9284                     "email": "aharvey@php.net"
9285                 }
9286             ],
9287             "description": "Provides functionality to recursively process PHP variables",
9288             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
9289             "time": "2017-03-03T06:23:57+00:00"
9290         },
9291         {
9292             "name": "sebastian/resource-operations",
9293             "version": "2.0.1",
9294             "source": {
9295                 "type": "git",
9296                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
9297                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
9298             },
9299             "dist": {
9300                 "type": "zip",
9301                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
9302                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
9303                 "shasum": ""
9304             },
9305             "require": {
9306                 "php": "^7.1"
9307             },
9308             "type": "library",
9309             "extra": {
9310                 "branch-alias": {
9311                     "dev-master": "2.0-dev"
9312                 }
9313             },
9314             "autoload": {
9315                 "classmap": [
9316                     "src/"
9317                 ]
9318             },
9319             "notification-url": "https://packagist.org/downloads/",
9320             "license": [
9321                 "BSD-3-Clause"
9322             ],
9323             "authors": [
9324                 {
9325                     "name": "Sebastian Bergmann",
9326                     "email": "sebastian@phpunit.de"
9327                 }
9328             ],
9329             "description": "Provides a list of PHP built-in functions that operate on resources",
9330             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
9331             "time": "2018-10-04T04:07:39+00:00"
9332         },
9333         {
9334             "name": "sebastian/type",
9335             "version": "1.1.3",
9336             "source": {
9337                 "type": "git",
9338                 "url": "https://github.com/sebastianbergmann/type.git",
9339                 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
9340             },
9341             "dist": {
9342                 "type": "zip",
9343                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
9344                 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
9345                 "shasum": ""
9346             },
9347             "require": {
9348                 "php": "^7.2"
9349             },
9350             "require-dev": {
9351                 "phpunit/phpunit": "^8.2"
9352             },
9353             "type": "library",
9354             "extra": {
9355                 "branch-alias": {
9356                     "dev-master": "1.1-dev"
9357                 }
9358             },
9359             "autoload": {
9360                 "classmap": [
9361                     "src/"
9362                 ]
9363             },
9364             "notification-url": "https://packagist.org/downloads/",
9365             "license": [
9366                 "BSD-3-Clause"
9367             ],
9368             "authors": [
9369                 {
9370                     "name": "Sebastian Bergmann",
9371                     "email": "sebastian@phpunit.de",
9372                     "role": "lead"
9373                 }
9374             ],
9375             "description": "Collection of value objects that represent the types of the PHP type system",
9376             "homepage": "https://github.com/sebastianbergmann/type",
9377             "time": "2019-07-02T08:10:15+00:00"
9378         },
9379         {
9380             "name": "sebastian/version",
9381             "version": "2.0.1",
9382             "source": {
9383                 "type": "git",
9384                 "url": "https://github.com/sebastianbergmann/version.git",
9385                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
9386             },
9387             "dist": {
9388                 "type": "zip",
9389                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
9390                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
9391                 "shasum": ""
9392             },
9393             "require": {
9394                 "php": ">=5.6"
9395             },
9396             "type": "library",
9397             "extra": {
9398                 "branch-alias": {
9399                     "dev-master": "2.0.x-dev"
9400                 }
9401             },
9402             "autoload": {
9403                 "classmap": [
9404                     "src/"
9405                 ]
9406             },
9407             "notification-url": "https://packagist.org/downloads/",
9408             "license": [
9409                 "BSD-3-Clause"
9410             ],
9411             "authors": [
9412                 {
9413                     "name": "Sebastian Bergmann",
9414                     "email": "sebastian@phpunit.de",
9415                     "role": "lead"
9416                 }
9417             ],
9418             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9419             "homepage": "https://github.com/sebastianbergmann/version",
9420             "time": "2016-10-03T07:35:21+00:00"
9421         },
9422         {
9423             "name": "symfony/browser-kit",
9424             "version": "v4.4.10",
9425             "source": {
9426                 "type": "git",
9427                 "url": "https://github.com/symfony/browser-kit.git",
9428                 "reference": "f53310646af9901292488b2ff36e26ea10f545f5"
9429             },
9430             "dist": {
9431                 "type": "zip",
9432                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f53310646af9901292488b2ff36e26ea10f545f5",
9433                 "reference": "f53310646af9901292488b2ff36e26ea10f545f5",
9434                 "shasum": ""
9435             },
9436             "require": {
9437                 "php": ">=7.1.3",
9438                 "symfony/dom-crawler": "^3.4|^4.0|^5.0"
9439             },
9440             "require-dev": {
9441                 "symfony/css-selector": "^3.4|^4.0|^5.0",
9442                 "symfony/http-client": "^4.3|^5.0",
9443                 "symfony/mime": "^4.3|^5.0",
9444                 "symfony/process": "^3.4|^4.0|^5.0"
9445             },
9446             "suggest": {
9447                 "symfony/process": ""
9448             },
9449             "type": "library",
9450             "extra": {
9451                 "branch-alias": {
9452                     "dev-master": "4.4-dev"
9453                 }
9454             },
9455             "autoload": {
9456                 "psr-4": {
9457                     "Symfony\\Component\\BrowserKit\\": ""
9458                 },
9459                 "exclude-from-classmap": [
9460                     "/Tests/"
9461                 ]
9462             },
9463             "notification-url": "https://packagist.org/downloads/",
9464             "license": [
9465                 "MIT"
9466             ],
9467             "authors": [
9468                 {
9469                     "name": "Fabien Potencier",
9470                     "email": "fabien@symfony.com"
9471                 },
9472                 {
9473                     "name": "Symfony Community",
9474                     "homepage": "https://symfony.com/contributors"
9475                 }
9476             ],
9477             "description": "Symfony BrowserKit Component",
9478             "homepage": "https://symfony.com",
9479             "funding": [
9480                 {
9481                     "url": "https://symfony.com/sponsor",
9482                     "type": "custom"
9483                 },
9484                 {
9485                     "url": "https://github.com/fabpot",
9486                     "type": "github"
9487                 },
9488                 {
9489                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9490                     "type": "tidelift"
9491                 }
9492             ],
9493             "time": "2020-05-22T17:28:00+00:00"
9494         },
9495         {
9496             "name": "symfony/dom-crawler",
9497             "version": "v4.4.10",
9498             "source": {
9499                 "type": "git",
9500                 "url": "https://github.com/symfony/dom-crawler.git",
9501                 "reference": "c18354d5a0bb84c945f6257c51b971d52f10c614"
9502             },
9503             "dist": {
9504                 "type": "zip",
9505                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c18354d5a0bb84c945f6257c51b971d52f10c614",
9506                 "reference": "c18354d5a0bb84c945f6257c51b971d52f10c614",
9507                 "shasum": ""
9508             },
9509             "require": {
9510                 "php": ">=7.1.3",
9511                 "symfony/polyfill-ctype": "~1.8",
9512                 "symfony/polyfill-mbstring": "~1.0"
9513             },
9514             "conflict": {
9515                 "masterminds/html5": "<2.6"
9516             },
9517             "require-dev": {
9518                 "masterminds/html5": "^2.6",
9519                 "symfony/css-selector": "^3.4|^4.0|^5.0"
9520             },
9521             "suggest": {
9522                 "symfony/css-selector": ""
9523             },
9524             "type": "library",
9525             "extra": {
9526                 "branch-alias": {
9527                     "dev-master": "4.4-dev"
9528                 }
9529             },
9530             "autoload": {
9531                 "psr-4": {
9532                     "Symfony\\Component\\DomCrawler\\": ""
9533                 },
9534                 "exclude-from-classmap": [
9535                     "/Tests/"
9536                 ]
9537             },
9538             "notification-url": "https://packagist.org/downloads/",
9539             "license": [
9540                 "MIT"
9541             ],
9542             "authors": [
9543                 {
9544                     "name": "Fabien Potencier",
9545                     "email": "fabien@symfony.com"
9546                 },
9547                 {
9548                     "name": "Symfony Community",
9549                     "homepage": "https://symfony.com/contributors"
9550                 }
9551             ],
9552             "description": "Symfony DomCrawler Component",
9553             "homepage": "https://symfony.com",
9554             "funding": [
9555                 {
9556                     "url": "https://symfony.com/sponsor",
9557                     "type": "custom"
9558                 },
9559                 {
9560                     "url": "https://github.com/fabpot",
9561                     "type": "github"
9562                 },
9563                 {
9564                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9565                     "type": "tidelift"
9566                 }
9567             ],
9568             "time": "2020-05-23T00:03:06+00:00"
9569         },
9570         {
9571             "name": "symfony/http-client",
9572             "version": "v4.4.10",
9573             "source": {
9574                 "type": "git",
9575                 "url": "https://github.com/symfony/http-client.git",
9576                 "reference": "b141d8dd0c2dca86287e33c3dcab079a778ed479"
9577             },
9578             "dist": {
9579                 "type": "zip",
9580                 "url": "https://api.github.com/repos/symfony/http-client/zipball/b141d8dd0c2dca86287e33c3dcab079a778ed479",
9581                 "reference": "b141d8dd0c2dca86287e33c3dcab079a778ed479",
9582                 "shasum": ""
9583             },
9584             "require": {
9585                 "php": ">=7.1.3",
9586                 "psr/log": "^1.0",
9587                 "symfony/http-client-contracts": "^1.1.8|^2",
9588                 "symfony/polyfill-php73": "^1.11",
9589                 "symfony/service-contracts": "^1.0|^2"
9590             },
9591             "provide": {
9592                 "php-http/async-client-implementation": "*",
9593                 "php-http/client-implementation": "*",
9594                 "psr/http-client-implementation": "1.0",
9595                 "symfony/http-client-implementation": "1.1"
9596             },
9597             "require-dev": {
9598                 "guzzlehttp/promises": "^1.3.1",
9599                 "nyholm/psr7": "^1.0",
9600                 "php-http/httplug": "^1.0|^2.0",
9601                 "psr/http-client": "^1.0",
9602                 "symfony/dependency-injection": "^4.3|^5.0",
9603                 "symfony/http-kernel": "^4.4",
9604                 "symfony/process": "^4.2|^5.0"
9605             },
9606             "type": "library",
9607             "extra": {
9608                 "branch-alias": {
9609                     "dev-master": "4.4-dev"
9610                 }
9611             },
9612             "autoload": {
9613                 "psr-4": {
9614                     "Symfony\\Component\\HttpClient\\": ""
9615                 },
9616                 "exclude-from-classmap": [
9617                     "/Tests/"
9618                 ]
9619             },
9620             "notification-url": "https://packagist.org/downloads/",
9621             "license": [
9622                 "MIT"
9623             ],
9624             "authors": [
9625                 {
9626                     "name": "Nicolas Grekas",
9627                     "email": "p@tchwork.com"
9628                 },
9629                 {
9630                     "name": "Symfony Community",
9631                     "homepage": "https://symfony.com/contributors"
9632                 }
9633             ],
9634             "description": "Symfony HttpClient component",
9635             "homepage": "https://symfony.com",
9636             "funding": [
9637                 {
9638                     "url": "https://symfony.com/sponsor",
9639                     "type": "custom"
9640                 },
9641                 {
9642                     "url": "https://github.com/fabpot",
9643                     "type": "github"
9644                 },
9645                 {
9646                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9647                     "type": "tidelift"
9648                 }
9649             ],
9650             "time": "2020-06-10T15:33:47+00:00"
9651         },
9652         {
9653             "name": "symfony/http-client-contracts",
9654             "version": "v1.1.8",
9655             "source": {
9656                 "type": "git",
9657                 "url": "https://github.com/symfony/http-client-contracts.git",
9658                 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
9659             },
9660             "dist": {
9661                 "type": "zip",
9662                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
9663                 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
9664                 "shasum": ""
9665             },
9666             "require": {
9667                 "php": "^7.1.3"
9668             },
9669             "suggest": {
9670                 "symfony/http-client-implementation": ""
9671             },
9672             "type": "library",
9673             "extra": {
9674                 "branch-alias": {
9675                     "dev-master": "1.1-dev"
9676                 }
9677             },
9678             "autoload": {
9679                 "psr-4": {
9680                     "Symfony\\Contracts\\HttpClient\\": ""
9681                 }
9682             },
9683             "notification-url": "https://packagist.org/downloads/",
9684             "license": [
9685                 "MIT"
9686             ],
9687             "authors": [
9688                 {
9689                     "name": "Nicolas Grekas",
9690                     "email": "p@tchwork.com"
9691                 },
9692                 {
9693                     "name": "Symfony Community",
9694                     "homepage": "https://symfony.com/contributors"
9695                 }
9696             ],
9697             "description": "Generic abstractions related to HTTP clients",
9698             "homepage": "https://symfony.com",
9699             "keywords": [
9700                 "abstractions",
9701                 "contracts",
9702                 "decoupling",
9703                 "interfaces",
9704                 "interoperability",
9705                 "standards"
9706             ],
9707             "time": "2019-11-07T12:44:51+00:00"
9708         },
9709         {
9710             "name": "symfony/panther",
9711             "version": "v0.7.1",
9712             "source": {
9713                 "type": "git",
9714                 "url": "https://github.com/symfony/panther.git",
9715                 "reference": "fcc7cfd2168db167daeb21ac5510fe06f2816a83"
9716             },
9717             "dist": {
9718                 "type": "zip",
9719                 "url": "https://api.github.com/repos/symfony/panther/zipball/fcc7cfd2168db167daeb21ac5510fe06f2816a83",
9720                 "reference": "fcc7cfd2168db167daeb21ac5510fe06f2816a83",
9721                 "shasum": ""
9722             },
9723             "require": {
9724                 "php": ">=7.1",
9725                 "php-webdriver/webdriver": "^1.8.1",
9726                 "symfony/browser-kit": "^4.3 || ^5.0",
9727                 "symfony/dom-crawler": "^4.3 || ^5.0",
9728                 "symfony/http-client": "^4.3 || ^5.0",
9729                 "symfony/polyfill-php72": "^1.9",
9730                 "symfony/process": "^3.4 || ^4.0 || ^5.0"
9731             },
9732             "conflict": {
9733                 "symfony/framework-bundle": ">=4.3 <4.3.4"
9734             },
9735             "require-dev": {
9736                 "fabpot/goutte": "^3.2.3",
9737                 "guzzlehttp/guzzle": "^6.3",
9738                 "symfony/css-selector": "^3.4 || ^4.0 || ^5.0",
9739                 "symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
9740                 "symfony/mime": "^4.3 || ^5.0",
9741                 "symfony/phpunit-bridge": "^4.3.3 || ^5.0"
9742             },
9743             "type": "library",
9744             "extra": {
9745                 "branch-alias": {
9746                     "dev-master": "1.0.x-dev"
9747                 }
9748             },
9749             "autoload": {
9750                 "psr-4": {
9751                     "Symfony\\Component\\Panther\\": "src/"
9752                 }
9753             },
9754             "notification-url": "https://packagist.org/downloads/",
9755             "license": [
9756                 "MIT"
9757             ],
9758             "authors": [
9759                 {
9760                     "name": "Kévin Dunglas",
9761                     "email": "dunglas@gmail.com",
9762                     "homepage": "https://dunglas.fr"
9763                 },
9764                 {
9765                     "name": "Symfony Community",
9766                     "homepage": "https://symfony.com/contributors"
9767                 }
9768             ],
9769             "description": "A browser testing and web scraping library for PHP and Symfony.",
9770             "homepage": "https://dunglas.fr",
9771             "keywords": [
9772                 "e2e",
9773                 "scraping",
9774                 "selenium",
9775                 "symfony",
9776                 "testing",
9777                 "webdriver"
9778             ],
9779             "time": "2020-02-24T12:05:49+00:00"
9780         },
9781         {
9782             "name": "theseer/tokenizer",
9783             "version": "1.1.3",
9784             "source": {
9785                 "type": "git",
9786                 "url": "https://github.com/theseer/tokenizer.git",
9787                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
9788             },
9789             "dist": {
9790                 "type": "zip",
9791                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
9792                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
9793                 "shasum": ""
9794             },
9795             "require": {
9796                 "ext-dom": "*",
9797                 "ext-tokenizer": "*",
9798                 "ext-xmlwriter": "*",
9799                 "php": "^7.0"
9800             },
9801             "type": "library",
9802             "autoload": {
9803                 "classmap": [
9804                     "src/"
9805                 ]
9806             },
9807             "notification-url": "https://packagist.org/downloads/",
9808             "license": [
9809                 "BSD-3-Clause"
9810             ],
9811             "authors": [
9812                 {
9813                     "name": "Arne Blankerts",
9814                     "email": "arne@blankerts.de",
9815                     "role": "Developer"
9816                 }
9817             ],
9818             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9819             "time": "2019-06-13T22:48:21+00:00"
9820         },
9821         {
9822             "name": "webmozart/assert",
9823             "version": "1.9.0",
9824             "source": {
9825                 "type": "git",
9826                 "url": "https://github.com/webmozart/assert.git",
9827                 "reference": "9dc4f203e36f2b486149058bade43c851dd97451"
9828             },
9829             "dist": {
9830                 "type": "zip",
9831                 "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
9832                 "reference": "9dc4f203e36f2b486149058bade43c851dd97451",
9833                 "shasum": ""
9834             },
9835             "require": {
9836                 "php": "^5.3.3 || ^7.0",
9837                 "symfony/polyfill-ctype": "^1.8"
9838             },
9839             "conflict": {
9840                 "phpstan/phpstan": "<0.12.20",
9841                 "vimeo/psalm": "<3.9.1"
9842             },
9843             "require-dev": {
9844                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
9845             },
9846             "type": "library",
9847             "autoload": {
9848                 "psr-4": {
9849                     "Webmozart\\Assert\\": "src/"
9850                 }
9851             },
9852             "notification-url": "https://packagist.org/downloads/",
9853             "license": [
9854                 "MIT"
9855             ],
9856             "authors": [
9857                 {
9858                     "name": "Bernhard Schussek",
9859                     "email": "bschussek@gmail.com"
9860                 }
9861             ],
9862             "description": "Assertions to validate method input/output with nice error messages.",
9863             "keywords": [
9864                 "assert",
9865                 "check",
9866                 "validate"
9867             ],
9868             "time": "2020-06-16T10:16:42+00:00"
9869         }
9870     ],
9871     "aliases": [],
9872     "minimum-stability": "stable",
9873     "stability-flags": [],
9874     "prefer-stable": false,
9875     "prefer-lowest": false,
9876     "platform": {
9877         "php": ">=7.2.0"
9878     },
9879     "platform-dev": [],
9880     "platform-overrides": {
9881         "php": "7.2"
9882     },
9883     "plugin-api-version": "1.1.0"