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