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