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